|
|
|
| 1 | 2026-04-28T20:01:35.495Z | job assigned to worker 01KQATVYQ1CJGRPZADZ6EPT9ZZ [factory aws, i-065b28ed4779cdbba] (queued for 1 m 1 s) |
| |
| 2 | 2026-04-28T20:01:42.238Z | starting task 0: "setup" |
| 3 | 2026-04-28T20:01:42.242Z | ++ uname -s |
| 4 | 2026-04-28T20:01:42.245Z | + kern=SunOS |
| 5 | 2026-04-28T20:01:42.245Z | + build_user=build |
| 6 | 2026-04-28T20:01:42.245Z | + build_uid=12345 |
| 7 | 2026-04-28T20:01:42.245Z | + work_dir=/work |
| 8 | 2026-04-28T20:01:42.245Z | + input_dir=/input |
| 9 | 2026-04-28T20:01:42.245Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-28T20:01:42.245Z | + case "$kern" in |
| 11 | 2026-04-28T20:01:42.245Z | + groupadd -g 12345 build |
| 12 | 2026-04-28T20:01:42.248Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-28T20:01:44.252Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-28T20:01:44.330Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-28T20:01:44.333Z | + home_fs=zfs |
| 16 | 2026-04-28T20:01:44.333Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-28T20:01:44.333Z | + mkdir -p /home/build |
| 18 | 2026-04-28T20:01:44.333Z | + chown build:build /home/build /work |
| 19 | 2026-04-28T20:01:46.335Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-28T20:01:46.339Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2026-04-28T20:01:46.344Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-28T20:01:46.349Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-28T20:01:46.349Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-04-28T20:01:46.349Z | * rust toolchain profile = "default" |
| 25 | 2026-04-28T20:01:46.349Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-28T20:01:46.349Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-28T20:01:46.349Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-28T20:01:46.352Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-28T20:01:46.352Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-28T20:01:46.473Z | info: downloading installer |
| 31 | 2026-04-28T20:01:48.146Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-28T20:01:48.146Z | warn: /opt/ooce/bin |
| 33 | 2026-04-28T20:01:48.146Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-28T20:01:48.146Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-28T20:01:48.146Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-28T20:01:48.146Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-28T20:01:48.146Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-28T20:01:48.146Z | error: cannot install while Rust is installed |
| 39 | 2026-04-28T20:01:48.146Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-28T20:01:48.146Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-28T20:01:48.146Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-28T20:01:48.146Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-28T20:01:48.146Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-28T20:01:48.180Z | info: profile set to default |
| 45 | 2026-04-28T20:01:48.180Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-28T20:01:48.183Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-28T20:01:48.320Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-28T20:01:48.323Z | info: downloading 6 components |
| 49 | 2026-04-28T20:02:02.549Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-28T20:02:02.549Z | |
| 51 | 2026-04-28T20:02:02.585Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-28T20:02:02.585Z | |
| 53 | 2026-04-28T20:02:02.585Z | |
| 54 | 2026-04-28T20:02:02.585Z | Rust is installed now. Great! |
| 55 | 2026-04-28T20:02:02.585Z | |
| 56 | 2026-04-28T20:02:02.585Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-28T20:02:02.588Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-28T20:02:02.588Z | |
| 59 | 2026-04-28T20:02:02.588Z | To configure your current shell, you need to source |
| 60 | 2026-04-28T20:02:02.589Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-28T20:02:02.589Z | |
| 62 | 2026-04-28T20:02:02.589Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-28T20:02:02.589Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-28T20:02:02.589Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-28T20:02:02.589Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-28T20:02:02.589Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-28T20:02:02.589Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-28T20:02:02.589Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-28T20:02:02.589Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-28T20:02:02.589Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-28T20:02:02.685Z | + rustup --version |
| 72 | 2026-04-28T20:02:02.693Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-28T20:02:02.696Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-28T20:02:02.716Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-28T20:02:02.719Z | + cargo --version |
| 76 | 2026-04-28T20:02:02.732Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-28T20:02:02.735Z | + rustc --version |
| 78 | 2026-04-28T20:02:02.755Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-28T20:02:02.758Z | process exited: duration 16411 ms, exit code 0 |
| |
| 80 | 2026-04-28T20:02:02.763Z | starting task 2: "authentication" |
| 81 | 2026-04-28T20:02:02.780Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-04-28T20:02:02.786Z | starting task 3: "clone repository" |
| 83 | 2026-04-28T20:02:02.790Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-28T20:02:02.793Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-28T20:02:02.921Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-28T20:02:12.327Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-28T20:02:12.327Z | + git fetch origin 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d |
| 88 | 2026-04-28T20:02:12.662Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-28T20:02:12.662Z | * branch 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d -> FETCH_HEAD |
| 90 | 2026-04-28T20:02:12.671Z | + [[ -n john/bootstore-external-networking-gen ]] |
| 91 | 2026-04-28T20:02:12.674Z | ++ git branch --show-current |
| 92 | 2026-04-28T20:02:12.674Z | + current=main |
| 93 | 2026-04-28T20:02:12.674Z | + [[ main != john/bootstore-external-networking-gen ]] |
| 94 | 2026-04-28T20:02:12.674Z | + git branch -f john/bootstore-external-networking-gen 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d |
| 95 | 2026-04-28T20:02:12.677Z | + git checkout -f john/bootstore-external-networking-gen |
| 96 | 2026-04-28T20:02:12.903Z | Switched to branch 'john/bootstore-external-networking-gen' |
| 97 | 2026-04-28T20:02:12.906Z | + git reset --hard 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d |
| 98 | 2026-04-28T20:02:12.945Z | HEAD is now at 9a4f1a39c add unit tests for does_bootstore_need_update() |
| 99 | 2026-04-28T20:02:12.948Z | process exited: duration 10159 ms, exit code 0 |
| |
| 100 | 2026-04-28T20:02:12.954Z | starting task 4: "build" |
| 101 | 2026-04-28T20:02:12.958Z | + source ./env.sh |
| 102 | 2026-04-28T20:02:12.958Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-04-28T20:02:12.958Z | ++ set -o xtrace |
| 104 | 2026-04-28T20:02:12.961Z | ++++ dirname ./env.sh |
| 105 | 2026-04-28T20:02:12.964Z | +++ readlink -f . |
| 106 | 2026-04-28T20:02:12.976Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-04-28T20:02:12.980Z | ++ 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-28T20:02:12.980Z | ++ 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-28T20:02:12.980Z | ++ 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-28T20:02:12.980Z | ++ 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-28T20:02:12.980Z | ++ 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-28T20:02:12.980Z | ++ 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-28T20:02:12.980Z | ++ 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-28T20:02:12.980Z | ++ 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-28T20:02:12.980Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-04-28T20:02:12.980Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-04-28T20:02:12.980Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-04-28T20:02:12.980Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-04-28T20:02:12.980Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-04-28T20:02:12.980Z | + cargo --version |
| 121 | 2026-04-28T20:02:12.986Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-04-28T20:02:12.989Z | + rustc --version |
| 123 | 2026-04-28T20:02:13.010Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-04-28T20:02:13.013Z | + banner prerequisites |
| 125 | 2026-04-28T20:02:13.015Z | |
| 126 | 2026-04-28T20:02:13.015Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-04-28T20:02:13.015Z | # # # # # # # # # # # # # # # |
| 128 | 2026-04-28T20:02:13.015Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-04-28T20:02:13.015Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-04-28T20:02:13.016Z | # # # # # # # # # # # # # # # |
| 131 | 2026-04-28T20:02:13.016Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-04-28T20:02:13.016Z | |
| 133 | 2026-04-28T20:02:13.016Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-04-28T20:02:24.061Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-04-28T20:02:31.670Z | Startup: Caching catalogs ... Done |
| 136 | 2026-04-28T20:02:38.272Z | Planning: Solver setup ... Done (5.053s) |
| 137 | 2026-04-28T20:02:38.306Z | Planning: Running solver ... Done (0.034s) |
| 138 | 2026-04-28T20:02:38.439Z | Planning: Finding local manifests ... Done (0.004s) |
| 139 | 2026-04-28T20:02:38.451Z | Planning: Fetching manifests: 0/5 0% complete |
| 140 | 2026-04-28T20:02:38.566Z | Planning: Fetching manifests: 5/5 100% complete |
| 141 | 2026-04-28T20:02:38.605Z | Planning: Package planning ... Done (0.038s) |
| 142 | 2026-04-28T20:02:38.641Z | Planning: Merging actions ... Done (0.036s) |
| 143 | 2026-04-28T20:02:38.835Z | Planning: Checking for conflicting actions ... Done (0.193s) |
| 144 | 2026-04-28T20:02:38.843Z | Planning: Consolidating action changes ... Done (0.009s) |
| 145 | 2026-04-28T20:02:40.328Z | Planning: Evaluating mediators ... Done (1.485s) |
| 146 | 2026-04-28T20:02:40.336Z | Planning: Planning completed in 8.50 seconds |
| 147 | 2026-04-28T20:02:40.346Z | Packages to install: 5 |
| 148 | 2026-04-28T20:02:40.346Z | Mediators to change: 3 |
| 149 | 2026-04-28T20:02:40.349Z | Services to change: 1 |
| 150 | 2026-04-28T20:02:40.349Z | Estimated space available: 155.35 GB |
| 151 | 2026-04-28T20:02:40.349Z | Estimated space to be consumed: 1.89 GB |
| 152 | 2026-04-28T20:02:40.349Z | Create boot environment: No |
| 153 | 2026-04-28T20:02:40.349Z | Create backup boot environment: No |
| 154 | 2026-04-28T20:02:40.349Z | Rebuild boot archive: No |
| 155 | 2026-04-28T20:02:40.349Z | |
| 156 | 2026-04-28T20:02:40.350Z | Changed mediators: |
| 157 | 2026-04-28T20:02:40.350Z | mediator clang: |
| 158 | 2026-04-28T20:02:40.350Z | version: None -> 15 (system default) |
| 159 | 2026-04-28T20:02:40.350Z | |
| 160 | 2026-04-28T20:02:40.350Z | mediator llvm: |
| 161 | 2026-04-28T20:02:40.350Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-04-28T20:02:40.350Z | |
| 163 | 2026-04-28T20:02:40.350Z | mediator postgresql: |
| 164 | 2026-04-28T20:02:40.350Z | version: 15 (system default) -> 18 (system default) |
| 165 | 2026-04-28T20:02:40.350Z | |
| 166 | 2026-04-28T20:02:40.350Z | Changed packages: |
| 167 | 2026-04-28T20:02:40.350Z | helios-dev |
| 168 | 2026-04-28T20:02:40.350Z | developer/build-essential |
| 169 | 2026-04-28T20:02:40.350Z | None -> 11-2.0 |
| 170 | 2026-04-28T20:02:40.350Z | library/libxmlsec1 |
| 171 | 2026-04-28T20:02:40.350Z | None -> 1.2.35-2.0 |
| 172 | 2026-04-28T20:02:40.350Z | ooce/developer/clang-15 |
| 173 | 2026-04-28T20:02:40.350Z | None -> 15.0.7-2.0 |
| 174 | 2026-04-28T20:02:40.350Z | ooce/developer/llvm-15 |
| 175 | 2026-04-28T20:02:40.350Z | None -> 15.0.7-2.0 |
| 176 | 2026-04-28T20:02:40.350Z | ooce/library/postgresql-18 |
| 177 | 2026-04-28T20:02:40.350Z | None -> 18.1-2.0 |
| 178 | 2026-04-28T20:02:40.350Z | |
| 179 | 2026-04-28T20:02:40.350Z | Services: |
| 180 | 2026-04-28T20:02:40.350Z | restart_fmri: |
| 181 | 2026-04-28T20:02:40.350Z | svc:/system/update-man-index:default |
| 182 | 2026-04-28T20:02:40.402Z | |
| 183 | 2026-04-28T20:02:40.402Z | Download: 0/4272 items 0.0/219.0MB 0% complete |
| 184 | 2026-04-28T20:02:45.404Z | Download: 947/4272 items 18.8/219.0MB 8% complete (3.8M/s) |
| 185 | 2026-04-28T20:02:50.739Z | Download: 3283/4272 items 211.4/219.0MB 96% complete (21.3M/s) |
| 186 | 2026-04-28T20:02:55.009Z | Download: Completed 218.99 MB in 14.61 seconds (15.0M/s) |
| 187 | 2026-04-28T20:02:55.157Z | Actions: 1/4789 actions (Installing new actions) |
| 188 | 2026-04-28T20:02:58.606Z | Actions: Completed 4789 actions in 3.45 seconds. |
| 189 | 2026-04-28T20:02:58.921Z | Done (0.311s) |
| 190 | 2026-04-28T20:02:58.921Z | Done (0.000s) |
| 191 | 2026-04-28T20:02:59.661Z | Done (0.740s) |
| 192 | 2026-04-28T20:03:02.981Z | Done (2.967s) |
| 193 | 2026-04-28T20:03:03.054Z | Done (0.013s) |
| 194 | 2026-04-28T20:03:03.057Z | Done (0.000s) |
| 195 | 2026-04-28T20:03:03.296Z | Done (0.000s) |
| 196 | 2026-04-28T20:03:04.170Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2026-04-28T20:03:04.277Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2026-04-28T20:03:04.280Z | Planning: Consolidating action changes ... Done |
| 199 | 2026-04-28T20:03:04.441Z | Planning: Evaluating mediators ... Done |
| 200 | 2026-04-28T20:03:04.444Z | Planning: Planning completed in 0.27 seconds |
| 201 | 2026-04-28T20:03:04.462Z | Mediators to change: 2 |
| 202 | 2026-04-28T20:03:04.462Z | Create boot environment: No |
| 203 | 2026-04-28T20:03:04.463Z | Create backup boot environment: No |
| 204 | 2026-04-28T20:03:04.517Z | Done |
| 205 | 2026-04-28T20:03:04.517Z | Done |
| 206 | 2026-04-28T20:03:05.150Z | Done |
| 207 | 2026-04-28T20:03:07.691Z | Done |
| 208 | 2026-04-28T20:03:07.770Z | Done |
| 209 | 2026-04-28T20:03:07.801Z | Done |
| 210 | 2026-04-28T20:03:07.900Z | Done |
| 211 | 2026-04-28T20:03:08.163Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2026-04-28T20:03:08.274Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2026-04-28T20:03:08.276Z | Planning: Consolidating action changes ... Done |
| 214 | 2026-04-28T20:03:08.435Z | Planning: Evaluating mediators ... Done |
| 215 | 2026-04-28T20:03:08.438Z | Planning: Planning completed in 0.27 seconds |
| 216 | 2026-04-28T20:03:08.458Z | Mediators to change: 1 |
| 217 | 2026-04-28T20:03:08.458Z | Create boot environment: No |
| 218 | 2026-04-28T20:03:08.458Z | Create backup boot environment: No |
| 219 | 2026-04-28T20:03:08.504Z | Done |
| 220 | 2026-04-28T20:03:08.504Z | Done |
| 221 | 2026-04-28T20:03:09.169Z | Done |
| 222 | 2026-04-28T20:03:11.624Z | Done |
| 223 | 2026-04-28T20:03:11.698Z | Done |
| 224 | 2026-04-28T20:03:11.701Z | Done |
| 225 | 2026-04-28T20:03:11.906Z | Done |
| 226 | 2026-04-28T20:03:12.200Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 227 | 2026-04-28T20:03:12.200Z | clang system 15 system |
| 228 | 2026-04-28T20:03:12.200Z | csh system system illumos |
| 229 | 2026-04-28T20:03:12.200Z | ctags system system illumos |
| 230 | 2026-04-28T20:03:12.200Z | file system system illumos |
| 231 | 2026-04-28T20:03:12.200Z | gcc vendor 12 vendor |
| 232 | 2026-04-28T20:03:12.200Z | gcc system 14 system |
| 233 | 2026-04-28T20:03:12.200Z | gcc system 10 system |
| 234 | 2026-04-28T20:03:12.200Z | go system 1.20 system |
| 235 | 2026-04-28T20:03:12.200Z | go system 1.19 system |
| 236 | 2026-04-28T20:03:12.200Z | llvm system 15 system |
| 237 | 2026-04-28T20:03:12.200Z | llvm system 14 system |
| 238 | 2026-04-28T20:03:12.200Z | mariadb system 10.6 system |
| 239 | 2026-04-28T20:03:12.200Z | mta vendor vendor dma |
| 240 | 2026-04-28T20:03:12.200Z | openjdk system 17 system |
| 241 | 2026-04-28T20:03:12.200Z | openjdk system 11 system |
| 242 | 2026-04-28T20:03:12.200Z | openjdk system 1.8 system |
| 243 | 2026-04-28T20:03:12.200Z | openssl vendor 3 vendor |
| 244 | 2026-04-28T20:03:12.200Z | perl system 5.36 system |
| 245 | 2026-04-28T20:03:12.200Z | postgresql system 18 system |
| 246 | 2026-04-28T20:03:12.200Z | postgresql system 15 system |
| 247 | 2026-04-28T20:03:12.200Z | postgresql system 13 system |
| 248 | 2026-04-28T20:03:12.200Z | python vendor 3 vendor |
| 249 | 2026-04-28T20:03:12.200Z | python system 2 system |
| 250 | 2026-04-28T20:03:12.200Z | python3 system 3.11 system |
| 251 | 2026-04-28T20:03:12.200Z | ruby system 3.0 system |
| 252 | 2026-04-28T20:03:12.200Z | words vendor vendor american-english |
| 253 | 2026-04-28T20:03:12.200Z | words system system australian-english |
| 254 | 2026-04-28T20:03:12.200Z | words system system british-english |
| 255 | 2026-04-28T20:03:12.200Z | words system system canadian-english |
| 256 | 2026-04-28T20:03:12.200Z | words system system french |
| 257 | 2026-04-28T20:03:12.200Z | words system system italian |
| 258 | 2026-04-28T20:03:12.200Z | words system system ngerman |
| 259 | 2026-04-28T20:03:12.200Z | words system system ogerman |
| 260 | 2026-04-28T20:03:12.200Z | words system system spanish |
| 261 | 2026-04-28T20:03:12.429Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-04-28T20:03:12.429Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-04-28T20:03:17.064Z | FMRI IFO |
| 264 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im- |
| 271 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z --- |
| 272 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 273 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 274 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 275 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 276 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 277 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 278 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 279 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 280 | 2026-04-28T20:03:17.064Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 281 | 2026-04-28T20:03:18.221Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 282 | 2026-04-28T20:03:18.505Z | Updating crates.io index |
| 283 | 2026-04-28T20:03:18.540Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 284 | 2026-04-28T20:03:19.317Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 285 | 2026-04-28T20:03:19.596Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 286 | 2026-04-28T20:03:20.298Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 287 | 2026-04-28T20:03:21.071Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2026-04-28T20:03:21.698Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-04-28T20:03:23.101Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2026-04-28T20:03:23.766Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2026-04-28T20:03:24.161Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 292 | 2026-04-28T20:03:25.023Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2026-04-28T20:03:25.289Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 294 | 2026-04-28T20:03:25.731Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2026-04-28T20:03:26.204Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 296 | 2026-04-28T20:03:27.130Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 297 | 2026-04-28T20:03:27.703Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 298 | 2026-04-28T20:03:28.017Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 299 | 2026-04-28T20:03:28.295Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 300 | 2026-04-28T20:03:28.766Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 301 | 2026-04-28T20:03:29.159Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 302 | 2026-04-28T20:03:29.388Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 303 | 2026-04-28T20:03:29.767Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 304 | 2026-04-28T20:03:30.182Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 305 | 2026-04-28T20:03:30.638Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 306 | 2026-04-28T20:03:31.086Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 307 | 2026-04-28T20:03:31.375Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2026-04-28T20:03:31.697Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2026-04-28T20:03:32.570Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 310 | 2026-04-28T20:03:33.230Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 311 | 2026-04-28T20:03:33.893Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2026-04-28T20:03:34.363Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2026-04-28T20:03:34.675Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2026-04-28T20:03:35.013Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2026-04-28T20:03:35.329Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 316 | 2026-04-28T20:03:35.923Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2026-04-28T20:03:36.159Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2026-04-28T20:03:36.403Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2026-04-28T20:03:36.715Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2026-04-28T20:03:37.162Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 321 | 2026-04-28T20:03:49.041Z | Downloading crates ... |
| 322 | 2026-04-28T20:03:49.116Z | Downloaded toml_write v0.1.2 |
| 323 | 2026-04-28T20:03:49.121Z | Downloaded heck v0.4.1 |
| 324 | 2026-04-28T20:03:49.124Z | Downloaded typenum v1.19.0 |
| 325 | 2026-04-28T20:03:49.128Z | Downloaded yoke-derive v0.8.1 |
| 326 | 2026-04-28T20:03:49.130Z | Downloaded itoa v1.0.17 |
| 327 | 2026-04-28T20:03:49.133Z | Downloaded usdt-macro v0.5.0 |
| 328 | 2026-04-28T20:03:49.136Z | Downloaded toml_datetime v0.6.11 |
| 329 | 2026-04-28T20:03:49.139Z | Downloaded memmap v0.7.0 |
| 330 | 2026-04-28T20:03:49.139Z | Downloaded plain v0.2.3 |
| 331 | 2026-04-28T20:03:49.142Z | Downloaded zerofrom v0.1.6 |
| 332 | 2026-04-28T20:03:49.146Z | Downloaded version_check v0.9.5 |
| 333 | 2026-04-28T20:03:49.146Z | Downloaded typeid v1.0.3 |
| 334 | 2026-04-28T20:03:49.148Z | Downloaded unicode-linebreak v0.1.5 |
| 335 | 2026-04-28T20:03:49.148Z | Downloaded serde-value v0.7.0 |
| 336 | 2026-04-28T20:03:49.148Z | Downloaded cargo-platform v0.2.0 |
| 337 | 2026-04-28T20:03:49.151Z | Downloaded utf8_iter v1.0.4 |
| 338 | 2026-04-28T20:03:49.151Z | Downloaded utf8parse v0.2.2 |
| 339 | 2026-04-28T20:03:49.154Z | Downloaded usdt v0.5.0 |
| 340 | 2026-04-28T20:03:49.154Z | Downloaded cfg-if v1.0.4 |
| 341 | 2026-04-28T20:03:49.159Z | Downloaded unicode-xid v0.2.6 |
| 342 | 2026-04-28T20:03:49.159Z | Downloaded anstyle v1.0.13 |
| 343 | 2026-04-28T20:03:49.159Z | Downloaded swrite v0.1.0 |
| 344 | 2026-04-28T20:03:49.159Z | Downloaded ordered-float v2.10.1 |
| 345 | 2026-04-28T20:03:49.162Z | Downloaded macaddr v1.0.1 |
| 346 | 2026-04-28T20:03:49.165Z | Downloaded potential_utf v0.1.4 |
| 347 | 2026-04-28T20:03:49.165Z | Downloaded idna_adapter v1.2.1 |
| 348 | 2026-04-28T20:03:49.165Z | Downloaded clap_lex v1.0.0 |
| 349 | 2026-04-28T20:03:49.168Z | Downloaded usdt-attr-macro v0.5.0 |
| 350 | 2026-04-28T20:03:49.172Z | Downloaded proc-macro-error-attr v1.0.4 |
| 351 | 2026-04-28T20:03:49.172Z | Downloaded anstyle-query v1.1.5 |
| 352 | 2026-04-28T20:03:49.172Z | Downloaded pretty-hex v0.4.1 |
| 353 | 2026-04-28T20:03:49.176Z | Downloaded yoke v0.8.1 |
| 354 | 2026-04-28T20:03:49.176Z | Downloaded fnv v1.0.7 |
| 355 | 2026-04-28T20:03:49.176Z | Downloaded zerofrom-derive v0.1.6 |
| 356 | 2026-04-28T20:03:49.176Z | Downloaded thiserror-impl v1.0.69 |
| 357 | 2026-04-28T20:03:49.179Z | Downloaded generic-array v0.14.7 |
| 358 | 2026-04-28T20:03:49.179Z | Downloaded zmij v1.0.21 |
| 359 | 2026-04-28T20:03:49.183Z | Downloaded thiserror-impl v2.0.18 |
| 360 | 2026-04-28T20:03:49.183Z | Downloaded crypto-common v0.1.7 |
| 361 | 2026-04-28T20:03:49.183Z | Downloaded writeable v0.6.2 |
| 362 | 2026-04-28T20:03:49.183Z | Downloaded thiserror v1.0.69 |
| 363 | 2026-04-28T20:03:49.186Z | Downloaded thread-id v4.2.2 |
| 364 | 2026-04-28T20:03:49.186Z | Downloaded terminal_size v0.4.3 |
| 365 | 2026-04-28T20:03:49.190Z | Downloaded percent-encoding v2.3.2 |
| 366 | 2026-04-28T20:03:49.190Z | Downloaded is_terminal_polyfill v1.70.2 |
| 367 | 2026-04-28T20:03:49.190Z | Downloaded scroll_derive v0.12.1 |
| 368 | 2026-04-28T20:03:49.190Z | Downloaded zerovec-derive v0.11.2 |
| 369 | 2026-04-28T20:03:49.190Z | Downloaded thiserror v2.0.18 |
| 370 | 2026-04-28T20:03:49.193Z | Downloaded zerocopy-derive v0.7.35 |
| 371 | 2026-04-28T20:03:49.196Z | Downloaded usdt-impl v0.5.0 |
| 372 | 2026-04-28T20:03:49.196Z | Downloaded ucd-trie v0.1.7 |
| 373 | 2026-04-28T20:03:49.199Z | Downloaded toml v0.8.23 |
| 374 | 2026-04-28T20:03:49.199Z | Downloaded tinystr v0.8.2 |
| 375 | 2026-04-28T20:03:49.202Z | Downloaded proc-macro-error v1.0.4 |
| 376 | 2026-04-28T20:03:49.202Z | Downloaded cargo_metadata v0.21.0 |
| 377 | 2026-04-28T20:03:49.205Z | Downloaded camino-tempfile v1.4.1 |
| 378 | 2026-04-28T20:03:49.205Z | Downloaded form_urlencoded v1.2.2 |
| 379 | 2026-04-28T20:03:49.205Z | Downloaded block-buffer v0.10.4 |
| 380 | 2026-04-28T20:03:49.205Z | Downloaded strsim v0.11.1 |
| 381 | 2026-04-28T20:03:49.207Z | Downloaded stable_deref_trait v1.2.1 |
| 382 | 2026-04-28T20:03:49.210Z | Downloaded anstyle-parse v0.2.7 |
| 383 | 2026-04-28T20:03:49.213Z | Downloaded unicode-ident v1.0.24 |
| 384 | 2026-04-28T20:03:49.213Z | Downloaded textwrap v0.16.2 |
| 385 | 2026-04-28T20:03:49.216Z | Downloaded cargo_toml v0.21.0 |
| 386 | 2026-04-28T20:03:49.216Z | Downloaded anstream v0.6.21 |
| 387 | 2026-04-28T20:03:49.218Z | Downloaded autocfg v1.5.0 |
| 388 | 2026-04-28T20:03:49.221Z | Downloaded zerotrie v0.2.3 |
| 389 | 2026-04-28T20:03:49.221Z | Downloaded colorchoice v1.0.4 |
| 390 | 2026-04-28T20:03:49.224Z | Downloaded url v2.5.8 |
| 391 | 2026-04-28T20:03:49.224Z | Downloaded toml_edit v0.22.27 |
| 392 | 2026-04-28T20:03:49.227Z | Downloaded winnow v0.7.14 |
| 393 | 2026-04-28T20:03:49.231Z | Downloaded zerocopy v0.7.35 |
| 394 | 2026-04-28T20:03:49.240Z | Downloaded zerovec v0.11.5 |
| 395 | 2026-04-28T20:03:49.243Z | Downloaded errno v0.3.14 |
| 396 | 2026-04-28T20:03:49.246Z | Downloaded equivalent v1.0.2 |
| 397 | 2026-04-28T20:03:49.246Z | Downloaded smawk v0.3.2 |
| 398 | 2026-04-28T20:03:49.246Z | Downloaded cpufeatures v0.2.17 |
| 399 | 2026-04-28T20:03:49.249Z | Downloaded bytecount v0.6.9 |
| 400 | 2026-04-28T20:03:49.249Z | Downloaded dof v0.3.0 |
| 401 | 2026-04-28T20:03:49.249Z | Downloaded serde-untagged v0.1.9 |
| 402 | 2026-04-28T20:03:49.252Z | Downloaded scroll v0.12.0 |
| 403 | 2026-04-28T20:03:49.252Z | Downloaded byteorder v1.5.0 |
| 404 | 2026-04-28T20:03:49.252Z | Downloaded tabled_derive v0.7.0 |
| 405 | 2026-04-28T20:03:49.256Z | Downloaded unicode-width v0.2.0 |
| 406 | 2026-04-28T20:03:49.259Z | Downloaded serde_spanned v0.6.9 |
| 407 | 2026-04-28T20:03:49.259Z | Downloaded fastrand v2.3.0 |
| 408 | 2026-04-28T20:03:49.259Z | Downloaded dtrace-parser v0.2.0 |
| 409 | 2026-04-28T20:03:49.259Z | Downloaded unicode-width v0.1.14 |
| 410 | 2026-04-28T20:03:49.262Z | Downloaded litemap v0.8.1 |
| 411 | 2026-04-28T20:03:49.262Z | Downloaded bitflags v2.11.0 |
| 412 | 2026-04-28T20:03:49.265Z | Downloaded once_cell v1.21.3 |
| 413 | 2026-04-28T20:03:49.269Z | Downloaded pest_generator v2.8.6 |
| 414 | 2026-04-28T20:03:49.274Z | Downloaded cargo-util-schemas v0.8.2 |
| 415 | 2026-04-28T20:03:49.277Z | Downloaded sha2 v0.10.9 |
| 416 | 2026-04-28T20:03:49.277Z | Downloaded heck v0.5.0 |
| 417 | 2026-04-28T20:03:49.280Z | Downloaded clap_derive v4.5.55 |
| 418 | 2026-04-28T20:03:49.283Z | Downloaded digest v0.10.7 |
| 419 | 2026-04-28T20:03:49.288Z | Downloaded anyhow v1.0.102 |
| 420 | 2026-04-28T20:03:49.294Z | Downloaded fs-err v3.3.0 |
| 421 | 2026-04-28T20:03:49.301Z | Downloaded erased-serde v0.4.9 |
| 422 | 2026-04-28T20:03:49.304Z | Downloaded synstructure v0.13.2 |
| 423 | 2026-04-28T20:03:49.306Z | Downloaded pest_derive v2.8.6 |
| 424 | 2026-04-28T20:03:49.307Z | Downloaded num-traits v0.2.19 |
| 425 | 2026-04-28T20:03:49.309Z | Downloaded papergrid v0.11.0 |
| 426 | 2026-04-28T20:03:49.309Z | Downloaded displaydoc v0.2.5 |
| 427 | 2026-04-28T20:03:49.312Z | Downloaded icu_provider v2.1.1 |
| 428 | 2026-04-28T20:03:49.312Z | Downloaded smallvec v1.15.1 |
| 429 | 2026-04-28T20:03:49.315Z | Downloaded semver v1.0.27 |
| 430 | 2026-04-28T20:03:49.317Z | Downloaded clap v4.5.60 |
| 431 | 2026-04-28T20:03:49.320Z | Downloaded serde_derive v1.0.228 |
| 432 | 2026-04-28T20:03:49.323Z | Downloaded icu_properties v2.1.2 |
| 433 | 2026-04-28T20:03:49.348Z | Downloaded serde_tokenstream v0.2.3 |
| 434 | 2026-04-28T20:03:49.350Z | Downloaded camino v1.2.2 |
| 435 | 2026-04-28T20:03:49.354Z | Downloaded icu_normalizer_data v2.1.1 |
| 436 | 2026-04-28T20:03:49.356Z | Downloaded serde_core v1.0.228 |
| 437 | 2026-04-28T20:03:49.359Z | Downloaded quote v1.0.44 |
| 438 | 2026-04-28T20:03:49.364Z | Downloaded log v0.4.29 |
| 439 | 2026-04-28T20:03:49.367Z | Downloaded getrandom v0.4.1 |
| 440 | 2026-04-28T20:03:49.374Z | Downloaded tempfile v3.25.0 |
| 441 | 2026-04-28T20:03:49.376Z | Downloaded proc-macro2 v1.0.106 |
| 442 | 2026-04-28T20:03:49.381Z | Downloaded pest_meta v2.8.6 |
| 443 | 2026-04-28T20:03:49.385Z | Downloaded serde v1.0.228 |
| 444 | 2026-04-28T20:03:49.390Z | Downloaded icu_locale_core v2.1.1 |
| 445 | 2026-04-28T20:03:49.421Z | Downloaded icu_normalizer v2.1.1 |
| 446 | 2026-04-28T20:03:49.421Z | Downloaded icu_collections v2.1.1 |
| 447 | 2026-04-28T20:03:49.421Z | Downloaded memchr v2.8.0 |
| 448 | 2026-04-28T20:03:49.421Z | Downloaded indexmap v2.13.0 |
| 449 | 2026-04-28T20:03:49.424Z | Downloaded pest v2.8.6 |
| 450 | 2026-04-28T20:03:49.440Z | Downloaded hashbrown v0.16.1 |
| 451 | 2026-04-28T20:03:49.445Z | Downloaded idna v1.1.0 |
| 452 | 2026-04-28T20:03:49.450Z | Downloaded icu_properties_data v2.1.2 |
| 453 | 2026-04-28T20:03:49.455Z | Downloaded clap_builder v4.5.60 |
| 454 | 2026-04-28T20:03:49.469Z | Downloaded serde_json v1.0.149 |
| 455 | 2026-04-28T20:03:49.474Z | Downloaded goblin v0.8.2 |
| 456 | 2026-04-28T20:03:49.489Z | Downloaded tabled v0.15.0 |
| 457 | 2026-04-28T20:03:49.497Z | Downloaded syn v1.0.109 |
| 458 | 2026-04-28T20:03:49.503Z | Downloaded syn v2.0.117 |
| 459 | 2026-04-28T20:03:49.523Z | Downloaded rustix v1.1.3 |
| 460 | 2026-04-28T20:03:49.555Z | Downloaded libc v0.2.185 |
| 461 | 2026-04-28T20:03:49.623Z | Compiling proc-macro2 v1.0.106 |
| 462 | 2026-04-28T20:03:49.623Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-04-28T20:03:49.623Z | Compiling quote v1.0.44 |
| 464 | 2026-04-28T20:03:49.623Z | Compiling serde_core v1.0.228 |
| 465 | 2026-04-28T20:03:49.623Z | Compiling libc v0.2.185 |
| 466 | 2026-04-28T20:03:49.623Z | Compiling version_check v0.9.5 |
| 467 | 2026-04-28T20:03:49.623Z | Compiling memchr v2.8.0 |
| 468 | 2026-04-28T20:03:49.626Z | Compiling serde v1.0.228 |
| 469 | 2026-04-28T20:03:50.013Z | Compiling stable_deref_trait v1.2.1 |
| 470 | 2026-04-28T20:03:50.093Z | Compiling zmij v1.0.21 |
| 471 | 2026-04-28T20:03:51.140Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-04-28T20:03:51.145Z | Compiling thiserror v1.0.69 |
| 473 | 2026-04-28T20:03:51.145Z | Compiling itoa v1.0.17 |
| 474 | 2026-04-28T20:03:51.145Z | Compiling autocfg v1.5.0 |
| 475 | 2026-04-28T20:03:51.145Z | Compiling pest v2.8.6 |
| 476 | 2026-04-28T20:03:51.145Z | Compiling litemap v0.8.1 |
| 477 | 2026-04-28T20:03:51.145Z | Compiling writeable v0.6.2 |
| 478 | 2026-04-28T20:03:51.145Z | Compiling icu_properties_data v2.1.2 |
| 479 | 2026-04-28T20:03:51.145Z | Compiling icu_normalizer_data v2.1.1 |
| 480 | 2026-04-28T20:03:51.145Z | Compiling byteorder v1.5.0 |
| 481 | 2026-04-28T20:03:51.145Z | Compiling rustix v1.1.3 |
| 482 | 2026-04-28T20:03:51.226Z | Compiling syn v2.0.117 |
| 483 | 2026-04-28T20:03:51.306Z | Compiling errno v0.3.14 |
| 484 | 2026-04-28T20:03:51.325Z | Compiling serde_json v1.0.149 |
| 485 | 2026-04-28T20:03:51.343Z | Compiling bitflags v2.11.0 |
| 486 | 2026-04-28T20:03:51.565Z | Compiling num-traits v0.2.19 |
| 487 | 2026-04-28T20:03:51.595Z | Compiling smallvec v1.15.1 |
| 488 | 2026-04-28T20:03:51.619Z | Compiling hashbrown v0.16.1 |
| 489 | 2026-04-28T20:03:51.710Z | Compiling pest_meta v2.8.6 |
| 490 | 2026-04-28T20:03:51.898Z | Compiling equivalent v1.0.2 |
| 491 | 2026-04-28T20:03:51.993Z | Compiling typeid v1.0.3 |
| 492 | 2026-04-28T20:03:52.241Z | Compiling indexmap v2.13.0 |
| 493 | 2026-04-28T20:03:52.259Z | Compiling thread-id v4.2.2 |
| 494 | 2026-04-28T20:03:52.278Z | Compiling usdt-impl v0.5.0 |
| 495 | 2026-04-28T20:03:52.332Z | Compiling proc-macro-error-attr v1.0.4 |
| 496 | 2026-04-28T20:03:52.352Z | Compiling winnow v0.7.14 |
| 497 | 2026-04-28T20:03:52.508Z | Compiling syn v1.0.109 |
| 498 | 2026-04-28T20:03:52.528Z | Compiling toml_write v0.1.2 |
| 499 | 2026-04-28T20:03:52.743Z | Compiling erased-serde v0.4.9 |
| 500 | 2026-04-28T20:03:53.151Z | Compiling proc-macro-error v1.0.4 |
| 501 | 2026-04-28T20:03:53.180Z | Compiling camino v1.2.2 |
| 502 | 2026-04-28T20:03:53.338Z | Compiling log v0.4.29 |
| 503 | 2026-04-28T20:03:53.496Z | Compiling utf8_iter v1.0.4 |
| 504 | 2026-04-28T20:03:53.515Z | Compiling plain v0.2.3 |
| 505 | 2026-04-28T20:03:53.532Z | Compiling thiserror v2.0.18 |
| 506 | 2026-04-28T20:03:53.631Z | Compiling utf8parse v0.2.2 |
| 507 | 2026-04-28T20:03:53.648Z | Compiling percent-encoding v2.3.2 |
| 508 | 2026-04-28T20:03:53.669Z | Compiling getrandom v0.4.1 |
| 509 | 2026-04-28T20:03:53.747Z | Compiling anstyle-parse v0.2.7 |
| 510 | 2026-04-28T20:03:53.839Z | Compiling form_urlencoded v1.2.2 |
| 511 | 2026-04-28T20:03:53.842Z | Compiling ordered-float v2.10.1 |
| 512 | 2026-04-28T20:03:53.954Z | Compiling synstructure v0.13.2 |
| 513 | 2026-04-28T20:03:54.014Z | Compiling pest_generator v2.8.6 |
| 514 | 2026-04-28T20:03:54.108Z | Compiling terminal_size v0.4.3 |
| 515 | 2026-04-28T20:03:54.249Z | Compiling colorchoice v1.0.4 |
| 516 | 2026-04-28T20:03:54.333Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-04-28T20:03:54.387Z | Compiling anstyle-query v1.1.5 |
| 518 | 2026-04-28T20:03:54.414Z | Compiling anstyle v1.0.13 |
| 519 | 2026-04-28T20:03:54.454Z | Compiling is_terminal_polyfill v1.70.2 |
| 520 | 2026-04-28T20:03:54.487Z | Compiling pretty-hex v0.4.1 |
| 521 | 2026-04-28T20:03:54.513Z | Compiling serde-untagged v0.1.9 |
| 522 | 2026-04-28T20:03:54.642Z | Compiling anstream v0.6.21 |
| 523 | 2026-04-28T20:03:54.689Z | Compiling semver v1.0.27 |
| 524 | 2026-04-28T20:03:54.741Z | Compiling fs-err v3.3.0 |
| 525 | 2026-04-28T20:03:54.773Z | Compiling anyhow v1.0.102 |
| 526 | 2026-04-28T20:03:54.936Z | Compiling heck v0.5.0 |
| 527 | 2026-04-28T20:03:54.956Z | Compiling fastrand v2.3.0 |
| 528 | 2026-04-28T20:03:55.016Z | Compiling once_cell v1.21.3 |
| 529 | 2026-04-28T20:03:55.042Z | Compiling bytecount v0.6.9 |
| 530 | 2026-04-28T20:03:55.087Z | Compiling fnv v1.0.7 |
| 531 | 2026-04-28T20:03:55.179Z | Compiling unicode-xid v0.2.6 |
| 532 | 2026-04-28T20:03:55.182Z | Compiling clap_lex v1.0.0 |
| 533 | 2026-04-28T20:03:55.218Z | Compiling strsim v0.11.1 |
| 534 | 2026-04-28T20:03:55.238Z | Compiling heck v0.4.1 |
| 535 | 2026-04-28T20:03:55.305Z | Compiling unicode-width v0.1.14 |
| 536 | 2026-04-28T20:03:55.430Z | Compiling clap_builder v4.5.60 |
| 537 | 2026-04-28T20:03:55.479Z | Compiling tempfile v3.25.0 |
| 538 | 2026-04-28T20:03:55.540Z | Compiling papergrid v0.11.0 |
| 539 | 2026-04-28T20:03:55.654Z | Compiling serde_derive v1.0.228 |
| 540 | 2026-04-28T20:03:55.699Z | Compiling zerofrom-derive v0.1.6 |
| 541 | 2026-04-28T20:03:55.781Z | Compiling yoke-derive v0.8.1 |
| 542 | 2026-04-28T20:03:55.849Z | Compiling zerovec-derive v0.11.2 |
| 543 | 2026-04-28T20:03:56.159Z | Compiling displaydoc v0.2.5 |
| 544 | 2026-04-28T20:03:56.933Z | Compiling thiserror-impl v1.0.69 |
| 545 | 2026-04-28T20:03:56.954Z | Compiling zerocopy-derive v0.7.35 |
| 546 | 2026-04-28T20:03:56.972Z | Compiling pest_derive v2.8.6 |
| 547 | 2026-04-28T20:03:56.991Z | Compiling scroll_derive v0.12.1 |
| 548 | 2026-04-28T20:03:57.111Z | Compiling zerofrom v0.1.6 |
| 549 | 2026-04-28T20:03:57.251Z | Compiling yoke v0.8.1 |
| 550 | 2026-04-28T20:03:57.403Z | Compiling thiserror-impl v2.0.18 |
| 551 | 2026-04-28T20:03:57.451Z | Compiling zerovec v0.11.5 |
| 552 | 2026-04-28T20:03:57.671Z | Compiling zerotrie v0.2.3 |
| 553 | 2026-04-28T20:03:57.839Z | Compiling zerocopy v0.7.35 |
| 554 | 2026-04-28T20:03:57.984Z | Compiling tinystr v0.8.2 |
| 555 | 2026-04-28T20:03:57.984Z | Compiling potential_utf v0.1.4 |
| 556 | 2026-04-28T20:03:58.162Z | Compiling icu_collections v2.1.1 |
| 557 | 2026-04-28T20:03:58.222Z | Compiling icu_locale_core v2.1.1 |
| 558 | 2026-04-28T20:03:58.313Z | Compiling dtrace-parser v0.2.0 |
| 559 | 2026-04-28T20:03:58.405Z | Compiling scroll v0.12.0 |
| 560 | 2026-04-28T20:03:58.520Z | Compiling tabled_derive v0.7.0 |
| 561 | 2026-04-28T20:03:58.686Z | Compiling goblin v0.8.2 |
| 562 | 2026-04-28T20:03:58.707Z | Compiling clap_derive v4.5.55 |
| 563 | 2026-04-28T20:03:58.892Z | Compiling icu_provider v2.1.1 |
| 564 | 2026-04-28T20:03:59.091Z | Compiling serde_spanned v0.6.9 |
| 565 | 2026-04-28T20:03:59.115Z | Compiling toml_datetime v0.6.11 |
| 566 | 2026-04-28T20:03:59.144Z | Compiling icu_properties v2.1.2 |
| 567 | 2026-04-28T20:03:59.170Z | Compiling icu_normalizer v2.1.1 |
| 568 | 2026-04-28T20:03:59.208Z | Compiling dof v0.3.0 |
| 569 | 2026-04-28T20:03:59.242Z | Compiling serde_tokenstream v0.2.3 |
| 570 | 2026-04-28T20:03:59.372Z | Compiling toml_edit v0.22.27 |
| 571 | 2026-04-28T20:03:59.564Z | Compiling serde-value v0.7.0 |
| 572 | 2026-04-28T20:03:59.604Z | Compiling cargo-platform v0.2.0 |
| 573 | 2026-04-28T20:03:59.727Z | Compiling memmap v0.7.0 |
| 574 | 2026-04-28T20:03:59.884Z | Compiling smawk v0.3.2 |
| 575 | 2026-04-28T20:03:59.917Z | Compiling unicode-width v0.2.0 |
| 576 | 2026-04-28T20:03:59.935Z | Compiling unicode-linebreak v0.1.5 |
| 577 | 2026-04-28T20:04:00.023Z | Compiling idna_adapter v1.2.1 |
| 578 | 2026-04-28T20:04:00.091Z | Compiling usdt-attr-macro v0.5.0 |
| 579 | 2026-04-28T20:04:00.170Z | Compiling idna v1.1.0 |
| 580 | 2026-04-28T20:04:00.189Z | Compiling usdt-macro v0.5.0 |
| 581 | 2026-04-28T20:04:00.206Z | Compiling textwrap v0.16.2 |
| 582 | 2026-04-28T20:04:00.233Z | Compiling tabled v0.15.0 |
| 583 | 2026-04-28T20:04:00.491Z | Compiling url v2.5.8 |
| 584 | 2026-04-28T20:04:00.667Z | Compiling clap v4.5.60 |
| 585 | 2026-04-28T20:04:00.759Z | Compiling macaddr v1.0.1 |
| 586 | 2026-04-28T20:04:00.778Z | Compiling toml v0.8.23 |
| 587 | 2026-04-28T20:04:01.118Z | Compiling camino-tempfile v1.4.1 |
| 588 | 2026-04-28T20:04:01.174Z | Compiling cargo-util-schemas v0.8.2 |
| 589 | 2026-04-28T20:04:01.249Z | Compiling cargo_toml v0.21.0 |
| 590 | 2026-04-28T20:04:01.389Z | Compiling swrite v0.1.0 |
| 591 | 2026-04-28T20:04:01.493Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 592 | 2026-04-28T20:04:01.680Z | Compiling usdt v0.5.0 |
| 593 | 2026-04-28T20:04:02.168Z | Compiling cargo_metadata v0.21.0 |
| 594 | 2026-04-28T20:04:03.120Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 595 | 2026-04-28T20:04:05.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.17s |
| 596 | 2026-04-28T20:04:05.459Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 597 | 2026-04-28T20:04:06.032Z | Downloading crates ... |
| 598 | 2026-04-28T20:04:06.123Z | Downloaded adler2 v2.0.1 |
| 599 | 2026-04-28T20:04:06.129Z | Downloaded argon2 v0.5.3 |
| 600 | 2026-04-28T20:04:06.132Z | Downloaded arrayref v0.3.9 |
| 601 | 2026-04-28T20:04:06.137Z | Downloaded base16ct v0.2.0 |
| 602 | 2026-04-28T20:04:06.139Z | Downloaded atty v0.2.14 |
| 603 | 2026-04-28T20:04:06.139Z | Downloaded ascii-canvas v3.0.0 |
| 604 | 2026-04-28T20:04:06.139Z | Downloaded async-stream-impl v0.3.6 |
| 605 | 2026-04-28T20:04:06.142Z | Downloaded async-stream v0.3.6 |
| 606 | 2026-04-28T20:04:06.142Z | Downloaded async-recursion v1.1.1 |
| 607 | 2026-04-28T20:04:06.146Z | Downloaded assert_matches v1.5.0 |
| 608 | 2026-04-28T20:04:06.146Z | Downloaded atomicwrites v0.4.4 |
| 609 | 2026-04-28T20:04:06.146Z | Downloaded aead v0.5.2 |
| 610 | 2026-04-28T20:04:06.149Z | Downloaded atomic-waker v1.1.2 |
| 611 | 2026-04-28T20:04:06.149Z | Downloaded array-init v0.0.4 |
| 612 | 2026-04-28T20:04:06.149Z | Downloaded defmt v0.3.100 |
| 613 | 2026-04-28T20:04:06.157Z | Downloaded document-features v0.2.12 |
| 614 | 2026-04-28T20:04:06.160Z | Downloaded async-trait v0.1.89 |
| 615 | 2026-04-28T20:04:06.163Z | Downloaded arrayvec v0.7.6 |
| 616 | 2026-04-28T20:04:06.163Z | Downloaded diff v0.1.13 |
| 617 | 2026-04-28T20:04:06.167Z | Downloaded fixedbitset v0.4.2 |
| 618 | 2026-04-28T20:04:06.167Z | Downloaded derive-where v1.6.0 |
| 619 | 2026-04-28T20:04:06.172Z | Downloaded downcast-rs v2.0.2 |
| 620 | 2026-04-28T20:04:06.178Z | Downloaded data-encoding v2.10.0 |
| 621 | 2026-04-28T20:04:06.182Z | Downloaded cipher v0.4.4 |
| 622 | 2026-04-28T20:04:06.185Z | Downloaded async-bb8-diesel v0.2.1 |
| 623 | 2026-04-28T20:04:06.185Z | Downloaded cstr-argument v0.1.2 |
| 624 | 2026-04-28T20:04:06.188Z | Downloaded display-error-chain v0.2.2 |
| 625 | 2026-04-28T20:04:06.188Z | Downloaded darling v0.20.11 |
| 626 | 2026-04-28T20:04:06.191Z | Downloaded derive-ex v0.1.8 |
| 627 | 2026-04-28T20:04:06.191Z | Downloaded bitfield-struct v0.6.2 |
| 628 | 2026-04-28T20:04:06.194Z | Downloaded bitfield-macros v0.19.4 |
| 629 | 2026-04-28T20:04:06.194Z | Downloaded defmt-macros v1.0.1 |
| 630 | 2026-04-28T20:04:06.194Z | Downloaded crunchy v0.2.4 |
| 631 | 2026-04-28T20:04:06.197Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 632 | 2026-04-28T20:04:06.197Z | Downloaded cfg_aliases v0.1.1 |
| 633 | 2026-04-28T20:04:06.200Z | Downloaded backon v1.6.0 |
| 634 | 2026-04-28T20:04:06.200Z | Downloaded derive_builder v0.20.2 |
| 635 | 2026-04-28T20:04:06.203Z | Downloaded dof v0.4.0 |
| 636 | 2026-04-28T20:04:06.203Z | Downloaded difflib v0.4.0 |
| 637 | 2026-04-28T20:04:06.206Z | Downloaded allocator-api2 v0.2.21 |
| 638 | 2026-04-28T20:04:06.206Z | Downloaded darling v0.23.0 |
| 639 | 2026-04-28T20:04:06.210Z | Downloaded ed25519-dalek v2.2.0 |
| 640 | 2026-04-28T20:04:06.212Z | Downloaded cobs v0.3.0 |
| 641 | 2026-04-28T20:04:06.212Z | Downloaded daft v0.1.5 |
| 642 | 2026-04-28T20:04:06.216Z | Downloaded crossterm v0.29.0 |
| 643 | 2026-04-28T20:04:06.218Z | Downloaded dirs-sys-next v0.1.2 |
| 644 | 2026-04-28T20:04:06.218Z | Downloaded compression-core v0.4.31 |
| 645 | 2026-04-28T20:04:06.221Z | Downloaded crc-catalog v2.4.0 |
| 646 | 2026-04-28T20:04:06.221Z | Downloaded crc v3.4.0 |
| 647 | 2026-04-28T20:04:06.221Z | Downloaded cfg_aliases v0.2.1 |
| 648 | 2026-04-28T20:04:06.224Z | Downloaded bit-set v0.5.3 |
| 649 | 2026-04-28T20:04:06.225Z | Downloaded derive_builder_macro v0.20.2 |
| 650 | 2026-04-28T20:04:06.225Z | Downloaded castaway v0.2.4 |
| 651 | 2026-04-28T20:04:06.225Z | Downloaded defmt-parser v1.0.0 |
| 652 | 2026-04-28T20:04:06.228Z | Downloaded crucible-workspace-hack v0.1.0 |
| 653 | 2026-04-28T20:04:06.228Z | Downloaded ciborium-io v0.2.2 |
| 654 | 2026-04-28T20:04:06.228Z | Downloaded block-padding v0.3.3 |
| 655 | 2026-04-28T20:04:06.228Z | Downloaded cargo-platform v0.1.9 |
| 656 | 2026-04-28T20:04:06.231Z | Downloaded crossterm v0.28.1 |
| 657 | 2026-04-28T20:04:06.235Z | Downloaded dirs-next v2.0.0 |
| 658 | 2026-04-28T20:04:06.235Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 659 | 2026-04-28T20:04:06.235Z | Downloaded darling_macro v0.23.0 |
| 660 | 2026-04-28T20:04:06.235Z | Downloaded darling_macro v0.21.3 |
| 661 | 2026-04-28T20:04:06.238Z | Downloaded crc8 v0.1.1 |
| 662 | 2026-04-28T20:04:06.238Z | Downloaded bit-set v0.8.0 |
| 663 | 2026-04-28T20:04:06.238Z | Downloaded darling_macro v0.20.11 |
| 664 | 2026-04-28T20:04:06.238Z | Downloaded convert_case v0.4.0 |
| 665 | 2026-04-28T20:04:06.238Z | Downloaded bzip2 v0.6.1 |
| 666 | 2026-04-28T20:04:06.241Z | Downloaded dsl_auto_type v0.2.0 |
| 667 | 2026-04-28T20:04:06.241Z | Downloaded ahash v0.8.12 |
| 668 | 2026-04-28T20:04:06.241Z | Downloaded darling_core v0.23.0 |
| 669 | 2026-04-28T20:04:06.244Z | Downloaded drift v0.1.3 |
| 670 | 2026-04-28T20:04:06.247Z | Downloaded deranged v0.5.8 |
| 671 | 2026-04-28T20:04:06.250Z | Downloaded derive_builder_core v0.20.2 |
| 672 | 2026-04-28T20:04:06.250Z | Downloaded daft-derive v0.1.5 |
| 673 | 2026-04-28T20:04:06.253Z | Downloaded float-cmp v0.10.0 |
| 674 | 2026-04-28T20:04:06.256Z | Downloaded embedded-io v0.4.0 |
| 675 | 2026-04-28T20:04:06.256Z | Downloaded cpufeatures v0.3.0 |
| 676 | 2026-04-28T20:04:06.256Z | Downloaded foreign-types-macros v0.2.3 |
| 677 | 2026-04-28T20:04:06.259Z | Downloaded foreign-types v0.5.0 |
| 678 | 2026-04-28T20:04:06.259Z | Downloaded foreign-types v0.3.2 |
| 679 | 2026-04-28T20:04:06.259Z | Downloaded ciborium-ll v0.2.2 |
| 680 | 2026-04-28T20:04:06.262Z | Downloaded ctr v0.9.2 |
| 681 | 2026-04-28T20:04:06.262Z | Downloaded camino-tempfile-ext v0.3.3 |
| 682 | 2026-04-28T20:04:06.262Z | Downloaded bitflags v1.3.2 |
| 683 | 2026-04-28T20:04:06.265Z | Downloaded flagset v0.4.7 |
| 684 | 2026-04-28T20:04:06.265Z | Downloaded debug-ignore v1.0.5 |
| 685 | 2026-04-28T20:04:06.269Z | Downloaded dtrace-parser v0.3.0 |
| 686 | 2026-04-28T20:04:06.269Z | Downloaded defmt v1.0.1 |
| 687 | 2026-04-28T20:04:06.269Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 688 | 2026-04-28T20:04:06.272Z | Downloaded foreign-types-shared v0.3.1 |
| 689 | 2026-04-28T20:04:06.272Z | Downloaded either v1.15.0 |
| 690 | 2026-04-28T20:04:06.272Z | Downloaded funty v2.0.0 |
| 691 | 2026-04-28T20:04:06.275Z | Downloaded foreign-types-shared v0.1.1 |
| 692 | 2026-04-28T20:04:06.275Z | Downloaded futures-core v0.3.32 |
| 693 | 2026-04-28T20:04:06.278Z | Downloaded const_format_proc_macros v0.2.34 |
| 694 | 2026-04-28T20:04:06.278Z | Downloaded chacha20 v0.9.1 |
| 695 | 2026-04-28T20:04:06.281Z | Downloaded cookie v0.18.1 |
| 696 | 2026-04-28T20:04:06.283Z | Downloaded float-ord v0.3.2 |
| 697 | 2026-04-28T20:04:06.283Z | Downloaded env_filter v1.0.0 |
| 698 | 2026-04-28T20:04:06.286Z | Downloaded futures-io v0.3.32 |
| 699 | 2026-04-28T20:04:06.291Z | Downloaded fxhash v0.2.1 |
| 700 | 2026-04-28T20:04:06.291Z | Downloaded futures-macro v0.3.32 |
| 701 | 2026-04-28T20:04:06.291Z | Downloaded cbc v0.1.2 |
| 702 | 2026-04-28T20:04:06.295Z | Downloaded backoff v0.4.0 |
| 703 | 2026-04-28T20:04:06.296Z | Downloaded buf-list v1.1.2 |
| 704 | 2026-04-28T20:04:06.302Z | Downloaded embedded-io v0.6.1 |
| 705 | 2026-04-28T20:04:06.302Z | Downloaded der_derive v0.7.3 |
| 706 | 2026-04-28T20:04:06.302Z | Downloaded enum-as-inner v0.6.1 |
| 707 | 2026-04-28T20:04:06.302Z | Downloaded endian-type v0.1.2 |
| 708 | 2026-04-28T20:04:06.304Z | Downloaded bcs v0.1.6 |
| 709 | 2026-04-28T20:04:06.304Z | Downloaded ghash v0.5.1 |
| 710 | 2026-04-28T20:04:06.304Z | Downloaded gethostname v0.5.0 |
| 711 | 2026-04-28T20:04:06.304Z | Downloaded git-stub v1.0.0 |
| 712 | 2026-04-28T20:04:06.305Z | Downloaded dunce v1.0.5 |
| 713 | 2026-04-28T20:04:06.305Z | Downloaded dyn-clone v1.0.20 |
| 714 | 2026-04-28T20:04:06.307Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 715 | 2026-04-28T20:04:06.307Z | Downloaded hash32 v0.3.1 |
| 716 | 2026-04-28T20:04:06.311Z | Downloaded cmake v0.1.57 |
| 717 | 2026-04-28T20:04:06.311Z | Downloaded futures-sink v0.3.32 |
| 718 | 2026-04-28T20:04:06.314Z | Downloaded critical-section v1.2.0 |
| 719 | 2026-04-28T20:04:06.314Z | Downloaded cargo_metadata v0.19.2 |
| 720 | 2026-04-28T20:04:06.314Z | Downloaded des v0.8.1 |
| 721 | 2026-04-28T20:04:06.317Z | Downloaded blowfish v0.9.1 |
| 722 | 2026-04-28T20:04:06.317Z | Downloaded corncobs v0.1.4 |
| 723 | 2026-04-28T20:04:06.320Z | Downloaded byte-wrapper v0.1.0 |
| 724 | 2026-04-28T20:04:06.320Z | Downloaded cassowary v0.3.0 |
| 725 | 2026-04-28T20:04:06.323Z | Downloaded env_logger v0.11.9 |
| 726 | 2026-04-28T20:04:06.323Z | Downloaded bitfield v0.19.4 |
| 727 | 2026-04-28T20:04:06.326Z | Downloaded fallible-iterator v0.2.0 |
| 728 | 2026-04-28T20:04:06.326Z | Downloaded ed25519 v2.2.3 |
| 729 | 2026-04-28T20:04:06.326Z | Downloaded hash32 v0.2.1 |
| 730 | 2026-04-28T20:04:06.329Z | Downloaded csv-core v0.1.13 |
| 731 | 2026-04-28T20:04:06.329Z | Downloaded constant_time_eq v0.4.2 |
| 732 | 2026-04-28T20:04:06.329Z | Downloaded bit-vec v0.6.3 |
| 733 | 2026-04-28T20:04:06.333Z | Downloaded bit-vec v0.8.0 |
| 734 | 2026-04-28T20:04:06.333Z | Downloaded bb8 v0.8.6 |
| 735 | 2026-04-28T20:04:06.333Z | Downloaded hex-literal v0.4.1 |
| 736 | 2026-04-28T20:04:06.337Z | Downloaded globwalk v0.9.1 |
| 737 | 2026-04-28T20:04:06.337Z | Downloaded compression-codecs v0.4.37 |
| 738 | 2026-04-28T20:04:06.337Z | Downloaded hex v0.4.3 |
| 739 | 2026-04-28T20:04:06.340Z | Downloaded cexpr v0.6.0 |
| 740 | 2026-04-28T20:04:06.341Z | Downloaded headers-core v0.3.0 |
| 741 | 2026-04-28T20:04:06.341Z | Downloaded http-body v1.0.1 |
| 742 | 2026-04-28T20:04:06.341Z | Downloaded fixedbitset v0.5.7 |
| 743 | 2026-04-28T20:04:06.344Z | Downloaded home v0.5.12 |
| 744 | 2026-04-28T20:04:06.344Z | Downloaded erased-serde v0.3.31 |
| 745 | 2026-04-28T20:04:06.344Z | Downloaded fd-lock v4.0.4 |
| 746 | 2026-04-28T20:04:06.346Z | Downloaded ecdsa v0.16.9 |
| 747 | 2026-04-28T20:04:06.347Z | Downloaded crossbeam-deque v0.8.6 |
| 748 | 2026-04-28T20:04:06.350Z | Downloaded http-range v0.1.5 |
| 749 | 2026-04-28T20:04:06.350Z | Downloaded hostname v0.4.2 |
| 750 | 2026-04-28T20:04:06.350Z | Downloaded arc-swap v1.8.2 |
| 751 | 2026-04-28T20:04:06.353Z | Downloaded futures-executor v0.3.32 |
| 752 | 2026-04-28T20:04:06.353Z | Downloaded crossbeam-utils v0.8.21 |
| 753 | 2026-04-28T20:04:06.356Z | Downloaded ar_archive_writer v0.5.1 |
| 754 | 2026-04-28T20:04:06.359Z | Downloaded hubpack_derive v0.1.1 |
| 755 | 2026-04-28T20:04:06.359Z | Downloaded fs_extra v1.3.0 |
| 756 | 2026-04-28T20:04:06.359Z | Downloaded foldhash v0.1.5 |
| 757 | 2026-04-28T20:04:06.359Z | Downloaded ena v0.14.4 |
| 758 | 2026-04-28T20:04:06.362Z | Downloaded convert_case v0.10.0 |
| 759 | 2026-04-28T20:04:06.363Z | Downloaded chacha20 v0.10.0 |
| 760 | 2026-04-28T20:04:06.366Z | Downloaded glob v0.3.3 |
| 761 | 2026-04-28T20:04:06.366Z | Downloaded internet-checksum v0.2.1 |
| 762 | 2026-04-28T20:04:06.366Z | Downloaded indent_write v2.2.0 |
| 763 | 2026-04-28T20:04:06.366Z | Downloaded futures-task v0.3.32 |
| 764 | 2026-04-28T20:04:06.369Z | Downloaded find-msvc-tools v0.1.9 |
| 765 | 2026-04-28T20:04:06.369Z | Downloaded instant v0.1.13 |
| 766 | 2026-04-28T20:04:06.369Z | Downloaded ident_case v1.0.1 |
| 767 | 2026-04-28T20:04:06.372Z | Downloaded hyper-tls v0.6.0 |
| 768 | 2026-04-28T20:04:06.372Z | Downloaded is_ci v1.2.0 |
| 769 | 2026-04-28T20:04:06.372Z | Downloaded instability v0.3.11 |
| 770 | 2026-04-28T20:04:06.372Z | Downloaded base64ct v1.8.3 |
| 771 | 2026-04-28T20:04:06.375Z | Downloaded indoc v1.0.9 |
| 772 | 2026-04-28T20:04:06.378Z | Downloaded is-terminal v0.4.17 |
| 773 | 2026-04-28T20:04:06.378Z | Downloaded darling v0.21.3 |
| 774 | 2026-04-28T20:04:06.381Z | Downloaded lazy_static v1.5.0 |
| 775 | 2026-04-28T20:04:06.381Z | Downloaded darling_core v0.21.3 |
| 776 | 2026-04-28T20:04:06.385Z | Downloaded cookie_store v0.22.1 |
| 777 | 2026-04-28T20:04:06.388Z | Downloaded cancel-safe-futures v0.1.5 |
| 778 | 2026-04-28T20:04:06.388Z | Downloaded globset v0.4.18 |
| 779 | 2026-04-28T20:04:06.391Z | Downloaded console v0.16.2 |
| 780 | 2026-04-28T20:04:06.391Z | Downloaded console v0.15.11 |
| 781 | 2026-04-28T20:04:06.393Z | Downloaded git-stub-vcs v0.1.0 |
| 782 | 2026-04-28T20:04:06.394Z | Downloaded futures-channel v0.3.32 |
| 783 | 2026-04-28T20:04:06.394Z | Downloaded keccak v0.1.6 |
| 784 | 2026-04-28T20:04:06.397Z | Downloaded clang-sys v1.8.1 |
| 785 | 2026-04-28T20:04:06.397Z | Downloaded ciborium v0.2.2 |
| 786 | 2026-04-28T20:04:06.401Z | Downloaded bzip2 v0.4.4 |
| 787 | 2026-04-28T20:04:06.401Z | Downloaded const-oid v0.9.6 |
| 788 | 2026-04-28T20:04:06.404Z | Downloaded highway v1.3.0 |
| 789 | 2026-04-28T20:04:06.404Z | Downloaded lalrpop-util v0.19.12 |
| 790 | 2026-04-28T20:04:06.404Z | Downloaded hubpack v0.1.2 |
| 791 | 2026-04-28T20:04:06.404Z | Downloaded crossbeam-epoch v0.9.18 |
| 792 | 2026-04-28T20:04:06.407Z | Downloaded colored v2.2.0 |
| 793 | 2026-04-28T20:04:06.407Z | Downloaded crc32fast v1.5.0 |
| 794 | 2026-04-28T20:04:06.410Z | Downloaded kstat-rs v0.2.4 |
| 795 | 2026-04-28T20:04:06.410Z | Downloaded aes-gcm v0.10.3 |
| 796 | 2026-04-28T20:04:06.413Z | Downloaded async-compression v0.4.41 |
| 797 | 2026-04-28T20:04:06.416Z | Downloaded humantime v2.3.0 |
| 798 | 2026-04-28T20:04:06.416Z | Downloaded foldhash v0.2.0 |
| 799 | 2026-04-28T20:04:06.419Z | Downloaded lru-cache v0.1.2 |
| 800 | 2026-04-28T20:04:06.419Z | Downloaded lru v0.12.5 |
| 801 | 2026-04-28T20:04:06.419Z | Downloaded httpdate v1.0.3 |
| 802 | 2026-04-28T20:04:06.419Z | Downloaded fs-err v2.11.0 |
| 803 | 2026-04-28T20:04:06.423Z | Downloaded filetime v0.2.27 |
| 804 | 2026-04-28T20:04:06.423Z | Downloaded ff v0.13.1 |
| 805 | 2026-04-28T20:04:06.423Z | Downloaded derive_more v0.99.20 |
| 806 | 2026-04-28T20:04:06.426Z | Downloaded memoffset v0.9.1 |
| 807 | 2026-04-28T20:04:06.429Z | Downloaded md-5 v0.10.6 |
| 808 | 2026-04-28T20:04:06.429Z | Downloaded multimap v0.10.1 |
| 809 | 2026-04-28T20:04:06.429Z | Downloaded aes v0.8.4 |
| 810 | 2026-04-28T20:04:06.433Z | Downloaded libscf-sys v1.1.0 |
| 811 | 2026-04-28T20:04:06.433Z | Downloaded inout v0.1.4 |
| 812 | 2026-04-28T20:04:06.433Z | Downloaded ingot-types v0.1.2 |
| 813 | 2026-04-28T20:04:06.436Z | Downloaded linked-hash-map v0.5.6 |
| 814 | 2026-04-28T20:04:06.436Z | Downloaded half v1.8.3 |
| 815 | 2026-04-28T20:04:06.436Z | Downloaded match_cfg v0.1.0 |
| 816 | 2026-04-28T20:04:06.436Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 817 | 2026-04-28T20:04:06.439Z | Downloaded managed v0.8.0 |
| 818 | 2026-04-28T20:04:06.439Z | Downloaded lzss v0.8.2 |
| 819 | 2026-04-28T20:04:06.442Z | Downloaded jobserver v0.1.34 |
| 820 | 2026-04-28T20:04:06.442Z | Downloaded hyper-staticfile v0.10.1 |
| 821 | 2026-04-28T20:04:06.445Z | Downloaded der v0.7.10 |
| 822 | 2026-04-28T20:04:06.448Z | Downloaded num-iter v0.1.45 |
| 823 | 2026-04-28T20:04:06.448Z | Downloaded normalize-line-endings v0.3.0 |
| 824 | 2026-04-28T20:04:06.448Z | Downloaded ipnetwork v0.21.1 |
| 825 | 2026-04-28T20:04:06.453Z | Downloaded ingot v0.1.1 |
| 826 | 2026-04-28T20:04:06.453Z | Downloaded indoc v2.0.7 |
| 827 | 2026-04-28T20:04:06.453Z | Downloaded group v0.13.0 |
| 828 | 2026-04-28T20:04:06.456Z | Downloaded mime v0.3.17 |
| 829 | 2026-04-28T20:04:06.456Z | Downloaded colored v3.1.1 |
| 830 | 2026-04-28T20:04:06.456Z | Downloaded blake2 v0.10.6 |
| 831 | 2026-04-28T20:04:06.456Z | Downloaded nibble_vec v0.1.0 |
| 832 | 2026-04-28T20:04:06.459Z | Downloaded newtype_derive v0.1.6 |
| 833 | 2026-04-28T20:04:06.459Z | Downloaded newline-converter v0.3.0 |
| 834 | 2026-04-28T20:04:06.459Z | Downloaded new_debug_unreachable v1.0.6 |
| 835 | 2026-04-28T20:04:06.462Z | Downloaded darling_core v0.20.11 |
| 836 | 2026-04-28T20:04:06.462Z | Downloaded crc-any v2.5.0 |
| 837 | 2026-04-28T20:04:06.464Z | Downloaded maybe-uninit v2.0.0 |
| 838 | 2026-04-28T20:04:06.464Z | Downloaded maplit v1.0.2 |
| 839 | 2026-04-28T20:04:06.464Z | Downloaded lru-slab v0.1.2 |
| 840 | 2026-04-28T20:04:06.467Z | Downloaded diesel-dtrace v0.5.0 |
| 841 | 2026-04-28T20:04:06.468Z | Downloaded hostname v0.3.1 |
| 842 | 2026-04-28T20:04:06.470Z | Downloaded nodrop v0.1.14 |
| 843 | 2026-04-28T20:04:06.473Z | Downloaded num v0.4.3 |
| 844 | 2026-04-28T20:04:06.473Z | Downloaded newtype-uuid-macros v0.1.0 |
| 845 | 2026-04-28T20:04:06.476Z | Downloaded num-derive v0.4.2 |
| 846 | 2026-04-28T20:04:06.476Z | Downloaded num-conv v0.2.0 |
| 847 | 2026-04-28T20:04:06.498Z | Downloaded http-body-util v0.1.3 |
| 848 | 2026-04-28T20:04:06.498Z | Downloaded httparse v1.10.1 |
| 849 | 2026-04-28T20:04:06.503Z | Downloaded num_threads v0.1.7 |
| 850 | 2026-04-28T20:04:06.503Z | Downloaded nonempty v0.12.0 |
| 851 | 2026-04-28T20:04:06.503Z | Downloaded libefi-sys v0.1.0 |
| 852 | 2026-04-28T20:04:06.503Z | Downloaded hyper-rustls v0.27.7 |
| 853 | 2026-04-28T20:04:06.503Z | Downloaded futures v0.3.32 |
| 854 | 2026-04-28T20:04:06.503Z | Downloaded num-derive v0.3.3 |
| 855 | 2026-04-28T20:04:06.503Z | Downloaded libloading v0.8.9 |
| 856 | 2026-04-28T20:04:06.503Z | Downloaded num_enum_derive v0.5.11 |
| 857 | 2026-04-28T20:04:06.503Z | Downloaded chacha20poly1305 v0.10.1 |
| 858 | 2026-04-28T20:04:06.503Z | Downloaded getrandom v0.3.4 |
| 859 | 2026-04-28T20:04:06.503Z | Downloaded opaque-debug v0.3.1 |
| 860 | 2026-04-28T20:04:06.503Z | Downloaded openssl-probe v0.2.1 |
| 861 | 2026-04-28T20:04:06.503Z | Downloaded md5 v0.7.0 |
| 862 | 2026-04-28T20:04:06.503Z | Downloaded libsw-core v0.3.2 |
| 863 | 2026-04-28T20:04:06.503Z | Downloaded linear-map v1.2.0 |
| 864 | 2026-04-28T20:04:06.503Z | Downloaded libsw v3.5.0 |
| 865 | 2026-04-28T20:04:06.503Z | Downloaded iana-time-zone v0.1.65 |
| 866 | 2026-04-28T20:04:06.503Z | Downloaded ipnet v2.11.0 |
| 867 | 2026-04-28T20:04:06.503Z | Downloaded ingot-macros v0.1.1 |
| 868 | 2026-04-28T20:04:06.507Z | Downloaded elliptic-curve v0.13.8 |
| 869 | 2026-04-28T20:04:06.507Z | Downloaded openssl-probe v0.1.6 |
| 870 | 2026-04-28T20:04:06.507Z | Downloaded openssl-macros v0.1.1 |
| 871 | 2026-04-28T20:04:06.507Z | Downloaded dropshot_endpoint v0.16.7 |
| 872 | 2026-04-28T20:04:06.510Z | Downloaded getrandom v0.2.17 |
| 873 | 2026-04-28T20:04:06.513Z | Downloaded derive_more v2.1.1 |
| 874 | 2026-04-28T20:04:06.517Z | Downloaded lock_api v0.4.14 |
| 875 | 2026-04-28T20:04:06.520Z | Downloaded crossbeam-channel v0.5.15 |
| 876 | 2026-04-28T20:04:06.523Z | Downloaded parse-size v1.1.0 |
| 877 | 2026-04-28T20:04:06.523Z | Downloaded crypto-bigint v0.5.5 |
| 878 | 2026-04-28T20:04:06.525Z | Downloaded path-slash v0.1.5 |
| 879 | 2026-04-28T20:04:06.525Z | Downloaded oso-derive v0.27.3 |
| 880 | 2026-04-28T20:04:06.528Z | Downloaded packed_struct_codegen v0.10.1 |
| 881 | 2026-04-28T20:04:06.528Z | Downloaded newtype-uuid v1.3.2 |
| 882 | 2026-04-28T20:04:06.528Z | Downloaded flume v0.11.1 |
| 883 | 2026-04-28T20:04:06.545Z | Downloaded pbkdf2 v0.11.0 |
| 884 | 2026-04-28T20:04:06.547Z | Downloaded parse-display v0.10.0 |
| 885 | 2026-04-28T20:04:06.548Z | Downloaded num-integer v0.1.46 |
| 886 | 2026-04-28T20:04:06.551Z | Downloaded native-tls v0.2.18 |
| 887 | 2026-04-28T20:04:06.551Z | Downloaded nanorand v0.7.0 |
| 888 | 2026-04-28T20:04:06.552Z | Downloaded multer v3.1.0 |
| 889 | 2026-04-28T20:04:06.555Z | Downloaded num_enum_derive v0.7.5 |
| 890 | 2026-04-28T20:04:06.555Z | Downloaded phf_shared v0.13.1 |
| 891 | 2026-04-28T20:04:06.555Z | Downloaded phf_shared v0.11.3 |
| 892 | 2026-04-28T20:04:06.558Z | Downloaded peg-runtime v0.8.5 |
| 893 | 2026-04-28T20:04:06.558Z | Downloaded num_enum v0.5.11 |
| 894 | 2026-04-28T20:04:06.561Z | Downloaded num-complex v0.4.6 |
| 895 | 2026-04-28T20:04:06.561Z | Downloaded pin-utils v0.1.0 |
| 896 | 2026-04-28T20:04:06.561Z | Downloaded olpc-cjson v0.1.4 |
| 897 | 2026-04-28T20:04:06.561Z | Downloaded litrs v1.0.0 |
| 898 | 2026-04-28T20:04:06.564Z | Downloaded base64 v0.21.7 |
| 899 | 2026-04-28T20:04:06.567Z | Downloaded num-rational v0.4.2 |
| 900 | 2026-04-28T20:04:06.567Z | Downloaded nu-ansi-term v0.50.3 |
| 901 | 2026-04-28T20:04:06.571Z | Downloaded phf_shared v0.12.1 |
| 902 | 2026-04-28T20:04:06.571Z | Downloaded hmac v0.12.1 |
| 903 | 2026-04-28T20:04:06.571Z | Downloaded const_format v0.2.35 |
| 904 | 2026-04-28T20:04:06.574Z | Downloaded compact_str v0.8.1 |
| 905 | 2026-04-28T20:04:06.574Z | Downloaded oxide-tokio-rt v0.1.4 |
| 906 | 2026-04-28T20:04:06.577Z | Downloaded heapless v0.8.0 |
| 907 | 2026-04-28T20:04:06.581Z | Downloaded heapless v0.7.17 |
| 908 | 2026-04-28T20:04:06.585Z | Downloaded predicates-tree v1.0.13 |
| 909 | 2026-04-28T20:04:06.585Z | Downloaded proc-macro-crate v3.4.0 |
| 910 | 2026-04-28T20:04:06.585Z | Downloaded predicates-core v1.0.10 |
| 911 | 2026-04-28T20:04:06.585Z | Downloaded precomputed-hash v0.1.1 |
| 912 | 2026-04-28T20:04:06.585Z | Downloaded powerfmt v0.2.0 |
| 913 | 2026-04-28T20:04:06.588Z | Downloaded indexmap v1.9.3 |
| 914 | 2026-04-28T20:04:06.588Z | Downloaded ignore v0.4.25 |
| 915 | 2026-04-28T20:04:06.590Z | Downloaded base64 v0.22.1 |
| 916 | 2026-04-28T20:04:06.593Z | Downloaded mime_guess v2.0.5 |
| 917 | 2026-04-28T20:04:06.593Z | Downloaded memmap2 v0.9.10 |
| 918 | 2026-04-28T20:04:06.593Z | Downloaded flate2 v1.1.9 |
| 919 | 2026-04-28T20:04:06.596Z | Downloaded password-hash v0.4.2 |
| 920 | 2026-04-28T20:04:06.599Z | Downloaded pbkdf2 v0.12.2 |
| 921 | 2026-04-28T20:04:06.599Z | Downloaded proc-macro-crate v1.3.1 |
| 922 | 2026-04-28T20:04:06.602Z | Downloaded paste v1.0.15 |
| 923 | 2026-04-28T20:04:06.602Z | Downloaded password-hash v0.5.0 |
| 924 | 2026-04-28T20:04:06.605Z | Downloaded parse-display-derive v0.10.0 |
| 925 | 2026-04-28T20:04:06.605Z | Downloaded progenitor-macro v0.11.2 |
| 926 | 2026-04-28T20:04:06.605Z | Downloaded progenitor-macro v0.10.0 |
| 927 | 2026-04-28T20:04:06.605Z | Downloaded parking_lot_core v0.8.6 |
| 928 | 2026-04-28T20:04:06.607Z | Downloaded packed_struct v0.10.1 |
| 929 | 2026-04-28T20:04:06.608Z | Downloaded dropshot_endpoint v0.17.0 |
| 930 | 2026-04-28T20:04:06.610Z | Downloaded half v2.7.1 |
| 931 | 2026-04-28T20:04:06.613Z | Downloaded pem-rfc7468 v0.7.0 |
| 932 | 2026-04-28T20:04:06.613Z | Downloaded progenitor-macro v0.13.0 |
| 933 | 2026-04-28T20:04:06.613Z | Downloaded progenitor-client v0.11.2 |
| 934 | 2026-04-28T20:04:06.616Z | Downloaded progenitor-client v0.10.0 |
| 935 | 2026-04-28T20:04:06.616Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 936 | 2026-04-28T20:04:06.616Z | Downloaded headers v0.4.1 |
| 937 | 2026-04-28T20:04:06.619Z | Downloaded psl-types v2.0.11 |
| 938 | 2026-04-28T20:04:06.622Z | Downloaded quick-error v1.2.3 |
| 939 | 2026-04-28T20:04:06.622Z | Downloaded pkg-config v0.3.32 |
| 940 | 2026-04-28T20:04:06.622Z | Downloaded pin-project-internal v1.1.11 |
| 941 | 2026-04-28T20:04:06.625Z | Downloaded peg-macros v0.8.5 |
| 942 | 2026-04-28T20:04:06.625Z | Downloaded dropshot-api-manager v0.6.0 |
| 943 | 2026-04-28T20:04:06.627Z | Downloaded libbz2-rs-sys v0.2.2 |
| 944 | 2026-04-28T20:04:06.627Z | Downloaded polyval v0.6.2 |
| 945 | 2026-04-28T20:04:06.630Z | Downloaded indicatif v0.18.4 |
| 946 | 2026-04-28T20:04:06.633Z | Downloaded pem v3.0.6 |
| 947 | 2026-04-28T20:04:06.633Z | Downloaded peg v0.8.5 |
| 948 | 2026-04-28T20:04:06.635Z | Downloaded rand_xorshift v0.4.0 |
| 949 | 2026-04-28T20:04:06.635Z | Downloaded rand_chacha v0.3.1 |
| 950 | 2026-04-28T20:04:06.635Z | Downloaded radium v0.7.0 |
| 951 | 2026-04-28T20:04:06.638Z | Downloaded phf v0.12.1 |
| 952 | 2026-04-28T20:04:06.638Z | Downloaded owo-colors v4.3.0 |
| 953 | 2026-04-28T20:04:06.638Z | Downloaded derive_more-impl v2.1.1 |
| 954 | 2026-04-28T20:04:06.642Z | Downloaded predicates v3.1.4 |
| 955 | 2026-04-28T20:04:06.646Z | Downloaded poly1305 v0.8.0 |
| 956 | 2026-04-28T20:04:06.649Z | Downloaded postgres-protocol v0.6.10 |
| 957 | 2026-04-28T20:04:06.649Z | Downloaded pin-project-lite v0.2.17 |
| 958 | 2026-04-28T20:04:06.652Z | Downloaded rfc6979 v0.4.0 |
| 959 | 2026-04-28T20:04:06.652Z | Downloaded ref-cast-impl v1.0.25 |
| 960 | 2026-04-28T20:04:06.652Z | Downloaded ref-cast v1.0.25 |
| 961 | 2026-04-28T20:04:06.655Z | Downloaded oxnet v0.1.4 |
| 962 | 2026-04-28T20:04:06.655Z | Downloaded bytes v1.11.1 |
| 963 | 2026-04-28T20:04:06.658Z | Downloaded parking_lot_core v0.9.12 |
| 964 | 2026-04-28T20:04:06.658Z | Downloaded diesel_derives v2.3.7 |
| 965 | 2026-04-28T20:04:06.664Z | Downloaded progenitor v0.11.2 |
| 966 | 2026-04-28T20:04:06.667Z | Downloaded proc-macro-error2 v2.0.1 |
| 967 | 2026-04-28T20:04:06.667Z | Downloaded primeorder v0.13.6 |
| 968 | 2026-04-28T20:04:06.667Z | Downloaded recursive v0.1.1 |
| 969 | 2026-04-28T20:04:06.667Z | Downloaded psm v0.1.30 |
| 970 | 2026-04-28T20:04:06.669Z | Downloaded parking_lot v0.12.5 |
| 971 | 2026-04-28T20:04:06.669Z | Downloaded russh-cryptovec v0.7.3 |
| 972 | 2026-04-28T20:04:06.672Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 973 | 2026-04-28T20:04:06.672Z | Downloaded expectorate v1.2.0 |
| 974 | 2026-04-28T20:04:06.672Z | Downloaded progenitor v0.10.0 |
| 975 | 2026-04-28T20:04:06.675Z | Downloaded rustc-hash v2.1.1 |
| 976 | 2026-04-28T20:04:06.675Z | Downloaded parking_lot v0.11.2 |
| 977 | 2026-04-28T20:04:06.678Z | Downloaded hickory-resolver v0.25.2 |
| 978 | 2026-04-28T20:04:06.681Z | Downloaded progenitor-extras v0.1.1 |
| 979 | 2026-04-28T20:04:06.681Z | Downloaded progenitor-client v0.13.0 |
| 980 | 2026-04-28T20:04:06.681Z | Downloaded hickory-resolver v0.24.4 |
| 981 | 2026-04-28T20:04:06.684Z | Downloaded cc v1.2.56 |
| 982 | 2026-04-28T20:04:06.687Z | Downloaded bumpalo v3.20.2 |
| 983 | 2026-04-28T20:04:06.690Z | Downloaded rustc_version v0.4.1 |
| 984 | 2026-04-28T20:04:06.690Z | Downloaded rustc_version v0.1.7 |
| 985 | 2026-04-28T20:04:06.690Z | Downloaded rtoolbox v0.0.3 |
| 986 | 2026-04-28T20:04:06.690Z | Downloaded num_enum v0.7.5 |
| 987 | 2026-04-28T20:04:06.692Z | Downloaded phf v0.13.1 |
| 988 | 2026-04-28T20:04:06.695Z | Downloaded fatfs v0.3.6 |
| 989 | 2026-04-28T20:04:06.695Z | Downloaded pkcs5 v0.7.1 |
| 990 | 2026-04-28T20:04:06.698Z | Downloaded oso v0.27.3 |
| 991 | 2026-04-28T20:04:06.701Z | Downloaded pkcs1 v0.7.5 |
| 992 | 2026-04-28T20:04:06.704Z | Downloaded omicron-zone-package v0.12.2 |
| 993 | 2026-04-28T20:04:06.708Z | Downloaded rand_seeder v0.4.0 |
| 994 | 2026-04-28T20:04:06.712Z | Downloaded r2d2 v0.8.10 |
| 995 | 2026-04-28T20:04:06.712Z | Downloaded ppv-lite86 v0.2.21 |
| 996 | 2026-04-28T20:04:06.715Z | Downloaded pkcs8 v0.10.2 |
| 997 | 2026-04-28T20:04:06.715Z | Downloaded miniz_oxide v0.8.9 |
| 998 | 2026-04-28T20:04:06.715Z | Downloaded p256 v0.13.2 |
| 999 | 2026-04-28T20:04:06.718Z | Downloaded same-file v1.0.6 |
| 1000 | 2026-04-28T20:04:06.718Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1001 | 2026-04-28T20:04:06.721Z | Downloaded salsa20 v0.10.2 |
| 1002 | 2026-04-28T20:04:06.721Z | Downloaded rand_core v0.9.5 |
| 1003 | 2026-04-28T20:04:06.721Z | Downloaded postcard v1.1.3 |
| 1004 | 2026-04-28T20:04:06.734Z | Downloaded sapling-renderdag v0.1.0 |
| 1005 | 2026-04-28T20:04:06.737Z | Downloaded scroll_derive v0.13.1 |
| 1006 | 2026-04-28T20:04:06.740Z | Downloaded rand_core v0.6.4 |
| 1007 | 2026-04-28T20:04:06.743Z | Downloaded rand_chacha v0.9.0 |
| 1008 | 2026-04-28T20:04:06.743Z | Downloaded papergrid v0.17.0 |
| 1009 | 2026-04-28T20:04:06.746Z | Downloaded scrypt v0.11.0 |
| 1010 | 2026-04-28T20:04:06.749Z | Downloaded resolv-conf v0.7.6 |
| 1011 | 2026-04-28T20:04:06.749Z | Downloaded quinn-udp v0.5.14 |
| 1012 | 2026-04-28T20:04:06.752Z | Downloaded jiff-static v0.2.21 |
| 1013 | 2026-04-28T20:04:06.755Z | Downloaded serde_bytes v0.11.19 |
| 1014 | 2026-04-28T20:04:06.755Z | Downloaded secrecy v0.10.3 |
| 1015 | 2026-04-28T20:04:06.758Z | Downloaded serde-big-array v0.5.1 |
| 1016 | 2026-04-28T20:04:06.759Z | Downloaded serde_plain v1.0.2 |
| 1017 | 2026-04-28T20:04:06.759Z | Downloaded seq-macro v0.3.6 |
| 1018 | 2026-04-28T20:04:06.761Z | Downloaded sha1 v0.10.6 |
| 1019 | 2026-04-28T20:04:06.761Z | Downloaded scopeguard v1.2.0 |
| 1020 | 2026-04-28T20:04:06.764Z | Downloaded secrecy v0.8.0 |
| 1021 | 2026-04-28T20:04:06.764Z | Downloaded serde_urlencoded v0.7.1 |
| 1022 | 2026-04-28T20:04:06.764Z | Downloaded rustls-pemfile v2.2.0 |
| 1023 | 2026-04-28T20:04:06.767Z | Downloaded serde_repr v0.1.20 |
| 1024 | 2026-04-28T20:04:06.773Z | Downloaded rustls-native-certs v0.8.3 |
| 1025 | 2026-04-28T20:04:06.776Z | Downloaded rustls-pemfile v1.0.4 |
| 1026 | 2026-04-28T20:04:06.780Z | Downloaded shell-words v1.1.1 |
| 1027 | 2026-04-28T20:04:06.780Z | Downloaded pin-project v1.1.11 |
| 1028 | 2026-04-28T20:04:06.786Z | Downloaded signal-hook-tokio v0.3.1 |
| 1029 | 2026-04-28T20:04:06.789Z | Downloaded openssl-sys v0.9.111 |
| 1030 | 2026-04-28T20:04:06.792Z | Downloaded rustversion v1.0.22 |
| 1031 | 2026-04-28T20:04:06.792Z | Downloaded rusty-fork v0.3.1 |
| 1032 | 2026-04-28T20:04:06.795Z | Downloaded rand_core v0.10.0 |
| 1033 | 2026-04-28T20:04:06.795Z | Downloaded signature v2.2.0 |
| 1034 | 2026-04-28T20:04:06.799Z | Downloaded prefix-trie v0.7.0 |
| 1035 | 2026-04-28T20:04:06.799Z | Downloaded sigpipe v0.1.3 |
| 1036 | 2026-04-28T20:04:06.799Z | Downloaded serde_spanned v1.0.4 |
| 1037 | 2026-04-28T20:04:06.802Z | Downloaded slog-envlogger v2.2.0 |
| 1038 | 2026-04-28T20:04:06.802Z | Downloaded slog-bunyan v2.5.0 |
| 1039 | 2026-04-28T20:04:06.809Z | Downloaded minimal-lexical v0.2.1 |
| 1040 | 2026-04-28T20:04:06.811Z | Downloaded hashbrown v0.13.2 |
| 1041 | 2026-04-28T20:04:06.815Z | Downloaded schemars_derive v0.8.22 |
| 1042 | 2026-04-28T20:04:06.818Z | Downloaded progenitor-impl v0.13.0 |
| 1043 | 2026-04-28T20:04:06.818Z | Downloaded progenitor-impl v0.11.2 |
| 1044 | 2026-04-28T20:04:06.821Z | Downloaded progenitor v0.13.0 |
| 1045 | 2026-04-28T20:04:06.821Z | Downloaded progenitor-impl v0.10.0 |
| 1046 | 2026-04-28T20:04:06.824Z | Downloaded semver v0.1.20 |
| 1047 | 2026-04-28T20:04:06.827Z | Downloaded serde_derive_internals v0.29.1 |
| 1048 | 2026-04-28T20:04:06.827Z | Downloaded sec1 v0.7.3 |
| 1049 | 2026-04-28T20:04:06.830Z | Downloaded scroll v0.13.0 |
| 1050 | 2026-04-28T20:04:06.830Z | Downloaded ssh-encoding v0.2.0 |
| 1051 | 2026-04-28T20:04:06.833Z | Downloaded sqlparser_derive v0.5.0 |
| 1052 | 2026-04-28T20:04:06.833Z | Downloaded serde-hex v0.1.0 |
| 1053 | 2026-04-28T20:04:06.833Z | Downloaded hashbrown v0.12.3 |
| 1054 | 2026-04-28T20:04:06.836Z | Downloaded ssh-cipher v0.2.0 |
| 1055 | 2026-04-28T20:04:06.839Z | Downloaded http v1.4.0 |
| 1056 | 2026-04-28T20:04:06.841Z | Downloaded russh-keys v0.45.0 |
| 1057 | 2026-04-28T20:04:06.844Z | Downloaded signal-hook-mio v0.2.5 |
| 1058 | 2026-04-28T20:04:06.844Z | Downloaded hyper-util v0.1.20 |
| 1059 | 2026-04-28T20:04:06.847Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1060 | 2026-04-28T20:04:06.850Z | Downloaded shlex v1.3.0 |
| 1061 | 2026-04-28T20:04:06.850Z | Downloaded rustls-pki-types v1.14.0 |
| 1062 | 2026-04-28T20:04:06.852Z | Downloaded hickory-server v0.25.2 |
| 1063 | 2026-04-28T20:04:06.855Z | Downloaded siphasher v1.0.2 |
| 1064 | 2026-04-28T20:04:06.858Z | Downloaded itertools v0.10.5 |
| 1065 | 2026-04-28T20:04:06.862Z | Downloaded strum v0.27.2 |
| 1066 | 2026-04-28T20:04:06.865Z | Downloaded signal-hook-registry v1.4.8 |
| 1067 | 2026-04-28T20:04:06.865Z | Downloaded subtle v2.6.1 |
| 1068 | 2026-04-28T20:04:06.868Z | Downloaded prettyplease v0.2.37 |
| 1069 | 2026-04-28T20:04:06.868Z | Downloaded postgres-types v0.2.12 |
| 1070 | 2026-04-28T20:04:06.870Z | Downloaded strum v0.26.3 |
| 1071 | 2026-04-28T20:04:06.870Z | Downloaded structmeta-derive v0.3.0 |
| 1072 | 2026-04-28T20:04:06.874Z | Downloaded structmeta v0.3.0 |
| 1073 | 2026-04-28T20:04:06.877Z | Downloaded slog-dtrace v0.3.0 |
| 1074 | 2026-04-28T20:04:06.877Z | Downloaded slab v0.4.12 |
| 1075 | 2026-04-28T20:04:06.877Z | Downloaded slog-term v2.9.2 |
| 1076 | 2026-04-28T20:04:06.880Z | Downloaded slog-stdlog v4.1.1 |
| 1077 | 2026-04-28T20:04:06.880Z | Downloaded slog-scope v4.4.1 |
| 1078 | 2026-04-28T20:04:06.880Z | Downloaded slog-json v2.6.1 |
| 1079 | 2026-04-28T20:04:06.883Z | Downloaded tabwriter v1.4.1 |
| 1080 | 2026-04-28T20:04:06.883Z | Downloaded tagptr v0.2.0 |
| 1081 | 2026-04-28T20:04:06.887Z | Downloaded slog-async v2.8.0 |
| 1082 | 2026-04-28T20:04:06.887Z | Downloaded snafu-derive v0.8.9 |
| 1083 | 2026-04-28T20:04:06.887Z | Downloaded smallvec v0.6.14 |
| 1084 | 2026-04-28T20:04:06.890Z | Downloaded num-bigint v0.4.6 |
| 1085 | 2026-04-28T20:04:06.893Z | Downloaded serde_cbor v0.11.2 |
| 1086 | 2026-04-28T20:04:06.899Z | Downloaded tap v1.0.1 |
| 1087 | 2026-04-28T20:04:06.902Z | Downloaded take_mut v0.2.2 |
| 1088 | 2026-04-28T20:04:06.902Z | Downloaded sync-ptr v0.1.4 |
| 1089 | 2026-04-28T20:04:06.902Z | Downloaded spki v0.7.3 |
| 1090 | 2026-04-28T20:04:06.902Z | Downloaded supports-color v3.0.2 |
| 1091 | 2026-04-28T20:04:06.906Z | Downloaded tabled_derive v0.11.0 |
| 1092 | 2026-04-28T20:04:06.906Z | Downloaded sct v0.7.1 |
| 1093 | 2026-04-28T20:04:06.909Z | Downloaded sync_wrapper v1.0.2 |
| 1094 | 2026-04-28T20:04:06.909Z | Downloaded sqlformat v0.3.5 |
| 1095 | 2026-04-28T20:04:06.912Z | Downloaded testing_table v0.3.0 |
| 1096 | 2026-04-28T20:04:06.912Z | Downloaded ron v0.8.1 |
| 1097 | 2026-04-28T20:04:06.917Z | Downloaded termtree v0.5.1 |
| 1098 | 2026-04-28T20:04:06.923Z | Downloaded static_assertions v1.1.0 |
| 1099 | 2026-04-28T20:04:06.926Z | Downloaded mio v1.2.0 |
| 1100 | 2026-04-28T20:04:06.929Z | Downloaded tinyvec_macros v0.1.1 |
| 1101 | 2026-04-28T20:04:06.929Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1102 | 2026-04-28T20:04:06.932Z | Downloaded string_cache v0.8.9 |
| 1103 | 2026-04-28T20:04:06.932Z | Downloaded time-core v0.1.8 |
| 1104 | 2026-04-28T20:04:06.935Z | Downloaded thread-id v5.1.0 |
| 1105 | 2026-04-28T20:04:06.935Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1106 | 2026-04-28T20:04:06.935Z | Downloaded strum_macros v0.26.4 |
| 1107 | 2026-04-28T20:04:06.938Z | Downloaded pretty_assertions v1.4.1 |
| 1108 | 2026-04-28T20:04:06.938Z | Downloaded stringprep v0.1.5 |
| 1109 | 2026-04-28T20:04:06.940Z | Downloaded serde_with_macros v3.17.0 |
| 1110 | 2026-04-28T20:04:06.940Z | Downloaded simd-adler32 v0.3.8 |
| 1111 | 2026-04-28T20:04:06.940Z | Downloaded aho-corasick v1.1.4 |
| 1112 | 2026-04-28T20:04:06.943Z | Downloaded strum_macros v0.24.3 |
| 1113 | 2026-04-28T20:04:06.946Z | Downloaded stacker v0.1.23 |
| 1114 | 2026-04-28T20:04:06.949Z | Downloaded serde_path_to_error v0.1.20 |
| 1115 | 2026-04-28T20:04:06.952Z | Downloaded ryu v1.0.23 |
| 1116 | 2026-04-28T20:04:06.955Z | Downloaded smf v0.2.3 |
| 1117 | 2026-04-28T20:04:06.958Z | Downloaded nom v7.1.3 |
| 1118 | 2026-04-28T20:04:06.960Z | Downloaded tokio-macros v2.7.0 |
| 1119 | 2026-04-28T20:04:06.963Z | Downloaded support-bundle-viewer v0.1.2 |
| 1120 | 2026-04-28T20:04:06.967Z | Downloaded termios v0.3.3 |
| 1121 | 2026-04-28T20:04:06.972Z | Downloaded quinn v0.11.9 |
| 1122 | 2026-04-28T20:04:06.989Z | Downloaded curve25519-dalek v4.1.3 |
| 1123 | 2026-04-28T20:04:06.995Z | Downloaded spin v0.9.8 |
| 1124 | 2026-04-28T20:04:06.998Z | Downloaded thiserror-no-std v2.0.2 |
| 1125 | 2026-04-28T20:04:07.003Z | Downloaded tower-service v0.3.3 |
| 1126 | 2026-04-28T20:04:07.003Z | Downloaded tower-layer v0.3.3 |
| 1127 | 2026-04-28T20:04:07.003Z | Downloaded thread_local v1.1.9 |
| 1128 | 2026-04-28T20:04:07.006Z | Downloaded rcgen v0.12.1 |
| 1129 | 2026-04-28T20:04:07.006Z | Downloaded time-macros v0.2.27 |
| 1130 | 2026-04-28T20:04:07.009Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1131 | 2026-04-28T20:04:07.012Z | Downloaded slog v2.8.2 |
| 1132 | 2026-04-28T20:04:07.012Z | Downloaded try-lock v0.2.5 |
| 1133 | 2026-04-28T20:04:07.014Z | Downloaded typify-macro v0.6.1 |
| 1134 | 2026-04-28T20:04:07.014Z | Downloaded trait-variant v0.1.2 |
| 1135 | 2026-04-28T20:04:07.014Z | Downloaded tiny-keccak v2.0.2 |
| 1136 | 2026-04-28T20:04:07.017Z | Downloaded rayon-core v1.13.0 |
| 1137 | 2026-04-28T20:04:07.020Z | Downloaded num-bigint-dig v0.8.6 |
| 1138 | 2026-04-28T20:04:07.023Z | Downloaded tls_codec_derive v0.4.2 |
| 1139 | 2026-04-28T20:04:07.023Z | Downloaded signal-hook v0.3.18 |
| 1140 | 2026-04-28T20:04:07.025Z | Downloaded tls_codec v0.4.2 |
| 1141 | 2026-04-28T20:04:07.025Z | Downloaded qorb v0.4.1 |
| 1142 | 2026-04-28T20:04:07.028Z | Downloaded publicsuffix v2.3.0 |
| 1143 | 2026-04-28T20:04:07.031Z | Downloaded topological-sort v0.2.2 |
| 1144 | 2026-04-28T20:04:07.031Z | Downloaded tokio-rustls v0.25.0 |
| 1145 | 2026-04-28T20:04:07.031Z | Downloaded unit-prefix v0.5.2 |
| 1146 | 2026-04-28T20:04:07.034Z | Downloaded tokio-dtrace v0.1.1 |
| 1147 | 2026-04-28T20:04:07.034Z | Downloaded unarray v0.1.4 |
| 1148 | 2026-04-28T20:04:07.034Z | Downloaded hashbrown v0.15.5 |
| 1149 | 2026-04-28T20:04:07.037Z | Downloaded unicode-truncate v1.1.0 |
| 1150 | 2026-04-28T20:04:07.040Z | Downloaded aws-lc-rs v1.16.0 |
| 1151 | 2026-04-28T20:04:07.046Z | Downloaded tokio-tungstenite v0.21.0 |
| 1152 | 2026-04-28T20:04:07.049Z | Downloaded iddqd v0.3.18 |
| 1153 | 2026-04-28T20:04:07.052Z | Downloaded tokio-native-tls v0.3.1 |
| 1154 | 2026-04-28T20:04:07.052Z | Downloaded rsa v0.9.10 |
| 1155 | 2026-04-28T20:04:07.055Z | Downloaded universal-hash v0.5.1 |
| 1156 | 2026-04-28T20:04:07.055Z | Downloaded usdt-attr-macro v0.6.0 |
| 1157 | 2026-04-28T20:04:07.059Z | Downloaded untrusted v0.7.1 |
| 1158 | 2026-04-28T20:04:07.059Z | Downloaded rand v0.9.2 |
| 1159 | 2026-04-28T20:04:07.062Z | Downloaded usdt v0.6.0 |
| 1160 | 2026-04-28T20:04:07.062Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1161 | 2026-04-28T20:04:07.062Z | Downloaded utf-8 v0.7.6 |
| 1162 | 2026-04-28T20:04:07.062Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1163 | 2026-04-28T20:04:07.062Z | Downloaded term v0.7.0 |
| 1164 | 2026-04-28T20:04:07.065Z | Downloaded iri-string v0.7.10 |
| 1165 | 2026-04-28T20:04:07.068Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1166 | 2026-04-28T20:04:07.070Z | Downloaded samael v0.0.19 |
| 1167 | 2026-04-28T20:04:07.074Z | Downloaded h2 v0.4.13 |
| 1168 | 2026-04-28T20:04:07.077Z | Downloaded waitgroup v0.1.2 |
| 1169 | 2026-04-28T20:04:07.080Z | Downloaded itertools v0.12.1 |
| 1170 | 2026-04-28T20:04:07.082Z | Downloaded want v0.3.1 |
| 1171 | 2026-04-28T20:04:07.085Z | Downloaded wait-timeout v0.2.1 |
| 1172 | 2026-04-28T20:04:07.085Z | Downloaded term v1.2.1 |
| 1173 | 2026-04-28T20:04:07.088Z | Downloaded socket2 v0.5.10 |
| 1174 | 2026-04-28T20:04:07.088Z | Downloaded schemars v0.9.0 |
| 1175 | 2026-04-28T20:04:07.095Z | Downloaded untrusted v0.9.0 |
| 1176 | 2026-04-28T20:04:07.098Z | Downloaded tokio-rustls v0.26.4 |
| 1177 | 2026-04-28T20:04:07.098Z | Downloaded rand v0.8.5 |
| 1178 | 2026-04-28T20:04:07.101Z | Downloaded strum_macros v0.27.2 |
| 1179 | 2026-04-28T20:04:07.103Z | Downloaded similar v2.7.0 |
| 1180 | 2026-04-28T20:04:07.108Z | Downloaded tokio-stream v0.1.18 |
| 1181 | 2026-04-28T20:04:07.111Z | Downloaded libxml v0.3.3 |
| 1182 | 2026-04-28T20:04:07.113Z | Downloaded unicase v2.9.0 |
| 1183 | 2026-04-28T20:04:07.116Z | Downloaded typify-macro v0.4.3 |
| 1184 | 2026-04-28T20:04:07.121Z | Downloaded schemars v0.8.22 |
| 1185 | 2026-04-28T20:04:07.124Z | Downloaded subprocess v0.2.15 |
| 1186 | 2026-04-28T20:04:07.127Z | Downloaded tokio-tungstenite v0.23.1 |
| 1187 | 2026-04-28T20:04:07.129Z | Downloaded test-strategy v0.4.5 |
| 1188 | 2026-04-28T20:04:07.132Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1189 | 2026-04-28T20:04:07.132Z | Downloaded rand v0.10.0 |
| 1190 | 2026-04-28T20:04:07.135Z | Downloaded xshell-macros v0.2.7 |
| 1191 | 2026-04-28T20:04:07.135Z | Downloaded xattr v1.6.1 |
| 1192 | 2026-04-28T20:04:07.138Z | Downloaded void v1.0.2 |
| 1193 | 2026-04-28T20:04:07.138Z | Downloaded rustls-webpki v0.103.9 |
| 1194 | 2026-04-28T20:04:07.141Z | Downloaded zone v0.3.1 |
| 1195 | 2026-04-28T20:04:07.141Z | Downloaded hyper v1.8.1 |
| 1196 | 2026-04-28T20:04:07.144Z | Downloaded itertools v0.13.0 |
| 1197 | 2026-04-28T20:04:07.149Z | Downloaded zeroize_derive v1.4.3 |
| 1198 | 2026-04-28T20:04:07.155Z | Downloaded zone_cfg_derive v0.3.1 |
| 1199 | 2026-04-28T20:04:07.158Z | Downloaded tui-tree-widget v0.23.1 |
| 1200 | 2026-04-28T20:04:07.158Z | Downloaded socket2 v0.6.3 |
| 1201 | 2026-04-28T20:04:07.161Z | Downloaded tokio-rustls v0.24.1 |
| 1202 | 2026-04-28T20:04:07.164Z | Downloaded libm v0.2.16 |
| 1203 | 2026-04-28T20:04:07.168Z | Downloaded whoami v1.6.1 |
| 1204 | 2026-04-28T20:04:07.171Z | Downloaded snafu v0.8.9 |
| 1205 | 2026-04-28T20:04:07.175Z | Downloaded vsss-rs v3.3.4 |
| 1206 | 2026-04-28T20:04:07.178Z | Downloaded walkdir v2.5.0 |
| 1207 | 2026-04-28T20:04:07.178Z | Downloaded unicode-properties v0.1.4 |
| 1208 | 2026-04-28T20:04:07.178Z | Downloaded vergen-git2 v1.0.7 |
| 1209 | 2026-04-28T20:04:07.180Z | Downloaded usdt-impl v0.6.0 |
| 1210 | 2026-04-28T20:04:07.180Z | Downloaded tracing-attributes v0.1.31 |
| 1211 | 2026-04-28T20:04:07.180Z | Downloaded russh v0.45.0 |
| 1212 | 2026-04-28T20:04:07.183Z | Downloaded twox-hash v2.1.2 |
| 1213 | 2026-04-28T20:04:07.186Z | Downloaded hkdf v0.12.4 |
| 1214 | 2026-04-28T20:04:07.189Z | Downloaded toml v0.7.8 |
| 1215 | 2026-04-28T20:04:07.196Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1216 | 2026-04-28T20:04:07.199Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1217 | 2026-04-28T20:04:07.202Z | Downloaded steno v0.4.1 |
| 1218 | 2026-04-28T20:04:07.205Z | Downloaded xshell v0.2.7 |
| 1219 | 2026-04-28T20:04:07.205Z | Downloaded zeroize v1.8.2 |
| 1220 | 2026-04-28T20:04:07.205Z | Downloaded tar v0.4.45 |
| 1221 | 2026-04-28T20:04:07.207Z | Downloaded whoami v2.1.0 |
| 1222 | 2026-04-28T20:04:07.211Z | Downloaded tracing-core v0.1.36 |
| 1223 | 2026-04-28T20:04:07.212Z | Downloaded vergen-lib v0.1.6 |
| 1224 | 2026-04-28T20:04:07.212Z | Downloaded p521 v0.13.3 |
| 1225 | 2026-04-28T20:04:07.216Z | Downloaded itertools v0.14.0 |
| 1226 | 2026-04-28T20:04:07.219Z | Downloaded wyz v0.5.1 |
| 1227 | 2026-04-28T20:04:07.219Z | Downloaded uzers v0.12.2 |
| 1228 | 2026-04-28T20:04:07.222Z | Downloaded typify v0.4.3 |
| 1229 | 2026-04-28T20:04:07.222Z | Downloaded usdt-macro v0.6.0 |
| 1230 | 2026-04-28T20:04:07.235Z | Downloaded futures-util v0.3.32 |
| 1231 | 2026-04-28T20:04:07.242Z | Downloaded vergen-gitcl v1.0.8 |
| 1232 | 2026-04-28T20:04:07.245Z | Downloaded zstd v0.13.3 |
| 1233 | 2026-04-28T20:04:07.245Z | Downloaded typify v0.6.1 |
| 1234 | 2026-04-28T20:04:07.248Z | Downloaded tungstenite v0.23.0 |
| 1235 | 2026-04-28T20:04:07.248Z | Downloaded tungstenite v0.21.0 |
| 1236 | 2026-04-28T20:04:07.254Z | Downloaded unsafe-libyaml v0.2.11 |
| 1237 | 2026-04-28T20:04:07.254Z | Downloaded zerocopy v0.6.6 |
| 1238 | 2026-04-28T20:04:07.254Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1239 | 2026-04-28T20:04:07.254Z | Downloaded blake3 v1.8.3 |
| 1240 | 2026-04-28T20:04:07.261Z | Downloaded schemars v1.2.1 |
| 1241 | 2026-04-28T20:04:07.267Z | Downloaded zstd-safe v7.2.4 |
| 1242 | 2026-04-28T20:04:07.270Z | Downloaded yasna v0.5.2 |
| 1243 | 2026-04-28T20:04:07.270Z | Downloaded tinyvec v1.10.0 |
| 1244 | 2026-04-28T20:04:07.274Z | Downloaded vte v0.14.1 |
| 1245 | 2026-04-28T20:04:07.274Z | Downloaded vergen v9.0.6 |
| 1246 | 2026-04-28T20:04:07.277Z | Downloaded uuid v1.23.0 |
| 1247 | 2026-04-28T20:04:07.277Z | Downloaded rpassword v7.4.0 |
| 1248 | 2026-04-28T20:04:07.294Z | Downloaded rustyline v14.0.0 |
| 1249 | 2026-04-28T20:04:07.297Z | Downloaded unicode-bidi v0.3.18 |
| 1250 | 2026-04-28T20:04:07.300Z | Downloaded toml_edit v0.19.15 |
| 1251 | 2026-04-28T20:04:07.309Z | Downloaded reedline v0.40.0 |
| 1252 | 2026-04-28T20:04:07.314Z | Downloaded bitvec v1.0.1 |
| 1253 | 2026-04-28T20:04:07.333Z | Downloaded zopfli v0.8.3 |
| 1254 | 2026-04-28T20:04:07.336Z | Downloaded reqwest v0.13.2 |
| 1255 | 2026-04-28T20:04:07.339Z | Downloaded tokio-postgres v0.7.16 |
| 1256 | 2026-04-28T20:04:07.343Z | Downloaded regex v1.12.3 |
| 1257 | 2026-04-28T20:04:07.347Z | Downloaded unicode_categories v0.1.1 |
| 1258 | 2026-04-28T20:04:07.351Z | Downloaded git2 v0.20.4 |
| 1259 | 2026-04-28T20:04:07.356Z | Downloaded bindgen v0.71.1 |
| 1260 | 2026-04-28T20:04:07.369Z | Downloaded ssh-key v0.6.7 |
| 1261 | 2026-04-28T20:04:07.376Z | Downloaded zip v0.6.6 |
| 1262 | 2026-04-28T20:04:07.379Z | Downloaded typed-path v0.9.3 |
| 1263 | 2026-04-28T20:04:07.398Z | Downloaded p384 v0.13.1 |
| 1264 | 2026-04-28T20:04:07.403Z | Downloaded lalrpop v0.19.12 |
| 1265 | 2026-04-28T20:04:07.403Z | Downloaded yansi v1.0.1 |
| 1266 | 2026-04-28T20:04:07.403Z | Downloaded reqwest v0.12.28 |
| 1267 | 2026-04-28T20:04:07.403Z | Downloaded tower v0.5.3 |
| 1268 | 2026-04-28T20:04:07.407Z | Downloaded salty v0.3.0 |
| 1269 | 2026-04-28T20:04:07.410Z | Downloaded x509-cert v0.2.5 |
| 1270 | 2026-04-28T20:04:07.411Z | Downloaded zerocopy-derive v0.8.40 |
| 1271 | 2026-04-28T20:04:07.415Z | Downloaded portable-atomic v1.13.1 |
| 1272 | 2026-04-28T20:04:07.419Z | Downloaded rayon v1.11.0 |
| 1273 | 2026-04-28T20:04:07.424Z | Downloaded moka v0.12.13 |
| 1274 | 2026-04-28T20:04:07.429Z | Downloaded rustls-webpki v0.101.7 |
| 1275 | 2026-04-28T20:04:07.437Z | Downloaded quick-xml v0.37.5 |
| 1276 | 2026-04-28T20:04:07.440Z | Downloaded unicode-segmentation v1.12.0 |
| 1277 | 2026-04-28T20:04:07.443Z | Downloaded chrono v0.4.44 |
| 1278 | 2026-04-28T20:04:07.446Z | Downloaded tokio-util v0.7.18 |
| 1279 | 2026-04-28T20:04:07.450Z | Downloaded goblin v0.10.5 |
| 1280 | 2026-04-28T20:04:07.476Z | Downloaded proptest v1.10.0 |
| 1281 | 2026-04-28T20:04:07.488Z | Downloaded tower-http v0.6.8 |
| 1282 | 2026-04-28T20:04:07.492Z | Downloaded rustls-webpki v0.102.8 |
| 1283 | 2026-04-28T20:04:07.503Z | Downloaded zip v4.6.1 |
| 1284 | 2026-04-28T20:04:07.506Z | Downloaded object v0.30.4 |
| 1285 | 2026-04-28T20:04:07.511Z | Downloaded petname v2.0.2 |
| 1286 | 2026-04-28T20:04:07.514Z | Downloaded tough v0.20.0 |
| 1287 | 2026-04-28T20:04:07.538Z | Downloaded quinn-proto v0.11.13 |
| 1288 | 2026-04-28T20:04:07.541Z | Downloaded serde_with v3.17.0 |
| 1289 | 2026-04-28T20:04:07.548Z | Downloaded unicode-normalization v0.1.25 |
| 1290 | 2026-04-28T20:04:07.551Z | Downloaded radix_trie v0.2.1 |
| 1291 | 2026-04-28T20:04:07.554Z | Downloaded nix v0.27.1 |
| 1292 | 2026-04-28T20:04:07.565Z | Downloaded bstr v1.12.1 |
| 1293 | 2026-04-28T20:04:07.574Z | Downloaded winnow v0.5.40 |
| 1294 | 2026-04-28T20:04:07.580Z | Downloaded winnow v0.6.26 |
| 1295 | 2026-04-28T20:04:07.584Z | Downloaded polar-core v0.27.3 |
| 1296 | 2026-04-28T20:04:07.594Z | Downloaded rustls v0.21.12 |
| 1297 | 2026-04-28T20:04:07.601Z | Downloaded openssl v0.10.75 |
| 1298 | 2026-04-28T20:04:07.605Z | Downloaded nix v0.29.0 |
| 1299 | 2026-04-28T20:04:07.611Z | Downloaded dropshot v0.16.7 |
| 1300 | 2026-04-28T20:04:07.623Z | Downloaded time v0.3.47 |
| 1301 | 2026-04-28T20:04:07.629Z | Downloaded regex-syntax v0.6.29 |
| 1302 | 2026-04-28T20:04:07.633Z | Downloaded nix v0.28.0 |
| 1303 | 2026-04-28T20:04:07.639Z | Downloaded dropshot v0.17.0 |
| 1304 | 2026-04-28T20:04:07.651Z | Downloaded smoltcp v0.9.1 |
| 1305 | 2026-04-28T20:04:07.657Z | Downloaded object v0.37.3 |
| 1306 | 2026-04-28T20:04:07.663Z | Downloaded nix v0.31.2 |
| 1307 | 2026-04-28T20:04:07.670Z | Downloaded zlib-rs v0.6.2 |
| 1308 | 2026-04-28T20:04:07.673Z | Downloaded vcpkg v0.2.15 |
| 1309 | 2026-04-28T20:04:07.697Z | Downloaded webpki-roots v1.0.6 |
| 1310 | 2026-04-28T20:04:07.700Z | Downloaded regress v0.10.5 |
| 1311 | 2026-04-28T20:04:07.705Z | Downloaded openapiv3 v2.2.0 |
| 1312 | 2026-04-28T20:04:07.711Z | Downloaded rustls v0.22.4 |
| 1313 | 2026-04-28T20:04:07.719Z | Downloaded diesel v2.3.7 |
| 1314 | 2026-04-28T20:04:07.731Z | Downloaded zerocopy v0.8.40 |
| 1315 | 2026-04-28T20:04:07.737Z | Downloaded smoltcp v0.11.0 |
| 1316 | 2026-04-28T20:04:07.745Z | Downloaded rustix v0.38.44 |
| 1317 | 2026-04-28T20:04:07.758Z | Downloaded rustls v0.23.37 |
| 1318 | 2026-04-28T20:04:07.769Z | Downloaded regex-syntax v0.8.10 |
| 1319 | 2026-04-28T20:04:07.773Z | Downloaded hickory-proto v0.25.2 |
| 1320 | 2026-04-28T20:04:07.781Z | Downloaded hickory-proto v0.24.4 |
| 1321 | 2026-04-28T20:04:07.789Z | Downloaded tabled v0.20.0 |
| 1322 | 2026-04-28T20:04:07.810Z | Downloaded typify-impl v0.6.1 |
| 1323 | 2026-04-28T20:04:07.840Z | Downloaded sqlparser v0.61.0 |
| 1324 | 2026-04-28T20:04:07.853Z | Downloaded petgraph v0.6.5 |
| 1325 | 2026-04-28T20:04:07.877Z | Downloaded sled v0.34.7 |
| 1326 | 2026-04-28T20:04:07.895Z | Downloaded libz-sys v1.1.24 |
| 1327 | 2026-04-28T20:04:07.908Z | Downloaded tracing v0.1.44 |
| 1328 | 2026-04-28T20:04:07.921Z | Downloaded csv v1.4.0 |
| 1329 | 2026-04-28T20:04:07.934Z | Downloaded typify-impl v0.4.3 |
| 1330 | 2026-04-28T20:04:07.943Z | Downloaded sha3 v0.10.8 |
| 1331 | 2026-04-28T20:04:07.948Z | Downloaded ratatui v0.29.0 |
| 1332 | 2026-04-28T20:04:07.957Z | Downloaded zerocopy-derive v0.6.6 |
| 1333 | 2026-04-28T20:04:07.963Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1334 | 2026-04-28T20:04:07.974Z | Downloaded regex-automata v0.4.14 |
| 1335 | 2026-04-28T20:04:07.989Z | Downloaded encoding_rs v0.8.35 |
| 1336 | 2026-04-28T20:04:08.010Z | Downloaded jiff v0.2.21 |
| 1337 | 2026-04-28T20:04:08.032Z | Downloaded chrono-tz v0.10.4 |
| 1338 | 2026-04-28T20:04:08.067Z | Downloaded petgraph v0.8.3 |
| 1339 | 2026-04-28T20:04:08.089Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1340 | 2026-04-28T20:04:08.118Z | Downloaded tokio v1.52.1 |
| 1341 | 2026-04-28T20:04:08.236Z | Downloaded ring v0.17.14 |
| 1342 | 2026-04-28T20:04:08.291Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1343 | 2026-04-28T20:04:08.908Z | Downloaded aws-lc-sys v0.37.1 |
| 1344 | 2026-04-28T20:04:09.162Z | Compiling libc v0.2.185 |
| 1345 | 2026-04-28T20:04:09.162Z | Compiling serde v1.0.228 |
| 1346 | 2026-04-28T20:04:09.165Z | Compiling shlex v1.3.0 |
| 1347 | 2026-04-28T20:04:09.165Z | Compiling find-msvc-tools v0.1.9 |
| 1348 | 2026-04-28T20:04:09.165Z | Compiling log v0.4.29 |
| 1349 | 2026-04-28T20:04:09.165Z | Compiling smallvec v1.15.1 |
| 1350 | 2026-04-28T20:04:09.166Z | Compiling syn v2.0.117 |
| 1351 | 2026-04-28T20:04:09.305Z | Compiling typenum v1.19.0 |
| 1352 | 2026-04-28T20:04:09.552Z | Compiling generic-array v0.14.7 |
| 1353 | 2026-04-28T20:04:09.552Z | Compiling subtle v2.6.1 |
| 1354 | 2026-04-28T20:04:09.579Z | Compiling scopeguard v1.2.0 |
| 1355 | 2026-04-28T20:04:09.620Z | Compiling const-oid v0.9.6 |
| 1356 | 2026-04-28T20:04:09.711Z | Compiling lock_api v0.4.14 |
| 1357 | 2026-04-28T20:04:09.741Z | Compiling portable-atomic v1.13.1 |
| 1358 | 2026-04-28T20:04:09.766Z | Compiling zerocopy v0.8.40 |
| 1359 | 2026-04-28T20:04:09.829Z | Compiling critical-section v1.2.0 |
| 1360 | 2026-04-28T20:04:09.939Z | Compiling serde_json v1.0.149 |
| 1361 | 2026-04-28T20:04:09.955Z | Compiling parking_lot_core v0.9.12 |
| 1362 | 2026-04-28T20:04:10.170Z | Compiling pin-project-lite v0.2.17 |
| 1363 | 2026-04-28T20:04:10.227Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-04-28T20:04:10.240Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-04-28T20:04:10.263Z | Compiling errno v0.3.14 |
| 1366 | 2026-04-28T20:04:10.319Z | Compiling pkg-config v0.3.32 |
| 1367 | 2026-04-28T20:04:10.358Z | Compiling rand_core v0.6.4 |
| 1368 | 2026-04-28T20:04:10.420Z | Compiling signal-hook-registry v1.4.8 |
| 1369 | 2026-04-28T20:04:10.458Z | Compiling cc v1.2.56 |
| 1370 | 2026-04-28T20:04:10.645Z | Compiling bitflags v2.11.0 |
| 1371 | 2026-04-28T20:04:10.704Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-04-28T20:04:10.779Z | Compiling libm v0.2.16 |
| 1373 | 2026-04-28T20:04:10.877Z | Compiling parking_lot v0.12.5 |
| 1374 | 2026-04-28T20:04:10.890Z | Compiling mio v1.2.0 |
| 1375 | 2026-04-28T20:04:10.905Z | Compiling num-traits v0.2.19 |
| 1376 | 2026-04-28T20:04:10.919Z | Compiling futures-core v0.3.32 |
| 1377 | 2026-04-28T20:04:11.101Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-04-28T20:04:11.249Z | Compiling socket2 v0.6.3 |
| 1379 | 2026-04-28T20:04:11.299Z | Compiling allocator-api2 v0.2.21 |
| 1380 | 2026-04-28T20:04:11.316Z | Compiling futures-sink v0.3.32 |
| 1381 | 2026-04-28T20:04:11.352Z | Compiling cpufeatures v0.2.17 |
| 1382 | 2026-04-28T20:04:11.409Z | Compiling foldhash v0.2.0 |
| 1383 | 2026-04-28T20:04:11.431Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-04-28T20:04:11.443Z | Compiling futures-task v0.3.32 |
| 1385 | 2026-04-28T20:04:11.623Z | Compiling hashbrown v0.16.1 |
| 1386 | 2026-04-28T20:04:11.638Z | Compiling futures-io v0.3.32 |
| 1387 | 2026-04-28T20:04:11.641Z | Compiling getrandom v0.4.1 |
| 1388 | 2026-04-28T20:04:11.664Z | Compiling slab v0.4.12 |
| 1389 | 2026-04-28T20:04:11.667Z | Compiling rand_core v0.10.0 |
| 1390 | 2026-04-28T20:04:11.886Z | Compiling getrandom v0.3.4 |
| 1391 | 2026-04-28T20:04:11.940Z | Compiling rustversion v1.0.22 |
| 1392 | 2026-04-28T20:04:12.021Z | Compiling form_urlencoded v1.2.2 |
| 1393 | 2026-04-28T20:04:12.214Z | Compiling synstructure v0.13.2 |
| 1394 | 2026-04-28T20:04:12.317Z | Compiling indexmap v2.13.0 |
| 1395 | 2026-04-28T20:04:12.330Z | Compiling cmake v0.1.57 |
| 1396 | 2026-04-28T20:04:12.347Z | Compiling fs_extra v1.3.0 |
| 1397 | 2026-04-28T20:04:12.616Z | Compiling base64ct v1.8.3 |
| 1398 | 2026-04-28T20:04:12.632Z | Compiling dunce v1.0.5 |
| 1399 | 2026-04-28T20:04:12.755Z | Compiling ident_case v1.0.1 |
| 1400 | 2026-04-28T20:04:12.759Z | Compiling aws-lc-sys v0.37.1 |
| 1401 | 2026-04-28T20:04:12.840Z | Compiling flagset v0.4.7 |
| 1402 | 2026-04-28T20:04:12.896Z | Compiling pem-rfc7468 v0.7.0 |
| 1403 | 2026-04-28T20:04:12.913Z | Compiling rand_core v0.9.5 |
| 1404 | 2026-04-28T20:04:12.938Z | Compiling iana-time-zone v0.1.65 |
| 1405 | 2026-04-28T20:04:12.964Z | Compiling rustix v1.1.3 |
| 1406 | 2026-04-28T20:04:12.982Z | Compiling uuid v1.23.0 |
| 1407 | 2026-04-28T20:04:13.001Z | Compiling ring v0.17.14 |
| 1408 | 2026-04-28T20:04:13.157Z | Compiling rustc_version v0.4.1 |
| 1409 | 2026-04-28T20:04:13.201Z | Compiling vcpkg v0.2.15 |
| 1410 | 2026-04-28T20:04:13.219Z | Compiling regex-syntax v0.8.10 |
| 1411 | 2026-04-28T20:04:13.502Z | Compiling aws-lc-rs v1.16.0 |
| 1412 | 2026-04-28T20:04:13.712Z | Compiling tracing-core v0.1.36 |
| 1413 | 2026-04-28T20:04:13.806Z | Compiling pest_generator v2.8.6 |
| 1414 | 2026-04-28T20:04:13.971Z | Compiling openssl-sys v0.9.111 |
| 1415 | 2026-04-28T20:04:13.987Z | Compiling serde_derive v1.0.228 |
| 1416 | 2026-04-28T20:04:14.301Z | Compiling zeroize_derive v1.4.3 |
| 1417 | 2026-04-28T20:04:14.515Z | Compiling zerofrom-derive v0.1.6 |
| 1418 | 2026-04-28T20:04:14.543Z | Compiling yoke-derive v0.8.1 |
| 1419 | 2026-04-28T20:04:14.797Z | Compiling zerocopy-derive v0.8.40 |
| 1420 | 2026-04-28T20:04:14.970Z | Compiling zeroize v1.8.2 |
| 1421 | 2026-04-28T20:04:15.656Z | Compiling zerovec-derive v0.11.2 |
| 1422 | 2026-04-28T20:04:15.741Z | Compiling crypto-common v0.1.7 |
| 1423 | 2026-04-28T20:04:15.767Z | Compiling block-buffer v0.10.4 |
| 1424 | 2026-04-28T20:04:15.901Z | Compiling displaydoc v0.2.5 |
| 1425 | 2026-04-28T20:04:15.951Z | Compiling zerofrom v0.1.6 |
| 1426 | 2026-04-28T20:04:15.954Z | Compiling digest v0.10.7 |
| 1427 | 2026-04-28T20:04:16.090Z | Compiling yoke v0.8.1 |
| 1428 | 2026-04-28T20:04:16.230Z | Compiling tokio-macros v2.7.0 |
| 1429 | 2026-04-28T20:04:16.287Z | Compiling hmac v0.12.1 |
| 1430 | 2026-04-28T20:04:16.456Z | Compiling futures-macro v0.3.32 |
| 1431 | 2026-04-28T20:04:16.641Z | Compiling zerotrie v0.2.3 |
| 1432 | 2026-04-28T20:04:16.802Z | Compiling zerovec v0.11.5 |
| 1433 | 2026-04-28T20:04:16.953Z | Compiling block-padding v0.3.3 |
| 1434 | 2026-04-28T20:04:17.006Z | Compiling sha2 v0.10.9 |
| 1435 | 2026-04-28T20:04:17.122Z | Compiling inout v0.1.4 |
| 1436 | 2026-04-28T20:04:17.306Z | Compiling tinystr v0.8.2 |
| 1437 | 2026-04-28T20:04:17.323Z | Compiling potential_utf v0.1.4 |
| 1438 | 2026-04-28T20:04:17.334Z | Compiling futures-util v0.3.32 |
| 1439 | 2026-04-28T20:04:17.492Z | Compiling bytes v1.11.1 |
| 1440 | 2026-04-28T20:04:17.513Z | Compiling icu_locale_core v2.1.1 |
| 1441 | 2026-04-28T20:04:17.544Z | Compiling icu_collections v2.1.1 |
| 1442 | 2026-04-28T20:04:18.038Z | Compiling tokio v1.52.1 |
| 1443 | 2026-04-28T20:04:18.116Z | Compiling cipher v0.4.4 |
| 1444 | 2026-04-28T20:04:18.132Z | Compiling icu_provider v2.1.1 |
| 1445 | 2026-04-28T20:04:18.227Z | Compiling der_derive v0.7.3 |
| 1446 | 2026-04-28T20:04:18.390Z | Compiling icu_properties v2.1.2 |
| 1447 | 2026-04-28T20:04:18.407Z | Compiling icu_normalizer v2.1.1 |
| 1448 | 2026-04-28T20:04:18.438Z | Compiling salsa20 v0.10.2 |
| 1449 | 2026-04-28T20:04:18.589Z | Compiling http v1.4.0 |
| 1450 | 2026-04-28T20:04:18.945Z | Compiling chrono v0.4.44 |
| 1451 | 2026-04-28T20:04:19.186Z | Compiling ppv-lite86 v0.2.21 |
| 1452 | 2026-04-28T20:04:19.340Z | Compiling idna_adapter v1.2.1 |
| 1453 | 2026-04-28T20:04:19.481Z | Compiling idna v1.1.0 |
| 1454 | 2026-04-28T20:04:19.496Z | Compiling der v0.7.10 |
| 1455 | 2026-04-28T20:04:19.503Z | Compiling pbkdf2 v0.12.2 |
| 1456 | 2026-04-28T20:04:19.523Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-04-28T20:04:19.606Z | Compiling scrypt v0.11.0 |
| 1458 | 2026-04-28T20:04:19.639Z | Compiling rand_chacha v0.9.0 |
| 1459 | 2026-04-28T20:04:19.867Z | Compiling url v2.5.8 |
| 1460 | 2026-04-28T20:04:20.120Z | Compiling aes v0.8.4 |
| 1461 | 2026-04-28T20:04:20.330Z | Compiling spki v0.7.3 |
| 1462 | 2026-04-28T20:04:20.346Z | Compiling cbc v0.1.2 |
| 1463 | 2026-04-28T20:04:20.505Z | Compiling rustls-pki-types v1.14.0 |
| 1464 | 2026-04-28T20:04:20.547Z | Compiling tracing-attributes v0.1.31 |
| 1465 | 2026-04-28T20:04:20.660Z | Compiling pkcs5 v0.7.1 |
| 1466 | 2026-04-28T20:04:20.683Z | Compiling rand v0.9.2 |
| 1467 | 2026-04-28T20:04:20.857Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-04-28T20:04:20.955Z | Compiling http-body v1.0.1 |
| 1469 | 2026-04-28T20:04:21.041Z | Compiling serde_derive_internals v0.29.1 |
| 1470 | 2026-04-28T20:04:21.119Z | Compiling openssl-probe v0.2.1 |
| 1471 | 2026-04-28T20:04:21.147Z | Compiling untrusted v0.7.1 |
| 1472 | 2026-04-28T20:04:21.178Z | Compiling httparse v1.10.1 |
| 1473 | 2026-04-28T20:04:21.305Z | Compiling untrusted v0.9.0 |
| 1474 | 2026-04-28T20:04:21.314Z | Compiling schemars v0.8.22 |
| 1475 | 2026-04-28T20:04:21.421Z | Compiling base64 v0.22.1 |
| 1476 | 2026-04-28T20:04:21.547Z | Compiling pkcs8 v0.10.2 |
| 1477 | 2026-04-28T20:04:21.577Z | Compiling pest_derive v2.8.6 |
| 1478 | 2026-04-28T20:04:21.751Z | Compiling tokio-util v0.7.18 |
| 1479 | 2026-04-28T20:04:21.866Z | Compiling tracing v0.1.44 |
| 1480 | 2026-04-28T20:04:21.894Z | Compiling scroll_derive v0.13.1 |
| 1481 | 2026-04-28T20:04:21.971Z | Compiling schemars_derive v0.8.22 |
| 1482 | 2026-04-28T20:04:22.037Z | Compiling darling_core v0.20.11 |
| 1483 | 2026-04-28T20:04:22.150Z | Compiling tower-service v0.3.3 |
| 1484 | 2026-04-28T20:04:22.259Z | Compiling atomic-waker v1.1.2 |
| 1485 | 2026-04-28T20:04:22.404Z | Compiling try-lock v0.2.5 |
| 1486 | 2026-04-28T20:04:22.530Z | Compiling tinyvec_macros v0.1.1 |
| 1487 | 2026-04-28T20:04:22.621Z | Compiling tower-layer v0.3.3 |
| 1488 | 2026-04-28T20:04:22.707Z | Compiling rustls v0.23.37 |
| 1489 | 2026-04-28T20:04:22.791Z | Compiling dyn-clone v1.0.20 |
| 1490 | 2026-04-28T20:04:22.826Z | Compiling scroll v0.13.0 |
| 1491 | 2026-04-28T20:04:22.895Z | Compiling tinyvec v1.10.0 |
| 1492 | 2026-04-28T20:04:22.946Z | Compiling want v0.3.1 |
| 1493 | 2026-04-28T20:04:23.100Z | Compiling h2 v0.4.13 |
| 1494 | 2026-04-28T20:04:23.241Z | Compiling ipnet v2.11.0 |
| 1495 | 2026-04-28T20:04:23.316Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1496 | 2026-04-28T20:04:23.424Z | Compiling spin v0.9.8 |
| 1497 | 2026-04-28T20:04:23.651Z | Compiling aho-corasick v1.1.4 |
| 1498 | 2026-04-28T20:04:23.683Z | Compiling time-core v0.1.8 |
| 1499 | 2026-04-28T20:04:23.727Z | Compiling crc32fast v1.5.0 |
| 1500 | 2026-04-28T20:04:23.747Z | Compiling pin-utils v0.1.0 |
| 1501 | 2026-04-28T20:04:23.835Z | Compiling num-conv v0.2.0 |
| 1502 | 2026-04-28T20:04:23.849Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-04-28T20:04:23.975Z | Compiling openssl v0.10.75 |
| 1504 | 2026-04-28T20:04:24.003Z | Compiling powerfmt v0.2.0 |
| 1505 | 2026-04-28T20:04:24.081Z | Compiling foreign-types-shared v0.1.1 |
| 1506 | 2026-04-28T20:04:24.184Z | Compiling foreign-types v0.3.2 |
| 1507 | 2026-04-28T20:04:24.224Z | Compiling deranged v0.5.8 |
| 1508 | 2026-04-28T20:04:24.261Z | Compiling time-macros v0.2.27 |
| 1509 | 2026-04-28T20:04:24.301Z | Compiling tempfile v3.25.0 |
| 1510 | 2026-04-28T20:04:24.324Z | Compiling darling_macro v0.20.11 |
| 1511 | 2026-04-28T20:04:24.519Z | Compiling regex-automata v0.4.14 |
| 1512 | 2026-04-28T20:04:24.808Z | Compiling darling v0.20.11 |
| 1513 | 2026-04-28T20:04:24.899Z | Compiling goblin v0.10.5 |
| 1514 | 2026-04-28T20:04:25.323Z | Compiling openssl-macros v0.1.1 |
| 1515 | 2026-04-28T20:04:25.339Z | Compiling wait-timeout v0.2.1 |
| 1516 | 2026-04-28T20:04:25.614Z | Compiling quick-error v1.2.3 |
| 1517 | 2026-04-28T20:04:25.720Z | Compiling simd-adler32 v0.3.8 |
| 1518 | 2026-04-28T20:04:25.740Z | Compiling num_threads v0.1.7 |
| 1519 | 2026-04-28T20:04:25.753Z | Compiling crossbeam-utils v0.8.21 |
| 1520 | 2026-04-28T20:04:25.843Z | Compiling usdt-impl v0.6.0 |
| 1521 | 2026-04-28T20:04:25.976Z | Compiling syn v1.0.109 |
| 1522 | 2026-04-28T20:04:26.043Z | Compiling hyper v1.8.1 |
| 1523 | 2026-04-28T20:04:26.058Z | Compiling bit-vec v0.8.0 |
| 1524 | 2026-04-28T20:04:26.288Z | Compiling native-tls v0.2.18 |
| 1525 | 2026-04-28T20:04:26.303Z | Compiling siphasher v1.0.2 |
| 1526 | 2026-04-28T20:04:26.535Z | Compiling bit-set v0.8.0 |
| 1527 | 2026-04-28T20:04:26.595Z | Compiling time v0.3.47 |
| 1528 | 2026-04-28T20:04:27.071Z | Compiling rusty-fork v0.3.1 |
| 1529 | 2026-04-28T20:04:27.406Z | Compiling hyper-util v0.1.20 |
| 1530 | 2026-04-28T20:04:27.686Z | Compiling dof v0.4.0 |
| 1531 | 2026-04-28T20:04:28.257Z | Compiling derive_builder_core v0.20.2 |
| 1532 | 2026-04-28T20:04:28.883Z | Compiling unicode-normalization v0.1.25 |
| 1533 | 2026-04-28T20:04:28.911Z | Compiling dtrace-parser v0.3.0 |
| 1534 | 2026-04-28T20:04:29.142Z | Compiling rustls-native-certs v0.8.3 |
| 1535 | 2026-04-28T20:04:29.157Z | Compiling signature v2.2.0 |
| 1536 | 2026-04-28T20:04:29.171Z | Compiling scroll_derive v0.12.1 |
| 1537 | 2026-04-28T20:04:29.342Z | Compiling thiserror-impl v1.0.69 |
| 1538 | 2026-04-28T20:04:29.342Z | Compiling heapless v0.7.17 |
| 1539 | 2026-04-28T20:04:29.438Z | Compiling rand_xorshift v0.4.0 |
| 1540 | 2026-04-28T20:04:29.603Z | Compiling slog v2.8.2 |
| 1541 | 2026-04-28T20:04:29.620Z | Compiling darling_core v0.21.3 |
| 1542 | 2026-04-28T20:04:29.657Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1543 | 2026-04-28T20:04:29.681Z | Compiling sync_wrapper v1.0.2 |
| 1544 | 2026-04-28T20:04:29.798Z | Compiling thread-id v5.1.0 |
| 1545 | 2026-04-28T20:04:29.802Z | Compiling cookie v0.18.1 |
| 1546 | 2026-04-28T20:04:29.823Z | Compiling unicode-bidi v0.3.18 |
| 1547 | 2026-04-28T20:04:29.886Z | Compiling zstd-safe v7.2.4 |
| 1548 | 2026-04-28T20:04:29.934Z | Compiling adler2 v2.0.1 |
| 1549 | 2026-04-28T20:04:29.993Z | Compiling unarray v0.1.4 |
| 1550 | 2026-04-28T20:04:30.073Z | Compiling unicode-properties v0.1.4 |
| 1551 | 2026-04-28T20:04:30.088Z | Compiling anyhow v1.0.102 |
| 1552 | 2026-04-28T20:04:30.113Z | Compiling paste v1.0.15 |
| 1553 | 2026-04-28T20:04:30.289Z | Compiling signal-hook v0.3.18 |
| 1554 | 2026-04-28T20:04:30.354Z | Compiling stringprep v0.1.5 |
| 1555 | 2026-04-28T20:04:30.441Z | Compiling proptest v1.10.0 |
| 1556 | 2026-04-28T20:04:30.490Z | Compiling miniz_oxide v0.8.9 |
| 1557 | 2026-04-28T20:04:30.606Z | Compiling thiserror v1.0.69 |
| 1558 | 2026-04-28T20:04:30.812Z | Compiling scroll v0.12.0 |
| 1559 | 2026-04-28T20:04:31.099Z | Compiling tower v0.5.3 |
| 1560 | 2026-04-28T20:04:31.194Z | Compiling derive_builder_macro v0.20.2 |
| 1561 | 2026-04-28T20:04:31.572Z | Compiling ipnetwork v0.21.1 |
| 1562 | 2026-04-28T20:04:31.623Z | Compiling http-body-util v0.1.3 |
| 1563 | 2026-04-28T20:04:31.653Z | Compiling webpki-roots v1.0.6 |
| 1564 | 2026-04-28T20:04:31.818Z | Compiling rand_chacha v0.3.1 |
| 1565 | 2026-04-28T20:04:31.845Z | Compiling serde_tokenstream v0.2.3 |
| 1566 | 2026-04-28T20:04:31.887Z | Compiling erased-serde v0.3.31 |
| 1567 | 2026-04-28T20:04:32.024Z | Compiling serde_spanned v0.6.9 |
| 1568 | 2026-04-28T20:04:32.169Z | Compiling darling_macro v0.21.3 |
| 1569 | 2026-04-28T20:04:32.183Z | Compiling toml_datetime v0.6.11 |
| 1570 | 2026-04-28T20:04:32.183Z | Compiling md-5 v0.10.6 |
| 1571 | 2026-04-28T20:04:32.378Z | Compiling zerocopy-derive v0.7.35 |
| 1572 | 2026-04-28T20:04:32.394Z | Compiling curve25519-dalek v4.1.3 |
| 1573 | 2026-04-28T20:04:32.457Z | Compiling vergen-lib v0.1.6 |
| 1574 | 2026-04-28T20:04:32.652Z | Compiling num-integer v0.1.46 |
| 1575 | 2026-04-28T20:04:32.664Z | Compiling hash32 v0.2.1 |
| 1576 | 2026-04-28T20:04:32.678Z | Compiling ff v0.13.1 |
| 1577 | 2026-04-28T20:04:32.746Z | Compiling memoffset v0.9.1 |
| 1578 | 2026-04-28T20:04:32.854Z | Compiling ryu v1.0.23 |
| 1579 | 2026-04-28T20:04:32.862Z | Compiling iri-string v0.7.10 |
| 1580 | 2026-04-28T20:04:32.943Z | Compiling zlib-rs v0.6.2 |
| 1581 | 2026-04-28T20:04:32.980Z | Compiling num-bigint-dig v0.8.6 |
| 1582 | 2026-04-28T20:04:33.021Z | Compiling fallible-iterator v0.2.0 |
| 1583 | 2026-04-28T20:04:33.182Z | Compiling psl-types v2.0.11 |
| 1584 | 2026-04-28T20:04:33.257Z | Compiling smoltcp v0.9.1 |
| 1585 | 2026-04-28T20:04:33.316Z | Compiling base16ct v0.2.0 |
| 1586 | 2026-04-28T20:04:33.346Z | Compiling cfg_aliases v0.2.1 |
| 1587 | 2026-04-28T20:04:33.436Z | Compiling rustix v0.38.44 |
| 1588 | 2026-04-28T20:04:33.506Z | Compiling ref-cast v1.0.25 |
| 1589 | 2026-04-28T20:04:33.599Z | Compiling litrs v1.0.0 |
| 1590 | 2026-04-28T20:04:33.892Z | Compiling sec1 v0.7.3 |
| 1591 | 2026-04-28T20:04:33.908Z | Compiling nix v0.31.2 |
| 1592 | 2026-04-28T20:04:34.113Z | Compiling document-features v0.2.12 |
| 1593 | 2026-04-28T20:04:34.174Z | Compiling tower-http v0.6.8 |
| 1594 | 2026-04-28T20:04:34.280Z | Compiling postgres-protocol v0.6.10 |
| 1595 | 2026-04-28T20:04:34.370Z | Compiling publicsuffix v2.3.0 |
| 1596 | 2026-04-28T20:04:34.561Z | Compiling zerocopy v0.7.35 |
| 1597 | 2026-04-28T20:04:34.602Z | Compiling serde_urlencoded v0.7.1 |
| 1598 | 2026-04-28T20:04:34.815Z | Compiling num-iter v0.1.45 |
| 1599 | 2026-04-28T20:04:34.855Z | Compiling group v0.13.0 |
| 1600 | 2026-04-28T20:04:34.951Z | Compiling newtype-uuid v1.3.2 |
| 1601 | 2026-04-28T20:04:35.127Z | Compiling darling v0.21.3 |
| 1602 | 2026-04-28T20:04:35.225Z | Compiling rand v0.8.5 |
| 1603 | 2026-04-28T20:04:35.289Z | Compiling oxnet v0.1.4 |
| 1604 | 2026-04-28T20:04:35.304Z | Compiling derive_builder v0.20.2 |
| 1605 | 2026-04-28T20:04:35.340Z | Compiling hubpack_derive v0.1.1 |
| 1606 | 2026-04-28T20:04:35.439Z | Compiling tokio-native-tls v0.3.1 |
| 1607 | 2026-04-28T20:04:35.646Z | Compiling goblin v0.8.2 |
| 1608 | 2026-04-28T20:04:35.784Z | Compiling flate2 v1.1.9 |
| 1609 | 2026-04-28T20:04:36.204Z | Compiling regex v1.12.3 |
| 1610 | 2026-04-28T20:04:36.229Z | Compiling phf_shared v0.13.1 |
| 1611 | 2026-04-28T20:04:36.232Z | Compiling lazy_static v1.5.0 |
| 1612 | 2026-04-28T20:04:36.348Z | Compiling cargo-platform v0.1.9 |
| 1613 | 2026-04-28T20:04:36.370Z | Compiling hkdf v0.12.4 |
| 1614 | 2026-04-28T20:04:36.478Z | Compiling crypto-bigint v0.5.5 |
| 1615 | 2026-04-28T20:04:36.549Z | Compiling terminal_size v0.4.3 |
| 1616 | 2026-04-28T20:04:36.613Z | Compiling async-trait v0.1.89 |
| 1617 | 2026-04-28T20:04:36.632Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1618 | 2026-04-28T20:04:36.699Z | Compiling ref-cast-impl v1.0.25 |
| 1619 | 2026-04-28T20:04:36.716Z | Compiling daft-derive v0.1.5 |
| 1620 | 2026-04-28T20:04:37.281Z | Compiling strum_macros v0.27.2 |
| 1621 | 2026-04-28T20:04:37.296Z | Compiling vergen v9.0.6 |
| 1622 | 2026-04-28T20:04:37.439Z | Compiling fs-err v3.3.0 |
| 1623 | 2026-04-28T20:04:37.487Z | Compiling ahash v0.8.12 |
| 1624 | 2026-04-28T20:04:37.644Z | Compiling winnow v0.5.40 |
| 1625 | 2026-04-28T20:04:37.694Z | Compiling object v0.37.3 |
| 1626 | 2026-04-28T20:04:37.710Z | Compiling bumpalo v3.20.2 |
| 1627 | 2026-04-28T20:04:37.974Z | Compiling bitflags v1.3.2 |
| 1628 | 2026-04-28T20:04:37.978Z | Compiling foldhash v0.1.5 |
| 1629 | 2026-04-28T20:04:38.065Z | Compiling unicode-segmentation v1.12.0 |
| 1630 | 2026-04-28T20:04:38.179Z | Compiling managed v0.8.0 |
| 1631 | 2026-04-28T20:04:38.410Z | Compiling libbz2-rs-sys v0.2.2 |
| 1632 | 2026-04-28T20:04:38.699Z | Compiling hashbrown v0.15.5 |
| 1633 | 2026-04-28T20:04:39.112Z | Compiling toml_edit v0.19.15 |
| 1634 | 2026-04-28T20:04:39.126Z | Compiling bzip2 v0.6.1 |
| 1635 | 2026-04-28T20:04:39.282Z | Compiling zopfli v0.8.3 |
| 1636 | 2026-04-28T20:04:39.291Z | Compiling dof v0.3.0 |
| 1637 | 2026-04-28T20:04:39.297Z | Compiling clap_builder v4.5.60 |
| 1638 | 2026-04-28T20:04:39.311Z | Compiling strum v0.27.2 |
| 1639 | 2026-04-28T20:04:39.470Z | Compiling elliptic-curve v0.13.8 |
| 1640 | 2026-04-28T20:04:39.504Z | Compiling daft v0.1.5 |
| 1641 | 2026-04-28T20:04:39.929Z | Compiling cargo_metadata v0.19.2 |
| 1642 | 2026-04-28T20:04:39.995Z | Compiling phf v0.13.1 |
| 1643 | 2026-04-28T20:04:40.173Z | Compiling signal-hook-mio v0.2.5 |
| 1644 | 2026-04-28T20:04:40.672Z | Compiling cookie_store v0.22.1 |
| 1645 | 2026-04-28T20:04:41.260Z | Compiling hubpack v0.1.2 |
| 1646 | 2026-04-28T20:04:41.339Z | Compiling zstd v0.13.3 |
| 1647 | 2026-04-28T20:04:41.494Z | Compiling bzip2 v0.4.4 |
| 1648 | 2026-04-28T20:04:41.514Z | Compiling hyper-tls v0.6.0 |
| 1649 | 2026-04-28T20:04:41.624Z | Compiling serde_with_macros v3.17.0 |
| 1650 | 2026-04-28T20:04:41.745Z | Compiling postgres-types v0.2.12 |
| 1651 | 2026-04-28T20:04:41.853Z | Compiling usdt-macro v0.6.0 |
| 1652 | 2026-04-28T20:04:42.345Z | Compiling usdt-attr-macro v0.6.0 |
| 1653 | 2026-04-28T20:04:42.368Z | Compiling dtrace-parser v0.2.0 |
| 1654 | 2026-04-28T20:04:42.617Z | Compiling ed25519 v2.2.3 |
| 1655 | 2026-04-28T20:04:42.817Z | Compiling bstr v1.12.1 |
| 1656 | 2026-04-28T20:04:42.839Z | Compiling phf_shared v0.11.3 |
| 1657 | 2026-04-28T20:04:42.955Z | Compiling pkcs1 v0.7.5 |
| 1658 | 2026-04-28T20:04:43.037Z | Compiling serde-big-array v0.5.1 |
| 1659 | 2026-04-28T20:04:43.135Z | Compiling hex v0.4.3 |
| 1660 | 2026-04-28T20:04:43.169Z | Compiling rfc6979 v0.4.0 |
| 1661 | 2026-04-28T20:04:43.188Z | Compiling enum-as-inner v0.6.1 |
| 1662 | 2026-04-28T20:04:43.286Z | Compiling clap_derive v4.5.55 |
| 1663 | 2026-04-28T20:04:43.385Z | Compiling strum_macros v0.26.4 |
| 1664 | 2026-04-28T20:04:43.431Z | Compiling serde_repr v0.1.20 |
| 1665 | 2026-04-28T20:04:43.503Z | Compiling float-cmp v0.10.0 |
| 1666 | 2026-04-28T20:04:43.550Z | Compiling memmap2 v0.9.10 |
| 1667 | 2026-04-28T20:04:43.629Z | Compiling thread-id v4.2.2 |
| 1668 | 2026-04-28T20:04:43.693Z | Compiling env_filter v1.0.0 |
| 1669 | 2026-04-28T20:04:43.727Z | Compiling encoding_rs v0.8.35 |
| 1670 | 2026-04-28T20:04:43.768Z | Compiling normalize-line-endings v0.3.0 |
| 1671 | 2026-04-28T20:04:43.880Z | Compiling keccak v0.1.6 |
| 1672 | 2026-04-28T20:04:43.952Z | Compiling precomputed-hash v0.1.1 |
| 1673 | 2026-04-28T20:04:44.031Z | Compiling difflib v0.4.0 |
| 1674 | 2026-04-28T20:04:44.080Z | Compiling jiff v0.2.21 |
| 1675 | 2026-04-28T20:04:44.598Z | Compiling new_debug_unreachable v1.0.6 |
| 1676 | 2026-04-28T20:04:44.675Z | Compiling static_assertions v1.1.0 |
| 1677 | 2026-04-28T20:04:44.718Z | Compiling fixedbitset v0.5.7 |
| 1678 | 2026-04-28T20:04:44.761Z | Compiling whoami v2.1.0 |
| 1679 | 2026-04-28T20:04:45.037Z | Compiling predicates-core v1.0.10 |
| 1680 | 2026-04-28T20:04:45.073Z | Compiling mime v0.3.17 |
| 1681 | 2026-04-28T20:04:45.134Z | Compiling rustc-hash v2.1.1 |
| 1682 | 2026-04-28T20:04:45.152Z | Compiling fixedbitset v0.4.2 |
| 1683 | 2026-04-28T20:04:45.224Z | Compiling data-encoding v2.10.0 |
| 1684 | 2026-04-28T20:04:45.267Z | Compiling either v1.15.0 |
| 1685 | 2026-04-28T20:04:45.270Z | Compiling iddqd v0.3.18 |
| 1686 | 2026-04-28T20:04:45.340Z | Compiling petgraph v0.6.5 |
| 1687 | 2026-04-28T20:04:45.376Z | Compiling predicates v3.1.4 |
| 1688 | 2026-04-28T20:04:45.486Z | Compiling itertools v0.13.0 |
| 1689 | 2026-04-28T20:04:45.667Z | Compiling hickory-proto v0.25.2 |
| 1690 | 2026-04-28T20:04:45.924Z | Compiling strum v0.26.3 |
| 1691 | 2026-04-28T20:04:46.043Z | Compiling clap v4.5.60 |
| 1692 | 2026-04-28T20:04:46.070Z | Compiling tokio-postgres v0.7.16 |
| 1693 | 2026-04-28T20:04:46.137Z | Compiling petgraph v0.8.3 |
| 1694 | 2026-04-28T20:04:46.443Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1695 | 2026-04-28T20:04:46.747Z | Compiling zip v4.6.1 |
| 1696 | 2026-04-28T20:04:46.819Z | Compiling string_cache v0.8.9 |
| 1697 | 2026-04-28T20:04:47.074Z | Compiling toml_edit v0.22.27 |
| 1698 | 2026-04-28T20:04:47.769Z | Compiling sha3 v0.10.8 |
| 1699 | 2026-04-28T20:04:48.152Z | Compiling env_logger v0.11.9 |
| 1700 | 2026-04-28T20:04:48.251Z | Compiling usdt v0.6.0 |
| 1701 | 2026-04-28T20:04:48.380Z | Compiling usdt-impl v0.5.0 |
| 1702 | 2026-04-28T20:04:48.397Z | Compiling serde_with v3.17.0 |
| 1703 | 2026-04-28T20:04:48.512Z | Compiling ecdsa v0.16.9 |
| 1704 | 2026-04-28T20:04:48.528Z | Compiling similar v2.7.0 |
| 1705 | 2026-04-28T20:04:48.926Z | Compiling rsa v0.9.10 |
| 1706 | 2026-04-28T20:04:48.991Z | Compiling ed25519-dalek v2.2.0 |
| 1707 | 2026-04-28T20:04:49.297Z | Compiling crossterm v0.28.1 |
| 1708 | 2026-04-28T20:04:49.663Z | Compiling zip v0.6.6 |
| 1709 | 2026-04-28T20:04:50.136Z | Compiling toml v0.7.8 |
| 1710 | 2026-04-28T20:04:50.507Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1711 | 2026-04-28T20:04:50.629Z | Compiling heck v0.4.1 |
| 1712 | 2026-04-28T20:04:50.660Z | Compiling crossbeam-epoch v0.9.18 |
| 1713 | 2026-04-28T20:04:50.753Z | Compiling tokio-stream v0.1.18 |
| 1714 | 2026-04-28T20:04:50.858Z | Compiling buf-list v1.1.2 |
| 1715 | 2026-04-28T20:04:50.875Z | Compiling x509-cert v0.2.5 |
| 1716 | 2026-04-28T20:04:51.003Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1717 | 2026-04-28T20:04:51.149Z | Compiling openapiv3 v2.2.0 |
| 1718 | 2026-04-28T20:04:51.160Z | Compiling sha1 v0.10.6 |
| 1719 | 2026-04-28T20:04:51.210Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1720 | 2026-04-28T20:04:51.314Z | Compiling peg-runtime v0.8.5 |
| 1721 | 2026-04-28T20:04:51.391Z | Compiling lalrpop-util v0.19.12 |
| 1722 | 2026-04-28T20:04:51.513Z | Compiling thread_local v1.1.9 |
| 1723 | 2026-04-28T20:04:51.599Z | Compiling slog-async v2.8.0 |
| 1724 | 2026-04-28T20:04:51.615Z | Compiling crossbeam-channel v0.5.15 |
| 1725 | 2026-04-28T20:04:51.804Z | Compiling futures-executor v0.3.32 |
| 1726 | 2026-04-28T20:04:51.947Z | Compiling filetime v0.2.27 |
| 1727 | 2026-04-28T20:04:52.089Z | Compiling is-terminal v0.4.17 |
| 1728 | 2026-04-28T20:04:52.121Z | Compiling xattr v1.6.1 |
| 1729 | 2026-04-28T20:04:52.143Z | Compiling take_mut v0.2.2 |
| 1730 | 2026-04-28T20:04:52.201Z | Compiling term v1.2.1 |
| 1731 | 2026-04-28T20:04:52.294Z | Compiling tar v0.4.45 |
| 1732 | 2026-04-28T20:04:52.308Z | Compiling futures v0.3.32 |
| 1733 | 2026-04-28T20:04:52.566Z | Compiling slog-term v2.9.2 |
| 1734 | 2026-04-28T20:04:58.883Z | Compiling rustls-webpki v0.103.9 |
| 1735 | 2026-04-28T20:05:01.709Z | Compiling tokio-rustls v0.26.4 |
| 1736 | 2026-04-28T20:05:01.709Z | Compiling rustls-platform-verifier v0.6.2 |
| 1737 | 2026-04-28T20:05:01.930Z | Compiling hyper-rustls v0.27.7 |
| 1738 | 2026-04-28T20:05:02.138Z | Compiling reqwest v0.12.28 |
| 1739 | 2026-04-28T20:05:02.138Z | Compiling reqwest v0.13.2 |
| 1740 | 2026-04-28T20:05:04.266Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1741 | 2026-04-28T20:05:04.485Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1742 | 2026-04-28T20:05:07.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 1743 | 2026-04-28T20:05:07.479Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1744 | 2026-04-28T20:05:07.572Z | Apr 28 20:05:05.958 INFO Starting download, target: Cockroach |
| 1745 | 2026-04-28T20:05:07.573Z | Apr 28 20:05:05.958 INFO Starting download, target: Clickhouse |
| 1746 | 2026-04-28T20:05:07.573Z | Apr 28 20:05:05.958 INFO Starting download, target: Console |
| 1747 | 2026-04-28T20:05:07.576Z | Apr 28 20:05:05.958 INFO Starting download, target: DendriteStub |
| 1748 | 2026-04-28T20:05:07.576Z | Apr 28 20:05:05.958 INFO Starting download, target: MaghemiteMgd |
| 1749 | 2026-04-28T20:05:07.576Z | Apr 28 20:05:05.958 INFO Starting download, target: TransceiverControl |
| 1750 | 2026-04-28T20:05:07.576Z | Apr 28 20:05:05.958 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1751 | 2026-04-28T20:05:07.576Z | Apr 28 20:05:05.958 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1752 | 2026-04-28T20:05:07.576Z | Apr 28 20:05:05.958 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1753 | 2026-04-28T20:05:07.576Z | Apr 28 20:05:05.958 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1754 | 2026-04-28T20:05:07.576Z | Apr 28 20:05:05.958 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1755 | 2026-04-28T20:05:07.576Z | Apr 28 20:05:05.958 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1756 | 2026-04-28T20:05:07.840Z | Apr 28 20:05:06.259 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1757 | 2026-04-28T20:05:08.054Z | Apr 28 20:05:06.475 INFO Download complete, target: TransceiverControl |
| 1758 | 2026-04-28T20:05:08.487Z | Apr 28 20:05:06.905 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1759 | 2026-04-28T20:05:08.714Z | Apr 28 20:05:07.135 INFO Download complete, target: Console |
| 1760 | 2026-04-28T20:05:08.959Z | Apr 28 20:05:07.380 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1761 | 2026-04-28T20:05:09.217Z | Apr 28 20:05:07.633 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1762 | 2026-04-28T20:05:09.788Z | Apr 28 20:05:08.209 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1763 | 2026-04-28T20:05:09.809Z | Apr 28 20:05:08.230 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1764 | 2026-04-28T20:05:09.809Z | Apr 28 20:05:08.230 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1765 | 2026-04-28T20:05:11.260Z | Apr 28 20:05:09.679 INFO Download complete, target: DendriteStub |
| 1766 | 2026-04-28T20:05:11.631Z | Apr 28 20:05:10.052 INFO Download complete, target: MaghemiteMgd |
| 1767 | 2026-04-28T20:05:14.485Z | Apr 28 20:05:12.904 INFO Checking that binary works, target: Cockroach |
| 1768 | 2026-04-28T20:05:14.579Z | Apr 28 20:05:12.999 INFO Download complete, target: Cockroach |
| 1769 | 2026-04-28T20:05:16.594Z | Apr 28 20:05:15.015 INFO Checking that binary works, target: Clickhouse |
| 1770 | 2026-04-28T20:05:16.718Z | Apr 28 20:05:15.139 INFO Download complete, target: Clickhouse |
| 1771 | 2026-04-28T20:05:16.743Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1772 | 2026-04-28T20:05:16.746Z | |
| 1773 | 2026-04-28T20:05:16.746Z | real 3:03.712543659 |
| 1774 | 2026-04-28T20:05:16.746Z | user 7:20.304860609 |
| 1775 | 2026-04-28T20:05:16.746Z | sys 1:27.927587231 |
| 1776 | 2026-04-28T20:05:16.746Z | trap 0.226081291 |
| 1777 | 2026-04-28T20:05:16.746Z | tflt 0.919637466 |
| 1778 | 2026-04-28T20:05:16.746Z | dflt 0.885387114 |
| 1779 | 2026-04-28T20:05:16.746Z | kflt 0.055638176 |
| 1780 | 2026-04-28T20:05:16.747Z | lock 21:07.697559970 |
| 1781 | 2026-04-28T20:05:16.747Z | slp 21:55.484567866 |
| 1782 | 2026-04-28T20:05:16.747Z | lat 43.611825525 |
| 1783 | 2026-04-28T20:05:16.747Z | stop 2:07.426943446 |
| 1784 | 2026-04-28T20:05:16.747Z | + banner clippy |
| 1785 | 2026-04-28T20:05:16.747Z | |
| 1786 | 2026-04-28T20:05:16.747Z | #### # # ##### ##### # # |
| 1787 | 2026-04-28T20:05:16.747Z | # # # # # # # # # # |
| 1788 | 2026-04-28T20:05:16.747Z | # # # # # # # # |
| 1789 | 2026-04-28T20:05:16.747Z | # # # ##### ##### # |
| 1790 | 2026-04-28T20:05:16.747Z | # # # # # # # |
| 1791 | 2026-04-28T20:05:16.747Z | #### ###### # # # # |
| 1792 | 2026-04-28T20:05:16.747Z | |
| 1793 | 2026-04-28T20:05:16.747Z | + export CARGO_INCREMENTAL=0 |
| 1794 | 2026-04-28T20:05:16.747Z | + CARGO_INCREMENTAL=0 |
| 1795 | 2026-04-28T20:05:16.747Z | + ptime -m cargo xtask clippy |
| 1796 | 2026-04-28T20:05:17.280Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1797 | 2026-04-28T20:05:17.499Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1798 | 2026-04-28T20:05:19.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
| 1799 | 2026-04-28T20:05:19.484Z | Running `target/debug/xtask clippy` |
| 1800 | 2026-04-28T20:05:19.512Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1801 | 2026-04-28T20:05:20.131Z | Downloading crates ... |
| 1802 | 2026-04-28T20:05:20.323Z | Downloaded async-object-pool v0.2.0 |
| 1803 | 2026-04-28T20:05:20.330Z | Downloaded addr2line v0.25.1 |
| 1804 | 2026-04-28T20:05:20.339Z | Downloaded cast v0.3.0 |
| 1805 | 2026-04-28T20:05:20.342Z | Downloaded event-listener-strategy v0.5.4 |
| 1806 | 2026-04-28T20:05:20.346Z | Downloaded tokio-test v0.4.5 |
| 1807 | 2026-04-28T20:05:20.346Z | Downloaded terminal_size v0.1.17 |
| 1808 | 2026-04-28T20:05:20.349Z | Downloaded libtest-mimic v0.8.1 |
| 1809 | 2026-04-28T20:05:20.349Z | Downloaded serde_regex v1.1.0 |
| 1810 | 2026-04-28T20:05:20.349Z | Downloaded plotters-backend v0.3.7 |
| 1811 | 2026-04-28T20:05:20.349Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1812 | 2026-04-28T20:05:20.349Z | Downloaded backtrace-ext v0.2.1 |
| 1813 | 2026-04-28T20:05:20.353Z | Downloaded supports-unicode v2.1.0 |
| 1814 | 2026-04-28T20:05:20.356Z | Downloaded blake2b_simd v1.0.4 |
| 1815 | 2026-04-28T20:05:20.360Z | Downloaded parking v2.2.1 |
| 1816 | 2026-04-28T20:05:20.364Z | Downloaded relative-path v1.9.3 |
| 1817 | 2026-04-28T20:05:20.366Z | Downloaded miette-derive v5.10.0 |
| 1818 | 2026-04-28T20:05:20.366Z | Downloaded plotters-svg v0.3.7 |
| 1819 | 2026-04-28T20:05:20.371Z | Downloaded cargo_metadata v0.23.1 |
| 1820 | 2026-04-28T20:05:20.373Z | Downloaded supports-color v2.1.0 |
| 1821 | 2026-04-28T20:05:20.381Z | Downloaded async-lock v3.4.2 |
| 1822 | 2026-04-28T20:05:20.388Z | Downloaded approx v0.5.1 |
| 1823 | 2026-04-28T20:05:20.401Z | Downloaded assert-json-diff v2.0.2 |
| 1824 | 2026-04-28T20:05:20.406Z | Downloaded oorandom v11.1.5 |
| 1825 | 2026-04-28T20:05:20.413Z | Downloaded similar-asserts v1.7.0 |
| 1826 | 2026-04-28T20:05:20.416Z | Downloaded cargo-platform v0.3.2 |
| 1827 | 2026-04-28T20:05:20.416Z | Downloaded nested v0.1.1 |
| 1828 | 2026-04-28T20:05:20.416Z | Downloaded constant_time_eq v0.3.1 |
| 1829 | 2026-04-28T20:05:20.419Z | Downloaded supports-hyperlinks v2.1.0 |
| 1830 | 2026-04-28T20:05:20.419Z | Downloaded linkme-impl v0.3.35 |
| 1831 | 2026-04-28T20:05:20.419Z | Downloaded escape8259 v0.5.3 |
| 1832 | 2026-04-28T20:05:20.423Z | Downloaded target-triple v1.0.0 |
| 1833 | 2026-04-28T20:05:20.425Z | Downloaded pathdiff v0.2.3 |
| 1834 | 2026-04-28T20:05:20.425Z | Downloaded futures-timer v3.0.3 |
| 1835 | 2026-04-28T20:05:20.425Z | Downloaded termcolor v1.4.1 |
| 1836 | 2026-04-28T20:05:20.430Z | Downloaded rust-argon2 v2.1.0 |
| 1837 | 2026-04-28T20:05:20.430Z | Downloaded criterion-plot v0.6.0 |
| 1838 | 2026-04-28T20:05:20.433Z | Downloaded chumsky v0.9.3 |
| 1839 | 2026-04-28T20:05:20.433Z | Downloaded tinytemplate v1.2.1 |
| 1840 | 2026-04-28T20:05:20.433Z | Downloaded anes v0.1.6 |
| 1841 | 2026-04-28T20:05:20.433Z | Downloaded partial-io v0.5.4 |
| 1842 | 2026-04-28T20:05:20.437Z | Downloaded event-listener v5.4.1 |
| 1843 | 2026-04-28T20:05:20.442Z | Downloaded rustc-demangle v0.1.27 |
| 1844 | 2026-04-28T20:05:20.445Z | Downloaded owo-colors v3.5.0 |
| 1845 | 2026-04-28T20:05:20.449Z | Downloaded linkme v0.3.35 |
| 1846 | 2026-04-28T20:05:20.452Z | Downloaded knuffel-derive v3.2.0 |
| 1847 | 2026-04-28T20:05:20.452Z | Downloaded stringmetrics v2.2.2 |
| 1848 | 2026-04-28T20:05:20.455Z | Downloaded path-tree v0.8.3 |
| 1849 | 2026-04-28T20:05:20.458Z | Downloaded datatest-stable v0.3.3 |
| 1850 | 2026-04-28T20:05:20.461Z | Downloaded target-lexicon v0.13.3 |
| 1851 | 2026-04-28T20:05:20.463Z | Downloaded concurrent-queue v2.5.0 |
| 1852 | 2026-04-28T20:05:20.464Z | Downloaded target-spec v3.5.7 |
| 1853 | 2026-04-28T20:05:20.466Z | Downloaded assert_cmd v2.1.2 |
| 1854 | 2026-04-28T20:05:20.466Z | Downloaded httptest v0.16.4 |
| 1855 | 2026-04-28T20:05:20.469Z | Downloaded cfg-expr v0.20.6 |
| 1856 | 2026-04-28T20:05:20.472Z | Downloaded hickory-client v0.25.2 |
| 1857 | 2026-04-28T20:05:20.475Z | Downloaded textwrap v0.15.2 |
| 1858 | 2026-04-28T20:05:20.475Z | Downloaded rstest v0.25.0 |
| 1859 | 2026-04-28T20:05:20.480Z | Downloaded miette v5.10.0 |
| 1860 | 2026-04-28T20:05:20.487Z | Downloaded rand_distr v0.5.1 |
| 1861 | 2026-04-28T20:05:20.490Z | Downloaded trybuild v1.0.116 |
| 1862 | 2026-04-28T20:05:20.493Z | Downloaded backtrace v0.3.76 |
| 1863 | 2026-04-28T20:05:20.498Z | Downloaded rstest_macros v0.25.0 |
| 1864 | 2026-04-28T20:05:20.507Z | Downloaded fancy-regex v0.14.0 |
| 1865 | 2026-04-28T20:05:20.510Z | Downloaded plotters v0.3.7 |
| 1866 | 2026-04-28T20:05:20.513Z | Downloaded knuffel v3.2.0 |
| 1867 | 2026-04-28T20:05:20.516Z | Downloaded criterion v0.7.0 |
| 1868 | 2026-04-28T20:05:20.520Z | Downloaded guppy v0.17.25 |
| 1869 | 2026-04-28T20:05:20.523Z | Downloaded hashbrown v0.14.5 |
| 1870 | 2026-04-28T20:05:20.530Z | Downloaded gimli v0.32.3 |
| 1871 | 2026-04-28T20:05:20.629Z | Downloaded httpmock v0.8.3 |
| 1872 | 2026-04-28T20:05:22.197Z | Checking cfg-if v1.0.4 |
| 1873 | 2026-04-28T20:05:22.542Z | Checking libc v0.2.185 |
| 1874 | 2026-04-28T20:05:22.545Z | Checking serde_core v1.0.228 |
| 1875 | 2026-04-28T20:05:22.617Z | Checking memchr v2.8.0 |
| 1876 | 2026-04-28T20:05:22.657Z | Checking smallvec v1.15.1 |
| 1877 | 2026-04-28T20:05:22.696Z | Checking itoa v1.0.17 |
| 1878 | 2026-04-28T20:05:22.729Z | Checking log v0.4.29 |
| 1879 | 2026-04-28T20:05:22.773Z | Checking zeroize v1.8.2 |
| 1880 | 2026-04-28T20:05:22.814Z | Checking libm v0.2.16 |
| 1881 | 2026-04-28T20:05:22.860Z | Checking scopeguard v1.2.0 |
| 1882 | 2026-04-28T20:05:22.900Z | Checking stable_deref_trait v1.2.1 |
| 1883 | 2026-04-28T20:05:22.941Z | Checking zmij v1.0.21 |
| 1884 | 2026-04-28T20:05:22.981Z | Checking errno v0.3.14 |
| 1885 | 2026-04-28T20:05:22.981Z | Checking getrandom v0.2.17 |
| 1886 | 2026-04-28T20:05:23.052Z | Checking lock_api v0.4.14 |
| 1887 | 2026-04-28T20:05:23.088Z | Checking zerofrom v0.1.6 |
| 1888 | 2026-04-28T20:05:23.127Z | Checking percent-encoding v2.3.2 |
| 1889 | 2026-04-28T20:05:23.130Z | Checking litemap v0.8.1 |
| 1890 | 2026-04-28T20:05:23.196Z | Checking writeable v0.6.2 |
| 1891 | 2026-04-28T20:05:23.233Z | Checking yoke v0.8.1 |
| 1892 | 2026-04-28T20:05:23.236Z | Checking icu_properties_data v2.1.2 |
| 1893 | 2026-04-28T20:05:23.300Z | Checking icu_normalizer_data v2.1.1 |
| 1894 | 2026-04-28T20:05:23.300Z | Checking subtle v2.6.1 |
| 1895 | 2026-04-28T20:05:23.369Z | Checking form_urlencoded v1.2.2 |
| 1896 | 2026-04-28T20:05:23.405Z | Checking utf8_iter v1.0.4 |
| 1897 | 2026-04-28T20:05:23.437Z | Checking pin-project-lite v0.2.17 |
| 1898 | 2026-04-28T20:05:23.474Z | Checking zerovec v0.11.5 |
| 1899 | 2026-04-28T20:05:23.474Z | Checking zerotrie v0.2.3 |
| 1900 | 2026-04-28T20:05:23.543Z | Checking num-traits v0.2.19 |
| 1901 | 2026-04-28T20:05:23.581Z | Checking rand_core v0.6.4 |
| 1902 | 2026-04-28T20:05:23.618Z | Checking parking_lot_core v0.9.12 |
| 1903 | 2026-04-28T20:05:23.618Z | Checking portable-atomic v1.13.1 |
| 1904 | 2026-04-28T20:05:23.688Z | Checking zerocopy v0.8.40 |
| 1905 | 2026-04-28T20:05:23.769Z | Checking rand_core v0.10.0 |
| 1906 | 2026-04-28T20:05:23.807Z | Checking critical-section v1.2.0 |
| 1907 | 2026-04-28T20:05:23.867Z | Checking parking_lot v0.12.5 |
| 1908 | 2026-04-28T20:05:23.929Z | Checking tinystr v0.8.2 |
| 1909 | 2026-04-28T20:05:23.932Z | Checking potential_utf v0.1.4 |
| 1910 | 2026-04-28T20:05:23.999Z | Checking getrandom v0.4.1 |
| 1911 | 2026-04-28T20:05:24.061Z | Checking once_cell v1.21.3 |
| 1912 | 2026-04-28T20:05:24.098Z | Checking serde v1.0.228 |
| 1913 | 2026-04-28T20:05:24.099Z | Checking bitflags v2.11.0 |
| 1914 | 2026-04-28T20:05:24.168Z | Checking serde_json v1.0.149 |
| 1915 | 2026-04-28T20:05:24.172Z | Checking icu_locale_core v2.1.1 |
| 1916 | 2026-04-28T20:05:24.201Z | Checking icu_collections v2.1.1 |
| 1917 | 2026-04-28T20:05:24.273Z | Checking signal-hook-registry v1.4.8 |
| 1918 | 2026-04-28T20:05:24.313Z | Checking mio v1.2.0 |
| 1919 | 2026-04-28T20:05:24.358Z | Checking socket2 v0.6.3 |
| 1920 | 2026-04-28T20:05:24.464Z | Checking typenum v1.19.0 |
| 1921 | 2026-04-28T20:05:24.556Z | Checking bytes v1.11.1 |
| 1922 | 2026-04-28T20:05:24.604Z | Checking iana-time-zone v0.1.65 |
| 1923 | 2026-04-28T20:05:24.650Z | Checking thiserror v2.0.18 |
| 1924 | 2026-04-28T20:05:24.693Z | Checking uuid v1.23.0 |
| 1925 | 2026-04-28T20:05:24.744Z | Checking chrono v0.4.44 |
| 1926 | 2026-04-28T20:05:24.782Z | Checking icu_provider v2.1.1 |
| 1927 | 2026-04-28T20:05:24.785Z | Checking semver v1.0.27 |
| 1928 | 2026-04-28T20:05:24.859Z | Checking allocator-api2 v0.2.21 |
| 1929 | 2026-04-28T20:05:25.023Z | Checking generic-array v0.14.7 |
| 1930 | 2026-04-28T20:05:25.061Z | Checking icu_properties v2.1.2 |
| 1931 | 2026-04-28T20:05:25.061Z | Checking icu_normalizer v2.1.1 |
| 1932 | 2026-04-28T20:05:25.061Z | Checking tokio v1.52.1 |
| 1933 | 2026-04-28T20:05:25.064Z | Checking futures-core v0.3.32 |
| 1934 | 2026-04-28T20:05:25.212Z | Checking equivalent v1.0.2 |
| 1935 | 2026-04-28T20:05:25.342Z | Checking dyn-clone v1.0.20 |
| 1936 | 2026-04-28T20:05:25.348Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1937 | 2026-04-28T20:05:25.389Z | Checking const-oid v0.9.6 |
| 1938 | 2026-04-28T20:05:25.425Z | Checking foldhash v0.2.0 |
| 1939 | 2026-04-28T20:05:25.490Z | Checking crypto-common v0.1.7 |
| 1940 | 2026-04-28T20:05:25.606Z | Checking block-buffer v0.10.4 |
| 1941 | 2026-04-28T20:05:25.610Z | Checking hashbrown v0.16.1 |
| 1942 | 2026-04-28T20:05:25.677Z | Checking futures-sink v0.3.32 |
| 1943 | 2026-04-28T20:05:25.680Z | Checking slab v0.4.12 |
| 1944 | 2026-04-28T20:05:25.806Z | Checking futures-channel v0.3.32 |
| 1945 | 2026-04-28T20:05:25.809Z | Checking futures-task v0.3.32 |
| 1946 | 2026-04-28T20:05:25.893Z | Checking futures-io v0.3.32 |
| 1947 | 2026-04-28T20:05:26.009Z | Checking rustix v1.1.3 |
| 1948 | 2026-04-28T20:05:26.012Z | Checking idna_adapter v1.2.1 |
| 1949 | 2026-04-28T20:05:26.077Z | Checking byteorder v1.5.0 |
| 1950 | 2026-04-28T20:05:26.080Z | Checking futures-util v0.3.32 |
| 1951 | 2026-04-28T20:05:26.145Z | Checking digest v0.10.7 |
| 1952 | 2026-04-28T20:05:26.148Z | Checking cpufeatures v0.2.17 |
| 1953 | 2026-04-28T20:05:26.213Z | Checking idna v1.1.0 |
| 1954 | 2026-04-28T20:05:26.278Z | Checking indexmap v2.13.0 |
| 1955 | 2026-04-28T20:05:26.315Z | Checking thiserror v1.0.69 |
| 1956 | 2026-04-28T20:05:26.370Z | Checking getrandom v0.3.4 |
| 1957 | 2026-04-28T20:05:26.441Z | Checking fnv v1.0.7 |
| 1958 | 2026-04-28T20:05:26.479Z | Checking ppv-lite86 v0.2.21 |
| 1959 | 2026-04-28T20:05:26.515Z | Checking url v2.5.8 |
| 1960 | 2026-04-28T20:05:26.551Z | Checking regex-syntax v0.8.10 |
| 1961 | 2026-04-28T20:05:26.588Z | Checking http v1.4.0 |
| 1962 | 2026-04-28T20:05:26.819Z | Checking tracing-core v0.1.36 |
| 1963 | 2026-04-28T20:05:26.897Z | Checking base64 v0.22.1 |
| 1964 | 2026-04-28T20:05:26.935Z | Checking ipnet v2.11.0 |
| 1965 | 2026-04-28T20:05:26.997Z | Checking schemars v0.8.22 |
| 1966 | 2026-04-28T20:05:27.167Z | Checking tracing v0.1.44 |
| 1967 | 2026-04-28T20:05:27.205Z | Checking untrusted v0.9.0 |
| 1968 | 2026-04-28T20:05:27.208Z | Checking utf8parse v0.2.2 |
| 1969 | 2026-04-28T20:05:27.275Z | Checking anstyle v1.0.13 |
| 1970 | 2026-04-28T20:05:27.347Z | Checking unicode-ident v1.0.24 |
| 1971 | 2026-04-28T20:05:27.383Z | Checking ring v0.17.14 |
| 1972 | 2026-04-28T20:05:27.418Z | Checking base64ct v1.8.3 |
| 1973 | 2026-04-28T20:05:27.486Z | Checking anstyle-parse v0.2.7 |
| 1974 | 2026-04-28T20:05:27.490Z | Checking proc-macro2 v1.0.106 |
| 1975 | 2026-04-28T20:05:27.670Z | Checking block-padding v0.3.3 |
| 1976 | 2026-04-28T20:05:27.708Z | Checking aho-corasick v1.1.4 |
| 1977 | 2026-04-28T20:05:27.711Z | Checking colorchoice v1.0.4 |
| 1978 | 2026-04-28T20:05:27.836Z | Checking is_terminal_polyfill v1.70.2 |
| 1979 | 2026-04-28T20:05:27.873Z | Checking quote v1.0.44 |
| 1980 | 2026-04-28T20:05:27.876Z | Checking anstyle-query v1.1.5 |
| 1981 | 2026-04-28T20:05:27.946Z | Checking inout v0.1.4 |
| 1982 | 2026-04-28T20:05:27.980Z | Checking rustls-pki-types v1.14.0 |
| 1983 | 2026-04-28T20:05:28.029Z | Checking anstream v0.6.21 |
| 1984 | 2026-04-28T20:05:28.072Z | Checking syn v2.0.117 |
| 1985 | 2026-04-28T20:05:28.111Z | Checking crossbeam-utils v0.8.21 |
| 1986 | 2026-04-28T20:05:28.114Z | Checking httparse v1.10.1 |
| 1987 | 2026-04-28T20:05:28.258Z | Checking cipher v0.4.4 |
| 1988 | 2026-04-28T20:05:28.302Z | Checking terminal_size v0.4.3 |
| 1989 | 2026-04-28T20:05:28.391Z | Checking clap_lex v1.0.0 |
| 1990 | 2026-04-28T20:05:28.394Z | Checking tokio-util v0.7.18 |
| 1991 | 2026-04-28T20:05:28.473Z | Checking regex-automata v0.4.14 |
| 1992 | 2026-04-28T20:05:28.489Z | Checking strsim v0.11.1 |
| 1993 | 2026-04-28T20:05:28.490Z | Checking pem-rfc7468 v0.7.0 |
| 1994 | 2026-04-28T20:05:28.531Z | Checking http-body v1.0.1 |
| 1995 | 2026-04-28T20:05:28.597Z | Checking sha2 v0.10.9 |
| 1996 | 2026-04-28T20:05:28.600Z | Checking atomic-waker v1.1.2 |
| 1997 | 2026-04-28T20:05:28.681Z | Checking clap_builder v4.5.60 |
| 1998 | 2026-04-28T20:05:28.730Z | Checking rand_core v0.9.5 |
| 1999 | 2026-04-28T20:05:28.749Z | Checking hmac v0.12.1 |
| 2000 | 2026-04-28T20:05:28.799Z | Checking try-lock v0.2.5 |
| 2001 | 2026-04-28T20:05:28.914Z | Checking httpdate v1.0.3 |
| 2002 | 2026-04-28T20:05:28.939Z | Checking want v0.3.1 |
| 2003 | 2026-04-28T20:05:28.945Z | Checking ryu v1.0.23 |
| 2004 | 2026-04-28T20:05:28.945Z | Checking pin-utils v0.1.0 |
| 2005 | 2026-04-28T20:05:29.058Z | Checking h2 v0.4.13 |
| 2006 | 2026-04-28T20:05:29.094Z | Checking tower-service v0.3.3 |
| 2007 | 2026-04-28T20:05:29.106Z | Checking flagset v0.4.7 |
| 2008 | 2026-04-28T20:05:29.167Z | Checking tower-layer v0.3.3 |
| 2009 | 2026-04-28T20:05:29.170Z | Checking erased-serde v0.3.31 |
| 2010 | 2026-04-28T20:05:29.242Z | Checking powerfmt v0.2.0 |
| 2011 | 2026-04-28T20:05:29.252Z | Checking der v0.7.10 |
| 2012 | 2026-04-28T20:05:29.339Z | Checking rand_chacha v0.9.0 |
| 2013 | 2026-04-28T20:05:29.431Z | Checking deranged v0.5.8 |
| 2014 | 2026-04-28T20:05:29.566Z | Checking spin v0.9.8 |
| 2015 | 2026-04-28T20:05:29.606Z | Checking slog v2.8.2 |
| 2016 | 2026-04-28T20:05:29.783Z | Checking num-conv v0.2.0 |
| 2017 | 2026-04-28T20:05:29.901Z | Checking num_threads v0.1.7 |
| 2018 | 2026-04-28T20:05:29.937Z | Checking time-core v0.1.8 |
| 2019 | 2026-04-28T20:05:29.973Z | Checking clap v4.5.60 |
| 2020 | 2026-04-28T20:05:30.018Z | Checking rand v0.9.2 |
| 2021 | 2026-04-28T20:05:30.055Z | Checking anyhow v1.0.102 |
| 2022 | 2026-04-28T20:05:30.092Z | Checking http-body-util v0.1.3 |
| 2023 | 2026-04-28T20:05:30.137Z | Checking aws-lc-sys v0.37.1 |
| 2024 | 2026-04-28T20:05:30.288Z | Checking untrusted v0.7.1 |
| 2025 | 2026-04-28T20:05:30.340Z | Checking fastrand v2.3.0 |
| 2026 | 2026-04-28T20:05:30.377Z | Checking spki v0.7.3 |
| 2027 | 2026-04-28T20:05:30.410Z | Checking time v0.3.47 |
| 2028 | 2026-04-28T20:05:30.447Z | Checking serde_urlencoded v0.7.1 |
| 2029 | 2026-04-28T20:05:30.450Z | Checking pbkdf2 v0.12.2 |
| 2030 | 2026-04-28T20:05:30.521Z | Checking aes v0.8.4 |
| 2031 | 2026-04-28T20:05:30.557Z | Checking openssl-probe v0.2.1 |
| 2032 | 2026-04-28T20:05:30.591Z | Checking regex v1.12.3 |
| 2033 | 2026-04-28T20:05:30.626Z | Checking cbc v0.1.2 |
| 2034 | 2026-04-28T20:05:30.682Z | Checking salsa20 v0.10.2 |
| 2035 | 2026-04-28T20:05:30.685Z | Checking aws-lc-rs v1.16.0 |
| 2036 | 2026-04-28T20:05:30.751Z | Checking rand_chacha v0.3.1 |
| 2037 | 2026-04-28T20:05:30.786Z | Checking hex v0.4.3 |
| 2038 | 2026-04-28T20:05:30.845Z | Checking pretty-hex v0.4.1 |
| 2039 | 2026-04-28T20:05:30.894Z | Checking scrypt v0.11.0 |
| 2040 | 2026-04-28T20:05:30.941Z | Checking tempfile v3.25.0 |
| 2041 | 2026-04-28T20:05:30.990Z | Checking rand v0.8.5 |
| 2042 | 2026-04-28T20:05:30.993Z | Checking ipnetwork v0.21.1 |
| 2043 | 2026-04-28T20:05:31.059Z | Checking plain v0.2.3 |
| 2044 | 2026-04-28T20:05:31.095Z | Checking pkcs5 v0.7.1 |
| 2045 | 2026-04-28T20:05:31.162Z | Checking camino v1.2.2 |
| 2046 | 2026-04-28T20:05:31.199Z | Checking ucd-trie v0.1.7 |
| 2047 | 2026-04-28T20:05:31.271Z | Checking rustls-native-certs v0.8.3 |
| 2048 | 2026-04-28T20:05:31.362Z | Checking pest v2.8.6 |
| 2049 | 2026-04-28T20:05:31.399Z | Checking pkcs8 v0.10.2 |
| 2050 | 2026-04-28T20:05:31.433Z | Checking sync_wrapper v1.0.2 |
| 2051 | 2026-04-28T20:05:31.469Z | Checking webpki-roots v1.0.6 |
| 2052 | 2026-04-28T20:05:31.538Z | Checking iri-string v0.7.10 |
| 2053 | 2026-04-28T20:05:31.574Z | Checking tower v0.5.3 |
| 2054 | 2026-04-28T20:05:31.593Z | Checking rustls-webpki v0.103.9 |
| 2055 | 2026-04-28T20:05:31.599Z | Checking simd-adler32 v0.3.8 |
| 2056 | 2026-04-28T20:05:31.618Z | Checking openapiv3 v2.2.0 |
| 2057 | 2026-04-28T20:05:31.628Z | Checking adler2 v2.0.1 |
| 2058 | 2026-04-28T20:05:31.821Z | Checking hyper v1.8.1 |
| 2059 | 2026-04-28T20:05:31.918Z | Checking either v1.15.0 |
| 2060 | 2026-04-28T20:05:31.923Z | Checking mime v0.3.17 |
| 2061 | 2026-04-28T20:05:32.090Z | Checking miniz_oxide v0.8.9 |
| 2062 | 2026-04-28T20:05:32.148Z | Checking winnow v0.7.14 |
| 2063 | 2026-04-28T20:05:32.185Z | Checking static_assertions v1.1.0 |
| 2064 | 2026-04-28T20:05:32.220Z | Checking rustls v0.23.37 |
| 2065 | 2026-04-28T20:05:32.284Z | Checking oxnet v0.1.4 |
| 2066 | 2026-04-28T20:05:32.477Z | Checking lazy_static v1.5.0 |
| 2067 | 2026-04-28T20:05:32.514Z | Checking signature v2.2.0 |
| 2068 | 2026-04-28T20:05:32.554Z | Checking hubpack v0.1.2 |
| 2069 | 2026-04-28T20:05:32.598Z | Checking encoding_rs v0.8.35 |
| 2070 | 2026-04-28T20:05:32.634Z | Checking tower-http v0.6.8 |
| 2071 | 2026-04-28T20:05:32.672Z | Checking strum v0.26.3 |
| 2072 | 2026-04-28T20:05:32.752Z | Checking crc32fast v1.5.0 |
| 2073 | 2026-04-28T20:05:32.789Z | Checking hyper-util v0.1.20 |
| 2074 | 2026-04-28T20:05:32.824Z | Checking foreign-types-shared v0.1.1 |
| 2075 | 2026-04-28T20:05:32.920Z | Checking sha1 v0.10.6 |
| 2076 | 2026-04-28T20:05:32.960Z | Checking foreign-types v0.3.2 |
| 2077 | 2026-04-28T20:05:32.963Z | Checking openssl-sys v0.9.111 |
| 2078 | 2026-04-28T20:05:33.052Z | Checking tinyvec_macros v0.1.1 |
| 2079 | 2026-04-28T20:05:33.089Z | Checking toml_datetime v0.6.11 |
| 2080 | 2026-04-28T20:05:33.124Z | Checking serde_spanned v0.6.9 |
| 2081 | 2026-04-28T20:05:33.160Z | Checking tinyvec v1.10.0 |
| 2082 | 2026-04-28T20:05:33.282Z | Checking num-integer v0.1.46 |
| 2083 | 2026-04-28T20:05:33.319Z | Checking data-encoding v2.10.0 |
| 2084 | 2026-04-28T20:05:33.379Z | Checking scroll v0.13.0 |
| 2085 | 2026-04-28T20:05:33.509Z | Checking base16ct v0.2.0 |
| 2086 | 2026-04-28T20:05:33.513Z | Checking openssl v0.10.75 |
| 2087 | 2026-04-28T20:05:33.579Z | Checking zlib-rs v0.6.2 |
| 2088 | 2026-04-28T20:05:33.613Z | Checking bit-vec v0.8.0 |
| 2089 | 2026-04-28T20:05:33.648Z | Checking ff v0.13.1 |
| 2090 | 2026-04-28T20:05:33.652Z | Checking goblin v0.10.5 |
| 2091 | 2026-04-28T20:05:33.716Z | Checking sec1 v0.7.3 |
| 2092 | 2026-04-28T20:05:33.806Z | Checking wait-timeout v0.2.1 |
| 2093 | 2026-04-28T20:05:33.845Z | Checking bit-set v0.8.0 |
| 2094 | 2026-04-28T20:05:33.950Z | Checking memmap2 v0.9.10 |
| 2095 | 2026-04-28T20:05:33.986Z | Checking group v0.13.0 |
| 2096 | 2026-04-28T20:05:34.085Z | Checking num-iter v0.1.45 |
| 2097 | 2026-04-28T20:05:34.089Z | Checking dtrace-parser v0.3.0 |
| 2098 | 2026-04-28T20:05:34.142Z | Checking bstr v1.12.1 |
| 2099 | 2026-04-28T20:05:34.180Z | Checking hkdf v0.12.4 |
| 2100 | 2026-04-28T20:05:34.183Z | Checking crossbeam-epoch v0.9.18 |
| 2101 | 2026-04-28T20:05:34.329Z | Checking ahash v0.8.12 |
| 2102 | 2026-04-28T20:05:34.367Z | Checking crypto-bigint v0.5.5 |
| 2103 | 2026-04-28T20:05:34.462Z | Checking thread-id v5.1.0 |
| 2104 | 2026-04-28T20:05:34.498Z | Checking flate2 v1.1.9 |
| 2105 | 2026-04-28T20:05:34.558Z | Checking quick-error v1.2.3 |
| 2106 | 2026-04-28T20:05:34.595Z | Checking psl-types v2.0.11 |
| 2107 | 2026-04-28T20:05:34.597Z | Checking cookie v0.18.1 |
| 2108 | 2026-04-28T20:05:34.663Z | Checking tokio-rustls v0.26.4 |
| 2109 | 2026-04-28T20:05:34.698Z | Checking rusty-fork v0.3.1 |
| 2110 | 2026-04-28T20:05:34.743Z | Checking publicsuffix v2.3.0 |
| 2111 | 2026-04-28T20:05:34.820Z | Checking rand_xorshift v0.4.0 |
| 2112 | 2026-04-28T20:05:34.883Z | Checking scroll v0.12.0 |
| 2113 | 2026-04-28T20:05:34.921Z | Checking unarray v0.1.4 |
| 2114 | 2026-04-28T20:05:34.924Z | Checking hyper-rustls v0.27.7 |
| 2115 | 2026-04-28T20:05:34.989Z | Checking rustls-platform-verifier v0.6.2 |
| 2116 | 2026-04-28T20:05:34.992Z | Checking cookie_store v0.22.1 |
| 2117 | 2026-04-28T20:05:35.058Z | Checking proptest v1.10.0 |
| 2118 | 2026-04-28T20:05:35.137Z | Checking goblin v0.8.2 |
| 2119 | 2026-04-28T20:05:35.173Z | Checking num-bigint-dig v0.8.6 |
| 2120 | 2026-04-28T20:05:35.209Z | Checking pkcs1 v0.7.5 |
| 2121 | 2026-04-28T20:05:35.297Z | Checking elliptic-curve v0.13.8 |
| 2122 | 2026-04-28T20:05:35.392Z | Checking x509-cert v0.2.5 |
| 2123 | 2026-04-28T20:05:35.456Z | Checking zerocopy v0.7.35 |
| 2124 | 2026-04-28T20:05:35.537Z | Checking native-tls v0.2.18 |
| 2125 | 2026-04-28T20:05:35.648Z | Checking unicode-segmentation v1.12.0 |
| 2126 | 2026-04-28T20:05:35.747Z | Checking tokio-native-tls v0.3.1 |
| 2127 | 2026-04-28T20:05:35.939Z | Checking hyper-tls v0.6.0 |
| 2128 | 2026-04-28T20:05:35.981Z | Checking reqwest v0.13.2 |
| 2129 | 2026-04-28T20:05:36.018Z | Checking rsa v0.9.10 |
| 2130 | 2026-04-28T20:05:36.021Z | Checking dtrace-parser v0.2.0 |
| 2131 | 2026-04-28T20:05:36.088Z | Checking dof v0.4.0 |
| 2132 | 2026-04-28T20:05:36.090Z | Checking rfc6979 v0.4.0 |
| 2133 | 2026-04-28T20:05:36.158Z | Checking reqwest v0.12.28 |
| 2134 | 2026-04-28T20:05:36.266Z | Checking thread-id v4.2.2 |
| 2135 | 2026-04-28T20:05:36.314Z | Checking toml_write v0.1.2 |
| 2136 | 2026-04-28T20:05:36.377Z | Checking ecdsa v0.16.9 |
| 2137 | 2026-04-28T20:05:36.515Z | Checking toml_edit v0.22.27 |
| 2138 | 2026-04-28T20:05:36.518Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2139 | 2026-04-28T20:05:36.761Z | Checking curve25519-dalek v4.1.3 |
| 2140 | 2026-04-28T20:05:36.799Z | Checking usdt-impl v0.6.0 |
| 2141 | 2026-04-28T20:05:36.875Z | Checking memoffset v0.9.1 |
| 2142 | 2026-04-28T20:05:36.913Z | Checking newtype-uuid v1.3.2 |
| 2143 | 2026-04-28T20:05:36.950Z | Checking rustix v0.38.44 |
| 2144 | 2026-04-28T20:05:36.988Z | Checking env_filter v1.0.0 |
| 2145 | 2026-04-28T20:05:37.064Z | Checking keccak v0.1.6 |
| 2146 | 2026-04-28T20:05:37.101Z | Checking dof v0.3.0 |
| 2147 | 2026-04-28T20:05:37.137Z | Checking usdt v0.6.0 |
| 2148 | 2026-04-28T20:05:37.173Z | Checking env_logger v0.11.9 |
| 2149 | 2026-04-28T20:05:37.177Z | Checking daft v0.1.5 |
| 2150 | 2026-04-28T20:05:37.255Z | Checking sha3 v0.10.8 |
| 2151 | 2026-04-28T20:05:37.331Z | Checking ed25519 v2.2.3 |
| 2152 | 2026-04-28T20:05:37.392Z | Checking itertools v0.13.0 |
| 2153 | 2026-04-28T20:05:37.430Z | Checking usdt-impl v0.5.0 |
| 2154 | 2026-04-28T20:05:37.472Z | Checking serde_with v3.17.0 |
| 2155 | 2026-04-28T20:05:37.509Z | Checking bitflags v1.3.2 |
| 2156 | 2026-04-28T20:05:37.546Z | Checking siphasher v1.0.2 |
| 2157 | 2026-04-28T20:05:37.583Z | Checking ed25519-dalek v2.2.0 |
| 2158 | 2026-04-28T20:05:37.619Z | Checking unicode-normalization v0.1.25 |
| 2159 | 2026-04-28T20:05:37.691Z | Checking signal-hook v0.3.18 |
| 2160 | 2026-04-28T20:05:37.734Z | Checking winnow v0.5.40 |
| 2161 | 2026-04-28T20:05:37.738Z | Checking managed v0.8.0 |
| 2162 | 2026-04-28T20:05:37.803Z | Checking nix v0.31.2 |
| 2163 | 2026-04-28T20:05:37.841Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2164 | 2026-04-28T20:05:37.924Z | Checking object v0.37.3 |
| 2165 | 2026-04-28T20:05:37.957Z | Checking foldhash v0.1.5 |
| 2166 | 2026-04-28T20:05:37.993Z | Checking bzip2 v0.4.4 |
| 2167 | 2026-04-28T20:05:38.049Z | Checking signal-hook-mio v0.2.5 |
| 2168 | 2026-04-28T20:05:38.117Z | Checking hashbrown v0.15.5 |
| 2169 | 2026-04-28T20:05:38.181Z | Checking ref-cast v1.0.25 |
| 2170 | 2026-04-28T20:05:38.184Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2171 | 2026-04-28T20:05:38.312Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2172 | 2026-04-28T20:05:38.356Z | Checking zstd-safe v7.2.4 |
| 2173 | 2026-04-28T20:05:38.459Z | Checking zip v0.6.6 |
| 2174 | 2026-04-28T20:05:38.540Z | Checking bumpalo v3.20.2 |
| 2175 | 2026-04-28T20:05:38.578Z | Checking libbz2-rs-sys v0.2.2 |
| 2176 | 2026-04-28T20:05:38.614Z | Checking zstd v0.13.3 |
| 2177 | 2026-04-28T20:05:38.771Z | Checking zopfli v0.8.3 |
| 2178 | 2026-04-28T20:05:38.816Z | Checking crossterm v0.28.1 |
| 2179 | 2026-04-28T20:05:38.854Z | Checking similar v2.7.0 |
| 2180 | 2026-04-28T20:05:38.857Z | Checking tokio-stream v0.1.18 |
| 2181 | 2026-04-28T20:05:38.923Z | Checking toml_edit v0.19.15 |
| 2182 | 2026-04-28T20:05:38.958Z | Checking fs-err v3.3.0 |
| 2183 | 2026-04-28T20:05:39.001Z | Checking bzip2 v0.6.1 |
| 2184 | 2026-04-28T20:05:39.127Z | Checking hash32 v0.2.1 |
| 2185 | 2026-04-28T20:05:39.196Z | Checking serde-big-array v0.5.1 |
| 2186 | 2026-04-28T20:05:39.267Z | Checking predicates-core v1.0.10 |
| 2187 | 2026-04-28T20:05:39.303Z | Checking unicode-properties v0.1.4 |
| 2188 | 2026-04-28T20:05:39.339Z | Checking unicode-bidi v0.3.18 |
| 2189 | 2026-04-28T20:05:39.342Z | Checking jiff v0.2.21 |
| 2190 | 2026-04-28T20:05:39.406Z | Checking heapless v0.7.17 |
| 2191 | 2026-04-28T20:05:39.442Z | Checking hickory-proto v0.25.2 |
| 2192 | 2026-04-28T20:05:39.518Z | Checking md-5 v0.10.6 |
| 2193 | 2026-04-28T20:05:39.555Z | Checking float-cmp v0.10.0 |
| 2194 | 2026-04-28T20:05:39.666Z | Checking stringprep v0.1.5 |
| 2195 | 2026-04-28T20:05:39.703Z | Checking fallible-iterator v0.2.0 |
| 2196 | 2026-04-28T20:05:39.738Z | Checking difflib v0.4.0 |
| 2197 | 2026-04-28T20:05:39.849Z | Checking rustc-hash v2.1.1 |
| 2198 | 2026-04-28T20:05:39.853Z | Checking normalize-line-endings v0.3.0 |
| 2199 | 2026-04-28T20:05:39.940Z | Checking smoltcp v0.9.1 |
| 2200 | 2026-04-28T20:05:39.978Z | Checking toml v0.7.8 |
| 2201 | 2026-04-28T20:05:40.013Z | Checking iddqd v0.3.18 |
| 2202 | 2026-04-28T20:05:40.016Z | Checking postgres-protocol v0.6.10 |
| 2203 | 2026-04-28T20:05:40.016Z | Checking predicates v3.1.4 |
| 2204 | 2026-04-28T20:05:40.267Z | Checking phf_shared v0.11.3 |
| 2205 | 2026-04-28T20:05:40.310Z | Checking phf_shared v0.13.1 |
| 2206 | 2026-04-28T20:05:40.394Z | Checking buf-list v1.1.2 |
| 2207 | 2026-04-28T20:05:40.431Z | Checking strum v0.27.2 |
| 2208 | 2026-04-28T20:05:40.466Z | Checking fixedbitset v0.5.7 |
| 2209 | 2026-04-28T20:05:40.534Z | Checking fixedbitset v0.4.2 |
| 2210 | 2026-04-28T20:05:40.571Z | Checking new_debug_unreachable v1.0.6 |
| 2211 | 2026-04-28T20:05:40.606Z | Checking precomputed-hash v0.1.1 |
| 2212 | 2026-04-28T20:05:40.609Z | Checking lalrpop-util v0.19.12 |
| 2213 | 2026-04-28T20:05:40.674Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2214 | 2026-04-28T20:05:40.709Z | Checking petgraph v0.8.3 |
| 2215 | 2026-04-28T20:05:40.744Z | Checking petgraph v0.6.5 |
| 2216 | 2026-04-28T20:05:40.747Z | Checking string_cache v0.8.9 |
| 2217 | 2026-04-28T20:05:40.825Z | Checking phf v0.13.1 |
| 2218 | 2026-04-28T20:05:40.906Z | Checking postgres-types v0.2.12 |
| 2219 | 2026-04-28T20:05:40.973Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2220 | 2026-04-28T20:05:41.009Z | Checking peg-runtime v0.8.5 |
| 2221 | 2026-04-28T20:05:41.182Z | Checking whoami v2.1.0 |
| 2222 | 2026-04-28T20:05:41.290Z | Checking futures-executor v0.3.32 |
| 2223 | 2026-04-28T20:05:41.368Z | Checking is-terminal v0.4.17 |
| 2224 | 2026-04-28T20:05:41.409Z | Checking tokio-postgres v0.7.16 |
| 2225 | 2026-04-28T20:05:41.468Z | Checking futures v0.3.32 |
| 2226 | 2026-04-28T20:05:41.504Z | Checking crossbeam-channel v0.5.15 |
| 2227 | 2026-04-28T20:05:41.576Z | Compiling structmeta-derive v0.3.0 |
| 2228 | 2026-04-28T20:05:41.644Z | Checking zip v4.6.1 |
| 2229 | 2026-04-28T20:05:41.895Z | Checking thread_local v1.1.9 |
| 2230 | 2026-04-28T20:05:42.087Z | Checking take_mut v0.2.2 |
| 2231 | 2026-04-28T20:05:42.124Z | Checking term v1.2.1 |
| 2232 | 2026-04-28T20:05:42.227Z | Checking slog-async v2.8.0 |
| 2233 | 2026-04-28T20:05:42.265Z | Compiling newtype-uuid-macros v0.1.0 |
| 2234 | 2026-04-28T20:05:42.302Z | Compiling rustls v0.22.4 |
| 2235 | 2026-04-28T20:05:42.355Z | Compiling multer v3.1.0 |
| 2236 | 2026-04-28T20:05:42.393Z | Checking slog-term v2.9.2 |
| 2237 | 2026-04-28T20:05:42.428Z | Checking regress v0.10.5 |
| 2238 | 2026-04-28T20:05:42.553Z | Compiling async-stream-impl v0.3.6 |
| 2239 | 2026-04-28T20:05:42.668Z | Compiling dropshot v0.16.7 |
| 2240 | 2026-04-28T20:05:42.704Z | Compiling dropshot_endpoint v0.16.7 |
| 2241 | 2026-04-28T20:05:42.742Z | Compiling structmeta v0.3.0 |
| 2242 | 2026-04-28T20:05:42.745Z | Checking match_cfg v0.1.0 |
| 2243 | 2026-04-28T20:05:42.874Z | Checking hostname v0.3.1 |
| 2244 | 2026-04-28T20:05:42.987Z | Checking slog-json v2.6.1 |
| 2245 | 2026-04-28T20:05:43.024Z | Compiling derive-ex v0.1.8 |
| 2246 | 2026-04-28T20:05:43.056Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2247 | 2026-04-28T20:05:43.122Z | Checking debug-ignore v1.0.5 |
| 2248 | 2026-04-28T20:05:43.171Z | Checking slog-bunyan v2.5.0 |
| 2249 | 2026-04-28T20:05:43.209Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2250 | 2026-04-28T20:05:43.252Z | Checking serde_spanned v1.0.4 |
| 2251 | 2026-04-28T20:05:43.255Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2252 | 2026-04-28T20:05:43.323Z | Checking progenitor-client v0.13.0 |
| 2253 | 2026-04-28T20:05:43.418Z | Checking rustls-webpki v0.102.8 |
| 2254 | 2026-04-28T20:05:43.477Z | Checking serde_path_to_error v0.1.20 |
| 2255 | 2026-04-28T20:05:43.513Z | Checking async-stream v0.3.6 |
| 2256 | 2026-04-28T20:05:43.650Z | Checking waitgroup v0.1.2 |
| 2257 | 2026-04-28T20:05:43.688Z | Checking rustls-pemfile v2.2.0 |
| 2258 | 2026-04-28T20:05:43.779Z | Checking hostname v0.4.2 |
| 2259 | 2026-04-28T20:05:43.816Z | Checking toml v0.9.12+spec-1.1.0 |
| 2260 | 2026-04-28T20:05:43.886Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2261 | 2026-04-28T20:05:43.889Z | Compiling parse-display-derive v0.10.0 |
| 2262 | 2026-04-28T20:05:43.889Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2263 | 2026-04-28T20:05:43.984Z | Checking itertools v0.14.0 |
| 2264 | 2026-04-28T20:05:44.026Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2265 | 2026-04-28T20:05:44.090Z | Checking macaddr v1.0.1 |
| 2266 | 2026-04-28T20:05:44.305Z | Checking instant v0.1.13 |
| 2267 | 2026-04-28T20:05:44.427Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2268 | 2026-04-28T20:05:44.464Z | Checking progenitor-client v0.10.0 |
| 2269 | 2026-04-28T20:05:44.499Z | Checking backoff v0.4.0 |
| 2270 | 2026-04-28T20:05:44.539Z | Checking backon v1.6.0 |
| 2271 | 2026-04-28T20:05:44.699Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2272 | 2026-04-28T20:05:44.741Z | Checking progenitor-extras v0.1.1 |
| 2273 | 2026-04-28T20:05:44.741Z | Checking unicode-width v0.2.0 |
| 2274 | 2026-04-28T20:05:44.804Z | Compiling test-strategy v0.4.5 |
| 2275 | 2026-04-28T20:05:45.014Z | Checking heck v0.5.0 |
| 2276 | 2026-04-28T20:05:45.069Z | Compiling convert_case v0.4.0 |
| 2277 | 2026-04-28T20:05:45.104Z | Checking half v2.7.1 |
| 2278 | 2026-04-28T20:05:45.174Z | Checking ciborium-io v0.2.2 |
| 2279 | 2026-04-28T20:05:45.213Z | Checking secrecy v0.10.3 |
| 2280 | 2026-04-28T20:05:45.290Z | Checking indent_write v2.2.0 |
| 2281 | 2026-04-28T20:05:45.351Z | Checking tokio-rustls v0.25.0 |
| 2282 | 2026-04-28T20:05:45.384Z | Checking universal-hash v0.5.1 |
| 2283 | 2026-04-28T20:05:45.423Z | Checking ciborium-ll v0.2.2 |
| 2284 | 2026-04-28T20:05:45.449Z | Checking opaque-debug v0.3.1 |
| 2285 | 2026-04-28T20:05:45.491Z | Compiling derive_more v0.99.20 |
| 2286 | 2026-04-28T20:05:45.529Z | Compiling unsafe-libyaml v0.2.11 |
| 2287 | 2026-04-28T20:05:45.568Z | Checking camino-tempfile v1.4.1 |
| 2288 | 2026-04-28T20:05:45.635Z | Checking ciborium v0.2.2 |
| 2289 | 2026-04-28T20:05:45.674Z | Checking parse-display v0.10.0 |
| 2290 | 2026-04-28T20:05:45.754Z | Compiling crucible-workspace-hack v0.1.0 |
| 2291 | 2026-04-28T20:05:45.851Z | Checking aead v0.5.2 |
| 2292 | 2026-04-28T20:05:46.043Z | Checking poly1305 v0.8.0 |
| 2293 | 2026-04-28T20:05:46.093Z | Compiling serde_yaml v0.9.34+deprecated |
| 2294 | 2026-04-28T20:05:46.128Z | Checking chacha20 v0.9.1 |
| 2295 | 2026-04-28T20:05:46.320Z | Compiling typify-impl v0.6.1 |
| 2296 | 2026-04-28T20:05:46.356Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2297 | 2026-04-28T20:05:46.424Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2298 | 2026-04-28T20:05:46.877Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2299 | 2026-04-28T20:05:47.237Z | Checking password-hash v0.5.0 |
| 2300 | 2026-04-28T20:05:47.506Z | Checking blake2 v0.10.6 |
| 2301 | 2026-04-28T20:05:47.625Z | Checking chacha20poly1305 v0.10.1 |
| 2302 | 2026-04-28T20:05:47.667Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2303 | 2026-04-28T20:05:47.697Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2304 | 2026-04-28T20:05:47.730Z | Checking thiserror-no-std v2.0.2 |
| 2305 | 2026-04-28T20:05:47.783Z | Checking argon2 v0.5.3 |
| 2306 | 2026-04-28T20:05:47.786Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2307 | 2026-04-28T20:05:47.851Z | Checking vsss-rs v3.3.4 |
| 2308 | 2026-04-28T20:05:47.990Z | Checking byte-wrapper v0.1.0 |
| 2309 | 2026-04-28T20:05:48.031Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2310 | 2026-04-28T20:05:48.127Z | Checking swrite v0.1.0 |
| 2311 | 2026-04-28T20:05:48.182Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2312 | 2026-04-28T20:05:48.227Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2313 | 2026-04-28T20:05:48.267Z | Checking crossbeam-deque v0.8.6 |
| 2314 | 2026-04-28T20:05:48.295Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2315 | 2026-04-28T20:05:48.433Z | Compiling rayon-core v1.13.0 |
| 2316 | 2026-04-28T20:05:48.470Z | Checking toml v0.8.23 |
| 2317 | 2026-04-28T20:05:48.826Z | Compiling proc-macro-error v1.0.4 |
| 2318 | 2026-04-28T20:05:48.970Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2319 | 2026-04-28T20:05:49.037Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2320 | 2026-04-28T20:05:49.065Z | Checking rayon v1.11.0 |
| 2321 | 2026-04-28T20:05:49.164Z | Checking glob v0.3.3 |
| 2322 | 2026-04-28T20:05:49.378Z | Checking unicode-width v0.1.14 |
| 2323 | 2026-04-28T20:05:49.430Z | Checking tabwriter v1.4.1 |
| 2324 | 2026-04-28T20:05:49.610Z | Compiling proc-macro-crate v3.4.0 |
| 2325 | 2026-04-28T20:05:49.664Z | Compiling heapless v0.8.0 |
| 2326 | 2026-04-28T20:05:49.794Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2327 | 2026-04-28T20:05:49.927Z | Compiling ingot-macros v0.1.1 |
| 2328 | 2026-04-28T20:05:50.069Z | Checking hash32 v0.3.1 |
| 2329 | 2026-04-28T20:05:50.183Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2330 | 2026-04-28T20:05:50.220Z | Compiling smoltcp v0.11.0 |
| 2331 | 2026-04-28T20:05:50.220Z | Checking cobs v0.3.0 |
| 2332 | 2026-04-28T20:05:50.401Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-04-28T20:05:50.484Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-04-28T20:05:50.540Z | Checking memmap v0.7.0 |
| 2335 | 2026-04-28T20:05:50.673Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2336 | 2026-04-28T20:05:50.709Z | Checking colored v3.1.1 |
| 2337 | 2026-04-28T20:05:50.935Z | Checking postcard v1.1.3 |
| 2338 | 2026-04-28T20:05:50.970Z | Compiling num_enum_derive v0.7.5 |
| 2339 | 2026-04-28T20:05:50.972Z | Compiling typify-macro v0.6.1 |
| 2340 | 2026-04-28T20:05:51.164Z | Compiling proc-macro-crate v1.3.1 |
| 2341 | 2026-04-28T20:05:51.254Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2342 | 2026-04-28T20:05:51.290Z | Checking usdt v0.5.0 |
| 2343 | 2026-04-28T20:05:51.484Z | Checking sigpipe v0.1.3 |
| 2344 | 2026-04-28T20:05:51.521Z | Compiling foreign-types-macros v0.2.3 |
| 2345 | 2026-04-28T20:05:51.606Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2346 | 2026-04-28T20:05:51.669Z | Checking cpufeatures v0.3.0 |
| 2347 | 2026-04-28T20:05:51.773Z | Checking foreign-types-shared v0.3.1 |
| 2348 | 2026-04-28T20:05:51.907Z | Checking chacha20 v0.10.0 |
| 2349 | 2026-04-28T20:05:51.947Z | Compiling num_enum_derive v0.5.11 |
| 2350 | 2026-04-28T20:05:52.063Z | Checking num_enum v0.7.5 |
| 2351 | 2026-04-28T20:05:52.179Z | Checking foreign-types v0.5.0 |
| 2352 | 2026-04-28T20:05:52.183Z | Checking cstr-argument v0.1.2 |
| 2353 | 2026-04-28T20:05:52.244Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-04-28T20:05:52.279Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2355 | 2026-04-28T20:05:52.316Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2356 | 2026-04-28T20:05:52.354Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2357 | 2026-04-28T20:05:52.389Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2358 | 2026-04-28T20:05:52.564Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2359 | 2026-04-28T20:05:52.608Z | Checking rand v0.10.0 |
| 2360 | 2026-04-28T20:05:52.700Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2361 | 2026-04-28T20:05:52.756Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2362 | 2026-04-28T20:05:52.759Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2363 | 2026-04-28T20:05:52.823Z | Checking ingot-types v0.1.2 |
| 2364 | 2026-04-28T20:05:52.857Z | Compiling typify v0.6.1 |
| 2365 | 2026-04-28T20:05:52.925Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2366 | 2026-04-28T20:05:52.992Z | Compiling progenitor-impl v0.13.0 |
| 2367 | 2026-04-28T20:05:52.995Z | Compiling zone_cfg_derive v0.3.1 |
| 2368 | 2026-04-28T20:05:53.061Z | Checking num_enum v0.5.11 |
| 2369 | 2026-04-28T20:05:53.242Z | Checking ingot v0.1.1 |
| 2370 | 2026-04-28T20:05:53.245Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2371 | 2026-04-28T20:05:53.290Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2372 | 2026-04-28T20:05:53.425Z | Checking itertools v0.12.1 |
| 2373 | 2026-04-28T20:05:53.491Z | Compiling num-derive v0.4.2 |
| 2374 | 2026-04-28T20:05:53.693Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2375 | 2026-04-28T20:05:53.961Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2376 | 2026-04-28T20:05:54.030Z | Checking smf v0.2.3 |
| 2377 | 2026-04-28T20:05:54.145Z | Checking whoami v1.6.1 |
| 2378 | 2026-04-28T20:05:54.180Z | Checking tokio-dtrace v0.1.1 |
| 2379 | 2026-04-28T20:05:54.287Z | Compiling derive-where v1.6.0 |
| 2380 | 2026-04-28T20:05:54.346Z | Checking console v0.15.11 |
| 2381 | 2026-04-28T20:05:54.392Z | Checking oxide-tokio-rt v0.1.4 |
| 2382 | 2026-04-28T20:05:54.444Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2383 | 2026-04-28T20:05:54.482Z | Checking zone v0.3.1 |
| 2384 | 2026-04-28T20:05:54.590Z | Checking atomicwrites v0.4.4 |
| 2385 | 2026-04-28T20:05:54.653Z | Checking newline-converter v0.3.0 |
| 2386 | 2026-04-28T20:05:54.700Z | Checking num-rational v0.4.2 |
| 2387 | 2026-04-28T20:05:54.747Z | Checking num-complex v0.4.6 |
| 2388 | 2026-04-28T20:05:54.794Z | Checking expectorate v1.2.0 |
| 2389 | 2026-04-28T20:05:54.863Z | Checking bytecount v0.6.9 |
| 2390 | 2026-04-28T20:05:54.928Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2391 | 2026-04-28T20:05:54.963Z | Checking float-ord v0.3.2 |
| 2392 | 2026-04-28T20:05:54.998Z | Compiling owo-colors v4.3.0 |
| 2393 | 2026-04-28T20:05:55.032Z | Compiling cancel-safe-futures v0.1.5 |
| 2394 | 2026-04-28T20:05:55.093Z | Checking libsw-core v0.3.2 |
| 2395 | 2026-04-28T20:05:55.128Z | Checking num v0.4.3 |
| 2396 | 2026-04-28T20:05:55.229Z | Compiling prettyplease v0.2.37 |
| 2397 | 2026-04-28T20:05:55.266Z | Checking libsw v3.5.0 |
| 2398 | 2026-04-28T20:05:55.455Z | Checking same-file v1.0.6 |
| 2399 | 2026-04-28T20:05:55.535Z | Checking linear-map v1.2.0 |
| 2400 | 2026-04-28T20:05:55.609Z | Checking walkdir v2.5.0 |
| 2401 | 2026-04-28T20:05:55.644Z | Checking gethostname v0.5.0 |
| 2402 | 2026-04-28T20:05:55.679Z | Compiling progenitor-macro v0.13.0 |
| 2403 | 2026-04-28T20:05:55.679Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2404 | 2026-04-28T20:05:55.746Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2405 | 2026-04-28T20:05:55.811Z | Compiling async-recursion v1.1.1 |
| 2406 | 2026-04-28T20:05:55.814Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2407 | 2026-04-28T20:05:56.009Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2408 | 2026-04-28T20:05:56.088Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2409 | 2026-04-28T20:05:57.195Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2410 | 2026-04-28T20:05:57.561Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2411 | 2026-04-28T20:06:00.051Z | Checking unicode-linebreak v0.1.5 |
| 2412 | 2026-04-28T20:06:00.088Z | Checking smawk v0.3.2 |
| 2413 | 2026-04-28T20:06:00.091Z | Checking resolv-conf v0.7.6 |
| 2414 | 2026-04-28T20:06:00.248Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2415 | 2026-04-28T20:06:00.316Z | Checking papergrid v0.11.0 |
| 2416 | 2026-04-28T20:06:00.349Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2417 | 2026-04-28T20:06:00.391Z | Compiling tabled_derive v0.7.0 |
| 2418 | 2026-04-28T20:06:00.489Z | Checking globset v0.4.18 |
| 2419 | 2026-04-28T20:06:00.527Z | Compiling convert_case v0.10.0 |
| 2420 | 2026-04-28T20:06:00.687Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2421 | 2026-04-28T20:06:00.724Z | Checking progenitor v0.13.0 |
| 2422 | 2026-04-28T20:06:00.776Z | Compiling slog-dtrace v0.3.0 |
| 2423 | 2026-04-28T20:06:00.902Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2424 | 2026-04-28T20:06:00.951Z | Compiling derive_more-impl v2.1.1 |
| 2425 | 2026-04-28T20:06:01.027Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2426 | 2026-04-28T20:06:01.364Z | Checking tabled v0.15.0 |
| 2427 | 2026-04-28T20:06:01.691Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2428 | 2026-04-28T20:06:01.813Z | Checking derive_more v2.1.1 |
| 2429 | 2026-04-28T20:06:01.922Z | Checking crossterm v0.29.0 |
| 2430 | 2026-04-28T20:06:02.023Z | Compiling pin-project-internal v1.1.11 |
| 2431 | 2026-04-28T20:06:02.425Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2432 | 2026-04-28T20:06:02.528Z | Checking pem v3.0.6 |
| 2433 | 2026-04-28T20:06:02.592Z | Checking fd-lock v4.0.4 |
| 2434 | 2026-04-28T20:06:02.677Z | Checking vte v0.14.1 |
| 2435 | 2026-04-28T20:06:02.724Z | Checking display-error-chain v0.2.2 |
| 2436 | 2026-04-28T20:06:02.759Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2437 | 2026-04-28T20:06:02.866Z | Checking strip-ansi-escapes v0.2.1 |
| 2438 | 2026-04-28T20:06:02.902Z | Compiling snafu-derive v0.8.9 |
| 2439 | 2026-04-28T20:06:02.935Z | Checking termtree v0.5.1 |
| 2440 | 2026-04-28T20:06:03.004Z | Checking linked-hash-map v0.5.6 |
| 2441 | 2026-04-28T20:06:03.102Z | Checking nu-ansi-term v0.50.3 |
| 2442 | 2026-04-28T20:06:03.194Z | Checking pin-project v1.1.11 |
| 2443 | 2026-04-28T20:06:03.230Z | Checking lru-cache v0.1.2 |
| 2444 | 2026-04-28T20:06:03.323Z | Checking textwrap v0.16.2 |
| 2445 | 2026-04-28T20:06:03.358Z | Checking reedline v0.40.0 |
| 2446 | 2026-04-28T20:06:03.391Z | Checking olpc-cjson v0.1.4 |
| 2447 | 2026-04-28T20:06:03.492Z | Checking hickory-proto v0.24.4 |
| 2448 | 2026-04-28T20:06:03.558Z | Checking serde_plain v1.0.2 |
| 2449 | 2026-04-28T20:06:03.592Z | Compiling minimal-lexical v0.2.1 |
| 2450 | 2026-04-28T20:06:03.702Z | Checking typed-path v0.9.3 |
| 2451 | 2026-04-28T20:06:03.738Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2452 | 2026-04-28T20:06:03.870Z | Compiling nom v7.1.3 |
| 2453 | 2026-04-28T20:06:04.264Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2454 | 2026-04-28T20:06:04.310Z | Compiling ar_archive_writer v0.5.1 |
| 2455 | 2026-04-28T20:06:04.514Z | Checking humantime v2.3.0 |
| 2456 | 2026-04-28T20:06:04.551Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2457 | 2026-04-28T20:06:04.734Z | Checking csv-core v0.1.13 |
| 2458 | 2026-04-28T20:06:04.836Z | Checking snafu v0.8.9 |
| 2459 | 2026-04-28T20:06:04.882Z | Compiling stacker v0.1.23 |
| 2460 | 2026-04-28T20:06:04.941Z | Checking csv v1.4.0 |
| 2461 | 2026-04-28T20:06:05.027Z | Compiling cfg_aliases v0.1.1 |
| 2462 | 2026-04-28T20:06:05.111Z | Checking tough v0.20.0 |
| 2463 | 2026-04-28T20:06:05.145Z | Checking highway v1.3.0 |
| 2464 | 2026-04-28T20:06:05.215Z | Compiling psm v0.1.30 |
| 2465 | 2026-04-28T20:06:05.249Z | Compiling nix v0.28.0 |
| 2466 | 2026-04-28T20:06:05.282Z | Checking nibble_vec v0.1.0 |
| 2467 | 2026-04-28T20:06:05.317Z | Checking hickory-resolver v0.24.4 |
| 2468 | 2026-04-28T20:06:05.352Z | Checking home v0.5.12 |
| 2469 | 2026-04-28T20:06:05.400Z | Checking endian-type v0.1.2 |
| 2470 | 2026-04-28T20:06:05.437Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2471 | 2026-04-28T20:06:05.487Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2472 | 2026-04-28T20:06:05.558Z | Checking radix_trie v0.2.1 |
| 2473 | 2026-04-28T20:06:05.674Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2474 | 2026-04-28T20:06:05.797Z | Checking phf_shared v0.12.1 |
| 2475 | 2026-04-28T20:06:05.963Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2476 | 2026-04-28T20:06:06.032Z | Compiling chrono-tz v0.10.4 |
| 2477 | 2026-04-28T20:06:06.086Z | Checking qorb v0.4.1 |
| 2478 | 2026-04-28T20:06:06.150Z | Compiling semver v0.1.20 |
| 2479 | 2026-04-28T20:06:06.186Z | Checking phf v0.12.1 |
| 2480 | 2026-04-28T20:06:06.322Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2481 | 2026-04-28T20:06:06.358Z | Compiling rustc_version v0.1.7 |
| 2482 | 2026-04-28T20:06:06.399Z | Checking recursive v0.1.1 |
| 2483 | 2026-04-28T20:06:06.460Z | Compiling const_format_proc_macros v0.2.34 |
| 2484 | 2026-04-28T20:06:06.525Z | Compiling peg-macros v0.8.5 |
| 2485 | 2026-04-28T20:06:06.883Z | Checking winnow v0.6.26 |
| 2486 | 2026-04-28T20:06:07.165Z | Compiling sqlparser_derive v0.5.0 |
| 2487 | 2026-04-28T20:06:07.296Z | Checking unicode_categories v0.1.1 |
| 2488 | 2026-04-28T20:06:07.376Z | Checking const_format v0.2.35 |
| 2489 | 2026-04-28T20:06:07.483Z | Checking rustyline v14.0.0 |
| 2490 | 2026-04-28T20:06:07.694Z | Compiling newtype_derive v0.1.6 |
| 2491 | 2026-04-28T20:06:07.959Z | Checking sqlparser v0.61.0 |
| 2492 | 2026-04-28T20:06:07.959Z | Checking peg v0.8.5 |
| 2493 | 2026-04-28T20:06:08.065Z | Checking sqlformat v0.3.5 |
| 2494 | 2026-04-28T20:06:08.100Z | Checking bcs v0.1.6 |
| 2495 | 2026-04-28T20:06:08.361Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2496 | 2026-04-28T20:06:08.396Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2497 | 2026-04-28T20:06:08.519Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2498 | 2026-04-28T20:06:08.554Z | Checking steno v0.4.1 |
| 2499 | 2026-04-28T20:06:08.589Z | Checking filetime v0.2.27 |
| 2500 | 2026-04-28T20:06:08.754Z | Checking xattr v1.6.1 |
| 2501 | 2026-04-28T20:06:08.801Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2502 | 2026-04-28T20:06:08.951Z | Checking tar v0.4.45 |
| 2503 | 2026-04-28T20:06:09.365Z | Checking subprocess v0.2.15 |
| 2504 | 2026-04-28T20:06:09.402Z | Checking base64 v0.21.7 |
| 2505 | 2026-04-28T20:06:09.583Z | Checking headers-core v0.3.0 |
| 2506 | 2026-04-28T20:06:09.685Z | Checking yasna v0.5.2 |
| 2507 | 2026-04-28T20:06:09.708Z | Checking dropshot-api-manager-types v0.6.0 |
| 2508 | 2026-04-28T20:06:09.746Z | Checking headers v0.4.1 |
| 2509 | 2026-04-28T20:06:09.779Z | Checking tagptr v0.2.0 |
| 2510 | 2026-04-28T20:06:09.920Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2511 | 2026-04-28T20:06:09.948Z | Checking moka v0.12.13 |
| 2512 | 2026-04-28T20:06:10.107Z | Checking rcgen v0.12.1 |
| 2513 | 2026-04-28T20:06:10.131Z | Checking utf-8 v0.7.6 |
| 2514 | 2026-04-28T20:06:10.230Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2515 | 2026-04-28T20:06:10.299Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2516 | 2026-04-28T20:06:10.414Z | Compiling radium v0.7.0 |
| 2517 | 2026-04-28T20:06:10.452Z | Compiling libefi-sys v0.1.0 |
| 2518 | 2026-04-28T20:06:10.516Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2519 | 2026-04-28T20:06:10.630Z | Checking hickory-resolver v0.25.2 |
| 2520 | 2026-04-28T20:06:10.754Z | Compiling bitfield-struct v0.6.2 |
| 2521 | 2026-04-28T20:06:10.783Z | Checking tap v1.0.1 |
| 2522 | 2026-04-28T20:06:10.814Z | Compiling maybe-uninit v2.0.0 |
| 2523 | 2026-04-28T20:06:10.925Z | Checking wyz v0.5.1 |
| 2524 | 2026-04-28T20:06:11.361Z | Compiling zerocopy-derive v0.6.6 |
| 2525 | 2026-04-28T20:06:11.397Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2526 | 2026-04-28T20:06:11.428Z | Checking crc-catalog v2.4.0 |
| 2527 | 2026-04-28T20:06:11.435Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2528 | 2026-04-28T20:06:11.578Z | Checking funty v2.0.0 |
| 2529 | 2026-04-28T20:06:11.730Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2530 | 2026-04-28T20:06:11.842Z | Compiling packed_struct v0.10.1 |
| 2531 | 2026-04-28T20:06:11.906Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2532 | 2026-04-28T20:06:11.947Z | Checking bitvec v1.0.1 |
| 2533 | 2026-04-28T20:06:12.177Z | Checking crc v3.4.0 |
| 2534 | 2026-04-28T20:06:12.212Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2535 | 2026-04-28T20:06:12.276Z | Checking zerocopy v0.6.6 |
| 2536 | 2026-04-28T20:06:12.377Z | Checking tungstenite v0.21.0 |
| 2537 | 2026-04-28T20:06:12.410Z | Compiling packed_struct_codegen v0.10.1 |
| 2538 | 2026-04-28T20:06:12.444Z | Compiling bitfield-macros v0.19.4 |
| 2539 | 2026-04-28T20:06:12.516Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2540 | 2026-04-28T20:06:12.603Z | Compiling indexmap v1.9.3 |
| 2541 | 2026-04-28T20:06:12.826Z | Checking nodrop v0.1.14 |
| 2542 | 2026-04-28T20:06:12.860Z | Checking tokio-tungstenite v0.21.0 |
| 2543 | 2026-04-28T20:06:12.947Z | Checking array-init v0.0.4 |
| 2544 | 2026-04-28T20:06:13.198Z | Checking bitfield v0.19.4 |
| 2545 | 2026-04-28T20:06:13.245Z | Checking smallvec v0.6.14 |
| 2546 | 2026-04-28T20:06:13.279Z | Checking hashbrown v0.12.3 |
| 2547 | 2026-04-28T20:06:13.312Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2548 | 2026-04-28T20:06:13.462Z | Checking serde-hex v0.1.0 |
| 2549 | 2026-04-28T20:06:13.496Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2550 | 2026-04-28T20:06:13.528Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2551 | 2026-04-28T20:06:13.564Z | Checking ron v0.8.1 |
| 2552 | 2026-04-28T20:06:13.766Z | Checking hashbrown v0.13.2 |
| 2553 | 2026-04-28T20:06:14.066Z | Checking crc-any v2.5.0 |
| 2554 | 2026-04-28T20:06:14.144Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2555 | 2026-04-28T20:06:14.221Z | Checking object v0.30.4 |
| 2556 | 2026-04-28T20:06:14.273Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2557 | 2026-04-28T20:06:14.334Z | Checking path-slash v0.1.5 |
| 2558 | 2026-04-28T20:06:14.467Z | Compiling xshell-macros v0.2.7 |
| 2559 | 2026-04-28T20:06:14.504Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2560 | 2026-04-28T20:06:14.632Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2561 | 2026-04-28T20:06:14.873Z | Checking xshell v0.2.7 |
| 2562 | 2026-04-28T20:06:14.907Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2563 | 2026-04-28T20:06:14.977Z | Checking half v1.8.3 |
| 2564 | 2026-04-28T20:06:15.085Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2565 | 2026-04-28T20:06:15.204Z | Checking serde_cbor v0.11.2 |
| 2566 | 2026-04-28T20:06:15.583Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2567 | 2026-04-28T20:06:15.783Z | Compiling num-derive v0.3.3 |
| 2568 | 2026-04-28T20:06:15.830Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2569 | 2026-04-28T20:06:15.866Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2570 | 2026-04-28T20:06:15.869Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2571 | 2026-04-28T20:06:16.110Z | Checking papergrid v0.17.0 |
| 2572 | 2026-04-28T20:06:16.255Z | Compiling proc-macro-error2 v2.0.1 |
| 2573 | 2026-04-28T20:06:16.337Z | Checking testing_table v0.3.0 |
| 2574 | 2026-04-28T20:06:16.463Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2575 | 2026-04-28T20:06:16.591Z | Compiling tabled_derive v0.11.0 |
| 2576 | 2026-04-28T20:06:16.780Z | Checking libscf-sys v1.1.0 |
| 2577 | 2026-04-28T20:06:16.943Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2578 | 2026-04-28T20:06:16.998Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2579 | 2026-04-28T20:06:17.062Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2580 | 2026-04-28T20:06:17.183Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2581 | 2026-04-28T20:06:17.403Z | Checking maplit v1.0.2 |
| 2582 | 2026-04-28T20:06:17.516Z | Checking fxhash v0.2.1 |
| 2583 | 2026-04-28T20:06:17.549Z | Checking crc8 v0.1.1 |
| 2584 | 2026-04-28T20:06:17.673Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2585 | 2026-04-28T20:06:17.706Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2586 | 2026-04-28T20:06:17.745Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2587 | 2026-04-28T20:06:17.900Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2588 | 2026-04-28T20:06:17.903Z | Checking tabled v0.20.0 |
| 2589 | 2026-04-28T20:06:18.304Z | Checking unicase v2.9.0 |
| 2590 | 2026-04-28T20:06:18.479Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2591 | 2026-04-28T20:06:18.513Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2592 | 2026-04-28T20:06:18.783Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2593 | 2026-04-28T20:06:18.816Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2594 | 2026-04-28T20:06:18.915Z | Checking kstat-rs v0.2.4 |
| 2595 | 2026-04-28T20:06:19.037Z | Compiling diesel_derives v2.3.7 |
| 2596 | 2026-04-28T20:06:19.102Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2597 | 2026-04-28T20:06:19.135Z | Compiling typify-impl v0.4.3 |
| 2598 | 2026-04-28T20:06:19.169Z | Checking scheduled-thread-pool v0.2.7 |
| 2599 | 2026-04-28T20:06:19.315Z | Compiling dsl_auto_type v0.2.0 |
| 2600 | 2026-04-28T20:06:19.348Z | Checking arc-swap v1.8.2 |
| 2601 | 2026-04-28T20:06:19.603Z | Compiling vergen-gitcl v1.0.8 |
| 2602 | 2026-04-28T20:06:19.827Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2603 | 2026-04-28T20:06:19.895Z | Compiling parking_lot_core v0.8.6 |
| 2604 | 2026-04-28T20:06:20.022Z | Checking slog-scope v4.4.1 |
| 2605 | 2026-04-28T20:06:20.055Z | Checking r2d2 v0.8.10 |
| 2606 | 2026-04-28T20:06:20.209Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2607 | 2026-04-28T20:06:20.252Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2608 | 2026-04-28T20:06:20.503Z | Compiling git-stub v1.0.0 |
| 2609 | 2026-04-28T20:06:20.795Z | Checking downcast-rs v2.0.2 |
| 2610 | 2026-04-28T20:06:20.924Z | Compiling git-stub-vcs v0.1.0 |
| 2611 | 2026-04-28T20:06:21.161Z | Checking slog-stdlog v4.1.1 |
| 2612 | 2026-04-28T20:06:21.309Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2613 | 2026-04-28T20:06:21.341Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2614 | 2026-04-28T20:06:21.629Z | Checking slog-envlogger v2.2.0 |
| 2615 | 2026-04-28T20:06:21.691Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2616 | 2026-04-28T20:06:21.816Z | Checking parking_lot v0.11.2 |
| 2617 | 2026-04-28T20:06:21.882Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2618 | 2026-04-28T20:06:22.041Z | Checking prefix-trie v0.7.0 |
| 2619 | 2026-04-28T20:06:22.150Z | Checking sled v0.34.7 |
| 2620 | 2026-04-28T20:06:22.215Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2621 | 2026-04-28T20:06:22.262Z | Checking nanorand v0.7.0 |
| 2622 | 2026-04-28T20:06:22.404Z | Checking hickory-server v0.25.2 |
| 2623 | 2026-04-28T20:06:22.437Z | Compiling dirs-sys-next v0.1.2 |
| 2624 | 2026-04-28T20:06:22.482Z | Compiling crunchy v0.2.4 |
| 2625 | 2026-04-28T20:06:22.485Z | Checking flume v0.11.1 |
| 2626 | 2026-04-28T20:06:22.759Z | Compiling dirs-next v2.0.0 |
| 2627 | 2026-04-28T20:06:22.794Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2628 | 2026-04-28T20:06:22.868Z | Compiling clang-sys v1.8.1 |
| 2629 | 2026-04-28T20:06:22.914Z | Compiling tiny-keccak v2.0.2 |
| 2630 | 2026-04-28T20:06:23.167Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2631 | 2026-04-28T20:06:23.297Z | Compiling term v0.7.0 |
| 2632 | 2026-04-28T20:06:23.330Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2633 | 2026-04-28T20:06:23.404Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2634 | 2026-04-28T20:06:23.671Z | Compiling typify-macro v0.4.3 |
| 2635 | 2026-04-28T20:06:23.736Z | Compiling salty v0.3.0 |
| 2636 | 2026-04-28T20:06:23.888Z | Compiling bit-vec v0.6.3 |
| 2637 | 2026-04-28T20:06:24.045Z | Compiling ascii-canvas v3.0.0 |
| 2638 | 2026-04-28T20:06:24.136Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-04-28T20:06:24.351Z | Checking primeorder v0.13.6 |
| 2640 | 2026-04-28T20:06:24.465Z | Compiling itertools v0.10.5 |
| 2641 | 2026-04-28T20:06:24.622Z | Compiling ena v0.14.4 |
| 2642 | 2026-04-28T20:06:24.656Z | Compiling libloading v0.8.9 |
| 2643 | 2026-04-28T20:06:24.733Z | Compiling fs-err v2.11.0 |
| 2644 | 2026-04-28T20:06:24.765Z | Compiling regex-syntax v0.6.29 |
| 2645 | 2026-04-28T20:06:24.859Z | Compiling bindgen v0.71.1 |
| 2646 | 2026-04-28T20:06:24.892Z | Compiling diff v0.1.13 |
| 2647 | 2026-04-28T20:06:25.360Z | Compiling cexpr v0.6.0 |
| 2648 | 2026-04-28T20:06:25.393Z | Checking diesel v2.3.7 |
| 2649 | 2026-04-28T20:06:25.426Z | Compiling typify v0.4.3 |
| 2650 | 2026-04-28T20:06:25.543Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2651 | 2026-04-28T20:06:25.577Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2652 | 2026-04-28T20:06:25.616Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2653 | 2026-04-28T20:06:26.047Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2654 | 2026-04-28T20:06:26.132Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-04-28T20:06:26.204Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2656 | 2026-04-28T20:06:26.260Z | Compiling libxml v0.3.3 |
| 2657 | 2026-04-28T20:06:26.410Z | Checking parse-size v1.1.0 |
| 2658 | 2026-04-28T20:06:26.491Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2659 | 2026-04-28T20:06:26.642Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2660 | 2026-04-28T20:06:26.867Z | Checking p384 v0.13.1 |
| 2661 | 2026-04-28T20:06:26.902Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2662 | 2026-04-28T20:06:27.329Z | Compiling strum_macros v0.24.3 |
| 2663 | 2026-04-28T20:06:27.539Z | Compiling indoc v1.0.9 |
| 2664 | 2026-04-28T20:06:28.013Z | Checking assert_matches v1.5.0 |
| 2665 | 2026-04-28T20:06:28.700Z | Compiling progenitor-impl v0.10.0 |
| 2666 | 2026-04-28T20:06:28.733Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2667 | 2026-04-28T20:06:28.839Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2668 | 2026-04-28T20:06:29.062Z | Checking predicates-tree v1.0.13 |
| 2669 | 2026-04-28T20:06:29.206Z | Checking derive_builder v0.20.2 |
| 2670 | 2026-04-28T20:06:29.350Z | Checking quick-xml v0.37.5 |
| 2671 | 2026-04-28T20:06:29.394Z | Compiling oso-derive v0.27.3 |
| 2672 | 2026-04-28T20:06:29.717Z | Compiling trait-variant v0.1.2 |
| 2673 | 2026-04-28T20:06:29.910Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2674 | 2026-04-28T20:06:30.259Z | Checking openssl-probe v0.1.6 |
| 2675 | 2026-04-28T20:06:30.293Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2676 | 2026-04-28T20:06:30.401Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2677 | 2026-04-28T20:06:31.087Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2678 | 2026-04-28T20:06:31.302Z | Compiling progenitor-macro v0.10.0 |
| 2679 | 2026-04-28T20:06:31.714Z | Compiling progenitor-impl v0.11.2 |
| 2680 | 2026-04-28T20:06:32.267Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2681 | 2026-04-28T20:06:32.461Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2682 | 2026-04-28T20:06:34.199Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2683 | 2026-04-28T20:06:34.296Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2684 | 2026-04-28T20:06:34.397Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2685 | 2026-04-28T20:06:35.193Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2686 | 2026-04-28T20:06:35.461Z | Checking toml v1.0.6+spec-1.1.0 |
| 2687 | 2026-04-28T20:06:35.671Z | Compiling mime_guess v2.0.5 |
| 2688 | 2026-04-28T20:06:36.085Z | Compiling progenitor-macro v0.11.2 |
| 2689 | 2026-04-28T20:06:36.291Z | Checking progenitor v0.10.0 |
| 2690 | 2026-04-28T20:06:36.326Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2691 | 2026-04-28T20:06:36.465Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2692 | 2026-04-28T20:06:36.826Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2693 | 2026-04-28T20:06:36.957Z | Checking progenitor-client v0.11.2 |
| 2694 | 2026-04-28T20:06:37.047Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2695 | 2026-04-28T20:06:37.217Z | Checking http-range v0.1.5 |
| 2696 | 2026-04-28T20:06:37.327Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2697 | 2026-04-28T20:06:37.360Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2698 | 2026-04-28T20:06:37.393Z | Checking ignore v0.4.25 |
| 2699 | 2026-04-28T20:06:37.828Z | Checking atty v0.2.14 |
| 2700 | 2026-04-28T20:06:37.954Z | Checking globwalk v0.9.1 |
| 2701 | 2026-04-28T20:06:38.191Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2702 | 2026-04-28T20:06:38.524Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2703 | 2026-04-28T20:06:38.761Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2704 | 2026-04-28T20:06:38.944Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-04-28T20:06:38.983Z | Checking bb8 v0.8.6 |
| 2706 | 2026-04-28T20:06:39.295Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2707 | 2026-04-28T20:06:39.331Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2708 | 2026-04-28T20:06:39.530Z | Checking compression-core v0.4.31 |
| 2709 | 2026-04-28T20:06:39.597Z | Checking corncobs v0.1.4 |
| 2710 | 2026-04-28T20:06:39.695Z | Checking compression-codecs v0.4.37 |
| 2711 | 2026-04-28T20:06:39.758Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2712 | 2026-04-28T20:06:39.939Z | Checking diesel-dtrace v0.5.0 |
| 2713 | 2026-04-28T20:06:39.981Z | Checking async-bb8-diesel v0.2.1 |
| 2714 | 2026-04-28T20:06:40.255Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2715 | 2026-04-28T20:06:40.368Z | Checking hyper-staticfile v0.10.1 |
| 2716 | 2026-04-28T20:06:40.413Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2717 | 2026-04-28T20:06:40.590Z | Checking camino-tempfile-ext v0.3.3 |
| 2718 | 2026-04-28T20:06:40.631Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2719 | 2026-04-28T20:06:40.690Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2720 | 2026-04-28T20:06:40.816Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2721 | 2026-04-28T20:06:40.942Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2722 | 2026-04-28T20:06:41.035Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2723 | 2026-04-28T20:06:41.106Z | Checking progenitor v0.11.2 |
| 2724 | 2026-04-28T20:06:41.275Z | Checking signal-hook-tokio v0.3.1 |
| 2725 | 2026-04-28T20:06:41.437Z | Checking secrecy v0.8.0 |
| 2726 | 2026-04-28T20:06:41.593Z | Compiling dropshot v0.17.0 |
| 2727 | 2026-04-28T20:06:41.652Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2728 | 2026-04-28T20:06:42.006Z | Checking async-compression v0.4.41 |
| 2729 | 2026-04-28T20:06:42.046Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2730 | 2026-04-28T20:06:42.298Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2731 | 2026-04-28T20:06:42.598Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2732 | 2026-04-28T20:06:42.633Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2733 | 2026-04-28T20:06:42.976Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2734 | 2026-04-28T20:06:43.011Z | Compiling dropshot_endpoint v0.17.0 |
| 2735 | 2026-04-28T20:06:43.103Z | Checking nonempty v0.12.0 |
| 2736 | 2026-04-28T20:06:43.329Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2737 | 2026-04-28T20:06:43.362Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2738 | 2026-04-28T20:06:43.463Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2739 | 2026-04-28T20:06:43.635Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2740 | 2026-04-28T20:06:43.750Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2741 | 2026-04-28T20:06:43.888Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2742 | 2026-04-28T20:06:44.257Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2743 | 2026-04-28T20:06:44.575Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2744 | 2026-04-28T20:06:44.698Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2745 | 2026-04-28T20:06:44.984Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2746 | 2026-04-28T20:06:45.020Z | Checking tungstenite v0.23.0 |
| 2747 | 2026-04-28T20:06:45.481Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2748 | 2026-04-28T20:06:45.689Z | Checking tokio-tungstenite v0.23.1 |
| 2749 | 2026-04-28T20:06:45.990Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2750 | 2026-04-28T20:06:46.369Z | Checking rand_seeder v0.4.0 |
| 2751 | 2026-04-28T20:06:46.552Z | Checking void v1.0.2 |
| 2752 | 2026-04-28T20:06:46.704Z | Checking lzss v0.8.2 |
| 2753 | 2026-04-28T20:06:46.739Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2754 | 2026-04-28T20:06:46.774Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2755 | 2026-04-28T20:06:46.928Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2756 | 2026-04-28T20:06:47.125Z | Checking nix v0.27.1 |
| 2757 | 2026-04-28T20:06:47.159Z | Checking serde_bytes v0.11.19 |
| 2758 | 2026-04-28T20:06:47.374Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2759 | 2026-04-28T20:06:47.583Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2760 | 2026-04-28T20:06:47.684Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2761 | 2026-04-28T20:06:47.734Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2762 | 2026-04-28T20:06:48.469Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2763 | 2026-04-28T20:06:48.508Z | Checking is_ci v1.2.0 |
| 2764 | 2026-04-28T20:06:48.643Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2765 | 2026-04-28T20:06:48.848Z | Checking yansi v1.0.1 |
| 2766 | 2026-04-28T20:06:48.944Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2767 | 2026-04-28T20:06:49.067Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2768 | 2026-04-28T20:06:49.135Z | Checking pretty_assertions v1.4.1 |
| 2769 | 2026-04-28T20:06:49.214Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2770 | 2026-04-28T20:06:49.298Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2771 | 2026-04-28T20:06:49.561Z | Compiling darling_core v0.23.0 |
| 2772 | 2026-04-28T20:06:50.417Z | Compiling indoc v2.0.7 |
| 2773 | 2026-04-28T20:06:50.593Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2774 | 2026-04-28T20:06:50.752Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2775 | 2026-04-28T20:06:50.908Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2776 | 2026-04-28T20:06:50.973Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2777 | 2026-04-28T20:06:51.201Z | Compiling instability v0.3.11 |
| 2778 | 2026-04-28T20:06:51.266Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2779 | 2026-04-28T20:06:51.602Z | Compiling libz-sys v1.1.24 |
| 2780 | 2026-04-28T20:06:51.758Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-04-28T20:06:51.976Z | Checking castaway v0.2.4 |
| 2782 | 2026-04-28T20:06:52.121Z | Checking compact_str v0.8.1 |
| 2783 | 2026-04-28T20:06:52.160Z | Compiling darling_macro v0.23.0 |
| 2784 | 2026-04-28T20:06:52.520Z | Checking supports-color v3.0.2 |
| 2785 | 2026-04-28T20:06:52.699Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2786 | 2026-04-28T20:06:52.701Z | Compiling darling v0.23.0 |
| 2787 | 2026-04-28T20:06:52.920Z | Checking unicode-truncate v1.1.0 |
| 2788 | 2026-04-28T20:06:52.956Z | Checking console v0.16.2 |
| 2789 | 2026-04-28T20:06:53.101Z | Checking lru v0.12.5 |
| 2790 | 2026-04-28T20:06:53.291Z | Checking unit-prefix v0.5.2 |
| 2791 | 2026-04-28T20:06:53.294Z | Checking cassowary v0.3.0 |
| 2792 | 2026-04-28T20:06:53.457Z | Checking indicatif v0.18.4 |
| 2793 | 2026-04-28T20:06:53.541Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2794 | 2026-04-28T20:06:53.574Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2795 | 2026-04-28T20:06:53.607Z | Checking ratatui v0.29.0 |
| 2796 | 2026-04-28T20:06:53.789Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2797 | 2026-04-28T20:06:54.009Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2798 | 2026-04-28T20:06:54.980Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2799 | 2026-04-28T20:06:55.207Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2800 | 2026-04-28T20:06:55.291Z | Compiling vergen-git2 v1.0.7 |
| 2801 | 2026-04-28T20:06:55.413Z | Checking plotters-backend v0.3.7 |
| 2802 | 2026-04-28T20:06:55.493Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2803 | 2026-04-28T20:06:55.572Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2804 | 2026-04-28T20:06:55.644Z | Checking plotters-svg v0.3.7 |
| 2805 | 2026-04-28T20:06:55.721Z | Checking colored v2.2.0 |
| 2806 | 2026-04-28T20:06:55.800Z | Checking shell-words v1.1.1 |
| 2807 | 2026-04-28T20:06:55.833Z | Checking cast v0.3.0 |
| 2808 | 2026-04-28T20:06:55.950Z | Compiling rustls v0.21.12 |
| 2809 | 2026-04-28T20:06:55.984Z | Checking plotters v0.3.7 |
| 2810 | 2026-04-28T20:06:56.017Z | Checking criterion-plot v0.6.0 |
| 2811 | 2026-04-28T20:06:56.293Z | Checking typeid v1.0.3 |
| 2812 | 2026-04-28T20:06:56.339Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2813 | 2026-04-28T20:06:56.431Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2814 | 2026-04-28T20:06:56.681Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2815 | 2026-04-28T20:06:56.774Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2816 | 2026-04-28T20:06:56.908Z | Checking rustls-webpki v0.101.7 |
| 2817 | 2026-04-28T20:06:57.253Z | Checking sct v0.7.1 |
| 2818 | 2026-04-28T20:06:57.293Z | Checking tinytemplate v1.2.1 |
| 2819 | 2026-04-28T20:06:57.339Z | Compiling nix v0.29.0 |
| 2820 | 2026-04-28T20:06:57.421Z | Checking hex-literal v0.4.1 |
| 2821 | 2026-04-28T20:06:57.544Z | Checking oorandom v11.1.5 |
| 2822 | 2026-04-28T20:06:57.578Z | Checking anes v0.1.6 |
| 2823 | 2026-04-28T20:06:57.790Z | Checking criterion v0.7.0 |
| 2824 | 2026-04-28T20:06:57.831Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2825 | 2026-04-28T20:06:59.098Z | Checking erased-serde v0.4.9 |
| 2826 | 2026-04-28T20:06:59.133Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2827 | 2026-04-28T20:06:59.486Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2828 | 2026-04-28T20:06:59.924Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2829 | 2026-04-28T20:07:00.261Z | Checking ordered-float v2.10.1 |
| 2830 | 2026-04-28T20:07:00.530Z | Checking serde-value v0.7.0 |
| 2831 | 2026-04-28T20:07:00.779Z | Checking serde-untagged v0.1.9 |
| 2832 | 2026-04-28T20:07:01.004Z | Checking tokio-rustls v0.24.1 |
| 2833 | 2026-04-28T20:07:01.503Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2834 | 2026-04-28T20:07:02.359Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2835 | 2026-04-28T20:07:02.592Z | Checking rustls-pemfile v1.0.4 |
| 2836 | 2026-04-28T20:07:02.769Z | Checking twox-hash v2.1.2 |
| 2837 | 2026-04-28T20:07:02.943Z | Checking unicode-xid v0.2.6 |
| 2838 | 2026-04-28T20:07:03.089Z | Checking cargo-util-schemas v0.8.2 |
| 2839 | 2026-04-28T20:07:03.168Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2840 | 2026-04-28T20:07:03.999Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2841 | 2026-04-28T20:07:04.240Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2842 | 2026-04-28T20:07:04.364Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2843 | 2026-04-28T20:07:04.734Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2844 | 2026-04-28T20:07:04.926Z | Checking fatfs v0.3.6 |
| 2845 | 2026-04-28T20:07:05.407Z | Checking cargo-platform v0.2.0 |
| 2846 | 2026-04-28T20:07:05.625Z | Compiling petname v2.0.2 |
| 2847 | 2026-04-28T20:07:05.715Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2848 | 2026-04-28T20:07:05.799Z | Compiling seq-macro v0.3.6 |
| 2849 | 2026-04-28T20:07:06.293Z | Checking cargo_metadata v0.21.0 |
| 2850 | 2026-04-28T20:07:06.328Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2851 | 2026-04-28T20:07:07.078Z | Checking concurrent-queue v2.5.0 |
| 2852 | 2026-04-28T20:07:07.113Z | Checking rtoolbox v0.0.3 |
| 2853 | 2026-04-28T20:07:07.274Z | Checking parking v2.2.1 |
| 2854 | 2026-04-28T20:07:07.307Z | Checking rpassword v7.4.0 |
| 2855 | 2026-04-28T20:07:07.423Z | Checking event-listener v5.4.1 |
| 2856 | 2026-04-28T20:07:07.456Z | Checking tui-tree-widget v0.23.1 |
| 2857 | 2026-04-28T20:07:07.715Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2858 | 2026-04-28T20:07:07.719Z | Checking polyval v0.6.2 |
| 2859 | 2026-04-28T20:07:07.752Z | Checking sapling-renderdag v0.1.0 |
| 2860 | 2026-04-28T20:07:07.861Z | Checking sync-ptr v0.1.4 |
| 2861 | 2026-04-28T20:07:07.899Z | Checking ghash v0.5.1 |
| 2862 | 2026-04-28T20:07:08.008Z | Checking event-listener-strategy v0.5.4 |
| 2863 | 2026-04-28T20:07:08.041Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2864 | 2026-04-28T20:07:08.075Z | Checking ctr v0.9.2 |
| 2865 | 2026-04-28T20:07:08.174Z | Checking futures-timer v3.0.3 |
| 2866 | 2026-04-28T20:07:08.262Z | Checking arrayvec v0.7.6 |
| 2867 | 2026-04-28T20:07:08.301Z | Checking constant_time_eq v0.4.2 |
| 2868 | 2026-04-28T20:07:08.333Z | Compiling samael v0.0.19 |
| 2869 | 2026-04-28T20:07:08.380Z | Checking arrayref v0.3.9 |
| 2870 | 2026-04-28T20:07:08.465Z | Checking aes-gcm v0.10.3 |
| 2871 | 2026-04-28T20:07:08.498Z | Checking async-lock v3.4.2 |
| 2872 | 2026-04-28T20:07:08.574Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2873 | 2026-04-28T20:07:08.649Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2874 | 2026-04-28T20:07:08.947Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2875 | 2026-04-28T20:07:09.554Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2876 | 2026-04-28T20:07:09.623Z | Checking ssh-encoding v0.2.0 |
| 2877 | 2026-04-28T20:07:09.845Z | Checking blowfish v0.9.1 |
| 2878 | 2026-04-28T20:07:10.028Z | Checking bcrypt-pbkdf v0.10.0 |
| 2879 | 2026-04-28T20:07:10.221Z | Checking ssh-cipher v0.2.0 |
| 2880 | 2026-04-28T20:07:10.427Z | Checking async-object-pool v0.2.0 |
| 2881 | 2026-04-28T20:07:10.571Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2882 | 2026-04-28T20:07:10.747Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2883 | 2026-04-28T20:07:10.898Z | Checking serde_regex v1.1.0 |
| 2884 | 2026-04-28T20:07:11.089Z | Checking password-hash v0.4.2 |
| 2885 | 2026-04-28T20:07:11.335Z | Checking assert-json-diff v2.0.2 |
| 2886 | 2026-04-28T20:07:11.379Z | Checking path-tree v0.8.3 |
| 2887 | 2026-04-28T20:07:11.413Z | Compiling target-lexicon v0.13.3 |
| 2888 | 2026-04-28T20:07:11.528Z | Checking gimli v0.32.3 |
| 2889 | 2026-04-28T20:07:11.595Z | Checking stringmetrics v2.2.2 |
| 2890 | 2026-04-28T20:07:11.778Z | Checking httpmock v0.8.3 |
| 2891 | 2026-04-28T20:07:12.022Z | Checking pbkdf2 v0.11.0 |
| 2892 | 2026-04-28T20:07:12.230Z | Checking ssh-key v0.6.7 |
| 2893 | 2026-04-28T20:07:12.992Z | Checking p521 v0.13.3 |
| 2894 | 2026-04-28T20:07:13.126Z | Checking addr2line v0.25.1 |
| 2895 | 2026-04-28T20:07:13.423Z | Checking p256 v0.13.2 |
| 2896 | 2026-04-28T20:07:13.607Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2897 | 2026-04-28T20:07:13.707Z | Checking russh-cryptovec v0.7.3 |
| 2898 | 2026-04-28T20:07:13.836Z | Compiling guppy-workspace-hack v0.1.0 |
| 2899 | 2026-04-28T20:07:13.873Z | Checking rustc-demangle v0.1.27 |
| 2900 | 2026-04-28T20:07:14.010Z | Checking md5 v0.7.0 |
| 2901 | 2026-04-28T20:07:14.128Z | Checking backtrace v0.3.76 |
| 2902 | 2026-04-28T20:07:14.217Z | Checking russh-keys v0.45.0 |
| 2903 | 2026-04-28T20:07:14.352Z | Checking num-bigint v0.4.6 |
| 2904 | 2026-04-28T20:07:14.467Z | Checking des v0.8.1 |
| 2905 | 2026-04-28T20:07:14.810Z | Compiling blake3 v1.8.3 |
| 2906 | 2026-04-28T20:07:14.848Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2907 | 2026-04-28T20:07:14.889Z | Compiling target-spec v3.5.7 |
| 2908 | 2026-04-28T20:07:15.304Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2909 | 2026-04-28T20:07:15.336Z | Checking russh v0.45.0 |
| 2910 | 2026-04-28T20:07:15.400Z | Checking backtrace-ext v0.2.1 |
| 2911 | 2026-04-28T20:07:15.539Z | Checking cfg-expr v0.20.6 |
| 2912 | 2026-04-28T20:07:15.817Z | Checking supports-color v2.1.0 |
| 2913 | 2026-04-28T20:07:15.947Z | Checking textwrap v0.15.2 |
| 2914 | 2026-04-28T20:07:15.981Z | Checking supports-hyperlinks v2.1.0 |
| 2915 | 2026-04-28T20:07:15.984Z | Checking supports-unicode v2.1.0 |
| 2916 | 2026-04-28T20:07:16.130Z | Checking hashbrown v0.14.5 |
| 2917 | 2026-04-28T20:07:16.163Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2918 | 2026-04-28T20:07:16.197Z | Checking cargo-platform v0.3.2 |
| 2919 | 2026-04-28T20:07:16.390Z | Checking socket2 v0.5.10 |
| 2920 | 2026-04-28T20:07:16.425Z | Checking terminal_size v0.1.17 |
| 2921 | 2026-04-28T20:07:16.564Z | Compiling miette-derive v5.10.0 |
| 2922 | 2026-04-28T20:07:16.642Z | Checking internet-checksum v0.2.1 |
| 2923 | 2026-04-28T20:07:16.684Z | Checking owo-colors v3.5.0 |
| 2924 | 2026-04-28T20:07:16.793Z | Checking chumsky v0.9.3 |
| 2925 | 2026-04-28T20:07:17.248Z | Checking cargo_metadata v0.23.1 |
| 2926 | 2026-04-28T20:07:17.733Z | Checking miette v5.10.0 |
| 2927 | 2026-04-28T20:07:17.888Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2928 | 2026-04-28T20:07:18.019Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2929 | 2026-04-28T20:07:18.088Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2930 | 2026-04-28T20:07:18.266Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2931 | 2026-04-28T20:07:18.420Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2932 | 2026-04-28T20:07:18.508Z | Compiling knuffel-derive v3.2.0 |
| 2933 | 2026-04-28T20:07:18.771Z | Checking httptest v0.16.4 |
| 2934 | 2026-04-28T20:07:18.809Z | Checking pathdiff v0.2.3 |
| 2935 | 2026-04-28T20:07:18.943Z | Checking nested v0.1.1 |
| 2936 | 2026-04-28T20:07:19.114Z | Checking topological-sort v0.2.2 |
| 2937 | 2026-04-28T20:07:19.168Z | Checking guppy v0.17.25 |
| 2938 | 2026-04-28T20:07:19.280Z | Checking omicron-zone-package v0.12.2 |
| 2939 | 2026-04-28T20:07:19.315Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2940 | 2026-04-28T20:07:19.558Z | Checking similar-asserts v1.7.0 |
| 2941 | 2026-04-28T20:07:19.741Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2942 | 2026-04-28T20:07:19.904Z | Compiling target-triple v1.0.0 |
| 2943 | 2026-04-28T20:07:20.008Z | Checking knuffel v3.2.0 |
| 2944 | 2026-04-28T20:07:20.126Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2945 | 2026-04-28T20:07:20.190Z | Compiling git2 v0.20.4 |
| 2946 | 2026-04-28T20:07:20.255Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2947 | 2026-04-28T20:07:20.298Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2948 | 2026-04-28T20:07:20.525Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2949 | 2026-04-28T20:07:20.663Z | Checking hickory-client v0.25.2 |
| 2950 | 2026-04-28T20:07:21.017Z | Checking tokio-test v0.4.5 |
| 2951 | 2026-04-28T20:07:21.147Z | Checking escape8259 v0.5.3 |
| 2952 | 2026-04-28T20:07:21.212Z | Compiling assert_cmd v2.1.2 |
| 2953 | 2026-04-28T20:07:21.309Z | Checking libtest-mimic v0.8.1 |
| 2954 | 2026-04-28T20:07:21.616Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2955 | 2026-04-28T20:07:21.700Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2956 | 2026-04-28T20:07:21.756Z | Checking blake2b_simd v1.0.4 |
| 2957 | 2026-04-28T20:07:21.945Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2958 | 2026-04-28T20:07:22.191Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2959 | 2026-04-28T20:07:22.362Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2960 | 2026-04-28T20:07:22.397Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2961 | 2026-04-28T20:07:22.639Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2962 | 2026-04-28T20:07:22.870Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2963 | 2026-04-28T20:07:23.078Z | Checking fancy-regex v0.14.0 |
| 2964 | 2026-04-28T20:07:23.221Z | Checking serde_tokenstream v0.2.3 |
| 2965 | 2026-04-28T20:07:23.304Z | Checking approx v0.5.1 |
| 2966 | 2026-04-28T20:07:23.468Z | Compiling rstest_macros v0.25.0 |
| 2967 | 2026-04-28T20:07:23.470Z | Checking uzers v0.12.2 |
| 2968 | 2026-04-28T20:07:23.470Z | Checking constant_time_eq v0.3.1 |
| 2969 | 2026-04-28T20:07:23.603Z | Checking termcolor v1.4.1 |
| 2970 | 2026-04-28T20:07:23.637Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2971 | 2026-04-28T20:07:23.780Z | Compiling linkme-impl v0.3.35 |
| 2972 | 2026-04-28T20:07:23.845Z | Checking trybuild v1.0.116 |
| 2973 | 2026-04-28T20:07:23.911Z | Compiling polar-core v0.27.3 |
| 2974 | 2026-04-28T20:07:23.945Z | Checking rust-argon2 v2.1.0 |
| 2975 | 2026-04-28T20:07:24.197Z | Checking datatest-stable v0.3.3 |
| 2976 | 2026-04-28T20:07:24.550Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2977 | 2026-04-28T20:07:24.614Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2978 | 2026-04-28T20:07:24.837Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2979 | 2026-04-28T20:07:24.894Z | Checking support-bundle-viewer v0.1.2 |
| 2980 | 2026-04-28T20:07:25.175Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2981 | 2026-04-28T20:07:25.399Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2982 | 2026-04-28T20:07:25.479Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2983 | 2026-04-28T20:07:25.619Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2984 | 2026-04-28T20:07:25.709Z | Checking drift v0.1.3 |
| 2985 | 2026-04-28T20:07:25.843Z | Checking rand_distr v0.5.1 |
| 2986 | 2026-04-28T20:07:26.036Z | Checking multimap v0.10.1 |
| 2987 | 2026-04-28T20:07:26.247Z | Compiling relative-path v1.9.3 |
| 2988 | 2026-04-28T20:07:26.282Z | Compiling linkme v0.3.35 |
| 2989 | 2026-04-28T20:07:26.693Z | Checking dropshot-api-manager v0.6.0 |
| 2990 | 2026-04-28T20:07:28.064Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2991 | 2026-04-28T20:07:28.475Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2992 | 2026-04-28T20:07:28.644Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2993 | 2026-04-28T20:07:28.865Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2994 | 2026-04-28T20:07:29.106Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2995 | 2026-04-28T20:07:29.166Z | Checking oso v0.27.3 |
| 2996 | 2026-04-28T20:07:29.248Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2997 | 2026-04-28T20:07:29.283Z | Checking partial-io v0.5.4 |
| 2998 | 2026-04-28T20:07:29.339Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2999 | 2026-04-28T20:07:29.513Z | Checking cargo_toml v0.21.0 |
| 3000 | 2026-04-28T20:07:29.626Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3001 | 2026-04-28T20:07:29.923Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3002 | 2026-04-28T20:07:30.143Z | Checking termios v0.3.3 |
| 3003 | 2026-04-28T20:07:30.255Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3004 | 2026-04-28T20:07:30.372Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3005 | 2026-04-28T20:07:30.485Z | Checking rstest v0.25.0 |
| 3006 | 2026-04-28T20:07:30.553Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3007 | 2026-04-28T20:07:31.552Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3008 | 2026-04-28T20:07:35.249Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3009 | 2026-04-28T20:07:39.084Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3010 | 2026-04-28T20:07:39.402Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3011 | 2026-04-28T20:07:42.388Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3012 | 2026-04-28T20:07:45.803Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3013 | 2026-04-28T20:07:51.325Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3014 | 2026-04-28T20:07:54.313Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3015 | 2026-04-28T20:07:55.375Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3016 | 2026-04-28T20:07:55.884Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3017 | 2026-04-28T20:07:56.619Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3018 | 2026-04-28T20:08:05.433Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3019 | 2026-04-28T20:09:20.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s |
| 3020 | 2026-04-28T20:09:20.629Z | |
| 3021 | 2026-04-28T20:09:20.629Z | real 4:03.860318836 |
| 3022 | 2026-04-28T20:09:20.629Z | user 20:44.384943640 |
| 3023 | 2026-04-28T20:09:20.629Z | sys 4:45.293068315 |
| 3024 | 2026-04-28T20:09:20.629Z | trap 0.503149257 |
| 3025 | 2026-04-28T20:09:20.629Z | tflt 0.117792897 |
| 3026 | 2026-04-28T20:09:20.629Z | dflt 0.084789740 |
| 3027 | 2026-04-28T20:09:20.629Z | kflt 0.002154541 |
| 3028 | 2026-04-28T20:09:20.629Z | lock 57:01.270043380 |
| 3029 | 2026-04-28T20:09:20.629Z | slp 56:43.250631407 |
| 3030 | 2026-04-28T20:09:20.629Z | lat 1:48.871257138 |
| 3031 | 2026-04-28T20:09:20.629Z | stop 10:46.942145905 |
| 3032 | 2026-04-28T20:09:20.632Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3033 | 2026-04-28T20:09:20.632Z | + ptime -m cargo doc --workspace --no-deps |
| 3034 | 2026-04-28T20:09:21.503Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3035 | 2026-04-28T20:09:21.503Z | | |
| 3036 | 2026-04-28T20:09:21.503Z | = 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)` |
| 3037 | 2026-04-28T20:09:21.503Z | = 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> |
| 3038 | 2026-04-28T20:09:22.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3039 | 2026-04-28T20:09:22.667Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3040 | 2026-04-28T20:09:22.712Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3041 | 2026-04-28T20:09:22.776Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3042 | 2026-04-28T20:09:22.815Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3043 | 2026-04-28T20:09:22.855Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3044 | 2026-04-28T20:09:22.883Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3045 | 2026-04-28T20:09:22.972Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3046 | 2026-04-28T20:09:23.038Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3047 | 2026-04-28T20:09:23.093Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3048 | 2026-04-28T20:09:23.132Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3049 | 2026-04-28T20:09:23.268Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3050 | 2026-04-28T20:09:23.271Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3051 | 2026-04-28T20:09:23.331Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3052 | 2026-04-28T20:09:23.353Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3053 | 2026-04-28T20:09:23.500Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3054 | 2026-04-28T20:09:23.523Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3055 | 2026-04-28T20:09:23.559Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3056 | 2026-04-28T20:09:23.582Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3057 | 2026-04-28T20:09:23.628Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3058 | 2026-04-28T20:09:23.685Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3059 | 2026-04-28T20:09:23.960Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3060 | 2026-04-28T20:09:24.280Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3061 | 2026-04-28T20:09:24.323Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3062 | 2026-04-28T20:09:24.348Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3063 | 2026-04-28T20:09:24.472Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3064 | 2026-04-28T20:09:24.669Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3065 | 2026-04-28T20:09:24.752Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3066 | 2026-04-28T20:09:24.791Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3067 | 2026-04-28T20:09:24.824Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3068 | 2026-04-28T20:09:24.848Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3069 | 2026-04-28T20:09:24.876Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3070 | 2026-04-28T20:09:24.988Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3071 | 2026-04-28T20:09:25.020Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3072 | 2026-04-28T20:09:25.188Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3073 | 2026-04-28T20:09:25.224Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3074 | 2026-04-28T20:09:25.382Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3075 | 2026-04-28T20:09:25.427Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3076 | 2026-04-28T20:09:25.494Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3077 | 2026-04-28T20:09:25.554Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3078 | 2026-04-28T20:09:25.738Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3079 | 2026-04-28T20:09:25.798Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3080 | 2026-04-28T20:09:25.947Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3081 | 2026-04-28T20:09:26.040Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3082 | 2026-04-28T20:09:26.230Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3083 | 2026-04-28T20:09:26.319Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3084 | 2026-04-28T20:09:26.381Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3085 | 2026-04-28T20:09:26.410Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3086 | 2026-04-28T20:09:26.490Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3087 | 2026-04-28T20:09:26.665Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3088 | 2026-04-28T20:09:26.725Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3089 | 2026-04-28T20:09:26.752Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3090 | 2026-04-28T20:09:26.867Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3091 | 2026-04-28T20:09:26.919Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3092 | 2026-04-28T20:09:26.965Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3093 | 2026-04-28T20:09:26.992Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3094 | 2026-04-28T20:09:27.076Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3095 | 2026-04-28T20:09:27.227Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3096 | 2026-04-28T20:09:27.249Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3097 | 2026-04-28T20:09:27.270Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3098 | 2026-04-28T20:09:27.323Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3099 | 2026-04-28T20:09:27.388Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3100 | 2026-04-28T20:09:27.433Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3101 | 2026-04-28T20:09:27.457Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3102 | 2026-04-28T20:09:27.480Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3103 | 2026-04-28T20:09:27.714Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3104 | 2026-04-28T20:09:28.052Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3105 | 2026-04-28T20:09:28.095Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3106 | 2026-04-28T20:09:28.548Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3107 | 2026-04-28T20:09:28.642Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3108 | 2026-04-28T20:09:28.894Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3109 | 2026-04-28T20:09:28.957Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3110 | 2026-04-28T20:09:29.027Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3111 | 2026-04-28T20:09:29.194Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3112 | 2026-04-28T20:09:29.198Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3113 | 2026-04-28T20:09:29.484Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3114 | 2026-04-28T20:09:29.536Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3115 | 2026-04-28T20:09:29.779Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3116 | 2026-04-28T20:09:30.143Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3117 | 2026-04-28T20:09:30.356Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3118 | 2026-04-28T20:09:30.462Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3119 | 2026-04-28T20:09:31.503Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3120 | 2026-04-28T20:09:31.948Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3121 | 2026-04-28T20:09:32.039Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3122 | 2026-04-28T20:09:32.222Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3123 | 2026-04-28T20:09:32.539Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3124 | 2026-04-28T20:09:32.917Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3125 | 2026-04-28T20:09:32.920Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3126 | 2026-04-28T20:09:32.961Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3127 | 2026-04-28T20:09:33.223Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3128 | 2026-04-28T20:09:33.280Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3129 | 2026-04-28T20:09:33.511Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3130 | 2026-04-28T20:09:33.535Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3131 | 2026-04-28T20:09:33.640Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3132 | 2026-04-28T20:09:33.778Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3133 | 2026-04-28T20:09:33.801Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3134 | 2026-04-28T20:09:33.958Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3135 | 2026-04-28T20:09:34.015Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3136 | 2026-04-28T20:09:34.070Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3137 | 2026-04-28T20:09:34.202Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3138 | 2026-04-28T20:09:34.205Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3139 | 2026-04-28T20:09:34.250Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3140 | 2026-04-28T20:09:34.417Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3141 | 2026-04-28T20:09:34.455Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3142 | 2026-04-28T20:09:34.481Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3143 | 2026-04-28T20:09:34.540Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3144 | 2026-04-28T20:09:34.632Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3145 | 2026-04-28T20:09:34.667Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3146 | 2026-04-28T20:09:34.903Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3147 | 2026-04-28T20:09:35.092Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3148 | 2026-04-28T20:09:35.198Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3149 | 2026-04-28T20:09:35.821Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3150 | 2026-04-28T20:09:36.690Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3151 | 2026-04-28T20:09:36.719Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3152 | 2026-04-28T20:09:37.125Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3153 | 2026-04-28T20:09:37.283Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3154 | 2026-04-28T20:09:37.579Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3155 | 2026-04-28T20:09:37.878Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3156 | 2026-04-28T20:09:38.015Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3157 | 2026-04-28T20:09:38.060Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3158 | 2026-04-28T20:09:38.334Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3159 | 2026-04-28T20:09:38.716Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3160 | 2026-04-28T20:09:38.754Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3161 | 2026-04-28T20:09:38.858Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3162 | 2026-04-28T20:09:38.894Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3163 | 2026-04-28T20:09:39.308Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3164 | 2026-04-28T20:09:39.411Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3165 | 2026-04-28T20:09:40.135Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3166 | 2026-04-28T20:09:40.182Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3167 | 2026-04-28T20:09:40.422Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3168 | 2026-04-28T20:09:40.955Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3169 | 2026-04-28T20:09:41.547Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3170 | 2026-04-28T20:09:41.973Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3171 | 2026-04-28T20:09:42.408Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3172 | 2026-04-28T20:09:42.862Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3173 | 2026-04-28T20:09:43.143Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3174 | 2026-04-28T20:09:43.603Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3175 | 2026-04-28T20:09:43.675Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3176 | 2026-04-28T20:09:43.712Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3177 | 2026-04-28T20:09:43.736Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3178 | 2026-04-28T20:09:43.760Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3179 | 2026-04-28T20:09:44.234Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3180 | 2026-04-28T20:09:44.316Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3181 | 2026-04-28T20:09:44.853Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3182 | 2026-04-28T20:09:45.139Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3183 | 2026-04-28T20:09:45.420Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3184 | 2026-04-28T20:09:45.936Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3185 | 2026-04-28T20:09:46.024Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3186 | 2026-04-28T20:09:46.093Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3187 | 2026-04-28T20:09:46.268Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3188 | 2026-04-28T20:09:46.921Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3189 | 2026-04-28T20:09:48.530Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3190 | 2026-04-28T20:09:49.327Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3191 | 2026-04-28T20:09:49.424Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3192 | 2026-04-28T20:09:49.832Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3193 | 2026-04-28T20:09:50.612Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3194 | 2026-04-28T20:09:50.954Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3195 | 2026-04-28T20:09:51.334Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3196 | 2026-04-28T20:09:52.073Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3197 | 2026-04-28T20:09:52.397Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3198 | 2026-04-28T20:09:52.532Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3199 | 2026-04-28T20:09:53.016Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3200 | 2026-04-28T20:09:53.254Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3201 | 2026-04-28T20:09:53.496Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3202 | 2026-04-28T20:09:53.731Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3203 | 2026-04-28T20:09:54.114Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3204 | 2026-04-28T20:09:54.184Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3205 | 2026-04-28T20:09:54.210Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3206 | 2026-04-28T20:09:54.902Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3207 | 2026-04-28T20:09:54.905Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3208 | 2026-04-28T20:09:55.043Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3209 | 2026-04-28T20:09:55.617Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3210 | 2026-04-28T20:09:55.706Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3211 | 2026-04-28T20:09:55.769Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3212 | 2026-04-28T20:09:55.847Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3213 | 2026-04-28T20:09:56.284Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3214 | 2026-04-28T20:09:56.993Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3215 | 2026-04-28T20:09:57.019Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3216 | 2026-04-28T20:09:57.738Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3217 | 2026-04-28T20:09:58.297Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3218 | 2026-04-28T20:09:58.324Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3219 | 2026-04-28T20:09:59.540Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3220 | 2026-04-28T20:09:59.804Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3221 | 2026-04-28T20:10:02.306Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3222 | 2026-04-28T20:10:02.833Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3223 | 2026-04-28T20:10:03.267Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3224 | 2026-04-28T20:10:04.374Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3225 | 2026-04-28T20:10:04.947Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3226 | 2026-04-28T20:10:06.838Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3227 | 2026-04-28T20:10:07.665Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3228 | 2026-04-28T20:10:08.602Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3229 | 2026-04-28T20:10:09.194Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3230 | 2026-04-28T20:10:09.854Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3231 | 2026-04-28T20:10:11.559Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3232 | 2026-04-28T20:10:12.571Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3233 | 2026-04-28T20:10:12.851Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3234 | 2026-04-28T20:10:12.907Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3235 | 2026-04-28T20:10:13.704Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3236 | 2026-04-28T20:10:13.761Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3237 | 2026-04-28T20:10:14.956Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3238 | 2026-04-28T20:10:16.954Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3239 | 2026-04-28T20:10:18.131Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3240 | 2026-04-28T20:10:20.658Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3241 | 2026-04-28T20:10:21.530Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3242 | 2026-04-28T20:10:22.301Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3243 | 2026-04-28T20:10:23.271Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3244 | 2026-04-28T20:10:24.274Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3245 | 2026-04-28T20:10:24.964Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3246 | 2026-04-28T20:10:25.624Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3247 | 2026-04-28T20:10:26.403Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3248 | 2026-04-28T20:10:27.256Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3249 | 2026-04-28T20:10:28.210Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3250 | 2026-04-28T20:10:28.578Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3251 | 2026-04-28T20:10:29.810Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3252 | 2026-04-28T20:10:31.080Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3253 | 2026-04-28T20:10:31.897Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3254 | 2026-04-28T20:10:33.574Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3255 | 2026-04-28T20:10:34.810Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3256 | 2026-04-28T20:10:35.456Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3257 | 2026-04-28T20:10:36.237Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3258 | 2026-04-28T20:10:37.171Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3259 | 2026-04-28T20:10:38.332Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3260 | 2026-04-28T20:10:40.689Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3261 | 2026-04-28T20:10:41.087Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3262 | 2026-04-28T20:10:41.963Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3263 | 2026-04-28T20:10:43.163Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3264 | 2026-04-28T20:10:44.623Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3265 | 2026-04-28T20:10:45.737Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3266 | 2026-04-28T20:10:47.020Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3267 | 2026-04-28T20:10:50.005Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3268 | 2026-04-28T20:10:51.722Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3269 | 2026-04-28T20:10:53.087Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3270 | 2026-04-28T20:10:54.614Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3271 | 2026-04-28T20:10:56.221Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3272 | 2026-04-28T20:10:57.617Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3273 | 2026-04-28T20:10:59.261Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3274 | 2026-04-28T20:11:00.910Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3275 | 2026-04-28T20:11:04.378Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3276 | 2026-04-28T20:11:05.407Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3277 | 2026-04-28T20:11:06.148Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3278 | 2026-04-28T20:11:07.068Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3279 | 2026-04-28T20:11:08.761Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3280 | 2026-04-28T20:11:10.703Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3281 | 2026-04-28T20:11:12.210Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3282 | 2026-04-28T20:11:14.233Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3283 | 2026-04-28T20:11:15.846Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3284 | 2026-04-28T20:11:17.840Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3285 | 2026-04-28T20:11:19.226Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3286 | 2026-04-28T20:11:20.945Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3287 | 2026-04-28T20:11:22.596Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3288 | 2026-04-28T20:11:24.287Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3289 | 2026-04-28T20:11:25.694Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3290 | 2026-04-28T20:11:27.788Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3291 | 2026-04-28T20:11:29.459Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3292 | 2026-04-28T20:11:30.957Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3293 | 2026-04-28T20:11:32.826Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3294 | 2026-04-28T20:11:34.396Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3295 | 2026-04-28T20:11:36.249Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3296 | 2026-04-28T20:11:38.216Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3297 | 2026-04-28T20:11:39.727Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3298 | 2026-04-28T20:11:42.052Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3299 | 2026-04-28T20:11:43.532Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3300 | 2026-04-28T20:11:45.657Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3301 | 2026-04-28T20:11:47.790Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3302 | 2026-04-28T20:11:49.634Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3303 | 2026-04-28T20:11:52.900Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3304 | 2026-04-28T20:11:53.742Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3305 | 2026-04-28T20:11:55.865Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3306 | 2026-04-28T20:11:58.240Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3307 | 2026-04-28T20:12:00.417Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3308 | 2026-04-28T20:12:02.629Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3309 | 2026-04-28T20:12:04.765Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3310 | 2026-04-28T20:12:06.919Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3311 | 2026-04-28T20:12:09.109Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3312 | 2026-04-28T20:12:11.364Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3313 | 2026-04-28T20:12:13.741Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3314 | 2026-04-28T20:12:15.625Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3315 | 2026-04-28T20:12:18.225Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3316 | 2026-04-28T20:12:19.912Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3317 | 2026-04-28T20:12:22.192Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3318 | 2026-04-28T20:12:24.405Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3319 | 2026-04-28T20:12:26.542Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3320 | 2026-04-28T20:12:28.711Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3321 | 2026-04-28T20:12:30.954Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3322 | 2026-04-28T20:12:33.192Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3323 | 2026-04-28T20:12:35.426Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3324 | 2026-04-28T20:12:37.653Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3325 | 2026-04-28T20:12:39.827Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3326 | 2026-04-28T20:12:42.075Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3327 | 2026-04-28T20:12:44.335Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3328 | 2026-04-28T20:12:46.538Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3329 | 2026-04-28T20:12:48.844Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3330 | 2026-04-28T20:12:51.069Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3331 | 2026-04-28T20:12:53.281Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3332 | 2026-04-28T20:12:55.456Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3333 | 2026-04-28T20:12:57.788Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3334 | 2026-04-28T20:13:00.605Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3335 | 2026-04-28T20:13:02.785Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3336 | 2026-04-28T20:13:05.270Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3337 | 2026-04-28T20:13:07.487Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3338 | 2026-04-28T20:13:09.915Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3339 | 2026-04-28T20:13:12.388Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3340 | 2026-04-28T20:13:14.795Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3341 | 2026-04-28T20:13:17.275Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3342 | 2026-04-28T20:13:19.698Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3343 | 2026-04-28T20:13:22.166Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3344 | 2026-04-28T20:13:24.504Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3345 | 2026-04-28T20:13:27.199Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3346 | 2026-04-28T20:13:29.646Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3347 | 2026-04-28T20:13:32.189Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3348 | 2026-04-28T20:13:34.575Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3349 | 2026-04-28T20:13:37.123Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3350 | 2026-04-28T20:13:39.630Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3351 | 2026-04-28T20:13:42.181Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3352 | 2026-04-28T20:13:44.583Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3353 | 2026-04-28T20:13:47.514Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3354 | 2026-04-28T20:13:54.670Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3355 | 2026-04-28T20:13:54.884Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3356 | 2026-04-28T20:13:58.112Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3357 | 2026-04-28T20:14:01.389Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3358 | 2026-04-28T20:14:04.801Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3359 | 2026-04-28T20:14:08.014Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3360 | 2026-04-28T20:14:11.354Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3361 | 2026-04-28T20:14:14.746Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3362 | 2026-04-28T20:14:17.990Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3363 | 2026-04-28T20:14:21.294Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3364 | 2026-04-28T20:14:24.551Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3365 | 2026-04-28T20:14:27.874Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3366 | 2026-04-28T20:14:31.174Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3367 | 2026-04-28T20:14:34.440Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3368 | 2026-04-28T20:14:37.797Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3369 | 2026-04-28T20:14:41.053Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3370 | 2026-04-28T20:14:44.322Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3371 | 2026-04-28T20:14:47.833Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3372 | 2026-04-28T20:14:51.062Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3373 | 2026-04-28T20:14:54.395Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3374 | 2026-04-28T20:14:57.818Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3375 | 2026-04-28T20:15:01.077Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3376 | 2026-04-28T20:15:04.387Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3377 | 2026-04-28T20:15:07.786Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3378 | 2026-04-28T20:15:36.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 15s |
| 3379 | 2026-04-28T20:15:36.325Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files |
| 3380 | 2026-04-28T20:15:36.430Z | |
| 3381 | 2026-04-28T20:15:36.433Z | real 6:15.685743866 |
| 3382 | 2026-04-28T20:15:36.433Z | user 17:19.436720128 |
| 3383 | 2026-04-28T20:15:36.433Z | sys 3:40.371632763 |
| 3384 | 2026-04-28T20:15:36.433Z | trap 0.269344224 |
| 3385 | 2026-04-28T20:15:36.433Z | tflt 0.105635947 |
| 3386 | 2026-04-28T20:15:36.433Z | dflt 0.027773862 |
| 3387 | 2026-04-28T20:15:36.433Z | kflt 0.000030255 |
| 3388 | 2026-04-28T20:15:36.433Z | lock 5:48:07.729113264 |
| 3389 | 2026-04-28T20:15:36.433Z | slp 2:05:11.577953315 |
| 3390 | 2026-04-28T20:15:36.433Z | lat 37.289533013 |
| 3391 | 2026-04-28T20:15:36.433Z | stop 1:46.129726225 |
| 3392 | 2026-04-28T20:15:36.433Z | process exited: duration 803412 ms, exit code 0 |
| |
| 3393 | 2026-04-28T20:15:36.441Z | found 0 output files |