|
|
|
| 1 | 2026-05-08T02:10:24.649Z | job assigned to worker 01KR2NHTB51MY94DKTSBNSD484 [factory aws, i-082575cc63e5d6d25] (queued for 53 s) |
| |
| 2 | 2026-05-08T02:10:30.980Z | starting task 0: "setup" |
| 3 | 2026-05-08T02:10:30.988Z | ++ uname -s |
| 4 | 2026-05-08T02:10:30.988Z | + kern=SunOS |
| 5 | 2026-05-08T02:10:30.988Z | + build_user=build |
| 6 | 2026-05-08T02:10:30.988Z | + build_uid=12345 |
| 7 | 2026-05-08T02:10:30.988Z | + work_dir=/work |
| 8 | 2026-05-08T02:10:30.988Z | + input_dir=/input |
| 9 | 2026-05-08T02:10:30.988Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T02:10:30.988Z | + case "$kern" in |
| 11 | 2026-05-08T02:10:30.988Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T02:10:30.993Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T02:10:32.998Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T02:10:33.159Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T02:10:33.166Z | + home_fs=zfs |
| 16 | 2026-05-08T02:10:33.166Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T02:10:33.166Z | + mkdir -p /home/build |
| 18 | 2026-05-08T02:10:33.166Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T02:10:35.158Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T02:10:35.164Z | process exited: duration 4181 ms, exit code 0 |
| |
| 21 | 2026-05-08T02:10:35.178Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T02:10:35.187Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-08T02:10:35.187Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-08T02:10:35.187Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-08T02:10:35.187Z | * rust toolchain profile = "default" |
| 26 | 2026-05-08T02:10:35.187Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T02:10:35.187Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T02:10:35.187Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T02:10:35.188Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-08T02:10:35.465Z | info: downloading installer |
| 31 | 2026-05-08T02:10:37.083Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-08T02:10:37.083Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-08T02:10:37.083Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-08T02:10:37.083Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-08T02:10:37.096Z | info: profile set to default |
| 36 | 2026-05-08T02:10:37.096Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-08T02:10:37.099Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-08T02:10:37.267Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-08T02:10:37.270Z | info: downloading 6 components |
| 40 | 2026-05-08T02:10:51.928Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-08T02:10:51.928Z | |
| 42 | 2026-05-08T02:10:51.960Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-08T02:10:51.960Z | |
| 44 | 2026-05-08T02:10:51.963Z | |
| 45 | 2026-05-08T02:10:51.963Z | Rust is installed now. Great! |
| 46 | 2026-05-08T02:10:51.963Z | |
| 47 | 2026-05-08T02:10:51.963Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-08T02:10:51.963Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-08T02:10:51.963Z | |
| 50 | 2026-05-08T02:10:51.963Z | To configure your current shell, you need to source |
| 51 | 2026-05-08T02:10:51.963Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-08T02:10:51.963Z | |
| 53 | 2026-05-08T02:10:51.963Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-08T02:10:51.963Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-08T02:10:51.963Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-08T02:10:51.963Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-08T02:10:51.963Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-08T02:10:51.963Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-08T02:10:51.963Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-08T02:10:51.964Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-08T02:10:51.964Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-08T02:10:52.061Z | + rustup --version |
| 63 | 2026-05-08T02:10:52.069Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-08T02:10:52.072Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-08T02:10:52.092Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-08T02:10:52.096Z | + cargo --version |
| 67 | 2026-05-08T02:10:52.107Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-08T02:10:52.110Z | + rustc --version |
| 69 | 2026-05-08T02:10:52.129Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-08T02:10:52.132Z | process exited: duration 16954 ms, exit code 0 |
| |
| 71 | 2026-05-08T02:10:52.138Z | starting task 2: "authentication" |
| 72 | 2026-05-08T02:10:52.156Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-08T02:10:52.162Z | starting task 3: "clone repository" |
| 74 | 2026-05-08T02:10:52.166Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-08T02:10:52.169Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-08T02:10:52.203Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-08T02:11:01.672Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-08T02:11:01.672Z | + git fetch origin 9c029199589abe94fac9c56b10a8058d5116ae87 |
| 79 | 2026-05-08T02:11:01.931Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-08T02:11:01.931Z | * branch 9c029199589abe94fac9c56b10a8058d5116ae87 -> FETCH_HEAD |
| 81 | 2026-05-08T02:11:01.940Z | + [[ -n zl/opte-version-override ]] |
| 82 | 2026-05-08T02:11:01.943Z | ++ git branch --show-current |
| 83 | 2026-05-08T02:11:01.943Z | + current=main |
| 84 | 2026-05-08T02:11:01.943Z | + [[ main != zl/opte-version-override ]] |
| 85 | 2026-05-08T02:11:01.943Z | + git branch -f zl/opte-version-override 9c029199589abe94fac9c56b10a8058d5116ae87 |
| 86 | 2026-05-08T02:11:01.946Z | + git checkout -f zl/opte-version-override |
| 87 | 2026-05-08T02:11:02.145Z | Switched to branch 'zl/opte-version-override' |
| 88 | 2026-05-08T02:11:02.155Z | + git reset --hard 9c029199589abe94fac9c56b10a8058d5116ae87 |
| 89 | 2026-05-08T02:11:02.343Z | HEAD is now at 9c0291995 merge main |
| 90 | 2026-05-08T02:11:02.347Z | process exited: duration 10182 ms, exit code 0 |
| |
| 91 | 2026-05-08T02:11:02.353Z | starting task 4: "build" |
| 92 | 2026-05-08T02:11:02.357Z | + source ./env.sh |
| 93 | 2026-05-08T02:11:02.359Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-08T02:11:02.360Z | ++ set -o xtrace |
| 95 | 2026-05-08T02:11:02.360Z | ++++ dirname ./env.sh |
| 96 | 2026-05-08T02:11:02.363Z | +++ readlink -f . |
| 97 | 2026-05-08T02:11:02.363Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-08T02:11:02.363Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-08T02:11:02.363Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-08T02:11:02.363Z | ++ 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 |
| 101 | 2026-05-08T02:11:02.363Z | ++ 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 |
| 102 | 2026-05-08T02:11:02.363Z | ++ 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 |
| 103 | 2026-05-08T02:11:02.363Z | ++ 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 |
| 104 | 2026-05-08T02:11:02.363Z | ++ 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 |
| 105 | 2026-05-08T02:11:02.363Z | ++ 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 |
| 106 | 2026-05-08T02:11:02.363Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-08T02:11:02.363Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-08T02:11:02.363Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-08T02:11:02.363Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-08T02:11:02.363Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-08T02:11:02.363Z | + cargo --version |
| 112 | 2026-05-08T02:11:02.372Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-08T02:11:02.375Z | + rustc --version |
| 114 | 2026-05-08T02:11:02.394Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-08T02:11:02.397Z | + banner prerequisites |
| 116 | 2026-05-08T02:11:02.400Z | |
| 117 | 2026-05-08T02:11:02.400Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-08T02:11:02.400Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-08T02:11:02.401Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-08T02:11:02.401Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-08T02:11:02.401Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-08T02:11:02.401Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-08T02:11:02.401Z | |
| 124 | 2026-05-08T02:11:02.401Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-08T02:11:03.691Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-08T02:11:03.815Z | Planning: Solver setup ... Done (0.096s) |
| 127 | 2026-05-08T02:11:03.818Z | Planning: Running solver ... Done (0.008s) |
| 128 | 2026-05-08T02:11:03.818Z | Planning: Finding local manifests ... Done (0.003s) |
| 129 | 2026-05-08T02:11:03.819Z | Planning: Fetching manifests: 0/2 0% complete |
| 130 | 2026-05-08T02:11:03.843Z | Planning: Fetching manifests: 2/2 100% complete |
| 131 | 2026-05-08T02:11:03.852Z | Planning: Package planning ... Done (0.012s) |
| 132 | 2026-05-08T02:11:03.855Z | Planning: Merging actions ... Done (0.001s) |
| 133 | 2026-05-08T02:11:04.041Z | Planning: Checking for conflicting actions ... Done (0.184s) |
| 134 | 2026-05-08T02:11:04.045Z | Planning: Consolidating action changes ... Done (0.001s) |
| 135 | 2026-05-08T02:11:04.841Z | Planning: Evaluating mediators ... Done (0.802s) |
| 136 | 2026-05-08T02:11:04.846Z | Planning: Planning completed in 1.15 seconds |
| 137 | 2026-05-08T02:11:04.850Z | Packages to install: 2 |
| 138 | 2026-05-08T02:11:04.850Z | Estimated space available: 156.10 GB |
| 139 | 2026-05-08T02:11:04.853Z | Estimated space to be consumed: 15.55 MB |
| 140 | 2026-05-08T02:11:04.853Z | Create boot environment: No |
| 141 | 2026-05-08T02:11:04.853Z | Create backup boot environment: No |
| 142 | 2026-05-08T02:11:04.853Z | Rebuild boot archive: No |
| 143 | 2026-05-08T02:11:04.853Z | |
| 144 | 2026-05-08T02:11:04.853Z | Changed packages: |
| 145 | 2026-05-08T02:11:04.853Z | helios |
| 146 | 2026-05-08T02:11:04.853Z | developer/build-essential |
| 147 | 2026-05-08T02:11:04.853Z | None -> 11-3.0 |
| 148 | 2026-05-08T02:11:04.853Z | library/libxmlsec1 |
| 149 | 2026-05-08T02:11:04.853Z | None -> 1.2.35-3.0 |
| 150 | 2026-05-08T02:11:04.874Z | |
| 151 | 2026-05-08T02:11:04.874Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 152 | 2026-05-08T02:11:05.395Z | Download: Completed 1.28 MB in 0.52 seconds (2.5M/s) |
| 153 | 2026-05-08T02:11:05.453Z | Actions: 1/268 actions (Installing new actions) |
| 154 | 2026-05-08T02:11:05.489Z | Actions: Completed 268 actions in 0.04 seconds. |
| 155 | 2026-05-08T02:11:05.501Z | Finalize: Updating package state database ... Done (0.007s) |
| 156 | 2026-05-08T02:11:05.504Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-05-08T02:11:05.507Z | Finalize: Updating image state ... Done (0.009s) |
| 158 | 2026-05-08T02:11:07.907Z | Finalize: Creating fast lookup database ... Done (2.380s) |
| 159 | 2026-05-08T02:11:07.973Z | Finalize: Reading search index ... Done (0.011s) |
| 160 | 2026-05-08T02:11:07.976Z | Finalize: Updating search index ... Done (0.000s) |
| 161 | 2026-05-08T02:11:08.058Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-05-08T02:11:08.341Z | Planning: Evaluating mediator changes ... Done |
| 163 | 2026-05-08T02:11:08.445Z | Planning: Checking for conflicting actions ... Done |
| 164 | 2026-05-08T02:11:08.449Z | Planning: Consolidating action changes ... Done |
| 165 | 2026-05-08T02:11:08.603Z | Planning: Evaluating mediators ... Done |
| 166 | 2026-05-08T02:11:08.606Z | Planning: Planning completed in 0.26 seconds |
| 167 | 2026-05-08T02:11:08.626Z | Mediators to change: 2 |
| 168 | 2026-05-08T02:11:08.626Z | Create boot environment: No |
| 169 | 2026-05-08T02:11:08.626Z | Create backup boot environment: No |
| 170 | 2026-05-08T02:11:08.689Z | Finalize: Updating package state database ... Done |
| 171 | 2026-05-08T02:11:08.689Z | Finalize: Updating package cache ... Done |
| 172 | 2026-05-08T02:11:08.695Z | Finalize: Updating image state ... Done |
| 173 | 2026-05-08T02:11:10.605Z | Finalize: Creating fast lookup database ... Done |
| 174 | 2026-05-08T02:11:10.663Z | Finalize: Reading search index ... Done |
| 175 | 2026-05-08T02:11:10.666Z | Finalize: Updating search index ... Done |
| 176 | 2026-05-08T02:11:10.744Z | Finalize: Updating package cache ... Done |
| 177 | 2026-05-08T02:11:11.027Z | Planning: Evaluating mediator changes ... Done |
| 178 | 2026-05-08T02:11:11.132Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2026-05-08T02:11:11.136Z | Planning: Consolidating action changes ... Done |
| 180 | 2026-05-08T02:11:11.288Z | Planning: Evaluating mediators ... Done |
| 181 | 2026-05-08T02:11:11.292Z | Planning: Planning completed in 0.26 seconds |
| 182 | 2026-05-08T02:11:11.312Z | Mediators to change: 1 |
| 183 | 2026-05-08T02:11:11.312Z | Create boot environment: No |
| 184 | 2026-05-08T02:11:11.317Z | Create backup boot environment: No |
| 185 | 2026-05-08T02:11:11.368Z | Finalize: Updating package state database ... Done |
| 186 | 2026-05-08T02:11:11.368Z | Finalize: Updating package cache ... Done |
| 187 | 2026-05-08T02:11:11.374Z | Finalize: Updating image state ... Done |
| 188 | 2026-05-08T02:11:13.286Z | Finalize: Creating fast lookup database ... Done |
| 189 | 2026-05-08T02:11:13.343Z | Finalize: Reading search index ... Done |
| 190 | 2026-05-08T02:11:13.347Z | Finalize: Updating search index ... Done |
| 191 | 2026-05-08T02:11:13.419Z | Finalize: Updating package cache ... Done |
| 192 | 2026-05-08T02:11:13.723Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 193 | 2026-05-08T02:11:13.723Z | apache system 2.4 system |
| 194 | 2026-05-08T02:11:13.723Z | clang system 15 system |
| 195 | 2026-05-08T02:11:13.723Z | csh system system illumos |
| 196 | 2026-05-08T02:11:13.723Z | ctags system system illumos |
| 197 | 2026-05-08T02:11:13.723Z | file vendor vendor darwinsys |
| 198 | 2026-05-08T02:11:13.723Z | file system system illumos |
| 199 | 2026-05-08T02:11:13.723Z | gcc vendor 14 vendor |
| 200 | 2026-05-08T02:11:13.723Z | gcc system 13 system |
| 201 | 2026-05-08T02:11:13.723Z | gcc system 10 system |
| 202 | 2026-05-08T02:11:13.723Z | go system 1.25 system |
| 203 | 2026-05-08T02:11:13.723Z | llvm system 15 system |
| 204 | 2026-05-08T02:11:13.723Z | mariadb system 11.4 system |
| 205 | 2026-05-08T02:11:13.723Z | mta vendor vendor dma |
| 206 | 2026-05-08T02:11:13.723Z | openjdk system 17 system |
| 207 | 2026-05-08T02:11:13.723Z | openjdk system 11 system |
| 208 | 2026-05-08T02:11:13.723Z | openssl vendor 3 vendor |
| 209 | 2026-05-08T02:11:13.723Z | perl system 5.40 system |
| 210 | 2026-05-08T02:11:13.723Z | postgresql system 18 system |
| 211 | 2026-05-08T02:11:13.723Z | postgresql system 17 system |
| 212 | 2026-05-08T02:11:13.723Z | python vendor 3 vendor |
| 213 | 2026-05-08T02:11:13.724Z | python system 2 system |
| 214 | 2026-05-08T02:11:13.724Z | python3 vendor 3.13 vendor |
| 215 | 2026-05-08T02:11:13.724Z | ruby system 3.4 system |
| 216 | 2026-05-08T02:11:13.724Z | ruby system 3.0 system |
| 217 | 2026-05-08T02:11:13.724Z | words vendor vendor american-english |
| 218 | 2026-05-08T02:11:13.724Z | words system system australian-english |
| 219 | 2026-05-08T02:11:13.724Z | words system system british-english |
| 220 | 2026-05-08T02:11:13.724Z | words system system canadian-english |
| 221 | 2026-05-08T02:11:13.724Z | words system system french |
| 222 | 2026-05-08T02:11:13.724Z | words system system italian |
| 223 | 2026-05-08T02:11:13.724Z | words system system ngerman |
| 224 | 2026-05-08T02:11:13.724Z | words system system ogerman |
| 225 | 2026-05-08T02:11:13.724Z | words system system spanish |
| 226 | 2026-05-08T02:11:13.972Z | PUBLISHER TYPE STATUS P LOCATION |
| 227 | 2026-05-08T02:11:13.973Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 228 | 2026-05-08T02:11:14.226Z | FMRI IFO |
| 229 | 2026-05-08T02:11:14.227Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 230 | 2026-05-08T02:11:14.227Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 231 | 2026-05-08T02:11:14.227Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 232 | 2026-05-08T02:11:14.227Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 233 | 2026-05-08T02:11:14.227Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 234 | 2026-05-08T02:11:14.227Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 235 | 2026-05-08T02:11:14.227Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 236 | 2026-05-08T02:11:14.227Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 237 | 2026-05-08T02:11:14.227Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 238 | 2026-05-08T02:11:14.453Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 239 | 2026-05-08T02:11:14.684Z | Updating crates.io index |
| 240 | 2026-05-08T02:11:14.687Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 241 | 2026-05-08T02:11:15.194Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 242 | 2026-05-08T02:11:15.477Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-05-08T02:11:16.101Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 244 | 2026-05-08T02:11:16.904Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-05-08T02:11:17.398Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 246 | 2026-05-08T02:11:18.699Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 247 | 2026-05-08T02:11:19.476Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 248 | 2026-05-08T02:11:19.737Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 249 | 2026-05-08T02:11:20.723Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 250 | 2026-05-08T02:11:21.175Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 251 | 2026-05-08T02:11:21.512Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 252 | 2026-05-08T02:11:21.942Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 253 | 2026-05-08T02:11:22.913Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-05-08T02:11:23.500Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 255 | 2026-05-08T02:11:23.838Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 256 | 2026-05-08T02:11:24.245Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 257 | 2026-05-08T02:11:24.626Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 258 | 2026-05-08T02:11:24.869Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 259 | 2026-05-08T02:11:25.083Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 260 | 2026-05-08T02:11:25.338Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 261 | 2026-05-08T02:11:25.710Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 262 | 2026-05-08T02:11:26.079Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 263 | 2026-05-08T02:11:26.688Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 264 | 2026-05-08T02:11:26.935Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 265 | 2026-05-08T02:11:27.228Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 266 | 2026-05-08T02:11:28.151Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 267 | 2026-05-08T02:11:28.786Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2026-05-08T02:11:29.326Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 269 | 2026-05-08T02:11:29.779Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 270 | 2026-05-08T02:11:30.069Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 271 | 2026-05-08T02:11:30.538Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 272 | 2026-05-08T02:11:30.833Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 273 | 2026-05-08T02:11:31.130Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 274 | 2026-05-08T02:11:31.604Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 275 | 2026-05-08T02:11:31.843Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 276 | 2026-05-08T02:11:32.147Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 277 | 2026-05-08T02:11:32.469Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 278 | 2026-05-08T02:11:43.900Z | Downloading crates ... |
| 279 | 2026-05-08T02:11:43.955Z | Downloaded block-buffer v0.10.4 |
| 280 | 2026-05-08T02:11:43.958Z | Downloaded byteorder v1.5.0 |
| 281 | 2026-05-08T02:11:43.958Z | Downloaded anstream v0.6.21 |
| 282 | 2026-05-08T02:11:43.961Z | Downloaded sha2 v0.10.9 |
| 283 | 2026-05-08T02:11:43.963Z | Downloaded serde-value v0.7.0 |
| 284 | 2026-05-08T02:11:43.966Z | Downloaded itoa v1.0.17 |
| 285 | 2026-05-08T02:11:43.969Z | Downloaded memmap v0.7.0 |
| 286 | 2026-05-08T02:11:43.972Z | Downloaded utf8parse v0.2.2 |
| 287 | 2026-05-08T02:11:43.972Z | Downloaded generic-array v0.14.7 |
| 288 | 2026-05-08T02:11:43.975Z | Downloaded zerofrom-derive v0.1.6 |
| 289 | 2026-05-08T02:11:43.979Z | Downloaded thread-id v4.2.2 |
| 290 | 2026-05-08T02:11:43.982Z | Downloaded erased-serde v0.4.9 |
| 291 | 2026-05-08T02:11:43.985Z | Downloaded ucd-trie v0.1.7 |
| 292 | 2026-05-08T02:11:43.985Z | Downloaded zerovec-derive v0.11.2 |
| 293 | 2026-05-08T02:11:43.988Z | Downloaded zerofrom v0.1.6 |
| 294 | 2026-05-08T02:11:43.991Z | Downloaded ordered-float v2.10.1 |
| 295 | 2026-05-08T02:11:43.991Z | Downloaded unicode-xid v0.2.6 |
| 296 | 2026-05-08T02:11:43.991Z | Downloaded anstyle v1.0.13 |
| 297 | 2026-05-08T02:11:43.991Z | Downloaded version_check v0.9.5 |
| 298 | 2026-05-08T02:11:43.994Z | Downloaded dtrace-parser v0.2.0 |
| 299 | 2026-05-08T02:11:43.994Z | Downloaded clap_lex v1.0.0 |
| 300 | 2026-05-08T02:11:43.994Z | Downloaded tinystr v0.8.2 |
| 301 | 2026-05-08T02:11:43.997Z | Downloaded unicode-linebreak v0.1.5 |
| 302 | 2026-05-08T02:11:44.000Z | Downloaded thiserror v2.0.18 |
| 303 | 2026-05-08T02:11:44.003Z | Downloaded usdt-macro v0.5.0 |
| 304 | 2026-05-08T02:11:44.003Z | Downloaded clap v4.5.60 |
| 305 | 2026-05-08T02:11:44.006Z | Downloaded log v0.4.29 |
| 306 | 2026-05-08T02:11:44.009Z | Downloaded cargo-platform v0.2.0 |
| 307 | 2026-05-08T02:11:44.009Z | Downloaded typeid v1.0.3 |
| 308 | 2026-05-08T02:11:44.012Z | Downloaded toml_write v0.1.2 |
| 309 | 2026-05-08T02:11:44.015Z | Downloaded anyhow v1.0.102 |
| 310 | 2026-05-08T02:11:44.018Z | Downloaded usdt-attr-macro v0.5.0 |
| 311 | 2026-05-08T02:11:44.018Z | Downloaded toml_datetime v0.6.11 |
| 312 | 2026-05-08T02:11:44.018Z | Downloaded toml v0.8.23 |
| 313 | 2026-05-08T02:11:44.021Z | Downloaded plain v0.2.3 |
| 314 | 2026-05-08T02:11:44.021Z | Downloaded macaddr v1.0.1 |
| 315 | 2026-05-08T02:11:44.021Z | Downloaded semver v1.0.28 |
| 316 | 2026-05-08T02:11:44.024Z | Downloaded yoke-derive v0.8.1 |
| 317 | 2026-05-08T02:11:44.024Z | Downloaded thiserror v1.0.69 |
| 318 | 2026-05-08T02:11:44.027Z | Downloaded writeable v0.6.2 |
| 319 | 2026-05-08T02:11:44.027Z | Downloaded utf8_iter v1.0.4 |
| 320 | 2026-05-08T02:11:44.027Z | Downloaded usdt-impl v0.5.0 |
| 321 | 2026-05-08T02:11:44.027Z | Downloaded thiserror-impl v1.0.69 |
| 322 | 2026-05-08T02:11:44.031Z | Downloaded usdt v0.5.0 |
| 323 | 2026-05-08T02:11:44.031Z | Downloaded percent-encoding v2.3.2 |
| 324 | 2026-05-08T02:11:44.031Z | Downloaded scroll_derive v0.12.1 |
| 325 | 2026-05-08T02:11:44.031Z | Downloaded equivalent v1.0.2 |
| 326 | 2026-05-08T02:11:44.031Z | Downloaded dof v0.3.0 |
| 327 | 2026-05-08T02:11:44.034Z | Downloaded smawk v0.3.2 |
| 328 | 2026-05-08T02:11:44.034Z | Downloaded proc-macro-error v1.0.4 |
| 329 | 2026-05-08T02:11:44.034Z | Downloaded icu_collections v2.1.1 |
| 330 | 2026-05-08T02:11:44.037Z | Downloaded zmij v1.0.21 |
| 331 | 2026-05-08T02:11:44.040Z | Downloaded textwrap v0.16.2 |
| 332 | 2026-05-08T02:11:44.040Z | Downloaded serde_spanned v0.6.9 |
| 333 | 2026-05-08T02:11:44.043Z | Downloaded fastrand v2.3.0 |
| 334 | 2026-05-08T02:11:44.043Z | Downloaded icu_normalizer v2.1.1 |
| 335 | 2026-05-08T02:11:44.046Z | Downloaded yoke v0.8.1 |
| 336 | 2026-05-08T02:11:44.046Z | Downloaded thiserror-impl v2.0.18 |
| 337 | 2026-05-08T02:11:44.046Z | Downloaded anstyle-parse v0.2.7 |
| 338 | 2026-05-08T02:11:44.049Z | Downloaded autocfg v1.5.0 |
| 339 | 2026-05-08T02:11:44.049Z | Downloaded colorchoice v1.0.4 |
| 340 | 2026-05-08T02:11:44.049Z | Downloaded zerotrie v0.2.3 |
| 341 | 2026-05-08T02:11:44.052Z | Downloaded zerocopy-derive v0.7.35 |
| 342 | 2026-05-08T02:11:44.055Z | Downloaded heck v0.5.0 |
| 343 | 2026-05-08T02:11:44.055Z | Downloaded pretty-hex v0.4.1 |
| 344 | 2026-05-08T02:11:44.060Z | Downloaded potential_utf v0.1.4 |
| 345 | 2026-05-08T02:11:44.060Z | Downloaded url v2.5.8 |
| 346 | 2026-05-08T02:11:44.060Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-05-08T02:11:44.064Z | Downloaded swrite v0.1.0 |
| 348 | 2026-05-08T02:11:44.064Z | Downloaded cpufeatures v0.2.17 |
| 349 | 2026-05-08T02:11:44.064Z | Downloaded typenum v1.19.0 |
| 350 | 2026-05-08T02:11:44.064Z | Downloaded toml_edit v0.22.27 |
| 351 | 2026-05-08T02:11:44.067Z | Downloaded fnv v1.0.7 |
| 352 | 2026-05-08T02:11:44.068Z | Downloaded anstyle-query v1.1.5 |
| 353 | 2026-05-08T02:11:44.068Z | Downloaded terminal_size v0.4.3 |
| 354 | 2026-05-08T02:11:44.071Z | Downloaded tabled_derive v0.7.0 |
| 355 | 2026-05-08T02:11:44.071Z | Downloaded camino-tempfile v1.4.1 |
| 356 | 2026-05-08T02:11:44.072Z | Downloaded serde v1.0.228 |
| 357 | 2026-05-08T02:11:44.072Z | Downloaded idna_adapter v1.2.1 |
| 358 | 2026-05-08T02:11:44.075Z | Downloaded is_terminal_polyfill v1.70.2 |
| 359 | 2026-05-08T02:11:44.075Z | Downloaded zerovec v0.11.5 |
| 360 | 2026-05-08T02:11:44.078Z | Downloaded stable_deref_trait v1.2.1 |
| 361 | 2026-05-08T02:11:44.078Z | Downloaded proc-macro-error-attr v1.0.4 |
| 362 | 2026-05-08T02:11:44.078Z | Downloaded crypto-common v0.1.7 |
| 363 | 2026-05-08T02:11:44.078Z | Downloaded errno v0.3.14 |
| 364 | 2026-05-08T02:11:44.081Z | Downloaded cfg-if v1.0.4 |
| 365 | 2026-05-08T02:11:44.081Z | Downloaded zerocopy v0.7.35 |
| 366 | 2026-05-08T02:11:44.088Z | Downloaded quote v1.0.45 |
| 367 | 2026-05-08T02:11:44.090Z | Downloaded digest v0.10.7 |
| 368 | 2026-05-08T02:11:44.091Z | Downloaded winnow v0.7.14 |
| 369 | 2026-05-08T02:11:44.095Z | Downloaded serde-untagged v0.1.9 |
| 370 | 2026-05-08T02:11:44.098Z | Downloaded bytecount v0.6.9 |
| 371 | 2026-05-08T02:11:44.098Z | Downloaded heck v0.4.1 |
| 372 | 2026-05-08T02:11:44.098Z | Downloaded form_urlencoded v1.2.2 |
| 373 | 2026-05-08T02:11:44.102Z | Downloaded unicode-width v0.2.0 |
| 374 | 2026-05-08T02:11:44.105Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-05-08T02:11:44.108Z | Downloaded strsim v0.11.1 |
| 376 | 2026-05-08T02:11:44.108Z | Downloaded cargo_toml v0.21.0 |
| 377 | 2026-05-08T02:11:44.108Z | Downloaded fs-err v3.3.0 |
| 378 | 2026-05-08T02:11:44.111Z | Downloaded displaydoc v0.2.5 |
| 379 | 2026-05-08T02:11:44.115Z | Downloaded scroll v0.12.0 |
| 380 | 2026-05-08T02:11:44.115Z | Downloaded serde_tokenstream v0.2.3 |
| 381 | 2026-05-08T02:11:44.121Z | Downloaded pest_generator v2.8.6 |
| 382 | 2026-05-08T02:11:44.124Z | Downloaded synstructure v0.13.2 |
| 383 | 2026-05-08T02:11:44.124Z | Downloaded smallvec v1.15.1 |
| 384 | 2026-05-08T02:11:44.124Z | Downloaded clap_derive v4.5.55 |
| 385 | 2026-05-08T02:11:44.124Z | Downloaded cargo_metadata v0.21.0 |
| 386 | 2026-05-08T02:11:44.128Z | Downloaded tempfile v3.25.0 |
| 387 | 2026-05-08T02:11:44.131Z | Downloaded camino v1.2.2 |
| 388 | 2026-05-08T02:11:44.131Z | Downloaded serde_core v1.0.228 |
| 389 | 2026-05-08T02:11:44.136Z | Downloaded cargo-util-schemas v0.8.2 |
| 390 | 2026-05-08T02:11:44.140Z | Downloaded once_cell v1.21.3 |
| 391 | 2026-05-08T02:11:44.147Z | Downloaded proc-macro2 v1.0.106 |
| 392 | 2026-05-08T02:11:44.153Z | Downloaded pest_meta v2.8.6 |
| 393 | 2026-05-08T02:11:44.156Z | Downloaded getrandom v0.4.1 |
| 394 | 2026-05-08T02:11:44.156Z | Downloaded bitflags v2.11.0 |
| 395 | 2026-05-08T02:11:44.160Z | Downloaded pest_derive v2.8.6 |
| 396 | 2026-05-08T02:11:44.165Z | Downloaded icu_properties v2.1.2 |
| 397 | 2026-05-08T02:11:44.165Z | Downloaded papergrid v0.11.0 |
| 398 | 2026-05-08T02:11:44.168Z | Downloaded litemap v0.8.1 |
| 399 | 2026-05-08T02:11:44.168Z | Downloaded icu_provider v2.1.1 |
| 400 | 2026-05-08T02:11:44.168Z | Downloaded num-traits v0.2.19 |
| 401 | 2026-05-08T02:11:44.179Z | Downloaded icu_locale_core v2.1.1 |
| 402 | 2026-05-08T02:11:44.184Z | Downloaded serde_derive v1.0.228 |
| 403 | 2026-05-08T02:11:44.194Z | Downloaded icu_normalizer_data v2.1.1 |
| 404 | 2026-05-08T02:11:44.199Z | Downloaded memchr v2.8.0 |
| 405 | 2026-05-08T02:11:44.205Z | Downloaded icu_properties_data v2.1.2 |
| 406 | 2026-05-08T02:11:44.214Z | Downloaded indexmap v2.14.0 |
| 407 | 2026-05-08T02:11:44.217Z | Downloaded goblin v0.8.2 |
| 408 | 2026-05-08T02:11:44.220Z | Downloaded pest v2.8.6 |
| 409 | 2026-05-08T02:11:44.229Z | Downloaded idna v1.1.0 |
| 410 | 2026-05-08T02:11:44.233Z | Downloaded serde_json v1.0.149 |
| 411 | 2026-05-08T02:11:44.238Z | Downloaded hashbrown v0.17.0 |
| 412 | 2026-05-08T02:11:44.241Z | Downloaded clap_builder v4.5.60 |
| 413 | 2026-05-08T02:11:44.244Z | Downloaded syn v1.0.109 |
| 414 | 2026-05-08T02:11:44.255Z | Downloaded tabled v0.15.0 |
| 415 | 2026-05-08T02:11:44.273Z | Downloaded syn v2.0.117 |
| 416 | 2026-05-08T02:11:44.288Z | Downloaded rustix v1.1.3 |
| 417 | 2026-05-08T02:11:44.316Z | Downloaded libc v0.2.185 |
| 418 | 2026-05-08T02:11:44.381Z | Compiling proc-macro2 v1.0.106 |
| 419 | 2026-05-08T02:11:44.381Z | Compiling unicode-ident v1.0.24 |
| 420 | 2026-05-08T02:11:44.385Z | Compiling quote v1.0.45 |
| 421 | 2026-05-08T02:11:44.385Z | Compiling serde_core v1.0.228 |
| 422 | 2026-05-08T02:11:44.385Z | Compiling libc v0.2.185 |
| 423 | 2026-05-08T02:11:44.385Z | Compiling version_check v0.9.5 |
| 424 | 2026-05-08T02:11:44.385Z | Compiling stable_deref_trait v1.2.1 |
| 425 | 2026-05-08T02:11:44.385Z | Compiling serde v1.0.228 |
| 426 | 2026-05-08T02:11:44.678Z | Compiling memchr v2.8.0 |
| 427 | 2026-05-08T02:11:44.701Z | Compiling zmij v1.0.21 |
| 428 | 2026-05-08T02:11:44.909Z | Compiling itoa v1.0.17 |
| 429 | 2026-05-08T02:11:44.952Z | Compiling ucd-trie v0.1.7 |
| 430 | 2026-05-08T02:11:44.983Z | Compiling autocfg v1.5.0 |
| 431 | 2026-05-08T02:11:45.232Z | Compiling thiserror v1.0.69 |
| 432 | 2026-05-08T02:11:45.317Z | Compiling pest v2.8.6 |
| 433 | 2026-05-08T02:11:45.355Z | Compiling litemap v0.8.1 |
| 434 | 2026-05-08T02:11:45.404Z | Compiling writeable v0.6.2 |
| 435 | 2026-05-08T02:11:45.469Z | Compiling byteorder v1.5.0 |
| 436 | 2026-05-08T02:11:45.599Z | Compiling icu_properties_data v2.1.2 |
| 437 | 2026-05-08T02:11:45.703Z | Compiling rustix v1.1.3 |
| 438 | 2026-05-08T02:11:45.793Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-05-08T02:11:45.895Z | Compiling syn v2.0.117 |
| 440 | 2026-05-08T02:11:45.918Z | Compiling errno v0.3.14 |
| 441 | 2026-05-08T02:11:45.950Z | Compiling bitflags v2.11.0 |
| 442 | 2026-05-08T02:11:45.985Z | Compiling serde_json v1.0.149 |
| 443 | 2026-05-08T02:11:46.177Z | Compiling num-traits v0.2.19 |
| 444 | 2026-05-08T02:11:46.210Z | Compiling hashbrown v0.17.0 |
| 445 | 2026-05-08T02:11:46.353Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-08T02:11:46.474Z | Compiling smallvec v1.15.1 |
| 447 | 2026-05-08T02:11:46.533Z | Compiling typeid v1.0.3 |
| 448 | 2026-05-08T02:11:46.686Z | Compiling equivalent v1.0.2 |
| 449 | 2026-05-08T02:11:46.781Z | Compiling indexmap v2.14.0 |
| 450 | 2026-05-08T02:11:46.832Z | Compiling thread-id v4.2.2 |
| 451 | 2026-05-08T02:11:46.847Z | Compiling proc-macro-error-attr v1.0.4 |
| 452 | 2026-05-08T02:11:46.917Z | Compiling usdt-impl v0.5.0 |
| 453 | 2026-05-08T02:11:46.932Z | Compiling toml_write v0.1.2 |
| 454 | 2026-05-08T02:11:47.024Z | Compiling syn v1.0.109 |
| 455 | 2026-05-08T02:11:47.129Z | Compiling winnow v0.7.14 |
| 456 | 2026-05-08T02:11:47.202Z | Compiling erased-serde v0.4.9 |
| 457 | 2026-05-08T02:11:47.512Z | Compiling proc-macro-error v1.0.4 |
| 458 | 2026-05-08T02:11:47.539Z | Compiling log v0.4.29 |
| 459 | 2026-05-08T02:11:47.696Z | Compiling plain v0.2.3 |
| 460 | 2026-05-08T02:11:47.719Z | Compiling camino v1.2.2 |
| 461 | 2026-05-08T02:11:47.808Z | Compiling getrandom v0.4.1 |
| 462 | 2026-05-08T02:11:47.941Z | Compiling percent-encoding v2.3.2 |
| 463 | 2026-05-08T02:11:48.000Z | Compiling utf8_iter v1.0.4 |
| 464 | 2026-05-08T02:11:48.043Z | Compiling utf8parse v0.2.2 |
| 465 | 2026-05-08T02:11:48.131Z | Compiling thiserror v2.0.18 |
| 466 | 2026-05-08T02:11:48.134Z | Compiling anstyle-parse v0.2.7 |
| 467 | 2026-05-08T02:11:48.162Z | Compiling form_urlencoded v1.2.2 |
| 468 | 2026-05-08T02:11:48.242Z | Compiling ordered-float v2.10.1 |
| 469 | 2026-05-08T02:11:48.488Z | Compiling synstructure v0.13.2 |
| 470 | 2026-05-08T02:11:48.517Z | Compiling pest_generator v2.8.6 |
| 471 | 2026-05-08T02:11:48.641Z | Compiling terminal_size v0.4.3 |
| 472 | 2026-05-08T02:11:48.787Z | Compiling pretty-hex v0.4.1 |
| 473 | 2026-05-08T02:11:48.803Z | Compiling anstyle v1.0.13 |
| 474 | 2026-05-08T02:11:48.889Z | Compiling is_terminal_polyfill v1.70.2 |
| 475 | 2026-05-08T02:11:48.929Z | Compiling cfg-if v1.0.4 |
| 476 | 2026-05-08T02:11:48.955Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-05-08T02:11:48.989Z | Compiling colorchoice v1.0.4 |
| 478 | 2026-05-08T02:11:49.067Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-05-08T02:11:49.098Z | Compiling anstream v0.6.21 |
| 480 | 2026-05-08T02:11:49.132Z | Compiling semver v1.0.28 |
| 481 | 2026-05-08T02:11:49.223Z | Compiling fs-err v3.3.0 |
| 482 | 2026-05-08T02:11:49.309Z | Compiling unicode-xid v0.2.6 |
| 483 | 2026-05-08T02:11:49.406Z | Compiling anyhow v1.0.102 |
| 484 | 2026-05-08T02:11:49.422Z | Compiling heck v0.4.1 |
| 485 | 2026-05-08T02:11:49.437Z | Compiling bytecount v0.6.9 |
| 486 | 2026-05-08T02:11:49.454Z | Compiling once_cell v1.21.3 |
| 487 | 2026-05-08T02:11:49.493Z | Compiling fnv v1.0.7 |
| 488 | 2026-05-08T02:11:49.597Z | Compiling heck v0.5.0 |
| 489 | 2026-05-08T02:11:49.647Z | Compiling strsim v0.11.1 |
| 490 | 2026-05-08T02:11:49.667Z | Compiling clap_lex v1.0.0 |
| 491 | 2026-05-08T02:11:49.707Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-05-08T02:11:49.841Z | Compiling fastrand v2.3.0 |
| 493 | 2026-05-08T02:11:49.886Z | Compiling clap_builder v4.5.60 |
| 494 | 2026-05-08T02:11:49.985Z | Compiling papergrid v0.11.0 |
| 495 | 2026-05-08T02:11:50.101Z | Compiling tempfile v3.25.0 |
| 496 | 2026-05-08T02:11:50.119Z | Compiling memmap v0.7.0 |
| 497 | 2026-05-08T02:11:50.122Z | Compiling unicode-width v0.2.0 |
| 498 | 2026-05-08T02:11:50.183Z | Compiling serde_derive v1.0.228 |
| 499 | 2026-05-08T02:11:50.302Z | Compiling zerofrom-derive v0.1.6 |
| 500 | 2026-05-08T02:11:50.407Z | Compiling yoke-derive v0.8.1 |
| 501 | 2026-05-08T02:11:50.466Z | Compiling zerovec-derive v0.11.2 |
| 502 | 2026-05-08T02:11:50.483Z | Compiling displaydoc v0.2.5 |
| 503 | 2026-05-08T02:11:51.197Z | Compiling thiserror-impl v1.0.69 |
| 504 | 2026-05-08T02:11:51.371Z | Compiling zerocopy-derive v0.7.35 |
| 505 | 2026-05-08T02:11:51.545Z | Compiling pest_derive v2.8.6 |
| 506 | 2026-05-08T02:11:51.562Z | Compiling scroll_derive v0.12.1 |
| 507 | 2026-05-08T02:11:51.661Z | Compiling zerofrom v0.1.6 |
| 508 | 2026-05-08T02:11:51.797Z | Compiling yoke v0.8.1 |
| 509 | 2026-05-08T02:11:51.962Z | Compiling thiserror-impl v2.0.18 |
| 510 | 2026-05-08T02:11:51.988Z | Compiling zerovec v0.11.5 |
| 511 | 2026-05-08T02:11:52.204Z | Compiling zerotrie v0.2.3 |
| 512 | 2026-05-08T02:11:52.220Z | Compiling zerocopy v0.7.35 |
| 513 | 2026-05-08T02:11:52.426Z | Compiling tinystr v0.8.2 |
| 514 | 2026-05-08T02:11:52.506Z | Compiling potential_utf v0.1.4 |
| 515 | 2026-05-08T02:11:52.596Z | Compiling icu_locale_core v2.1.1 |
| 516 | 2026-05-08T02:11:52.633Z | Compiling icu_collections v2.1.1 |
| 517 | 2026-05-08T02:11:52.673Z | Compiling dtrace-parser v0.2.0 |
| 518 | 2026-05-08T02:11:52.761Z | Compiling scroll v0.12.0 |
| 519 | 2026-05-08T02:11:52.828Z | Compiling tabled_derive v0.7.0 |
| 520 | 2026-05-08T02:11:53.028Z | Compiling goblin v0.8.2 |
| 521 | 2026-05-08T02:11:53.045Z | Compiling clap_derive v4.5.55 |
| 522 | 2026-05-08T02:11:53.271Z | Compiling icu_provider v2.1.1 |
| 523 | 2026-05-08T02:11:53.472Z | Compiling smawk v0.3.2 |
| 524 | 2026-05-08T02:11:53.572Z | Compiling icu_normalizer v2.1.1 |
| 525 | 2026-05-08T02:11:53.613Z | Compiling icu_properties v2.1.2 |
| 526 | 2026-05-08T02:11:53.629Z | Compiling serde_spanned v0.6.9 |
| 527 | 2026-05-08T02:11:53.647Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-05-08T02:11:53.674Z | Compiling dof v0.3.0 |
| 529 | 2026-05-08T02:11:53.782Z | Compiling serde_tokenstream v0.2.3 |
| 530 | 2026-05-08T02:11:53.799Z | Compiling serde-value v0.7.0 |
| 531 | 2026-05-08T02:11:53.907Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-05-08T02:11:54.100Z | Compiling cargo-platform v0.2.0 |
| 533 | 2026-05-08T02:11:54.116Z | Compiling unicode-linebreak v0.1.5 |
| 534 | 2026-05-08T02:11:54.151Z | Compiling tabled v0.15.0 |
| 535 | 2026-05-08T02:11:54.379Z | Compiling textwrap v0.16.2 |
| 536 | 2026-05-08T02:11:54.395Z | Compiling macaddr v1.0.1 |
| 537 | 2026-05-08T02:11:54.622Z | Compiling idna_adapter v1.2.1 |
| 538 | 2026-05-08T02:11:54.698Z | Compiling usdt-macro v0.5.0 |
| 539 | 2026-05-08T02:11:54.732Z | Compiling usdt-attr-macro v0.5.0 |
| 540 | 2026-05-08T02:11:54.769Z | Compiling idna v1.1.0 |
| 541 | 2026-05-08T02:11:54.838Z | Compiling clap v4.5.60 |
| 542 | 2026-05-08T02:11:54.856Z | Compiling camino-tempfile v1.4.1 |
| 543 | 2026-05-08T02:11:55.089Z | Compiling url v2.5.8 |
| 544 | 2026-05-08T02:11:55.308Z | Compiling toml v0.8.23 |
| 545 | 2026-05-08T02:11:55.420Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 546 | 2026-05-08T02:11:55.672Z | Compiling cargo-util-schemas v0.8.2 |
| 547 | 2026-05-08T02:11:55.833Z | Compiling cargo_toml v0.21.0 |
| 548 | 2026-05-08T02:11:55.914Z | Compiling swrite v0.1.0 |
| 549 | 2026-05-08T02:11:56.015Z | Compiling usdt v0.5.0 |
| 550 | 2026-05-08T02:11:56.571Z | Compiling cargo_metadata v0.21.0 |
| 551 | 2026-05-08T02:11:57.484Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 552 | 2026-05-08T02:11:59.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.28s |
| 553 | 2026-05-08T02:11:59.837Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 554 | 2026-05-08T02:12:00.397Z | Downloading crates ... |
| 555 | 2026-05-08T02:12:00.501Z | Downloaded async-recursion v1.1.1 |
| 556 | 2026-05-08T02:12:00.504Z | Downloaded bzip2 v0.4.4 |
| 557 | 2026-05-08T02:12:00.507Z | Downloaded aes v0.8.4 |
| 558 | 2026-05-08T02:12:00.510Z | Downloaded bit-set v0.5.3 |
| 559 | 2026-05-08T02:12:00.510Z | Downloaded ciborium v0.2.2 |
| 560 | 2026-05-08T02:12:00.512Z | Downloaded arrayref v0.3.9 |
| 561 | 2026-05-08T02:12:00.513Z | Downloaded crc-catalog v2.4.0 |
| 562 | 2026-05-08T02:12:00.515Z | Downloaded cmake v0.1.57 |
| 563 | 2026-05-08T02:12:00.515Z | Downloaded ascii-canvas v3.0.0 |
| 564 | 2026-05-08T02:12:00.521Z | Downloaded atomicwrites v0.4.4 |
| 565 | 2026-05-08T02:12:00.527Z | Downloaded bitflags v1.3.2 |
| 566 | 2026-05-08T02:12:00.530Z | Downloaded arrayvec v0.7.6 |
| 567 | 2026-05-08T02:12:00.533Z | Downloaded async-stream-impl v0.3.6 |
| 568 | 2026-05-08T02:12:00.536Z | Downloaded crc32fast v1.5.0 |
| 569 | 2026-05-08T02:12:00.539Z | Downloaded embedded-io v0.6.1 |
| 570 | 2026-05-08T02:12:00.539Z | Downloaded dirs-sys-next v0.1.2 |
| 571 | 2026-05-08T02:12:00.539Z | Downloaded bcs v0.1.6 |
| 572 | 2026-05-08T02:12:00.542Z | Downloaded async-trait v0.1.89 |
| 573 | 2026-05-08T02:12:00.542Z | Downloaded backon v1.6.0 |
| 574 | 2026-05-08T02:12:00.545Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 575 | 2026-05-08T02:12:00.545Z | Downloaded cstr-argument v0.1.2 |
| 576 | 2026-05-08T02:12:00.545Z | Downloaded base16ct v0.2.0 |
| 577 | 2026-05-08T02:12:00.548Z | Downloaded darling_core v0.20.11 |
| 578 | 2026-05-08T02:12:00.551Z | Downloaded bitfield-struct v0.6.2 |
| 579 | 2026-05-08T02:12:00.551Z | Downloaded aead v0.5.2 |
| 580 | 2026-05-08T02:12:00.551Z | Downloaded derive_more-impl v2.1.1 |
| 581 | 2026-05-08T02:12:00.556Z | Downloaded byte-wrapper v0.1.0 |
| 582 | 2026-05-08T02:12:00.560Z | Downloaded buf-list v1.1.2 |
| 583 | 2026-05-08T02:12:00.560Z | Downloaded async-stream v0.3.6 |
| 584 | 2026-05-08T02:12:00.560Z | Downloaded defmt-parser v1.0.0 |
| 585 | 2026-05-08T02:12:00.560Z | Downloaded dsl_auto_type v0.2.0 |
| 586 | 2026-05-08T02:12:00.563Z | Downloaded enum-as-inner v0.6.1 |
| 587 | 2026-05-08T02:12:00.566Z | Downloaded cookie_store v0.22.1 |
| 588 | 2026-05-08T02:12:00.569Z | Downloaded deranged v0.5.8 |
| 589 | 2026-05-08T02:12:00.572Z | Downloaded defmt v0.3.100 |
| 590 | 2026-05-08T02:12:00.572Z | Downloaded float-ord v0.3.2 |
| 591 | 2026-05-08T02:12:00.575Z | Downloaded block-padding v0.3.3 |
| 592 | 2026-05-08T02:12:00.575Z | Downloaded debug-ignore v1.0.5 |
| 593 | 2026-05-08T02:12:00.576Z | Downloaded bit-set v0.8.0 |
| 594 | 2026-05-08T02:12:00.578Z | Downloaded bb8 v0.8.6 |
| 595 | 2026-05-08T02:12:00.579Z | Downloaded ff v0.13.1 |
| 596 | 2026-05-08T02:12:00.579Z | Downloaded derive_builder v0.20.2 |
| 597 | 2026-05-08T02:12:00.582Z | Downloaded derive_builder_macro v0.20.2 |
| 598 | 2026-05-08T02:12:00.582Z | Downloaded bit-vec v0.8.0 |
| 599 | 2026-05-08T02:12:00.585Z | Downloaded base64ct v1.8.3 |
| 600 | 2026-05-08T02:12:00.585Z | Downloaded crc8 v0.1.1 |
| 601 | 2026-05-08T02:12:00.585Z | Downloaded ciborium-ll v0.2.2 |
| 602 | 2026-05-08T02:12:00.588Z | Downloaded array-init v0.0.4 |
| 603 | 2026-05-08T02:12:00.588Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 604 | 2026-05-08T02:12:00.588Z | Downloaded compression-core v0.4.31 |
| 605 | 2026-05-08T02:12:00.588Z | Downloaded display-error-chain v0.2.2 |
| 606 | 2026-05-08T02:12:00.591Z | Downloaded darling_macro v0.20.11 |
| 607 | 2026-05-08T02:12:00.591Z | Downloaded adler2 v2.0.1 |
| 608 | 2026-05-08T02:12:00.591Z | Downloaded allocator-api2 v0.2.21 |
| 609 | 2026-05-08T02:12:00.595Z | Downloaded blowfish v0.9.1 |
| 610 | 2026-05-08T02:12:00.595Z | Downloaded dunce v1.0.5 |
| 611 | 2026-05-08T02:12:00.595Z | Downloaded bitfield v0.19.4 |
| 612 | 2026-05-08T02:12:00.598Z | Downloaded blake2 v0.10.6 |
| 613 | 2026-05-08T02:12:00.598Z | Downloaded async-bb8-diesel v0.2.1 |
| 614 | 2026-05-08T02:12:00.598Z | Downloaded ahash v0.8.12 |
| 615 | 2026-05-08T02:12:00.601Z | Downloaded ed25519 v2.2.3 |
| 616 | 2026-05-08T02:12:00.601Z | Downloaded darling_macro v0.23.0 |
| 617 | 2026-05-08T02:12:00.604Z | Downloaded erased-serde v0.3.31 |
| 618 | 2026-05-08T02:12:00.604Z | Downloaded cfg_aliases v0.2.1 |
| 619 | 2026-05-08T02:12:00.604Z | Downloaded convert_case v0.4.0 |
| 620 | 2026-05-08T02:12:00.607Z | Downloaded futures-macro v0.3.32 |
| 621 | 2026-05-08T02:12:00.607Z | Downloaded cfg_aliases v0.1.1 |
| 622 | 2026-05-08T02:12:00.607Z | Downloaded daft-derive v0.1.5 |
| 623 | 2026-05-08T02:12:00.610Z | Downloaded cpufeatures v0.3.0 |
| 624 | 2026-05-08T02:12:00.610Z | Downloaded cobs v0.3.0 |
| 625 | 2026-05-08T02:12:00.613Z | Downloaded dirs-next v2.0.0 |
| 626 | 2026-05-08T02:12:00.613Z | Downloaded flagset v0.4.7 |
| 627 | 2026-05-08T02:12:00.613Z | Downloaded endian-type v0.1.2 |
| 628 | 2026-05-08T02:12:00.616Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 629 | 2026-05-08T02:12:00.616Z | Downloaded crc v3.4.0 |
| 630 | 2026-05-08T02:12:00.616Z | Downloaded cargo-platform v0.1.9 |
| 631 | 2026-05-08T02:12:00.616Z | Downloaded crossbeam-deque v0.8.6 |
| 632 | 2026-05-08T02:12:00.619Z | Downloaded diesel-dtrace v0.5.0 |
| 633 | 2026-05-08T02:12:00.619Z | Downloaded defmt-macros v1.0.1 |
| 634 | 2026-05-08T02:12:00.622Z | Downloaded castaway v0.2.4 |
| 635 | 2026-05-08T02:12:00.622Z | Downloaded defmt v1.0.1 |
| 636 | 2026-05-08T02:12:00.625Z | Downloaded darling v0.21.3 |
| 637 | 2026-05-08T02:12:00.628Z | Downloaded fd-lock v4.0.4 |
| 638 | 2026-05-08T02:12:00.628Z | Downloaded dof v0.4.0 |
| 639 | 2026-05-08T02:12:00.629Z | Downloaded difflib v0.4.0 |
| 640 | 2026-05-08T02:12:00.631Z | Downloaded futures-io v0.3.32 |
| 641 | 2026-05-08T02:12:00.631Z | Downloaded foreign-types-shared v0.3.1 |
| 642 | 2026-05-08T02:12:00.631Z | Downloaded ciborium-io v0.2.2 |
| 643 | 2026-05-08T02:12:00.631Z | Downloaded ctr v0.9.2 |
| 644 | 2026-05-08T02:12:00.634Z | Downloaded dtrace-parser v0.3.0 |
| 645 | 2026-05-08T02:12:00.634Z | Downloaded assert_matches v1.5.0 |
| 646 | 2026-05-08T02:12:00.634Z | Downloaded atty v0.2.14 |
| 647 | 2026-05-08T02:12:00.634Z | Downloaded env_filter v1.0.0 |
| 648 | 2026-05-08T02:12:00.637Z | Downloaded darling_macro v0.21.3 |
| 649 | 2026-05-08T02:12:00.637Z | Downloaded crucible-workspace-hack v0.1.0 |
| 650 | 2026-05-08T02:12:00.637Z | Downloaded atomic-waker v1.1.2 |
| 651 | 2026-05-08T02:12:00.640Z | Downloaded data-encoding v2.10.0 |
| 652 | 2026-05-08T02:12:00.644Z | Downloaded foreign-types-macros v0.2.3 |
| 653 | 2026-05-08T02:12:00.647Z | Downloaded crunchy v0.2.4 |
| 654 | 2026-05-08T02:12:00.647Z | Downloaded foreign-types v0.5.0 |
| 655 | 2026-05-08T02:12:00.647Z | Downloaded foreign-types v0.3.2 |
| 656 | 2026-05-08T02:12:00.650Z | Downloaded chacha20 v0.9.1 |
| 657 | 2026-05-08T02:12:00.650Z | Downloaded document-features v0.2.12 |
| 658 | 2026-05-08T02:12:00.650Z | Downloaded argon2 v0.5.3 |
| 659 | 2026-05-08T02:12:00.655Z | Downloaded ar_archive_writer v0.5.1 |
| 660 | 2026-05-08T02:12:00.655Z | Downloaded fxhash v0.2.1 |
| 661 | 2026-05-08T02:12:00.655Z | Downloaded ghash v0.5.1 |
| 662 | 2026-05-08T02:12:00.655Z | Downloaded futures-task v0.3.32 |
| 663 | 2026-05-08T02:12:00.658Z | Downloaded bzip2 v0.6.1 |
| 664 | 2026-05-08T02:12:00.658Z | Downloaded drift v0.1.3 |
| 665 | 2026-05-08T02:12:00.661Z | Downloaded derive-ex v0.1.8 |
| 666 | 2026-05-08T02:12:00.661Z | Downloaded futures-core v0.3.32 |
| 667 | 2026-05-08T02:12:00.664Z | Downloaded git-stub v1.0.0 |
| 668 | 2026-05-08T02:12:00.664Z | Downloaded critical-section v1.2.0 |
| 669 | 2026-05-08T02:12:00.664Z | Downloaded gethostname v0.5.0 |
| 670 | 2026-05-08T02:12:00.667Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 671 | 2026-05-08T02:12:00.667Z | Downloaded downcast-rs v2.0.2 |
| 672 | 2026-05-08T02:12:00.667Z | Downloaded der_derive v0.7.3 |
| 673 | 2026-05-08T02:12:00.670Z | Downloaded cipher v0.4.4 |
| 674 | 2026-05-08T02:12:00.670Z | Downloaded headers-core v0.3.0 |
| 675 | 2026-05-08T02:12:00.670Z | Downloaded env_logger v0.11.9 |
| 676 | 2026-05-08T02:12:00.673Z | Downloaded cargo_metadata v0.19.2 |
| 677 | 2026-05-08T02:12:00.673Z | Downloaded crossbeam-utils v0.8.21 |
| 678 | 2026-05-08T02:12:00.676Z | Downloaded futures-sink v0.3.32 |
| 679 | 2026-05-08T02:12:00.676Z | Downloaded bitfield-macros v0.19.4 |
| 680 | 2026-05-08T02:12:00.676Z | Downloaded cbc v0.1.2 |
| 681 | 2026-05-08T02:12:00.676Z | Downloaded backoff v0.4.0 |
| 682 | 2026-05-08T02:12:00.679Z | Downloaded foreign-types-shared v0.1.1 |
| 683 | 2026-05-08T02:12:00.679Z | Downloaded hex v0.4.3 |
| 684 | 2026-05-08T02:12:00.679Z | Downloaded convert_case v0.10.0 |
| 685 | 2026-05-08T02:12:00.682Z | Downloaded fallible-iterator v0.2.0 |
| 686 | 2026-05-08T02:12:00.682Z | Downloaded foldhash v0.1.5 |
| 687 | 2026-05-08T02:12:00.682Z | Downloaded ena v0.14.4 |
| 688 | 2026-05-08T02:12:00.685Z | Downloaded filetime v0.2.27 |
| 689 | 2026-05-08T02:12:00.685Z | Downloaded dyn-clone v1.0.20 |
| 690 | 2026-05-08T02:12:00.688Z | Downloaded fixedbitset v0.5.7 |
| 691 | 2026-05-08T02:12:00.688Z | Downloaded constant_time_eq v0.4.2 |
| 692 | 2026-05-08T02:12:00.688Z | Downloaded find-msvc-tools v0.1.9 |
| 693 | 2026-05-08T02:12:00.691Z | Downloaded hash32 v0.3.1 |
| 694 | 2026-05-08T02:12:00.692Z | Downloaded daft v0.1.5 |
| 695 | 2026-05-08T02:12:00.692Z | Downloaded hostname v0.3.1 |
| 696 | 2026-05-08T02:12:00.695Z | Downloaded hex-literal v0.4.1 |
| 697 | 2026-05-08T02:12:00.695Z | Downloaded either v1.15.0 |
| 698 | 2026-05-08T02:12:00.695Z | Downloaded hubpack v0.1.2 |
| 699 | 2026-05-08T02:12:00.695Z | Downloaded const_format_proc_macros v0.2.34 |
| 700 | 2026-05-08T02:12:00.698Z | Downloaded hyper-tls v0.6.0 |
| 701 | 2026-05-08T02:12:00.698Z | Downloaded http-body v1.0.1 |
| 702 | 2026-05-08T02:12:00.698Z | Downloaded des v0.8.1 |
| 703 | 2026-05-08T02:12:00.701Z | Downloaded camino-tempfile-ext v0.3.3 |
| 704 | 2026-05-08T02:12:00.701Z | Downloaded fixedbitset v0.4.2 |
| 705 | 2026-05-08T02:12:00.701Z | Downloaded corncobs v0.1.4 |
| 706 | 2026-05-08T02:12:00.704Z | Downloaded compression-codecs v0.4.37 |
| 707 | 2026-05-08T02:12:00.706Z | Downloaded bit-vec v0.6.3 |
| 708 | 2026-05-08T02:12:00.706Z | Downloaded darling v0.23.0 |
| 709 | 2026-05-08T02:12:00.709Z | Downloaded home v0.5.12 |
| 710 | 2026-05-08T02:12:00.709Z | Downloaded futures-executor v0.3.32 |
| 711 | 2026-05-08T02:12:00.712Z | Downloaded foldhash v0.2.0 |
| 712 | 2026-05-08T02:12:00.713Z | Downloaded http-range v0.1.5 |
| 713 | 2026-05-08T02:12:00.713Z | Downloaded hostname v0.4.2 |
| 714 | 2026-05-08T02:12:00.713Z | Downloaded derive_builder_core v0.20.2 |
| 715 | 2026-05-08T02:12:00.715Z | Downloaded httpdate v1.0.3 |
| 716 | 2026-05-08T02:12:00.715Z | Downloaded hubpack_derive v0.1.1 |
| 717 | 2026-05-08T02:12:00.715Z | Downloaded fs-err v2.11.0 |
| 718 | 2026-05-08T02:12:00.718Z | Downloaded indent_write v2.2.0 |
| 719 | 2026-05-08T02:12:00.718Z | Downloaded cexpr v0.6.0 |
| 720 | 2026-05-08T02:12:00.718Z | Downloaded instant v0.1.13 |
| 721 | 2026-05-08T02:12:00.721Z | Downloaded ident_case v1.0.1 |
| 722 | 2026-05-08T02:12:00.721Z | Downloaded funty v2.0.0 |
| 723 | 2026-05-08T02:12:00.721Z | Downloaded crossbeam-epoch v0.9.18 |
| 724 | 2026-05-08T02:12:00.724Z | Downloaded float-cmp v0.10.0 |
| 725 | 2026-05-08T02:12:00.724Z | Downloaded embedded-io v0.4.0 |
| 726 | 2026-05-08T02:12:00.724Z | Downloaded csv-core v0.1.13 |
| 727 | 2026-05-08T02:12:00.730Z | Downloaded group v0.13.0 |
| 728 | 2026-05-08T02:12:00.733Z | Downloaded git-stub-vcs v0.1.0 |
| 729 | 2026-05-08T02:12:00.733Z | Downloaded globwalk v0.9.1 |
| 730 | 2026-05-08T02:12:00.736Z | Downloaded internet-checksum v0.2.1 |
| 731 | 2026-05-08T02:12:00.736Z | Downloaded is_ci v1.2.0 |
| 732 | 2026-05-08T02:12:00.736Z | Downloaded is-terminal v0.4.17 |
| 733 | 2026-05-08T02:12:00.736Z | Downloaded instability v0.3.11 |
| 734 | 2026-05-08T02:12:00.739Z | Downloaded inout v0.1.4 |
| 735 | 2026-05-08T02:12:00.742Z | Downloaded cancel-safe-futures v0.1.5 |
| 736 | 2026-05-08T02:12:00.744Z | Downloaded chacha20 v0.10.0 |
| 737 | 2026-05-08T02:12:00.744Z | Downloaded cassowary v0.3.0 |
| 738 | 2026-05-08T02:12:00.747Z | Downloaded kstat-rs v0.2.4 |
| 739 | 2026-05-08T02:12:00.747Z | Downloaded const-oid v0.9.6 |
| 740 | 2026-05-08T02:12:00.747Z | Downloaded colored v3.1.1 |
| 741 | 2026-05-08T02:12:00.750Z | Downloaded fs_extra v1.3.0 |
| 742 | 2026-05-08T02:12:00.753Z | Downloaded keccak v0.1.6 |
| 743 | 2026-05-08T02:12:00.756Z | Downloaded lazy_static v1.5.0 |
| 744 | 2026-05-08T02:12:00.756Z | Downloaded globset v0.4.18 |
| 745 | 2026-05-08T02:12:00.759Z | Downloaded hash32 v0.2.1 |
| 746 | 2026-05-08T02:12:00.762Z | Downloaded hyper-staticfile v0.10.1 |
| 747 | 2026-05-08T02:12:00.762Z | Downloaded highway v1.3.0 |
| 748 | 2026-05-08T02:12:00.768Z | Downloaded console v0.15.11 |
| 749 | 2026-05-08T02:12:00.771Z | Downloaded lru-slab v0.1.2 |
| 750 | 2026-05-08T02:12:00.771Z | Downloaded lalrpop-util v0.19.12 |
| 751 | 2026-05-08T02:12:00.771Z | Downloaded http-body-util v0.1.3 |
| 752 | 2026-05-08T02:12:00.774Z | Downloaded dropshot_endpoint v0.16.7 |
| 753 | 2026-05-08T02:12:00.774Z | Downloaded lru-cache v0.1.2 |
| 754 | 2026-05-08T02:12:00.777Z | Downloaded clang-sys v1.8.1 |
| 755 | 2026-05-08T02:12:00.777Z | Downloaded ecdsa v0.16.9 |
| 756 | 2026-05-08T02:12:00.780Z | Downloaded humantime v2.3.0 |
| 757 | 2026-05-08T02:12:00.783Z | Downloaded diff v0.1.13 |
| 758 | 2026-05-08T02:12:00.786Z | Downloaded maybe-uninit v2.0.0 |
| 759 | 2026-05-08T02:12:00.789Z | Downloaded md5 v0.7.0 |
| 760 | 2026-05-08T02:12:00.789Z | Downloaded lru v0.12.5 |
| 761 | 2026-05-08T02:12:00.789Z | Downloaded mime v0.3.17 |
| 762 | 2026-05-08T02:12:00.793Z | Downloaded new_debug_unreachable v1.0.6 |
| 763 | 2026-05-08T02:12:00.793Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 764 | 2026-05-08T02:12:00.793Z | Downloaded md-5 v0.10.6 |
| 765 | 2026-05-08T02:12:00.796Z | Downloaded console v0.16.2 |
| 766 | 2026-05-08T02:12:00.796Z | Downloaded indoc v2.0.7 |
| 767 | 2026-05-08T02:12:00.796Z | Downloaded darling v0.20.11 |
| 768 | 2026-05-08T02:12:00.799Z | Downloaded ingot-types v0.1.2 |
| 769 | 2026-05-08T02:12:00.804Z | Downloaded dropshot_endpoint v0.17.0 |
| 770 | 2026-05-08T02:12:00.804Z | Downloaded match_cfg v0.1.0 |
| 771 | 2026-05-08T02:12:00.808Z | Downloaded managed v0.8.0 |
| 772 | 2026-05-08T02:12:00.808Z | Downloaded newtype_derive v0.1.6 |
| 773 | 2026-05-08T02:12:00.808Z | Downloaded newtype-uuid-macros v0.1.0 |
| 774 | 2026-05-08T02:12:00.808Z | Downloaded newline-converter v0.3.0 |
| 775 | 2026-05-08T02:12:00.808Z | Downloaded nibble_vec v0.1.0 |
| 776 | 2026-05-08T02:12:00.808Z | Downloaded multimap v0.10.1 |
| 777 | 2026-05-08T02:12:00.808Z | Downloaded memoffset v0.9.1 |
| 778 | 2026-05-08T02:12:00.811Z | Downloaded ingot v0.1.1 |
| 779 | 2026-05-08T02:12:00.811Z | Downloaded half v1.8.3 |
| 780 | 2026-05-08T02:12:00.812Z | Downloaded num v0.4.3 |
| 781 | 2026-05-08T02:12:00.814Z | Downloaded ipnet v2.11.0 |
| 782 | 2026-05-08T02:12:00.814Z | Downloaded maplit v1.0.2 |
| 783 | 2026-05-08T02:12:00.814Z | Downloaded linked-hash-map v0.5.6 |
| 784 | 2026-05-08T02:12:00.815Z | Downloaded lzss v0.8.2 |
| 785 | 2026-05-08T02:12:00.817Z | Downloaded async-compression v0.4.41 |
| 786 | 2026-05-08T02:12:00.821Z | Downloaded normalize-line-endings v0.3.0 |
| 787 | 2026-05-08T02:12:00.821Z | Downloaded nonempty v0.12.0 |
| 788 | 2026-05-08T02:12:00.821Z | Downloaded nodrop v0.1.14 |
| 789 | 2026-05-08T02:12:00.824Z | Downloaded cookie v0.18.1 |
| 790 | 2026-05-08T02:12:00.824Z | Downloaded colored v2.2.0 |
| 791 | 2026-05-08T02:12:00.824Z | Downloaded num_threads v0.1.7 |
| 792 | 2026-05-08T02:12:00.827Z | Downloaded num-iter v0.1.45 |
| 793 | 2026-05-08T02:12:00.827Z | Downloaded num-conv v0.2.0 |
| 794 | 2026-05-08T02:12:00.827Z | Downloaded num-derive v0.3.3 |
| 795 | 2026-05-08T02:12:00.831Z | Downloaded hmac v0.12.1 |
| 796 | 2026-05-08T02:12:00.831Z | Downloaded glob v0.3.3 |
| 797 | 2026-05-08T02:12:00.831Z | Downloaded getrandom v0.2.17 |
| 798 | 2026-05-08T02:12:00.834Z | Downloaded crossterm v0.29.0 |
| 799 | 2026-05-08T02:12:00.837Z | Downloaded libsw v3.5.0 |
| 800 | 2026-05-08T02:12:00.837Z | Downloaded arc-swap v1.8.2 |
| 801 | 2026-05-08T02:12:00.840Z | Downloaded bytes v1.11.1 |
| 802 | 2026-05-08T02:12:00.843Z | Downloaded linear-map v1.2.0 |
| 803 | 2026-05-08T02:12:00.843Z | Downloaded opaque-debug v0.3.1 |
| 804 | 2026-05-08T02:12:00.843Z | Downloaded libscf-sys v1.1.0 |
| 805 | 2026-05-08T02:12:00.846Z | Downloaded libloading v0.8.9 |
| 806 | 2026-05-08T02:12:00.846Z | Downloaded jobserver v0.1.34 |
| 807 | 2026-05-08T02:12:00.849Z | Downloaded futures v0.3.32 |
| 808 | 2026-05-08T02:12:00.852Z | Downloaded openssl-probe v0.2.1 |
| 809 | 2026-05-08T02:12:00.852Z | Downloaded libefi-sys v0.1.0 |
| 810 | 2026-05-08T02:12:00.852Z | Downloaded openssl-probe v0.1.6 |
| 811 | 2026-05-08T02:12:00.852Z | Downloaded olpc-cjson v0.1.4 |
| 812 | 2026-05-08T02:12:00.855Z | Downloaded indoc v1.0.9 |
| 813 | 2026-05-08T02:12:00.855Z | Downloaded iana-time-zone v0.1.65 |
| 814 | 2026-05-08T02:12:00.858Z | Downloaded httparse v1.10.1 |
| 815 | 2026-05-08T02:12:00.858Z | Downloaded native-tls v0.2.18 |
| 816 | 2026-05-08T02:12:00.861Z | Downloaded nanorand v0.7.0 |
| 817 | 2026-05-08T02:12:00.861Z | Downloaded oso-derive v0.27.3 |
| 818 | 2026-05-08T02:12:00.861Z | Downloaded openssl-macros v0.1.1 |
| 819 | 2026-05-08T02:12:00.864Z | Downloaded ingot-macros v0.1.1 |
| 820 | 2026-05-08T02:12:00.864Z | Downloaded fatfs v0.3.6 |
| 821 | 2026-05-08T02:12:00.867Z | Downloaded darling_core v0.21.3 |
| 822 | 2026-05-08T02:12:00.867Z | Downloaded multer v3.1.0 |
| 823 | 2026-05-08T02:12:00.870Z | Downloaded lock_api v0.4.14 |
| 824 | 2026-05-08T02:12:00.870Z | Downloaded mime_guess v2.0.5 |
| 825 | 2026-05-08T02:12:00.872Z | Downloaded parse-size v1.1.0 |
| 826 | 2026-05-08T02:12:00.873Z | Downloaded getrandom v0.3.4 |
| 827 | 2026-05-08T02:12:00.876Z | Downloaded der v0.7.10 |
| 828 | 2026-05-08T02:12:00.878Z | Downloaded half v2.7.1 |
| 829 | 2026-05-08T02:12:00.878Z | Downloaded ipnetwork v0.21.1 |
| 830 | 2026-05-08T02:12:00.883Z | Downloaded path-slash v0.1.5 |
| 831 | 2026-05-08T02:12:00.883Z | Downloaded parse-display v0.10.0 |
| 832 | 2026-05-08T02:12:00.883Z | Downloaded num-integer v0.1.46 |
| 833 | 2026-05-08T02:12:00.883Z | Downloaded darling_core v0.23.0 |
| 834 | 2026-05-08T02:12:00.886Z | Downloaded peg-runtime v0.8.5 |
| 835 | 2026-05-08T02:12:00.886Z | Downloaded pbkdf2 v0.12.2 |
| 836 | 2026-05-08T02:12:00.886Z | Downloaded nu-ansi-term v0.50.3 |
| 837 | 2026-05-08T02:12:00.890Z | Downloaded derive_more v0.99.20 |
| 838 | 2026-05-08T02:12:00.893Z | Downloaded compact_str v0.8.1 |
| 839 | 2026-05-08T02:12:00.893Z | Downloaded chacha20poly1305 v0.10.1 |
| 840 | 2026-05-08T02:12:00.896Z | Downloaded hyper-rustls v0.27.7 |
| 841 | 2026-05-08T02:12:00.896Z | Downloaded num_enum_derive v0.7.5 |
| 842 | 2026-05-08T02:12:00.899Z | Downloaded num-derive v0.4.2 |
| 843 | 2026-05-08T02:12:00.899Z | Downloaded libsw-core v0.3.2 |
| 844 | 2026-05-08T02:12:00.899Z | Downloaded futures-channel v0.3.32 |
| 845 | 2026-05-08T02:12:00.902Z | Downloaded phf_shared v0.13.1 |
| 846 | 2026-05-08T02:12:00.902Z | Downloaded phf_shared v0.12.1 |
| 847 | 2026-05-08T02:12:00.902Z | Downloaded pbkdf2 v0.11.0 |
| 848 | 2026-05-08T02:12:00.919Z | Downloaded powerfmt v0.2.0 |
| 849 | 2026-05-08T02:12:00.922Z | Downloaded aes-gcm v0.10.3 |
| 850 | 2026-05-08T02:12:00.922Z | Downloaded pin-utils v0.1.0 |
| 851 | 2026-05-08T02:12:00.925Z | Downloaded phf_shared v0.11.3 |
| 852 | 2026-05-08T02:12:00.925Z | Downloaded owo-colors v4.3.0 |
| 853 | 2026-05-08T02:12:00.925Z | Downloaded num_enum v0.7.5 |
| 854 | 2026-05-08T02:12:00.928Z | Downloaded packed_struct_codegen v0.10.1 |
| 855 | 2026-05-08T02:12:00.931Z | Downloaded packed_struct v0.10.1 |
| 856 | 2026-05-08T02:12:00.931Z | Downloaded oxnet v0.1.4 |
| 857 | 2026-05-08T02:12:00.931Z | Downloaded oxide-tokio-rt v0.1.4 |
| 858 | 2026-05-08T02:12:00.934Z | Downloaded newtype-uuid v1.3.2 |
| 859 | 2026-05-08T02:12:00.934Z | Downloaded predicates-core v1.0.10 |
| 860 | 2026-05-08T02:12:00.934Z | Downloaded proc-macro-crate v1.3.1 |
| 861 | 2026-05-08T02:12:00.937Z | Downloaded precomputed-hash v0.1.1 |
| 862 | 2026-05-08T02:12:00.937Z | Downloaded flume v0.11.1 |
| 863 | 2026-05-08T02:12:00.941Z | Downloaded num-complex v0.4.6 |
| 864 | 2026-05-08T02:12:00.941Z | Downloaded indexmap v1.9.3 |
| 865 | 2026-05-08T02:12:00.941Z | Downloaded predicates-tree v1.0.13 |
| 866 | 2026-05-08T02:12:00.944Z | Downloaded password-hash v0.4.2 |
| 867 | 2026-05-08T02:12:00.944Z | Downloaded elliptic-curve v0.13.8 |
| 868 | 2026-05-08T02:12:00.950Z | Downloaded ed25519-dalek v2.2.0 |
| 869 | 2026-05-08T02:12:00.950Z | Downloaded password-hash v0.5.0 |
| 870 | 2026-05-08T02:12:00.953Z | Downloaded progenitor-macro v0.14.0 |
| 871 | 2026-05-08T02:12:00.953Z | Downloaded progenitor-client v0.14.0 |
| 872 | 2026-05-08T02:12:00.953Z | Downloaded progenitor-client v0.11.2 |
| 873 | 2026-05-08T02:12:00.954Z | Downloaded ignore v0.4.25 |
| 874 | 2026-05-08T02:12:00.954Z | Downloaded derive_more v2.1.1 |
| 875 | 2026-05-08T02:12:00.959Z | Downloaded memmap2 v0.9.10 |
| 876 | 2026-05-08T02:12:00.970Z | Downloaded libbz2-rs-sys v0.2.2 |
| 877 | 2026-05-08T02:12:00.970Z | Downloaded progenitor-macro v0.13.0 |
| 878 | 2026-05-08T02:12:00.976Z | Downloaded radium v0.7.0 |
| 879 | 2026-05-08T02:12:00.976Z | Downloaded progenitor-macro v0.11.2 |
| 880 | 2026-05-08T02:12:00.976Z | Downloaded parse-display-derive v0.10.0 |
| 881 | 2026-05-08T02:12:00.976Z | Downloaded heapless v0.8.0 |
| 882 | 2026-05-08T02:12:00.976Z | Downloaded cc v1.2.56 |
| 883 | 2026-05-08T02:12:00.976Z | Downloaded progenitor-macro v0.10.0 |
| 884 | 2026-05-08T02:12:00.976Z | Downloaded paste v1.0.15 |
| 885 | 2026-05-08T02:12:00.976Z | Downloaded indicatif v0.18.4 |
| 886 | 2026-05-08T02:12:00.976Z | Downloaded flate2 v1.1.9 |
| 887 | 2026-05-08T02:12:00.979Z | Downloaded psl-types v2.0.11 |
| 888 | 2026-05-08T02:12:00.979Z | Downloaded pkg-config v0.3.32 |
| 889 | 2026-05-08T02:12:00.979Z | Downloaded pkcs8 v0.10.2 |
| 890 | 2026-05-08T02:12:00.984Z | Downloaded pin-project-lite v0.2.17 |
| 891 | 2026-05-08T02:12:00.987Z | Downloaded quick-error v1.2.3 |
| 892 | 2026-05-08T02:12:00.987Z | Downloaded ppv-lite86 v0.2.21 |
| 893 | 2026-05-08T02:12:00.987Z | Downloaded peg v0.8.5 |
| 894 | 2026-05-08T02:12:00.987Z | Downloaded predicates v3.1.4 |
| 895 | 2026-05-08T02:12:00.991Z | Downloaded rand_chacha v0.3.1 |
| 896 | 2026-05-08T02:12:00.991Z | Downloaded peg-macros v0.8.5 |
| 897 | 2026-05-08T02:12:00.995Z | Downloaded omicron-zone-package v0.12.2 |
| 898 | 2026-05-08T02:12:00.995Z | Downloaded litrs v1.0.0 |
| 899 | 2026-05-08T02:12:00.998Z | Downloaded rand_xorshift v0.4.0 |
| 900 | 2026-05-08T02:12:00.998Z | Downloaded ref-cast-impl v1.0.25 |
| 901 | 2026-05-08T02:12:00.998Z | Downloaded poly1305 v0.8.0 |
| 902 | 2026-05-08T02:12:00.998Z | Downloaded pem-rfc7468 v0.7.0 |
| 903 | 2026-05-08T02:12:01.001Z | Downloaded pem v3.0.6 |
| 904 | 2026-05-08T02:12:01.001Z | Downloaded parking_lot v0.11.2 |
| 905 | 2026-05-08T02:12:01.002Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 906 | 2026-05-08T02:12:01.004Z | Downloaded ref-cast v1.0.25 |
| 907 | 2026-05-08T02:12:01.004Z | Downloaded progenitor-client v0.13.0 |
| 908 | 2026-05-08T02:12:01.007Z | Downloaded progenitor-client v0.10.0 |
| 909 | 2026-05-08T02:12:01.008Z | Downloaded proc-macro-error2 v2.0.1 |
| 910 | 2026-05-08T02:12:01.008Z | Downloaded phf v0.12.1 |
| 911 | 2026-05-08T02:12:01.011Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 912 | 2026-05-08T02:12:01.011Z | Downloaded progenitor v0.13.0 |
| 913 | 2026-05-08T02:12:01.011Z | Downloaded recursive v0.1.1 |
| 914 | 2026-05-08T02:12:01.014Z | Downloaded progenitor v0.10.0 |
| 915 | 2026-05-08T02:12:01.014Z | Downloaded primeorder v0.13.6 |
| 916 | 2026-05-08T02:12:01.014Z | Downloaded postgres-protocol v0.6.10 |
| 917 | 2026-05-08T02:12:01.017Z | Downloaded parking_lot_core v0.9.12 |
| 918 | 2026-05-08T02:12:01.017Z | Downloaded polyval v0.6.2 |
| 919 | 2026-05-08T02:12:01.017Z | Downloaded proc-macro-crate v3.4.0 |
| 920 | 2026-05-08T02:12:01.020Z | Downloaded parking_lot_core v0.8.6 |
| 921 | 2026-05-08T02:12:01.020Z | Downloaded phf v0.13.1 |
| 922 | 2026-05-08T02:12:01.023Z | Downloaded headers v0.4.1 |
| 923 | 2026-05-08T02:12:01.026Z | Downloaded parking_lot v0.12.5 |
| 924 | 2026-05-08T02:12:01.026Z | Downloaded progenitor v0.14.0 |
| 925 | 2026-05-08T02:12:01.026Z | Downloaded expectorate v1.2.0 |
| 926 | 2026-05-08T02:12:01.029Z | Downloaded dropshot-api-manager v0.7.1 |
| 927 | 2026-05-08T02:12:01.032Z | Downloaded rustc_version v0.4.1 |
| 928 | 2026-05-08T02:12:01.032Z | Downloaded rtoolbox v0.0.3 |
| 929 | 2026-05-08T02:12:01.032Z | Downloaded progenitor v0.11.2 |
| 930 | 2026-05-08T02:12:01.032Z | Downloaded const_format v0.2.35 |
| 931 | 2026-05-08T02:12:01.035Z | Downloaded num_enum_derive v0.5.11 |
| 932 | 2026-05-08T02:12:01.038Z | Downloaded rustc_version v0.1.7 |
| 933 | 2026-05-08T02:12:01.038Z | Downloaded progenitor-extras v0.2.0 |
| 934 | 2026-05-08T02:12:01.038Z | Downloaded pkcs5 v0.7.1 |
| 935 | 2026-05-08T02:12:01.042Z | Downloaded base64 v0.21.7 |
| 936 | 2026-05-08T02:12:01.046Z | Downloaded derive-where v1.6.0 |
| 937 | 2026-05-08T02:12:01.046Z | Downloaded russh-cryptovec v0.7.3 |
| 938 | 2026-05-08T02:12:01.046Z | Downloaded psm v0.1.30 |
| 939 | 2026-05-08T02:12:01.054Z | Downloaded pkcs1 v0.7.5 |
| 940 | 2026-05-08T02:12:01.054Z | Downloaded crypto-bigint v0.5.5 |
| 941 | 2026-05-08T02:12:01.058Z | Downloaded r2d2 v0.8.10 |
| 942 | 2026-05-08T02:12:01.058Z | Downloaded crossbeam-channel v0.5.15 |
| 943 | 2026-05-08T02:12:01.058Z | Downloaded rand_core v0.9.5 |
| 944 | 2026-05-08T02:12:01.058Z | Downloaded oso v0.27.3 |
| 945 | 2026-05-08T02:12:01.061Z | Downloaded salsa20 v0.10.2 |
| 946 | 2026-05-08T02:12:01.061Z | Downloaded postcard v1.1.3 |
| 947 | 2026-05-08T02:12:01.061Z | Downloaded rand_seeder v0.4.0 |
| 948 | 2026-05-08T02:12:01.064Z | Downloaded postgres-types v0.2.12 |
| 949 | 2026-05-08T02:12:01.064Z | Downloaded rand_core v0.10.0 |
| 950 | 2026-05-08T02:12:01.067Z | Downloaded rand_chacha v0.9.0 |
| 951 | 2026-05-08T02:12:01.067Z | Downloaded sapling-renderdag v0.1.0 |
| 952 | 2026-05-08T02:12:01.067Z | Downloaded p256 v0.13.2 |
| 953 | 2026-05-08T02:12:01.070Z | Downloaded papergrid v0.17.0 |
| 954 | 2026-05-08T02:12:01.073Z | Downloaded rfc6979 v0.4.0 |
| 955 | 2026-05-08T02:12:01.073Z | Downloaded miniz_oxide v0.8.9 |
| 956 | 2026-05-08T02:12:01.076Z | Downloaded aho-corasick v1.1.4 |
| 957 | 2026-05-08T02:12:01.079Z | Downloaded scheduled-thread-pool v0.2.7 |
| 958 | 2026-05-08T02:12:01.079Z | Downloaded scopeguard v1.2.0 |
| 959 | 2026-05-08T02:12:01.082Z | Downloaded same-file v1.0.6 |
| 960 | 2026-05-08T02:12:01.082Z | Downloaded hickory-resolver v0.25.2 |
| 961 | 2026-05-08T02:12:01.085Z | Downloaded secrecy v0.10.3 |
| 962 | 2026-05-08T02:12:01.085Z | Downloaded diesel_derives v2.3.7 |
| 963 | 2026-05-08T02:12:01.088Z | Downloaded heapless v0.7.17 |
| 964 | 2026-05-08T02:12:01.091Z | Downloaded num_enum v0.5.11 |
| 965 | 2026-05-08T02:12:01.095Z | Downloaded serde_plain v1.0.2 |
| 966 | 2026-05-08T02:12:01.095Z | Downloaded scrypt v0.11.0 |
| 967 | 2026-05-08T02:12:01.095Z | Downloaded jiff-static v0.2.21 |
| 968 | 2026-05-08T02:12:01.098Z | Downloaded num-rational v0.4.2 |
| 969 | 2026-05-08T02:12:01.098Z | Downloaded bumpalo v3.20.2 |
| 970 | 2026-05-08T02:12:01.101Z | Downloaded rustc-hash v2.1.1 |
| 971 | 2026-05-08T02:12:01.101Z | Downloaded resolv-conf v0.7.6 |
| 972 | 2026-05-08T02:12:01.104Z | Downloaded scroll_derive v0.13.1 |
| 973 | 2026-05-08T02:12:01.104Z | Downloaded semver v0.1.20 |
| 974 | 2026-05-08T02:12:01.104Z | Downloaded serde-big-array v0.5.1 |
| 975 | 2026-05-08T02:12:01.104Z | Downloaded crc-any v2.5.0 |
| 976 | 2026-05-08T02:12:01.107Z | Downloaded signature v2.2.0 |
| 977 | 2026-05-08T02:12:01.107Z | Downloaded signal-hook-tokio v0.3.1 |
| 978 | 2026-05-08T02:12:01.107Z | Downloaded serde_bytes v0.11.19 |
| 979 | 2026-05-08T02:12:01.110Z | Downloaded sha1 v0.10.6 |
| 980 | 2026-05-08T02:12:01.110Z | Downloaded serde_spanned v1.0.4 |
| 981 | 2026-05-08T02:12:01.110Z | Downloaded serde_repr v0.1.20 |
| 982 | 2026-05-08T02:12:01.113Z | Downloaded shell-words v1.1.1 |
| 983 | 2026-05-08T02:12:01.113Z | Downloaded pin-project v1.1.11 |
| 984 | 2026-05-08T02:12:01.118Z | Downloaded serde_urlencoded v0.7.1 |
| 985 | 2026-05-08T02:12:01.121Z | Downloaded base64 v0.22.1 |
| 986 | 2026-05-08T02:12:01.124Z | Downloaded sigpipe v0.1.3 |
| 987 | 2026-05-08T02:12:01.124Z | Downloaded signal-hook-mio v0.2.5 |
| 988 | 2026-05-08T02:12:01.124Z | Downloaded rusty-fork v0.3.1 |
| 989 | 2026-05-08T02:12:01.124Z | Downloaded rustls-pemfile v1.0.4 |
| 990 | 2026-05-08T02:12:01.127Z | Downloaded rand_core v0.6.4 |
| 991 | 2026-05-08T02:12:01.128Z | Downloaded pin-project-internal v1.1.11 |
| 992 | 2026-05-08T02:12:01.131Z | Downloaded hyper-util v0.1.20 |
| 993 | 2026-05-08T02:12:01.131Z | Downloaded siphasher v1.0.2 |
| 994 | 2026-05-08T02:12:01.134Z | Downloaded crossterm v0.28.1 |
| 995 | 2026-05-08T02:12:01.137Z | Downloaded slog-envlogger v2.2.0 |
| 996 | 2026-05-08T02:12:01.137Z | Downloaded rustversion v1.0.22 |
| 997 | 2026-05-08T02:12:01.140Z | Downloaded hashbrown v0.12.3 |
| 998 | 2026-05-08T02:12:01.150Z | Downloaded slog-bunyan v2.5.0 |
| 999 | 2026-05-08T02:12:01.153Z | Downloaded schemars_derive v0.8.22 |
| 1000 | 2026-05-08T02:12:01.153Z | Downloaded secrecy v0.8.0 |
| 1001 | 2026-05-08T02:12:01.153Z | Downloaded scroll v0.13.0 |
| 1002 | 2026-05-08T02:12:01.158Z | Downloaded hashbrown v0.13.2 |
| 1003 | 2026-05-08T02:12:01.161Z | Downloaded sct v0.7.1 |
| 1004 | 2026-05-08T02:12:01.164Z | Downloaded ssh-cipher v0.2.0 |
| 1005 | 2026-05-08T02:12:01.164Z | Downloaded quinn-udp v0.5.14 |
| 1006 | 2026-05-08T02:12:01.167Z | Downloaded progenitor-impl v0.10.0 |
| 1007 | 2026-05-08T02:12:01.167Z | Downloaded hickory-server v0.25.2 |
| 1008 | 2026-05-08T02:12:01.170Z | Downloaded sec1 v0.7.3 |
| 1009 | 2026-05-08T02:12:01.173Z | Downloaded serde_derive_internals v0.29.1 |
| 1010 | 2026-05-08T02:12:01.173Z | Downloaded seq-macro v0.3.6 |
| 1011 | 2026-05-08T02:12:01.176Z | Downloaded russh-keys v0.45.0 |
| 1012 | 2026-05-08T02:12:01.176Z | Downloaded progenitor-impl v0.14.0 |
| 1013 | 2026-05-08T02:12:01.179Z | Downloaded serde-hex v0.1.0 |
| 1014 | 2026-05-08T02:12:01.182Z | Downloaded sqlparser_derive v0.5.0 |
| 1015 | 2026-05-08T02:12:01.185Z | Downloaded ssh-encoding v0.2.0 |
| 1016 | 2026-05-08T02:12:01.185Z | Downloaded serde_path_to_error v0.1.20 |
| 1017 | 2026-05-08T02:12:01.189Z | Downloaded structmeta-derive v0.3.0 |
| 1018 | 2026-05-08T02:12:01.192Z | Downloaded shlex v1.3.0 |
| 1019 | 2026-05-08T02:12:01.192Z | Downloaded rustls-native-certs v0.8.3 |
| 1020 | 2026-05-08T02:12:01.196Z | Downloaded pretty_assertions v1.4.1 |
| 1021 | 2026-05-08T02:12:01.196Z | Downloaded prefix-trie v0.7.0 |
| 1022 | 2026-05-08T02:12:01.196Z | Downloaded signal-hook-registry v1.4.8 |
| 1023 | 2026-05-08T02:12:01.199Z | Downloaded prettyplease v0.2.37 |
| 1024 | 2026-05-08T02:12:01.199Z | Downloaded structmeta v0.3.0 |
| 1025 | 2026-05-08T02:12:01.202Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1026 | 2026-05-08T02:12:01.202Z | Downloaded simd-adler32 v0.3.8 |
| 1027 | 2026-05-08T02:12:01.202Z | Downloaded http v1.4.0 |
| 1028 | 2026-05-08T02:12:01.205Z | Downloaded strum v0.27.2 |
| 1029 | 2026-05-08T02:12:01.205Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-05-08T02:12:01.208Z | Downloaded sync-ptr v0.1.4 |
| 1031 | 2026-05-08T02:12:01.208Z | Downloaded supports-color v3.0.2 |
| 1032 | 2026-05-08T02:12:01.208Z | Downloaded subtle v2.6.1 |
| 1033 | 2026-05-08T02:12:01.208Z | Downloaded slog-dtrace v0.3.0 |
| 1034 | 2026-05-08T02:12:01.212Z | Downloaded strum v0.26.3 |
| 1035 | 2026-05-08T02:12:01.212Z | Downloaded slab v0.4.12 |
| 1036 | 2026-05-08T02:12:01.212Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-05-08T02:12:01.215Z | Downloaded slog-async v2.8.0 |
| 1038 | 2026-05-08T02:12:01.215Z | Downloaded minimal-lexical v0.2.1 |
| 1039 | 2026-05-08T02:12:01.215Z | Downloaded rustls-pemfile v2.2.0 |
| 1040 | 2026-05-08T02:12:01.219Z | Downloaded take_mut v0.2.2 |
| 1041 | 2026-05-08T02:12:01.219Z | Downloaded progenitor-impl v0.13.0 |
| 1042 | 2026-05-08T02:12:01.222Z | Downloaded termtree v0.5.1 |
| 1043 | 2026-05-08T02:12:01.222Z | Downloaded tap v1.0.1 |
| 1044 | 2026-05-08T02:12:01.222Z | Downloaded slog-scope v4.4.1 |
| 1045 | 2026-05-08T02:12:01.222Z | Downloaded tagptr v0.2.0 |
| 1046 | 2026-05-08T02:12:01.225Z | Downloaded tabwriter v1.4.1 |
| 1047 | 2026-05-08T02:12:01.225Z | Downloaded slog-stdlog v4.1.1 |
| 1048 | 2026-05-08T02:12:01.225Z | Downloaded tabled_derive v0.11.0 |
| 1049 | 2026-05-08T02:12:01.228Z | Downloaded openssl-sys v0.9.114 |
| 1050 | 2026-05-08T02:12:01.228Z | Downloaded snafu-derive v0.8.9 |
| 1051 | 2026-05-08T02:12:01.231Z | Downloaded smf v0.2.3 |
| 1052 | 2026-05-08T02:12:01.231Z | Downloaded testing_table v0.3.0 |
| 1053 | 2026-05-08T02:12:01.231Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1054 | 2026-05-08T02:12:01.234Z | Downloaded hickory-resolver v0.24.4 |
| 1055 | 2026-05-08T02:12:01.243Z | Downloaded serde_cbor v0.11.2 |
| 1056 | 2026-05-08T02:12:01.246Z | Downloaded sqlformat v0.3.5 |
| 1057 | 2026-05-08T02:12:01.246Z | Downloaded thread-id v5.1.0 |
| 1058 | 2026-05-08T02:12:01.249Z | Downloaded slog-term v2.9.2 |
| 1059 | 2026-05-08T02:12:01.249Z | Downloaded serde_with_macros v3.17.0 |
| 1060 | 2026-05-08T02:12:01.252Z | Downloaded static_assertions v1.1.0 |
| 1061 | 2026-05-08T02:12:01.252Z | Downloaded time-core v0.1.8 |
| 1062 | 2026-05-08T02:12:01.255Z | Downloaded stringprep v0.1.5 |
| 1063 | 2026-05-08T02:12:01.255Z | Downloaded progenitor-impl v0.11.2 |
| 1064 | 2026-05-08T02:12:01.255Z | Downloaded spki v0.7.3 |
| 1065 | 2026-05-08T02:12:01.258Z | Downloaded rayon-core v1.13.0 |
| 1066 | 2026-05-08T02:12:01.263Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1067 | 2026-05-08T02:12:01.266Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-05-08T02:12:01.269Z | Downloaded strum_macros v0.24.3 |
| 1069 | 2026-05-08T02:12:01.270Z | Downloaded rustls-pki-types v1.14.0 |
| 1070 | 2026-05-08T02:12:01.270Z | Downloaded ryu v1.0.23 |
| 1071 | 2026-05-08T02:12:01.277Z | Downloaded string_cache v0.8.9 |
| 1072 | 2026-05-08T02:12:01.280Z | Downloaded itertools v0.10.5 |
| 1073 | 2026-05-08T02:12:01.283Z | Downloaded tokio-macros v2.7.0 |
| 1074 | 2026-05-08T02:12:01.283Z | Downloaded support-bundle-viewer v0.1.2 |
| 1075 | 2026-05-08T02:12:01.286Z | Downloaded mio v1.2.0 |
| 1076 | 2026-05-08T02:12:01.290Z | Downloaded rcgen v0.12.1 |
| 1077 | 2026-05-08T02:12:01.290Z | Downloaded nom v7.1.3 |
| 1078 | 2026-05-08T02:12:01.293Z | Downloaded strum_macros v0.27.2 |
| 1079 | 2026-05-08T02:12:01.297Z | Downloaded termios v0.3.3 |
| 1080 | 2026-05-08T02:12:01.297Z | Downloaded strum_macros v0.26.4 |
| 1081 | 2026-05-08T02:12:01.297Z | Downloaded num-bigint v0.4.6 |
| 1082 | 2026-05-08T02:12:01.300Z | Downloaded smallvec v0.6.14 |
| 1083 | 2026-05-08T02:12:01.303Z | Downloaded topological-sort v0.2.2 |
| 1084 | 2026-05-08T02:12:01.304Z | Downloaded tower-service v0.3.3 |
| 1085 | 2026-05-08T02:12:01.304Z | Downloaded tower-layer v0.3.3 |
| 1086 | 2026-05-08T02:12:01.307Z | Downloaded thiserror-no-std v2.0.2 |
| 1087 | 2026-05-08T02:12:01.310Z | Downloaded ron v0.8.1 |
| 1088 | 2026-05-08T02:12:01.313Z | Downloaded publicsuffix v2.3.0 |
| 1089 | 2026-05-08T02:12:01.327Z | Downloaded unarray v0.1.4 |
| 1090 | 2026-05-08T02:12:01.330Z | Downloaded trait-variant v0.1.2 |
| 1091 | 2026-05-08T02:12:01.330Z | Downloaded similar v2.7.0 |
| 1092 | 2026-05-08T02:12:01.333Z | Downloaded tls_codec_derive v0.4.2 |
| 1093 | 2026-05-08T02:12:01.333Z | Downloaded thread_local v1.1.9 |
| 1094 | 2026-05-08T02:12:01.337Z | Downloaded stacker v0.1.23 |
| 1095 | 2026-05-08T02:12:01.337Z | Downloaded libxml v0.3.3 |
| 1096 | 2026-05-08T02:12:01.340Z | Downloaded quinn v0.11.9 |
| 1097 | 2026-05-08T02:12:01.342Z | Downloaded tls_codec v0.4.2 |
| 1098 | 2026-05-08T02:12:01.342Z | Downloaded qorb v0.4.1 |
| 1099 | 2026-05-08T02:12:01.345Z | Downloaded typify-macro v0.6.2 |
| 1100 | 2026-05-08T02:12:01.345Z | Downloaded rand v0.8.5 |
| 1101 | 2026-05-08T02:12:01.349Z | Downloaded typify-macro v0.4.3 |
| 1102 | 2026-05-08T02:12:01.349Z | Downloaded try-lock v0.2.5 |
| 1103 | 2026-05-08T02:12:01.349Z | Downloaded tiny-keccak v2.0.2 |
| 1104 | 2026-05-08T02:12:01.353Z | Downloaded iddqd v0.3.18 |
| 1105 | 2026-05-08T02:12:01.356Z | Downloaded untrusted v0.7.1 |
| 1106 | 2026-05-08T02:12:01.356Z | Downloaded universal-hash v0.5.1 |
| 1107 | 2026-05-08T02:12:01.356Z | Downloaded tokio-dtrace v0.1.1 |
| 1108 | 2026-05-08T02:12:01.359Z | Downloaded hashbrown v0.15.5 |
| 1109 | 2026-05-08T02:12:01.362Z | Downloaded tokio-rustls v0.25.0 |
| 1110 | 2026-05-08T02:12:01.362Z | Downloaded tokio-native-tls v0.3.1 |
| 1111 | 2026-05-08T02:12:01.365Z | Downloaded num-bigint-dig v0.8.6 |
| 1112 | 2026-05-08T02:12:01.368Z | Downloaded unit-prefix v0.5.2 |
| 1113 | 2026-05-08T02:12:01.368Z | Downloaded unicode-truncate v1.1.0 |
| 1114 | 2026-05-08T02:12:01.371Z | Downloaded usdt-attr-macro v0.6.0 |
| 1115 | 2026-05-08T02:12:01.371Z | Downloaded usdt v0.6.0 |
| 1116 | 2026-05-08T02:12:01.371Z | Downloaded untrusted v0.9.0 |
| 1117 | 2026-05-08T02:12:01.374Z | Downloaded usdt-macro v0.6.0 |
| 1118 | 2026-05-08T02:12:01.374Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1119 | 2026-05-08T02:12:01.374Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1120 | 2026-05-08T02:12:01.379Z | Downloaded hashbrown v0.16.1 |
| 1121 | 2026-05-08T02:12:01.382Z | Downloaded tokio-tungstenite v0.21.0 |
| 1122 | 2026-05-08T02:12:01.385Z | Downloaded utf-8 v0.7.6 |
| 1123 | 2026-05-08T02:12:01.388Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1124 | 2026-05-08T02:12:01.388Z | Downloaded tokio-tungstenite v0.23.1 |
| 1125 | 2026-05-08T02:12:01.391Z | Downloaded rsa v0.9.10 |
| 1126 | 2026-05-08T02:12:01.394Z | Downloaded term v1.2.1 |
| 1127 | 2026-05-08T02:12:01.394Z | Downloaded term v0.7.0 |
| 1128 | 2026-05-08T02:12:01.397Z | Downloaded schemars v0.9.0 |
| 1129 | 2026-05-08T02:12:01.404Z | Downloaded waitgroup v0.1.2 |
| 1130 | 2026-05-08T02:12:01.407Z | Downloaded socket2 v0.6.3 |
| 1131 | 2026-05-08T02:12:01.407Z | Downloaded spin v0.9.8 |
| 1132 | 2026-05-08T02:12:01.410Z | Downloaded wait-timeout v0.2.1 |
| 1133 | 2026-05-08T02:12:01.410Z | Downloaded void v1.0.2 |
| 1134 | 2026-05-08T02:12:01.410Z | Downloaded signal-hook v0.3.18 |
| 1135 | 2026-05-08T02:12:01.413Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1136 | 2026-05-08T02:12:01.416Z | Downloaded hyper v1.8.1 |
| 1137 | 2026-05-08T02:12:01.419Z | Downloaded want v0.3.1 |
| 1138 | 2026-05-08T02:12:01.419Z | Downloaded time-macros v0.2.27 |
| 1139 | 2026-05-08T02:12:01.421Z | Downloaded slog v2.8.2 |
| 1140 | 2026-05-08T02:12:01.424Z | Downloaded unicase v2.9.0 |
| 1141 | 2026-05-08T02:12:01.427Z | Downloaded xattr v1.6.1 |
| 1142 | 2026-05-08T02:12:01.430Z | Downloaded tokio-rustls v0.24.1 |
| 1143 | 2026-05-08T02:12:01.433Z | Downloaded futures-util v0.3.32 |
| 1144 | 2026-05-08T02:12:01.438Z | Downloaded tokio-rustls v0.26.4 |
| 1145 | 2026-05-08T02:12:01.441Z | Downloaded subprocess v0.2.15 |
| 1146 | 2026-05-08T02:12:01.444Z | Downloaded samael v0.0.19 |
| 1147 | 2026-05-08T02:12:01.447Z | Downloaded zeroize_derive v1.4.3 |
| 1148 | 2026-05-08T02:12:01.447Z | Downloaded xshell-macros v0.2.7 |
| 1149 | 2026-05-08T02:12:01.450Z | Downloaded schemars v0.8.22 |
| 1150 | 2026-05-08T02:12:01.454Z | Downloaded zone_cfg_derive v0.3.1 |
| 1151 | 2026-05-08T02:12:01.457Z | Downloaded vergen-lib v0.1.6 |
| 1152 | 2026-05-08T02:12:01.457Z | Downloaded uzers v0.12.2 |
| 1153 | 2026-05-08T02:12:01.460Z | Downloaded itertools v0.14.0 |
| 1154 | 2026-05-08T02:12:01.463Z | Downloaded usdt-impl v0.6.0 |
| 1155 | 2026-05-08T02:12:01.463Z | Downloaded libm v0.2.16 |
| 1156 | 2026-05-08T02:12:01.469Z | Downloaded vergen-gitcl v1.0.8 |
| 1157 | 2026-05-08T02:12:01.472Z | Downloaded vsss-rs v3.3.4 |
| 1158 | 2026-05-08T02:12:01.472Z | Downloaded rand v0.10.0 |
| 1159 | 2026-05-08T02:12:01.475Z | Downloaded test-strategy v0.4.5 |
| 1160 | 2026-05-08T02:12:01.478Z | Downloaded socket2 v0.5.10 |
| 1161 | 2026-05-08T02:12:01.481Z | Downloaded hkdf v0.12.4 |
| 1162 | 2026-05-08T02:12:01.481Z | Downloaded tui-tree-widget v0.23.1 |
| 1163 | 2026-05-08T02:12:01.483Z | Downloaded tracing-attributes v0.1.31 |
| 1164 | 2026-05-08T02:12:01.483Z | Downloaded h2 v0.4.13 |
| 1165 | 2026-05-08T02:12:01.487Z | Downloaded vergen-git2 v1.0.7 |
| 1166 | 2026-05-08T02:12:01.490Z | Downloaded itertools v0.12.1 |
| 1167 | 2026-05-08T02:12:01.493Z | Downloaded whoami v1.6.1 |
| 1168 | 2026-05-08T02:12:01.496Z | Downloaded itertools v0.13.0 |
| 1169 | 2026-05-08T02:12:01.499Z | Downloaded xshell v0.2.7 |
| 1170 | 2026-05-08T02:12:01.502Z | Downloaded whoami v2.1.0 |
| 1171 | 2026-05-08T02:12:01.502Z | Downloaded p521 v0.13.3 |
| 1172 | 2026-05-08T02:12:01.505Z | Downloaded schemars v1.2.1 |
| 1173 | 2026-05-08T02:12:01.512Z | Downloaded zeroize v1.8.2 |
| 1174 | 2026-05-08T02:12:01.517Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1175 | 2026-05-08T02:12:01.517Z | Downloaded tar v0.4.45 |
| 1176 | 2026-05-08T02:12:01.517Z | Downloaded rustls-webpki v0.103.9 |
| 1177 | 2026-05-08T02:12:01.520Z | Downloaded zstd v0.13.3 |
| 1178 | 2026-05-08T02:12:01.523Z | Downloaded vergen v9.0.6 |
| 1179 | 2026-05-08T02:12:01.523Z | Downloaded russh v0.45.0 |
| 1180 | 2026-05-08T02:12:01.525Z | Downloaded snafu v0.8.9 |
| 1181 | 2026-05-08T02:12:01.529Z | Downloaded tungstenite v0.23.0 |
| 1182 | 2026-05-08T02:12:01.532Z | Downloaded wyz v0.5.1 |
| 1183 | 2026-05-08T02:12:01.535Z | Downloaded twox-hash v2.1.2 |
| 1184 | 2026-05-08T02:12:01.535Z | Downloaded tungstenite v0.21.0 |
| 1185 | 2026-05-08T02:12:01.538Z | Downloaded zone v0.3.1 |
| 1186 | 2026-05-08T02:12:01.538Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1187 | 2026-05-08T02:12:01.543Z | Downloaded zstd-safe v7.2.4 |
| 1188 | 2026-05-08T02:12:01.543Z | Downloaded typify v0.6.2 |
| 1189 | 2026-05-08T02:12:01.546Z | Downloaded unicode-bidi v0.3.18 |
| 1190 | 2026-05-08T02:12:01.546Z | Downloaded typify v0.4.3 |
| 1191 | 2026-05-08T02:12:01.549Z | Downloaded unicode-properties v0.1.4 |
| 1192 | 2026-05-08T02:12:01.549Z | Downloaded aws-lc-rs v1.16.0 |
| 1193 | 2026-05-08T02:12:01.554Z | Downloaded yasna v0.5.2 |
| 1194 | 2026-05-08T02:12:01.557Z | Downloaded unsafe-libyaml v0.2.11 |
| 1195 | 2026-05-08T02:12:01.560Z | Downloaded steno v0.4.1 |
| 1196 | 2026-05-08T02:12:01.563Z | Downloaded blake3 v1.8.3 |
| 1197 | 2026-05-08T02:12:01.566Z | Downloaded zerocopy v0.6.6 |
| 1198 | 2026-05-08T02:12:01.569Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1199 | 2026-05-08T02:12:01.572Z | Downloaded toml v0.7.8 |
| 1200 | 2026-05-08T02:12:01.575Z | Downloaded tracing-core v0.1.36 |
| 1201 | 2026-05-08T02:12:01.575Z | Downloaded rustyline v14.0.0 |
| 1202 | 2026-05-08T02:12:01.578Z | Downloaded walkdir v2.5.0 |
| 1203 | 2026-05-08T02:12:01.580Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1204 | 2026-05-08T02:12:01.583Z | Downloaded vte v0.14.1 |
| 1205 | 2026-05-08T02:12:01.583Z | Downloaded reedline v0.40.0 |
| 1206 | 2026-05-08T02:12:01.587Z | Downloaded tokio-stream v0.1.18 |
| 1207 | 2026-05-08T02:12:01.590Z | Downloaded tinyvec v1.10.0 |
| 1208 | 2026-05-08T02:12:01.593Z | Downloaded bindgen v0.71.1 |
| 1209 | 2026-05-08T02:12:01.597Z | Downloaded rand v0.9.2 |
| 1210 | 2026-05-08T02:12:01.600Z | Downloaded iri-string v0.7.10 |
| 1211 | 2026-05-08T02:12:01.611Z | Downloaded uuid v1.23.0 |
| 1212 | 2026-05-08T02:12:01.614Z | Downloaded bitvec v1.0.1 |
| 1213 | 2026-05-08T02:12:01.623Z | Downloaded ssh-key v0.6.7 |
| 1214 | 2026-05-08T02:12:01.627Z | Downloaded rpassword v7.4.0 |
| 1215 | 2026-05-08T02:12:01.630Z | Downloaded zopfli v0.8.3 |
| 1216 | 2026-05-08T02:12:01.638Z | Downloaded tokio-postgres v0.7.16 |
| 1217 | 2026-05-08T02:12:01.641Z | Downloaded git2 v0.20.4 |
| 1218 | 2026-05-08T02:12:01.651Z | Downloaded lalrpop v0.19.12 |
| 1219 | 2026-05-08T02:12:01.658Z | Downloaded yansi v1.0.1 |
| 1220 | 2026-05-08T02:12:01.661Z | Downloaded toml_edit v0.19.15 |
| 1221 | 2026-05-08T02:12:01.670Z | Downloaded rayon v1.11.0 |
| 1222 | 2026-05-08T02:12:01.675Z | Downloaded unicode-segmentation v1.12.0 |
| 1223 | 2026-05-08T02:12:01.678Z | Downloaded reqwest v0.13.2 |
| 1224 | 2026-05-08T02:12:01.681Z | Downloaded zerocopy-derive v0.8.40 |
| 1225 | 2026-05-08T02:12:01.687Z | Downloaded unicode_categories v0.1.1 |
| 1226 | 2026-05-08T02:12:01.690Z | Downloaded chrono v0.4.44 |
| 1227 | 2026-05-08T02:12:01.693Z | Downloaded quick-xml v0.37.5 |
| 1228 | 2026-05-08T02:12:01.696Z | Downloaded p384 v0.13.1 |
| 1229 | 2026-05-08T02:12:01.700Z | Downloaded goblin v0.10.5 |
| 1230 | 2026-05-08T02:12:01.707Z | Downloaded reqwest v0.12.28 |
| 1231 | 2026-05-08T02:12:01.713Z | Downloaded moka v0.12.13 |
| 1232 | 2026-05-08T02:12:01.716Z | Downloaded regex v1.12.3 |
| 1233 | 2026-05-08T02:12:01.719Z | Downloaded tower v0.5.3 |
| 1234 | 2026-05-08T02:12:01.722Z | Downloaded portable-atomic v1.13.1 |
| 1235 | 2026-05-08T02:12:01.730Z | Downloaded x509-cert v0.2.5 |
| 1236 | 2026-05-08T02:12:01.734Z | Downloaded unicode-normalization v0.1.25 |
| 1237 | 2026-05-08T02:12:01.737Z | Downloaded salty v0.3.0 |
| 1238 | 2026-05-08T02:12:01.742Z | Downloaded rustls-webpki v0.101.7 |
| 1239 | 2026-05-08T02:12:01.749Z | Downloaded zip v0.6.6 |
| 1240 | 2026-05-08T02:12:01.752Z | Downloaded typed-path v0.9.3 |
| 1241 | 2026-05-08T02:12:01.755Z | Downloaded rustls-webpki v0.102.8 |
| 1242 | 2026-05-08T02:12:01.768Z | Downloaded proptest v1.10.0 |
| 1243 | 2026-05-08T02:12:01.772Z | Downloaded zip v4.6.1 |
| 1244 | 2026-05-08T02:12:01.784Z | Downloaded petname v2.0.2 |
| 1245 | 2026-05-08T02:12:01.787Z | Downloaded tower-http v0.6.8 |
| 1246 | 2026-05-08T02:12:01.792Z | Downloaded tough v0.20.0 |
| 1247 | 2026-05-08T02:12:01.798Z | Downloaded serde_with v3.17.0 |
| 1248 | 2026-05-08T02:12:01.805Z | Downloaded tokio-util v0.7.18 |
| 1249 | 2026-05-08T02:12:01.811Z | Downloaded winnow v0.6.26 |
| 1250 | 2026-05-08T02:12:01.817Z | Downloaded curve25519-dalek v4.1.3 |
| 1251 | 2026-05-08T02:12:01.821Z | Downloaded winnow v0.5.40 |
| 1252 | 2026-05-08T02:12:01.827Z | Downloaded object v0.30.4 |
| 1253 | 2026-05-08T02:12:01.832Z | Downloaded nix v0.27.1 |
| 1254 | 2026-05-08T02:12:01.839Z | Downloaded bstr v1.12.1 |
| 1255 | 2026-05-08T02:12:01.844Z | Downloaded quinn-proto v0.11.13 |
| 1256 | 2026-05-08T02:12:01.849Z | Downloaded polar-core v0.27.3 |
| 1257 | 2026-05-08T02:12:01.856Z | Downloaded radix_trie v0.2.1 |
| 1258 | 2026-05-08T02:12:01.865Z | Downloaded regex-syntax v0.6.29 |
| 1259 | 2026-05-08T02:12:01.869Z | Downloaded tabled v0.20.0 |
| 1260 | 2026-05-08T02:12:01.880Z | Downloaded smoltcp v0.9.1 |
| 1261 | 2026-05-08T02:12:01.886Z | Downloaded vcpkg v0.2.15 |
| 1262 | 2026-05-08T02:12:01.909Z | Downloaded openssl v0.10.78 |
| 1263 | 2026-05-08T02:12:01.915Z | Downloaded nix v0.28.0 |
| 1264 | 2026-05-08T02:12:01.922Z | Downloaded dropshot v0.16.7 |
| 1265 | 2026-05-08T02:12:01.936Z | Downloaded zerocopy v0.8.40 |
| 1266 | 2026-05-08T02:12:01.943Z | Downloaded time v0.3.47 |
| 1267 | 2026-05-08T02:12:01.952Z | Downloaded rustls v0.21.12 |
| 1268 | 2026-05-08T02:12:01.958Z | Downloaded regex-syntax v0.8.10 |
| 1269 | 2026-05-08T02:12:01.962Z | Downloaded dropshot v0.17.0 |
| 1270 | 2026-05-08T02:12:01.976Z | Downloaded regress v0.10.5 |
| 1271 | 2026-05-08T02:12:01.981Z | Downloaded rustls v0.23.37 |
| 1272 | 2026-05-08T02:12:01.990Z | Downloaded zlib-rs v0.6.2 |
| 1273 | 2026-05-08T02:12:01.994Z | Downloaded nix v0.29.0 |
| 1274 | 2026-05-08T02:12:02.001Z | Downloaded nix v0.31.2 |
| 1275 | 2026-05-08T02:12:02.007Z | Downloaded object v0.37.3 |
| 1276 | 2026-05-08T02:12:02.014Z | Downloaded openapiv3 v2.2.0 |
| 1277 | 2026-05-08T02:12:02.023Z | Downloaded hickory-proto v0.24.4 |
| 1278 | 2026-05-08T02:12:02.031Z | Downloaded webpki-roots v1.0.6 |
| 1279 | 2026-05-08T02:12:02.035Z | Downloaded rustls v0.22.4 |
| 1280 | 2026-05-08T02:12:02.043Z | Downloaded sled v0.34.7 |
| 1281 | 2026-05-08T02:12:02.050Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-05-08T02:12:02.057Z | Downloaded rustix v0.38.44 |
| 1283 | 2026-05-08T02:12:02.072Z | Downloaded typify-impl v0.6.2 |
| 1284 | 2026-05-08T02:12:02.081Z | Downloaded typify-impl v0.4.3 |
| 1285 | 2026-05-08T02:12:02.089Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1286 | 2026-05-08T02:12:02.096Z | Downloaded tracing v0.1.44 |
| 1287 | 2026-05-08T02:12:02.110Z | Downloaded regress v0.11.1 |
| 1288 | 2026-05-08T02:12:02.114Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-05-08T02:12:02.123Z | Downloaded diesel v2.3.7 |
| 1290 | 2026-05-08T02:12:02.138Z | Downloaded petgraph v0.6.5 |
| 1291 | 2026-05-08T02:12:02.151Z | Downloaded sqlparser v0.61.0 |
| 1292 | 2026-05-08T02:12:02.160Z | Downloaded chrono-tz v0.10.4 |
| 1293 | 2026-05-08T02:12:02.169Z | Downloaded ratatui v0.29.0 |
| 1294 | 2026-05-08T02:12:02.181Z | Downloaded petgraph v0.8.3 |
| 1295 | 2026-05-08T02:12:02.195Z | Downloaded sha3 v0.10.8 |
| 1296 | 2026-05-08T02:12:02.218Z | Downloaded regex-automata v0.4.14 |
| 1297 | 2026-05-08T02:12:02.227Z | Downloaded zerocopy-derive v0.6.6 |
| 1298 | 2026-05-08T02:12:02.259Z | Downloaded jiff v0.2.21 |
| 1299 | 2026-05-08T02:12:02.285Z | Downloaded csv v1.4.0 |
| 1300 | 2026-05-08T02:12:02.298Z | Downloaded libz-sys v1.1.24 |
| 1301 | 2026-05-08T02:12:02.310Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1302 | 2026-05-08T02:12:02.321Z | Downloaded tokio v1.52.1 |
| 1303 | 2026-05-08T02:12:02.342Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1304 | 2026-05-08T02:12:02.402Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-05-08T02:12:02.416Z | Downloaded ring v0.17.14 |
| 1306 | 2026-05-08T02:12:02.857Z | Downloaded aws-lc-sys v0.37.1 |
| 1307 | 2026-05-08T02:12:03.100Z | Compiling libc v0.2.185 |
| 1308 | 2026-05-08T02:12:03.103Z | Compiling serde v1.0.228 |
| 1309 | 2026-05-08T02:12:03.103Z | Compiling find-msvc-tools v0.1.9 |
| 1310 | 2026-05-08T02:12:03.103Z | Compiling shlex v1.3.0 |
| 1311 | 2026-05-08T02:12:03.103Z | Compiling log v0.4.29 |
| 1312 | 2026-05-08T02:12:03.103Z | Compiling smallvec v1.15.1 |
| 1313 | 2026-05-08T02:12:03.244Z | Compiling syn v2.0.117 |
| 1314 | 2026-05-08T02:12:03.251Z | Compiling typenum v1.19.0 |
| 1315 | 2026-05-08T02:12:03.521Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-05-08T02:12:03.574Z | Compiling subtle v2.6.1 |
| 1317 | 2026-05-08T02:12:03.596Z | Compiling scopeguard v1.2.0 |
| 1318 | 2026-05-08T02:12:03.609Z | Compiling const-oid v0.9.6 |
| 1319 | 2026-05-08T02:12:03.652Z | Compiling portable-atomic v1.13.1 |
| 1320 | 2026-05-08T02:12:03.700Z | Compiling lock_api v0.4.14 |
| 1321 | 2026-05-08T02:12:03.739Z | Compiling zerocopy v0.8.40 |
| 1322 | 2026-05-08T02:12:03.765Z | Compiling critical-section v1.2.0 |
| 1323 | 2026-05-08T02:12:03.869Z | Compiling serde_json v1.0.149 |
| 1324 | 2026-05-08T02:12:03.932Z | Compiling pin-project-lite v0.2.17 |
| 1325 | 2026-05-08T02:12:04.029Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-05-08T02:12:04.178Z | Compiling pkg-config v0.3.32 |
| 1327 | 2026-05-08T02:12:04.268Z | Compiling getrandom v0.2.17 |
| 1328 | 2026-05-08T02:12:04.282Z | Compiling jobserver v0.1.34 |
| 1329 | 2026-05-08T02:12:04.365Z | Compiling errno v0.3.14 |
| 1330 | 2026-05-08T02:12:04.396Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-05-08T02:12:04.499Z | Compiling cc v1.2.56 |
| 1332 | 2026-05-08T02:12:04.517Z | Compiling signal-hook-registry v1.4.8 |
| 1333 | 2026-05-08T02:12:04.654Z | Compiling once_cell v1.21.3 |
| 1334 | 2026-05-08T02:12:04.668Z | Compiling bitflags v2.11.0 |
| 1335 | 2026-05-08T02:12:04.744Z | Compiling libm v0.2.16 |
| 1336 | 2026-05-08T02:12:04.870Z | Compiling parking_lot v0.12.5 |
| 1337 | 2026-05-08T02:12:04.886Z | Compiling mio v1.2.0 |
| 1338 | 2026-05-08T02:12:04.931Z | Compiling num-traits v0.2.19 |
| 1339 | 2026-05-08T02:12:04.965Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-05-08T02:12:05.128Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-05-08T02:12:05.230Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-08T02:12:05.244Z | Compiling cpufeatures v0.2.17 |
| 1343 | 2026-05-08T02:12:05.278Z | Compiling futures-sink v0.3.32 |
| 1344 | 2026-05-08T02:12:05.316Z | Compiling futures-io v0.3.32 |
| 1345 | 2026-05-08T02:12:05.330Z | Compiling futures-task v0.3.32 |
| 1346 | 2026-05-08T02:12:05.344Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-05-08T02:12:05.379Z | Compiling futures-channel v0.3.32 |
| 1348 | 2026-05-08T02:12:05.468Z | Compiling slab v0.4.12 |
| 1349 | 2026-05-08T02:12:05.497Z | Compiling getrandom v0.3.4 |
| 1350 | 2026-05-08T02:12:05.612Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-05-08T02:12:05.647Z | Compiling rustversion v1.0.22 |
| 1352 | 2026-05-08T02:12:05.651Z | Compiling indexmap v2.14.0 |
| 1353 | 2026-05-08T02:12:05.701Z | Compiling form_urlencoded v1.2.2 |
| 1354 | 2026-05-08T02:12:06.011Z | Compiling cmake v0.1.57 |
| 1355 | 2026-05-08T02:12:06.097Z | Compiling fs_extra v1.3.0 |
| 1356 | 2026-05-08T02:12:06.231Z | Compiling synstructure v0.13.2 |
| 1357 | 2026-05-08T02:12:06.317Z | Compiling dunce v1.0.5 |
| 1358 | 2026-05-08T02:12:06.369Z | Compiling base64ct v1.8.3 |
| 1359 | 2026-05-08T02:12:06.406Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-05-08T02:12:06.422Z | Compiling aws-lc-sys v0.37.1 |
| 1361 | 2026-05-08T02:12:06.476Z | Compiling flagset v0.4.7 |
| 1362 | 2026-05-08T02:12:06.518Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-05-08T02:12:06.532Z | Compiling iana-time-zone v0.1.65 |
| 1364 | 2026-05-08T02:12:06.604Z | Compiling pem-rfc7468 v0.7.0 |
| 1365 | 2026-05-08T02:12:06.619Z | Compiling rustix v1.1.3 |
| 1366 | 2026-05-08T02:12:06.660Z | Compiling ring v0.17.14 |
| 1367 | 2026-05-08T02:12:06.736Z | Compiling uuid v1.23.0 |
| 1368 | 2026-05-08T02:12:06.788Z | Compiling rustc_version v0.4.1 |
| 1369 | 2026-05-08T02:12:06.845Z | Compiling regex-syntax v0.8.10 |
| 1370 | 2026-05-08T02:12:06.909Z | Compiling aws-lc-rs v1.16.0 |
| 1371 | 2026-05-08T02:12:07.111Z | Compiling vcpkg v0.2.15 |
| 1372 | 2026-05-08T02:12:07.192Z | Compiling tracing-core v0.1.36 |
| 1373 | 2026-05-08T02:12:07.445Z | Compiling pest_generator v2.8.6 |
| 1374 | 2026-05-08T02:12:07.752Z | Compiling serde_derive_internals v0.29.1 |
| 1375 | 2026-05-08T02:12:07.856Z | Compiling openssl-sys v0.9.114 |
| 1376 | 2026-05-08T02:12:07.986Z | Compiling serde_derive v1.0.228 |
| 1377 | 2026-05-08T02:12:08.166Z | Compiling zeroize_derive v1.4.3 |
| 1378 | 2026-05-08T02:12:08.363Z | Compiling zerofrom-derive v0.1.6 |
| 1379 | 2026-05-08T02:12:08.376Z | Compiling yoke-derive v0.8.1 |
| 1380 | 2026-05-08T02:12:08.687Z | Compiling zerocopy-derive v0.8.40 |
| 1381 | 2026-05-08T02:12:08.843Z | Compiling zeroize v1.8.2 |
| 1382 | 2026-05-08T02:12:09.226Z | Compiling zerovec-derive v0.11.2 |
| 1383 | 2026-05-08T02:12:09.581Z | Compiling crypto-common v0.1.7 |
| 1384 | 2026-05-08T02:12:09.601Z | Compiling block-buffer v0.10.4 |
| 1385 | 2026-05-08T02:12:09.729Z | Compiling digest v0.10.7 |
| 1386 | 2026-05-08T02:12:09.767Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-05-08T02:12:09.781Z | Compiling zerofrom v0.1.6 |
| 1388 | 2026-05-08T02:12:09.901Z | Compiling yoke v0.8.1 |
| 1389 | 2026-05-08T02:12:09.968Z | Compiling tokio-macros v2.7.0 |
| 1390 | 2026-05-08T02:12:10.087Z | Compiling hmac v0.12.1 |
| 1391 | 2026-05-08T02:12:10.240Z | Compiling futures-macro v0.3.32 |
| 1392 | 2026-05-08T02:12:10.315Z | Compiling zerovec v0.11.5 |
| 1393 | 2026-05-08T02:12:10.484Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-05-08T02:12:10.661Z | Compiling block-padding v0.3.3 |
| 1395 | 2026-05-08T02:12:10.773Z | Compiling tinystr v0.8.2 |
| 1396 | 2026-05-08T02:12:10.803Z | Compiling potential_utf v0.1.4 |
| 1397 | 2026-05-08T02:12:10.815Z | Compiling inout v0.1.4 |
| 1398 | 2026-05-08T02:12:10.960Z | Compiling icu_locale_core v2.1.1 |
| 1399 | 2026-05-08T02:12:10.972Z | Compiling icu_collections v2.1.1 |
| 1400 | 2026-05-08T02:12:10.975Z | Compiling cipher v0.4.4 |
| 1401 | 2026-05-08T02:12:11.021Z | Compiling futures-util v0.3.32 |
| 1402 | 2026-05-08T02:12:11.230Z | Compiling sha2 v0.10.9 |
| 1403 | 2026-05-08T02:12:11.308Z | Compiling der_derive v0.7.3 |
| 1404 | 2026-05-08T02:12:11.433Z | Compiling bytes v1.11.1 |
| 1405 | 2026-05-08T02:12:11.447Z | Compiling chrono v0.4.44 |
| 1406 | 2026-05-08T02:12:11.641Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-05-08T02:12:11.933Z | Compiling tokio v1.52.1 |
| 1408 | 2026-05-08T02:12:12.039Z | Compiling icu_properties v2.1.2 |
| 1409 | 2026-05-08T02:12:12.241Z | Compiling icu_normalizer v2.1.1 |
| 1410 | 2026-05-08T02:12:12.588Z | Compiling der v0.7.10 |
| 1411 | 2026-05-08T02:12:12.769Z | Compiling http v1.4.0 |
| 1412 | 2026-05-08T02:12:12.789Z | Compiling salsa20 v0.10.2 |
| 1413 | 2026-05-08T02:12:12.925Z | Compiling idna_adapter v1.2.1 |
| 1414 | 2026-05-08T02:12:13.021Z | Compiling ppv-lite86 v0.2.21 |
| 1415 | 2026-05-08T02:12:13.059Z | Compiling idna v1.1.0 |
| 1416 | 2026-05-08T02:12:13.092Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2026-05-08T02:12:13.204Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-05-08T02:12:13.240Z | Compiling scrypt v0.11.0 |
| 1419 | 2026-05-08T02:12:13.328Z | Compiling url v2.5.8 |
| 1420 | 2026-05-08T02:12:13.548Z | Compiling spki v0.7.3 |
| 1421 | 2026-05-08T02:12:13.702Z | Compiling rand_chacha v0.9.0 |
| 1422 | 2026-05-08T02:12:13.718Z | Compiling aes v0.8.4 |
| 1423 | 2026-05-08T02:12:13.752Z | Compiling cbc v0.1.2 |
| 1424 | 2026-05-08T02:12:13.821Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-08T02:12:13.896Z | Compiling tracing-attributes v0.1.31 |
| 1426 | 2026-05-08T02:12:14.148Z | Compiling pkcs5 v0.7.1 |
| 1427 | 2026-05-08T02:12:14.268Z | Compiling rand v0.9.2 |
| 1428 | 2026-05-08T02:12:14.397Z | Compiling http-body v1.0.1 |
| 1429 | 2026-05-08T02:12:14.545Z | Compiling thiserror v2.0.18 |
| 1430 | 2026-05-08T02:12:14.620Z | Compiling base64 v0.22.1 |
| 1431 | 2026-05-08T02:12:14.636Z | Compiling untrusted v0.9.0 |
| 1432 | 2026-05-08T02:12:14.649Z | Compiling openssl-probe v0.2.1 |
| 1433 | 2026-05-08T02:12:14.752Z | Compiling schemars v0.8.22 |
| 1434 | 2026-05-08T02:12:14.769Z | Compiling httparse v1.10.1 |
| 1435 | 2026-05-08T02:12:14.825Z | Compiling untrusted v0.7.1 |
| 1436 | 2026-05-08T02:12:14.947Z | Compiling pkcs8 v0.10.2 |
| 1437 | 2026-05-08T02:12:14.978Z | Compiling schemars_derive v0.8.22 |
| 1438 | 2026-05-08T02:12:15.060Z | Compiling pest_derive v2.8.6 |
| 1439 | 2026-05-08T02:12:15.141Z | Compiling scroll_derive v0.13.1 |
| 1440 | 2026-05-08T02:12:15.181Z | Compiling tracing v0.1.44 |
| 1441 | 2026-05-08T02:12:15.251Z | Compiling darling_core v0.20.11 |
| 1442 | 2026-05-08T02:12:15.442Z | Compiling tower-service v0.3.3 |
| 1443 | 2026-05-08T02:12:15.467Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-05-08T02:12:15.537Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-05-08T02:12:15.601Z | Compiling tokio-util v0.7.18 |
| 1446 | 2026-05-08T02:12:15.693Z | Compiling tinyvec_macros v0.1.1 |
| 1447 | 2026-05-08T02:12:15.764Z | Compiling atomic-waker v1.1.2 |
| 1448 | 2026-05-08T02:12:15.889Z | Compiling try-lock v0.2.5 |
| 1449 | 2026-05-08T02:12:15.914Z | Compiling rustls v0.23.37 |
| 1450 | 2026-05-08T02:12:15.998Z | Compiling want v0.3.1 |
| 1451 | 2026-05-08T02:12:16.082Z | Compiling scroll v0.13.0 |
| 1452 | 2026-05-08T02:12:16.159Z | Compiling tinyvec v1.10.0 |
| 1453 | 2026-05-08T02:12:16.341Z | Compiling h2 v0.4.13 |
| 1454 | 2026-05-08T02:12:16.614Z | Compiling ipnet v2.11.0 |
| 1455 | 2026-05-08T02:12:16.663Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1456 | 2026-05-08T02:12:16.784Z | Compiling spin v0.9.8 |
| 1457 | 2026-05-08T02:12:16.985Z | Compiling aho-corasick v1.1.4 |
| 1458 | 2026-05-08T02:12:17.037Z | Compiling powerfmt v0.2.0 |
| 1459 | 2026-05-08T02:12:17.096Z | Compiling httpdate v1.0.3 |
| 1460 | 2026-05-08T02:12:17.238Z | Compiling foreign-types-shared v0.1.1 |
| 1461 | 2026-05-08T02:12:17.314Z | Compiling pin-utils v0.1.0 |
| 1462 | 2026-05-08T02:12:17.327Z | Compiling crc32fast v1.5.0 |
| 1463 | 2026-05-08T02:12:17.388Z | Compiling openssl v0.10.78 |
| 1464 | 2026-05-08T02:12:17.444Z | Compiling num-conv v0.2.0 |
| 1465 | 2026-05-08T02:12:17.458Z | Compiling darling_macro v0.20.11 |
| 1466 | 2026-05-08T02:12:17.493Z | Compiling time-core v0.1.8 |
| 1467 | 2026-05-08T02:12:17.571Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-08T02:12:17.627Z | Compiling foreign-types v0.3.2 |
| 1469 | 2026-05-08T02:12:17.630Z | Compiling deranged v0.5.8 |
| 1470 | 2026-05-08T02:12:17.641Z | Compiling time-macros v0.2.27 |
| 1471 | 2026-05-08T02:12:17.909Z | Compiling darling v0.20.11 |
| 1472 | 2026-05-08T02:12:17.929Z | Compiling regex-automata v0.4.14 |
| 1473 | 2026-05-08T02:12:17.989Z | Compiling goblin v0.10.5 |
| 1474 | 2026-05-08T02:12:18.644Z | Compiling openssl-macros v0.1.1 |
| 1475 | 2026-05-08T02:12:18.711Z | Compiling wait-timeout v0.2.1 |
| 1476 | 2026-05-08T02:12:18.981Z | Compiling usdt-impl v0.6.0 |
| 1477 | 2026-05-08T02:12:19.033Z | Compiling simd-adler32 v0.3.8 |
| 1478 | 2026-05-08T02:12:19.163Z | Compiling bit-vec v0.8.0 |
| 1479 | 2026-05-08T02:12:19.180Z | Compiling siphasher v1.0.2 |
| 1480 | 2026-05-08T02:12:19.276Z | Compiling hyper v1.8.1 |
| 1481 | 2026-05-08T02:12:19.364Z | Compiling syn v1.0.109 |
| 1482 | 2026-05-08T02:12:19.390Z | Compiling native-tls v0.2.18 |
| 1483 | 2026-05-08T02:12:19.587Z | Compiling crossbeam-utils v0.8.21 |
| 1484 | 2026-05-08T02:12:19.659Z | Compiling quick-error v1.2.3 |
| 1485 | 2026-05-08T02:12:19.764Z | Compiling num_threads v0.1.7 |
| 1486 | 2026-05-08T02:12:19.864Z | Compiling time v0.3.47 |
| 1487 | 2026-05-08T02:12:19.894Z | Compiling rusty-fork v0.3.1 |
| 1488 | 2026-05-08T02:12:20.264Z | Compiling bit-set v0.8.0 |
| 1489 | 2026-05-08T02:12:20.300Z | Compiling hyper-util v0.1.20 |
| 1490 | 2026-05-08T02:12:20.813Z | Compiling dof v0.4.0 |
| 1491 | 2026-05-08T02:12:21.427Z | Compiling derive_builder_core v0.20.2 |
| 1492 | 2026-05-08T02:12:21.986Z | Compiling unicode-normalization v0.1.25 |
| 1493 | 2026-05-08T02:12:22.013Z | Compiling dtrace-parser v0.3.0 |
| 1494 | 2026-05-08T02:12:22.136Z | Compiling rustls-native-certs v0.8.3 |
| 1495 | 2026-05-08T02:12:22.172Z | Compiling signature v2.2.0 |
| 1496 | 2026-05-08T02:12:22.268Z | Compiling thiserror-impl v1.0.69 |
| 1497 | 2026-05-08T02:12:22.343Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-05-08T02:12:22.420Z | Compiling heapless v0.7.17 |
| 1499 | 2026-05-08T02:12:22.432Z | Compiling rand_xorshift v0.4.0 |
| 1500 | 2026-05-08T02:12:22.591Z | Compiling slog v2.8.2 |
| 1501 | 2026-05-08T02:12:22.654Z | Compiling darling_core v0.21.3 |
| 1502 | 2026-05-08T02:12:22.736Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1503 | 2026-05-08T02:12:22.769Z | Compiling sync_wrapper v1.0.2 |
| 1504 | 2026-05-08T02:12:22.876Z | Compiling thread-id v5.1.0 |
| 1505 | 2026-05-08T02:12:22.960Z | Compiling cookie v0.18.1 |
| 1506 | 2026-05-08T02:12:22.988Z | Compiling allocator-api2 v0.2.21 |
| 1507 | 2026-05-08T02:12:23.003Z | Compiling adler2 v2.0.1 |
| 1508 | 2026-05-08T02:12:23.129Z | Compiling anyhow v1.0.102 |
| 1509 | 2026-05-08T02:12:23.145Z | Compiling unicode-properties v0.1.4 |
| 1510 | 2026-05-08T02:12:23.302Z | Compiling zstd-safe v7.2.4 |
| 1511 | 2026-05-08T02:12:23.317Z | Compiling unicode-bidi v0.3.18 |
| 1512 | 2026-05-08T02:12:23.347Z | Compiling paste v1.0.15 |
| 1513 | 2026-05-08T02:12:23.492Z | Compiling unarray v0.1.4 |
| 1514 | 2026-05-08T02:12:23.507Z | Compiling signal-hook v0.3.18 |
| 1515 | 2026-05-08T02:12:23.520Z | Compiling thiserror v1.0.69 |
| 1516 | 2026-05-08T02:12:23.601Z | Compiling proptest v1.10.0 |
| 1517 | 2026-05-08T02:12:23.683Z | Compiling stringprep v0.1.5 |
| 1518 | 2026-05-08T02:12:23.745Z | Compiling miniz_oxide v0.8.9 |
| 1519 | 2026-05-08T02:12:23.858Z | Compiling scroll v0.12.0 |
| 1520 | 2026-05-08T02:12:24.130Z | Compiling tower v0.5.3 |
| 1521 | 2026-05-08T02:12:24.384Z | Compiling derive_builder_macro v0.20.2 |
| 1522 | 2026-05-08T02:12:24.657Z | Compiling ipnetwork v0.21.1 |
| 1523 | 2026-05-08T02:12:24.686Z | Compiling http-body-util v0.1.3 |
| 1524 | 2026-05-08T02:12:24.829Z | Compiling webpki-roots v1.0.6 |
| 1525 | 2026-05-08T02:12:24.921Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-05-08T02:12:24.949Z | Compiling toml_datetime v0.6.11 |
| 1527 | 2026-05-08T02:12:25.040Z | Compiling serde_tokenstream v0.2.3 |
| 1528 | 2026-05-08T02:12:25.069Z | Compiling erased-serde v0.3.31 |
| 1529 | 2026-05-08T02:12:25.174Z | Compiling darling_macro v0.21.3 |
| 1530 | 2026-05-08T02:12:25.199Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-05-08T02:12:25.339Z | Compiling md-5 v0.10.6 |
| 1532 | 2026-05-08T02:12:25.352Z | Compiling zerocopy-derive v0.7.35 |
| 1533 | 2026-05-08T02:12:25.506Z | Compiling curve25519-dalek v4.1.3 |
| 1534 | 2026-05-08T02:12:25.537Z | Compiling vergen-lib v0.1.6 |
| 1535 | 2026-05-08T02:12:25.640Z | Compiling num-integer v0.1.46 |
| 1536 | 2026-05-08T02:12:25.700Z | Compiling hash32 v0.2.1 |
| 1537 | 2026-05-08T02:12:25.714Z | Compiling ff v0.13.1 |
| 1538 | 2026-05-08T02:12:25.835Z | Compiling memoffset v0.9.1 |
| 1539 | 2026-05-08T02:12:25.847Z | Compiling num-bigint-dig v0.8.6 |
| 1540 | 2026-05-08T02:12:25.890Z | Compiling iri-string v0.7.10 |
| 1541 | 2026-05-08T02:12:25.958Z | Compiling smoltcp v0.9.1 |
| 1542 | 2026-05-08T02:12:26.018Z | Compiling zlib-rs v0.6.2 |
| 1543 | 2026-05-08T02:12:26.033Z | Compiling base16ct v0.2.0 |
| 1544 | 2026-05-08T02:12:26.208Z | Compiling cfg_aliases v0.2.1 |
| 1545 | 2026-05-08T02:12:26.220Z | Compiling psl-types v2.0.11 |
| 1546 | 2026-05-08T02:12:26.280Z | Compiling ryu v1.0.23 |
| 1547 | 2026-05-08T02:12:26.294Z | Compiling fallible-iterator v0.2.0 |
| 1548 | 2026-05-08T02:12:26.337Z | Compiling litrs v1.0.0 |
| 1549 | 2026-05-08T02:12:26.456Z | Compiling rustix v0.38.44 |
| 1550 | 2026-05-08T02:12:26.590Z | Compiling ref-cast v1.0.25 |
| 1551 | 2026-05-08T02:12:26.836Z | Compiling document-features v0.2.12 |
| 1552 | 2026-05-08T02:12:26.889Z | Compiling postgres-protocol v0.6.10 |
| 1553 | 2026-05-08T02:12:26.934Z | Compiling serde_urlencoded v0.7.1 |
| 1554 | 2026-05-08T02:12:27.179Z | Compiling tower-http v0.6.8 |
| 1555 | 2026-05-08T02:12:27.360Z | Compiling publicsuffix v2.3.0 |
| 1556 | 2026-05-08T02:12:27.416Z | Compiling nix v0.31.2 |
| 1557 | 2026-05-08T02:12:27.430Z | Compiling zerocopy v0.7.35 |
| 1558 | 2026-05-08T02:12:27.529Z | Compiling sec1 v0.7.3 |
| 1559 | 2026-05-08T02:12:27.689Z | Compiling newtype-uuid v1.3.2 |
| 1560 | 2026-05-08T02:12:27.771Z | Compiling num-iter v0.1.45 |
| 1561 | 2026-05-08T02:12:27.960Z | Compiling group v0.13.0 |
| 1562 | 2026-05-08T02:12:27.995Z | Compiling darling v0.21.3 |
| 1563 | 2026-05-08T02:12:28.075Z | Compiling rand v0.8.5 |
| 1564 | 2026-05-08T02:12:28.132Z | Compiling oxnet v0.1.4 |
| 1565 | 2026-05-08T02:12:28.249Z | Compiling derive_builder v0.20.2 |
| 1566 | 2026-05-08T02:12:28.330Z | Compiling hubpack_derive v0.1.1 |
| 1567 | 2026-05-08T02:12:28.430Z | Compiling tokio-native-tls v0.3.1 |
| 1568 | 2026-05-08T02:12:28.536Z | Compiling goblin v0.8.2 |
| 1569 | 2026-05-08T02:12:28.820Z | Compiling flate2 v1.1.9 |
| 1570 | 2026-05-08T02:12:29.205Z | Compiling regex v1.12.3 |
| 1571 | 2026-05-08T02:12:29.236Z | Compiling phf_shared v0.13.1 |
| 1572 | 2026-05-08T02:12:29.249Z | Compiling lazy_static v1.5.0 |
| 1573 | 2026-05-08T02:12:29.266Z | Compiling cargo-platform v0.1.9 |
| 1574 | 2026-05-08T02:12:29.348Z | Compiling hkdf v0.12.4 |
| 1575 | 2026-05-08T02:12:29.460Z | Compiling crypto-bigint v0.5.5 |
| 1576 | 2026-05-08T02:12:29.491Z | Compiling terminal_size v0.4.3 |
| 1577 | 2026-05-08T02:12:29.522Z | Compiling async-trait v0.1.89 |
| 1578 | 2026-05-08T02:12:29.548Z | Compiling daft-derive v0.1.5 |
| 1579 | 2026-05-08T02:12:29.609Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1580 | 2026-05-08T02:12:29.628Z | Compiling ref-cast-impl v1.0.25 |
| 1581 | 2026-05-08T02:12:30.173Z | Compiling strum_macros v0.27.2 |
| 1582 | 2026-05-08T02:12:30.243Z | Compiling vergen v9.0.6 |
| 1583 | 2026-05-08T02:12:30.246Z | Compiling fs-err v3.3.0 |
| 1584 | 2026-05-08T02:12:30.423Z | Compiling ahash v0.8.12 |
| 1585 | 2026-05-08T02:12:30.439Z | Compiling foldhash v0.2.0 |
| 1586 | 2026-05-08T02:12:30.533Z | Compiling managed v0.8.0 |
| 1587 | 2026-05-08T02:12:30.621Z | Compiling libbz2-rs-sys v0.2.2 |
| 1588 | 2026-05-08T02:12:30.662Z | Compiling unicode-segmentation v1.12.0 |
| 1589 | 2026-05-08T02:12:30.745Z | Compiling object v0.37.3 |
| 1590 | 2026-05-08T02:12:31.016Z | Compiling bumpalo v3.20.2 |
| 1591 | 2026-05-08T02:12:31.043Z | Compiling winnow v0.5.40 |
| 1592 | 2026-05-08T02:12:31.263Z | Compiling foldhash v0.1.5 |
| 1593 | 2026-05-08T02:12:31.294Z | Compiling bitflags v1.3.2 |
| 1594 | 2026-05-08T02:12:31.431Z | Compiling hashbrown v0.15.5 |
| 1595 | 2026-05-08T02:12:31.540Z | Compiling zopfli v0.8.3 |
| 1596 | 2026-05-08T02:12:31.965Z | Compiling bzip2 v0.6.1 |
| 1597 | 2026-05-08T02:12:32.053Z | Compiling dof v0.3.0 |
| 1598 | 2026-05-08T02:12:32.100Z | Compiling strum v0.27.2 |
| 1599 | 2026-05-08T02:12:32.152Z | Compiling clap_builder v4.5.60 |
| 1600 | 2026-05-08T02:12:32.185Z | Compiling hashbrown v0.16.1 |
| 1601 | 2026-05-08T02:12:32.244Z | Compiling elliptic-curve v0.13.8 |
| 1602 | 2026-05-08T02:12:32.311Z | Compiling toml_edit v0.19.15 |
| 1603 | 2026-05-08T02:12:32.634Z | Compiling daft v0.1.5 |
| 1604 | 2026-05-08T02:12:32.764Z | Compiling cargo_metadata v0.19.2 |
| 1605 | 2026-05-08T02:12:32.851Z | Compiling phf v0.13.1 |
| 1606 | 2026-05-08T02:12:33.007Z | Compiling signal-hook-mio v0.2.5 |
| 1607 | 2026-05-08T02:12:33.124Z | Compiling cookie_store v0.22.1 |
| 1608 | 2026-05-08T02:12:33.803Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-05-08T02:12:34.131Z | Compiling zstd v0.13.3 |
| 1610 | 2026-05-08T02:12:34.396Z | Compiling hyper-tls v0.6.0 |
| 1611 | 2026-05-08T02:12:34.411Z | Compiling bzip2 v0.4.4 |
| 1612 | 2026-05-08T02:12:34.497Z | Compiling serde_with_macros v3.17.0 |
| 1613 | 2026-05-08T02:12:34.648Z | Compiling postgres-types v0.2.12 |
| 1614 | 2026-05-08T02:12:34.971Z | Compiling usdt-macro v0.6.0 |
| 1615 | 2026-05-08T02:12:35.107Z | Compiling usdt-attr-macro v0.6.0 |
| 1616 | 2026-05-08T02:12:35.188Z | Compiling dtrace-parser v0.2.0 |
| 1617 | 2026-05-08T02:12:35.377Z | Compiling ed25519 v2.2.3 |
| 1618 | 2026-05-08T02:12:35.630Z | Compiling bstr v1.12.1 |
| 1619 | 2026-05-08T02:12:35.769Z | Compiling phf_shared v0.11.3 |
| 1620 | 2026-05-08T02:12:35.814Z | Compiling pkcs1 v0.7.5 |
| 1621 | 2026-05-08T02:12:35.882Z | Compiling serde-big-array v0.5.1 |
| 1622 | 2026-05-08T02:12:35.950Z | Compiling hex v0.4.3 |
| 1623 | 2026-05-08T02:12:35.965Z | Compiling rfc6979 v0.4.0 |
| 1624 | 2026-05-08T02:12:36.022Z | Compiling clap_derive v4.5.55 |
| 1625 | 2026-05-08T02:12:36.088Z | Compiling serde_repr v0.1.20 |
| 1626 | 2026-05-08T02:12:36.203Z | Compiling enum-as-inner v0.6.1 |
| 1627 | 2026-05-08T02:12:36.216Z | Compiling strum_macros v0.26.4 |
| 1628 | 2026-05-08T02:12:36.266Z | Compiling float-cmp v0.10.0 |
| 1629 | 2026-05-08T02:12:36.281Z | Compiling thread-id v4.2.2 |
| 1630 | 2026-05-08T02:12:36.362Z | Compiling memmap2 v0.9.10 |
| 1631 | 2026-05-08T02:12:36.412Z | Compiling env_filter v1.0.0 |
| 1632 | 2026-05-08T02:12:36.572Z | Compiling encoding_rs v0.8.35 |
| 1633 | 2026-05-08T02:12:36.607Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2026-05-08T02:12:36.692Z | Compiling precomputed-hash v0.1.1 |
| 1635 | 2026-05-08T02:12:36.705Z | Compiling fixedbitset v0.4.2 |
| 1636 | 2026-05-08T02:12:36.717Z | Compiling either v1.15.0 |
| 1637 | 2026-05-08T02:12:36.779Z | Compiling rustc-hash v2.1.1 |
| 1638 | 2026-05-08T02:12:36.902Z | Compiling difflib v0.4.0 |
| 1639 | 2026-05-08T02:12:36.917Z | Compiling new_debug_unreachable v1.0.6 |
| 1640 | 2026-05-08T02:12:36.917Z | Compiling static_assertions v1.1.0 |
| 1641 | 2026-05-08T02:12:36.993Z | Compiling mime v0.3.17 |
| 1642 | 2026-05-08T02:12:37.008Z | Compiling data-encoding v2.10.0 |
| 1643 | 2026-05-08T02:12:37.248Z | Compiling fixedbitset v0.5.7 |
| 1644 | 2026-05-08T02:12:37.451Z | Compiling whoami v2.1.0 |
| 1645 | 2026-05-08T02:12:37.554Z | Compiling predicates-core v1.0.10 |
| 1646 | 2026-05-08T02:12:37.688Z | Compiling keccak v0.1.6 |
| 1647 | 2026-05-08T02:12:37.732Z | Compiling jiff v0.2.21 |
| 1648 | 2026-05-08T02:12:37.751Z | Compiling clap v4.5.60 |
| 1649 | 2026-05-08T02:12:37.824Z | Compiling predicates v3.1.4 |
| 1650 | 2026-05-08T02:12:37.838Z | Compiling tokio-postgres v0.7.16 |
| 1651 | 2026-05-08T02:12:37.918Z | Compiling strum v0.26.3 |
| 1652 | 2026-05-08T02:12:38.049Z | Compiling sha3 v0.10.8 |
| 1653 | 2026-05-08T02:12:38.078Z | Compiling toml_edit v0.22.27 |
| 1654 | 2026-05-08T02:12:38.471Z | Compiling petgraph v0.8.3 |
| 1655 | 2026-05-08T02:12:38.520Z | Compiling hickory-proto v0.25.2 |
| 1656 | 2026-05-08T02:12:38.541Z | Compiling string_cache v0.8.9 |
| 1657 | 2026-05-08T02:12:38.555Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1658 | 2026-05-08T02:12:38.764Z | Compiling itertools v0.13.0 |
| 1659 | 2026-05-08T02:12:39.996Z | Compiling iddqd v0.3.18 |
| 1660 | 2026-05-08T02:12:40.062Z | Compiling petgraph v0.6.5 |
| 1661 | 2026-05-08T02:12:40.378Z | Compiling zip v4.6.1 |
| 1662 | 2026-05-08T02:12:40.852Z | Compiling env_logger v0.11.9 |
| 1663 | 2026-05-08T02:12:41.137Z | Compiling usdt v0.6.0 |
| 1664 | 2026-05-08T02:12:41.196Z | Compiling usdt-impl v0.5.0 |
| 1665 | 2026-05-08T02:12:41.323Z | Compiling serde_with v3.17.0 |
| 1666 | 2026-05-08T02:12:41.339Z | Compiling ecdsa v0.16.9 |
| 1667 | 2026-05-08T02:12:41.393Z | Compiling similar v2.7.0 |
| 1668 | 2026-05-08T02:12:41.518Z | Compiling rsa v0.9.10 |
| 1669 | 2026-05-08T02:12:41.728Z | Compiling ed25519-dalek v2.2.0 |
| 1670 | 2026-05-08T02:12:41.776Z | Compiling crossterm v0.28.1 |
| 1671 | 2026-05-08T02:12:42.267Z | Compiling zip v0.6.6 |
| 1672 | 2026-05-08T02:12:42.767Z | Compiling toml v0.7.8 |
| 1673 | 2026-05-08T02:12:43.113Z | Compiling heck v0.4.1 |
| 1674 | 2026-05-08T02:12:43.229Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1675 | 2026-05-08T02:12:43.247Z | Compiling crossbeam-epoch v0.9.18 |
| 1676 | 2026-05-08T02:12:43.273Z | Compiling tokio-stream v0.1.18 |
| 1677 | 2026-05-08T02:12:43.346Z | Compiling buf-list v1.1.2 |
| 1678 | 2026-05-08T02:12:43.368Z | Compiling x509-cert v0.2.5 |
| 1679 | 2026-05-08T02:12:43.598Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1680 | 2026-05-08T02:12:43.625Z | Compiling openapiv3 v2.2.0 |
| 1681 | 2026-05-08T02:12:43.760Z | Compiling sha1 v0.10.6 |
| 1682 | 2026-05-08T02:12:43.883Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1683 | 2026-05-08T02:12:43.901Z | Compiling peg-runtime v0.8.5 |
| 1684 | 2026-05-08T02:12:43.986Z | Compiling lalrpop-util v0.19.12 |
| 1685 | 2026-05-08T02:12:44.175Z | Compiling thread_local v1.1.9 |
| 1686 | 2026-05-08T02:12:44.175Z | Compiling slog-async v2.8.0 |
| 1687 | 2026-05-08T02:12:44.178Z | Compiling crossbeam-channel v0.5.15 |
| 1688 | 2026-05-08T02:12:44.426Z | Compiling futures-executor v0.3.32 |
| 1689 | 2026-05-08T02:12:44.504Z | Compiling is-terminal v0.4.17 |
| 1690 | 2026-05-08T02:12:44.602Z | Compiling filetime v0.2.27 |
| 1691 | 2026-05-08T02:12:44.651Z | Compiling term v1.2.1 |
| 1692 | 2026-05-08T02:12:44.680Z | Compiling take_mut v0.2.2 |
| 1693 | 2026-05-08T02:12:44.783Z | Compiling xattr v1.6.1 |
| 1694 | 2026-05-08T02:12:44.858Z | Compiling futures v0.3.32 |
| 1695 | 2026-05-08T02:12:44.942Z | Compiling slog-term v2.9.2 |
| 1696 | 2026-05-08T02:12:44.958Z | Compiling tar v0.4.45 |
| 1697 | 2026-05-08T02:12:54.347Z | Compiling rustls-webpki v0.103.9 |
| 1698 | 2026-05-08T02:12:57.101Z | Compiling tokio-rustls v0.26.4 |
| 1699 | 2026-05-08T02:12:57.101Z | Compiling rustls-platform-verifier v0.6.2 |
| 1700 | 2026-05-08T02:12:57.302Z | Compiling hyper-rustls v0.27.7 |
| 1701 | 2026-05-08T02:12:57.501Z | Compiling reqwest v0.12.28 |
| 1702 | 2026-05-08T02:12:57.517Z | Compiling reqwest v0.13.2 |
| 1703 | 2026-05-08T02:12:59.569Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2026-05-08T02:12:59.783Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1705 | 2026-05-08T02:13:02.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 1706 | 2026-05-08T02:13:02.729Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1707 | 2026-05-08T02:13:02.786Z | May 08 02:13:01.317 INFO Starting download, target: Clickhouse |
| 1708 | 2026-05-08T02:13:02.786Z | May 08 02:13:01.317 INFO Starting download, target: Console |
| 1709 | 2026-05-08T02:13:02.786Z | May 08 02:13:01.317 INFO Starting download, target: Cockroach |
| 1710 | 2026-05-08T02:13:02.786Z | May 08 02:13:01.317 INFO Starting download, target: DendriteStub |
| 1711 | 2026-05-08T02:13:02.786Z | May 08 02:13:01.317 INFO Starting download, target: MaghemiteMgd |
| 1712 | 2026-05-08T02:13:02.786Z | May 08 02:13:01.317 INFO Starting download, target: TransceiverControl |
| 1713 | 2026-05-08T02:13:02.789Z | May 08 02:13:01.317 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1714 | 2026-05-08T02:13:02.789Z | May 08 02:13:01.317 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1715 | 2026-05-08T02:13:02.789Z | May 08 02:13:01.317 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1716 | 2026-05-08T02:13:02.790Z | May 08 02:13:01.317 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1717 | 2026-05-08T02:13:02.790Z | May 08 02:13:01.317 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1718 | 2026-05-08T02:13:02.790Z | May 08 02:13:01.317 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1719 | 2026-05-08T02:13:03.065Z | May 08 02:13:01.597 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1720 | 2026-05-08T02:13:03.271Z | May 08 02:13:01.800 INFO Download complete, target: TransceiverControl |
| 1721 | 2026-05-08T02:13:03.871Z | May 08 02:13:02.398 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1722 | 2026-05-08T02:13:04.122Z | May 08 02:13:02.651 INFO Download complete, target: Console |
| 1723 | 2026-05-08T02:13:04.430Z | May 08 02:13:02.959 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1724 | 2026-05-08T02:13:04.499Z | May 08 02:13:03.029 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1725 | 2026-05-08T02:13:04.697Z | May 08 02:13:03.222 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1726 | 2026-05-08T02:13:04.836Z | May 08 02:13:03.368 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1727 | 2026-05-08T02:13:04.836Z | May 08 02:13:03.368 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1728 | 2026-05-08T02:13:06.720Z | May 08 02:13:05.252 INFO Download complete, target: DendriteStub |
| 1729 | 2026-05-08T02:13:06.896Z | May 08 02:13:05.427 INFO Download complete, target: MaghemiteMgd |
| 1730 | 2026-05-08T02:13:09.363Z | May 08 02:13:07.895 INFO Checking that binary works, target: Cockroach |
| 1731 | 2026-05-08T02:13:09.479Z | May 08 02:13:08.010 INFO Download complete, target: Cockroach |
| 1732 | 2026-05-08T02:13:11.373Z | May 08 02:13:09.904 INFO Checking that binary works, target: Clickhouse |
| 1733 | 2026-05-08T02:13:11.467Z | May 08 02:13:09.998 INFO Download complete, target: Clickhouse |
| 1734 | 2026-05-08T02:13:11.483Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1735 | 2026-05-08T02:13:11.486Z | |
| 1736 | 2026-05-08T02:13:11.486Z | real 2:09.080515346 |
| 1737 | 2026-05-08T02:13:11.486Z | user 6:41.589635472 |
| 1738 | 2026-05-08T02:13:11.486Z | sys 1:20.233491367 |
| 1739 | 2026-05-08T02:13:11.486Z | trap 0.232250219 |
| 1740 | 2026-05-08T02:13:11.486Z | tflt 0.641008973 |
| 1741 | 2026-05-08T02:13:11.486Z | dflt 0.588255569 |
| 1742 | 2026-05-08T02:13:11.486Z | kflt 0.021085194 |
| 1743 | 2026-05-08T02:13:11.486Z | lock 21:17.724527903 |
| 1744 | 2026-05-08T02:13:11.486Z | slp 20:33.888396621 |
| 1745 | 2026-05-08T02:13:11.487Z | lat 41.442607313 |
| 1746 | 2026-05-08T02:13:11.487Z | stop 1:51.955085472 |
| 1747 | 2026-05-08T02:13:11.487Z | + banner clippy |
| 1748 | 2026-05-08T02:13:11.487Z | |
| 1749 | 2026-05-08T02:13:11.487Z | #### # # ##### ##### # # |
| 1750 | 2026-05-08T02:13:11.487Z | # # # # # # # # # # |
| 1751 | 2026-05-08T02:13:11.487Z | # # # # # # # # |
| 1752 | 2026-05-08T02:13:11.487Z | # # # ##### ##### # |
| 1753 | 2026-05-08T02:13:11.487Z | # # # # # # # |
| 1754 | 2026-05-08T02:13:11.487Z | #### ###### # # # # |
| 1755 | 2026-05-08T02:13:11.487Z | |
| 1756 | 2026-05-08T02:13:11.487Z | + export CARGO_INCREMENTAL=0 |
| 1757 | 2026-05-08T02:13:11.487Z | + CARGO_INCREMENTAL=0 |
| 1758 | 2026-05-08T02:13:11.487Z | + ptime -m cargo xtask clippy |
| 1759 | 2026-05-08T02:13:12.007Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1760 | 2026-05-08T02:13:12.223Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1761 | 2026-05-08T02:13:14.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1762 | 2026-05-08T02:13:14.149Z | Running `target/debug/xtask clippy` |
| 1763 | 2026-05-08T02:13:14.178Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1764 | 2026-05-08T02:13:14.780Z | Downloading crates ... |
| 1765 | 2026-05-08T02:13:14.979Z | Downloaded addr2line v0.25.1 |
| 1766 | 2026-05-08T02:13:14.982Z | Downloaded parking v2.2.1 |
| 1767 | 2026-05-08T02:13:14.982Z | Downloaded approx v0.5.1 |
| 1768 | 2026-05-08T02:13:14.985Z | Downloaded target-triple v1.0.0 |
| 1769 | 2026-05-08T02:13:14.996Z | Downloaded event-listener-strategy v0.5.4 |
| 1770 | 2026-05-08T02:13:14.999Z | Downloaded supports-unicode v2.1.0 |
| 1771 | 2026-05-08T02:13:14.999Z | Downloaded futures-timer v3.0.3 |
| 1772 | 2026-05-08T02:13:15.003Z | Downloaded miette-derive v5.10.0 |
| 1773 | 2026-05-08T02:13:15.012Z | Downloaded backtrace-ext v0.2.1 |
| 1774 | 2026-05-08T02:13:15.020Z | Downloaded async-object-pool v0.2.0 |
| 1775 | 2026-05-08T02:13:15.026Z | Downloaded termcolor v1.4.1 |
| 1776 | 2026-05-08T02:13:15.029Z | Downloaded relative-path v1.9.3 |
| 1777 | 2026-05-08T02:13:15.029Z | Downloaded tinytemplate v1.2.1 |
| 1778 | 2026-05-08T02:13:15.029Z | Downloaded concurrent-queue v2.5.0 |
| 1779 | 2026-05-08T02:13:15.032Z | Downloaded rust-argon2 v2.1.0 |
| 1780 | 2026-05-08T02:13:15.035Z | Downloaded rustc-demangle v0.1.27 |
| 1781 | 2026-05-08T02:13:15.039Z | Downloaded tokio-test v0.4.5 |
| 1782 | 2026-05-08T02:13:15.039Z | Downloaded chumsky v0.9.3 |
| 1783 | 2026-05-08T02:13:15.043Z | Downloaded supports-color v2.1.0 |
| 1784 | 2026-05-08T02:13:15.046Z | Downloaded cargo-platform v0.3.2 |
| 1785 | 2026-05-08T02:13:15.046Z | Downloaded assert-json-diff v2.0.2 |
| 1786 | 2026-05-08T02:13:15.049Z | Downloaded rstest_macros v0.25.0 |
| 1787 | 2026-05-08T02:13:15.052Z | Downloaded cast v0.3.0 |
| 1788 | 2026-05-08T02:13:15.053Z | Downloaded cargo_metadata v0.23.1 |
| 1789 | 2026-05-08T02:13:15.055Z | Downloaded async-lock v3.4.2 |
| 1790 | 2026-05-08T02:13:15.055Z | Downloaded linkme v0.3.35 |
| 1791 | 2026-05-08T02:13:15.058Z | Downloaded plotters-svg v0.3.7 |
| 1792 | 2026-05-08T02:13:15.062Z | Downloaded supports-hyperlinks v2.1.0 |
| 1793 | 2026-05-08T02:13:15.062Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1794 | 2026-05-08T02:13:15.065Z | Downloaded similar-asserts v1.7.0 |
| 1795 | 2026-05-08T02:13:15.068Z | Downloaded terminal_size v0.1.17 |
| 1796 | 2026-05-08T02:13:15.068Z | Downloaded plotters-backend v0.3.7 |
| 1797 | 2026-05-08T02:13:15.071Z | Downloaded escape8259 v0.5.3 |
| 1798 | 2026-05-08T02:13:15.074Z | Downloaded serde_regex v1.1.0 |
| 1799 | 2026-05-08T02:13:15.078Z | Downloaded pathdiff v0.2.3 |
| 1800 | 2026-05-08T02:13:15.078Z | Downloaded nested v0.1.1 |
| 1801 | 2026-05-08T02:13:15.082Z | Downloaded knuffel v3.2.0 |
| 1802 | 2026-05-08T02:13:15.082Z | Downloaded rand_distr v0.5.1 |
| 1803 | 2026-05-08T02:13:15.086Z | Downloaded constant_time_eq v0.3.1 |
| 1804 | 2026-05-08T02:13:15.089Z | Downloaded linkme-impl v0.3.35 |
| 1805 | 2026-05-08T02:13:15.094Z | Downloaded target-spec v3.5.7 |
| 1806 | 2026-05-08T02:13:15.097Z | Downloaded anes v0.1.6 |
| 1807 | 2026-05-08T02:13:15.097Z | Downloaded partial-io v0.5.4 |
| 1808 | 2026-05-08T02:13:15.101Z | Downloaded path-tree v0.8.3 |
| 1809 | 2026-05-08T02:13:15.101Z | Downloaded datatest-stable v0.3.3 |
| 1810 | 2026-05-08T02:13:15.104Z | Downloaded criterion-plot v0.6.0 |
| 1811 | 2026-05-08T02:13:15.104Z | Downloaded oorandom v11.1.5 |
| 1812 | 2026-05-08T02:13:15.107Z | Downloaded miette v5.10.0 |
| 1813 | 2026-05-08T02:13:15.110Z | Downloaded libtest-mimic v0.8.1 |
| 1814 | 2026-05-08T02:13:15.113Z | Downloaded fancy-regex v0.14.0 |
| 1815 | 2026-05-08T02:13:15.113Z | Downloaded knuffel-derive v3.2.0 |
| 1816 | 2026-05-08T02:13:15.115Z | Downloaded target-lexicon v0.13.3 |
| 1817 | 2026-05-08T02:13:15.116Z | Downloaded stringmetrics v2.2.2 |
| 1818 | 2026-05-08T02:13:15.118Z | Downloaded trybuild v1.0.116 |
| 1819 | 2026-05-08T02:13:15.119Z | Downloaded owo-colors v3.5.0 |
| 1820 | 2026-05-08T02:13:15.121Z | Downloaded httptest v0.16.4 |
| 1821 | 2026-05-08T02:13:15.121Z | Downloaded event-listener v5.4.1 |
| 1822 | 2026-05-08T02:13:15.125Z | Downloaded blake2b_simd v1.0.4 |
| 1823 | 2026-05-08T02:13:15.125Z | Downloaded cfg-expr v0.20.6 |
| 1824 | 2026-05-08T02:13:15.128Z | Downloaded assert_cmd v2.1.2 |
| 1825 | 2026-05-08T02:13:15.131Z | Downloaded textwrap v0.15.2 |
| 1826 | 2026-05-08T02:13:15.134Z | Downloaded rstest v0.25.0 |
| 1827 | 2026-05-08T02:13:15.137Z | Downloaded hickory-client v0.25.2 |
| 1828 | 2026-05-08T02:13:15.141Z | Downloaded backtrace v0.3.76 |
| 1829 | 2026-05-08T02:13:15.150Z | Downloaded hashbrown v0.14.5 |
| 1830 | 2026-05-08T02:13:15.159Z | Downloaded criterion v0.7.0 |
| 1831 | 2026-05-08T02:13:15.164Z | Downloaded plotters v0.3.7 |
| 1832 | 2026-05-08T02:13:15.170Z | Downloaded guppy v0.17.25 |
| 1833 | 2026-05-08T02:13:15.176Z | Downloaded gimli v0.32.3 |
| 1834 | 2026-05-08T02:13:15.282Z | Downloaded httpmock v0.8.3 |
| 1835 | 2026-05-08T02:13:16.817Z | Checking cfg-if v1.0.4 |
| 1836 | 2026-05-08T02:13:17.159Z | Checking libc v0.2.185 |
| 1837 | 2026-05-08T02:13:17.162Z | Checking serde_core v1.0.228 |
| 1838 | 2026-05-08T02:13:17.228Z | Checking memchr v2.8.0 |
| 1839 | 2026-05-08T02:13:17.265Z | Checking smallvec v1.15.1 |
| 1840 | 2026-05-08T02:13:17.300Z | Checking log v0.4.29 |
| 1841 | 2026-05-08T02:13:17.300Z | Checking itoa v1.0.17 |
| 1842 | 2026-05-08T02:13:17.370Z | Checking zeroize v1.8.2 |
| 1843 | 2026-05-08T02:13:17.407Z | Checking libm v0.2.16 |
| 1844 | 2026-05-08T02:13:17.465Z | Checking scopeguard v1.2.0 |
| 1845 | 2026-05-08T02:13:17.505Z | Checking stable_deref_trait v1.2.1 |
| 1846 | 2026-05-08T02:13:17.542Z | Checking zmij v1.0.21 |
| 1847 | 2026-05-08T02:13:17.577Z | Checking zerofrom v0.1.6 |
| 1848 | 2026-05-08T02:13:17.609Z | Checking lock_api v0.4.14 |
| 1849 | 2026-05-08T02:13:17.644Z | Checking errno v0.3.14 |
| 1850 | 2026-05-08T02:13:17.644Z | Checking getrandom v0.2.17 |
| 1851 | 2026-05-08T02:13:17.709Z | Checking yoke v0.8.1 |
| 1852 | 2026-05-08T02:13:17.746Z | Checking percent-encoding v2.3.2 |
| 1853 | 2026-05-08T02:13:17.783Z | Checking litemap v0.8.1 |
| 1854 | 2026-05-08T02:13:17.817Z | Checking writeable v0.6.2 |
| 1855 | 2026-05-08T02:13:17.851Z | Checking icu_normalizer_data v2.1.1 |
| 1856 | 2026-05-08T02:13:17.854Z | Checking icu_properties_data v2.1.2 |
| 1857 | 2026-05-08T02:13:17.917Z | Checking zerovec v0.11.5 |
| 1858 | 2026-05-08T02:13:17.917Z | Checking zerotrie v0.2.3 |
| 1859 | 2026-05-08T02:13:17.978Z | Checking subtle v2.6.1 |
| 1860 | 2026-05-08T02:13:17.981Z | Checking form_urlencoded v1.2.2 |
| 1861 | 2026-05-08T02:13:18.042Z | Checking utf8_iter v1.0.4 |
| 1862 | 2026-05-08T02:13:18.045Z | Checking pin-project-lite v0.2.17 |
| 1863 | 2026-05-08T02:13:18.111Z | Checking num-traits v0.2.19 |
| 1864 | 2026-05-08T02:13:18.151Z | Checking parking_lot_core v0.9.12 |
| 1865 | 2026-05-08T02:13:18.152Z | Checking portable-atomic v1.13.1 |
| 1866 | 2026-05-08T02:13:18.218Z | Checking rand_core v0.6.4 |
| 1867 | 2026-05-08T02:13:18.248Z | Checking critical-section v1.2.0 |
| 1868 | 2026-05-08T02:13:18.251Z | Checking rand_core v0.10.0 |
| 1869 | 2026-05-08T02:13:18.357Z | Checking tinystr v0.8.2 |
| 1870 | 2026-05-08T02:13:18.361Z | Checking potential_utf v0.1.4 |
| 1871 | 2026-05-08T02:13:18.420Z | Checking parking_lot v0.12.5 |
| 1872 | 2026-05-08T02:13:18.454Z | Checking zerocopy v0.8.40 |
| 1873 | 2026-05-08T02:13:18.488Z | Checking getrandom v0.4.1 |
| 1874 | 2026-05-08T02:13:18.539Z | Checking icu_collections v2.1.1 |
| 1875 | 2026-05-08T02:13:18.572Z | Checking icu_locale_core v2.1.1 |
| 1876 | 2026-05-08T02:13:18.605Z | Checking once_cell v1.21.3 |
| 1877 | 2026-05-08T02:13:18.640Z | Checking serde v1.0.228 |
| 1878 | 2026-05-08T02:13:18.640Z | Checking serde_json v1.0.149 |
| 1879 | 2026-05-08T02:13:18.644Z | Checking bitflags v2.11.0 |
| 1880 | 2026-05-08T02:13:18.733Z | Checking signal-hook-registry v1.4.8 |
| 1881 | 2026-05-08T02:13:18.798Z | Checking mio v1.2.0 |
| 1882 | 2026-05-08T02:13:18.837Z | Checking socket2 v0.6.3 |
| 1883 | 2026-05-08T02:13:18.876Z | Checking typenum v1.19.0 |
| 1884 | 2026-05-08T02:13:18.923Z | Checking iana-time-zone v0.1.65 |
| 1885 | 2026-05-08T02:13:19.062Z | Checking thiserror v2.0.18 |
| 1886 | 2026-05-08T02:13:19.097Z | Checking bytes v1.11.1 |
| 1887 | 2026-05-08T02:13:19.100Z | Checking chrono v0.4.44 |
| 1888 | 2026-05-08T02:13:19.161Z | Checking icu_provider v2.1.1 |
| 1889 | 2026-05-08T02:13:19.202Z | Checking uuid v1.23.0 |
| 1890 | 2026-05-08T02:13:19.206Z | Checking semver v1.0.28 |
| 1891 | 2026-05-08T02:13:19.366Z | Checking futures-core v0.3.32 |
| 1892 | 2026-05-08T02:13:19.419Z | Checking generic-array v0.14.7 |
| 1893 | 2026-05-08T02:13:19.422Z | Checking icu_properties v2.1.2 |
| 1894 | 2026-05-08T02:13:19.484Z | Checking icu_normalizer v2.1.1 |
| 1895 | 2026-05-08T02:13:19.526Z | Checking equivalent v1.0.2 |
| 1896 | 2026-05-08T02:13:19.562Z | Checking tokio v1.52.1 |
| 1897 | 2026-05-08T02:13:19.609Z | Checking dyn-clone v1.0.20 |
| 1898 | 2026-05-08T02:13:19.659Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1899 | 2026-05-08T02:13:19.738Z | Checking const-oid v0.9.6 |
| 1900 | 2026-05-08T02:13:19.804Z | Checking futures-sink v0.3.32 |
| 1901 | 2026-05-08T02:13:19.880Z | Checking crypto-common v0.1.7 |
| 1902 | 2026-05-08T02:13:19.944Z | Checking futures-channel v0.3.32 |
| 1903 | 2026-05-08T02:13:19.985Z | Checking block-buffer v0.10.4 |
| 1904 | 2026-05-08T02:13:19.988Z | Checking slab v0.4.12 |
| 1905 | 2026-05-08T02:13:20.049Z | Checking futures-task v0.3.32 |
| 1906 | 2026-05-08T02:13:20.150Z | Checking futures-io v0.3.32 |
| 1907 | 2026-05-08T02:13:20.153Z | Checking byteorder v1.5.0 |
| 1908 | 2026-05-08T02:13:20.213Z | Checking hashbrown v0.17.0 |
| 1909 | 2026-05-08T02:13:20.216Z | Checking rustix v1.1.3 |
| 1910 | 2026-05-08T02:13:20.275Z | Checking idna_adapter v1.2.1 |
| 1911 | 2026-05-08T02:13:20.307Z | Checking futures-util v0.3.32 |
| 1912 | 2026-05-08T02:13:20.399Z | Checking cpufeatures v0.2.17 |
| 1913 | 2026-05-08T02:13:20.434Z | Checking digest v0.10.7 |
| 1914 | 2026-05-08T02:13:20.437Z | Checking idna v1.1.0 |
| 1915 | 2026-05-08T02:13:20.495Z | Checking thiserror v1.0.69 |
| 1916 | 2026-05-08T02:13:20.616Z | Checking getrandom v0.3.4 |
| 1917 | 2026-05-08T02:13:20.652Z | Checking fnv v1.0.7 |
| 1918 | 2026-05-08T02:13:20.690Z | Checking indexmap v2.14.0 |
| 1919 | 2026-05-08T02:13:20.723Z | Checking url v2.5.8 |
| 1920 | 2026-05-08T02:13:20.769Z | Checking regex-syntax v0.8.10 |
| 1921 | 2026-05-08T02:13:20.803Z | Checking http v1.4.0 |
| 1922 | 2026-05-08T02:13:21.083Z | Checking tracing-core v0.1.36 |
| 1923 | 2026-05-08T02:13:21.181Z | Checking schemars v0.8.22 |
| 1924 | 2026-05-08T02:13:21.216Z | Checking ppv-lite86 v0.2.21 |
| 1925 | 2026-05-08T02:13:21.267Z | Checking base64 v0.22.1 |
| 1926 | 2026-05-08T02:13:21.392Z | Checking ipnet v2.11.0 |
| 1927 | 2026-05-08T02:13:21.425Z | Checking tracing v0.1.44 |
| 1928 | 2026-05-08T02:13:21.524Z | Checking unicode-ident v1.0.24 |
| 1929 | 2026-05-08T02:13:21.527Z | Checking untrusted v0.9.0 |
| 1930 | 2026-05-08T02:13:21.651Z | Checking aho-corasick v1.1.4 |
| 1931 | 2026-05-08T02:13:21.685Z | Checking proc-macro2 v1.0.106 |
| 1932 | 2026-05-08T02:13:21.688Z | Checking ring v0.17.14 |
| 1933 | 2026-05-08T02:13:21.688Z | Checking utf8parse v0.2.2 |
| 1934 | 2026-05-08T02:13:21.849Z | Checking anstyle v1.0.13 |
| 1935 | 2026-05-08T02:13:21.884Z | Checking rustls-pki-types v1.14.0 |
| 1936 | 2026-05-08T02:13:22.028Z | Checking quote v1.0.45 |
| 1937 | 2026-05-08T02:13:22.062Z | Checking httparse v1.10.1 |
| 1938 | 2026-05-08T02:13:22.095Z | Checking base64ct v1.8.3 |
| 1939 | 2026-05-08T02:13:22.201Z | Checking anstyle-parse v0.2.7 |
| 1940 | 2026-05-08T02:13:22.236Z | Checking syn v2.0.117 |
| 1941 | 2026-05-08T02:13:22.239Z | Checking block-padding v0.3.3 |
| 1942 | 2026-05-08T02:13:22.299Z | Checking is_terminal_polyfill v1.70.2 |
| 1943 | 2026-05-08T02:13:22.350Z | Checking anstyle-query v1.1.5 |
| 1944 | 2026-05-08T02:13:22.384Z | Checking colorchoice v1.0.4 |
| 1945 | 2026-05-08T02:13:22.387Z | Checking regex-automata v0.4.14 |
| 1946 | 2026-05-08T02:13:22.446Z | Checking crossbeam-utils v0.8.21 |
| 1947 | 2026-05-08T02:13:22.449Z | Checking inout v0.1.4 |
| 1948 | 2026-05-08T02:13:22.508Z | Checking allocator-api2 v0.2.21 |
| 1949 | 2026-05-08T02:13:22.511Z | Checking anstream v0.6.21 |
| 1950 | 2026-05-08T02:13:22.637Z | Checking cipher v0.4.4 |
| 1951 | 2026-05-08T02:13:22.727Z | Checking tokio-util v0.7.18 |
| 1952 | 2026-05-08T02:13:22.763Z | Checking http-body v1.0.1 |
| 1953 | 2026-05-08T02:13:22.766Z | Checking terminal_size v0.4.3 |
| 1954 | 2026-05-08T02:13:22.827Z | Checking atomic-waker v1.1.2 |
| 1955 | 2026-05-08T02:13:22.830Z | Checking clap_lex v1.0.0 |
| 1956 | 2026-05-08T02:13:22.891Z | Checking httpdate v1.0.3 |
| 1957 | 2026-05-08T02:13:22.923Z | Checking try-lock v0.2.5 |
| 1958 | 2026-05-08T02:13:22.956Z | Checking strsim v0.11.1 |
| 1959 | 2026-05-08T02:13:22.959Z | Checking pem-rfc7468 v0.7.0 |
| 1960 | 2026-05-08T02:13:23.024Z | Checking sha2 v0.10.9 |
| 1961 | 2026-05-08T02:13:23.058Z | Checking pin-utils v0.1.0 |
| 1962 | 2026-05-08T02:13:23.061Z | Checking want v0.3.1 |
| 1963 | 2026-05-08T02:13:23.135Z | Checking clap_builder v4.5.60 |
| 1964 | 2026-05-08T02:13:23.170Z | Checking tower-layer v0.3.3 |
| 1965 | 2026-05-08T02:13:23.174Z | Checking tower-service v0.3.3 |
| 1966 | 2026-05-08T02:13:23.232Z | Checking ryu v1.0.23 |
| 1967 | 2026-05-08T02:13:23.312Z | Checking rand_core v0.9.5 |
| 1968 | 2026-05-08T02:13:23.315Z | Checking hmac v0.12.1 |
| 1969 | 2026-05-08T02:13:23.375Z | Checking powerfmt v0.2.0 |
| 1970 | 2026-05-08T02:13:23.378Z | Checking h2 v0.4.13 |
| 1971 | 2026-05-08T02:13:23.411Z | Checking time-core v0.1.8 |
| 1972 | 2026-05-08T02:13:23.497Z | Checking flagset v0.4.7 |
| 1973 | 2026-05-08T02:13:23.530Z | Checking num_threads v0.1.7 |
| 1974 | 2026-05-08T02:13:23.563Z | Checking deranged v0.5.8 |
| 1975 | 2026-05-08T02:13:23.600Z | Checking num-conv v0.2.0 |
| 1976 | 2026-05-08T02:13:23.640Z | Checking erased-serde v0.3.31 |
| 1977 | 2026-05-08T02:13:23.643Z | Checking der v0.7.10 |
| 1978 | 2026-05-08T02:13:23.738Z | Checking rand_chacha v0.9.0 |
| 1979 | 2026-05-08T02:13:23.960Z | Checking http-body-util v0.1.3 |
| 1980 | 2026-05-08T02:13:24.041Z | Checking slog v2.8.2 |
| 1981 | 2026-05-08T02:13:24.204Z | Checking spin v0.9.8 |
| 1982 | 2026-05-08T02:13:24.207Z | Checking rand v0.9.2 |
| 1983 | 2026-05-08T02:13:24.322Z | Checking aws-lc-sys v0.37.1 |
| 1984 | 2026-05-08T02:13:24.356Z | Checking clap v4.5.60 |
| 1985 | 2026-05-08T02:13:24.407Z | Checking anyhow v1.0.102 |
| 1986 | 2026-05-08T02:13:24.411Z | Checking untrusted v0.7.1 |
| 1987 | 2026-05-08T02:13:24.471Z | Checking serde_urlencoded v0.7.1 |
| 1988 | 2026-05-08T02:13:24.504Z | Checking time v0.3.47 |
| 1989 | 2026-05-08T02:13:24.507Z | Checking openssl-probe v0.2.1 |
| 1990 | 2026-05-08T02:13:24.571Z | Checking regex v1.12.3 |
| 1991 | 2026-05-08T02:13:24.624Z | Checking fastrand v2.3.0 |
| 1992 | 2026-05-08T02:13:24.664Z | Checking spki v0.7.3 |
| 1993 | 2026-05-08T02:13:24.697Z | Checking pbkdf2 v0.12.2 |
| 1994 | 2026-05-08T02:13:24.729Z | Checking aes v0.8.4 |
| 1995 | 2026-05-08T02:13:24.826Z | Checking pretty-hex v0.4.1 |
| 1996 | 2026-05-08T02:13:24.829Z | Checking cbc v0.1.2 |
| 1997 | 2026-05-08T02:13:24.891Z | Checking salsa20 v0.10.2 |
| 1998 | 2026-05-08T02:13:24.894Z | Checking aws-lc-rs v1.16.0 |
| 1999 | 2026-05-08T02:13:24.894Z | Checking rand_chacha v0.3.1 |
| 2000 | 2026-05-08T02:13:24.984Z | Checking hex v0.4.3 |
| 2001 | 2026-05-08T02:13:25.017Z | Checking plain v0.2.3 |
| 2002 | 2026-05-08T02:13:25.049Z | Checking scrypt v0.11.0 |
| 2003 | 2026-05-08T02:13:25.128Z | Checking tempfile v3.25.0 |
| 2004 | 2026-05-08T02:13:25.161Z | Checking rustls-native-certs v0.8.3 |
| 2005 | 2026-05-08T02:13:25.193Z | Checking rand v0.8.5 |
| 2006 | 2026-05-08T02:13:25.227Z | Checking ipnetwork v0.21.1 |
| 2007 | 2026-05-08T02:13:25.233Z | Checking sync_wrapper v1.0.2 |
| 2008 | 2026-05-08T02:13:25.310Z | Checking foldhash v0.2.0 |
| 2009 | 2026-05-08T02:13:25.343Z | Checking ucd-trie v0.1.7 |
| 2010 | 2026-05-08T02:13:25.381Z | Checking simd-adler32 v0.3.8 |
| 2011 | 2026-05-08T02:13:25.461Z | Checking tower v0.5.3 |
| 2012 | 2026-05-08T02:13:25.495Z | Checking hashbrown v0.16.1 |
| 2013 | 2026-05-08T02:13:25.528Z | Checking pest v2.8.6 |
| 2014 | 2026-05-08T02:13:25.572Z | Checking pkcs5 v0.7.1 |
| 2015 | 2026-05-08T02:13:25.640Z | Checking webpki-roots v1.0.6 |
| 2016 | 2026-05-08T02:13:25.717Z | Checking camino v1.2.2 |
| 2017 | 2026-05-08T02:13:25.763Z | Checking rustls-webpki v0.103.9 |
| 2018 | 2026-05-08T02:13:25.796Z | Checking iri-string v0.7.10 |
| 2019 | 2026-05-08T02:13:25.844Z | Checking adler2 v2.0.1 |
| 2020 | 2026-05-08T02:13:25.878Z | Checking pkcs8 v0.10.2 |
| 2021 | 2026-05-08T02:13:25.979Z | Checking miniz_oxide v0.8.9 |
| 2022 | 2026-05-08T02:13:26.014Z | Checking openapiv3 v2.2.0 |
| 2023 | 2026-05-08T02:13:26.047Z | Checking mime v0.3.17 |
| 2024 | 2026-05-08T02:13:26.083Z | Checking either v1.15.0 |
| 2025 | 2026-05-08T02:13:26.117Z | Checking hyper v1.8.1 |
| 2026 | 2026-05-08T02:13:26.223Z | Checking rustls v0.23.37 |
| 2027 | 2026-05-08T02:13:26.256Z | Checking winnow v0.7.14 |
| 2028 | 2026-05-08T02:13:26.290Z | Checking crc32fast v1.5.0 |
| 2029 | 2026-05-08T02:13:26.350Z | Checking static_assertions v1.1.0 |
| 2030 | 2026-05-08T02:13:26.446Z | Checking oxnet v0.1.4 |
| 2031 | 2026-05-08T02:13:26.480Z | Checking lazy_static v1.5.0 |
| 2032 | 2026-05-08T02:13:26.591Z | Checking signature v2.2.0 |
| 2033 | 2026-05-08T02:13:26.626Z | Checking hubpack v0.1.2 |
| 2034 | 2026-05-08T02:13:26.696Z | Checking encoding_rs v0.8.35 |
| 2035 | 2026-05-08T02:13:26.743Z | Checking strum v0.26.3 |
| 2036 | 2026-05-08T02:13:26.817Z | Checking foreign-types-shared v0.1.1 |
| 2037 | 2026-05-08T02:13:26.857Z | Checking tower-http v0.6.8 |
| 2038 | 2026-05-08T02:13:26.880Z | Checking zlib-rs v0.6.2 |
| 2039 | 2026-05-08T02:13:26.987Z | Checking foreign-types v0.3.2 |
| 2040 | 2026-05-08T02:13:27.030Z | Checking hyper-util v0.1.20 |
| 2041 | 2026-05-08T02:13:27.089Z | Checking sha1 v0.10.6 |
| 2042 | 2026-05-08T02:13:27.229Z | Checking scroll v0.13.0 |
| 2043 | 2026-05-08T02:13:27.277Z | Checking openssl-sys v0.9.114 |
| 2044 | 2026-05-08T02:13:27.313Z | Checking tinyvec_macros v0.1.1 |
| 2045 | 2026-05-08T02:13:27.407Z | Checking tinyvec v1.10.0 |
| 2046 | 2026-05-08T02:13:27.467Z | Checking serde_spanned v0.6.9 |
| 2047 | 2026-05-08T02:13:27.502Z | Checking goblin v0.10.5 |
| 2048 | 2026-05-08T02:13:27.621Z | Checking toml_datetime v0.6.11 |
| 2049 | 2026-05-08T02:13:27.656Z | Checking num-integer v0.1.46 |
| 2050 | 2026-05-08T02:13:27.739Z | Checking memmap2 v0.9.10 |
| 2051 | 2026-05-08T02:13:27.802Z | Checking openssl v0.10.78 |
| 2052 | 2026-05-08T02:13:27.836Z | Checking data-encoding v2.10.0 |
| 2053 | 2026-05-08T02:13:27.869Z | Checking flate2 v1.1.9 |
| 2054 | 2026-05-08T02:13:27.902Z | Checking dtrace-parser v0.3.0 |
| 2055 | 2026-05-08T02:13:27.935Z | Checking thread-id v5.1.0 |
| 2056 | 2026-05-08T02:13:28.040Z | Checking base16ct v0.2.0 |
| 2057 | 2026-05-08T02:13:28.128Z | Checking psl-types v2.0.11 |
| 2058 | 2026-05-08T02:13:28.161Z | Checking bit-vec v0.8.0 |
| 2059 | 2026-05-08T02:13:28.196Z | Checking sec1 v0.7.3 |
| 2060 | 2026-05-08T02:13:28.200Z | Checking cookie v0.18.1 |
| 2061 | 2026-05-08T02:13:28.267Z | Checking publicsuffix v2.3.0 |
| 2062 | 2026-05-08T02:13:28.302Z | Checking ff v0.13.1 |
| 2063 | 2026-05-08T02:13:28.376Z | Checking bit-set v0.8.0 |
| 2064 | 2026-05-08T02:13:28.424Z | Checking wait-timeout v0.2.1 |
| 2065 | 2026-05-08T02:13:28.458Z | Checking num-iter v0.1.45 |
| 2066 | 2026-05-08T02:13:28.461Z | Checking group v0.13.0 |
| 2067 | 2026-05-08T02:13:28.521Z | Checking cookie_store v0.22.1 |
| 2068 | 2026-05-08T02:13:28.553Z | Checking bstr v1.12.1 |
| 2069 | 2026-05-08T02:13:28.585Z | Checking hkdf v0.12.4 |
| 2070 | 2026-05-08T02:13:28.618Z | Checking tokio-rustls v0.26.4 |
| 2071 | 2026-05-08T02:13:28.652Z | Checking rustls-platform-verifier v0.6.2 |
| 2072 | 2026-05-08T02:13:28.655Z | Checking crossbeam-epoch v0.9.18 |
| 2073 | 2026-05-08T02:13:28.738Z | Checking ahash v0.8.12 |
| 2074 | 2026-05-08T02:13:28.813Z | Checking crypto-bigint v0.5.5 |
| 2075 | 2026-05-08T02:13:28.862Z | Checking quick-error v1.2.3 |
| 2076 | 2026-05-08T02:13:28.896Z | Checking hyper-rustls v0.27.7 |
| 2077 | 2026-05-08T02:13:28.932Z | Checking rand_xorshift v0.4.0 |
| 2078 | 2026-05-08T02:13:28.967Z | Checking scroll v0.12.0 |
| 2079 | 2026-05-08T02:13:29.001Z | Checking rusty-fork v0.3.1 |
| 2080 | 2026-05-08T02:13:29.004Z | Checking unarray v0.1.4 |
| 2081 | 2026-05-08T02:13:29.072Z | Checking num-bigint-dig v0.8.6 |
| 2082 | 2026-05-08T02:13:29.125Z | Checking reqwest v0.13.2 |
| 2083 | 2026-05-08T02:13:29.158Z | Checking pkcs1 v0.7.5 |
| 2084 | 2026-05-08T02:13:29.192Z | Checking proptest v1.10.0 |
| 2085 | 2026-05-08T02:13:29.226Z | Checking goblin v0.8.2 |
| 2086 | 2026-05-08T02:13:29.388Z | Checking x509-cert v0.2.5 |
| 2087 | 2026-05-08T02:13:29.727Z | Checking elliptic-curve v0.13.8 |
| 2088 | 2026-05-08T02:13:29.768Z | Checking native-tls v0.2.18 |
| 2089 | 2026-05-08T02:13:29.803Z | Checking dof v0.4.0 |
| 2090 | 2026-05-08T02:13:29.879Z | Checking zerocopy v0.7.35 |
| 2091 | 2026-05-08T02:13:29.967Z | Checking unicode-segmentation v1.12.0 |
| 2092 | 2026-05-08T02:13:30.004Z | Checking tokio-native-tls v0.3.1 |
| 2093 | 2026-05-08T02:13:30.051Z | Checking rsa v0.9.10 |
| 2094 | 2026-05-08T02:13:30.085Z | Checking dtrace-parser v0.2.0 |
| 2095 | 2026-05-08T02:13:30.179Z | Checking hyper-tls v0.6.0 |
| 2096 | 2026-05-08T02:13:30.295Z | Checking rfc6979 v0.4.0 |
| 2097 | 2026-05-08T02:13:30.341Z | Checking thread-id v4.2.2 |
| 2098 | 2026-05-08T02:13:30.375Z | Checking reqwest v0.12.28 |
| 2099 | 2026-05-08T02:13:30.408Z | Checking toml_write v0.1.2 |
| 2100 | 2026-05-08T02:13:30.441Z | Checking ecdsa v0.16.9 |
| 2101 | 2026-05-08T02:13:30.444Z | Checking usdt-impl v0.6.0 |
| 2102 | 2026-05-08T02:13:30.444Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2103 | 2026-05-08T02:13:30.535Z | Checking curve25519-dalek v4.1.3 |
| 2104 | 2026-05-08T02:13:30.594Z | Checking toml_edit v0.22.27 |
| 2105 | 2026-05-08T02:13:30.774Z | Checking usdt v0.6.0 |
| 2106 | 2026-05-08T02:13:30.808Z | Checking memoffset v0.9.1 |
| 2107 | 2026-05-08T02:13:30.843Z | Checking rustix v0.38.44 |
| 2108 | 2026-05-08T02:13:30.910Z | Checking env_filter v1.0.0 |
| 2109 | 2026-05-08T02:13:30.945Z | Checking newtype-uuid v1.3.2 |
| 2110 | 2026-05-08T02:13:30.979Z | Checking keccak v0.1.6 |
| 2111 | 2026-05-08T02:13:31.080Z | Checking env_logger v0.11.9 |
| 2112 | 2026-05-08T02:13:31.114Z | Checking dof v0.3.0 |
| 2113 | 2026-05-08T02:13:31.167Z | Checking sha3 v0.10.8 |
| 2114 | 2026-05-08T02:13:31.170Z | Checking daft v0.1.5 |
| 2115 | 2026-05-08T02:13:31.232Z | Checking ed25519 v2.2.3 |
| 2116 | 2026-05-08T02:13:31.290Z | Checking itertools v0.13.0 |
| 2117 | 2026-05-08T02:13:31.325Z | Checking serde_with v3.17.0 |
| 2118 | 2026-05-08T02:13:31.415Z | Checking usdt-impl v0.5.0 |
| 2119 | 2026-05-08T02:13:31.418Z | Checking bitflags v1.3.2 |
| 2120 | 2026-05-08T02:13:31.481Z | Checking siphasher v1.0.2 |
| 2121 | 2026-05-08T02:13:31.484Z | Checking ed25519-dalek v2.2.0 |
| 2122 | 2026-05-08T02:13:31.545Z | Checking unicode-normalization v0.1.25 |
| 2123 | 2026-05-08T02:13:31.643Z | Checking signal-hook v0.3.18 |
| 2124 | 2026-05-08T02:13:31.678Z | Checking winnow v0.5.40 |
| 2125 | 2026-05-08T02:13:31.709Z | Checking managed v0.8.0 |
| 2126 | 2026-05-08T02:13:31.741Z | Checking nix v0.31.2 |
| 2127 | 2026-05-08T02:13:31.775Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2128 | 2026-05-08T02:13:31.854Z | Checking object v0.37.3 |
| 2129 | 2026-05-08T02:13:31.887Z | Checking foldhash v0.1.5 |
| 2130 | 2026-05-08T02:13:31.919Z | Checking bzip2 v0.4.4 |
| 2131 | 2026-05-08T02:13:31.966Z | Checking signal-hook-mio v0.2.5 |
| 2132 | 2026-05-08T02:13:32.057Z | Checking hashbrown v0.15.5 |
| 2133 | 2026-05-08T02:13:32.098Z | Checking ref-cast v1.0.25 |
| 2134 | 2026-05-08T02:13:32.132Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2135 | 2026-05-08T02:13:32.224Z | Checking zip v0.6.6 |
| 2136 | 2026-05-08T02:13:32.270Z | Checking zstd-safe v7.2.4 |
| 2137 | 2026-05-08T02:13:32.360Z | Checking libbz2-rs-sys v0.2.2 |
| 2138 | 2026-05-08T02:13:32.461Z | Checking bumpalo v3.20.2 |
| 2139 | 2026-05-08T02:13:32.551Z | Checking zstd v0.13.3 |
| 2140 | 2026-05-08T02:13:32.582Z | Checking crossterm v0.28.1 |
| 2141 | 2026-05-08T02:13:32.686Z | Checking zopfli v0.8.3 |
| 2142 | 2026-05-08T02:13:32.751Z | Checking similar v2.7.0 |
| 2143 | 2026-05-08T02:13:32.786Z | Checking bzip2 v0.6.1 |
| 2144 | 2026-05-08T02:13:32.789Z | Checking tokio-stream v0.1.18 |
| 2145 | 2026-05-08T02:13:32.790Z | Checking fs-err v3.3.0 |
| 2146 | 2026-05-08T02:13:32.879Z | Checking toml_edit v0.19.15 |
| 2147 | 2026-05-08T02:13:32.972Z | Checking hash32 v0.2.1 |
| 2148 | 2026-05-08T02:13:33.027Z | Checking serde-big-array v0.5.1 |
| 2149 | 2026-05-08T02:13:33.148Z | Checking jiff v0.2.21 |
| 2150 | 2026-05-08T02:13:33.183Z | Checking unicode-bidi v0.3.18 |
| 2151 | 2026-05-08T02:13:33.186Z | Checking unicode-properties v0.1.4 |
| 2152 | 2026-05-08T02:13:33.186Z | Checking predicates-core v1.0.10 |
| 2153 | 2026-05-08T02:13:33.277Z | Checking heapless v0.7.17 |
| 2154 | 2026-05-08T02:13:33.281Z | Checking hickory-proto v0.25.2 |
| 2155 | 2026-05-08T02:13:33.390Z | Checking md-5 v0.10.6 |
| 2156 | 2026-05-08T02:13:33.423Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2157 | 2026-05-08T02:13:33.498Z | Checking stringprep v0.1.5 |
| 2158 | 2026-05-08T02:13:33.550Z | Checking float-cmp v0.10.0 |
| 2159 | 2026-05-08T02:13:33.639Z | Checking fallible-iterator v0.2.0 |
| 2160 | 2026-05-08T02:13:33.676Z | Checking difflib v0.4.0 |
| 2161 | 2026-05-08T02:13:33.709Z | Checking rustc-hash v2.1.1 |
| 2162 | 2026-05-08T02:13:33.743Z | Checking normalize-line-endings v0.3.0 |
| 2163 | 2026-05-08T02:13:33.848Z | Checking iddqd v0.3.18 |
| 2164 | 2026-05-08T02:13:33.882Z | Checking smoltcp v0.9.1 |
| 2165 | 2026-05-08T02:13:33.885Z | Checking predicates v3.1.4 |
| 2166 | 2026-05-08T02:13:33.944Z | Checking toml v0.7.8 |
| 2167 | 2026-05-08T02:13:33.947Z | Checking postgres-protocol v0.6.10 |
| 2168 | 2026-05-08T02:13:34.159Z | Checking phf_shared v0.13.1 |
| 2169 | 2026-05-08T02:13:34.227Z | Checking phf_shared v0.11.3 |
| 2170 | 2026-05-08T02:13:34.276Z | Checking buf-list v1.1.2 |
| 2171 | 2026-05-08T02:13:34.313Z | Checking strum v0.27.2 |
| 2172 | 2026-05-08T02:13:34.377Z | Checking fixedbitset v0.4.2 |
| 2173 | 2026-05-08T02:13:34.410Z | Checking new_debug_unreachable v1.0.6 |
| 2174 | 2026-05-08T02:13:34.452Z | Checking lalrpop-util v0.19.12 |
| 2175 | 2026-05-08T02:13:34.487Z | Checking fixedbitset v0.5.7 |
| 2176 | 2026-05-08T02:13:34.490Z | Checking precomputed-hash v0.1.1 |
| 2177 | 2026-05-08T02:13:34.551Z | Checking petgraph v0.6.5 |
| 2178 | 2026-05-08T02:13:34.554Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2179 | 2026-05-08T02:13:34.626Z | Checking string_cache v0.8.9 |
| 2180 | 2026-05-08T02:13:34.660Z | Checking phf v0.13.1 |
| 2181 | 2026-05-08T02:13:34.703Z | Checking petgraph v0.8.3 |
| 2182 | 2026-05-08T02:13:34.706Z | Checking postgres-types v0.2.12 |
| 2183 | 2026-05-08T02:13:34.817Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2184 | 2026-05-08T02:13:34.851Z | Checking whoami v2.1.0 |
| 2185 | 2026-05-08T02:13:35.065Z | Checking peg-runtime v0.8.5 |
| 2186 | 2026-05-08T02:13:35.069Z | Checking tokio-postgres v0.7.16 |
| 2187 | 2026-05-08T02:13:35.233Z | Checking futures-executor v0.3.32 |
| 2188 | 2026-05-08T02:13:35.271Z | Checking is-terminal v0.4.17 |
| 2189 | 2026-05-08T02:13:35.326Z | Checking zip v4.6.1 |
| 2190 | 2026-05-08T02:13:35.387Z | Checking crossbeam-channel v0.5.15 |
| 2191 | 2026-05-08T02:13:35.422Z | Checking futures v0.3.32 |
| 2192 | 2026-05-08T02:13:35.524Z | Compiling structmeta-derive v0.3.0 |
| 2193 | 2026-05-08T02:13:35.738Z | Checking thread_local v1.1.9 |
| 2194 | 2026-05-08T02:13:35.808Z | Checking term v1.2.1 |
| 2195 | 2026-05-08T02:13:35.918Z | Checking take_mut v0.2.2 |
| 2196 | 2026-05-08T02:13:35.952Z | Compiling newtype-uuid-macros v0.1.0 |
| 2197 | 2026-05-08T02:13:36.027Z | Compiling rustls v0.22.4 |
| 2198 | 2026-05-08T02:13:36.063Z | Checking slog-term v2.9.2 |
| 2199 | 2026-05-08T02:13:36.066Z | Checking slog-async v2.8.0 |
| 2200 | 2026-05-08T02:13:36.275Z | Compiling multer v3.1.0 |
| 2201 | 2026-05-08T02:13:36.310Z | Compiling async-stream-impl v0.3.6 |
| 2202 | 2026-05-08T02:13:36.313Z | Compiling dropshot v0.17.0 |
| 2203 | 2026-05-08T02:13:36.374Z | Compiling dropshot_endpoint v0.17.0 |
| 2204 | 2026-05-08T02:13:36.377Z | Checking match_cfg v0.1.0 |
| 2205 | 2026-05-08T02:13:36.513Z | Checking hostname v0.3.1 |
| 2206 | 2026-05-08T02:13:36.556Z | Checking slog-json v2.6.1 |
| 2207 | 2026-05-08T02:13:36.618Z | Compiling structmeta v0.3.0 |
| 2208 | 2026-05-08T02:13:36.653Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2209 | 2026-05-08T02:13:36.656Z | Checking debug-ignore v1.0.5 |
| 2210 | 2026-05-08T02:13:36.714Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2211 | 2026-05-08T02:13:36.761Z | Checking slog-bunyan v2.5.0 |
| 2212 | 2026-05-08T02:13:36.804Z | Checking serde_spanned v1.0.4 |
| 2213 | 2026-05-08T02:13:36.881Z | Compiling derive-ex v0.1.8 |
| 2214 | 2026-05-08T02:13:36.912Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2215 | 2026-05-08T02:13:36.944Z | Checking rustls-webpki v0.102.8 |
| 2216 | 2026-05-08T02:13:36.977Z | Checking serde_path_to_error v0.1.20 |
| 2217 | 2026-05-08T02:13:37.030Z | Checking async-stream v0.3.6 |
| 2218 | 2026-05-08T02:13:37.147Z | Checking waitgroup v0.1.2 |
| 2219 | 2026-05-08T02:13:37.193Z | Checking rustls-pemfile v2.2.0 |
| 2220 | 2026-05-08T02:13:37.230Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2221 | 2026-05-08T02:13:37.274Z | Checking hostname v0.4.2 |
| 2222 | 2026-05-08T02:13:37.306Z | Checking compression-core v0.4.31 |
| 2223 | 2026-05-08T02:13:37.338Z | Checking progenitor-client v0.14.0 |
| 2224 | 2026-05-08T02:13:37.404Z | Checking regress v0.10.5 |
| 2225 | 2026-05-08T02:13:37.407Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-05-08T02:13:37.467Z | Checking toml v1.0.6+spec-1.1.0 |
| 2227 | 2026-05-08T02:13:37.470Z | Checking compression-codecs v0.4.37 |
| 2228 | 2026-05-08T02:13:37.567Z | Compiling parse-display-derive v0.10.0 |
| 2229 | 2026-05-08T02:13:37.601Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2230 | 2026-05-08T02:13:37.667Z | Checking async-compression v0.4.41 |
| 2231 | 2026-05-08T02:13:37.769Z | Checking itertools v0.14.0 |
| 2232 | 2026-05-08T02:13:37.931Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2233 | 2026-05-08T02:13:38.095Z | Checking macaddr v1.0.1 |
| 2234 | 2026-05-08T02:13:38.144Z | Checking instant v0.1.13 |
| 2235 | 2026-05-08T02:13:38.259Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2236 | 2026-05-08T02:13:38.298Z | Checking progenitor-client v0.10.0 |
| 2237 | 2026-05-08T02:13:38.355Z | Checking backoff v0.4.0 |
| 2238 | 2026-05-08T02:13:38.519Z | Checking backon v1.6.0 |
| 2239 | 2026-05-08T02:13:38.557Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2240 | 2026-05-08T02:13:38.587Z | Compiling test-strategy v0.4.5 |
| 2241 | 2026-05-08T02:13:38.591Z | Checking unicode-width v0.2.0 |
| 2242 | 2026-05-08T02:13:38.707Z | Checking progenitor-extras v0.2.0 |
| 2243 | 2026-05-08T02:13:38.812Z | Checking tokio-rustls v0.25.0 |
| 2244 | 2026-05-08T02:13:38.847Z | Checking heck v0.5.0 |
| 2245 | 2026-05-08T02:13:38.851Z | Compiling convert_case v0.4.0 |
| 2246 | 2026-05-08T02:13:38.909Z | Checking half v2.7.1 |
| 2247 | 2026-05-08T02:13:38.947Z | Checking ciborium-io v0.2.2 |
| 2248 | 2026-05-08T02:13:38.992Z | Checking secrecy v0.10.3 |
| 2249 | 2026-05-08T02:13:39.065Z | Compiling regress v0.11.1 |
| 2250 | 2026-05-08T02:13:39.089Z | Compiling unsafe-libyaml v0.2.11 |
| 2251 | 2026-05-08T02:13:39.136Z | Checking indent_write v2.2.0 |
| 2252 | 2026-05-08T02:13:39.184Z | Checking ciborium-ll v0.2.2 |
| 2253 | 2026-05-08T02:13:39.248Z | Checking parse-display v0.10.0 |
| 2254 | 2026-05-08T02:13:39.282Z | Compiling derive_more v0.99.20 |
| 2255 | 2026-05-08T02:13:39.313Z | Checking camino-tempfile v1.4.1 |
| 2256 | 2026-05-08T02:13:39.382Z | Checking ciborium v0.2.2 |
| 2257 | 2026-05-08T02:13:39.419Z | Checking universal-hash v0.5.1 |
| 2258 | 2026-05-08T02:13:39.493Z | Checking opaque-debug v0.3.1 |
| 2259 | 2026-05-08T02:13:39.572Z | Compiling crucible-workspace-hack v0.1.0 |
| 2260 | 2026-05-08T02:13:39.600Z | Checking aead v0.5.2 |
| 2261 | 2026-05-08T02:13:39.764Z | Compiling serde_yaml v0.9.34+deprecated |
| 2262 | 2026-05-08T02:13:39.829Z | Checking poly1305 v0.8.0 |
| 2263 | 2026-05-08T02:13:39.984Z | Checking chacha20 v0.9.1 |
| 2264 | 2026-05-08T02:13:40.077Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2265 | 2026-05-08T02:13:40.646Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2266 | 2026-05-08T02:13:40.646Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2267 | 2026-05-08T02:13:40.646Z | Checking password-hash v0.5.0 |
| 2268 | 2026-05-08T02:13:40.646Z | Checking blake2 v0.10.6 |
| 2269 | 2026-05-08T02:13:40.697Z | Compiling typify-impl v0.6.2 |
| 2270 | 2026-05-08T02:13:40.743Z | Checking argon2 v0.5.3 |
| 2271 | 2026-05-08T02:13:40.900Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2272 | 2026-05-08T02:13:41.111Z | Checking chacha20poly1305 v0.10.1 |
| 2273 | 2026-05-08T02:13:41.227Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2274 | 2026-05-08T02:13:41.262Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2275 | 2026-05-08T02:13:41.392Z | Checking thiserror-no-std v2.0.2 |
| 2276 | 2026-05-08T02:13:41.506Z | Checking vsss-rs v3.3.4 |
| 2277 | 2026-05-08T02:13:41.539Z | Checking byte-wrapper v0.1.0 |
| 2278 | 2026-05-08T02:13:41.573Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2279 | 2026-05-08T02:13:41.771Z | Checking swrite v0.1.0 |
| 2280 | 2026-05-08T02:13:41.804Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2281 | 2026-05-08T02:13:41.838Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2282 | 2026-05-08T02:13:41.885Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2283 | 2026-05-08T02:13:42.316Z | Checking crossbeam-deque v0.8.6 |
| 2284 | 2026-05-08T02:13:42.521Z | Compiling rayon-core v1.13.0 |
| 2285 | 2026-05-08T02:13:42.556Z | Checking toml v0.8.23 |
| 2286 | 2026-05-08T02:13:42.589Z | Compiling proc-macro-error v1.0.4 |
| 2287 | 2026-05-08T02:13:42.661Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2288 | 2026-05-08T02:13:42.902Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2289 | 2026-05-08T02:13:42.937Z | Checking glob v0.3.3 |
| 2290 | 2026-05-08T02:13:43.124Z | Checking rayon v1.11.0 |
| 2291 | 2026-05-08T02:13:43.157Z | Checking unicode-width v0.1.14 |
| 2292 | 2026-05-08T02:13:43.346Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2293 | 2026-05-08T02:13:43.416Z | Checking tabwriter v1.4.1 |
| 2294 | 2026-05-08T02:13:43.449Z | Compiling proc-macro-crate v3.4.0 |
| 2295 | 2026-05-08T02:13:43.479Z | Compiling heapless v0.8.0 |
| 2296 | 2026-05-08T02:13:43.588Z | Compiling ingot-macros v0.1.1 |
| 2297 | 2026-05-08T02:13:43.847Z | Checking hash32 v0.3.1 |
| 2298 | 2026-05-08T02:13:43.973Z | Compiling smoltcp v0.11.0 |
| 2299 | 2026-05-08T02:13:43.976Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2300 | 2026-05-08T02:13:44.037Z | Checking cobs v0.3.0 |
| 2301 | 2026-05-08T02:13:44.208Z | Compiling usdt-macro v0.5.0 |
| 2302 | 2026-05-08T02:13:44.282Z | Compiling usdt-attr-macro v0.5.0 |
| 2303 | 2026-05-08T02:13:44.381Z | Checking memmap v0.7.0 |
| 2304 | 2026-05-08T02:13:44.471Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2305 | 2026-05-08T02:13:44.541Z | Checking colored v3.1.1 |
| 2306 | 2026-05-08T02:13:44.718Z | Checking postcard v1.1.3 |
| 2307 | 2026-05-08T02:13:44.767Z | Compiling num_enum_derive v0.7.5 |
| 2308 | 2026-05-08T02:13:44.950Z | Compiling proc-macro-crate v1.3.1 |
| 2309 | 2026-05-08T02:13:45.031Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2310 | 2026-05-08T02:13:45.070Z | Checking usdt v0.5.0 |
| 2311 | 2026-05-08T02:13:45.239Z | Compiling typify-macro v0.6.2 |
| 2312 | 2026-05-08T02:13:45.273Z | Checking sigpipe v0.1.3 |
| 2313 | 2026-05-08T02:13:45.276Z | Compiling foreign-types-macros v0.2.3 |
| 2314 | 2026-05-08T02:13:45.377Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2315 | 2026-05-08T02:13:45.410Z | Checking foreign-types-shared v0.3.1 |
| 2316 | 2026-05-08T02:13:45.444Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2317 | 2026-05-08T02:13:45.523Z | Checking cpufeatures v0.3.0 |
| 2318 | 2026-05-08T02:13:45.623Z | Checking chacha20 v0.10.0 |
| 2319 | 2026-05-08T02:13:45.664Z | Compiling num_enum_derive v0.5.11 |
| 2320 | 2026-05-08T02:13:45.808Z | Checking num_enum v0.7.5 |
| 2321 | 2026-05-08T02:13:45.896Z | Checking cstr-argument v0.1.2 |
| 2322 | 2026-05-08T02:13:45.927Z | Checking foreign-types v0.5.0 |
| 2323 | 2026-05-08T02:13:45.957Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-05-08T02:13:45.992Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2325 | 2026-05-08T02:13:46.028Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2326 | 2026-05-08T02:13:46.060Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2327 | 2026-05-08T02:13:46.266Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2328 | 2026-05-08T02:13:46.305Z | Checking rand v0.10.0 |
| 2329 | 2026-05-08T02:13:46.377Z | Checking ingot-types v0.1.2 |
| 2330 | 2026-05-08T02:13:46.408Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-05-08T02:13:46.446Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2332 | 2026-05-08T02:13:46.449Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2333 | 2026-05-08T02:13:46.538Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2334 | 2026-05-08T02:13:46.621Z | Compiling zone_cfg_derive v0.3.1 |
| 2335 | 2026-05-08T02:13:46.653Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2336 | 2026-05-08T02:13:46.705Z | Checking num_enum v0.5.11 |
| 2337 | 2026-05-08T02:13:46.759Z | Checking ingot v0.1.1 |
| 2338 | 2026-05-08T02:13:46.865Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2339 | 2026-05-08T02:13:46.868Z | Checking itertools v0.12.1 |
| 2340 | 2026-05-08T02:13:46.926Z | Compiling num-derive v0.4.2 |
| 2341 | 2026-05-08T02:13:46.999Z | Compiling typify v0.6.2 |
| 2342 | 2026-05-08T02:13:47.178Z | Compiling progenitor-impl v0.14.0 |
| 2343 | 2026-05-08T02:13:47.318Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2344 | 2026-05-08T02:13:47.681Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2345 | 2026-05-08T02:13:47.752Z | Checking smf v0.2.3 |
| 2346 | 2026-05-08T02:13:47.862Z | Checking whoami v1.6.1 |
| 2347 | 2026-05-08T02:13:47.925Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2348 | 2026-05-08T02:13:47.995Z | Checking zone v0.3.1 |
| 2349 | 2026-05-08T02:13:48.027Z | Checking tokio-dtrace v0.1.1 |
| 2350 | 2026-05-08T02:13:48.060Z | Compiling derive-where v1.6.0 |
| 2351 | 2026-05-08T02:13:48.169Z | Checking console v0.15.11 |
| 2352 | 2026-05-08T02:13:48.202Z | Checking atomicwrites v0.4.4 |
| 2353 | 2026-05-08T02:13:48.233Z | Checking oxide-tokio-rt v0.1.4 |
| 2354 | 2026-05-08T02:13:48.354Z | Checking newline-converter v0.3.0 |
| 2355 | 2026-05-08T02:13:48.386Z | Checking num-rational v0.4.2 |
| 2356 | 2026-05-08T02:13:48.418Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2357 | 2026-05-08T02:13:48.448Z | Checking num-complex v0.4.6 |
| 2358 | 2026-05-08T02:13:48.480Z | Checking bytecount v0.6.9 |
| 2359 | 2026-05-08T02:13:48.510Z | Checking expectorate v1.2.0 |
| 2360 | 2026-05-08T02:13:48.607Z | Checking float-ord v0.3.2 |
| 2361 | 2026-05-08T02:13:48.662Z | Compiling progenitor-impl v0.13.0 |
| 2362 | 2026-05-08T02:13:48.737Z | Compiling owo-colors v4.3.0 |
| 2363 | 2026-05-08T02:13:48.804Z | Checking num v0.4.3 |
| 2364 | 2026-05-08T02:13:49.154Z | Checking progenitor-client v0.13.0 |
| 2365 | 2026-05-08T02:13:49.407Z | Compiling cancel-safe-futures v0.1.5 |
| 2366 | 2026-05-08T02:13:49.565Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2367 | 2026-05-08T02:13:49.682Z | Checking libsw-core v0.3.2 |
| 2368 | 2026-05-08T02:13:49.809Z | Compiling prettyplease v0.2.37 |
| 2369 | 2026-05-08T02:13:49.842Z | Compiling progenitor-macro v0.14.0 |
| 2370 | 2026-05-08T02:13:49.873Z | Checking libsw v3.5.0 |
| 2371 | 2026-05-08T02:13:50.048Z | Checking linear-map v1.2.0 |
| 2372 | 2026-05-08T02:13:50.118Z | Checking same-file v1.0.6 |
| 2373 | 2026-05-08T02:13:50.264Z | Checking walkdir v2.5.0 |
| 2374 | 2026-05-08T02:13:50.267Z | Checking gethostname v0.5.0 |
| 2375 | 2026-05-08T02:13:50.328Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2376 | 2026-05-08T02:13:50.411Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2377 | 2026-05-08T02:13:50.456Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2378 | 2026-05-08T02:13:50.604Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2379 | 2026-05-08T02:13:50.835Z | Compiling async-recursion v1.1.1 |
| 2380 | 2026-05-08T02:13:51.270Z | Compiling progenitor-macro v0.13.0 |
| 2381 | 2026-05-08T02:13:51.499Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2382 | 2026-05-08T02:13:52.604Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2383 | 2026-05-08T02:13:53.743Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2384 | 2026-05-08T02:13:54.076Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2385 | 2026-05-08T02:13:54.722Z | Checking progenitor v0.14.0 |
| 2386 | 2026-05-08T02:13:55.173Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2387 | 2026-05-08T02:13:55.783Z | Checking unicode-linebreak v0.1.5 |
| 2388 | 2026-05-08T02:13:56.024Z | Checking smawk v0.3.2 |
| 2389 | 2026-05-08T02:13:56.078Z | Checking resolv-conf v0.7.6 |
| 2390 | 2026-05-08T02:13:56.177Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2391 | 2026-05-08T02:13:56.180Z | Checking progenitor v0.13.0 |
| 2392 | 2026-05-08T02:13:56.240Z | Checking papergrid v0.11.0 |
| 2393 | 2026-05-08T02:13:56.281Z | Compiling tabled_derive v0.7.0 |
| 2394 | 2026-05-08T02:13:56.366Z | Checking globset v0.4.18 |
| 2395 | 2026-05-08T02:13:56.398Z | Compiling convert_case v0.10.0 |
| 2396 | 2026-05-08T02:13:56.429Z | Compiling slog-dtrace v0.3.0 |
| 2397 | 2026-05-08T02:13:56.710Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2398 | 2026-05-08T02:13:56.746Z | Compiling derive_more-impl v2.1.1 |
| 2399 | 2026-05-08T02:13:56.808Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2400 | 2026-05-08T02:13:56.848Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2401 | 2026-05-08T02:13:57.040Z | Compiling pin-project-internal v1.1.11 |
| 2402 | 2026-05-08T02:13:57.521Z | Checking tabled v0.15.0 |
| 2403 | 2026-05-08T02:13:57.556Z | Checking pem v3.0.6 |
| 2404 | 2026-05-08T02:13:57.589Z | Checking derive_more v2.1.1 |
| 2405 | 2026-05-08T02:13:57.619Z | Checking fd-lock v4.0.4 |
| 2406 | 2026-05-08T02:13:57.692Z | Checking crossterm v0.29.0 |
| 2407 | 2026-05-08T02:13:57.725Z | Checking vte v0.14.1 |
| 2408 | 2026-05-08T02:13:57.758Z | Checking display-error-chain v0.2.2 |
| 2409 | 2026-05-08T02:13:57.788Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2410 | 2026-05-08T02:13:57.902Z | Compiling snafu-derive v0.8.9 |
| 2411 | 2026-05-08T02:13:57.906Z | Checking strip-ansi-escapes v0.2.1 |
| 2412 | 2026-05-08T02:13:57.967Z | Checking termtree v0.5.1 |
| 2413 | 2026-05-08T02:13:58.067Z | Checking nu-ansi-term v0.50.3 |
| 2414 | 2026-05-08T02:13:58.133Z | Checking linked-hash-map v0.5.6 |
| 2415 | 2026-05-08T02:13:58.177Z | Checking pin-project v1.1.11 |
| 2416 | 2026-05-08T02:13:58.267Z | Checking textwrap v0.16.2 |
| 2417 | 2026-05-08T02:13:58.300Z | Checking olpc-cjson v0.1.4 |
| 2418 | 2026-05-08T02:13:58.332Z | Checking reedline v0.40.0 |
| 2419 | 2026-05-08T02:13:58.334Z | Checking lru-cache v0.1.2 |
| 2420 | 2026-05-08T02:13:58.463Z | Checking hickory-proto v0.24.4 |
| 2421 | 2026-05-08T02:13:58.507Z | Checking serde_plain v1.0.2 |
| 2422 | 2026-05-08T02:13:58.510Z | Compiling minimal-lexical v0.2.1 |
| 2423 | 2026-05-08T02:13:58.683Z | Checking typed-path v0.9.3 |
| 2424 | 2026-05-08T02:13:58.716Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2425 | 2026-05-08T02:13:58.816Z | Compiling nom v7.1.3 |
| 2426 | 2026-05-08T02:13:59.275Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2427 | 2026-05-08T02:13:59.470Z | Compiling ar_archive_writer v0.5.1 |
| 2428 | 2026-05-08T02:13:59.505Z | Checking humantime v2.3.0 |
| 2429 | 2026-05-08T02:13:59.713Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2430 | 2026-05-08T02:13:59.811Z | Checking csv-core v0.1.13 |
| 2431 | 2026-05-08T02:13:59.844Z | Checking snafu v0.8.9 |
| 2432 | 2026-05-08T02:13:59.882Z | Compiling stacker v0.1.23 |
| 2433 | 2026-05-08T02:14:00.016Z | Checking csv v1.4.0 |
| 2434 | 2026-05-08T02:14:00.109Z | Checking tough v0.20.0 |
| 2435 | 2026-05-08T02:14:00.147Z | Checking highway v1.3.0 |
| 2436 | 2026-05-08T02:14:00.181Z | Compiling semver v0.1.20 |
| 2437 | 2026-05-08T02:14:00.183Z | Compiling cfg_aliases v0.1.1 |
| 2438 | 2026-05-08T02:14:00.256Z | Checking hickory-resolver v0.24.4 |
| 2439 | 2026-05-08T02:14:00.314Z | Compiling nix v0.28.0 |
| 2440 | 2026-05-08T02:14:00.346Z | Compiling psm v0.1.30 |
| 2441 | 2026-05-08T02:14:00.394Z | Compiling rustc_version v0.1.7 |
| 2442 | 2026-05-08T02:14:00.468Z | Checking nibble_vec v0.1.0 |
| 2443 | 2026-05-08T02:14:00.501Z | Checking home v0.5.12 |
| 2444 | 2026-05-08T02:14:00.626Z | Checking endian-type v0.1.2 |
| 2445 | 2026-05-08T02:14:00.659Z | Compiling newtype_derive v0.1.6 |
| 2446 | 2026-05-08T02:14:00.662Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2447 | 2026-05-08T02:14:00.762Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2448 | 2026-05-08T02:14:00.794Z | Checking radix_trie v0.2.1 |
| 2449 | 2026-05-08T02:14:00.885Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2450 | 2026-05-08T02:14:01.001Z | Checking qorb v0.4.1 |
| 2451 | 2026-05-08T02:14:01.032Z | Checking phf_shared v0.12.1 |
| 2452 | 2026-05-08T02:14:01.185Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2453 | 2026-05-08T02:14:01.219Z | Compiling chrono-tz v0.10.4 |
| 2454 | 2026-05-08T02:14:01.222Z | Checking phf v0.12.1 |
| 2455 | 2026-05-08T02:14:01.479Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2456 | 2026-05-08T02:14:01.519Z | Compiling const_format_proc_macros v0.2.34 |
| 2457 | 2026-05-08T02:14:01.614Z | Checking recursive v0.1.1 |
| 2458 | 2026-05-08T02:14:01.647Z | Compiling peg-macros v0.8.5 |
| 2459 | 2026-05-08T02:14:01.734Z | Checking winnow v0.6.26 |
| 2460 | 2026-05-08T02:14:02.036Z | Compiling sqlparser_derive v0.5.0 |
| 2461 | 2026-05-08T02:14:02.409Z | Checking unicode_categories v0.1.1 |
| 2462 | 2026-05-08T02:14:02.413Z | Checking rustyline v14.0.0 |
| 2463 | 2026-05-08T02:14:02.600Z | Checking const_format v0.2.35 |
| 2464 | 2026-05-08T02:14:02.820Z | Checking sqlparser v0.61.0 |
| 2465 | 2026-05-08T02:14:02.948Z | Checking sqlformat v0.3.5 |
| 2466 | 2026-05-08T02:14:03.016Z | Checking peg v0.8.5 |
| 2467 | 2026-05-08T02:14:03.162Z | Checking bcs v0.1.6 |
| 2468 | 2026-05-08T02:14:03.220Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2469 | 2026-05-08T02:14:03.396Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2470 | 2026-05-08T02:14:03.427Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2471 | 2026-05-08T02:14:03.459Z | Checking steno v0.4.1 |
| 2472 | 2026-05-08T02:14:03.556Z | Checking filetime v0.2.27 |
| 2473 | 2026-05-08T02:14:03.712Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2474 | 2026-05-08T02:14:03.745Z | Checking xattr v1.6.1 |
| 2475 | 2026-05-08T02:14:03.898Z | Checking tar v0.4.45 |
| 2476 | 2026-05-08T02:14:04.011Z | Checking subprocess v0.2.15 |
| 2477 | 2026-05-08T02:14:04.329Z | Checking base64 v0.21.7 |
| 2478 | 2026-05-08T02:14:04.361Z | Checking headers-core v0.3.0 |
| 2479 | 2026-05-08T02:14:04.492Z | Checking headers v0.4.1 |
| 2480 | 2026-05-08T02:14:04.556Z | Checking yasna v0.5.2 |
| 2481 | 2026-05-08T02:14:04.593Z | Checking dropshot-api-manager-types v0.7.1 |
| 2482 | 2026-05-08T02:14:04.786Z | Checking tagptr v0.2.0 |
| 2483 | 2026-05-08T02:14:04.955Z | Checking moka v0.12.13 |
| 2484 | 2026-05-08T02:14:04.966Z | Checking rcgen v0.12.1 |
| 2485 | 2026-05-08T02:14:05.017Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2486 | 2026-05-08T02:14:05.201Z | Checking utf-8 v0.7.6 |
| 2487 | 2026-05-08T02:14:05.235Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2488 | 2026-05-08T02:14:05.314Z | Compiling libefi-sys v0.1.0 |
| 2489 | 2026-05-08T02:14:05.365Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2490 | 2026-05-08T02:14:05.402Z | Compiling bitfield-struct v0.6.2 |
| 2491 | 2026-05-08T02:14:05.600Z | Checking hickory-resolver v0.25.2 |
| 2492 | 2026-05-08T02:14:05.795Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2493 | 2026-05-08T02:14:05.836Z | Compiling radium v0.7.0 |
| 2494 | 2026-05-08T02:14:05.896Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2495 | 2026-05-08T02:14:06.047Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2496 | 2026-05-08T02:14:06.080Z | Checking tungstenite v0.21.0 |
| 2497 | 2026-05-08T02:14:06.084Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2498 | 2026-05-08T02:14:06.182Z | Compiling maybe-uninit v2.0.0 |
| 2499 | 2026-05-08T02:14:06.326Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2500 | 2026-05-08T02:14:06.358Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2501 | 2026-05-08T02:14:06.477Z | Checking tap v1.0.1 |
| 2502 | 2026-05-08T02:14:06.550Z | Checking tokio-tungstenite v0.21.0 |
| 2503 | 2026-05-08T02:14:06.615Z | Checking wyz v0.5.1 |
| 2504 | 2026-05-08T02:14:06.817Z | Compiling zerocopy-derive v0.6.6 |
| 2505 | 2026-05-08T02:14:06.850Z | Compiling packed_struct v0.10.1 |
| 2506 | 2026-05-08T02:14:06.853Z | Checking crc-catalog v2.4.0 |
| 2507 | 2026-05-08T02:14:06.912Z | Checking funty v2.0.0 |
| 2508 | 2026-05-08T02:14:07.031Z | Checking crc v3.4.0 |
| 2509 | 2026-05-08T02:14:07.233Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2510 | 2026-05-08T02:14:07.266Z | Compiling packed_struct_codegen v0.10.1 |
| 2511 | 2026-05-08T02:14:07.299Z | Compiling bitfield-macros v0.19.4 |
| 2512 | 2026-05-08T02:14:07.339Z | Checking bitvec v1.0.1 |
| 2513 | 2026-05-08T02:14:07.376Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2514 | 2026-05-08T02:14:07.706Z | Checking zerocopy v0.6.6 |
| 2515 | 2026-05-08T02:14:08.032Z | Compiling indexmap v1.9.3 |
| 2516 | 2026-05-08T02:14:08.035Z | Checking nodrop v0.1.14 |
| 2517 | 2026-05-08T02:14:08.182Z | Checking array-init v0.0.4 |
| 2518 | 2026-05-08T02:14:08.223Z | Checking bitfield v0.19.4 |
| 2519 | 2026-05-08T02:14:08.298Z | Checking smallvec v0.6.14 |
| 2520 | 2026-05-08T02:14:08.371Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2521 | 2026-05-08T02:14:08.502Z | Checking hashbrown v0.12.3 |
| 2522 | 2026-05-08T02:14:08.535Z | Checking serde-hex v0.1.0 |
| 2523 | 2026-05-08T02:14:08.538Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2524 | 2026-05-08T02:14:08.747Z | Checking ron v0.8.1 |
| 2525 | 2026-05-08T02:14:08.973Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2526 | 2026-05-08T02:14:09.251Z | Checking hashbrown v0.13.2 |
| 2527 | 2026-05-08T02:14:09.283Z | Checking crc-any v2.5.0 |
| 2528 | 2026-05-08T02:14:09.286Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2529 | 2026-05-08T02:14:09.484Z | Compiling xshell-macros v0.2.7 |
| 2530 | 2026-05-08T02:14:09.515Z | Checking path-slash v0.1.5 |
| 2531 | 2026-05-08T02:14:09.644Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2532 | 2026-05-08T02:14:09.698Z | Checking object v0.30.4 |
| 2533 | 2026-05-08T02:14:09.728Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2534 | 2026-05-08T02:14:09.886Z | Checking xshell v0.2.7 |
| 2535 | 2026-05-08T02:14:09.948Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2536 | 2026-05-08T02:14:10.039Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2537 | 2026-05-08T02:14:10.071Z | Checking half v1.8.3 |
| 2538 | 2026-05-08T02:14:10.101Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2539 | 2026-05-08T02:14:10.290Z | Checking serde_cbor v0.11.2 |
| 2540 | 2026-05-08T02:14:10.690Z | Compiling num-derive v0.3.3 |
| 2541 | 2026-05-08T02:14:10.721Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2542 | 2026-05-08T02:14:10.865Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2543 | 2026-05-08T02:14:11.112Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2544 | 2026-05-08T02:14:11.144Z | Compiling proc-macro-error2 v2.0.1 |
| 2545 | 2026-05-08T02:14:11.484Z | Compiling tabled_derive v0.11.0 |
| 2546 | 2026-05-08T02:14:11.516Z | Checking papergrid v0.17.0 |
| 2547 | 2026-05-08T02:14:11.598Z | Checking libscf-sys v1.1.0 |
| 2548 | 2026-05-08T02:14:11.755Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2549 | 2026-05-08T02:14:11.803Z | Checking testing_table v0.3.0 |
| 2550 | 2026-05-08T02:14:11.924Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2551 | 2026-05-08T02:14:12.053Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2552 | 2026-05-08T02:14:12.318Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2553 | 2026-05-08T02:14:12.446Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2554 | 2026-05-08T02:14:12.493Z | Checking maplit v1.0.2 |
| 2555 | 2026-05-08T02:14:12.634Z | Checking crc8 v0.1.1 |
| 2556 | 2026-05-08T02:14:12.701Z | Checking tabled v0.20.0 |
| 2557 | 2026-05-08T02:14:12.744Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2558 | 2026-05-08T02:14:12.776Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2559 | 2026-05-08T02:14:12.779Z | Checking fxhash v0.2.1 |
| 2560 | 2026-05-08T02:14:12.953Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2561 | 2026-05-08T02:14:13.119Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2562 | 2026-05-08T02:14:13.502Z | Checking unicase v2.9.0 |
| 2563 | 2026-05-08T02:14:13.575Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2564 | 2026-05-08T02:14:13.688Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2565 | 2026-05-08T02:14:13.766Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2566 | 2026-05-08T02:14:13.961Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2567 | 2026-05-08T02:14:14.022Z | Compiling typify-impl v0.4.3 |
| 2568 | 2026-05-08T02:14:14.127Z | Checking kstat-rs v0.2.4 |
| 2569 | 2026-05-08T02:14:14.208Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2570 | 2026-05-08T02:14:14.244Z | Compiling diesel_derives v2.3.7 |
| 2571 | 2026-05-08T02:14:14.345Z | Compiling dsl_auto_type v0.2.0 |
| 2572 | 2026-05-08T02:14:14.490Z | Checking scheduled-thread-pool v0.2.7 |
| 2573 | 2026-05-08T02:14:14.665Z | Checking arc-swap v1.8.2 |
| 2574 | 2026-05-08T02:14:14.774Z | Compiling vergen-gitcl v1.0.8 |
| 2575 | 2026-05-08T02:14:14.915Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2576 | 2026-05-08T02:14:14.982Z | Compiling parking_lot_core v0.8.6 |
| 2577 | 2026-05-08T02:14:15.042Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2578 | 2026-05-08T02:14:15.084Z | Checking slog-scope v4.4.1 |
| 2579 | 2026-05-08T02:14:15.246Z | Checking r2d2 v0.8.10 |
| 2580 | 2026-05-08T02:14:15.319Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2581 | 2026-05-08T02:14:15.454Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2582 | 2026-05-08T02:14:15.827Z | Compiling git-stub v1.0.0 |
| 2583 | 2026-05-08T02:14:16.107Z | Checking downcast-rs v2.0.2 |
| 2584 | 2026-05-08T02:14:16.225Z | Compiling git-stub-vcs v0.1.0 |
| 2585 | 2026-05-08T02:14:16.291Z | Checking slog-stdlog v4.1.1 |
| 2586 | 2026-05-08T02:14:16.421Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2587 | 2026-05-08T02:14:16.451Z | Checking slog-envlogger v2.2.0 |
| 2588 | 2026-05-08T02:14:16.481Z | Checking parking_lot v0.11.2 |
| 2589 | 2026-05-08T02:14:16.604Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2590 | 2026-05-08T02:14:16.635Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2591 | 2026-05-08T02:14:16.692Z | Checking prefix-trie v0.7.0 |
| 2592 | 2026-05-08T02:14:16.732Z | Checking sled v0.34.7 |
| 2593 | 2026-05-08T02:14:16.948Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2594 | 2026-05-08T02:14:17.073Z | Checking hickory-server v0.25.2 |
| 2595 | 2026-05-08T02:14:17.140Z | Checking nanorand v0.7.0 |
| 2596 | 2026-05-08T02:14:17.180Z | Compiling dirs-sys-next v0.1.2 |
| 2597 | 2026-05-08T02:14:17.368Z | Compiling crunchy v0.2.4 |
| 2598 | 2026-05-08T02:14:17.497Z | Compiling salty v0.3.0 |
| 2599 | 2026-05-08T02:14:17.703Z | Checking flume v0.11.1 |
| 2600 | 2026-05-08T02:14:17.793Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2601 | 2026-05-08T02:14:17.836Z | Compiling dirs-next v2.0.0 |
| 2602 | 2026-05-08T02:14:17.966Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2603 | 2026-05-08T02:14:17.999Z | Compiling clang-sys v1.8.1 |
| 2604 | 2026-05-08T02:14:18.027Z | Checking primeorder v0.13.6 |
| 2605 | 2026-05-08T02:14:18.125Z | Compiling tiny-keccak v2.0.2 |
| 2606 | 2026-05-08T02:14:18.291Z | Compiling term v0.7.0 |
| 2607 | 2026-05-08T02:14:18.458Z | Compiling typify-macro v0.4.3 |
| 2608 | 2026-05-08T02:14:18.562Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2609 | 2026-05-08T02:14:18.708Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2610 | 2026-05-08T02:14:18.740Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2611 | 2026-05-08T02:14:18.865Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2612 | 2026-05-08T02:14:19.036Z | Compiling bit-vec v0.6.3 |
| 2613 | 2026-05-08T02:14:19.081Z | Compiling ascii-canvas v3.0.0 |
| 2614 | 2026-05-08T02:14:19.280Z | Compiling bit-set v0.5.3 |
| 2615 | 2026-05-08T02:14:19.384Z | Compiling itertools v0.10.5 |
| 2616 | 2026-05-08T02:14:19.461Z | Compiling ena v0.14.4 |
| 2617 | 2026-05-08T02:14:19.516Z | Compiling libloading v0.8.9 |
| 2618 | 2026-05-08T02:14:19.694Z | Compiling fs-err v2.11.0 |
| 2619 | 2026-05-08T02:14:19.747Z | Compiling bindgen v0.71.1 |
| 2620 | 2026-05-08T02:14:19.786Z | Compiling regex-syntax v0.6.29 |
| 2621 | 2026-05-08T02:14:19.913Z | Compiling diff v0.1.13 |
| 2622 | 2026-05-08T02:14:20.183Z | Compiling typify v0.4.3 |
| 2623 | 2026-05-08T02:14:20.287Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2624 | 2026-05-08T02:14:20.323Z | Checking p384 v0.13.1 |
| 2625 | 2026-05-08T02:14:20.352Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2626 | 2026-05-08T02:14:20.382Z | Checking diesel v2.3.7 |
| 2627 | 2026-05-08T02:14:20.480Z | Compiling cexpr v0.6.0 |
| 2628 | 2026-05-08T02:14:20.613Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2629 | 2026-05-08T02:14:20.947Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2630 | 2026-05-08T02:14:20.979Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2631 | 2026-05-08T02:14:21.141Z | Compiling lalrpop v0.19.12 |
| 2632 | 2026-05-08T02:14:21.194Z | Compiling libxml v0.3.3 |
| 2633 | 2026-05-08T02:14:21.308Z | Checking parse-size v1.1.0 |
| 2634 | 2026-05-08T02:14:21.472Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2635 | 2026-05-08T02:14:21.921Z | Compiling progenitor-impl v0.11.2 |
| 2636 | 2026-05-08T02:14:22.376Z | Compiling strum_macros v0.24.3 |
| 2637 | 2026-05-08T02:14:22.809Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2638 | 2026-05-08T02:14:23.432Z | Compiling indoc v1.0.9 |
| 2639 | 2026-05-08T02:14:23.739Z | Checking assert_matches v1.5.0 |
| 2640 | 2026-05-08T02:14:23.883Z | Compiling progenitor-impl v0.10.0 |
| 2641 | 2026-05-08T02:14:24.366Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2642 | 2026-05-08T02:14:24.612Z | Compiling progenitor-macro v0.11.2 |
| 2643 | 2026-05-08T02:14:24.752Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2644 | 2026-05-08T02:14:24.973Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2645 | 2026-05-08T02:14:25.339Z | Checking predicates-tree v1.0.13 |
| 2646 | 2026-05-08T02:14:25.484Z | Checking progenitor-client v0.11.2 |
| 2647 | 2026-05-08T02:14:25.540Z | Checking derive_builder v0.20.2 |
| 2648 | 2026-05-08T02:14:25.679Z | Checking quick-xml v0.37.5 |
| 2649 | 2026-05-08T02:14:25.753Z | Compiling oso-derive v0.27.3 |
| 2650 | 2026-05-08T02:14:26.273Z | Compiling trait-variant v0.1.2 |
| 2651 | 2026-05-08T02:14:26.441Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2652 | 2026-05-08T02:14:26.566Z | Checking openssl-probe v0.1.6 |
| 2653 | 2026-05-08T02:14:26.701Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2654 | 2026-05-08T02:14:26.734Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2655 | 2026-05-08T02:14:26.829Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2656 | 2026-05-08T02:14:26.914Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2657 | 2026-05-08T02:14:28.050Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2658 | 2026-05-08T02:14:28.676Z | Compiling progenitor-macro v0.10.0 |
| 2659 | 2026-05-08T02:14:28.710Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2660 | 2026-05-08T02:14:28.859Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2661 | 2026-05-08T02:14:28.894Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2662 | 2026-05-08T02:14:29.450Z | Checking progenitor v0.11.2 |
| 2663 | 2026-05-08T02:14:29.621Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2664 | 2026-05-08T02:14:29.932Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2665 | 2026-05-08T02:14:30.953Z | Compiling mime_guess v2.0.5 |
| 2666 | 2026-05-08T02:14:31.440Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2667 | 2026-05-08T02:14:31.694Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2668 | 2026-05-08T02:14:32.134Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2669 | 2026-05-08T02:14:32.463Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2670 | 2026-05-08T02:14:32.497Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2671 | 2026-05-08T02:14:32.694Z | Checking http-range v0.1.5 |
| 2672 | 2026-05-08T02:14:32.735Z | Checking corncobs v0.1.4 |
| 2673 | 2026-05-08T02:14:32.889Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2674 | 2026-05-08T02:14:32.920Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2675 | 2026-05-08T02:14:33.170Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2676 | 2026-05-08T02:14:33.507Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2677 | 2026-05-08T02:14:33.539Z | Checking progenitor v0.10.0 |
| 2678 | 2026-05-08T02:14:33.542Z | Checking ignore v0.4.25 |
| 2679 | 2026-05-08T02:14:33.706Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2680 | 2026-05-08T02:14:33.999Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2681 | 2026-05-08T02:14:34.334Z | Checking atty v0.2.14 |
| 2682 | 2026-05-08T02:14:34.460Z | Checking secrecy v0.8.0 |
| 2683 | 2026-05-08T02:14:34.548Z | Checking globwalk v0.9.1 |
| 2684 | 2026-05-08T02:14:34.761Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2685 | 2026-05-08T02:14:35.323Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2686 | 2026-05-08T02:14:35.600Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2687 | 2026-05-08T02:14:35.797Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2688 | 2026-05-08T02:14:35.828Z | Checking bb8 v0.8.6 |
| 2689 | 2026-05-08T02:14:35.901Z | Checking hyper-staticfile v0.10.1 |
| 2690 | 2026-05-08T02:14:36.051Z | Checking camino-tempfile-ext v0.3.3 |
| 2691 | 2026-05-08T02:14:36.083Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2692 | 2026-05-08T02:14:36.128Z | Checking async-bb8-diesel v0.2.1 |
| 2693 | 2026-05-08T02:14:36.237Z | Checking diesel-dtrace v0.5.0 |
| 2694 | 2026-05-08T02:14:36.298Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2695 | 2026-05-08T02:14:36.506Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2696 | 2026-05-08T02:14:36.536Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2697 | 2026-05-08T02:14:36.605Z | Checking signal-hook-tokio v0.3.1 |
| 2698 | 2026-05-08T02:14:36.726Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2699 | 2026-05-08T02:14:36.801Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2700 | 2026-05-08T02:14:37.043Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2701 | 2026-05-08T02:14:37.083Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2702 | 2026-05-08T02:14:37.831Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2703 | 2026-05-08T02:14:37.879Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2704 | 2026-05-08T02:14:38.079Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2705 | 2026-05-08T02:14:38.227Z | Checking nonempty v0.12.0 |
| 2706 | 2026-05-08T02:14:38.387Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2707 | 2026-05-08T02:14:38.421Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2708 | 2026-05-08T02:14:38.424Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2709 | 2026-05-08T02:14:38.814Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2710 | 2026-05-08T02:14:38.846Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2711 | 2026-05-08T02:14:39.213Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2712 | 2026-05-08T02:14:39.255Z | Checking tungstenite v0.23.0 |
| 2713 | 2026-05-08T02:14:39.499Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2714 | 2026-05-08T02:14:39.703Z | Checking tokio-tungstenite v0.23.1 |
| 2715 | 2026-05-08T02:14:40.004Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2716 | 2026-05-08T02:14:40.319Z | Checking rand_seeder v0.4.0 |
| 2717 | 2026-05-08T02:14:40.374Z | Checking void v1.0.2 |
| 2718 | 2026-05-08T02:14:40.425Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2719 | 2026-05-08T02:14:40.494Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2720 | 2026-05-08T02:14:40.524Z | Checking lzss v0.8.2 |
| 2721 | 2026-05-08T02:14:40.673Z | Checking nix v0.27.1 |
| 2722 | 2026-05-08T02:14:40.704Z | Checking serde_bytes v0.11.19 |
| 2723 | 2026-05-08T02:14:40.738Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2724 | 2026-05-08T02:14:40.817Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2725 | 2026-05-08T02:14:40.904Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2726 | 2026-05-08T02:14:40.937Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2727 | 2026-05-08T02:14:41.201Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2728 | 2026-05-08T02:14:41.523Z | Checking is_ci v1.2.0 |
| 2729 | 2026-05-08T02:14:41.652Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2730 | 2026-05-08T02:14:41.685Z | Checking yansi v1.0.1 |
| 2731 | 2026-05-08T02:14:41.844Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2732 | 2026-05-08T02:14:41.976Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2733 | 2026-05-08T02:14:42.115Z | Checking pretty_assertions v1.4.1 |
| 2734 | 2026-05-08T02:14:42.240Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2735 | 2026-05-08T02:14:42.278Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2736 | 2026-05-08T02:14:42.536Z | Compiling darling_core v0.23.0 |
| 2737 | 2026-05-08T02:14:42.594Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2738 | 2026-05-08T02:14:42.933Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2739 | 2026-05-08T02:14:43.780Z | Compiling indoc v2.0.7 |
| 2740 | 2026-05-08T02:14:43.839Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2741 | 2026-05-08T02:14:44.065Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2742 | 2026-05-08T02:14:44.263Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2743 | 2026-05-08T02:14:44.487Z | Compiling instability v0.3.11 |
| 2744 | 2026-05-08T02:14:44.520Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2745 | 2026-05-08T02:14:44.855Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2746 | 2026-05-08T02:14:44.887Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2747 | 2026-05-08T02:14:44.917Z | Compiling libz-sys v1.1.24 |
| 2748 | 2026-05-08T02:14:45.070Z | Compiling darling_macro v0.23.0 |
| 2749 | 2026-05-08T02:14:45.313Z | Checking castaway v0.2.4 |
| 2750 | 2026-05-08T02:14:45.455Z | Checking compact_str v0.8.1 |
| 2751 | 2026-05-08T02:14:45.581Z | Compiling darling v0.23.0 |
| 2752 | 2026-05-08T02:14:45.852Z | Checking supports-color v3.0.2 |
| 2753 | 2026-05-08T02:14:46.013Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2754 | 2026-05-08T02:14:46.236Z | Checking unicode-truncate v1.1.0 |
| 2755 | 2026-05-08T02:14:46.413Z | Checking console v0.16.2 |
| 2756 | 2026-05-08T02:14:46.445Z | Checking lru v0.12.5 |
| 2757 | 2026-05-08T02:14:46.475Z | Checking unit-prefix v0.5.2 |
| 2758 | 2026-05-08T02:14:46.577Z | Checking cassowary v0.3.0 |
| 2759 | 2026-05-08T02:14:46.657Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2760 | 2026-05-08T02:14:46.698Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2761 | 2026-05-08T02:14:46.744Z | Checking indicatif v0.18.4 |
| 2762 | 2026-05-08T02:14:46.813Z | Checking ratatui v0.29.0 |
| 2763 | 2026-05-08T02:14:46.899Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2764 | 2026-05-08T02:14:47.326Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2765 | 2026-05-08T02:14:48.163Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2766 | 2026-05-08T02:14:48.389Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2767 | 2026-05-08T02:14:48.558Z | Compiling vergen-git2 v1.0.7 |
| 2768 | 2026-05-08T02:14:48.597Z | Checking plotters-backend v0.3.7 |
| 2769 | 2026-05-08T02:14:48.670Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2770 | 2026-05-08T02:14:48.815Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2771 | 2026-05-08T02:14:48.845Z | Checking plotters-svg v0.3.7 |
| 2772 | 2026-05-08T02:14:48.889Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2773 | 2026-05-08T02:14:49.012Z | Checking colored v2.2.0 |
| 2774 | 2026-05-08T02:14:49.043Z | Checking shell-words v1.1.1 |
| 2775 | 2026-05-08T02:14:49.195Z | Checking cast v0.3.0 |
| 2776 | 2026-05-08T02:14:49.242Z | Compiling rustls v0.21.12 |
| 2777 | 2026-05-08T02:14:49.378Z | Checking criterion-plot v0.6.0 |
| 2778 | 2026-05-08T02:14:49.537Z | Checking plotters v0.3.7 |
| 2779 | 2026-05-08T02:14:49.620Z | Checking typeid v1.0.3 |
| 2780 | 2026-05-08T02:14:49.650Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2781 | 2026-05-08T02:14:49.752Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2782 | 2026-05-08T02:14:49.975Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2783 | 2026-05-08T02:14:50.194Z | Checking sct v0.7.1 |
| 2784 | 2026-05-08T02:14:50.285Z | Checking rustls-webpki v0.101.7 |
| 2785 | 2026-05-08T02:14:50.358Z | Checking tinytemplate v1.2.1 |
| 2786 | 2026-05-08T02:14:50.584Z | Compiling nix v0.29.0 |
| 2787 | 2026-05-08T02:14:50.614Z | Compiling dropshot v0.16.7 |
| 2788 | 2026-05-08T02:14:50.648Z | Checking oorandom v11.1.5 |
| 2789 | 2026-05-08T02:14:50.788Z | Checking anes v0.1.6 |
| 2790 | 2026-05-08T02:14:50.837Z | Checking hex-literal v0.4.1 |
| 2791 | 2026-05-08T02:14:50.992Z | Checking criterion v0.7.0 |
| 2792 | 2026-05-08T02:14:51.063Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2793 | 2026-05-08T02:14:52.342Z | Checking erased-serde v0.4.9 |
| 2794 | 2026-05-08T02:14:52.397Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2795 | 2026-05-08T02:14:52.731Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2796 | 2026-05-08T02:14:53.511Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2797 | 2026-05-08T02:14:54.334Z | Checking toml v0.9.12+spec-1.1.0 |
| 2798 | 2026-05-08T02:14:54.960Z | Checking ordered-float v2.10.1 |
| 2799 | 2026-05-08T02:14:55.234Z | Compiling dropshot_endpoint v0.16.7 |
| 2800 | 2026-05-08T02:14:55.337Z | Checking serde-value v0.7.0 |
| 2801 | 2026-05-08T02:14:55.575Z | Checking serde-untagged v0.1.9 |
| 2802 | 2026-05-08T02:14:55.798Z | Checking tokio-rustls v0.24.1 |
| 2803 | 2026-05-08T02:14:56.282Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2804 | 2026-05-08T02:14:57.133Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2805 | 2026-05-08T02:14:57.303Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2806 | 2026-05-08T02:14:57.353Z | Checking rustls-pemfile v1.0.4 |
| 2807 | 2026-05-08T02:14:57.480Z | Checking twox-hash v2.1.2 |
| 2808 | 2026-05-08T02:14:57.522Z | Checking unicode-xid v0.2.6 |
| 2809 | 2026-05-08T02:14:57.659Z | Checking cargo-util-schemas v0.8.2 |
| 2810 | 2026-05-08T02:14:57.806Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2811 | 2026-05-08T02:14:58.436Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2812 | 2026-05-08T02:14:58.550Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2813 | 2026-05-08T02:14:58.900Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2814 | 2026-05-08T02:14:59.084Z | Checking fatfs v0.3.6 |
| 2815 | 2026-05-08T02:14:59.117Z | Checking cargo-platform v0.2.0 |
| 2816 | 2026-05-08T02:14:59.264Z | Compiling petname v2.0.2 |
| 2817 | 2026-05-08T02:14:59.321Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2818 | 2026-05-08T02:14:59.549Z | Compiling seq-macro v0.3.6 |
| 2819 | 2026-05-08T02:14:59.917Z | Checking cargo_metadata v0.21.0 |
| 2820 | 2026-05-08T02:15:00.064Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2821 | 2026-05-08T02:15:00.635Z | Checking concurrent-queue v2.5.0 |
| 2822 | 2026-05-08T02:15:00.679Z | Checking rtoolbox v0.0.3 |
| 2823 | 2026-05-08T02:15:00.841Z | Checking parking v2.2.1 |
| 2824 | 2026-05-08T02:15:00.844Z | Checking rpassword v7.4.0 |
| 2825 | 2026-05-08T02:15:00.992Z | Checking event-listener v5.4.1 |
| 2826 | 2026-05-08T02:15:01.237Z | Checking tui-tree-widget v0.23.1 |
| 2827 | 2026-05-08T02:15:01.424Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2828 | 2026-05-08T02:15:01.455Z | Checking polyval v0.6.2 |
| 2829 | 2026-05-08T02:15:01.613Z | Checking sapling-renderdag v0.1.0 |
| 2830 | 2026-05-08T02:15:01.647Z | Checking sync-ptr v0.1.4 |
| 2831 | 2026-05-08T02:15:01.791Z | Checking ghash v0.5.1 |
| 2832 | 2026-05-08T02:15:01.879Z | Checking event-listener-strategy v0.5.4 |
| 2833 | 2026-05-08T02:15:01.940Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2834 | 2026-05-08T02:15:02.053Z | Checking ctr v0.9.2 |
| 2835 | 2026-05-08T02:15:02.166Z | Checking constant_time_eq v0.4.2 |
| 2836 | 2026-05-08T02:15:02.248Z | Checking arrayvec v0.7.6 |
| 2837 | 2026-05-08T02:15:02.333Z | Checking arrayref v0.3.9 |
| 2838 | 2026-05-08T02:15:02.435Z | Checking futures-timer v3.0.3 |
| 2839 | 2026-05-08T02:15:02.467Z | Checking aes-gcm v0.10.3 |
| 2840 | 2026-05-08T02:15:02.519Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2841 | 2026-05-08T02:15:02.670Z | Checking async-lock v3.4.2 |
| 2842 | 2026-05-08T02:15:02.673Z | Compiling samael v0.0.19 |
| 2843 | 2026-05-08T02:15:02.731Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2844 | 2026-05-08T02:15:03.076Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2845 | 2026-05-08T02:15:03.720Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2846 | 2026-05-08T02:15:03.762Z | Checking ssh-encoding v0.2.0 |
| 2847 | 2026-05-08T02:15:03.978Z | Checking blowfish v0.9.1 |
| 2848 | 2026-05-08T02:15:04.154Z | Checking bcrypt-pbkdf v0.10.0 |
| 2849 | 2026-05-08T02:15:04.345Z | Checking ssh-cipher v0.2.0 |
| 2850 | 2026-05-08T02:15:04.545Z | Checking async-object-pool v0.2.0 |
| 2851 | 2026-05-08T02:15:04.683Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2026-05-08T02:15:04.887Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2853 | 2026-05-08T02:15:05.015Z | Checking serde_regex v1.1.0 |
| 2854 | 2026-05-08T02:15:05.180Z | Checking password-hash v0.4.2 |
| 2855 | 2026-05-08T02:15:05.211Z | Checking assert-json-diff v2.0.2 |
| 2856 | 2026-05-08T02:15:05.404Z | Checking path-tree v0.8.3 |
| 2857 | 2026-05-08T02:15:05.434Z | Checking stringmetrics v2.2.2 |
| 2858 | 2026-05-08T02:15:05.528Z | Compiling target-lexicon v0.13.3 |
| 2859 | 2026-05-08T02:15:05.607Z | Checking gimli v0.32.3 |
| 2860 | 2026-05-08T02:15:05.637Z | Checking httpmock v0.8.3 |
| 2861 | 2026-05-08T02:15:06.092Z | Checking pbkdf2 v0.11.0 |
| 2862 | 2026-05-08T02:15:06.290Z | Checking ssh-key v0.6.7 |
| 2863 | 2026-05-08T02:15:07.174Z | Checking addr2line v0.25.1 |
| 2864 | 2026-05-08T02:15:07.464Z | Checking p256 v0.13.2 |
| 2865 | 2026-05-08T02:15:07.743Z | Checking p521 v0.13.3 |
| 2866 | 2026-05-08T02:15:07.831Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2867 | 2026-05-08T02:15:07.863Z | Checking russh-cryptovec v0.7.3 |
| 2868 | 2026-05-08T02:15:08.022Z | Compiling guppy-workspace-hack v0.1.0 |
| 2869 | 2026-05-08T02:15:08.053Z | Checking rustc-demangle v0.1.27 |
| 2870 | 2026-05-08T02:15:08.232Z | Checking md5 v0.7.0 |
| 2871 | 2026-05-08T02:15:08.308Z | Checking backtrace v0.3.76 |
| 2872 | 2026-05-08T02:15:08.440Z | Checking russh-keys v0.45.0 |
| 2873 | 2026-05-08T02:15:08.635Z | Checking num-bigint v0.4.6 |
| 2874 | 2026-05-08T02:15:08.666Z | Checking des v0.8.1 |
| 2875 | 2026-05-08T02:15:08.882Z | Compiling blake3 v1.8.3 |
| 2876 | 2026-05-08T02:15:08.999Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2877 | 2026-05-08T02:15:09.101Z | Compiling target-spec v3.5.7 |
| 2878 | 2026-05-08T02:15:09.427Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2879 | 2026-05-08T02:15:09.592Z | Checking cfg-expr v0.20.6 |
| 2880 | 2026-05-08T02:15:09.622Z | Checking russh v0.45.0 |
| 2881 | 2026-05-08T02:15:09.749Z | Checking backtrace-ext v0.2.1 |
| 2882 | 2026-05-08T02:15:09.989Z | Checking supports-color v2.1.0 |
| 2883 | 2026-05-08T02:15:10.019Z | Checking textwrap v0.15.2 |
| 2884 | 2026-05-08T02:15:10.066Z | Checking supports-hyperlinks v2.1.0 |
| 2885 | 2026-05-08T02:15:10.150Z | Checking supports-unicode v2.1.0 |
| 2886 | 2026-05-08T02:15:10.207Z | Checking hashbrown v0.14.5 |
| 2887 | 2026-05-08T02:15:10.245Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2888 | 2026-05-08T02:15:10.287Z | Checking cargo-platform v0.3.2 |
| 2889 | 2026-05-08T02:15:10.468Z | Checking terminal_size v0.1.17 |
| 2890 | 2026-05-08T02:15:10.498Z | Checking socket2 v0.5.10 |
| 2891 | 2026-05-08T02:15:10.605Z | Compiling miette-derive v5.10.0 |
| 2892 | 2026-05-08T02:15:10.702Z | Checking owo-colors v3.5.0 |
| 2893 | 2026-05-08T02:15:10.771Z | Checking internet-checksum v0.2.1 |
| 2894 | 2026-05-08T02:15:10.919Z | Checking chumsky v0.9.3 |
| 2895 | 2026-05-08T02:15:11.250Z | Checking cargo_metadata v0.23.1 |
| 2896 | 2026-05-08T02:15:11.726Z | Checking miette v5.10.0 |
| 2897 | 2026-05-08T02:15:12.029Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2898 | 2026-05-08T02:15:12.089Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2899 | 2026-05-08T02:15:12.230Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2900 | 2026-05-08T02:15:12.233Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2901 | 2026-05-08T02:15:12.438Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2902 | 2026-05-08T02:15:12.596Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2903 | 2026-05-08T02:15:12.710Z | Compiling knuffel-derive v3.2.0 |
| 2904 | 2026-05-08T02:15:12.888Z | Checking httptest v0.16.4 |
| 2905 | 2026-05-08T02:15:13.007Z | Checking pathdiff v0.2.3 |
| 2906 | 2026-05-08T02:15:13.143Z | Checking topological-sort v0.2.2 |
| 2907 | 2026-05-08T02:15:13.273Z | Checking nested v0.1.1 |
| 2908 | 2026-05-08T02:15:13.309Z | Checking omicron-zone-package v0.12.2 |
| 2909 | 2026-05-08T02:15:13.434Z | Checking guppy v0.17.25 |
| 2910 | 2026-05-08T02:15:13.466Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2911 | 2026-05-08T02:15:13.705Z | Checking similar-asserts v1.7.0 |
| 2912 | 2026-05-08T02:15:13.884Z | Compiling target-triple v1.0.0 |
| 2913 | 2026-05-08T02:15:14.104Z | Compiling git2 v0.20.4 |
| 2914 | 2026-05-08T02:15:14.196Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2915 | 2026-05-08T02:15:14.199Z | Checking knuffel v3.2.0 |
| 2916 | 2026-05-08T02:15:14.300Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2917 | 2026-05-08T02:15:14.387Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2918 | 2026-05-08T02:15:14.390Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2919 | 2026-05-08T02:15:14.641Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2920 | 2026-05-08T02:15:14.849Z | Checking hickory-client v0.25.2 |
| 2921 | 2026-05-08T02:15:15.154Z | Checking tokio-test v0.4.5 |
| 2922 | 2026-05-08T02:15:15.254Z | Compiling assert_cmd v2.1.2 |
| 2923 | 2026-05-08T02:15:15.387Z | Checking escape8259 v0.5.3 |
| 2924 | 2026-05-08T02:15:15.558Z | Checking libtest-mimic v0.8.1 |
| 2925 | 2026-05-08T02:15:15.752Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2926 | 2026-05-08T02:15:15.821Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2927 | 2026-05-08T02:15:15.885Z | Checking blake2b_simd v1.0.4 |
| 2928 | 2026-05-08T02:15:16.064Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2929 | 2026-05-08T02:15:16.497Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2930 | 2026-05-08T02:15:16.529Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2931 | 2026-05-08T02:15:16.906Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2932 | 2026-05-08T02:15:16.910Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2933 | 2026-05-08T02:15:17.076Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2934 | 2026-05-08T02:15:17.179Z | Checking fancy-regex v0.14.0 |
| 2935 | 2026-05-08T02:15:17.335Z | Checking serde_tokenstream v0.2.3 |
| 2936 | 2026-05-08T02:15:17.430Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2937 | 2026-05-08T02:15:17.495Z | Checking approx v0.5.1 |
| 2938 | 2026-05-08T02:15:17.571Z | Compiling rstest_macros v0.25.0 |
| 2939 | 2026-05-08T02:15:17.601Z | Checking uzers v0.12.2 |
| 2940 | 2026-05-08T02:15:17.656Z | Checking constant_time_eq v0.3.1 |
| 2941 | 2026-05-08T02:15:17.787Z | Checking termcolor v1.4.1 |
| 2942 | 2026-05-08T02:15:17.841Z | Compiling linkme-impl v0.3.35 |
| 2943 | 2026-05-08T02:15:17.952Z | Compiling polar-core v0.27.3 |
| 2944 | 2026-05-08T02:15:17.986Z | Checking rust-argon2 v2.1.0 |
| 2945 | 2026-05-08T02:15:18.022Z | Checking trybuild v1.0.116 |
| 2946 | 2026-05-08T02:15:18.235Z | Checking datatest-stable v0.3.3 |
| 2947 | 2026-05-08T02:15:18.586Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2948 | 2026-05-08T02:15:18.757Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2949 | 2026-05-08T02:15:18.871Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2950 | 2026-05-08T02:15:18.932Z | Checking support-bundle-viewer v0.1.2 |
| 2951 | 2026-05-08T02:15:19.205Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2952 | 2026-05-08T02:15:19.441Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2953 | 2026-05-08T02:15:19.520Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2954 | 2026-05-08T02:15:19.658Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2955 | 2026-05-08T02:15:19.741Z | Checking drift v0.1.3 |
| 2956 | 2026-05-08T02:15:19.882Z | Checking rand_distr v0.5.1 |
| 2957 | 2026-05-08T02:15:20.060Z | Checking multimap v0.10.1 |
| 2958 | 2026-05-08T02:15:20.267Z | Compiling linkme v0.3.35 |
| 2959 | 2026-05-08T02:15:20.315Z | Compiling relative-path v1.9.3 |
| 2960 | 2026-05-08T02:15:20.613Z | Checking dropshot-api-manager v0.7.1 |
| 2961 | 2026-05-08T02:15:22.127Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2962 | 2026-05-08T02:15:22.534Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2963 | 2026-05-08T02:15:22.564Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2964 | 2026-05-08T02:15:22.760Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2965 | 2026-05-08T02:15:22.861Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2966 | 2026-05-08T02:15:23.080Z | Checking oso v0.27.3 |
| 2967 | 2026-05-08T02:15:23.112Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2968 | 2026-05-08T02:15:23.321Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2969 | 2026-05-08T02:15:23.378Z | Checking partial-io v0.5.4 |
| 2970 | 2026-05-08T02:15:23.466Z | Checking cargo_toml v0.21.0 |
| 2971 | 2026-05-08T02:15:23.618Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2972 | 2026-05-08T02:15:23.650Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2973 | 2026-05-08T02:15:24.003Z | Checking termios v0.3.3 |
| 2974 | 2026-05-08T02:15:24.035Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2975 | 2026-05-08T02:15:24.162Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2976 | 2026-05-08T02:15:24.312Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2977 | 2026-05-08T02:15:24.342Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2978 | 2026-05-08T02:15:24.415Z | Checking rstest v0.25.0 |
| 2979 | 2026-05-08T02:15:28.789Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2980 | 2026-05-08T02:15:32.721Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2981 | 2026-05-08T02:15:33.401Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2982 | 2026-05-08T02:15:36.261Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2983 | 2026-05-08T02:15:39.694Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2984 | 2026-05-08T02:15:45.131Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2985 | 2026-05-08T02:15:48.639Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2986 | 2026-05-08T02:15:49.352Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2987 | 2026-05-08T02:15:50.887Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2988 | 2026-05-08T02:15:51.123Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2989 | 2026-05-08T02:15:59.339Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2990 | 2026-05-08T02:17:14.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s |
| 2991 | 2026-05-08T02:17:14.607Z | |
| 2992 | 2026-05-08T02:17:14.607Z | real 4:03.119150454 |
| 2993 | 2026-05-08T02:17:14.607Z | user 20:38.733485080 |
| 2994 | 2026-05-08T02:17:14.607Z | sys 4:44.257121304 |
| 2995 | 2026-05-08T02:17:14.607Z | trap 0.497524719 |
| 2996 | 2026-05-08T02:17:14.607Z | tflt 0.525413342 |
| 2997 | 2026-05-08T02:17:14.607Z | dflt 0.413564336 |
| 2998 | 2026-05-08T02:17:14.607Z | kflt 0.004812010 |
| 2999 | 2026-05-08T02:17:14.611Z | lock 57:02.206118244 |
| 3000 | 2026-05-08T02:17:14.611Z | slp 57:14.575877102 |
| 3001 | 2026-05-08T02:17:14.611Z | lat 1:51.560302983 |
| 3002 | 2026-05-08T02:17:14.611Z | stop 10:04.633360434 |
| 3003 | 2026-05-08T02:17:14.611Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3004 | 2026-05-08T02:17:14.611Z | + ptime -m cargo doc --workspace --no-deps |
| 3005 | 2026-05-08T02:17:15.471Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3006 | 2026-05-08T02:17:15.471Z | | |
| 3007 | 2026-05-08T02:17:15.471Z | = 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)` |
| 3008 | 2026-05-08T02:17:15.471Z | = 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> |
| 3009 | 2026-05-08T02:17:16.416Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3010 | 2026-05-08T02:17:16.640Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3011 | 2026-05-08T02:17:16.684Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3012 | 2026-05-08T02:17:16.747Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3013 | 2026-05-08T02:17:16.861Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3014 | 2026-05-08T02:17:16.908Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3015 | 2026-05-08T02:17:16.936Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3016 | 2026-05-08T02:17:16.940Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3017 | 2026-05-08T02:17:17.007Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3018 | 2026-05-08T02:17:17.175Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3019 | 2026-05-08T02:17:17.210Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3020 | 2026-05-08T02:17:17.234Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3021 | 2026-05-08T02:17:17.282Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3022 | 2026-05-08T02:17:17.303Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3023 | 2026-05-08T02:17:17.321Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3024 | 2026-05-08T02:17:17.342Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3025 | 2026-05-08T02:17:17.420Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3026 | 2026-05-08T02:17:17.468Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3027 | 2026-05-08T02:17:17.471Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3028 | 2026-05-08T02:17:17.471Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3029 | 2026-05-08T02:17:17.849Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3030 | 2026-05-08T02:17:17.917Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3031 | 2026-05-08T02:17:18.022Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3032 | 2026-05-08T02:17:18.107Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3033 | 2026-05-08T02:17:18.131Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3034 | 2026-05-08T02:17:18.165Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3035 | 2026-05-08T02:17:18.271Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3036 | 2026-05-08T02:17:18.389Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3037 | 2026-05-08T02:17:18.411Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3038 | 2026-05-08T02:17:18.455Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3039 | 2026-05-08T02:17:18.551Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3040 | 2026-05-08T02:17:18.701Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3041 | 2026-05-08T02:17:18.804Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3042 | 2026-05-08T02:17:18.905Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3043 | 2026-05-08T02:17:19.031Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3044 | 2026-05-08T02:17:19.096Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3045 | 2026-05-08T02:17:19.118Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3046 | 2026-05-08T02:17:19.252Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3047 | 2026-05-08T02:17:19.279Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3048 | 2026-05-08T02:17:19.504Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3049 | 2026-05-08T02:17:19.565Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3050 | 2026-05-08T02:17:19.816Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3051 | 2026-05-08T02:17:19.839Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3052 | 2026-05-08T02:17:19.860Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3053 | 2026-05-08T02:17:19.982Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3054 | 2026-05-08T02:17:20.097Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3055 | 2026-05-08T02:17:20.153Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3056 | 2026-05-08T02:17:20.156Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3057 | 2026-05-08T02:17:20.210Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3058 | 2026-05-08T02:17:20.320Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3059 | 2026-05-08T02:17:20.363Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3060 | 2026-05-08T02:17:20.392Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3061 | 2026-05-08T02:17:20.413Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3062 | 2026-05-08T02:17:20.668Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3063 | 2026-05-08T02:17:20.699Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3064 | 2026-05-08T02:17:20.702Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3065 | 2026-05-08T02:17:20.740Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3066 | 2026-05-08T02:17:20.902Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3067 | 2026-05-08T02:17:20.945Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3068 | 2026-05-08T02:17:20.968Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3069 | 2026-05-08T02:17:21.064Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3070 | 2026-05-08T02:17:21.118Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3071 | 2026-05-08T02:17:21.140Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3072 | 2026-05-08T02:17:21.162Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3073 | 2026-05-08T02:17:21.344Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3074 | 2026-05-08T02:17:21.719Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3075 | 2026-05-08T02:17:22.177Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3076 | 2026-05-08T02:17:22.339Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3077 | 2026-05-08T02:17:22.572Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3078 | 2026-05-08T02:17:22.633Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3079 | 2026-05-08T02:17:22.674Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3080 | 2026-05-08T02:17:22.890Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3081 | 2026-05-08T02:17:22.914Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3082 | 2026-05-08T02:17:22.938Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3083 | 2026-05-08T02:17:23.174Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3084 | 2026-05-08T02:17:23.367Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3085 | 2026-05-08T02:17:23.825Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3086 | 2026-05-08T02:17:23.947Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3087 | 2026-05-08T02:17:24.535Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3088 | 2026-05-08T02:17:24.839Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3089 | 2026-05-08T02:17:25.012Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3090 | 2026-05-08T02:17:25.136Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3091 | 2026-05-08T02:17:25.273Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3092 | 2026-05-08T02:17:25.890Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3093 | 2026-05-08T02:17:26.014Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3094 | 2026-05-08T02:17:26.374Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3095 | 2026-05-08T02:17:26.406Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3096 | 2026-05-08T02:17:26.579Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3097 | 2026-05-08T02:17:26.736Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3098 | 2026-05-08T02:17:26.825Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3099 | 2026-05-08T02:17:27.013Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3100 | 2026-05-08T02:17:27.059Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3101 | 2026-05-08T02:17:27.248Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3102 | 2026-05-08T02:17:27.270Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3103 | 2026-05-08T02:17:27.417Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3104 | 2026-05-08T02:17:27.444Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3105 | 2026-05-08T02:17:27.467Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3106 | 2026-05-08T02:17:27.528Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3107 | 2026-05-08T02:17:27.617Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3108 | 2026-05-08T02:17:27.731Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3109 | 2026-05-08T02:17:27.777Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3110 | 2026-05-08T02:17:27.816Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3111 | 2026-05-08T02:17:27.926Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3112 | 2026-05-08T02:17:27.958Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3113 | 2026-05-08T02:17:27.980Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3114 | 2026-05-08T02:17:28.041Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3115 | 2026-05-08T02:17:28.120Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3116 | 2026-05-08T02:17:28.304Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3117 | 2026-05-08T02:17:28.348Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3118 | 2026-05-08T02:17:28.872Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3119 | 2026-05-08T02:17:29.168Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3120 | 2026-05-08T02:17:29.484Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3121 | 2026-05-08T02:17:30.003Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3122 | 2026-05-08T02:17:30.074Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3123 | 2026-05-08T02:17:30.296Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3124 | 2026-05-08T02:17:30.334Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3125 | 2026-05-08T02:17:30.504Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3126 | 2026-05-08T02:17:30.921Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3127 | 2026-05-08T02:17:31.326Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3128 | 2026-05-08T02:17:31.451Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3129 | 2026-05-08T02:17:31.502Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3130 | 2026-05-08T02:17:31.616Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3131 | 2026-05-08T02:17:32.164Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3132 | 2026-05-08T02:17:32.475Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3133 | 2026-05-08T02:17:32.660Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3134 | 2026-05-08T02:17:32.862Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3135 | 2026-05-08T02:17:32.986Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3136 | 2026-05-08T02:17:33.378Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3137 | 2026-05-08T02:17:33.915Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3138 | 2026-05-08T02:17:34.112Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3139 | 2026-05-08T02:17:35.155Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3140 | 2026-05-08T02:17:35.560Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3141 | 2026-05-08T02:17:36.285Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3142 | 2026-05-08T02:17:36.525Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3143 | 2026-05-08T02:17:36.550Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3144 | 2026-05-08T02:17:36.655Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3145 | 2026-05-08T02:17:36.694Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3146 | 2026-05-08T02:17:36.851Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3147 | 2026-05-08T02:17:37.085Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3148 | 2026-05-08T02:17:37.259Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3149 | 2026-05-08T02:17:37.330Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3150 | 2026-05-08T02:17:37.500Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3151 | 2026-05-08T02:17:38.168Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3152 | 2026-05-08T02:17:38.480Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3153 | 2026-05-08T02:17:38.574Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3154 | 2026-05-08T02:17:38.749Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3155 | 2026-05-08T02:17:38.886Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3156 | 2026-05-08T02:17:38.957Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3157 | 2026-05-08T02:17:39.339Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3158 | 2026-05-08T02:17:39.538Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3159 | 2026-05-08T02:17:40.739Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3160 | 2026-05-08T02:17:41.042Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3161 | 2026-05-08T02:17:41.455Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3162 | 2026-05-08T02:17:43.020Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3163 | 2026-05-08T02:17:43.632Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3164 | 2026-05-08T02:17:44.218Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3165 | 2026-05-08T02:17:44.886Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3166 | 2026-05-08T02:17:45.272Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3167 | 2026-05-08T02:17:45.380Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3168 | 2026-05-08T02:17:45.588Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3169 | 2026-05-08T02:17:45.669Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3170 | 2026-05-08T02:17:45.929Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3171 | 2026-05-08T02:17:46.327Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3172 | 2026-05-08T02:17:46.435Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3173 | 2026-05-08T02:17:46.655Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3174 | 2026-05-08T02:17:46.892Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3175 | 2026-05-08T02:17:47.112Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3176 | 2026-05-08T02:17:47.192Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3177 | 2026-05-08T02:17:47.372Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3178 | 2026-05-08T02:17:47.463Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3179 | 2026-05-08T02:17:47.925Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3180 | 2026-05-08T02:17:48.531Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3181 | 2026-05-08T02:17:48.534Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3182 | 2026-05-08T02:17:48.588Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3183 | 2026-05-08T02:17:48.759Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3184 | 2026-05-08T02:17:49.242Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3185 | 2026-05-08T02:17:49.486Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3186 | 2026-05-08T02:17:50.203Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3187 | 2026-05-08T02:17:50.229Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3188 | 2026-05-08T02:17:51.039Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3189 | 2026-05-08T02:17:51.309Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3190 | 2026-05-08T02:17:52.779Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3191 | 2026-05-08T02:17:52.885Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3192 | 2026-05-08T02:17:53.827Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3193 | 2026-05-08T02:17:54.527Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3194 | 2026-05-08T02:17:55.068Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3195 | 2026-05-08T02:17:55.860Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3196 | 2026-05-08T02:17:57.491Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3197 | 2026-05-08T02:17:58.179Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3198 | 2026-05-08T02:17:58.953Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3199 | 2026-05-08T02:17:59.542Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3200 | 2026-05-08T02:18:00.812Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3201 | 2026-05-08T02:18:01.406Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3202 | 2026-05-08T02:18:02.486Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3203 | 2026-05-08T02:18:03.271Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3204 | 2026-05-08T02:18:03.675Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3205 | 2026-05-08T02:18:04.536Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3206 | 2026-05-08T02:18:04.842Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3207 | 2026-05-08T02:18:04.938Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3208 | 2026-05-08T02:18:05.789Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3209 | 2026-05-08T02:18:07.650Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3210 | 2026-05-08T02:18:08.654Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3211 | 2026-05-08T02:18:08.803Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3212 | 2026-05-08T02:18:12.392Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3213 | 2026-05-08T02:18:12.765Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3214 | 2026-05-08T02:18:13.317Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3215 | 2026-05-08T02:18:13.981Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3216 | 2026-05-08T02:18:14.207Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3217 | 2026-05-08T02:18:14.620Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3218 | 2026-05-08T02:18:16.635Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3219 | 2026-05-08T02:18:17.237Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3220 | 2026-05-08T02:18:17.728Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3221 | 2026-05-08T02:18:18.209Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3222 | 2026-05-08T02:18:18.701Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3223 | 2026-05-08T02:18:19.234Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3224 | 2026-05-08T02:18:20.644Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3225 | 2026-05-08T02:18:21.211Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3226 | 2026-05-08T02:18:21.568Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3227 | 2026-05-08T02:18:22.248Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3228 | 2026-05-08T02:18:24.086Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3229 | 2026-05-08T02:18:25.160Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3230 | 2026-05-08T02:18:26.164Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3231 | 2026-05-08T02:18:27.521Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3232 | 2026-05-08T02:18:28.626Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3233 | 2026-05-08T02:18:29.194Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3234 | 2026-05-08T02:18:31.127Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3235 | 2026-05-08T02:18:31.799Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3236 | 2026-05-08T02:18:33.427Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3237 | 2026-05-08T02:18:33.876Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3238 | 2026-05-08T02:18:34.987Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3239 | 2026-05-08T02:18:36.313Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3240 | 2026-05-08T02:18:37.534Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3241 | 2026-05-08T02:18:39.873Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3242 | 2026-05-08T02:18:40.726Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3243 | 2026-05-08T02:18:42.140Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3244 | 2026-05-08T02:18:43.617Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3245 | 2026-05-08T02:18:45.133Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3246 | 2026-05-08T02:18:46.559Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3247 | 2026-05-08T02:18:48.241Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3248 | 2026-05-08T02:18:49.786Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3249 | 2026-05-08T02:18:51.340Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3250 | 2026-05-08T02:18:52.778Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3251 | 2026-05-08T02:18:56.421Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3252 | 2026-05-08T02:18:57.543Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3253 | 2026-05-08T02:18:57.937Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3254 | 2026-05-08T02:18:59.120Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3255 | 2026-05-08T02:19:00.747Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3256 | 2026-05-08T02:19:02.809Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3257 | 2026-05-08T02:19:04.516Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3258 | 2026-05-08T02:19:06.362Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3259 | 2026-05-08T02:19:08.015Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3260 | 2026-05-08T02:19:10.054Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3261 | 2026-05-08T02:19:11.455Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3262 | 2026-05-08T02:19:13.225Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3263 | 2026-05-08T02:19:14.968Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3264 | 2026-05-08T02:19:16.678Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3265 | 2026-05-08T02:19:18.379Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3266 | 2026-05-08T02:19:19.965Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3267 | 2026-05-08T02:19:21.881Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3268 | 2026-05-08T02:19:23.432Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3269 | 2026-05-08T02:19:25.449Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3270 | 2026-05-08T02:19:27.183Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3271 | 2026-05-08T02:19:28.858Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3272 | 2026-05-08T02:19:30.734Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3273 | 2026-05-08T02:19:32.844Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3274 | 2026-05-08T02:19:34.930Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3275 | 2026-05-08T02:19:37.381Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3276 | 2026-05-08T02:19:39.080Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3277 | 2026-05-08T02:19:41.003Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3278 | 2026-05-08T02:19:43.040Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3279 | 2026-05-08T02:19:45.035Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3280 | 2026-05-08T02:19:47.099Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3281 | 2026-05-08T02:19:49.471Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3282 | 2026-05-08T02:19:51.697Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3283 | 2026-05-08T02:19:53.898Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3284 | 2026-05-08T02:19:56.021Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3285 | 2026-05-08T02:19:58.238Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3286 | 2026-05-08T02:20:00.331Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3287 | 2026-05-08T02:20:02.510Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3288 | 2026-05-08T02:20:05.082Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3289 | 2026-05-08T02:20:07.006Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3290 | 2026-05-08T02:20:08.907Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3291 | 2026-05-08T02:20:11.057Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3292 | 2026-05-08T02:20:13.209Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3293 | 2026-05-08T02:20:15.563Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3294 | 2026-05-08T02:20:17.737Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3295 | 2026-05-08T02:20:19.960Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3296 | 2026-05-08T02:20:22.160Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3297 | 2026-05-08T02:20:24.347Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3298 | 2026-05-08T02:20:26.560Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3299 | 2026-05-08T02:20:28.774Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3300 | 2026-05-08T02:20:30.952Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3301 | 2026-05-08T02:20:33.770Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3302 | 2026-05-08T02:20:35.825Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3303 | 2026-05-08T02:20:38.137Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3304 | 2026-05-08T02:20:40.477Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3305 | 2026-05-08T02:20:42.931Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3306 | 2026-05-08T02:20:45.371Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3307 | 2026-05-08T02:20:47.834Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3308 | 2026-05-08T02:20:50.142Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3309 | 2026-05-08T02:20:52.461Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3310 | 2026-05-08T02:20:54.896Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3311 | 2026-05-08T02:20:57.207Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3312 | 2026-05-08T02:20:59.752Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3313 | 2026-05-08T02:21:02.262Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3314 | 2026-05-08T02:21:04.546Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3315 | 2026-05-08T02:21:07.038Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3316 | 2026-05-08T02:21:09.333Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3317 | 2026-05-08T02:21:11.813Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3318 | 2026-05-08T02:21:14.507Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3319 | 2026-05-08T02:21:16.936Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3320 | 2026-05-08T02:21:19.389Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3321 | 2026-05-08T02:21:21.786Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3322 | 2026-05-08T02:21:24.189Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3323 | 2026-05-08T02:21:26.739Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3324 | 2026-05-08T02:21:29.618Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3325 | 2026-05-08T02:21:31.993Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3326 | 2026-05-08T02:21:34.616Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3327 | 2026-05-08T02:21:41.922Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3328 | 2026-05-08T02:21:42.078Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3329 | 2026-05-08T02:21:45.337Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3330 | 2026-05-08T02:21:48.652Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3331 | 2026-05-08T02:21:51.952Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3332 | 2026-05-08T02:21:55.190Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3333 | 2026-05-08T02:21:59.791Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3334 | 2026-05-08T02:22:02.572Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3335 | 2026-05-08T02:22:06.100Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3336 | 2026-05-08T02:22:09.794Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3337 | 2026-05-08T02:22:13.258Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3338 | 2026-05-08T02:22:16.855Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3339 | 2026-05-08T02:22:20.512Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3340 | 2026-05-08T02:22:24.031Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3341 | 2026-05-08T02:22:27.863Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3342 | 2026-05-08T02:22:31.313Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3343 | 2026-05-08T02:22:34.935Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3344 | 2026-05-08T02:22:38.566Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3345 | 2026-05-08T02:22:42.137Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3346 | 2026-05-08T02:22:45.771Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3347 | 2026-05-08T02:22:49.434Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3348 | 2026-05-08T02:22:53.038Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3349 | 2026-05-08T02:22:56.614Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3350 | 2026-05-08T02:23:00.260Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3351 | 2026-05-08T02:23:03.975Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3352 | 2026-05-08T02:23:07.521Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3353 | 2026-05-08T02:23:36.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s |
| 3354 | 2026-05-08T02:23:36.556Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 194 other files |
| 3355 | 2026-05-08T02:23:36.661Z | |
| 3356 | 2026-05-08T02:23:36.661Z | real 6:21.964766327 |
| 3357 | 2026-05-08T02:23:36.661Z | user 17:11.877525286 |
| 3358 | 2026-05-08T02:23:36.661Z | sys 3:38.089519248 |
| 3359 | 2026-05-08T02:23:36.661Z | trap 0.248182239 |
| 3360 | 2026-05-08T02:23:36.661Z | tflt 0.035661054 |
| 3361 | 2026-05-08T02:23:36.661Z | dflt 0.042315108 |
| 3362 | 2026-05-08T02:23:36.664Z | kflt 0.000010900 |
| 3363 | 2026-05-08T02:23:36.664Z | lock 5:55:40.378534355 |
| 3364 | 2026-05-08T02:23:36.665Z | slp 2:07:58.499010181 |
| 3365 | 2026-05-08T02:23:36.665Z | lat 40.931673802 |
| 3366 | 2026-05-08T02:23:36.665Z | stop 1:47.685909798 |
| 3367 | 2026-05-08T02:23:36.665Z | process exited: duration 754301 ms, exit code 0 |
| |
| 3368 | 2026-05-08T02:23:36.671Z | found 0 output files |