|
|
|
| 1 | 2026-04-07T04:15:17.871Z | job assigned to worker 01KNK2C76W17M1RPV9MWN27JQK [factory aws, i-01f3f9aea101187ab] (queued for 47 m 30 s) |
| |
| 2 | 2026-04-07T04:15:24.397Z | starting task 0: "setup" |
| 3 | 2026-04-07T04:15:24.404Z | ++ uname -s |
| 4 | 2026-04-07T04:15:24.407Z | + kern=SunOS |
| 5 | 2026-04-07T04:15:24.407Z | + build_user=build |
| 6 | 2026-04-07T04:15:24.407Z | + build_uid=12345 |
| 7 | 2026-04-07T04:15:24.407Z | + work_dir=/work |
| 8 | 2026-04-07T04:15:24.407Z | + input_dir=/input |
| 9 | 2026-04-07T04:15:24.407Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-07T04:15:24.407Z | + case "$kern" in |
| 11 | 2026-04-07T04:15:24.407Z | + groupadd -g 12345 build |
| 12 | 2026-04-07T04:15:24.410Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-07T04:15:26.414Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-07T04:15:26.533Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-07T04:15:26.537Z | + home_fs=zfs |
| 16 | 2026-04-07T04:15:26.537Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-07T04:15:26.537Z | + mkdir -p /home/build |
| 18 | 2026-04-07T04:15:26.537Z | + chown build:build /home/build /work |
| 19 | 2026-04-07T04:15:28.537Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-07T04:15:28.540Z | process exited: duration 4141 ms, exit code 0 |
| |
| 21 | 2026-04-07T04:15:28.547Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-07T04:15:28.551Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-07T04:15:28.551Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-04-07T04:15:28.551Z | * rust toolchain profile = "default" |
| 25 | 2026-04-07T04:15:28.551Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-07T04:15:28.551Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-07T04:15:28.551Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-07T04:15:28.554Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-07T04:15:28.554Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-07T04:15:28.676Z | info: downloading installer |
| 31 | 2026-04-07T04:15:30.292Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-07T04:15:30.292Z | warn: /opt/ooce/bin |
| 33 | 2026-04-07T04:15:30.292Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-07T04:15:30.292Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-07T04:15:30.292Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-07T04:15:30.292Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-07T04:15:30.292Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-07T04:15:30.292Z | error: cannot install while Rust is installed |
| 39 | 2026-04-07T04:15:30.292Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-07T04:15:30.292Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-07T04:15:30.292Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-07T04:15:30.292Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-07T04:15:30.292Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-07T04:15:30.306Z | info: profile set to default |
| 45 | 2026-04-07T04:15:30.306Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-07T04:15:30.308Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-07T04:15:30.465Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-07T04:15:30.468Z | info: downloading 6 components |
| 49 | 2026-04-07T04:15:47.286Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-07T04:15:47.286Z | |
| 51 | 2026-04-07T04:15:47.314Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-07T04:15:47.314Z | |
| 53 | 2026-04-07T04:15:47.314Z | |
| 54 | 2026-04-07T04:15:47.314Z | Rust is installed now. Great! |
| 55 | 2026-04-07T04:15:47.314Z | |
| 56 | 2026-04-07T04:15:47.317Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-07T04:15:47.317Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-07T04:15:47.317Z | |
| 59 | 2026-04-07T04:15:47.317Z | To configure your current shell, you need to source |
| 60 | 2026-04-07T04:15:47.317Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-07T04:15:47.317Z | |
| 62 | 2026-04-07T04:15:47.317Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-07T04:15:47.317Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-07T04:15:47.317Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-07T04:15:47.317Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-07T04:15:47.317Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-07T04:15:47.318Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-07T04:15:47.318Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-07T04:15:47.318Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-07T04:15:47.318Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-07T04:15:47.416Z | + rustup --version |
| 72 | 2026-04-07T04:15:47.425Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-07T04:15:47.428Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-07T04:15:47.446Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-07T04:15:47.449Z | + cargo --version |
| 76 | 2026-04-07T04:15:47.462Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-07T04:15:47.465Z | + rustc --version |
| 78 | 2026-04-07T04:15:47.484Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-07T04:15:47.486Z | process exited: duration 18937 ms, exit code 0 |
| |
| 80 | 2026-04-07T04:15:47.493Z | starting task 2: "authentication" |
| 81 | 2026-04-07T04:15:47.510Z | process exited: duration 17 ms, exit code 0 |
| |
| 82 | 2026-04-07T04:15:47.516Z | starting task 3: "clone repository" |
| 83 | 2026-04-07T04:15:47.519Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-07T04:15:47.523Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-07T04:15:47.554Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-07T04:15:59.157Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-07T04:15:59.157Z | + git fetch origin 87a5d2f9eadf2030e564334bd9260d005d8831e6 |
| 88 | 2026-04-07T04:15:59.438Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-07T04:15:59.438Z | * branch 87a5d2f9eadf2030e564334bd9260d005d8831e6 -> FETCH_HEAD |
| 90 | 2026-04-07T04:15:59.447Z | + [[ -n ixi/ls-apis-debug ]] |
| 91 | 2026-04-07T04:15:59.450Z | ++ git branch --show-current |
| 92 | 2026-04-07T04:15:59.450Z | + current=main |
| 93 | 2026-04-07T04:15:59.450Z | + [[ main != ixi/ls-apis-debug ]] |
| 94 | 2026-04-07T04:15:59.450Z | + git branch -f ixi/ls-apis-debug 87a5d2f9eadf2030e564334bd9260d005d8831e6 |
| 95 | 2026-04-07T04:15:59.453Z | + git checkout -f ixi/ls-apis-debug |
| 96 | 2026-04-07T04:15:59.682Z | Switched to branch 'ixi/ls-apis-debug' |
| 97 | 2026-04-07T04:15:59.684Z | + git reset --hard 87a5d2f9eadf2030e564334bd9260d005d8831e6 |
| 98 | 2026-04-07T04:15:59.912Z | HEAD is now at 87a5d2f9e Show example cycle when ls-apis errors about them |
| 99 | 2026-04-07T04:15:59.915Z | process exited: duration 12397 ms, exit code 0 |
| |
| 100 | 2026-04-07T04:15:59.921Z | starting task 4: "build" |
| 101 | 2026-04-07T04:15:59.926Z | + source ./env.sh |
| 102 | 2026-04-07T04:15:59.926Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-04-07T04:15:59.926Z | ++ set -o xtrace |
| 104 | 2026-04-07T04:15:59.929Z | ++++ dirname ./env.sh |
| 105 | 2026-04-07T04:15:59.932Z | +++ readlink -f . |
| 106 | 2026-04-07T04:15:59.934Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-04-07T04:15:59.934Z | ++ 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-04-07T04:15:59.934Z | ++ 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-04-07T04:15:59.934Z | ++ 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-04-07T04:15:59.934Z | ++ 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-04-07T04:15:59.934Z | ++ 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-04-07T04:15:59.934Z | ++ 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-04-07T04:15:59.934Z | ++ 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-04-07T04:15:59.934Z | ++ 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-04-07T04:15:59.934Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-04-07T04:15:59.934Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-04-07T04:15:59.934Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-04-07T04:15:59.934Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-04-07T04:15:59.934Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-04-07T04:15:59.934Z | + cargo --version |
| 121 | 2026-04-07T04:15:59.942Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-04-07T04:15:59.945Z | + rustc --version |
| 123 | 2026-04-07T04:15:59.965Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-04-07T04:15:59.968Z | + banner prerequisites |
| 125 | 2026-04-07T04:15:59.971Z | |
| 126 | 2026-04-07T04:15:59.971Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-04-07T04:15:59.971Z | # # # # # # # # # # # # # # # |
| 128 | 2026-04-07T04:15:59.971Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-04-07T04:15:59.971Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-04-07T04:15:59.971Z | # # # # # # # # # # # # # # # |
| 131 | 2026-04-07T04:15:59.971Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-04-07T04:15:59.971Z | |
| 133 | 2026-04-07T04:15:59.971Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-04-07T04:16:08.420Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-04-07T04:16:15.275Z | Startup: Caching catalogs ... Done |
| 136 | 2026-04-07T04:16:20.110Z | Planning: Solver setup ... Done (3.267s) |
| 137 | 2026-04-07T04:16:20.131Z | Planning: Running solver ... Done (0.021s) |
| 138 | 2026-04-07T04:16:20.252Z | Planning: Finding local manifests ... Done (0.003s) |
| 139 | 2026-04-07T04:16:20.265Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-04-07T04:16:20.359Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-04-07T04:16:20.390Z | Planning: Package planning ... Done (0.031s) |
| 142 | 2026-04-07T04:16:20.418Z | Planning: Merging actions ... Done (0.027s) |
| 143 | 2026-04-07T04:16:20.594Z | Planning: Checking for conflicting actions ... Done (0.176s) |
| 144 | 2026-04-07T04:16:20.601Z | Planning: Consolidating action changes ... Done (0.007s) |
| 145 | 2026-04-07T04:16:21.383Z | Planning: Evaluating mediators ... Done (0.782s) |
| 146 | 2026-04-07T04:16:21.389Z | Planning: Planning completed in 5.95 seconds |
| 147 | 2026-04-07T04:16:21.401Z | Packages to install: 4 |
| 148 | 2026-04-07T04:16:21.405Z | Mediators to change: 2 |
| 149 | 2026-04-07T04:16:21.405Z | Services to change: 1 |
| 150 | 2026-04-07T04:16:21.405Z | Estimated space available: 155.35 GB |
| 151 | 2026-04-07T04:16:21.405Z | Estimated space to be consumed: 1.84 GB |
| 152 | 2026-04-07T04:16:21.405Z | Create boot environment: No |
| 153 | 2026-04-07T04:16:21.405Z | Create backup boot environment: No |
| 154 | 2026-04-07T04:16:21.405Z | Rebuild boot archive: No |
| 155 | 2026-04-07T04:16:21.405Z | |
| 156 | 2026-04-07T04:16:21.405Z | Changed mediators: |
| 157 | 2026-04-07T04:16:21.405Z | mediator clang: |
| 158 | 2026-04-07T04:16:21.405Z | version: None -> 15 (system default) |
| 159 | 2026-04-07T04:16:21.405Z | |
| 160 | 2026-04-07T04:16:21.405Z | mediator llvm: |
| 161 | 2026-04-07T04:16:21.405Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-04-07T04:16:21.405Z | |
| 163 | 2026-04-07T04:16:21.405Z | Changed packages: |
| 164 | 2026-04-07T04:16:21.405Z | helios-dev |
| 165 | 2026-04-07T04:16:21.405Z | developer/build-essential |
| 166 | 2026-04-07T04:16:21.405Z | None -> 11-2.0 |
| 167 | 2026-04-07T04:16:21.405Z | library/libxmlsec1 |
| 168 | 2026-04-07T04:16:21.405Z | None -> 1.2.35-2.0 |
| 169 | 2026-04-07T04:16:21.405Z | ooce/developer/clang-15 |
| 170 | 2026-04-07T04:16:21.405Z | None -> 15.0.7-2.0 |
| 171 | 2026-04-07T04:16:21.406Z | ooce/developer/llvm-15 |
| 172 | 2026-04-07T04:16:21.406Z | None -> 15.0.7-2.0 |
| 173 | 2026-04-07T04:16:21.406Z | |
| 174 | 2026-04-07T04:16:21.406Z | Services: |
| 175 | 2026-04-07T04:16:21.406Z | restart_fmri: |
| 176 | 2026-04-07T04:16:21.406Z | svc:/system/update-man-index:default |
| 177 | 2026-04-07T04:16:21.444Z | |
| 178 | 2026-04-07T04:16:21.444Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-04-07T04:16:26.447Z | Download: 2899/3290 items 121.1/212.6MB 56% complete (24.4M/s) |
| 180 | 2026-04-07T04:16:28.196Z | Download: Completed 212.60 MB in 6.75 seconds (31.5M/s) |
| 181 | 2026-04-07T04:16:28.493Z | Actions: 1/3689 actions (Installing new actions) |
| 182 | 2026-04-07T04:16:31.671Z | Actions: Completed 3689 actions in 3.18 seconds. |
| 183 | 2026-04-07T04:16:31.971Z | Done (0.296s) |
| 184 | 2026-04-07T04:16:31.971Z | Done (0.000s) |
| 185 | 2026-04-07T04:16:32.689Z | Done (0.718s) |
| 186 | 2026-04-07T04:16:35.996Z | Done (2.960s) |
| 187 | 2026-04-07T04:16:36.073Z | Done (0.012s) |
| 188 | 2026-04-07T04:16:36.076Z | Done (0.000s) |
| 189 | 2026-04-07T04:16:36.376Z | Done (0.000s) |
| 190 | 2026-04-07T04:16:37.236Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2026-04-07T04:16:37.347Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2026-04-07T04:16:37.350Z | Planning: Consolidating action changes ... Done |
| 193 | 2026-04-07T04:16:37.510Z | Planning: Evaluating mediators ... Done |
| 194 | 2026-04-07T04:16:37.514Z | Planning: Planning completed in 0.28 seconds |
| 195 | 2026-04-07T04:16:37.532Z | Mediators to change: 2 |
| 196 | 2026-04-07T04:16:37.532Z | Create boot environment: No |
| 197 | 2026-04-07T04:16:37.532Z | Create backup boot environment: No |
| 198 | 2026-04-07T04:16:37.602Z | Done |
| 199 | 2026-04-07T04:16:37.602Z | Done |
| 200 | 2026-04-07T04:16:38.208Z | Done |
| 201 | 2026-04-07T04:16:40.760Z | Done |
| 202 | 2026-04-07T04:16:40.831Z | Done |
| 203 | 2026-04-07T04:16:40.831Z | Done |
| 204 | 2026-04-07T04:16:40.959Z | Done |
| 205 | 2026-04-07T04:16:41.354Z | Planning: Evaluating mediator changes ... Done |
| 206 | 2026-04-07T04:16:41.357Z | Planning: Merging actions ... Done |
| 207 | 2026-04-07T04:16:41.495Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2026-04-07T04:16:41.498Z | Planning: Consolidating action changes ... Done |
| 209 | 2026-04-07T04:16:41.635Z | Planning: Evaluating mediators ... Done |
| 210 | 2026-04-07T04:16:41.663Z | Planning: Planning completed in 0.45 seconds |
| 211 | 2026-04-07T04:16:41.684Z | Packages to change: 1 |
| 212 | 2026-04-07T04:16:41.684Z | Mediators to change: 1 |
| 213 | 2026-04-07T04:16:41.685Z | Services to change: 1 |
| 214 | 2026-04-07T04:16:41.688Z | Create boot environment: No |
| 215 | 2026-04-07T04:16:41.688Z | Create backup boot environment: Yes |
| 216 | 2026-04-07T04:16:43.889Z | Actions: 1/6 actions (Updating modified actions) |
| 217 | 2026-04-07T04:16:43.892Z | Actions: Completed 6 actions in 0.00 seconds. |
| 218 | 2026-04-07T04:16:43.892Z | Done |
| 219 | 2026-04-07T04:16:43.892Z | Done |
| 220 | 2026-04-07T04:16:44.029Z | Done |
| 221 | 2026-04-07T04:16:46.510Z | Done |
| 222 | 2026-04-07T04:16:46.582Z | Done |
| 223 | 2026-04-07T04:16:46.585Z | Done |
| 224 | 2026-04-07T04:16:46.732Z | Done |
| 225 | 2026-04-07T04:16:47.024Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 226 | 2026-04-07T04:16:47.024Z | clang system 15 system |
| 227 | 2026-04-07T04:16:47.024Z | csh system system illumos |
| 228 | 2026-04-07T04:16:47.024Z | ctags system system illumos |
| 229 | 2026-04-07T04:16:47.024Z | file system system illumos |
| 230 | 2026-04-07T04:16:47.024Z | gcc vendor 12 vendor |
| 231 | 2026-04-07T04:16:47.024Z | gcc system 14 system |
| 232 | 2026-04-07T04:16:47.024Z | gcc system 10 system |
| 233 | 2026-04-07T04:16:47.024Z | go system 1.20 system |
| 234 | 2026-04-07T04:16:47.024Z | go system 1.19 system |
| 235 | 2026-04-07T04:16:47.024Z | llvm system 15 system |
| 236 | 2026-04-07T04:16:47.024Z | llvm system 14 system |
| 237 | 2026-04-07T04:16:47.024Z | mariadb system 10.6 system |
| 238 | 2026-04-07T04:16:47.024Z | mta vendor vendor dma |
| 239 | 2026-04-07T04:16:47.024Z | openjdk system 17 system |
| 240 | 2026-04-07T04:16:47.024Z | openjdk system 11 system |
| 241 | 2026-04-07T04:16:47.025Z | openjdk system 1.8 system |
| 242 | 2026-04-07T04:16:47.025Z | openssl vendor 3 vendor |
| 243 | 2026-04-07T04:16:47.025Z | perl system 5.36 system |
| 244 | 2026-04-07T04:16:47.025Z | postgresql system 15 system |
| 245 | 2026-04-07T04:16:47.025Z | postgresql system 13 system |
| 246 | 2026-04-07T04:16:47.025Z | python vendor 3 vendor |
| 247 | 2026-04-07T04:16:47.025Z | python system 2 system |
| 248 | 2026-04-07T04:16:47.025Z | python3 system 3.11 system |
| 249 | 2026-04-07T04:16:47.025Z | ruby system 3.0 system |
| 250 | 2026-04-07T04:16:47.025Z | words vendor vendor american-english |
| 251 | 2026-04-07T04:16:47.025Z | words system system australian-english |
| 252 | 2026-04-07T04:16:47.025Z | words system system british-english |
| 253 | 2026-04-07T04:16:47.025Z | words system system canadian-english |
| 254 | 2026-04-07T04:16:47.025Z | words system system french |
| 255 | 2026-04-07T04:16:47.025Z | words system system italian |
| 256 | 2026-04-07T04:16:47.025Z | words system system ngerman |
| 257 | 2026-04-07T04:16:47.025Z | words system system ogerman |
| 258 | 2026-04-07T04:16:47.025Z | words system system spanish |
| 259 | 2026-04-07T04:16:47.256Z | PUBLISHER TYPE STATUS P LOCATION |
| 260 | 2026-04-07T04:16:47.256Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 261 | 2026-04-07T04:16:51.611Z | FMRI IFO |
| 262 | 2026-04-07T04:16:51.611Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 263 | 2026-04-07T04:16:51.611Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 264 | 2026-04-07T04:16:51.611Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 265 | 2026-04-07T04:16:51.611Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 266 | 2026-04-07T04:16:51.611Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 267 | 2026-04-07T04:16:51.611Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 268 | 2026-04-07T04:16:51.611Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 269 | 2026-04-07T04:16:51.611Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 270 | 2026-04-07T04:16:51.612Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 271 | 2026-04-07T04:16:51.612Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 272 | 2026-04-07T04:16:51.612Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 273 | 2026-04-07T04:16:51.612Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 274 | 2026-04-07T04:16:51.612Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 275 | 2026-04-07T04:16:51.612Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 276 | 2026-04-07T04:16:51.612Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 277 | 2026-04-07T04:16:51.612Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 278 | 2026-04-07T04:16:52.745Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 279 | 2026-04-07T04:16:53.017Z | Updating crates.io index |
| 280 | 2026-04-07T04:16:53.021Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2026-04-07T04:16:53.558Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 282 | 2026-04-07T04:16:53.879Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 283 | 2026-04-07T04:16:54.263Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 284 | 2026-04-07T04:16:54.977Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 285 | 2026-04-07T04:16:56.361Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 286 | 2026-04-07T04:16:57.673Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 287 | 2026-04-07T04:16:58.383Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 288 | 2026-04-07T04:16:58.789Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2026-04-07T04:16:59.411Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 290 | 2026-04-07T04:16:59.876Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 291 | 2026-04-07T04:17:00.305Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 292 | 2026-04-07T04:17:00.718Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 293 | 2026-04-07T04:17:01.594Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 294 | 2026-04-07T04:17:02.071Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 295 | 2026-04-07T04:17:02.466Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 296 | 2026-04-07T04:17:03.005Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 297 | 2026-04-07T04:17:03.308Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 298 | 2026-04-07T04:17:03.706Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 299 | 2026-04-07T04:17:03.942Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 300 | 2026-04-07T04:17:04.306Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 301 | 2026-04-07T04:17:04.694Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 302 | 2026-04-07T04:17:05.149Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 303 | 2026-04-07T04:17:05.944Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 304 | 2026-04-07T04:17:06.353Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 305 | 2026-04-07T04:17:06.823Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 306 | 2026-04-07T04:17:07.097Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 307 | 2026-04-07T04:17:08.463Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 308 | 2026-04-07T04:17:08.811Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 309 | 2026-04-07T04:17:09.517Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 310 | 2026-04-07T04:17:09.838Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 311 | 2026-04-07T04:17:10.271Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 312 | 2026-04-07T04:17:10.566Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 313 | 2026-04-07T04:17:11.335Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2026-04-07T04:17:11.579Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2026-04-07T04:17:11.854Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2026-04-07T04:17:12.121Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 317 | 2026-04-07T04:17:12.535Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2026-04-07T04:17:25.161Z | Downloading crates ... |
| 319 | 2026-04-07T04:17:25.235Z | Downloaded anstyle-parse v0.2.7 |
| 320 | 2026-04-07T04:17:25.240Z | Downloaded heck v0.5.0 |
| 321 | 2026-04-07T04:17:25.243Z | Downloaded percent-encoding v2.3.2 |
| 322 | 2026-04-07T04:17:25.248Z | Downloaded macaddr v1.0.1 |
| 323 | 2026-04-07T04:17:25.254Z | Downloaded cpufeatures v0.2.17 |
| 324 | 2026-04-07T04:17:25.256Z | Downloaded stable_deref_trait v1.2.1 |
| 325 | 2026-04-07T04:17:25.256Z | Downloaded serde_tokenstream v0.2.3 |
| 326 | 2026-04-07T04:17:25.256Z | Downloaded tinystr v0.8.2 |
| 327 | 2026-04-07T04:17:25.262Z | Downloaded thiserror-impl v1.0.69 |
| 328 | 2026-04-07T04:17:25.264Z | Downloaded yoke v0.8.1 |
| 329 | 2026-04-07T04:17:25.267Z | Downloaded byteorder v1.5.0 |
| 330 | 2026-04-07T04:17:25.270Z | Downloaded erased-serde v0.4.9 |
| 331 | 2026-04-07T04:17:25.270Z | Downloaded camino-tempfile v1.4.1 |
| 332 | 2026-04-07T04:17:25.273Z | Downloaded cfg-if v1.0.4 |
| 333 | 2026-04-07T04:17:25.276Z | Downloaded cargo_metadata v0.21.0 |
| 334 | 2026-04-07T04:17:25.279Z | Downloaded clap_lex v1.0.0 |
| 335 | 2026-04-07T04:17:25.282Z | Downloaded zerotrie v0.2.3 |
| 336 | 2026-04-07T04:17:25.285Z | Downloaded zerocopy v0.7.35 |
| 337 | 2026-04-07T04:17:25.294Z | Downloaded unicode-ident v1.0.24 |
| 338 | 2026-04-07T04:17:25.297Z | Downloaded textwrap v0.16.2 |
| 339 | 2026-04-07T04:17:25.297Z | Downloaded errno v0.3.14 |
| 340 | 2026-04-07T04:17:25.299Z | Downloaded zerovec-derive v0.11.2 |
| 341 | 2026-04-07T04:17:25.299Z | Downloaded yoke-derive v0.8.1 |
| 342 | 2026-04-07T04:17:25.302Z | Downloaded scroll_derive v0.12.1 |
| 343 | 2026-04-07T04:17:25.302Z | Downloaded toml_datetime v0.6.11 |
| 344 | 2026-04-07T04:17:25.302Z | Downloaded terminal_size v0.4.3 |
| 345 | 2026-04-07T04:17:25.302Z | Downloaded pest_derive v2.8.6 |
| 346 | 2026-04-07T04:17:25.305Z | Downloaded form_urlencoded v1.2.2 |
| 347 | 2026-04-07T04:17:25.305Z | Downloaded thiserror v1.0.69 |
| 348 | 2026-04-07T04:17:25.308Z | Downloaded version_check v0.9.5 |
| 349 | 2026-04-07T04:17:25.308Z | Downloaded zerofrom v0.1.6 |
| 350 | 2026-04-07T04:17:25.311Z | Downloaded thread-id v4.2.2 |
| 351 | 2026-04-07T04:17:25.311Z | Downloaded typeid v1.0.3 |
| 352 | 2026-04-07T04:17:25.311Z | Downloaded proc-macro2 v1.0.106 |
| 353 | 2026-04-07T04:17:25.314Z | Downloaded getrandom v0.4.1 |
| 354 | 2026-04-07T04:17:25.314Z | Downloaded serde_spanned v0.6.9 |
| 355 | 2026-04-07T04:17:25.317Z | Downloaded memmap v0.7.0 |
| 356 | 2026-04-07T04:17:25.317Z | Downloaded usdt-macro v0.5.0 |
| 357 | 2026-04-07T04:17:25.317Z | Downloaded writeable v0.6.2 |
| 358 | 2026-04-07T04:17:25.320Z | Downloaded usdt-impl v0.5.0 |
| 359 | 2026-04-07T04:17:25.320Z | Downloaded unicode-xid v0.2.6 |
| 360 | 2026-04-07T04:17:25.320Z | Downloaded itoa v1.0.17 |
| 361 | 2026-04-07T04:17:25.320Z | Downloaded pretty-hex v0.4.1 |
| 362 | 2026-04-07T04:17:25.323Z | Downloaded serde_core v1.0.228 |
| 363 | 2026-04-07T04:17:25.323Z | Downloaded strsim v0.11.1 |
| 364 | 2026-04-07T04:17:25.326Z | Downloaded idna_adapter v1.2.1 |
| 365 | 2026-04-07T04:17:25.326Z | Downloaded fastrand v2.3.0 |
| 366 | 2026-04-07T04:17:25.326Z | Downloaded zmij v1.0.21 |
| 367 | 2026-04-07T04:17:25.326Z | Downloaded heck v0.4.1 |
| 368 | 2026-04-07T04:17:25.328Z | Downloaded usdt-attr-macro v0.5.0 |
| 369 | 2026-04-07T04:17:25.328Z | Downloaded unicode-linebreak v0.1.5 |
| 370 | 2026-04-07T04:17:25.328Z | Downloaded typenum v1.19.0 |
| 371 | 2026-04-07T04:17:25.331Z | Downloaded potential_utf v0.1.4 |
| 372 | 2026-04-07T04:17:25.331Z | Downloaded usdt v0.5.0 |
| 373 | 2026-04-07T04:17:25.331Z | Downloaded thiserror v2.0.18 |
| 374 | 2026-04-07T04:17:25.334Z | Downloaded utf8_iter v1.0.4 |
| 375 | 2026-04-07T04:17:25.334Z | Downloaded fnv v1.0.7 |
| 376 | 2026-04-07T04:17:25.337Z | Downloaded plain v0.2.3 |
| 377 | 2026-04-07T04:17:25.337Z | Downloaded dtrace-parser v0.2.0 |
| 378 | 2026-04-07T04:17:25.337Z | Downloaded utf8parse v0.2.2 |
| 379 | 2026-04-07T04:17:25.337Z | Downloaded colorchoice v1.0.4 |
| 380 | 2026-04-07T04:17:25.340Z | Downloaded crypto-common v0.1.7 |
| 381 | 2026-04-07T04:17:25.340Z | Downloaded cargo-platform v0.2.0 |
| 382 | 2026-04-07T04:17:25.340Z | Downloaded thiserror-impl v2.0.18 |
| 383 | 2026-04-07T04:17:25.340Z | Downloaded smawk v0.3.2 |
| 384 | 2026-04-07T04:17:25.343Z | Downloaded zerocopy-derive v0.7.35 |
| 385 | 2026-04-07T04:17:25.346Z | Downloaded generic-array v0.14.7 |
| 386 | 2026-04-07T04:17:25.346Z | Downloaded zerofrom-derive v0.1.6 |
| 387 | 2026-04-07T04:17:25.346Z | Downloaded equivalent v1.0.2 |
| 388 | 2026-04-07T04:17:25.349Z | Downloaded ucd-trie v0.1.7 |
| 389 | 2026-04-07T04:17:25.352Z | Downloaded icu_normalizer v2.1.1 |
| 390 | 2026-04-07T04:17:25.352Z | Downloaded serde v1.0.228 |
| 391 | 2026-04-07T04:17:25.355Z | Downloaded toml_write v0.1.2 |
| 392 | 2026-04-07T04:17:25.355Z | Downloaded anstream v0.6.21 |
| 393 | 2026-04-07T04:17:25.357Z | Downloaded block-buffer v0.10.4 |
| 394 | 2026-04-07T04:17:25.360Z | Downloaded anstyle-query v1.1.5 |
| 395 | 2026-04-07T04:17:25.360Z | Downloaded toml v0.8.23 |
| 396 | 2026-04-07T04:17:25.363Z | Downloaded serde-value v0.7.0 |
| 397 | 2026-04-07T04:17:25.366Z | Downloaded zerovec v0.11.5 |
| 398 | 2026-04-07T04:17:25.370Z | Downloaded swrite v0.1.0 |
| 399 | 2026-04-07T04:17:25.373Z | Downloaded is_terminal_polyfill v1.70.2 |
| 400 | 2026-04-07T04:17:25.373Z | Downloaded winnow v0.7.14 |
| 401 | 2026-04-07T04:17:25.376Z | Downloaded ordered-float v2.10.1 |
| 402 | 2026-04-07T04:17:25.378Z | Downloaded dof v0.3.0 |
| 403 | 2026-04-07T04:17:25.378Z | Downloaded digest v0.10.7 |
| 404 | 2026-04-07T04:17:25.378Z | Downloaded autocfg v1.5.0 |
| 405 | 2026-04-07T04:17:25.381Z | Downloaded tabled_derive v0.7.0 |
| 406 | 2026-04-07T04:17:25.381Z | Downloaded scroll v0.12.0 |
| 407 | 2026-04-07T04:17:25.382Z | Downloaded toml_edit v0.22.27 |
| 408 | 2026-04-07T04:17:25.385Z | Downloaded unicode-width v0.1.14 |
| 409 | 2026-04-07T04:17:25.389Z | Downloaded proc-macro-error-attr v1.0.4 |
| 410 | 2026-04-07T04:17:25.391Z | Downloaded url v2.5.8 |
| 411 | 2026-04-07T04:17:25.391Z | Downloaded fs-err v3.3.0 |
| 412 | 2026-04-07T04:17:25.396Z | Downloaded sha2 v0.10.9 |
| 413 | 2026-04-07T04:17:25.399Z | Downloaded icu_provider v2.1.1 |
| 414 | 2026-04-07T04:17:25.402Z | Downloaded quote v1.0.44 |
| 415 | 2026-04-07T04:17:25.402Z | Downloaded serde-untagged v0.1.9 |
| 416 | 2026-04-07T04:17:25.404Z | Downloaded displaydoc v0.2.5 |
| 417 | 2026-04-07T04:17:25.404Z | Downloaded cargo_toml v0.21.0 |
| 418 | 2026-04-07T04:17:25.404Z | Downloaded unicode-width v0.2.0 |
| 419 | 2026-04-07T04:17:25.424Z | Downloaded semver v1.0.27 |
| 420 | 2026-04-07T04:17:25.427Z | Downloaded idna v1.1.0 |
| 421 | 2026-04-07T04:17:25.430Z | Downloaded cargo-util-schemas v0.8.2 |
| 422 | 2026-04-07T04:17:25.432Z | Downloaded synstructure v0.13.2 |
| 423 | 2026-04-07T04:17:25.432Z | Downloaded anstyle v1.0.13 |
| 424 | 2026-04-07T04:17:25.433Z | Downloaded tempfile v3.25.0 |
| 425 | 2026-04-07T04:17:25.435Z | Downloaded proc-macro-error v1.0.4 |
| 426 | 2026-04-07T04:17:25.436Z | Downloaded indexmap v2.13.0 |
| 427 | 2026-04-07T04:17:25.438Z | Downloaded clap v4.5.60 |
| 428 | 2026-04-07T04:17:25.442Z | Downloaded litemap v0.8.1 |
| 429 | 2026-04-07T04:17:25.445Z | Downloaded clap_derive v4.5.55 |
| 430 | 2026-04-07T04:17:25.445Z | Downloaded camino v1.2.2 |
| 431 | 2026-04-07T04:17:25.447Z | Downloaded bytecount v0.6.9 |
| 432 | 2026-04-07T04:17:25.447Z | Downloaded anyhow v1.0.102 |
| 433 | 2026-04-07T04:17:25.450Z | Downloaded pest_generator v2.8.6 |
| 434 | 2026-04-07T04:17:25.453Z | Downloaded smallvec v1.15.1 |
| 435 | 2026-04-07T04:17:25.456Z | Downloaded once_cell v1.21.3 |
| 436 | 2026-04-07T04:17:25.456Z | Downloaded bitflags v2.11.0 |
| 437 | 2026-04-07T04:17:25.465Z | Downloaded serde_derive v1.0.228 |
| 438 | 2026-04-07T04:17:25.471Z | Downloaded num-traits v0.2.19 |
| 439 | 2026-04-07T04:17:25.474Z | Downloaded icu_properties v2.1.2 |
| 440 | 2026-04-07T04:17:25.477Z | Downloaded log v0.4.29 |
| 441 | 2026-04-07T04:17:25.480Z | Downloaded papergrid v0.11.0 |
| 442 | 2026-04-07T04:17:25.482Z | Downloaded pest_meta v2.8.6 |
| 443 | 2026-04-07T04:17:25.482Z | Downloaded icu_collections v2.1.1 |
| 444 | 2026-04-07T04:17:25.502Z | Downloaded icu_normalizer_data v2.1.1 |
| 445 | 2026-04-07T04:17:25.505Z | Downloaded icu_locale_core v2.1.1 |
| 446 | 2026-04-07T04:17:25.525Z | Downloaded memchr v2.8.0 |
| 447 | 2026-04-07T04:17:25.528Z | Downloaded pest v2.8.6 |
| 448 | 2026-04-07T04:17:25.539Z | Downloaded serde_json v1.0.149 |
| 449 | 2026-04-07T04:17:25.548Z | Downloaded tabled v0.15.0 |
| 450 | 2026-04-07T04:17:25.556Z | Downloaded icu_properties_data v2.1.2 |
| 451 | 2026-04-07T04:17:25.561Z | Downloaded hashbrown v0.16.1 |
| 452 | 2026-04-07T04:17:25.564Z | Downloaded syn v1.0.109 |
| 453 | 2026-04-07T04:17:25.568Z | Downloaded clap_builder v4.5.60 |
| 454 | 2026-04-07T04:17:25.573Z | Downloaded goblin v0.8.2 |
| 455 | 2026-04-07T04:17:25.589Z | Downloaded syn v2.0.117 |
| 456 | 2026-04-07T04:17:25.605Z | Downloaded rustix v1.1.3 |
| 457 | 2026-04-07T04:17:25.632Z | Downloaded libc v0.2.180 |
| 458 | 2026-04-07T04:17:25.698Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-04-07T04:17:25.698Z | Compiling quote v1.0.44 |
| 460 | 2026-04-07T04:17:25.701Z | Compiling unicode-ident v1.0.24 |
| 461 | 2026-04-07T04:17:25.701Z | Compiling serde_core v1.0.228 |
| 462 | 2026-04-07T04:17:25.701Z | Compiling libc v0.2.180 |
| 463 | 2026-04-07T04:17:25.701Z | Compiling version_check v0.9.5 |
| 464 | 2026-04-07T04:17:25.701Z | Compiling serde v1.0.228 |
| 465 | 2026-04-07T04:17:25.877Z | Compiling stable_deref_trait v1.2.1 |
| 466 | 2026-04-07T04:17:26.031Z | Compiling memchr v2.8.0 |
| 467 | 2026-04-07T04:17:26.048Z | Compiling zmij v1.0.21 |
| 468 | 2026-04-07T04:17:26.216Z | Compiling itoa v1.0.17 |
| 469 | 2026-04-07T04:17:26.282Z | Compiling ucd-trie v0.1.7 |
| 470 | 2026-04-07T04:17:26.365Z | Compiling autocfg v1.5.0 |
| 471 | 2026-04-07T04:17:26.555Z | Compiling thiserror v1.0.69 |
| 472 | 2026-04-07T04:17:26.688Z | Compiling pest v2.8.6 |
| 473 | 2026-04-07T04:17:26.738Z | Compiling writeable v0.6.2 |
| 474 | 2026-04-07T04:17:26.796Z | Compiling litemap v0.8.1 |
| 475 | 2026-04-07T04:17:26.938Z | Compiling rustix v1.1.3 |
| 476 | 2026-04-07T04:17:27.086Z | Compiling icu_properties_data v2.1.2 |
| 477 | 2026-04-07T04:17:27.151Z | Compiling byteorder v1.5.0 |
| 478 | 2026-04-07T04:17:27.269Z | Compiling syn v2.0.117 |
| 479 | 2026-04-07T04:17:27.286Z | Compiling icu_normalizer_data v2.1.1 |
| 480 | 2026-04-07T04:17:27.393Z | Compiling errno v0.3.14 |
| 481 | 2026-04-07T04:17:27.395Z | Compiling bitflags v2.11.0 |
| 482 | 2026-04-07T04:17:27.494Z | Compiling serde_json v1.0.149 |
| 483 | 2026-04-07T04:17:27.656Z | Compiling num-traits v0.2.19 |
| 484 | 2026-04-07T04:17:27.713Z | Compiling typeid v1.0.3 |
| 485 | 2026-04-07T04:17:27.735Z | Compiling hashbrown v0.16.1 |
| 486 | 2026-04-07T04:17:27.847Z | Compiling pest_meta v2.8.6 |
| 487 | 2026-04-07T04:17:27.983Z | Compiling smallvec v1.15.1 |
| 488 | 2026-04-07T04:17:28.001Z | Compiling equivalent v1.0.2 |
| 489 | 2026-04-07T04:17:28.284Z | Compiling indexmap v2.13.0 |
| 490 | 2026-04-07T04:17:28.320Z | Compiling thread-id v4.2.2 |
| 491 | 2026-04-07T04:17:28.359Z | Compiling usdt-impl v0.5.0 |
| 492 | 2026-04-07T04:17:28.405Z | Compiling proc-macro-error-attr v1.0.4 |
| 493 | 2026-04-07T04:17:28.467Z | Compiling syn v1.0.109 |
| 494 | 2026-04-07T04:17:28.594Z | Compiling toml_write v0.1.2 |
| 495 | 2026-04-07T04:17:28.677Z | Compiling winnow v0.7.14 |
| 496 | 2026-04-07T04:17:28.777Z | Compiling erased-serde v0.4.9 |
| 497 | 2026-04-07T04:17:29.068Z | Compiling proc-macro-error v1.0.4 |
| 498 | 2026-04-07T04:17:29.096Z | Compiling camino v1.2.2 |
| 499 | 2026-04-07T04:17:29.255Z | Compiling thiserror v2.0.18 |
| 500 | 2026-04-07T04:17:29.414Z | Compiling utf8_iter v1.0.4 |
| 501 | 2026-04-07T04:17:29.480Z | Compiling getrandom v0.4.1 |
| 502 | 2026-04-07T04:17:29.498Z | Compiling percent-encoding v2.3.2 |
| 503 | 2026-04-07T04:17:29.565Z | Compiling plain v0.2.3 |
| 504 | 2026-04-07T04:17:29.588Z | Compiling log v0.4.29 |
| 505 | 2026-04-07T04:17:29.591Z | Compiling utf8parse v0.2.2 |
| 506 | 2026-04-07T04:17:29.679Z | Compiling form_urlencoded v1.2.2 |
| 507 | 2026-04-07T04:17:29.698Z | Compiling anstyle-parse v0.2.7 |
| 508 | 2026-04-07T04:17:29.848Z | Compiling ordered-float v2.10.1 |
| 509 | 2026-04-07T04:17:29.868Z | Compiling synstructure v0.13.2 |
| 510 | 2026-04-07T04:17:29.886Z | Compiling pest_generator v2.8.6 |
| 511 | 2026-04-07T04:17:30.106Z | Compiling terminal_size v0.4.3 |
| 512 | 2026-04-07T04:17:30.250Z | Compiling pretty-hex v0.4.1 |
| 513 | 2026-04-07T04:17:30.335Z | Compiling anstyle-query v1.1.5 |
| 514 | 2026-04-07T04:17:30.373Z | Compiling anstyle v1.0.13 |
| 515 | 2026-04-07T04:17:30.394Z | Compiling is_terminal_polyfill v1.70.2 |
| 516 | 2026-04-07T04:17:30.412Z | Compiling colorchoice v1.0.4 |
| 517 | 2026-04-07T04:17:30.449Z | Compiling cfg-if v1.0.4 |
| 518 | 2026-04-07T04:17:30.492Z | Compiling serde-untagged v0.1.9 |
| 519 | 2026-04-07T04:17:30.542Z | Compiling anstream v0.6.21 |
| 520 | 2026-04-07T04:17:30.582Z | Compiling semver v1.0.27 |
| 521 | 2026-04-07T04:17:30.698Z | Compiling fs-err v3.3.0 |
| 522 | 2026-04-07T04:17:30.734Z | Compiling heck v0.4.1 |
| 523 | 2026-04-07T04:17:30.843Z | Compiling bytecount v0.6.9 |
| 524 | 2026-04-07T04:17:30.891Z | Compiling clap_lex v1.0.0 |
| 525 | 2026-04-07T04:17:30.909Z | Compiling heck v0.5.0 |
| 526 | 2026-04-07T04:17:30.949Z | Compiling fnv v1.0.7 |
| 527 | 2026-04-07T04:17:30.967Z | Compiling unicode-xid v0.2.6 |
| 528 | 2026-04-07T04:17:30.985Z | Compiling fastrand v2.3.0 |
| 529 | 2026-04-07T04:17:31.058Z | Compiling once_cell v1.21.3 |
| 530 | 2026-04-07T04:17:31.095Z | Compiling unicode-width v0.1.14 |
| 531 | 2026-04-07T04:17:31.147Z | Compiling strsim v0.11.1 |
| 532 | 2026-04-07T04:17:31.247Z | Compiling anyhow v1.0.102 |
| 533 | 2026-04-07T04:17:31.272Z | Compiling tempfile v3.25.0 |
| 534 | 2026-04-07T04:17:31.370Z | Compiling clap_builder v4.5.60 |
| 535 | 2026-04-07T04:17:31.431Z | Compiling papergrid v0.11.0 |
| 536 | 2026-04-07T04:17:31.574Z | Compiling serde_derive v1.0.228 |
| 537 | 2026-04-07T04:17:31.598Z | Compiling zerofrom-derive v0.1.6 |
| 538 | 2026-04-07T04:17:31.707Z | Compiling yoke-derive v0.8.1 |
| 539 | 2026-04-07T04:17:31.806Z | Compiling zerovec-derive v0.11.2 |
| 540 | 2026-04-07T04:17:32.126Z | Compiling displaydoc v0.2.5 |
| 541 | 2026-04-07T04:17:32.884Z | Compiling thiserror-impl v1.0.69 |
| 542 | 2026-04-07T04:17:32.903Z | Compiling zerocopy-derive v0.7.35 |
| 543 | 2026-04-07T04:17:32.920Z | Compiling pest_derive v2.8.6 |
| 544 | 2026-04-07T04:17:32.938Z | Compiling scroll_derive v0.12.1 |
| 545 | 2026-04-07T04:17:33.012Z | Compiling zerofrom v0.1.6 |
| 546 | 2026-04-07T04:17:33.152Z | Compiling yoke v0.8.1 |
| 547 | 2026-04-07T04:17:33.345Z | Compiling zerovec v0.11.5 |
| 548 | 2026-04-07T04:17:33.364Z | Compiling zerotrie v0.2.3 |
| 549 | 2026-04-07T04:17:33.608Z | Compiling scroll v0.12.0 |
| 550 | 2026-04-07T04:17:33.666Z | Compiling thiserror-impl v2.0.18 |
| 551 | 2026-04-07T04:17:33.754Z | Compiling zerocopy v0.7.35 |
| 552 | 2026-04-07T04:17:33.850Z | Compiling tinystr v0.8.2 |
| 553 | 2026-04-07T04:17:33.886Z | Compiling potential_utf v0.1.4 |
| 554 | 2026-04-07T04:17:34.060Z | Compiling icu_locale_core v2.1.1 |
| 555 | 2026-04-07T04:17:34.079Z | Compiling icu_collections v2.1.1 |
| 556 | 2026-04-07T04:17:34.240Z | Compiling dtrace-parser v0.2.0 |
| 557 | 2026-04-07T04:17:34.314Z | Compiling goblin v0.8.2 |
| 558 | 2026-04-07T04:17:34.431Z | Compiling tabled_derive v0.7.0 |
| 559 | 2026-04-07T04:17:34.550Z | Compiling clap_derive v4.5.55 |
| 560 | 2026-04-07T04:17:34.569Z | Compiling memmap v0.7.0 |
| 561 | 2026-04-07T04:17:34.755Z | Compiling icu_provider v2.1.1 |
| 562 | 2026-04-07T04:17:34.988Z | Compiling smawk v0.3.2 |
| 563 | 2026-04-07T04:17:35.011Z | Compiling icu_normalizer v2.1.1 |
| 564 | 2026-04-07T04:17:35.074Z | Compiling serde_spanned v0.6.9 |
| 565 | 2026-04-07T04:17:35.113Z | Compiling toml_datetime v0.6.11 |
| 566 | 2026-04-07T04:17:35.131Z | Compiling icu_properties v2.1.2 |
| 567 | 2026-04-07T04:17:35.225Z | Compiling serde-value v0.7.0 |
| 568 | 2026-04-07T04:17:35.342Z | Compiling toml_edit v0.22.27 |
| 569 | 2026-04-07T04:17:35.379Z | Compiling dof v0.3.0 |
| 570 | 2026-04-07T04:17:35.455Z | Compiling serde_tokenstream v0.2.3 |
| 571 | 2026-04-07T04:17:35.596Z | Compiling cargo-platform v0.2.0 |
| 572 | 2026-04-07T04:17:35.770Z | Compiling unicode-linebreak v0.1.5 |
| 573 | 2026-04-07T04:17:35.770Z | Compiling unicode-width v0.2.0 |
| 574 | 2026-04-07T04:17:35.891Z | Compiling tabled v0.15.0 |
| 575 | 2026-04-07T04:17:36.040Z | Compiling idna_adapter v1.2.1 |
| 576 | 2026-04-07T04:17:36.070Z | Compiling textwrap v0.16.2 |
| 577 | 2026-04-07T04:17:36.189Z | Compiling idna v1.1.0 |
| 578 | 2026-04-07T04:17:36.245Z | Compiling macaddr v1.0.1 |
| 579 | 2026-04-07T04:17:36.319Z | Compiling usdt-attr-macro v0.5.0 |
| 580 | 2026-04-07T04:17:36.337Z | Compiling usdt-macro v0.5.0 |
| 581 | 2026-04-07T04:17:36.470Z | Compiling url v2.5.8 |
| 582 | 2026-04-07T04:17:36.887Z | Compiling toml v0.8.23 |
| 583 | 2026-04-07T04:17:37.018Z | Compiling clap v4.5.60 |
| 584 | 2026-04-07T04:17:37.270Z | Compiling cargo-util-schemas v0.8.2 |
| 585 | 2026-04-07T04:17:37.346Z | Compiling cargo_toml v0.21.0 |
| 586 | 2026-04-07T04:17:37.499Z | Compiling usdt v0.5.0 |
| 587 | 2026-04-07T04:17:37.619Z | Compiling camino-tempfile v1.4.1 |
| 588 | 2026-04-07T04:17:37.760Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 589 | 2026-04-07T04:17:37.805Z | Compiling swrite v0.1.0 |
| 590 | 2026-04-07T04:17:38.215Z | Compiling cargo_metadata v0.21.0 |
| 591 | 2026-04-07T04:17:39.144Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 592 | 2026-04-07T04:17:41.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.67s |
| 593 | 2026-04-07T04:17:41.470Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 594 | 2026-04-07T04:17:42.043Z | Downloading crates ... |
| 595 | 2026-04-07T04:17:42.153Z | Downloaded ahash v0.8.12 |
| 596 | 2026-04-07T04:17:42.156Z | Downloaded atomic-waker v1.1.2 |
| 597 | 2026-04-07T04:17:42.159Z | Downloaded clang-sys v1.8.1 |
| 598 | 2026-04-07T04:17:42.166Z | Downloaded darling_macro v0.21.3 |
| 599 | 2026-04-07T04:17:42.168Z | Downloaded cookie v0.18.1 |
| 600 | 2026-04-07T04:17:42.169Z | Downloaded cexpr v0.6.0 |
| 601 | 2026-04-07T04:17:42.175Z | Downloaded derive-where v1.6.0 |
| 602 | 2026-04-07T04:17:42.180Z | Downloaded embedded-io v0.6.1 |
| 603 | 2026-04-07T04:17:42.182Z | Downloaded diesel-dtrace v0.5.0 |
| 604 | 2026-04-07T04:17:42.183Z | Downloaded crucible-workspace-hack v0.1.0 |
| 605 | 2026-04-07T04:17:42.185Z | Downloaded crossbeam-channel v0.5.15 |
| 606 | 2026-04-07T04:17:42.191Z | Downloaded difflib v0.4.0 |
| 607 | 2026-04-07T04:17:42.194Z | Downloaded chacha20 v0.9.1 |
| 608 | 2026-04-07T04:17:42.194Z | Downloaded der_derive v0.7.3 |
| 609 | 2026-04-07T04:17:42.197Z | Downloaded document-features v0.2.12 |
| 610 | 2026-04-07T04:17:42.197Z | Downloaded downcast-rs v2.0.2 |
| 611 | 2026-04-07T04:17:42.197Z | Downloaded display-error-chain v0.2.2 |
| 612 | 2026-04-07T04:17:42.200Z | Downloaded derive_more v2.1.1 |
| 613 | 2026-04-07T04:17:42.204Z | Downloaded defmt v1.0.1 |
| 614 | 2026-04-07T04:17:42.207Z | Downloaded derive_more v0.99.20 |
| 615 | 2026-04-07T04:17:42.210Z | Downloaded bit-set v0.5.3 |
| 616 | 2026-04-07T04:17:42.213Z | Downloaded castaway v0.2.4 |
| 617 | 2026-04-07T04:17:42.215Z | Downloaded derive_builder_core v0.20.2 |
| 618 | 2026-04-07T04:17:42.218Z | Downloaded ff v0.13.1 |
| 619 | 2026-04-07T04:17:42.219Z | Downloaded bitfield-struct v0.6.2 |
| 620 | 2026-04-07T04:17:42.219Z | Downloaded cmake v0.1.57 |
| 621 | 2026-04-07T04:17:42.222Z | Downloaded cbc v0.1.2 |
| 622 | 2026-04-07T04:17:42.222Z | Downloaded futures-io v0.3.32 |
| 623 | 2026-04-07T04:17:42.222Z | Downloaded derive_builder_macro v0.20.2 |
| 624 | 2026-04-07T04:17:42.227Z | Downloaded cstr-argument v0.1.2 |
| 625 | 2026-04-07T04:17:42.227Z | Downloaded endian-type v0.1.2 |
| 626 | 2026-04-07T04:17:42.227Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 627 | 2026-04-07T04:17:42.227Z | Downloaded cargo-platform v0.1.9 |
| 628 | 2026-04-07T04:17:42.231Z | Downloaded bit-set v0.8.0 |
| 629 | 2026-04-07T04:17:42.231Z | Downloaded derive-ex v0.1.8 |
| 630 | 2026-04-07T04:17:42.231Z | Downloaded cfg_aliases v0.1.1 |
| 631 | 2026-04-07T04:17:42.231Z | Downloaded crc v3.4.0 |
| 632 | 2026-04-07T04:17:42.234Z | Downloaded dropshot-api-manager v0.6.0 |
| 633 | 2026-04-07T04:17:42.234Z | Downloaded elliptic-curve v0.13.8 |
| 634 | 2026-04-07T04:17:42.237Z | Downloaded bzip2 v0.6.1 |
| 635 | 2026-04-07T04:17:42.237Z | Downloaded const_format_proc_macros v0.2.34 |
| 636 | 2026-04-07T04:17:42.239Z | Downloaded bit-vec v0.8.0 |
| 637 | 2026-04-07T04:17:42.240Z | Downloaded async-trait v0.1.89 |
| 638 | 2026-04-07T04:17:42.242Z | Downloaded block-padding v0.3.3 |
| 639 | 2026-04-07T04:17:42.245Z | Downloaded ciborium-io v0.2.2 |
| 640 | 2026-04-07T04:17:42.245Z | Downloaded async-recursion v1.1.1 |
| 641 | 2026-04-07T04:17:42.248Z | Downloaded cpufeatures v0.3.0 |
| 642 | 2026-04-07T04:17:42.248Z | Downloaded bb8 v0.8.6 |
| 643 | 2026-04-07T04:17:42.251Z | Downloaded cfg_aliases v0.2.1 |
| 644 | 2026-04-07T04:17:42.251Z | Downloaded base16ct v0.2.0 |
| 645 | 2026-04-07T04:17:42.254Z | Downloaded crc8 v0.1.1 |
| 646 | 2026-04-07T04:17:42.254Z | Downloaded async-stream v0.3.6 |
| 647 | 2026-04-07T04:17:42.257Z | Downloaded aead v0.5.2 |
| 648 | 2026-04-07T04:17:42.257Z | Downloaded ascii-canvas v3.0.0 |
| 649 | 2026-04-07T04:17:42.260Z | Downloaded bitfield-macros v0.19.4 |
| 650 | 2026-04-07T04:17:42.260Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 651 | 2026-04-07T04:17:42.264Z | Downloaded dirs-sys-next v0.1.2 |
| 652 | 2026-04-07T04:17:42.267Z | Downloaded arrayref v0.3.9 |
| 653 | 2026-04-07T04:17:42.270Z | Downloaded ed25519-dalek v2.2.0 |
| 654 | 2026-04-07T04:17:42.273Z | Downloaded foreign-types v0.5.0 |
| 655 | 2026-04-07T04:17:42.273Z | Downloaded fixedbitset v0.4.2 |
| 656 | 2026-04-07T04:17:42.276Z | Downloaded dtrace-parser v0.3.0 |
| 657 | 2026-04-07T04:17:42.276Z | Downloaded ciborium-ll v0.2.2 |
| 658 | 2026-04-07T04:17:42.279Z | Downloaded funty v2.0.0 |
| 659 | 2026-04-07T04:17:42.279Z | Downloaded dsl_auto_type v0.2.0 |
| 660 | 2026-04-07T04:17:42.279Z | Downloaded adler2 v2.0.1 |
| 661 | 2026-04-07T04:17:42.283Z | Downloaded foreign-types-shared v0.3.1 |
| 662 | 2026-04-07T04:17:42.283Z | Downloaded chacha20 v0.10.0 |
| 663 | 2026-04-07T04:17:42.286Z | Downloaded camino-tempfile-ext v0.3.3 |
| 664 | 2026-04-07T04:17:42.286Z | Downloaded argon2 v0.5.3 |
| 665 | 2026-04-07T04:17:42.286Z | Downloaded futures-core v0.3.32 |
| 666 | 2026-04-07T04:17:42.289Z | Downloaded dof v0.4.0 |
| 667 | 2026-04-07T04:17:42.289Z | Downloaded foreign-types v0.3.2 |
| 668 | 2026-04-07T04:17:42.291Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 669 | 2026-04-07T04:17:42.291Z | Downloaded array-init v0.0.4 |
| 670 | 2026-04-07T04:17:42.294Z | Downloaded bcs v0.1.6 |
| 671 | 2026-04-07T04:17:42.294Z | Downloaded env_filter v1.0.0 |
| 672 | 2026-04-07T04:17:42.297Z | Downloaded crunchy v0.2.4 |
| 673 | 2026-04-07T04:17:42.297Z | Downloaded fixedbitset v0.5.7 |
| 674 | 2026-04-07T04:17:42.300Z | Downloaded fxhash v0.2.1 |
| 675 | 2026-04-07T04:17:42.300Z | Downloaded backoff v0.4.0 |
| 676 | 2026-04-07T04:17:42.303Z | Downloaded cobs v0.3.0 |
| 677 | 2026-04-07T04:17:42.303Z | Downloaded ctr v0.9.2 |
| 678 | 2026-04-07T04:17:42.306Z | Downloaded enum-as-inner v0.6.1 |
| 679 | 2026-04-07T04:17:42.306Z | Downloaded defmt v0.3.100 |
| 680 | 2026-04-07T04:17:42.309Z | Downloaded convert_case v0.4.0 |
| 681 | 2026-04-07T04:17:42.309Z | Downloaded atty v0.2.14 |
| 682 | 2026-04-07T04:17:42.309Z | Downloaded debug-ignore v1.0.5 |
| 683 | 2026-04-07T04:17:42.312Z | Downloaded embedded-io v0.4.0 |
| 684 | 2026-04-07T04:17:42.312Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 685 | 2026-04-07T04:17:42.315Z | Downloaded dyn-clone v1.0.20 |
| 686 | 2026-04-07T04:17:42.315Z | Downloaded float-ord v0.3.2 |
| 687 | 2026-04-07T04:17:42.315Z | Downloaded atomicwrites v0.4.4 |
| 688 | 2026-04-07T04:17:42.318Z | Downloaded darling_macro v0.23.0 |
| 689 | 2026-04-07T04:17:42.318Z | Downloaded async-stream-impl v0.3.6 |
| 690 | 2026-04-07T04:17:42.321Z | Downloaded dunce v1.0.5 |
| 691 | 2026-04-07T04:17:42.321Z | Downloaded defmt-parser v1.0.0 |
| 692 | 2026-04-07T04:17:42.321Z | Downloaded crc-catalog v2.4.0 |
| 693 | 2026-04-07T04:17:42.324Z | Downloaded fd-lock v4.0.4 |
| 694 | 2026-04-07T04:17:42.324Z | Downloaded futures-sink v0.3.32 |
| 695 | 2026-04-07T04:17:42.327Z | Downloaded float-cmp v0.10.0 |
| 696 | 2026-04-07T04:17:42.327Z | Downloaded critical-section v1.2.0 |
| 697 | 2026-04-07T04:17:42.330Z | Downloaded blowfish v0.9.1 |
| 698 | 2026-04-07T04:17:42.330Z | Downloaded foreign-types-shared v0.1.1 |
| 699 | 2026-04-07T04:17:42.330Z | Downloaded darling_macro v0.20.11 |
| 700 | 2026-04-07T04:17:42.330Z | Downloaded cancel-safe-futures v0.1.5 |
| 701 | 2026-04-07T04:17:42.333Z | Downloaded fallible-iterator v0.2.0 |
| 702 | 2026-04-07T04:17:42.333Z | Downloaded dirs-next v2.0.0 |
| 703 | 2026-04-07T04:17:42.336Z | Downloaded csv-core v0.1.13 |
| 704 | 2026-04-07T04:17:42.336Z | Downloaded constant_time_eq v0.4.2 |
| 705 | 2026-04-07T04:17:42.336Z | Downloaded cipher v0.4.4 |
| 706 | 2026-04-07T04:17:42.339Z | Downloaded fs-err v2.11.0 |
| 707 | 2026-04-07T04:17:42.339Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 708 | 2026-04-07T04:17:42.344Z | Downloaded futures-task v0.3.32 |
| 709 | 2026-04-07T04:17:42.347Z | Downloaded http-body v1.0.1 |
| 710 | 2026-04-07T04:17:42.347Z | Downloaded console v0.15.11 |
| 711 | 2026-04-07T04:17:42.350Z | Downloaded globwalk v0.9.1 |
| 712 | 2026-04-07T04:17:42.350Z | Downloaded colored v2.2.0 |
| 713 | 2026-04-07T04:17:42.353Z | Downloaded home v0.5.12 |
| 714 | 2026-04-07T04:17:42.353Z | Downloaded env_logger v0.11.9 |
| 715 | 2026-04-07T04:17:42.353Z | Downloaded byte-wrapper v0.1.0 |
| 716 | 2026-04-07T04:17:42.356Z | Downloaded corncobs v0.1.4 |
| 717 | 2026-04-07T04:17:42.356Z | Downloaded cargo_metadata v0.19.2 |
| 718 | 2026-04-07T04:17:42.359Z | Downloaded erased-serde v0.3.31 |
| 719 | 2026-04-07T04:17:42.359Z | Downloaded deranged v0.5.8 |
| 720 | 2026-04-07T04:17:42.361Z | Downloaded glob v0.3.3 |
| 721 | 2026-04-07T04:17:42.361Z | Downloaded bit-vec v0.6.3 |
| 722 | 2026-04-07T04:17:42.361Z | Downloaded des v0.8.1 |
| 723 | 2026-04-07T04:17:42.364Z | Downloaded data-encoding v2.10.0 |
| 724 | 2026-04-07T04:17:42.364Z | Downloaded base64ct v1.8.3 |
| 725 | 2026-04-07T04:17:42.367Z | Downloaded buf-list v1.1.2 |
| 726 | 2026-04-07T04:17:42.367Z | Downloaded ghash v0.5.1 |
| 727 | 2026-04-07T04:17:42.367Z | Downloaded hex-literal v0.4.1 |
| 728 | 2026-04-07T04:17:42.370Z | Downloaded ed25519 v2.2.3 |
| 729 | 2026-04-07T04:17:42.370Z | Downloaded bitflags v1.3.2 |
| 730 | 2026-04-07T04:17:42.373Z | Downloaded hash32 v0.3.1 |
| 731 | 2026-04-07T04:17:42.373Z | Downloaded hostname v0.3.1 |
| 732 | 2026-04-07T04:17:42.373Z | Downloaded flagset v0.4.7 |
| 733 | 2026-04-07T04:17:42.376Z | Downloaded foreign-types-macros v0.2.3 |
| 734 | 2026-04-07T04:17:42.376Z | Downloaded bitfield v0.19.4 |
| 735 | 2026-04-07T04:17:42.376Z | Downloaded git-stub v1.0.0 |
| 736 | 2026-04-07T04:17:42.379Z | Downloaded assert_matches v1.5.0 |
| 737 | 2026-04-07T04:17:42.379Z | Downloaded arrayvec v0.7.6 |
| 738 | 2026-04-07T04:17:42.382Z | Downloaded hex v0.4.3 |
| 739 | 2026-04-07T04:17:42.382Z | Downloaded gethostname v0.5.0 |
| 740 | 2026-04-07T04:17:42.382Z | Downloaded httpdate v1.0.3 |
| 741 | 2026-04-07T04:17:42.385Z | Downloaded http-range v0.1.5 |
| 742 | 2026-04-07T04:17:42.385Z | Downloaded hostname v0.4.2 |
| 743 | 2026-04-07T04:17:42.385Z | Downloaded foldhash v0.1.5 |
| 744 | 2026-04-07T04:17:42.385Z | Downloaded headers-core v0.3.0 |
| 745 | 2026-04-07T04:17:42.392Z | Downloaded futures-macro v0.3.32 |
| 746 | 2026-04-07T04:17:42.394Z | Downloaded crc32fast v1.5.0 |
| 747 | 2026-04-07T04:17:42.394Z | Downloaded find-msvc-tools v0.1.9 |
| 748 | 2026-04-07T04:17:42.397Z | Downloaded hubpack v0.1.2 |
| 749 | 2026-04-07T04:17:42.397Z | Downloaded convert_case v0.10.0 |
| 750 | 2026-04-07T04:17:42.397Z | Downloaded hubpack_derive v0.1.1 |
| 751 | 2026-04-07T04:17:42.400Z | Downloaded ciborium v0.2.2 |
| 752 | 2026-04-07T04:17:42.400Z | Downloaded allocator-api2 v0.2.21 |
| 753 | 2026-04-07T04:17:42.403Z | Downloaded ena v0.14.4 |
| 754 | 2026-04-07T04:17:42.403Z | Downloaded indent_write v2.2.0 |
| 755 | 2026-04-07T04:17:42.403Z | Downloaded ident_case v1.0.1 |
| 756 | 2026-04-07T04:17:42.406Z | Downloaded globset v0.4.18 |
| 757 | 2026-04-07T04:17:42.406Z | Downloaded crossbeam-epoch v0.9.18 |
| 758 | 2026-04-07T04:17:42.409Z | Downloaded filetime v0.2.27 |
| 759 | 2026-04-07T04:17:42.409Z | Downloaded const-oid v0.9.6 |
| 760 | 2026-04-07T04:17:42.409Z | Downloaded fs_extra v1.3.0 |
| 761 | 2026-04-07T04:17:42.412Z | Downloaded daft-derive v0.1.5 |
| 762 | 2026-04-07T04:17:42.415Z | Downloaded futures-channel v0.3.32 |
| 763 | 2026-04-07T04:17:42.415Z | Downloaded either v1.15.0 |
| 764 | 2026-04-07T04:17:42.418Z | Downloaded group v0.13.0 |
| 765 | 2026-04-07T04:17:42.418Z | Downloaded console v0.16.2 |
| 766 | 2026-04-07T04:17:42.420Z | Downloaded backon v1.6.0 |
| 767 | 2026-04-07T04:17:42.420Z | Downloaded async-bb8-diesel v0.2.1 |
| 768 | 2026-04-07T04:17:42.424Z | Downloaded cookie_store v0.22.1 |
| 769 | 2026-04-07T04:17:42.424Z | Downloaded cassowary v0.3.0 |
| 770 | 2026-04-07T04:17:42.427Z | Downloaded crossbeam-deque v0.8.6 |
| 771 | 2026-04-07T04:17:42.427Z | Downloaded drift v0.1.3 |
| 772 | 2026-04-07T04:17:42.430Z | Downloaded http-body-util v0.1.3 |
| 773 | 2026-04-07T04:17:42.430Z | Downloaded highway v1.3.0 |
| 774 | 2026-04-07T04:17:42.432Z | Downloaded indoc v1.0.9 |
| 775 | 2026-04-07T04:17:42.435Z | Downloaded instant v0.1.13 |
| 776 | 2026-04-07T04:17:42.435Z | Downloaded instability v0.3.11 |
| 777 | 2026-04-07T04:17:42.438Z | Downloaded is-terminal v0.4.17 |
| 778 | 2026-04-07T04:17:42.438Z | Downloaded colored v3.1.1 |
| 779 | 2026-04-07T04:17:42.438Z | Downloaded bzip2 v0.4.4 |
| 780 | 2026-04-07T04:17:42.441Z | Downloaded inout v0.1.4 |
| 781 | 2026-04-07T04:17:42.441Z | Downloaded daft v0.1.5 |
| 782 | 2026-04-07T04:17:42.441Z | Downloaded compact_str v0.8.1 |
| 783 | 2026-04-07T04:17:42.444Z | Downloaded internet-checksum v0.2.1 |
| 784 | 2026-04-07T04:17:42.447Z | Downloaded futures-executor v0.3.32 |
| 785 | 2026-04-07T04:17:42.447Z | Downloaded lazy_static v1.5.0 |
| 786 | 2026-04-07T04:17:42.450Z | Downloaded git-stub-vcs v0.1.0 |
| 787 | 2026-04-07T04:17:42.453Z | Downloaded indoc v2.0.7 |
| 788 | 2026-04-07T04:17:42.453Z | Downloaded lalrpop-util v0.19.12 |
| 789 | 2026-04-07T04:17:42.455Z | Downloaded keccak v0.1.6 |
| 790 | 2026-04-07T04:17:42.455Z | Downloaded hmac v0.12.1 |
| 791 | 2026-04-07T04:17:42.458Z | Downloaded match_cfg v0.1.0 |
| 792 | 2026-04-07T04:17:42.458Z | Downloaded libscf-sys v1.1.0 |
| 793 | 2026-04-07T04:17:42.458Z | Downloaded hyper-tls v0.6.0 |
| 794 | 2026-04-07T04:17:42.462Z | Downloaded foldhash v0.2.0 |
| 795 | 2026-04-07T04:17:42.462Z | Downloaded ecdsa v0.16.9 |
| 796 | 2026-04-07T04:17:42.464Z | Downloaded derive_builder v0.20.2 |
| 797 | 2026-04-07T04:17:42.467Z | Downloaded md5 v0.7.0 |
| 798 | 2026-04-07T04:17:42.467Z | Downloaded maplit v1.0.2 |
| 799 | 2026-04-07T04:17:42.470Z | Downloaded lru-slab v0.1.2 |
| 800 | 2026-04-07T04:17:42.470Z | Downloaded linked-hash-map v0.5.6 |
| 801 | 2026-04-07T04:17:42.470Z | Downloaded darling v0.21.3 |
| 802 | 2026-04-07T04:17:42.473Z | Downloaded newtype-uuid-macros v0.1.0 |
| 803 | 2026-04-07T04:17:42.473Z | Downloaded maybe-uninit v2.0.0 |
| 804 | 2026-04-07T04:17:42.476Z | Downloaded managed v0.8.0 |
| 805 | 2026-04-07T04:17:42.476Z | Downloaded kstat-rs v0.2.4 |
| 806 | 2026-04-07T04:17:42.476Z | Downloaded lru v0.12.5 |
| 807 | 2026-04-07T04:17:42.479Z | Downloaded memoffset v0.9.1 |
| 808 | 2026-04-07T04:17:42.479Z | Downloaded lzss v0.8.2 |
| 809 | 2026-04-07T04:17:42.482Z | Downloaded diff v0.1.13 |
| 810 | 2026-04-07T04:17:42.484Z | Downloaded hyper-staticfile v0.10.1 |
| 811 | 2026-04-07T04:17:42.487Z | Downloaded hash32 v0.2.1 |
| 812 | 2026-04-07T04:17:42.487Z | Downloaded defmt-macros v1.0.1 |
| 813 | 2026-04-07T04:17:42.491Z | Downloaded getrandom v0.2.17 |
| 814 | 2026-04-07T04:17:42.494Z | Downloaded darling v0.20.11 |
| 815 | 2026-04-07T04:17:42.497Z | Downloaded nibble_vec v0.1.0 |
| 816 | 2026-04-07T04:17:42.500Z | Downloaded crossbeam-utils v0.8.21 |
| 817 | 2026-04-07T04:17:42.500Z | Downloaded md-5 v0.10.6 |
| 818 | 2026-04-07T04:17:42.500Z | Downloaded lru-cache v0.1.2 |
| 819 | 2026-04-07T04:17:42.503Z | Downloaded httparse v1.10.1 |
| 820 | 2026-04-07T04:17:42.503Z | Downloaded futures v0.3.32 |
| 821 | 2026-04-07T04:17:42.506Z | Downloaded num-conv v0.2.0 |
| 822 | 2026-04-07T04:17:42.509Z | Downloaded normalize-line-endings v0.3.0 |
| 823 | 2026-04-07T04:17:42.509Z | Downloaded nonempty v0.12.0 |
| 824 | 2026-04-07T04:17:42.509Z | Downloaded is_ci v1.2.0 |
| 825 | 2026-04-07T04:17:42.509Z | Downloaded multimap v0.10.1 |
| 826 | 2026-04-07T04:17:42.512Z | Downloaded crc-any v2.5.0 |
| 827 | 2026-04-07T04:17:42.512Z | Downloaded ingot-types v0.1.2 |
| 828 | 2026-04-07T04:17:42.515Z | Downloaded bytes v1.11.1 |
| 829 | 2026-04-07T04:17:42.517Z | Downloaded num-iter v0.1.45 |
| 830 | 2026-04-07T04:17:42.520Z | Downloaded num_enum_derive v0.5.11 |
| 831 | 2026-04-07T04:17:42.523Z | Downloaded half v1.8.3 |
| 832 | 2026-04-07T04:17:42.526Z | Downloaded iana-time-zone v0.1.65 |
| 833 | 2026-04-07T04:17:42.529Z | Downloaded num v0.4.3 |
| 834 | 2026-04-07T04:17:42.529Z | Downloaded new_debug_unreachable v1.0.6 |
| 835 | 2026-04-07T04:17:42.532Z | Downloaded darling v0.23.0 |
| 836 | 2026-04-07T04:17:42.535Z | Downloaded mime v0.3.17 |
| 837 | 2026-04-07T04:17:42.535Z | Downloaded ipnet v2.11.0 |
| 838 | 2026-04-07T04:17:42.535Z | Downloaded jobserver v0.1.34 |
| 839 | 2026-04-07T04:17:42.538Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 840 | 2026-04-07T04:17:42.552Z | Downloaded openssl-probe v0.2.1 |
| 841 | 2026-04-07T04:17:42.555Z | Downloaded lock_api v0.4.14 |
| 842 | 2026-04-07T04:17:42.555Z | Downloaded libsw v3.5.0 |
| 843 | 2026-04-07T04:17:42.555Z | Downloaded darling_core v0.23.0 |
| 844 | 2026-04-07T04:17:42.558Z | Downloaded arc-swap v1.8.2 |
| 845 | 2026-04-07T04:17:42.561Z | Downloaded fatfs v0.3.6 |
| 846 | 2026-04-07T04:17:42.563Z | Downloaded openssl-macros v0.1.1 |
| 847 | 2026-04-07T04:17:42.563Z | Downloaded libsw-core v0.3.2 |
| 848 | 2026-04-07T04:17:42.566Z | Downloaded num_threads v0.1.7 |
| 849 | 2026-04-07T04:17:42.567Z | Downloaded num-derive v0.4.2 |
| 850 | 2026-04-07T04:17:42.567Z | Downloaded nodrop v0.1.14 |
| 851 | 2026-04-07T04:17:42.569Z | Downloaded newtype_derive v0.1.6 |
| 852 | 2026-04-07T04:17:42.569Z | Downloaded newline-converter v0.3.0 |
| 853 | 2026-04-07T04:17:42.569Z | Downloaded multer v3.1.0 |
| 854 | 2026-04-07T04:17:42.572Z | Downloaded linear-map v1.2.0 |
| 855 | 2026-04-07T04:17:42.572Z | Downloaded ipnetwork v0.21.1 |
| 856 | 2026-04-07T04:17:42.572Z | Downloaded ingot v0.1.1 |
| 857 | 2026-04-07T04:17:42.575Z | Downloaded hyper-rustls v0.27.7 |
| 858 | 2026-04-07T04:17:42.575Z | Downloaded olpc-cjson v0.1.4 |
| 859 | 2026-04-07T04:17:42.575Z | Downloaded humantime v2.3.0 |
| 860 | 2026-04-07T04:17:42.578Z | Downloaded const_format v0.2.35 |
| 861 | 2026-04-07T04:17:42.581Z | Downloaded getrandom v0.3.4 |
| 862 | 2026-04-07T04:17:42.581Z | Downloaded blake2 v0.10.6 |
| 863 | 2026-04-07T04:17:42.584Z | Downloaded dropshot_endpoint v0.16.7 |
| 864 | 2026-04-07T04:17:42.587Z | Downloaded libefi-sys v0.1.0 |
| 865 | 2026-04-07T04:17:42.587Z | Downloaded oso-derive v0.27.3 |
| 866 | 2026-04-07T04:17:42.587Z | Downloaded num-derive v0.3.3 |
| 867 | 2026-04-07T04:17:42.590Z | Downloaded mime_guess v2.0.5 |
| 868 | 2026-04-07T04:17:42.590Z | Downloaded bumpalo v3.20.2 |
| 869 | 2026-04-07T04:17:42.593Z | Downloaded opaque-debug v0.3.1 |
| 870 | 2026-04-07T04:17:42.596Z | Downloaded openssl-probe v0.1.6 |
| 871 | 2026-04-07T04:17:42.596Z | Downloaded ar_archive_writer v0.5.1 |
| 872 | 2026-04-07T04:17:42.602Z | Downloaded nanorand v0.7.0 |
| 873 | 2026-04-07T04:17:42.605Z | Downloaded newtype-uuid v1.3.2 |
| 874 | 2026-04-07T04:17:42.605Z | Downloaded native-tls v0.2.18 |
| 875 | 2026-04-07T04:17:42.608Z | Downloaded darling_core v0.21.3 |
| 876 | 2026-04-07T04:17:42.612Z | Downloaded num-rational v0.4.2 |
| 877 | 2026-04-07T04:17:42.615Z | Downloaded num-integer v0.1.46 |
| 878 | 2026-04-07T04:17:42.615Z | Downloaded ignore v0.4.25 |
| 879 | 2026-04-07T04:17:42.619Z | Downloaded nu-ansi-term v0.50.3 |
| 880 | 2026-04-07T04:17:42.622Z | Downloaded ingot-macros v0.1.1 |
| 881 | 2026-04-07T04:17:42.622Z | Downloaded flume v0.11.1 |
| 882 | 2026-04-07T04:17:42.624Z | Downloaded darling_core v0.20.11 |
| 883 | 2026-04-07T04:17:42.627Z | Downloaded parse-size v1.1.0 |
| 884 | 2026-04-07T04:17:42.627Z | Downloaded num_enum v0.5.11 |
| 885 | 2026-04-07T04:17:42.630Z | Downloaded pbkdf2 v0.11.0 |
| 886 | 2026-04-07T04:17:42.633Z | Downloaded derive_more-impl v2.1.1 |
| 887 | 2026-04-07T04:17:42.636Z | Downloaded path-slash v0.1.5 |
| 888 | 2026-04-07T04:17:42.636Z | Downloaded diesel_derives v2.3.7 |
| 889 | 2026-04-07T04:17:42.639Z | Downloaded precomputed-hash v0.1.1 |
| 890 | 2026-04-07T04:17:42.642Z | Downloaded peg-runtime v0.8.5 |
| 891 | 2026-04-07T04:17:42.642Z | Downloaded parse-display-derive v0.10.0 |
| 892 | 2026-04-07T04:17:42.642Z | Downloaded chacha20poly1305 v0.10.1 |
| 893 | 2026-04-07T04:17:42.645Z | Downloaded base64 v0.22.1 |
| 894 | 2026-04-07T04:17:42.648Z | Downloaded base64 v0.21.7 |
| 895 | 2026-04-07T04:17:42.648Z | Downloaded num-complex v0.4.6 |
| 896 | 2026-04-07T04:17:42.651Z | Downloaded libloading v0.8.9 |
| 897 | 2026-04-07T04:17:42.651Z | Downloaded headers v0.4.1 |
| 898 | 2026-04-07T04:17:42.654Z | Downloaded crossterm v0.28.1 |
| 899 | 2026-04-07T04:17:42.657Z | Downloaded phf_shared v0.11.3 |
| 900 | 2026-04-07T04:17:42.660Z | Downloaded packed_struct v0.10.1 |
| 901 | 2026-04-07T04:17:42.660Z | Downloaded oxide-tokio-rt v0.1.3 |
| 902 | 2026-04-07T04:17:42.660Z | Downloaded memmap2 v0.9.10 |
| 903 | 2026-04-07T04:17:42.663Z | Downloaded crypto-bigint v0.5.5 |
| 904 | 2026-04-07T04:17:42.666Z | Downloaded proc-macro-crate v3.4.0 |
| 905 | 2026-04-07T04:17:42.666Z | Downloaded parse-display v0.10.0 |
| 906 | 2026-04-07T04:17:42.669Z | Downloaded packed_struct_codegen v0.10.1 |
| 907 | 2026-04-07T04:17:42.672Z | Downloaded owo-colors v4.3.0 |
| 908 | 2026-04-07T04:17:42.675Z | Downloaded libbz2-rs-sys v0.2.2 |
| 909 | 2026-04-07T04:17:42.675Z | Downloaded predicates-core v1.0.10 |
| 910 | 2026-04-07T04:17:42.677Z | Downloaded progenitor-client v0.11.2 |
| 911 | 2026-04-07T04:17:42.677Z | Downloaded indexmap v1.9.3 |
| 912 | 2026-04-07T04:17:42.681Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 913 | 2026-04-07T04:17:42.684Z | Downloaded phf_shared v0.13.1 |
| 914 | 2026-04-07T04:17:42.687Z | Downloaded litrs v1.0.0 |
| 915 | 2026-04-07T04:17:42.687Z | Downloaded pem-rfc7468 v0.7.0 |
| 916 | 2026-04-07T04:17:42.690Z | Downloaded ppv-lite86 v0.2.21 |
| 917 | 2026-04-07T04:17:42.690Z | Downloaded parking_lot_core v0.8.6 |
| 918 | 2026-04-07T04:17:42.690Z | Downloaded pbkdf2 v0.12.2 |
| 919 | 2026-04-07T04:17:42.693Z | Downloaded password-hash v0.4.2 |
| 920 | 2026-04-07T04:17:42.693Z | Downloaded num_enum_derive v0.7.5 |
| 921 | 2026-04-07T04:17:42.696Z | Downloaded peg-macros v0.8.5 |
| 922 | 2026-04-07T04:17:42.696Z | Downloaded der v0.7.10 |
| 923 | 2026-04-07T04:17:42.698Z | Downloaded pin-utils v0.1.0 |
| 924 | 2026-04-07T04:17:42.698Z | Downloaded paste v1.0.15 |
| 925 | 2026-04-07T04:17:42.701Z | Downloaded omicron-zone-package v0.12.2 |
| 926 | 2026-04-07T04:17:42.704Z | Downloaded quick-error v1.2.3 |
| 927 | 2026-04-07T04:17:42.704Z | Downloaded flate2 v1.1.9 |
| 928 | 2026-04-07T04:17:42.707Z | Downloaded indicatif v0.18.4 |
| 929 | 2026-04-07T04:17:42.710Z | Downloaded polyval v0.6.2 |
| 930 | 2026-04-07T04:17:42.710Z | Downloaded hickory-resolver v0.25.2 |
| 931 | 2026-04-07T04:17:42.713Z | Downloaded cc v1.2.56 |
| 932 | 2026-04-07T04:17:42.716Z | Downloaded heapless v0.7.17 |
| 933 | 2026-04-07T04:17:42.719Z | Downloaded radium v0.7.0 |
| 934 | 2026-04-07T04:17:42.730Z | Downloaded primeorder v0.13.6 |
| 935 | 2026-04-07T04:17:42.733Z | Downloaded num_enum v0.7.5 |
| 936 | 2026-04-07T04:17:42.736Z | Downloaded password-hash v0.5.0 |
| 937 | 2026-04-07T04:17:42.736Z | Downloaded powerfmt v0.2.0 |
| 938 | 2026-04-07T04:17:42.739Z | Downloaded parking_lot v0.12.5 |
| 939 | 2026-04-07T04:17:42.742Z | Downloaded half v2.7.1 |
| 940 | 2026-04-07T04:17:42.747Z | Downloaded pin-project-lite v0.2.17 |
| 941 | 2026-04-07T04:17:42.751Z | Downloaded predicates v3.1.4 |
| 942 | 2026-04-07T04:17:42.753Z | Downloaded pkg-config v0.3.32 |
| 943 | 2026-04-07T04:17:42.753Z | Downloaded pin-project-internal v1.1.11 |
| 944 | 2026-04-07T04:17:42.756Z | Downloaded oxnet v0.1.4 |
| 945 | 2026-04-07T04:17:42.756Z | Downloaded ref-cast-impl v1.0.25 |
| 946 | 2026-04-07T04:17:42.756Z | Downloaded ref-cast v1.0.25 |
| 947 | 2026-04-07T04:17:42.769Z | Downloaded phf_shared v0.12.1 |
| 948 | 2026-04-07T04:17:42.774Z | Downloaded postgres-types v0.2.12 |
| 949 | 2026-04-07T04:17:42.778Z | Downloaded parking_lot_core v0.9.12 |
| 950 | 2026-04-07T04:17:42.781Z | Downloaded expectorate v1.2.0 |
| 951 | 2026-04-07T04:17:42.781Z | Downloaded phf v0.12.1 |
| 952 | 2026-04-07T04:17:42.781Z | Downloaded predicates-tree v1.0.13 |
| 953 | 2026-04-07T04:17:42.784Z | Downloaded proc-macro-error2 v2.0.1 |
| 954 | 2026-04-07T04:17:42.784Z | Downloaded pem v3.0.6 |
| 955 | 2026-04-07T04:17:42.787Z | Downloaded rfc6979 v0.4.0 |
| 956 | 2026-04-07T04:17:42.787Z | Downloaded rtoolbox v0.0.3 |
| 957 | 2026-04-07T04:17:42.791Z | Downloaded psl-types v2.0.11 |
| 958 | 2026-04-07T04:17:42.793Z | Downloaded oso v0.27.3 |
| 959 | 2026-04-07T04:17:42.794Z | Downloaded pkcs8 v0.10.2 |
| 960 | 2026-04-07T04:17:42.796Z | Downloaded poly1305 v0.8.0 |
| 961 | 2026-04-07T04:17:42.799Z | Downloaded heapless v0.8.0 |
| 962 | 2026-04-07T04:17:42.799Z | Downloaded postgres-protocol v0.6.10 |
| 963 | 2026-04-07T04:17:42.803Z | Downloaded rand_chacha v0.3.1 |
| 964 | 2026-04-07T04:17:42.806Z | Downloaded r2d2 v0.8.10 |
| 965 | 2026-04-07T04:17:42.809Z | Downloaded rand_core v0.10.0 |
| 966 | 2026-04-07T04:17:42.812Z | Downloaded rand_chacha v0.9.0 |
| 967 | 2026-04-07T04:17:42.815Z | Downloaded hickory-server v0.25.2 |
| 968 | 2026-04-07T04:17:42.818Z | Downloaded miniz_oxide v0.8.9 |
| 969 | 2026-04-07T04:17:42.818Z | Downloaded hickory-resolver v0.24.4 |
| 970 | 2026-04-07T04:17:42.821Z | Downloaded rustc-hash v2.1.1 |
| 971 | 2026-04-07T04:17:42.824Z | Downloaded rand_seeder v0.4.0 |
| 972 | 2026-04-07T04:17:42.824Z | Downloaded pkcs1 v0.7.5 |
| 973 | 2026-04-07T04:17:42.827Z | Downloaded http v1.4.0 |
| 974 | 2026-04-07T04:17:42.836Z | Downloaded proc-macro-crate v1.3.1 |
| 975 | 2026-04-07T04:17:42.840Z | Downloaded rand_core v0.6.4 |
| 976 | 2026-04-07T04:17:42.840Z | Downloaded scheduled-thread-pool v0.2.7 |
| 977 | 2026-04-07T04:17:42.843Z | Downloaded sapling-renderdag v0.1.0 |
| 978 | 2026-04-07T04:17:42.843Z | Downloaded jiff-static v0.2.21 |
| 979 | 2026-04-07T04:17:42.845Z | Downloaded phf v0.13.1 |
| 980 | 2026-04-07T04:17:42.848Z | Downloaded p256 v0.13.2 |
| 981 | 2026-04-07T04:17:42.852Z | Downloaded progenitor v0.10.0 |
| 982 | 2026-04-07T04:17:42.855Z | Downloaded scrypt v0.11.0 |
| 983 | 2026-04-07T04:17:42.855Z | Downloaded scopeguard v1.2.0 |
| 984 | 2026-04-07T04:17:42.858Z | Downloaded parking_lot v0.11.2 |
| 985 | 2026-04-07T04:17:42.858Z | Downloaded secrecy v0.8.0 |
| 986 | 2026-04-07T04:17:42.858Z | Downloaded progenitor-macro v0.11.2 |
| 987 | 2026-04-07T04:17:42.861Z | Downloaded progenitor-macro v0.13.0 |
| 988 | 2026-04-07T04:17:42.861Z | Downloaded papergrid v0.17.0 |
| 989 | 2026-04-07T04:17:42.863Z | Downloaded rustc_version v0.1.7 |
| 990 | 2026-04-07T04:17:42.863Z | Downloaded diesel v2.3.7 |
| 991 | 2026-04-07T04:17:42.874Z | Downloaded signal-hook-tokio v0.3.1 |
| 992 | 2026-04-07T04:17:42.877Z | Downloaded serde-big-array v0.5.1 |
| 993 | 2026-04-07T04:17:42.877Z | Downloaded serde_plain v1.0.2 |
| 994 | 2026-04-07T04:17:42.877Z | Downloaded serde_bytes v0.11.19 |
| 995 | 2026-04-07T04:17:42.880Z | Downloaded semver v0.1.20 |
| 996 | 2026-04-07T04:17:42.880Z | Downloaded psm v0.1.30 |
| 997 | 2026-04-07T04:17:42.883Z | Downloaded same-file v1.0.6 |
| 998 | 2026-04-07T04:17:42.883Z | Downloaded recursive v0.1.1 |
| 999 | 2026-04-07T04:17:42.883Z | Downloaded rand_xorshift v0.4.0 |
| 1000 | 2026-04-07T04:17:42.883Z | Downloaded minimal-lexical v0.2.1 |
| 1001 | 2026-04-07T04:17:42.886Z | Downloaded quinn-udp v0.5.14 |
| 1002 | 2026-04-07T04:17:42.889Z | Downloaded progenitor-client v0.10.0 |
| 1003 | 2026-04-07T04:17:42.889Z | Downloaded scroll_derive v0.13.1 |
| 1004 | 2026-04-07T04:17:42.889Z | Downloaded progenitor v0.11.2 |
| 1005 | 2026-04-07T04:17:42.891Z | Downloaded openssl-sys v0.9.111 |
| 1006 | 2026-04-07T04:17:42.895Z | Downloaded rustls-pemfile v2.2.0 |
| 1007 | 2026-04-07T04:17:42.898Z | Downloaded aes-gcm v0.10.3 |
| 1008 | 2026-04-07T04:17:42.901Z | Downloaded aes v0.8.4 |
| 1009 | 2026-04-07T04:17:42.901Z | Downloaded serde_spanned v1.0.4 |
| 1010 | 2026-04-07T04:17:42.904Z | Downloaded salsa20 v0.10.2 |
| 1011 | 2026-04-07T04:17:42.904Z | Downloaded seq-macro v0.3.6 |
| 1012 | 2026-04-07T04:17:42.907Z | Downloaded progenitor-macro v0.10.0 |
| 1013 | 2026-04-07T04:17:42.907Z | Downloaded serde_repr v0.1.20 |
| 1014 | 2026-04-07T04:17:42.907Z | Downloaded pkcs5 v0.7.1 |
| 1015 | 2026-04-07T04:17:42.912Z | Downloaded hashbrown v0.13.2 |
| 1016 | 2026-04-07T04:17:42.915Z | Downloaded hashbrown v0.12.3 |
| 1017 | 2026-04-07T04:17:42.918Z | Downloaded secrecy v0.10.3 |
| 1018 | 2026-04-07T04:17:42.918Z | Downloaded peg v0.8.5 |
| 1019 | 2026-04-07T04:17:42.922Z | Downloaded pin-project v1.1.11 |
| 1020 | 2026-04-07T04:17:42.926Z | Downloaded signal-hook-mio v0.2.5 |
| 1021 | 2026-04-07T04:17:42.929Z | Downloaded sha1 v0.10.6 |
| 1022 | 2026-04-07T04:17:42.929Z | Downloaded resolv-conf v0.7.6 |
| 1023 | 2026-04-07T04:17:42.932Z | Downloaded hyper-util v0.1.20 |
| 1024 | 2026-04-07T04:17:42.935Z | Downloaded prefix-trie v0.7.0 |
| 1025 | 2026-04-07T04:17:42.937Z | Downloaded scroll v0.13.0 |
| 1026 | 2026-04-07T04:17:42.940Z | Downloaded rustc_version v0.4.1 |
| 1027 | 2026-04-07T04:17:42.940Z | Downloaded progenitor-client v0.13.0 |
| 1028 | 2026-04-07T04:17:42.943Z | Downloaded rustls-pemfile v1.0.4 |
| 1029 | 2026-04-07T04:17:42.946Z | Downloaded siphasher v1.0.2 |
| 1030 | 2026-04-07T04:17:42.949Z | Downloaded schemars_derive v0.8.22 |
| 1031 | 2026-04-07T04:17:42.949Z | Downloaded sigpipe v0.1.3 |
| 1032 | 2026-04-07T04:17:42.949Z | Downloaded prettyplease v0.2.37 |
| 1033 | 2026-04-07T04:17:42.952Z | Downloaded pretty_assertions v1.4.1 |
| 1034 | 2026-04-07T04:17:42.955Z | Downloaded slog-envlogger v2.2.0 |
| 1035 | 2026-04-07T04:17:42.955Z | Downloaded signature v2.2.0 |
| 1036 | 2026-04-07T04:17:42.958Z | Downloaded slog-bunyan v2.5.0 |
| 1037 | 2026-04-07T04:17:42.958Z | Downloaded itertools v0.10.5 |
| 1038 | 2026-04-07T04:17:42.960Z | Downloaded slog-dtrace v0.3.0 |
| 1039 | 2026-04-07T04:17:42.963Z | Downloaded serde_urlencoded v0.7.1 |
| 1040 | 2026-04-07T04:17:42.963Z | Downloaded serde-hex v0.1.0 |
| 1041 | 2026-04-07T04:17:42.963Z | Downloaded progenitor v0.13.0 |
| 1042 | 2026-04-07T04:17:42.969Z | Downloaded ssh-encoding v0.2.0 |
| 1043 | 2026-04-07T04:17:42.979Z | Downloaded serde_path_to_error v0.1.20 |
| 1044 | 2026-04-07T04:17:42.983Z | Downloaded shell-words v1.1.1 |
| 1045 | 2026-04-07T04:17:42.986Z | Downloaded rustls-pki-types v1.14.0 |
| 1046 | 2026-04-07T04:17:42.986Z | Downloaded rustversion v1.0.22 |
| 1047 | 2026-04-07T04:17:42.989Z | Downloaded hashbrown v0.15.5 |
| 1048 | 2026-04-07T04:17:42.992Z | Downloaded mio v1.1.1 |
| 1049 | 2026-04-07T04:17:42.995Z | Downloaded serde_derive_internals v0.29.1 |
| 1050 | 2026-04-07T04:17:43.001Z | Downloaded ron v0.8.1 |
| 1051 | 2026-04-07T04:17:43.007Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1052 | 2026-04-07T04:17:43.010Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1053 | 2026-04-07T04:17:43.010Z | Downloaded rcgen v0.12.1 |
| 1054 | 2026-04-07T04:17:43.013Z | Downloaded structmeta v0.3.0 |
| 1055 | 2026-04-07T04:17:43.017Z | Downloaded slog-term v2.9.2 |
| 1056 | 2026-04-07T04:17:43.020Z | Downloaded shlex v1.3.0 |
| 1057 | 2026-04-07T04:17:43.020Z | Downloaded progenitor-impl v0.13.0 |
| 1058 | 2026-04-07T04:17:43.023Z | Downloaded itertools v0.12.1 |
| 1059 | 2026-04-07T04:17:43.032Z | Downloaded libxml v0.3.3 |
| 1060 | 2026-04-07T04:17:43.032Z | Downloaded simd-adler32 v0.3.8 |
| 1061 | 2026-04-07T04:17:43.032Z | Downloaded progenitor-impl v0.10.0 |
| 1062 | 2026-04-07T04:17:43.032Z | Downloaded postcard v1.1.3 |
| 1063 | 2026-04-07T04:17:43.036Z | Downloaded static_assertions v1.1.0 |
| 1064 | 2026-04-07T04:17:43.036Z | Downloaded strum v0.27.2 |
| 1065 | 2026-04-07T04:17:43.039Z | Downloaded sct v0.7.1 |
| 1066 | 2026-04-07T04:17:43.039Z | Downloaded take_mut v0.2.2 |
| 1067 | 2026-04-07T04:17:43.042Z | Downloaded sync-ptr v0.1.4 |
| 1068 | 2026-04-07T04:17:43.042Z | Downloaded smallvec v0.6.14 |
| 1069 | 2026-04-07T04:17:43.042Z | Downloaded progenitor-extras v0.1.1 |
| 1070 | 2026-04-07T04:17:43.047Z | Downloaded blake3 v1.8.3 |
| 1071 | 2026-04-07T04:17:43.052Z | Downloaded ryu v1.0.23 |
| 1072 | 2026-04-07T04:17:43.056Z | Downloaded strum v0.26.3 |
| 1073 | 2026-04-07T04:17:43.056Z | Downloaded structmeta-derive v0.3.0 |
| 1074 | 2026-04-07T04:17:43.059Z | Downloaded slog-stdlog v4.1.1 |
| 1075 | 2026-04-07T04:17:43.059Z | Downloaded slab v0.4.12 |
| 1076 | 2026-04-07T04:17:43.059Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1077 | 2026-04-07T04:17:43.059Z | Downloaded snafu-derive v0.8.9 |
| 1078 | 2026-04-07T04:17:43.059Z | Downloaded tap v1.0.1 |
| 1079 | 2026-04-07T04:17:43.062Z | Downloaded serde_with_macros v3.17.0 |
| 1080 | 2026-04-07T04:17:43.063Z | Downloaded progenitor-impl v0.11.2 |
| 1081 | 2026-04-07T04:17:43.065Z | Downloaded testing_table v0.3.0 |
| 1082 | 2026-04-07T04:17:43.066Z | Downloaded termtree v0.5.1 |
| 1083 | 2026-04-07T04:17:43.066Z | Downloaded tabled_derive v0.11.0 |
| 1084 | 2026-04-07T04:17:43.066Z | Downloaded slog-async v2.8.0 |
| 1085 | 2026-04-07T04:17:43.068Z | Downloaded num-bigint v0.4.6 |
| 1086 | 2026-04-07T04:17:43.068Z | Downloaded strum_macros v0.26.4 |
| 1087 | 2026-04-07T04:17:43.071Z | Downloaded strum_macros v0.24.3 |
| 1088 | 2026-04-07T04:17:43.071Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1089 | 2026-04-07T04:17:43.074Z | Downloaded hkdf v0.12.4 |
| 1090 | 2026-04-07T04:17:43.077Z | Downloaded slog-json v2.6.1 |
| 1091 | 2026-04-07T04:17:43.080Z | Downloaded serde_cbor v0.11.2 |
| 1092 | 2026-04-07T04:17:43.088Z | Downloaded spki v0.7.3 |
| 1093 | 2026-04-07T04:17:43.090Z | Downloaded slog-scope v4.4.1 |
| 1094 | 2026-04-07T04:17:43.093Z | Downloaded termios v0.3.3 |
| 1095 | 2026-04-07T04:17:43.093Z | Downloaded russh-keys v0.45.0 |
| 1096 | 2026-04-07T04:17:43.101Z | Downloaded tinyvec_macros v0.1.1 |
| 1097 | 2026-04-07T04:17:43.104Z | Downloaded signal-hook-registry v1.4.8 |
| 1098 | 2026-04-07T04:17:43.104Z | Downloaded russh-cryptovec v0.7.3 |
| 1099 | 2026-04-07T04:17:43.107Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1100 | 2026-04-07T04:17:43.110Z | Downloaded smf v0.2.3 |
| 1101 | 2026-04-07T04:17:43.110Z | Downloaded schemars v0.8.22 |
| 1102 | 2026-04-07T04:17:43.115Z | Downloaded thread_local v1.1.9 |
| 1103 | 2026-04-07T04:17:43.118Z | Downloaded aho-corasick v1.1.4 |
| 1104 | 2026-04-07T04:17:43.121Z | Downloaded string_cache v0.8.9 |
| 1105 | 2026-04-07T04:17:43.121Z | Downloaded socket2 v0.6.2 |
| 1106 | 2026-04-07T04:17:43.124Z | Downloaded publicsuffix v2.3.0 |
| 1107 | 2026-04-07T04:17:43.124Z | Downloaded subtle v2.6.1 |
| 1108 | 2026-04-07T04:17:43.124Z | Downloaded nom v7.1.3 |
| 1109 | 2026-04-07T04:17:43.127Z | Downloaded sqlformat v0.3.5 |
| 1110 | 2026-04-07T04:17:43.129Z | Downloaded rustls-native-certs v0.8.3 |
| 1111 | 2026-04-07T04:17:43.130Z | Downloaded crossterm v0.29.0 |
| 1112 | 2026-04-07T04:17:43.135Z | Downloaded support-bundle-viewer v0.1.2 |
| 1113 | 2026-04-07T04:17:43.137Z | Downloaded try-lock v0.2.5 |
| 1114 | 2026-04-07T04:17:43.137Z | Downloaded strum_macros v0.27.2 |
| 1115 | 2026-04-07T04:17:43.140Z | Downloaded tagptr v0.2.0 |
| 1116 | 2026-04-07T04:17:43.143Z | Downloaded topological-sort v0.2.2 |
| 1117 | 2026-04-07T04:17:43.146Z | Downloaded tower-layer v0.3.3 |
| 1118 | 2026-04-07T04:17:43.146Z | Downloaded rand v0.8.5 |
| 1119 | 2026-04-07T04:17:43.149Z | Downloaded iddqd v0.3.17 |
| 1120 | 2026-04-07T04:17:43.152Z | Downloaded quinn v0.11.9 |
| 1121 | 2026-04-07T04:17:43.155Z | Downloaded tower-service v0.3.3 |
| 1122 | 2026-04-07T04:17:43.155Z | Downloaded sync_wrapper v1.0.2 |
| 1123 | 2026-04-07T04:17:43.155Z | Downloaded qorb v0.4.1 |
| 1124 | 2026-04-07T04:17:43.158Z | Downloaded tls_codec_derive v0.4.2 |
| 1125 | 2026-04-07T04:17:43.162Z | Downloaded subprocess v0.2.15 |
| 1126 | 2026-04-07T04:17:43.164Z | Downloaded trait-variant v0.1.2 |
| 1127 | 2026-04-07T04:17:43.165Z | Downloaded libm v0.2.16 |
| 1128 | 2026-04-07T04:17:43.169Z | Downloaded tiny-keccak v2.0.2 |
| 1129 | 2026-04-07T04:17:43.172Z | Downloaded bitvec v1.0.1 |
| 1130 | 2026-04-07T04:17:43.179Z | Downloaded untrusted v0.7.1 |
| 1131 | 2026-04-07T04:17:43.182Z | Downloaded iri-string v0.7.10 |
| 1132 | 2026-04-07T04:17:43.185Z | Downloaded tokio-tungstenite v0.21.0 |
| 1133 | 2026-04-07T04:17:43.188Z | Downloaded tokio-rustls v0.24.1 |
| 1134 | 2026-04-07T04:17:43.188Z | Downloaded signal-hook v0.3.18 |
| 1135 | 2026-04-07T04:17:43.191Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1136 | 2026-04-07T04:17:43.191Z | Downloaded test-strategy v0.4.5 |
| 1137 | 2026-04-07T04:17:43.193Z | Downloaded h2 v0.4.13 |
| 1138 | 2026-04-07T04:17:43.196Z | Downloaded aws-lc-rs v1.16.0 |
| 1139 | 2026-04-07T04:17:43.201Z | Downloaded tokio-rustls v0.25.0 |
| 1140 | 2026-04-07T04:17:43.204Z | Downloaded rayon-core v1.13.0 |
| 1141 | 2026-04-07T04:17:43.207Z | Downloaded num-bigint-dig v0.8.6 |
| 1142 | 2026-04-07T04:17:43.210Z | Downloaded unarray v0.1.4 |
| 1143 | 2026-04-07T04:17:43.210Z | Downloaded universal-hash v0.5.1 |
| 1144 | 2026-04-07T04:17:43.210Z | Downloaded typify-macro v0.4.3 |
| 1145 | 2026-04-07T04:17:43.210Z | Downloaded rand_core v0.9.5 |
| 1146 | 2026-04-07T04:17:43.213Z | Downloaded tokio-dtrace v0.1.1 |
| 1147 | 2026-04-07T04:17:43.216Z | Downloaded rustyline v14.0.0 |
| 1148 | 2026-04-07T04:17:43.219Z | Downloaded similar v2.7.0 |
| 1149 | 2026-04-07T04:17:43.228Z | Downloaded rsa v0.9.10 |
| 1150 | 2026-04-07T04:17:43.231Z | Downloaded unicode-truncate v1.1.0 |
| 1151 | 2026-04-07T04:17:43.234Z | Downloaded typify-macro v0.6.1 |
| 1152 | 2026-04-07T04:17:43.234Z | Downloaded utf-8 v0.7.6 |
| 1153 | 2026-04-07T04:17:43.234Z | Downloaded usdt-macro v0.6.0 |
| 1154 | 2026-04-07T04:17:43.234Z | Downloaded ssh-cipher v0.2.0 |
| 1155 | 2026-04-07T04:17:43.237Z | Downloaded chrono v0.4.44 |
| 1156 | 2026-04-07T04:17:43.240Z | Downloaded usdt-attr-macro v0.6.0 |
| 1157 | 2026-04-07T04:17:43.240Z | Downloaded twox-hash v2.1.2 |
| 1158 | 2026-04-07T04:17:43.245Z | Downloaded term v0.7.0 |
| 1159 | 2026-04-07T04:17:43.245Z | Downloaded bindgen v0.71.1 |
| 1160 | 2026-04-07T04:17:43.248Z | Downloaded git2 v0.20.4 |
| 1161 | 2026-04-07T04:17:43.251Z | Downloaded rand v0.10.0 |
| 1162 | 2026-04-07T04:17:43.255Z | Downloaded slog v2.8.2 |
| 1163 | 2026-04-07T04:17:43.258Z | Downloaded socket2 v0.5.10 |
| 1164 | 2026-04-07T04:17:43.258Z | Downloaded rustls-webpki v0.103.9 |
| 1165 | 2026-04-07T04:17:43.261Z | Downloaded tui-tree-widget v0.23.1 |
| 1166 | 2026-04-07T04:17:43.261Z | Downloaded thiserror-no-std v2.0.2 |
| 1167 | 2026-04-07T04:17:43.264Z | Downloaded wait-timeout v0.2.1 |
| 1168 | 2026-04-07T04:17:43.267Z | Downloaded void v1.0.2 |
| 1169 | 2026-04-07T04:17:43.267Z | Downloaded spin v0.9.8 |
| 1170 | 2026-04-07T04:17:43.267Z | Downloaded time-core v0.1.8 |
| 1171 | 2026-04-07T04:17:43.272Z | Downloaded itertools v0.13.0 |
| 1172 | 2026-04-07T04:17:43.276Z | Downloaded vsss-rs v3.3.4 |
| 1173 | 2026-04-07T04:17:43.278Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1174 | 2026-04-07T04:17:43.281Z | Downloaded sqlparser_derive v0.5.0 |
| 1175 | 2026-04-07T04:17:43.281Z | Downloaded supports-color v3.0.2 |
| 1176 | 2026-04-07T04:17:43.285Z | Downloaded vergen-lib v0.1.6 |
| 1177 | 2026-04-07T04:17:43.287Z | Downloaded unicode-bidi v0.3.18 |
| 1178 | 2026-04-07T04:17:43.288Z | Downloaded xshell-macros v0.2.7 |
| 1179 | 2026-04-07T04:17:43.290Z | Downloaded want v0.3.1 |
| 1180 | 2026-04-07T04:17:43.293Z | Downloaded zeroize_derive v1.4.3 |
| 1181 | 2026-04-07T04:17:43.296Z | Downloaded hyper v1.8.1 |
| 1182 | 2026-04-07T04:17:43.300Z | Downloaded tokio-tungstenite v0.23.1 |
| 1183 | 2026-04-07T04:17:43.303Z | Downloaded unicase v2.9.0 |
| 1184 | 2026-04-07T04:17:43.303Z | Downloaded tokio-rustls v0.26.4 |
| 1185 | 2026-04-07T04:17:43.306Z | Downloaded schemars v1.2.1 |
| 1186 | 2026-04-07T04:17:43.311Z | Downloaded zone v0.3.1 |
| 1187 | 2026-04-07T04:17:43.314Z | Downloaded itertools v0.14.0 |
| 1188 | 2026-04-07T04:17:43.317Z | Downloaded walkdir v2.5.0 |
| 1189 | 2026-04-07T04:17:43.320Z | Downloaded stringprep v0.1.5 |
| 1190 | 2026-04-07T04:17:43.320Z | Downloaded tokio-macros v2.6.0 |
| 1191 | 2026-04-07T04:17:43.320Z | Downloaded sec1 v0.7.3 |
| 1192 | 2026-04-07T04:17:43.320Z | Downloaded rusty-fork v0.3.1 |
| 1193 | 2026-04-07T04:17:43.323Z | Downloaded usdt v0.6.0 |
| 1194 | 2026-04-07T04:17:43.323Z | Downloaded tabwriter v1.4.1 |
| 1195 | 2026-04-07T04:17:43.323Z | Downloaded vergen v9.0.6 |
| 1196 | 2026-04-07T04:17:43.326Z | Downloaded unit-prefix v0.5.2 |
| 1197 | 2026-04-07T04:17:43.326Z | Downloaded tokio-postgres v0.7.16 |
| 1198 | 2026-04-07T04:17:43.329Z | Downloaded zone_cfg_derive v0.3.1 |
| 1199 | 2026-04-07T04:17:43.329Z | Downloaded stacker v0.1.23 |
| 1200 | 2026-04-07T04:17:43.332Z | Downloaded rand v0.9.2 |
| 1201 | 2026-04-07T04:17:43.335Z | Downloaded waitgroup v0.1.2 |
| 1202 | 2026-04-07T04:17:43.340Z | Downloaded tinyvec v1.10.0 |
| 1203 | 2026-04-07T04:17:43.344Z | Downloaded futures-util v0.3.32 |
| 1204 | 2026-04-07T04:17:43.351Z | Downloaded time-macros v0.2.27 |
| 1205 | 2026-04-07T04:17:43.354Z | Downloaded thread-id v5.1.0 |
| 1206 | 2026-04-07T04:17:43.356Z | Downloaded untrusted v0.9.0 |
| 1207 | 2026-04-07T04:17:43.359Z | Downloaded xshell v0.2.7 |
| 1208 | 2026-04-07T04:17:43.362Z | Downloaded term v1.2.1 |
| 1209 | 2026-04-07T04:17:43.365Z | Downloaded wyz v0.5.1 |
| 1210 | 2026-04-07T04:17:43.365Z | Downloaded regex v1.12.3 |
| 1211 | 2026-04-07T04:17:43.369Z | Downloaded tls_codec v0.4.2 |
| 1212 | 2026-04-07T04:17:43.372Z | Downloaded snafu v0.8.9 |
| 1213 | 2026-04-07T04:17:43.379Z | Downloaded toml v0.7.8 |
| 1214 | 2026-04-07T04:17:43.382Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1215 | 2026-04-07T04:17:43.385Z | Downloaded tokio-native-tls v0.3.1 |
| 1216 | 2026-04-07T04:17:43.388Z | Downloaded russh v0.45.0 |
| 1217 | 2026-04-07T04:17:43.397Z | Downloaded zstd-safe v7.2.4 |
| 1218 | 2026-04-07T04:17:43.402Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1219 | 2026-04-07T04:17:43.406Z | Downloaded vergen-gitcl v1.0.8 |
| 1220 | 2026-04-07T04:17:43.406Z | Downloaded tracing-core v0.1.36 |
| 1221 | 2026-04-07T04:17:43.409Z | Downloaded goblin v0.10.5 |
| 1222 | 2026-04-07T04:17:43.414Z | Downloaded tracing-attributes v0.1.31 |
| 1223 | 2026-04-07T04:17:43.417Z | Downloaded p521 v0.13.3 |
| 1224 | 2026-04-07T04:17:43.419Z | Downloaded zeroize v1.8.2 |
| 1225 | 2026-04-07T04:17:43.419Z | Downloaded xattr v1.6.1 |
| 1226 | 2026-04-07T04:17:43.419Z | Downloaded vergen-git2 v1.0.7 |
| 1227 | 2026-04-07T04:17:43.423Z | Downloaded zstd v0.13.3 |
| 1228 | 2026-04-07T04:17:43.426Z | Downloaded whoami v2.1.0 |
| 1229 | 2026-04-07T04:17:43.426Z | Downloaded yasna v0.5.2 |
| 1230 | 2026-04-07T04:17:43.429Z | Downloaded whoami v1.6.1 |
| 1231 | 2026-04-07T04:17:43.429Z | Downloaded tokio-stream v0.1.18 |
| 1232 | 2026-04-07T04:17:43.432Z | Downloaded uzers v0.12.2 |
| 1233 | 2026-04-07T04:17:43.435Z | Downloaded zerocopy v0.6.6 |
| 1234 | 2026-04-07T04:17:43.444Z | Downloaded rpassword v7.4.0 |
| 1235 | 2026-04-07T04:17:43.447Z | Downloaded uuid v1.21.0 |
| 1236 | 2026-04-07T04:17:43.450Z | Downloaded reedline v0.40.0 |
| 1237 | 2026-04-07T04:17:43.454Z | Downloaded usdt-impl v0.6.0 |
| 1238 | 2026-04-07T04:17:43.456Z | Downloaded tar v0.4.45 |
| 1239 | 2026-04-07T04:17:43.468Z | Downloaded petname v2.0.2 |
| 1240 | 2026-04-07T04:17:43.493Z | Downloaded reqwest v0.13.2 |
| 1241 | 2026-04-07T04:17:43.498Z | Downloaded schemars v0.9.0 |
| 1242 | 2026-04-07T04:17:43.505Z | Downloaded zopfli v0.8.3 |
| 1243 | 2026-04-07T04:17:43.508Z | Downloaded vte v0.14.1 |
| 1244 | 2026-04-07T04:17:43.508Z | Downloaded unicode-properties v0.1.4 |
| 1245 | 2026-04-07T04:17:43.512Z | Downloaded tungstenite v0.21.0 |
| 1246 | 2026-04-07T04:17:43.523Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1247 | 2026-04-07T04:17:43.530Z | Downloaded typify v0.6.1 |
| 1248 | 2026-04-07T04:17:43.540Z | Downloaded yansi v1.0.1 |
| 1249 | 2026-04-07T04:17:43.543Z | Downloaded moka v0.12.13 |
| 1250 | 2026-04-07T04:17:43.545Z | Downloaded unsafe-libyaml v0.2.11 |
| 1251 | 2026-04-07T04:17:43.551Z | Downloaded unicode_categories v0.1.1 |
| 1252 | 2026-04-07T04:17:43.553Z | Downloaded rustls-webpki v0.102.8 |
| 1253 | 2026-04-07T04:17:43.562Z | Downloaded toml_edit v0.19.15 |
| 1254 | 2026-04-07T04:17:43.571Z | Downloaded zip v0.6.6 |
| 1255 | 2026-04-07T04:17:43.573Z | Downloaded tokio-util v0.7.18 |
| 1256 | 2026-04-07T04:17:43.577Z | Downloaded rayon v1.11.0 |
| 1257 | 2026-04-07T04:17:43.582Z | Downloaded tungstenite v0.23.0 |
| 1258 | 2026-04-07T04:17:43.585Z | Downloaded tough v0.20.0 |
| 1259 | 2026-04-07T04:17:43.588Z | Downloaded zerocopy-derive v0.8.40 |
| 1260 | 2026-04-07T04:17:43.593Z | Downloaded x509-cert v0.2.5 |
| 1261 | 2026-04-07T04:17:43.596Z | Downloaded unicode-segmentation v1.12.0 |
| 1262 | 2026-04-07T04:17:43.599Z | Downloaded ssh-key v0.6.7 |
| 1263 | 2026-04-07T04:17:43.602Z | Downloaded typed-path v0.9.3 |
| 1264 | 2026-04-07T04:17:43.605Z | Downloaded quick-xml v0.37.5 |
| 1265 | 2026-04-07T04:17:43.608Z | Downloaded tower v0.5.3 |
| 1266 | 2026-04-07T04:17:43.613Z | Downloaded p384 v0.13.1 |
| 1267 | 2026-04-07T04:17:43.616Z | Downloaded lalrpop v0.19.12 |
| 1268 | 2026-04-07T04:17:43.622Z | Downloaded bstr v1.12.1 |
| 1269 | 2026-04-07T04:17:43.627Z | Downloaded openssl v0.10.75 |
| 1270 | 2026-04-07T04:17:43.633Z | Downloaded salty v0.3.0 |
| 1271 | 2026-04-07T04:17:43.637Z | Downloaded typify v0.4.3 |
| 1272 | 2026-04-07T04:17:43.640Z | Downloaded samael v0.0.19 |
| 1273 | 2026-04-07T04:17:43.643Z | Downloaded steno v0.4.1 |
| 1274 | 2026-04-07T04:17:43.646Z | Downloaded reqwest v0.12.28 |
| 1275 | 2026-04-07T04:17:43.649Z | Downloaded zip v4.6.1 |
| 1276 | 2026-04-07T04:17:43.652Z | Downloaded polar-core v0.27.3 |
| 1277 | 2026-04-07T04:17:43.657Z | Downloaded unicode-normalization v0.1.25 |
| 1278 | 2026-04-07T04:17:43.661Z | Downloaded proptest v1.10.0 |
| 1279 | 2026-04-07T04:17:43.665Z | Downloaded portable-atomic v1.13.1 |
| 1280 | 2026-04-07T04:17:43.669Z | Downloaded nix v0.27.1 |
| 1281 | 2026-04-07T04:17:43.683Z | Downloaded winnow v0.5.40 |
| 1282 | 2026-04-07T04:17:43.688Z | Downloaded tower-http v0.6.8 |
| 1283 | 2026-04-07T04:17:43.693Z | Downloaded time v0.3.47 |
| 1284 | 2026-04-07T04:17:43.700Z | Downloaded serde_with v3.17.0 |
| 1285 | 2026-04-07T04:17:43.707Z | Downloaded rustls-webpki v0.101.7 |
| 1286 | 2026-04-07T04:17:43.716Z | Downloaded hickory-proto v0.25.2 |
| 1287 | 2026-04-07T04:17:43.725Z | Downloaded quinn-proto v0.11.13 |
| 1288 | 2026-04-07T04:17:43.730Z | Downloaded object v0.30.4 |
| 1289 | 2026-04-07T04:17:43.736Z | Downloaded regress v0.10.5 |
| 1290 | 2026-04-07T04:17:43.741Z | Downloaded curve25519-dalek v4.1.3 |
| 1291 | 2026-04-07T04:17:43.746Z | Downloaded rustls v0.21.12 |
| 1292 | 2026-04-07T04:17:43.753Z | Downloaded radix_trie v0.2.1 |
| 1293 | 2026-04-07T04:17:43.757Z | Downloaded rustix v0.38.44 |
| 1294 | 2026-04-07T04:17:43.771Z | Downloaded vcpkg v0.2.15 |
| 1295 | 2026-04-07T04:17:43.820Z | Downloaded winnow v0.6.26 |
| 1296 | 2026-04-07T04:17:43.826Z | Downloaded tabled v0.20.0 |
| 1297 | 2026-04-07T04:17:43.856Z | Downloaded nix v0.28.0 |
| 1298 | 2026-04-07T04:17:43.862Z | Downloaded dropshot v0.16.7 |
| 1299 | 2026-04-07T04:17:43.893Z | Downloaded nix v0.29.0 |
| 1300 | 2026-04-07T04:17:43.900Z | Downloaded typify-impl v0.6.1 |
| 1301 | 2026-04-07T04:17:43.909Z | Downloaded zlib-rs v0.6.2 |
| 1302 | 2026-04-07T04:17:43.913Z | Downloaded regex-syntax v0.6.29 |
| 1303 | 2026-04-07T04:17:43.917Z | Downloaded object v0.37.3 |
| 1304 | 2026-04-07T04:17:43.924Z | Downloaded nix v0.31.1 |
| 1305 | 2026-04-07T04:17:43.932Z | Downloaded smoltcp v0.9.1 |
| 1306 | 2026-04-07T04:17:43.938Z | Downloaded webpki-roots v1.0.6 |
| 1307 | 2026-04-07T04:17:43.942Z | Downloaded typify-impl v0.4.3 |
| 1308 | 2026-04-07T04:17:43.951Z | Downloaded zerocopy v0.8.40 |
| 1309 | 2026-04-07T04:17:43.956Z | Downloaded rustls v0.22.4 |
| 1310 | 2026-04-07T04:17:43.963Z | Downloaded hickory-proto v0.24.4 |
| 1311 | 2026-04-07T04:17:43.972Z | Downloaded regex-syntax v0.8.10 |
| 1312 | 2026-04-07T04:17:43.977Z | Downloaded smoltcp v0.11.0 |
| 1313 | 2026-04-07T04:17:43.984Z | Downloaded rustls v0.23.37 |
| 1314 | 2026-04-07T04:17:43.992Z | Downloaded petgraph v0.8.3 |
| 1315 | 2026-04-07T04:17:44.006Z | Downloaded openapiv3 v2.2.0 |
| 1316 | 2026-04-07T04:17:44.012Z | Downloaded petgraph v0.6.5 |
| 1317 | 2026-04-07T04:17:44.024Z | Downloaded libz-sys v1.1.24 |
| 1318 | 2026-04-07T04:17:44.037Z | Downloaded chrono-tz v0.10.4 |
| 1319 | 2026-04-07T04:17:44.049Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1320 | 2026-04-07T04:17:44.058Z | Downloaded tracing v0.1.44 |
| 1321 | 2026-04-07T04:17:44.072Z | Downloaded tokio v1.49.0 |
| 1322 | 2026-04-07T04:17:44.094Z | Downloaded sqlparser v0.61.0 |
| 1323 | 2026-04-07T04:17:44.143Z | Downloaded sled v0.34.7 |
| 1324 | 2026-04-07T04:17:44.149Z | Downloaded ratatui v0.29.0 |
| 1325 | 2026-04-07T04:17:44.178Z | Downloaded regex-automata v0.4.14 |
| 1326 | 2026-04-07T04:17:44.188Z | Downloaded zerocopy-derive v0.6.6 |
| 1327 | 2026-04-07T04:17:44.213Z | Downloaded jiff v0.2.21 |
| 1328 | 2026-04-07T04:17:44.255Z | Downloaded csv v1.4.0 |
| 1329 | 2026-04-07T04:17:44.286Z | Downloaded sha3 v0.10.8 |
| 1330 | 2026-04-07T04:17:44.361Z | Downloaded encoding_rs v0.8.35 |
| 1331 | 2026-04-07T04:17:44.402Z | Downloaded ring v0.17.14 |
| 1332 | 2026-04-07T04:17:44.437Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1333 | 2026-04-07T04:17:44.680Z | Downloaded aws-lc-sys v0.37.1 |
| 1334 | 2026-04-07T04:17:44.927Z | Compiling libc v0.2.180 |
| 1335 | 2026-04-07T04:17:44.927Z | Compiling serde v1.0.228 |
| 1336 | 2026-04-07T04:17:44.930Z | Compiling find-msvc-tools v0.1.9 |
| 1337 | 2026-04-07T04:17:44.931Z | Compiling log v0.4.29 |
| 1338 | 2026-04-07T04:17:44.931Z | Compiling shlex v1.3.0 |
| 1339 | 2026-04-07T04:17:45.063Z | Compiling smallvec v1.15.1 |
| 1340 | 2026-04-07T04:17:45.069Z | Compiling syn v2.0.117 |
| 1341 | 2026-04-07T04:17:45.079Z | Compiling typenum v1.19.0 |
| 1342 | 2026-04-07T04:17:45.253Z | Compiling generic-array v0.14.7 |
| 1343 | 2026-04-07T04:17:45.267Z | Compiling subtle v2.6.1 |
| 1344 | 2026-04-07T04:17:45.292Z | Compiling scopeguard v1.2.0 |
| 1345 | 2026-04-07T04:17:45.363Z | Compiling const-oid v0.9.6 |
| 1346 | 2026-04-07T04:17:45.383Z | Compiling lock_api v0.4.14 |
| 1347 | 2026-04-07T04:17:45.396Z | Compiling portable-atomic v1.13.1 |
| 1348 | 2026-04-07T04:17:45.431Z | Compiling zerocopy v0.8.40 |
| 1349 | 2026-04-07T04:17:45.504Z | Compiling critical-section v1.2.0 |
| 1350 | 2026-04-07T04:17:45.612Z | Compiling serde_json v1.0.149 |
| 1351 | 2026-04-07T04:17:45.627Z | Compiling parking_lot_core v0.9.12 |
| 1352 | 2026-04-07T04:17:45.820Z | Compiling pin-project-lite v0.2.17 |
| 1353 | 2026-04-07T04:17:45.895Z | Compiling getrandom v0.2.17 |
| 1354 | 2026-04-07T04:17:45.909Z | Compiling jobserver v0.1.34 |
| 1355 | 2026-04-07T04:17:45.923Z | Compiling errno v0.3.14 |
| 1356 | 2026-04-07T04:17:46.057Z | Compiling rand_core v0.6.4 |
| 1357 | 2026-04-07T04:17:46.073Z | Compiling pkg-config v0.3.32 |
| 1358 | 2026-04-07T04:17:46.094Z | Compiling signal-hook-registry v1.4.8 |
| 1359 | 2026-04-07T04:17:46.121Z | Compiling cc v1.2.56 |
| 1360 | 2026-04-07T04:17:46.325Z | Compiling bitflags v2.11.0 |
| 1361 | 2026-04-07T04:17:46.363Z | Compiling once_cell v1.21.3 |
| 1362 | 2026-04-07T04:17:46.443Z | Compiling libm v0.2.16 |
| 1363 | 2026-04-07T04:17:46.554Z | Compiling parking_lot v0.12.5 |
| 1364 | 2026-04-07T04:17:46.569Z | Compiling mio v1.1.1 |
| 1365 | 2026-04-07T04:17:46.582Z | Compiling num-traits v0.2.19 |
| 1366 | 2026-04-07T04:17:46.675Z | Compiling futures-core v0.3.32 |
| 1367 | 2026-04-07T04:17:46.901Z | Compiling percent-encoding v2.3.2 |
| 1368 | 2026-04-07T04:17:47.033Z | Compiling socket2 v0.6.2 |
| 1369 | 2026-04-07T04:17:47.060Z | Compiling allocator-api2 v0.2.21 |
| 1370 | 2026-04-07T04:17:47.098Z | Compiling futures-sink v0.3.32 |
| 1371 | 2026-04-07T04:17:47.113Z | Compiling foldhash v0.2.0 |
| 1372 | 2026-04-07T04:17:47.125Z | Compiling cpufeatures v0.2.17 |
| 1373 | 2026-04-07T04:17:47.201Z | Compiling futures-channel v0.3.32 |
| 1374 | 2026-04-07T04:17:47.216Z | Compiling getrandom v0.4.1 |
| 1375 | 2026-04-07T04:17:47.329Z | Compiling futures-task v0.3.32 |
| 1376 | 2026-04-07T04:17:47.400Z | Compiling hashbrown v0.16.1 |
| 1377 | 2026-04-07T04:17:47.431Z | Compiling futures-io v0.3.32 |
| 1378 | 2026-04-07T04:17:47.446Z | Compiling slab v0.4.12 |
| 1379 | 2026-04-07T04:17:47.504Z | Compiling getrandom v0.3.4 |
| 1380 | 2026-04-07T04:17:47.575Z | Compiling rustversion v1.0.22 |
| 1381 | 2026-04-07T04:17:47.595Z | Compiling rand_core v0.10.0 |
| 1382 | 2026-04-07T04:17:47.785Z | Compiling form_urlencoded v1.2.2 |
| 1383 | 2026-04-07T04:17:47.939Z | Compiling synstructure v0.13.2 |
| 1384 | 2026-04-07T04:17:47.996Z | Compiling indexmap v2.13.0 |
| 1385 | 2026-04-07T04:17:48.010Z | Compiling cmake v0.1.57 |
| 1386 | 2026-04-07T04:17:48.062Z | Compiling base64ct v1.8.3 |
| 1387 | 2026-04-07T04:17:48.297Z | Compiling dunce v1.0.5 |
| 1388 | 2026-04-07T04:17:48.370Z | Compiling ident_case v1.0.1 |
| 1389 | 2026-04-07T04:17:48.397Z | Compiling fs_extra v1.3.0 |
| 1390 | 2026-04-07T04:17:48.427Z | Compiling pem-rfc7468 v0.7.0 |
| 1391 | 2026-04-07T04:17:48.499Z | Compiling flagset v0.4.7 |
| 1392 | 2026-04-07T04:17:48.514Z | Compiling rand_core v0.9.5 |
| 1393 | 2026-04-07T04:17:48.577Z | Compiling iana-time-zone v0.1.65 |
| 1394 | 2026-04-07T04:17:48.625Z | Compiling rustix v1.1.3 |
| 1395 | 2026-04-07T04:17:48.640Z | Compiling uuid v1.21.0 |
| 1396 | 2026-04-07T04:17:48.672Z | Compiling ring v0.17.14 |
| 1397 | 2026-04-07T04:17:48.687Z | Compiling aws-lc-sys v0.37.1 |
| 1398 | 2026-04-07T04:17:48.745Z | Compiling rustc_version v0.4.1 |
| 1399 | 2026-04-07T04:17:48.781Z | Compiling regex-syntax v0.8.10 |
| 1400 | 2026-04-07T04:17:48.796Z | Compiling vcpkg v0.2.15 |
| 1401 | 2026-04-07T04:17:49.088Z | Compiling aws-lc-rs v1.16.0 |
| 1402 | 2026-04-07T04:17:49.366Z | Compiling tracing-core v0.1.36 |
| 1403 | 2026-04-07T04:17:49.384Z | Compiling pest_generator v2.8.6 |
| 1404 | 2026-04-07T04:17:49.558Z | Compiling openssl-sys v0.9.111 |
| 1405 | 2026-04-07T04:17:49.714Z | Compiling serde_derive v1.0.228 |
| 1406 | 2026-04-07T04:17:49.929Z | Compiling zeroize_derive v1.4.3 |
| 1407 | 2026-04-07T04:17:50.088Z | Compiling zerofrom-derive v0.1.6 |
| 1408 | 2026-04-07T04:17:50.116Z | Compiling yoke-derive v0.8.1 |
| 1409 | 2026-04-07T04:17:50.412Z | Compiling zerocopy-derive v0.8.40 |
| 1410 | 2026-04-07T04:17:50.583Z | Compiling zeroize v1.8.2 |
| 1411 | 2026-04-07T04:17:51.185Z | Compiling zerovec-derive v0.11.2 |
| 1412 | 2026-04-07T04:17:51.289Z | Compiling displaydoc v0.2.5 |
| 1413 | 2026-04-07T04:17:51.365Z | Compiling crypto-common v0.1.7 |
| 1414 | 2026-04-07T04:17:51.488Z | Compiling zerofrom v0.1.6 |
| 1415 | 2026-04-07T04:17:51.510Z | Compiling block-buffer v0.10.4 |
| 1416 | 2026-04-07T04:17:51.630Z | Compiling yoke v0.8.1 |
| 1417 | 2026-04-07T04:17:51.721Z | Compiling digest v0.10.7 |
| 1418 | 2026-04-07T04:17:51.840Z | Compiling tokio-macros v2.6.0 |
| 1419 | 2026-04-07T04:17:51.976Z | Compiling hmac v0.12.1 |
| 1420 | 2026-04-07T04:17:52.076Z | Compiling zerotrie v0.2.3 |
| 1421 | 2026-04-07T04:17:52.135Z | Compiling futures-macro v0.3.32 |
| 1422 | 2026-04-07T04:17:52.330Z | Compiling zerovec v0.11.5 |
| 1423 | 2026-04-07T04:17:52.383Z | Compiling block-padding v0.3.3 |
| 1424 | 2026-04-07T04:17:52.549Z | Compiling inout v0.1.4 |
| 1425 | 2026-04-07T04:17:52.575Z | Compiling sha2 v0.10.9 |
| 1426 | 2026-04-07T04:17:52.716Z | Compiling cipher v0.4.4 |
| 1427 | 2026-04-07T04:17:52.843Z | Compiling tinystr v0.8.2 |
| 1428 | 2026-04-07T04:17:52.951Z | Compiling potential_utf v0.1.4 |
| 1429 | 2026-04-07T04:17:52.982Z | Compiling futures-util v0.3.32 |
| 1430 | 2026-04-07T04:17:53.048Z | Compiling icu_locale_core v2.1.1 |
| 1431 | 2026-04-07T04:17:53.113Z | Compiling icu_collections v2.1.1 |
| 1432 | 2026-04-07T04:17:53.241Z | Compiling bytes v1.11.1 |
| 1433 | 2026-04-07T04:17:53.382Z | Compiling der_derive v0.7.3 |
| 1434 | 2026-04-07T04:17:53.596Z | Compiling chrono v0.4.44 |
| 1435 | 2026-04-07T04:17:53.857Z | Compiling tokio v1.49.0 |
| 1436 | 2026-04-07T04:17:53.925Z | Compiling icu_provider v2.1.1 |
| 1437 | 2026-04-07T04:17:53.952Z | Compiling http v1.4.0 |
| 1438 | 2026-04-07T04:17:54.221Z | Compiling icu_normalizer v2.1.1 |
| 1439 | 2026-04-07T04:17:54.330Z | Compiling icu_properties v2.1.2 |
| 1440 | 2026-04-07T04:17:54.750Z | Compiling ppv-lite86 v0.2.21 |
| 1441 | 2026-04-07T04:17:54.843Z | Compiling der v0.7.10 |
| 1442 | 2026-04-07T04:17:54.882Z | Compiling salsa20 v0.10.2 |
| 1443 | 2026-04-07T04:17:54.953Z | Compiling pbkdf2 v0.12.2 |
| 1444 | 2026-04-07T04:17:55.020Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-04-07T04:17:55.066Z | Compiling scrypt v0.11.0 |
| 1446 | 2026-04-07T04:17:55.066Z | Compiling rand_chacha v0.9.0 |
| 1447 | 2026-04-07T04:17:55.229Z | Compiling idna_adapter v1.2.1 |
| 1448 | 2026-04-07T04:17:55.317Z | Compiling cbc v0.1.2 |
| 1449 | 2026-04-07T04:17:55.384Z | Compiling idna v1.1.0 |
| 1450 | 2026-04-07T04:17:55.404Z | Compiling aes v0.8.4 |
| 1451 | 2026-04-07T04:17:55.486Z | Compiling rustls-pki-types v1.14.0 |
| 1452 | 2026-04-07T04:17:55.780Z | Compiling url v2.5.8 |
| 1453 | 2026-04-07T04:17:55.934Z | Compiling spki v0.7.3 |
| 1454 | 2026-04-07T04:17:56.031Z | Compiling tracing-attributes v0.1.31 |
| 1455 | 2026-04-07T04:17:56.034Z | Compiling rand v0.9.2 |
| 1456 | 2026-04-07T04:17:56.137Z | Compiling pkcs5 v0.7.1 |
| 1457 | 2026-04-07T04:17:56.346Z | Compiling thiserror v2.0.18 |
| 1458 | 2026-04-07T04:17:56.453Z | Compiling http-body v1.0.1 |
| 1459 | 2026-04-07T04:17:56.529Z | Compiling serde_derive_internals v0.29.1 |
| 1460 | 2026-04-07T04:17:56.568Z | Compiling untrusted v0.7.1 |
| 1461 | 2026-04-07T04:17:56.604Z | Compiling untrusted v0.9.0 |
| 1462 | 2026-04-07T04:17:56.630Z | Compiling schemars v0.8.22 |
| 1463 | 2026-04-07T04:17:56.733Z | Compiling httparse v1.10.1 |
| 1464 | 2026-04-07T04:17:56.736Z | Compiling base64 v0.22.1 |
| 1465 | 2026-04-07T04:17:56.858Z | Compiling openssl-probe v0.2.1 |
| 1466 | 2026-04-07T04:17:57.035Z | Compiling pkcs8 v0.10.2 |
| 1467 | 2026-04-07T04:17:57.068Z | Compiling pest_derive v2.8.6 |
| 1468 | 2026-04-07T04:17:57.130Z | Compiling scroll_derive v0.13.1 |
| 1469 | 2026-04-07T04:17:57.352Z | Compiling darling_core v0.20.11 |
| 1470 | 2026-04-07T04:17:57.389Z | Compiling tracing v0.1.44 |
| 1471 | 2026-04-07T04:17:57.465Z | Compiling schemars_derive v0.8.22 |
| 1472 | 2026-04-07T04:17:57.492Z | Compiling try-lock v0.2.5 |
| 1473 | 2026-04-07T04:17:57.603Z | Compiling tokio-util v0.7.18 |
| 1474 | 2026-04-07T04:17:57.659Z | Compiling tinyvec_macros v0.1.1 |
| 1475 | 2026-04-07T04:17:57.733Z | Compiling rustls v0.23.37 |
| 1476 | 2026-04-07T04:17:57.912Z | Compiling tower-service v0.3.3 |
| 1477 | 2026-04-07T04:17:57.950Z | Compiling dyn-clone v1.0.20 |
| 1478 | 2026-04-07T04:17:58.010Z | Compiling atomic-waker v1.1.2 |
| 1479 | 2026-04-07T04:17:58.087Z | Compiling tower-layer v0.3.3 |
| 1480 | 2026-04-07T04:17:58.136Z | Compiling scroll v0.13.0 |
| 1481 | 2026-04-07T04:17:58.250Z | Compiling tinyvec v1.10.0 |
| 1482 | 2026-04-07T04:17:58.405Z | Compiling h2 v0.4.13 |
| 1483 | 2026-04-07T04:17:58.595Z | Compiling want v0.3.1 |
| 1484 | 2026-04-07T04:17:58.685Z | Compiling ipnet v2.11.0 |
| 1485 | 2026-04-07T04:17:58.759Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1486 | 2026-04-07T04:17:58.929Z | Compiling spin v0.9.8 |
| 1487 | 2026-04-07T04:17:59.137Z | Compiling aho-corasick v1.1.4 |
| 1488 | 2026-04-07T04:17:59.151Z | Compiling num-conv v0.2.0 |
| 1489 | 2026-04-07T04:17:59.179Z | Compiling openssl v0.10.75 |
| 1490 | 2026-04-07T04:17:59.284Z | Compiling foreign-types-shared v0.1.1 |
| 1491 | 2026-04-07T04:17:59.378Z | Compiling pin-utils v0.1.0 |
| 1492 | 2026-04-07T04:17:59.409Z | Compiling crc32fast v1.5.0 |
| 1493 | 2026-04-07T04:17:59.450Z | Compiling httpdate v1.0.3 |
| 1494 | 2026-04-07T04:17:59.530Z | Compiling time-core v0.1.8 |
| 1495 | 2026-04-07T04:17:59.629Z | Compiling darling_macro v0.20.11 |
| 1496 | 2026-04-07T04:17:59.673Z | Compiling powerfmt v0.2.0 |
| 1497 | 2026-04-07T04:17:59.681Z | Compiling tempfile v3.25.0 |
| 1498 | 2026-04-07T04:17:59.747Z | Compiling time-macros v0.2.27 |
| 1499 | 2026-04-07T04:17:59.873Z | Compiling deranged v0.5.8 |
| 1500 | 2026-04-07T04:17:59.984Z | Compiling regex-automata v0.4.14 |
| 1501 | 2026-04-07T04:18:00.082Z | Compiling foreign-types v0.3.2 |
| 1502 | 2026-04-07T04:18:00.096Z | Compiling darling v0.20.11 |
| 1503 | 2026-04-07T04:18:00.178Z | Compiling goblin v0.10.5 |
| 1504 | 2026-04-07T04:18:00.824Z | Compiling openssl-macros v0.1.1 |
| 1505 | 2026-04-07T04:18:00.827Z | Compiling wait-timeout v0.2.1 |
| 1506 | 2026-04-07T04:18:01.089Z | Compiling crossbeam-utils v0.8.21 |
| 1507 | 2026-04-07T04:18:01.227Z | Compiling num_threads v0.1.7 |
| 1508 | 2026-04-07T04:18:01.327Z | Compiling hyper v1.8.1 |
| 1509 | 2026-04-07T04:18:01.343Z | Compiling usdt-impl v0.6.0 |
| 1510 | 2026-04-07T04:18:01.373Z | Compiling quick-error v1.2.3 |
| 1511 | 2026-04-07T04:18:01.480Z | Compiling native-tls v0.2.18 |
| 1512 | 2026-04-07T04:18:01.544Z | Compiling bit-vec v0.8.0 |
| 1513 | 2026-04-07T04:18:01.738Z | Compiling simd-adler32 v0.3.8 |
| 1514 | 2026-04-07T04:18:01.811Z | Compiling syn v1.0.109 |
| 1515 | 2026-04-07T04:18:01.989Z | Compiling siphasher v1.0.2 |
| 1516 | 2026-04-07T04:18:02.163Z | Compiling bit-set v0.8.0 |
| 1517 | 2026-04-07T04:18:02.218Z | Compiling rusty-fork v0.3.1 |
| 1518 | 2026-04-07T04:18:02.349Z | Compiling time v0.3.47 |
| 1519 | 2026-04-07T04:18:02.541Z | Compiling hyper-util v0.1.20 |
| 1520 | 2026-04-07T04:18:02.967Z | Compiling dof v0.4.0 |
| 1521 | 2026-04-07T04:18:03.940Z | Compiling derive_builder_core v0.20.2 |
| 1522 | 2026-04-07T04:18:04.169Z | Compiling unicode-normalization v0.1.25 |
| 1523 | 2026-04-07T04:18:04.261Z | Compiling dtrace-parser v0.3.0 |
| 1524 | 2026-04-07T04:18:04.318Z | Compiling rustls-native-certs v0.8.3 |
| 1525 | 2026-04-07T04:18:04.480Z | Compiling signature v2.2.0 |
| 1526 | 2026-04-07T04:18:04.608Z | Compiling thiserror-impl v1.0.69 |
| 1527 | 2026-04-07T04:18:04.620Z | Compiling scroll_derive v0.12.1 |
| 1528 | 2026-04-07T04:18:04.659Z | Compiling heapless v0.7.17 |
| 1529 | 2026-04-07T04:18:04.806Z | Compiling rand_xorshift v0.4.0 |
| 1530 | 2026-04-07T04:18:04.896Z | Compiling slog v2.8.2 |
| 1531 | 2026-04-07T04:18:04.970Z | Compiling darling_core v0.21.3 |
| 1532 | 2026-04-07T04:18:04.998Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1533 | 2026-04-07T04:18:05.083Z | Compiling sync_wrapper v1.0.2 |
| 1534 | 2026-04-07T04:18:05.194Z | Compiling thread-id v5.1.0 |
| 1535 | 2026-04-07T04:18:05.226Z | Compiling cookie v0.18.1 |
| 1536 | 2026-04-07T04:18:05.270Z | Compiling unarray v0.1.4 |
| 1537 | 2026-04-07T04:18:05.270Z | Compiling unicode-bidi v0.3.18 |
| 1538 | 2026-04-07T04:18:05.296Z | Compiling anyhow v1.0.102 |
| 1539 | 2026-04-07T04:18:05.380Z | Compiling signal-hook v0.3.18 |
| 1540 | 2026-04-07T04:18:05.403Z | Compiling adler2 v2.0.1 |
| 1541 | 2026-04-07T04:18:05.537Z | Compiling zstd-safe v7.2.4 |
| 1542 | 2026-04-07T04:18:05.552Z | Compiling paste v1.0.15 |
| 1543 | 2026-04-07T04:18:05.594Z | Compiling unicode-properties v0.1.4 |
| 1544 | 2026-04-07T04:18:05.805Z | Compiling stringprep v0.1.5 |
| 1545 | 2026-04-07T04:18:05.850Z | Compiling miniz_oxide v0.8.9 |
| 1546 | 2026-04-07T04:18:05.864Z | Compiling thiserror v1.0.69 |
| 1547 | 2026-04-07T04:18:05.923Z | Compiling proptest v1.10.0 |
| 1548 | 2026-04-07T04:18:05.961Z | Compiling scroll v0.12.0 |
| 1549 | 2026-04-07T04:18:06.244Z | Compiling tower v0.5.3 |
| 1550 | 2026-04-07T04:18:06.524Z | Compiling derive_builder_macro v0.20.2 |
| 1551 | 2026-04-07T04:18:06.858Z | Compiling ipnetwork v0.21.1 |
| 1552 | 2026-04-07T04:18:06.910Z | Compiling http-body-util v0.1.3 |
| 1553 | 2026-04-07T04:18:07.026Z | Compiling webpki-roots v1.0.6 |
| 1554 | 2026-04-07T04:18:07.151Z | Compiling rand_chacha v0.3.1 |
| 1555 | 2026-04-07T04:18:07.165Z | Compiling erased-serde v0.3.31 |
| 1556 | 2026-04-07T04:18:07.208Z | Compiling serde_spanned v0.6.9 |
| 1557 | 2026-04-07T04:18:07.261Z | Compiling toml_datetime v0.6.11 |
| 1558 | 2026-04-07T04:18:07.354Z | Compiling serde_tokenstream v0.2.3 |
| 1559 | 2026-04-07T04:18:07.478Z | Compiling darling_macro v0.21.3 |
| 1560 | 2026-04-07T04:18:07.523Z | Compiling md-5 v0.10.6 |
| 1561 | 2026-04-07T04:18:07.657Z | Compiling zerocopy-derive v0.7.35 |
| 1562 | 2026-04-07T04:18:07.676Z | Compiling curve25519-dalek v4.1.3 |
| 1563 | 2026-04-07T04:18:07.693Z | Compiling vergen-lib v0.1.6 |
| 1564 | 2026-04-07T04:18:07.886Z | Compiling num-integer v0.1.46 |
| 1565 | 2026-04-07T04:18:07.955Z | Compiling hash32 v0.2.1 |
| 1566 | 2026-04-07T04:18:07.976Z | Compiling ff v0.13.1 |
| 1567 | 2026-04-07T04:18:08.015Z | Compiling memoffset v0.9.1 |
| 1568 | 2026-04-07T04:18:08.115Z | Compiling smoltcp v0.9.1 |
| 1569 | 2026-04-07T04:18:08.145Z | Compiling num-bigint-dig v0.8.6 |
| 1570 | 2026-04-07T04:18:08.206Z | Compiling fallible-iterator v0.2.0 |
| 1571 | 2026-04-07T04:18:08.206Z | Compiling psl-types v2.0.11 |
| 1572 | 2026-04-07T04:18:08.330Z | Compiling cfg_aliases v0.2.1 |
| 1573 | 2026-04-07T04:18:08.344Z | Compiling base16ct v0.2.0 |
| 1574 | 2026-04-07T04:18:08.407Z | Compiling rustix v0.38.44 |
| 1575 | 2026-04-07T04:18:08.446Z | Compiling litrs v1.0.0 |
| 1576 | 2026-04-07T04:18:08.514Z | Compiling ref-cast v1.0.25 |
| 1577 | 2026-04-07T04:18:08.529Z | Compiling iri-string v0.7.10 |
| 1578 | 2026-04-07T04:18:08.532Z | Compiling zlib-rs v0.6.2 |
| 1579 | 2026-04-07T04:18:08.753Z | Compiling ryu v1.0.23 |
| 1580 | 2026-04-07T04:18:08.938Z | Compiling serde_urlencoded v0.7.1 |
| 1581 | 2026-04-07T04:18:08.955Z | Compiling document-features v0.2.12 |
| 1582 | 2026-04-07T04:18:08.968Z | Compiling zerocopy v0.7.35 |
| 1583 | 2026-04-07T04:18:09.182Z | Compiling postgres-protocol v0.6.10 |
| 1584 | 2026-04-07T04:18:09.520Z | Compiling sec1 v0.7.3 |
| 1585 | 2026-04-07T04:18:09.555Z | Compiling nix v0.31.1 |
| 1586 | 2026-04-07T04:18:09.725Z | Compiling tower-http v0.6.8 |
| 1587 | 2026-04-07T04:18:09.822Z | Compiling publicsuffix v2.3.0 |
| 1588 | 2026-04-07T04:18:09.921Z | Compiling newtype-uuid v1.3.2 |
| 1589 | 2026-04-07T04:18:10.023Z | Compiling num-iter v0.1.45 |
| 1590 | 2026-04-07T04:18:10.126Z | Compiling group v0.13.0 |
| 1591 | 2026-04-07T04:18:10.218Z | Compiling darling v0.21.3 |
| 1592 | 2026-04-07T04:18:10.303Z | Compiling rand v0.8.5 |
| 1593 | 2026-04-07T04:18:10.306Z | Compiling oxnet v0.1.4 |
| 1594 | 2026-04-07T04:18:10.563Z | Compiling derive_builder v0.20.2 |
| 1595 | 2026-04-07T04:18:10.633Z | Compiling hubpack_derive v0.1.1 |
| 1596 | 2026-04-07T04:18:10.658Z | Compiling tokio-native-tls v0.3.1 |
| 1597 | 2026-04-07T04:18:10.789Z | Compiling goblin v0.8.2 |
| 1598 | 2026-04-07T04:18:11.175Z | Compiling regex v1.12.3 |
| 1599 | 2026-04-07T04:18:11.453Z | Compiling flate2 v1.1.9 |
| 1600 | 2026-04-07T04:18:11.456Z | Compiling phf_shared v0.13.1 |
| 1601 | 2026-04-07T04:18:11.576Z | Compiling lazy_static v1.5.0 |
| 1602 | 2026-04-07T04:18:11.609Z | Compiling cargo-platform v0.1.9 |
| 1603 | 2026-04-07T04:18:11.754Z | Compiling hkdf v0.12.4 |
| 1604 | 2026-04-07T04:18:11.771Z | Compiling crypto-bigint v0.5.5 |
| 1605 | 2026-04-07T04:18:11.774Z | Compiling terminal_size v0.4.3 |
| 1606 | 2026-04-07T04:18:11.884Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1607 | 2026-04-07T04:18:11.906Z | Compiling strum_macros v0.27.2 |
| 1608 | 2026-04-07T04:18:11.923Z | Compiling daft-derive v0.1.5 |
| 1609 | 2026-04-07T04:18:11.926Z | Compiling ref-cast-impl v1.0.25 |
| 1610 | 2026-04-07T04:18:12.481Z | Compiling async-trait v0.1.89 |
| 1611 | 2026-04-07T04:18:12.540Z | Compiling vergen v9.0.6 |
| 1612 | 2026-04-07T04:18:12.668Z | Compiling fs-err v3.3.0 |
| 1613 | 2026-04-07T04:18:12.727Z | Compiling ahash v0.8.12 |
| 1614 | 2026-04-07T04:18:12.864Z | Compiling unicode-segmentation v1.12.0 |
| 1615 | 2026-04-07T04:18:12.941Z | Compiling foldhash v0.1.5 |
| 1616 | 2026-04-07T04:18:13.120Z | Compiling libbz2-rs-sys v0.2.2 |
| 1617 | 2026-04-07T04:18:13.259Z | Compiling managed v0.8.0 |
| 1618 | 2026-04-07T04:18:13.488Z | Compiling bumpalo v3.20.2 |
| 1619 | 2026-04-07T04:18:13.527Z | Compiling object v0.37.3 |
| 1620 | 2026-04-07T04:18:13.744Z | Compiling winnow v0.5.40 |
| 1621 | 2026-04-07T04:18:13.801Z | Compiling bitflags v1.3.2 |
| 1622 | 2026-04-07T04:18:13.879Z | Compiling zopfli v0.8.3 |
| 1623 | 2026-04-07T04:18:13.903Z | Compiling strum v0.27.2 |
| 1624 | 2026-04-07T04:18:13.936Z | Compiling bzip2 v0.6.1 |
| 1625 | 2026-04-07T04:18:14.035Z | Compiling dof v0.3.0 |
| 1626 | 2026-04-07T04:18:14.140Z | Compiling hashbrown v0.15.5 |
| 1627 | 2026-04-07T04:18:14.435Z | Compiling clap_builder v4.5.60 |
| 1628 | 2026-04-07T04:18:14.643Z | Compiling elliptic-curve v0.13.8 |
| 1629 | 2026-04-07T04:18:14.686Z | Compiling daft v0.1.5 |
| 1630 | 2026-04-07T04:18:14.868Z | Compiling cargo_metadata v0.19.2 |
| 1631 | 2026-04-07T04:18:14.964Z | Compiling phf v0.13.1 |
| 1632 | 2026-04-07T04:18:15.036Z | Compiling toml_edit v0.19.15 |
| 1633 | 2026-04-07T04:18:15.156Z | Compiling signal-hook-mio v0.2.5 |
| 1634 | 2026-04-07T04:18:15.276Z | Compiling cookie_store v0.22.1 |
| 1635 | 2026-04-07T04:18:15.943Z | Compiling hubpack v0.1.2 |
| 1636 | 2026-04-07T04:18:16.202Z | Compiling zstd v0.13.3 |
| 1637 | 2026-04-07T04:18:16.473Z | Compiling hyper-tls v0.6.0 |
| 1638 | 2026-04-07T04:18:16.532Z | Compiling bzip2 v0.4.4 |
| 1639 | 2026-04-07T04:18:16.742Z | Compiling serde_with_macros v3.17.0 |
| 1640 | 2026-04-07T04:18:16.920Z | Compiling postgres-types v0.2.12 |
| 1641 | 2026-04-07T04:18:17.489Z | Compiling usdt-macro v0.6.0 |
| 1642 | 2026-04-07T04:18:17.505Z | Compiling usdt-attr-macro v0.6.0 |
| 1643 | 2026-04-07T04:18:17.716Z | Compiling dtrace-parser v0.2.0 |
| 1644 | 2026-04-07T04:18:17.731Z | Compiling ed25519 v2.2.3 |
| 1645 | 2026-04-07T04:18:17.885Z | Compiling bstr v1.12.1 |
| 1646 | 2026-04-07T04:18:18.174Z | Compiling phf_shared v0.11.3 |
| 1647 | 2026-04-07T04:18:18.236Z | Compiling pkcs1 v0.7.5 |
| 1648 | 2026-04-07T04:18:18.306Z | Compiling serde-big-array v0.5.1 |
| 1649 | 2026-04-07T04:18:18.358Z | Compiling hex v0.4.3 |
| 1650 | 2026-04-07T04:18:18.452Z | Compiling rfc6979 v0.4.0 |
| 1651 | 2026-04-07T04:18:18.479Z | Compiling clap_derive v4.5.55 |
| 1652 | 2026-04-07T04:18:18.540Z | Compiling serde_repr v0.1.20 |
| 1653 | 2026-04-07T04:18:18.579Z | Compiling enum-as-inner v0.6.1 |
| 1654 | 2026-04-07T04:18:18.631Z | Compiling strum_macros v0.26.4 |
| 1655 | 2026-04-07T04:18:18.646Z | Compiling float-cmp v0.10.0 |
| 1656 | 2026-04-07T04:18:18.646Z | Compiling thread-id v4.2.2 |
| 1657 | 2026-04-07T04:18:18.746Z | Compiling memmap2 v0.9.10 |
| 1658 | 2026-04-07T04:18:18.791Z | Compiling env_filter v1.0.0 |
| 1659 | 2026-04-07T04:18:18.961Z | Compiling encoding_rs v0.8.35 |
| 1660 | 2026-04-07T04:18:19.068Z | Compiling mime v0.3.17 |
| 1661 | 2026-04-07T04:18:19.082Z | Compiling predicates-core v1.0.10 |
| 1662 | 2026-04-07T04:18:19.096Z | Compiling static_assertions v1.1.0 |
| 1663 | 2026-04-07T04:18:19.175Z | Compiling whoami v2.1.0 |
| 1664 | 2026-04-07T04:18:19.257Z | Compiling difflib v0.4.0 |
| 1665 | 2026-04-07T04:18:19.323Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-04-07T04:18:19.572Z | Compiling data-encoding v2.10.0 |
| 1667 | 2026-04-07T04:18:19.632Z | Compiling keccak v0.1.6 |
| 1668 | 2026-04-07T04:18:19.819Z | Compiling precomputed-hash v0.1.1 |
| 1669 | 2026-04-07T04:18:19.916Z | Compiling new_debug_unreachable v1.0.6 |
| 1670 | 2026-04-07T04:18:19.992Z | Compiling jiff v0.2.21 |
| 1671 | 2026-04-07T04:18:20.250Z | Compiling rustc-hash v2.1.1 |
| 1672 | 2026-04-07T04:18:20.275Z | Compiling either v1.15.0 |
| 1673 | 2026-04-07T04:18:20.379Z | Compiling fixedbitset v0.4.2 |
| 1674 | 2026-04-07T04:18:20.394Z | Compiling normalize-line-endings v0.3.0 |
| 1675 | 2026-04-07T04:18:20.453Z | Compiling strum v0.26.3 |
| 1676 | 2026-04-07T04:18:20.487Z | Compiling predicates v3.1.4 |
| 1677 | 2026-04-07T04:18:20.490Z | Compiling itertools v0.13.0 |
| 1678 | 2026-04-07T04:18:20.490Z | Compiling iddqd v0.3.17 |
| 1679 | 2026-04-07T04:18:20.585Z | Compiling petgraph v0.6.5 |
| 1680 | 2026-04-07T04:18:20.601Z | Compiling clap v4.5.60 |
| 1681 | 2026-04-07T04:18:20.686Z | Compiling string_cache v0.8.9 |
| 1682 | 2026-04-07T04:18:20.762Z | Compiling hickory-proto v0.25.2 |
| 1683 | 2026-04-07T04:18:20.916Z | Compiling sha3 v0.10.8 |
| 1684 | 2026-04-07T04:18:21.178Z | Compiling petgraph v0.8.3 |
| 1685 | 2026-04-07T04:18:21.377Z | Compiling tokio-postgres v0.7.16 |
| 1686 | 2026-04-07T04:18:21.618Z | Compiling toml_edit v0.22.27 |
| 1687 | 2026-04-07T04:18:21.795Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1688 | 2026-04-07T04:18:22.084Z | Compiling env_logger v0.11.9 |
| 1689 | 2026-04-07T04:18:22.450Z | Compiling usdt v0.6.0 |
| 1690 | 2026-04-07T04:18:22.721Z | Compiling zip v4.6.1 |
| 1691 | 2026-04-07T04:18:23.150Z | Compiling usdt-impl v0.5.0 |
| 1692 | 2026-04-07T04:18:23.646Z | Compiling serde_with v3.17.0 |
| 1693 | 2026-04-07T04:18:23.687Z | Compiling ecdsa v0.16.9 |
| 1694 | 2026-04-07T04:18:23.747Z | Compiling rsa v0.9.10 |
| 1695 | 2026-04-07T04:18:24.082Z | Compiling similar v2.7.0 |
| 1696 | 2026-04-07T04:18:24.249Z | Compiling ed25519-dalek v2.2.0 |
| 1697 | 2026-04-07T04:18:24.448Z | Compiling crossterm v0.28.1 |
| 1698 | 2026-04-07T04:18:24.925Z | Compiling zip v0.6.6 |
| 1699 | 2026-04-07T04:18:25.371Z | Compiling toml v0.7.8 |
| 1700 | 2026-04-07T04:18:25.738Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1701 | 2026-04-07T04:18:25.789Z | Compiling heck v0.4.1 |
| 1702 | 2026-04-07T04:18:25.809Z | Compiling crossbeam-epoch v0.9.18 |
| 1703 | 2026-04-07T04:18:25.981Z | Compiling tokio-stream v0.1.18 |
| 1704 | 2026-04-07T04:18:26.020Z | Compiling buf-list v1.1.2 |
| 1705 | 2026-04-07T04:18:26.023Z | Compiling x509-cert v0.2.5 |
| 1706 | 2026-04-07T04:18:26.138Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1707 | 2026-04-07T04:18:26.305Z | Compiling openapiv3 v2.2.0 |
| 1708 | 2026-04-07T04:18:26.376Z | Compiling sha1 v0.10.6 |
| 1709 | 2026-04-07T04:18:26.451Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1710 | 2026-04-07T04:18:26.467Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-04-07T04:18:26.602Z | Compiling peg-runtime v0.8.5 |
| 1712 | 2026-04-07T04:18:26.700Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-04-07T04:18:26.771Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-04-07T04:18:26.917Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-04-07T04:18:26.962Z | Compiling futures-executor v0.3.32 |
| 1716 | 2026-04-07T04:18:27.107Z | Compiling is-terminal v0.4.17 |
| 1717 | 2026-04-07T04:18:27.183Z | Compiling filetime v0.2.27 |
| 1718 | 2026-04-07T04:18:27.210Z | Compiling term v1.2.1 |
| 1719 | 2026-04-07T04:18:27.231Z | Compiling xattr v1.6.1 |
| 1720 | 2026-04-07T04:18:27.364Z | Compiling take_mut v0.2.2 |
| 1721 | 2026-04-07T04:18:27.387Z | Compiling tar v0.4.45 |
| 1722 | 2026-04-07T04:18:27.404Z | Compiling futures v0.3.32 |
| 1723 | 2026-04-07T04:18:27.496Z | Compiling slog-term v2.9.2 |
| 1724 | 2026-04-07T04:18:34.390Z | Compiling rustls-webpki v0.103.9 |
| 1725 | 2026-04-07T04:18:37.224Z | Compiling tokio-rustls v0.26.4 |
| 1726 | 2026-04-07T04:18:37.224Z | Compiling rustls-platform-verifier v0.6.2 |
| 1727 | 2026-04-07T04:18:37.425Z | Compiling hyper-rustls v0.27.7 |
| 1728 | 2026-04-07T04:18:37.630Z | Compiling reqwest v0.13.2 |
| 1729 | 2026-04-07T04:18:37.630Z | Compiling reqwest v0.12.28 |
| 1730 | 2026-04-07T04:18:39.757Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1731 | 2026-04-07T04:18:39.973Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1732 | 2026-04-07T04:18:42.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 1733 | 2026-04-07T04:18:42.930Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1734 | 2026-04-07T04:18:42.985Z | Apr 07 04:18:42.092 INFO Starting download, target: Console |
| 1735 | 2026-04-07T04:18:42.985Z | Apr 07 04:18:42.092 INFO Starting download, target: DendriteStub |
| 1736 | 2026-04-07T04:18:42.985Z | Apr 07 04:18:42.092 INFO Starting download, target: Clickhouse |
| 1737 | 2026-04-07T04:18:42.985Z | Apr 07 04:18:42.092 INFO Starting download, target: MaghemiteMgd |
| 1738 | 2026-04-07T04:18:42.985Z | Apr 07 04:18:42.092 INFO Starting download, target: Cockroach |
| 1739 | 2026-04-07T04:18:42.985Z | Apr 07 04:18:42.092 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-04-07T04:18:42.989Z | Apr 07 04:18:42.092 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1741 | 2026-04-07T04:18:42.989Z | Apr 07 04:18:42.092 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1742 | 2026-04-07T04:18:42.989Z | Apr 07 04:18:42.092 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1743 | 2026-04-07T04:18:42.989Z | Apr 07 04:18:42.092 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1744 | 2026-04-07T04:18:42.989Z | Apr 07 04:18:42.092 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1745 | 2026-04-07T04:18:42.989Z | Apr 07 04:18:42.092 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1746 | 2026-04-07T04:18:43.498Z | Apr 07 04:18:42.603 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1747 | 2026-04-07T04:18:43.730Z | Apr 07 04:18:42.828 INFO Download complete, target: TransceiverControl |
| 1748 | 2026-04-07T04:18:43.994Z | Apr 07 04:18:43.098 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1749 | 2026-04-07T04:18:44.239Z | Apr 07 04:18:43.345 INFO Download complete, target: Console |
| 1750 | 2026-04-07T04:18:44.375Z | Apr 07 04:18:43.481 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1751 | 2026-04-07T04:18:44.399Z | Apr 07 04:18:43.505 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1752 | 2026-04-07T04:18:44.918Z | Apr 07 04:18:44.023 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1753 | 2026-04-07T04:18:45.349Z | Apr 07 04:18:44.455 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1754 | 2026-04-07T04:18:45.349Z | Apr 07 04:18:44.455 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1755 | 2026-04-07T04:18:46.736Z | Apr 07 04:18:45.843 INFO Download complete, target: MaghemiteMgd |
| 1756 | 2026-04-07T04:18:46.774Z | Apr 07 04:18:45.881 INFO Download complete, target: DendriteStub |
| 1757 | 2026-04-07T04:18:50.017Z | Apr 07 04:18:49.123 INFO Checking that binary works, target: Cockroach |
| 1758 | 2026-04-07T04:18:50.120Z | Apr 07 04:18:49.226 INFO Download complete, target: Cockroach |
| 1759 | 2026-04-07T04:18:51.846Z | Apr 07 04:18:50.951 INFO Checking that binary works, target: Clickhouse |
| 1760 | 2026-04-07T04:18:51.945Z | Apr 07 04:18:51.051 INFO Download complete, target: Clickhouse |
| 1761 | 2026-04-07T04:18:51.959Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1762 | 2026-04-07T04:18:51.963Z | |
| 1763 | 2026-04-07T04:18:51.963Z | real 2:51.974323554 |
| 1764 | 2026-04-07T04:18:51.963Z | user 7:16.265697986 |
| 1765 | 2026-04-07T04:18:51.963Z | sys 1:25.459615562 |
| 1766 | 2026-04-07T04:18:51.963Z | trap 0.223380295 |
| 1767 | 2026-04-07T04:18:51.963Z | tflt 0.543128719 |
| 1768 | 2026-04-07T04:18:51.963Z | dflt 0.543896830 |
| 1769 | 2026-04-07T04:18:51.964Z | kflt 0.022963217 |
| 1770 | 2026-04-07T04:18:51.964Z | lock 21:26.648842084 |
| 1771 | 2026-04-07T04:18:51.964Z | slp 21:26.608488762 |
| 1772 | 2026-04-07T04:18:51.964Z | lat 45.722190968 |
| 1773 | 2026-04-07T04:18:51.964Z | stop 2:01.347067141 |
| 1774 | 2026-04-07T04:18:51.964Z | + banner clippy |
| 1775 | 2026-04-07T04:18:51.964Z | |
| 1776 | 2026-04-07T04:18:51.964Z | #### # # ##### ##### # # |
| 1777 | 2026-04-07T04:18:51.964Z | # # # # # # # # # # |
| 1778 | 2026-04-07T04:18:51.964Z | # # # # # # # # |
| 1779 | 2026-04-07T04:18:51.964Z | # # # ##### ##### # |
| 1780 | 2026-04-07T04:18:51.964Z | # # # # # # # |
| 1781 | 2026-04-07T04:18:51.964Z | #### ###### # # # # |
| 1782 | 2026-04-07T04:18:51.964Z | |
| 1783 | 2026-04-07T04:18:51.964Z | + export CARGO_INCREMENTAL=0 |
| 1784 | 2026-04-07T04:18:51.964Z | + CARGO_INCREMENTAL=0 |
| 1785 | 2026-04-07T04:18:51.964Z | + ptime -m cargo xtask clippy |
| 1786 | 2026-04-07T04:18:52.504Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1787 | 2026-04-07T04:18:52.719Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1788 | 2026-04-07T04:18:54.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1789 | 2026-04-07T04:18:54.668Z | Running `target/debug/xtask clippy` |
| 1790 | 2026-04-07T04:18:54.693Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1791 | 2026-04-07T04:18:55.301Z | Downloading crates ... |
| 1792 | 2026-04-07T04:18:55.515Z | Downloaded partial-io v0.5.4 |
| 1793 | 2026-04-07T04:18:55.520Z | Downloaded chumsky v0.9.3 |
| 1794 | 2026-04-07T04:18:55.526Z | Downloaded target-triple v1.0.0 |
| 1795 | 2026-04-07T04:18:55.530Z | Downloaded criterion v0.7.0 |
| 1796 | 2026-04-07T04:18:55.534Z | Downloaded plotters-backend v0.3.7 |
| 1797 | 2026-04-07T04:18:55.537Z | Downloaded miette v5.10.0 |
| 1798 | 2026-04-07T04:18:55.540Z | Downloaded rstest v0.25.0 |
| 1799 | 2026-04-07T04:18:55.545Z | Downloaded oorandom v11.1.5 |
| 1800 | 2026-04-07T04:18:55.549Z | Downloaded termcolor v1.4.1 |
| 1801 | 2026-04-07T04:18:55.552Z | Downloaded approx v0.5.1 |
| 1802 | 2026-04-07T04:18:55.552Z | Downloaded plotters-svg v0.3.7 |
| 1803 | 2026-04-07T04:18:55.552Z | Downloaded parking v2.2.1 |
| 1804 | 2026-04-07T04:18:55.555Z | Downloaded stringmetrics v2.2.2 |
| 1805 | 2026-04-07T04:18:55.558Z | Downloaded linkme v0.3.35 |
| 1806 | 2026-04-07T04:18:55.566Z | Downloaded plotters v0.3.7 |
| 1807 | 2026-04-07T04:18:55.571Z | Downloaded terminal_size v0.1.17 |
| 1808 | 2026-04-07T04:18:55.574Z | Downloaded cargo-platform v0.3.2 |
| 1809 | 2026-04-07T04:18:55.574Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1810 | 2026-04-07T04:18:55.574Z | Downloaded futures-timer v3.0.3 |
| 1811 | 2026-04-07T04:18:55.577Z | Downloaded rust-argon2 v2.1.0 |
| 1812 | 2026-04-07T04:18:55.577Z | Downloaded path-tree v0.8.3 |
| 1813 | 2026-04-07T04:18:55.577Z | Downloaded httptest v0.16.4 |
| 1814 | 2026-04-07T04:18:55.579Z | Downloaded supports-color v2.1.0 |
| 1815 | 2026-04-07T04:18:55.579Z | Downloaded target-lexicon v0.13.3 |
| 1816 | 2026-04-07T04:18:55.582Z | Downloaded event-listener-strategy v0.5.4 |
| 1817 | 2026-04-07T04:18:55.582Z | Downloaded cargo_metadata v0.23.1 |
| 1818 | 2026-04-07T04:18:55.586Z | Downloaded backtrace-ext v0.2.1 |
| 1819 | 2026-04-07T04:18:55.589Z | Downloaded pathdiff v0.2.3 |
| 1820 | 2026-04-07T04:18:55.589Z | Downloaded escape8259 v0.5.3 |
| 1821 | 2026-04-07T04:18:55.589Z | Downloaded async-object-pool v0.2.0 |
| 1822 | 2026-04-07T04:18:55.592Z | Downloaded constant_time_eq v0.3.1 |
| 1823 | 2026-04-07T04:18:55.592Z | Downloaded assert-json-diff v2.0.2 |
| 1824 | 2026-04-07T04:18:55.595Z | Downloaded rand_distr v0.5.1 |
| 1825 | 2026-04-07T04:18:55.598Z | Downloaded serde_regex v1.1.0 |
| 1826 | 2026-04-07T04:18:55.598Z | Downloaded cfg-expr v0.20.6 |
| 1827 | 2026-04-07T04:18:55.601Z | Downloaded miette-derive v5.10.0 |
| 1828 | 2026-04-07T04:18:55.601Z | Downloaded linkme-impl v0.3.35 |
| 1829 | 2026-04-07T04:18:55.604Z | Downloaded supports-hyperlinks v2.1.0 |
| 1830 | 2026-04-07T04:18:55.607Z | Downloaded cast v0.3.0 |
| 1831 | 2026-04-07T04:18:55.607Z | Downloaded supports-unicode v2.1.0 |
| 1832 | 2026-04-07T04:18:55.616Z | Downloaded similar-asserts v1.7.0 |
| 1833 | 2026-04-07T04:18:55.626Z | Downloaded tokio-test v0.4.5 |
| 1834 | 2026-04-07T04:18:55.629Z | Downloaded criterion-plot v0.6.0 |
| 1835 | 2026-04-07T04:18:55.632Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1836 | 2026-04-07T04:18:55.632Z | Downloaded relative-path v1.9.3 |
| 1837 | 2026-04-07T04:18:55.632Z | Downloaded anes v0.1.6 |
| 1838 | 2026-04-07T04:18:55.635Z | Downloaded event-listener v5.4.1 |
| 1839 | 2026-04-07T04:18:55.638Z | Downloaded nested v0.1.1 |
| 1840 | 2026-04-07T04:18:55.641Z | Downloaded target-spec v3.5.7 |
| 1841 | 2026-04-07T04:18:55.646Z | Downloaded knuffel-derive v3.2.0 |
| 1842 | 2026-04-07T04:18:55.649Z | Downloaded tinytemplate v1.2.1 |
| 1843 | 2026-04-07T04:18:55.652Z | Downloaded rustc-demangle v0.1.27 |
| 1844 | 2026-04-07T04:18:55.661Z | Downloaded libtest-mimic v0.8.1 |
| 1845 | 2026-04-07T04:18:55.664Z | Downloaded blake2b_simd v1.0.4 |
| 1846 | 2026-04-07T04:18:55.667Z | Downloaded concurrent-queue v2.5.0 |
| 1847 | 2026-04-07T04:18:55.667Z | Downloaded hickory-client v0.25.2 |
| 1848 | 2026-04-07T04:18:55.670Z | Downloaded addr2line v0.25.1 |
| 1849 | 2026-04-07T04:18:55.670Z | Downloaded rstest_macros v0.25.0 |
| 1850 | 2026-04-07T04:18:55.672Z | Downloaded owo-colors v3.5.0 |
| 1851 | 2026-04-07T04:18:55.673Z | Downloaded assert_cmd v2.1.2 |
| 1852 | 2026-04-07T04:18:55.676Z | Downloaded textwrap v0.15.2 |
| 1853 | 2026-04-07T04:18:55.679Z | Downloaded async-lock v3.4.2 |
| 1854 | 2026-04-07T04:18:55.685Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1855 | 2026-04-07T04:18:55.690Z | Downloaded knuffel v3.2.0 |
| 1856 | 2026-04-07T04:18:55.700Z | Downloaded trybuild v1.0.116 |
| 1857 | 2026-04-07T04:18:55.703Z | Downloaded fancy-regex v0.14.0 |
| 1858 | 2026-04-07T04:18:55.705Z | Downloaded datatest-stable v0.3.3 |
| 1859 | 2026-04-07T04:18:55.708Z | Downloaded backtrace v0.3.76 |
| 1860 | 2026-04-07T04:18:55.721Z | Downloaded hashbrown v0.14.5 |
| 1861 | 2026-04-07T04:18:55.731Z | Downloaded guppy v0.17.25 |
| 1862 | 2026-04-07T04:18:55.753Z | Downloaded gimli v0.32.3 |
| 1863 | 2026-04-07T04:18:55.844Z | Downloaded httpmock v0.8.3 |
| 1864 | 2026-04-07T04:18:57.406Z | Checking cfg-if v1.0.4 |
| 1865 | 2026-04-07T04:18:57.749Z | Checking libc v0.2.180 |
| 1866 | 2026-04-07T04:18:57.752Z | Checking serde_core v1.0.228 |
| 1867 | 2026-04-07T04:18:57.824Z | Checking memchr v2.8.0 |
| 1868 | 2026-04-07T04:18:57.865Z | Checking smallvec v1.15.1 |
| 1869 | 2026-04-07T04:18:57.904Z | Checking itoa v1.0.17 |
| 1870 | 2026-04-07T04:18:57.907Z | Checking log v0.4.29 |
| 1871 | 2026-04-07T04:18:57.980Z | Checking zeroize v1.8.2 |
| 1872 | 2026-04-07T04:18:58.019Z | Checking libm v0.2.16 |
| 1873 | 2026-04-07T04:18:58.072Z | Checking scopeguard v1.2.0 |
| 1874 | 2026-04-07T04:18:58.111Z | Checking stable_deref_trait v1.2.1 |
| 1875 | 2026-04-07T04:18:58.151Z | Checking zmij v1.0.21 |
| 1876 | 2026-04-07T04:18:58.190Z | Checking errno v0.3.14 |
| 1877 | 2026-04-07T04:18:58.190Z | Checking getrandom v0.2.17 |
| 1878 | 2026-04-07T04:18:58.257Z | Checking lock_api v0.4.14 |
| 1879 | 2026-04-07T04:18:58.293Z | Checking zerofrom v0.1.6 |
| 1880 | 2026-04-07T04:18:58.331Z | Checking percent-encoding v2.3.2 |
| 1881 | 2026-04-07T04:18:58.334Z | Checking writeable v0.6.2 |
| 1882 | 2026-04-07T04:18:58.399Z | Checking litemap v0.8.1 |
| 1883 | 2026-04-07T04:18:58.434Z | Checking yoke v0.8.1 |
| 1884 | 2026-04-07T04:18:58.469Z | Checking icu_normalizer_data v2.1.1 |
| 1885 | 2026-04-07T04:18:58.503Z | Checking icu_properties_data v2.1.2 |
| 1886 | 2026-04-07T04:18:58.505Z | Checking subtle v2.6.1 |
| 1887 | 2026-04-07T04:18:58.568Z | Checking form_urlencoded v1.2.2 |
| 1888 | 2026-04-07T04:18:58.571Z | Checking utf8_iter v1.0.4 |
| 1889 | 2026-04-07T04:18:58.635Z | Checking zerovec v0.11.5 |
| 1890 | 2026-04-07T04:18:58.638Z | Checking zerotrie v0.2.3 |
| 1891 | 2026-04-07T04:18:58.707Z | Checking pin-project-lite v0.2.17 |
| 1892 | 2026-04-07T04:18:58.744Z | Checking rand_core v0.6.4 |
| 1893 | 2026-04-07T04:18:58.747Z | Checking num-traits v0.2.19 |
| 1894 | 2026-04-07T04:18:58.812Z | Checking zerocopy v0.8.40 |
| 1895 | 2026-04-07T04:18:58.812Z | Checking portable-atomic v1.13.1 |
| 1896 | 2026-04-07T04:18:58.883Z | Checking parking_lot_core v0.9.12 |
| 1897 | 2026-04-07T04:18:58.924Z | Checking rand_core v0.10.0 |
| 1898 | 2026-04-07T04:18:58.960Z | Checking critical-section v1.2.0 |
| 1899 | 2026-04-07T04:18:59.083Z | Checking tinystr v0.8.2 |
| 1900 | 2026-04-07T04:18:59.086Z | Checking potential_utf v0.1.4 |
| 1901 | 2026-04-07T04:18:59.153Z | Checking parking_lot v0.12.5 |
| 1902 | 2026-04-07T04:18:59.188Z | Checking getrandom v0.4.1 |
| 1903 | 2026-04-07T04:18:59.231Z | Checking once_cell v1.21.3 |
| 1904 | 2026-04-07T04:18:59.272Z | Checking icu_collections v2.1.1 |
| 1905 | 2026-04-07T04:18:59.309Z | Checking icu_locale_core v2.1.1 |
| 1906 | 2026-04-07T04:18:59.341Z | Checking serde v1.0.228 |
| 1907 | 2026-04-07T04:18:59.376Z | Checking bitflags v2.11.0 |
| 1908 | 2026-04-07T04:18:59.379Z | Checking serde_json v1.0.149 |
| 1909 | 2026-04-07T04:18:59.449Z | Checking signal-hook-registry v1.4.8 |
| 1910 | 2026-04-07T04:18:59.487Z | Checking mio v1.1.1 |
| 1911 | 2026-04-07T04:18:59.574Z | Checking typenum v1.19.0 |
| 1912 | 2026-04-07T04:18:59.616Z | Checking socket2 v0.6.2 |
| 1913 | 2026-04-07T04:18:59.662Z | Checking iana-time-zone v0.1.65 |
| 1914 | 2026-04-07T04:18:59.764Z | Checking bytes v1.11.1 |
| 1915 | 2026-04-07T04:18:59.802Z | Checking chrono v0.4.44 |
| 1916 | 2026-04-07T04:18:59.841Z | Checking thiserror v2.0.18 |
| 1917 | 2026-04-07T04:18:59.890Z | Checking icu_provider v2.1.1 |
| 1918 | 2026-04-07T04:18:59.928Z | Checking uuid v1.21.0 |
| 1919 | 2026-04-07T04:18:59.968Z | Checking semver v1.0.27 |
| 1920 | 2026-04-07T04:19:00.089Z | Checking futures-core v0.3.32 |
| 1921 | 2026-04-07T04:19:00.145Z | Checking generic-array v0.14.7 |
| 1922 | 2026-04-07T04:19:00.180Z | Checking icu_properties v2.1.2 |
| 1923 | 2026-04-07T04:19:00.216Z | Checking icu_normalizer v2.1.1 |
| 1924 | 2026-04-07T04:19:00.252Z | Checking tokio v1.49.0 |
| 1925 | 2026-04-07T04:19:00.289Z | Checking allocator-api2 v0.2.21 |
| 1926 | 2026-04-07T04:19:00.342Z | Checking equivalent v1.0.2 |
| 1927 | 2026-04-07T04:19:00.465Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1928 | 2026-04-07T04:19:00.539Z | Checking dyn-clone v1.0.20 |
| 1929 | 2026-04-07T04:19:00.594Z | Checking const-oid v0.9.6 |
| 1930 | 2026-04-07T04:19:00.629Z | Checking crypto-common v0.1.7 |
| 1931 | 2026-04-07T04:19:00.668Z | Checking foldhash v0.2.0 |
| 1932 | 2026-04-07T04:19:00.707Z | Checking block-buffer v0.10.4 |
| 1933 | 2026-04-07T04:19:00.780Z | Checking futures-sink v0.3.32 |
| 1934 | 2026-04-07T04:19:00.824Z | Checking rustix v1.1.3 |
| 1935 | 2026-04-07T04:19:00.860Z | Checking hashbrown v0.16.1 |
| 1936 | 2026-04-07T04:19:00.893Z | Checking byteorder v1.5.0 |
| 1937 | 2026-04-07T04:19:00.928Z | Checking futures-channel v0.3.32 |
| 1938 | 2026-04-07T04:19:01.021Z | Checking idna_adapter v1.2.1 |
| 1939 | 2026-04-07T04:19:01.120Z | Checking slab v0.4.12 |
| 1940 | 2026-04-07T04:19:01.156Z | Checking futures-io v0.3.32 |
| 1941 | 2026-04-07T04:19:01.189Z | Checking idna v1.1.0 |
| 1942 | 2026-04-07T04:19:01.287Z | Checking digest v0.10.7 |
| 1943 | 2026-04-07T04:19:01.324Z | Checking futures-task v0.3.32 |
| 1944 | 2026-04-07T04:19:01.327Z | Checking cpufeatures v0.2.17 |
| 1945 | 2026-04-07T04:19:01.390Z | Checking indexmap v2.13.0 |
| 1946 | 2026-04-07T04:19:01.434Z | Checking thiserror v1.0.69 |
| 1947 | 2026-04-07T04:19:01.468Z | Checking url v2.5.8 |
| 1948 | 2026-04-07T04:19:01.510Z | Checking getrandom v0.3.4 |
| 1949 | 2026-04-07T04:19:01.544Z | Checking futures-util v0.3.32 |
| 1950 | 2026-04-07T04:19:01.578Z | Checking fnv v1.0.7 |
| 1951 | 2026-04-07T04:19:01.581Z | Checking ppv-lite86 v0.2.21 |
| 1952 | 2026-04-07T04:19:01.671Z | Checking regex-syntax v0.8.10 |
| 1953 | 2026-04-07T04:19:01.707Z | Checking http v1.4.0 |
| 1954 | 2026-04-07T04:19:01.710Z | Checking tracing-core v0.1.36 |
| 1955 | 2026-04-07T04:19:01.922Z | Checking schemars v0.8.22 |
| 1956 | 2026-04-07T04:19:01.958Z | Checking base64 v0.22.1 |
| 1957 | 2026-04-07T04:19:01.992Z | Checking ipnet v2.11.0 |
| 1958 | 2026-04-07T04:19:02.077Z | Checking tracing v0.1.44 |
| 1959 | 2026-04-07T04:19:02.223Z | Checking unicode-ident v1.0.24 |
| 1960 | 2026-04-07T04:19:02.286Z | Checking anstyle v1.0.13 |
| 1961 | 2026-04-07T04:19:02.323Z | Checking utf8parse v0.2.2 |
| 1962 | 2026-04-07T04:19:02.326Z | Checking base64ct v1.8.3 |
| 1963 | 2026-04-07T04:19:02.391Z | Checking proc-macro2 v1.0.106 |
| 1964 | 2026-04-07T04:19:02.457Z | Checking untrusted v0.9.0 |
| 1965 | 2026-04-07T04:19:02.502Z | Checking anstyle-parse v0.2.7 |
| 1966 | 2026-04-07T04:19:02.599Z | Checking ring v0.17.14 |
| 1967 | 2026-04-07T04:19:02.635Z | Checking block-padding v0.3.3 |
| 1968 | 2026-04-07T04:19:02.668Z | Checking aho-corasick v1.1.4 |
| 1969 | 2026-04-07T04:19:02.704Z | Checking anstyle-query v1.1.5 |
| 1970 | 2026-04-07T04:19:02.738Z | Checking quote v1.0.44 |
| 1971 | 2026-04-07T04:19:02.796Z | Checking is_terminal_polyfill v1.70.2 |
| 1972 | 2026-04-07T04:19:02.831Z | Checking colorchoice v1.0.4 |
| 1973 | 2026-04-07T04:19:02.913Z | Checking inout v0.1.4 |
| 1974 | 2026-04-07T04:19:02.949Z | Checking syn v2.0.117 |
| 1975 | 2026-04-07T04:19:02.982Z | Checking anstream v0.6.21 |
| 1976 | 2026-04-07T04:19:03.031Z | Checking terminal_size v0.4.3 |
| 1977 | 2026-04-07T04:19:03.079Z | Checking cipher v0.4.4 |
| 1978 | 2026-04-07T04:19:03.173Z | Checking rustls-pki-types v1.14.0 |
| 1979 | 2026-04-07T04:19:03.208Z | Checking crossbeam-utils v0.8.21 |
| 1980 | 2026-04-07T04:19:03.316Z | Checking httparse v1.10.1 |
| 1981 | 2026-04-07T04:19:03.364Z | Checking regex-automata v0.4.14 |
| 1982 | 2026-04-07T04:19:03.491Z | Checking clap_lex v1.0.0 |
| 1983 | 2026-04-07T04:19:03.528Z | Checking strsim v0.11.1 |
| 1984 | 2026-04-07T04:19:03.531Z | Checking tokio-util v0.7.18 |
| 1985 | 2026-04-07T04:19:03.598Z | Checking pem-rfc7468 v0.7.0 |
| 1986 | 2026-04-07T04:19:03.601Z | Checking sha2 v0.10.9 |
| 1987 | 2026-04-07T04:19:03.666Z | Checking http-body v1.0.1 |
| 1988 | 2026-04-07T04:19:03.669Z | Checking rand_core v0.9.5 |
| 1989 | 2026-04-07T04:19:03.732Z | Checking clap_builder v4.5.60 |
| 1990 | 2026-04-07T04:19:03.780Z | Checking hmac v0.12.1 |
| 1991 | 2026-04-07T04:19:03.824Z | Checking atomic-waker v1.1.2 |
| 1992 | 2026-04-07T04:19:03.897Z | Checking flagset v0.4.7 |
| 1993 | 2026-04-07T04:19:03.933Z | Checking httpdate v1.0.3 |
| 1994 | 2026-04-07T04:19:03.968Z | Checking try-lock v0.2.5 |
| 1995 | 2026-04-07T04:19:03.971Z | Checking tower-service v0.3.3 |
| 1996 | 2026-04-07T04:19:04.048Z | Checking der v0.7.10 |
| 1997 | 2026-04-07T04:19:04.092Z | Checking want v0.3.1 |
| 1998 | 2026-04-07T04:19:04.128Z | Checking ryu v1.0.23 |
| 1999 | 2026-04-07T04:19:04.131Z | Checking tower-layer v0.3.3 |
| 2000 | 2026-04-07T04:19:04.193Z | Checking h2 v0.4.13 |
| 2001 | 2026-04-07T04:19:04.240Z | Checking pin-utils v0.1.0 |
| 2002 | 2026-04-07T04:19:04.290Z | Checking rand_chacha v0.9.0 |
| 2003 | 2026-04-07T04:19:04.333Z | Checking erased-serde v0.3.31 |
| 2004 | 2026-04-07T04:19:04.368Z | Checking powerfmt v0.2.0 |
| 2005 | 2026-04-07T04:19:04.522Z | Checking rand v0.9.2 |
| 2006 | 2026-04-07T04:19:04.557Z | Checking deranged v0.5.8 |
| 2007 | 2026-04-07T04:19:04.745Z | Checking slog v2.8.2 |
| 2008 | 2026-04-07T04:19:04.800Z | Checking spin v0.9.8 |
| 2009 | 2026-04-07T04:19:04.974Z | Checking clap v4.5.60 |
| 2010 | 2026-04-07T04:19:05.013Z | Checking anyhow v1.0.102 |
| 2011 | 2026-04-07T04:19:05.016Z | Checking num-conv v0.2.0 |
| 2012 | 2026-04-07T04:19:05.083Z | Checking num_threads v0.1.7 |
| 2013 | 2026-04-07T04:19:05.086Z | Checking time-core v0.1.8 |
| 2014 | 2026-04-07T04:19:05.156Z | Checking http-body-util v0.1.3 |
| 2015 | 2026-04-07T04:19:05.193Z | Checking aws-lc-sys v0.37.1 |
| 2016 | 2026-04-07T04:19:05.196Z | Checking fastrand v2.3.0 |
| 2017 | 2026-04-07T04:19:05.260Z | Checking untrusted v0.7.1 |
| 2018 | 2026-04-07T04:19:05.298Z | Checking spki v0.7.3 |
| 2019 | 2026-04-07T04:19:05.330Z | Checking pbkdf2 v0.12.2 |
| 2020 | 2026-04-07T04:19:05.396Z | Checking aes v0.8.4 |
| 2021 | 2026-04-07T04:19:05.433Z | Checking openssl-probe v0.2.1 |
| 2022 | 2026-04-07T04:19:05.436Z | Checking regex v1.12.3 |
| 2023 | 2026-04-07T04:19:05.498Z | Checking serde_urlencoded v0.7.1 |
| 2024 | 2026-04-07T04:19:05.501Z | Checking cbc v0.1.2 |
| 2025 | 2026-04-07T04:19:05.564Z | Checking time v0.3.47 |
| 2026 | 2026-04-07T04:19:05.567Z | Checking salsa20 v0.10.2 |
| 2027 | 2026-04-07T04:19:05.682Z | Checking rand_chacha v0.3.1 |
| 2028 | 2026-04-07T04:19:05.722Z | Checking hex v0.4.3 |
| 2029 | 2026-04-07T04:19:05.725Z | Checking aws-lc-rs v1.16.0 |
| 2030 | 2026-04-07T04:19:05.725Z | Checking pretty-hex v0.4.1 |
| 2031 | 2026-04-07T04:19:05.822Z | Checking scrypt v0.11.0 |
| 2032 | 2026-04-07T04:19:05.825Z | Checking tempfile v3.25.0 |
| 2033 | 2026-04-07T04:19:05.913Z | Checking rand v0.8.5 |
| 2034 | 2026-04-07T04:19:05.948Z | Checking ipnetwork v0.21.1 |
| 2035 | 2026-04-07T04:19:05.983Z | Checking plain v0.2.3 |
| 2036 | 2026-04-07T04:19:06.018Z | Checking pkcs5 v0.7.1 |
| 2037 | 2026-04-07T04:19:06.073Z | Checking ucd-trie v0.1.7 |
| 2038 | 2026-04-07T04:19:06.111Z | Checking rustls-native-certs v0.8.3 |
| 2039 | 2026-04-07T04:19:06.186Z | Checking sync_wrapper v1.0.2 |
| 2040 | 2026-04-07T04:19:06.241Z | Checking pest v2.8.6 |
| 2041 | 2026-04-07T04:19:06.267Z | Checking camino v1.2.2 |
| 2042 | 2026-04-07T04:19:06.360Z | Checking tower v0.5.3 |
| 2043 | 2026-04-07T04:19:06.363Z | Checking pkcs8 v0.10.2 |
| 2044 | 2026-04-07T04:19:06.464Z | Checking webpki-roots v1.0.6 |
| 2045 | 2026-04-07T04:19:06.602Z | Checking iri-string v0.7.10 |
| 2046 | 2026-04-07T04:19:06.605Z | Checking either v1.15.0 |
| 2047 | 2026-04-07T04:19:06.669Z | Checking openapiv3 v2.2.0 |
| 2048 | 2026-04-07T04:19:06.672Z | Checking rustls-webpki v0.103.9 |
| 2049 | 2026-04-07T04:19:06.743Z | Checking mime v0.3.17 |
| 2050 | 2026-04-07T04:19:06.790Z | Checking winnow v0.7.14 |
| 2051 | 2026-04-07T04:19:06.826Z | Checking static_assertions v1.1.0 |
| 2052 | 2026-04-07T04:19:06.876Z | Checking hyper v1.8.1 |
| 2053 | 2026-04-07T04:19:06.923Z | Checking oxnet v0.1.4 |
| 2054 | 2026-04-07T04:19:06.958Z | Checking lazy_static v1.5.0 |
| 2055 | 2026-04-07T04:19:07.073Z | Checking signature v2.2.0 |
| 2056 | 2026-04-07T04:19:07.149Z | Checking rustls v0.23.37 |
| 2057 | 2026-04-07T04:19:07.187Z | Checking simd-adler32 v0.3.8 |
| 2058 | 2026-04-07T04:19:07.229Z | Checking hubpack v0.1.2 |
| 2059 | 2026-04-07T04:19:07.391Z | Checking adler2 v2.0.1 |
| 2060 | 2026-04-07T04:19:07.428Z | Checking strum v0.26.3 |
| 2061 | 2026-04-07T04:19:07.432Z | Checking encoding_rs v0.8.35 |
| 2062 | 2026-04-07T04:19:07.529Z | Checking miniz_oxide v0.8.9 |
| 2063 | 2026-04-07T04:19:07.570Z | Checking foreign-types-shared v0.1.1 |
| 2064 | 2026-04-07T04:19:07.685Z | Checking foreign-types v0.3.2 |
| 2065 | 2026-04-07T04:19:07.721Z | Checking tower-http v0.6.8 |
| 2066 | 2026-04-07T04:19:07.784Z | Checking openssl-sys v0.9.111 |
| 2067 | 2026-04-07T04:19:07.841Z | Checking hyper-util v0.1.20 |
| 2068 | 2026-04-07T04:19:07.916Z | Checking tinyvec_macros v0.1.1 |
| 2069 | 2026-04-07T04:19:08.013Z | Checking tinyvec v1.10.0 |
| 2070 | 2026-04-07T04:19:08.016Z | Checking sha1 v0.10.6 |
| 2071 | 2026-04-07T04:19:08.082Z | Checking toml_datetime v0.6.11 |
| 2072 | 2026-04-07T04:19:08.085Z | Checking serde_spanned v0.6.9 |
| 2073 | 2026-04-07T04:19:08.236Z | Checking num-integer v0.1.46 |
| 2074 | 2026-04-07T04:19:08.272Z | Checking scroll v0.13.0 |
| 2075 | 2026-04-07T04:19:08.307Z | Checking data-encoding v2.10.0 |
| 2076 | 2026-04-07T04:19:08.310Z | Checking openssl v0.10.75 |
| 2077 | 2026-04-07T04:19:08.376Z | Checking memmap2 v0.9.10 |
| 2078 | 2026-04-07T04:19:08.435Z | Checking base16ct v0.2.0 |
| 2079 | 2026-04-07T04:19:08.485Z | Checking bit-vec v0.8.0 |
| 2080 | 2026-04-07T04:19:08.525Z | Checking goblin v0.10.5 |
| 2081 | 2026-04-07T04:19:08.568Z | Checking dtrace-parser v0.3.0 |
| 2082 | 2026-04-07T04:19:08.605Z | Checking sec1 v0.7.3 |
| 2083 | 2026-04-07T04:19:08.637Z | Checking crc32fast v1.5.0 |
| 2084 | 2026-04-07T04:19:08.702Z | Checking bit-set v0.8.0 |
| 2085 | 2026-04-07T04:19:08.802Z | Checking ff v0.13.1 |
| 2086 | 2026-04-07T04:19:08.838Z | Checking thread-id v5.1.0 |
| 2087 | 2026-04-07T04:19:08.841Z | Checking wait-timeout v0.2.1 |
| 2088 | 2026-04-07T04:19:08.905Z | Checking num-iter v0.1.45 |
| 2089 | 2026-04-07T04:19:08.946Z | Checking bstr v1.12.1 |
| 2090 | 2026-04-07T04:19:08.982Z | Checking group v0.13.0 |
| 2091 | 2026-04-07T04:19:09.019Z | Checking hkdf v0.12.4 |
| 2092 | 2026-04-07T04:19:09.053Z | Checking crossbeam-epoch v0.9.18 |
| 2093 | 2026-04-07T04:19:09.132Z | Checking ahash v0.8.12 |
| 2094 | 2026-04-07T04:19:09.168Z | Checking crypto-bigint v0.5.5 |
| 2095 | 2026-04-07T04:19:09.201Z | Checking quick-error v1.2.3 |
| 2096 | 2026-04-07T04:19:09.301Z | Checking psl-types v2.0.11 |
| 2097 | 2026-04-07T04:19:09.337Z | Checking rusty-fork v0.3.1 |
| 2098 | 2026-04-07T04:19:09.372Z | Checking cookie v0.18.1 |
| 2099 | 2026-04-07T04:19:09.375Z | Checking rand_xorshift v0.4.0 |
| 2100 | 2026-04-07T04:19:09.444Z | Checking publicsuffix v2.3.0 |
| 2101 | 2026-04-07T04:19:09.531Z | Checking scroll v0.12.0 |
| 2102 | 2026-04-07T04:19:09.568Z | Checking unarray v0.1.4 |
| 2103 | 2026-04-07T04:19:09.571Z | Checking tokio-rustls v0.26.4 |
| 2104 | 2026-04-07T04:19:09.636Z | Checking rustls-platform-verifier v0.6.2 |
| 2105 | 2026-04-07T04:19:09.639Z | Checking cookie_store v0.22.1 |
| 2106 | 2026-04-07T04:19:09.703Z | Checking proptest v1.10.0 |
| 2107 | 2026-04-07T04:19:09.781Z | Checking goblin v0.8.2 |
| 2108 | 2026-04-07T04:19:09.818Z | Checking num-bigint-dig v0.8.6 |
| 2109 | 2026-04-07T04:19:09.853Z | Checking hyper-rustls v0.27.7 |
| 2110 | 2026-04-07T04:19:10.020Z | Checking pkcs1 v0.7.5 |
| 2111 | 2026-04-07T04:19:10.078Z | Checking elliptic-curve v0.13.8 |
| 2112 | 2026-04-07T04:19:10.114Z | Checking x509-cert v0.2.5 |
| 2113 | 2026-04-07T04:19:10.259Z | Checking zerocopy v0.7.35 |
| 2114 | 2026-04-07T04:19:10.358Z | Checking native-tls v0.2.18 |
| 2115 | 2026-04-07T04:19:10.413Z | Checking zlib-rs v0.6.2 |
| 2116 | 2026-04-07T04:19:10.567Z | Checking tokio-native-tls v0.3.1 |
| 2117 | 2026-04-07T04:19:10.647Z | Checking unicode-segmentation v1.12.0 |
| 2118 | 2026-04-07T04:19:10.754Z | Checking hyper-tls v0.6.0 |
| 2119 | 2026-04-07T04:19:10.791Z | Checking rsa v0.9.10 |
| 2120 | 2026-04-07T04:19:10.794Z | Checking reqwest v0.13.2 |
| 2121 | 2026-04-07T04:19:10.857Z | Checking dof v0.4.0 |
| 2122 | 2026-04-07T04:19:10.952Z | Checking reqwest v0.12.28 |
| 2123 | 2026-04-07T04:19:10.988Z | Checking dtrace-parser v0.2.0 |
| 2124 | 2026-04-07T04:19:11.247Z | Checking rfc6979 v0.4.0 |
| 2125 | 2026-04-07T04:19:11.288Z | Checking thread-id v4.2.2 |
| 2126 | 2026-04-07T04:19:11.328Z | Checking flate2 v1.1.9 |
| 2127 | 2026-04-07T04:19:11.392Z | Checking toml_write v0.1.2 |
| 2128 | 2026-04-07T04:19:11.429Z | Checking ecdsa v0.16.9 |
| 2129 | 2026-04-07T04:19:11.512Z | Checking newtype-uuid v1.3.2 |
| 2130 | 2026-04-07T04:19:11.549Z | Checking usdt-impl v0.6.0 |
| 2131 | 2026-04-07T04:19:11.587Z | Checking toml_edit v0.22.27 |
| 2132 | 2026-04-07T04:19:11.650Z | Checking curve25519-dalek v4.1.3 |
| 2133 | 2026-04-07T04:19:11.687Z | Checking memoffset v0.9.1 |
| 2134 | 2026-04-07T04:19:11.690Z | Checking dof v0.3.0 |
| 2135 | 2026-04-07T04:19:11.756Z | Checking rustix v0.38.44 |
| 2136 | 2026-04-07T04:19:11.793Z | Checking env_filter v1.0.0 |
| 2137 | 2026-04-07T04:19:11.797Z | Checking keccak v0.1.6 |
| 2138 | 2026-04-07T04:19:11.862Z | Checking usdt v0.6.0 |
| 2139 | 2026-04-07T04:19:11.865Z | Checking daft v0.1.5 |
| 2140 | 2026-04-07T04:19:11.982Z | Checking sha3 v0.10.8 |
| 2141 | 2026-04-07T04:19:12.018Z | Checking env_logger v0.11.9 |
| 2142 | 2026-04-07T04:19:12.053Z | Checking usdt-impl v0.5.0 |
| 2143 | 2026-04-07T04:19:12.055Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2144 | 2026-04-07T04:19:12.154Z | Checking ed25519 v2.2.3 |
| 2145 | 2026-04-07T04:19:12.210Z | Checking itertools v0.13.0 |
| 2146 | 2026-04-07T04:19:12.248Z | Checking serde_with v3.17.0 |
| 2147 | 2026-04-07T04:19:12.361Z | Checking bitflags v1.3.2 |
| 2148 | 2026-04-07T04:19:12.396Z | Checking siphasher v1.0.2 |
| 2149 | 2026-04-07T04:19:12.438Z | Checking unicode-normalization v0.1.25 |
| 2150 | 2026-04-07T04:19:12.475Z | Checking ed25519-dalek v2.2.0 |
| 2151 | 2026-04-07T04:19:12.475Z | Checking signal-hook v0.3.18 |
| 2152 | 2026-04-07T04:19:12.575Z | Checking managed v0.8.0 |
| 2153 | 2026-04-07T04:19:12.613Z | Checking winnow v0.5.40 |
| 2154 | 2026-04-07T04:19:12.691Z | Checking nix v0.31.1 |
| 2155 | 2026-04-07T04:19:12.727Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2156 | 2026-04-07T04:19:12.770Z | Checking object v0.37.3 |
| 2157 | 2026-04-07T04:19:12.806Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2158 | 2026-04-07T04:19:12.841Z | Checking foldhash v0.1.5 |
| 2159 | 2026-04-07T04:19:12.875Z | Checking bzip2 v0.4.4 |
| 2160 | 2026-04-07T04:19:12.999Z | Checking hashbrown v0.15.5 |
| 2161 | 2026-04-07T04:19:13.035Z | Checking signal-hook-mio v0.2.5 |
| 2162 | 2026-04-07T04:19:13.069Z | Checking ref-cast v1.0.25 |
| 2163 | 2026-04-07T04:19:13.163Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2164 | 2026-04-07T04:19:13.199Z | Checking zip v0.6.6 |
| 2165 | 2026-04-07T04:19:13.272Z | Checking bumpalo v3.20.2 |
| 2166 | 2026-04-07T04:19:13.308Z | Checking zstd-safe v7.2.4 |
| 2167 | 2026-04-07T04:19:13.480Z | Checking libbz2-rs-sys v0.2.2 |
| 2168 | 2026-04-07T04:19:13.517Z | Checking zopfli v0.8.3 |
| 2169 | 2026-04-07T04:19:13.520Z | Checking zstd v0.13.3 |
| 2170 | 2026-04-07T04:19:13.582Z | Checking crossterm v0.28.1 |
| 2171 | 2026-04-07T04:19:13.707Z | Checking similar v2.7.0 |
| 2172 | 2026-04-07T04:19:13.745Z | Checking tokio-stream v0.1.18 |
| 2173 | 2026-04-07T04:19:13.748Z | Checking fs-err v3.3.0 |
| 2174 | 2026-04-07T04:19:13.813Z | Checking toml_edit v0.19.15 |
| 2175 | 2026-04-07T04:19:13.896Z | Checking bzip2 v0.6.1 |
| 2176 | 2026-04-07T04:19:13.899Z | Checking hash32 v0.2.1 |
| 2177 | 2026-04-07T04:19:14.086Z | Checking serde-big-array v0.5.1 |
| 2178 | 2026-04-07T04:19:14.122Z | Checking unicode-properties v0.1.4 |
| 2179 | 2026-04-07T04:19:14.125Z | Checking predicates-core v1.0.10 |
| 2180 | 2026-04-07T04:19:14.125Z | Checking unicode-bidi v0.3.18 |
| 2181 | 2026-04-07T04:19:14.219Z | Checking jiff v0.2.21 |
| 2182 | 2026-04-07T04:19:14.254Z | Checking heapless v0.7.17 |
| 2183 | 2026-04-07T04:19:14.304Z | Checking hickory-proto v0.25.2 |
| 2184 | 2026-04-07T04:19:14.340Z | Checking md-5 v0.10.6 |
| 2185 | 2026-04-07T04:19:14.343Z | Checking float-cmp v0.10.0 |
| 2186 | 2026-04-07T04:19:14.501Z | Checking stringprep v0.1.5 |
| 2187 | 2026-04-07T04:19:14.504Z | Checking rustc-hash v2.1.1 |
| 2188 | 2026-04-07T04:19:14.569Z | Checking normalize-line-endings v0.3.0 |
| 2189 | 2026-04-07T04:19:14.675Z | Checking difflib v0.4.0 |
| 2190 | 2026-04-07T04:19:14.714Z | Checking fallible-iterator v0.2.0 |
| 2191 | 2026-04-07T04:19:14.717Z | Checking smoltcp v0.9.1 |
| 2192 | 2026-04-07T04:19:14.717Z | Checking iddqd v0.3.17 |
| 2193 | 2026-04-07T04:19:14.851Z | Checking toml v0.7.8 |
| 2194 | 2026-04-07T04:19:14.887Z | Checking predicates v3.1.4 |
| 2195 | 2026-04-07T04:19:15.018Z | Checking postgres-protocol v0.6.10 |
| 2196 | 2026-04-07T04:19:15.081Z | Checking phf_shared v0.13.1 |
| 2197 | 2026-04-07T04:19:15.187Z | Checking phf_shared v0.11.3 |
| 2198 | 2026-04-07T04:19:15.224Z | Checking buf-list v1.1.2 |
| 2199 | 2026-04-07T04:19:15.302Z | Checking strum v0.27.2 |
| 2200 | 2026-04-07T04:19:15.360Z | Checking fixedbitset v0.4.2 |
| 2201 | 2026-04-07T04:19:15.363Z | Checking lalrpop-util v0.19.12 |
| 2202 | 2026-04-07T04:19:15.430Z | Checking precomputed-hash v0.1.1 |
| 2203 | 2026-04-07T04:19:15.433Z | Checking new_debug_unreachable v1.0.6 |
| 2204 | 2026-04-07T04:19:15.496Z | Checking fixedbitset v0.5.7 |
| 2205 | 2026-04-07T04:19:15.535Z | Checking petgraph v0.6.5 |
| 2206 | 2026-04-07T04:19:15.571Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2207 | 2026-04-07T04:19:15.574Z | Checking string_cache v0.8.9 |
| 2208 | 2026-04-07T04:19:15.639Z | Checking postgres-types v0.2.12 |
| 2209 | 2026-04-07T04:19:15.642Z | Checking phf v0.13.1 |
| 2210 | 2026-04-07T04:19:15.710Z | Checking petgraph v0.8.3 |
| 2211 | 2026-04-07T04:19:15.797Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2212 | 2026-04-07T04:19:15.851Z | Checking whoami v2.1.0 |
| 2213 | 2026-04-07T04:19:15.979Z | Checking peg-runtime v0.8.5 |
| 2214 | 2026-04-07T04:19:16.076Z | Checking tokio-postgres v0.7.16 |
| 2215 | 2026-04-07T04:19:16.150Z | Checking futures-executor v0.3.32 |
| 2216 | 2026-04-07T04:19:16.223Z | Checking is-terminal v0.4.17 |
| 2217 | 2026-04-07T04:19:16.325Z | Checking futures v0.3.32 |
| 2218 | 2026-04-07T04:19:16.360Z | Checking crossbeam-channel v0.5.15 |
| 2219 | 2026-04-07T04:19:16.432Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-04-07T04:19:16.471Z | Checking zip v4.6.1 |
| 2221 | 2026-04-07T04:19:16.711Z | Checking thread_local v1.1.9 |
| 2222 | 2026-04-07T04:19:16.815Z | Checking term v1.2.1 |
| 2223 | 2026-04-07T04:19:16.912Z | Checking take_mut v0.2.2 |
| 2224 | 2026-04-07T04:19:17.049Z | Checking slog-async v2.8.0 |
| 2225 | 2026-04-07T04:19:17.083Z | Checking slog-term v2.9.2 |
| 2226 | 2026-04-07T04:19:17.086Z | Compiling newtype-uuid-macros v0.1.0 |
| 2227 | 2026-04-07T04:19:17.151Z | Compiling rustls v0.22.4 |
| 2228 | 2026-04-07T04:19:17.246Z | Checking regress v0.10.5 |
| 2229 | 2026-04-07T04:19:17.310Z | Compiling multer v3.1.0 |
| 2230 | 2026-04-07T04:19:17.350Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-04-07T04:19:17.386Z | Compiling dropshot v0.16.7 |
| 2232 | 2026-04-07T04:19:17.461Z | Compiling dropshot_endpoint v0.16.7 |
| 2233 | 2026-04-07T04:19:17.559Z | Compiling structmeta v0.3.0 |
| 2234 | 2026-04-07T04:19:17.603Z | Checking match_cfg v0.1.0 |
| 2235 | 2026-04-07T04:19:17.700Z | Checking hostname v0.3.1 |
| 2236 | 2026-04-07T04:19:17.734Z | Checking slog-json v2.6.1 |
| 2237 | 2026-04-07T04:19:17.802Z | Compiling derive-ex v0.1.8 |
| 2238 | 2026-04-07T04:19:17.837Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2239 | 2026-04-07T04:19:17.917Z | Checking slog-bunyan v2.5.0 |
| 2240 | 2026-04-07T04:19:17.953Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2241 | 2026-04-07T04:19:17.990Z | Checking debug-ignore v1.0.5 |
| 2242 | 2026-04-07T04:19:18.030Z | Checking progenitor-client v0.13.0 |
| 2243 | 2026-04-07T04:19:18.068Z | Checking serde_spanned v1.0.4 |
| 2244 | 2026-04-07T04:19:18.118Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2245 | 2026-04-07T04:19:18.225Z | Checking rustls-webpki v0.102.8 |
| 2246 | 2026-04-07T04:19:18.260Z | Checking serde_path_to_error v0.1.20 |
| 2247 | 2026-04-07T04:19:18.296Z | Checking async-stream v0.3.6 |
| 2248 | 2026-04-07T04:19:18.330Z | Checking toml v0.9.12+spec-1.1.0 |
| 2249 | 2026-04-07T04:19:18.453Z | Checking waitgroup v0.1.2 |
| 2250 | 2026-04-07T04:19:18.555Z | Checking rustls-pemfile v2.2.0 |
| 2251 | 2026-04-07T04:19:18.591Z | Checking hostname v0.4.2 |
| 2252 | 2026-04-07T04:19:18.623Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2253 | 2026-04-07T04:19:18.702Z | Compiling parse-display-derive v0.10.0 |
| 2254 | 2026-04-07T04:19:18.738Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2255 | 2026-04-07T04:19:18.741Z | Checking itertools v0.14.0 |
| 2256 | 2026-04-07T04:19:18.804Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2257 | 2026-04-07T04:19:18.911Z | Checking macaddr v1.0.1 |
| 2258 | 2026-04-07T04:19:18.947Z | Checking instant v0.1.13 |
| 2259 | 2026-04-07T04:19:19.062Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2260 | 2026-04-07T04:19:19.117Z | Checking progenitor-client v0.10.0 |
| 2261 | 2026-04-07T04:19:19.235Z | Checking backoff v0.4.0 |
| 2262 | 2026-04-07T04:19:19.270Z | Checking backon v1.6.0 |
| 2263 | 2026-04-07T04:19:19.318Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2264 | 2026-04-07T04:19:19.439Z | Checking unicode-width v0.2.0 |
| 2265 | 2026-04-07T04:19:19.473Z | Checking progenitor-extras v0.1.1 |
| 2266 | 2026-04-07T04:19:19.506Z | Compiling test-strategy v0.4.5 |
| 2267 | 2026-04-07T04:19:19.714Z | Checking heck v0.5.0 |
| 2268 | 2026-04-07T04:19:19.750Z | Checking toml v0.8.23 |
| 2269 | 2026-04-07T04:19:19.826Z | Compiling convert_case v0.4.0 |
| 2270 | 2026-04-07T04:19:19.861Z | Checking half v2.7.1 |
| 2271 | 2026-04-07T04:19:19.896Z | Checking ciborium-io v0.2.2 |
| 2272 | 2026-04-07T04:19:20.015Z | Checking secrecy v0.10.3 |
| 2273 | 2026-04-07T04:19:20.102Z | Compiling unsafe-libyaml v0.2.11 |
| 2274 | 2026-04-07T04:19:20.144Z | Checking tokio-rustls v0.25.0 |
| 2275 | 2026-04-07T04:19:20.179Z | Checking indent_write v2.2.0 |
| 2276 | 2026-04-07T04:19:20.182Z | Checking ciborium-ll v0.2.2 |
| 2277 | 2026-04-07T04:19:20.245Z | Compiling derive_more v0.99.20 |
| 2278 | 2026-04-07T04:19:20.338Z | Checking camino-tempfile v1.4.1 |
| 2279 | 2026-04-07T04:19:20.411Z | Checking parse-display v0.10.0 |
| 2280 | 2026-04-07T04:19:20.414Z | Checking ciborium v0.2.2 |
| 2281 | 2026-04-07T04:19:20.523Z | Checking universal-hash v0.5.1 |
| 2282 | 2026-04-07T04:19:20.586Z | Checking opaque-debug v0.3.1 |
| 2283 | 2026-04-07T04:19:20.676Z | Compiling serde_yaml v0.9.34+deprecated |
| 2284 | 2026-04-07T04:19:20.711Z | Compiling crucible-workspace-hack v0.1.0 |
| 2285 | 2026-04-07T04:19:20.883Z | Compiling typify-impl v0.6.1 |
| 2286 | 2026-04-07T04:19:20.918Z | Checking aead v0.5.2 |
| 2287 | 2026-04-07T04:19:21.029Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2288 | 2026-04-07T04:19:21.090Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2289 | 2026-04-07T04:19:21.125Z | Checking poly1305 v0.8.0 |
| 2290 | 2026-04-07T04:19:21.452Z | Checking chacha20 v0.9.1 |
| 2291 | 2026-04-07T04:19:21.455Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2292 | 2026-04-07T04:19:21.680Z | Checking swrite v0.1.0 |
| 2293 | 2026-04-07T04:19:21.803Z | Checking password-hash v0.5.0 |
| 2294 | 2026-04-07T04:19:22.075Z | Checking blake2 v0.10.6 |
| 2295 | 2026-04-07T04:19:22.154Z | Checking chacha20poly1305 v0.10.1 |
| 2296 | 2026-04-07T04:19:22.293Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2297 | 2026-04-07T04:19:22.361Z | Checking argon2 v0.5.3 |
| 2298 | 2026-04-07T04:19:22.396Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2299 | 2026-04-07T04:19:22.562Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2300 | 2026-04-07T04:19:22.680Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-04-07T04:19:22.714Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2302 | 2026-04-07T04:19:22.747Z | Checking thiserror-no-std v2.0.2 |
| 2303 | 2026-04-07T04:19:22.857Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2304 | 2026-04-07T04:19:22.894Z | Checking vsss-rs v3.3.4 |
| 2305 | 2026-04-07T04:19:22.894Z | Checking crossbeam-deque v0.8.6 |
| 2306 | 2026-04-07T04:19:22.960Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2307 | 2026-04-07T04:19:22.993Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2308 | 2026-04-07T04:19:23.104Z | Compiling rayon-core v1.13.0 |
| 2309 | 2026-04-07T04:19:23.141Z | Compiling proc-macro-error v1.0.4 |
| 2310 | 2026-04-07T04:19:23.481Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2311 | 2026-04-07T04:19:23.708Z | Checking unicode-width v0.1.14 |
| 2312 | 2026-04-07T04:19:23.745Z | Checking rayon v1.11.0 |
| 2313 | 2026-04-07T04:19:23.994Z | Checking glob v0.3.3 |
| 2314 | 2026-04-07T04:19:24.028Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2315 | 2026-04-07T04:19:24.060Z | Compiling proc-macro-crate v3.4.0 |
| 2316 | 2026-04-07T04:19:24.204Z | Checking tabwriter v1.4.1 |
| 2317 | 2026-04-07T04:19:24.384Z | Compiling heapless v0.8.0 |
| 2318 | 2026-04-07T04:19:24.460Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2319 | 2026-04-07T04:19:24.577Z | Compiling ingot-macros v0.1.1 |
| 2320 | 2026-04-07T04:19:24.613Z | Checking hash32 v0.3.1 |
| 2321 | 2026-04-07T04:19:24.644Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2322 | 2026-04-07T04:19:24.766Z | Compiling smoltcp v0.11.0 |
| 2323 | 2026-04-07T04:19:24.956Z | Checking cobs v0.3.0 |
| 2324 | 2026-04-07T04:19:25.128Z | Compiling usdt-macro v0.5.0 |
| 2325 | 2026-04-07T04:19:25.207Z | Compiling usdt-attr-macro v0.5.0 |
| 2326 | 2026-04-07T04:19:25.210Z | Checking memmap v0.7.0 |
| 2327 | 2026-04-07T04:19:25.276Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2328 | 2026-04-07T04:19:25.319Z | Checking colored v3.1.1 |
| 2329 | 2026-04-07T04:19:25.477Z | Compiling typify-macro v0.6.1 |
| 2330 | 2026-04-07T04:19:25.545Z | Checking postcard v1.1.3 |
| 2331 | 2026-04-07T04:19:25.587Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-04-07T04:19:25.866Z | Compiling proc-macro-crate v1.3.1 |
| 2333 | 2026-04-07T04:19:25.902Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2334 | 2026-04-07T04:19:26.047Z | Checking usdt v0.5.0 |
| 2335 | 2026-04-07T04:19:26.145Z | Checking sigpipe v0.1.3 |
| 2336 | 2026-04-07T04:19:26.244Z | Compiling foreign-types-macros v0.2.3 |
| 2337 | 2026-04-07T04:19:26.278Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2338 | 2026-04-07T04:19:26.311Z | Checking foreign-types-shared v0.3.1 |
| 2339 | 2026-04-07T04:19:26.428Z | Checking cpufeatures v0.3.0 |
| 2340 | 2026-04-07T04:19:26.539Z | Checking chacha20 v0.10.0 |
| 2341 | 2026-04-07T04:19:26.576Z | Compiling num_enum_derive v0.5.11 |
| 2342 | 2026-04-07T04:19:26.662Z | Checking num_enum v0.7.5 |
| 2343 | 2026-04-07T04:19:26.784Z | Checking cstr-argument v0.1.2 |
| 2344 | 2026-04-07T04:19:26.817Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2345 | 2026-04-07T04:19:26.851Z | Checking foreign-types v0.5.0 |
| 2346 | 2026-04-07T04:19:26.882Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2347 | 2026-04-07T04:19:26.932Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2348 | 2026-04-07T04:19:26.966Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2349 | 2026-04-07T04:19:27.174Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2350 | 2026-04-07T04:19:27.318Z | Checking rand v0.10.0 |
| 2351 | 2026-04-07T04:19:27.322Z | Compiling typify v0.6.1 |
| 2352 | 2026-04-07T04:19:27.403Z | Checking progenitor-impl v0.13.0 |
| 2353 | 2026-04-07T04:19:27.588Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-04-07T04:19:27.591Z | Checking ingot-types v0.1.2 |
| 2355 | 2026-04-07T04:19:27.591Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2356 | 2026-04-07T04:19:27.591Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2357 | 2026-04-07T04:19:27.604Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2358 | 2026-04-07T04:19:27.680Z | Checking num_enum v0.5.11 |
| 2359 | 2026-04-07T04:19:27.825Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2360 | 2026-04-07T04:19:27.830Z | Compiling zone_cfg_derive v0.3.1 |
| 2361 | 2026-04-07T04:19:27.830Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2362 | 2026-04-07T04:19:27.854Z | Checking ingot v0.1.1 |
| 2363 | 2026-04-07T04:19:28.021Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2364 | 2026-04-07T04:19:28.075Z | Checking itertools v0.12.1 |
| 2365 | 2026-04-07T04:19:28.289Z | Compiling num-derive v0.4.2 |
| 2366 | 2026-04-07T04:19:28.338Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2367 | 2026-04-07T04:19:28.457Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2368 | 2026-04-07T04:19:28.771Z | Checking smf v0.2.3 |
| 2369 | 2026-04-07T04:19:28.775Z | Checking whoami v1.6.1 |
| 2370 | 2026-04-07T04:19:28.787Z | Checking tokio-dtrace v0.1.1 |
| 2371 | 2026-04-07T04:19:28.928Z | Compiling derive-where v1.6.0 |
| 2372 | 2026-04-07T04:19:28.933Z | Checking console v0.15.11 |
| 2373 | 2026-04-07T04:19:29.003Z | Checking oxide-tokio-rt v0.1.3 |
| 2374 | 2026-04-07T04:19:29.255Z | Checking zone v0.3.1 |
| 2375 | 2026-04-07T04:19:29.261Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2376 | 2026-04-07T04:19:29.261Z | Checking atomicwrites v0.4.4 |
| 2377 | 2026-04-07T04:19:29.261Z | Checking newline-converter v0.3.0 |
| 2378 | 2026-04-07T04:19:29.394Z | Checking bytecount v0.6.9 |
| 2379 | 2026-04-07T04:19:29.408Z | Checking expectorate v1.2.0 |
| 2380 | 2026-04-07T04:19:29.441Z | Compiling owo-colors v4.3.0 |
| 2381 | 2026-04-07T04:19:29.505Z | Compiling cancel-safe-futures v0.1.5 |
| 2382 | 2026-04-07T04:19:29.539Z | Checking libsw-core v0.3.2 |
| 2383 | 2026-04-07T04:19:29.542Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2384 | 2026-04-07T04:19:29.604Z | Compiling prettyplease v0.2.37 |
| 2385 | 2026-04-07T04:19:29.771Z | Checking libsw v3.5.0 |
| 2386 | 2026-04-07T04:19:29.911Z | Checking linear-map v1.2.0 |
| 2387 | 2026-04-07T04:19:29.976Z | Checking same-file v1.0.6 |
| 2388 | 2026-04-07T04:19:30.122Z | Checking walkdir v2.5.0 |
| 2389 | 2026-04-07T04:19:30.158Z | Checking num-rational v0.4.2 |
| 2390 | 2026-04-07T04:19:30.161Z | Checking num-complex v0.4.6 |
| 2391 | 2026-04-07T04:19:30.223Z | Compiling progenitor-macro v0.13.0 |
| 2392 | 2026-04-07T04:19:30.226Z | Checking float-ord v0.3.2 |
| 2393 | 2026-04-07T04:19:30.310Z | Checking gethostname v0.5.0 |
| 2394 | 2026-04-07T04:19:30.382Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2395 | 2026-04-07T04:19:30.424Z | Compiling async-recursion v1.1.1 |
| 2396 | 2026-04-07T04:19:30.484Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2397 | 2026-04-07T04:19:30.519Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2398 | 2026-04-07T04:19:30.522Z | Checking num v0.4.3 |
| 2399 | 2026-04-07T04:19:30.687Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2400 | 2026-04-07T04:19:31.161Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2401 | 2026-04-07T04:19:31.671Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2402 | 2026-04-07T04:19:32.181Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2403 | 2026-04-07T04:19:33.918Z | Checking smawk v0.3.2 |
| 2404 | 2026-04-07T04:19:33.976Z | Checking resolv-conf v0.7.6 |
| 2405 | 2026-04-07T04:19:34.079Z | Checking unicode-linebreak v0.1.5 |
| 2406 | 2026-04-07T04:19:34.191Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2407 | 2026-04-07T04:19:34.324Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2408 | 2026-04-07T04:19:34.537Z | Checking globset v0.4.18 |
| 2409 | 2026-04-07T04:19:34.845Z | Compiling convert_case v0.10.0 |
| 2410 | 2026-04-07T04:19:35.189Z | Compiling slog-dtrace v0.3.0 |
| 2411 | 2026-04-07T04:19:35.226Z | Compiling derive_more-impl v2.1.1 |
| 2412 | 2026-04-07T04:19:35.229Z | Checking progenitor v0.13.0 |
| 2413 | 2026-04-07T04:19:35.295Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2414 | 2026-04-07T04:19:35.473Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2415 | 2026-04-07T04:19:35.645Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2416 | 2026-04-07T04:19:35.797Z | Compiling pin-project-internal v1.1.11 |
| 2417 | 2026-04-07T04:19:35.854Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2418 | 2026-04-07T04:19:36.104Z | Checking derive_more v2.1.1 |
| 2419 | 2026-04-07T04:19:36.209Z | Checking crossterm v0.29.0 |
| 2420 | 2026-04-07T04:19:36.284Z | Checking pem v3.0.6 |
| 2421 | 2026-04-07T04:19:36.330Z | Checking fd-lock v4.0.4 |
| 2422 | 2026-04-07T04:19:36.478Z | Checking vte v0.14.1 |
| 2423 | 2026-04-07T04:19:36.482Z | Checking display-error-chain v0.2.2 |
| 2424 | 2026-04-07T04:19:36.663Z | Checking strip-ansi-escapes v0.2.1 |
| 2425 | 2026-04-07T04:19:36.698Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2426 | 2026-04-07T04:19:36.801Z | Compiling snafu-derive v0.8.9 |
| 2427 | 2026-04-07T04:19:36.805Z | Checking nu-ansi-term v0.50.3 |
| 2428 | 2026-04-07T04:19:36.870Z | Checking termtree v0.5.1 |
| 2429 | 2026-04-07T04:19:36.937Z | Checking pin-project v1.1.11 |
| 2430 | 2026-04-07T04:19:37.037Z | Checking linked-hash-map v0.5.6 |
| 2431 | 2026-04-07T04:19:37.073Z | Checking textwrap v0.16.2 |
| 2432 | 2026-04-07T04:19:37.076Z | Checking reedline v0.40.0 |
| 2433 | 2026-04-07T04:19:37.239Z | Checking lru-cache v0.1.2 |
| 2434 | 2026-04-07T04:19:37.364Z | Checking olpc-cjson v0.1.4 |
| 2435 | 2026-04-07T04:19:37.400Z | Checking hickory-proto v0.24.4 |
| 2436 | 2026-04-07T04:19:37.539Z | Checking serde_plain v1.0.2 |
| 2437 | 2026-04-07T04:19:37.724Z | Compiling minimal-lexical v0.2.1 |
| 2438 | 2026-04-07T04:19:38.026Z | Checking typed-path v0.9.3 |
| 2439 | 2026-04-07T04:19:38.206Z | Compiling nom v7.1.3 |
| 2440 | 2026-04-07T04:19:38.375Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2441 | 2026-04-07T04:19:38.509Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2442 | 2026-04-07T04:19:38.691Z | Compiling ar_archive_writer v0.5.1 |
| 2443 | 2026-04-07T04:19:38.809Z | Checking snafu v0.8.9 |
| 2444 | 2026-04-07T04:19:38.849Z | Checking humantime v2.3.0 |
| 2445 | 2026-04-07T04:19:38.958Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2446 | 2026-04-07T04:19:39.063Z | Checking csv-core v0.1.13 |
| 2447 | 2026-04-07T04:19:39.098Z | Checking tough v0.20.0 |
| 2448 | 2026-04-07T04:19:39.132Z | Compiling stacker v0.1.23 |
| 2449 | 2026-04-07T04:19:39.263Z | Checking hickory-resolver v0.24.4 |
| 2450 | 2026-04-07T04:19:39.298Z | Checking csv v1.4.0 |
| 2451 | 2026-04-07T04:19:39.425Z | Checking highway v1.3.0 |
| 2452 | 2026-04-07T04:19:39.455Z | Compiling cfg_aliases v0.1.1 |
| 2453 | 2026-04-07T04:19:39.560Z | Compiling nix v0.28.0 |
| 2454 | 2026-04-07T04:19:39.595Z | Compiling psm v0.1.30 |
| 2455 | 2026-04-07T04:19:39.668Z | Checking papergrid v0.11.0 |
| 2456 | 2026-04-07T04:19:39.703Z | Compiling tabled_derive v0.7.0 |
| 2457 | 2026-04-07T04:19:39.707Z | Checking nibble_vec v0.1.0 |
| 2458 | 2026-04-07T04:19:39.863Z | Checking endian-type v0.1.2 |
| 2459 | 2026-04-07T04:19:39.934Z | Checking home v0.5.12 |
| 2460 | 2026-04-07T04:19:40.018Z | Checking qorb v0.4.1 |
| 2461 | 2026-04-07T04:19:40.052Z | Checking radix_trie v0.2.1 |
| 2462 | 2026-04-07T04:19:40.129Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2463 | 2026-04-07T04:19:40.289Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2464 | 2026-04-07T04:19:40.324Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2465 | 2026-04-07T04:19:40.523Z | Checking phf_shared v0.12.1 |
| 2466 | 2026-04-07T04:19:40.642Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2467 | 2026-04-07T04:19:40.697Z | Compiling chrono-tz v0.10.4 |
| 2468 | 2026-04-07T04:19:40.732Z | Checking tabled v0.15.0 |
| 2469 | 2026-04-07T04:19:40.843Z | Compiling semver v0.1.20 |
| 2470 | 2026-04-07T04:19:40.955Z | Checking phf v0.12.1 |
| 2471 | 2026-04-07T04:19:41.076Z | Checking recursive v0.1.1 |
| 2472 | 2026-04-07T04:19:41.124Z | Compiling rustc_version v0.1.7 |
| 2473 | 2026-04-07T04:19:41.160Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2474 | 2026-04-07T04:19:41.160Z | Compiling const_format_proc_macros v0.2.34 |
| 2475 | 2026-04-07T04:19:41.256Z | Compiling peg-macros v0.8.5 |
| 2476 | 2026-04-07T04:19:41.259Z | Checking winnow v0.6.26 |
| 2477 | 2026-04-07T04:19:41.366Z | Compiling sqlparser_derive v0.5.0 |
| 2478 | 2026-04-07T04:19:41.961Z | Checking unicode_categories v0.1.1 |
| 2479 | 2026-04-07T04:19:42.062Z | Checking const_format v0.2.35 |
| 2480 | 2026-04-07T04:19:42.130Z | Checking rustyline v14.0.0 |
| 2481 | 2026-04-07T04:19:42.164Z | Checking sqlparser v0.61.0 |
| 2482 | 2026-04-07T04:19:42.397Z | Compiling newtype_derive v0.1.6 |
| 2483 | 2026-04-07T04:19:42.576Z | Checking sqlformat v0.3.5 |
| 2484 | 2026-04-07T04:19:42.686Z | Checking peg v0.8.5 |
| 2485 | 2026-04-07T04:19:42.792Z | Checking bcs v0.1.6 |
| 2486 | 2026-04-07T04:19:43.053Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2487 | 2026-04-07T04:19:43.086Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2488 | 2026-04-07T04:19:43.119Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2489 | 2026-04-07T04:19:43.277Z | Checking steno v0.4.1 |
| 2490 | 2026-04-07T04:19:43.389Z | Checking filetime v0.2.27 |
| 2491 | 2026-04-07T04:19:43.424Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2492 | 2026-04-07T04:19:43.562Z | Checking xattr v1.6.1 |
| 2493 | 2026-04-07T04:19:43.726Z | Checking tar v0.4.45 |
| 2494 | 2026-04-07T04:19:44.101Z | Checking subprocess v0.2.15 |
| 2495 | 2026-04-07T04:19:44.104Z | Checking base64 v0.21.7 |
| 2496 | 2026-04-07T04:19:44.169Z | Checking headers-core v0.3.0 |
| 2497 | 2026-04-07T04:19:44.304Z | Checking headers v0.4.1 |
| 2498 | 2026-04-07T04:19:44.375Z | Checking yasna v0.5.2 |
| 2499 | 2026-04-07T04:19:44.461Z | Checking dropshot-api-manager-types v0.6.0 |
| 2500 | 2026-04-07T04:19:44.657Z | Checking tagptr v0.2.0 |
| 2501 | 2026-04-07T04:19:44.786Z | Checking rcgen v0.12.1 |
| 2502 | 2026-04-07T04:19:44.820Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2503 | 2026-04-07T04:19:44.852Z | Checking moka v0.12.13 |
| 2504 | 2026-04-07T04:19:45.022Z | Checking utf-8 v0.7.6 |
| 2505 | 2026-04-07T04:19:45.137Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2506 | 2026-04-07T04:19:45.193Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2507 | 2026-04-07T04:19:45.316Z | Compiling radium v0.7.0 |
| 2508 | 2026-04-07T04:19:45.388Z | Compiling libefi-sys v0.1.0 |
| 2509 | 2026-04-07T04:19:45.528Z | Checking hickory-resolver v0.25.2 |
| 2510 | 2026-04-07T04:19:45.691Z | Compiling bitfield-struct v0.6.2 |
| 2511 | 2026-04-07T04:19:45.724Z | Compiling maybe-uninit v2.0.0 |
| 2512 | 2026-04-07T04:19:45.756Z | Checking tap v1.0.1 |
| 2513 | 2026-04-07T04:19:45.893Z | Checking wyz v0.5.1 |
| 2514 | 2026-04-07T04:19:45.934Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2515 | 2026-04-07T04:19:46.272Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2516 | 2026-04-07T04:19:46.311Z | Compiling zerocopy-derive v0.6.6 |
| 2517 | 2026-04-07T04:19:46.343Z | Checking funty v2.0.0 |
| 2518 | 2026-04-07T04:19:46.374Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2519 | 2026-04-07T04:19:46.650Z | Compiling packed_struct v0.10.1 |
| 2520 | 2026-04-07T04:19:46.699Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2521 | 2026-04-07T04:19:46.762Z | Checking crc-catalog v2.4.0 |
| 2522 | 2026-04-07T04:19:46.804Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2523 | 2026-04-07T04:19:46.888Z | Checking crc v3.4.0 |
| 2524 | 2026-04-07T04:19:46.979Z | Checking bitvec v1.0.1 |
| 2525 | 2026-04-07T04:19:47.060Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2526 | 2026-04-07T04:19:47.093Z | Checking tungstenite v0.21.0 |
| 2527 | 2026-04-07T04:19:47.158Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2528 | 2026-04-07T04:19:47.191Z | Checking zerocopy v0.6.6 |
| 2529 | 2026-04-07T04:19:47.194Z | Compiling packed_struct_codegen v0.10.1 |
| 2530 | 2026-04-07T04:19:47.254Z | Compiling bitfield-macros v0.19.4 |
| 2531 | 2026-04-07T04:19:47.539Z | Compiling indexmap v1.9.3 |
| 2532 | 2026-04-07T04:19:47.603Z | Checking nodrop v0.1.14 |
| 2533 | 2026-04-07T04:19:47.727Z | Checking array-init v0.0.4 |
| 2534 | 2026-04-07T04:19:47.811Z | Checking tokio-tungstenite v0.21.0 |
| 2535 | 2026-04-07T04:19:48.032Z | Checking bitfield v0.19.4 |
| 2536 | 2026-04-07T04:19:48.064Z | Checking smallvec v0.6.14 |
| 2537 | 2026-04-07T04:19:48.130Z | Checking hashbrown v0.12.3 |
| 2538 | 2026-04-07T04:19:48.300Z | Checking serde-hex v0.1.0 |
| 2539 | 2026-04-07T04:19:48.342Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2540 | 2026-04-07T04:19:48.376Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2541 | 2026-04-07T04:19:48.530Z | Checking ron v0.8.1 |
| 2542 | 2026-04-07T04:19:48.923Z | Checking hashbrown v0.13.2 |
| 2543 | 2026-04-07T04:19:49.066Z | Checking crc-any v2.5.0 |
| 2544 | 2026-04-07T04:19:49.103Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2545 | 2026-04-07T04:19:49.273Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2546 | 2026-04-07T04:19:49.334Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2547 | 2026-04-07T04:19:49.370Z | Checking object v0.30.4 |
| 2548 | 2026-04-07T04:19:49.402Z | Checking path-slash v0.1.5 |
| 2549 | 2026-04-07T04:19:49.465Z | Compiling xshell-macros v0.2.7 |
| 2550 | 2026-04-07T04:19:49.499Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2551 | 2026-04-07T04:19:49.533Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2552 | 2026-04-07T04:19:49.842Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2553 | 2026-04-07T04:19:49.875Z | Checking xshell v0.2.7 |
| 2554 | 2026-04-07T04:19:49.940Z | Checking half v1.8.3 |
| 2555 | 2026-04-07T04:19:50.095Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2556 | 2026-04-07T04:19:50.171Z | Checking serde_cbor v0.11.2 |
| 2557 | 2026-04-07T04:19:50.514Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2558 | 2026-04-07T04:19:50.746Z | Compiling num-derive v0.3.3 |
| 2559 | 2026-04-07T04:19:50.779Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2560 | 2026-04-07T04:19:50.873Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2561 | 2026-04-07T04:19:50.909Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2562 | 2026-04-07T04:19:51.093Z | Checking papergrid v0.17.0 |
| 2563 | 2026-04-07T04:19:51.195Z | Compiling proc-macro-error2 v2.0.1 |
| 2564 | 2026-04-07T04:19:51.506Z | Checking testing_table v0.3.0 |
| 2565 | 2026-04-07T04:19:51.539Z | Compiling tabled_derive v0.11.0 |
| 2566 | 2026-04-07T04:19:51.631Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2567 | 2026-04-07T04:19:51.664Z | Checking libscf-sys v1.1.0 |
| 2568 | 2026-04-07T04:19:51.825Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2569 | 2026-04-07T04:19:51.924Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2570 | 2026-04-07T04:19:52.063Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2571 | 2026-04-07T04:19:52.171Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2572 | 2026-04-07T04:19:52.328Z | Checking maplit v1.0.2 |
| 2573 | 2026-04-07T04:19:52.459Z | Checking fxhash v0.2.1 |
| 2574 | 2026-04-07T04:19:52.505Z | Checking crc8 v0.1.1 |
| 2575 | 2026-04-07T04:19:52.587Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2576 | 2026-04-07T04:19:52.620Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2577 | 2026-04-07T04:19:52.652Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2578 | 2026-04-07T04:19:52.799Z | Checking tabled v0.20.0 |
| 2579 | 2026-04-07T04:19:52.939Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2580 | 2026-04-07T04:19:53.254Z | Checking unicase v2.9.0 |
| 2581 | 2026-04-07T04:19:53.422Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2582 | 2026-04-07T04:19:53.455Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2583 | 2026-04-07T04:19:53.595Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2584 | 2026-04-07T04:19:53.832Z | Checking kstat-rs v0.2.4 |
| 2585 | 2026-04-07T04:19:53.982Z | Compiling diesel_derives v2.3.7 |
| 2586 | 2026-04-07T04:19:54.017Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2587 | 2026-04-07T04:19:54.051Z | Compiling typify-impl v0.4.3 |
| 2588 | 2026-04-07T04:19:54.240Z | Checking scheduled-thread-pool v0.2.7 |
| 2589 | 2026-04-07T04:19:54.280Z | Compiling dsl_auto_type v0.2.0 |
| 2590 | 2026-04-07T04:19:54.416Z | Compiling vergen-gitcl v1.0.8 |
| 2591 | 2026-04-07T04:19:54.638Z | Checking arc-swap v1.8.2 |
| 2592 | 2026-04-07T04:19:54.825Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2593 | 2026-04-07T04:19:54.890Z | Compiling parking_lot_core v0.8.6 |
| 2594 | 2026-04-07T04:19:54.893Z | Checking slog-scope v4.4.1 |
| 2595 | 2026-04-07T04:19:55.000Z | Checking r2d2 v0.8.10 |
| 2596 | 2026-04-07T04:19:55.100Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2597 | 2026-04-07T04:19:55.210Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2598 | 2026-04-07T04:19:55.478Z | Compiling git-stub v1.0.0 |
| 2599 | 2026-04-07T04:19:55.565Z | Checking downcast-rs v2.0.2 |
| 2600 | 2026-04-07T04:19:55.693Z | Compiling git-stub-vcs v0.1.0 |
| 2601 | 2026-04-07T04:19:55.978Z | Checking slog-stdlog v4.1.1 |
| 2602 | 2026-04-07T04:19:56.048Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2603 | 2026-04-07T04:19:56.078Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2604 | 2026-04-07T04:19:56.135Z | Checking slog-envlogger v2.2.0 |
| 2605 | 2026-04-07T04:19:56.315Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2606 | 2026-04-07T04:19:56.400Z | Checking parking_lot v0.11.2 |
| 2607 | 2026-04-07T04:19:56.618Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2608 | 2026-04-07T04:19:56.656Z | Checking prefix-trie v0.7.0 |
| 2609 | 2026-04-07T04:19:56.824Z | Checking sled v0.34.7 |
| 2610 | 2026-04-07T04:19:56.889Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2611 | 2026-04-07T04:19:56.931Z | Checking nanorand v0.7.0 |
| 2612 | 2026-04-07T04:19:57.013Z | Checking hickory-server v0.25.2 |
| 2613 | 2026-04-07T04:19:57.085Z | Compiling dirs-sys-next v0.1.2 |
| 2614 | 2026-04-07T04:19:57.164Z | Compiling crunchy v0.2.4 |
| 2615 | 2026-04-07T04:19:57.409Z | Compiling dirs-next v2.0.0 |
| 2616 | 2026-04-07T04:19:57.524Z | Checking flume v0.11.1 |
| 2617 | 2026-04-07T04:19:57.569Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2618 | 2026-04-07T04:19:57.604Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2619 | 2026-04-07T04:19:57.639Z | Compiling clang-sys v1.8.1 |
| 2620 | 2026-04-07T04:19:57.810Z | Compiling tiny-keccak v2.0.2 |
| 2621 | 2026-04-07T04:19:58.145Z | Compiling term v0.7.0 |
| 2622 | 2026-04-07T04:19:58.176Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2623 | 2026-04-07T04:19:58.242Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2624 | 2026-04-07T04:19:58.545Z | Compiling salty v0.3.0 |
| 2625 | 2026-04-07T04:19:58.579Z | Compiling typify-macro v0.4.3 |
| 2626 | 2026-04-07T04:19:58.731Z | Compiling bit-vec v0.6.3 |
| 2627 | 2026-04-07T04:19:58.859Z | Compiling ascii-canvas v3.0.0 |
| 2628 | 2026-04-07T04:19:58.983Z | Compiling bit-set v0.5.3 |
| 2629 | 2026-04-07T04:19:59.155Z | Checking primeorder v0.13.6 |
| 2630 | 2026-04-07T04:19:59.186Z | Compiling itertools v0.10.5 |
| 2631 | 2026-04-07T04:19:59.433Z | Compiling ena v0.14.4 |
| 2632 | 2026-04-07T04:19:59.469Z | Compiling libloading v0.8.9 |
| 2633 | 2026-04-07T04:19:59.566Z | Compiling fs-err v2.11.0 |
| 2634 | 2026-04-07T04:19:59.624Z | Compiling bindgen v0.71.1 |
| 2635 | 2026-04-07T04:19:59.674Z | Compiling diff v0.1.13 |
| 2636 | 2026-04-07T04:19:59.708Z | Compiling regex-syntax v0.6.29 |
| 2637 | 2026-04-07T04:20:00.126Z | Compiling cexpr v0.6.0 |
| 2638 | 2026-04-07T04:20:00.265Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2639 | 2026-04-07T04:20:00.300Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2640 | 2026-04-07T04:20:00.333Z | Compiling typify v0.4.3 |
| 2641 | 2026-04-07T04:20:00.372Z | Checking diesel v2.3.7 |
| 2642 | 2026-04-07T04:20:00.606Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2643 | 2026-04-07T04:20:00.821Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2644 | 2026-04-07T04:20:00.853Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2645 | 2026-04-07T04:20:00.955Z | Compiling libxml v0.3.3 |
| 2646 | 2026-04-07T04:20:01.071Z | Compiling lalrpop v0.19.12 |
| 2647 | 2026-04-07T04:20:01.188Z | Checking parse-size v1.1.0 |
| 2648 | 2026-04-07T04:20:01.303Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2649 | 2026-04-07T04:20:01.337Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2650 | 2026-04-07T04:20:01.368Z | Checking p384 v0.13.1 |
| 2651 | 2026-04-07T04:20:01.820Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2652 | 2026-04-07T04:20:01.853Z | Compiling strum_macros v0.24.3 |
| 2653 | 2026-04-07T04:20:02.229Z | Checking assert_matches v1.5.0 |
| 2654 | 2026-04-07T04:20:02.367Z | Compiling indoc v1.0.9 |
| 2655 | 2026-04-07T04:20:03.274Z | Compiling progenitor-impl v0.10.0 |
| 2656 | 2026-04-07T04:20:03.474Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2657 | 2026-04-07T04:20:03.762Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2658 | 2026-04-07T04:20:03.989Z | Checking predicates-tree v1.0.13 |
| 2659 | 2026-04-07T04:20:04.139Z | Checking quick-xml v0.37.5 |
| 2660 | 2026-04-07T04:20:04.342Z | Checking derive_builder v0.20.2 |
| 2661 | 2026-04-07T04:20:04.486Z | Compiling oso-derive v0.27.3 |
| 2662 | 2026-04-07T04:20:04.490Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2663 | 2026-04-07T04:20:05.008Z | Compiling trait-variant v0.1.2 |
| 2664 | 2026-04-07T04:20:05.044Z | Checking openssl-probe v0.1.6 |
| 2665 | 2026-04-07T04:20:05.187Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2666 | 2026-04-07T04:20:05.583Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2667 | 2026-04-07T04:20:05.909Z | Compiling progenitor-macro v0.10.0 |
| 2668 | 2026-04-07T04:20:06.076Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2669 | 2026-04-07T04:20:06.553Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2670 | 2026-04-07T04:20:06.710Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2671 | 2026-04-07T04:20:07.366Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2672 | 2026-04-07T04:20:08.526Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2673 | 2026-04-07T04:20:08.596Z | Compiling progenitor-impl v0.11.2 |
| 2674 | 2026-04-07T04:20:09.364Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2675 | 2026-04-07T04:20:09.780Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2676 | 2026-04-07T04:20:10.422Z | Compiling mime_guess v2.0.5 |
| 2677 | 2026-04-07T04:20:10.889Z | Checking progenitor v0.10.0 |
| 2678 | 2026-04-07T04:20:11.002Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2679 | 2026-04-07T04:20:11.065Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2680 | 2026-04-07T04:20:11.274Z | Compiling progenitor-macro v0.11.2 |
| 2681 | 2026-04-07T04:20:11.331Z | Checking progenitor-client v0.11.2 |
| 2682 | 2026-04-07T04:20:11.532Z | Checking http-range v0.1.5 |
| 2683 | 2026-04-07T04:20:11.607Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2684 | 2026-04-07T04:20:11.646Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2685 | 2026-04-07T04:20:11.747Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2686 | 2026-04-07T04:20:11.781Z | Checking ignore v0.4.25 |
| 2687 | 2026-04-07T04:20:12.225Z | Checking atty v0.2.14 |
| 2688 | 2026-04-07T04:20:12.375Z | Checking globwalk v0.9.1 |
| 2689 | 2026-04-07T04:20:12.612Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2690 | 2026-04-07T04:20:12.958Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2691 | 2026-04-07T04:20:13.191Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-04-07T04:20:13.386Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2693 | 2026-04-07T04:20:13.424Z | Checking bb8 v0.8.6 |
| 2694 | 2026-04-07T04:20:13.737Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2695 | 2026-04-07T04:20:13.789Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2696 | 2026-04-07T04:20:13.970Z | Checking corncobs v0.1.4 |
| 2697 | 2026-04-07T04:20:14.136Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2698 | 2026-04-07T04:20:14.367Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2699 | 2026-04-07T04:20:14.438Z | Checking hyper-staticfile v0.10.1 |
| 2700 | 2026-04-07T04:20:14.640Z | Checking camino-tempfile-ext v0.3.3 |
| 2701 | 2026-04-07T04:20:14.750Z | Checking diesel-dtrace v0.5.0 |
| 2702 | 2026-04-07T04:20:14.783Z | Checking async-bb8-diesel v0.2.1 |
| 2703 | 2026-04-07T04:20:14.874Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2704 | 2026-04-07T04:20:14.908Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-04-07T04:20:15.021Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2706 | 2026-04-07T04:20:15.163Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2707 | 2026-04-07T04:20:15.197Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2708 | 2026-04-07T04:20:15.386Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2709 | 2026-04-07T04:20:15.968Z | Checking signal-hook-tokio v0.3.1 |
| 2710 | 2026-04-07T04:20:16.134Z | Checking secrecy v0.8.0 |
| 2711 | 2026-04-07T04:20:16.285Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2712 | 2026-04-07T04:20:16.318Z | Checking progenitor v0.11.2 |
| 2713 | 2026-04-07T04:20:16.566Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2714 | 2026-04-07T04:20:16.608Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2715 | 2026-04-07T04:20:16.966Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2716 | 2026-04-07T04:20:17.087Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2717 | 2026-04-07T04:20:17.395Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2718 | 2026-04-07T04:20:17.469Z | Checking nonempty v0.12.0 |
| 2719 | 2026-04-07T04:20:17.670Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2720 | 2026-04-07T04:20:17.709Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2721 | 2026-04-07T04:20:17.742Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2722 | 2026-04-07T04:20:17.980Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2723 | 2026-04-07T04:20:18.109Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2724 | 2026-04-07T04:20:18.147Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2725 | 2026-04-07T04:20:18.265Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2726 | 2026-04-07T04:20:18.527Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2727 | 2026-04-07T04:20:18.980Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2728 | 2026-04-07T04:20:19.016Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2729 | 2026-04-07T04:20:19.211Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2730 | 2026-04-07T04:20:19.274Z | Checking tungstenite v0.23.0 |
| 2731 | 2026-04-07T04:20:19.733Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2732 | 2026-04-07T04:20:19.769Z | Checking tokio-tungstenite v0.23.1 |
| 2733 | 2026-04-07T04:20:20.011Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2734 | 2026-04-07T04:20:20.070Z | Checking rand_seeder v0.4.0 |
| 2735 | 2026-04-07T04:20:20.254Z | Checking void v1.0.2 |
| 2736 | 2026-04-07T04:20:20.385Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2737 | 2026-04-07T04:20:20.418Z | Checking lzss v0.8.2 |
| 2738 | 2026-04-07T04:20:20.645Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2739 | 2026-04-07T04:20:20.801Z | Checking nix v0.27.1 |
| 2740 | 2026-04-07T04:20:20.844Z | Checking serde_bytes v0.11.19 |
| 2741 | 2026-04-07T04:20:20.934Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2742 | 2026-04-07T04:20:21.057Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2743 | 2026-04-07T04:20:21.142Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2744 | 2026-04-07T04:20:21.361Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2745 | 2026-04-07T04:20:21.830Z | Checking is_ci v1.2.0 |
| 2746 | 2026-04-07T04:20:21.968Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2747 | 2026-04-07T04:20:22.058Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2748 | 2026-04-07T04:20:22.262Z | Checking yansi v1.0.1 |
| 2749 | 2026-04-07T04:20:22.308Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2750 | 2026-04-07T04:20:22.577Z | Checking pretty_assertions v1.4.1 |
| 2751 | 2026-04-07T04:20:22.619Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2752 | 2026-04-07T04:20:22.744Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2753 | 2026-04-07T04:20:22.815Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2754 | 2026-04-07T04:20:23.019Z | Compiling darling_core v0.23.0 |
| 2755 | 2026-04-07T04:20:24.106Z | Compiling indoc v2.0.7 |
| 2756 | 2026-04-07T04:20:24.162Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2757 | 2026-04-07T04:20:24.393Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-04-07T04:20:24.615Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-04-07T04:20:24.853Z | Compiling instability v0.3.11 |
| 2760 | 2026-04-07T04:20:25.111Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2761 | 2026-04-07T04:20:25.206Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-04-07T04:20:25.270Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2763 | 2026-04-07T04:20:25.315Z | Compiling libz-sys v1.1.24 |
| 2764 | 2026-04-07T04:20:25.604Z | Compiling darling_macro v0.23.0 |
| 2765 | 2026-04-07T04:20:25.729Z | Checking castaway v0.2.4 |
| 2766 | 2026-04-07T04:20:25.876Z | Checking compact_str v0.8.1 |
| 2767 | 2026-04-07T04:20:26.155Z | Compiling darling v0.23.0 |
| 2768 | 2026-04-07T04:20:26.320Z | Checking supports-color v3.0.2 |
| 2769 | 2026-04-07T04:20:26.487Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2770 | 2026-04-07T04:20:26.631Z | Checking unicode-truncate v1.1.0 |
| 2771 | 2026-04-07T04:20:26.730Z | Checking console v0.16.2 |
| 2772 | 2026-04-07T04:20:26.836Z | Checking lru v0.12.5 |
| 2773 | 2026-04-07T04:20:26.958Z | Checking unit-prefix v0.5.2 |
| 2774 | 2026-04-07T04:20:27.025Z | Checking cassowary v0.3.0 |
| 2775 | 2026-04-07T04:20:27.090Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2776 | 2026-04-07T04:20:27.122Z | Checking indicatif v0.18.4 |
| 2777 | 2026-04-07T04:20:27.154Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2778 | 2026-04-07T04:20:27.290Z | Checking ratatui v0.29.0 |
| 2779 | 2026-04-07T04:20:27.363Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2780 | 2026-04-07T04:20:27.727Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2781 | 2026-04-07T04:20:28.681Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2782 | 2026-04-07T04:20:28.877Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2783 | 2026-04-07T04:20:28.945Z | Compiling vergen-git2 v1.0.7 |
| 2784 | 2026-04-07T04:20:28.987Z | Checking plotters-backend v0.3.7 |
| 2785 | 2026-04-07T04:20:29.148Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2786 | 2026-04-07T04:20:29.216Z | Checking plotters-svg v0.3.7 |
| 2787 | 2026-04-07T04:20:29.258Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2788 | 2026-04-07T04:20:29.375Z | Checking colored v2.2.0 |
| 2789 | 2026-04-07T04:20:29.408Z | Compiling rustls v0.21.12 |
| 2790 | 2026-04-07T04:20:29.482Z | Checking shell-words v1.1.1 |
| 2791 | 2026-04-07T04:20:29.610Z | Checking cast v0.3.0 |
| 2792 | 2026-04-07T04:20:29.719Z | Checking plotters v0.3.7 |
| 2793 | 2026-04-07T04:20:29.797Z | Checking criterion-plot v0.6.0 |
| 2794 | 2026-04-07T04:20:29.800Z | Checking typeid v1.0.3 |
| 2795 | 2026-04-07T04:20:29.967Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2796 | 2026-04-07T04:20:30.072Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2797 | 2026-04-07T04:20:30.301Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2798 | 2026-04-07T04:20:30.482Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2799 | 2026-04-07T04:20:30.532Z | Checking rustls-webpki v0.101.7 |
| 2800 | 2026-04-07T04:20:30.918Z | Checking sct v0.7.1 |
| 2801 | 2026-04-07T04:20:30.951Z | Checking tinytemplate v1.2.1 |
| 2802 | 2026-04-07T04:20:30.985Z | Compiling nix v0.29.0 |
| 2803 | 2026-04-07T04:20:31.088Z | Checking oorandom v11.1.5 |
| 2804 | 2026-04-07T04:20:31.204Z | Checking hex-literal v0.4.1 |
| 2805 | 2026-04-07T04:20:31.237Z | Checking anes v0.1.6 |
| 2806 | 2026-04-07T04:20:31.447Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2807 | 2026-04-07T04:20:31.481Z | Checking criterion v0.7.0 |
| 2808 | 2026-04-07T04:20:32.779Z | Checking erased-serde v0.4.9 |
| 2809 | 2026-04-07T04:20:32.813Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2810 | 2026-04-07T04:20:33.171Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2811 | 2026-04-07T04:20:33.618Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2812 | 2026-04-07T04:20:34.385Z | Checking ordered-float v2.10.1 |
| 2813 | 2026-04-07T04:20:34.664Z | Checking serde-value v0.7.0 |
| 2814 | 2026-04-07T04:20:34.919Z | Checking serde-untagged v0.1.9 |
| 2815 | 2026-04-07T04:20:35.150Z | Checking tokio-rustls v0.24.1 |
| 2816 | 2026-04-07T04:20:35.650Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2817 | 2026-04-07T04:20:36.148Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2818 | 2026-04-07T04:20:36.380Z | Checking rustls-pemfile v1.0.4 |
| 2819 | 2026-04-07T04:20:36.467Z | Checking twox-hash v2.1.2 |
| 2820 | 2026-04-07T04:20:36.551Z | Checking unicode-xid v0.2.6 |
| 2821 | 2026-04-07T04:20:36.696Z | Checking cargo-util-schemas v0.8.2 |
| 2822 | 2026-04-07T04:20:36.855Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2823 | 2026-04-07T04:20:37.647Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2824 | 2026-04-07T04:20:37.764Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2825 | 2026-04-07T04:20:37.947Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2826 | 2026-04-07T04:20:38.334Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2827 | 2026-04-07T04:20:38.527Z | Checking fatfs v0.3.6 |
| 2828 | 2026-04-07T04:20:39.014Z | Checking cargo-platform v0.2.0 |
| 2829 | 2026-04-07T04:20:39.235Z | Compiling petname v2.0.2 |
| 2830 | 2026-04-07T04:20:39.292Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2831 | 2026-04-07T04:20:39.752Z | Compiling seq-macro v0.3.6 |
| 2832 | 2026-04-07T04:20:40.446Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-04-07T04:20:40.643Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2834 | 2026-04-07T04:20:40.827Z | Checking concurrent-queue v2.5.0 |
| 2835 | 2026-04-07T04:20:41.045Z | Checking rtoolbox v0.0.3 |
| 2836 | 2026-04-07T04:20:41.079Z | Checking futures-timer v3.0.3 |
| 2837 | 2026-04-07T04:20:41.211Z | Checking parking v2.2.1 |
| 2838 | 2026-04-07T04:20:41.244Z | Checking rpassword v7.4.0 |
| 2839 | 2026-04-07T04:20:41.364Z | Checking event-listener v5.4.1 |
| 2840 | 2026-04-07T04:20:41.396Z | Checking tui-tree-widget v0.23.1 |
| 2841 | 2026-04-07T04:20:41.612Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2842 | 2026-04-07T04:20:41.615Z | Checking polyval v0.6.2 |
| 2843 | 2026-04-07T04:20:41.693Z | Checking sapling-renderdag v0.1.0 |
| 2844 | 2026-04-07T04:20:41.801Z | Checking sync-ptr v0.1.4 |
| 2845 | 2026-04-07T04:20:41.840Z | Checking ghash v0.5.1 |
| 2846 | 2026-04-07T04:20:41.950Z | Checking event-listener-strategy v0.5.4 |
| 2847 | 2026-04-07T04:20:41.982Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2848 | 2026-04-07T04:20:42.016Z | Checking ctr v0.9.2 |
| 2849 | 2026-04-07T04:20:42.118Z | Checking constant_time_eq v0.4.2 |
| 2850 | 2026-04-07T04:20:42.208Z | Checking arrayref v0.3.9 |
| 2851 | 2026-04-07T04:20:42.242Z | Checking arrayvec v0.7.6 |
| 2852 | 2026-04-07T04:20:42.329Z | Checking aes-gcm v0.10.3 |
| 2853 | 2026-04-07T04:20:42.373Z | Checking async-lock v3.4.2 |
| 2854 | 2026-04-07T04:20:42.459Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-04-07T04:20:42.517Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2856 | 2026-04-07T04:20:42.796Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2857 | 2026-04-07T04:20:43.434Z | Checking ssh-encoding v0.2.0 |
| 2858 | 2026-04-07T04:20:43.469Z | Compiling samael v0.0.19 |
| 2859 | 2026-04-07T04:20:43.503Z | Checking blowfish v0.9.1 |
| 2860 | 2026-04-07T04:20:43.657Z | Checking ssh-cipher v0.2.0 |
| 2861 | 2026-04-07T04:20:43.689Z | Checking bcrypt-pbkdf v0.10.0 |
| 2862 | 2026-04-07T04:20:43.859Z | Checking async-object-pool v0.2.0 |
| 2863 | 2026-04-07T04:20:43.891Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2864 | 2026-04-07T04:20:44.003Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2865 | 2026-04-07T04:20:44.219Z | Checking serde_regex v1.1.0 |
| 2866 | 2026-04-07T04:20:44.414Z | Checking password-hash v0.4.2 |
| 2867 | 2026-04-07T04:20:44.664Z | Checking assert-json-diff v2.0.2 |
| 2868 | 2026-04-07T04:20:44.667Z | Checking path-tree v0.8.3 |
| 2869 | 2026-04-07T04:20:44.866Z | Compiling target-lexicon v0.13.3 |
| 2870 | 2026-04-07T04:20:44.916Z | Checking stringmetrics v2.2.2 |
| 2871 | 2026-04-07T04:20:45.098Z | Checking gimli v0.32.3 |
| 2872 | 2026-04-07T04:20:45.140Z | Checking httpmock v0.8.3 |
| 2873 | 2026-04-07T04:20:45.471Z | Checking pbkdf2 v0.11.0 |
| 2874 | 2026-04-07T04:20:45.675Z | Checking ssh-key v0.6.7 |
| 2875 | 2026-04-07T04:20:46.667Z | Checking addr2line v0.25.1 |
| 2876 | 2026-04-07T04:20:46.979Z | Checking p521 v0.13.3 |
| 2877 | 2026-04-07T04:20:47.393Z | Checking p256 v0.13.2 |
| 2878 | 2026-04-07T04:20:47.647Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2879 | 2026-04-07T04:20:47.690Z | Checking russh-cryptovec v0.7.3 |
| 2880 | 2026-04-07T04:20:47.864Z | Checking rustc-demangle v0.1.27 |
| 2881 | 2026-04-07T04:20:47.900Z | Checking md5 v0.7.0 |
| 2882 | 2026-04-07T04:20:48.047Z | Compiling guppy-workspace-hack v0.1.0 |
| 2883 | 2026-04-07T04:20:48.107Z | Checking russh-keys v0.45.0 |
| 2884 | 2026-04-07T04:20:48.139Z | Checking backtrace v0.3.76 |
| 2885 | 2026-04-07T04:20:48.358Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2886 | 2026-04-07T04:20:48.472Z | Checking num-bigint v0.4.6 |
| 2887 | 2026-04-07T04:20:48.580Z | Checking des v0.8.1 |
| 2888 | 2026-04-07T04:20:48.811Z | Compiling blake3 v1.8.3 |
| 2889 | 2026-04-07T04:20:48.940Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2890 | 2026-04-07T04:20:49.212Z | Compiling target-spec v3.5.7 |
| 2891 | 2026-04-07T04:20:49.390Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2892 | 2026-04-07T04:20:49.493Z | Checking russh v0.45.0 |
| 2893 | 2026-04-07T04:20:49.735Z | Checking cfg-expr v0.20.6 |
| 2894 | 2026-04-07T04:20:50.048Z | Checking backtrace-ext v0.2.1 |
| 2895 | 2026-04-07T04:20:50.157Z | Checking supports-color v2.1.0 |
| 2896 | 2026-04-07T04:20:50.189Z | Checking textwrap v0.15.2 |
| 2897 | 2026-04-07T04:20:50.221Z | Checking supports-hyperlinks v2.1.0 |
| 2898 | 2026-04-07T04:20:50.327Z | Checking supports-unicode v2.1.0 |
| 2899 | 2026-04-07T04:20:50.374Z | Checking hashbrown v0.14.5 |
| 2900 | 2026-04-07T04:20:50.433Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2901 | 2026-04-07T04:20:50.481Z | Checking cargo-platform v0.3.2 |
| 2902 | 2026-04-07T04:20:50.668Z | Checking terminal_size v0.1.17 |
| 2903 | 2026-04-07T04:20:50.701Z | Checking socket2 v0.5.10 |
| 2904 | 2026-04-07T04:20:50.811Z | Compiling miette-derive v5.10.0 |
| 2905 | 2026-04-07T04:20:50.889Z | Checking internet-checksum v0.2.1 |
| 2906 | 2026-04-07T04:20:50.988Z | Checking owo-colors v3.5.0 |
| 2907 | 2026-04-07T04:20:51.045Z | Checking chumsky v0.9.3 |
| 2908 | 2026-04-07T04:20:51.479Z | Checking cargo_metadata v0.23.1 |
| 2909 | 2026-04-07T04:20:51.987Z | Checking miette v5.10.0 |
| 2910 | 2026-04-07T04:20:52.128Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2911 | 2026-04-07T04:20:52.275Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2912 | 2026-04-07T04:20:52.407Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2913 | 2026-04-07T04:20:52.530Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2914 | 2026-04-07T04:20:52.756Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2915 | 2026-04-07T04:20:52.815Z | Compiling knuffel-derive v3.2.0 |
| 2916 | 2026-04-07T04:20:53.017Z | Checking httptest v0.16.4 |
| 2917 | 2026-04-07T04:20:53.218Z | Checking pathdiff v0.2.3 |
| 2918 | 2026-04-07T04:20:53.363Z | Checking topological-sort v0.2.2 |
| 2919 | 2026-04-07T04:20:53.421Z | Checking nested v0.1.1 |
| 2920 | 2026-04-07T04:20:53.538Z | Checking omicron-zone-package v0.12.2 |
| 2921 | 2026-04-07T04:20:53.593Z | Checking guppy v0.17.25 |
| 2922 | 2026-04-07T04:20:53.635Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2923 | 2026-04-07T04:20:53.890Z | Checking similar-asserts v1.7.0 |
| 2924 | 2026-04-07T04:20:54.005Z | Compiling git2 v0.20.4 |
| 2925 | 2026-04-07T04:20:54.081Z | Compiling rstest_macros v0.25.0 |
| 2926 | 2026-04-07T04:20:54.369Z | Checking knuffel v3.2.0 |
| 2927 | 2026-04-07T04:20:54.402Z | Compiling target-triple v1.0.0 |
| 2928 | 2026-04-07T04:20:54.478Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2929 | 2026-04-07T04:20:54.645Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2930 | 2026-04-07T04:20:54.691Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2931 | 2026-04-07T04:20:54.769Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2932 | 2026-04-07T04:20:55.003Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2933 | 2026-04-07T04:20:55.042Z | Checking hickory-client v0.25.2 |
| 2934 | 2026-04-07T04:20:55.359Z | Checking tokio-test v0.4.5 |
| 2935 | 2026-04-07T04:20:55.600Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2936 | 2026-04-07T04:20:55.637Z | Checking escape8259 v0.5.3 |
| 2937 | 2026-04-07T04:20:55.807Z | Compiling assert_cmd v2.1.2 |
| 2938 | 2026-04-07T04:20:55.849Z | Compiling relative-path v1.9.3 |
| 2939 | 2026-04-07T04:20:56.142Z | Checking toml v1.0.3+spec-1.1.0 |
| 2940 | 2026-04-07T04:20:56.774Z | Checking libtest-mimic v0.8.1 |
| 2941 | 2026-04-07T04:20:57.138Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2942 | 2026-04-07T04:20:57.223Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2943 | 2026-04-07T04:20:57.294Z | Checking blake2b_simd v1.0.4 |
| 2944 | 2026-04-07T04:20:57.479Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2945 | 2026-04-07T04:20:57.752Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2946 | 2026-04-07T04:20:57.977Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2947 | 2026-04-07T04:20:58.184Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2948 | 2026-04-07T04:20:58.422Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2949 | 2026-04-07T04:20:58.662Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2950 | 2026-04-07T04:20:58.752Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2951 | 2026-04-07T04:20:58.991Z | Checking fancy-regex v0.14.0 |
| 2952 | 2026-04-07T04:20:59.268Z | Checking serde_tokenstream v0.2.3 |
| 2953 | 2026-04-07T04:20:59.345Z | Compiling polar-core v0.27.3 |
| 2954 | 2026-04-07T04:20:59.381Z | Checking uzers v0.12.2 |
| 2955 | 2026-04-07T04:20:59.516Z | Checking termcolor v1.4.1 |
| 2956 | 2026-04-07T04:20:59.625Z | Checking constant_time_eq v0.3.1 |
| 2957 | 2026-04-07T04:20:59.760Z | Compiling linkme-impl v0.3.35 |
| 2958 | 2026-04-07T04:20:59.763Z | Checking trybuild v1.0.116 |
| 2959 | 2026-04-07T04:20:59.889Z | Checking rstest v0.25.0 |
| 2960 | 2026-04-07T04:21:00.071Z | Checking rust-argon2 v2.1.0 |
| 2961 | 2026-04-07T04:21:00.182Z | Checking datatest-stable v0.3.3 |
| 2962 | 2026-04-07T04:21:00.582Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2963 | 2026-04-07T04:21:00.615Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2964 | 2026-04-07T04:21:00.880Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2965 | 2026-04-07T04:21:00.956Z | Checking support-bundle-viewer v0.1.2 |
| 2966 | 2026-04-07T04:21:01.236Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2967 | 2026-04-07T04:21:01.484Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2968 | 2026-04-07T04:21:01.551Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2969 | 2026-04-07T04:21:01.724Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2970 | 2026-04-07T04:21:01.789Z | Checking drift v0.1.3 |
| 2971 | 2026-04-07T04:21:01.963Z | Checking rand_distr v0.5.1 |
| 2972 | 2026-04-07T04:21:02.137Z | Checking multimap v0.10.1 |
| 2973 | 2026-04-07T04:21:02.379Z | Checking approx v0.5.1 |
| 2974 | 2026-04-07T04:21:02.502Z | Compiling linkme v0.3.35 |
| 2975 | 2026-04-07T04:21:02.570Z | Checking dropshot-api-manager v0.6.0 |
| 2976 | 2026-04-07T04:21:03.445Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2977 | 2026-04-07T04:21:03.874Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2978 | 2026-04-07T04:21:03.964Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2979 | 2026-04-07T04:21:04.132Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2980 | 2026-04-07T04:21:04.166Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2981 | 2026-04-07T04:21:04.199Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2982 | 2026-04-07T04:21:04.413Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2983 | 2026-04-07T04:21:04.593Z | Checking partial-io v0.5.4 |
| 2984 | 2026-04-07T04:21:04.682Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2985 | 2026-04-07T04:21:04.716Z | Checking oso v0.27.3 |
| 2986 | 2026-04-07T04:21:04.757Z | Checking cargo_toml v0.21.0 |
| 2987 | 2026-04-07T04:21:04.844Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2988 | 2026-04-07T04:21:05.030Z | Checking termios v0.3.3 |
| 2989 | 2026-04-07T04:21:05.147Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2990 | 2026-04-07T04:21:05.329Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2991 | 2026-04-07T04:21:05.427Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2992 | 2026-04-07T04:21:05.653Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2993 | 2026-04-07T04:21:09.337Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2994 | 2026-04-07T04:21:14.361Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2995 | 2026-04-07T04:21:14.431Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2996 | 2026-04-07T04:21:17.411Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2997 | 2026-04-07T04:21:20.832Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2998 | 2026-04-07T04:21:26.206Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2999 | 2026-04-07T04:21:29.373Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3000 | 2026-04-07T04:21:30.432Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3001 | 2026-04-07T04:21:30.727Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3002 | 2026-04-07T04:21:31.208Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3003 | 2026-04-07T04:21:41.162Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3004 | 2026-04-07T04:22:57.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
| 3005 | 2026-04-07T04:22:58.001Z | |
| 3006 | 2026-04-07T04:22:58.005Z | real 4:06.016566261 |
| 3007 | 2026-04-07T04:22:58.005Z | user 20:48.980816457 |
| 3008 | 2026-04-07T04:22:58.005Z | sys 4:46.126741005 |
| 3009 | 2026-04-07T04:22:58.005Z | trap 0.497334077 |
| 3010 | 2026-04-07T04:22:58.005Z | tflt 0.082854666 |
| 3011 | 2026-04-07T04:22:58.005Z | dflt 0.152774257 |
| 3012 | 2026-04-07T04:22:58.005Z | kflt 0.000872832 |
| 3013 | 2026-04-07T04:22:58.005Z | lock 57:22.068901767 |
| 3014 | 2026-04-07T04:22:58.005Z | slp 57:16.452999036 |
| 3015 | 2026-04-07T04:22:58.005Z | lat 1:47.057110504 |
| 3016 | 2026-04-07T04:22:58.005Z | stop 10:26.489943701 |
| 3017 | 2026-04-07T04:22:58.005Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3018 | 2026-04-07T04:22:58.005Z | + ptime -m cargo doc --workspace --no-deps |
| 3019 | 2026-04-07T04:22:58.871Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3020 | 2026-04-07T04:22:58.871Z | | |
| 3021 | 2026-04-07T04:22:58.871Z | = 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)` |
| 3022 | 2026-04-07T04:22:58.871Z | = 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> |
| 3023 | 2026-04-07T04:22:59.800Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3024 | 2026-04-07T04:23:00.025Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3025 | 2026-04-07T04:23:00.067Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3026 | 2026-04-07T04:23:00.131Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3027 | 2026-04-07T04:23:00.202Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3028 | 2026-04-07T04:23:00.303Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3029 | 2026-04-07T04:23:00.330Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3030 | 2026-04-07T04:23:00.357Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3031 | 2026-04-07T04:23:00.385Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3032 | 2026-04-07T04:23:00.435Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3033 | 2026-04-07T04:23:00.593Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3034 | 2026-04-07T04:23:00.616Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3035 | 2026-04-07T04:23:00.640Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3036 | 2026-04-07T04:23:00.661Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3037 | 2026-04-07T04:23:00.681Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3038 | 2026-04-07T04:23:00.714Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3039 | 2026-04-07T04:23:00.759Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3040 | 2026-04-07T04:23:00.784Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3041 | 2026-04-07T04:23:00.844Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3042 | 2026-04-07T04:23:00.895Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3043 | 2026-04-07T04:23:00.939Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3044 | 2026-04-07T04:23:01.261Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3045 | 2026-04-07T04:23:01.386Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3046 | 2026-04-07T04:23:01.440Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3047 | 2026-04-07T04:23:01.552Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3048 | 2026-04-07T04:23:01.584Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3049 | 2026-04-07T04:23:01.608Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3050 | 2026-04-07T04:23:01.699Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3051 | 2026-04-07T04:23:01.840Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3052 | 2026-04-07T04:23:01.867Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3053 | 2026-04-07T04:23:02.020Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3054 | 2026-04-07T04:23:02.193Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3055 | 2026-04-07T04:23:02.216Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3056 | 2026-04-07T04:23:02.324Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3057 | 2026-04-07T04:23:02.438Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3058 | 2026-04-07T04:23:02.520Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3059 | 2026-04-07T04:23:02.568Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3060 | 2026-04-07T04:23:02.674Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3061 | 2026-04-07T04:23:02.757Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3062 | 2026-04-07T04:23:02.812Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3063 | 2026-04-07T04:23:02.995Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3064 | 2026-04-07T04:23:03.091Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3065 | 2026-04-07T04:23:03.187Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3066 | 2026-04-07T04:23:03.260Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3067 | 2026-04-07T04:23:03.325Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3068 | 2026-04-07T04:23:03.424Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3069 | 2026-04-07T04:23:03.455Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3070 | 2026-04-07T04:23:03.615Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3071 | 2026-04-07T04:23:03.690Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3072 | 2026-04-07T04:23:03.714Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3073 | 2026-04-07T04:23:03.802Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3074 | 2026-04-07T04:23:03.856Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3075 | 2026-04-07T04:23:03.886Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3076 | 2026-04-07T04:23:03.919Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3077 | 2026-04-07T04:23:04.110Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3078 | 2026-04-07T04:23:04.132Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3079 | 2026-04-07T04:23:04.155Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3080 | 2026-04-07T04:23:04.205Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3081 | 2026-04-07T04:23:04.370Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3082 | 2026-04-07T04:23:04.393Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3083 | 2026-04-07T04:23:04.414Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3084 | 2026-04-07T04:23:04.572Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3085 | 2026-04-07T04:23:04.647Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3086 | 2026-04-07T04:23:04.669Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3087 | 2026-04-07T04:23:04.693Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3088 | 2026-04-07T04:23:04.848Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3089 | 2026-04-07T04:23:04.872Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3090 | 2026-04-07T04:23:04.895Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3091 | 2026-04-07T04:23:05.160Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3092 | 2026-04-07T04:23:05.181Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3093 | 2026-04-07T04:23:05.203Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3094 | 2026-04-07T04:23:05.245Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3095 | 2026-04-07T04:23:05.267Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3096 | 2026-04-07T04:23:05.674Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3097 | 2026-04-07T04:23:05.762Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3098 | 2026-04-07T04:23:06.413Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3099 | 2026-04-07T04:23:06.616Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3100 | 2026-04-07T04:23:06.651Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3101 | 2026-04-07T04:23:07.061Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3102 | 2026-04-07T04:23:07.085Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3103 | 2026-04-07T04:23:07.186Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3104 | 2026-04-07T04:23:07.396Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3105 | 2026-04-07T04:23:07.547Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3106 | 2026-04-07T04:23:07.743Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3107 | 2026-04-07T04:23:07.843Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3108 | 2026-04-07T04:23:08.024Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3109 | 2026-04-07T04:23:08.172Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3110 | 2026-04-07T04:23:08.232Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3111 | 2026-04-07T04:23:08.776Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3112 | 2026-04-07T04:23:09.711Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3113 | 2026-04-07T04:23:10.011Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3114 | 2026-04-07T04:23:10.200Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3115 | 2026-04-07T04:23:10.228Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3116 | 2026-04-07T04:23:10.318Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3117 | 2026-04-07T04:23:10.681Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3118 | 2026-04-07T04:23:10.738Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3119 | 2026-04-07T04:23:11.095Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3120 | 2026-04-07T04:23:11.361Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3121 | 2026-04-07T04:23:11.407Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3122 | 2026-04-07T04:23:11.440Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3123 | 2026-04-07T04:23:11.644Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3124 | 2026-04-07T04:23:11.683Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3125 | 2026-04-07T04:23:11.731Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3126 | 2026-04-07T04:23:11.816Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3127 | 2026-04-07T04:23:11.903Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3128 | 2026-04-07T04:23:11.932Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3129 | 2026-04-07T04:23:12.128Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3130 | 2026-04-07T04:23:12.409Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3131 | 2026-04-07T04:23:12.671Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3132 | 2026-04-07T04:23:13.311Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3133 | 2026-04-07T04:23:13.542Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3134 | 2026-04-07T04:23:14.115Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3135 | 2026-04-07T04:23:14.415Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3136 | 2026-04-07T04:23:14.496Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3137 | 2026-04-07T04:23:14.993Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3138 | 2026-04-07T04:23:15.266Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3139 | 2026-04-07T04:23:15.394Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3140 | 2026-04-07T04:23:15.547Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3141 | 2026-04-07T04:23:15.733Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3142 | 2026-04-07T04:23:16.208Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3143 | 2026-04-07T04:23:16.406Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3144 | 2026-04-07T04:23:16.488Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3145 | 2026-04-07T04:23:16.719Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3146 | 2026-04-07T04:23:16.797Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3147 | 2026-04-07T04:23:16.821Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3148 | 2026-04-07T04:23:16.884Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3149 | 2026-04-07T04:23:17.472Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3150 | 2026-04-07T04:23:17.914Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3151 | 2026-04-07T04:23:18.187Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3152 | 2026-04-07T04:23:18.240Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3153 | 2026-04-07T04:23:18.970Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3154 | 2026-04-07T04:23:19.381Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3155 | 2026-04-07T04:23:20.030Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3156 | 2026-04-07T04:23:20.351Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3157 | 2026-04-07T04:23:20.445Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3158 | 2026-04-07T04:23:20.934Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3159 | 2026-04-07T04:23:21.025Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3160 | 2026-04-07T04:23:21.088Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3161 | 2026-04-07T04:23:21.519Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3162 | 2026-04-07T04:23:21.696Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3163 | 2026-04-07T04:23:21.823Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3164 | 2026-04-07T04:23:22.267Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3165 | 2026-04-07T04:23:22.476Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3166 | 2026-04-07T04:23:22.692Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3167 | 2026-04-07T04:23:22.723Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3168 | 2026-04-07T04:23:22.767Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3169 | 2026-04-07T04:23:24.160Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3170 | 2026-04-07T04:23:24.791Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3171 | 2026-04-07T04:23:25.304Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3172 | 2026-04-07T04:23:25.701Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3173 | 2026-04-07T04:23:26.372Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3174 | 2026-04-07T04:23:26.813Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3175 | 2026-04-07T04:23:28.151Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3176 | 2026-04-07T04:23:28.183Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3177 | 2026-04-07T04:23:29.184Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3178 | 2026-04-07T04:23:29.941Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3179 | 2026-04-07T04:23:30.159Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3180 | 2026-04-07T04:23:30.725Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3181 | 2026-04-07T04:23:31.113Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3182 | 2026-04-07T04:23:31.452Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3183 | 2026-04-07T04:23:31.676Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3184 | 2026-04-07T04:23:32.019Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3185 | 2026-04-07T04:23:32.108Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3186 | 2026-04-07T04:23:32.199Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3187 | 2026-04-07T04:23:32.559Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3188 | 2026-04-07T04:23:32.871Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3189 | 2026-04-07T04:23:32.903Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3190 | 2026-04-07T04:23:32.943Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3191 | 2026-04-07T04:23:33.273Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3192 | 2026-04-07T04:23:33.376Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3193 | 2026-04-07T04:23:34.013Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3194 | 2026-04-07T04:23:34.350Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3195 | 2026-04-07T04:23:34.581Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3196 | 2026-04-07T04:23:34.608Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3197 | 2026-04-07T04:23:34.632Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3198 | 2026-04-07T04:23:35.280Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3199 | 2026-04-07T04:23:35.473Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3200 | 2026-04-07T04:23:35.666Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3201 | 2026-04-07T04:23:36.201Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3202 | 2026-04-07T04:23:37.115Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3203 | 2026-04-07T04:23:37.290Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3204 | 2026-04-07T04:23:39.056Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3205 | 2026-04-07T04:23:40.572Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3206 | 2026-04-07T04:23:40.956Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3207 | 2026-04-07T04:23:41.886Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3208 | 2026-04-07T04:23:43.101Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3209 | 2026-04-07T04:23:44.032Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3210 | 2026-04-07T04:23:45.040Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3211 | 2026-04-07T04:23:46.250Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3212 | 2026-04-07T04:23:46.723Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3213 | 2026-04-07T04:23:48.270Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3214 | 2026-04-07T04:23:48.588Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3215 | 2026-04-07T04:23:49.131Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3216 | 2026-04-07T04:23:50.139Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3217 | 2026-04-07T04:23:50.646Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3218 | 2026-04-07T04:23:51.281Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3219 | 2026-04-07T04:23:51.506Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3220 | 2026-04-07T04:23:52.132Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3221 | 2026-04-07T04:23:52.673Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3222 | 2026-04-07T04:23:55.428Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3223 | 2026-04-07T04:23:57.756Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3224 | 2026-04-07T04:23:58.376Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3225 | 2026-04-07T04:23:59.763Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3226 | 2026-04-07T04:24:00.463Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3227 | 2026-04-07T04:24:01.152Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3228 | 2026-04-07T04:24:01.844Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3229 | 2026-04-07T04:24:02.627Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3230 | 2026-04-07T04:24:03.234Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3231 | 2026-04-07T04:24:03.946Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3232 | 2026-04-07T04:24:05.018Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3233 | 2026-04-07T04:24:05.851Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3234 | 2026-04-07T04:24:06.676Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3235 | 2026-04-07T04:24:07.055Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3236 | 2026-04-07T04:24:07.530Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3237 | 2026-04-07T04:24:09.319Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3238 | 2026-04-07T04:24:10.354Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3239 | 2026-04-07T04:24:12.104Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3240 | 2026-04-07T04:24:13.332Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3241 | 2026-04-07T04:24:13.935Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3242 | 2026-04-07T04:24:14.879Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3243 | 2026-04-07T04:24:15.608Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3244 | 2026-04-07T04:24:18.497Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3245 | 2026-04-07T04:24:18.591Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3246 | 2026-04-07T04:24:19.352Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3247 | 2026-04-07T04:24:20.822Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3248 | 2026-04-07T04:24:21.947Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3249 | 2026-04-07T04:24:23.414Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3250 | 2026-04-07T04:24:24.539Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3251 | 2026-04-07T04:24:28.966Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3252 | 2026-04-07T04:24:30.533Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3253 | 2026-04-07T04:24:31.976Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3254 | 2026-04-07T04:24:33.697Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3255 | 2026-04-07T04:24:35.029Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3256 | 2026-04-07T04:24:36.861Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3257 | 2026-04-07T04:24:38.362Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3258 | 2026-04-07T04:24:42.184Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3259 | 2026-04-07T04:24:43.453Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3260 | 2026-04-07T04:24:43.915Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3261 | 2026-04-07T04:24:45.024Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3262 | 2026-04-07T04:24:46.671Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3263 | 2026-04-07T04:24:48.791Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3264 | 2026-04-07T04:24:50.616Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3265 | 2026-04-07T04:24:52.557Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3266 | 2026-04-07T04:24:54.270Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3267 | 2026-04-07T04:24:56.390Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3268 | 2026-04-07T04:24:57.919Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3269 | 2026-04-07T04:24:59.700Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3270 | 2026-04-07T04:25:01.504Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3271 | 2026-04-07T04:25:03.243Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3272 | 2026-04-07T04:25:05.057Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3273 | 2026-04-07T04:25:06.617Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3274 | 2026-04-07T04:25:08.726Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3275 | 2026-04-07T04:25:10.297Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3276 | 2026-04-07T04:25:12.316Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3277 | 2026-04-07T04:25:14.055Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3278 | 2026-04-07T04:25:15.982Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3279 | 2026-04-07T04:25:18.036Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3280 | 2026-04-07T04:25:20.488Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3281 | 2026-04-07T04:25:22.169Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3282 | 2026-04-07T04:25:24.108Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3283 | 2026-04-07T04:25:26.142Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3284 | 2026-04-07T04:25:28.191Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3285 | 2026-04-07T04:25:30.183Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3286 | 2026-04-07T04:25:33.633Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3287 | 2026-04-07T04:25:34.600Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3288 | 2026-04-07T04:25:36.799Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3289 | 2026-04-07T04:25:41.160Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3290 | 2026-04-07T04:25:43.328Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3291 | 2026-04-07T04:25:45.412Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3292 | 2026-04-07T04:25:47.680Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3293 | 2026-04-07T04:25:49.809Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3294 | 2026-04-07T04:25:52.223Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3295 | 2026-04-07T04:25:53.972Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3296 | 2026-04-07T04:25:56.660Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3297 | 2026-04-07T04:25:58.372Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3298 | 2026-04-07T04:26:00.484Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3299 | 2026-04-07T04:26:02.677Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3300 | 2026-04-07T04:26:04.850Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3301 | 2026-04-07T04:26:06.996Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3302 | 2026-04-07T04:26:09.183Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3303 | 2026-04-07T04:26:11.488Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3304 | 2026-04-07T04:26:13.762Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3305 | 2026-04-07T04:26:15.961Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3306 | 2026-04-07T04:26:18.216Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3307 | 2026-04-07T04:26:20.352Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3308 | 2026-04-07T04:26:22.522Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3309 | 2026-04-07T04:26:24.839Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3310 | 2026-04-07T04:26:27.079Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3311 | 2026-04-07T04:26:29.781Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3312 | 2026-04-07T04:26:32.023Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3313 | 2026-04-07T04:26:34.196Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3314 | 2026-04-07T04:26:36.577Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3315 | 2026-04-07T04:26:38.916Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3316 | 2026-04-07T04:26:41.434Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3317 | 2026-04-07T04:26:43.818Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3318 | 2026-04-07T04:26:46.230Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3319 | 2026-04-07T04:26:48.685Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3320 | 2026-04-07T04:26:51.018Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3321 | 2026-04-07T04:26:53.459Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3322 | 2026-04-07T04:26:55.881Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3323 | 2026-04-07T04:26:58.597Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3324 | 2026-04-07T04:27:01.031Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3325 | 2026-04-07T04:27:03.506Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3326 | 2026-04-07T04:27:05.879Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3327 | 2026-04-07T04:27:08.291Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3328 | 2026-04-07T04:27:10.822Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3329 | 2026-04-07T04:27:13.687Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3330 | 2026-04-07T04:27:15.926Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3331 | 2026-04-07T04:27:18.387Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3332 | 2026-04-07T04:27:25.635Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3333 | 2026-04-07T04:27:25.851Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3334 | 2026-04-07T04:27:29.137Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3335 | 2026-04-07T04:27:32.463Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3336 | 2026-04-07T04:27:35.618Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3337 | 2026-04-07T04:27:38.840Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3338 | 2026-04-07T04:27:42.120Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3339 | 2026-04-07T04:27:45.390Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3340 | 2026-04-07T04:27:48.762Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3341 | 2026-04-07T04:27:52.130Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3342 | 2026-04-07T04:27:55.347Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3343 | 2026-04-07T04:27:58.553Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3344 | 2026-04-07T04:28:01.858Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3345 | 2026-04-07T04:28:05.154Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3346 | 2026-04-07T04:28:08.436Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3347 | 2026-04-07T04:28:11.754Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3348 | 2026-04-07T04:28:15.132Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3349 | 2026-04-07T04:28:18.456Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3350 | 2026-04-07T04:28:21.750Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3351 | 2026-04-07T04:28:24.955Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3352 | 2026-04-07T04:28:28.279Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3353 | 2026-04-07T04:28:31.659Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3354 | 2026-04-07T04:28:34.947Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3355 | 2026-04-07T04:28:38.295Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3356 | 2026-04-07T04:28:41.521Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3357 | 2026-04-07T04:28:44.877Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3358 | 2026-04-07T04:28:48.202Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3359 | 2026-04-07T04:29:16.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 18s |
| 3360 | 2026-04-07T04:29:16.929Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files |
| 3361 | 2026-04-07T04:29:17.031Z | |
| 3362 | 2026-04-07T04:29:17.035Z | real 6:18.916157040 |
| 3363 | 2026-04-07T04:29:17.035Z | user 17:19.740869029 |
| 3364 | 2026-04-07T04:29:17.035Z | sys 3:41.113352225 |
| 3365 | 2026-04-07T04:29:17.035Z | trap 0.273535891 |
| 3366 | 2026-04-07T04:29:17.035Z | tflt 0.031397676 |
| 3367 | 2026-04-07T04:29:17.035Z | dflt 0.024200567 |
| 3368 | 2026-04-07T04:29:17.035Z | kflt 0.000051701 |
| 3369 | 2026-04-07T04:29:17.035Z | lock 5:51:16.600309002 |
| 3370 | 2026-04-07T04:29:17.035Z | slp 2:06:30.929452154 |
| 3371 | 2026-04-07T04:29:17.035Z | lat 37.059129526 |
| 3372 | 2026-04-07T04:29:17.035Z | stop 1:50.529177330 |
| 3373 | 2026-04-07T04:29:17.035Z | process exited: duration 797047 ms, exit code 0 |
| |
| 3374 | 2026-04-07T04:29:17.041Z | found 0 output files |