|
|
|
| 1 | 2026-05-26T17:30:11.532Z | job assigned to worker 01KSJNAX5F9FNXV9JYJYFEPKEF [factory aws, i-0c1abbf85a885c68c] (queued for 58 s) |
| |
| 2 | 2026-05-26T17:30:18.160Z | starting task 0: "setup" |
| 3 | 2026-05-26T17:30:18.163Z | ++ uname -s |
| 4 | 2026-05-26T17:30:18.167Z | + kern=SunOS |
| 5 | 2026-05-26T17:30:18.167Z | + build_user=build |
| 6 | 2026-05-26T17:30:18.167Z | + build_uid=12345 |
| 7 | 2026-05-26T17:30:18.167Z | + work_dir=/work |
| 8 | 2026-05-26T17:30:18.167Z | + input_dir=/input |
| 9 | 2026-05-26T17:30:18.167Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-26T17:30:18.167Z | + case "$kern" in |
| 11 | 2026-05-26T17:30:18.167Z | + groupadd -g 12345 build |
| 12 | 2026-05-26T17:30:18.178Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-26T17:30:20.185Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-26T17:30:20.250Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-26T17:30:20.253Z | + home_fs=zfs |
| 16 | 2026-05-26T17:30:20.253Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-26T17:30:20.253Z | + mkdir -p /home/build |
| 18 | 2026-05-26T17:30:20.253Z | + chown build:build /home/build /work |
| 19 | 2026-05-26T17:30:22.254Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-26T17:30:22.257Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-05-26T17:30:22.275Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-26T17:30:22.279Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-26T17:30:22.279Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-26T17:30:22.279Z | * rust toolchain profile = "default" |
| 25 | 2026-05-26T17:30:22.279Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-26T17:30:22.280Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-26T17:30:22.280Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-26T17:30:22.280Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-26T17:30:22.280Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-26T17:30:22.380Z | info: downloading installer |
| 31 | 2026-05-26T17:30:23.720Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-26T17:30:23.720Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-26T17:30:23.720Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-26T17:30:23.720Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-26T17:30:23.732Z | info: profile set to default |
| 36 | 2026-05-26T17:30:23.732Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-26T17:30:23.736Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-26T17:30:23.881Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-26T17:30:23.887Z | info: downloading 6 components |
| 40 | 2026-05-26T17:30:39.152Z | |
| 41 | 2026-05-26T17:30:39.152Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-26T17:30:39.181Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-26T17:30:39.181Z | |
| 44 | 2026-05-26T17:30:39.181Z | |
| 45 | 2026-05-26T17:30:39.181Z | Rust is installed now. Great! |
| 46 | 2026-05-26T17:30:39.181Z | |
| 47 | 2026-05-26T17:30:39.185Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-26T17:30:39.185Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-26T17:30:39.185Z | |
| 50 | 2026-05-26T17:30:39.185Z | To configure your current shell, you need to source |
| 51 | 2026-05-26T17:30:39.185Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-26T17:30:39.185Z | |
| 53 | 2026-05-26T17:30:39.185Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-26T17:30:39.185Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-26T17:30:39.185Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-26T17:30:39.185Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-26T17:30:39.185Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-26T17:30:39.185Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-26T17:30:39.185Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-26T17:30:39.185Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-26T17:30:39.185Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-26T17:30:39.283Z | + rustup --version |
| 63 | 2026-05-26T17:30:39.292Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-26T17:30:39.298Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-26T17:30:39.314Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-26T17:30:39.318Z | + cargo --version |
| 67 | 2026-05-26T17:30:39.330Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-26T17:30:39.333Z | + rustc --version |
| 69 | 2026-05-26T17:30:39.353Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-26T17:30:39.356Z | process exited: duration 17081 ms, exit code 0 |
| |
| 71 | 2026-05-26T17:30:39.363Z | starting task 2: "authentication" |
| 72 | 2026-05-26T17:30:39.380Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-26T17:30:39.388Z | starting task 3: "clone repository" |
| 74 | 2026-05-26T17:30:39.392Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-26T17:30:39.395Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-26T17:30:39.442Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-26T17:30:55.340Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-26T17:30:55.340Z | + git fetch origin 261a4eca441a815bfb0bf971f43e6ce732f1803e |
| 79 | 2026-05-26T17:30:55.564Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-26T17:30:55.564Z | * branch 261a4eca441a815bfb0bf971f43e6ce732f1803e -> FETCH_HEAD |
| 81 | 2026-05-26T17:30:55.574Z | + [[ -n eliza/one-ereport-pretty-printer-to-rule-them-all ]] |
| 82 | 2026-05-26T17:30:55.577Z | ++ git branch --show-current |
| 83 | 2026-05-26T17:30:55.577Z | + current=main |
| 84 | 2026-05-26T17:30:55.577Z | + [[ main != eliza/one-ereport-pretty-printer-to-rule-them-all ]] |
| 85 | 2026-05-26T17:30:55.577Z | + git branch -f eliza/one-ereport-pretty-printer-to-rule-them-all 261a4eca441a815bfb0bf971f43e6ce732f1803e |
| 86 | 2026-05-26T17:30:55.581Z | + git checkout -f eliza/one-ereport-pretty-printer-to-rule-them-all |
| 87 | 2026-05-26T17:30:55.814Z | Switched to branch 'eliza/one-ereport-pretty-printer-to-rule-them-all' |
| 88 | 2026-05-26T17:30:55.819Z | + git reset --hard 261a4eca441a815bfb0bf971f43e6ce732f1803e |
| 89 | 2026-05-26T17:30:55.833Z | HEAD is now at 261a4eca4 ux feedback from @wfchandler |
| 90 | 2026-05-26T17:30:55.838Z | process exited: duration 16446 ms, exit code 0 |
| |
| 91 | 2026-05-26T17:30:55.845Z | starting task 4: "build" |
| 92 | 2026-05-26T17:30:55.848Z | + source ./env.sh |
| 93 | 2026-05-26T17:30:55.853Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-26T17:30:55.853Z | ++ set -o xtrace |
| 95 | 2026-05-26T17:30:55.853Z | ++++ dirname ./env.sh |
| 96 | 2026-05-26T17:30:55.865Z | +++ readlink -f . |
| 97 | 2026-05-26T17:30:55.868Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-26T17:30:55.868Z | ++ 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-26T17:30:55.868Z | ++ 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-26T17:30:55.869Z | ++ 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-26T17:30:55.869Z | ++ 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-26T17:30:55.869Z | ++ 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-26T17:30:55.869Z | ++ 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-26T17:30:55.869Z | ++ 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-26T17:30:55.869Z | ++ 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-26T17:30:55.869Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-26T17:30:55.869Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-26T17:30:55.869Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-26T17:30:55.869Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-26T17:30:55.869Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-26T17:30:55.869Z | + cargo --version |
| 112 | 2026-05-26T17:30:55.877Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-26T17:30:55.885Z | + rustc --version |
| 114 | 2026-05-26T17:30:55.900Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-26T17:30:55.904Z | + banner prerequisites |
| 116 | 2026-05-26T17:30:55.909Z | |
| 117 | 2026-05-26T17:30:55.909Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-26T17:30:55.909Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-26T17:30:55.909Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-26T17:30:55.909Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-26T17:30:55.909Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-26T17:30:55.909Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-26T17:30:55.909Z | |
| 124 | 2026-05-26T17:30:55.909Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-26T17:30:57.513Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-26T17:30:57.581Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-26T17:30:57.841Z | Planning: Solver setup ... Done (0.225s) |
| 128 | 2026-05-26T17:30:57.859Z | Planning: Running solver ... Done (0.018s) |
| 129 | 2026-05-26T17:30:57.865Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-26T17:30:57.875Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-26T17:30:57.894Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-26T17:30:57.907Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-26T17:30:57.910Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-26T17:30:58.095Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 135 | 2026-05-26T17:30:58.098Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-26T17:30:58.888Z | Planning: Evaluating mediators ... Done (0.791s) |
| 137 | 2026-05-26T17:30:58.890Z | Planning: Planning completed in 1.29 seconds |
| 138 | 2026-05-26T17:30:58.897Z | Packages to install: 2 |
| 139 | 2026-05-26T17:30:58.900Z | Estimated space available: 156.07 GB |
| 140 | 2026-05-26T17:30:58.900Z | Estimated space to be consumed: 22.53 MB |
| 141 | 2026-05-26T17:30:58.900Z | Create boot environment: No |
| 142 | 2026-05-26T17:30:58.900Z | Create backup boot environment: No |
| 143 | 2026-05-26T17:30:58.900Z | Rebuild boot archive: No |
| 144 | 2026-05-26T17:30:58.900Z | |
| 145 | 2026-05-26T17:30:58.900Z | Changed packages: |
| 146 | 2026-05-26T17:30:58.900Z | helios |
| 147 | 2026-05-26T17:30:58.900Z | developer/build-essential |
| 148 | 2026-05-26T17:30:58.900Z | None -> 11-3.0 |
| 149 | 2026-05-26T17:30:58.900Z | library/libxmlsec1 |
| 150 | 2026-05-26T17:30:58.900Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-26T17:30:58.922Z | |
| 152 | 2026-05-26T17:30:58.922Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-26T17:30:59.407Z | Download: Completed 1.28 MB in 0.48 seconds (2.6M/s) |
| 154 | 2026-05-26T17:30:59.470Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-26T17:30:59.518Z | Actions: Completed 268 actions in 0.05 seconds. |
| 156 | 2026-05-26T17:30:59.554Z | Finalize: Updating package state database ... Done (0.035s) |
| 157 | 2026-05-26T17:30:59.554Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-26T17:30:59.573Z | Finalize: Updating image state ... Done (0.019s) |
| 159 | 2026-05-26T17:31:01.901Z | Finalize: Creating fast lookup database ... Done (2.305s) |
| 160 | 2026-05-26T17:31:01.968Z | Finalize: Reading search index ... Done (0.011s) |
| 161 | 2026-05-26T17:31:01.971Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-26T17:31:02.065Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-26T17:31:02.369Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-26T17:31:02.474Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-26T17:31:02.478Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-26T17:31:02.631Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-26T17:31:02.634Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-26T17:31:02.654Z | Mediators to change: 2 |
| 169 | 2026-05-26T17:31:02.654Z | Create boot environment: No |
| 170 | 2026-05-26T17:31:02.657Z | Create backup boot environment: No |
| 171 | 2026-05-26T17:31:02.725Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-26T17:31:02.725Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-26T17:31:02.735Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-26T17:31:04.709Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-26T17:31:04.776Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-26T17:31:04.780Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-26T17:31:04.871Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-26T17:31:05.162Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-26T17:31:05.268Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-26T17:31:05.271Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-26T17:31:05.426Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-26T17:31:05.429Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-26T17:31:05.449Z | Mediators to change: 1 |
| 184 | 2026-05-26T17:31:05.449Z | Create boot environment: No |
| 185 | 2026-05-26T17:31:05.449Z | Create backup boot environment: No |
| 186 | 2026-05-26T17:31:05.503Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-26T17:31:05.503Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-26T17:31:05.513Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-26T17:31:07.476Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-26T17:31:07.542Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-26T17:31:07.546Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-26T17:31:07.619Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-26T17:31:07.937Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-26T17:31:07.937Z | apache system 2.4 system |
| 195 | 2026-05-26T17:31:07.937Z | clang system 15 system |
| 196 | 2026-05-26T17:31:07.937Z | csh system system illumos |
| 197 | 2026-05-26T17:31:07.937Z | ctags system system illumos |
| 198 | 2026-05-26T17:31:07.937Z | file vendor vendor darwinsys |
| 199 | 2026-05-26T17:31:07.937Z | file system system illumos |
| 200 | 2026-05-26T17:31:07.937Z | gcc vendor 14 vendor |
| 201 | 2026-05-26T17:31:07.937Z | gcc system 13 system |
| 202 | 2026-05-26T17:31:07.937Z | gcc system 10 system |
| 203 | 2026-05-26T17:31:07.937Z | go system 1.25 system |
| 204 | 2026-05-26T17:31:07.937Z | llvm system 15 system |
| 205 | 2026-05-26T17:31:07.938Z | mariadb system 11.4 system |
| 206 | 2026-05-26T17:31:07.938Z | mta vendor vendor dma |
| 207 | 2026-05-26T17:31:07.938Z | openjdk system 17 system |
| 208 | 2026-05-26T17:31:07.938Z | openjdk system 11 system |
| 209 | 2026-05-26T17:31:07.938Z | openssl vendor 3 vendor |
| 210 | 2026-05-26T17:31:07.938Z | perl system 5.40 system |
| 211 | 2026-05-26T17:31:07.938Z | postgresql system 18 system |
| 212 | 2026-05-26T17:31:07.938Z | postgresql system 17 system |
| 213 | 2026-05-26T17:31:07.938Z | python vendor 3 vendor |
| 214 | 2026-05-26T17:31:07.938Z | python system 2 system |
| 215 | 2026-05-26T17:31:07.938Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-26T17:31:07.938Z | ruby system 3.4 system |
| 217 | 2026-05-26T17:31:07.938Z | ruby system 3.0 system |
| 218 | 2026-05-26T17:31:07.938Z | words vendor vendor american-english |
| 219 | 2026-05-26T17:31:07.938Z | words system system australian-english |
| 220 | 2026-05-26T17:31:07.938Z | words system system british-english |
| 221 | 2026-05-26T17:31:07.938Z | words system system canadian-english |
| 222 | 2026-05-26T17:31:07.938Z | words system system french |
| 223 | 2026-05-26T17:31:07.938Z | words system system italian |
| 224 | 2026-05-26T17:31:07.938Z | words system system ngerman |
| 225 | 2026-05-26T17:31:07.938Z | words system system ogerman |
| 226 | 2026-05-26T17:31:07.938Z | words system system spanish |
| 227 | 2026-05-26T17:31:08.191Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-26T17:31:08.191Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-26T17:31:08.470Z | FMRI IFO |
| 230 | 2026-05-26T17:31:08.471Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-26T17:31:08.471Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-26T17:31:08.471Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-26T17:31:08.471Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-26T17:31:08.471Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-26T17:31:08.471Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-26T17:31:08.471Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-26T17:31:08.471Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-26T17:31:08.471Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-26T17:31:08.716Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-26T17:31:08.973Z | Updating crates.io index |
| 241 | 2026-05-26T17:31:09.006Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-26T17:31:09.744Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-26T17:31:10.159Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-26T17:31:10.728Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-26T17:31:11.530Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-26T17:31:12.006Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-26T17:31:13.353Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-26T17:31:14.163Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-26T17:31:14.441Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-26T17:31:15.353Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-26T17:31:15.729Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-26T17:31:16.080Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-26T17:31:16.463Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-26T17:31:17.520Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-26T17:31:18.173Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-26T17:31:18.571Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-26T17:31:18.966Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-26T17:31:19.378Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-26T17:31:19.806Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-26T17:31:20.076Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-26T17:31:20.342Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-26T17:31:20.606Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-26T17:31:21.020Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-26T17:31:21.527Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-05-26T17:31:21.805Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-26T17:31:22.328Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-26T17:31:22.627Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-26T17:31:22.955Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-26T17:31:24.084Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-26T17:31:24.636Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2026-05-26T17:31:25.500Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 272 | 2026-05-26T17:31:25.968Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-05-26T17:31:26.258Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-05-26T17:31:26.716Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-05-26T17:31:27.044Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-05-26T17:31:27.363Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 277 | 2026-05-26T17:31:27.864Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-26T17:31:28.168Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-26T17:31:28.428Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-26T17:31:28.739Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-26T17:31:29.168Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-26T17:31:41.049Z | Downloading crates ... |
| 283 | 2026-05-26T17:31:41.100Z | Downloaded anstream v0.6.21 |
| 284 | 2026-05-26T17:31:41.104Z | Downloaded cargo-util-schemas v0.8.2 |
| 285 | 2026-05-26T17:31:41.110Z | Downloaded serde v1.0.228 |
| 286 | 2026-05-26T17:31:41.113Z | Downloaded dof v0.3.0 |
| 287 | 2026-05-26T17:31:41.117Z | Downloaded idna v1.1.0 |
| 288 | 2026-05-26T17:31:41.120Z | Downloaded block-buffer v0.10.4 |
| 289 | 2026-05-26T17:31:41.120Z | Downloaded cargo-platform v0.2.0 |
| 290 | 2026-05-26T17:31:41.123Z | Downloaded serde-value v0.7.0 |
| 291 | 2026-05-26T17:31:41.123Z | Downloaded cpufeatures v0.2.17 |
| 292 | 2026-05-26T17:31:41.123Z | Downloaded bitflags v2.11.0 |
| 293 | 2026-05-26T17:31:41.127Z | Downloaded fastrand v2.3.0 |
| 294 | 2026-05-26T17:31:41.130Z | Downloaded num-traits v0.2.19 |
| 295 | 2026-05-26T17:31:41.133Z | Downloaded synstructure v0.13.2 |
| 296 | 2026-05-26T17:31:41.133Z | Downloaded serde_derive v1.0.228 |
| 297 | 2026-05-26T17:31:41.137Z | Downloaded textwrap v0.16.2 |
| 298 | 2026-05-26T17:31:41.137Z | Downloaded clap_derive v4.5.55 |
| 299 | 2026-05-26T17:31:41.140Z | Downloaded yoke-derive v0.8.1 |
| 300 | 2026-05-26T17:31:41.140Z | Downloaded smallvec v1.15.1 |
| 301 | 2026-05-26T17:31:41.143Z | Downloaded zerovec v0.11.5 |
| 302 | 2026-05-26T17:31:41.147Z | Downloaded utf8parse v0.2.2 |
| 303 | 2026-05-26T17:31:41.147Z | Downloaded percent-encoding v2.3.2 |
| 304 | 2026-05-26T17:31:41.147Z | Downloaded smawk v0.3.2 |
| 305 | 2026-05-26T17:31:41.147Z | Downloaded potential_utf v0.1.4 |
| 306 | 2026-05-26T17:31:41.147Z | Downloaded heck v0.4.1 |
| 307 | 2026-05-26T17:31:41.150Z | Downloaded errno v0.3.14 |
| 308 | 2026-05-26T17:31:41.150Z | Downloaded clap_lex v1.0.0 |
| 309 | 2026-05-26T17:31:41.150Z | Downloaded zerofrom-derive v0.1.6 |
| 310 | 2026-05-26T17:31:41.150Z | Downloaded unicode-xid v0.2.6 |
| 311 | 2026-05-26T17:31:41.154Z | Downloaded macaddr v1.0.1 |
| 312 | 2026-05-26T17:31:41.154Z | Downloaded icu_properties v2.1.2 |
| 313 | 2026-05-26T17:31:41.154Z | Downloaded is_terminal_polyfill v1.70.2 |
| 314 | 2026-05-26T17:31:41.157Z | Downloaded unicode-linebreak v0.1.5 |
| 315 | 2026-05-26T17:31:41.157Z | Downloaded terminal_size v0.4.3 |
| 316 | 2026-05-26T17:31:41.157Z | Downloaded itoa v1.0.17 |
| 317 | 2026-05-26T17:31:41.157Z | Downloaded thread-id v4.2.2 |
| 318 | 2026-05-26T17:31:41.161Z | Downloaded zerofrom v0.1.6 |
| 319 | 2026-05-26T17:31:41.161Z | Downloaded form_urlencoded v1.2.2 |
| 320 | 2026-05-26T17:31:41.161Z | Downloaded fnv v1.0.7 |
| 321 | 2026-05-26T17:31:41.161Z | Downloaded memmap v0.7.0 |
| 322 | 2026-05-26T17:31:41.161Z | Downloaded cfg-if v1.0.4 |
| 323 | 2026-05-26T17:31:41.161Z | Downloaded scroll_derive v0.12.1 |
| 324 | 2026-05-26T17:31:41.164Z | Downloaded crypto-common v0.1.7 |
| 325 | 2026-05-26T17:31:41.164Z | Downloaded anstyle-parse v0.2.7 |
| 326 | 2026-05-26T17:31:41.164Z | Downloaded utf8_iter v1.0.4 |
| 327 | 2026-05-26T17:31:41.168Z | Downloaded pretty-hex v0.4.1 |
| 328 | 2026-05-26T17:31:41.168Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2026-05-26T17:31:41.168Z | Downloaded usdt v0.5.0 |
| 330 | 2026-05-26T17:31:41.172Z | Downloaded anstyle-query v1.1.5 |
| 331 | 2026-05-26T17:31:41.172Z | Downloaded version_check v0.9.5 |
| 332 | 2026-05-26T17:31:41.172Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2026-05-26T17:31:41.175Z | Downloaded swrite v0.1.0 |
| 334 | 2026-05-26T17:31:41.175Z | Downloaded typeid v1.0.3 |
| 335 | 2026-05-26T17:31:41.179Z | Downloaded stable_deref_trait v1.2.1 |
| 336 | 2026-05-26T17:31:41.180Z | Downloaded dtrace-parser v0.2.0 |
| 337 | 2026-05-26T17:31:41.180Z | Downloaded usdt-attr-macro v0.5.0 |
| 338 | 2026-05-26T17:31:41.183Z | Downloaded zerovec-derive v0.11.2 |
| 339 | 2026-05-26T17:31:41.183Z | Downloaded proc-macro-error v1.0.4 |
| 340 | 2026-05-26T17:31:41.183Z | Downloaded tinystr v0.8.2 |
| 341 | 2026-05-26T17:31:41.186Z | Downloaded pest_derive v2.8.6 |
| 342 | 2026-05-26T17:31:41.186Z | Downloaded ordered-float v2.10.1 |
| 343 | 2026-05-26T17:31:41.186Z | Downloaded yoke v0.8.1 |
| 344 | 2026-05-26T17:31:41.189Z | Downloaded thiserror-impl v2.0.18 |
| 345 | 2026-05-26T17:31:41.189Z | Downloaded thiserror v1.0.69 |
| 346 | 2026-05-26T17:31:41.192Z | Downloaded zmij v1.0.21 |
| 347 | 2026-05-26T17:31:41.192Z | Downloaded writeable v0.6.2 |
| 348 | 2026-05-26T17:31:41.197Z | Downloaded toml_write v0.1.2 |
| 349 | 2026-05-26T17:31:41.197Z | Downloaded plain v0.2.3 |
| 350 | 2026-05-26T17:31:41.197Z | Downloaded equivalent v1.0.2 |
| 351 | 2026-05-26T17:31:41.197Z | Downloaded usdt-impl v0.5.0 |
| 352 | 2026-05-26T17:31:41.197Z | Downloaded colorchoice v1.0.4 |
| 353 | 2026-05-26T17:31:41.200Z | Downloaded thiserror v2.0.18 |
| 354 | 2026-05-26T17:31:41.203Z | Downloaded url v2.5.8 |
| 355 | 2026-05-26T17:31:41.203Z | Downloaded erased-serde v0.4.9 |
| 356 | 2026-05-26T17:31:41.206Z | Downloaded ucd-trie v0.1.7 |
| 357 | 2026-05-26T17:31:41.206Z | Downloaded toml v0.8.23 |
| 358 | 2026-05-26T17:31:41.206Z | Downloaded thiserror-impl v1.0.69 |
| 359 | 2026-05-26T17:31:41.210Z | Downloaded serde_tokenstream v0.2.3 |
| 360 | 2026-05-26T17:31:41.210Z | Downloaded generic-array v0.14.7 |
| 361 | 2026-05-26T17:31:41.210Z | Downloaded zerocopy-derive v0.7.35 |
| 362 | 2026-05-26T17:31:41.213Z | Downloaded anyhow v1.0.102 |
| 363 | 2026-05-26T17:31:41.216Z | Downloaded zerotrie v0.2.3 |
| 364 | 2026-05-26T17:31:41.219Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-05-26T17:31:41.223Z | Downloaded serde_spanned v0.6.9 |
| 366 | 2026-05-26T17:31:41.223Z | Downloaded typenum v1.19.0 |
| 367 | 2026-05-26T17:31:41.226Z | Downloaded strsim v0.11.1 |
| 368 | 2026-05-26T17:31:41.229Z | Downloaded idna_adapter v1.2.1 |
| 369 | 2026-05-26T17:31:41.229Z | Downloaded heck v0.5.0 |
| 370 | 2026-05-26T17:31:41.229Z | Downloaded toml_edit v0.22.27 |
| 371 | 2026-05-26T17:31:41.232Z | Downloaded tabled_derive v0.7.0 |
| 372 | 2026-05-26T17:31:41.237Z | Downloaded serde-untagged v0.1.9 |
| 373 | 2026-05-26T17:31:41.240Z | Downloaded displaydoc v0.2.5 |
| 374 | 2026-05-26T17:31:41.240Z | Downloaded proc-macro-error-attr v1.0.4 |
| 375 | 2026-05-26T17:31:41.243Z | Downloaded cargo_toml v0.21.0 |
| 376 | 2026-05-26T17:31:41.243Z | Downloaded bytecount v0.6.9 |
| 377 | 2026-05-26T17:31:41.247Z | Downloaded quote v1.0.45 |
| 378 | 2026-05-26T17:31:41.250Z | Downloaded sha2 v0.10.9 |
| 379 | 2026-05-26T17:31:41.250Z | Downloaded zerocopy v0.7.35 |
| 380 | 2026-05-26T17:31:41.257Z | Downloaded litemap v0.8.1 |
| 381 | 2026-05-26T17:31:41.261Z | Downloaded winnow v0.7.14 |
| 382 | 2026-05-26T17:31:41.264Z | Downloaded icu_provider v2.1.1 |
| 383 | 2026-05-26T17:31:41.267Z | Downloaded cargo_metadata v0.21.0 |
| 384 | 2026-05-26T17:31:41.267Z | Downloaded byteorder v1.5.0 |
| 385 | 2026-05-26T17:31:41.271Z | Downloaded unicode-width v0.2.0 |
| 386 | 2026-05-26T17:31:41.274Z | Downloaded tempfile v3.25.0 |
| 387 | 2026-05-26T17:31:41.274Z | Downloaded fs-err v3.3.0 |
| 388 | 2026-05-26T17:31:41.277Z | Downloaded scroll v0.12.0 |
| 389 | 2026-05-26T17:31:41.277Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-05-26T17:31:41.280Z | Downloaded anstyle v1.0.13 |
| 391 | 2026-05-26T17:31:41.280Z | Downloaded digest v0.10.7 |
| 392 | 2026-05-26T17:31:41.280Z | Downloaded pest_generator v2.8.6 |
| 393 | 2026-05-26T17:31:41.283Z | Downloaded autocfg v1.5.0 |
| 394 | 2026-05-26T17:31:41.283Z | Downloaded semver v1.0.28 |
| 395 | 2026-05-26T17:31:41.287Z | Downloaded clap v4.5.60 |
| 396 | 2026-05-26T17:31:41.292Z | Downloaded icu_normalizer_data v2.1.1 |
| 397 | 2026-05-26T17:31:41.295Z | Downloaded camino v1.2.2 |
| 398 | 2026-05-26T17:31:41.298Z | Downloaded camino-tempfile v1.4.1 |
| 399 | 2026-05-26T17:31:41.301Z | Downloaded getrandom v0.4.1 |
| 400 | 2026-05-26T17:31:41.306Z | Downloaded log v0.4.29 |
| 401 | 2026-05-26T17:31:41.309Z | Downloaded papergrid v0.11.0 |
| 402 | 2026-05-26T17:31:41.309Z | Downloaded icu_locale_core v2.1.1 |
| 403 | 2026-05-26T17:31:41.312Z | Downloaded proc-macro2 v1.0.106 |
| 404 | 2026-05-26T17:31:41.315Z | Downloaded once_cell v1.21.3 |
| 405 | 2026-05-26T17:31:41.318Z | Downloaded serde_core v1.0.228 |
| 406 | 2026-05-26T17:31:41.323Z | Downloaded pest_meta v2.8.6 |
| 407 | 2026-05-26T17:31:41.326Z | Downloaded icu_normalizer v2.1.1 |
| 408 | 2026-05-26T17:31:41.338Z | Downloaded memchr v2.8.0 |
| 409 | 2026-05-26T17:31:41.346Z | Downloaded icu_collections v2.1.1 |
| 410 | 2026-05-26T17:31:41.350Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-05-26T17:31:41.373Z | Downloaded hashbrown v0.17.0 |
| 412 | 2026-05-26T17:31:41.376Z | Downloaded pest v2.8.6 |
| 413 | 2026-05-26T17:31:41.379Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-05-26T17:31:41.384Z | Downloaded goblin v0.8.2 |
| 415 | 2026-05-26T17:31:41.388Z | Downloaded clap_builder v4.5.60 |
| 416 | 2026-05-26T17:31:41.392Z | Downloaded serde_json v1.0.149 |
| 417 | 2026-05-26T17:31:41.400Z | Downloaded tabled v0.15.0 |
| 418 | 2026-05-26T17:31:41.413Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-26T17:31:41.420Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-26T17:31:41.436Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-26T17:31:41.465Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-26T17:31:41.535Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-26T17:31:41.538Z | Compiling quote v1.0.45 |
| 424 | 2026-05-26T17:31:41.538Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-05-26T17:31:41.539Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-26T17:31:41.539Z | Compiling libc v0.2.185 |
| 427 | 2026-05-26T17:31:41.539Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-26T17:31:41.539Z | Compiling stable_deref_trait v1.2.1 |
| 429 | 2026-05-26T17:31:41.539Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-26T17:31:41.875Z | Compiling serde v1.0.228 |
| 431 | 2026-05-26T17:31:41.905Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-26T17:31:42.106Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-26T17:31:42.214Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-26T17:31:42.281Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-26T17:31:42.427Z | Compiling autocfg v1.5.0 |
| 436 | 2026-05-26T17:31:42.489Z | Compiling pest v2.8.6 |
| 437 | 2026-05-26T17:31:42.511Z | Compiling writeable v0.6.2 |
| 438 | 2026-05-26T17:31:42.641Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-26T17:31:42.752Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-26T17:31:42.809Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-05-26T17:31:42.847Z | Compiling byteorder v1.5.0 |
| 442 | 2026-05-26T17:31:42.998Z | Compiling rustix v1.1.3 |
| 443 | 2026-05-26T17:31:43.093Z | Compiling syn v2.0.117 |
| 444 | 2026-05-26T17:31:43.217Z | Compiling errno v0.3.14 |
| 445 | 2026-05-26T17:31:43.232Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-26T17:31:43.310Z | Compiling bitflags v2.11.0 |
| 447 | 2026-05-26T17:31:43.473Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-26T17:31:43.552Z | Compiling hashbrown v0.17.0 |
| 449 | 2026-05-26T17:31:43.599Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-26T17:31:43.668Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-26T17:31:43.698Z | Compiling typeid v1.0.3 |
| 452 | 2026-05-26T17:31:43.975Z | Compiling smallvec v1.15.1 |
| 453 | 2026-05-26T17:31:44.088Z | Compiling indexmap v2.14.0 |
| 454 | 2026-05-26T17:31:44.182Z | Compiling thread-id v4.2.2 |
| 455 | 2026-05-26T17:31:44.195Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-26T17:31:44.264Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-05-26T17:31:44.333Z | Compiling winnow v0.7.14 |
| 458 | 2026-05-26T17:31:44.406Z | Compiling syn v1.0.109 |
| 459 | 2026-05-26T17:31:44.573Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-05-26T17:31:44.717Z | Compiling toml_write v0.1.2 |
| 461 | 2026-05-26T17:31:44.940Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-26T17:31:45.018Z | Compiling utf8parse v0.2.2 |
| 463 | 2026-05-26T17:31:45.130Z | Compiling camino v1.2.2 |
| 464 | 2026-05-26T17:31:45.146Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-26T17:31:45.301Z | Compiling percent-encoding v2.3.2 |
| 466 | 2026-05-26T17:31:45.342Z | Compiling getrandom v0.4.1 |
| 467 | 2026-05-26T17:31:45.454Z | Compiling log v0.4.29 |
| 468 | 2026-05-26T17:31:45.471Z | Compiling thiserror v2.0.18 |
| 469 | 2026-05-26T17:31:45.498Z | Compiling plain v0.2.3 |
| 470 | 2026-05-26T17:31:45.550Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-05-26T17:31:45.634Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-26T17:31:45.716Z | Compiling anstyle-parse v0.2.7 |
| 473 | 2026-05-26T17:31:45.757Z | Compiling synstructure v0.13.2 |
| 474 | 2026-05-26T17:31:45.806Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-05-26T17:31:45.966Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-26T17:31:46.112Z | Compiling is_terminal_polyfill v1.70.2 |
| 477 | 2026-05-26T17:31:46.207Z | Compiling anstyle v1.0.13 |
| 478 | 2026-05-26T17:31:46.223Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-05-26T17:31:46.270Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-26T17:31:46.300Z | Compiling anstyle-query v1.1.5 |
| 481 | 2026-05-26T17:31:46.322Z | Compiling colorchoice v1.0.4 |
| 482 | 2026-05-26T17:31:46.413Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-26T17:31:46.443Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-05-26T17:31:46.521Z | Compiling semver v1.0.28 |
| 485 | 2026-05-26T17:31:46.539Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-26T17:31:46.686Z | Compiling fnv v1.0.7 |
| 487 | 2026-05-26T17:31:46.723Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-26T17:31:46.746Z | Compiling fastrand v2.3.0 |
| 489 | 2026-05-26T17:31:46.794Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-05-26T17:31:46.844Z | Compiling strsim v0.11.1 |
| 491 | 2026-05-26T17:31:46.860Z | Compiling once_cell v1.21.3 |
| 492 | 2026-05-26T17:31:46.923Z | Compiling heck v0.4.1 |
| 493 | 2026-05-26T17:31:46.961Z | Compiling anyhow v1.0.102 |
| 494 | 2026-05-26T17:31:47.014Z | Compiling unicode-width v0.1.14 |
| 495 | 2026-05-26T17:31:47.155Z | Compiling heck v0.5.0 |
| 496 | 2026-05-26T17:31:47.202Z | Compiling bytecount v0.6.9 |
| 497 | 2026-05-26T17:31:47.299Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-26T17:31:47.342Z | Compiling papergrid v0.11.0 |
| 499 | 2026-05-26T17:31:47.393Z | Compiling clap_builder v4.5.60 |
| 500 | 2026-05-26T17:31:47.500Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-05-26T17:31:47.516Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-05-26T17:31:47.535Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-05-26T17:31:47.699Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-05-26T17:31:48.032Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-05-26T17:31:48.753Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-05-26T17:31:48.796Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-05-26T17:31:48.847Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-05-26T17:31:48.867Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-05-26T17:31:48.982Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-05-26T17:31:49.120Z | Compiling yoke v0.8.1 |
| 511 | 2026-05-26T17:31:49.278Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-05-26T17:31:49.320Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-26T17:31:49.535Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-26T17:31:49.668Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-26T17:31:49.834Z | Compiling tinystr v0.8.2 |
| 516 | 2026-05-26T17:31:49.851Z | Compiling potential_utf v0.1.4 |
| 517 | 2026-05-26T17:31:50.034Z | Compiling icu_locale_core v2.1.1 |
| 518 | 2026-05-26T17:31:50.049Z | Compiling icu_collections v2.1.1 |
| 519 | 2026-05-26T17:31:50.133Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-26T17:31:50.232Z | Compiling scroll v0.12.0 |
| 521 | 2026-05-26T17:31:50.508Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-26T17:31:50.525Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-26T17:31:50.543Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-26T17:31:50.734Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-05-26T17:31:50.912Z | Compiling memmap v0.7.0 |
| 526 | 2026-05-26T17:31:50.936Z | Compiling unicode-width v0.2.0 |
| 527 | 2026-05-26T17:31:51.054Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-05-26T17:31:51.098Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-26T17:31:51.115Z | Compiling icu_properties v2.1.2 |
| 530 | 2026-05-26T17:31:51.119Z | Compiling icu_normalizer v2.1.1 |
| 531 | 2026-05-26T17:31:51.215Z | Compiling dof v0.3.0 |
| 532 | 2026-05-26T17:31:51.253Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-26T17:31:51.317Z | Compiling serde_tokenstream v0.2.3 |
| 534 | 2026-05-26T17:31:51.461Z | Compiling serde-value v0.7.0 |
| 535 | 2026-05-26T17:31:51.640Z | Compiling cargo-platform v0.2.0 |
| 536 | 2026-05-26T17:31:51.674Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-26T17:31:51.838Z | Compiling smawk v0.3.2 |
| 538 | 2026-05-26T17:31:51.925Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-26T17:31:51.928Z | Compiling macaddr v1.0.1 |
| 540 | 2026-05-26T17:31:51.983Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-05-26T17:31:52.134Z | Compiling idna v1.1.0 |
| 542 | 2026-05-26T17:31:52.172Z | Compiling textwrap v0.16.2 |
| 543 | 2026-05-26T17:31:52.248Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-26T17:31:52.346Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-05-26T17:31:52.523Z | Compiling url v2.5.8 |
| 546 | 2026-05-26T17:31:52.711Z | Compiling clap v4.5.60 |
| 547 | 2026-05-26T17:31:52.805Z | Compiling toml v0.8.23 |
| 548 | 2026-05-26T17:31:53.093Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-05-26T17:31:53.339Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-05-26T17:31:53.356Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-05-26T17:31:53.454Z | Compiling swrite v0.1.0 |
| 552 | 2026-05-26T17:31:53.562Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-26T17:31:53.694Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-26T17:31:54.272Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-26T17:31:55.201Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-26T17:31:57.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.74s |
| 557 | 2026-05-26T17:31:57.536Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-26T17:31:58.122Z | Downloading crates ... |
| 559 | 2026-05-26T17:31:58.210Z | Downloaded arrayref v0.3.9 |
| 560 | 2026-05-26T17:31:58.213Z | Downloaded ascii-canvas v3.0.0 |
| 561 | 2026-05-26T17:31:58.218Z | Downloaded array-init v0.0.4 |
| 562 | 2026-05-26T17:31:58.221Z | Downloaded arc-swap v1.8.2 |
| 563 | 2026-05-26T17:31:58.224Z | Downloaded adler2 v2.0.1 |
| 564 | 2026-05-26T17:31:58.227Z | Downloaded arrayvec v0.7.6 |
| 565 | 2026-05-26T17:31:58.230Z | Downloaded crc8 v0.1.1 |
| 566 | 2026-05-26T17:31:58.233Z | Downloaded ciborium-io v0.2.2 |
| 567 | 2026-05-26T17:31:58.234Z | Downloaded cc v1.2.56 |
| 568 | 2026-05-26T17:31:58.237Z | Downloaded ecdsa v0.16.9 |
| 569 | 2026-05-26T17:31:58.240Z | Downloaded crc32fast v1.5.0 |
| 570 | 2026-05-26T17:31:58.240Z | Downloaded darling_macro v0.23.0 |
| 571 | 2026-05-26T17:31:58.240Z | Downloaded daft v0.1.7 |
| 572 | 2026-05-26T17:31:58.243Z | Downloaded cbc v0.1.2 |
| 573 | 2026-05-26T17:31:58.243Z | Downloaded chacha20 v0.9.1 |
| 574 | 2026-05-26T17:31:58.243Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 575 | 2026-05-26T17:31:58.243Z | Downloaded bzip2 v0.6.1 |
| 576 | 2026-05-26T17:31:58.247Z | Downloaded cobs v0.3.0 |
| 577 | 2026-05-26T17:31:58.247Z | Downloaded bit-set v0.8.0 |
| 578 | 2026-05-26T17:31:58.247Z | Downloaded atty v0.2.14 |
| 579 | 2026-05-26T17:31:58.250Z | Downloaded ciborium v0.2.2 |
| 580 | 2026-05-26T17:31:58.250Z | Downloaded darling v0.20.11 |
| 581 | 2026-05-26T17:31:58.253Z | Downloaded darling_macro v0.21.3 |
| 582 | 2026-05-26T17:31:58.253Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 583 | 2026-05-26T17:31:58.253Z | Downloaded cfg_aliases v0.2.1 |
| 584 | 2026-05-26T17:31:58.258Z | Downloaded ahash v0.8.12 |
| 585 | 2026-05-26T17:31:58.258Z | Downloaded debug-ignore v1.0.5 |
| 586 | 2026-05-26T17:31:58.262Z | Downloaded defmt-parser v1.0.0 |
| 587 | 2026-05-26T17:31:58.262Z | Downloaded convert_case v0.4.0 |
| 588 | 2026-05-26T17:31:58.262Z | Downloaded bit-set v0.5.3 |
| 589 | 2026-05-26T17:31:58.262Z | Downloaded cancel-safe-futures v0.1.5 |
| 590 | 2026-05-26T17:31:58.262Z | Downloaded derive_more v0.99.20 |
| 591 | 2026-05-26T17:31:58.265Z | Downloaded data-encoding v2.10.0 |
| 592 | 2026-05-26T17:31:58.265Z | Downloaded block-padding v0.3.3 |
| 593 | 2026-05-26T17:31:58.265Z | Downloaded daft-derive v0.1.7 |
| 594 | 2026-05-26T17:31:58.269Z | Downloaded bb8 v0.8.6 |
| 595 | 2026-05-26T17:31:58.272Z | Downloaded bitflags v1.3.2 |
| 596 | 2026-05-26T17:31:58.277Z | Downloaded dirs-sys-next v0.1.2 |
| 597 | 2026-05-26T17:31:58.277Z | Downloaded des v0.8.1 |
| 598 | 2026-05-26T17:31:58.277Z | Downloaded compact_str v0.8.1 |
| 599 | 2026-05-26T17:31:58.280Z | Downloaded crossbeam-epoch v0.9.18 |
| 600 | 2026-05-26T17:31:58.280Z | Downloaded compression-core v0.4.31 |
| 601 | 2026-05-26T17:31:58.283Z | Downloaded bitfield-macros v0.19.4 |
| 602 | 2026-05-26T17:31:58.283Z | Downloaded derive-ex v0.1.8 |
| 603 | 2026-05-26T17:31:58.283Z | Downloaded base64ct v1.8.3 |
| 604 | 2026-05-26T17:31:58.286Z | Downloaded atomic-waker v1.1.2 |
| 605 | 2026-05-26T17:31:58.286Z | Downloaded aead v0.5.2 |
| 606 | 2026-05-26T17:31:58.286Z | Downloaded defmt v1.0.1 |
| 607 | 2026-05-26T17:31:58.289Z | Downloaded dof v0.4.0 |
| 608 | 2026-05-26T17:31:58.293Z | Downloaded derive_builder_macro v0.20.2 |
| 609 | 2026-05-26T17:31:58.293Z | Downloaded defmt v0.3.100 |
| 610 | 2026-05-26T17:31:58.293Z | Downloaded crc-catalog v2.4.0 |
| 611 | 2026-05-26T17:31:58.293Z | Downloaded async-recursion v1.1.1 |
| 612 | 2026-05-26T17:31:58.296Z | Downloaded difflib v0.4.0 |
| 613 | 2026-05-26T17:31:58.299Z | Downloaded der v0.7.10 |
| 614 | 2026-05-26T17:31:58.304Z | Downloaded dyn-clone v1.0.20 |
| 615 | 2026-05-26T17:31:58.304Z | Downloaded fixedbitset v0.4.2 |
| 616 | 2026-05-26T17:31:58.304Z | Downloaded env_filter v1.0.0 |
| 617 | 2026-05-26T17:31:58.307Z | Downloaded crunchy v0.2.4 |
| 618 | 2026-05-26T17:31:58.307Z | Downloaded endian-type v0.1.2 |
| 619 | 2026-05-26T17:31:58.307Z | Downloaded bitfield-struct v0.6.2 |
| 620 | 2026-05-26T17:31:58.308Z | Downloaded async-stream-impl v0.3.6 |
| 621 | 2026-05-26T17:31:58.308Z | Downloaded atomicwrites v0.4.4 |
| 622 | 2026-05-26T17:31:58.308Z | Downloaded embedded-io v0.4.0 |
| 623 | 2026-05-26T17:31:58.312Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 624 | 2026-05-26T17:31:58.312Z | Downloaded downcast-rs v2.0.2 |
| 625 | 2026-05-26T17:31:58.312Z | Downloaded embedded-io v0.6.1 |
| 626 | 2026-05-26T17:31:58.312Z | Downloaded ciborium-ll v0.2.2 |
| 627 | 2026-05-26T17:31:58.315Z | Downloaded castaway v0.2.4 |
| 628 | 2026-05-26T17:31:58.315Z | Downloaded darling_macro v0.20.11 |
| 629 | 2026-05-26T17:31:58.315Z | Downloaded corncobs v0.1.4 |
| 630 | 2026-05-26T17:31:58.315Z | Downloaded buf-list v1.1.2 |
| 631 | 2026-05-26T17:31:58.319Z | Downloaded dsl_auto_type v0.2.0 |
| 632 | 2026-05-26T17:31:58.319Z | Downloaded colored v3.1.1 |
| 633 | 2026-05-26T17:31:58.319Z | Downloaded der_derive v0.7.3 |
| 634 | 2026-05-26T17:31:58.322Z | Downloaded clang-sys v1.8.1 |
| 635 | 2026-05-26T17:31:58.322Z | Downloaded cfg_aliases v0.1.1 |
| 636 | 2026-05-26T17:31:58.322Z | Downloaded base16ct v0.2.0 |
| 637 | 2026-05-26T17:31:58.326Z | Downloaded defmt-macros v1.0.1 |
| 638 | 2026-05-26T17:31:58.326Z | Downloaded darling v0.13.4 |
| 639 | 2026-05-26T17:31:58.329Z | Downloaded async-stream v0.3.6 |
| 640 | 2026-05-26T17:31:58.329Z | Downloaded foreign-types-shared v0.3.1 |
| 641 | 2026-05-26T17:31:58.329Z | Downloaded crc v3.4.0 |
| 642 | 2026-05-26T17:31:58.333Z | Downloaded cargo-platform v0.1.9 |
| 643 | 2026-05-26T17:31:58.333Z | Downloaded bit-vec v0.8.0 |
| 644 | 2026-05-26T17:31:58.333Z | Downloaded foreign-types-macros v0.2.3 |
| 645 | 2026-05-26T17:31:58.338Z | Downloaded flagset v0.4.7 |
| 646 | 2026-05-26T17:31:58.338Z | Downloaded futures-sink v0.3.32 |
| 647 | 2026-05-26T17:31:58.338Z | Downloaded funty v2.0.0 |
| 648 | 2026-05-26T17:31:58.338Z | Downloaded crucible-workspace-hack v0.1.0 |
| 649 | 2026-05-26T17:31:58.338Z | Downloaded foreign-types v0.5.0 |
| 650 | 2026-05-26T17:31:58.338Z | Downloaded foreign-types v0.3.2 |
| 651 | 2026-05-26T17:31:58.342Z | Downloaded gethostname v0.5.0 |
| 652 | 2026-05-26T17:31:58.342Z | Downloaded foreign-types-shared v0.1.1 |
| 653 | 2026-05-26T17:31:58.342Z | Downloaded futures-task v0.3.32 |
| 654 | 2026-05-26T17:31:58.342Z | Downloaded futures-core v0.3.32 |
| 655 | 2026-05-26T17:31:58.342Z | Downloaded globwalk v0.9.1 |
| 656 | 2026-05-26T17:31:58.346Z | Downloaded futures-io v0.3.32 |
| 657 | 2026-05-26T17:31:58.346Z | Downloaded display-error-chain v0.2.2 |
| 658 | 2026-05-26T17:31:58.346Z | Downloaded darling_macro v0.13.4 |
| 659 | 2026-05-26T17:31:58.346Z | Downloaded document-features v0.2.12 |
| 660 | 2026-05-26T17:31:58.346Z | Downloaded assert_matches v1.5.0 |
| 661 | 2026-05-26T17:31:58.346Z | Downloaded dtrace-parser v0.3.0 |
| 662 | 2026-05-26T17:31:58.349Z | Downloaded derive_builder_core v0.20.2 |
| 663 | 2026-05-26T17:31:58.349Z | Downloaded cexpr v0.6.0 |
| 664 | 2026-05-26T17:31:58.349Z | Downloaded cassowary v0.3.0 |
| 665 | 2026-05-26T17:31:58.353Z | Downloaded byte-wrapper v0.1.0 |
| 666 | 2026-05-26T17:31:58.353Z | Downloaded float-cmp v0.10.0 |
| 667 | 2026-05-26T17:31:58.353Z | Downloaded blowfish v0.9.1 |
| 668 | 2026-05-26T17:31:58.356Z | Downloaded cstr-argument v0.1.2 |
| 669 | 2026-05-26T17:31:58.356Z | Downloaded cargo_metadata v0.19.2 |
| 670 | 2026-05-26T17:31:58.356Z | Downloaded dunce v1.0.5 |
| 671 | 2026-05-26T17:31:58.356Z | Downloaded cpufeatures v0.3.0 |
| 672 | 2026-05-26T17:31:58.359Z | Downloaded diesel-dtrace v0.5.0 |
| 673 | 2026-05-26T17:31:58.362Z | Downloaded ff v0.13.1 |
| 674 | 2026-05-26T17:31:58.362Z | Downloaded dirs-next v2.0.0 |
| 675 | 2026-05-26T17:31:58.362Z | Downloaded constant_time_eq v0.4.2 |
| 676 | 2026-05-26T17:31:58.365Z | Downloaded compression-codecs v0.4.37 |
| 677 | 2026-05-26T17:31:58.365Z | Downloaded deranged v0.5.8 |
| 678 | 2026-05-26T17:31:58.368Z | Downloaded cmake v0.1.57 |
| 679 | 2026-05-26T17:31:58.369Z | Downloaded ghash v0.5.1 |
| 680 | 2026-05-26T17:31:58.369Z | Downloaded camino-tempfile-ext v0.3.3 |
| 681 | 2026-05-26T17:31:58.372Z | Downloaded backoff v0.4.0 |
| 682 | 2026-05-26T17:31:58.372Z | Downloaded convert_case v0.10.0 |
| 683 | 2026-05-26T17:31:58.375Z | Downloaded hash32 v0.3.1 |
| 684 | 2026-05-26T17:31:58.375Z | Downloaded git-stub v1.0.0 |
| 685 | 2026-05-26T17:31:58.376Z | Downloaded float-ord v0.3.2 |
| 686 | 2026-05-26T17:31:58.376Z | Downloaded futures-macro v0.3.32 |
| 687 | 2026-05-26T17:31:58.379Z | Downloaded enum-as-inner v0.6.1 |
| 688 | 2026-05-26T17:31:58.379Z | Downloaded cipher v0.4.4 |
| 689 | 2026-05-26T17:31:58.379Z | Downloaded fxhash v0.2.1 |
| 690 | 2026-05-26T17:31:58.379Z | Downloaded hex-literal v0.4.1 |
| 691 | 2026-05-26T17:31:58.384Z | Downloaded hex v0.4.3 |
| 692 | 2026-05-26T17:31:58.384Z | Downloaded headers-core v0.3.0 |
| 693 | 2026-05-26T17:31:58.384Z | Downloaded bitfield v0.19.4 |
| 694 | 2026-05-26T17:31:58.387Z | Downloaded hostname v0.4.2 |
| 695 | 2026-05-26T17:31:58.387Z | Downloaded const_format_proc_macros v0.2.34 |
| 696 | 2026-05-26T17:31:58.387Z | Downloaded http-body v1.0.1 |
| 697 | 2026-05-26T17:31:58.391Z | Downloaded httpdate v1.0.3 |
| 698 | 2026-05-26T17:31:58.391Z | Downloaded http-range v0.1.5 |
| 699 | 2026-05-26T17:31:58.391Z | Downloaded hostname v0.3.1 |
| 700 | 2026-05-26T17:31:58.395Z | Downloaded erased-serde v0.3.31 |
| 701 | 2026-05-26T17:31:58.395Z | Downloaded fs_extra v1.3.0 |
| 702 | 2026-05-26T17:31:58.399Z | Downloaded foldhash v0.2.0 |
| 703 | 2026-05-26T17:31:58.399Z | Downloaded find-msvc-tools v0.1.9 |
| 704 | 2026-05-26T17:31:58.399Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 705 | 2026-05-26T17:31:58.402Z | Downloaded filetime v0.2.27 |
| 706 | 2026-05-26T17:31:58.402Z | Downloaded hyper-tls v0.6.0 |
| 707 | 2026-05-26T17:31:58.402Z | Downloaded fixedbitset v0.5.7 |
| 708 | 2026-05-26T17:31:58.405Z | Downloaded illumos-nvpair v0.3.0 |
| 709 | 2026-05-26T17:31:58.405Z | Downloaded either v1.15.0 |
| 710 | 2026-05-26T17:31:58.405Z | Downloaded fs-err v2.11.0 |
| 711 | 2026-05-26T17:31:58.409Z | Downloaded bzip2 v0.4.4 |
| 712 | 2026-05-26T17:31:58.409Z | Downloaded ctr v0.9.2 |
| 713 | 2026-05-26T17:31:58.412Z | Downloaded futures-executor v0.3.32 |
| 714 | 2026-05-26T17:31:58.412Z | Downloaded chacha20 v0.10.0 |
| 715 | 2026-05-26T17:31:58.415Z | Downloaded group v0.13.0 |
| 716 | 2026-05-26T17:31:58.415Z | Downloaded hubpack v0.1.2 |
| 717 | 2026-05-26T17:31:58.416Z | Downloaded git-stub-vcs v0.1.0 |
| 718 | 2026-05-26T17:31:58.420Z | Downloaded ident_case v1.0.1 |
| 719 | 2026-05-26T17:31:58.420Z | Downloaded cookie_store v0.22.1 |
| 720 | 2026-05-26T17:31:58.420Z | Downloaded console v0.15.11 |
| 721 | 2026-05-26T17:31:58.424Z | Downloaded fallible-iterator v0.2.0 |
| 722 | 2026-05-26T17:31:58.424Z | Downloaded darling_core v0.23.0 |
| 723 | 2026-05-26T17:31:58.427Z | Downloaded argon2 v0.5.3 |
| 724 | 2026-05-26T17:31:58.427Z | Downloaded indoc v1.0.9 |
| 725 | 2026-05-26T17:31:58.430Z | Downloaded internet-checksum v0.2.1 |
| 726 | 2026-05-26T17:31:58.430Z | Downloaded inout v0.1.4 |
| 727 | 2026-05-26T17:31:58.430Z | Downloaded indent_write v2.2.0 |
| 728 | 2026-05-26T17:31:58.430Z | Downloaded fd-lock v4.0.4 |
| 729 | 2026-05-26T17:31:58.436Z | Downloaded hash32 v0.2.1 |
| 730 | 2026-05-26T17:31:58.436Z | Downloaded bytes v1.11.1 |
| 731 | 2026-05-26T17:31:58.441Z | Downloaded crossbeam-channel v0.5.15 |
| 732 | 2026-05-26T17:31:58.441Z | Downloaded env_logger v0.11.9 |
| 733 | 2026-05-26T17:31:58.441Z | Downloaded glob v0.3.3 |
| 734 | 2026-05-26T17:31:58.445Z | Downloaded home v0.5.12 |
| 735 | 2026-05-26T17:31:58.445Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 736 | 2026-05-26T17:31:58.445Z | Downloaded derive-where v1.6.0 |
| 737 | 2026-05-26T17:31:58.448Z | Downloaded instant v0.1.13 |
| 738 | 2026-05-26T17:31:58.448Z | Downloaded instability v0.3.11 |
| 739 | 2026-05-26T17:31:58.448Z | Downloaded keccak v0.1.6 |
| 740 | 2026-05-26T17:31:58.448Z | Downloaded is_ci v1.2.0 |
| 741 | 2026-05-26T17:31:58.448Z | Downloaded lazy_static v1.5.0 |
| 742 | 2026-05-26T17:31:58.451Z | Downloaded http-body-util v0.1.3 |
| 743 | 2026-05-26T17:31:58.451Z | Downloaded ena v0.14.4 |
| 744 | 2026-05-26T17:31:58.455Z | Downloaded hyper-staticfile v0.10.1 |
| 745 | 2026-05-26T17:31:58.455Z | Downloaded darling v0.23.0 |
| 746 | 2026-05-26T17:31:58.459Z | Downloaded foldhash v0.1.5 |
| 747 | 2026-05-26T17:31:58.459Z | Downloaded crossbeam-deque v0.8.6 |
| 748 | 2026-05-26T17:31:58.462Z | Downloaded highway v1.3.0 |
| 749 | 2026-05-26T17:31:58.462Z | Downloaded drift v0.1.4 |
| 750 | 2026-05-26T17:31:58.468Z | Downloaded kstat-rs v0.2.4 |
| 751 | 2026-05-26T17:31:58.471Z | Downloaded linked-hash-map v0.5.6 |
| 752 | 2026-05-26T17:31:58.471Z | Downloaded lru-cache v0.1.2 |
| 753 | 2026-05-26T17:31:58.471Z | Downloaded lru v0.12.5 |
| 754 | 2026-05-26T17:31:58.475Z | Downloaded libscf-sys v1.1.0 |
| 755 | 2026-05-26T17:31:58.475Z | Downloaded maplit v1.0.2 |
| 756 | 2026-05-26T17:31:58.475Z | Downloaded darling_core v0.13.4 |
| 757 | 2026-05-26T17:31:58.478Z | Downloaded half v1.8.3 |
| 758 | 2026-05-26T17:31:58.478Z | Downloaded console v0.16.2 |
| 759 | 2026-05-26T17:31:58.478Z | Downloaded const-oid v0.9.6 |
| 760 | 2026-05-26T17:31:58.483Z | Downloaded managed v0.8.0 |
| 761 | 2026-05-26T17:31:58.483Z | Downloaded md-5 v0.10.6 |
| 762 | 2026-05-26T17:31:58.483Z | Downloaded lru-slab v0.1.2 |
| 763 | 2026-05-26T17:31:58.487Z | Downloaded fatfs v0.3.6 |
| 764 | 2026-05-26T17:31:58.487Z | Downloaded ipnetwork v0.21.1 |
| 765 | 2026-05-26T17:31:58.487Z | Downloaded maybe-uninit v2.0.0 |
| 766 | 2026-05-26T17:31:58.490Z | Downloaded ingot v0.1.1 |
| 767 | 2026-05-26T17:31:58.490Z | Downloaded memoffset v0.9.1 |
| 768 | 2026-05-26T17:31:58.490Z | Downloaded humantime v2.3.0 |
| 769 | 2026-05-26T17:31:58.490Z | Downloaded ed25519 v2.2.3 |
| 770 | 2026-05-26T17:31:58.494Z | Downloaded derive_more v2.1.1 |
| 771 | 2026-05-26T17:31:58.497Z | Downloaded newtype_derive v0.1.6 |
| 772 | 2026-05-26T17:31:58.500Z | Downloaded mime v0.3.17 |
| 773 | 2026-05-26T17:31:58.500Z | Downloaded md5 v0.7.0 |
| 774 | 2026-05-26T17:31:58.500Z | Downloaded lzss v0.8.2 |
| 775 | 2026-05-26T17:31:58.503Z | Downloaded jobserver v0.1.34 |
| 776 | 2026-05-26T17:31:58.503Z | Downloaded getrandom v0.2.17 |
| 777 | 2026-05-26T17:31:58.507Z | Downloaded nibble_vec v0.1.0 |
| 778 | 2026-05-26T17:31:58.507Z | Downloaded newtype-uuid-macros v0.1.0 |
| 779 | 2026-05-26T17:31:58.507Z | Downloaded newline-converter v0.3.0 |
| 780 | 2026-05-26T17:31:58.510Z | Downloaded new_debug_unreachable v1.0.6 |
| 781 | 2026-05-26T17:31:58.511Z | Downloaded ipnet v2.11.0 |
| 782 | 2026-05-26T17:31:58.511Z | Downloaded num-conv v0.2.0 |
| 783 | 2026-05-26T17:31:58.511Z | Downloaded multimap v0.10.1 |
| 784 | 2026-05-26T17:31:58.514Z | Downloaded ingot-types v0.1.2 |
| 785 | 2026-05-26T17:31:58.514Z | Downloaded indoc v2.0.7 |
| 786 | 2026-05-26T17:31:58.517Z | Downloaded hyper-rustls v0.27.7 |
| 787 | 2026-05-26T17:31:58.517Z | Downloaded num-iter v0.1.45 |
| 788 | 2026-05-26T17:31:58.517Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-05-26T17:31:58.522Z | Downloaded derive_more-impl v2.1.1 |
| 790 | 2026-05-26T17:31:58.525Z | Downloaded nodrop v0.1.14 |
| 791 | 2026-05-26T17:31:58.525Z | Downloaded elliptic-curve v0.13.8 |
| 792 | 2026-05-26T17:31:58.525Z | Downloaded futures v0.3.32 |
| 793 | 2026-05-26T17:31:58.528Z | Downloaded num v0.4.3 |
| 794 | 2026-05-26T17:31:58.531Z | Downloaded libloading v0.8.9 |
| 795 | 2026-05-26T17:31:58.531Z | Downloaded num_threads v0.1.7 |
| 796 | 2026-05-26T17:31:58.536Z | Downloaded num-derive v0.3.3 |
| 797 | 2026-05-26T17:31:58.536Z | Downloaded opaque-debug v0.3.1 |
| 798 | 2026-05-26T17:31:58.536Z | Downloaded num_enum_derive v0.5.11 |
| 799 | 2026-05-26T17:31:58.540Z | Downloaded num-derive v0.4.2 |
| 800 | 2026-05-26T17:31:58.540Z | Downloaded dropshot_endpoint v0.17.0 |
| 801 | 2026-05-26T17:31:58.540Z | Downloaded olpc-cjson v0.1.4 |
| 802 | 2026-05-26T17:31:58.544Z | Downloaded lock_api v0.4.14 |
| 803 | 2026-05-26T17:31:58.544Z | Downloaded match_cfg v0.1.0 |
| 804 | 2026-05-26T17:31:58.544Z | Downloaded darling_core v0.20.11 |
| 805 | 2026-05-26T17:31:58.547Z | Downloaded mime_guess v2.0.5 |
| 806 | 2026-05-26T17:31:58.547Z | Downloaded openssl-probe v0.2.1 |
| 807 | 2026-05-26T17:31:58.550Z | Downloaded openssl-probe v0.1.6 |
| 808 | 2026-05-26T17:31:58.550Z | Downloaded openssl-macros v0.1.1 |
| 809 | 2026-05-26T17:31:58.550Z | Downloaded const_format v0.2.35 |
| 810 | 2026-05-26T17:31:58.554Z | Downloaded linear-map v1.2.0 |
| 811 | 2026-05-26T17:31:58.554Z | Downloaded crc-any v2.5.0 |
| 812 | 2026-05-26T17:31:58.558Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 813 | 2026-05-26T17:31:58.558Z | Downloaded flume v0.11.1 |
| 814 | 2026-05-26T17:31:58.568Z | Downloaded native-tls v0.2.18 |
| 815 | 2026-05-26T17:31:58.568Z | Downloaded base64 v0.22.1 |
| 816 | 2026-05-26T17:31:58.568Z | Downloaded parse-size v1.1.0 |
| 817 | 2026-05-26T17:31:58.568Z | Downloaded oso-derive v0.27.3 |
| 818 | 2026-05-26T17:31:58.568Z | Downloaded packed_struct_codegen v0.10.1 |
| 819 | 2026-05-26T17:31:58.568Z | Downloaded nanorand v0.7.0 |
| 820 | 2026-05-26T17:31:58.571Z | Downloaded parse-display v0.10.0 |
| 821 | 2026-05-26T17:31:58.571Z | Downloaded half v2.7.1 |
| 822 | 2026-05-26T17:31:58.571Z | Downloaded getrandom v0.3.4 |
| 823 | 2026-05-26T17:31:58.575Z | Downloaded num_enum v0.5.11 |
| 824 | 2026-05-26T17:31:58.578Z | Downloaded nu-ansi-term v0.50.3 |
| 825 | 2026-05-26T17:31:58.581Z | Downloaded nonempty v0.12.0 |
| 826 | 2026-05-26T17:31:58.581Z | Downloaded newtype-uuid v1.3.2 |
| 827 | 2026-05-26T17:31:58.581Z | Downloaded phf_shared v0.11.3 |
| 828 | 2026-05-26T17:31:58.581Z | Downloaded peg-runtime v0.8.5 |
| 829 | 2026-05-26T17:31:58.587Z | Downloaded darling_core v0.21.3 |
| 830 | 2026-05-26T17:31:58.590Z | Downloaded ingot-macros v0.1.1 |
| 831 | 2026-05-26T17:31:58.590Z | Downloaded dropshot_endpoint v0.16.7 |
| 832 | 2026-05-26T17:31:58.590Z | Downloaded num-rational v0.4.2 |
| 833 | 2026-05-26T17:31:58.590Z | Downloaded allocator-api2 v0.2.21 |
| 834 | 2026-05-26T17:31:58.593Z | Downloaded pbkdf2 v0.12.2 |
| 835 | 2026-05-26T17:31:58.593Z | Downloaded pbkdf2 v0.11.0 |
| 836 | 2026-05-26T17:31:58.597Z | Downloaded num_enum v0.7.5 |
| 837 | 2026-05-26T17:31:58.600Z | Downloaded num_enum_derive v0.7.5 |
| 838 | 2026-05-26T17:31:58.600Z | Downloaded crypto-bigint v0.5.5 |
| 839 | 2026-05-26T17:31:58.603Z | Downloaded base64 v0.21.7 |
| 840 | 2026-05-26T17:31:58.606Z | Downloaded phf_shared v0.13.1 |
| 841 | 2026-05-26T17:31:58.610Z | Downloaded num-integer v0.1.46 |
| 842 | 2026-05-26T17:31:58.610Z | Downloaded chacha20poly1305 v0.10.1 |
| 843 | 2026-05-26T17:31:58.626Z | Downloaded proc-macro-crate v1.3.1 |
| 844 | 2026-05-26T17:31:58.630Z | Downloaded precomputed-hash v0.1.1 |
| 845 | 2026-05-26T17:31:58.630Z | Downloaded powerfmt v0.2.0 |
| 846 | 2026-05-26T17:31:58.630Z | Downloaded pin-utils v0.1.0 |
| 847 | 2026-05-26T17:31:58.630Z | Downloaded oxnet v0.1.4 |
| 848 | 2026-05-26T17:31:58.633Z | Downloaded oxide-tokio-rt v0.1.4 |
| 849 | 2026-05-26T17:31:58.633Z | Downloaded owo-colors v4.3.0 |
| 850 | 2026-05-26T17:31:58.637Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 851 | 2026-05-26T17:31:58.637Z | Downloaded multer v3.1.0 |
| 852 | 2026-05-26T17:31:58.637Z | Downloaded ignore v0.4.25 |
| 853 | 2026-05-26T17:31:58.640Z | Downloaded ar_archive_writer v0.5.1 |
| 854 | 2026-05-26T17:31:58.643Z | Downloaded predicates-core v1.0.10 |
| 855 | 2026-05-26T17:31:58.643Z | Downloaded parse-display-derive v0.10.0 |
| 856 | 2026-05-26T17:31:58.643Z | Downloaded packed_struct v0.10.1 |
| 857 | 2026-05-26T17:31:58.643Z | Downloaded indexmap v1.9.3 |
| 858 | 2026-05-26T17:31:58.646Z | Downloaded headers v0.4.1 |
| 859 | 2026-05-26T17:31:58.650Z | Downloaded proc-macro-crate v3.4.0 |
| 860 | 2026-05-26T17:31:58.653Z | Downloaded phf v0.12.1 |
| 861 | 2026-05-26T17:31:58.653Z | Downloaded pem v3.0.6 |
| 862 | 2026-05-26T17:31:58.653Z | Downloaded peg-macros v0.8.5 |
| 863 | 2026-05-26T17:31:58.656Z | Downloaded psl-types v2.0.11 |
| 864 | 2026-05-26T17:31:58.656Z | Downloaded flate2 v1.1.9 |
| 865 | 2026-05-26T17:31:58.660Z | Downloaded paste v1.0.15 |
| 866 | 2026-05-26T17:31:58.665Z | Downloaded progenitor-macro v0.14.0 |
| 867 | 2026-05-26T17:31:58.665Z | Downloaded progenitor-macro v0.10.0 |
| 868 | 2026-05-26T17:31:58.665Z | Downloaded progenitor-client v0.14.0 |
| 869 | 2026-05-26T17:31:58.665Z | Downloaded password-hash v0.5.0 |
| 870 | 2026-05-26T17:31:58.668Z | Downloaded num-complex v0.4.6 |
| 871 | 2026-05-26T17:31:58.668Z | Downloaded httparse v1.10.1 |
| 872 | 2026-05-26T17:31:58.668Z | Downloaded quick-error v1.2.3 |
| 873 | 2026-05-26T17:31:58.673Z | Downloaded phf v0.13.1 |
| 874 | 2026-05-26T17:31:58.673Z | Downloaded litrs v1.0.0 |
| 875 | 2026-05-26T17:31:58.673Z | Downloaded phf_shared v0.12.1 |
| 876 | 2026-05-26T17:31:58.676Z | Downloaded bumpalo v3.20.2 |
| 877 | 2026-05-26T17:31:58.676Z | Downloaded progenitor-macro v0.13.0 |
| 878 | 2026-05-26T17:31:58.676Z | Downloaded pem-rfc7468 v0.7.0 |
| 879 | 2026-05-26T17:31:58.679Z | Downloaded libsw-core v0.3.2 |
| 880 | 2026-05-26T17:31:58.679Z | Downloaded ed25519-dalek v2.2.0 |
| 881 | 2026-05-26T17:31:58.682Z | Downloaded predicates-tree v1.0.13 |
| 882 | 2026-05-26T17:31:58.682Z | Downloaded predicates v3.1.4 |
| 883 | 2026-05-26T17:31:58.686Z | Downloaded rand_xorshift v0.4.0 |
| 884 | 2026-05-26T17:31:58.686Z | Downloaded indicatif v0.18.4 |
| 885 | 2026-05-26T17:31:58.689Z | Downloaded radium v0.7.0 |
| 886 | 2026-05-26T17:31:58.689Z | Downloaded progenitor-client v0.11.2 |
| 887 | 2026-05-26T17:31:58.693Z | Downloaded primeorder v0.13.6 |
| 888 | 2026-05-26T17:31:58.693Z | Downloaded progenitor-client v0.13.0 |
| 889 | 2026-05-26T17:31:58.693Z | Downloaded progenitor v0.13.0 |
| 890 | 2026-05-26T17:31:58.693Z | Downloaded recursive v0.1.1 |
| 891 | 2026-05-26T17:31:58.697Z | Downloaded progenitor v0.11.2 |
| 892 | 2026-05-26T17:31:58.697Z | Downloaded progenitor v0.10.0 |
| 893 | 2026-05-26T17:31:58.698Z | Downloaded postgres-protocol v0.6.10 |
| 894 | 2026-05-26T17:31:58.701Z | Downloaded polyval v0.6.2 |
| 895 | 2026-05-26T17:31:58.701Z | Downloaded progenitor-extras v0.2.0 |
| 896 | 2026-05-26T17:31:58.701Z | Downloaded hickory-resolver v0.24.4 |
| 897 | 2026-05-26T17:31:58.704Z | Downloaded heapless v0.8.0 |
| 898 | 2026-05-26T17:31:58.707Z | Downloaded peg v0.8.5 |
| 899 | 2026-05-26T17:31:58.712Z | Downloaded psm v0.1.30 |
| 900 | 2026-05-26T17:31:58.712Z | Downloaded ref-cast-impl v1.0.25 |
| 901 | 2026-05-26T17:31:58.712Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 902 | 2026-05-26T17:31:58.715Z | Downloaded rfc6979 v0.4.0 |
| 903 | 2026-05-26T17:31:58.715Z | Downloaded r2d2 v0.8.10 |
| 904 | 2026-05-26T17:31:58.715Z | Downloaded password-hash v0.4.2 |
| 905 | 2026-05-26T17:31:58.715Z | Downloaded expectorate v1.2.0 |
| 906 | 2026-05-26T17:31:58.719Z | Downloaded progenitor-macro v0.11.2 |
| 907 | 2026-05-26T17:31:58.719Z | Downloaded ppv-lite86 v0.2.21 |
| 908 | 2026-05-26T17:31:58.722Z | Downloaded pkg-config v0.3.32 |
| 909 | 2026-05-26T17:31:58.722Z | Downloaded pin-project-internal v1.1.11 |
| 910 | 2026-05-26T17:31:58.722Z | Downloaded progenitor-client v0.10.0 |
| 911 | 2026-05-26T17:31:58.722Z | Downloaded progenitor v0.14.0 |
| 912 | 2026-05-26T17:31:58.726Z | Downloaded proc-macro-error2 v2.0.1 |
| 913 | 2026-05-26T17:31:58.729Z | Downloaded rustc_version v0.1.7 |
| 914 | 2026-05-26T17:31:58.729Z | Downloaded rustc-hash v2.1.1 |
| 915 | 2026-05-26T17:31:58.729Z | Downloaded parking_lot_core v0.9.12 |
| 916 | 2026-05-26T17:31:58.732Z | Downloaded memmap2 v0.9.10 |
| 917 | 2026-05-26T17:31:58.732Z | Downloaded poly1305 v0.8.0 |
| 918 | 2026-05-26T17:31:58.735Z | Downloaded rand_core v0.9.5 |
| 919 | 2026-05-26T17:31:58.735Z | Downloaded rand_chacha v0.3.1 |
| 920 | 2026-05-26T17:31:58.735Z | Downloaded pkcs5 v0.7.1 |
| 921 | 2026-05-26T17:31:58.738Z | Downloaded russh-cryptovec v0.7.3 |
| 922 | 2026-05-26T17:31:58.738Z | Downloaded parking_lot v0.11.2 |
| 923 | 2026-05-26T17:31:58.743Z | Downloaded omicron-zone-package v0.12.2 |
| 924 | 2026-05-26T17:31:58.747Z | Downloaded rtoolbox v0.0.3 |
| 925 | 2026-05-26T17:31:58.747Z | Downloaded miniz_oxide v0.8.9 |
| 926 | 2026-05-26T17:31:58.747Z | Downloaded same-file v1.0.6 |
| 927 | 2026-05-26T17:31:58.747Z | Downloaded oso v0.27.3 |
| 928 | 2026-05-26T17:31:58.750Z | Downloaded async-compression v0.4.41 |
| 929 | 2026-05-26T17:31:58.753Z | Downloaded rustc_version v0.4.1 |
| 930 | 2026-05-26T17:31:58.757Z | Downloaded rand_seeder v0.4.0 |
| 931 | 2026-05-26T17:31:58.757Z | Downloaded parking_lot v0.12.5 |
| 932 | 2026-05-26T17:31:58.757Z | Downloaded rand_core v0.10.0 |
| 933 | 2026-05-26T17:31:58.760Z | Downloaded hickory-resolver v0.25.2 |
| 934 | 2026-05-26T17:31:58.764Z | Downloaded hashbrown v0.13.2 |
| 935 | 2026-05-26T17:31:58.767Z | Downloaded secrecy v0.10.3 |
| 936 | 2026-05-26T17:31:58.767Z | Downloaded secrecy v0.8.0 |
| 937 | 2026-05-26T17:31:58.767Z | Downloaded scroll_derive v0.13.1 |
| 938 | 2026-05-26T17:31:58.767Z | Downloaded postgres-types v0.2.12 |
| 939 | 2026-05-26T17:31:58.770Z | Downloaded quinn-udp v0.5.14 |
| 940 | 2026-05-26T17:31:58.770Z | Downloaded salsa20 v0.10.2 |
| 941 | 2026-05-26T17:31:58.774Z | Downloaded ref-cast v1.0.25 |
| 942 | 2026-05-26T17:31:58.774Z | Downloaded sapling-renderdag v0.1.0 |
| 943 | 2026-05-26T17:31:58.777Z | Downloaded papergrid v0.17.0 |
| 944 | 2026-05-26T17:31:58.780Z | Downloaded scrypt v0.11.0 |
| 945 | 2026-05-26T17:31:58.780Z | Downloaded resolv-conf v0.7.6 |
| 946 | 2026-05-26T17:31:58.780Z | Downloaded rand_chacha v0.9.0 |
| 947 | 2026-05-26T17:31:58.784Z | Downloaded hickory-server v0.25.2 |
| 948 | 2026-05-26T17:31:58.787Z | Downloaded postcard v1.1.3 |
| 949 | 2026-05-26T17:31:58.787Z | Downloaded aes-gcm v0.10.3 |
| 950 | 2026-05-26T17:31:58.790Z | Downloaded serde-big-array v0.5.1 |
| 951 | 2026-05-26T17:31:58.790Z | Downloaded serde_urlencoded v0.7.1 |
| 952 | 2026-05-26T17:31:58.794Z | Downloaded serde_spanned v1.0.4 |
| 953 | 2026-05-26T17:31:58.794Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-05-26T17:31:58.794Z | Downloaded seq-macro v0.3.6 |
| 955 | 2026-05-26T17:31:58.797Z | Downloaded semver v0.1.20 |
| 956 | 2026-05-26T17:31:58.797Z | Downloaded p256 v0.13.2 |
| 957 | 2026-05-26T17:31:58.800Z | Downloaded minimal-lexical v0.2.1 |
| 958 | 2026-05-26T17:31:58.800Z | Downloaded scopeguard v1.2.0 |
| 959 | 2026-05-26T17:31:58.803Z | Downloaded pkcs8 v0.10.2 |
| 960 | 2026-05-26T17:31:58.803Z | Downloaded rustls-pemfile v2.2.0 |
| 961 | 2026-05-26T17:31:58.806Z | Downloaded sha1 v0.10.6 |
| 962 | 2026-05-26T17:31:58.806Z | Downloaded rustls-native-certs v0.8.3 |
| 963 | 2026-05-26T17:31:58.809Z | Downloaded pkcs1 v0.7.5 |
| 964 | 2026-05-26T17:31:58.809Z | Downloaded sigpipe v0.1.3 |
| 965 | 2026-05-26T17:31:58.813Z | Downloaded progenitor-impl v0.11.2 |
| 966 | 2026-05-26T17:31:58.813Z | Downloaded signal-hook-mio v0.2.5 |
| 967 | 2026-05-26T17:31:58.813Z | Downloaded pin-project v1.1.11 |
| 968 | 2026-05-26T17:31:58.821Z | Downloaded shell-words v1.1.1 |
| 969 | 2026-05-26T17:31:58.824Z | Downloaded serde_bytes v0.11.19 |
| 970 | 2026-05-26T17:31:58.824Z | Downloaded rustversion v1.0.22 |
| 971 | 2026-05-26T17:31:58.827Z | Downloaded signal-hook-tokio v0.3.1 |
| 972 | 2026-05-26T17:31:58.827Z | Downloaded hashbrown v0.12.3 |
| 973 | 2026-05-26T17:31:58.830Z | Downloaded diesel_derives v2.3.7 |
| 974 | 2026-05-26T17:31:58.835Z | Downloaded prefix-trie v0.7.0 |
| 975 | 2026-05-26T17:31:58.840Z | Downloaded rand_core v0.6.4 |
| 976 | 2026-05-26T17:31:58.840Z | Downloaded progenitor-impl v0.13.0 |
| 977 | 2026-05-26T17:31:58.840Z | Downloaded siphasher v1.0.2 |
| 978 | 2026-05-26T17:31:58.840Z | Downloaded http v1.4.0 |
| 979 | 2026-05-26T17:31:58.843Z | Downloaded slog-bunyan v2.5.0 |
| 980 | 2026-05-26T17:31:58.843Z | Downloaded russh-keys v0.45.0 |
| 981 | 2026-05-26T17:31:58.846Z | Downloaded dropshot-api-manager v0.7.1 |
| 982 | 2026-05-26T17:31:58.846Z | Downloaded signature v2.2.0 |
| 983 | 2026-05-26T17:31:58.849Z | Downloaded scheduled-thread-pool v0.2.7 |
| 984 | 2026-05-26T17:31:58.849Z | Downloaded sct v0.7.1 |
| 985 | 2026-05-26T17:31:58.852Z | Downloaded aes v0.8.4 |
| 986 | 2026-05-26T17:31:58.855Z | Downloaded rusty-fork v0.3.1 |
| 987 | 2026-05-26T17:31:58.855Z | Downloaded ssh-cipher v0.2.0 |
| 988 | 2026-05-26T17:31:58.855Z | Downloaded serde_repr v0.1.20 |
| 989 | 2026-05-26T17:31:58.859Z | Downloaded serde-hex v0.1.0 |
| 990 | 2026-05-26T17:31:58.859Z | Downloaded openssl-sys v0.9.115 |
| 991 | 2026-05-26T17:31:58.862Z | Downloaded rcgen v0.12.1 |
| 992 | 2026-05-26T17:31:58.865Z | Downloaded prettyplease v0.2.37 |
| 993 | 2026-05-26T17:31:58.865Z | Downloaded jiff-static v0.2.21 |
| 994 | 2026-05-26T17:31:58.868Z | Downloaded signal-hook-registry v1.4.8 |
| 995 | 2026-05-26T17:31:58.868Z | Downloaded rustls-pemfile v1.0.4 |
| 996 | 2026-05-26T17:31:58.872Z | Downloaded pin-project-lite v0.2.17 |
| 997 | 2026-05-26T17:31:58.876Z | Downloaded mio v1.2.0 |
| 998 | 2026-05-26T17:31:58.879Z | Downloaded strip-ansi-escapes v0.2.1 |
| 999 | 2026-05-26T17:31:58.879Z | Downloaded progenitor-impl v0.10.0 |
| 1000 | 2026-05-26T17:31:58.879Z | Downloaded hyper-util v0.1.20 |
| 1001 | 2026-05-26T17:31:58.883Z | Downloaded rustls-pki-types v1.14.0 |
| 1002 | 2026-05-26T17:31:58.886Z | Downloaded shlex v1.3.0 |
| 1003 | 2026-05-26T17:31:58.886Z | Downloaded strum v0.26.3 |
| 1004 | 2026-05-26T17:31:58.889Z | Downloaded strsim v0.10.0 |
| 1005 | 2026-05-26T17:31:58.889Z | Downloaded slog-envlogger v2.2.0 |
| 1006 | 2026-05-26T17:31:58.889Z | Downloaded subtle v2.6.1 |
| 1007 | 2026-05-26T17:31:58.892Z | Downloaded ssh-encoding v0.2.0 |
| 1008 | 2026-05-26T17:31:58.892Z | Downloaded slog-dtrace v0.3.0 |
| 1009 | 2026-05-26T17:31:58.896Z | Downloaded strum v0.27.2 |
| 1010 | 2026-05-26T17:31:58.896Z | Downloaded structmeta-derive v0.3.0 |
| 1011 | 2026-05-26T17:31:58.896Z | Downloaded slog-async v2.8.0 |
| 1012 | 2026-05-26T17:31:58.896Z | Downloaded slab v0.4.12 |
| 1013 | 2026-05-26T17:31:58.899Z | Downloaded schemars_derive v0.8.22 |
| 1014 | 2026-05-26T17:31:58.899Z | Downloaded serde_with_macros v1.5.2 |
| 1015 | 2026-05-26T17:31:58.899Z | Downloaded itertools v0.10.5 |
| 1016 | 2026-05-26T17:31:58.902Z | Downloaded pretty_assertions v1.4.1 |
| 1017 | 2026-05-26T17:31:58.905Z | Downloaded serde_path_to_error v0.1.20 |
| 1018 | 2026-05-26T17:31:58.906Z | Downloaded supports-color v3.0.2 |
| 1019 | 2026-05-26T17:31:58.909Z | Downloaded num-bigint v0.4.6 |
| 1020 | 2026-05-26T17:31:58.912Z | Downloaded tabwriter v1.4.1 |
| 1021 | 2026-05-26T17:31:58.912Z | Downloaded tabled_derive v0.11.0 |
| 1022 | 2026-05-26T17:31:58.912Z | Downloaded tagptr v0.2.0 |
| 1023 | 2026-05-26T17:31:58.915Z | Downloaded sync-ptr v0.1.4 |
| 1024 | 2026-05-26T17:31:58.915Z | Downloaded scroll v0.13.0 |
| 1025 | 2026-05-26T17:31:58.915Z | Downloaded serde_derive_internals v0.29.1 |
| 1026 | 2026-05-26T17:31:58.918Z | Downloaded sec1 v0.7.3 |
| 1027 | 2026-05-26T17:31:58.918Z | Downloaded smf v0.2.3 |
| 1028 | 2026-05-26T17:31:58.918Z | Downloaded parking_lot_core v0.8.6 |
| 1029 | 2026-05-26T17:31:58.921Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1030 | 2026-05-26T17:31:58.921Z | Downloaded snafu-derive v0.8.9 |
| 1031 | 2026-05-26T17:31:58.924Z | Downloaded slog-json v2.6.1 |
| 1032 | 2026-05-26T17:31:58.924Z | Downloaded sqlparser_derive v0.5.0 |
| 1033 | 2026-05-26T17:31:58.924Z | Downloaded tap v1.0.1 |
| 1034 | 2026-05-26T17:31:58.928Z | Downloaded take_mut v0.2.2 |
| 1035 | 2026-05-26T17:31:58.928Z | Downloaded crossterm v0.28.1 |
| 1036 | 2026-05-26T17:31:58.932Z | Downloaded smallvec v0.6.14 |
| 1037 | 2026-05-26T17:31:58.932Z | Downloaded slog-stdlog v4.1.1 |
| 1038 | 2026-05-26T17:31:58.935Z | Downloaded slog-scope v4.4.1 |
| 1039 | 2026-05-26T17:31:58.935Z | Downloaded sync_wrapper v1.0.2 |
| 1040 | 2026-05-26T17:31:58.935Z | Downloaded testing_table v0.3.0 |
| 1041 | 2026-05-26T17:31:58.935Z | Downloaded spki v0.7.3 |
| 1042 | 2026-05-26T17:31:58.938Z | Downloaded stringprep v0.1.5 |
| 1043 | 2026-05-26T17:31:58.938Z | Downloaded string_cache v0.8.9 |
| 1044 | 2026-05-26T17:31:58.939Z | Downloaded sqlformat v0.3.5 |
| 1045 | 2026-05-26T17:31:58.942Z | Downloaded serde_with_macros v3.17.0 |
| 1046 | 2026-05-26T17:31:58.942Z | Downloaded termtree v0.5.1 |
| 1047 | 2026-05-26T17:31:58.942Z | Downloaded hashbrown v0.15.5 |
| 1048 | 2026-05-26T17:31:58.945Z | Downloaded hashbrown v0.16.1 |
| 1049 | 2026-05-26T17:31:58.948Z | Downloaded serde_cbor v0.11.2 |
| 1050 | 2026-05-26T17:31:58.952Z | Downloaded structmeta v0.3.0 |
| 1051 | 2026-05-26T17:31:58.952Z | Downloaded static_assertions v1.1.0 |
| 1052 | 2026-05-26T17:31:58.952Z | Downloaded progenitor-impl v0.14.0 |
| 1053 | 2026-05-26T17:31:58.955Z | Downloaded simd-adler32 v0.3.8 |
| 1054 | 2026-05-26T17:31:58.955Z | Downloaded tinyvec_macros v0.1.1 |
| 1055 | 2026-05-26T17:31:58.955Z | Downloaded time-core v0.1.8 |
| 1056 | 2026-05-26T17:31:58.958Z | Downloaded crossterm v0.29.0 |
| 1057 | 2026-05-26T17:31:58.961Z | Downloaded heapless v0.7.17 |
| 1058 | 2026-05-26T17:31:58.965Z | Downloaded thread-id v5.1.0 |
| 1059 | 2026-05-26T17:31:58.965Z | Downloaded strum_macros v0.26.4 |
| 1060 | 2026-05-26T17:31:58.965Z | Downloaded strum_macros v0.24.3 |
| 1061 | 2026-05-26T17:31:58.968Z | Downloaded ryu v1.0.23 |
| 1062 | 2026-05-26T17:31:58.968Z | Downloaded path-slash v0.1.5 |
| 1063 | 2026-05-26T17:31:58.971Z | Downloaded tokio-macros v2.7.0 |
| 1064 | 2026-05-26T17:31:58.971Z | Downloaded support-bundle-viewer v0.1.2 |
| 1065 | 2026-05-26T17:31:58.971Z | Downloaded ron v0.8.1 |
| 1066 | 2026-05-26T17:31:58.975Z | Downloaded libsw v3.5.0 |
| 1067 | 2026-05-26T17:31:58.975Z | Downloaded libefi-sys v0.1.0 |
| 1068 | 2026-05-26T17:31:58.978Z | Downloaded strum_macros v0.27.2 |
| 1069 | 2026-05-26T17:31:58.978Z | Downloaded aho-corasick v1.1.4 |
| 1070 | 2026-05-26T17:31:58.982Z | Downloaded slog-term v2.9.2 |
| 1071 | 2026-05-26T17:31:58.985Z | Downloaded termios v0.3.3 |
| 1072 | 2026-05-26T17:31:58.985Z | Downloaded rand v0.8.6 |
| 1073 | 2026-05-26T17:31:58.988Z | Downloaded libxml v0.3.3 |
| 1074 | 2026-05-26T17:31:58.991Z | Downloaded topological-sort v0.2.2 |
| 1075 | 2026-05-26T17:31:58.991Z | Downloaded schemars v0.8.22 |
| 1076 | 2026-05-26T17:31:58.995Z | Downloaded iana-time-zone v0.1.65 |
| 1077 | 2026-05-26T17:31:58.998Z | Downloaded hmac v0.12.1 |
| 1078 | 2026-05-26T17:31:58.998Z | Downloaded futures-channel v0.3.32 |
| 1079 | 2026-05-26T17:31:59.002Z | Downloaded diff v0.1.13 |
| 1080 | 2026-05-26T17:31:59.002Z | Downloaded try-lock v0.2.5 |
| 1081 | 2026-05-26T17:31:59.005Z | Downloaded tiny-keccak v2.0.2 |
| 1082 | 2026-05-26T17:31:59.005Z | Downloaded stacker v0.1.23 |
| 1083 | 2026-05-26T17:31:59.005Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1084 | 2026-05-26T17:31:59.009Z | Downloaded qorb v0.4.1 |
| 1085 | 2026-05-26T17:31:59.012Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1086 | 2026-05-26T17:31:59.012Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1087 | 2026-05-26T17:31:59.015Z | Downloaded iri-string v0.7.10 |
| 1088 | 2026-05-26T17:31:59.019Z | Downloaded trait-variant v0.1.2 |
| 1089 | 2026-05-26T17:31:59.019Z | Downloaded tower-layer v0.3.3 |
| 1090 | 2026-05-26T17:31:59.019Z | Downloaded time-macros v0.2.27 |
| 1091 | 2026-05-26T17:31:59.022Z | Downloaded typify-macro v0.6.2 |
| 1092 | 2026-05-26T17:31:59.022Z | Downloaded tls_codec v0.4.2 |
| 1093 | 2026-05-26T17:31:59.022Z | Downloaded nom v7.1.3 |
| 1094 | 2026-05-26T17:31:59.026Z | Downloaded thread_local v1.1.9 |
| 1095 | 2026-05-26T17:31:59.029Z | Downloaded signal-hook v0.3.18 |
| 1096 | 2026-05-26T17:31:59.029Z | Downloaded tls_codec_derive v0.4.2 |
| 1097 | 2026-05-26T17:31:59.029Z | Downloaded thiserror-no-std v2.0.2 |
| 1098 | 2026-05-26T17:31:59.032Z | Downloaded slog v2.8.2 |
| 1099 | 2026-05-26T17:31:59.035Z | Downloaded untrusted v0.9.0 |
| 1100 | 2026-05-26T17:31:59.035Z | Downloaded usdt-attr-macro v0.6.0 |
| 1101 | 2026-05-26T17:31:59.035Z | Downloaded usdt v0.6.0 |
| 1102 | 2026-05-26T17:31:59.038Z | Downloaded itertools v0.13.0 |
| 1103 | 2026-05-26T17:31:59.041Z | Downloaded itertools v0.12.1 |
| 1104 | 2026-05-26T17:31:59.045Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-05-26T17:31:59.045Z | Downloaded typify-macro v0.4.3 |
| 1106 | 2026-05-26T17:31:59.045Z | Downloaded untrusted v0.7.1 |
| 1107 | 2026-05-26T17:31:59.048Z | Downloaded similar v2.7.0 |
| 1108 | 2026-05-26T17:31:59.051Z | Downloaded usdt-macro v0.6.0 |
| 1109 | 2026-05-26T17:31:59.051Z | Downloaded tokio-tungstenite v0.21.0 |
| 1110 | 2026-05-26T17:31:59.051Z | Downloaded h2 v0.4.13 |
| 1111 | 2026-05-26T17:31:59.054Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1112 | 2026-05-26T17:31:59.057Z | Downloaded term v1.2.1 |
| 1113 | 2026-05-26T17:31:59.057Z | Downloaded socket2 v0.5.10 |
| 1114 | 2026-05-26T17:31:59.061Z | Downloaded rsa v0.9.10 |
| 1115 | 2026-05-26T17:31:59.064Z | Downloaded tokio-tungstenite v0.23.1 |
| 1116 | 2026-05-26T17:31:59.064Z | Downloaded universal-hash v0.5.1 |
| 1117 | 2026-05-26T17:31:59.064Z | Downloaded unit-prefix v0.5.2 |
| 1118 | 2026-05-26T17:31:59.064Z | Downloaded unicode-truncate v1.1.0 |
| 1119 | 2026-05-26T17:31:59.067Z | Downloaded tokio-rustls v0.25.0 |
| 1120 | 2026-05-26T17:31:59.067Z | Downloaded wait-timeout v0.2.1 |
| 1121 | 2026-05-26T17:31:59.067Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1122 | 2026-05-26T17:31:59.071Z | Downloaded term v0.7.0 |
| 1123 | 2026-05-26T17:31:59.071Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1124 | 2026-05-26T17:31:59.074Z | Downloaded socket2 v0.6.3 |
| 1125 | 2026-05-26T17:31:59.074Z | Downloaded samael v0.0.19 |
| 1126 | 2026-05-26T17:31:59.077Z | Downloaded void v1.0.2 |
| 1127 | 2026-05-26T17:31:59.077Z | Downloaded hkdf v0.12.4 |
| 1128 | 2026-05-26T17:31:59.080Z | Downloaded waitgroup v0.1.2 |
| 1129 | 2026-05-26T17:31:59.080Z | Downloaded rand v0.10.0 |
| 1130 | 2026-05-26T17:31:59.080Z | Downloaded rand v0.9.2 |
| 1131 | 2026-05-26T17:31:59.083Z | Downloaded unicase v2.9.0 |
| 1132 | 2026-05-26T17:31:59.083Z | Downloaded utf-8 v0.7.6 |
| 1133 | 2026-05-26T17:31:59.087Z | Downloaded quinn v0.11.9 |
| 1134 | 2026-05-26T17:31:59.087Z | Downloaded rustls-webpki v0.103.9 |
| 1135 | 2026-05-26T17:31:59.090Z | Downloaded tui-tree-widget v0.23.1 |
| 1136 | 2026-05-26T17:31:59.090Z | Downloaded want v0.3.1 |
| 1137 | 2026-05-26T17:31:59.090Z | Downloaded itertools v0.14.0 |
| 1138 | 2026-05-26T17:31:59.093Z | Downloaded tokio-rustls v0.24.1 |
| 1139 | 2026-05-26T17:31:59.097Z | Downloaded subprocess v0.2.15 |
| 1140 | 2026-05-26T17:31:59.100Z | Downloaded rayon-core v1.13.0 |
| 1141 | 2026-05-26T17:31:59.100Z | Downloaded xshell-macros v0.2.7 |
| 1142 | 2026-05-26T17:31:59.100Z | Downloaded libm v0.2.16 |
| 1143 | 2026-05-26T17:31:59.105Z | Downloaded xattr v1.6.1 |
| 1144 | 2026-05-26T17:31:59.110Z | Downloaded snafu v0.8.9 |
| 1145 | 2026-05-26T17:31:59.113Z | Downloaded schemars v0.9.0 |
| 1146 | 2026-05-26T17:31:59.117Z | Downloaded zeroize_derive v1.4.3 |
| 1147 | 2026-05-26T17:31:59.120Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1148 | 2026-05-26T17:31:59.120Z | Downloaded tokio-rustls v0.26.4 |
| 1149 | 2026-05-26T17:31:59.120Z | Downloaded schemars v1.2.1 |
| 1150 | 2026-05-26T17:31:59.127Z | Downloaded futures-util v0.3.32 |
| 1151 | 2026-05-26T17:31:59.134Z | Downloaded vergen-gitcl v1.0.8 |
| 1152 | 2026-05-26T17:31:59.137Z | Downloaded vergen-git2 v1.0.7 |
| 1153 | 2026-05-26T17:31:59.137Z | Downloaded vsss-rs v3.3.4 |
| 1154 | 2026-05-26T17:31:59.140Z | Downloaded zone v0.3.1 |
| 1155 | 2026-05-26T17:31:59.140Z | Downloaded num-bigint-dig v0.8.6 |
| 1156 | 2026-05-26T17:31:59.144Z | Downloaded twox-hash v2.1.2 |
| 1157 | 2026-05-26T17:31:59.144Z | Downloaded tracing-attributes v0.1.31 |
| 1158 | 2026-05-26T17:31:59.148Z | Downloaded vergen-lib v0.1.6 |
| 1159 | 2026-05-26T17:31:59.148Z | Downloaded test-strategy v0.4.5 |
| 1160 | 2026-05-26T17:31:59.151Z | Downloaded tokio-native-tls v0.3.1 |
| 1161 | 2026-05-26T17:31:59.151Z | Downloaded tokio-dtrace v0.1.1 |
| 1162 | 2026-05-26T17:31:59.151Z | Downloaded whoami v2.1.0 |
| 1163 | 2026-05-26T17:31:59.151Z | Downloaded iddqd v0.4.1 |
| 1164 | 2026-05-26T17:31:59.155Z | Downloaded p521 v0.13.3 |
| 1165 | 2026-05-26T17:31:59.158Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-05-26T17:31:59.161Z | Downloaded hyper v1.8.1 |
| 1167 | 2026-05-26T17:31:59.164Z | Downloaded wyz v0.5.1 |
| 1168 | 2026-05-26T17:31:59.164Z | Downloaded tower-service v0.3.3 |
| 1169 | 2026-05-26T17:31:59.164Z | Downloaded spin v0.9.8 |
| 1170 | 2026-05-26T17:31:59.167Z | Downloaded publicsuffix v2.3.0 |
| 1171 | 2026-05-26T17:31:59.167Z | Downloaded globset v0.4.18 |
| 1172 | 2026-05-26T17:31:59.167Z | Downloaded derive_builder v0.20.2 |
| 1173 | 2026-05-26T17:31:59.171Z | Downloaded usdt-impl v0.6.0 |
| 1174 | 2026-05-26T17:31:59.174Z | Downloaded tokio-stream v0.1.18 |
| 1175 | 2026-05-26T17:31:59.174Z | Downloaded unicode-properties v0.1.4 |
| 1176 | 2026-05-26T17:31:59.177Z | Downloaded tar v0.4.45 |
| 1177 | 2026-05-26T17:31:59.177Z | Downloaded zone_cfg_derive v0.3.1 |
| 1178 | 2026-05-26T17:31:59.177Z | Downloaded zeroize v1.8.2 |
| 1179 | 2026-05-26T17:31:59.180Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1180 | 2026-05-26T17:31:59.181Z | Downloaded xshell v0.2.7 |
| 1181 | 2026-05-26T17:31:59.185Z | Downloaded toml v0.7.8 |
| 1182 | 2026-05-26T17:31:59.185Z | Downloaded darling v0.21.3 |
| 1183 | 2026-05-26T17:31:59.188Z | Downloaded crossbeam-utils v0.8.21 |
| 1184 | 2026-05-26T17:31:59.188Z | Downloaded colored v2.2.0 |
| 1185 | 2026-05-26T17:31:59.192Z | Downloaded vergen v9.0.6 |
| 1186 | 2026-05-26T17:31:59.192Z | Downloaded uzers v0.12.2 |
| 1187 | 2026-05-26T17:31:59.192Z | Downloaded tracing-core v0.1.36 |
| 1188 | 2026-05-26T17:31:59.195Z | Downloaded blake2 v0.10.6 |
| 1189 | 2026-05-26T17:31:59.195Z | Downloaded zstd v0.13.3 |
| 1190 | 2026-05-26T17:31:59.198Z | Downloaded backon v1.6.0 |
| 1191 | 2026-05-26T17:31:59.198Z | Downloaded lalrpop-util v0.19.12 |
| 1192 | 2026-05-26T17:31:59.201Z | Downloaded csv-core v0.1.13 |
| 1193 | 2026-05-26T17:31:59.201Z | Downloaded is-terminal v0.4.17 |
| 1194 | 2026-05-26T17:31:59.202Z | Downloaded bit-vec v0.6.3 |
| 1195 | 2026-05-26T17:31:59.202Z | Downloaded tungstenite v0.23.0 |
| 1196 | 2026-05-26T17:31:59.205Z | Downloaded async-bb8-diesel v0.2.1 |
| 1197 | 2026-05-26T17:31:59.205Z | Downloaded unicode-bidi v0.3.18 |
| 1198 | 2026-05-26T17:31:59.208Z | Downloaded rustyline v14.0.0 |
| 1199 | 2026-05-26T17:31:59.212Z | Downloaded whoami v1.6.1 |
| 1200 | 2026-05-26T17:31:59.212Z | Downloaded typify v0.6.2 |
| 1201 | 2026-05-26T17:31:59.215Z | Downloaded tinyvec v1.10.0 |
| 1202 | 2026-05-26T17:31:59.215Z | Downloaded blake3 v1.8.3 |
| 1203 | 2026-05-26T17:31:59.219Z | Downloaded typify v0.4.3 |
| 1204 | 2026-05-26T17:31:59.222Z | Downloaded yasna v0.5.2 |
| 1205 | 2026-05-26T17:31:59.225Z | Downloaded hubpack_derive v0.1.1 |
| 1206 | 2026-05-26T17:31:59.225Z | Downloaded async-trait v0.1.89 |
| 1207 | 2026-05-26T17:31:59.225Z | Downloaded bcs v0.1.6 |
| 1208 | 2026-05-26T17:31:59.228Z | Downloaded cookie v0.18.1 |
| 1209 | 2026-05-26T17:31:59.228Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1210 | 2026-05-26T17:31:59.232Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1211 | 2026-05-26T17:31:59.235Z | Downloaded serde_with v1.14.0 |
| 1212 | 2026-05-26T17:31:59.238Z | Downloaded russh v0.45.0 |
| 1213 | 2026-05-26T17:31:59.241Z | Downloaded critical-section v1.2.0 |
| 1214 | 2026-05-26T17:31:59.244Z | Downloaded steno v0.4.1 |
| 1215 | 2026-05-26T17:31:59.247Z | Downloaded zstd-safe v7.2.4 |
| 1216 | 2026-05-26T17:31:59.247Z | Downloaded vte v0.14.1 |
| 1217 | 2026-05-26T17:31:59.256Z | Downloaded reedline v0.40.0 |
| 1218 | 2026-05-26T17:31:59.260Z | Downloaded aws-lc-rs v1.16.3 |
| 1219 | 2026-05-26T17:31:59.266Z | Downloaded zerocopy v0.6.6 |
| 1220 | 2026-05-26T17:31:59.269Z | Downloaded unsafe-libyaml v0.2.11 |
| 1221 | 2026-05-26T17:31:59.269Z | Downloaded tokio-postgres v0.7.16 |
| 1222 | 2026-05-26T17:31:59.275Z | Downloaded uuid v1.23.0 |
| 1223 | 2026-05-26T17:31:59.278Z | Downloaded ssh-key v0.6.7 |
| 1224 | 2026-05-26T17:31:59.278Z | Downloaded zopfli v0.8.3 |
| 1225 | 2026-05-26T17:31:59.281Z | Downloaded regex v1.12.3 |
| 1226 | 2026-05-26T17:31:59.284Z | Downloaded toml_edit v0.19.15 |
| 1227 | 2026-05-26T17:31:59.292Z | Downloaded git2 v0.20.4 |
| 1228 | 2026-05-26T17:31:59.296Z | Downloaded reqwest v0.13.2 |
| 1229 | 2026-05-26T17:31:59.300Z | Downloaded tungstenite v0.21.0 |
| 1230 | 2026-05-26T17:31:59.303Z | Downloaded bitvec v1.0.1 |
| 1231 | 2026-05-26T17:31:59.310Z | Downloaded zip v0.6.6 |
| 1232 | 2026-05-26T17:31:59.313Z | Downloaded bindgen v0.71.1 |
| 1233 | 2026-05-26T17:31:59.316Z | Downloaded yansi v1.0.1 |
| 1234 | 2026-05-26T17:31:59.319Z | Downloaded reqwest v0.12.28 |
| 1235 | 2026-05-26T17:31:59.322Z | Downloaded p384 v0.13.1 |
| 1236 | 2026-05-26T17:31:59.325Z | Downloaded rpassword v7.4.0 |
| 1237 | 2026-05-26T17:31:59.329Z | Downloaded unicode_categories v0.1.1 |
| 1238 | 2026-05-26T17:31:59.340Z | Downloaded lalrpop v0.19.12 |
| 1239 | 2026-05-26T17:31:59.346Z | Downloaded portable-atomic v1.13.1 |
| 1240 | 2026-05-26T17:31:59.351Z | Downloaded rayon v1.11.0 |
| 1241 | 2026-05-26T17:31:59.358Z | Downloaded moka v0.12.13 |
| 1242 | 2026-05-26T17:31:59.363Z | Downloaded rustls-webpki v0.101.7 |
| 1243 | 2026-05-26T17:31:59.371Z | Downloaded tower v0.5.3 |
| 1244 | 2026-05-26T17:31:59.376Z | Downloaded zerocopy-derive v0.8.40 |
| 1245 | 2026-05-26T17:31:59.381Z | Downloaded quick-xml v0.37.5 |
| 1246 | 2026-05-26T17:31:59.384Z | Downloaded salty v0.3.0 |
| 1247 | 2026-05-26T17:31:59.389Z | Downloaded chrono v0.4.44 |
| 1248 | 2026-05-26T17:31:59.396Z | Downloaded proptest v1.10.0 |
| 1249 | 2026-05-26T17:31:59.401Z | Downloaded unicode-normalization v0.1.25 |
| 1250 | 2026-05-26T17:31:59.405Z | Downloaded goblin v0.10.5 |
| 1251 | 2026-05-26T17:31:59.408Z | Downloaded petname v2.0.2 |
| 1252 | 2026-05-26T17:31:59.408Z | Downloaded typed-path v0.9.3 |
| 1253 | 2026-05-26T17:31:59.411Z | Downloaded x509-cert v0.2.5 |
| 1254 | 2026-05-26T17:31:59.417Z | Downloaded serde_with v3.17.0 |
| 1255 | 2026-05-26T17:31:59.424Z | Downloaded unicode-segmentation v1.12.0 |
| 1256 | 2026-05-26T17:31:59.428Z | Downloaded tokio-util v0.7.18 |
| 1257 | 2026-05-26T17:31:59.432Z | Downloaded tower-http v0.6.8 |
| 1258 | 2026-05-26T17:31:59.436Z | Downloaded rustls-webpki v0.102.8 |
| 1259 | 2026-05-26T17:31:59.444Z | Downloaded zip v4.6.1 |
| 1260 | 2026-05-26T17:31:59.448Z | Downloaded tough v0.22.0 |
| 1261 | 2026-05-26T17:31:59.452Z | Downloaded curve25519-dalek v4.1.3 |
| 1262 | 2026-05-26T17:31:59.457Z | Downloaded object v0.30.4 |
| 1263 | 2026-05-26T17:31:59.472Z | Downloaded winnow v0.5.40 |
| 1264 | 2026-05-26T17:31:59.477Z | Downloaded quinn-proto v0.11.13 |
| 1265 | 2026-05-26T17:31:59.481Z | Downloaded nix v0.27.1 |
| 1266 | 2026-05-26T17:31:59.487Z | Downloaded winnow v0.6.26 |
| 1267 | 2026-05-26T17:31:59.499Z | Downloaded dropshot v0.16.7 |
| 1268 | 2026-05-26T17:31:59.512Z | Downloaded rustls v0.21.12 |
| 1269 | 2026-05-26T17:31:59.518Z | Downloaded time v0.3.47 |
| 1270 | 2026-05-26T17:31:59.524Z | Downloaded tabled v0.20.0 |
| 1271 | 2026-05-26T17:31:59.535Z | Downloaded nix v0.28.0 |
| 1272 | 2026-05-26T17:31:59.541Z | Downloaded dropshot v0.17.0 |
| 1273 | 2026-05-26T17:31:59.553Z | Downloaded bstr v1.12.1 |
| 1274 | 2026-05-26T17:31:59.558Z | Downloaded radix_trie v0.2.1 |
| 1275 | 2026-05-26T17:31:59.562Z | Downloaded polar-core v0.27.3 |
| 1276 | 2026-05-26T17:31:59.566Z | Downloaded openssl v0.10.79 |
| 1277 | 2026-05-26T17:31:59.571Z | Downloaded regex-syntax v0.6.29 |
| 1278 | 2026-05-26T17:31:59.575Z | Downloaded vcpkg v0.2.15 |
| 1279 | 2026-05-26T17:31:59.598Z | Downloaded zlib-rs v0.6.2 |
| 1280 | 2026-05-26T17:31:59.601Z | Downloaded object v0.37.3 |
| 1281 | 2026-05-26T17:31:59.607Z | Downloaded regex-syntax v0.8.10 |
| 1282 | 2026-05-26T17:31:59.612Z | Downloaded webpki-roots v1.0.6 |
| 1283 | 2026-05-26T17:31:59.615Z | Downloaded smoltcp v0.11.0 |
| 1284 | 2026-05-26T17:31:59.620Z | Downloaded smoltcp v0.9.1 |
| 1285 | 2026-05-26T17:31:59.626Z | Downloaded regress v0.11.1 |
| 1286 | 2026-05-26T17:31:59.639Z | Downloaded zerocopy v0.8.40 |
| 1287 | 2026-05-26T17:31:59.642Z | Downloaded rustls v0.22.4 |
| 1288 | 2026-05-26T17:31:59.645Z | Downloaded rustix v0.38.44 |
| 1289 | 2026-05-26T17:31:59.657Z | Downloaded openapiv3 v2.2.0 |
| 1290 | 2026-05-26T17:31:59.663Z | Downloaded rustls v0.23.37 |
| 1291 | 2026-05-26T17:31:59.671Z | Downloaded regress v0.10.5 |
| 1292 | 2026-05-26T17:31:59.679Z | Downloaded hickory-proto v0.24.4 |
| 1293 | 2026-05-26T17:31:59.684Z | Downloaded nix v0.31.2 |
| 1294 | 2026-05-26T17:31:59.691Z | Downloaded diesel v2.3.7 |
| 1295 | 2026-05-26T17:31:59.703Z | Downloaded hickory-proto v0.25.2 |
| 1296 | 2026-05-26T17:31:59.712Z | Downloaded nix v0.29.0 |
| 1297 | 2026-05-26T17:31:59.718Z | Downloaded typify-impl v0.6.2 |
| 1298 | 2026-05-26T17:31:59.730Z | Downloaded typify-impl v0.4.3 |
| 1299 | 2026-05-26T17:31:59.739Z | Downloaded zerocopy-derive v0.6.6 |
| 1300 | 2026-05-26T17:31:59.751Z | Downloaded sqlparser v0.61.0 |
| 1301 | 2026-05-26T17:31:59.756Z | Downloaded sled v0.34.7 |
| 1302 | 2026-05-26T17:31:59.770Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-05-26T17:31:59.782Z | Downloaded petgraph v0.6.5 |
| 1304 | 2026-05-26T17:31:59.793Z | Downloaded ratatui v0.29.0 |
| 1305 | 2026-05-26T17:31:59.805Z | Downloaded jiff v0.2.21 |
| 1306 | 2026-05-26T17:31:59.814Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1307 | 2026-05-26T17:31:59.842Z | Downloaded regex-automata v0.4.14 |
| 1308 | 2026-05-26T17:31:59.851Z | Downloaded petgraph v0.8.3 |
| 1309 | 2026-05-26T17:31:59.862Z | Downloaded libz-sys v1.1.24 |
| 1310 | 2026-05-26T17:31:59.874Z | Downloaded chrono-tz v0.10.4 |
| 1311 | 2026-05-26T17:31:59.885Z | Downloaded csv v1.4.0 |
| 1312 | 2026-05-26T17:31:59.943Z | Downloaded sha3 v0.10.8 |
| 1313 | 2026-05-26T17:31:59.946Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1314 | 2026-05-26T17:31:59.956Z | Downloaded tokio v1.52.1 |
| 1315 | 2026-05-26T17:31:59.978Z | Downloaded encoding_rs v0.8.35 |
| 1316 | 2026-05-26T17:32:00.007Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-05-26T17:32:00.067Z | Downloaded ring v0.17.14 |
| 1318 | 2026-05-26T17:32:00.525Z | Downloaded aws-lc-sys v0.40.0 |
| 1319 | 2026-05-26T17:32:00.775Z | Compiling libc v0.2.185 |
| 1320 | 2026-05-26T17:32:00.775Z | Compiling serde v1.0.228 |
| 1321 | 2026-05-26T17:32:00.778Z | Compiling log v0.4.29 |
| 1322 | 2026-05-26T17:32:00.778Z | Compiling shlex v1.3.0 |
| 1323 | 2026-05-26T17:32:00.928Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-05-26T17:32:00.944Z | Compiling syn v2.0.117 |
| 1325 | 2026-05-26T17:32:00.948Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-05-26T17:32:00.948Z | Compiling typenum v1.19.0 |
| 1327 | 2026-05-26T17:32:01.109Z | Compiling generic-array v0.14.7 |
| 1328 | 2026-05-26T17:32:01.112Z | Compiling subtle v2.6.1 |
| 1329 | 2026-05-26T17:32:01.175Z | Compiling scopeguard v1.2.0 |
| 1330 | 2026-05-26T17:32:01.210Z | Compiling const-oid v0.9.6 |
| 1331 | 2026-05-26T17:32:01.270Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-05-26T17:32:01.283Z | Compiling serde_json v1.0.149 |
| 1333 | 2026-05-26T17:32:01.321Z | Compiling zerocopy v0.8.40 |
| 1334 | 2026-05-26T17:32:01.391Z | Compiling portable-atomic v1.13.1 |
| 1335 | 2026-05-26T17:32:01.493Z | Compiling parking_lot_core v0.9.12 |
| 1336 | 2026-05-26T17:32:01.731Z | Compiling pin-project-lite v0.2.17 |
| 1337 | 2026-05-26T17:32:01.779Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-05-26T17:32:01.829Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-05-26T17:32:01.847Z | Compiling errno v0.3.14 |
| 1340 | 2026-05-26T17:32:01.904Z | Compiling pkg-config v0.3.32 |
| 1341 | 2026-05-26T17:32:01.918Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-05-26T17:32:01.997Z | Compiling signal-hook-registry v1.4.8 |
| 1343 | 2026-05-26T17:32:02.191Z | Compiling cc v1.2.56 |
| 1344 | 2026-05-26T17:32:02.205Z | Compiling bitflags v2.11.0 |
| 1345 | 2026-05-26T17:32:02.273Z | Compiling critical-section v1.2.0 |
| 1346 | 2026-05-26T17:32:02.302Z | Compiling libm v0.2.16 |
| 1347 | 2026-05-26T17:32:02.384Z | Compiling futures-core v0.3.32 |
| 1348 | 2026-05-26T17:32:02.433Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-05-26T17:32:02.447Z | Compiling parking_lot v0.12.5 |
| 1350 | 2026-05-26T17:32:02.460Z | Compiling mio v1.2.0 |
| 1351 | 2026-05-26T17:32:02.537Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-05-26T17:32:02.715Z | Compiling percent-encoding v2.3.2 |
| 1353 | 2026-05-26T17:32:02.779Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-05-26T17:32:02.931Z | Compiling futures-sink v0.3.32 |
| 1355 | 2026-05-26T17:32:02.960Z | Compiling futures-io v0.3.32 |
| 1356 | 2026-05-26T17:32:02.995Z | Compiling slab v0.4.12 |
| 1357 | 2026-05-26T17:32:03.049Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-05-26T17:32:03.070Z | Compiling cpufeatures v0.2.17 |
| 1359 | 2026-05-26T17:32:03.121Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-05-26T17:32:03.151Z | Compiling getrandom v0.4.1 |
| 1361 | 2026-05-26T17:32:03.183Z | Compiling rand_core v0.10.0 |
| 1362 | 2026-05-26T17:32:03.216Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-05-26T17:32:03.288Z | Compiling getrandom v0.3.4 |
| 1364 | 2026-05-26T17:32:03.303Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-05-26T17:32:03.356Z | Compiling cmake v0.1.57 |
| 1366 | 2026-05-26T17:32:03.794Z | Compiling form_urlencoded v1.2.2 |
| 1367 | 2026-05-26T17:32:03.811Z | Compiling dunce v1.0.5 |
| 1368 | 2026-05-26T17:32:03.914Z | Compiling synstructure v0.13.2 |
| 1369 | 2026-05-26T17:32:03.917Z | Compiling fs_extra v1.3.0 |
| 1370 | 2026-05-26T17:32:03.959Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-05-26T17:32:03.982Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-05-26T17:32:04.094Z | Compiling flagset v0.4.7 |
| 1373 | 2026-05-26T17:32:04.206Z | Compiling aws-lc-sys v0.40.0 |
| 1374 | 2026-05-26T17:32:04.233Z | Compiling pem-rfc7468 v0.7.0 |
| 1375 | 2026-05-26T17:32:04.295Z | Compiling rustix v1.1.3 |
| 1376 | 2026-05-26T17:32:04.313Z | Compiling iana-time-zone v0.1.65 |
| 1377 | 2026-05-26T17:32:04.334Z | Compiling regex-syntax v0.8.10 |
| 1378 | 2026-05-26T17:32:04.533Z | Compiling rand_core v0.9.5 |
| 1379 | 2026-05-26T17:32:04.548Z | Compiling ring v0.17.14 |
| 1380 | 2026-05-26T17:32:04.562Z | Compiling aws-lc-rs v1.16.3 |
| 1381 | 2026-05-26T17:32:04.576Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-05-26T17:32:04.823Z | Compiling uuid v1.23.0 |
| 1383 | 2026-05-26T17:32:04.853Z | Compiling rustc_version v0.4.1 |
| 1384 | 2026-05-26T17:32:05.197Z | Compiling tracing-core v0.1.36 |
| 1385 | 2026-05-26T17:32:05.336Z | Compiling openssl-sys v0.9.115 |
| 1386 | 2026-05-26T17:32:05.555Z | Compiling base64 v0.22.1 |
| 1387 | 2026-05-26T17:32:05.723Z | Compiling serde_derive v1.0.228 |
| 1388 | 2026-05-26T17:32:05.761Z | Compiling zeroize_derive v1.4.3 |
| 1389 | 2026-05-26T17:32:05.875Z | Compiling zerofrom-derive v0.1.6 |
| 1390 | 2026-05-26T17:32:05.890Z | Compiling yoke-derive v0.8.1 |
| 1391 | 2026-05-26T17:32:06.097Z | Compiling zerocopy-derive v0.8.40 |
| 1392 | 2026-05-26T17:32:06.426Z | Compiling zeroize v1.8.2 |
| 1393 | 2026-05-26T17:32:06.766Z | Compiling zerovec-derive v0.11.2 |
| 1394 | 2026-05-26T17:32:07.082Z | Compiling displaydoc v0.2.5 |
| 1395 | 2026-05-26T17:32:07.201Z | Compiling crypto-common v0.1.7 |
| 1396 | 2026-05-26T17:32:07.300Z | Compiling zerofrom v0.1.6 |
| 1397 | 2026-05-26T17:32:07.352Z | Compiling block-buffer v0.10.4 |
| 1398 | 2026-05-26T17:32:07.428Z | Compiling yoke v0.8.1 |
| 1399 | 2026-05-26T17:32:07.537Z | Compiling digest v0.10.7 |
| 1400 | 2026-05-26T17:32:07.679Z | Compiling tokio-macros v2.7.0 |
| 1401 | 2026-05-26T17:32:07.853Z | Compiling futures-macro v0.3.32 |
| 1402 | 2026-05-26T17:32:07.868Z | Compiling zerotrie v0.2.3 |
| 1403 | 2026-05-26T17:32:07.940Z | Compiling zerovec v0.11.5 |
| 1404 | 2026-05-26T17:32:08.174Z | Compiling hmac v0.12.1 |
| 1405 | 2026-05-26T17:32:08.337Z | Compiling block-padding v0.3.3 |
| 1406 | 2026-05-26T17:32:08.415Z | Compiling tinystr v0.8.2 |
| 1407 | 2026-05-26T17:32:08.466Z | Compiling potential_utf v0.1.4 |
| 1408 | 2026-05-26T17:32:08.500Z | Compiling inout v0.1.4 |
| 1409 | 2026-05-26T17:32:08.625Z | Compiling icu_locale_core v2.1.1 |
| 1410 | 2026-05-26T17:32:08.628Z | Compiling icu_collections v2.1.1 |
| 1411 | 2026-05-26T17:32:08.669Z | Compiling cipher v0.4.4 |
| 1412 | 2026-05-26T17:32:08.672Z | Compiling futures-util v0.3.32 |
| 1413 | 2026-05-26T17:32:08.934Z | Compiling sha2 v0.10.9 |
| 1414 | 2026-05-26T17:32:09.112Z | Compiling der_derive v0.7.3 |
| 1415 | 2026-05-26T17:32:09.315Z | Compiling bytes v1.11.1 |
| 1416 | 2026-05-26T17:32:09.513Z | Compiling icu_provider v2.1.1 |
| 1417 | 2026-05-26T17:32:09.561Z | Compiling chrono v0.4.44 |
| 1418 | 2026-05-26T17:32:09.819Z | Compiling tokio v1.52.1 |
| 1419 | 2026-05-26T17:32:09.939Z | Compiling icu_properties v2.1.2 |
| 1420 | 2026-05-26T17:32:10.065Z | Compiling icu_normalizer v2.1.1 |
| 1421 | 2026-05-26T17:32:10.325Z | Compiling der v0.7.10 |
| 1422 | 2026-05-26T17:32:10.612Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-05-26T17:32:10.627Z | Compiling http v1.4.0 |
| 1424 | 2026-05-26T17:32:10.937Z | Compiling idna_adapter v1.2.1 |
| 1425 | 2026-05-26T17:32:10.959Z | Compiling salsa20 v0.10.2 |
| 1426 | 2026-05-26T17:32:10.986Z | Compiling pbkdf2 v0.12.2 |
| 1427 | 2026-05-26T17:32:11.037Z | Compiling idna v1.1.0 |
| 1428 | 2026-05-26T17:32:11.069Z | Compiling rustls-pki-types v1.14.0 |
| 1429 | 2026-05-26T17:32:11.096Z | Compiling tracing-attributes v0.1.31 |
| 1430 | 2026-05-26T17:32:11.110Z | Compiling thiserror-impl v2.0.18 |
| 1431 | 2026-05-26T17:32:11.527Z | Compiling url v2.5.8 |
| 1432 | 2026-05-26T17:32:11.542Z | Compiling spki v0.7.3 |
| 1433 | 2026-05-26T17:32:11.546Z | Compiling http-body v1.0.1 |
| 1434 | 2026-05-26T17:32:11.688Z | Compiling scrypt v0.11.0 |
| 1435 | 2026-05-26T17:32:11.702Z | Compiling rand_chacha v0.9.0 |
| 1436 | 2026-05-26T17:32:11.758Z | Compiling cbc v0.1.2 |
| 1437 | 2026-05-26T17:32:11.911Z | Compiling aes v0.8.4 |
| 1438 | 2026-05-26T17:32:12.034Z | Compiling openssl-probe v0.2.1 |
| 1439 | 2026-05-26T17:32:12.215Z | Compiling httparse v1.10.1 |
| 1440 | 2026-05-26T17:32:12.325Z | Compiling untrusted v0.7.1 |
| 1441 | 2026-05-26T17:32:12.392Z | Compiling tracing v0.1.44 |
| 1442 | 2026-05-26T17:32:12.406Z | Compiling tinyvec_macros v0.1.1 |
| 1443 | 2026-05-26T17:32:12.448Z | Compiling untrusted v0.9.0 |
| 1444 | 2026-05-26T17:32:12.452Z | Compiling thiserror v2.0.18 |
| 1445 | 2026-05-26T17:32:12.476Z | Compiling tinyvec v1.10.0 |
| 1446 | 2026-05-26T17:32:12.575Z | Compiling pkcs5 v0.7.1 |
| 1447 | 2026-05-26T17:32:12.650Z | Compiling pest_generator v2.8.6 |
| 1448 | 2026-05-26T17:32:12.707Z | Compiling rand v0.9.2 |
| 1449 | 2026-05-26T17:32:12.864Z | Compiling serde_derive_internals v0.29.1 |
| 1450 | 2026-05-26T17:32:13.012Z | Compiling aho-corasick v1.1.4 |
| 1451 | 2026-05-26T17:32:13.108Z | Compiling dyn-clone v1.0.20 |
| 1452 | 2026-05-26T17:32:13.253Z | Compiling try-lock v0.2.5 |
| 1453 | 2026-05-26T17:32:13.367Z | Compiling tower-service v0.3.3 |
| 1454 | 2026-05-26T17:32:13.371Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2026-05-26T17:32:13.474Z | Compiling schemars v0.8.22 |
| 1456 | 2026-05-26T17:32:13.509Z | Compiling tower-layer v0.3.3 |
| 1457 | 2026-05-26T17:32:13.523Z | Compiling rustls v0.23.37 |
| 1458 | 2026-05-26T17:32:13.673Z | Compiling tokio-util v0.7.18 |
| 1459 | 2026-05-26T17:32:13.702Z | Compiling pest_derive v2.8.6 |
| 1460 | 2026-05-26T17:32:13.718Z | Compiling want v0.3.1 |
| 1461 | 2026-05-26T17:32:13.772Z | Compiling schemars_derive v0.8.22 |
| 1462 | 2026-05-26T17:32:13.888Z | Compiling regex-automata v0.4.14 |
| 1463 | 2026-05-26T17:32:14.127Z | Compiling pkcs8 v0.10.2 |
| 1464 | 2026-05-26T17:32:14.429Z | Compiling h2 v0.4.13 |
| 1465 | 2026-05-26T17:32:14.715Z | Compiling ipnet v2.11.0 |
| 1466 | 2026-05-26T17:32:14.718Z | Compiling scroll_derive v0.13.1 |
| 1467 | 2026-05-26T17:32:14.742Z | Compiling darling_core v0.20.11 |
| 1468 | 2026-05-26T17:32:15.011Z | Compiling foreign-types-shared v0.1.1 |
| 1469 | 2026-05-26T17:32:15.104Z | Compiling pin-utils v0.1.0 |
| 1470 | 2026-05-26T17:32:15.182Z | Compiling openssl v0.10.79 |
| 1471 | 2026-05-26T17:32:15.214Z | Compiling httpdate v1.0.3 |
| 1472 | 2026-05-26T17:32:15.431Z | Compiling tempfile v3.25.0 |
| 1473 | 2026-05-26T17:32:15.445Z | Compiling foreign-types v0.3.2 |
| 1474 | 2026-05-26T17:32:15.531Z | Compiling scroll v0.13.0 |
| 1475 | 2026-05-26T17:32:15.593Z | Compiling unicode-normalization v0.1.25 |
| 1476 | 2026-05-26T17:32:15.806Z | Compiling openssl-macros v0.1.1 |
| 1477 | 2026-05-26T17:32:16.049Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1478 | 2026-05-26T17:32:16.197Z | Compiling spin v0.9.8 |
| 1479 | 2026-05-26T17:32:16.211Z | Compiling powerfmt v0.2.0 |
| 1480 | 2026-05-26T17:32:16.409Z | Compiling crc32fast v1.5.0 |
| 1481 | 2026-05-26T17:32:16.424Z | Compiling native-tls v0.2.18 |
| 1482 | 2026-05-26T17:32:16.442Z | Compiling num-conv v0.2.0 |
| 1483 | 2026-05-26T17:32:16.577Z | Compiling time-core v0.1.8 |
| 1484 | 2026-05-26T17:32:16.726Z | Compiling deranged v0.5.8 |
| 1485 | 2026-05-26T17:32:16.741Z | Compiling time-macros v0.2.27 |
| 1486 | 2026-05-26T17:32:17.021Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-05-26T17:32:17.492Z | Compiling hyper v1.8.1 |
| 1488 | 2026-05-26T17:32:17.755Z | Compiling darling v0.20.11 |
| 1489 | 2026-05-26T17:32:17.820Z | Compiling goblin v0.10.5 |
| 1490 | 2026-05-26T17:32:17.843Z | Compiling rustls-native-certs v0.8.3 |
| 1491 | 2026-05-26T17:32:18.025Z | Compiling sync_wrapper v1.0.2 |
| 1492 | 2026-05-26T17:32:18.138Z | Compiling wait-timeout v0.2.1 |
| 1493 | 2026-05-26T17:32:18.142Z | Compiling num_threads v0.1.7 |
| 1494 | 2026-05-26T17:32:18.253Z | Compiling syn v1.0.109 |
| 1495 | 2026-05-26T17:32:18.393Z | Compiling siphasher v1.0.2 |
| 1496 | 2026-05-26T17:32:18.407Z | Compiling crossbeam-utils v0.8.21 |
| 1497 | 2026-05-26T17:32:18.561Z | Compiling bit-vec v0.8.0 |
| 1498 | 2026-05-26T17:32:18.581Z | Compiling simd-adler32 v0.3.8 |
| 1499 | 2026-05-26T17:32:18.692Z | Compiling hyper-util v0.1.20 |
| 1500 | 2026-05-26T17:32:18.805Z | Compiling quick-error v1.2.3 |
| 1501 | 2026-05-26T17:32:18.829Z | Compiling usdt-impl v0.6.0 |
| 1502 | 2026-05-26T17:32:18.915Z | Compiling rusty-fork v0.3.1 |
| 1503 | 2026-05-26T17:32:19.059Z | Compiling bit-set v0.8.0 |
| 1504 | 2026-05-26T17:32:19.248Z | Compiling time v0.3.47 |
| 1505 | 2026-05-26T17:32:19.280Z | Compiling tower v0.5.3 |
| 1506 | 2026-05-26T17:32:19.472Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-05-26T17:32:19.890Z | Compiling dtrace-parser v0.3.0 |
| 1508 | 2026-05-26T17:32:19.954Z | Compiling http-body-util v0.1.3 |
| 1509 | 2026-05-26T17:32:20.206Z | Compiling webpki-roots v1.0.6 |
| 1510 | 2026-05-26T17:32:20.332Z | Compiling signature v2.2.0 |
| 1511 | 2026-05-26T17:32:20.357Z | Compiling thiserror-impl v1.0.69 |
| 1512 | 2026-05-26T17:32:20.440Z | Compiling scroll_derive v0.12.1 |
| 1513 | 2026-05-26T17:32:20.515Z | Compiling heapless v0.7.17 |
| 1514 | 2026-05-26T17:32:20.649Z | Compiling dof v0.4.0 |
| 1515 | 2026-05-26T17:32:20.758Z | Compiling rand_xorshift v0.4.0 |
| 1516 | 2026-05-26T17:32:20.825Z | Compiling slog v2.8.2 |
| 1517 | 2026-05-26T17:32:20.920Z | Compiling darling_core v0.21.3 |
| 1518 | 2026-05-26T17:32:21.011Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-05-26T17:32:21.104Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-05-26T17:32:21.189Z | Compiling cookie v0.18.1 |
| 1521 | 2026-05-26T17:32:21.287Z | Compiling unarray v0.1.4 |
| 1522 | 2026-05-26T17:32:21.373Z | Compiling anyhow v1.0.102 |
| 1523 | 2026-05-26T17:32:21.400Z | Compiling adler2 v2.0.1 |
| 1524 | 2026-05-26T17:32:21.536Z | Compiling signal-hook v0.3.18 |
| 1525 | 2026-05-26T17:32:21.609Z | Compiling zstd-safe v7.2.4 |
| 1526 | 2026-05-26T17:32:21.680Z | Compiling allocator-api2 v0.2.21 |
| 1527 | 2026-05-26T17:32:21.719Z | Compiling unicode-bidi v0.3.18 |
| 1528 | 2026-05-26T17:32:21.808Z | Compiling ryu v1.0.23 |
| 1529 | 2026-05-26T17:32:21.831Z | Compiling paste v1.0.15 |
| 1530 | 2026-05-26T17:32:21.988Z | Compiling iri-string v0.7.10 |
| 1531 | 2026-05-26T17:32:22.010Z | Compiling unicode-properties v0.1.4 |
| 1532 | 2026-05-26T17:32:22.073Z | Compiling serde_urlencoded v0.7.1 |
| 1533 | 2026-05-26T17:32:22.220Z | Compiling stringprep v0.1.5 |
| 1534 | 2026-05-26T17:32:22.252Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-05-26T17:32:22.363Z | Compiling miniz_oxide v0.8.9 |
| 1536 | 2026-05-26T17:32:22.366Z | Compiling proptest v1.10.0 |
| 1537 | 2026-05-26T17:32:22.969Z | Compiling scroll v0.12.0 |
| 1538 | 2026-05-26T17:32:23.122Z | Compiling derive_builder_macro v0.20.2 |
| 1539 | 2026-05-26T17:32:23.241Z | Compiling tower-http v0.6.8 |
| 1540 | 2026-05-26T17:32:23.293Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2026-05-26T17:32:23.521Z | Compiling darling_macro v0.21.3 |
| 1542 | 2026-05-26T17:32:23.568Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-05-26T17:32:23.586Z | Compiling bstr v1.12.1 |
| 1544 | 2026-05-26T17:32:23.652Z | Compiling rand_chacha v0.3.1 |
| 1545 | 2026-05-26T17:32:23.971Z | Compiling serde_spanned v0.6.9 |
| 1546 | 2026-05-26T17:32:23.971Z | Compiling toml_datetime v0.6.11 |
| 1547 | 2026-05-26T17:32:24.006Z | Compiling erased-serde v0.3.31 |
| 1548 | 2026-05-26T17:32:24.120Z | Compiling serde_tokenstream v0.2.3 |
| 1549 | 2026-05-26T17:32:24.243Z | Compiling md-5 v0.10.6 |
| 1550 | 2026-05-26T17:32:24.258Z | Compiling zerocopy-derive v0.7.35 |
| 1551 | 2026-05-26T17:32:24.414Z | Compiling pin-project-internal v1.1.11 |
| 1552 | 2026-05-26T17:32:24.432Z | Compiling async-trait v0.1.89 |
| 1553 | 2026-05-26T17:32:24.456Z | Compiling curve25519-dalek v4.1.3 |
| 1554 | 2026-05-26T17:32:24.494Z | Compiling vergen-lib v0.1.6 |
| 1555 | 2026-05-26T17:32:24.678Z | Compiling num-integer v0.1.46 |
| 1556 | 2026-05-26T17:32:24.793Z | Compiling hash32 v0.2.1 |
| 1557 | 2026-05-26T17:32:24.991Z | Compiling ff v0.13.1 |
| 1558 | 2026-05-26T17:32:25.006Z | Compiling memoffset v0.9.1 |
| 1559 | 2026-05-26T17:32:25.130Z | Compiling base16ct v0.2.0 |
| 1560 | 2026-05-26T17:32:25.143Z | Compiling litrs v1.0.0 |
| 1561 | 2026-05-26T17:32:25.198Z | Compiling smoltcp v0.9.1 |
| 1562 | 2026-05-26T17:32:25.311Z | Compiling cfg_aliases v0.2.1 |
| 1563 | 2026-05-26T17:32:25.392Z | Compiling psl-types v2.0.11 |
| 1564 | 2026-05-26T17:32:25.460Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2026-05-26T17:32:25.522Z | Compiling ref-cast v1.0.25 |
| 1566 | 2026-05-26T17:32:25.535Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-05-26T17:32:25.549Z | Compiling rustix v0.38.44 |
| 1568 | 2026-05-26T17:32:25.659Z | Compiling num-bigint-dig v0.8.6 |
| 1569 | 2026-05-26T17:32:25.777Z | Compiling postgres-protocol v0.6.10 |
| 1570 | 2026-05-26T17:32:25.871Z | Compiling document-features v0.2.12 |
| 1571 | 2026-05-26T17:32:25.916Z | Compiling pin-project v1.1.11 |
| 1572 | 2026-05-26T17:32:25.991Z | Compiling publicsuffix v2.3.0 |
| 1573 | 2026-05-26T17:32:26.016Z | Compiling nix v0.31.2 |
| 1574 | 2026-05-26T17:32:26.168Z | Compiling sec1 v0.7.3 |
| 1575 | 2026-05-26T17:32:26.386Z | Compiling zerocopy v0.7.35 |
| 1576 | 2026-05-26T17:32:26.432Z | Compiling group v0.13.0 |
| 1577 | 2026-05-26T17:32:26.453Z | Compiling num-iter v0.1.45 |
| 1578 | 2026-05-26T17:32:26.610Z | Compiling newtype-uuid v1.3.2 |
| 1579 | 2026-05-26T17:32:26.916Z | Compiling darling v0.21.3 |
| 1580 | 2026-05-26T17:32:26.943Z | Compiling rand v0.8.6 |
| 1581 | 2026-05-26T17:32:26.946Z | Compiling oxnet v0.1.4 |
| 1582 | 2026-05-26T17:32:27.000Z | Compiling derive_builder v0.20.2 |
| 1583 | 2026-05-26T17:32:27.129Z | Compiling hyper-tls v0.6.0 |
| 1584 | 2026-05-26T17:32:27.289Z | Compiling hubpack_derive v0.1.1 |
| 1585 | 2026-05-26T17:32:27.342Z | Compiling goblin v0.8.2 |
| 1586 | 2026-05-26T17:32:27.799Z | Compiling phf_shared v0.13.1 |
| 1587 | 2026-05-26T17:32:27.945Z | Compiling lazy_static v1.5.0 |
| 1588 | 2026-05-26T17:32:28.042Z | Compiling regex v1.12.3 |
| 1589 | 2026-05-26T17:32:28.045Z | Compiling futures-executor v0.3.32 |
| 1590 | 2026-05-26T17:32:28.068Z | Compiling cargo-platform v0.1.9 |
| 1591 | 2026-05-26T17:32:28.303Z | Compiling hex v0.4.3 |
| 1592 | 2026-05-26T17:32:28.326Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-05-26T17:32:28.340Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-05-26T17:32:28.489Z | Compiling flate2 v1.1.9 |
| 1595 | 2026-05-26T17:32:28.534Z | Compiling terminal_size v0.4.3 |
| 1596 | 2026-05-26T17:32:28.578Z | Compiling strum_macros v0.27.2 |
| 1597 | 2026-05-26T17:32:28.641Z | Compiling daft-derive v0.1.7 |
| 1598 | 2026-05-26T17:32:28.804Z | Compiling snafu-derive v0.8.9 |
| 1599 | 2026-05-26T17:32:28.905Z | Compiling ref-cast-impl v1.0.25 |
| 1600 | 2026-05-26T17:32:29.391Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1601 | 2026-05-26T17:32:29.458Z | Compiling vergen v9.0.6 |
| 1602 | 2026-05-26T17:32:29.645Z | Compiling fs-err v3.3.0 |
| 1603 | 2026-05-26T17:32:29.839Z | Compiling ahash v0.8.12 |
| 1604 | 2026-05-26T17:32:30.039Z | Compiling encoding_rs v0.8.35 |
| 1605 | 2026-05-26T17:32:30.055Z | Compiling foldhash v0.1.5 |
| 1606 | 2026-05-26T17:32:30.232Z | Compiling unicode-segmentation v1.12.0 |
| 1607 | 2026-05-26T17:32:30.483Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-05-26T17:32:30.573Z | Compiling same-file v1.0.6 |
| 1609 | 2026-05-26T17:32:30.624Z | Compiling managed v0.8.0 |
| 1610 | 2026-05-26T17:32:30.727Z | Compiling winnow v0.5.40 |
| 1611 | 2026-05-26T17:32:30.742Z | Compiling object v0.37.3 |
| 1612 | 2026-05-26T17:32:30.742Z | Compiling mime v0.3.17 |
| 1613 | 2026-05-26T17:32:30.846Z | Compiling bitflags v1.3.2 |
| 1614 | 2026-05-26T17:32:30.934Z | Compiling foldhash v0.2.0 |
| 1615 | 2026-05-26T17:32:30.968Z | Compiling libbz2-rs-sys v0.2.2 |
| 1616 | 2026-05-26T17:32:31.065Z | Compiling clap_builder v4.5.60 |
| 1617 | 2026-05-26T17:32:31.151Z | Compiling hashbrown v0.16.1 |
| 1618 | 2026-05-26T17:32:31.579Z | Compiling bzip2 v0.6.1 |
| 1619 | 2026-05-26T17:32:31.671Z | Compiling snafu v0.8.9 |
| 1620 | 2026-05-26T17:32:31.761Z | Compiling walkdir v2.5.0 |
| 1621 | 2026-05-26T17:32:31.800Z | Compiling zopfli v0.8.3 |
| 1622 | 2026-05-26T17:32:31.848Z | Compiling strum v0.27.2 |
| 1623 | 2026-05-26T17:32:31.984Z | Compiling hashbrown v0.15.5 |
| 1624 | 2026-05-26T17:32:32.031Z | Compiling toml_edit v0.19.15 |
| 1625 | 2026-05-26T17:32:32.264Z | Compiling dof v0.3.0 |
| 1626 | 2026-05-26T17:32:32.546Z | Compiling daft v0.1.7 |
| 1627 | 2026-05-26T17:32:32.645Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-05-26T17:32:32.846Z | Compiling cargo_metadata v0.19.2 |
| 1629 | 2026-05-26T17:32:33.032Z | Compiling futures v0.3.32 |
| 1630 | 2026-05-26T17:32:33.119Z | Compiling phf v0.13.1 |
| 1631 | 2026-05-26T17:32:33.296Z | Compiling signal-hook-mio v0.2.5 |
| 1632 | 2026-05-26T17:32:33.419Z | Compiling hubpack v0.1.2 |
| 1633 | 2026-05-26T17:32:33.575Z | Compiling cookie_store v0.22.1 |
| 1634 | 2026-05-26T17:32:34.024Z | Compiling zstd v0.13.3 |
| 1635 | 2026-05-26T17:32:34.225Z | Compiling bzip2 v0.4.4 |
| 1636 | 2026-05-26T17:32:34.241Z | Compiling serde_with_macros v3.17.0 |
| 1637 | 2026-05-26T17:32:34.314Z | Compiling postgres-types v0.2.12 |
| 1638 | 2026-05-26T17:32:34.434Z | Compiling usdt-attr-macro v0.6.0 |
| 1639 | 2026-05-26T17:32:34.781Z | Compiling usdt-macro v0.6.0 |
| 1640 | 2026-05-26T17:32:34.867Z | Compiling globset v0.4.18 |
| 1641 | 2026-05-26T17:32:35.239Z | Compiling dtrace-parser v0.2.0 |
| 1642 | 2026-05-26T17:32:35.254Z | Compiling ed25519 v2.2.3 |
| 1643 | 2026-05-26T17:32:35.375Z | Compiling phf_shared v0.11.3 |
| 1644 | 2026-05-26T17:32:35.452Z | Compiling olpc-cjson v0.1.4 |
| 1645 | 2026-05-26T17:32:35.520Z | Compiling pkcs1 v0.7.5 |
| 1646 | 2026-05-26T17:32:35.555Z | Compiling serde-big-array v0.5.1 |
| 1647 | 2026-05-26T17:32:35.571Z | Compiling serde_plain v1.0.2 |
| 1648 | 2026-05-26T17:32:35.612Z | Compiling rfc6979 v0.4.0 |
| 1649 | 2026-05-26T17:32:35.703Z | Compiling pem v3.0.6 |
| 1650 | 2026-05-26T17:32:35.741Z | Compiling enum-as-inner v0.6.1 |
| 1651 | 2026-05-26T17:32:35.766Z | Compiling serde_repr v0.1.20 |
| 1652 | 2026-05-26T17:32:35.947Z | Compiling async-recursion v1.1.1 |
| 1653 | 2026-05-26T17:32:35.994Z | Compiling clap_derive v4.5.55 |
| 1654 | 2026-05-26T17:32:36.033Z | Compiling strum_macros v0.26.4 |
| 1655 | 2026-05-26T17:32:36.163Z | Compiling float-cmp v0.10.0 |
| 1656 | 2026-05-26T17:32:36.246Z | Compiling memmap2 v0.9.10 |
| 1657 | 2026-05-26T17:32:36.314Z | Compiling thread-id v4.2.2 |
| 1658 | 2026-05-26T17:32:36.317Z | Compiling env_filter v1.0.0 |
| 1659 | 2026-05-26T17:32:36.402Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-05-26T17:32:36.460Z | Compiling keccak v0.1.6 |
| 1661 | 2026-05-26T17:32:36.601Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-05-26T17:32:36.636Z | Compiling fixedbitset v0.4.2 |
| 1663 | 2026-05-26T17:32:36.693Z | Compiling whoami v2.1.0 |
| 1664 | 2026-05-26T17:32:36.715Z | Compiling either v1.15.0 |
| 1665 | 2026-05-26T17:32:36.853Z | Compiling typed-path v0.9.3 |
| 1666 | 2026-05-26T17:32:36.920Z | Compiling new_debug_unreachable v1.0.6 |
| 1667 | 2026-05-26T17:32:36.999Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2026-05-26T17:32:37.061Z | Compiling predicates-core v1.0.10 |
| 1669 | 2026-05-26T17:32:37.099Z | Compiling difflib v0.4.0 |
| 1670 | 2026-05-26T17:32:37.241Z | Compiling static_assertions v1.1.0 |
| 1671 | 2026-05-26T17:32:37.274Z | Compiling jiff v0.2.21 |
| 1672 | 2026-05-26T17:32:37.321Z | Compiling data-encoding v2.10.0 |
| 1673 | 2026-05-26T17:32:37.667Z | Compiling hickory-proto v0.25.2 |
| 1674 | 2026-05-26T17:32:37.780Z | Compiling clap v4.5.60 |
| 1675 | 2026-05-26T17:32:37.798Z | Compiling strum v0.26.3 |
| 1676 | 2026-05-26T17:32:37.864Z | Compiling toml_edit v0.22.27 |
| 1677 | 2026-05-26T17:32:37.934Z | Compiling predicates v3.1.4 |
| 1678 | 2026-05-26T17:32:38.076Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1679 | 2026-05-26T17:32:38.133Z | Compiling string_cache v0.8.9 |
| 1680 | 2026-05-26T17:32:38.377Z | Compiling tokio-postgres v0.7.16 |
| 1681 | 2026-05-26T17:32:38.625Z | Compiling itertools v0.13.0 |
| 1682 | 2026-05-26T17:32:38.895Z | Compiling petgraph v0.6.5 |
| 1683 | 2026-05-26T17:32:39.861Z | Compiling sha3 v0.10.8 |
| 1684 | 2026-05-26T17:32:40.337Z | Compiling zip v4.6.1 |
| 1685 | 2026-05-26T17:32:40.378Z | Compiling petgraph v0.8.3 |
| 1686 | 2026-05-26T17:32:40.620Z | Compiling env_logger v0.11.9 |
| 1687 | 2026-05-26T17:32:40.668Z | Compiling usdt v0.6.0 |
| 1688 | 2026-05-26T17:32:40.925Z | Compiling usdt-impl v0.5.0 |
| 1689 | 2026-05-26T17:32:40.929Z | Compiling rsa v0.9.10 |
| 1690 | 2026-05-26T17:32:40.952Z | Compiling ecdsa v0.16.9 |
| 1691 | 2026-05-26T17:32:41.309Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-05-26T17:32:41.355Z | Compiling serde_with v3.17.0 |
| 1693 | 2026-05-26T17:32:41.509Z | Compiling crossterm v0.28.1 |
| 1694 | 2026-05-26T17:32:41.578Z | Compiling zip v0.6.6 |
| 1695 | 2026-05-26T17:32:42.374Z | Compiling toml v0.7.8 |
| 1696 | 2026-05-26T17:32:42.391Z | Compiling iddqd v0.4.1 |
| 1697 | 2026-05-26T17:32:43.037Z | Compiling heck v0.4.1 |
| 1698 | 2026-05-26T17:32:43.077Z | Compiling similar v2.7.0 |
| 1699 | 2026-05-26T17:32:43.134Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1700 | 2026-05-26T17:32:43.285Z | Compiling crossbeam-epoch v0.9.18 |
| 1701 | 2026-05-26T17:32:43.480Z | Compiling tokio-stream v0.1.18 |
| 1702 | 2026-05-26T17:32:43.637Z | Compiling buf-list v1.1.2 |
| 1703 | 2026-05-26T17:32:43.697Z | Compiling x509-cert v0.2.5 |
| 1704 | 2026-05-26T17:32:43.787Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1705 | 2026-05-26T17:32:43.923Z | Compiling openapiv3 v2.2.0 |
| 1706 | 2026-05-26T17:32:43.960Z | Compiling sha1 v0.10.6 |
| 1707 | 2026-05-26T17:32:43.976Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1708 | 2026-05-26T17:32:44.103Z | Compiling lalrpop-util v0.19.12 |
| 1709 | 2026-05-26T17:32:44.195Z | Compiling peg-runtime v0.8.5 |
| 1710 | 2026-05-26T17:32:44.271Z | Compiling thread_local v1.1.9 |
| 1711 | 2026-05-26T17:32:44.304Z | Compiling slog-async v2.8.0 |
| 1712 | 2026-05-26T17:32:44.311Z | Compiling crossbeam-channel v0.5.15 |
| 1713 | 2026-05-26T17:32:44.475Z | Compiling is-terminal v0.4.17 |
| 1714 | 2026-05-26T17:32:44.534Z | Compiling filetime v0.2.27 |
| 1715 | 2026-05-26T17:32:44.586Z | Compiling term v1.2.1 |
| 1716 | 2026-05-26T17:32:44.619Z | Compiling take_mut v0.2.2 |
| 1717 | 2026-05-26T17:32:44.706Z | Compiling xattr v1.6.1 |
| 1718 | 2026-05-26T17:32:44.876Z | Compiling slog-term v2.9.2 |
| 1719 | 2026-05-26T17:32:45.174Z | Compiling tar v0.4.45 |
| 1720 | 2026-05-26T17:32:55.042Z | Compiling rustls-webpki v0.103.9 |
| 1721 | 2026-05-26T17:32:58.053Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-05-26T17:32:58.054Z | Compiling rustls-platform-verifier v0.6.2 |
| 1723 | 2026-05-26T17:32:58.063Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-05-26T17:32:58.268Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-05-26T17:32:58.268Z | Compiling reqwest v0.13.2 |
| 1726 | 2026-05-26T17:32:59.938Z | Compiling tough v0.22.0 |
| 1727 | 2026-05-26T17:33:02.132Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1728 | 2026-05-26T17:33:02.349Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1729 | 2026-05-26T17:33:05.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1730 | 2026-05-26T17:33:05.410Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1731 | 2026-05-26T17:33:05.457Z | May 26 17:33:03.787 INFO Starting download, target: Clickhouse |
| 1732 | 2026-05-26T17:33:05.457Z | May 26 17:33:03.788 INFO Starting download, target: MaghemiteMgd |
| 1733 | 2026-05-26T17:33:05.460Z | May 26 17:33:03.788 INFO Starting download, target: DendriteStub |
| 1734 | 2026-05-26T17:33:05.460Z | May 26 17:33:03.788 INFO Starting download, target: Console |
| 1735 | 2026-05-26T17:33:05.460Z | May 26 17:33:03.788 INFO Starting download, target: Cockroach |
| 1736 | 2026-05-26T17:33:05.460Z | May 26 17:33:03.788 INFO Starting download, target: TransceiverControl |
| 1737 | 2026-05-26T17:33:05.460Z | May 26 17:33:03.788 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1738 | 2026-05-26T17:33:05.461Z | May 26 17:33:03.788 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1739 | 2026-05-26T17:33:05.461Z | May 26 17:33:03.788 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1740 | 2026-05-26T17:33:05.461Z | May 26 17:33:03.788 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-05-26T17:33:05.461Z | May 26 17:33:03.788 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1742 | 2026-05-26T17:33:05.461Z | May 26 17:33:03.788 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1743 | 2026-05-26T17:33:05.798Z | May 26 17:33:04.124 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1744 | 2026-05-26T17:33:06.006Z | May 26 17:33:04.336 INFO Download complete, target: TransceiverControl |
| 1745 | 2026-05-26T17:33:06.503Z | May 26 17:33:04.823 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1746 | 2026-05-26T17:33:06.729Z | May 26 17:33:05.053 INFO Download complete, target: Console |
| 1747 | 2026-05-26T17:33:06.754Z | May 26 17:33:05.080 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1748 | 2026-05-26T17:33:07.135Z | May 26 17:33:05.458 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1749 | 2026-05-26T17:33:07.449Z | May 26 17:33:05.782 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1750 | 2026-05-26T17:33:07.449Z | May 26 17:33:05.782 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1751 | 2026-05-26T17:33:07.786Z | May 26 17:33:06.119 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1752 | 2026-05-26T17:33:09.088Z | May 26 17:33:07.420 INFO Download complete, target: DendriteStub |
| 1753 | 2026-05-26T17:33:09.487Z | May 26 17:33:07.819 INFO Download complete, target: MaghemiteMgd |
| 1754 | 2026-05-26T17:33:12.080Z | May 26 17:33:10.412 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-05-26T17:33:12.318Z | May 26 17:33:10.650 INFO Download complete, target: Cockroach |
| 1756 | 2026-05-26T17:33:14.420Z | May 26 17:33:12.752 INFO Checking that binary works, target: Clickhouse |
| 1757 | 2026-05-26T17:33:14.541Z | May 26 17:33:12.874 INFO Download complete, target: Clickhouse |
| 1758 | 2026-05-26T17:33:14.558Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1759 | 2026-05-26T17:33:14.561Z | |
| 1760 | 2026-05-26T17:33:14.562Z | real 2:18.640443813 |
| 1761 | 2026-05-26T17:33:14.562Z | user 7:04.052854750 |
| 1762 | 2026-05-26T17:33:14.562Z | sys 1:24.288331391 |
| 1763 | 2026-05-26T17:33:14.562Z | trap 0.230625965 |
| 1764 | 2026-05-26T17:33:14.562Z | tflt 0.841190646 |
| 1765 | 2026-05-26T17:33:14.562Z | dflt 0.777366875 |
| 1766 | 2026-05-26T17:33:14.562Z | kflt 0.040409271 |
| 1767 | 2026-05-26T17:33:14.562Z | lock 22:00.800823808 |
| 1768 | 2026-05-26T17:33:14.562Z | slp 21:50.252544748 |
| 1769 | 2026-05-26T17:33:14.562Z | lat 46.661664041 |
| 1770 | 2026-05-26T17:33:14.562Z | stop 2:01.134981216 |
| 1771 | 2026-05-26T17:33:14.562Z | + banner clippy |
| 1772 | 2026-05-26T17:33:14.562Z | |
| 1773 | 2026-05-26T17:33:14.562Z | #### # # ##### ##### # # |
| 1774 | 2026-05-26T17:33:14.562Z | # # # # # # # # # # |
| 1775 | 2026-05-26T17:33:14.562Z | # # # # # # # # |
| 1776 | 2026-05-26T17:33:14.562Z | # # # ##### ##### # |
| 1777 | 2026-05-26T17:33:14.562Z | # # # # # # # |
| 1778 | 2026-05-26T17:33:14.562Z | #### ###### # # # # |
| 1779 | 2026-05-26T17:33:14.562Z | |
| 1780 | 2026-05-26T17:33:14.562Z | + export CARGO_INCREMENTAL=0 |
| 1781 | 2026-05-26T17:33:14.562Z | + CARGO_INCREMENTAL=0 |
| 1782 | 2026-05-26T17:33:14.562Z | + ptime -m cargo xtask clippy |
| 1783 | 2026-05-26T17:33:15.099Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1784 | 2026-05-26T17:33:15.323Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1785 | 2026-05-26T17:33:17.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
| 1786 | 2026-05-26T17:33:17.316Z | Running `target/debug/xtask clippy` |
| 1787 | 2026-05-26T17:33:17.342Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1788 | 2026-05-26T17:33:17.970Z | Downloading crates ... |
| 1789 | 2026-05-26T17:33:18.187Z | Downloaded addr2line v0.25.1 |
| 1790 | 2026-05-26T17:33:18.190Z | Downloaded event-listener-strategy v0.5.4 |
| 1791 | 2026-05-26T17:33:18.190Z | Downloaded cargo-platform v0.3.2 |
| 1792 | 2026-05-26T17:33:18.195Z | Downloaded blake2b_simd v1.0.4 |
| 1793 | 2026-05-26T17:33:18.198Z | Downloaded backtrace-ext v0.2.1 |
| 1794 | 2026-05-26T17:33:18.198Z | Downloaded hickory-client v0.25.2 |
| 1795 | 2026-05-26T17:33:18.201Z | Downloaded concurrent-queue v2.5.0 |
| 1796 | 2026-05-26T17:33:18.204Z | Downloaded nested v0.1.1 |
| 1797 | 2026-05-26T17:33:18.207Z | Downloaded plotters-backend v0.3.7 |
| 1798 | 2026-05-26T17:33:18.210Z | Downloaded libtest-mimic v0.8.1 |
| 1799 | 2026-05-26T17:33:18.210Z | Downloaded pathdiff v0.2.3 |
| 1800 | 2026-05-26T17:33:18.216Z | Downloaded plotters-svg v0.3.7 |
| 1801 | 2026-05-26T17:33:18.219Z | Downloaded async-object-pool v0.2.0 |
| 1802 | 2026-05-26T17:33:18.219Z | Downloaded assert-json-diff v2.0.2 |
| 1803 | 2026-05-26T17:33:18.219Z | Downloaded approx v0.5.1 |
| 1804 | 2026-05-26T17:33:18.223Z | Downloaded termcolor v1.4.1 |
| 1805 | 2026-05-26T17:33:18.226Z | Downloaded criterion-plot v0.6.0 |
| 1806 | 2026-05-26T17:33:18.236Z | Downloaded cast v0.3.0 |
| 1807 | 2026-05-26T17:33:18.239Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1808 | 2026-05-26T17:33:18.242Z | Downloaded miette-derive v5.10.0 |
| 1809 | 2026-05-26T17:33:18.245Z | Downloaded similar-asserts v1.7.0 |
| 1810 | 2026-05-26T17:33:18.248Z | Downloaded tokio-test v0.4.5 |
| 1811 | 2026-05-26T17:33:18.248Z | Downloaded supports-hyperlinks v2.1.0 |
| 1812 | 2026-05-26T17:33:18.251Z | Downloaded cargo_metadata v0.23.1 |
| 1813 | 2026-05-26T17:33:18.254Z | Downloaded anes v0.1.6 |
| 1814 | 2026-05-26T17:33:18.257Z | Downloaded event-listener v5.4.1 |
| 1815 | 2026-05-26T17:33:18.262Z | Downloaded parking v2.2.1 |
| 1816 | 2026-05-26T17:33:18.267Z | Downloaded target-triple v1.0.0 |
| 1817 | 2026-05-26T17:33:18.271Z | Downloaded escape8259 v0.5.3 |
| 1818 | 2026-05-26T17:33:18.274Z | Downloaded supports-unicode v2.1.0 |
| 1819 | 2026-05-26T17:33:18.274Z | Downloaded linkme v0.3.35 |
| 1820 | 2026-05-26T17:33:18.277Z | Downloaded target-lexicon v0.13.3 |
| 1821 | 2026-05-26T17:33:18.280Z | Downloaded relative-path v1.9.3 |
| 1822 | 2026-05-26T17:33:18.280Z | Downloaded serde_regex v1.1.0 |
| 1823 | 2026-05-26T17:33:18.288Z | Downloaded supports-color v2.1.0 |
| 1824 | 2026-05-26T17:33:18.290Z | Downloaded rust-argon2 v2.1.0 |
| 1825 | 2026-05-26T17:33:18.294Z | Downloaded tinytemplate v1.2.1 |
| 1826 | 2026-05-26T17:33:18.294Z | Downloaded assert_cmd v2.1.2 |
| 1827 | 2026-05-26T17:33:18.297Z | Downloaded cfg-expr v0.20.6 |
| 1828 | 2026-05-26T17:33:18.299Z | Downloaded constant_time_eq v0.3.1 |
| 1829 | 2026-05-26T17:33:18.299Z | Downloaded linkme-impl v0.3.35 |
| 1830 | 2026-05-26T17:33:18.303Z | Downloaded terminal_size v0.1.17 |
| 1831 | 2026-05-26T17:33:18.305Z | Downloaded oorandom v11.1.5 |
| 1832 | 2026-05-26T17:33:18.305Z | Downloaded rustc-demangle v0.1.27 |
| 1833 | 2026-05-26T17:33:18.305Z | Downloaded path-tree v0.8.3 |
| 1834 | 2026-05-26T17:33:18.305Z | Downloaded partial-io v0.5.4 |
| 1835 | 2026-05-26T17:33:18.309Z | Downloaded datatest-stable v0.3.3 |
| 1836 | 2026-05-26T17:33:18.309Z | Downloaded stringmetrics v2.2.2 |
| 1837 | 2026-05-26T17:33:18.312Z | Downloaded async-lock v3.4.2 |
| 1838 | 2026-05-26T17:33:18.312Z | Downloaded trybuild v1.0.116 |
| 1839 | 2026-05-26T17:33:18.320Z | Downloaded futures-timer v3.0.3 |
| 1840 | 2026-05-26T17:33:18.333Z | Downloaded owo-colors v3.5.0 |
| 1841 | 2026-05-26T17:33:18.340Z | Downloaded knuffel-derive v3.2.0 |
| 1842 | 2026-05-26T17:33:18.340Z | Downloaded rstest v0.25.0 |
| 1843 | 2026-05-26T17:33:18.343Z | Downloaded httptest v0.16.4 |
| 1844 | 2026-05-26T17:33:18.347Z | Downloaded rstest_macros v0.25.0 |
| 1845 | 2026-05-26T17:33:18.347Z | Downloaded miette v5.10.0 |
| 1846 | 2026-05-26T17:33:18.353Z | Downloaded chumsky v0.9.3 |
| 1847 | 2026-05-26T17:33:18.356Z | Downloaded textwrap v0.15.2 |
| 1848 | 2026-05-26T17:33:18.360Z | Downloaded target-spec v3.5.7 |
| 1849 | 2026-05-26T17:33:18.366Z | Downloaded rand_distr v0.5.1 |
| 1850 | 2026-05-26T17:33:18.369Z | Downloaded knuffel v3.2.0 |
| 1851 | 2026-05-26T17:33:18.372Z | Downloaded backtrace v0.3.76 |
| 1852 | 2026-05-26T17:33:18.376Z | Downloaded fancy-regex v0.14.0 |
| 1853 | 2026-05-26T17:33:18.400Z | Downloaded hashbrown v0.14.5 |
| 1854 | 2026-05-26T17:33:18.403Z | Downloaded plotters v0.3.7 |
| 1855 | 2026-05-26T17:33:18.407Z | Downloaded guppy v0.17.25 |
| 1856 | 2026-05-26T17:33:18.410Z | Downloaded criterion v0.7.0 |
| 1857 | 2026-05-26T17:33:18.423Z | Downloaded gimli v0.32.3 |
| 1858 | 2026-05-26T17:33:18.521Z | Downloaded httpmock v0.8.3 |
| 1859 | 2026-05-26T17:33:20.174Z | Checking cfg-if v1.0.4 |
| 1860 | 2026-05-26T17:33:20.526Z | Checking libc v0.2.185 |
| 1861 | 2026-05-26T17:33:20.529Z | Checking serde_core v1.0.228 |
| 1862 | 2026-05-26T17:33:20.602Z | Checking memchr v2.8.0 |
| 1863 | 2026-05-26T17:33:20.642Z | Checking smallvec v1.15.1 |
| 1864 | 2026-05-26T17:33:20.683Z | Checking itoa v1.0.17 |
| 1865 | 2026-05-26T17:33:20.717Z | Checking log v0.4.29 |
| 1866 | 2026-05-26T17:33:20.765Z | Checking zeroize v1.8.2 |
| 1867 | 2026-05-26T17:33:20.806Z | Checking libm v0.2.16 |
| 1868 | 2026-05-26T17:33:20.855Z | Checking scopeguard v1.2.0 |
| 1869 | 2026-05-26T17:33:20.895Z | Checking stable_deref_trait v1.2.1 |
| 1870 | 2026-05-26T17:33:20.935Z | Checking zmij v1.0.21 |
| 1871 | 2026-05-26T17:33:20.974Z | Checking errno v0.3.14 |
| 1872 | 2026-05-26T17:33:20.974Z | Checking getrandom v0.2.17 |
| 1873 | 2026-05-26T17:33:21.046Z | Checking lock_api v0.4.14 |
| 1874 | 2026-05-26T17:33:21.084Z | Checking zerofrom v0.1.6 |
| 1875 | 2026-05-26T17:33:21.123Z | Checking percent-encoding v2.3.2 |
| 1876 | 2026-05-26T17:33:21.167Z | Checking litemap v0.8.1 |
| 1877 | 2026-05-26T17:33:21.203Z | Checking writeable v0.6.2 |
| 1878 | 2026-05-26T17:33:21.236Z | Checking yoke v0.8.1 |
| 1879 | 2026-05-26T17:33:21.236Z | Checking icu_normalizer_data v2.1.1 |
| 1880 | 2026-05-26T17:33:21.303Z | Checking icu_properties_data v2.1.2 |
| 1881 | 2026-05-26T17:33:21.340Z | Checking subtle v2.6.1 |
| 1882 | 2026-05-26T17:33:21.377Z | Checking form_urlencoded v1.2.2 |
| 1883 | 2026-05-26T17:33:21.381Z | Checking utf8_iter v1.0.4 |
| 1884 | 2026-05-26T17:33:21.447Z | Checking pin-project-lite v0.2.17 |
| 1885 | 2026-05-26T17:33:21.485Z | Checking zerovec v0.11.5 |
| 1886 | 2026-05-26T17:33:21.489Z | Checking zerotrie v0.2.3 |
| 1887 | 2026-05-26T17:33:21.554Z | Checking num-traits v0.2.19 |
| 1888 | 2026-05-26T17:33:21.594Z | Checking parking_lot_core v0.9.12 |
| 1889 | 2026-05-26T17:33:21.597Z | Checking rand_core v0.10.0 |
| 1890 | 2026-05-26T17:33:21.663Z | Checking rand_core v0.6.4 |
| 1891 | 2026-05-26T17:33:21.701Z | Checking zerocopy v0.8.40 |
| 1892 | 2026-05-26T17:33:21.758Z | Checking portable-atomic v1.13.1 |
| 1893 | 2026-05-26T17:33:21.800Z | Checking getrandom v0.4.1 |
| 1894 | 2026-05-26T17:33:21.837Z | Checking parking_lot v0.12.5 |
| 1895 | 2026-05-26T17:33:21.878Z | Checking signal-hook-registry v1.4.8 |
| 1896 | 2026-05-26T17:33:21.980Z | Checking tinystr v0.8.2 |
| 1897 | 2026-05-26T17:33:21.983Z | Checking potential_utf v0.1.4 |
| 1898 | 2026-05-26T17:33:22.057Z | Checking critical-section v1.2.0 |
| 1899 | 2026-05-26T17:33:22.094Z | Checking serde v1.0.228 |
| 1900 | 2026-05-26T17:33:22.094Z | Checking serde_json v1.0.149 |
| 1901 | 2026-05-26T17:33:22.167Z | Checking bitflags v2.11.0 |
| 1902 | 2026-05-26T17:33:22.199Z | Checking icu_collections v2.1.1 |
| 1903 | 2026-05-26T17:33:22.204Z | Checking icu_locale_core v2.1.1 |
| 1904 | 2026-05-26T17:33:22.270Z | Checking once_cell v1.21.3 |
| 1905 | 2026-05-26T17:33:22.278Z | Checking mio v1.2.0 |
| 1906 | 2026-05-26T17:33:22.372Z | Checking socket2 v0.6.3 |
| 1907 | 2026-05-26T17:33:22.487Z | Checking typenum v1.19.0 |
| 1908 | 2026-05-26T17:33:22.527Z | Checking bytes v1.11.1 |
| 1909 | 2026-05-26T17:33:22.573Z | Checking iana-time-zone v0.1.65 |
| 1910 | 2026-05-26T17:33:22.624Z | Checking thiserror v2.0.18 |
| 1911 | 2026-05-26T17:33:22.669Z | Checking uuid v1.23.0 |
| 1912 | 2026-05-26T17:33:22.712Z | Checking chrono v0.4.44 |
| 1913 | 2026-05-26T17:33:22.763Z | Checking semver v1.0.28 |
| 1914 | 2026-05-26T17:33:22.827Z | Checking icu_provider v2.1.1 |
| 1915 | 2026-05-26T17:33:22.872Z | Checking futures-core v0.3.32 |
| 1916 | 2026-05-26T17:33:23.001Z | Checking tokio v1.52.1 |
| 1917 | 2026-05-26T17:33:23.047Z | Checking generic-array v0.14.7 |
| 1918 | 2026-05-26T17:33:23.099Z | Checking icu_normalizer v2.1.1 |
| 1919 | 2026-05-26T17:33:23.099Z | Checking icu_properties v2.1.2 |
| 1920 | 2026-05-26T17:33:23.100Z | Checking equivalent v1.0.2 |
| 1921 | 2026-05-26T17:33:23.106Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1922 | 2026-05-26T17:33:23.279Z | Checking dyn-clone v1.0.20 |
| 1923 | 2026-05-26T17:33:23.417Z | Checking const-oid v0.9.6 |
| 1924 | 2026-05-26T17:33:23.457Z | Checking futures-sink v0.3.32 |
| 1925 | 2026-05-26T17:33:23.529Z | Checking crypto-common v0.1.7 |
| 1926 | 2026-05-26T17:33:23.575Z | Checking block-buffer v0.10.4 |
| 1927 | 2026-05-26T17:33:23.612Z | Checking futures-channel v0.3.32 |
| 1928 | 2026-05-26T17:33:23.647Z | Checking futures-io v0.3.32 |
| 1929 | 2026-05-26T17:33:23.700Z | Checking futures-task v0.3.32 |
| 1930 | 2026-05-26T17:33:23.753Z | Checking slab v0.4.12 |
| 1931 | 2026-05-26T17:33:23.798Z | Checking hashbrown v0.17.0 |
| 1932 | 2026-05-26T17:33:23.844Z | Checking byteorder v1.5.0 |
| 1933 | 2026-05-26T17:33:23.880Z | Checking rustix v1.1.3 |
| 1934 | 2026-05-26T17:33:23.947Z | Checking futures-util v0.3.32 |
| 1935 | 2026-05-26T17:33:24.031Z | Checking idna_adapter v1.2.1 |
| 1936 | 2026-05-26T17:33:24.094Z | Checking cpufeatures v0.2.17 |
| 1937 | 2026-05-26T17:33:24.184Z | Checking idna v1.1.0 |
| 1938 | 2026-05-26T17:33:24.188Z | Checking digest v0.10.7 |
| 1939 | 2026-05-26T17:33:24.256Z | Checking thiserror v1.0.69 |
| 1940 | 2026-05-26T17:33:24.320Z | Checking indexmap v2.14.0 |
| 1941 | 2026-05-26T17:33:24.384Z | Checking getrandom v0.3.4 |
| 1942 | 2026-05-26T17:33:24.447Z | Checking fnv v1.0.7 |
| 1943 | 2026-05-26T17:33:24.483Z | Checking url v2.5.8 |
| 1944 | 2026-05-26T17:33:24.562Z | Checking regex-syntax v0.8.10 |
| 1945 | 2026-05-26T17:33:24.600Z | Checking http v1.4.0 |
| 1946 | 2026-05-26T17:33:24.603Z | Checking ppv-lite86 v0.2.21 |
| 1947 | 2026-05-26T17:33:24.793Z | Checking tracing-core v0.1.36 |
| 1948 | 2026-05-26T17:33:24.915Z | Checking base64 v0.22.1 |
| 1949 | 2026-05-26T17:33:24.960Z | Checking schemars v0.8.22 |
| 1950 | 2026-05-26T17:33:24.960Z | Checking ipnet v2.11.0 |
| 1951 | 2026-05-26T17:33:25.137Z | Checking tracing v0.1.44 |
| 1952 | 2026-05-26T17:33:25.187Z | Checking unicode-ident v1.0.24 |
| 1953 | 2026-05-26T17:33:25.225Z | Checking untrusted v0.9.0 |
| 1954 | 2026-05-26T17:33:25.283Z | Checking aho-corasick v1.1.4 |
| 1955 | 2026-05-26T17:33:25.330Z | Checking proc-macro2 v1.0.106 |
| 1956 | 2026-05-26T17:33:25.367Z | Checking ring v0.17.14 |
| 1957 | 2026-05-26T17:33:25.403Z | Checking utf8parse v0.2.2 |
| 1958 | 2026-05-26T17:33:25.540Z | Checking anstyle v1.0.13 |
| 1959 | 2026-05-26T17:33:25.651Z | Checking rustls-pki-types v1.14.0 |
| 1960 | 2026-05-26T17:33:25.688Z | Checking quote v1.0.45 |
| 1961 | 2026-05-26T17:33:25.754Z | Checking httparse v1.10.1 |
| 1962 | 2026-05-26T17:33:25.890Z | Checking syn v2.0.117 |
| 1963 | 2026-05-26T17:33:25.893Z | Checking base64ct v1.8.3 |
| 1964 | 2026-05-26T17:33:25.961Z | Checking anstyle-parse v0.2.7 |
| 1965 | 2026-05-26T17:33:25.997Z | Checking regex-automata v0.4.14 |
| 1966 | 2026-05-26T17:33:26.001Z | Checking block-padding v0.3.3 |
| 1967 | 2026-05-26T17:33:26.001Z | Checking is_terminal_polyfill v1.70.2 |
| 1968 | 2026-05-26T17:33:26.142Z | Checking colorchoice v1.0.4 |
| 1969 | 2026-05-26T17:33:26.179Z | Checking anstyle-query v1.1.5 |
| 1970 | 2026-05-26T17:33:26.216Z | Checking crossbeam-utils v0.8.21 |
| 1971 | 2026-05-26T17:33:26.253Z | Checking inout v0.1.4 |
| 1972 | 2026-05-26T17:33:26.287Z | Checking allocator-api2 v0.2.21 |
| 1973 | 2026-05-26T17:33:26.326Z | Checking anstream v0.6.21 |
| 1974 | 2026-05-26T17:33:26.329Z | Checking tokio-util v0.7.18 |
| 1975 | 2026-05-26T17:33:26.416Z | Checking http-body v1.0.1 |
| 1976 | 2026-05-26T17:33:26.452Z | Checking cipher v0.4.4 |
| 1977 | 2026-05-26T17:33:26.557Z | Checking terminal_size v0.4.3 |
| 1978 | 2026-05-26T17:33:26.594Z | Checking atomic-waker v1.1.2 |
| 1979 | 2026-05-26T17:33:26.597Z | Checking strsim v0.11.1 |
| 1980 | 2026-05-26T17:33:26.660Z | Checking clap_lex v1.0.0 |
| 1981 | 2026-05-26T17:33:26.696Z | Checking try-lock v0.2.5 |
| 1982 | 2026-05-26T17:33:26.733Z | Checking httpdate v1.0.3 |
| 1983 | 2026-05-26T17:33:26.736Z | Checking pem-rfc7468 v0.7.0 |
| 1984 | 2026-05-26T17:33:26.814Z | Checking sha2 v0.10.9 |
| 1985 | 2026-05-26T17:33:26.851Z | Checking clap_builder v4.5.60 |
| 1986 | 2026-05-26T17:33:26.856Z | Checking want v0.3.1 |
| 1987 | 2026-05-26T17:33:26.919Z | Checking pin-utils v0.1.0 |
| 1988 | 2026-05-26T17:33:26.957Z | Checking ryu v1.0.23 |
| 1989 | 2026-05-26T17:33:27.000Z | Checking h2 v0.4.13 |
| 1990 | 2026-05-26T17:33:27.040Z | Checking tower-layer v0.3.3 |
| 1991 | 2026-05-26T17:33:27.043Z | Checking tower-service v0.3.3 |
| 1992 | 2026-05-26T17:33:27.121Z | Checking rand_core v0.9.5 |
| 1993 | 2026-05-26T17:33:27.159Z | Checking hmac v0.12.1 |
| 1994 | 2026-05-26T17:33:27.195Z | Checking powerfmt v0.2.0 |
| 1995 | 2026-05-26T17:33:27.231Z | Checking num_threads v0.1.7 |
| 1996 | 2026-05-26T17:33:27.320Z | Checking num-conv v0.2.0 |
| 1997 | 2026-05-26T17:33:27.358Z | Checking flagset v0.4.7 |
| 1998 | 2026-05-26T17:33:27.361Z | Checking time-core v0.1.8 |
| 1999 | 2026-05-26T17:33:27.426Z | Checking deranged v0.5.8 |
| 2000 | 2026-05-26T17:33:27.472Z | Checking erased-serde v0.3.31 |
| 2001 | 2026-05-26T17:33:27.516Z | Checking der v0.7.10 |
| 2002 | 2026-05-26T17:33:27.566Z | Checking rand_chacha v0.9.0 |
| 2003 | 2026-05-26T17:33:27.800Z | Checking http-body-util v0.1.3 |
| 2004 | 2026-05-26T17:33:27.861Z | Checking spin v0.9.8 |
| 2005 | 2026-05-26T17:33:27.898Z | Checking slog v2.8.2 |
| 2006 | 2026-05-26T17:33:28.057Z | Checking rand v0.9.2 |
| 2007 | 2026-05-26T17:33:28.094Z | Checking aws-lc-sys v0.40.0 |
| 2008 | 2026-05-26T17:33:28.150Z | Checking clap v4.5.60 |
| 2009 | 2026-05-26T17:33:28.196Z | Checking anyhow v1.0.102 |
| 2010 | 2026-05-26T17:33:28.234Z | Checking untrusted v0.7.1 |
| 2011 | 2026-05-26T17:33:28.271Z | Checking serde_urlencoded v0.7.1 |
| 2012 | 2026-05-26T17:33:28.307Z | Checking openssl-probe v0.2.1 |
| 2013 | 2026-05-26T17:33:28.383Z | Checking regex v1.12.3 |
| 2014 | 2026-05-26T17:33:28.418Z | Checking time v0.3.47 |
| 2015 | 2026-05-26T17:33:28.456Z | Checking fastrand v2.3.0 |
| 2016 | 2026-05-26T17:33:28.459Z | Checking spki v0.7.3 |
| 2017 | 2026-05-26T17:33:28.590Z | Checking pbkdf2 v0.12.2 |
| 2018 | 2026-05-26T17:33:28.590Z | Checking aes v0.8.4 |
| 2019 | 2026-05-26T17:33:28.666Z | Checking aws-lc-rs v1.16.3 |
| 2020 | 2026-05-26T17:33:28.710Z | Checking pretty-hex v0.4.1 |
| 2021 | 2026-05-26T17:33:28.748Z | Checking cbc v0.1.2 |
| 2022 | 2026-05-26T17:33:28.785Z | Checking salsa20 v0.10.2 |
| 2023 | 2026-05-26T17:33:28.788Z | Checking rand_chacha v0.3.1 |
| 2024 | 2026-05-26T17:33:28.872Z | Checking hex v0.4.3 |
| 2025 | 2026-05-26T17:33:28.913Z | Checking plain v0.2.3 |
| 2026 | 2026-05-26T17:33:28.957Z | Checking scrypt v0.11.0 |
| 2027 | 2026-05-26T17:33:29.034Z | Checking tempfile v3.25.0 |
| 2028 | 2026-05-26T17:33:29.071Z | Checking rustls-native-certs v0.8.3 |
| 2029 | 2026-05-26T17:33:29.074Z | Checking rand v0.8.6 |
| 2030 | 2026-05-26T17:33:29.140Z | Checking ipnetwork v0.21.1 |
| 2031 | 2026-05-26T17:33:29.146Z | Checking sync_wrapper v1.0.2 |
| 2032 | 2026-05-26T17:33:29.234Z | Checking simd-adler32 v0.3.8 |
| 2033 | 2026-05-26T17:33:29.271Z | Checking foldhash v0.2.0 |
| 2034 | 2026-05-26T17:33:29.309Z | Checking ucd-trie v0.1.7 |
| 2035 | 2026-05-26T17:33:29.392Z | Checking tower v0.5.3 |
| 2036 | 2026-05-26T17:33:29.441Z | Checking pkcs5 v0.7.1 |
| 2037 | 2026-05-26T17:33:29.477Z | Checking pest v2.8.6 |
| 2038 | 2026-05-26T17:33:29.480Z | Checking hashbrown v0.16.1 |
| 2039 | 2026-05-26T17:33:29.549Z | Checking rustls-webpki v0.103.9 |
| 2040 | 2026-05-26T17:33:29.627Z | Checking webpki-roots v1.0.6 |
| 2041 | 2026-05-26T17:33:29.662Z | Checking camino v1.2.2 |
| 2042 | 2026-05-26T17:33:29.728Z | Checking iri-string v0.7.10 |
| 2043 | 2026-05-26T17:33:29.779Z | Checking adler2 v2.0.1 |
| 2044 | 2026-05-26T17:33:29.818Z | Checking hyper v1.8.1 |
| 2045 | 2026-05-26T17:33:29.821Z | Checking pkcs8 v0.10.2 |
| 2046 | 2026-05-26T17:33:29.919Z | Checking miniz_oxide v0.8.9 |
| 2047 | 2026-05-26T17:33:29.957Z | Checking openapiv3 v2.2.0 |
| 2048 | 2026-05-26T17:33:30.008Z | Checking rustls v0.23.37 |
| 2049 | 2026-05-26T17:33:30.046Z | Checking futures-executor v0.3.32 |
| 2050 | 2026-05-26T17:33:30.053Z | Checking mime v0.3.17 |
| 2051 | 2026-05-26T17:33:30.228Z | Checking futures v0.3.32 |
| 2052 | 2026-05-26T17:33:30.284Z | Checking either v1.15.0 |
| 2053 | 2026-05-26T17:33:30.322Z | Checking winnow v0.7.14 |
| 2054 | 2026-05-26T17:33:30.357Z | Checking crc32fast v1.5.0 |
| 2055 | 2026-05-26T17:33:30.505Z | Checking static_assertions v1.1.0 |
| 2056 | 2026-05-26T17:33:30.543Z | Checking oxnet v0.1.4 |
| 2057 | 2026-05-26T17:33:30.609Z | Checking lazy_static v1.5.0 |
| 2058 | 2026-05-26T17:33:30.648Z | Checking signature v2.2.0 |
| 2059 | 2026-05-26T17:33:30.735Z | Checking hubpack v0.1.2 |
| 2060 | 2026-05-26T17:33:30.773Z | Checking tower-http v0.6.8 |
| 2061 | 2026-05-26T17:33:30.809Z | Checking encoding_rs v0.8.35 |
| 2062 | 2026-05-26T17:33:30.812Z | Checking strum v0.26.3 |
| 2063 | 2026-05-26T17:33:30.879Z | Checking hyper-util v0.1.20 |
| 2064 | 2026-05-26T17:33:30.934Z | Checking foreign-types-shared v0.1.1 |
| 2065 | 2026-05-26T17:33:30.971Z | Checking zlib-rs v0.6.2 |
| 2066 | 2026-05-26T17:33:31.053Z | Checking foreign-types v0.3.2 |
| 2067 | 2026-05-26T17:33:31.089Z | Checking sha1 v0.10.6 |
| 2068 | 2026-05-26T17:33:31.155Z | Checking scroll v0.13.0 |
| 2069 | 2026-05-26T17:33:31.291Z | Checking openssl-sys v0.9.115 |
| 2070 | 2026-05-26T17:33:31.330Z | Checking tinyvec_macros v0.1.1 |
| 2071 | 2026-05-26T17:33:31.423Z | Checking goblin v0.10.5 |
| 2072 | 2026-05-26T17:33:31.460Z | Checking tinyvec v1.10.0 |
| 2073 | 2026-05-26T17:33:31.543Z | Checking serde_spanned v0.6.9 |
| 2074 | 2026-05-26T17:33:31.710Z | Checking toml_datetime v0.6.11 |
| 2075 | 2026-05-26T17:33:31.749Z | Checking openssl v0.10.79 |
| 2076 | 2026-05-26T17:33:31.808Z | Checking num-integer v0.1.46 |
| 2077 | 2026-05-26T17:33:31.845Z | Checking memmap2 v0.9.10 |
| 2078 | 2026-05-26T17:33:31.907Z | Checking flate2 v1.1.9 |
| 2079 | 2026-05-26T17:33:31.943Z | Checking data-encoding v2.10.0 |
| 2080 | 2026-05-26T17:33:32.037Z | Checking dtrace-parser v0.3.0 |
| 2081 | 2026-05-26T17:33:32.076Z | Checking thread-id v5.1.0 |
| 2082 | 2026-05-26T17:33:32.186Z | Checking psl-types v2.0.11 |
| 2083 | 2026-05-26T17:33:32.189Z | Checking base16ct v0.2.0 |
| 2084 | 2026-05-26T17:33:32.256Z | Checking bit-vec v0.8.0 |
| 2085 | 2026-05-26T17:33:32.259Z | Checking cookie v0.18.1 |
| 2086 | 2026-05-26T17:33:32.325Z | Checking ff v0.13.1 |
| 2087 | 2026-05-26T17:33:32.361Z | Checking publicsuffix v2.3.0 |
| 2088 | 2026-05-26T17:33:32.396Z | Checking sec1 v0.7.3 |
| 2089 | 2026-05-26T17:33:32.454Z | Checking tokio-rustls v0.26.4 |
| 2090 | 2026-05-26T17:33:32.487Z | Checking bit-set v0.8.0 |
| 2091 | 2026-05-26T17:33:32.490Z | Checking wait-timeout v0.2.1 |
| 2092 | 2026-05-26T17:33:32.555Z | Checking group v0.13.0 |
| 2093 | 2026-05-26T17:33:32.558Z | Checking cookie_store v0.22.1 |
| 2094 | 2026-05-26T17:33:32.632Z | Checking rustls-platform-verifier v0.6.2 |
| 2095 | 2026-05-26T17:33:32.669Z | Checking num-iter v0.1.45 |
| 2096 | 2026-05-26T17:33:32.672Z | Checking bstr v1.12.1 |
| 2097 | 2026-05-26T17:33:32.737Z | Checking hyper-rustls v0.27.7 |
| 2098 | 2026-05-26T17:33:32.740Z | Checking hkdf v0.12.4 |
| 2099 | 2026-05-26T17:33:32.806Z | Checking crossbeam-epoch v0.9.18 |
| 2100 | 2026-05-26T17:33:32.809Z | Checking ahash v0.8.12 |
| 2101 | 2026-05-26T17:33:32.935Z | Checking crypto-bigint v0.5.5 |
| 2102 | 2026-05-26T17:33:32.973Z | Checking quick-error v1.2.3 |
| 2103 | 2026-05-26T17:33:33.011Z | Checking reqwest v0.13.2 |
| 2104 | 2026-05-26T17:33:33.066Z | Checking rand_xorshift v0.4.0 |
| 2105 | 2026-05-26T17:33:33.069Z | Checking scroll v0.12.0 |
| 2106 | 2026-05-26T17:33:33.137Z | Checking rusty-fork v0.3.1 |
| 2107 | 2026-05-26T17:33:33.142Z | Checking unarray v0.1.4 |
| 2108 | 2026-05-26T17:33:33.219Z | Checking num-bigint-dig v0.8.6 |
| 2109 | 2026-05-26T17:33:33.276Z | Checking pkcs1 v0.7.5 |
| 2110 | 2026-05-26T17:33:33.363Z | Checking goblin v0.8.2 |
| 2111 | 2026-05-26T17:33:33.400Z | Checking proptest v1.10.0 |
| 2112 | 2026-05-26T17:33:33.522Z | Checking x509-cert v0.2.5 |
| 2113 | 2026-05-26T17:33:33.794Z | Checking native-tls v0.2.18 |
| 2114 | 2026-05-26T17:33:33.869Z | Checking dof v0.4.0 |
| 2115 | 2026-05-26T17:33:33.907Z | Checking elliptic-curve v0.13.8 |
| 2116 | 2026-05-26T17:33:33.946Z | Checking zerocopy v0.7.35 |
| 2117 | 2026-05-26T17:33:34.011Z | Checking tokio-native-tls v0.3.1 |
| 2118 | 2026-05-26T17:33:34.088Z | Checking unicode-segmentation v1.12.0 |
| 2119 | 2026-05-26T17:33:34.205Z | Checking hyper-tls v0.6.0 |
| 2120 | 2026-05-26T17:33:34.249Z | Checking rsa v0.9.10 |
| 2121 | 2026-05-26T17:33:34.252Z | Checking dtrace-parser v0.2.0 |
| 2122 | 2026-05-26T17:33:34.410Z | Checking reqwest v0.12.28 |
| 2123 | 2026-05-26T17:33:34.448Z | Checking rfc6979 v0.4.0 |
| 2124 | 2026-05-26T17:33:34.485Z | Checking thread-id v4.2.2 |
| 2125 | 2026-05-26T17:33:34.544Z | Checking usdt-impl v0.6.0 |
| 2126 | 2026-05-26T17:33:34.580Z | Checking toml_write v0.1.2 |
| 2127 | 2026-05-26T17:33:34.616Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2128 | 2026-05-26T17:33:34.619Z | Checking ecdsa v0.16.9 |
| 2129 | 2026-05-26T17:33:34.755Z | Checking curve25519-dalek v4.1.3 |
| 2130 | 2026-05-26T17:33:34.792Z | Checking toml_edit v0.22.27 |
| 2131 | 2026-05-26T17:33:34.861Z | Checking usdt v0.6.0 |
| 2132 | 2026-05-26T17:33:34.981Z | Checking memoffset v0.9.1 |
| 2133 | 2026-05-26T17:33:35.019Z | Checking rustix v0.38.44 |
| 2134 | 2026-05-26T17:33:35.063Z | Checking env_filter v1.0.0 |
| 2135 | 2026-05-26T17:33:35.100Z | Checking keccak v0.1.6 |
| 2136 | 2026-05-26T17:33:35.241Z | Checking same-file v1.0.6 |
| 2137 | 2026-05-26T17:33:35.246Z | Checking newtype-uuid v1.3.2 |
| 2138 | 2026-05-26T17:33:35.313Z | Checking sha3 v0.10.8 |
| 2139 | 2026-05-26T17:33:35.316Z | Checking env_logger v0.11.9 |
| 2140 | 2026-05-26T17:33:35.381Z | Checking dof v0.3.0 |
| 2141 | 2026-05-26T17:33:35.419Z | Checking walkdir v2.5.0 |
| 2142 | 2026-05-26T17:33:35.506Z | Checking daft v0.1.7 |
| 2143 | 2026-05-26T17:33:35.549Z | Checking ed25519 v2.2.3 |
| 2144 | 2026-05-26T17:33:35.587Z | Checking itertools v0.13.0 |
| 2145 | 2026-05-26T17:33:35.590Z | Checking serde_with v3.17.0 |
| 2146 | 2026-05-26T17:33:35.657Z | Checking bitflags v1.3.2 |
| 2147 | 2026-05-26T17:33:35.700Z | Checking usdt-impl v0.5.0 |
| 2148 | 2026-05-26T17:33:35.760Z | Checking siphasher v1.0.2 |
| 2149 | 2026-05-26T17:33:35.763Z | Checking ed25519-dalek v2.2.0 |
| 2150 | 2026-05-26T17:33:35.830Z | Checking unicode-normalization v0.1.25 |
| 2151 | 2026-05-26T17:33:35.867Z | Checking signal-hook v0.3.18 |
| 2152 | 2026-05-26T17:33:35.912Z | Checking managed v0.8.0 |
| 2153 | 2026-05-26T17:33:35.951Z | Checking winnow v0.5.40 |
| 2154 | 2026-05-26T17:33:36.009Z | Checking nix v0.31.2 |
| 2155 | 2026-05-26T17:33:36.057Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2156 | 2026-05-26T17:33:36.094Z | Checking object v0.37.3 |
| 2157 | 2026-05-26T17:33:36.129Z | Checking foldhash v0.1.5 |
| 2158 | 2026-05-26T17:33:36.176Z | Checking bzip2 v0.4.4 |
| 2159 | 2026-05-26T17:33:36.272Z | Checking signal-hook-mio v0.2.5 |
| 2160 | 2026-05-26T17:33:36.309Z | Checking hashbrown v0.15.5 |
| 2161 | 2026-05-26T17:33:36.374Z | Checking globset v0.4.18 |
| 2162 | 2026-05-26T17:33:36.410Z | Checking ref-cast v1.0.25 |
| 2163 | 2026-05-26T17:33:36.541Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2164 | 2026-05-26T17:33:36.656Z | Checking zip v0.6.6 |
| 2165 | 2026-05-26T17:33:36.691Z | Checking pin-project v1.1.11 |
| 2166 | 2026-05-26T17:33:36.694Z | Checking zstd-safe v7.2.4 |
| 2167 | 2026-05-26T17:33:36.808Z | Checking libbz2-rs-sys v0.2.2 |
| 2168 | 2026-05-26T17:33:36.847Z | Checking bumpalo v3.20.2 |
| 2169 | 2026-05-26T17:33:36.922Z | Checking zstd v0.13.3 |
| 2170 | 2026-05-26T17:33:37.011Z | Checking crossterm v0.28.1 |
| 2171 | 2026-05-26T17:33:37.048Z | Checking similar v2.7.0 |
| 2172 | 2026-05-26T17:33:37.083Z | Checking zopfli v0.8.3 |
| 2173 | 2026-05-26T17:33:37.119Z | Checking tokio-stream v0.1.18 |
| 2174 | 2026-05-26T17:33:37.157Z | Checking toml_edit v0.19.15 |
| 2175 | 2026-05-26T17:33:37.160Z | Checking fs-err v3.3.0 |
| 2176 | 2026-05-26T17:33:37.238Z | Checking bzip2 v0.6.1 |
| 2177 | 2026-05-26T17:33:37.434Z | Checking pem v3.0.6 |
| 2178 | 2026-05-26T17:33:37.472Z | Checking hash32 v0.2.1 |
| 2179 | 2026-05-26T17:33:37.475Z | Checking serde-big-array v0.5.1 |
| 2180 | 2026-05-26T17:33:37.542Z | Checking unicode-bidi v0.3.18 |
| 2181 | 2026-05-26T17:33:37.545Z | Checking jiff v0.2.21 |
| 2182 | 2026-05-26T17:33:37.626Z | Checking predicates-core v1.0.10 |
| 2183 | 2026-05-26T17:33:37.663Z | Checking unicode-properties v0.1.4 |
| 2184 | 2026-05-26T17:33:37.699Z | Checking heapless v0.7.17 |
| 2185 | 2026-05-26T17:33:37.759Z | Checking snafu v0.8.9 |
| 2186 | 2026-05-26T17:33:37.796Z | Checking olpc-cjson v0.1.4 |
| 2187 | 2026-05-26T17:33:37.870Z | Checking hickory-proto v0.25.2 |
| 2188 | 2026-05-26T17:33:37.907Z | Checking stringprep v0.1.5 |
| 2189 | 2026-05-26T17:33:37.960Z | Checking md-5 v0.10.6 |
| 2190 | 2026-05-26T17:33:38.027Z | Checking serde_plain v1.0.2 |
| 2191 | 2026-05-26T17:33:38.093Z | Checking float-cmp v0.10.0 |
| 2192 | 2026-05-26T17:33:38.130Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2193 | 2026-05-26T17:33:38.166Z | Checking fallible-iterator v0.2.0 |
| 2194 | 2026-05-26T17:33:38.201Z | Checking typed-path v0.9.3 |
| 2195 | 2026-05-26T17:33:38.239Z | Checking toml v0.7.8 |
| 2196 | 2026-05-26T17:33:38.276Z | Checking normalize-line-endings v0.3.0 |
| 2197 | 2026-05-26T17:33:38.359Z | Checking difflib v0.4.0 |
| 2198 | 2026-05-26T17:33:38.398Z | Checking smoltcp v0.9.1 |
| 2199 | 2026-05-26T17:33:38.464Z | Checking iddqd v0.4.1 |
| 2200 | 2026-05-26T17:33:38.501Z | Checking postgres-protocol v0.6.10 |
| 2201 | 2026-05-26T17:33:38.567Z | Checking predicates v3.1.4 |
| 2202 | 2026-05-26T17:33:38.604Z | Checking phf_shared v0.11.3 |
| 2203 | 2026-05-26T17:33:38.783Z | Checking phf_shared v0.13.1 |
| 2204 | 2026-05-26T17:33:38.857Z | Checking buf-list v1.1.2 |
| 2205 | 2026-05-26T17:33:38.905Z | Checking strum v0.27.2 |
| 2206 | 2026-05-26T17:33:39.016Z | Checking fixedbitset v0.4.2 |
| 2207 | 2026-05-26T17:33:39.056Z | Checking tough v0.22.0 |
| 2208 | 2026-05-26T17:33:39.059Z | Checking new_debug_unreachable v1.0.6 |
| 2209 | 2026-05-26T17:33:39.091Z | Checking precomputed-hash v0.1.1 |
| 2210 | 2026-05-26T17:33:39.159Z | Checking fixedbitset v0.5.7 |
| 2211 | 2026-05-26T17:33:39.229Z | Checking lalrpop-util v0.19.12 |
| 2212 | 2026-05-26T17:33:39.271Z | Checking petgraph v0.6.5 |
| 2213 | 2026-05-26T17:33:39.322Z | Checking string_cache v0.8.9 |
| 2214 | 2026-05-26T17:33:39.420Z | Checking petgraph v0.8.3 |
| 2215 | 2026-05-26T17:33:39.423Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2216 | 2026-05-26T17:33:39.423Z | Checking phf v0.13.1 |
| 2217 | 2026-05-26T17:33:39.527Z | Checking postgres-types v0.2.12 |
| 2218 | 2026-05-26T17:33:39.671Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2219 | 2026-05-26T17:33:39.877Z | Checking peg-runtime v0.8.5 |
| 2220 | 2026-05-26T17:33:39.880Z | Checking zip v4.6.1 |
| 2221 | 2026-05-26T17:33:39.968Z | Checking whoami v2.1.0 |
| 2222 | 2026-05-26T17:33:40.180Z | Checking is-terminal v0.4.17 |
| 2223 | 2026-05-26T17:33:40.216Z | Checking tokio-postgres v0.7.16 |
| 2224 | 2026-05-26T17:33:40.306Z | Checking crossbeam-channel v0.5.15 |
| 2225 | 2026-05-26T17:33:40.523Z | Compiling structmeta-derive v0.3.0 |
| 2226 | 2026-05-26T17:33:40.570Z | Checking thread_local v1.1.9 |
| 2227 | 2026-05-26T17:33:40.678Z | Checking term v1.2.1 |
| 2228 | 2026-05-26T17:33:40.738Z | Checking take_mut v0.2.2 |
| 2229 | 2026-05-26T17:33:40.775Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-26T17:33:40.878Z | Checking slog-async v2.8.0 |
| 2231 | 2026-05-26T17:33:40.934Z | Checking slog-term v2.9.2 |
| 2232 | 2026-05-26T17:33:41.039Z | Compiling rustls v0.22.4 |
| 2233 | 2026-05-26T17:33:41.087Z | Compiling multer v3.1.0 |
| 2234 | 2026-05-26T17:33:41.145Z | Compiling async-stream-impl v0.3.6 |
| 2235 | 2026-05-26T17:33:41.228Z | Compiling dropshot v0.17.0 |
| 2236 | 2026-05-26T17:33:41.345Z | Compiling dropshot_endpoint v0.17.0 |
| 2237 | 2026-05-26T17:33:41.389Z | Checking match_cfg v0.1.0 |
| 2238 | 2026-05-26T17:33:41.491Z | Checking hostname v0.3.1 |
| 2239 | 2026-05-26T17:33:41.529Z | Checking slog-json v2.6.1 |
| 2240 | 2026-05-26T17:33:41.567Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2241 | 2026-05-26T17:33:41.603Z | Checking debug-ignore v1.0.5 |
| 2242 | 2026-05-26T17:33:41.639Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2243 | 2026-05-26T17:33:41.642Z | Compiling structmeta v0.3.0 |
| 2244 | 2026-05-26T17:33:41.716Z | Checking slog-bunyan v2.5.0 |
| 2245 | 2026-05-26T17:33:41.752Z | Checking serde_spanned v1.0.4 |
| 2246 | 2026-05-26T17:33:41.787Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2247 | 2026-05-26T17:33:41.862Z | Checking rustls-webpki v0.102.8 |
| 2248 | 2026-05-26T17:33:41.913Z | Checking serde_path_to_error v0.1.20 |
| 2249 | 2026-05-26T17:33:41.916Z | Compiling derive-ex v0.1.8 |
| 2250 | 2026-05-26T17:33:41.990Z | Checking async-stream v0.3.6 |
| 2251 | 2026-05-26T17:33:42.029Z | Checking waitgroup v0.1.2 |
| 2252 | 2026-05-26T17:33:42.106Z | Checking rustls-pemfile v2.2.0 |
| 2253 | 2026-05-26T17:33:42.156Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2254 | 2026-05-26T17:33:42.197Z | Checking hostname v0.4.2 |
| 2255 | 2026-05-26T17:33:42.235Z | Checking compression-core v0.4.31 |
| 2256 | 2026-05-26T17:33:42.308Z | Checking progenitor-client v0.14.0 |
| 2257 | 2026-05-26T17:33:42.311Z | Checking regress v0.10.5 |
| 2258 | 2026-05-26T17:33:42.377Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2259 | 2026-05-26T17:33:42.380Z | Checking toml v1.0.6+spec-1.1.0 |
| 2260 | 2026-05-26T17:33:42.415Z | Checking compression-codecs v0.4.37 |
| 2261 | 2026-05-26T17:33:42.522Z | Compiling parse-display-derive v0.10.0 |
| 2262 | 2026-05-26T17:33:42.609Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2263 | 2026-05-26T17:33:42.656Z | Checking async-compression v0.4.41 |
| 2264 | 2026-05-26T17:33:42.789Z | Checking itertools v0.14.0 |
| 2265 | 2026-05-26T17:33:42.937Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2266 | 2026-05-26T17:33:43.044Z | Checking macaddr v1.0.1 |
| 2267 | 2026-05-26T17:33:43.165Z | Checking instant v0.1.13 |
| 2268 | 2026-05-26T17:33:43.267Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2269 | 2026-05-26T17:33:43.305Z | Checking progenitor-client v0.10.0 |
| 2270 | 2026-05-26T17:33:43.399Z | Checking backoff v0.4.0 |
| 2271 | 2026-05-26T17:33:43.541Z | Checking backon v1.6.0 |
| 2272 | 2026-05-26T17:33:43.579Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2273 | 2026-05-26T17:33:43.627Z | Checking humantime v2.3.0 |
| 2274 | 2026-05-26T17:33:43.732Z | Compiling test-strategy v0.4.5 |
| 2275 | 2026-05-26T17:33:43.770Z | Checking progenitor-extras v0.2.0 |
| 2276 | 2026-05-26T17:33:43.809Z | Checking heck v0.5.0 |
| 2277 | 2026-05-26T17:33:43.852Z | Checking unicode-width v0.2.0 |
| 2278 | 2026-05-26T17:33:43.889Z | Checking tokio-rustls v0.25.0 |
| 2279 | 2026-05-26T17:33:43.971Z | Compiling convert_case v0.4.0 |
| 2280 | 2026-05-26T17:33:43.974Z | Checking half v2.7.1 |
| 2281 | 2026-05-26T17:33:44.042Z | Checking ciborium-io v0.2.2 |
| 2282 | 2026-05-26T17:33:44.123Z | Checking secrecy v0.10.3 |
| 2283 | 2026-05-26T17:33:44.161Z | Compiling regress v0.11.1 |
| 2284 | 2026-05-26T17:33:44.232Z | Compiling unsafe-libyaml v0.2.11 |
| 2285 | 2026-05-26T17:33:44.280Z | Checking indent_write v2.2.0 |
| 2286 | 2026-05-26T17:33:44.317Z | Checking ciborium-ll v0.2.2 |
| 2287 | 2026-05-26T17:33:44.350Z | Checking parse-display v0.10.0 |
| 2288 | 2026-05-26T17:33:44.398Z | Compiling derive_more v0.99.20 |
| 2289 | 2026-05-26T17:33:44.447Z | Checking universal-hash v0.5.1 |
| 2290 | 2026-05-26T17:33:44.527Z | Checking ciborium v0.2.2 |
| 2291 | 2026-05-26T17:33:44.566Z | Checking opaque-debug v0.3.1 |
| 2292 | 2026-05-26T17:33:44.668Z | Checking camino-tempfile v1.4.1 |
| 2293 | 2026-05-26T17:33:44.862Z | Compiling serde_yaml v0.9.34+deprecated |
| 2294 | 2026-05-26T17:33:44.998Z | Compiling crucible-workspace-hack v0.1.0 |
| 2295 | 2026-05-26T17:33:45.050Z | Checking aead v0.5.2 |
| 2296 | 2026-05-26T17:33:45.251Z | Checking poly1305 v0.8.0 |
| 2297 | 2026-05-26T17:33:45.335Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2298 | 2026-05-26T17:33:45.397Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2299 | 2026-05-26T17:33:45.545Z | Checking chacha20 v0.9.1 |
| 2300 | 2026-05-26T17:33:45.744Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2301 | 2026-05-26T17:33:45.783Z | Compiling typify-impl v0.6.2 |
| 2302 | 2026-05-26T17:33:45.787Z | Checking password-hash v0.5.0 |
| 2303 | 2026-05-26T17:33:46.084Z | Checking blake2 v0.10.6 |
| 2304 | 2026-05-26T17:33:46.200Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2305 | 2026-05-26T17:33:46.359Z | Checking argon2 v0.5.3 |
| 2306 | 2026-05-26T17:33:46.363Z | Checking chacha20poly1305 v0.10.1 |
| 2307 | 2026-05-26T17:33:46.558Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2308 | 2026-05-26T17:33:46.745Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2309 | 2026-05-26T17:33:46.896Z | Checking byte-wrapper v0.1.0 |
| 2310 | 2026-05-26T17:33:46.991Z | Checking thiserror-no-std v2.0.2 |
| 2311 | 2026-05-26T17:33:47.050Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2312 | 2026-05-26T17:33:47.086Z | Checking swrite v0.1.0 |
| 2313 | 2026-05-26T17:33:47.121Z | Checking vsss-rs v3.3.4 |
| 2314 | 2026-05-26T17:33:47.155Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2315 | 2026-05-26T17:33:47.209Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2316 | 2026-05-26T17:33:47.320Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2317 | 2026-05-26T17:33:47.462Z | Checking toml v0.8.23 |
| 2318 | 2026-05-26T17:33:47.536Z | Checking crossbeam-deque v0.8.6 |
| 2319 | 2026-05-26T17:33:47.753Z | Compiling rayon-core v1.13.0 |
| 2320 | 2026-05-26T17:33:47.815Z | Compiling proc-macro-error v1.0.4 |
| 2321 | 2026-05-26T17:33:47.910Z | Checking tabwriter v1.4.1 |
| 2322 | 2026-05-26T17:33:48.094Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2323 | 2026-05-26T17:33:48.157Z | Checking unicode-width v0.1.14 |
| 2324 | 2026-05-26T17:33:48.280Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2325 | 2026-05-26T17:33:48.378Z | Checking rayon v1.11.0 |
| 2326 | 2026-05-26T17:33:48.445Z | Checking glob v0.3.3 |
| 2327 | 2026-05-26T17:33:48.659Z | Compiling usdt-macro v0.5.0 |
| 2328 | 2026-05-26T17:33:48.696Z | Compiling proc-macro-crate v3.4.0 |
| 2329 | 2026-05-26T17:33:48.846Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2330 | 2026-05-26T17:33:48.987Z | Compiling usdt-attr-macro v0.5.0 |
| 2331 | 2026-05-26T17:33:49.244Z | Checking memmap v0.7.0 |
| 2332 | 2026-05-26T17:33:49.301Z | Compiling heapless v0.8.0 |
| 2333 | 2026-05-26T17:33:49.414Z | Checking colored v3.1.1 |
| 2334 | 2026-05-26T17:33:49.450Z | Compiling ingot-macros v0.1.1 |
| 2335 | 2026-05-26T17:33:49.560Z | Checking hash32 v0.3.1 |
| 2336 | 2026-05-26T17:33:49.660Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-05-26T17:33:49.727Z | Compiling smoltcp v0.11.0 |
| 2338 | 2026-05-26T17:33:49.804Z | Checking usdt v0.5.0 |
| 2339 | 2026-05-26T17:33:49.944Z | Checking cobs v0.3.0 |
| 2340 | 2026-05-26T17:33:49.980Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2341 | 2026-05-26T17:33:50.014Z | Compiling num_enum_derive v0.7.5 |
| 2342 | 2026-05-26T17:33:50.136Z | Checking postcard v1.1.3 |
| 2343 | 2026-05-26T17:33:50.180Z | Compiling proc-macro-crate v1.3.1 |
| 2344 | 2026-05-26T17:33:50.297Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2345 | 2026-05-26T17:33:50.459Z | Checking sigpipe v0.1.3 |
| 2346 | 2026-05-26T17:33:50.497Z | Compiling typify-macro v0.6.2 |
| 2347 | 2026-05-26T17:33:50.544Z | Compiling foreign-types-macros v0.2.3 |
| 2348 | 2026-05-26T17:33:50.581Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-26T17:33:50.615Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2350 | 2026-05-26T17:33:50.650Z | Checking foreign-types-shared v0.3.1 |
| 2351 | 2026-05-26T17:33:50.771Z | Checking cpufeatures v0.3.0 |
| 2352 | 2026-05-26T17:33:50.876Z | Checking chacha20 v0.10.0 |
| 2353 | 2026-05-26T17:33:50.911Z | Compiling num_enum_derive v0.5.11 |
| 2354 | 2026-05-26T17:33:51.104Z | Checking num_enum v0.7.5 |
| 2355 | 2026-05-26T17:33:51.173Z | Checking foreign-types v0.5.0 |
| 2356 | 2026-05-26T17:33:51.290Z | Checking cstr-argument v0.1.2 |
| 2357 | 2026-05-26T17:33:51.293Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2358 | 2026-05-26T17:33:51.398Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2359 | 2026-05-26T17:33:51.479Z | Compiling num-derive v0.4.2 |
| 2360 | 2026-05-26T17:33:51.517Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2361 | 2026-05-26T17:33:51.770Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2362 | 2026-05-26T17:33:51.813Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2363 | 2026-05-26T17:33:51.877Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2364 | 2026-05-26T17:33:51.915Z | Checking rand v0.10.0 |
| 2365 | 2026-05-26T17:33:51.982Z | Checking num_enum v0.5.11 |
| 2366 | 2026-05-26T17:33:52.017Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2367 | 2026-05-26T17:33:52.078Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2368 | 2026-05-26T17:33:52.131Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2369 | 2026-05-26T17:33:52.232Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2370 | 2026-05-26T17:33:52.235Z | Compiling zone_cfg_derive v0.3.1 |
| 2371 | 2026-05-26T17:33:52.301Z | Compiling typify v0.6.2 |
| 2372 | 2026-05-26T17:33:52.408Z | Checking ingot-types v0.1.2 |
| 2373 | 2026-05-26T17:33:52.444Z | Compiling progenitor-impl v0.14.0 |
| 2374 | 2026-05-26T17:33:52.543Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2375 | 2026-05-26T17:33:52.613Z | Checking itertools v0.12.1 |
| 2376 | 2026-05-26T17:33:52.749Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2377 | 2026-05-26T17:33:52.795Z | Checking ingot v0.1.1 |
| 2378 | 2026-05-26T17:33:52.936Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2379 | 2026-05-26T17:33:53.126Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2380 | 2026-05-26T17:33:53.212Z | Checking smf v0.2.3 |
| 2381 | 2026-05-26T17:33:53.370Z | Checking whoami v1.6.1 |
| 2382 | 2026-05-26T17:33:53.406Z | Checking tokio-dtrace v0.1.1 |
| 2383 | 2026-05-26T17:33:53.480Z | Compiling derive-where v1.6.0 |
| 2384 | 2026-05-26T17:33:53.517Z | Checking console v0.15.11 |
| 2385 | 2026-05-26T17:33:53.577Z | Checking atomicwrites v0.4.4 |
| 2386 | 2026-05-26T17:33:53.623Z | Checking oxide-tokio-rt v0.1.4 |
| 2387 | 2026-05-26T17:33:53.715Z | Checking zone v0.3.1 |
| 2388 | 2026-05-26T17:33:53.773Z | Checking newline-converter v0.3.0 |
| 2389 | 2026-05-26T17:33:53.870Z | Checking num-rational v0.4.2 |
| 2390 | 2026-05-26T17:33:53.912Z | Checking num-complex v0.4.6 |
| 2391 | 2026-05-26T17:33:53.950Z | Checking expectorate v1.2.0 |
| 2392 | 2026-05-26T17:33:54.110Z | Checking float-ord v0.3.2 |
| 2393 | 2026-05-26T17:33:54.147Z | Checking bytecount v0.6.9 |
| 2394 | 2026-05-26T17:33:54.188Z | Compiling progenitor-impl v0.13.0 |
| 2395 | 2026-05-26T17:33:54.319Z | Checking num v0.4.3 |
| 2396 | 2026-05-26T17:33:54.424Z | Checking progenitor-client v0.13.0 |
| 2397 | 2026-05-26T17:33:54.542Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2398 | 2026-05-26T17:33:54.712Z | Compiling owo-colors v4.3.0 |
| 2399 | 2026-05-26T17:33:54.926Z | Compiling prettyplease v0.2.37 |
| 2400 | 2026-05-26T17:33:55.155Z | Compiling cancel-safe-futures v0.1.5 |
| 2401 | 2026-05-26T17:33:55.193Z | Compiling progenitor-macro v0.14.0 |
| 2402 | 2026-05-26T17:33:55.296Z | Checking libsw-core v0.3.2 |
| 2403 | 2026-05-26T17:33:55.500Z | Checking libsw v3.5.0 |
| 2404 | 2026-05-26T17:33:55.687Z | Checking linear-map v1.2.0 |
| 2405 | 2026-05-26T17:33:55.737Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2406 | 2026-05-26T17:33:55.774Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2407 | 2026-05-26T17:33:55.863Z | Checking gethostname v0.5.0 |
| 2408 | 2026-05-26T17:33:55.897Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2409 | 2026-05-26T17:33:55.988Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2410 | 2026-05-26T17:33:56.871Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2411 | 2026-05-26T17:33:56.907Z | Compiling progenitor-macro v0.13.0 |
| 2412 | 2026-05-26T17:33:57.476Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2413 | 2026-05-26T17:33:58.038Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2414 | 2026-05-26T17:33:59.477Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2415 | 2026-05-26T17:34:00.226Z | Checking progenitor v0.14.0 |
| 2416 | 2026-05-26T17:34:00.731Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2417 | 2026-05-26T17:34:01.387Z | Checking resolv-conf v0.7.6 |
| 2418 | 2026-05-26T17:34:01.570Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2419 | 2026-05-26T17:34:01.642Z | Checking smawk v0.3.2 |
| 2420 | 2026-05-26T17:34:01.766Z | Checking unicode-linebreak v0.1.5 |
| 2421 | 2026-05-26T17:34:01.807Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2422 | 2026-05-26T17:34:01.893Z | Checking progenitor v0.13.0 |
| 2423 | 2026-05-26T17:34:02.023Z | Checking papergrid v0.11.0 |
| 2424 | 2026-05-26T17:34:02.063Z | Compiling tabled_derive v0.7.0 |
| 2425 | 2026-05-26T17:34:02.099Z | Compiling convert_case v0.10.0 |
| 2426 | 2026-05-26T17:34:02.102Z | Compiling slog-dtrace v0.3.0 |
| 2427 | 2026-05-26T17:34:02.441Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2428 | 2026-05-26T17:34:02.477Z | Compiling derive_more-impl v2.1.1 |
| 2429 | 2026-05-26T17:34:03.067Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2430 | 2026-05-26T17:34:03.104Z | Checking tabled v0.15.0 |
| 2431 | 2026-05-26T17:34:03.177Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2432 | 2026-05-26T17:34:03.316Z | Checking linked-hash-map v0.5.6 |
| 2433 | 2026-05-26T17:34:03.353Z | Checking derive_more v2.1.1 |
| 2434 | 2026-05-26T17:34:03.388Z | Checking hickory-proto v0.24.4 |
| 2435 | 2026-05-26T17:34:03.423Z | Checking fd-lock v4.0.4 |
| 2436 | 2026-05-26T17:34:03.464Z | Checking crossterm v0.29.0 |
| 2437 | 2026-05-26T17:34:03.523Z | Checking lru-cache v0.1.2 |
| 2438 | 2026-05-26T17:34:03.581Z | Checking vte v0.14.1 |
| 2439 | 2026-05-26T17:34:03.726Z | Checking display-error-chain v0.2.2 |
| 2440 | 2026-05-26T17:34:03.792Z | Checking strip-ansi-escapes v0.2.1 |
| 2441 | 2026-05-26T17:34:03.883Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2442 | 2026-05-26T17:34:03.934Z | Checking nu-ansi-term v0.50.3 |
| 2443 | 2026-05-26T17:34:03.937Z | Checking termtree v0.5.1 |
| 2444 | 2026-05-26T17:34:04.055Z | Checking textwrap v0.16.2 |
| 2445 | 2026-05-26T17:34:04.109Z | Compiling minimal-lexical v0.2.1 |
| 2446 | 2026-05-26T17:34:04.146Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2447 | 2026-05-26T17:34:04.185Z | Checking reedline v0.40.0 |
| 2448 | 2026-05-26T17:34:04.318Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2449 | 2026-05-26T17:34:04.386Z | Compiling nom v7.1.3 |
| 2450 | 2026-05-26T17:34:04.422Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2451 | 2026-05-26T17:34:04.650Z | Compiling ar_archive_writer v0.5.1 |
| 2452 | 2026-05-26T17:34:04.913Z | Checking csv-core v0.1.13 |
| 2453 | 2026-05-26T17:34:05.078Z | Compiling stacker v0.1.23 |
| 2454 | 2026-05-26T17:34:05.134Z | Checking csv v1.4.0 |
| 2455 | 2026-05-26T17:34:05.284Z | Compiling cfg_aliases v0.1.1 |
| 2456 | 2026-05-26T17:34:05.320Z | Checking hickory-resolver v0.24.4 |
| 2457 | 2026-05-26T17:34:05.372Z | Compiling semver v0.1.20 |
| 2458 | 2026-05-26T17:34:05.410Z | Checking highway v1.3.0 |
| 2459 | 2026-05-26T17:34:05.413Z | Compiling nix v0.28.0 |
| 2460 | 2026-05-26T17:34:05.571Z | Compiling psm v0.1.30 |
| 2461 | 2026-05-26T17:34:05.614Z | Compiling rustc_version v0.1.7 |
| 2462 | 2026-05-26T17:34:05.679Z | Checking nibble_vec v0.1.0 |
| 2463 | 2026-05-26T17:34:05.713Z | Checking endian-type v0.1.2 |
| 2464 | 2026-05-26T17:34:05.789Z | Checking home v0.5.12 |
| 2465 | 2026-05-26T17:34:05.861Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2466 | 2026-05-26T17:34:05.894Z | Checking radix_trie v0.2.1 |
| 2467 | 2026-05-26T17:34:05.897Z | Compiling newtype_derive v0.1.6 |
| 2468 | 2026-05-26T17:34:05.964Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2469 | 2026-05-26T17:34:05.997Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2470 | 2026-05-26T17:34:06.101Z | Checking qorb v0.4.1 |
| 2471 | 2026-05-26T17:34:06.170Z | Checking phf_shared v0.12.1 |
| 2472 | 2026-05-26T17:34:06.173Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2473 | 2026-05-26T17:34:06.375Z | Compiling chrono-tz v0.10.4 |
| 2474 | 2026-05-26T17:34:06.481Z | Checking phf v0.12.1 |
| 2475 | 2026-05-26T17:34:06.594Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2476 | 2026-05-26T17:34:06.630Z | Checking recursive v0.1.1 |
| 2477 | 2026-05-26T17:34:06.699Z | Compiling const_format_proc_macros v0.2.34 |
| 2478 | 2026-05-26T17:34:06.739Z | Compiling peg-macros v0.8.5 |
| 2479 | 2026-05-26T17:34:06.775Z | Checking winnow v0.6.26 |
| 2480 | 2026-05-26T17:34:06.778Z | Compiling sqlparser_derive v0.5.0 |
| 2481 | 2026-05-26T17:34:07.366Z | Checking unicode_categories v0.1.1 |
| 2482 | 2026-05-26T17:34:07.561Z | Checking rustyline v14.0.0 |
| 2483 | 2026-05-26T17:34:07.595Z | Checking const_format v0.2.35 |
| 2484 | 2026-05-26T17:34:07.628Z | Checking sqlparser v0.61.0 |
| 2485 | 2026-05-26T17:34:07.971Z | Checking sqlformat v0.3.5 |
| 2486 | 2026-05-26T17:34:08.149Z | Checking peg v0.8.5 |
| 2487 | 2026-05-26T17:34:08.292Z | Checking bcs v0.1.6 |
| 2488 | 2026-05-26T17:34:08.366Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2489 | 2026-05-26T17:34:08.443Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2490 | 2026-05-26T17:34:08.534Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2491 | 2026-05-26T17:34:08.570Z | Checking steno v0.4.1 |
| 2492 | 2026-05-26T17:34:08.692Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2493 | 2026-05-26T17:34:08.729Z | Checking filetime v0.2.27 |
| 2494 | 2026-05-26T17:34:08.917Z | Checking xattr v1.6.1 |
| 2495 | 2026-05-26T17:34:09.093Z | Checking tar v0.4.45 |
| 2496 | 2026-05-26T17:34:09.259Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2497 | 2026-05-26T17:34:09.474Z | Checking subprocess v0.2.15 |
| 2498 | 2026-05-26T17:34:09.523Z | Checking base64 v0.21.7 |
| 2499 | 2026-05-26T17:34:09.582Z | Checking headers-core v0.3.0 |
| 2500 | 2026-05-26T17:34:09.728Z | Checking headers v0.4.1 |
| 2501 | 2026-05-26T17:34:09.804Z | Checking yasna v0.5.2 |
| 2502 | 2026-05-26T17:34:09.838Z | Checking dropshot-api-manager-types v0.7.1 |
| 2503 | 2026-05-26T17:34:10.040Z | Checking tagptr v0.2.0 |
| 2504 | 2026-05-26T17:34:10.217Z | Checking moka v0.12.13 |
| 2505 | 2026-05-26T17:34:10.254Z | Checking rcgen v0.12.1 |
| 2506 | 2026-05-26T17:34:10.258Z | Checking utf-8 v0.7.6 |
| 2507 | 2026-05-26T17:34:10.428Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2508 | 2026-05-26T17:34:10.622Z | Compiling libefi-sys v0.1.0 |
| 2509 | 2026-05-26T17:34:10.657Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2510 | 2026-05-26T17:34:10.778Z | Compiling bitfield-struct v0.6.2 |
| 2511 | 2026-05-26T17:34:10.924Z | Checking hickory-resolver v0.25.2 |
| 2512 | 2026-05-26T17:34:11.111Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2513 | 2026-05-26T17:34:11.156Z | Compiling radium v0.7.0 |
| 2514 | 2026-05-26T17:34:11.222Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2515 | 2026-05-26T17:34:11.414Z | Checking tungstenite v0.21.0 |
| 2516 | 2026-05-26T17:34:11.458Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2517 | 2026-05-26T17:34:11.531Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2518 | 2026-05-26T17:34:11.566Z | Compiling maybe-uninit v2.0.0 |
| 2519 | 2026-05-26T17:34:11.692Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2520 | 2026-05-26T17:34:11.769Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2521 | 2026-05-26T17:34:11.876Z | Checking tap v1.0.1 |
| 2522 | 2026-05-26T17:34:11.988Z | Checking tokio-tungstenite v0.21.0 |
| 2523 | 2026-05-26T17:34:12.022Z | Checking wyz v0.5.1 |
| 2524 | 2026-05-26T17:34:12.211Z | Compiling zerocopy-derive v0.6.6 |
| 2525 | 2026-05-26T17:34:12.245Z | Compiling packed_struct v0.10.1 |
| 2526 | 2026-05-26T17:34:12.278Z | Checking crc-catalog v2.4.0 |
| 2527 | 2026-05-26T17:34:12.310Z | Checking funty v2.0.0 |
| 2528 | 2026-05-26T17:34:12.402Z | Checking crc v3.4.0 |
| 2529 | 2026-05-26T17:34:12.436Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2530 | 2026-05-26T17:34:12.469Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2531 | 2026-05-26T17:34:12.613Z | Compiling packed_struct_codegen v0.10.1 |
| 2532 | 2026-05-26T17:34:12.661Z | Checking bitvec v1.0.1 |
| 2533 | 2026-05-26T17:34:12.694Z | Compiling bitfield-macros v0.19.4 |
| 2534 | 2026-05-26T17:34:13.109Z | Checking zerocopy v0.6.6 |
| 2535 | 2026-05-26T17:34:13.447Z | Compiling indexmap v1.9.3 |
| 2536 | 2026-05-26T17:34:13.483Z | Checking nodrop v0.1.14 |
| 2537 | 2026-05-26T17:34:13.518Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2538 | 2026-05-26T17:34:13.646Z | Checking array-init v0.0.4 |
| 2539 | 2026-05-26T17:34:13.763Z | Checking bitfield v0.19.4 |
| 2540 | 2026-05-26T17:34:13.829Z | Checking smallvec v0.6.14 |
| 2541 | 2026-05-26T17:34:13.873Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2542 | 2026-05-26T17:34:14.009Z | Checking hashbrown v0.12.3 |
| 2543 | 2026-05-26T17:34:14.089Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2544 | 2026-05-26T17:34:14.092Z | Checking serde-hex v0.1.0 |
| 2545 | 2026-05-26T17:34:14.293Z | Checking ron v0.8.1 |
| 2546 | 2026-05-26T17:34:14.726Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2547 | 2026-05-26T17:34:14.838Z | Checking hashbrown v0.13.2 |
| 2548 | 2026-05-26T17:34:14.875Z | Checking crc-any v2.5.0 |
| 2549 | 2026-05-26T17:34:15.017Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2550 | 2026-05-26T17:34:15.088Z | Compiling xshell-macros v0.2.7 |
| 2551 | 2026-05-26T17:34:15.149Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2552 | 2026-05-26T17:34:15.215Z | Checking path-slash v0.1.5 |
| 2553 | 2026-05-26T17:34:15.322Z | Checking object v0.30.4 |
| 2554 | 2026-05-26T17:34:15.359Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2555 | 2026-05-26T17:34:15.485Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2556 | 2026-05-26T17:34:15.519Z | Checking xshell v0.2.7 |
| 2557 | 2026-05-26T17:34:15.666Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2558 | 2026-05-26T17:34:15.779Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2559 | 2026-05-26T17:34:15.904Z | Checking half v1.8.3 |
| 2560 | 2026-05-26T17:34:16.137Z | Checking serde_cbor v0.11.2 |
| 2561 | 2026-05-26T17:34:16.351Z | Compiling num-derive v0.3.3 |
| 2562 | 2026-05-26T17:34:16.564Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2563 | 2026-05-26T17:34:16.601Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2564 | 2026-05-26T17:34:16.863Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2565 | 2026-05-26T17:34:17.004Z | Compiling proc-macro-error2 v2.0.1 |
| 2566 | 2026-05-26T17:34:17.261Z | Checking papergrid v0.17.0 |
| 2567 | 2026-05-26T17:34:17.295Z | Checking libscf-sys v1.1.0 |
| 2568 | 2026-05-26T17:34:17.357Z | Compiling tabled_derive v0.11.0 |
| 2569 | 2026-05-26T17:34:17.459Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2570 | 2026-05-26T17:34:17.512Z | Checking testing_table v0.3.0 |
| 2571 | 2026-05-26T17:34:17.643Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2572 | 2026-05-26T17:34:17.702Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2573 | 2026-05-26T17:34:18.082Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2574 | 2026-05-26T17:34:18.296Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2575 | 2026-05-26T17:34:18.418Z | Compiling git-stub v1.0.0 |
| 2576 | 2026-05-26T17:34:18.442Z | Checking crc8 v0.1.1 |
| 2577 | 2026-05-26T17:34:18.508Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2578 | 2026-05-26T17:34:18.555Z | Checking tabled v0.20.0 |
| 2579 | 2026-05-26T17:34:18.659Z | Compiling git-stub-vcs v0.1.0 |
| 2580 | 2026-05-26T17:34:18.728Z | Checking maplit v1.0.2 |
| 2581 | 2026-05-26T17:34:18.854Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2582 | 2026-05-26T17:34:19.053Z | Checking fxhash v0.2.1 |
| 2583 | 2026-05-26T17:34:19.216Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2584 | 2026-05-26T17:34:19.379Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2585 | 2026-05-26T17:34:19.489Z | Checking unicase v2.9.0 |
| 2586 | 2026-05-26T17:34:19.665Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2587 | 2026-05-26T17:34:19.698Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2588 | 2026-05-26T17:34:19.762Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2589 | 2026-05-26T17:34:19.859Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2590 | 2026-05-26T17:34:20.112Z | Compiling typify-impl v0.4.3 |
| 2591 | 2026-05-26T17:34:20.147Z | Checking kstat-rs v0.2.4 |
| 2592 | 2026-05-26T17:34:20.181Z | Compiling diesel_derives v2.3.7 |
| 2593 | 2026-05-26T17:34:20.315Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2594 | 2026-05-26T17:34:20.373Z | Checking scheduled-thread-pool v0.2.7 |
| 2595 | 2026-05-26T17:34:20.450Z | Compiling dsl_auto_type v0.2.0 |
| 2596 | 2026-05-26T17:34:20.554Z | Compiling vergen-gitcl v1.0.8 |
| 2597 | 2026-05-26T17:34:20.722Z | Checking arc-swap v1.8.2 |
| 2598 | 2026-05-26T17:34:20.780Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2599 | 2026-05-26T17:34:20.988Z | Compiling parking_lot_core v0.8.6 |
| 2600 | 2026-05-26T17:34:21.035Z | Checking slog-scope v4.4.1 |
| 2601 | 2026-05-26T17:34:21.160Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2602 | 2026-05-26T17:34:21.256Z | Checking r2d2 v0.8.10 |
| 2603 | 2026-05-26T17:34:21.335Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2604 | 2026-05-26T17:34:21.474Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2605 | 2026-05-26T17:34:21.839Z | Checking downcast-rs v2.0.2 |
| 2606 | 2026-05-26T17:34:22.124Z | Checking slog-stdlog v4.1.1 |
| 2607 | 2026-05-26T17:34:22.208Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2608 | 2026-05-26T17:34:22.274Z | Checking parking_lot v0.11.2 |
| 2609 | 2026-05-26T17:34:22.308Z | Checking slog-envlogger v2.2.0 |
| 2610 | 2026-05-26T17:34:22.341Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2611 | 2026-05-26T17:34:22.492Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2612 | 2026-05-26T17:34:22.527Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2613 | 2026-05-26T17:34:22.561Z | Checking prefix-trie v0.7.0 |
| 2614 | 2026-05-26T17:34:22.617Z | Checking sled v0.34.7 |
| 2615 | 2026-05-26T17:34:22.802Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2616 | 2026-05-26T17:34:22.933Z | Checking hickory-server v0.25.2 |
| 2617 | 2026-05-26T17:34:23.030Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2618 | 2026-05-26T17:34:23.235Z | Checking nanorand v0.7.0 |
| 2619 | 2026-05-26T17:34:23.477Z | Compiling dirs-sys-next v0.1.2 |
| 2620 | 2026-05-26T17:34:23.511Z | Compiling salty v0.3.0 |
| 2621 | 2026-05-26T17:34:23.698Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2622 | 2026-05-26T17:34:23.796Z | Compiling crunchy v0.2.4 |
| 2623 | 2026-05-26T17:34:23.878Z | Compiling dirs-next v2.0.0 |
| 2624 | 2026-05-26T17:34:23.964Z | Checking flume v0.11.1 |
| 2625 | 2026-05-26T17:34:24.043Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2626 | 2026-05-26T17:34:24.133Z | Compiling clang-sys v1.8.1 |
| 2627 | 2026-05-26T17:34:24.177Z | Checking primeorder v0.13.6 |
| 2628 | 2026-05-26T17:34:24.245Z | Compiling tiny-keccak v2.0.2 |
| 2629 | 2026-05-26T17:34:24.571Z | Compiling term v0.7.0 |
| 2630 | 2026-05-26T17:34:24.605Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2631 | 2026-05-26T17:34:24.735Z | Compiling typify-macro v0.4.3 |
| 2632 | 2026-05-26T17:34:24.773Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2633 | 2026-05-26T17:34:24.980Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2634 | 2026-05-26T17:34:25.071Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2635 | 2026-05-26T17:34:25.177Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-05-26T17:34:25.286Z | Compiling ascii-canvas v3.0.0 |
| 2637 | 2026-05-26T17:34:25.436Z | Compiling bit-set v0.5.3 |
| 2638 | 2026-05-26T17:34:25.562Z | Compiling itertools v0.10.5 |
| 2639 | 2026-05-26T17:34:25.632Z | Compiling ena v0.14.4 |
| 2640 | 2026-05-26T17:34:25.747Z | Compiling libloading v0.8.9 |
| 2641 | 2026-05-26T17:34:25.806Z | Compiling fs-err v2.11.0 |
| 2642 | 2026-05-26T17:34:25.882Z | Compiling bindgen v0.71.1 |
| 2643 | 2026-05-26T17:34:25.994Z | Compiling regex-syntax v0.6.29 |
| 2644 | 2026-05-26T17:34:26.036Z | Compiling diff v0.1.13 |
| 2645 | 2026-05-26T17:34:26.407Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2646 | 2026-05-26T17:34:26.451Z | Checking p384 v0.13.1 |
| 2647 | 2026-05-26T17:34:26.506Z | Compiling typify v0.4.3 |
| 2648 | 2026-05-26T17:34:26.623Z | Checking diesel v2.3.7 |
| 2649 | 2026-05-26T17:34:26.690Z | Compiling cexpr v0.6.0 |
| 2650 | 2026-05-26T17:34:26.798Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2651 | 2026-05-26T17:34:26.898Z | Compiling rustc-hash v2.1.1 |
| 2652 | 2026-05-26T17:34:27.174Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2653 | 2026-05-26T17:34:27.274Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2654 | 2026-05-26T17:34:27.397Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-05-26T17:34:27.501Z | Compiling libxml v0.3.3 |
| 2656 | 2026-05-26T17:34:27.563Z | Checking parse-size v1.1.0 |
| 2657 | 2026-05-26T17:34:27.725Z | Checking assert_matches v1.5.0 |
| 2658 | 2026-05-26T17:34:27.851Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2659 | 2026-05-26T17:34:28.200Z | Compiling progenitor-impl v0.11.2 |
| 2660 | 2026-05-26T17:34:28.798Z | Compiling strum_macros v0.24.3 |
| 2661 | 2026-05-26T17:34:28.946Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2662 | 2026-05-26T17:34:29.587Z | Compiling indoc v1.0.9 |
| 2663 | 2026-05-26T17:34:30.208Z | Compiling progenitor-impl v0.10.0 |
| 2664 | 2026-05-26T17:34:30.697Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2665 | 2026-05-26T17:34:31.009Z | Compiling progenitor-macro v0.11.2 |
| 2666 | 2026-05-26T17:34:31.118Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2667 | 2026-05-26T17:34:31.348Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2668 | 2026-05-26T17:34:31.722Z | Checking predicates-tree v1.0.13 |
| 2669 | 2026-05-26T17:34:31.873Z | Checking progenitor-client v0.11.2 |
| 2670 | 2026-05-26T17:34:31.957Z | Checking quick-xml v0.37.5 |
| 2671 | 2026-05-26T17:34:32.156Z | Checking derive_builder v0.20.2 |
| 2672 | 2026-05-26T17:34:32.307Z | Compiling oso-derive v0.27.3 |
| 2673 | 2026-05-26T17:34:32.834Z | Compiling trait-variant v0.1.2 |
| 2674 | 2026-05-26T17:34:32.882Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2675 | 2026-05-26T17:34:32.916Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2676 | 2026-05-26T17:34:33.112Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2677 | 2026-05-26T17:34:33.148Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2678 | 2026-05-26T17:34:33.419Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2679 | 2026-05-26T17:34:34.564Z | Checking openssl-probe v0.1.6 |
| 2680 | 2026-05-26T17:34:34.721Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2681 | 2026-05-26T17:34:35.128Z | Compiling progenitor-macro v0.10.0 |
| 2682 | 2026-05-26T17:34:35.190Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2683 | 2026-05-26T17:34:35.531Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2684 | 2026-05-26T17:34:35.567Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2685 | 2026-05-26T17:34:36.098Z | Checking progenitor v0.11.2 |
| 2686 | 2026-05-26T17:34:36.282Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2687 | 2026-05-26T17:34:36.561Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2688 | 2026-05-26T17:34:37.717Z | Compiling mime_guess v2.0.5 |
| 2689 | 2026-05-26T17:34:38.249Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2690 | 2026-05-26T17:34:38.481Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2691 | 2026-05-26T17:34:38.933Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2692 | 2026-05-26T17:34:39.287Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2693 | 2026-05-26T17:34:39.324Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2694 | 2026-05-26T17:34:39.525Z | Checking http-range v0.1.5 |
| 2695 | 2026-05-26T17:34:39.569Z | Checking corncobs v0.1.4 |
| 2696 | 2026-05-26T17:34:39.741Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2697 | 2026-05-26T17:34:39.819Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2698 | 2026-05-26T17:34:40.037Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2699 | 2026-05-26T17:34:40.144Z | Checking progenitor v0.10.0 |
| 2700 | 2026-05-26T17:34:40.358Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2701 | 2026-05-26T17:34:40.402Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2702 | 2026-05-26T17:34:40.435Z | Checking ignore v0.4.25 |
| 2703 | 2026-05-26T17:34:40.881Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2704 | 2026-05-26T17:34:41.039Z | Checking atty v0.2.14 |
| 2705 | 2026-05-26T17:34:41.175Z | Checking secrecy v0.8.0 |
| 2706 | 2026-05-26T17:34:41.460Z | Checking globwalk v0.9.1 |
| 2707 | 2026-05-26T17:34:41.964Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2708 | 2026-05-26T17:34:42.061Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2709 | 2026-05-26T17:34:42.566Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2710 | 2026-05-26T17:34:42.624Z | Checking bb8 v0.8.6 |
| 2711 | 2026-05-26T17:34:42.797Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2712 | 2026-05-26T17:34:42.940Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2713 | 2026-05-26T17:34:42.976Z | Checking async-bb8-diesel v0.2.1 |
| 2714 | 2026-05-26T17:34:43.096Z | Checking hyper-staticfile v0.10.1 |
| 2715 | 2026-05-26T17:34:43.130Z | Checking camino-tempfile-ext v0.3.3 |
| 2716 | 2026-05-26T17:34:43.226Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2717 | 2026-05-26T17:34:43.357Z | Checking diesel-dtrace v0.5.0 |
| 2718 | 2026-05-26T17:34:43.390Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2719 | 2026-05-26T17:34:43.423Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2720 | 2026-05-26T17:34:43.657Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2721 | 2026-05-26T17:34:43.693Z | Checking signal-hook-tokio v0.3.1 |
| 2722 | 2026-05-26T17:34:43.773Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2723 | 2026-05-26T17:34:44.053Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2724 | 2026-05-26T17:34:44.088Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2725 | 2026-05-26T17:34:44.219Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2726 | 2026-05-26T17:34:44.903Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2727 | 2026-05-26T17:34:44.980Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2728 | 2026-05-26T17:34:45.335Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2729 | 2026-05-26T17:34:45.338Z | Checking nonempty v0.12.0 |
| 2730 | 2026-05-26T17:34:45.338Z | Checking illumos-nvpair v0.3.0 |
| 2731 | 2026-05-26T17:34:45.610Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2732 | 2026-05-26T17:34:45.664Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2733 | 2026-05-26T17:34:45.746Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2734 | 2026-05-26T17:34:46.026Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2735 | 2026-05-26T17:34:46.062Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2736 | 2026-05-26T17:34:46.096Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2737 | 2026-05-26T17:34:46.240Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2738 | 2026-05-26T17:34:46.477Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2739 | 2026-05-26T17:34:46.696Z | Checking tungstenite v0.23.0 |
| 2740 | 2026-05-26T17:34:46.776Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2741 | 2026-05-26T17:34:47.161Z | Checking tokio-tungstenite v0.23.1 |
| 2742 | 2026-05-26T17:34:47.476Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2743 | 2026-05-26T17:34:47.602Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2744 | 2026-05-26T17:34:47.860Z | Checking rand_seeder v0.4.0 |
| 2745 | 2026-05-26T17:34:47.983Z | Checking void v1.0.2 |
| 2746 | 2026-05-26T17:34:47.986Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2747 | 2026-05-26T17:34:48.052Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2748 | 2026-05-26T17:34:48.164Z | Checking lzss v0.8.2 |
| 2749 | 2026-05-26T17:34:48.253Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2750 | 2026-05-26T17:34:48.392Z | Checking nix v0.27.1 |
| 2751 | 2026-05-26T17:34:48.426Z | Checking serde_bytes v0.11.19 |
| 2752 | 2026-05-26T17:34:48.535Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2753 | 2026-05-26T17:34:48.659Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2754 | 2026-05-26T17:34:48.977Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2755 | 2026-05-26T17:34:49.013Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2756 | 2026-05-26T17:34:49.402Z | Checking is_ci v1.2.0 |
| 2757 | 2026-05-26T17:34:49.547Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2758 | 2026-05-26T17:34:49.697Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2759 | 2026-05-26T17:34:49.861Z | Checking yansi v1.0.1 |
| 2760 | 2026-05-26T17:34:49.940Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2761 | 2026-05-26T17:34:50.158Z | Checking pretty_assertions v1.4.1 |
| 2762 | 2026-05-26T17:34:50.238Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2763 | 2026-05-26T17:34:50.331Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2764 | 2026-05-26T17:34:50.386Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2765 | 2026-05-26T17:34:50.442Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2766 | 2026-05-26T17:34:50.599Z | Compiling darling_core v0.23.0 |
| 2767 | 2026-05-26T17:34:51.740Z | Compiling indoc v2.0.7 |
| 2768 | 2026-05-26T17:34:51.866Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2769 | 2026-05-26T17:34:52.107Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2770 | 2026-05-26T17:34:52.243Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2771 | 2026-05-26T17:34:52.487Z | Compiling instability v0.3.11 |
| 2772 | 2026-05-26T17:34:52.808Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2773 | 2026-05-26T17:34:52.903Z | Compiling libz-sys v1.1.24 |
| 2774 | 2026-05-26T17:34:52.942Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2775 | 2026-05-26T17:34:53.223Z | Compiling darling_macro v0.23.0 |
| 2776 | 2026-05-26T17:34:53.325Z | Checking castaway v0.2.4 |
| 2777 | 2026-05-26T17:34:53.504Z | Checking compact_str v0.8.1 |
| 2778 | 2026-05-26T17:34:53.779Z | Compiling darling v0.23.0 |
| 2779 | 2026-05-26T17:34:53.938Z | Checking supports-color v3.0.2 |
| 2780 | 2026-05-26T17:34:54.119Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2781 | 2026-05-26T17:34:54.355Z | Checking unicode-truncate v1.1.0 |
| 2782 | 2026-05-26T17:34:54.448Z | Checking console v0.16.2 |
| 2783 | 2026-05-26T17:34:54.544Z | Checking lru v0.12.5 |
| 2784 | 2026-05-26T17:34:54.660Z | Checking unit-prefix v0.5.2 |
| 2785 | 2026-05-26T17:34:54.746Z | Checking cassowary v0.3.0 |
| 2786 | 2026-05-26T17:34:54.835Z | Checking indicatif v0.18.4 |
| 2787 | 2026-05-26T17:34:54.838Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2788 | 2026-05-26T17:34:54.902Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2789 | 2026-05-26T17:34:54.989Z | Checking ratatui v0.29.0 |
| 2790 | 2026-05-26T17:34:55.125Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2791 | 2026-05-26T17:34:55.416Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2792 | 2026-05-26T17:34:56.337Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2793 | 2026-05-26T17:34:56.575Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2794 | 2026-05-26T17:34:56.649Z | Checking plotters-backend v0.3.7 |
| 2795 | 2026-05-26T17:34:56.851Z | Compiling vergen-git2 v1.0.7 |
| 2796 | 2026-05-26T17:34:56.885Z | Checking cast v0.3.0 |
| 2797 | 2026-05-26T17:34:56.888Z | Checking plotters-svg v0.3.7 |
| 2798 | 2026-05-26T17:34:57.077Z | Checking criterion-plot v0.6.0 |
| 2799 | 2026-05-26T17:34:57.146Z | Checking plotters v0.3.7 |
| 2800 | 2026-05-26T17:34:57.191Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2801 | 2026-05-26T17:34:57.368Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2802 | 2026-05-26T17:34:57.423Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2803 | 2026-05-26T17:34:57.603Z | Checking colored v2.2.0 |
| 2804 | 2026-05-26T17:34:57.849Z | Checking tinytemplate v1.2.1 |
| 2805 | 2026-05-26T17:34:57.931Z | Compiling rustls v0.21.12 |
| 2806 | 2026-05-26T17:34:58.101Z | Checking shell-words v1.1.1 |
| 2807 | 2026-05-26T17:34:58.104Z | Checking oorandom v11.1.5 |
| 2808 | 2026-05-26T17:34:58.172Z | Checking anes v0.1.6 |
| 2809 | 2026-05-26T17:34:58.378Z | Checking typeid v1.0.3 |
| 2810 | 2026-05-26T17:34:58.413Z | Checking criterion v0.7.0 |
| 2811 | 2026-05-26T17:34:58.446Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2812 | 2026-05-26T17:34:58.522Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2813 | 2026-05-26T17:34:58.791Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2814 | 2026-05-26T17:34:59.027Z | Checking sct v0.7.1 |
| 2815 | 2026-05-26T17:34:59.209Z | Checking rustls-webpki v0.101.7 |
| 2816 | 2026-05-26T17:34:59.465Z | Compiling nix v0.29.0 |
| 2817 | 2026-05-26T17:34:59.598Z | Compiling dropshot v0.16.7 |
| 2818 | 2026-05-26T17:34:59.726Z | Checking hex-literal v0.4.1 |
| 2819 | 2026-05-26T17:34:59.937Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2820 | 2026-05-26T17:35:00.076Z | Checking erased-serde v0.4.9 |
| 2821 | 2026-05-26T17:35:00.475Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2822 | 2026-05-26T17:35:01.220Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2823 | 2026-05-26T17:35:02.051Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2824 | 2026-05-26T17:35:02.898Z | Checking toml v0.9.12+spec-1.1.0 |
| 2825 | 2026-05-26T17:35:03.541Z | Checking ordered-float v2.10.1 |
| 2826 | 2026-05-26T17:35:03.602Z | Compiling dropshot_endpoint v0.16.7 |
| 2827 | 2026-05-26T17:35:03.843Z | Checking serde-value v0.7.0 |
| 2828 | 2026-05-26T17:35:04.110Z | Checking tokio-rustls v0.24.1 |
| 2829 | 2026-05-26T17:35:04.363Z | Checking serde-untagged v0.1.9 |
| 2830 | 2026-05-26T17:35:04.873Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2831 | 2026-05-26T17:35:05.727Z | Checking rustls-pemfile v1.0.4 |
| 2832 | 2026-05-26T17:35:05.791Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-05-26T17:35:05.904Z | Checking twox-hash v2.1.2 |
| 2834 | 2026-05-26T17:35:06.023Z | Checking unicode-xid v0.2.6 |
| 2835 | 2026-05-26T17:35:06.171Z | Checking cargo-util-schemas v0.8.2 |
| 2836 | 2026-05-26T17:35:06.293Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2837 | 2026-05-26T17:35:06.389Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2838 | 2026-05-26T17:35:06.574Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-05-26T17:35:07.084Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2840 | 2026-05-26T17:35:07.416Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2841 | 2026-05-26T17:35:07.616Z | Checking fatfs v0.3.6 |
| 2842 | 2026-05-26T17:35:07.831Z | Checking cargo-platform v0.2.0 |
| 2843 | 2026-05-26T17:35:07.941Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2844 | 2026-05-26T17:35:08.054Z | Compiling petname v2.0.2 |
| 2845 | 2026-05-26T17:35:08.111Z | Compiling seq-macro v0.3.6 |
| 2846 | 2026-05-26T17:35:08.663Z | Checking cargo_metadata v0.21.0 |
| 2847 | 2026-05-26T17:35:08.742Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2848 | 2026-05-26T17:35:09.338Z | Checking concurrent-queue v2.5.0 |
| 2849 | 2026-05-26T17:35:09.475Z | Checking rtoolbox v0.0.3 |
| 2850 | 2026-05-26T17:35:09.561Z | Checking parking v2.2.1 |
| 2851 | 2026-05-26T17:35:09.646Z | Checking rpassword v7.4.0 |
| 2852 | 2026-05-26T17:35:09.721Z | Checking event-listener v5.4.1 |
| 2853 | 2026-05-26T17:35:09.971Z | Compiling samael v0.0.19 |
| 2854 | 2026-05-26T17:35:10.005Z | Checking tui-tree-widget v0.23.1 |
| 2855 | 2026-05-26T17:35:10.209Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2856 | 2026-05-26T17:35:10.243Z | Checking polyval v0.6.2 |
| 2857 | 2026-05-26T17:35:10.412Z | Checking sapling-renderdag v0.1.0 |
| 2858 | 2026-05-26T17:35:10.447Z | Checking sync-ptr v0.1.4 |
| 2859 | 2026-05-26T17:35:10.534Z | Checking ghash v0.5.1 |
| 2860 | 2026-05-26T17:35:10.596Z | Checking event-listener-strategy v0.5.4 |
| 2861 | 2026-05-26T17:35:10.687Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2862 | 2026-05-26T17:35:10.690Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2863 | 2026-05-26T17:35:10.772Z | Checking ctr v0.9.2 |
| 2864 | 2026-05-26T17:35:10.919Z | Checking constant_time_eq v0.4.2 |
| 2865 | 2026-05-26T17:35:10.972Z | Checking arrayref v0.3.9 |
| 2866 | 2026-05-26T17:35:11.081Z | Checking futures-timer v3.0.3 |
| 2867 | 2026-05-26T17:35:11.114Z | Checking arrayvec v0.7.6 |
| 2868 | 2026-05-26T17:35:11.299Z | Checking aes-gcm v0.10.3 |
| 2869 | 2026-05-26T17:35:11.383Z | Checking async-lock v3.4.2 |
| 2870 | 2026-05-26T17:35:11.417Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2871 | 2026-05-26T17:35:11.486Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2872 | 2026-05-26T17:35:11.805Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2873 | 2026-05-26T17:35:12.431Z | Checking ssh-encoding v0.2.0 |
| 2874 | 2026-05-26T17:35:12.671Z | Checking blowfish v0.9.1 |
| 2875 | 2026-05-26T17:35:12.863Z | Compiling strsim v0.10.0 |
| 2876 | 2026-05-26T17:35:13.020Z | Checking bcrypt-pbkdf v0.10.0 |
| 2877 | 2026-05-26T17:35:13.227Z | Compiling darling_core v0.13.4 |
| 2878 | 2026-05-26T17:35:13.260Z | Checking ssh-cipher v0.2.0 |
| 2879 | 2026-05-26T17:35:13.475Z | Checking async-object-pool v0.2.0 |
| 2880 | 2026-05-26T17:35:13.671Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2881 | 2026-05-26T17:35:14.075Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2882 | 2026-05-26T17:35:14.248Z | Checking serde_regex v1.1.0 |
| 2883 | 2026-05-26T17:35:14.449Z | Checking password-hash v0.4.2 |
| 2884 | 2026-05-26T17:35:14.713Z | Checking assert-json-diff v2.0.2 |
| 2885 | 2026-05-26T17:35:14.748Z | Checking path-tree v0.8.3 |
| 2886 | 2026-05-26T17:35:14.921Z | Checking gimli v0.32.3 |
| 2887 | 2026-05-26T17:35:14.975Z | Compiling target-lexicon v0.13.3 |
| 2888 | 2026-05-26T17:35:15.216Z | Checking stringmetrics v2.2.2 |
| 2889 | 2026-05-26T17:35:15.403Z | Checking httpmock v0.8.3 |
| 2890 | 2026-05-26T17:35:15.440Z | Compiling darling_macro v0.13.4 |
| 2891 | 2026-05-26T17:35:15.566Z | Checking pbkdf2 v0.11.0 |
| 2892 | 2026-05-26T17:35:15.777Z | Checking ssh-key v0.6.7 |
| 2893 | 2026-05-26T17:35:16.518Z | Checking p256 v0.13.2 |
| 2894 | 2026-05-26T17:35:16.554Z | Checking addr2line v0.25.1 |
| 2895 | 2026-05-26T17:35:16.808Z | Checking p521 v0.13.3 |
| 2896 | 2026-05-26T17:35:16.863Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2897 | 2026-05-26T17:35:17.147Z | Checking russh-cryptovec v0.7.3 |
| 2898 | 2026-05-26T17:35:17.323Z | Checking rustc-demangle v0.1.27 |
| 2899 | 2026-05-26T17:35:17.449Z | Checking md5 v0.7.0 |
| 2900 | 2026-05-26T17:35:17.594Z | Compiling guppy-workspace-hack v0.1.0 |
| 2901 | 2026-05-26T17:35:17.647Z | Checking backtrace v0.3.76 |
| 2902 | 2026-05-26T17:35:17.684Z | Checking russh-keys v0.45.0 |
| 2903 | 2026-05-26T17:35:17.856Z | Compiling darling v0.13.4 |
| 2904 | 2026-05-26T17:35:17.979Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2905 | 2026-05-26T17:35:18.014Z | Checking num-bigint v0.4.6 |
| 2906 | 2026-05-26T17:35:18.159Z | Checking des v0.8.1 |
| 2907 | 2026-05-26T17:35:18.355Z | Compiling blake3 v1.8.3 |
| 2908 | 2026-05-26T17:35:18.389Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2909 | 2026-05-26T17:35:18.391Z | Compiling target-spec v3.5.7 |
| 2910 | 2026-05-26T17:35:18.843Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2911 | 2026-05-26T17:35:19.050Z | Checking russh v0.45.0 |
| 2912 | 2026-05-26T17:35:19.097Z | Checking cfg-expr v0.20.6 |
| 2913 | 2026-05-26T17:35:19.263Z | Checking backtrace-ext v0.2.1 |
| 2914 | 2026-05-26T17:35:19.419Z | Compiling serde_with_macros v1.5.2 |
| 2915 | 2026-05-26T17:35:19.558Z | Checking supports-color v2.1.0 |
| 2916 | 2026-05-26T17:35:19.633Z | Checking textwrap v0.15.2 |
| 2917 | 2026-05-26T17:35:19.729Z | Checking supports-unicode v2.1.0 |
| 2918 | 2026-05-26T17:35:19.880Z | Checking supports-hyperlinks v2.1.0 |
| 2919 | 2026-05-26T17:35:19.914Z | Checking hashbrown v0.14.5 |
| 2920 | 2026-05-26T17:35:20.035Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2921 | 2026-05-26T17:35:20.275Z | Checking cargo-platform v0.3.2 |
| 2922 | 2026-05-26T17:35:20.309Z | Checking terminal_size v0.1.17 |
| 2923 | 2026-05-26T17:35:20.429Z | Checking socket2 v0.5.10 |
| 2924 | 2026-05-26T17:35:20.463Z | Compiling miette-derive v5.10.0 |
| 2925 | 2026-05-26T17:35:20.495Z | Checking internet-checksum v0.2.1 |
| 2926 | 2026-05-26T17:35:20.717Z | Checking owo-colors v3.5.0 |
| 2927 | 2026-05-26T17:35:21.055Z | Checking cargo_metadata v0.23.1 |
| 2928 | 2026-05-26T17:35:21.288Z | Checking chumsky v0.9.3 |
| 2929 | 2026-05-26T17:35:21.636Z | Checking miette v5.10.0 |
| 2930 | 2026-05-26T17:35:21.841Z | Compiling serde_with v1.14.0 |
| 2931 | 2026-05-26T17:35:22.350Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2932 | 2026-05-26T17:35:22.495Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2933 | 2026-05-26T17:35:22.535Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2934 | 2026-05-26T17:35:22.882Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2935 | 2026-05-26T17:35:23.025Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2936 | 2026-05-26T17:35:23.103Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2937 | 2026-05-26T17:35:23.312Z | Compiling knuffel-derive v3.2.0 |
| 2938 | 2026-05-26T17:35:23.348Z | Checking httptest v0.16.4 |
| 2939 | 2026-05-26T17:35:23.397Z | Checking pathdiff v0.2.3 |
| 2940 | 2026-05-26T17:35:23.544Z | Compiling git2 v0.20.4 |
| 2941 | 2026-05-26T17:35:23.547Z | Checking nested v0.1.1 |
| 2942 | 2026-05-26T17:35:23.773Z | Checking topological-sort v0.2.2 |
| 2943 | 2026-05-26T17:35:23.810Z | Checking guppy v0.17.25 |
| 2944 | 2026-05-26T17:35:23.956Z | Checking omicron-zone-package v0.12.2 |
| 2945 | 2026-05-26T17:35:24.036Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2946 | 2026-05-26T17:35:24.831Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2947 | 2026-05-26T17:35:24.895Z | Checking knuffel v3.2.0 |
| 2948 | 2026-05-26T17:35:24.929Z | Checking similar-asserts v1.7.0 |
| 2949 | 2026-05-26T17:35:25.105Z | Compiling target-triple v1.0.0 |
| 2950 | 2026-05-26T17:35:25.140Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2951 | 2026-05-26T17:35:25.316Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2952 | 2026-05-26T17:35:25.482Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2953 | 2026-05-26T17:35:25.565Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2954 | 2026-05-26T17:35:25.756Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2955 | 2026-05-26T17:35:25.915Z | Compiling polar-core v0.27.3 |
| 2956 | 2026-05-26T17:35:26.077Z | Checking hickory-client v0.25.2 |
| 2957 | 2026-05-26T17:35:26.399Z | Checking tokio-test v0.4.5 |
| 2958 | 2026-05-26T17:35:26.627Z | Checking escape8259 v0.5.3 |
| 2959 | 2026-05-26T17:35:26.662Z | Compiling assert_cmd v2.1.2 |
| 2960 | 2026-05-26T17:35:26.800Z | Checking libtest-mimic v0.8.1 |
| 2961 | 2026-05-26T17:35:27.018Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2962 | 2026-05-26T17:35:27.169Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2963 | 2026-05-26T17:35:27.250Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2964 | 2026-05-26T17:35:27.307Z | Checking blake2b_simd v1.0.4 |
| 2965 | 2026-05-26T17:35:27.736Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2966 | 2026-05-26T17:35:27.969Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2967 | 2026-05-26T17:35:28.173Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2968 | 2026-05-26T17:35:28.393Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2969 | 2026-05-26T17:35:28.674Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2970 | 2026-05-26T17:35:28.777Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2971 | 2026-05-26T17:35:29.019Z | Checking fancy-regex v0.14.0 |
| 2972 | 2026-05-26T17:35:29.298Z | Checking serde_tokenstream v0.2.3 |
| 2973 | 2026-05-26T17:35:29.442Z | Checking approx v0.5.1 |
| 2974 | 2026-05-26T17:35:29.556Z | Compiling rstest_macros v0.25.0 |
| 2975 | 2026-05-26T17:35:29.625Z | Checking uzers v0.12.2 |
| 2976 | 2026-05-26T17:35:29.879Z | Checking termcolor v1.4.1 |
| 2977 | 2026-05-26T17:35:29.913Z | Checking constant_time_eq v0.3.1 |
| 2978 | 2026-05-26T17:35:30.065Z | Compiling linkme-impl v0.3.35 |
| 2979 | 2026-05-26T17:35:30.147Z | Checking trybuild v1.0.116 |
| 2980 | 2026-05-26T17:35:30.482Z | Checking rust-argon2 v2.1.0 |
| 2981 | 2026-05-26T17:35:30.811Z | Checking datatest-stable v0.3.3 |
| 2982 | 2026-05-26T17:35:31.082Z | Checking oso v0.27.3 |
| 2983 | 2026-05-26T17:35:31.238Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2984 | 2026-05-26T17:35:31.546Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2985 | 2026-05-26T17:35:31.615Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2986 | 2026-05-26T17:35:32.067Z | Checking support-bundle-viewer v0.1.2 |
| 2987 | 2026-05-26T17:35:32.424Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2988 | 2026-05-26T17:35:32.457Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2989 | 2026-05-26T17:35:32.673Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2990 | 2026-05-26T17:35:32.706Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2991 | 2026-05-26T17:35:32.914Z | Checking drift v0.1.4 |
| 2992 | 2026-05-26T17:35:32.918Z | Checking rand_distr v0.5.1 |
| 2993 | 2026-05-26T17:35:32.985Z | Checking multimap v0.10.1 |
| 2994 | 2026-05-26T17:35:33.131Z | Compiling linkme v0.3.35 |
| 2995 | 2026-05-26T17:35:33.201Z | Compiling relative-path v1.9.3 |
| 2996 | 2026-05-26T17:35:33.269Z | Checking dropshot-api-manager v0.7.1 |
| 2997 | 2026-05-26T17:35:34.173Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2998 | 2026-05-26T17:35:34.588Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2999 | 2026-05-26T17:35:34.623Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3000 | 2026-05-26T17:35:34.932Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3001 | 2026-05-26T17:35:35.195Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3002 | 2026-05-26T17:35:35.232Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3003 | 2026-05-26T17:35:35.270Z | Checking cargo_toml v0.21.0 |
| 3004 | 2026-05-26T17:35:35.411Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3005 | 2026-05-26T17:35:35.764Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3006 | 2026-05-26T17:35:36.046Z | Checking partial-io v0.5.4 |
| 3007 | 2026-05-26T17:35:36.194Z | Checking termios v0.3.3 |
| 3008 | 2026-05-26T17:35:36.231Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3009 | 2026-05-26T17:35:36.364Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3010 | 2026-05-26T17:35:37.245Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-05-26T17:35:37.352Z | Checking rstest v0.25.0 |
| 3012 | 2026-05-26T17:35:37.976Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3013 | 2026-05-26T17:35:41.209Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3014 | 2026-05-26T17:35:41.605Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3015 | 2026-05-26T17:35:47.885Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3016 | 2026-05-26T17:35:47.920Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3017 | 2026-05-26T17:35:50.551Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3018 | 2026-05-26T17:35:54.473Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3019 | 2026-05-26T17:35:59.702Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3020 | 2026-05-26T17:36:02.967Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3021 | 2026-05-26T17:36:03.940Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3022 | 2026-05-26T17:36:04.070Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3023 | 2026-05-26T17:36:05.625Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3024 | 2026-05-26T17:36:14.289Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3025 | 2026-05-26T17:37:28.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s |
| 3026 | 2026-05-26T17:37:29.189Z | |
| 3027 | 2026-05-26T17:37:29.189Z | real 4:14.623302502 |
| 3028 | 2026-05-26T17:37:29.189Z | user 21:54.060470670 |
| 3029 | 2026-05-26T17:37:29.189Z | sys 5:06.831426221 |
| 3030 | 2026-05-26T17:37:29.189Z | trap 0.532998776 |
| 3031 | 2026-05-26T17:37:29.189Z | tflt 0.557281238 |
| 3032 | 2026-05-26T17:37:29.189Z | dflt 0.560855553 |
| 3033 | 2026-05-26T17:37:29.189Z | kflt 0.025898497 |
| 3034 | 2026-05-26T17:37:29.189Z | lock 1:00:36.775043068 |
| 3035 | 2026-05-26T17:37:29.189Z | slp 1:00:22.440165054 |
| 3036 | 2026-05-26T17:37:29.189Z | lat 1:56.173470061 |
| 3037 | 2026-05-26T17:37:29.192Z | stop 11:12.018287849 |
| 3038 | 2026-05-26T17:37:29.192Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3039 | 2026-05-26T17:37:29.192Z | + ptime -m cargo doc --workspace --no-deps |
| 3040 | 2026-05-26T17:37:30.084Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3041 | 2026-05-26T17:37:30.084Z | | |
| 3042 | 2026-05-26T17:37:30.084Z | = 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)` |
| 3043 | 2026-05-26T17:37:30.085Z | = 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> |
| 3044 | 2026-05-26T17:37:31.094Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3045 | 2026-05-26T17:37:31.330Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3046 | 2026-05-26T17:37:31.376Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3047 | 2026-05-26T17:37:31.442Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3048 | 2026-05-26T17:37:31.556Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3049 | 2026-05-26T17:37:31.600Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3050 | 2026-05-26T17:37:31.628Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3051 | 2026-05-26T17:37:31.654Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3052 | 2026-05-26T17:37:31.717Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3053 | 2026-05-26T17:37:31.828Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3054 | 2026-05-26T17:37:31.866Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3055 | 2026-05-26T17:37:31.914Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3056 | 2026-05-26T17:37:31.938Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3057 | 2026-05-26T17:37:32.004Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3058 | 2026-05-26T17:37:32.027Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3059 | 2026-05-26T17:37:32.049Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3060 | 2026-05-26T17:37:32.071Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3061 | 2026-05-26T17:37:32.074Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3062 | 2026-05-26T17:37:32.116Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3063 | 2026-05-26T17:37:32.160Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3064 | 2026-05-26T17:37:32.428Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3065 | 2026-05-26T17:37:32.715Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3066 | 2026-05-26T17:37:32.800Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3067 | 2026-05-26T17:37:32.869Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3068 | 2026-05-26T17:37:32.872Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3069 | 2026-05-26T17:37:32.948Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3070 | 2026-05-26T17:37:33.088Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3071 | 2026-05-26T17:37:33.133Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3072 | 2026-05-26T17:37:33.187Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3073 | 2026-05-26T17:37:33.307Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3074 | 2026-05-26T17:37:33.309Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3075 | 2026-05-26T17:37:33.487Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3076 | 2026-05-26T17:37:33.562Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3077 | 2026-05-26T17:37:33.592Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3078 | 2026-05-26T17:37:33.763Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3079 | 2026-05-26T17:37:33.793Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3080 | 2026-05-26T17:37:33.847Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3081 | 2026-05-26T17:37:34.055Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3082 | 2026-05-26T17:37:34.262Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3083 | 2026-05-26T17:37:34.505Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3084 | 2026-05-26T17:37:34.546Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3085 | 2026-05-26T17:37:34.608Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3086 | 2026-05-26T17:37:34.680Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3087 | 2026-05-26T17:37:34.840Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3088 | 2026-05-26T17:37:34.864Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3089 | 2026-05-26T17:37:35.047Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3090 | 2026-05-26T17:37:35.107Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3091 | 2026-05-26T17:37:35.132Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3092 | 2026-05-26T17:37:35.163Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3093 | 2026-05-26T17:37:35.367Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3094 | 2026-05-26T17:37:35.367Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3095 | 2026-05-26T17:37:35.437Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3096 | 2026-05-26T17:37:35.465Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3097 | 2026-05-26T17:37:35.609Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3098 | 2026-05-26T17:37:35.630Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3099 | 2026-05-26T17:37:35.652Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3100 | 2026-05-26T17:37:35.679Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3101 | 2026-05-26T17:37:35.679Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3102 | 2026-05-26T17:37:35.813Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3103 | 2026-05-26T17:37:35.837Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3104 | 2026-05-26T17:37:35.926Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3105 | 2026-05-26T17:37:36.125Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3106 | 2026-05-26T17:37:36.467Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3107 | 2026-05-26T17:37:36.493Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3108 | 2026-05-26T17:37:36.768Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3109 | 2026-05-26T17:37:36.942Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3110 | 2026-05-26T17:37:37.118Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3111 | 2026-05-26T17:37:37.288Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3112 | 2026-05-26T17:37:37.346Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3113 | 2026-05-26T17:37:37.371Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3114 | 2026-05-26T17:37:37.580Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3115 | 2026-05-26T17:37:37.643Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3116 | 2026-05-26T17:37:37.860Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3117 | 2026-05-26T17:37:38.043Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3118 | 2026-05-26T17:37:38.124Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3119 | 2026-05-26T17:37:38.453Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3120 | 2026-05-26T17:37:38.756Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3121 | 2026-05-26T17:37:39.262Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3122 | 2026-05-26T17:37:39.264Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3123 | 2026-05-26T17:37:39.830Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3124 | 2026-05-26T17:37:39.882Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3125 | 2026-05-26T17:37:40.001Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3126 | 2026-05-26T17:37:40.126Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3127 | 2026-05-26T17:37:40.250Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3128 | 2026-05-26T17:37:40.339Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3129 | 2026-05-26T17:37:40.462Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3130 | 2026-05-26T17:37:40.502Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3131 | 2026-05-26T17:37:40.528Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3132 | 2026-05-26T17:37:40.772Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3133 | 2026-05-26T17:37:40.798Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3134 | 2026-05-26T17:37:40.890Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3135 | 2026-05-26T17:37:41.020Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3136 | 2026-05-26T17:37:41.047Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3137 | 2026-05-26T17:37:41.122Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3138 | 2026-05-26T17:37:41.150Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3139 | 2026-05-26T17:37:41.216Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3140 | 2026-05-26T17:37:41.258Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3141 | 2026-05-26T17:37:41.354Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3142 | 2026-05-26T17:37:41.408Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3143 | 2026-05-26T17:37:41.461Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3144 | 2026-05-26T17:37:41.512Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3145 | 2026-05-26T17:37:41.537Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3146 | 2026-05-26T17:37:41.640Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3147 | 2026-05-26T17:37:41.739Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3148 | 2026-05-26T17:37:41.824Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3149 | 2026-05-26T17:37:41.848Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3150 | 2026-05-26T17:37:41.946Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3151 | 2026-05-26T17:37:42.059Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3152 | 2026-05-26T17:37:42.295Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3153 | 2026-05-26T17:37:42.316Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3154 | 2026-05-26T17:37:42.793Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3155 | 2026-05-26T17:37:42.901Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3156 | 2026-05-26T17:37:43.041Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3157 | 2026-05-26T17:37:43.211Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3158 | 2026-05-26T17:37:43.667Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3159 | 2026-05-26T17:37:44.334Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3160 | 2026-05-26T17:37:44.973Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3161 | 2026-05-26T17:37:45.004Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3162 | 2026-05-26T17:37:45.193Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3163 | 2026-05-26T17:37:45.712Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3164 | 2026-05-26T17:37:45.863Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3165 | 2026-05-26T17:37:46.151Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3166 | 2026-05-26T17:37:46.444Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3167 | 2026-05-26T17:37:46.612Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3168 | 2026-05-26T17:37:46.740Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3169 | 2026-05-26T17:37:46.767Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3170 | 2026-05-26T17:37:46.919Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3171 | 2026-05-26T17:37:47.089Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3172 | 2026-05-26T17:37:47.371Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3173 | 2026-05-26T17:37:47.472Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3174 | 2026-05-26T17:37:47.520Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3175 | 2026-05-26T17:37:47.976Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3176 | 2026-05-26T17:37:48.520Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3177 | 2026-05-26T17:37:48.626Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3178 | 2026-05-26T17:37:48.725Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3179 | 2026-05-26T17:37:49.503Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3180 | 2026-05-26T17:37:49.715Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3181 | 2026-05-26T17:37:50.129Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3182 | 2026-05-26T17:37:51.021Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3183 | 2026-05-26T17:37:51.112Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3184 | 2026-05-26T17:37:51.695Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3185 | 2026-05-26T17:37:51.865Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3186 | 2026-05-26T17:37:52.072Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3187 | 2026-05-26T17:37:52.179Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3188 | 2026-05-26T17:37:52.262Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3189 | 2026-05-26T17:37:52.489Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3190 | 2026-05-26T17:37:52.760Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3191 | 2026-05-26T17:37:52.763Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3192 | 2026-05-26T17:37:53.078Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3193 | 2026-05-26T17:37:53.205Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3194 | 2026-05-26T17:37:53.565Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3195 | 2026-05-26T17:37:53.794Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3196 | 2026-05-26T17:37:53.905Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3197 | 2026-05-26T17:37:53.946Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3198 | 2026-05-26T17:37:54.622Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3199 | 2026-05-26T17:37:54.662Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3200 | 2026-05-26T17:37:56.941Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3201 | 2026-05-26T17:37:58.049Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3202 | 2026-05-26T17:37:58.235Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3203 | 2026-05-26T17:37:58.691Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3204 | 2026-05-26T17:37:59.362Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3205 | 2026-05-26T17:38:00.047Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3206 | 2026-05-26T17:38:00.809Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3207 | 2026-05-26T17:38:00.997Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3208 | 2026-05-26T17:38:01.125Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3209 | 2026-05-26T17:38:01.396Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3210 | 2026-05-26T17:38:02.008Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3211 | 2026-05-26T17:38:02.747Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3212 | 2026-05-26T17:38:03.029Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3213 | 2026-05-26T17:38:03.249Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3214 | 2026-05-26T17:38:03.543Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3215 | 2026-05-26T17:38:03.720Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3216 | 2026-05-26T17:38:03.947Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3217 | 2026-05-26T17:38:03.985Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3218 | 2026-05-26T17:38:04.729Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3219 | 2026-05-26T17:38:05.459Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3220 | 2026-05-26T17:38:05.489Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3221 | 2026-05-26T17:38:06.108Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3222 | 2026-05-26T17:38:06.154Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3223 | 2026-05-26T17:38:06.221Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3224 | 2026-05-26T17:38:06.274Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3225 | 2026-05-26T17:38:06.837Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3226 | 2026-05-26T17:38:06.898Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3227 | 2026-05-26T17:38:07.582Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3228 | 2026-05-26T17:38:07.653Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3229 | 2026-05-26T17:38:07.801Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3230 | 2026-05-26T17:38:08.146Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3231 | 2026-05-26T17:38:08.663Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3232 | 2026-05-26T17:38:11.096Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3233 | 2026-05-26T17:38:12.430Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3234 | 2026-05-26T17:38:13.145Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3235 | 2026-05-26T17:38:13.588Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3236 | 2026-05-26T17:38:14.959Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3237 | 2026-05-26T17:38:16.500Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3238 | 2026-05-26T17:38:17.059Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3239 | 2026-05-26T17:38:17.830Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3240 | 2026-05-26T17:38:18.496Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3241 | 2026-05-26T17:38:20.304Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3242 | 2026-05-26T17:38:20.868Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3243 | 2026-05-26T17:38:21.787Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3244 | 2026-05-26T17:38:22.862Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3245 | 2026-05-26T17:38:22.959Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3246 | 2026-05-26T17:38:23.120Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3247 | 2026-05-26T17:38:24.245Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3248 | 2026-05-26T17:38:26.341Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3249 | 2026-05-26T17:38:29.300Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3250 | 2026-05-26T17:38:29.779Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3251 | 2026-05-26T17:38:30.480Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3252 | 2026-05-26T17:38:32.023Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3253 | 2026-05-26T17:38:32.658Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3254 | 2026-05-26T17:38:33.487Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3255 | 2026-05-26T17:38:34.128Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3256 | 2026-05-26T17:38:34.742Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3257 | 2026-05-26T17:38:35.413Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3258 | 2026-05-26T17:38:36.714Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3259 | 2026-05-26T17:38:37.378Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3260 | 2026-05-26T17:38:38.154Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3261 | 2026-05-26T17:38:38.396Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3262 | 2026-05-26T17:38:38.996Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3263 | 2026-05-26T17:38:39.751Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3264 | 2026-05-26T17:38:41.648Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3265 | 2026-05-26T17:38:43.637Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3266 | 2026-05-26T17:38:44.735Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3267 | 2026-05-26T17:38:45.183Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3268 | 2026-05-26T17:38:46.131Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3269 | 2026-05-26T17:38:47.077Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3270 | 2026-05-26T17:38:47.913Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3271 | 2026-05-26T17:38:50.031Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3272 | 2026-05-26T17:38:50.801Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3273 | 2026-05-26T17:38:53.366Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3274 | 2026-05-26T17:38:53.803Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3275 | 2026-05-26T17:38:54.887Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3276 | 2026-05-26T17:38:56.057Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3277 | 2026-05-26T17:38:57.227Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3278 | 2026-05-26T17:38:58.535Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3279 | 2026-05-26T17:39:00.956Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3280 | 2026-05-26T17:39:01.655Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3281 | 2026-05-26T17:39:03.359Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3282 | 2026-05-26T17:39:07.901Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3283 | 2026-05-26T17:39:09.359Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3284 | 2026-05-26T17:39:10.938Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3285 | 2026-05-26T17:39:14.777Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3286 | 2026-05-26T17:39:15.916Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3287 | 2026-05-26T17:39:16.720Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3288 | 2026-05-26T17:39:17.467Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3289 | 2026-05-26T17:39:19.111Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3290 | 2026-05-26T17:39:20.795Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3291 | 2026-05-26T17:39:22.397Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3292 | 2026-05-26T17:39:24.442Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3293 | 2026-05-26T17:39:26.034Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3294 | 2026-05-26T17:39:27.972Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3295 | 2026-05-26T17:39:29.340Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3296 | 2026-05-26T17:39:30.984Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3297 | 2026-05-26T17:39:32.662Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3298 | 2026-05-26T17:39:34.268Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3299 | 2026-05-26T17:39:35.931Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3300 | 2026-05-26T17:39:37.600Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3301 | 2026-05-26T17:39:40.892Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3302 | 2026-05-26T17:39:42.883Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3303 | 2026-05-26T17:39:44.636Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3304 | 2026-05-26T17:39:46.331Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3305 | 2026-05-26T17:39:48.115Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3306 | 2026-05-26T17:39:49.940Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3307 | 2026-05-26T17:39:51.957Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3308 | 2026-05-26T17:39:54.069Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3309 | 2026-05-26T17:39:55.826Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3310 | 2026-05-26T17:39:57.524Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3311 | 2026-05-26T17:39:59.871Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3312 | 2026-05-26T17:40:02.351Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3313 | 2026-05-26T17:40:03.770Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3314 | 2026-05-26T17:40:06.876Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3315 | 2026-05-26T17:40:08.593Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3316 | 2026-05-26T17:40:10.747Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3317 | 2026-05-26T17:40:13.035Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3318 | 2026-05-26T17:40:15.228Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3319 | 2026-05-26T17:40:17.440Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3320 | 2026-05-26T17:40:19.653Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3321 | 2026-05-26T17:40:21.914Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3322 | 2026-05-26T17:40:24.087Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3323 | 2026-05-26T17:40:26.602Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3324 | 2026-05-26T17:40:28.892Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3325 | 2026-05-26T17:40:30.640Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3326 | 2026-05-26T17:40:32.755Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3327 | 2026-05-26T17:40:35.136Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3328 | 2026-05-26T17:40:37.411Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3329 | 2026-05-26T17:40:39.604Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3330 | 2026-05-26T17:40:41.835Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3331 | 2026-05-26T17:40:44.135Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3332 | 2026-05-26T17:40:46.418Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3333 | 2026-05-26T17:40:48.685Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3334 | 2026-05-26T17:40:50.981Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3335 | 2026-05-26T17:40:53.253Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3336 | 2026-05-26T17:40:55.587Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3337 | 2026-05-26T17:40:57.838Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3338 | 2026-05-26T17:41:00.052Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3339 | 2026-05-26T17:41:02.341Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3340 | 2026-05-26T17:41:04.690Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3341 | 2026-05-26T17:41:06.900Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3342 | 2026-05-26T17:41:09.199Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3343 | 2026-05-26T17:41:11.618Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3344 | 2026-05-26T17:41:14.022Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3345 | 2026-05-26T17:41:16.300Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3346 | 2026-05-26T17:41:18.635Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3347 | 2026-05-26T17:41:21.064Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3348 | 2026-05-26T17:41:23.415Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3349 | 2026-05-26T17:41:25.837Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3350 | 2026-05-26T17:41:28.204Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3351 | 2026-05-26T17:41:31.097Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3352 | 2026-05-26T17:41:33.258Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3353 | 2026-05-26T17:41:35.751Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3354 | 2026-05-26T17:41:38.072Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3355 | 2026-05-26T17:41:40.572Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3356 | 2026-05-26T17:41:43.212Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3357 | 2026-05-26T17:41:45.654Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3358 | 2026-05-26T17:41:48.248Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3359 | 2026-05-26T17:41:50.947Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3360 | 2026-05-26T17:41:53.450Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3361 | 2026-05-26T17:41:56.051Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3362 | 2026-05-26T17:41:58.581Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3363 | 2026-05-26T17:42:01.133Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3364 | 2026-05-26T17:42:03.725Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3365 | 2026-05-26T17:42:06.631Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3366 | 2026-05-26T17:42:09.060Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3367 | 2026-05-26T17:42:16.539Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3368 | 2026-05-26T17:42:16.803Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3369 | 2026-05-26T17:42:20.064Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3370 | 2026-05-26T17:42:24.770Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3371 | 2026-05-26T17:42:27.679Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3372 | 2026-05-26T17:42:31.294Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3373 | 2026-05-26T17:42:35.110Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3374 | 2026-05-26T17:42:38.730Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3375 | 2026-05-26T17:42:42.284Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3376 | 2026-05-26T17:42:46.032Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3377 | 2026-05-26T17:42:49.684Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3378 | 2026-05-26T17:42:53.350Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3379 | 2026-05-26T17:42:57.099Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3380 | 2026-05-26T17:43:00.743Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3381 | 2026-05-26T17:43:04.413Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3382 | 2026-05-26T17:43:08.159Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3383 | 2026-05-26T17:43:11.824Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3384 | 2026-05-26T17:43:15.709Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3385 | 2026-05-26T17:43:19.389Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3386 | 2026-05-26T17:43:23.014Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3387 | 2026-05-26T17:43:26.699Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3388 | 2026-05-26T17:43:30.401Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3389 | 2026-05-26T17:43:34.090Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3390 | 2026-05-26T17:43:37.790Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3391 | 2026-05-26T17:43:41.627Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3392 | 2026-05-26T17:44:11.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s |
| 3393 | 2026-05-26T17:44:11.274Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3394 | 2026-05-26T17:44:11.386Z | |
| 3395 | 2026-05-26T17:44:11.389Z | real 6:42.102509779 |
| 3396 | 2026-05-26T17:44:11.389Z | user 17:58.507872973 |
| 3397 | 2026-05-26T17:44:11.389Z | sys 3:50.939166116 |
| 3398 | 2026-05-26T17:44:11.389Z | trap 0.265085906 |
| 3399 | 2026-05-26T17:44:11.389Z | tflt 0.094971087 |
| 3400 | 2026-05-26T17:44:11.389Z | dflt 0.066557989 |
| 3401 | 2026-05-26T17:44:11.389Z | kflt 0.000042300 |
| 3402 | 2026-05-26T17:44:11.389Z | lock 6:09:57.662019927 |
| 3403 | 2026-05-26T17:44:11.389Z | slp 2:14:55.027824453 |
| 3404 | 2026-05-26T17:44:11.389Z | lat 35.490576951 |
| 3405 | 2026-05-26T17:44:11.389Z | stop 1:42.229526384 |
| 3406 | 2026-05-26T17:44:11.389Z | process exited: duration 795536 ms, exit code 0 |
| |
| 3407 | 2026-05-26T17:44:11.395Z | found 0 output files |