|
|
|
| 1 | 2026-05-23T04:14:15.851Z | job assigned to worker 01KS9GKCH378PDCK8K9ETDKJ9K [factory aws, i-0a8e2e41fd34a8a12] (queued for 54 s) |
| |
| 2 | 2026-05-23T04:14:22.325Z | starting task 0: "setup" |
| 3 | 2026-05-23T04:14:22.330Z | ++ uname -s |
| 4 | 2026-05-23T04:14:22.333Z | + kern=SunOS |
| 5 | 2026-05-23T04:14:22.333Z | + build_user=build |
| 6 | 2026-05-23T04:14:22.333Z | + build_uid=12345 |
| 7 | 2026-05-23T04:14:22.333Z | + work_dir=/work |
| 8 | 2026-05-23T04:14:22.333Z | + input_dir=/input |
| 9 | 2026-05-23T04:14:22.333Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-23T04:14:22.333Z | + case "$kern" in |
| 11 | 2026-05-23T04:14:22.333Z | + groupadd -g 12345 build |
| 12 | 2026-05-23T04:14:22.336Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-23T04:14:24.340Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-23T04:14:24.399Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-23T04:14:24.401Z | + home_fs=zfs |
| 16 | 2026-05-23T04:14:24.401Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-23T04:14:24.401Z | + mkdir -p /home/build |
| 18 | 2026-05-23T04:14:24.402Z | + chown build:build /home/build /work |
| 19 | 2026-05-23T04:14:26.403Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-23T04:14:26.406Z | process exited: duration 4078 ms, exit code 0 |
| |
| 21 | 2026-05-23T04:14:26.411Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-23T04:14:26.414Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-23T04:14:26.414Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-23T04:14:26.414Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-23T04:14:26.414Z | * rust toolchain profile = "default" |
| 26 | 2026-05-23T04:14:26.414Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-23T04:14:26.414Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-23T04:14:26.418Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-23T04:14:26.418Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-23T04:14:26.499Z | info: downloading installer |
| 31 | 2026-05-23T04:14:27.784Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-23T04:14:27.784Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-23T04:14:27.784Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-23T04:14:27.784Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-23T04:14:27.796Z | info: profile set to default |
| 36 | 2026-05-23T04:14:27.796Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-23T04:14:27.799Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-23T04:14:27.966Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-23T04:14:27.968Z | info: downloading 6 components |
| 40 | 2026-05-23T04:14:41.860Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-23T04:14:41.860Z | |
| 42 | 2026-05-23T04:14:41.911Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-23T04:14:41.911Z | |
| 44 | 2026-05-23T04:14:41.911Z | |
| 45 | 2026-05-23T04:14:41.911Z | Rust is installed now. Great! |
| 46 | 2026-05-23T04:14:41.911Z | |
| 47 | 2026-05-23T04:14:41.911Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-23T04:14:41.911Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-23T04:14:41.911Z | |
| 50 | 2026-05-23T04:14:41.911Z | To configure your current shell, you need to source |
| 51 | 2026-05-23T04:14:41.911Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-23T04:14:41.911Z | |
| 53 | 2026-05-23T04:14:41.912Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-23T04:14:41.914Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-23T04:14:41.915Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-23T04:14:41.915Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-23T04:14:41.915Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-23T04:14:41.915Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-23T04:14:41.915Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-23T04:14:41.915Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-23T04:14:41.915Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-23T04:14:42.011Z | + rustup --version |
| 63 | 2026-05-23T04:14:42.019Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-23T04:14:42.022Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-23T04:14:42.042Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-23T04:14:42.045Z | + cargo --version |
| 67 | 2026-05-23T04:14:42.058Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-23T04:14:42.061Z | + rustc --version |
| 69 | 2026-05-23T04:14:42.082Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-23T04:14:42.085Z | process exited: duration 15673 ms, exit code 0 |
| |
| 71 | 2026-05-23T04:14:42.090Z | starting task 2: "authentication" |
| 72 | 2026-05-23T04:14:42.106Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-23T04:14:42.111Z | starting task 3: "clone repository" |
| 74 | 2026-05-23T04:14:42.115Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-23T04:14:42.117Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-23T04:14:42.158Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-23T04:14:52.372Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-23T04:14:52.375Z | + git fetch origin e328074106e163afbb0cbfe32a793cc1bb0582d8 |
| 79 | 2026-05-23T04:14:52.641Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-23T04:14:52.641Z | * branch e328074106e163afbb0cbfe32a793cc1bb0582d8 -> FETCH_HEAD |
| 81 | 2026-05-23T04:14:52.651Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-05-23T04:14:52.653Z | ++ git branch --show-current |
| 83 | 2026-05-23T04:14:52.653Z | + current=main |
| 84 | 2026-05-23T04:14:52.653Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-05-23T04:14:52.656Z | + git branch -f multicast-e2e e328074106e163afbb0cbfe32a793cc1bb0582d8 |
| 86 | 2026-05-23T04:14:52.658Z | + git checkout -f multicast-e2e |
| 87 | 2026-05-23T04:14:52.889Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-05-23T04:14:52.892Z | + git reset --hard e328074106e163afbb0cbfe32a793cc1bb0582d8 |
| 89 | 2026-05-23T04:14:53.126Z | HEAD is now at e32807410 [thundermuffin] bump to 473a90f8 |
| 90 | 2026-05-23T04:14:53.129Z | process exited: duration 11016 ms, exit code 0 |
| |
| 91 | 2026-05-23T04:14:53.134Z | starting task 4: "build" |
| 92 | 2026-05-23T04:14:53.138Z | + source ./env.sh |
| 93 | 2026-05-23T04:14:53.140Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-23T04:14:53.140Z | ++ set -o xtrace |
| 95 | 2026-05-23T04:14:53.140Z | ++++ dirname ./env.sh |
| 96 | 2026-05-23T04:14:53.143Z | +++ readlink -f . |
| 97 | 2026-05-23T04:14:53.145Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-23T04:14:53.146Z | ++ 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-23T04:14:53.146Z | ++ 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-23T04:14:53.146Z | ++ 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-23T04:14:53.146Z | ++ 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-23T04:14:53.146Z | ++ 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-23T04:14:53.146Z | ++ 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-23T04:14:53.146Z | ++ 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-23T04:14:53.146Z | ++ 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-23T04:14:53.146Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 107 | 2026-05-23T04:14:53.146Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 108 | 2026-05-23T04:14:53.146Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-05-23T04:14:53.146Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-05-23T04:14:53.146Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-05-23T04:14:53.146Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-05-23T04:14:53.146Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-05-23T04:14:53.146Z | + cargo --version |
| 114 | 2026-05-23T04:14:53.154Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-05-23T04:14:53.156Z | + rustc --version |
| 116 | 2026-05-23T04:14:53.176Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-05-23T04:14:53.179Z | + banner prerequisites |
| 118 | 2026-05-23T04:14:53.181Z | |
| 119 | 2026-05-23T04:14:53.181Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-23T04:14:53.181Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-23T04:14:53.181Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-23T04:14:53.181Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-23T04:14:53.181Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-23T04:14:53.181Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-23T04:14:53.181Z | |
| 126 | 2026-05-23T04:14:53.182Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-23T04:14:54.570Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-23T04:14:54.639Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-23T04:14:54.901Z | Planning: Solver setup ... Done (0.227s) |
| 130 | 2026-05-23T04:14:54.919Z | Planning: Running solver ... Done (0.018s) |
| 131 | 2026-05-23T04:14:54.925Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-23T04:14:54.935Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-23T04:14:54.951Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-23T04:14:54.964Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-23T04:14:54.966Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-05-23T04:14:55.154Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 137 | 2026-05-23T04:14:55.157Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-23T04:14:55.890Z | Planning: Evaluating mediators ... Done (0.735s) |
| 139 | 2026-05-23T04:14:55.893Z | Planning: Planning completed in 1.23 seconds |
| 140 | 2026-05-23T04:14:55.899Z | Packages to install: 2 |
| 141 | 2026-05-23T04:14:55.899Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-23T04:14:55.903Z | Estimated space to be consumed: 22.53 MB |
| 143 | 2026-05-23T04:14:55.903Z | Create boot environment: No |
| 144 | 2026-05-23T04:14:55.903Z | Create backup boot environment: No |
| 145 | 2026-05-23T04:14:55.903Z | Rebuild boot archive: No |
| 146 | 2026-05-23T04:14:55.903Z | |
| 147 | 2026-05-23T04:14:55.903Z | Changed packages: |
| 148 | 2026-05-23T04:14:55.903Z | helios |
| 149 | 2026-05-23T04:14:55.903Z | developer/build-essential |
| 150 | 2026-05-23T04:14:55.903Z | None -> 11-3.0 |
| 151 | 2026-05-23T04:14:55.903Z | library/libxmlsec1 |
| 152 | 2026-05-23T04:14:55.903Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-23T04:14:55.923Z | |
| 154 | 2026-05-23T04:14:55.923Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-23T04:14:56.423Z | Download: Completed 1.28 MB in 0.50 seconds (2.6M/s) |
| 156 | 2026-05-23T04:14:56.466Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-23T04:14:56.504Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-23T04:14:56.538Z | Finalize: Updating package state database ... Done (0.034s) |
| 159 | 2026-05-23T04:14:56.538Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-23T04:14:56.558Z | Finalize: Updating image state ... Done (0.019s) |
| 161 | 2026-05-23T04:14:58.879Z | Finalize: Creating fast lookup database ... Done (2.298s) |
| 162 | 2026-05-23T04:14:58.946Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-05-23T04:14:58.951Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-23T04:14:59.011Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-23T04:14:59.307Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-23T04:14:59.410Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-23T04:14:59.413Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-23T04:14:59.568Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-23T04:14:59.572Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-23T04:14:59.593Z | Mediators to change: 2 |
| 171 | 2026-05-23T04:14:59.593Z | Create boot environment: No |
| 172 | 2026-05-23T04:14:59.593Z | Create backup boot environment: No |
| 173 | 2026-05-23T04:14:59.631Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-23T04:14:59.631Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-23T04:14:59.642Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-23T04:15:01.592Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-23T04:15:01.654Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-23T04:15:01.657Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-23T04:15:01.734Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-23T04:15:02.016Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-23T04:15:02.121Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-23T04:15:02.124Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-23T04:15:02.279Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-23T04:15:02.282Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-23T04:15:02.301Z | Mediators to change: 1 |
| 186 | 2026-05-23T04:15:02.301Z | Create boot environment: No |
| 187 | 2026-05-23T04:15:02.301Z | Create backup boot environment: No |
| 188 | 2026-05-23T04:15:02.352Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-23T04:15:02.352Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-23T04:15:02.362Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-23T04:15:04.305Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-23T04:15:04.366Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-23T04:15:04.369Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-23T04:15:04.455Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-23T04:15:04.764Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-23T04:15:04.764Z | apache system 2.4 system |
| 197 | 2026-05-23T04:15:04.764Z | clang system 15 system |
| 198 | 2026-05-23T04:15:04.765Z | csh system system illumos |
| 199 | 2026-05-23T04:15:04.765Z | ctags system system illumos |
| 200 | 2026-05-23T04:15:04.765Z | file vendor vendor darwinsys |
| 201 | 2026-05-23T04:15:04.765Z | file system system illumos |
| 202 | 2026-05-23T04:15:04.765Z | gcc vendor 14 vendor |
| 203 | 2026-05-23T04:15:04.765Z | gcc system 13 system |
| 204 | 2026-05-23T04:15:04.765Z | gcc system 10 system |
| 205 | 2026-05-23T04:15:04.765Z | go system 1.25 system |
| 206 | 2026-05-23T04:15:04.765Z | llvm system 15 system |
| 207 | 2026-05-23T04:15:04.765Z | mariadb system 11.4 system |
| 208 | 2026-05-23T04:15:04.765Z | mta vendor vendor dma |
| 209 | 2026-05-23T04:15:04.765Z | openjdk system 17 system |
| 210 | 2026-05-23T04:15:04.765Z | openjdk system 11 system |
| 211 | 2026-05-23T04:15:04.765Z | openssl vendor 3 vendor |
| 212 | 2026-05-23T04:15:04.765Z | perl system 5.40 system |
| 213 | 2026-05-23T04:15:04.765Z | postgresql system 18 system |
| 214 | 2026-05-23T04:15:04.765Z | postgresql system 17 system |
| 215 | 2026-05-23T04:15:04.765Z | python vendor 3 vendor |
| 216 | 2026-05-23T04:15:04.765Z | python system 2 system |
| 217 | 2026-05-23T04:15:04.765Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-23T04:15:04.765Z | ruby system 3.4 system |
| 219 | 2026-05-23T04:15:04.765Z | ruby system 3.0 system |
| 220 | 2026-05-23T04:15:04.765Z | words vendor vendor american-english |
| 221 | 2026-05-23T04:15:04.765Z | words system system australian-english |
| 222 | 2026-05-23T04:15:04.765Z | words system system british-english |
| 223 | 2026-05-23T04:15:04.765Z | words system system canadian-english |
| 224 | 2026-05-23T04:15:04.765Z | words system system french |
| 225 | 2026-05-23T04:15:04.765Z | words system system italian |
| 226 | 2026-05-23T04:15:04.765Z | words system system ngerman |
| 227 | 2026-05-23T04:15:04.765Z | words system system ogerman |
| 228 | 2026-05-23T04:15:04.765Z | words system system spanish |
| 229 | 2026-05-23T04:15:05.019Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-23T04:15:05.019Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-23T04:15:05.294Z | FMRI IFO |
| 232 | 2026-05-23T04:15:05.294Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-23T04:15:05.295Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-23T04:15:05.295Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-23T04:15:05.295Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-23T04:15:05.295Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-23T04:15:05.295Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-23T04:15:05.295Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-23T04:15:05.295Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-23T04:15:05.295Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-23T04:15:05.540Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-23T04:15:05.811Z | Updating crates.io index |
| 243 | 2026-05-23T04:15:05.842Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-23T04:15:06.542Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-23T04:15:06.974Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-23T04:15:07.573Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-23T04:15:08.470Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-23T04:15:08.970Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-23T04:15:10.430Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-23T04:15:11.299Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-23T04:15:11.652Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-23T04:15:12.999Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-23T04:15:13.566Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-23T04:15:13.940Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-23T04:15:14.316Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-23T04:15:15.279Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-23T04:15:15.702Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-23T04:15:15.996Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-23T04:15:16.564Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-23T04:15:16.949Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-23T04:15:17.366Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-23T04:15:17.572Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-23T04:15:17.774Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-23T04:15:18.023Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-23T04:15:18.418Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-23T04:15:18.877Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-23T04:15:19.342Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-23T04:15:19.591Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-23T04:15:19.869Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-23T04:15:21.015Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-23T04:15:21.628Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-23T04:15:22.030Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-23T04:15:22.427Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-05-23T04:15:22.758Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-05-23T04:15:23.068Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-05-23T04:15:23.359Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-05-23T04:15:23.625Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-05-23T04:15:23.911Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-23T04:15:24.318Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-23T04:15:24.572Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-23T04:15:24.783Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-23T04:15:36.982Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-05-23T04:15:38.744Z | Downloading crates ... |
| 284 | 2026-05-23T04:15:38.805Z | Downloaded smallvec v1.15.1 |
| 285 | 2026-05-23T04:15:38.832Z | Downloaded thiserror-impl v1.0.69 |
| 286 | 2026-05-23T04:15:38.884Z | Downloaded icu_normalizer v2.1.1 |
| 287 | 2026-05-23T04:15:38.889Z | Downloaded potential_utf v0.1.4 |
| 288 | 2026-05-23T04:15:38.892Z | Downloaded cargo-util-schemas v0.8.2 |
| 289 | 2026-05-23T04:15:38.898Z | Downloaded is_terminal_polyfill v1.70.2 |
| 290 | 2026-05-23T04:15:38.901Z | Downloaded fastrand v2.3.0 |
| 291 | 2026-05-23T04:15:38.901Z | Downloaded byteorder v1.5.0 |
| 292 | 2026-05-23T04:15:38.905Z | Downloaded sha2 v0.10.9 |
| 293 | 2026-05-23T04:15:38.905Z | Downloaded scroll v0.12.0 |
| 294 | 2026-05-23T04:15:38.907Z | Downloaded papergrid v0.11.0 |
| 295 | 2026-05-23T04:15:38.907Z | Downloaded zerofrom-derive v0.1.6 |
| 296 | 2026-05-23T04:15:38.910Z | Downloaded proc-macro2 v1.0.106 |
| 297 | 2026-05-23T04:15:38.910Z | Downloaded thiserror v2.0.18 |
| 298 | 2026-05-23T04:15:38.912Z | Downloaded icu_properties_data v2.1.2 |
| 299 | 2026-05-23T04:15:38.918Z | Downloaded proc-macro-error v1.0.4 |
| 300 | 2026-05-23T04:15:38.920Z | Downloaded zmij v1.0.21 |
| 301 | 2026-05-23T04:15:38.923Z | Downloaded clap_derive v4.6.1 |
| 302 | 2026-05-23T04:15:38.923Z | Downloaded autocfg v1.5.0 |
| 303 | 2026-05-23T04:15:38.923Z | Downloaded version_check v0.9.5 |
| 304 | 2026-05-23T04:15:38.926Z | Downloaded strsim v0.11.1 |
| 305 | 2026-05-23T04:15:38.926Z | Downloaded itoa v1.0.17 |
| 306 | 2026-05-23T04:15:38.926Z | Downloaded ordered-float v2.10.1 |
| 307 | 2026-05-23T04:15:38.929Z | Downloaded litemap v0.8.1 |
| 308 | 2026-05-23T04:15:38.929Z | Downloaded clap_lex v1.0.0 |
| 309 | 2026-05-23T04:15:38.933Z | Downloaded pest_generator v2.8.6 |
| 310 | 2026-05-23T04:15:38.936Z | Downloaded clap v4.6.1 |
| 311 | 2026-05-23T04:15:38.941Z | Downloaded unicode-linebreak v0.1.5 |
| 312 | 2026-05-23T04:15:38.944Z | Downloaded smawk v0.3.2 |
| 313 | 2026-05-23T04:15:38.944Z | Downloaded swrite v0.1.0 |
| 314 | 2026-05-23T04:15:38.944Z | Downloaded log v0.4.29 |
| 315 | 2026-05-23T04:15:38.947Z | Downloaded fnv v1.0.7 |
| 316 | 2026-05-23T04:15:38.953Z | Downloaded pretty-hex v0.4.1 |
| 317 | 2026-05-23T04:15:38.956Z | Downloaded proc-macro-error-attr v1.0.4 |
| 318 | 2026-05-23T04:15:38.956Z | Downloaded usdt-macro v0.5.0 |
| 319 | 2026-05-23T04:15:38.956Z | Downloaded cargo-platform v0.2.0 |
| 320 | 2026-05-23T04:15:38.958Z | Downloaded utf8_iter v1.0.4 |
| 321 | 2026-05-23T04:15:38.959Z | Downloaded goblin v0.8.2 |
| 322 | 2026-05-23T04:15:38.966Z | Downloaded generic-array v0.14.7 |
| 323 | 2026-05-23T04:15:38.969Z | Downloaded tabled_derive v0.7.0 |
| 324 | 2026-05-23T04:15:38.969Z | Downloaded serde-value v0.7.0 |
| 325 | 2026-05-23T04:15:38.969Z | Downloaded cpufeatures v0.2.17 |
| 326 | 2026-05-23T04:15:38.972Z | Downloaded anstyle-parse v1.0.0 |
| 327 | 2026-05-23T04:15:38.972Z | Downloaded anstyle-query v1.1.5 |
| 328 | 2026-05-23T04:15:38.974Z | Downloaded quote v1.0.45 |
| 329 | 2026-05-23T04:15:38.977Z | Downloaded anstyle v1.0.14 |
| 330 | 2026-05-23T04:15:38.982Z | Downloaded memmap v0.7.0 |
| 331 | 2026-05-23T04:15:38.987Z | Downloaded toml_datetime v0.6.11 |
| 332 | 2026-05-23T04:15:38.987Z | Downloaded serde_spanned v0.6.9 |
| 333 | 2026-05-23T04:15:38.987Z | Downloaded macaddr v1.0.1 |
| 334 | 2026-05-23T04:15:38.989Z | Downloaded unicode-xid v0.2.6 |
| 335 | 2026-05-23T04:15:38.992Z | Downloaded stable_deref_trait v1.2.1 |
| 336 | 2026-05-23T04:15:38.995Z | Downloaded camino-tempfile v1.4.1 |
| 337 | 2026-05-23T04:15:39.001Z | Downloaded usdt-attr-macro v0.5.0 |
| 338 | 2026-05-23T04:15:39.004Z | Downloaded typeid v1.0.3 |
| 339 | 2026-05-23T04:15:39.004Z | Downloaded colorchoice v1.0.4 |
| 340 | 2026-05-23T04:15:39.007Z | Downloaded terminal_size v0.4.3 |
| 341 | 2026-05-23T04:15:39.007Z | Downloaded dof v0.3.0 |
| 342 | 2026-05-23T04:15:39.009Z | Downloaded thread-id v4.2.2 |
| 343 | 2026-05-23T04:15:39.009Z | Downloaded percent-encoding v2.3.2 |
| 344 | 2026-05-23T04:15:39.012Z | Downloaded plain v0.2.3 |
| 345 | 2026-05-23T04:15:39.012Z | Downloaded block-buffer v0.10.4 |
| 346 | 2026-05-23T04:15:39.015Z | Downloaded scroll_derive v0.12.1 |
| 347 | 2026-05-23T04:15:39.017Z | Downloaded idna_adapter v1.2.1 |
| 348 | 2026-05-23T04:15:39.017Z | Downloaded errno v0.3.14 |
| 349 | 2026-05-23T04:15:39.017Z | Downloaded memchr v2.8.0 |
| 350 | 2026-05-23T04:15:39.021Z | Downloaded form_urlencoded v1.2.2 |
| 351 | 2026-05-23T04:15:39.023Z | Downloaded cargo_toml v0.21.0 |
| 352 | 2026-05-23T04:15:39.023Z | Downloaded digest v0.10.7 |
| 353 | 2026-05-23T04:15:39.023Z | Downloaded usdt v0.5.0 |
| 354 | 2026-05-23T04:15:39.023Z | Downloaded equivalent v1.0.2 |
| 355 | 2026-05-23T04:15:39.026Z | Downloaded tinystr v0.8.2 |
| 356 | 2026-05-23T04:15:39.028Z | Downloaded icu_normalizer_data v2.1.1 |
| 357 | 2026-05-23T04:15:39.028Z | Downloaded url v2.5.8 |
| 358 | 2026-05-23T04:15:39.031Z | Downloaded cargo_metadata v0.21.0 |
| 359 | 2026-05-23T04:15:39.031Z | Downloaded thiserror v1.0.69 |
| 360 | 2026-05-23T04:15:39.034Z | Downloaded zerofrom v0.1.6 |
| 361 | 2026-05-23T04:15:39.037Z | Downloaded fs-err v3.3.0 |
| 362 | 2026-05-23T04:15:39.037Z | Downloaded yoke-derive v0.8.1 |
| 363 | 2026-05-23T04:15:39.041Z | Downloaded heck v0.4.1 |
| 364 | 2026-05-23T04:15:39.046Z | Downloaded utf8parse v0.2.2 |
| 365 | 2026-05-23T04:15:39.046Z | Downloaded heck v0.5.0 |
| 366 | 2026-05-23T04:15:39.046Z | Downloaded toml_write v0.1.2 |
| 367 | 2026-05-23T04:15:39.049Z | Downloaded bytecount v0.6.9 |
| 368 | 2026-05-23T04:15:39.049Z | Downloaded serde_tokenstream v0.2.3 |
| 369 | 2026-05-23T04:15:39.052Z | Downloaded synstructure v0.13.2 |
| 370 | 2026-05-23T04:15:39.054Z | Downloaded dtrace-parser v0.2.0 |
| 371 | 2026-05-23T04:15:39.054Z | Downloaded once_cell v1.21.3 |
| 372 | 2026-05-23T04:15:39.057Z | Downloaded crypto-common v0.1.7 |
| 373 | 2026-05-23T04:15:39.057Z | Downloaded cfg-if v1.0.4 |
| 374 | 2026-05-23T04:15:39.057Z | Downloaded pest_derive v2.8.6 |
| 375 | 2026-05-23T04:15:39.061Z | Downloaded toml v0.8.23 |
| 376 | 2026-05-23T04:15:39.064Z | Downloaded zerovec-derive v0.11.2 |
| 377 | 2026-05-23T04:15:39.066Z | Downloaded displaydoc v0.2.5 |
| 378 | 2026-05-23T04:15:39.069Z | Downloaded usdt-impl v0.5.0 |
| 379 | 2026-05-23T04:15:39.069Z | Downloaded pest_meta v2.8.6 |
| 380 | 2026-05-23T04:15:39.069Z | Downloaded num-traits v0.2.19 |
| 381 | 2026-05-23T04:15:39.071Z | Downloaded anstream v1.0.0 |
| 382 | 2026-05-23T04:15:39.074Z | Downloaded serde-untagged v0.1.9 |
| 383 | 2026-05-23T04:15:39.074Z | Downloaded tempfile v3.25.0 |
| 384 | 2026-05-23T04:15:39.076Z | Downloaded semver v1.0.28 |
| 385 | 2026-05-23T04:15:39.080Z | Downloaded getrandom v0.4.1 |
| 386 | 2026-05-23T04:15:39.082Z | Downloaded erased-serde v0.4.9 |
| 387 | 2026-05-23T04:15:39.085Z | Downloaded thiserror-impl v2.0.18 |
| 388 | 2026-05-23T04:15:39.091Z | Downloaded ucd-trie v0.1.7 |
| 389 | 2026-05-23T04:15:39.096Z | Downloaded yoke v0.8.1 |
| 390 | 2026-05-23T04:15:39.098Z | Downloaded serde_core v1.0.228 |
| 391 | 2026-05-23T04:15:39.101Z | Downloaded writeable v0.6.2 |
| 392 | 2026-05-23T04:15:39.103Z | Downloaded zerocopy-derive v0.7.35 |
| 393 | 2026-05-23T04:15:39.106Z | Downloaded camino v1.2.2 |
| 394 | 2026-05-23T04:15:39.108Z | Downloaded icu_provider v2.1.1 |
| 395 | 2026-05-23T04:15:39.108Z | Downloaded textwrap v0.16.2 |
| 396 | 2026-05-23T04:15:39.112Z | Downloaded bitflags v2.11.0 |
| 397 | 2026-05-23T04:15:39.115Z | Downloaded icu_properties v2.1.2 |
| 398 | 2026-05-23T04:15:39.121Z | Downloaded indexmap v2.14.0 |
| 399 | 2026-05-23T04:15:39.123Z | Downloaded anyhow v1.0.102 |
| 400 | 2026-05-23T04:15:39.126Z | Downloaded serde_derive v1.0.228 |
| 401 | 2026-05-23T04:15:39.128Z | Downloaded serde v1.0.228 |
| 402 | 2026-05-23T04:15:39.131Z | Downloaded icu_locale_core v2.1.1 |
| 403 | 2026-05-23T04:15:39.133Z | Downloaded idna v1.1.0 |
| 404 | 2026-05-23T04:15:39.136Z | Downloaded typenum v1.19.0 |
| 405 | 2026-05-23T04:15:39.138Z | Downloaded icu_collections v2.1.1 |
| 406 | 2026-05-23T04:15:39.141Z | Downloaded unicode-ident v1.0.24 |
| 407 | 2026-05-23T04:15:39.144Z | Downloaded pest v2.8.6 |
| 408 | 2026-05-23T04:15:39.146Z | Downloaded zerotrie v0.2.3 |
| 409 | 2026-05-23T04:15:39.149Z | Downloaded toml_edit v0.22.27 |
| 410 | 2026-05-23T04:15:39.154Z | Downloaded serde_json v1.0.149 |
| 411 | 2026-05-23T04:15:39.161Z | Downloaded clap_builder v4.6.0 |
| 412 | 2026-05-23T04:15:39.168Z | Downloaded tabled v0.15.0 |
| 413 | 2026-05-23T04:15:39.176Z | Downloaded hashbrown v0.17.0 |
| 414 | 2026-05-23T04:15:39.183Z | Downloaded syn v1.0.109 |
| 415 | 2026-05-23T04:15:39.188Z | Downloaded zerovec v0.11.5 |
| 416 | 2026-05-23T04:15:39.195Z | Downloaded syn v2.0.117 |
| 417 | 2026-05-23T04:15:39.201Z | Downloaded zerocopy v0.7.35 |
| 418 | 2026-05-23T04:15:39.209Z | Downloaded winnow v0.7.14 |
| 419 | 2026-05-23T04:15:39.214Z | Downloaded unicode-width v0.2.0 |
| 420 | 2026-05-23T04:15:39.218Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-23T04:15:39.231Z | Downloaded unicode-width v0.1.14 |
| 422 | 2026-05-23T04:15:39.256Z | Downloaded libc v0.2.185 |
| 423 | 2026-05-23T04:15:39.324Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-05-23T04:15:39.324Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-05-23T04:15:39.324Z | Compiling quote v1.0.45 |
| 426 | 2026-05-23T04:15:39.327Z | Compiling serde_core v1.0.228 |
| 427 | 2026-05-23T04:15:39.327Z | Compiling libc v0.2.185 |
| 428 | 2026-05-23T04:15:39.327Z | Compiling version_check v0.9.5 |
| 429 | 2026-05-23T04:15:39.327Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-23T04:15:39.327Z | Compiling serde v1.0.228 |
| 431 | 2026-05-23T04:15:39.649Z | Compiling memchr v2.8.0 |
| 432 | 2026-05-23T04:15:39.666Z | Compiling zmij v1.0.21 |
| 433 | 2026-05-23T04:15:39.945Z | Compiling thiserror v1.0.69 |
| 434 | 2026-05-23T04:15:39.995Z | Compiling autocfg v1.5.0 |
| 435 | 2026-05-23T04:15:40.264Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-05-23T04:15:40.276Z | Compiling itoa v1.0.17 |
| 437 | 2026-05-23T04:15:40.352Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-23T04:15:40.393Z | Compiling pest v2.8.6 |
| 439 | 2026-05-23T04:15:40.451Z | Compiling writeable v0.6.2 |
| 440 | 2026-05-23T04:15:40.507Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-23T04:15:40.551Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-05-23T04:15:40.741Z | Compiling rustix v1.1.3 |
| 443 | 2026-05-23T04:15:40.759Z | Compiling icu_properties_data v2.1.2 |
| 444 | 2026-05-23T04:15:40.870Z | Compiling syn v2.0.117 |
| 445 | 2026-05-23T04:15:40.950Z | Compiling errno v0.3.14 |
| 446 | 2026-05-23T04:15:41.005Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-23T04:15:41.061Z | Compiling bitflags v2.11.0 |
| 448 | 2026-05-23T04:15:41.205Z | Compiling num-traits v0.2.19 |
| 449 | 2026-05-23T04:15:41.222Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-23T04:15:41.239Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-05-23T04:15:41.312Z | Compiling typeid v1.0.3 |
| 452 | 2026-05-23T04:15:41.578Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-05-23T04:15:41.578Z | Compiling smallvec v1.15.1 |
| 454 | 2026-05-23T04:15:41.738Z | Compiling indexmap v2.14.0 |
| 455 | 2026-05-23T04:15:41.805Z | Compiling thread-id v4.2.2 |
| 456 | 2026-05-23T04:15:41.871Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-05-23T04:15:41.887Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-05-23T04:15:41.952Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-05-23T04:15:42.051Z | Compiling syn v1.0.109 |
| 460 | 2026-05-23T04:15:42.100Z | Compiling toml_write v0.1.2 |
| 461 | 2026-05-23T04:15:42.291Z | Compiling winnow v0.7.14 |
| 462 | 2026-05-23T04:15:42.475Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-05-23T04:15:42.555Z | Compiling camino v1.2.2 |
| 464 | 2026-05-23T04:15:42.665Z | Compiling plain v0.2.3 |
| 465 | 2026-05-23T04:15:42.784Z | Compiling thiserror v2.0.18 |
| 466 | 2026-05-23T04:15:42.879Z | Compiling log v0.4.29 |
| 467 | 2026-05-23T04:15:43.037Z | Compiling getrandom v0.4.1 |
| 468 | 2026-05-23T04:15:43.065Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-05-23T04:15:43.121Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-05-23T04:15:43.196Z | Compiling percent-encoding v2.3.2 |
| 471 | 2026-05-23T04:15:43.218Z | Compiling anstyle-parse v1.0.0 |
| 472 | 2026-05-23T04:15:43.263Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-05-23T04:15:43.400Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-05-23T04:15:43.487Z | Compiling synstructure v0.13.2 |
| 475 | 2026-05-23T04:15:43.528Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-05-23T04:15:43.579Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-05-23T04:15:43.779Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-05-23T04:15:43.899Z | Compiling anstyle-query v1.1.5 |
| 479 | 2026-05-23T04:15:43.925Z | Compiling cfg-if v1.0.4 |
| 480 | 2026-05-23T04:15:43.928Z | Compiling anstyle v1.0.14 |
| 481 | 2026-05-23T04:15:43.958Z | Compiling colorchoice v1.0.4 |
| 482 | 2026-05-23T04:15:44.004Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-05-23T04:15:44.094Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-05-23T04:15:44.172Z | Compiling anstream v1.0.0 |
| 485 | 2026-05-23T04:15:44.189Z | Compiling semver v1.0.28 |
| 486 | 2026-05-23T04:15:44.254Z | Compiling fs-err v3.3.0 |
| 487 | 2026-05-23T04:15:44.337Z | Compiling heck v0.5.0 |
| 488 | 2026-05-23T04:15:44.494Z | Compiling strsim v0.11.1 |
| 489 | 2026-05-23T04:15:44.512Z | Compiling clap_lex v1.0.0 |
| 490 | 2026-05-23T04:15:44.553Z | Compiling fnv v1.0.7 |
| 491 | 2026-05-23T04:15:44.645Z | Compiling heck v0.4.1 |
| 492 | 2026-05-23T04:15:44.662Z | Compiling once_cell v1.21.3 |
| 493 | 2026-05-23T04:15:44.745Z | Compiling anyhow v1.0.102 |
| 494 | 2026-05-23T04:15:44.855Z | Compiling bytecount v0.6.9 |
| 495 | 2026-05-23T04:15:44.879Z | Compiling fastrand v2.3.0 |
| 496 | 2026-05-23T04:15:44.882Z | Compiling unicode-xid v0.2.6 |
| 497 | 2026-05-23T04:15:44.913Z | Compiling unicode-width v0.1.14 |
| 498 | 2026-05-23T04:15:44.996Z | Compiling clap_builder v4.6.0 |
| 499 | 2026-05-23T04:15:45.131Z | Compiling tempfile v3.25.0 |
| 500 | 2026-05-23T04:15:45.147Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-23T04:15:45.191Z | Compiling papergrid v0.11.0 |
| 502 | 2026-05-23T04:15:45.210Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-23T04:15:45.280Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-05-23T04:15:45.330Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-05-23T04:15:45.508Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-05-23T04:15:45.526Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-05-23T04:15:46.277Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-05-23T04:15:46.501Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-05-23T04:15:46.624Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-05-23T04:15:46.642Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-05-23T04:15:46.678Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-05-23T04:15:46.810Z | Compiling yoke v0.8.1 |
| 513 | 2026-05-23T04:15:47.013Z | Compiling zerovec v0.11.5 |
| 514 | 2026-05-23T04:15:47.042Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-05-23T04:15:47.323Z | Compiling scroll v0.12.0 |
| 516 | 2026-05-23T04:15:47.362Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-05-23T04:15:47.382Z | Compiling zerocopy v0.7.35 |
| 518 | 2026-05-23T04:15:47.528Z | Compiling tinystr v0.8.2 |
| 519 | 2026-05-23T04:15:47.580Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-05-23T04:15:47.657Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-05-23T04:15:47.742Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-05-23T04:15:47.759Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-05-23T04:15:47.924Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-23T04:15:48.053Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-05-23T04:15:48.237Z | Compiling clap_derive v4.6.1 |
| 526 | 2026-05-23T04:15:48.406Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-23T04:15:48.622Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-05-23T04:15:48.660Z | Compiling icu_properties v2.1.2 |
| 529 | 2026-05-23T04:15:48.687Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-05-23T04:15:48.705Z | Compiling toml_datetime v0.6.11 |
| 531 | 2026-05-23T04:15:48.722Z | Compiling dof v0.3.0 |
| 532 | 2026-05-23T04:15:48.766Z | Compiling serde_tokenstream v0.2.3 |
| 533 | 2026-05-23T04:15:48.968Z | Compiling toml_edit v0.22.27 |
| 534 | 2026-05-23T04:15:49.112Z | Compiling serde-value v0.7.0 |
| 535 | 2026-05-23T04:15:49.201Z | Compiling cargo-platform v0.2.0 |
| 536 | 2026-05-23T04:15:49.237Z | Compiling unicode-width v0.2.0 |
| 537 | 2026-05-23T04:15:49.498Z | Compiling smawk v0.3.2 |
| 538 | 2026-05-23T04:15:49.550Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-23T04:15:49.573Z | Compiling unicode-linebreak v0.1.5 |
| 540 | 2026-05-23T04:15:49.645Z | Compiling tabled v0.15.0 |
| 541 | 2026-05-23T04:15:49.677Z | Compiling idna v1.1.0 |
| 542 | 2026-05-23T04:15:49.698Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-05-23T04:15:49.785Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-23T04:15:49.821Z | Compiling textwrap v0.16.2 |
| 545 | 2026-05-23T04:15:50.056Z | Compiling url v2.5.8 |
| 546 | 2026-05-23T04:15:50.356Z | Compiling clap v4.6.1 |
| 547 | 2026-05-23T04:15:50.398Z | Compiling macaddr v1.0.1 |
| 548 | 2026-05-23T04:15:50.419Z | Compiling toml v0.8.23 |
| 549 | 2026-05-23T04:15:50.442Z | Compiling camino-tempfile v1.4.1 |
| 550 | 2026-05-23T04:15:50.850Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-05-23T04:15:50.993Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-05-23T04:15:51.028Z | Compiling usdt v0.5.0 |
| 553 | 2026-05-23T04:15:51.284Z | Compiling swrite v0.1.0 |
| 554 | 2026-05-23T04:15:51.284Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 555 | 2026-05-23T04:15:51.770Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-05-23T04:15:52.691Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-05-23T04:15:54.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.37s |
| 558 | 2026-05-23T04:15:55.001Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 559 | 2026-05-23T04:15:55.612Z | Downloading crates ... |
| 560 | 2026-05-23T04:15:55.706Z | Downloaded adler2 v2.0.1 |
| 561 | 2026-05-23T04:15:55.714Z | Downloaded const-oid v0.9.6 |
| 562 | 2026-05-23T04:15:55.726Z | Downloaded backoff v0.4.0 |
| 563 | 2026-05-23T04:15:55.729Z | Downloaded async-stream-impl v0.3.6 |
| 564 | 2026-05-23T04:15:55.732Z | Downloaded crossbeam-epoch v0.9.18 |
| 565 | 2026-05-23T04:15:55.737Z | Downloaded atomicwrites v0.4.4 |
| 566 | 2026-05-23T04:15:55.740Z | Downloaded endian-type v0.1.2 |
| 567 | 2026-05-23T04:15:55.740Z | Downloaded crossbeam-utils v0.8.21 |
| 568 | 2026-05-23T04:15:55.744Z | Downloaded crucible-workspace-hack v0.1.0 |
| 569 | 2026-05-23T04:15:55.744Z | Downloaded crc-catalog v2.4.0 |
| 570 | 2026-05-23T04:15:55.746Z | Downloaded embedded-io v0.6.1 |
| 571 | 2026-05-23T04:15:55.746Z | Downloaded dof v0.4.0 |
| 572 | 2026-05-23T04:15:55.750Z | Downloaded crc8 v0.1.1 |
| 573 | 2026-05-23T04:15:55.754Z | Downloaded bit-set v0.5.3 |
| 574 | 2026-05-23T04:15:55.754Z | Downloaded crunchy v0.2.4 |
| 575 | 2026-05-23T04:15:55.754Z | Downloaded crossbeam-deque v0.8.6 |
| 576 | 2026-05-23T04:15:55.754Z | Downloaded ciborium-io v0.2.2 |
| 577 | 2026-05-23T04:15:55.754Z | Downloaded arrayref v0.3.9 |
| 578 | 2026-05-23T04:15:55.757Z | Downloaded diesel-dtrace v0.5.0 |
| 579 | 2026-05-23T04:15:55.757Z | Downloaded atomic-waker v1.1.2 |
| 580 | 2026-05-23T04:15:55.757Z | Downloaded aead v0.5.2 |
| 581 | 2026-05-23T04:15:55.757Z | Downloaded flagset v0.4.7 |
| 582 | 2026-05-23T04:15:55.761Z | Downloaded cfg_aliases v0.2.1 |
| 583 | 2026-05-23T04:15:55.761Z | Downloaded foldhash v0.2.0 |
| 584 | 2026-05-23T04:15:55.761Z | Downloaded bit-vec v0.6.3 |
| 585 | 2026-05-23T04:15:55.764Z | Downloaded diff v0.1.13 |
| 586 | 2026-05-23T04:15:55.764Z | Downloaded deranged v0.5.8 |
| 587 | 2026-05-23T04:15:55.764Z | Downloaded derive_builder v0.20.2 |
| 588 | 2026-05-23T04:15:55.767Z | Downloaded fallible-iterator v0.2.0 |
| 589 | 2026-05-23T04:15:55.770Z | Downloaded darling v0.20.11 |
| 590 | 2026-05-23T04:15:55.772Z | Downloaded crc v3.4.0 |
| 591 | 2026-05-23T04:15:55.772Z | Downloaded crc-any v2.5.0 |
| 592 | 2026-05-23T04:15:55.772Z | Downloaded base64 v0.22.1 |
| 593 | 2026-05-23T04:15:55.775Z | Downloaded cbc v0.1.2 |
| 594 | 2026-05-23T04:15:55.777Z | Downloaded bitflags v1.3.2 |
| 595 | 2026-05-23T04:15:55.780Z | Downloaded castaway v0.2.4 |
| 596 | 2026-05-23T04:15:55.780Z | Downloaded crossterm v0.28.1 |
| 597 | 2026-05-23T04:15:55.784Z | Downloaded crypto-bigint v0.5.5 |
| 598 | 2026-05-23T04:15:55.787Z | Downloaded crossbeam-channel v0.5.15 |
| 599 | 2026-05-23T04:15:55.790Z | Downloaded darling_core v0.23.0 |
| 600 | 2026-05-23T04:15:55.793Z | Downloaded compression-core v0.4.31 |
| 601 | 2026-05-23T04:15:55.796Z | Downloaded darling v0.21.3 |
| 602 | 2026-05-23T04:15:55.798Z | Downloaded fatfs v0.3.6 |
| 603 | 2026-05-23T04:15:55.798Z | Downloaded cobs v0.3.0 |
| 604 | 2026-05-23T04:15:55.801Z | Downloaded convert_case v0.10.0 |
| 605 | 2026-05-23T04:15:55.801Z | Downloaded cexpr v0.6.0 |
| 606 | 2026-05-23T04:15:55.804Z | Downloaded block-padding v0.3.3 |
| 607 | 2026-05-23T04:15:55.804Z | Downloaded cfg_aliases v0.1.1 |
| 608 | 2026-05-23T04:15:55.804Z | Downloaded fd-lock v4.0.4 |
| 609 | 2026-05-23T04:15:55.807Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 610 | 2026-05-23T04:15:55.807Z | Downloaded data-encoding v2.10.0 |
| 611 | 2026-05-23T04:15:55.807Z | Downloaded darling_macro v0.20.11 |
| 612 | 2026-05-23T04:15:55.812Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 613 | 2026-05-23T04:15:55.812Z | Downloaded bitfield-struct v0.6.2 |
| 614 | 2026-05-23T04:15:55.812Z | Downloaded bitfield-macros v0.19.4 |
| 615 | 2026-05-23T04:15:55.812Z | Downloaded bitfield v0.19.4 |
| 616 | 2026-05-23T04:15:55.815Z | Downloaded defmt v0.3.100 |
| 617 | 2026-05-23T04:15:55.815Z | Downloaded debug-ignore v1.0.5 |
| 618 | 2026-05-23T04:15:55.815Z | Downloaded fixedbitset v0.4.2 |
| 619 | 2026-05-23T04:15:55.815Z | Downloaded dirs-next v2.0.0 |
| 620 | 2026-05-23T04:15:55.815Z | Downloaded display-error-chain v0.2.2 |
| 621 | 2026-05-23T04:15:55.818Z | Downloaded darling_macro v0.21.3 |
| 622 | 2026-05-23T04:15:55.818Z | Downloaded convert_case v0.4.0 |
| 623 | 2026-05-23T04:15:55.818Z | Downloaded argon2 v0.5.3 |
| 624 | 2026-05-23T04:15:55.818Z | Downloaded base64ct v1.8.3 |
| 625 | 2026-05-23T04:15:55.821Z | Downloaded fixedbitset v0.5.7 |
| 626 | 2026-05-23T04:15:55.821Z | Downloaded critical-section v1.2.0 |
| 627 | 2026-05-23T04:15:55.823Z | Downloaded async-stream v0.3.6 |
| 628 | 2026-05-23T04:15:55.823Z | Downloaded globwalk v0.9.1 |
| 629 | 2026-05-23T04:15:55.826Z | Downloaded either v1.15.0 |
| 630 | 2026-05-23T04:15:55.826Z | Downloaded env_filter v1.0.0 |
| 631 | 2026-05-23T04:15:55.830Z | Downloaded atty v0.2.14 |
| 632 | 2026-05-23T04:15:55.830Z | Downloaded ascii-canvas v3.0.0 |
| 633 | 2026-05-23T04:15:55.830Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 634 | 2026-05-23T04:15:55.830Z | Downloaded derive_builder_macro v0.20.2 |
| 635 | 2026-05-23T04:15:55.830Z | Downloaded dunce v1.0.5 |
| 636 | 2026-05-23T04:15:55.833Z | Downloaded cstr-argument v0.1.2 |
| 637 | 2026-05-23T04:15:55.833Z | Downloaded csv-core v0.1.13 |
| 638 | 2026-05-23T04:15:55.834Z | Downloaded derive_builder_core v0.20.2 |
| 639 | 2026-05-23T04:15:55.834Z | Downloaded defmt v1.0.1 |
| 640 | 2026-05-23T04:15:55.837Z | Downloaded cpufeatures v0.3.0 |
| 641 | 2026-05-23T04:15:55.837Z | Downloaded cmake v0.1.57 |
| 642 | 2026-05-23T04:15:55.839Z | Downloaded downcast-rs v2.0.2 |
| 643 | 2026-05-23T04:15:55.839Z | Downloaded enum-as-inner v0.6.1 |
| 644 | 2026-05-23T04:15:55.839Z | Downloaded array-init v0.0.4 |
| 645 | 2026-05-23T04:15:55.841Z | Downloaded buf-list v1.1.2 |
| 646 | 2026-05-23T04:15:55.842Z | Downloaded elliptic-curve v0.13.8 |
| 647 | 2026-05-23T04:15:55.844Z | Downloaded foreign-types v0.3.2 |
| 648 | 2026-05-23T04:15:55.847Z | Downloaded ghash v0.5.1 |
| 649 | 2026-05-23T04:15:55.847Z | Downloaded bb8 v0.8.6 |
| 650 | 2026-05-23T04:15:55.847Z | Downloaded document-features v0.2.12 |
| 651 | 2026-05-23T04:15:55.850Z | Downloaded dyn-clone v1.0.20 |
| 652 | 2026-05-23T04:15:55.850Z | Downloaded crossterm v0.29.0 |
| 653 | 2026-05-23T04:15:55.853Z | Downloaded fxhash v0.2.1 |
| 654 | 2026-05-23T04:15:55.857Z | Downloaded console v0.16.2 |
| 655 | 2026-05-23T04:15:55.857Z | Downloaded futures-task v0.3.32 |
| 656 | 2026-05-23T04:15:55.857Z | Downloaded der_derive v0.7.3 |
| 657 | 2026-05-23T04:15:55.860Z | Downloaded futures-sink v0.3.32 |
| 658 | 2026-05-23T04:15:55.860Z | Downloaded daft v0.1.7 |
| 659 | 2026-05-23T04:15:55.860Z | Downloaded derive_more v0.99.20 |
| 660 | 2026-05-23T04:15:55.863Z | Downloaded futures-core v0.3.32 |
| 661 | 2026-05-23T04:15:55.863Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 662 | 2026-05-23T04:15:55.863Z | Downloaded chacha20 v0.9.1 |
| 663 | 2026-05-23T04:15:55.866Z | Downloaded gethostname v0.5.0 |
| 664 | 2026-05-23T04:15:55.866Z | Downloaded bit-vec v0.8.0 |
| 665 | 2026-05-23T04:15:55.866Z | Downloaded cassowary v0.3.0 |
| 666 | 2026-05-23T04:15:55.869Z | Downloaded cargo_metadata v0.23.1 |
| 667 | 2026-05-23T04:15:55.869Z | Downloaded foreign-types-shared v0.1.1 |
| 668 | 2026-05-23T04:15:55.869Z | Downloaded git-stub v1.0.0 |
| 669 | 2026-05-23T04:15:55.872Z | Downloaded futures-macro v0.3.32 |
| 670 | 2026-05-23T04:15:55.872Z | Downloaded dtrace-parser v0.3.0 |
| 671 | 2026-05-23T04:15:55.872Z | Downloaded difflib v0.4.0 |
| 672 | 2026-05-23T04:15:55.874Z | Downloaded float-cmp v0.10.0 |
| 673 | 2026-05-23T04:15:55.874Z | Downloaded camino-tempfile-ext v0.3.3 |
| 674 | 2026-05-23T04:15:55.875Z | Downloaded blowfish v0.9.1 |
| 675 | 2026-05-23T04:15:55.877Z | Downloaded ciborium-ll v0.2.2 |
| 676 | 2026-05-23T04:15:55.877Z | Downloaded bit-set v0.8.0 |
| 677 | 2026-05-23T04:15:55.877Z | Downloaded hash32 v0.2.1 |
| 678 | 2026-05-23T04:15:55.880Z | Downloaded hash32 v0.3.1 |
| 679 | 2026-05-23T04:15:55.880Z | Downloaded float-ord v0.3.2 |
| 680 | 2026-05-23T04:15:55.880Z | Downloaded async-recursion v1.1.1 |
| 681 | 2026-05-23T04:15:55.883Z | Downloaded headers-core v0.3.0 |
| 682 | 2026-05-23T04:15:55.883Z | Downloaded cargo-platform v0.3.2 |
| 683 | 2026-05-23T04:15:55.886Z | Downloaded dsl_auto_type v0.2.0 |
| 684 | 2026-05-23T04:15:55.886Z | Downloaded darling_macro v0.23.0 |
| 685 | 2026-05-23T04:15:55.886Z | Downloaded darling v0.23.0 |
| 686 | 2026-05-23T04:15:55.888Z | Downloaded foreign-types v0.5.0 |
| 687 | 2026-05-23T04:15:55.888Z | Downloaded daft-derive v0.1.7 |
| 688 | 2026-05-23T04:15:55.891Z | Downloaded fs-err v2.11.0 |
| 689 | 2026-05-23T04:15:55.894Z | Downloaded group v0.13.0 |
| 690 | 2026-05-23T04:15:55.894Z | Downloaded glob v0.3.3 |
| 691 | 2026-05-23T04:15:55.896Z | Downloaded cipher v0.4.4 |
| 692 | 2026-05-23T04:15:55.896Z | Downloaded ahash v0.8.12 |
| 693 | 2026-05-23T04:15:55.899Z | Downloaded des v0.8.1 |
| 694 | 2026-05-23T04:15:55.899Z | Downloaded futures-io v0.3.32 |
| 695 | 2026-05-23T04:15:55.901Z | Downloaded foreign-types-shared v0.3.1 |
| 696 | 2026-05-23T04:15:55.901Z | Downloaded ecdsa v0.16.9 |
| 697 | 2026-05-23T04:15:55.901Z | Downloaded ctr v0.9.2 |
| 698 | 2026-05-23T04:15:55.904Z | Downloaded home v0.5.12 |
| 699 | 2026-05-23T04:15:55.904Z | Downloaded foreign-types-macros v0.2.3 |
| 700 | 2026-05-23T04:15:55.904Z | Downloaded compression-codecs v0.4.37 |
| 701 | 2026-05-23T04:15:55.906Z | Downloaded http-body v1.0.1 |
| 702 | 2026-05-23T04:15:55.906Z | Downloaded foldhash v0.1.5 |
| 703 | 2026-05-23T04:15:55.909Z | Downloaded fs_extra v1.3.0 |
| 704 | 2026-05-23T04:15:55.909Z | Downloaded git-stub-vcs v0.1.0 |
| 705 | 2026-05-23T04:15:55.912Z | Downloaded async-trait v0.1.89 |
| 706 | 2026-05-23T04:15:55.914Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 707 | 2026-05-23T04:15:55.914Z | Downloaded cancel-safe-futures v0.1.5 |
| 708 | 2026-05-23T04:15:55.914Z | Downloaded hex-literal v0.4.1 |
| 709 | 2026-05-23T04:15:55.917Z | Downloaded console v0.15.11 |
| 710 | 2026-05-23T04:15:55.917Z | Downloaded clang-sys v1.8.1 |
| 711 | 2026-05-23T04:15:55.920Z | Downloaded bzip2 v0.6.1 |
| 712 | 2026-05-23T04:15:55.920Z | Downloaded blake2 v0.10.6 |
| 713 | 2026-05-23T04:15:55.922Z | Downloaded dirs-sys-next v0.1.2 |
| 714 | 2026-05-23T04:15:55.922Z | Downloaded derive-ex v0.1.8 |
| 715 | 2026-05-23T04:15:55.925Z | Downloaded funty v2.0.0 |
| 716 | 2026-05-23T04:15:55.925Z | Downloaded embedded-io v0.4.0 |
| 717 | 2026-05-23T04:15:55.925Z | Downloaded defmt-parser v1.0.0 |
| 718 | 2026-05-23T04:15:55.928Z | Downloaded allocator-api2 v0.2.21 |
| 719 | 2026-05-23T04:15:55.928Z | Downloaded bcs v0.1.6 |
| 720 | 2026-05-23T04:15:55.930Z | Downloaded ff v0.13.1 |
| 721 | 2026-05-23T04:15:55.930Z | Downloaded erased-serde v0.3.31 |
| 722 | 2026-05-23T04:15:55.932Z | Downloaded hostname v0.4.2 |
| 723 | 2026-05-23T04:15:55.932Z | Downloaded illumos-nvpair v0.3.0 |
| 724 | 2026-05-23T04:15:55.935Z | Downloaded hubpack_derive v0.1.1 |
| 725 | 2026-05-23T04:15:55.935Z | Downloaded chacha20 v0.10.0 |
| 726 | 2026-05-23T04:15:55.935Z | Downloaded httpdate v1.0.3 |
| 727 | 2026-05-23T04:15:55.937Z | Downloaded hex v0.4.3 |
| 728 | 2026-05-23T04:15:55.937Z | Downloaded byte-wrapper v0.1.0 |
| 729 | 2026-05-23T04:15:55.940Z | Downloaded cookie_store v0.22.1 |
| 730 | 2026-05-23T04:15:55.940Z | Downloaded ena v0.14.4 |
| 731 | 2026-05-23T04:15:55.942Z | Downloaded backon v1.6.0 |
| 732 | 2026-05-23T04:15:55.945Z | Downloaded colored v3.1.1 |
| 733 | 2026-05-23T04:15:55.945Z | Downloaded indent_write v2.2.0 |
| 734 | 2026-05-23T04:15:55.947Z | Downloaded lazy_static v1.5.0 |
| 735 | 2026-05-23T04:15:55.947Z | Downloaded keccak v0.1.6 |
| 736 | 2026-05-23T04:15:55.947Z | Downloaded hyper-tls v0.6.0 |
| 737 | 2026-05-23T04:15:55.950Z | Downloaded ed25519 v2.2.3 |
| 738 | 2026-05-23T04:15:55.950Z | Downloaded async-bb8-diesel v0.2.1 |
| 739 | 2026-05-23T04:15:55.952Z | Downloaded filetime v0.2.27 |
| 740 | 2026-05-23T04:15:55.952Z | Downloaded anstream v0.6.21 |
| 741 | 2026-05-23T04:15:55.955Z | Downloaded ident_case v1.0.1 |
| 742 | 2026-05-23T04:15:55.955Z | Downloaded http-range v0.1.5 |
| 743 | 2026-05-23T04:15:55.955Z | Downloaded inout v0.1.4 |
| 744 | 2026-05-23T04:15:55.958Z | Downloaded defmt-macros v1.0.1 |
| 745 | 2026-05-23T04:15:55.958Z | Downloaded cookie v0.18.1 |
| 746 | 2026-05-23T04:15:55.960Z | Downloaded arrayvec v0.7.6 |
| 747 | 2026-05-23T04:15:55.960Z | Downloaded find-msvc-tools v0.1.9 |
| 748 | 2026-05-23T04:15:55.962Z | Downloaded kstat-rs v0.2.4 |
| 749 | 2026-05-23T04:15:55.962Z | Downloaded globset v0.4.18 |
| 750 | 2026-05-23T04:15:55.965Z | Downloaded futures-executor v0.3.32 |
| 751 | 2026-05-23T04:15:55.965Z | Downloaded crc32fast v1.5.0 |
| 752 | 2026-05-23T04:15:55.967Z | Downloaded libscf-sys v1.1.0 |
| 753 | 2026-05-23T04:15:55.967Z | Downloaded indoc v2.0.7 |
| 754 | 2026-05-23T04:15:55.970Z | Downloaded lalrpop-util v0.19.12 |
| 755 | 2026-05-23T04:15:55.970Z | Downloaded instant v0.1.13 |
| 756 | 2026-05-23T04:15:55.970Z | Downloaded indoc v1.0.9 |
| 757 | 2026-05-23T04:15:55.973Z | Downloaded hubpack v0.1.2 |
| 758 | 2026-05-23T04:15:55.973Z | Downloaded instability v0.3.11 |
| 759 | 2026-05-23T04:15:55.975Z | Downloaded bzip2 v0.4.4 |
| 760 | 2026-05-23T04:15:55.975Z | Downloaded lzss v0.8.2 |
| 761 | 2026-05-23T04:15:55.978Z | Downloaded lru v0.12.5 |
| 762 | 2026-05-23T04:15:55.978Z | Downloaded ciborium v0.2.2 |
| 763 | 2026-05-23T04:15:55.978Z | Downloaded compact_str v0.8.1 |
| 764 | 2026-05-23T04:15:55.980Z | Downloaded hyper-staticfile v0.10.1 |
| 765 | 2026-05-23T04:15:55.983Z | Downloaded hostname v0.3.1 |
| 766 | 2026-05-23T04:15:55.983Z | Downloaded half v1.8.3 |
| 767 | 2026-05-23T04:15:55.986Z | Downloaded futures-channel v0.3.32 |
| 768 | 2026-05-23T04:15:55.986Z | Downloaded env_logger v0.11.9 |
| 769 | 2026-05-23T04:15:55.988Z | Downloaded is_ci v1.2.0 |
| 770 | 2026-05-23T04:15:55.988Z | Downloaded match_cfg v0.1.0 |
| 771 | 2026-05-23T04:15:55.988Z | Downloaded lru-slab v0.1.2 |
| 772 | 2026-05-23T04:15:55.991Z | Downloaded maplit v1.0.2 |
| 773 | 2026-05-23T04:15:55.991Z | Downloaded managed v0.8.0 |
| 774 | 2026-05-23T04:15:55.991Z | Downloaded maybe-uninit v2.0.0 |
| 775 | 2026-05-23T04:15:55.994Z | Downloaded lru-cache v0.1.2 |
| 776 | 2026-05-23T04:15:55.994Z | Downloaded ipnetwork v0.21.1 |
| 777 | 2026-05-23T04:15:55.994Z | Downloaded mime v0.3.17 |
| 778 | 2026-05-23T04:15:55.998Z | Downloaded internet-checksum v0.2.1 |
| 779 | 2026-05-23T04:15:55.998Z | Downloaded highway v1.3.0 |
| 780 | 2026-05-23T04:15:55.998Z | Downloaded futures v0.3.32 |
| 781 | 2026-05-23T04:15:56.001Z | Downloaded corncobs v0.1.4 |
| 782 | 2026-05-23T04:15:56.001Z | Downloaded http-body-util v0.1.3 |
| 783 | 2026-05-23T04:15:56.003Z | Downloaded memoffset v0.9.1 |
| 784 | 2026-05-23T04:15:56.003Z | Downloaded md5 v0.7.0 |
| 785 | 2026-05-23T04:15:56.003Z | Downloaded ingot-types v0.1.2 |
| 786 | 2026-05-23T04:15:56.003Z | Downloaded colored v2.2.0 |
| 787 | 2026-05-23T04:15:56.006Z | Downloaded nibble_vec v0.1.0 |
| 788 | 2026-05-23T04:15:56.006Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-05-23T04:15:56.009Z | Downloaded num-derive v0.3.3 |
| 790 | 2026-05-23T04:15:56.009Z | Downloaded flate2 v1.1.9 |
| 791 | 2026-05-23T04:15:56.011Z | Downloaded num-derive v0.4.2 |
| 792 | 2026-05-23T04:15:56.014Z | Downloaded der v0.7.10 |
| 793 | 2026-05-23T04:15:56.016Z | Downloaded multimap v0.10.1 |
| 794 | 2026-05-23T04:15:56.016Z | Downloaded is-terminal v0.4.17 |
| 795 | 2026-05-23T04:15:56.016Z | Downloaded ingot v0.1.1 |
| 796 | 2026-05-23T04:15:56.019Z | Downloaded bytes v1.11.1 |
| 797 | 2026-05-23T04:15:56.021Z | Downloaded humantime v2.3.0 |
| 798 | 2026-05-23T04:15:56.021Z | Downloaded hmac v0.12.1 |
| 799 | 2026-05-23T04:15:56.024Z | Downloaded ipnet v2.11.0 |
| 800 | 2026-05-23T04:15:56.024Z | Downloaded getrandom v0.3.4 |
| 801 | 2026-05-23T04:15:56.028Z | Downloaded num-conv v0.2.0 |
| 802 | 2026-05-23T04:15:56.028Z | Downloaded num v0.4.3 |
| 803 | 2026-05-23T04:15:56.031Z | Downloaded jobserver v0.1.34 |
| 804 | 2026-05-23T04:15:56.031Z | Downloaded num-iter v0.1.45 |
| 805 | 2026-05-23T04:15:56.031Z | Downloaded nodrop v0.1.14 |
| 806 | 2026-05-23T04:15:56.031Z | Downloaded new_debug_unreachable v1.0.6 |
| 807 | 2026-05-23T04:15:56.031Z | Downloaded getrandom v0.2.17 |
| 808 | 2026-05-23T04:15:56.035Z | Downloaded nonempty v0.12.0 |
| 809 | 2026-05-23T04:15:56.035Z | Downloaded const_format v0.2.35 |
| 810 | 2026-05-23T04:15:56.038Z | Downloaded num_threads v0.1.7 |
| 811 | 2026-05-23T04:15:56.038Z | Downloaded libsw-core v0.3.2 |
| 812 | 2026-05-23T04:15:56.038Z | Downloaded libefi-sys v0.1.0 |
| 813 | 2026-05-23T04:15:56.040Z | Downloaded drift v0.2.0 |
| 814 | 2026-05-23T04:15:56.044Z | Downloaded openssl-macros v0.1.1 |
| 815 | 2026-05-23T04:15:56.047Z | Downloaded olpc-cjson v0.1.4 |
| 816 | 2026-05-23T04:15:56.047Z | Downloaded num_enum_derive v0.5.11 |
| 817 | 2026-05-23T04:15:56.047Z | Downloaded opaque-debug v0.3.1 |
| 818 | 2026-05-23T04:15:56.050Z | Downloaded md-5 v0.10.6 |
| 819 | 2026-05-23T04:15:56.050Z | Downloaded libsw v3.5.0 |
| 820 | 2026-05-23T04:15:56.050Z | Downloaded ingot-macros v0.1.1 |
| 821 | 2026-05-23T04:15:56.052Z | Downloaded derive-where v1.6.0 |
| 822 | 2026-05-23T04:15:56.054Z | Downloaded newtype-uuid v1.3.2 |
| 823 | 2026-05-23T04:15:56.054Z | Downloaded multer v3.1.0 |
| 824 | 2026-05-23T04:15:56.057Z | Downloaded packed_struct_codegen v0.10.1 |
| 825 | 2026-05-23T04:15:56.057Z | Downloaded oso-derive v0.27.3 |
| 826 | 2026-05-23T04:15:56.057Z | Downloaded libloading v0.8.9 |
| 827 | 2026-05-23T04:15:56.059Z | Downloaded iana-time-zone v0.1.65 |
| 828 | 2026-05-23T04:15:56.062Z | Downloaded chacha20poly1305 v0.10.1 |
| 829 | 2026-05-23T04:15:56.062Z | Downloaded mime_guess v2.0.5 |
| 830 | 2026-05-23T04:15:56.064Z | Downloaded native-tls v0.2.18 |
| 831 | 2026-05-23T04:15:56.064Z | Downloaded openssl-probe v0.1.6 |
| 832 | 2026-05-23T04:15:56.064Z | Downloaded hyper-rustls v0.27.7 |
| 833 | 2026-05-23T04:15:56.067Z | Downloaded linked-hash-map v0.5.6 |
| 834 | 2026-05-23T04:15:56.067Z | Downloaded dropshot_endpoint v0.17.0 |
| 835 | 2026-05-23T04:15:56.084Z | Downloaded pbkdf2 v0.11.0 |
| 836 | 2026-05-23T04:15:56.087Z | Downloaded ar_archive_writer v0.5.1 |
| 837 | 2026-05-23T04:15:56.089Z | Downloaded parse-size v1.1.0 |
| 838 | 2026-05-23T04:15:56.089Z | Downloaded parse-display v0.10.0 |
| 839 | 2026-05-23T04:15:56.089Z | Downloaded openssl-probe v0.2.1 |
| 840 | 2026-05-23T04:15:56.092Z | Downloaded nu-ansi-term v0.50.3 |
| 841 | 2026-05-23T04:15:56.092Z | Downloaded pbkdf2 v0.12.2 |
| 842 | 2026-05-23T04:15:56.094Z | Downloaded num-integer v0.1.46 |
| 843 | 2026-05-23T04:15:56.094Z | Downloaded nanorand v0.7.0 |
| 844 | 2026-05-23T04:15:56.097Z | Downloaded path-slash v0.1.5 |
| 845 | 2026-05-23T04:15:56.097Z | Downloaded num_enum v0.7.6 |
| 846 | 2026-05-23T04:15:56.099Z | Downloaded phf_shared v0.13.1 |
| 847 | 2026-05-23T04:15:56.102Z | Downloaded phf_shared v0.12.1 |
| 848 | 2026-05-23T04:15:56.102Z | Downloaded peg-runtime v0.8.5 |
| 849 | 2026-05-23T04:15:56.102Z | Downloaded darling_core v0.20.11 |
| 850 | 2026-05-23T04:15:56.104Z | Downloaded phf_shared v0.11.3 |
| 851 | 2026-05-23T04:15:56.104Z | Downloaded pin-utils v0.1.0 |
| 852 | 2026-05-23T04:15:56.107Z | Downloaded num-complex v0.4.6 |
| 853 | 2026-05-23T04:15:56.107Z | Downloaded cc v1.2.56 |
| 854 | 2026-05-23T04:15:56.109Z | Downloaded base64 v0.21.7 |
| 855 | 2026-05-23T04:15:56.112Z | Downloaded num_enum_derive v0.7.6 |
| 856 | 2026-05-23T04:15:56.112Z | Downloaded num_enum v0.5.11 |
| 857 | 2026-05-23T04:15:56.114Z | Downloaded litrs v1.0.0 |
| 858 | 2026-05-23T04:15:56.117Z | Downloaded num-rational v0.4.2 |
| 859 | 2026-05-23T04:15:56.117Z | Downloaded predicates-tree v1.0.13 |
| 860 | 2026-05-23T04:15:56.119Z | Downloaded precomputed-hash v0.1.1 |
| 861 | 2026-05-23T04:15:56.119Z | Downloaded owo-colors v4.3.0 |
| 862 | 2026-05-23T04:15:56.119Z | Downloaded httparse v1.10.1 |
| 863 | 2026-05-23T04:15:56.122Z | Downloaded linear-map v1.2.0 |
| 864 | 2026-05-23T04:15:56.122Z | Downloaded expectorate v1.2.0 |
| 865 | 2026-05-23T04:15:56.125Z | Downloaded heapless v0.7.17 |
| 866 | 2026-05-23T04:15:56.127Z | Downloaded proc-macro-crate v3.4.0 |
| 867 | 2026-05-23T04:15:56.127Z | Downloaded proc-macro-crate v1.3.1 |
| 868 | 2026-05-23T04:15:56.127Z | Downloaded powerfmt v0.2.0 |
| 869 | 2026-05-23T04:15:56.129Z | Downloaded darling_core v0.21.3 |
| 870 | 2026-05-23T04:15:56.132Z | Downloaded predicates-core v1.0.10 |
| 871 | 2026-05-23T04:15:56.134Z | Downloaded oxide-tokio-rt v0.1.4 |
| 872 | 2026-05-23T04:15:56.134Z | Downloaded lock_api v0.4.14 |
| 873 | 2026-05-23T04:15:56.137Z | Downloaded flume v0.11.1 |
| 874 | 2026-05-23T04:15:56.143Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 875 | 2026-05-23T04:15:56.143Z | Downloaded indexmap v1.9.3 |
| 876 | 2026-05-23T04:15:56.145Z | Downloaded heapless v0.8.0 |
| 877 | 2026-05-23T04:15:56.145Z | Downloaded parse-display-derive v0.10.0 |
| 878 | 2026-05-23T04:15:56.145Z | Downloaded progenitor-client v0.11.2 |
| 879 | 2026-05-23T04:15:56.148Z | Downloaded password-hash v0.4.2 |
| 880 | 2026-05-23T04:15:56.148Z | Downloaded packed_struct v0.10.1 |
| 881 | 2026-05-23T04:15:56.151Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 882 | 2026-05-23T04:15:56.153Z | Downloaded pem v3.0.6 |
| 883 | 2026-05-23T04:15:56.154Z | Downloaded progenitor-macro v0.14.0 |
| 884 | 2026-05-23T04:15:56.154Z | Downloaded progenitor-macro v0.13.0 |
| 885 | 2026-05-23T04:15:56.156Z | Downloaded progenitor-client v0.14.0 |
| 886 | 2026-05-23T04:15:56.156Z | Downloaded progenitor-macro v0.11.2 |
| 887 | 2026-05-23T04:15:56.156Z | Downloaded ignore v0.4.25 |
| 888 | 2026-05-23T04:15:56.159Z | Downloaded radium v0.7.0 |
| 889 | 2026-05-23T04:15:56.159Z | Downloaded memmap2 v0.9.10 |
| 890 | 2026-05-23T04:15:56.163Z | Downloaded quick-error v1.2.3 |
| 891 | 2026-05-23T04:15:56.163Z | Downloaded pin-project-internal v1.1.11 |
| 892 | 2026-05-23T04:15:56.166Z | Downloaded ed25519-dalek v2.2.0 |
| 893 | 2026-05-23T04:15:56.166Z | Downloaded psl-types v2.0.11 |
| 894 | 2026-05-23T04:15:56.166Z | Downloaded phf v0.13.1 |
| 895 | 2026-05-23T04:15:56.169Z | Downloaded libbz2-rs-sys v0.2.2 |
| 896 | 2026-05-23T04:15:56.169Z | Downloaded aes v0.8.4 |
| 897 | 2026-05-23T04:15:56.171Z | Downloaded indicatif v0.18.4 |
| 898 | 2026-05-23T04:15:56.174Z | Downloaded rand_chacha v0.3.1 |
| 899 | 2026-05-23T04:15:56.176Z | Downloaded async-compression v0.4.41 |
| 900 | 2026-05-23T04:15:56.179Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 901 | 2026-05-23T04:15:56.181Z | Downloaded postgres-protocol v0.6.10 |
| 902 | 2026-05-23T04:15:56.181Z | Downloaded ppv-lite86 v0.2.21 |
| 903 | 2026-05-23T04:15:56.185Z | Downloaded poly1305 v0.8.0 |
| 904 | 2026-05-23T04:15:56.185Z | Downloaded recursive v0.1.1 |
| 905 | 2026-05-23T04:15:56.188Z | Downloaded pkg-config v0.3.32 |
| 906 | 2026-05-23T04:15:56.188Z | Downloaded polyval v0.6.2 |
| 907 | 2026-05-23T04:15:56.188Z | Downloaded pem-rfc7468 v0.7.0 |
| 908 | 2026-05-23T04:15:56.190Z | Downloaded half v2.7.1 |
| 909 | 2026-05-23T04:15:56.190Z | Downloaded derive_more-impl v2.1.1 |
| 910 | 2026-05-23T04:15:56.194Z | Downloaded rand_xorshift v0.4.0 |
| 911 | 2026-05-23T04:15:56.197Z | Downloaded omicron-zone-package v0.12.2 |
| 912 | 2026-05-23T04:15:56.199Z | Downloaded ref-cast-impl v1.0.25 |
| 913 | 2026-05-23T04:15:56.199Z | Downloaded ref-cast v1.0.25 |
| 914 | 2026-05-23T04:15:56.202Z | Downloaded paste v1.0.15 |
| 915 | 2026-05-23T04:15:56.204Z | Downloaded progenitor v0.11.2 |
| 916 | 2026-05-23T04:15:56.204Z | Downloaded proc-macro-error2 v2.0.1 |
| 917 | 2026-05-23T04:15:56.206Z | Downloaded progenitor-client v0.13.0 |
| 918 | 2026-05-23T04:15:56.209Z | Downloaded parking_lot_core v0.9.12 |
| 919 | 2026-05-23T04:15:56.209Z | Downloaded hickory-resolver v0.24.4 |
| 920 | 2026-05-23T04:15:56.211Z | Downloaded russh-cryptovec v0.7.3 |
| 921 | 2026-05-23T04:15:56.214Z | Downloaded rfc6979 v0.4.0 |
| 922 | 2026-05-23T04:15:56.214Z | Downloaded rtoolbox v0.0.3 |
| 923 | 2026-05-23T04:15:56.214Z | Downloaded parking_lot v0.12.5 |
| 924 | 2026-05-23T04:15:56.216Z | Downloaded progenitor v0.14.0 |
| 925 | 2026-05-23T04:15:56.219Z | Downloaded progenitor v0.13.0 |
| 926 | 2026-05-23T04:15:56.219Z | Downloaded psm v0.1.30 |
| 927 | 2026-05-23T04:15:56.221Z | Downloaded diesel_derives v2.3.7 |
| 928 | 2026-05-23T04:15:56.224Z | Downloaded peg-macros v0.8.5 |
| 929 | 2026-05-23T04:15:56.227Z | Downloaded pkcs1 v0.7.5 |
| 930 | 2026-05-23T04:15:56.231Z | Downloaded phf v0.12.1 |
| 931 | 2026-05-23T04:15:56.231Z | Downloaded rustc_version v0.1.7 |
| 932 | 2026-05-23T04:15:56.231Z | Downloaded rustc-hash v2.1.1 |
| 933 | 2026-05-23T04:15:56.233Z | Downloaded rustc_version v0.4.1 |
| 934 | 2026-05-23T04:15:56.233Z | Downloaded rand_core v0.9.5 |
| 935 | 2026-05-23T04:15:56.233Z | Downloaded rand_core v0.6.4 |
| 936 | 2026-05-23T04:15:56.236Z | Downloaded hickory-resolver v0.25.2 |
| 937 | 2026-05-23T04:15:56.238Z | Downloaded rand_core v0.10.0 |
| 938 | 2026-05-23T04:15:56.241Z | Downloaded postcard v1.1.3 |
| 939 | 2026-05-23T04:15:56.241Z | Downloaded pkcs5 v0.7.1 |
| 940 | 2026-05-23T04:15:56.243Z | Downloaded rand_seeder v0.4.0 |
| 941 | 2026-05-23T04:15:56.246Z | Downloaded hashbrown v0.12.3 |
| 942 | 2026-05-23T04:15:56.248Z | Downloaded postgres-types v0.2.12 |
| 943 | 2026-05-23T04:15:56.250Z | Downloaded r2d2 v0.8.10 |
| 944 | 2026-05-23T04:15:56.250Z | Downloaded pin-project-lite v0.2.17 |
| 945 | 2026-05-23T04:15:56.254Z | Downloaded scopeguard v1.2.0 |
| 946 | 2026-05-23T04:15:56.256Z | Downloaded headers v0.4.1 |
| 947 | 2026-05-23T04:15:56.259Z | Downloaded parking_lot v0.11.2 |
| 948 | 2026-05-23T04:15:56.261Z | Downloaded scrypt v0.11.0 |
| 949 | 2026-05-23T04:15:56.264Z | Downloaded jiff-static v0.2.21 |
| 950 | 2026-05-23T04:15:56.264Z | Downloaded papergrid v0.17.0 |
| 951 | 2026-05-23T04:15:56.267Z | Downloaded secrecy v0.8.0 |
| 952 | 2026-05-23T04:15:56.270Z | Downloaded same-file v1.0.6 |
| 953 | 2026-05-23T04:15:56.270Z | Downloaded salsa20 v0.10.2 |
| 954 | 2026-05-23T04:15:56.272Z | Downloaded progenitor-extras v0.2.0 |
| 955 | 2026-05-23T04:15:56.272Z | Downloaded pkcs8 v0.10.2 |
| 956 | 2026-05-23T04:15:56.275Z | Downloaded serde-big-array v0.5.1 |
| 957 | 2026-05-23T04:15:56.275Z | Downloaded dropshot-api-manager v0.7.2 |
| 958 | 2026-05-23T04:15:56.278Z | Downloaded seq-macro v0.3.6 |
| 959 | 2026-05-23T04:15:56.281Z | Downloaded secrecy v0.10.3 |
| 960 | 2026-05-23T04:15:56.281Z | Downloaded semver v0.1.20 |
| 961 | 2026-05-23T04:15:56.284Z | Downloaded scroll_derive v0.13.1 |
| 962 | 2026-05-23T04:15:56.284Z | Downloaded scheduled-thread-pool v0.2.7 |
| 963 | 2026-05-23T04:15:56.284Z | Downloaded sapling-renderdag v0.1.0 |
| 964 | 2026-05-23T04:15:56.286Z | Downloaded resolv-conf v0.7.6 |
| 965 | 2026-05-23T04:15:56.286Z | Downloaded serde_bytes v0.11.19 |
| 966 | 2026-05-23T04:15:56.288Z | Downloaded serde_repr v0.1.20 |
| 967 | 2026-05-23T04:15:56.288Z | Downloaded bumpalo v3.20.2 |
| 968 | 2026-05-23T04:15:56.291Z | Downloaded serde_spanned v1.0.4 |
| 969 | 2026-05-23T04:15:56.293Z | Downloaded quinn-udp v0.5.14 |
| 970 | 2026-05-23T04:15:56.293Z | Downloaded rand_chacha v0.9.0 |
| 971 | 2026-05-23T04:15:56.296Z | Downloaded hickory-server v0.25.2 |
| 972 | 2026-05-23T04:15:56.298Z | Downloaded prefix-trie v0.7.0 |
| 973 | 2026-05-23T04:15:56.301Z | Downloaded primeorder v0.13.6 |
| 974 | 2026-05-23T04:15:56.301Z | Downloaded serde_urlencoded v0.7.1 |
| 975 | 2026-05-23T04:15:56.303Z | Downloaded hyper-util v0.1.20 |
| 976 | 2026-05-23T04:15:56.306Z | Downloaded sha1 v0.10.6 |
| 977 | 2026-05-23T04:15:56.308Z | Downloaded serde_plain v1.0.2 |
| 978 | 2026-05-23T04:15:56.308Z | Downloaded shell-words v1.1.1 |
| 979 | 2026-05-23T04:15:56.311Z | Downloaded minimal-lexical v0.2.1 |
| 980 | 2026-05-23T04:15:56.313Z | Downloaded predicates v3.1.4 |
| 981 | 2026-05-23T04:15:56.315Z | Downloaded rustls-pemfile v2.2.0 |
| 982 | 2026-05-23T04:15:56.315Z | Downloaded rustls-pemfile v1.0.4 |
| 983 | 2026-05-23T04:15:56.318Z | Downloaded p256 v0.13.2 |
| 984 | 2026-05-23T04:15:56.320Z | Downloaded slog-bunyan v2.5.0 |
| 985 | 2026-05-23T04:15:56.323Z | Downloaded siphasher v1.0.2 |
| 986 | 2026-05-23T04:15:56.323Z | Downloaded sigpipe v0.1.3 |
| 987 | 2026-05-23T04:15:56.323Z | Downloaded password-hash v0.5.0 |
| 988 | 2026-05-23T04:15:56.325Z | Downloaded openssl-sys v0.9.114 |
| 989 | 2026-05-23T04:15:56.328Z | Downloaded parking_lot_core v0.8.6 |
| 990 | 2026-05-23T04:15:56.330Z | Downloaded signal-hook-mio v0.2.5 |
| 991 | 2026-05-23T04:15:56.330Z | Downloaded schemars_derive v0.8.22 |
| 992 | 2026-05-23T04:15:56.335Z | Downloaded rusty-fork v0.3.1 |
| 993 | 2026-05-23T04:15:56.335Z | Downloaded progenitor-impl v0.11.2 |
| 994 | 2026-05-23T04:15:56.337Z | Downloaded slog-envlogger v2.2.0 |
| 995 | 2026-05-23T04:15:56.337Z | Downloaded signature v2.2.0 |
| 996 | 2026-05-23T04:15:56.337Z | Downloaded oso v0.27.3 |
| 997 | 2026-05-23T04:15:56.340Z | Downloaded arc-swap v1.8.2 |
| 998 | 2026-05-23T04:15:56.342Z | Downloaded russh-keys v0.45.0 |
| 999 | 2026-05-23T04:15:56.345Z | Downloaded peg v0.8.5 |
| 1000 | 2026-05-23T04:15:56.347Z | Downloaded derive_more v2.1.1 |
| 1001 | 2026-05-23T04:15:56.353Z | Downloaded signal-hook-tokio v0.3.1 |
| 1002 | 2026-05-23T04:15:56.355Z | Downloaded serde-hex v0.1.0 |
| 1003 | 2026-05-23T04:15:56.355Z | Downloaded sct v0.7.1 |
| 1004 | 2026-05-23T04:15:56.358Z | Downloaded scroll v0.13.0 |
| 1005 | 2026-05-23T04:15:56.360Z | Downloaded rustversion v1.0.22 |
| 1006 | 2026-05-23T04:15:56.360Z | Downloaded pin-project v1.1.11 |
| 1007 | 2026-05-23T04:15:56.367Z | Downloaded ssh-cipher v0.2.0 |
| 1008 | 2026-05-23T04:15:56.370Z | Downloaded newtype_derive v0.1.6 |
| 1009 | 2026-05-23T04:15:56.370Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1010 | 2026-05-23T04:15:56.372Z | Downloaded newline-converter v0.3.0 |
| 1011 | 2026-05-23T04:15:56.372Z | Downloaded constant_time_eq v0.4.2 |
| 1012 | 2026-05-23T04:15:56.372Z | Downloaded serde_path_to_error v0.1.20 |
| 1013 | 2026-05-23T04:15:56.375Z | Downloaded sqlparser_derive v0.5.0 |
| 1014 | 2026-05-23T04:15:56.375Z | Downloaded signal-hook-registry v1.4.8 |
| 1015 | 2026-05-23T04:15:56.377Z | Downloaded serde_derive_internals v0.29.1 |
| 1016 | 2026-05-23T04:15:56.377Z | Downloaded rustls-pki-types v1.14.0 |
| 1017 | 2026-05-23T04:15:56.380Z | Downloaded num-bigint v0.4.6 |
| 1018 | 2026-05-23T04:15:56.382Z | Downloaded slab v0.4.12 |
| 1019 | 2026-05-23T04:15:56.385Z | Downloaded simd-adler32 v0.3.8 |
| 1020 | 2026-05-23T04:15:56.385Z | Downloaded ssh-encoding v0.2.0 |
| 1021 | 2026-05-23T04:15:56.387Z | Downloaded miniz_oxide v0.8.9 |
| 1022 | 2026-05-23T04:15:56.390Z | Downloaded aes-gcm v0.10.3 |
| 1023 | 2026-05-23T04:15:56.392Z | Downloaded const_format_proc_macros v0.2.34 |
| 1024 | 2026-05-23T04:15:56.392Z | Downloaded hashbrown v0.16.1 |
| 1025 | 2026-05-23T04:15:56.396Z | Downloaded slog-scope v4.4.1 |
| 1026 | 2026-05-23T04:15:56.400Z | Downloaded structmeta v0.3.0 |
| 1027 | 2026-05-23T04:15:56.400Z | Downloaded progenitor-impl v0.14.0 |
| 1028 | 2026-05-23T04:15:56.402Z | Downloaded tabwriter v1.4.1 |
| 1029 | 2026-05-23T04:15:56.402Z | Downloaded sync-ptr v0.1.4 |
| 1030 | 2026-05-23T04:15:56.402Z | Downloaded strum v0.27.2 |
| 1031 | 2026-05-23T04:15:56.405Z | Downloaded tabled_derive v0.11.0 |
| 1032 | 2026-05-23T04:15:56.405Z | Downloaded supports-color v3.0.2 |
| 1033 | 2026-05-23T04:15:56.405Z | Downloaded strum v0.26.3 |
| 1034 | 2026-05-23T04:15:56.407Z | Downloaded tagptr v0.2.0 |
| 1035 | 2026-05-23T04:15:56.407Z | Downloaded smallvec v0.6.14 |
| 1036 | 2026-05-23T04:15:56.410Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-05-23T04:15:56.410Z | Downloaded slog-dtrace v0.3.0 |
| 1038 | 2026-05-23T04:15:56.412Z | Downloaded shlex v1.3.0 |
| 1039 | 2026-05-23T04:15:56.412Z | Downloaded sec1 v0.7.3 |
| 1040 | 2026-05-23T04:15:56.412Z | Downloaded structmeta-derive v0.3.0 |
| 1041 | 2026-05-23T04:15:56.415Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1042 | 2026-05-23T04:15:56.415Z | Downloaded oxnet v0.1.5 |
| 1043 | 2026-05-23T04:15:56.417Z | Downloaded http v1.4.0 |
| 1044 | 2026-05-23T04:15:56.420Z | Downloaded anstyle-parse v0.2.7 |
| 1045 | 2026-05-23T04:15:56.420Z | Downloaded assert_matches v1.5.0 |
| 1046 | 2026-05-23T04:15:56.422Z | Downloaded take_mut v0.2.2 |
| 1047 | 2026-05-23T04:15:56.422Z | Downloaded hashbrown v0.13.2 |
| 1048 | 2026-05-23T04:15:56.425Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-05-23T04:15:56.428Z | Downloaded serde_with_macros v3.17.0 |
| 1050 | 2026-05-23T04:15:56.428Z | Downloaded sync_wrapper v1.0.2 |
| 1051 | 2026-05-23T04:15:56.430Z | Downloaded subtle v2.6.1 |
| 1052 | 2026-05-23T04:15:56.430Z | Downloaded rayon-core v1.13.0 |
| 1053 | 2026-05-23T04:15:56.433Z | Downloaded slog-term v2.9.2 |
| 1054 | 2026-05-23T04:15:56.435Z | Downloaded slog-stdlog v4.1.1 |
| 1055 | 2026-05-23T04:15:56.436Z | Downloaded testing_table v0.3.0 |
| 1056 | 2026-05-23T04:15:56.436Z | Downloaded ron v0.8.1 |
| 1057 | 2026-05-23T04:15:56.439Z | Downloaded thread-id v5.1.0 |
| 1058 | 2026-05-23T04:15:56.441Z | Downloaded time-core v0.1.8 |
| 1059 | 2026-05-23T04:15:56.441Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1060 | 2026-05-23T04:15:56.444Z | Downloaded rcgen v0.12.1 |
| 1061 | 2026-05-23T04:15:56.446Z | Downloaded spki v0.7.3 |
| 1062 | 2026-05-23T04:15:56.449Z | Downloaded slog-async v2.8.0 |
| 1063 | 2026-05-23T04:15:56.449Z | Downloaded sqlformat v0.3.5 |
| 1064 | 2026-05-23T04:15:56.451Z | Downloaded itertools v0.10.5 |
| 1065 | 2026-05-23T04:15:56.454Z | Downloaded nom v7.1.3 |
| 1066 | 2026-05-23T04:15:56.457Z | Downloaded tinyvec_macros v0.1.1 |
| 1067 | 2026-05-23T04:15:56.460Z | Downloaded termtree v0.5.1 |
| 1068 | 2026-05-23T04:15:56.460Z | Downloaded stringprep v0.1.5 |
| 1069 | 2026-05-23T04:15:56.462Z | Downloaded static_assertions v1.1.0 |
| 1070 | 2026-05-23T04:15:56.462Z | Downloaded string_cache v0.8.9 |
| 1071 | 2026-05-23T04:15:56.465Z | Downloaded schemars v0.8.22 |
| 1072 | 2026-05-23T04:15:56.470Z | Downloaded tap v1.0.1 |
| 1073 | 2026-05-23T04:15:56.472Z | Downloaded stacker v0.1.23 |
| 1074 | 2026-05-23T04:15:56.472Z | Downloaded mio v1.2.0 |
| 1075 | 2026-05-23T04:15:56.476Z | Downloaded smf v0.2.3 |
| 1076 | 2026-05-23T04:15:56.478Z | Downloaded rand v0.8.6 |
| 1077 | 2026-05-23T04:15:56.481Z | Downloaded publicsuffix v2.3.0 |
| 1078 | 2026-05-23T04:15:56.483Z | Downloaded progenitor-impl v0.13.0 |
| 1079 | 2026-05-23T04:15:56.483Z | Downloaded snafu-derive v0.8.9 |
| 1080 | 2026-05-23T04:15:56.486Z | Downloaded pretty_assertions v1.4.1 |
| 1081 | 2026-05-23T04:15:56.486Z | Downloaded base16ct v0.2.0 |
| 1082 | 2026-05-23T04:15:56.492Z | Downloaded support-bundle-viewer v0.1.2 |
| 1083 | 2026-05-23T04:15:56.492Z | Downloaded quinn v0.11.9 |
| 1084 | 2026-05-23T04:15:56.495Z | Downloaded libxml v0.3.3 |
| 1085 | 2026-05-23T04:15:56.498Z | Downloaded tokio-macros v2.7.0 |
| 1086 | 2026-05-23T04:15:56.498Z | Downloaded thiserror-no-std v2.0.2 |
| 1087 | 2026-05-23T04:15:56.502Z | Downloaded termios v0.3.3 |
| 1088 | 2026-05-23T04:15:56.505Z | Downloaded serde_cbor v0.11.2 |
| 1089 | 2026-05-23T04:15:56.508Z | Downloaded spin v0.9.8 |
| 1090 | 2026-05-23T04:15:56.511Z | Downloaded prettyplease v0.2.37 |
| 1091 | 2026-05-23T04:15:56.513Z | Downloaded tower-layer v0.3.3 |
| 1092 | 2026-05-23T04:15:56.513Z | Downloaded itertools v0.12.1 |
| 1093 | 2026-05-23T04:15:56.517Z | Downloaded hashbrown v0.15.5 |
| 1094 | 2026-05-23T04:15:56.520Z | Downloaded tls_codec_derive v0.4.2 |
| 1095 | 2026-05-23T04:15:56.524Z | Downloaded tls_codec v0.4.2 |
| 1096 | 2026-05-23T04:15:56.526Z | Downloaded similar v2.7.0 |
| 1097 | 2026-05-23T04:15:56.527Z | Downloaded h2 v0.4.13 |
| 1098 | 2026-05-23T04:15:56.530Z | Downloaded try-lock v0.2.5 |
| 1099 | 2026-05-23T04:15:56.532Z | Downloaded trait-variant v0.1.2 |
| 1100 | 2026-05-23T04:15:56.532Z | Downloaded tokio-native-tls v0.3.1 |
| 1101 | 2026-05-23T04:15:56.535Z | Downloaded time-macros v0.2.27 |
| 1102 | 2026-05-23T04:15:56.535Z | Downloaded tower-service v0.3.3 |
| 1103 | 2026-05-23T04:15:56.535Z | Downloaded tiny-keccak v2.0.2 |
| 1104 | 2026-05-23T04:15:56.537Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-05-23T04:15:56.538Z | Downloaded strum_macros v0.24.3 |
| 1106 | 2026-05-23T04:15:56.540Z | Downloaded schemars v0.9.0 |
| 1107 | 2026-05-23T04:15:56.546Z | Downloaded topological-sort v0.2.2 |
| 1108 | 2026-05-23T04:15:56.548Z | Downloaded signal-hook v0.3.18 |
| 1109 | 2026-05-23T04:15:56.551Z | Downloaded strum_macros v0.27.2 |
| 1110 | 2026-05-23T04:15:56.551Z | Downloaded qorb v0.4.1 |
| 1111 | 2026-05-23T04:15:56.554Z | Downloaded unicode-truncate v1.1.0 |
| 1112 | 2026-05-23T04:15:56.554Z | Downloaded rustls-native-certs v0.8.3 |
| 1113 | 2026-05-23T04:15:56.556Z | Downloaded tokio-dtrace v0.1.1 |
| 1114 | 2026-05-23T04:15:56.556Z | Downloaded ryu v1.0.23 |
| 1115 | 2026-05-23T04:15:56.559Z | Downloaded rand v0.10.1 |
| 1116 | 2026-05-23T04:15:56.562Z | Downloaded strum_macros v0.26.4 |
| 1117 | 2026-05-23T04:15:56.562Z | Downloaded iri-string v0.7.10 |
| 1118 | 2026-05-23T04:15:56.566Z | Downloaded utf-8 v0.7.6 |
| 1119 | 2026-05-23T04:15:56.568Z | Downloaded typify-macro v0.6.2 |
| 1120 | 2026-05-23T04:15:56.568Z | Downloaded tokio-rustls v0.25.0 |
| 1121 | 2026-05-23T04:15:56.570Z | Downloaded usdt-attr-macro v0.6.0 |
| 1122 | 2026-05-23T04:15:56.570Z | Downloaded unit-prefix v0.5.2 |
| 1123 | 2026-05-23T04:15:56.570Z | Downloaded tokio-tungstenite v0.21.0 |
| 1124 | 2026-05-23T04:15:56.573Z | Downloaded thread_local v1.1.9 |
| 1125 | 2026-05-23T04:15:56.573Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1126 | 2026-05-23T04:15:56.576Z | Downloaded term v1.2.1 |
| 1127 | 2026-05-23T04:15:56.576Z | Downloaded term v0.7.0 |
| 1128 | 2026-05-23T04:15:56.578Z | Downloaded futures-util v0.3.32 |
| 1129 | 2026-05-23T04:15:56.584Z | Downloaded universal-hash v0.5.1 |
| 1130 | 2026-05-23T04:15:56.587Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1131 | 2026-05-23T04:15:56.587Z | Downloaded usdt-macro v0.6.0 |
| 1132 | 2026-05-23T04:15:56.587Z | Downloaded untrusted v0.7.1 |
| 1133 | 2026-05-23T04:15:56.590Z | Downloaded tokio-tungstenite v0.23.1 |
| 1134 | 2026-05-23T04:15:56.590Z | Downloaded schemars v1.2.1 |
| 1135 | 2026-05-23T04:15:56.596Z | Downloaded slog v2.8.2 |
| 1136 | 2026-05-23T04:15:56.599Z | Downloaded typify-macro v0.4.3 |
| 1137 | 2026-05-23T04:15:56.601Z | Downloaded tui-tree-widget v0.23.1 |
| 1138 | 2026-05-23T04:15:56.601Z | Downloaded iddqd v0.4.1 |
| 1139 | 2026-05-23T04:15:56.604Z | Downloaded void v1.0.2 |
| 1140 | 2026-05-23T04:15:56.607Z | Downloaded usdt v0.6.0 |
| 1141 | 2026-05-23T04:15:56.607Z | Downloaded samael v0.0.19 |
| 1142 | 2026-05-23T04:15:56.609Z | Downloaded want v0.3.1 |
| 1143 | 2026-05-23T04:15:56.612Z | Downloaded waitgroup v0.1.2 |
| 1144 | 2026-05-23T04:15:56.612Z | Downloaded socket2 v0.5.10 |
| 1145 | 2026-05-23T04:15:56.612Z | Downloaded unicase v2.9.0 |
| 1146 | 2026-05-23T04:15:56.614Z | Downloaded tokio-rustls v0.26.4 |
| 1147 | 2026-05-23T04:15:56.614Z | Downloaded blake3 v1.8.3 |
| 1148 | 2026-05-23T04:15:56.619Z | Downloaded rand v0.9.2 |
| 1149 | 2026-05-23T04:15:56.621Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1150 | 2026-05-23T04:15:56.624Z | Downloaded tokio-rustls v0.24.1 |
| 1151 | 2026-05-23T04:15:56.624Z | Downloaded num-bigint-dig v0.8.6 |
| 1152 | 2026-05-23T04:15:56.626Z | Downloaded itertools v0.13.0 |
| 1153 | 2026-05-23T04:15:56.630Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-05-23T04:15:56.633Z | Downloaded xattr v1.6.1 |
| 1155 | 2026-05-23T04:15:56.633Z | Downloaded untrusted v0.9.0 |
| 1156 | 2026-05-23T04:15:56.635Z | Downloaded tokio-stream v0.1.18 |
| 1157 | 2026-05-23T04:15:56.638Z | Downloaded test-strategy v0.4.5 |
| 1158 | 2026-05-23T04:15:56.638Z | Downloaded nom v8.0.0 |
| 1159 | 2026-05-23T04:15:56.641Z | Downloaded wait-timeout v0.2.1 |
| 1160 | 2026-05-23T04:15:56.644Z | Downloaded vergen-lib v9.1.0 |
| 1161 | 2026-05-23T04:15:56.644Z | Downloaded tinyvec v1.10.0 |
| 1162 | 2026-05-23T04:15:56.646Z | Downloaded hyper v1.8.1 |
| 1163 | 2026-05-23T04:15:56.649Z | Downloaded zone v0.3.1 |
| 1164 | 2026-05-23T04:15:56.651Z | Downloaded zeroize_derive v1.4.3 |
| 1165 | 2026-05-23T04:15:56.651Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1166 | 2026-05-23T04:15:56.651Z | Downloaded usdt-impl v0.6.0 |
| 1167 | 2026-05-23T04:15:56.654Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1168 | 2026-05-23T04:15:56.656Z | Downloaded vergen-lib v0.1.6 |
| 1169 | 2026-05-23T04:15:56.656Z | Downloaded rustls-webpki v0.103.9 |
| 1170 | 2026-05-23T04:15:56.658Z | Downloaded itertools v0.14.0 |
| 1171 | 2026-05-23T04:15:56.661Z | Downloaded whoami v1.6.1 |
| 1172 | 2026-05-23T04:15:56.664Z | Downloaded vergen-gitcl v1.0.8 |
| 1173 | 2026-05-23T04:15:56.664Z | Downloaded zone_cfg_derive v0.3.1 |
| 1174 | 2026-05-23T04:15:56.664Z | Downloaded snafu v0.8.9 |
| 1175 | 2026-05-23T04:15:56.667Z | Downloaded walkdir v2.5.0 |
| 1176 | 2026-05-23T04:15:56.669Z | Downloaded aho-corasick v1.1.4 |
| 1177 | 2026-05-23T04:15:56.672Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1178 | 2026-05-23T04:15:56.675Z | Downloaded subprocess v0.2.15 |
| 1179 | 2026-05-23T04:15:56.677Z | Downloaded vsss-rs v3.3.4 |
| 1180 | 2026-05-23T04:15:56.677Z | Downloaded socket2 v0.6.3 |
| 1181 | 2026-05-23T04:15:56.680Z | Downloaded russh v0.45.0 |
| 1182 | 2026-05-23T04:15:56.683Z | Downloaded vergen-git2 v9.1.0 |
| 1183 | 2026-05-23T04:15:56.683Z | Downloaded vergen v9.1.0 |
| 1184 | 2026-05-23T04:15:56.685Z | Downloaded unicode-properties v0.1.4 |
| 1185 | 2026-05-23T04:15:56.685Z | Downloaded zeroize v1.8.2 |
| 1186 | 2026-05-23T04:15:56.687Z | Downloaded whoami v2.1.0 |
| 1187 | 2026-05-23T04:15:56.687Z | Downloaded wyz v0.5.1 |
| 1188 | 2026-05-23T04:15:56.690Z | Downloaded toml v0.7.8 |
| 1189 | 2026-05-23T04:15:56.690Z | Downloaded libm v0.2.16 |
| 1190 | 2026-05-23T04:15:56.695Z | Downloaded xshell v0.2.7 |
| 1191 | 2026-05-23T04:15:56.697Z | Downloaded tar v0.4.45 |
| 1192 | 2026-05-23T04:15:56.700Z | Downloaded tracing-core v0.1.36 |
| 1193 | 2026-05-23T04:15:56.700Z | Downloaded tungstenite v0.23.0 |
| 1194 | 2026-05-23T04:15:56.702Z | Downloaded rustyline v14.0.0 |
| 1195 | 2026-05-23T04:15:56.705Z | Downloaded uzers v0.12.2 |
| 1196 | 2026-05-23T04:15:56.707Z | Downloaded typify v0.6.2 |
| 1197 | 2026-05-23T04:15:56.709Z | Downloaded tracing-attributes v0.1.31 |
| 1198 | 2026-05-23T04:15:56.710Z | Downloaded hkdf v0.12.4 |
| 1199 | 2026-05-23T04:15:56.712Z | Downloaded bitvec v1.0.1 |
| 1200 | 2026-05-23T04:15:56.719Z | Downloaded typify v0.4.3 |
| 1201 | 2026-05-23T04:15:56.721Z | Downloaded twox-hash v2.1.2 |
| 1202 | 2026-05-23T04:15:56.724Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1203 | 2026-05-23T04:15:56.726Z | Downloaded yasna v0.5.2 |
| 1204 | 2026-05-23T04:15:56.726Z | Downloaded zstd v0.13.3 |
| 1205 | 2026-05-23T04:15:56.729Z | Downloaded uuid v1.23.0 |
| 1206 | 2026-05-23T04:15:56.731Z | Downloaded chrono v0.4.44 |
| 1207 | 2026-05-23T04:15:56.733Z | Downloaded rpassword v7.4.0 |
| 1208 | 2026-05-23T04:15:56.736Z | Downloaded p521 v0.13.3 |
| 1209 | 2026-05-23T04:15:56.738Z | Downloaded rsa v0.9.10 |
| 1210 | 2026-05-23T04:15:56.741Z | Downloaded tungstenite v0.21.0 |
| 1211 | 2026-05-23T04:15:56.743Z | Downloaded steno v0.4.1 |
| 1212 | 2026-05-23T04:15:56.745Z | Downloaded vte v0.14.1 |
| 1213 | 2026-05-23T04:15:56.748Z | Downloaded reedline v0.40.0 |
| 1214 | 2026-05-23T04:15:56.751Z | Downloaded zerocopy v0.6.6 |
| 1215 | 2026-05-23T04:15:56.754Z | Downloaded aws-lc-rs v1.16.3 |
| 1216 | 2026-05-23T04:15:56.760Z | Downloaded unsafe-libyaml v0.2.11 |
| 1217 | 2026-05-23T04:15:56.770Z | Downloaded toml_edit v0.19.15 |
| 1218 | 2026-05-23T04:15:56.779Z | Downloaded tokio-postgres v0.7.16 |
| 1219 | 2026-05-23T04:15:56.782Z | Downloaded unicode-bidi v0.3.18 |
| 1220 | 2026-05-23T04:15:56.784Z | Downloaded zstd-safe v7.2.4 |
| 1221 | 2026-05-23T04:15:56.784Z | Downloaded ssh-key v0.6.7 |
| 1222 | 2026-05-23T04:15:56.788Z | Downloaded git2 v0.20.4 |
| 1223 | 2026-05-23T04:15:56.795Z | Downloaded regex v1.12.3 |
| 1224 | 2026-05-23T04:15:56.799Z | Downloaded bindgen v0.71.1 |
| 1225 | 2026-05-23T04:15:56.803Z | Downloaded reqwest v0.12.28 |
| 1226 | 2026-05-23T04:15:56.820Z | Downloaded zopfli v0.8.3 |
| 1227 | 2026-05-23T04:15:56.825Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-05-23T04:15:56.828Z | Downloaded rayon v1.11.0 |
| 1229 | 2026-05-23T04:15:56.834Z | Downloaded p384 v0.13.1 |
| 1230 | 2026-05-23T04:15:56.841Z | Downloaded goblin v0.10.5 |
| 1231 | 2026-05-23T04:15:56.845Z | Downloaded tower v0.5.3 |
| 1232 | 2026-05-23T04:15:56.850Z | Downloaded reqwest v0.13.2 |
| 1233 | 2026-05-23T04:15:56.853Z | Downloaded rustls-webpki v0.101.7 |
| 1234 | 2026-05-23T04:15:56.863Z | Downloaded lalrpop v0.19.12 |
| 1235 | 2026-05-23T04:15:56.867Z | Downloaded unicode-segmentation v1.12.0 |
| 1236 | 2026-05-23T04:15:56.869Z | Downloaded moka v0.12.13 |
| 1237 | 2026-05-23T04:15:56.874Z | Downloaded quick-xml v0.37.5 |
| 1238 | 2026-05-23T04:15:56.877Z | Downloaded portable-atomic v1.13.1 |
| 1239 | 2026-05-23T04:15:56.882Z | Downloaded zip v0.6.6 |
| 1240 | 2026-05-23T04:15:56.889Z | Downloaded typed-path v0.9.3 |
| 1241 | 2026-05-23T04:15:56.893Z | Downloaded petname v2.0.2 |
| 1242 | 2026-05-23T04:15:56.897Z | Downloaded serde_with v3.17.0 |
| 1243 | 2026-05-23T04:15:56.906Z | Downloaded x509-cert v0.2.5 |
| 1244 | 2026-05-23T04:15:56.909Z | Downloaded salty v0.3.0 |
| 1245 | 2026-05-23T04:15:56.913Z | Downloaded zerocopy-derive v0.8.40 |
| 1246 | 2026-05-23T04:15:56.918Z | Downloaded curve25519-dalek v4.1.3 |
| 1247 | 2026-05-23T04:15:56.924Z | Downloaded rustls-webpki v0.102.8 |
| 1248 | 2026-05-23T04:15:56.935Z | Downloaded zip v4.6.1 |
| 1249 | 2026-05-23T04:15:56.938Z | Downloaded tower-http v0.6.8 |
| 1250 | 2026-05-23T04:15:56.941Z | Downloaded proptest v1.10.0 |
| 1251 | 2026-05-23T04:15:56.947Z | Downloaded unicode-normalization v0.1.25 |
| 1252 | 2026-05-23T04:15:56.950Z | Downloaded object v0.30.4 |
| 1253 | 2026-05-23T04:15:56.954Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-05-23T04:15:56.958Z | Downloaded tough v0.22.0 |
| 1255 | 2026-05-23T04:15:56.964Z | Downloaded openssl v0.10.78 |
| 1256 | 2026-05-23T04:15:56.970Z | Downloaded nix v0.27.1 |
| 1257 | 2026-05-23T04:15:56.984Z | Downloaded tabled v0.20.0 |
| 1258 | 2026-05-23T04:15:56.993Z | Downloaded winnow v0.5.40 |
| 1259 | 2026-05-23T04:15:56.998Z | Downloaded winnow v0.6.26 |
| 1260 | 2026-05-23T04:15:57.003Z | Downloaded radix_trie v0.2.1 |
| 1261 | 2026-05-23T04:15:57.007Z | Downloaded polar-core v0.27.3 |
| 1262 | 2026-05-23T04:15:57.015Z | Downloaded bstr v1.12.1 |
| 1263 | 2026-05-23T04:15:57.030Z | Downloaded winnow v1.0.3 |
| 1264 | 2026-05-23T04:15:57.035Z | Downloaded quinn-proto v0.11.13 |
| 1265 | 2026-05-23T04:15:57.044Z | Downloaded dropshot v0.17.0 |
| 1266 | 2026-05-23T04:15:57.057Z | Downloaded rustls v0.21.12 |
| 1267 | 2026-05-23T04:15:57.063Z | Downloaded smoltcp v0.9.1 |
| 1268 | 2026-05-23T04:15:57.068Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-05-23T04:15:57.071Z | Downloaded time v0.3.47 |
| 1270 | 2026-05-23T04:15:57.078Z | Downloaded nix v0.31.2 |
| 1271 | 2026-05-23T04:15:57.088Z | Downloaded vcpkg v0.2.15 |
| 1272 | 2026-05-23T04:15:57.107Z | Downloaded webpki-roots v1.0.6 |
| 1273 | 2026-05-23T04:15:57.110Z | Downloaded diesel v2.3.7 |
| 1274 | 2026-05-23T04:15:57.121Z | Downloaded yansi v1.0.1 |
| 1275 | 2026-05-23T04:15:57.123Z | Downloaded zerocopy v0.8.40 |
| 1276 | 2026-05-23T04:15:57.127Z | Downloaded regress v0.10.5 |
| 1277 | 2026-05-23T04:15:57.132Z | Downloaded smoltcp v0.11.0 |
| 1278 | 2026-05-23T04:15:57.139Z | Downloaded hickory-proto v0.25.2 |
| 1279 | 2026-05-23T04:15:57.147Z | Downloaded regress v0.11.1 |
| 1280 | 2026-05-23T04:15:57.153Z | Downloaded rustix v0.38.44 |
| 1281 | 2026-05-23T04:15:57.166Z | Downloaded regex-syntax v0.8.10 |
| 1282 | 2026-05-23T04:15:57.169Z | Downloaded rustls v0.23.37 |
| 1283 | 2026-05-23T04:15:57.176Z | Downloaded rustls v0.22.4 |
| 1284 | 2026-05-23T04:15:57.184Z | Downloaded openapiv3 v2.2.0 |
| 1285 | 2026-05-23T04:15:57.190Z | Downloaded regex-syntax v0.6.29 |
| 1286 | 2026-05-23T04:15:57.194Z | Downloaded nix v0.28.0 |
| 1287 | 2026-05-23T04:15:57.201Z | Downloaded object v0.37.3 |
| 1288 | 2026-05-23T04:15:57.206Z | Downloaded hickory-proto v0.24.4 |
| 1289 | 2026-05-23T04:15:57.217Z | Downloaded sqlparser v0.61.0 |
| 1290 | 2026-05-23T04:15:57.220Z | Downloaded sled v0.34.7 |
| 1291 | 2026-05-23T04:15:57.240Z | Downloaded ratatui v0.29.0 |
| 1292 | 2026-05-23T04:15:57.250Z | Downloaded typify-impl v0.6.2 |
| 1293 | 2026-05-23T04:15:57.258Z | Downloaded tracing v0.1.44 |
| 1294 | 2026-05-23T04:15:57.271Z | Downloaded typify-impl v0.4.3 |
| 1295 | 2026-05-23T04:15:57.279Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1296 | 2026-05-23T04:15:57.286Z | Downloaded regex-automata v0.4.14 |
| 1297 | 2026-05-23T04:15:57.294Z | Downloaded zerocopy-derive v0.6.6 |
| 1298 | 2026-05-23T04:15:57.320Z | Downloaded jiff v0.2.21 |
| 1299 | 2026-05-23T04:15:57.330Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-05-23T04:15:57.341Z | Downloaded chrono-tz v0.10.4 |
| 1301 | 2026-05-23T04:15:57.358Z | Downloaded petgraph v0.8.3 |
| 1302 | 2026-05-23T04:15:57.371Z | Downloaded csv v1.4.0 |
| 1303 | 2026-05-23T04:15:57.383Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-05-23T04:15:57.386Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1305 | 2026-05-23T04:15:57.396Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-05-23T04:15:57.408Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-05-23T04:15:57.439Z | Downloaded encoding_rs v0.8.35 |
| 1308 | 2026-05-23T04:15:57.531Z | Downloaded ring v0.17.14 |
| 1309 | 2026-05-23T04:15:57.576Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-05-23T04:15:58.043Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-05-23T04:15:58.291Z | Compiling libc v0.2.185 |
| 1312 | 2026-05-23T04:15:58.292Z | Compiling serde v1.0.228 |
| 1313 | 2026-05-23T04:15:58.294Z | Compiling log v0.4.29 |
| 1314 | 2026-05-23T04:15:58.294Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-05-23T04:15:58.434Z | Compiling shlex v1.3.0 |
| 1316 | 2026-05-23T04:15:58.456Z | Compiling syn v2.0.117 |
| 1317 | 2026-05-23T04:15:58.459Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-05-23T04:15:58.464Z | Compiling typenum v1.19.0 |
| 1319 | 2026-05-23T04:15:58.630Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-05-23T04:15:58.643Z | Compiling subtle v2.6.1 |
| 1321 | 2026-05-23T04:15:58.692Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-05-23T04:15:58.704Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-05-23T04:15:58.775Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-05-23T04:15:58.802Z | Compiling portable-atomic v1.13.1 |
| 1325 | 2026-05-23T04:15:58.826Z | Compiling serde_json v1.0.149 |
| 1326 | 2026-05-23T04:15:58.884Z | Compiling critical-section v1.2.0 |
| 1327 | 2026-05-23T04:15:58.992Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-23T04:15:59.005Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-05-23T04:15:59.101Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-23T04:15:59.307Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-05-23T04:15:59.450Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-05-23T04:15:59.479Z | Compiling errno v0.3.14 |
| 1333 | 2026-05-23T04:15:59.522Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-05-23T04:15:59.606Z | Compiling pkg-config v0.3.32 |
| 1335 | 2026-05-23T04:15:59.632Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-05-23T04:15:59.804Z | Compiling cc v1.2.56 |
| 1337 | 2026-05-23T04:15:59.841Z | Compiling bitflags v2.11.0 |
| 1338 | 2026-05-23T04:15:59.900Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-05-23T04:15:59.900Z | Compiling libm v0.2.16 |
| 1340 | 2026-05-23T04:15:59.994Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-05-23T04:16:00.076Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-23T04:16:00.113Z | Compiling mio v1.2.0 |
| 1343 | 2026-05-23T04:16:00.149Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-05-23T04:16:00.162Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-05-23T04:16:00.325Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-05-23T04:16:00.353Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-05-23T04:16:00.458Z | Compiling futures-channel v0.3.32 |
| 1348 | 2026-05-23T04:16:00.473Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-05-23T04:16:00.502Z | Compiling futures-io v0.3.32 |
| 1350 | 2026-05-23T04:16:00.602Z | Compiling cpufeatures v0.2.17 |
| 1351 | 2026-05-23T04:16:00.660Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-05-23T04:16:00.687Z | Compiling slab v0.4.12 |
| 1353 | 2026-05-23T04:16:00.706Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-05-23T04:16:00.757Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-05-23T04:16:00.834Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-05-23T04:16:00.872Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-05-23T04:16:00.886Z | Compiling cmake v0.1.57 |
| 1358 | 2026-05-23T04:16:01.239Z | Compiling form_urlencoded v1.2.2 |
| 1359 | 2026-05-23T04:16:01.305Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-05-23T04:16:01.415Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-05-23T04:16:01.418Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-23T04:16:01.442Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-05-23T04:16:01.523Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-05-23T04:16:01.580Z | Compiling iana-time-zone v0.1.65 |
| 1365 | 2026-05-23T04:16:01.583Z | Compiling aws-lc-sys v0.40.0 |
| 1366 | 2026-05-23T04:16:01.721Z | Compiling rustix v1.1.3 |
| 1367 | 2026-05-23T04:16:01.790Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-05-23T04:16:01.820Z | Compiling flagset v0.4.7 |
| 1369 | 2026-05-23T04:16:01.855Z | Compiling regex-syntax v0.8.10 |
| 1370 | 2026-05-23T04:16:01.958Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-05-23T04:16:02.020Z | Compiling ring v0.17.14 |
| 1372 | 2026-05-23T04:16:02.023Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-05-23T04:16:02.107Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-05-23T04:16:02.234Z | Compiling uuid v1.23.0 |
| 1375 | 2026-05-23T04:16:02.321Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-05-23T04:16:02.666Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-05-23T04:16:02.868Z | Compiling openssl-sys v0.9.114 |
| 1378 | 2026-05-23T04:16:02.956Z | Compiling base64 v0.22.1 |
| 1379 | 2026-05-23T04:16:03.218Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-05-23T04:16:03.232Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-05-23T04:16:03.285Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-05-23T04:16:03.401Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-05-23T04:16:03.501Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-05-23T04:16:03.884Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-05-23T04:16:04.253Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-05-23T04:16:04.577Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-05-23T04:16:04.670Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-05-23T04:16:04.685Z | Compiling block-buffer v0.10.4 |
| 1389 | 2026-05-23T04:16:04.726Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-05-23T04:16:04.820Z | Compiling digest v0.10.7 |
| 1391 | 2026-05-23T04:16:04.850Z | Compiling yoke v0.8.1 |
| 1392 | 2026-05-23T04:16:04.854Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-05-23T04:16:05.037Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-05-23T04:16:05.064Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-05-23T04:16:05.318Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-05-23T04:16:05.555Z | Compiling tinystr v0.8.2 |
| 1397 | 2026-05-23T04:16:05.577Z | Compiling potential_utf v0.1.4 |
| 1398 | 2026-05-23T04:16:05.619Z | Compiling hmac v0.12.1 |
| 1399 | 2026-05-23T04:16:05.740Z | Compiling icu_locale_core v2.1.1 |
| 1400 | 2026-05-23T04:16:05.754Z | Compiling icu_collections v2.1.1 |
| 1401 | 2026-05-23T04:16:05.781Z | Compiling block-padding v0.3.3 |
| 1402 | 2026-05-23T04:16:05.856Z | Compiling futures-util v0.3.32 |
| 1403 | 2026-05-23T04:16:05.930Z | Compiling inout v0.1.4 |
| 1404 | 2026-05-23T04:16:06.097Z | Compiling cipher v0.4.4 |
| 1405 | 2026-05-23T04:16:06.220Z | Compiling sha2 v0.10.9 |
| 1406 | 2026-05-23T04:16:06.355Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-05-23T04:16:06.599Z | Compiling icu_properties v2.1.2 |
| 1408 | 2026-05-23T04:16:06.648Z | Compiling icu_normalizer v2.1.1 |
| 1409 | 2026-05-23T04:16:06.720Z | Compiling bytes v1.11.1 |
| 1410 | 2026-05-23T04:16:06.734Z | Compiling der_derive v0.7.3 |
| 1411 | 2026-05-23T04:16:07.184Z | Compiling tokio v1.52.1 |
| 1412 | 2026-05-23T04:16:07.324Z | Compiling http v1.4.0 |
| 1413 | 2026-05-23T04:16:07.529Z | Compiling idna_adapter v1.2.1 |
| 1414 | 2026-05-23T04:16:07.670Z | Compiling idna v1.1.0 |
| 1415 | 2026-05-23T04:16:07.670Z | Compiling der v0.7.10 |
| 1416 | 2026-05-23T04:16:07.699Z | Compiling chrono v0.4.44 |
| 1417 | 2026-05-23T04:16:08.098Z | Compiling url v2.5.8 |
| 1418 | 2026-05-23T04:16:08.218Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-05-23T04:16:08.317Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-05-23T04:16:08.356Z | Compiling rustls-pki-types v1.14.0 |
| 1421 | 2026-05-23T04:16:08.434Z | Compiling tracing-attributes v0.1.31 |
| 1422 | 2026-05-23T04:16:08.697Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-05-23T04:16:08.797Z | Compiling spki v0.7.3 |
| 1424 | 2026-05-23T04:16:08.857Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-05-23T04:16:08.881Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-05-23T04:16:08.999Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-05-23T04:16:09.015Z | Compiling http-body v1.0.1 |
| 1428 | 2026-05-23T04:16:09.053Z | Compiling aes v0.8.4 |
| 1429 | 2026-05-23T04:16:09.130Z | Compiling cbc v0.1.2 |
| 1430 | 2026-05-23T04:16:09.223Z | Compiling httparse v1.10.1 |
| 1431 | 2026-05-23T04:16:09.274Z | Compiling untrusted v0.9.0 |
| 1432 | 2026-05-23T04:16:09.427Z | Compiling tinyvec_macros v0.1.1 |
| 1433 | 2026-05-23T04:16:09.500Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-05-23T04:16:09.586Z | Compiling untrusted v0.7.1 |
| 1435 | 2026-05-23T04:16:09.704Z | Compiling tinyvec v1.10.0 |
| 1436 | 2026-05-23T04:16:09.717Z | Compiling pkcs5 v0.7.1 |
| 1437 | 2026-05-23T04:16:09.783Z | Compiling tracing v0.1.44 |
| 1438 | 2026-05-23T04:16:10.046Z | Compiling pest_generator v2.8.6 |
| 1439 | 2026-05-23T04:16:10.059Z | Compiling rand v0.9.2 |
| 1440 | 2026-05-23T04:16:10.144Z | Compiling serde_derive_internals v0.29.1 |
| 1441 | 2026-05-23T04:16:10.194Z | Compiling aho-corasick v1.1.4 |
| 1442 | 2026-05-23T04:16:10.228Z | Compiling thiserror v2.0.18 |
| 1443 | 2026-05-23T04:16:10.335Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-05-23T04:16:10.461Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-05-23T04:16:10.626Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-05-23T04:16:10.740Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-05-23T04:16:10.754Z | Compiling rustls v0.23.37 |
| 1448 | 2026-05-23T04:16:10.848Z | Compiling tower-service v0.3.3 |
| 1449 | 2026-05-23T04:16:10.880Z | Compiling schemars v0.8.22 |
| 1450 | 2026-05-23T04:16:10.919Z | Compiling tokio-util v0.7.18 |
| 1451 | 2026-05-23T04:16:10.943Z | Compiling pest_derive v2.8.6 |
| 1452 | 2026-05-23T04:16:11.035Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-05-23T04:16:11.092Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-05-23T04:16:11.356Z | Compiling want v0.3.1 |
| 1455 | 2026-05-23T04:16:11.499Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-05-23T04:16:11.802Z | Compiling h2 v0.4.13 |
| 1457 | 2026-05-23T04:16:11.816Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-05-23T04:16:11.851Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-05-23T04:16:11.926Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-05-23T04:16:12.257Z | Compiling foreign-types-shared v0.1.1 |
| 1461 | 2026-05-23T04:16:12.301Z | Compiling pin-utils v0.1.0 |
| 1462 | 2026-05-23T04:16:12.344Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-05-23T04:16:12.377Z | Compiling openssl v0.10.78 |
| 1464 | 2026-05-23T04:16:12.562Z | Compiling tempfile v3.25.0 |
| 1465 | 2026-05-23T04:16:12.621Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-05-23T04:16:12.634Z | Compiling scroll v0.13.0 |
| 1467 | 2026-05-23T04:16:12.830Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-05-23T04:16:12.926Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-05-23T04:16:13.282Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-05-23T04:16:13.309Z | Compiling spin v0.9.8 |
| 1471 | 2026-05-23T04:16:13.431Z | Compiling native-tls v0.2.18 |
| 1472 | 2026-05-23T04:16:13.510Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-05-23T04:16:13.636Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-23T04:16:13.664Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-23T04:16:13.766Z | Compiling time-core v0.1.8 |
| 1476 | 2026-05-23T04:16:13.828Z | Compiling deranged v0.5.8 |
| 1477 | 2026-05-23T04:16:13.914Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-05-23T04:16:14.157Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-05-23T04:16:14.666Z | Compiling darling v0.20.11 |
| 1480 | 2026-05-23T04:16:14.750Z | Compiling goblin v0.10.5 |
| 1481 | 2026-05-23T04:16:14.818Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-23T04:16:15.038Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-05-23T04:16:15.134Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-05-23T04:16:15.243Z | Compiling wait-timeout v0.2.1 |
| 1485 | 2026-05-23T04:16:15.330Z | Compiling quick-error v1.2.3 |
| 1486 | 2026-05-23T04:16:15.442Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-05-23T04:16:15.511Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-05-23T04:16:15.728Z | Compiling num_threads v0.1.7 |
| 1489 | 2026-05-23T04:16:15.754Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-05-23T04:16:15.783Z | Compiling syn v1.0.109 |
| 1491 | 2026-05-23T04:16:15.820Z | Compiling siphasher v1.0.2 |
| 1492 | 2026-05-23T04:16:15.980Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-05-23T04:16:16.012Z | Compiling usdt-impl v0.6.0 |
| 1494 | 2026-05-23T04:16:16.129Z | Compiling bit-set v0.8.0 |
| 1495 | 2026-05-23T04:16:16.292Z | Compiling time v0.3.47 |
| 1496 | 2026-05-23T04:16:16.420Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-05-23T04:16:16.542Z | Compiling tower v0.5.3 |
| 1498 | 2026-05-23T04:16:16.737Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-05-23T04:16:17.017Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-05-23T04:16:17.119Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-05-23T04:16:17.362Z | Compiling webpki-roots v1.0.6 |
| 1502 | 2026-05-23T04:16:17.482Z | Compiling dof v0.4.0 |
| 1503 | 2026-05-23T04:16:17.600Z | Compiling signature v2.2.0 |
| 1504 | 2026-05-23T04:16:17.681Z | Compiling thiserror-impl v1.0.69 |
| 1505 | 2026-05-23T04:16:17.753Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-05-23T04:16:17.776Z | Compiling heapless v0.7.17 |
| 1507 | 2026-05-23T04:16:17.851Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-05-23T04:16:18.011Z | Compiling slog v2.8.2 |
| 1509 | 2026-05-23T04:16:18.014Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-05-23T04:16:18.193Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-05-23T04:16:18.396Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-05-23T04:16:18.463Z | Compiling cookie v0.18.1 |
| 1513 | 2026-05-23T04:16:18.480Z | Compiling unicode-properties v0.1.4 |
| 1514 | 2026-05-23T04:16:18.632Z | Compiling unarray v0.1.4 |
| 1515 | 2026-05-23T04:16:18.646Z | Compiling anyhow v1.0.102 |
| 1516 | 2026-05-23T04:16:18.684Z | Compiling iri-string v0.7.10 |
| 1517 | 2026-05-23T04:16:18.742Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-05-23T04:16:18.877Z | Compiling ryu v1.0.23 |
| 1519 | 2026-05-23T04:16:18.897Z | Compiling unicode-bidi v0.3.18 |
| 1520 | 2026-05-23T04:16:18.944Z | Compiling allocator-api2 v0.2.21 |
| 1521 | 2026-05-23T04:16:18.957Z | Compiling paste v1.0.15 |
| 1522 | 2026-05-23T04:16:19.053Z | Compiling zstd-safe v7.2.4 |
| 1523 | 2026-05-23T04:16:19.212Z | Compiling signal-hook v0.3.18 |
| 1524 | 2026-05-23T04:16:19.263Z | Compiling stringprep v0.1.5 |
| 1525 | 2026-05-23T04:16:19.293Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-05-23T04:16:19.455Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-05-23T04:16:19.559Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-05-23T04:16:19.572Z | Compiling proptest v1.10.0 |
| 1529 | 2026-05-23T04:16:20.163Z | Compiling tower-http v0.6.8 |
| 1530 | 2026-05-23T04:16:20.222Z | Compiling scroll v0.12.0 |
| 1531 | 2026-05-23T04:16:20.400Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-05-23T04:16:20.423Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2026-05-23T04:16:20.545Z | Compiling darling_macro v0.21.3 |
| 1534 | 2026-05-23T04:16:20.562Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-23T04:16:20.591Z | Compiling bstr v1.12.1 |
| 1536 | 2026-05-23T04:16:20.848Z | Compiling rand_chacha v0.3.1 |
| 1537 | 2026-05-23T04:16:20.953Z | Compiling toml_datetime v0.6.11 |
| 1538 | 2026-05-23T04:16:20.971Z | Compiling serde_tokenstream v0.2.3 |
| 1539 | 2026-05-23T04:16:21.007Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-05-23T04:16:21.210Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-05-23T04:16:21.236Z | Compiling md-5 v0.10.6 |
| 1542 | 2026-05-23T04:16:21.285Z | Compiling async-trait v0.1.89 |
| 1543 | 2026-05-23T04:16:21.353Z | Compiling zerocopy-derive v0.7.35 |
| 1544 | 2026-05-23T04:16:21.397Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-05-23T04:16:21.480Z | Compiling curve25519-dalek v4.1.3 |
| 1546 | 2026-05-23T04:16:21.654Z | Compiling vergen-lib v9.1.0 |
| 1547 | 2026-05-23T04:16:21.817Z | Compiling num-integer v0.1.46 |
| 1548 | 2026-05-23T04:16:21.835Z | Compiling hash32 v0.2.1 |
| 1549 | 2026-05-23T04:16:22.030Z | Compiling ff v0.13.1 |
| 1550 | 2026-05-23T04:16:22.133Z | Compiling memoffset v0.9.1 |
| 1551 | 2026-05-23T04:16:22.171Z | Compiling encoding_rs v0.8.35 |
| 1552 | 2026-05-23T04:16:22.212Z | Compiling smoltcp v0.9.1 |
| 1553 | 2026-05-23T04:16:22.295Z | Compiling num-bigint-dig v0.8.6 |
| 1554 | 2026-05-23T04:16:22.324Z | Compiling litrs v1.0.0 |
| 1555 | 2026-05-23T04:16:22.483Z | Compiling rustix v0.38.44 |
| 1556 | 2026-05-23T04:16:22.497Z | Compiling base16ct v0.2.0 |
| 1557 | 2026-05-23T04:16:22.543Z | Compiling psl-types v2.0.11 |
| 1558 | 2026-05-23T04:16:22.670Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-05-23T04:16:22.674Z | Compiling fallible-iterator v0.2.0 |
| 1560 | 2026-05-23T04:16:22.822Z | Compiling mime v0.3.17 |
| 1561 | 2026-05-23T04:16:22.840Z | Compiling cfg_aliases v0.2.1 |
| 1562 | 2026-05-23T04:16:22.915Z | Compiling ref-cast v1.0.25 |
| 1563 | 2026-05-23T04:16:22.986Z | Compiling postgres-protocol v0.6.10 |
| 1564 | 2026-05-23T04:16:23.075Z | Compiling nix v0.31.2 |
| 1565 | 2026-05-23T04:16:23.267Z | Compiling document-features v0.2.12 |
| 1566 | 2026-05-23T04:16:23.537Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-05-23T04:16:23.552Z | Compiling sec1 v0.7.3 |
| 1568 | 2026-05-23T04:16:23.689Z | Compiling pin-project v1.1.11 |
| 1569 | 2026-05-23T04:16:23.787Z | Compiling zerocopy v0.7.35 |
| 1570 | 2026-05-23T04:16:23.817Z | Compiling group v0.13.0 |
| 1571 | 2026-05-23T04:16:23.830Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-05-23T04:16:23.946Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-23T04:16:24.273Z | Compiling rand v0.8.6 |
| 1574 | 2026-05-23T04:16:24.287Z | Compiling hubpack_derive v0.1.1 |
| 1575 | 2026-05-23T04:16:24.301Z | Compiling darling v0.21.3 |
| 1576 | 2026-05-23T04:16:24.314Z | Compiling derive_builder v0.20.2 |
| 1577 | 2026-05-23T04:16:24.431Z | Compiling oxnet v0.1.5 |
| 1578 | 2026-05-23T04:16:24.473Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-05-23T04:16:24.694Z | Compiling goblin v0.8.2 |
| 1580 | 2026-05-23T04:16:25.138Z | Compiling phf_shared v0.13.1 |
| 1581 | 2026-05-23T04:16:25.170Z | Compiling lazy_static v1.5.0 |
| 1582 | 2026-05-23T04:16:25.278Z | Compiling regex v1.12.3 |
| 1583 | 2026-05-23T04:16:25.317Z | Compiling anstyle-parse v0.2.7 |
| 1584 | 2026-05-23T04:16:25.391Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-05-23T04:16:25.504Z | Compiling hex v0.4.3 |
| 1586 | 2026-05-23T04:16:25.647Z | Compiling flate2 v1.1.9 |
| 1587 | 2026-05-23T04:16:25.661Z | Compiling hkdf v0.12.4 |
| 1588 | 2026-05-23T04:16:25.710Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-05-23T04:16:25.780Z | Compiling terminal_size v0.4.3 |
| 1590 | 2026-05-23T04:16:25.823Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1591 | 2026-05-23T04:16:25.896Z | Compiling daft-derive v0.1.7 |
| 1592 | 2026-05-23T04:16:25.920Z | Compiling snafu-derive v0.8.9 |
| 1593 | 2026-05-23T04:16:26.049Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-05-23T04:16:26.446Z | Compiling strum_macros v0.27.2 |
| 1595 | 2026-05-23T04:16:26.584Z | Compiling vergen v9.1.0 |
| 1596 | 2026-05-23T04:16:26.612Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-23T04:16:26.765Z | Compiling cargo-platform v0.3.2 |
| 1598 | 2026-05-23T04:16:26.800Z | Compiling ahash v0.8.12 |
| 1599 | 2026-05-23T04:16:27.006Z | Compiling managed v0.8.0 |
| 1600 | 2026-05-23T04:16:27.037Z | Compiling unicode-segmentation v1.12.0 |
| 1601 | 2026-05-23T04:16:27.227Z | Compiling winnow v0.5.40 |
| 1602 | 2026-05-23T04:16:27.422Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-05-23T04:16:27.675Z | Compiling bitflags v1.3.2 |
| 1604 | 2026-05-23T04:16:27.756Z | Compiling foldhash v0.1.5 |
| 1605 | 2026-05-23T04:16:27.791Z | Compiling foldhash v0.2.0 |
| 1606 | 2026-05-23T04:16:27.806Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-05-23T04:16:27.929Z | Compiling same-file v1.0.6 |
| 1608 | 2026-05-23T04:16:28.014Z | Compiling object v0.37.3 |
| 1609 | 2026-05-23T04:16:28.092Z | Compiling walkdir v2.5.0 |
| 1610 | 2026-05-23T04:16:28.154Z | Compiling hashbrown v0.16.1 |
| 1611 | 2026-05-23T04:16:28.329Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-05-23T04:16:28.391Z | Compiling strum v0.27.2 |
| 1613 | 2026-05-23T04:16:28.406Z | Compiling clap_builder v4.6.0 |
| 1614 | 2026-05-23T04:16:28.481Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-05-23T04:16:28.521Z | Compiling toml_edit v0.19.15 |
| 1616 | 2026-05-23T04:16:28.535Z | Compiling snafu v0.8.9 |
| 1617 | 2026-05-23T04:16:28.747Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-05-23T04:16:28.930Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-05-23T04:16:29.019Z | Compiling dof v0.3.0 |
| 1620 | 2026-05-23T04:16:29.494Z | Compiling elliptic-curve v0.13.8 |
| 1621 | 2026-05-23T04:16:29.562Z | Compiling daft v0.1.7 |
| 1622 | 2026-05-23T04:16:29.866Z | Compiling futures v0.3.32 |
| 1623 | 2026-05-23T04:16:29.892Z | Compiling anstream v0.6.21 |
| 1624 | 2026-05-23T04:16:29.950Z | Compiling phf v0.13.1 |
| 1625 | 2026-05-23T04:16:30.310Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-05-23T04:16:30.430Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-05-23T04:16:30.518Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-05-23T04:16:30.568Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-05-23T04:16:30.729Z | Compiling zstd v0.13.3 |
| 1630 | 2026-05-23T04:16:30.790Z | Compiling serde_with_macros v3.17.0 |
| 1631 | 2026-05-23T04:16:31.102Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-05-23T04:16:31.172Z | Compiling usdt-macro v0.6.0 |
| 1633 | 2026-05-23T04:16:31.421Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-05-23T04:16:31.643Z | Compiling globset v0.4.18 |
| 1635 | 2026-05-23T04:16:31.901Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-05-23T04:16:31.915Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-05-23T04:16:32.174Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-05-23T04:16:32.198Z | Compiling olpc-cjson v0.1.4 |
| 1639 | 2026-05-23T04:16:32.322Z | Compiling pkcs1 v0.7.5 |
| 1640 | 2026-05-23T04:16:32.356Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-05-23T04:16:32.359Z | Compiling serde_plain v1.0.2 |
| 1642 | 2026-05-23T04:16:32.503Z | Compiling rfc6979 v0.4.0 |
| 1643 | 2026-05-23T04:16:32.561Z | Compiling strum_macros v0.26.4 |
| 1644 | 2026-05-23T04:16:32.627Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-05-23T04:16:32.644Z | Compiling async-recursion v1.1.1 |
| 1646 | 2026-05-23T04:16:32.711Z | Compiling serde_repr v0.1.20 |
| 1647 | 2026-05-23T04:16:32.800Z | Compiling clap_derive v4.6.1 |
| 1648 | 2026-05-23T04:16:32.820Z | Compiling pem v3.0.6 |
| 1649 | 2026-05-23T04:16:33.116Z | Compiling float-cmp v0.10.0 |
| 1650 | 2026-05-23T04:16:33.142Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-05-23T04:16:33.228Z | Compiling memmap2 v0.9.10 |
| 1652 | 2026-05-23T04:16:33.242Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-05-23T04:16:33.265Z | Compiling either v1.15.0 |
| 1654 | 2026-05-23T04:16:33.282Z | Compiling normalize-line-endings v0.3.0 |
| 1655 | 2026-05-23T04:16:33.378Z | Compiling whoami v2.1.0 |
| 1656 | 2026-05-23T04:16:33.436Z | Compiling fixedbitset v0.4.2 |
| 1657 | 2026-05-23T04:16:33.468Z | Compiling new_debug_unreachable v1.0.6 |
| 1658 | 2026-05-23T04:16:33.541Z | Compiling fixedbitset v0.5.7 |
| 1659 | 2026-05-23T04:16:33.541Z | Compiling data-encoding v2.10.0 |
| 1660 | 2026-05-23T04:16:33.645Z | Compiling predicates-core v1.0.10 |
| 1661 | 2026-05-23T04:16:33.741Z | Compiling difflib v0.4.0 |
| 1662 | 2026-05-23T04:16:33.824Z | Compiling jiff v0.2.21 |
| 1663 | 2026-05-23T04:16:33.852Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-05-23T04:16:33.942Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-05-23T04:16:34.023Z | Compiling keccak v0.1.6 |
| 1666 | 2026-05-23T04:16:34.226Z | Compiling typed-path v0.9.3 |
| 1667 | 2026-05-23T04:16:34.278Z | Compiling toml_edit v0.22.27 |
| 1668 | 2026-05-23T04:16:34.294Z | Compiling strum v0.26.3 |
| 1669 | 2026-05-23T04:16:34.429Z | Compiling sha3 v0.10.8 |
| 1670 | 2026-05-23T04:16:34.591Z | Compiling clap v4.6.1 |
| 1671 | 2026-05-23T04:16:34.677Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1672 | 2026-05-23T04:16:34.882Z | Compiling predicates v3.1.4 |
| 1673 | 2026-05-23T04:16:34.897Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-05-23T04:16:35.120Z | Compiling hickory-proto v0.25.2 |
| 1675 | 2026-05-23T04:16:35.458Z | Compiling petgraph v0.8.3 |
| 1676 | 2026-05-23T04:16:35.541Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-05-23T04:16:35.744Z | Compiling petgraph v0.6.5 |
| 1678 | 2026-05-23T04:16:37.038Z | Compiling zip v4.6.1 |
| 1679 | 2026-05-23T04:16:37.198Z | Compiling itertools v0.13.0 |
| 1680 | 2026-05-23T04:16:37.397Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-05-23T04:16:37.496Z | Compiling usdt v0.6.0 |
| 1682 | 2026-05-23T04:16:37.726Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-05-23T04:16:37.745Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-05-23T04:16:37.756Z | Compiling rsa v0.9.10 |
| 1685 | 2026-05-23T04:16:38.013Z | Compiling ed25519-dalek v2.2.0 |
| 1686 | 2026-05-23T04:16:38.077Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-05-23T04:16:38.144Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-05-23T04:16:38.437Z | Compiling zip v0.6.6 |
| 1689 | 2026-05-23T04:16:38.999Z | Compiling toml v0.7.8 |
| 1690 | 2026-05-23T04:16:39.056Z | Compiling iddqd v0.4.1 |
| 1691 | 2026-05-23T04:16:39.756Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-05-23T04:16:39.778Z | Compiling heck v0.4.1 |
| 1693 | 2026-05-23T04:16:39.855Z | Compiling similar v2.7.0 |
| 1694 | 2026-05-23T04:16:39.870Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-05-23T04:16:40.005Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-05-23T04:16:40.202Z | Compiling buf-list v1.1.2 |
| 1697 | 2026-05-23T04:16:40.291Z | Compiling x509-cert v0.2.5 |
| 1698 | 2026-05-23T04:16:40.384Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1699 | 2026-05-23T04:16:40.466Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-05-23T04:16:40.479Z | Compiling sha1 v0.10.6 |
| 1701 | 2026-05-23T04:16:40.684Z | Compiling lalrpop-util v0.19.12 |
| 1702 | 2026-05-23T04:16:40.700Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-05-23T04:16:40.742Z | Compiling thread_local v1.1.9 |
| 1704 | 2026-05-23T04:16:40.872Z | Compiling slog-async v2.8.0 |
| 1705 | 2026-05-23T04:16:40.977Z | Compiling crossbeam-channel v0.5.15 |
| 1706 | 2026-05-23T04:16:40.993Z | Compiling is-terminal v0.4.17 |
| 1707 | 2026-05-23T04:16:41.056Z | Compiling filetime v0.2.27 |
| 1708 | 2026-05-23T04:16:41.087Z | Compiling term v1.2.1 |
| 1709 | 2026-05-23T04:16:41.197Z | Compiling xattr v1.6.1 |
| 1710 | 2026-05-23T04:16:41.244Z | Compiling take_mut v0.2.2 |
| 1711 | 2026-05-23T04:16:41.345Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-05-23T04:16:41.422Z | Compiling tar v0.4.45 |
| 1713 | 2026-05-23T04:16:51.168Z | Compiling rustls-webpki v0.103.9 |
| 1714 | 2026-05-23T04:16:53.987Z | Compiling tokio-rustls v0.26.4 |
| 1715 | 2026-05-23T04:16:53.988Z | Compiling rustls-platform-verifier v0.6.2 |
| 1716 | 2026-05-23T04:16:54.190Z | Compiling hyper-rustls v0.27.7 |
| 1717 | 2026-05-23T04:16:54.387Z | Compiling reqwest v0.12.28 |
| 1718 | 2026-05-23T04:16:54.388Z | Compiling reqwest v0.13.2 |
| 1719 | 2026-05-23T04:16:55.662Z | Compiling tough v0.22.0 |
| 1720 | 2026-05-23T04:16:58.172Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1721 | 2026-05-23T04:16:58.419Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1722 | 2026-05-23T04:17:01.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1723 | 2026-05-23T04:17:01.380Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1724 | 2026-05-23T04:17:01.434Z | May 23 04:17:00.499 INFO Starting download, target: Clickhouse |
| 1725 | 2026-05-23T04:17:01.434Z | May 23 04:17:00.499 INFO Starting download, target: DendriteStub |
| 1726 | 2026-05-23T04:17:01.434Z | May 23 04:17:00.499 INFO Starting download, target: Console |
| 1727 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Starting download, target: Cockroach |
| 1728 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Starting download, target: MaghemiteMgd |
| 1729 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Starting download, target: MaghemiteDdmd |
| 1730 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1732 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1733 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1734 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1735 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-05-23T04:17:01.438Z | May 23 04:17:00.499 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1738 | 2026-05-23T04:17:02.393Z | May 23 04:17:01.459 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1739 | 2026-05-23T04:17:02.485Z | May 23 04:17:01.548 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-05-23T04:17:02.623Z | May 23 04:17:01.669 INFO Download complete, target: TransceiverControl |
| 1741 | 2026-05-23T04:17:02.728Z | May 23 04:17:01.789 INFO Download complete, target: Console |
| 1742 | 2026-05-23T04:17:03.337Z | May 23 04:17:02.386 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1743 | 2026-05-23T04:17:03.517Z | May 23 04:17:02.580 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-05-23T04:17:03.762Z | May 23 04:17:02.826 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1745 | 2026-05-23T04:17:03.776Z | May 23 04:17:02.832 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-05-23T04:17:04.299Z | May 23 04:17:03.366 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-05-23T04:17:04.299Z | May 23 04:17:03.366 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-05-23T04:17:05.860Z | May 23 04:17:04.926 INFO Download complete, target: MaghemiteDdmd |
| 1749 | 2026-05-23T04:17:06.221Z | May 23 04:17:05.287 INFO Download complete, target: DendriteStub |
| 1750 | 2026-05-23T04:17:06.431Z | May 23 04:17:05.497 INFO Download complete, target: MaghemiteMgd |
| 1751 | 2026-05-23T04:17:09.029Z | May 23 04:17:08.095 INFO Checking that binary works, target: Cockroach |
| 1752 | 2026-05-23T04:17:09.151Z | May 23 04:17:08.217 INFO Download complete, target: Cockroach |
| 1753 | 2026-05-23T04:17:10.178Z | May 23 04:17:09.244 INFO Checking that binary works, target: Clickhouse |
| 1754 | 2026-05-23T04:17:10.324Z | May 23 04:17:09.391 INFO Download complete, target: Clickhouse |
| 1755 | 2026-05-23T04:17:10.343Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1756 | 2026-05-23T04:17:10.346Z | |
| 1757 | 2026-05-23T04:17:10.346Z | real 2:17.158953746 |
| 1758 | 2026-05-23T04:17:10.346Z | user 6:59.211635733 |
| 1759 | 2026-05-23T04:17:10.347Z | sys 1:23.826442274 |
| 1760 | 2026-05-23T04:17:10.347Z | trap 0.240161539 |
| 1761 | 2026-05-23T04:17:10.347Z | tflt 0.788832663 |
| 1762 | 2026-05-23T04:17:10.347Z | dflt 0.534429827 |
| 1763 | 2026-05-23T04:17:10.347Z | kflt 0.028557973 |
| 1764 | 2026-05-23T04:17:10.347Z | lock 21:50.703493593 |
| 1765 | 2026-05-23T04:17:10.347Z | slp 21:19.558495715 |
| 1766 | 2026-05-23T04:17:10.347Z | lat 44.477413299 |
| 1767 | 2026-05-23T04:17:10.347Z | stop 1:57.146962364 |
| 1768 | 2026-05-23T04:17:10.347Z | + banner clippy |
| 1769 | 2026-05-23T04:17:10.347Z | |
| 1770 | 2026-05-23T04:17:10.347Z | #### # # ##### ##### # # |
| 1771 | 2026-05-23T04:17:10.347Z | # # # # # # # # # # |
| 1772 | 2026-05-23T04:17:10.347Z | # # # # # # # # |
| 1773 | 2026-05-23T04:17:10.347Z | # # # ##### ##### # |
| 1774 | 2026-05-23T04:17:10.347Z | # # # # # # # |
| 1775 | 2026-05-23T04:17:10.347Z | #### ###### # # # # |
| 1776 | 2026-05-23T04:17:10.347Z | |
| 1777 | 2026-05-23T04:17:10.347Z | + export CARGO_INCREMENTAL=0 |
| 1778 | 2026-05-23T04:17:10.347Z | + CARGO_INCREMENTAL=0 |
| 1779 | 2026-05-23T04:17:10.347Z | + ptime -m cargo xtask clippy |
| 1780 | 2026-05-23T04:17:10.919Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1781 | 2026-05-23T04:17:11.149Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1782 | 2026-05-23T04:17:12.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
| 1783 | 2026-05-23T04:17:13.083Z | Running `target/debug/xtask clippy` |
| 1784 | 2026-05-23T04:17:13.111Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1785 | 2026-05-23T04:17:13.769Z | Downloading crates ... |
| 1786 | 2026-05-23T04:17:13.967Z | Downloaded anes v0.1.6 |
| 1787 | 2026-05-23T04:17:13.970Z | Downloaded cast v0.3.0 |
| 1788 | 2026-05-23T04:17:13.973Z | Downloaded partial-io v0.5.4 |
| 1789 | 2026-05-23T04:17:13.979Z | Downloaded supports-unicode v2.1.0 |
| 1790 | 2026-05-23T04:17:13.982Z | Downloaded serde_regex v1.1.0 |
| 1791 | 2026-05-23T04:17:13.991Z | Downloaded backtrace-ext v0.2.1 |
| 1792 | 2026-05-23T04:17:13.995Z | Downloaded guppy v0.17.25 |
| 1793 | 2026-05-23T04:17:13.998Z | Downloaded blake2b_simd v1.0.4 |
| 1794 | 2026-05-23T04:17:13.998Z | Downloaded backtrace v0.3.76 |
| 1795 | 2026-05-23T04:17:14.001Z | Downloaded approx v0.5.1 |
| 1796 | 2026-05-23T04:17:14.001Z | Downloaded concurrent-queue v2.5.0 |
| 1797 | 2026-05-23T04:17:14.004Z | Downloaded criterion-plot v0.6.0 |
| 1798 | 2026-05-23T04:17:14.009Z | Downloaded rand_distr v0.5.1 |
| 1799 | 2026-05-23T04:17:14.012Z | Downloaded datatest-stable v0.3.3 |
| 1800 | 2026-05-23T04:17:14.016Z | Downloaded oorandom v11.1.5 |
| 1801 | 2026-05-23T04:17:14.020Z | Downloaded tokio-test v0.4.5 |
| 1802 | 2026-05-23T04:17:14.023Z | Downloaded addr2line v0.25.1 |
| 1803 | 2026-05-23T04:17:14.026Z | Downloaded target-lexicon v0.13.3 |
| 1804 | 2026-05-23T04:17:14.029Z | Downloaded terminal_size v0.1.17 |
| 1805 | 2026-05-23T04:17:14.029Z | Downloaded supports-hyperlinks v2.1.0 |
| 1806 | 2026-05-23T04:17:14.029Z | Downloaded plotters-svg v0.3.7 |
| 1807 | 2026-05-23T04:17:14.029Z | Downloaded linkme-impl v0.3.35 |
| 1808 | 2026-05-23T04:17:14.032Z | Downloaded similar-asserts v1.7.0 |
| 1809 | 2026-05-23T04:17:14.032Z | Downloaded linkme v0.3.35 |
| 1810 | 2026-05-23T04:17:14.035Z | Downloaded parking v2.2.1 |
| 1811 | 2026-05-23T04:17:14.035Z | Downloaded event-listener-strategy v0.5.4 |
| 1812 | 2026-05-23T04:17:14.035Z | Downloaded httptest v0.16.4 |
| 1813 | 2026-05-23T04:17:14.035Z | Downloaded async-object-pool v0.2.0 |
| 1814 | 2026-05-23T04:17:14.038Z | Downloaded escape8259 v0.5.3 |
| 1815 | 2026-05-23T04:17:14.038Z | Downloaded assert-json-diff v2.0.2 |
| 1816 | 2026-05-23T04:17:14.042Z | Downloaded miette-derive v5.10.0 |
| 1817 | 2026-05-23T04:17:14.045Z | Downloaded plotters-backend v0.3.7 |
| 1818 | 2026-05-23T04:17:14.051Z | Downloaded pathdiff v0.2.3 |
| 1819 | 2026-05-23T04:17:14.054Z | Downloaded relative-path v1.9.3 |
| 1820 | 2026-05-23T04:17:14.054Z | Downloaded owo-colors v3.5.0 |
| 1821 | 2026-05-23T04:17:14.056Z | Downloaded rustc-demangle v0.1.27 |
| 1822 | 2026-05-23T04:17:14.056Z | Downloaded knuffel-derive v3.2.0 |
| 1823 | 2026-05-23T04:17:14.059Z | Downloaded fancy-regex v0.14.0 |
| 1824 | 2026-05-23T04:17:14.059Z | Downloaded constant_time_eq v0.3.1 |
| 1825 | 2026-05-23T04:17:14.062Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1826 | 2026-05-23T04:17:14.070Z | Downloaded event-listener v5.4.1 |
| 1827 | 2026-05-23T04:17:14.073Z | Downloaded termcolor v1.4.1 |
| 1828 | 2026-05-23T04:17:14.073Z | Downloaded futures-timer v3.0.3 |
| 1829 | 2026-05-23T04:17:14.076Z | Downloaded hickory-client v0.25.2 |
| 1830 | 2026-05-23T04:17:14.079Z | Downloaded supports-color v2.1.0 |
| 1831 | 2026-05-23T04:17:14.079Z | Downloaded nested v0.1.1 |
| 1832 | 2026-05-23T04:17:14.079Z | Downloaded path-tree v0.8.3 |
| 1833 | 2026-05-23T04:17:14.082Z | Downloaded target-triple v1.0.0 |
| 1834 | 2026-05-23T04:17:14.085Z | Downloaded rust-argon2 v2.1.0 |
| 1835 | 2026-05-23T04:17:14.085Z | Downloaded target-spec v3.5.7 |
| 1836 | 2026-05-23T04:17:14.088Z | Downloaded async-lock v3.4.2 |
| 1837 | 2026-05-23T04:17:14.091Z | Downloaded miette v5.10.0 |
| 1838 | 2026-05-23T04:17:14.094Z | Downloaded assert_cmd v2.1.2 |
| 1839 | 2026-05-23T04:17:14.097Z | Downloaded tinytemplate v1.2.1 |
| 1840 | 2026-05-23T04:17:14.097Z | Downloaded libtest-mimic v0.8.1 |
| 1841 | 2026-05-23T04:17:14.100Z | Downloaded stringmetrics v2.2.2 |
| 1842 | 2026-05-23T04:17:14.103Z | Downloaded cfg-expr v0.20.6 |
| 1843 | 2026-05-23T04:17:14.105Z | Downloaded chumsky v0.9.3 |
| 1844 | 2026-05-23T04:17:14.108Z | Downloaded trybuild v1.0.116 |
| 1845 | 2026-05-23T04:17:14.111Z | Downloaded textwrap v0.15.2 |
| 1846 | 2026-05-23T04:17:14.114Z | Downloaded rstest v0.25.0 |
| 1847 | 2026-05-23T04:17:14.117Z | Downloaded knuffel v3.2.0 |
| 1848 | 2026-05-23T04:17:14.120Z | Downloaded rstest_macros v0.25.0 |
| 1849 | 2026-05-23T04:17:14.123Z | Downloaded plotters v0.3.7 |
| 1850 | 2026-05-23T04:17:14.131Z | Downloaded criterion v0.7.0 |
| 1851 | 2026-05-23T04:17:14.135Z | Downloaded hashbrown v0.14.5 |
| 1852 | 2026-05-23T04:17:14.144Z | Downloaded gimli v0.32.3 |
| 1853 | 2026-05-23T04:17:14.237Z | Downloaded httpmock v0.8.3 |
| 1854 | 2026-05-23T04:17:16.008Z | Checking cfg-if v1.0.4 |
| 1855 | 2026-05-23T04:17:16.384Z | Checking libc v0.2.185 |
| 1856 | 2026-05-23T04:17:16.387Z | Checking serde_core v1.0.228 |
| 1857 | 2026-05-23T04:17:16.460Z | Checking memchr v2.8.0 |
| 1858 | 2026-05-23T04:17:16.501Z | Checking smallvec v1.15.1 |
| 1859 | 2026-05-23T04:17:16.542Z | Checking itoa v1.0.17 |
| 1860 | 2026-05-23T04:17:16.583Z | Checking log v0.4.29 |
| 1861 | 2026-05-23T04:17:16.644Z | Checking libm v0.2.16 |
| 1862 | 2026-05-23T04:17:16.685Z | Checking zeroize v1.8.2 |
| 1863 | 2026-05-23T04:17:16.727Z | Checking stable_deref_trait v1.2.1 |
| 1864 | 2026-05-23T04:17:16.727Z | Checking scopeguard v1.2.0 |
| 1865 | 2026-05-23T04:17:16.804Z | Checking zmij v1.0.21 |
| 1866 | 2026-05-23T04:17:16.846Z | Checking errno v0.3.14 |
| 1867 | 2026-05-23T04:17:16.846Z | Checking getrandom v0.2.17 |
| 1868 | 2026-05-23T04:17:16.917Z | Checking lock_api v0.4.14 |
| 1869 | 2026-05-23T04:17:16.951Z | Checking zerofrom v0.1.6 |
| 1870 | 2026-05-23T04:17:16.992Z | Checking percent-encoding v2.3.2 |
| 1871 | 2026-05-23T04:17:17.030Z | Checking litemap v0.8.1 |
| 1872 | 2026-05-23T04:17:17.033Z | Checking writeable v0.6.2 |
| 1873 | 2026-05-23T04:17:17.102Z | Checking yoke v0.8.1 |
| 1874 | 2026-05-23T04:17:17.141Z | Checking icu_normalizer_data v2.1.1 |
| 1875 | 2026-05-23T04:17:17.180Z | Checking icu_properties_data v2.1.2 |
| 1876 | 2026-05-23T04:17:17.220Z | Checking form_urlencoded v1.2.2 |
| 1877 | 2026-05-23T04:17:17.259Z | Checking utf8_iter v1.0.4 |
| 1878 | 2026-05-23T04:17:17.301Z | Checking zerovec v0.11.5 |
| 1879 | 2026-05-23T04:17:17.301Z | Checking zerotrie v0.2.3 |
| 1880 | 2026-05-23T04:17:17.374Z | Checking num-traits v0.2.19 |
| 1881 | 2026-05-23T04:17:17.414Z | Checking rand_core v0.10.0 |
| 1882 | 2026-05-23T04:17:17.414Z | Checking subtle v2.6.1 |
| 1883 | 2026-05-23T04:17:17.488Z | Checking pin-project-lite v0.2.17 |
| 1884 | 2026-05-23T04:17:17.528Z | Checking rand_core v0.6.4 |
| 1885 | 2026-05-23T04:17:17.586Z | Checking getrandom v0.4.1 |
| 1886 | 2026-05-23T04:17:17.627Z | Checking zerocopy v0.8.40 |
| 1887 | 2026-05-23T04:17:17.668Z | Checking parking_lot_core v0.9.12 |
| 1888 | 2026-05-23T04:17:17.707Z | Checking portable-atomic v1.13.1 |
| 1889 | 2026-05-23T04:17:17.745Z | Checking tinystr v0.8.2 |
| 1890 | 2026-05-23T04:17:17.745Z | Checking potential_utf v0.1.4 |
| 1891 | 2026-05-23T04:17:17.820Z | Checking critical-section v1.2.0 |
| 1892 | 2026-05-23T04:17:17.882Z | Checking parking_lot v0.12.5 |
| 1893 | 2026-05-23T04:17:17.920Z | Checking serde v1.0.228 |
| 1894 | 2026-05-23T04:17:17.957Z | Checking serde_json v1.0.149 |
| 1895 | 2026-05-23T04:17:17.994Z | Checking bitflags v2.11.0 |
| 1896 | 2026-05-23T04:17:18.003Z | Checking icu_locale_core v2.1.1 |
| 1897 | 2026-05-23T04:17:18.003Z | Checking icu_collections v2.1.1 |
| 1898 | 2026-05-23T04:17:18.105Z | Checking signal-hook-registry v1.4.8 |
| 1899 | 2026-05-23T04:17:18.146Z | Checking once_cell v1.21.3 |
| 1900 | 2026-05-23T04:17:18.189Z | Checking mio v1.2.0 |
| 1901 | 2026-05-23T04:17:18.313Z | Checking typenum v1.19.0 |
| 1902 | 2026-05-23T04:17:18.355Z | Checking bytes v1.11.1 |
| 1903 | 2026-05-23T04:17:18.394Z | Checking iana-time-zone v0.1.65 |
| 1904 | 2026-05-23T04:17:18.444Z | Checking socket2 v0.6.3 |
| 1905 | 2026-05-23T04:17:18.501Z | Checking uuid v1.23.0 |
| 1906 | 2026-05-23T04:17:18.555Z | Checking chrono v0.4.44 |
| 1907 | 2026-05-23T04:17:18.598Z | Checking icu_provider v2.1.1 |
| 1908 | 2026-05-23T04:17:18.659Z | Checking semver v1.0.28 |
| 1909 | 2026-05-23T04:17:18.716Z | Checking thiserror v2.0.18 |
| 1910 | 2026-05-23T04:17:18.821Z | Checking tokio v1.52.1 |
| 1911 | 2026-05-23T04:17:18.872Z | Checking generic-array v0.14.7 |
| 1912 | 2026-05-23T04:17:18.875Z | Checking icu_normalizer v2.1.1 |
| 1913 | 2026-05-23T04:17:18.897Z | Checking icu_properties v2.1.2 |
| 1914 | 2026-05-23T04:17:18.901Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1915 | 2026-05-23T04:17:18.935Z | Checking futures-core v0.3.32 |
| 1916 | 2026-05-23T04:17:19.163Z | Checking dyn-clone v1.0.20 |
| 1917 | 2026-05-23T04:17:19.239Z | Checking equivalent v1.0.2 |
| 1918 | 2026-05-23T04:17:19.290Z | Checking const-oid v0.9.6 |
| 1919 | 2026-05-23T04:17:19.324Z | Checking futures-sink v0.3.32 |
| 1920 | 2026-05-23T04:17:19.362Z | Checking crypto-common v0.1.7 |
| 1921 | 2026-05-23T04:17:19.366Z | Checking block-buffer v0.10.4 |
| 1922 | 2026-05-23T04:17:19.436Z | Checking rustix v1.1.3 |
| 1923 | 2026-05-23T04:17:19.473Z | Checking byteorder v1.5.0 |
| 1924 | 2026-05-23T04:17:19.518Z | Checking futures-channel v0.3.32 |
| 1925 | 2026-05-23T04:17:19.564Z | Checking slab v0.4.12 |
| 1926 | 2026-05-23T04:17:19.703Z | Checking futures-io v0.3.32 |
| 1927 | 2026-05-23T04:17:19.743Z | Checking futures-task v0.3.32 |
| 1928 | 2026-05-23T04:17:19.781Z | Checking thiserror v1.0.69 |
| 1929 | 2026-05-23T04:17:19.785Z | Checking idna_adapter v1.2.1 |
| 1930 | 2026-05-23T04:17:19.855Z | Checking cpufeatures v0.2.17 |
| 1931 | 2026-05-23T04:17:19.909Z | Checking futures-util v0.3.32 |
| 1932 | 2026-05-23T04:17:19.914Z | Checking hashbrown v0.17.0 |
| 1933 | 2026-05-23T04:17:19.983Z | Checking digest v0.10.7 |
| 1934 | 2026-05-23T04:17:19.987Z | Checking idna v1.1.0 |
| 1935 | 2026-05-23T04:17:19.987Z | Checking getrandom v0.3.4 |
| 1936 | 2026-05-23T04:17:20.213Z | Checking fnv v1.0.7 |
| 1937 | 2026-05-23T04:17:20.264Z | Checking regex-syntax v0.8.10 |
| 1938 | 2026-05-23T04:17:20.291Z | Checking base64 v0.22.1 |
| 1939 | 2026-05-23T04:17:20.326Z | Checking url v2.5.8 |
| 1940 | 2026-05-23T04:17:20.365Z | Checking http v1.4.0 |
| 1941 | 2026-05-23T04:17:20.403Z | Checking ppv-lite86 v0.2.21 |
| 1942 | 2026-05-23T04:17:20.455Z | Checking indexmap v2.14.0 |
| 1943 | 2026-05-23T04:17:20.564Z | Checking tracing-core v0.1.36 |
| 1944 | 2026-05-23T04:17:20.724Z | Checking utf8parse v0.2.2 |
| 1945 | 2026-05-23T04:17:20.800Z | Checking schemars v0.8.22 |
| 1946 | 2026-05-23T04:17:20.861Z | Checking anstyle v1.0.14 |
| 1947 | 2026-05-23T04:17:20.904Z | Checking tracing v0.1.44 |
| 1948 | 2026-05-23T04:17:20.948Z | Checking ipnet v2.11.0 |
| 1949 | 2026-05-23T04:17:21.032Z | Checking colorchoice v1.0.4 |
| 1950 | 2026-05-23T04:17:21.079Z | Checking base64ct v1.8.3 |
| 1951 | 2026-05-23T04:17:21.134Z | Checking anstyle-query v1.1.5 |
| 1952 | 2026-05-23T04:17:21.175Z | Checking unicode-ident v1.0.24 |
| 1953 | 2026-05-23T04:17:21.232Z | Checking is_terminal_polyfill v1.70.2 |
| 1954 | 2026-05-23T04:17:21.270Z | Checking block-padding v0.3.3 |
| 1955 | 2026-05-23T04:17:21.312Z | Checking proc-macro2 v1.0.106 |
| 1956 | 2026-05-23T04:17:21.350Z | Checking untrusted v0.9.0 |
| 1957 | 2026-05-23T04:17:21.353Z | Checking aho-corasick v1.1.4 |
| 1958 | 2026-05-23T04:17:21.429Z | Checking inout v0.1.4 |
| 1959 | 2026-05-23T04:17:21.469Z | Checking anstyle-parse v1.0.0 |
| 1960 | 2026-05-23T04:17:21.506Z | Checking ring v0.17.14 |
| 1961 | 2026-05-23T04:17:21.585Z | Checking terminal_size v0.4.3 |
| 1962 | 2026-05-23T04:17:21.622Z | Checking cipher v0.4.4 |
| 1963 | 2026-05-23T04:17:21.658Z | Checking quote v1.0.45 |
| 1964 | 2026-05-23T04:17:21.662Z | Checking crossbeam-utils v0.8.21 |
| 1965 | 2026-05-23T04:17:21.730Z | Checking anstream v1.0.0 |
| 1966 | 2026-05-23T04:17:21.858Z | Checking rustls-pki-types v1.14.0 |
| 1967 | 2026-05-23T04:17:21.861Z | Checking syn v2.0.117 |
| 1968 | 2026-05-23T04:17:21.896Z | Checking httparse v1.10.1 |
| 1969 | 2026-05-23T04:17:21.965Z | Checking strsim v0.11.1 |
| 1970 | 2026-05-23T04:17:22.008Z | Checking tokio-util v0.7.18 |
| 1971 | 2026-05-23T04:17:22.048Z | Checking clap_lex v1.0.0 |
| 1972 | 2026-05-23T04:17:22.087Z | Checking regex-automata v0.4.14 |
| 1973 | 2026-05-23T04:17:22.137Z | Checking pem-rfc7468 v0.7.0 |
| 1974 | 2026-05-23T04:17:22.175Z | Checking sha2 v0.10.9 |
| 1975 | 2026-05-23T04:17:22.209Z | Checking allocator-api2 v0.2.21 |
| 1976 | 2026-05-23T04:17:22.247Z | Checking clap_builder v4.6.0 |
| 1977 | 2026-05-23T04:17:22.362Z | Checking rand_core v0.9.5 |
| 1978 | 2026-05-23T04:17:22.476Z | Checking hmac v0.12.1 |
| 1979 | 2026-05-23T04:17:22.516Z | Checking powerfmt v0.2.0 |
| 1980 | 2026-05-23T04:17:22.553Z | Checking http-body v1.0.1 |
| 1981 | 2026-05-23T04:17:22.557Z | Checking num_threads v0.1.7 |
| 1982 | 2026-05-23T04:17:22.640Z | Checking atomic-waker v1.1.2 |
| 1983 | 2026-05-23T04:17:22.679Z | Checking time-core v0.1.8 |
| 1984 | 2026-05-23T04:17:22.717Z | Checking deranged v0.5.8 |
| 1985 | 2026-05-23T04:17:22.719Z | Checking num-conv v0.2.0 |
| 1986 | 2026-05-23T04:17:22.719Z | Checking flagset v0.4.7 |
| 1987 | 2026-05-23T04:17:22.822Z | Checking try-lock v0.2.5 |
| 1988 | 2026-05-23T04:17:22.859Z | Checking httpdate v1.0.3 |
| 1989 | 2026-05-23T04:17:22.899Z | Checking h2 v0.4.13 |
| 1990 | 2026-05-23T04:17:22.941Z | Checking der v0.7.10 |
| 1991 | 2026-05-23T04:17:22.978Z | Checking want v0.3.1 |
| 1992 | 2026-05-23T04:17:23.032Z | Checking rand_chacha v0.9.0 |
| 1993 | 2026-05-23T04:17:23.130Z | Checking anyhow v1.0.102 |
| 1994 | 2026-05-23T04:17:23.263Z | Checking ryu v1.0.23 |
| 1995 | 2026-05-23T04:17:23.357Z | Checking tower-layer v0.3.3 |
| 1996 | 2026-05-23T04:17:23.431Z | Checking pin-utils v0.1.0 |
| 1997 | 2026-05-23T04:17:23.481Z | Checking clap v4.6.1 |
| 1998 | 2026-05-23T04:17:23.533Z | Checking tower-service v0.3.3 |
| 1999 | 2026-05-23T04:17:23.536Z | Checking rand v0.9.2 |
| 2000 | 2026-05-23T04:17:23.607Z | Checking erased-serde v0.3.31 |
| 2001 | 2026-05-23T04:17:23.656Z | Checking spin v0.9.8 |
| 2002 | 2026-05-23T04:17:23.695Z | Checking time v0.3.47 |
| 2003 | 2026-05-23T04:17:23.698Z | Checking mime v0.3.17 |
| 2004 | 2026-05-23T04:17:23.866Z | Checking fastrand v2.3.0 |
| 2005 | 2026-05-23T04:17:23.906Z | Checking spki v0.7.3 |
| 2006 | 2026-05-23T04:17:23.944Z | Checking http-body-util v0.1.3 |
| 2007 | 2026-05-23T04:17:24.011Z | Checking slog v2.8.2 |
| 2008 | 2026-05-23T04:17:24.064Z | Checking pbkdf2 v0.12.2 |
| 2009 | 2026-05-23T04:17:24.103Z | Checking aes v0.8.4 |
| 2010 | 2026-05-23T04:17:24.138Z | Checking aws-lc-sys v0.40.0 |
| 2011 | 2026-05-23T04:17:24.175Z | Checking untrusted v0.7.1 |
| 2012 | 2026-05-23T04:17:24.218Z | Checking cbc v0.1.2 |
| 2013 | 2026-05-23T04:17:24.222Z | Checking salsa20 v0.10.2 |
| 2014 | 2026-05-23T04:17:24.346Z | Checking rand_chacha v0.3.1 |
| 2015 | 2026-05-23T04:17:24.346Z | Checking hex v0.4.3 |
| 2016 | 2026-05-23T04:17:24.438Z | Checking openssl-probe v0.2.1 |
| 2017 | 2026-05-23T04:17:24.480Z | Checking pretty-hex v0.4.1 |
| 2018 | 2026-05-23T04:17:24.516Z | Checking simd-adler32 v0.3.8 |
| 2019 | 2026-05-23T04:17:24.580Z | Checking scrypt v0.11.0 |
| 2020 | 2026-05-23T04:17:24.618Z | Checking tempfile v3.25.0 |
| 2021 | 2026-05-23T04:17:24.654Z | Checking regex v1.12.3 |
| 2022 | 2026-05-23T04:17:24.657Z | Checking rand v0.8.6 |
| 2023 | 2026-05-23T04:17:24.726Z | Checking serde_urlencoded v0.7.1 |
| 2024 | 2026-05-23T04:17:24.729Z | Checking aws-lc-rs v1.16.3 |
| 2025 | 2026-05-23T04:17:24.796Z | Checking encoding_rs v0.8.35 |
| 2026 | 2026-05-23T04:17:24.837Z | Checking adler2 v2.0.1 |
| 2027 | 2026-05-23T04:17:24.876Z | Checking plain v0.2.3 |
| 2028 | 2026-05-23T04:17:24.958Z | Checking pkcs5 v0.7.1 |
| 2029 | 2026-05-23T04:17:24.998Z | Checking miniz_oxide v0.8.9 |
| 2030 | 2026-05-23T04:17:25.002Z | Checking ipnetwork v0.21.1 |
| 2031 | 2026-05-23T04:17:25.069Z | Checking ucd-trie v0.1.7 |
| 2032 | 2026-05-23T04:17:25.242Z | Checking camino v1.2.2 |
| 2033 | 2026-05-23T04:17:25.246Z | Checking pkcs8 v0.10.2 |
| 2034 | 2026-05-23T04:17:25.317Z | Checking pest v2.8.6 |
| 2035 | 2026-05-23T04:17:25.320Z | Checking rustls-native-certs v0.8.3 |
| 2036 | 2026-05-23T04:17:25.396Z | Checking sync_wrapper v1.0.2 |
| 2037 | 2026-05-23T04:17:25.490Z | Checking foldhash v0.2.0 |
| 2038 | 2026-05-23T04:17:25.528Z | Checking webpki-roots v1.0.6 |
| 2039 | 2026-05-23T04:17:25.531Z | Checking tower v0.5.3 |
| 2040 | 2026-05-23T04:17:25.566Z | Checking futures-executor v0.3.32 |
| 2041 | 2026-05-23T04:17:25.637Z | Checking hyper v1.8.1 |
| 2042 | 2026-05-23T04:17:25.640Z | Checking rustls-webpki v0.103.9 |
| 2043 | 2026-05-23T04:17:25.710Z | Checking hashbrown v0.16.1 |
| 2044 | 2026-05-23T04:17:25.713Z | Checking either v1.15.0 |
| 2045 | 2026-05-23T04:17:25.780Z | Checking iri-string v0.7.10 |
| 2046 | 2026-05-23T04:17:25.818Z | Checking futures v0.3.32 |
| 2047 | 2026-05-23T04:17:25.927Z | Checking crc32fast v1.5.0 |
| 2048 | 2026-05-23T04:17:25.965Z | Checking openapiv3 v2.2.0 |
| 2049 | 2026-05-23T04:17:26.003Z | Checking static_assertions v1.1.0 |
| 2050 | 2026-05-23T04:17:26.098Z | Checking lazy_static v1.5.0 |
| 2051 | 2026-05-23T04:17:26.137Z | Checking signature v2.2.0 |
| 2052 | 2026-05-23T04:17:26.140Z | Checking rustls v0.23.37 |
| 2053 | 2026-05-23T04:17:26.220Z | Checking strum v0.26.3 |
| 2054 | 2026-05-23T04:17:26.259Z | Checking oxnet v0.1.5 |
| 2055 | 2026-05-23T04:17:26.300Z | Checking hubpack v0.1.2 |
| 2056 | 2026-05-23T04:17:26.364Z | Checking zlib-rs v0.6.2 |
| 2057 | 2026-05-23T04:17:26.404Z | Checking winnow v0.7.14 |
| 2058 | 2026-05-23T04:17:26.490Z | Checking tinyvec_macros v0.1.1 |
| 2059 | 2026-05-23T04:17:26.529Z | Checking sha1 v0.10.6 |
| 2060 | 2026-05-23T04:17:26.573Z | Checking hyper-util v0.1.20 |
| 2061 | 2026-05-23T04:17:26.621Z | Checking tinyvec v1.10.0 |
| 2062 | 2026-05-23T04:17:26.719Z | Checking num-integer v0.1.46 |
| 2063 | 2026-05-23T04:17:26.819Z | Checking tower-http v0.6.8 |
| 2064 | 2026-05-23T04:17:26.961Z | Checking scroll v0.13.0 |
| 2065 | 2026-05-23T04:17:26.999Z | Checking data-encoding v2.10.0 |
| 2066 | 2026-05-23T04:17:27.123Z | Checking psl-types v2.0.11 |
| 2067 | 2026-05-23T04:17:27.220Z | Checking goblin v0.10.5 |
| 2068 | 2026-05-23T04:17:27.260Z | Checking flate2 v1.1.9 |
| 2069 | 2026-05-23T04:17:27.299Z | Checking cookie v0.18.1 |
| 2070 | 2026-05-23T04:17:27.302Z | Checking publicsuffix v2.3.0 |
| 2071 | 2026-05-23T04:17:27.302Z | Checking toml_datetime v0.6.11 |
| 2072 | 2026-05-23T04:17:27.524Z | Checking serde_spanned v0.6.9 |
| 2073 | 2026-05-23T04:17:27.565Z | Checking memmap2 v0.9.10 |
| 2074 | 2026-05-23T04:17:27.604Z | Checking bit-vec v0.8.0 |
| 2075 | 2026-05-23T04:17:27.607Z | Checking base16ct v0.2.0 |
| 2076 | 2026-05-23T04:17:27.676Z | Checking cookie_store v0.22.1 |
| 2077 | 2026-05-23T04:17:27.679Z | Checking dtrace-parser v0.3.0 |
| 2078 | 2026-05-23T04:17:27.755Z | Checking ff v0.13.1 |
| 2079 | 2026-05-23T04:17:27.796Z | Checking sec1 v0.7.3 |
| 2080 | 2026-05-23T04:17:27.833Z | Checking bit-set v0.8.0 |
| 2081 | 2026-05-23T04:17:27.843Z | Checking thread-id v5.1.0 |
| 2082 | 2026-05-23T04:17:27.911Z | Checking wait-timeout v0.2.1 |
| 2083 | 2026-05-23T04:17:27.949Z | Checking group v0.13.0 |
| 2084 | 2026-05-23T04:17:27.985Z | Checking num-iter v0.1.45 |
| 2085 | 2026-05-23T04:17:28.026Z | Checking bstr v1.12.1 |
| 2086 | 2026-05-23T04:17:28.064Z | Checking hkdf v0.12.4 |
| 2087 | 2026-05-23T04:17:28.067Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-05-23T04:17:28.138Z | Checking anstyle-parse v0.2.7 |
| 2089 | 2026-05-23T04:17:28.142Z | Checking ahash v0.8.12 |
| 2090 | 2026-05-23T04:17:28.142Z | Checking crypto-bigint v0.5.5 |
| 2091 | 2026-05-23T04:17:28.243Z | Checking foreign-types-shared v0.1.1 |
| 2092 | 2026-05-23T04:17:28.318Z | Checking quick-error v1.2.3 |
| 2093 | 2026-05-23T04:17:28.357Z | Checking anstream v0.6.21 |
| 2094 | 2026-05-23T04:17:28.360Z | Checking foreign-types v0.3.2 |
| 2095 | 2026-05-23T04:17:28.430Z | Checking rand_xorshift v0.4.0 |
| 2096 | 2026-05-23T04:17:28.467Z | Checking rusty-fork v0.3.1 |
| 2097 | 2026-05-23T04:17:28.470Z | Checking scroll v0.12.0 |
| 2098 | 2026-05-23T04:17:28.539Z | Checking openssl-sys v0.9.114 |
| 2099 | 2026-05-23T04:17:28.543Z | Checking tokio-rustls v0.26.4 |
| 2100 | 2026-05-23T04:17:28.613Z | Checking rustls-platform-verifier v0.6.2 |
| 2101 | 2026-05-23T04:17:28.617Z | Checking unarray v0.1.4 |
| 2102 | 2026-05-23T04:17:28.685Z | Checking num-bigint-dig v0.8.6 |
| 2103 | 2026-05-23T04:17:28.750Z | Checking proptest v1.10.0 |
| 2104 | 2026-05-23T04:17:28.788Z | Checking goblin v0.8.2 |
| 2105 | 2026-05-23T04:17:28.828Z | Checking pkcs1 v0.7.5 |
| 2106 | 2026-05-23T04:17:28.864Z | Checking hyper-rustls v0.27.7 |
| 2107 | 2026-05-23T04:17:29.067Z | Checking x509-cert v0.2.5 |
| 2108 | 2026-05-23T04:17:29.118Z | Checking reqwest v0.13.2 |
| 2109 | 2026-05-23T04:17:29.122Z | Checking elliptic-curve v0.13.8 |
| 2110 | 2026-05-23T04:17:29.123Z | Checking openssl v0.10.78 |
| 2111 | 2026-05-23T04:17:29.514Z | Checking zerocopy v0.7.35 |
| 2112 | 2026-05-23T04:17:29.519Z | Checking unicode-segmentation v1.12.0 |
| 2113 | 2026-05-23T04:17:29.592Z | Checking dof v0.4.0 |
| 2114 | 2026-05-23T04:17:29.740Z | Checking rsa v0.9.10 |
| 2115 | 2026-05-23T04:17:29.895Z | Checking dtrace-parser v0.2.0 |
| 2116 | 2026-05-23T04:17:29.982Z | Checking rfc6979 v0.4.0 |
| 2117 | 2026-05-23T04:17:30.032Z | Checking memoffset v0.9.1 |
| 2118 | 2026-05-23T04:17:30.138Z | Checking thread-id v4.2.2 |
| 2119 | 2026-05-23T04:17:30.177Z | Checking ecdsa v0.16.9 |
| 2120 | 2026-05-23T04:17:30.181Z | Checking curve25519-dalek v4.1.3 |
| 2121 | 2026-05-23T04:17:30.251Z | Checking usdt-impl v0.6.0 |
| 2122 | 2026-05-23T04:17:30.254Z | Checking rustix v0.38.44 |
| 2123 | 2026-05-23T04:17:30.254Z | Checking env_filter v1.0.0 |
| 2124 | 2026-05-23T04:17:30.497Z | Checking toml_write v0.1.2 |
| 2125 | 2026-05-23T04:17:30.553Z | Checking same-file v1.0.6 |
| 2126 | 2026-05-23T04:17:30.593Z | Checking usdt v0.6.0 |
| 2127 | 2026-05-23T04:17:30.596Z | Checking newtype-uuid v1.3.2 |
| 2128 | 2026-05-23T04:17:30.695Z | Checking keccak v0.1.6 |
| 2129 | 2026-05-23T04:17:30.734Z | Checking walkdir v2.5.0 |
| 2130 | 2026-05-23T04:17:30.737Z | Checking dof v0.3.0 |
| 2131 | 2026-05-23T04:17:30.807Z | Checking toml_edit v0.22.27 |
| 2132 | 2026-05-23T04:17:30.858Z | Checking daft v0.1.7 |
| 2133 | 2026-05-23T04:17:30.896Z | Checking sha3 v0.10.8 |
| 2134 | 2026-05-23T04:17:30.963Z | Checking env_logger v0.11.9 |
| 2135 | 2026-05-23T04:17:31.016Z | Checking ed25519 v2.2.3 |
| 2136 | 2026-05-23T04:17:31.054Z | Checking usdt-impl v0.5.0 |
| 2137 | 2026-05-23T04:17:31.108Z | Checking itertools v0.13.0 |
| 2138 | 2026-05-23T04:17:31.148Z | Checking serde_with v3.17.0 |
| 2139 | 2026-05-23T04:17:31.151Z | Checking siphasher v1.0.2 |
| 2140 | 2026-05-23T04:17:31.219Z | Checking bitflags v1.3.2 |
| 2141 | 2026-05-23T04:17:31.222Z | Checking native-tls v0.2.18 |
| 2142 | 2026-05-23T04:17:31.292Z | Checking ed25519-dalek v2.2.0 |
| 2143 | 2026-05-23T04:17:31.329Z | Checking nix v0.31.2 |
| 2144 | 2026-05-23T04:17:31.366Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2145 | 2026-05-23T04:17:31.370Z | Checking unicode-normalization v0.1.25 |
| 2146 | 2026-05-23T04:17:31.464Z | Checking tokio-native-tls v0.3.1 |
| 2147 | 2026-05-23T04:17:31.553Z | Checking signal-hook v0.3.18 |
| 2148 | 2026-05-23T04:17:31.654Z | Checking hyper-tls v0.6.0 |
| 2149 | 2026-05-23T04:17:31.726Z | Checking winnow v0.5.40 |
| 2150 | 2026-05-23T04:17:31.780Z | Checking managed v0.8.0 |
| 2151 | 2026-05-23T04:17:31.824Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2152 | 2026-05-23T04:17:31.862Z | Checking reqwest v0.12.28 |
| 2153 | 2026-05-23T04:17:31.899Z | Checking object v0.37.3 |
| 2154 | 2026-05-23T04:17:31.943Z | Checking foldhash v0.1.5 |
| 2155 | 2026-05-23T04:17:31.995Z | Checking bzip2 v0.4.4 |
| 2156 | 2026-05-23T04:17:32.107Z | Checking hashbrown v0.15.5 |
| 2157 | 2026-05-23T04:17:32.150Z | Checking signal-hook-mio v0.2.5 |
| 2158 | 2026-05-23T04:17:32.189Z | Checking globset v0.4.18 |
| 2159 | 2026-05-23T04:17:32.285Z | Checking ref-cast v1.0.25 |
| 2160 | 2026-05-23T04:17:32.402Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2161 | 2026-05-23T04:17:32.441Z | Checking zip v0.6.6 |
| 2162 | 2026-05-23T04:17:32.479Z | Checking pin-project v1.1.11 |
| 2163 | 2026-05-23T04:17:32.545Z | Checking zstd-safe v7.2.4 |
| 2164 | 2026-05-23T04:17:32.585Z | Checking libbz2-rs-sys v0.2.2 |
| 2165 | 2026-05-23T04:17:32.626Z | Checking bumpalo v3.20.2 |
| 2166 | 2026-05-23T04:17:32.629Z | Checking crossterm v0.28.1 |
| 2167 | 2026-05-23T04:17:32.719Z | Checking similar v2.7.0 |
| 2168 | 2026-05-23T04:17:32.758Z | Checking zstd v0.13.3 |
| 2169 | 2026-05-23T04:17:32.797Z | Checking tokio-stream v0.1.18 |
| 2170 | 2026-05-23T04:17:32.853Z | Checking zopfli v0.8.3 |
| 2171 | 2026-05-23T04:17:32.891Z | Checking toml_edit v0.19.15 |
| 2172 | 2026-05-23T04:17:32.974Z | Checking fs-err v3.3.0 |
| 2173 | 2026-05-23T04:17:33.013Z | Checking bzip2 v0.6.1 |
| 2174 | 2026-05-23T04:17:33.136Z | Checking pem v3.0.6 |
| 2175 | 2026-05-23T04:17:33.204Z | Checking hash32 v0.2.1 |
| 2176 | 2026-05-23T04:17:33.208Z | Checking serde-big-array v0.5.1 |
| 2177 | 2026-05-23T04:17:33.242Z | Checking unicode-properties v0.1.4 |
| 2178 | 2026-05-23T04:17:33.313Z | Checking unicode-bidi v0.3.18 |
| 2179 | 2026-05-23T04:17:33.351Z | Checking jiff v0.2.21 |
| 2180 | 2026-05-23T04:17:33.386Z | Checking predicates-core v1.0.10 |
| 2181 | 2026-05-23T04:17:33.424Z | Checking heapless v0.7.17 |
| 2182 | 2026-05-23T04:17:33.427Z | Checking snafu v0.8.9 |
| 2183 | 2026-05-23T04:17:33.496Z | Checking olpc-cjson v0.1.4 |
| 2184 | 2026-05-23T04:17:33.542Z | Checking hickory-proto v0.25.2 |
| 2185 | 2026-05-23T04:17:33.634Z | Checking stringprep v0.1.5 |
| 2186 | 2026-05-23T04:17:33.671Z | Checking md-5 v0.10.6 |
| 2187 | 2026-05-23T04:17:33.722Z | Checking serde_plain v1.0.2 |
| 2188 | 2026-05-23T04:17:33.825Z | Checking float-cmp v0.10.0 |
| 2189 | 2026-05-23T04:17:33.865Z | Checking normalize-line-endings v0.3.0 |
| 2190 | 2026-05-23T04:17:33.903Z | Checking difflib v0.4.0 |
| 2191 | 2026-05-23T04:17:33.906Z | Checking fallible-iterator v0.2.0 |
| 2192 | 2026-05-23T04:17:33.974Z | Checking toml v0.7.8 |
| 2193 | 2026-05-23T04:17:34.013Z | Checking typed-path v0.9.3 |
| 2194 | 2026-05-23T04:17:34.016Z | Checking smoltcp v0.9.1 |
| 2195 | 2026-05-23T04:17:34.107Z | Checking predicates v3.1.4 |
| 2196 | 2026-05-23T04:17:34.207Z | Checking iddqd v0.4.1 |
| 2197 | 2026-05-23T04:17:34.245Z | Checking postgres-protocol v0.6.10 |
| 2198 | 2026-05-23T04:17:34.315Z | Checking phf_shared v0.13.1 |
| 2199 | 2026-05-23T04:17:34.429Z | Checking phf_shared v0.11.3 |
| 2200 | 2026-05-23T04:17:34.542Z | Checking buf-list v1.1.2 |
| 2201 | 2026-05-23T04:17:34.585Z | Checking strum v0.27.2 |
| 2202 | 2026-05-23T04:17:34.623Z | Checking new_debug_unreachable v1.0.6 |
| 2203 | 2026-05-23T04:17:34.660Z | Checking lalrpop-util v0.19.12 |
| 2204 | 2026-05-23T04:17:34.724Z | Checking fixedbitset v0.5.7 |
| 2205 | 2026-05-23T04:17:34.727Z | Checking fixedbitset v0.4.2 |
| 2206 | 2026-05-23T04:17:34.795Z | Checking precomputed-hash v0.1.1 |
| 2207 | 2026-05-23T04:17:34.833Z | Checking tough v0.22.0 |
| 2208 | 2026-05-23T04:17:34.871Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2209 | 2026-05-23T04:17:34.911Z | Checking string_cache v0.8.9 |
| 2210 | 2026-05-23T04:17:34.949Z | Checking petgraph v0.8.3 |
| 2211 | 2026-05-23T04:17:34.952Z | Checking petgraph v0.6.5 |
| 2212 | 2026-05-23T04:17:35.110Z | Checking postgres-types v0.2.12 |
| 2213 | 2026-05-23T04:17:35.150Z | Checking phf v0.13.1 |
| 2214 | 2026-05-23T04:17:35.340Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2215 | 2026-05-23T04:17:35.454Z | Checking whoami v2.1.0 |
| 2216 | 2026-05-23T04:17:35.622Z | Checking zip v4.6.1 |
| 2217 | 2026-05-23T04:17:35.660Z | Checking peg-runtime v0.8.5 |
| 2218 | 2026-05-23T04:17:35.699Z | Checking tokio-postgres v0.7.16 |
| 2219 | 2026-05-23T04:17:35.958Z | Checking is-terminal v0.4.17 |
| 2220 | 2026-05-23T04:17:36.085Z | Checking crossbeam-channel v0.5.15 |
| 2221 | 2026-05-23T04:17:36.227Z | Compiling structmeta-derive v0.3.0 |
| 2222 | 2026-05-23T04:17:36.266Z | Compiling newtype-uuid-macros v0.1.0 |
| 2223 | 2026-05-23T04:17:36.358Z | Checking thread_local v1.1.9 |
| 2224 | 2026-05-23T04:17:36.445Z | Checking take_mut v0.2.2 |
| 2225 | 2026-05-23T04:17:36.561Z | Checking term v1.2.1 |
| 2226 | 2026-05-23T04:17:36.601Z | Checking slog-async v2.8.0 |
| 2227 | 2026-05-23T04:17:36.604Z | Compiling rustls v0.22.4 |
| 2228 | 2026-05-23T04:17:36.808Z | Compiling multer v3.1.0 |
| 2229 | 2026-05-23T04:17:36.846Z | Checking slog-term v2.9.2 |
| 2230 | 2026-05-23T04:17:36.918Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-05-23T04:17:36.960Z | Compiling dropshot v0.17.0 |
| 2232 | 2026-05-23T04:17:36.999Z | Compiling dropshot_endpoint v0.17.0 |
| 2233 | 2026-05-23T04:17:37.072Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2234 | 2026-05-23T04:17:37.115Z | Checking match_cfg v0.1.0 |
| 2235 | 2026-05-23T04:17:37.192Z | Checking slog-json v2.6.1 |
| 2236 | 2026-05-23T04:17:37.266Z | Checking hostname v0.3.1 |
| 2237 | 2026-05-23T04:17:37.309Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2238 | 2026-05-23T04:17:37.348Z | Compiling structmeta v0.3.0 |
| 2239 | 2026-05-23T04:17:37.351Z | Checking debug-ignore v1.0.5 |
| 2240 | 2026-05-23T04:17:37.419Z | Checking rustls-webpki v0.102.8 |
| 2241 | 2026-05-23T04:17:37.422Z | Checking slog-bunyan v2.5.0 |
| 2242 | 2026-05-23T04:17:37.509Z | Checking serde_path_to_error v0.1.20 |
| 2243 | 2026-05-23T04:17:37.548Z | Checking serde_spanned v1.0.4 |
| 2244 | 2026-05-23T04:17:37.551Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2245 | 2026-05-23T04:17:37.621Z | Compiling derive-ex v0.1.8 |
| 2246 | 2026-05-23T04:17:37.624Z | Checking compression-core v0.4.31 |
| 2247 | 2026-05-23T04:17:37.710Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2248 | 2026-05-23T04:17:37.747Z | Checking async-stream v0.3.6 |
| 2249 | 2026-05-23T04:17:37.803Z | Checking compression-codecs v0.4.37 |
| 2250 | 2026-05-23T04:17:37.910Z | Checking waitgroup v0.1.2 |
| 2251 | 2026-05-23T04:17:37.913Z | Checking rustls-pemfile v2.2.0 |
| 2252 | 2026-05-23T04:17:37.981Z | Checking toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-05-23T04:17:38.035Z | Checking async-compression v0.4.41 |
| 2254 | 2026-05-23T04:17:38.075Z | Checking hostname v0.4.2 |
| 2255 | 2026-05-23T04:17:38.079Z | Checking progenitor-client v0.14.0 |
| 2256 | 2026-05-23T04:17:38.146Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2257 | 2026-05-23T04:17:38.208Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2258 | 2026-05-23T04:17:38.285Z | Compiling parse-display-derive v0.10.0 |
| 2259 | 2026-05-23T04:17:38.324Z | Checking regress v0.10.5 |
| 2260 | 2026-05-23T04:17:38.371Z | Checking itertools v0.14.0 |
| 2261 | 2026-05-23T04:17:38.409Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2262 | 2026-05-23T04:17:38.576Z | Checking progenitor-client v0.13.0 |
| 2263 | 2026-05-23T04:17:38.736Z | Checking macaddr v1.0.1 |
| 2264 | 2026-05-23T04:17:38.840Z | Checking instant v0.1.13 |
| 2265 | 2026-05-23T04:17:38.843Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2266 | 2026-05-23T04:17:38.951Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2267 | 2026-05-23T04:17:38.990Z | Checking backoff v0.4.0 |
| 2268 | 2026-05-23T04:17:39.138Z | Checking backon v1.6.0 |
| 2269 | 2026-05-23T04:17:39.196Z | Checking humantime v2.3.0 |
| 2270 | 2026-05-23T04:17:39.321Z | Compiling test-strategy v0.4.5 |
| 2271 | 2026-05-23T04:17:39.361Z | Checking progenitor-extras v0.2.0 |
| 2272 | 2026-05-23T04:17:39.365Z | Checking tokio-rustls v0.25.0 |
| 2273 | 2026-05-23T04:17:39.434Z | Checking unicode-width v0.2.0 |
| 2274 | 2026-05-23T04:17:39.471Z | Checking heck v0.5.0 |
| 2275 | 2026-05-23T04:17:39.474Z | Compiling convert_case v0.4.0 |
| 2276 | 2026-05-23T04:17:39.609Z | Checking half v2.7.1 |
| 2277 | 2026-05-23T04:17:39.647Z | Checking ciborium-io v0.2.2 |
| 2278 | 2026-05-23T04:17:39.718Z | Checking secrecy v0.10.3 |
| 2279 | 2026-05-23T04:17:39.763Z | Checking indent_write v2.2.0 |
| 2280 | 2026-05-23T04:17:39.801Z | Compiling crucible-workspace-hack v0.1.0 |
| 2281 | 2026-05-23T04:17:39.869Z | Checking universal-hash v0.5.1 |
| 2282 | 2026-05-23T04:17:39.906Z | Checking ciborium-ll v0.2.2 |
| 2283 | 2026-05-23T04:17:39.909Z | Compiling derive_more v0.99.20 |
| 2284 | 2026-05-23T04:17:39.973Z | Checking opaque-debug v0.3.1 |
| 2285 | 2026-05-23T04:17:40.044Z | Checking parse-display v0.10.0 |
| 2286 | 2026-05-23T04:17:40.048Z | Checking camino-tempfile v1.4.1 |
| 2287 | 2026-05-23T04:17:40.116Z | Checking ciborium v0.2.2 |
| 2288 | 2026-05-23T04:17:40.116Z | Compiling regress v0.11.1 |
| 2289 | 2026-05-23T04:17:40.236Z | Checking aead v0.5.2 |
| 2290 | 2026-05-23T04:17:40.239Z | Checking poly1305 v0.8.0 |
| 2291 | 2026-05-23T04:17:40.307Z | Checking chacha20 v0.9.1 |
| 2292 | 2026-05-23T04:17:40.415Z | Compiling unsafe-libyaml v0.2.11 |
| 2293 | 2026-05-23T04:17:40.573Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2294 | 2026-05-23T04:17:40.623Z | Checking byte-wrapper v0.1.0 |
| 2295 | 2026-05-23T04:17:40.864Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2296 | 2026-05-23T04:17:40.903Z | Checking password-hash v0.5.0 |
| 2297 | 2026-05-23T04:17:41.168Z | Compiling serde_yaml v0.9.34+deprecated |
| 2298 | 2026-05-23T04:17:41.206Z | Checking blake2 v0.10.6 |
| 2299 | 2026-05-23T04:17:41.284Z | Checking chacha20poly1305 v0.10.1 |
| 2300 | 2026-05-23T04:17:41.446Z | Checking swrite v0.1.0 |
| 2301 | 2026-05-23T04:17:41.483Z | Checking argon2 v0.5.3 |
| 2302 | 2026-05-23T04:17:41.572Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2303 | 2026-05-23T04:17:41.682Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2304 | 2026-05-23T04:17:41.786Z | Compiling typify-impl v0.6.2 |
| 2305 | 2026-05-23T04:17:41.860Z | Checking thiserror-no-std v2.0.2 |
| 2306 | 2026-05-23T04:17:41.978Z | Checking vsss-rs v3.3.4 |
| 2307 | 2026-05-23T04:17:42.579Z | Checking crossbeam-deque v0.8.6 |
| 2308 | 2026-05-23T04:17:42.675Z | Compiling rayon-core v1.13.0 |
| 2309 | 2026-05-23T04:17:42.795Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2310 | 2026-05-23T04:17:42.943Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2311 | 2026-05-23T04:17:43.102Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2312 | 2026-05-23T04:17:43.186Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2313 | 2026-05-23T04:17:43.259Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2314 | 2026-05-23T04:17:43.296Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2315 | 2026-05-23T04:17:43.370Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2316 | 2026-05-23T04:17:43.447Z | Checking toml v0.8.23 |
| 2317 | 2026-05-23T04:17:43.507Z | Compiling proc-macro-error v1.0.4 |
| 2318 | 2026-05-23T04:17:43.573Z | Checking rayon v1.11.0 |
| 2319 | 2026-05-23T04:17:43.801Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2320 | 2026-05-23T04:17:43.854Z | Checking glob v0.3.3 |
| 2321 | 2026-05-23T04:17:44.032Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2322 | 2026-05-23T04:17:44.070Z | Compiling heapless v0.8.0 |
| 2323 | 2026-05-23T04:17:44.105Z | Compiling ingot-macros v0.1.1 |
| 2324 | 2026-05-23T04:17:44.356Z | Checking tabwriter v1.4.1 |
| 2325 | 2026-05-23T04:17:44.541Z | Checking hash32 v0.3.1 |
| 2326 | 2026-05-23T04:17:44.594Z | Compiling proc-macro-crate v3.4.0 |
| 2327 | 2026-05-23T04:17:44.707Z | Checking unicode-width v0.1.14 |
| 2328 | 2026-05-23T04:17:44.835Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2329 | 2026-05-23T04:17:44.967Z | Compiling smoltcp v0.11.0 |
| 2330 | 2026-05-23T04:17:45.007Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2331 | 2026-05-23T04:17:45.114Z | Checking cobs v0.3.0 |
| 2332 | 2026-05-23T04:17:45.204Z | Compiling num_enum_derive v0.7.6 |
| 2333 | 2026-05-23T04:17:45.313Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2334 | 2026-05-23T04:17:45.358Z | Checking postcard v1.1.3 |
| 2335 | 2026-05-23T04:17:45.443Z | Compiling proc-macro-crate v1.3.1 |
| 2336 | 2026-05-23T04:17:45.575Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2337 | 2026-05-23T04:17:45.691Z | Compiling usdt-attr-macro v0.5.0 |
| 2338 | 2026-05-23T04:17:45.820Z | Compiling usdt-macro v0.5.0 |
| 2339 | 2026-05-23T04:17:45.892Z | Checking sigpipe v0.1.3 |
| 2340 | 2026-05-23T04:17:45.943Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2341 | 2026-05-23T04:17:46.005Z | Checking memmap v0.7.0 |
| 2342 | 2026-05-23T04:17:46.174Z | Compiling foreign-types-macros v0.2.3 |
| 2343 | 2026-05-23T04:17:46.280Z | Compiling typify-macro v0.6.2 |
| 2344 | 2026-05-23T04:17:46.318Z | Checking num_enum v0.7.6 |
| 2345 | 2026-05-23T04:17:46.467Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2346 | 2026-05-23T04:17:46.511Z | Checking cpufeatures v0.3.0 |
| 2347 | 2026-05-23T04:17:46.586Z | Checking foreign-types-shared v0.3.1 |
| 2348 | 2026-05-23T04:17:46.621Z | Checking colored v3.1.1 |
| 2349 | 2026-05-23T04:17:46.725Z | Checking chacha20 v0.10.0 |
| 2350 | 2026-05-23T04:17:46.728Z | Checking usdt v0.5.0 |
| 2351 | 2026-05-23T04:17:46.798Z | Compiling num_enum_derive v0.5.11 |
| 2352 | 2026-05-23T04:17:46.801Z | Checking foreign-types v0.5.0 |
| 2353 | 2026-05-23T04:17:46.957Z | Checking ingot-types v0.1.2 |
| 2354 | 2026-05-23T04:17:46.961Z | Checking cstr-argument v0.1.2 |
| 2355 | 2026-05-23T04:17:47.029Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2356 | 2026-05-23T04:17:47.034Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2357 | 2026-05-23T04:17:47.100Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 2358 | 2026-05-23T04:17:47.146Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2359 | 2026-05-23T04:17:47.353Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2360 | 2026-05-23T04:17:47.373Z | Checking ingot v0.1.1 |
| 2361 | 2026-05-23T04:17:47.424Z | Checking rand v0.10.1 |
| 2362 | 2026-05-23T04:17:47.495Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2363 | 2026-05-23T04:17:47.531Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-05-23T04:17:47.566Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2365 | 2026-05-23T04:17:47.670Z | Compiling num-derive v0.4.2 |
| 2366 | 2026-05-23T04:17:47.708Z | Checking winnow v1.0.3 |
| 2367 | 2026-05-23T04:17:47.891Z | Checking num_enum v0.5.11 |
| 2368 | 2026-05-23T04:17:47.936Z | Compiling zone_cfg_derive v0.3.1 |
| 2369 | 2026-05-23T04:17:47.972Z | Checking itertools v0.12.1 |
| 2370 | 2026-05-23T04:17:48.036Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2371 | 2026-05-23T04:17:48.074Z | Compiling typify v0.6.2 |
| 2372 | 2026-05-23T04:17:48.252Z | Compiling progenitor-impl v0.14.0 |
| 2373 | 2026-05-23T04:17:48.661Z | Checking smf v0.2.3 |
| 2374 | 2026-05-23T04:17:48.806Z | Checking whoami v1.6.1 |
| 2375 | 2026-05-23T04:17:48.925Z | Checking tokio-dtrace v0.1.1 |
| 2376 | 2026-05-23T04:17:48.999Z | Checking zone v0.3.1 |
| 2377 | 2026-05-23T04:17:49.034Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2378 | 2026-05-23T04:17:49.037Z | Compiling derive-where v1.6.0 |
| 2379 | 2026-05-23T04:17:49.141Z | Checking oxide-tokio-rt v0.1.4 |
| 2380 | 2026-05-23T04:17:49.268Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2381 | 2026-05-23T04:17:49.341Z | Checking console v0.15.11 |
| 2382 | 2026-05-23T04:17:49.382Z | Checking atomicwrites v0.4.4 |
| 2383 | 2026-05-23T04:17:49.424Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2384 | 2026-05-23T04:17:49.463Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2385 | 2026-05-23T04:17:49.544Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2386 | 2026-05-23T04:17:49.632Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2387 | 2026-05-23T04:17:49.669Z | Checking newline-converter v0.3.0 |
| 2388 | 2026-05-23T04:17:49.753Z | Checking num-rational v0.4.2 |
| 2389 | 2026-05-23T04:17:49.799Z | Checking num-complex v0.4.6 |
| 2390 | 2026-05-23T04:17:49.838Z | Checking expectorate v1.2.0 |
| 2391 | 2026-05-23T04:17:49.841Z | Checking float-ord v0.3.2 |
| 2392 | 2026-05-23T04:17:49.977Z | Compiling owo-colors v4.3.0 |
| 2393 | 2026-05-23T04:17:50.031Z | Checking bytecount v0.6.9 |
| 2394 | 2026-05-23T04:17:50.067Z | Compiling cancel-safe-futures v0.1.5 |
| 2395 | 2026-05-23T04:17:50.230Z | Checking num v0.4.3 |
| 2396 | 2026-05-23T04:17:50.267Z | Checking libsw-core v0.3.2 |
| 2397 | 2026-05-23T04:17:50.319Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2398 | 2026-05-23T04:17:50.358Z | Compiling prettyplease v0.2.37 |
| 2399 | 2026-05-23T04:17:50.428Z | Checking linear-map v1.2.0 |
| 2400 | 2026-05-23T04:17:50.501Z | Checking libsw v3.5.0 |
| 2401 | 2026-05-23T04:17:50.698Z | Checking gethostname v0.5.0 |
| 2402 | 2026-05-23T04:17:50.735Z | Compiling progenitor-impl v0.13.0 |
| 2403 | 2026-05-23T04:17:50.820Z | Compiling num-derive v0.3.3 |
| 2404 | 2026-05-23T04:17:50.868Z | Compiling progenitor-macro v0.14.0 |
| 2405 | 2026-05-23T04:17:51.427Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2406 | 2026-05-23T04:17:51.744Z | Checking libscf-sys v1.1.0 |
| 2407 | 2026-05-23T04:17:52.496Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2408 | 2026-05-23T04:17:53.396Z | Compiling progenitor-macro v0.13.0 |
| 2409 | 2026-05-23T04:17:54.500Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2410 | 2026-05-23T04:17:55.796Z | Checking progenitor v0.14.0 |
| 2411 | 2026-05-23T04:17:55.965Z | Checking resolv-conf v0.7.6 |
| 2412 | 2026-05-23T04:17:56.151Z | Compiling slog-dtrace v0.3.0 |
| 2413 | 2026-05-23T04:17:56.187Z | Checking smawk v0.3.2 |
| 2414 | 2026-05-23T04:17:56.190Z | Checking unicode-linebreak v0.1.5 |
| 2415 | 2026-05-23T04:17:56.264Z | Checking papergrid v0.11.0 |
| 2416 | 2026-05-23T04:17:56.350Z | Compiling tabled_derive v0.7.0 |
| 2417 | 2026-05-23T04:17:56.463Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2418 | 2026-05-23T04:17:56.756Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2419 | 2026-05-23T04:17:57.181Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2420 | 2026-05-23T04:17:57.220Z | Checking linked-hash-map v0.5.6 |
| 2421 | 2026-05-23T04:17:57.347Z | Checking tabled v0.15.0 |
| 2422 | 2026-05-23T04:17:57.461Z | Compiling minimal-lexical v0.2.1 |
| 2423 | 2026-05-23T04:17:57.560Z | Checking lru-cache v0.1.2 |
| 2424 | 2026-05-23T04:17:57.713Z | Compiling nom v7.1.3 |
| 2425 | 2026-05-23T04:17:57.758Z | Checking hickory-proto v0.24.4 |
| 2426 | 2026-05-23T04:17:58.256Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2427 | 2026-05-23T04:17:58.414Z | Checking progenitor v0.13.0 |
| 2428 | 2026-05-23T04:17:58.477Z | Checking termtree v0.5.1 |
| 2429 | 2026-05-23T04:17:58.515Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2430 | 2026-05-23T04:17:58.586Z | Checking textwrap v0.16.2 |
| 2431 | 2026-05-23T04:17:58.652Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2432 | 2026-05-23T04:17:58.837Z | Checking csv-core v0.1.13 |
| 2433 | 2026-05-23T04:17:59.054Z | Checking tagptr v0.2.0 |
| 2434 | 2026-05-23T04:17:59.090Z | Checking csv v1.4.0 |
| 2435 | 2026-05-23T04:17:59.201Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2436 | 2026-05-23T04:17:59.239Z | Checking moka v0.12.13 |
| 2437 | 2026-05-23T04:17:59.488Z | Compiling convert_case v0.10.0 |
| 2438 | 2026-05-23T04:17:59.528Z | Checking highway v1.3.0 |
| 2439 | 2026-05-23T04:17:59.565Z | Checking hickory-resolver v0.24.4 |
| 2440 | 2026-05-23T04:17:59.795Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2441 | 2026-05-23T04:17:59.837Z | Compiling derive_more-impl v2.1.1 |
| 2442 | 2026-05-23T04:17:59.915Z | Checking hickory-resolver v0.25.2 |
| 2443 | 2026-05-23T04:17:59.953Z | Compiling semver v0.1.20 |
| 2444 | 2026-05-23T04:18:00.086Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2445 | 2026-05-23T04:18:00.315Z | Compiling rustc_version v0.1.7 |
| 2446 | 2026-05-23T04:18:00.378Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2447 | 2026-05-23T04:18:00.415Z | Checking qorb v0.4.1 |
| 2448 | 2026-05-23T04:18:00.461Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2449 | 2026-05-23T04:18:00.582Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2450 | 2026-05-23T04:18:00.697Z | Checking derive_more v2.1.1 |
| 2451 | 2026-05-23T04:18:00.737Z | Checking phf_shared v0.12.1 |
| 2452 | 2026-05-23T04:18:00.817Z | Compiling chrono-tz v0.10.4 |
| 2453 | 2026-05-23T04:18:01.898Z | Checking crossterm v0.29.0 |
| 2454 | 2026-05-23T04:18:01.901Z | Checking phf v0.12.1 |
| 2455 | 2026-05-23T04:18:01.901Z | Compiling newtype_derive v0.1.6 |
| 2456 | 2026-05-23T04:18:01.901Z | Compiling const_format_proc_macros v0.2.34 |
| 2457 | 2026-05-23T04:18:01.901Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2458 | 2026-05-23T04:18:01.901Z | Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2459 | 2026-05-23T04:18:01.901Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2460 | 2026-05-23T04:18:01.901Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2461 | 2026-05-23T04:18:01.901Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2462 | 2026-05-23T04:18:01.901Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2463 | 2026-05-23T04:18:01.901Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2464 | 2026-05-23T04:18:01.901Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2465 | 2026-05-23T04:18:01.934Z | Checking const_format v0.2.35 |
| 2466 | 2026-05-23T04:18:01.934Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2467 | 2026-05-23T04:18:02.026Z | Checking fd-lock v4.0.4 |
| 2468 | 2026-05-23T04:18:02.221Z | Checking bcs v0.1.6 |
| 2469 | 2026-05-23T04:18:02.224Z | Checking vte v0.14.1 |
| 2470 | 2026-05-23T04:18:02.444Z | Checking display-error-chain v0.2.2 |
| 2471 | 2026-05-23T04:18:02.489Z | Checking strip-ansi-escapes v0.2.1 |
| 2472 | 2026-05-23T04:18:02.533Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2473 | 2026-05-23T04:18:02.636Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2474 | 2026-05-23T04:18:02.708Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2475 | 2026-05-23T04:18:02.804Z | Checking nu-ansi-term v0.50.3 |
| 2476 | 2026-05-23T04:18:02.950Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2477 | 2026-05-23T04:18:02.987Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2478 | 2026-05-23T04:18:03.056Z | Checking reedline v0.40.0 |
| 2479 | 2026-05-23T04:18:03.331Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2480 | 2026-05-23T04:18:03.527Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2481 | 2026-05-23T04:18:03.621Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2482 | 2026-05-23T04:18:03.660Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2483 | 2026-05-23T04:18:03.825Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2484 | 2026-05-23T04:18:04.197Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2485 | 2026-05-23T04:18:04.269Z | Compiling ar_archive_writer v0.5.1 |
| 2486 | 2026-05-23T04:18:04.381Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2487 | 2026-05-23T04:18:04.810Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2488 | 2026-05-23T04:18:04.993Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2489 | 2026-05-23T04:18:05.145Z | Compiling psm v0.1.30 |
| 2490 | 2026-05-23T04:18:05.188Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2491 | 2026-05-23T04:18:05.353Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2492 | 2026-05-23T04:18:05.723Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2493 | 2026-05-23T04:18:05.764Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2494 | 2026-05-23T04:18:06.031Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2495 | 2026-05-23T04:18:06.102Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2496 | 2026-05-23T04:18:06.242Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2497 | 2026-05-23T04:18:06.281Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2498 | 2026-05-23T04:18:06.366Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2499 | 2026-05-23T04:18:06.444Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2500 | 2026-05-23T04:18:06.639Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2501 | 2026-05-23T04:18:06.685Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2502 | 2026-05-23T04:18:06.802Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2503 | 2026-05-23T04:18:06.845Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2504 | 2026-05-23T04:18:06.883Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2505 | 2026-05-23T04:18:07.052Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2506 | 2026-05-23T04:18:07.088Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2507 | 2026-05-23T04:18:07.132Z | Compiling stacker v0.1.23 |
| 2508 | 2026-05-23T04:18:07.201Z | Compiling cfg_aliases v0.1.1 |
| 2509 | 2026-05-23T04:18:07.255Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2510 | 2026-05-23T04:18:07.314Z | Compiling nix v0.28.0 |
| 2511 | 2026-05-23T04:18:07.477Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2512 | 2026-05-23T04:18:07.625Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2513 | 2026-05-23T04:18:07.662Z | Checking steno v0.4.1 |
| 2514 | 2026-05-23T04:18:07.699Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2515 | 2026-05-23T04:18:07.702Z | Checking nibble_vec v0.1.0 |
| 2516 | 2026-05-23T04:18:07.898Z | Checking endian-type v0.1.2 |
| 2517 | 2026-05-23T04:18:08.068Z | Checking home v0.5.12 |
| 2518 | 2026-05-23T04:18:08.213Z | Checking radix_trie v0.2.1 |
| 2519 | 2026-05-23T04:18:08.604Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2520 | 2026-05-23T04:18:08.673Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2521 | 2026-05-23T04:18:08.676Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2522 | 2026-05-23T04:18:08.965Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2523 | 2026-05-23T04:18:09.407Z | Checking recursive v0.1.1 |
| 2524 | 2026-05-23T04:18:09.493Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2525 | 2026-05-23T04:18:09.536Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2526 | 2026-05-23T04:18:09.575Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2527 | 2026-05-23T04:18:09.817Z | Compiling peg-macros v0.8.5 |
| 2528 | 2026-05-23T04:18:09.954Z | Checking winnow v0.6.26 |
| 2529 | 2026-05-23T04:18:09.993Z | Checking nom v8.0.0 |
| 2530 | 2026-05-23T04:18:10.111Z | Compiling sqlparser_derive v0.5.0 |
| 2531 | 2026-05-23T04:18:10.187Z | Checking unicode_categories v0.1.1 |
| 2532 | 2026-05-23T04:18:10.422Z | Checking rustyline v14.0.0 |
| 2533 | 2026-05-23T04:18:10.526Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2534 | 2026-05-23T04:18:10.799Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2535 | 2026-05-23T04:18:10.838Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2536 | 2026-05-23T04:18:10.926Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2537 | 2026-05-23T04:18:10.970Z | Checking sqlparser v0.61.0 |
| 2538 | 2026-05-23T04:18:11.149Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2539 | 2026-05-23T04:18:11.152Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2540 | 2026-05-23T04:18:11.220Z | Checking sqlformat v0.3.5 |
| 2541 | 2026-05-23T04:18:11.314Z | Checking peg v0.8.5 |
| 2542 | 2026-05-23T04:18:11.390Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2543 | 2026-05-23T04:18:11.427Z | Checking filetime v0.2.27 |
| 2544 | 2026-05-23T04:18:11.430Z | Checking xattr v1.6.1 |
| 2545 | 2026-05-23T04:18:11.598Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2546 | 2026-05-23T04:18:11.634Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2547 | 2026-05-23T04:18:11.677Z | Checking tar v0.4.45 |
| 2548 | 2026-05-23T04:18:12.093Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2549 | 2026-05-23T04:18:12.130Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2550 | 2026-05-23T04:18:12.242Z | Checking subprocess v0.2.15 |
| 2551 | 2026-05-23T04:18:12.307Z | Checking base64 v0.21.7 |
| 2552 | 2026-05-23T04:18:12.378Z | Checking headers-core v0.3.0 |
| 2553 | 2026-05-23T04:18:12.429Z | Checking yasna v0.5.2 |
| 2554 | 2026-05-23T04:18:12.524Z | Checking headers v0.4.1 |
| 2555 | 2026-05-23T04:18:12.559Z | Checking dropshot-api-manager-types v0.7.2 |
| 2556 | 2026-05-23T04:18:12.593Z | Checking utf-8 v0.7.6 |
| 2557 | 2026-05-23T04:18:12.760Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2558 | 2026-05-23T04:18:12.795Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2559 | 2026-05-23T04:18:12.857Z | Checking rcgen v0.12.1 |
| 2560 | 2026-05-23T04:18:12.959Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2561 | 2026-05-23T04:18:13.014Z | Compiling libefi-sys v0.1.0 |
| 2562 | 2026-05-23T04:18:13.213Z | Checking tungstenite v0.21.0 |
| 2563 | 2026-05-23T04:18:13.296Z | Compiling bitfield-struct v0.6.2 |
| 2564 | 2026-05-23T04:18:13.429Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2565 | 2026-05-23T04:18:13.465Z | Compiling radium v0.7.0 |
| 2566 | 2026-05-23T04:18:13.537Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2567 | 2026-05-23T04:18:13.573Z | Compiling maybe-uninit v2.0.0 |
| 2568 | 2026-05-23T04:18:13.656Z | Checking tokio-tungstenite v0.21.0 |
| 2569 | 2026-05-23T04:18:13.723Z | Checking tap v1.0.1 |
| 2570 | 2026-05-23T04:18:13.807Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2571 | 2026-05-23T04:18:13.865Z | Checking wyz v0.5.1 |
| 2572 | 2026-05-23T04:18:13.959Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2573 | 2026-05-23T04:18:13.996Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2574 | 2026-05-23T04:18:14.099Z | Compiling zerocopy-derive v0.6.6 |
| 2575 | 2026-05-23T04:18:14.144Z | Compiling packed_struct v0.10.1 |
| 2576 | 2026-05-23T04:18:14.198Z | Checking crc-catalog v2.4.0 |
| 2577 | 2026-05-23T04:18:14.232Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2578 | 2026-05-23T04:18:14.325Z | Checking funty v2.0.0 |
| 2579 | 2026-05-23T04:18:14.475Z | Checking crc v3.4.0 |
| 2580 | 2026-05-23T04:18:14.509Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2581 | 2026-05-23T04:18:14.677Z | Checking bitvec v1.0.1 |
| 2582 | 2026-05-23T04:18:14.816Z | Compiling packed_struct_codegen v0.10.1 |
| 2583 | 2026-05-23T04:18:14.962Z | Checking zerocopy v0.6.6 |
| 2584 | 2026-05-23T04:18:15.333Z | Compiling bitfield-macros v0.19.4 |
| 2585 | 2026-05-23T04:18:15.502Z | Compiling indexmap v1.9.3 |
| 2586 | 2026-05-23T04:18:15.738Z | Checking nodrop v0.1.14 |
| 2587 | 2026-05-23T04:18:15.772Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2588 | 2026-05-23T04:18:15.832Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2589 | 2026-05-23T04:18:15.869Z | Checking array-init v0.0.4 |
| 2590 | 2026-05-23T04:18:16.001Z | Checking smallvec v0.6.14 |
| 2591 | 2026-05-23T04:18:16.087Z | Checking hashbrown v0.12.3 |
| 2592 | 2026-05-23T04:18:16.090Z | Checking bitfield v0.19.4 |
| 2593 | 2026-05-23T04:18:16.191Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2594 | 2026-05-23T04:18:16.226Z | Checking serde-hex v0.1.0 |
| 2595 | 2026-05-23T04:18:16.384Z | Checking ron v0.8.1 |
| 2596 | 2026-05-23T04:18:16.423Z | Checking hashbrown v0.13.2 |
| 2597 | 2026-05-23T04:18:16.872Z | Checking crc-any v2.5.0 |
| 2598 | 2026-05-23T04:18:16.875Z | Checking object v0.30.4 |
| 2599 | 2026-05-23T04:18:16.942Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2600 | 2026-05-23T04:18:17.086Z | Compiling xshell-macros v0.2.7 |
| 2601 | 2026-05-23T04:18:17.122Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2602 | 2026-05-23T04:18:17.157Z | Checking path-slash v0.1.5 |
| 2603 | 2026-05-23T04:18:17.297Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2604 | 2026-05-23T04:18:17.495Z | Checking xshell v0.2.7 |
| 2605 | 2026-05-23T04:18:17.724Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2606 | 2026-05-23T04:18:17.919Z | Checking half v1.8.3 |
| 2607 | 2026-05-23T04:18:18.136Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2608 | 2026-05-23T04:18:18.171Z | Checking serde_cbor v0.11.2 |
| 2609 | 2026-05-23T04:18:18.174Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2610 | 2026-05-23T04:18:18.582Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2611 | 2026-05-23T04:18:18.622Z | Compiling proc-macro-error2 v2.0.1 |
| 2612 | 2026-05-23T04:18:18.837Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2613 | 2026-05-23T04:18:18.904Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2614 | 2026-05-23T04:18:18.969Z | Compiling tabled_derive v0.11.0 |
| 2615 | 2026-05-23T04:18:19.007Z | Checking papergrid v0.17.0 |
| 2616 | 2026-05-23T04:18:19.059Z | Checking testing_table v0.3.0 |
| 2617 | 2026-05-23T04:18:19.142Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2618 | 2026-05-23T04:18:19.187Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2619 | 2026-05-23T04:18:19.681Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2620 | 2026-05-23T04:18:19.794Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2621 | 2026-05-23T04:18:19.832Z | Checking maplit v1.0.2 |
| 2622 | 2026-05-23T04:18:19.993Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2623 | 2026-05-23T04:18:20.027Z | Compiling git-stub v1.0.0 |
| 2624 | 2026-05-23T04:18:20.160Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2625 | 2026-05-23T04:18:20.195Z | Checking tabled v0.20.0 |
| 2626 | 2026-05-23T04:18:20.232Z | Checking crc8 v0.1.1 |
| 2627 | 2026-05-23T04:18:20.348Z | Compiling git-stub-vcs v0.1.0 |
| 2628 | 2026-05-23T04:18:20.384Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2629 | 2026-05-23T04:18:20.746Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2630 | 2026-05-23T04:18:20.917Z | Checking fxhash v0.2.1 |
| 2631 | 2026-05-23T04:18:21.003Z | Checking unicase v2.9.0 |
| 2632 | 2026-05-23T04:18:21.073Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2633 | 2026-05-23T04:18:21.163Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2634 | 2026-05-23T04:18:21.198Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2635 | 2026-05-23T04:18:21.508Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2636 | 2026-05-23T04:18:21.544Z | Compiling vergen-lib v0.1.6 |
| 2637 | 2026-05-23T04:18:21.547Z | Compiling diesel_derives v2.3.7 |
| 2638 | 2026-05-23T04:18:21.613Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2639 | 2026-05-23T04:18:21.841Z | Checking scheduled-thread-pool v0.2.7 |
| 2640 | 2026-05-23T04:18:21.886Z | Compiling dsl_auto_type v0.2.0 |
| 2641 | 2026-05-23T04:18:21.923Z | Compiling vergen-gitcl v1.0.8 |
| 2642 | 2026-05-23T04:18:22.023Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2643 | 2026-05-23T04:18:22.060Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2644 | 2026-05-23T04:18:22.188Z | Checking r2d2 v0.8.10 |
| 2645 | 2026-05-23T04:18:22.267Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2646 | 2026-05-23T04:18:22.270Z | Checking kstat-rs v0.2.4 |
| 2647 | 2026-05-23T04:18:22.401Z | Checking downcast-rs v2.0.2 |
| 2648 | 2026-05-23T04:18:22.631Z | Checking arc-swap v1.8.2 |
| 2649 | 2026-05-23T04:18:22.634Z | Compiling parking_lot_core v0.8.6 |
| 2650 | 2026-05-23T04:18:22.849Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2651 | 2026-05-23T04:18:22.887Z | Checking slog-scope v4.4.1 |
| 2652 | 2026-05-23T04:18:22.943Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2653 | 2026-05-23T04:18:23.029Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2654 | 2026-05-23T04:18:23.063Z | Checking slog-stdlog v4.1.1 |
| 2655 | 2026-05-23T04:18:23.218Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2656 | 2026-05-23T04:18:23.301Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2657 | 2026-05-23T04:18:23.398Z | Compiling dirs-sys-next v0.1.2 |
| 2658 | 2026-05-23T04:18:23.498Z | Compiling crunchy v0.2.4 |
| 2659 | 2026-05-23T04:18:23.546Z | Checking parking_lot v0.11.2 |
| 2660 | 2026-05-23T04:18:23.649Z | Compiling dirs-next v2.0.0 |
| 2661 | 2026-05-23T04:18:23.709Z | Checking slog-envlogger v2.2.0 |
| 2662 | 2026-05-23T04:18:23.775Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2663 | 2026-05-23T04:18:23.812Z | Compiling clang-sys v1.8.1 |
| 2664 | 2026-05-23T04:18:23.889Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2665 | 2026-05-23T04:18:23.924Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2666 | 2026-05-23T04:18:24.081Z | Checking prefix-trie v0.7.0 |
| 2667 | 2026-05-23T04:18:24.227Z | Compiling tiny-keccak v2.0.2 |
| 2668 | 2026-05-23T04:18:24.445Z | Checking hickory-server v0.25.2 |
| 2669 | 2026-05-23T04:18:24.482Z | Checking sled v0.34.7 |
| 2670 | 2026-05-23T04:18:24.624Z | Compiling term v0.7.0 |
| 2671 | 2026-05-23T04:18:24.627Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2672 | 2026-05-23T04:18:24.693Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2673 | 2026-05-23T04:18:24.728Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2674 | 2026-05-23T04:18:25.033Z | Checking nanorand v0.7.0 |
| 2675 | 2026-05-23T04:18:25.250Z | Compiling salty v0.3.0 |
| 2676 | 2026-05-23T04:18:25.286Z | Compiling bit-vec v0.6.3 |
| 2677 | 2026-05-23T04:18:25.564Z | Compiling bit-set v0.5.3 |
| 2678 | 2026-05-23T04:18:25.599Z | Checking flume v0.11.1 |
| 2679 | 2026-05-23T04:18:25.635Z | Compiling ascii-canvas v3.0.0 |
| 2680 | 2026-05-23T04:18:25.760Z | Checking primeorder v0.13.6 |
| 2681 | 2026-05-23T04:18:25.807Z | Compiling itertools v0.10.5 |
| 2682 | 2026-05-23T04:18:25.876Z | Compiling ena v0.14.4 |
| 2683 | 2026-05-23T04:18:25.912Z | Compiling libloading v0.8.9 |
| 2684 | 2026-05-23T04:18:26.042Z | Compiling regex-syntax v0.6.29 |
| 2685 | 2026-05-23T04:18:26.078Z | Compiling diff v0.1.13 |
| 2686 | 2026-05-23T04:18:26.127Z | Compiling bindgen v0.71.1 |
| 2687 | 2026-05-23T04:18:26.632Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2688 | 2026-05-23T04:18:26.907Z | Compiling cexpr v0.6.0 |
| 2689 | 2026-05-23T04:18:26.961Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2690 | 2026-05-23T04:18:27.058Z | Compiling rustc-hash v2.1.1 |
| 2691 | 2026-05-23T04:18:27.095Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2692 | 2026-05-23T04:18:27.227Z | Compiling libxml v0.3.3 |
| 2693 | 2026-05-23T04:18:27.324Z | Compiling fs-err v2.11.0 |
| 2694 | 2026-05-23T04:18:27.477Z | Compiling lalrpop v0.19.12 |
| 2695 | 2026-05-23T04:18:27.518Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2696 | 2026-05-23T04:18:27.712Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2697 | 2026-05-23T04:18:27.757Z | Checking p384 v0.13.1 |
| 2698 | 2026-05-23T04:18:27.887Z | Checking diesel v2.3.7 |
| 2699 | 2026-05-23T04:18:28.129Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2700 | 2026-05-23T04:18:28.211Z | Compiling strum_macros v0.24.3 |
| 2701 | 2026-05-23T04:18:28.502Z | Compiling indoc v1.0.9 |
| 2702 | 2026-05-23T04:18:29.276Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2703 | 2026-05-23T04:18:29.572Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2704 | 2026-05-23T04:18:29.796Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2705 | 2026-05-23T04:18:29.865Z | Compiling typify-impl v0.4.3 |
| 2706 | 2026-05-23T04:18:29.954Z | Checking quick-xml v0.37.5 |
| 2707 | 2026-05-23T04:18:29.992Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2708 | 2026-05-23T04:18:30.028Z | Checking derive_builder v0.20.2 |
| 2709 | 2026-05-23T04:18:30.137Z | Compiling oso-derive v0.27.3 |
| 2710 | 2026-05-23T04:18:30.185Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2711 | 2026-05-23T04:18:30.680Z | Compiling trait-variant v0.1.2 |
| 2712 | 2026-05-23T04:18:30.790Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2713 | 2026-05-23T04:18:30.903Z | Checking parse-size v1.1.0 |
| 2714 | 2026-05-23T04:18:31.061Z | Checking assert_matches v1.5.0 |
| 2715 | 2026-05-23T04:18:31.171Z | Checking openssl-probe v0.1.6 |
| 2716 | 2026-05-23T04:18:31.260Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2717 | 2026-05-23T04:18:31.317Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2718 | 2026-05-23T04:18:31.772Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2719 | 2026-05-23T04:18:32.120Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2720 | 2026-05-23T04:18:32.179Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2721 | 2026-05-23T04:18:32.400Z | Checking predicates-tree v1.0.13 |
| 2722 | 2026-05-23T04:18:32.551Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2723 | 2026-05-23T04:18:33.077Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2724 | 2026-05-23T04:18:33.080Z | Compiling mime_guess v2.0.5 |
| 2725 | 2026-05-23T04:18:33.178Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2726 | 2026-05-23T04:18:33.499Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2727 | 2026-05-23T04:18:33.686Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2728 | 2026-05-23T04:18:33.917Z | Checking bb8 v0.8.6 |
| 2729 | 2026-05-23T04:18:34.230Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2730 | 2026-05-23T04:18:34.363Z | Compiling typify-macro v0.4.3 |
| 2731 | 2026-05-23T04:18:34.466Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2732 | 2026-05-23T04:18:34.715Z | Checking corncobs v0.1.4 |
| 2733 | 2026-05-23T04:18:34.757Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2734 | 2026-05-23T04:18:34.880Z | Checking http-range v0.1.5 |
| 2735 | 2026-05-23T04:18:35.008Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2736 | 2026-05-23T04:18:35.215Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2737 | 2026-05-23T04:18:35.338Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2738 | 2026-05-23T04:18:35.571Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2739 | 2026-05-23T04:18:35.607Z | Checking ignore v0.4.25 |
| 2740 | 2026-05-23T04:18:36.058Z | Checking secrecy v0.8.0 |
| 2741 | 2026-05-23T04:18:36.136Z | Compiling typify v0.4.3 |
| 2742 | 2026-05-23T04:18:36.243Z | Checking atty v0.2.14 |
| 2743 | 2026-05-23T04:18:36.283Z | Compiling progenitor-impl v0.11.2 |
| 2744 | 2026-05-23T04:18:36.983Z | Checking globwalk v0.9.1 |
| 2745 | 2026-05-23T04:18:37.291Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2746 | 2026-05-23T04:18:37.619Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2747 | 2026-05-23T04:18:37.836Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2748 | 2026-05-23T04:18:38.231Z | Checking progenitor-client v0.11.2 |
| 2749 | 2026-05-23T04:18:38.513Z | Checking nonempty v0.12.0 |
| 2750 | 2026-05-23T04:18:38.720Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2751 | 2026-05-23T04:18:38.860Z | Checking hyper-staticfile v0.10.1 |
| 2752 | 2026-05-23T04:18:38.920Z | Compiling progenitor-macro v0.11.2 |
| 2753 | 2026-05-23T04:18:39.004Z | Checking camino-tempfile-ext v0.3.3 |
| 2754 | 2026-05-23T04:18:39.192Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2755 | 2026-05-23T04:18:39.244Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2756 | 2026-05-23T04:18:39.518Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2757 | 2026-05-23T04:18:39.755Z | Checking signal-hook-tokio v0.3.1 |
| 2758 | 2026-05-23T04:18:39.926Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2759 | 2026-05-23T04:18:40.247Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2760 | 2026-05-23T04:18:40.328Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2761 | 2026-05-23T04:18:40.834Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2762 | 2026-05-23T04:18:41.124Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2763 | 2026-05-23T04:18:41.244Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2764 | 2026-05-23T04:18:41.470Z | Checking illumos-nvpair v0.3.0 |
| 2765 | 2026-05-23T04:18:41.564Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2766 | 2026-05-23T04:18:41.668Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2767 | 2026-05-23T04:18:41.703Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2768 | 2026-05-23T04:18:41.937Z | Checking async-bb8-diesel v0.2.1 |
| 2769 | 2026-05-23T04:18:41.996Z | Checking diesel-dtrace v0.5.0 |
| 2770 | 2026-05-23T04:18:42.092Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2771 | 2026-05-23T04:18:42.339Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2772 | 2026-05-23T04:18:42.378Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2773 | 2026-05-23T04:18:42.468Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2774 | 2026-05-23T04:18:42.546Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2775 | 2026-05-23T04:18:42.834Z | Checking tungstenite v0.23.0 |
| 2776 | 2026-05-23T04:18:42.897Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2777 | 2026-05-23T04:18:43.296Z | Checking tokio-tungstenite v0.23.1 |
| 2778 | 2026-05-23T04:18:43.606Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2779 | 2026-05-23T04:18:43.828Z | Checking progenitor v0.11.2 |
| 2780 | 2026-05-23T04:18:43.987Z | Checking rand_seeder v0.4.0 |
| 2781 | 2026-05-23T04:18:44.023Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2782 | 2026-05-23T04:18:44.103Z | Checking void v1.0.2 |
| 2783 | 2026-05-23T04:18:44.173Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2784 | 2026-05-23T04:18:44.251Z | Checking lzss v0.8.2 |
| 2785 | 2026-05-23T04:18:44.400Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2786 | 2026-05-23T04:18:44.473Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2787 | 2026-05-23T04:18:44.589Z | Checking nix v0.27.1 |
| 2788 | 2026-05-23T04:18:44.624Z | Checking serde_bytes v0.11.19 |
| 2789 | 2026-05-23T04:18:44.752Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-05-23T04:18:44.844Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2791 | 2026-05-23T04:18:44.961Z | Checking is_ci v1.2.0 |
| 2792 | 2026-05-23T04:18:45.103Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2793 | 2026-05-23T04:18:45.169Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2794 | 2026-05-23T04:18:45.437Z | Checking yansi v1.0.1 |
| 2795 | 2026-05-23T04:18:45.745Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2796 | 2026-05-23T04:18:45.850Z | Checking pretty_assertions v1.4.1 |
| 2797 | 2026-05-23T04:18:46.021Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2798 | 2026-05-23T04:18:46.059Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2799 | 2026-05-23T04:18:47.098Z | Compiling darling_core v0.23.0 |
| 2800 | 2026-05-23T04:18:47.101Z | Compiling indoc v2.0.7 |
| 2801 | 2026-05-23T04:18:47.101Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2802 | 2026-05-23T04:18:47.101Z | Compiling instability v0.3.11 |
| 2803 | 2026-05-23T04:18:47.101Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2804 | 2026-05-23T04:18:47.101Z | Compiling libz-sys v1.1.24 |
| 2805 | 2026-05-23T04:18:47.466Z | Checking castaway v0.2.4 |
| 2806 | 2026-05-23T04:18:47.614Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2807 | 2026-05-23T04:18:47.699Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2808 | 2026-05-23T04:18:47.932Z | Checking compact_str v0.8.1 |
| 2809 | 2026-05-23T04:18:48.620Z | Checking supports-color v3.0.2 |
| 2810 | 2026-05-23T04:18:48.673Z | Compiling darling_macro v0.23.0 |
| 2811 | 2026-05-23T04:18:48.787Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2812 | 2026-05-23T04:18:49.024Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2813 | 2026-05-23T04:18:49.207Z | Compiling darling v0.23.0 |
| 2814 | 2026-05-23T04:18:49.243Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2815 | 2026-05-23T04:18:49.278Z | Checking unicode-truncate v1.1.0 |
| 2816 | 2026-05-23T04:18:49.461Z | Checking console v0.16.2 |
| 2817 | 2026-05-23T04:18:49.496Z | Checking lru v0.12.5 |
| 2818 | 2026-05-23T04:18:49.690Z | Checking unit-prefix v0.5.2 |
| 2819 | 2026-05-23T04:18:49.807Z | Checking cassowary v0.3.0 |
| 2820 | 2026-05-23T04:18:49.862Z | Checking indicatif v0.18.4 |
| 2821 | 2026-05-23T04:18:50.047Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2822 | 2026-05-23T04:18:50.085Z | Checking ratatui v0.29.0 |
| 2823 | 2026-05-23T04:18:50.322Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2824 | 2026-05-23T04:18:51.130Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2825 | 2026-05-23T04:18:51.166Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2826 | 2026-05-23T04:18:51.385Z | Compiling vergen-git2 v9.1.0 |
| 2827 | 2026-05-23T04:18:51.476Z | Checking plotters-backend v0.3.7 |
| 2828 | 2026-05-23T04:18:51.663Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2829 | 2026-05-23T04:18:51.721Z | Checking plotters-svg v0.3.7 |
| 2830 | 2026-05-23T04:18:51.896Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2831 | 2026-05-23T04:18:51.899Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2832 | 2026-05-23T04:18:52.135Z | Compiling rustls v0.21.12 |
| 2833 | 2026-05-23T04:18:52.362Z | Checking cast v0.3.0 |
| 2834 | 2026-05-23T04:18:52.560Z | Checking criterion-plot v0.6.0 |
| 2835 | 2026-05-23T04:18:52.765Z | Checking plotters v0.3.7 |
| 2836 | 2026-05-23T04:18:52.802Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312) |
| 2837 | 2026-05-23T04:18:52.852Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2838 | 2026-05-23T04:18:53.084Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2839 | 2026-05-23T04:18:53.316Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2840 | 2026-05-23T04:18:53.541Z | Checking colored v2.2.0 |
| 2841 | 2026-05-23T04:18:53.580Z | Checking sct v0.7.1 |
| 2842 | 2026-05-23T04:18:53.753Z | Checking rustls-webpki v0.101.7 |
| 2843 | 2026-05-23T04:18:53.789Z | Checking tinytemplate v1.2.1 |
| 2844 | 2026-05-23T04:18:53.792Z | Checking oorandom v11.1.5 |
| 2845 | 2026-05-23T04:18:53.975Z | Checking shell-words v1.1.1 |
| 2846 | 2026-05-23T04:18:54.037Z | Checking anes v0.1.6 |
| 2847 | 2026-05-23T04:18:54.164Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312) |
| 2848 | 2026-05-23T04:18:54.252Z | Checking criterion v0.7.0 |
| 2849 | 2026-05-23T04:18:55.442Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2850 | 2026-05-23T04:18:55.480Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2851 | 2026-05-23T04:18:55.516Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2852 | 2026-05-23T04:18:57.441Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2853 | 2026-05-23T04:18:57.550Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2854 | 2026-05-23T04:18:57.662Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2855 | 2026-05-23T04:18:58.502Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2856 | 2026-05-23T04:18:58.945Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2857 | 2026-05-23T04:19:00.648Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2858 | 2026-05-23T04:19:00.913Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2859 | 2026-05-23T04:19:00.916Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2860 | 2026-05-23T04:19:01.750Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2861 | 2026-05-23T04:19:02.325Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2862 | 2026-05-23T04:19:03.001Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2863 | 2026-05-23T04:19:03.105Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2864 | 2026-05-23T04:19:03.430Z | Checking typeid v1.0.3 |
| 2865 | 2026-05-23T04:19:03.577Z | Checking hex-literal v0.4.1 |
| 2866 | 2026-05-23T04:19:03.720Z | Checking erased-serde v0.4.9 |
| 2867 | 2026-05-23T04:19:04.031Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2868 | 2026-05-23T04:19:04.122Z | Checking tokio-rustls v0.24.1 |
| 2869 | 2026-05-23T04:19:04.218Z | Checking rustls-pemfile v1.0.4 |
| 2870 | 2026-05-23T04:19:04.360Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2871 | 2026-05-23T04:19:04.400Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2872 | 2026-05-23T04:19:04.484Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2873 | 2026-05-23T04:19:04.609Z | Checking twox-hash v2.1.2 |
| 2874 | 2026-05-23T04:19:04.841Z | Checking ordered-float v2.10.1 |
| 2875 | 2026-05-23T04:19:04.974Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2876 | 2026-05-23T04:19:05.152Z | Checking serde-value v0.7.0 |
| 2877 | 2026-05-23T04:19:05.456Z | Checking serde-untagged v0.1.9 |
| 2878 | 2026-05-23T04:19:05.699Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2879 | 2026-05-23T04:19:06.298Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2880 | 2026-05-23T04:19:06.334Z | Checking fatfs v0.3.6 |
| 2881 | 2026-05-23T04:19:06.494Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2882 | 2026-05-23T04:19:06.535Z | Compiling seq-macro v0.3.6 |
| 2883 | 2026-05-23T04:19:06.822Z | Checking unicode-xid v0.2.6 |
| 2884 | 2026-05-23T04:19:06.976Z | Checking cargo-util-schemas v0.8.2 |
| 2885 | 2026-05-23T04:19:07.073Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2886 | 2026-05-23T04:19:07.846Z | Checking cargo-platform v0.2.0 |
| 2887 | 2026-05-23T04:19:07.885Z | Compiling petname v2.0.2 |
| 2888 | 2026-05-23T04:19:08.074Z | Checking cargo_metadata v0.21.0 |
| 2889 | 2026-05-23T04:19:08.571Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2890 | 2026-05-23T04:19:08.758Z | Compiling samael v0.0.19 |
| 2891 | 2026-05-23T04:19:08.860Z | Checking concurrent-queue v2.5.0 |
| 2892 | 2026-05-23T04:19:09.087Z | Checking rtoolbox v0.0.3 |
| 2893 | 2026-05-23T04:19:09.260Z | Checking parking v2.2.1 |
| 2894 | 2026-05-23T04:19:09.423Z | Checking event-listener v5.4.1 |
| 2895 | 2026-05-23T04:19:09.686Z | Checking rpassword v7.4.0 |
| 2896 | 2026-05-23T04:19:10.272Z | Checking tui-tree-widget v0.23.1 |
| 2897 | 2026-05-23T04:19:10.504Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2898 | 2026-05-23T04:19:10.713Z | Checking polyval v0.6.2 |
| 2899 | 2026-05-23T04:19:10.923Z | Checking sapling-renderdag v0.1.0 |
| 2900 | 2026-05-23T04:19:11.208Z | Checking sync-ptr v0.1.4 |
| 2901 | 2026-05-23T04:19:11.278Z | Checking ghash v0.5.1 |
| 2902 | 2026-05-23T04:19:11.389Z | Checking event-listener-strategy v0.5.4 |
| 2903 | 2026-05-23T04:19:11.437Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2904 | 2026-05-23T04:19:11.565Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2905 | 2026-05-23T04:19:11.802Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2906 | 2026-05-23T04:19:12.225Z | Checking ctr v0.9.2 |
| 2907 | 2026-05-23T04:19:12.435Z | Checking arrayref v0.3.9 |
| 2908 | 2026-05-23T04:19:12.548Z | Checking arrayvec v0.7.6 |
| 2909 | 2026-05-23T04:19:12.778Z | Checking futures-timer v3.0.3 |
| 2910 | 2026-05-23T04:19:12.998Z | Checking constant_time_eq v0.4.2 |
| 2911 | 2026-05-23T04:19:13.034Z | Checking aes-gcm v0.10.3 |
| 2912 | 2026-05-23T04:19:13.225Z | Checking async-lock v3.4.2 |
| 2913 | 2026-05-23T04:19:13.261Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2914 | 2026-05-23T04:19:13.650Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2915 | 2026-05-23T04:19:13.959Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2916 | 2026-05-23T04:19:14.381Z | Checking ssh-encoding v0.2.0 |
| 2917 | 2026-05-23T04:19:14.619Z | Checking blowfish v0.9.1 |
| 2918 | 2026-05-23T04:19:14.655Z | Checking ssh-cipher v0.2.0 |
| 2919 | 2026-05-23T04:19:14.816Z | Checking bcrypt-pbkdf v0.10.0 |
| 2920 | 2026-05-23T04:19:14.875Z | Checking async-object-pool v0.2.0 |
| 2921 | 2026-05-23T04:19:15.026Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2922 | 2026-05-23T04:19:15.029Z | Checking serde_regex v1.1.0 |
| 2923 | 2026-05-23T04:19:15.281Z | Checking password-hash v0.4.2 |
| 2924 | 2026-05-23T04:19:15.434Z | Checking assert-json-diff v2.0.2 |
| 2925 | 2026-05-23T04:19:15.546Z | Checking path-tree v0.8.3 |
| 2926 | 2026-05-23T04:19:15.648Z | Checking gimli v0.32.3 |
| 2927 | 2026-05-23T04:19:15.778Z | Checking stringmetrics v2.2.2 |
| 2928 | 2026-05-23T04:19:15.972Z | Compiling target-lexicon v0.13.3 |
| 2929 | 2026-05-23T04:19:16.386Z | Checking httpmock v0.8.3 |
| 2930 | 2026-05-23T04:19:16.569Z | Checking pbkdf2 v0.11.0 |
| 2931 | 2026-05-23T04:19:16.785Z | Checking ssh-key v0.6.7 |
| 2932 | 2026-05-23T04:19:17.227Z | Checking addr2line v0.25.1 |
| 2933 | 2026-05-23T04:19:17.536Z | Checking p521 v0.13.3 |
| 2934 | 2026-05-23T04:19:18.216Z | Checking p256 v0.13.2 |
| 2935 | 2026-05-23T04:19:18.419Z | Compiling git2 v0.20.4 |
| 2936 | 2026-05-23T04:19:18.514Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2937 | 2026-05-23T04:19:18.612Z | Checking russh-cryptovec v0.7.3 |
| 2938 | 2026-05-23T04:19:18.791Z | Compiling guppy-workspace-hack v0.1.0 |
| 2939 | 2026-05-23T04:19:18.827Z | Checking md5 v0.7.0 |
| 2940 | 2026-05-23T04:19:19.023Z | Checking rustc-demangle v0.1.27 |
| 2941 | 2026-05-23T04:19:19.058Z | Checking russh-keys v0.45.0 |
| 2942 | 2026-05-23T04:19:19.296Z | Checking backtrace v0.3.76 |
| 2943 | 2026-05-23T04:19:19.649Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2944 | 2026-05-23T04:19:19.684Z | Checking num-bigint v0.4.6 |
| 2945 | 2026-05-23T04:19:19.744Z | Checking des v0.8.1 |
| 2946 | 2026-05-23T04:19:19.915Z | Compiling blake3 v1.8.3 |
| 2947 | 2026-05-23T04:19:19.950Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2948 | 2026-05-23T04:19:20.045Z | Compiling target-spec v3.5.7 |
| 2949 | 2026-05-23T04:19:20.421Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2950 | 2026-05-23T04:19:20.605Z | Checking cfg-expr v0.20.6 |
| 2951 | 2026-05-23T04:19:20.840Z | Checking russh v0.45.0 |
| 2952 | 2026-05-23T04:19:21.116Z | Checking backtrace-ext v0.2.1 |
| 2953 | 2026-05-23T04:19:21.192Z | Checking supports-color v2.1.0 |
| 2954 | 2026-05-23T04:19:21.267Z | Checking textwrap v0.15.2 |
| 2955 | 2026-05-23T04:19:21.321Z | Checking supports-hyperlinks v2.1.0 |
| 2956 | 2026-05-23T04:19:21.364Z | Checking supports-unicode v2.1.0 |
| 2957 | 2026-05-23T04:19:21.475Z | Checking hashbrown v0.14.5 |
| 2958 | 2026-05-23T04:19:21.515Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2959 | 2026-05-23T04:19:21.549Z | Checking cargo-platform v0.3.2 |
| 2960 | 2026-05-23T04:19:21.753Z | Checking socket2 v0.5.10 |
| 2961 | 2026-05-23T04:19:21.788Z | Checking terminal_size v0.1.17 |
| 2962 | 2026-05-23T04:19:21.830Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2963 | 2026-05-23T04:19:21.932Z | Compiling miette-derive v5.10.0 |
| 2964 | 2026-05-23T04:19:21.997Z | Checking owo-colors v3.5.0 |
| 2965 | 2026-05-23T04:19:22.042Z | Checking internet-checksum v0.2.1 |
| 2966 | 2026-05-23T04:19:22.202Z | Checking chumsky v0.9.3 |
| 2967 | 2026-05-23T04:19:22.567Z | Checking cargo_metadata v0.23.1 |
| 2968 | 2026-05-23T04:19:23.117Z | Checking miette v5.10.0 |
| 2969 | 2026-05-23T04:19:23.361Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2970 | 2026-05-23T04:19:23.397Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2971 | 2026-05-23T04:19:23.553Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2972 | 2026-05-23T04:19:23.628Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2973 | 2026-05-23T04:19:23.857Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2974 | 2026-05-23T04:19:23.897Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2975 | 2026-05-23T04:19:24.141Z | Compiling knuffel-derive v3.2.0 |
| 2976 | 2026-05-23T04:19:24.215Z | Checking httptest v0.16.4 |
| 2977 | 2026-05-23T04:19:24.369Z | Checking pathdiff v0.2.3 |
| 2978 | 2026-05-23T04:19:24.509Z | Compiling polar-core v0.27.3 |
| 2979 | 2026-05-23T04:19:24.550Z | Checking topological-sort v0.2.2 |
| 2980 | 2026-05-23T04:19:24.648Z | Checking nested v0.1.1 |
| 2981 | 2026-05-23T04:19:24.743Z | Checking omicron-zone-package v0.12.2 |
| 2982 | 2026-05-23T04:19:24.787Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2983 | 2026-05-23T04:19:24.828Z | Checking guppy v0.17.25 |
| 2984 | 2026-05-23T04:19:25.089Z | Checking similar-asserts v1.7.0 |
| 2985 | 2026-05-23T04:19:25.370Z | Compiling target-triple v1.0.0 |
| 2986 | 2026-05-23T04:19:25.703Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2987 | 2026-05-23T04:19:25.819Z | Checking knuffel v3.2.0 |
| 2988 | 2026-05-23T04:19:25.865Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2989 | 2026-05-23T04:19:25.900Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2990 | 2026-05-23T04:19:25.904Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2991 | 2026-05-23T04:19:26.504Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2992 | 2026-05-23T04:19:26.543Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2993 | 2026-05-23T04:19:26.546Z | Checking hickory-client v0.25.2 |
| 2994 | 2026-05-23T04:19:26.912Z | Checking tokio-test v0.4.5 |
| 2995 | 2026-05-23T04:19:27.171Z | Compiling assert_cmd v2.1.2 |
| 2996 | 2026-05-23T04:19:27.209Z | Checking escape8259 v0.5.3 |
| 2997 | 2026-05-23T04:19:27.388Z | Checking libtest-mimic v0.8.1 |
| 2998 | 2026-05-23T04:19:27.708Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2999 | 2026-05-23T04:19:27.793Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3000 | 2026-05-23T04:19:27.831Z | Checking blake2b_simd v1.0.4 |
| 3001 | 2026-05-23T04:19:27.896Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3002 | 2026-05-23T04:19:28.318Z | Checking support-bundle-viewer v0.1.2 |
| 3003 | 2026-05-23T04:19:28.477Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3004 | 2026-05-23T04:19:28.604Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3005 | 2026-05-23T04:19:28.644Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3006 | 2026-05-23T04:19:28.846Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3007 | 2026-05-23T04:19:28.919Z | Checking fancy-regex v0.14.0 |
| 3008 | 2026-05-23T04:19:29.095Z | Checking serde_tokenstream v0.2.3 |
| 3009 | 2026-05-23T04:19:29.261Z | Checking multimap v0.10.1 |
| 3010 | 2026-05-23T04:19:29.321Z | Checking approx v0.5.1 |
| 3011 | 2026-05-23T04:19:29.360Z | Checking uzers v0.12.2 |
| 3012 | 2026-05-23T04:19:29.478Z | Compiling rstest_macros v0.25.0 |
| 3013 | 2026-05-23T04:19:29.514Z | Checking termcolor v1.4.1 |
| 3014 | 2026-05-23T04:19:29.616Z | Compiling linkme-impl v0.3.35 |
| 3015 | 2026-05-23T04:19:29.774Z | Checking constant_time_eq v0.3.1 |
| 3016 | 2026-05-23T04:19:29.872Z | Checking trybuild v1.0.116 |
| 3017 | 2026-05-23T04:19:29.919Z | Checking oso v0.27.3 |
| 3018 | 2026-05-23T04:19:29.954Z | Checking datatest-stable v0.3.3 |
| 3019 | 2026-05-23T04:19:29.957Z | Checking rust-argon2 v2.1.0 |
| 3020 | 2026-05-23T04:19:30.273Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3021 | 2026-05-23T04:19:30.398Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3022 | 2026-05-23T04:19:30.509Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3023 | 2026-05-23T04:19:30.646Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3024 | 2026-05-23T04:19:30.681Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3025 | 2026-05-23T04:19:30.857Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3026 | 2026-05-23T04:19:30.893Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3027 | 2026-05-23T04:19:30.928Z | Checking drift v0.2.0 |
| 3028 | 2026-05-23T04:19:31.100Z | Checking rand_distr v0.5.1 |
| 3029 | 2026-05-23T04:19:31.138Z | Compiling linkme v0.3.35 |
| 3030 | 2026-05-23T04:19:31.216Z | Compiling relative-path v1.9.3 |
| 3031 | 2026-05-23T04:19:31.333Z | Checking dropshot-api-manager v0.7.2 |
| 3032 | 2026-05-23T04:19:31.734Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3033 | 2026-05-23T04:19:32.538Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3034 | 2026-05-23T04:19:32.574Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3035 | 2026-05-23T04:19:32.651Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3036 | 2026-05-23T04:19:32.907Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3037 | 2026-05-23T04:19:33.204Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3038 | 2026-05-23T04:19:33.241Z | Checking cargo_toml v0.21.0 |
| 3039 | 2026-05-23T04:19:33.354Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3040 | 2026-05-23T04:19:33.458Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3041 | 2026-05-23T04:19:33.905Z | Checking partial-io v0.5.4 |
| 3042 | 2026-05-23T04:19:33.943Z | Checking termios v0.3.3 |
| 3043 | 2026-05-23T04:19:33.946Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3044 | 2026-05-23T04:19:34.107Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3045 | 2026-05-23T04:19:34.143Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3046 | 2026-05-23T04:19:35.107Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3047 | 2026-05-23T04:19:35.216Z | Checking rstest v0.25.0 |
| 3048 | 2026-05-23T04:19:38.104Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3049 | 2026-05-23T04:19:41.446Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3050 | 2026-05-23T04:19:43.423Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3051 | 2026-05-23T04:19:46.477Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3052 | 2026-05-23T04:19:51.311Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3053 | 2026-05-23T04:19:53.831Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3054 | 2026-05-23T04:19:56.572Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3055 | 2026-05-23T04:19:57.173Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3056 | 2026-05-23T04:19:58.485Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3057 | 2026-05-23T04:20:08.264Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3058 | 2026-05-23T04:20:12.189Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3059 | 2026-05-23T04:21:24.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s |
| 3060 | 2026-05-23T04:21:25.449Z | |
| 3061 | 2026-05-23T04:21:25.453Z | real 4:15.099574549 |
| 3062 | 2026-05-23T04:21:25.453Z | user 21:45.715858041 |
| 3063 | 2026-05-23T04:21:25.453Z | sys 5:18.131301356 |
| 3064 | 2026-05-23T04:21:25.453Z | trap 0.509977257 |
| 3065 | 2026-05-23T04:21:25.453Z | tflt 0.536291832 |
| 3066 | 2026-05-23T04:21:25.453Z | dflt 0.449131062 |
| 3067 | 2026-05-23T04:21:25.453Z | kflt 0.005402231 |
| 3068 | 2026-05-23T04:21:25.453Z | lock 59:49.512214789 |
| 3069 | 2026-05-23T04:21:25.453Z | slp 59:21.051213313 |
| 3070 | 2026-05-23T04:21:25.453Z | lat 1:54.945580182 |
| 3071 | 2026-05-23T04:21:25.453Z | stop 11:58.611558609 |
| 3072 | 2026-05-23T04:21:25.453Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3073 | 2026-05-23T04:21:25.453Z | + ptime -m cargo doc --workspace --no-deps |
| 3074 | 2026-05-23T04:21:26.386Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3075 | 2026-05-23T04:21:26.386Z | | |
| 3076 | 2026-05-23T04:21:26.386Z | = 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)` |
| 3077 | 2026-05-23T04:21:26.386Z | = 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> |
| 3078 | 2026-05-23T04:21:27.464Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3079 | 2026-05-23T04:21:27.716Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3080 | 2026-05-23T04:21:27.764Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3081 | 2026-05-23T04:21:27.832Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3082 | 2026-05-23T04:21:27.903Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3083 | 2026-05-23T04:21:28.002Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3084 | 2026-05-23T04:21:28.034Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3085 | 2026-05-23T04:21:28.034Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3086 | 2026-05-23T04:21:28.087Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3087 | 2026-05-23T04:21:28.120Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3088 | 2026-05-23T04:21:28.283Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3089 | 2026-05-23T04:21:28.347Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3090 | 2026-05-23T04:21:28.372Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3091 | 2026-05-23T04:21:28.398Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3092 | 2026-05-23T04:21:28.441Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3093 | 2026-05-23T04:21:28.464Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3094 | 2026-05-23T04:21:28.512Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3095 | 2026-05-23T04:21:28.515Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3096 | 2026-05-23T04:21:28.515Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3097 | 2026-05-23T04:21:28.585Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3098 | 2026-05-23T04:21:28.742Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3099 | 2026-05-23T04:21:28.940Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3100 | 2026-05-23T04:21:29.022Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3101 | 2026-05-23T04:21:29.065Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3102 | 2026-05-23T04:21:29.216Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3103 | 2026-05-23T04:21:29.252Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3104 | 2026-05-23T04:21:29.255Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3105 | 2026-05-23T04:21:29.443Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3106 | 2026-05-23T04:21:29.500Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3107 | 2026-05-23T04:21:29.754Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3108 | 2026-05-23T04:21:29.888Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3109 | 2026-05-23T04:21:29.986Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3110 | 2026-05-23T04:21:30.041Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3111 | 2026-05-23T04:21:30.066Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3112 | 2026-05-23T04:21:30.262Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3113 | 2026-05-23T04:21:30.299Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3114 | 2026-05-23T04:21:30.373Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3115 | 2026-05-23T04:21:30.397Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3116 | 2026-05-23T04:21:30.420Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3117 | 2026-05-23T04:21:30.503Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3118 | 2026-05-23T04:21:30.647Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3119 | 2026-05-23T04:21:30.711Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3120 | 2026-05-23T04:21:30.801Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3121 | 2026-05-23T04:21:30.828Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3122 | 2026-05-23T04:21:30.981Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3123 | 2026-05-23T04:21:31.030Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3124 | 2026-05-23T04:21:31.062Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3125 | 2026-05-23T04:21:31.178Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3126 | 2026-05-23T04:21:31.202Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3127 | 2026-05-23T04:21:31.303Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3128 | 2026-05-23T04:21:31.794Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3129 | 2026-05-23T04:21:31.856Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3130 | 2026-05-23T04:21:31.966Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3131 | 2026-05-23T04:21:32.036Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3132 | 2026-05-23T04:21:32.068Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3133 | 2026-05-23T04:21:32.172Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3134 | 2026-05-23T04:21:32.474Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3135 | 2026-05-23T04:21:32.503Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3136 | 2026-05-23T04:21:33.450Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3137 | 2026-05-23T04:21:33.484Z | Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3138 | 2026-05-23T04:21:33.611Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3139 | 2026-05-23T04:21:33.837Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3140 | 2026-05-23T04:21:33.900Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3141 | 2026-05-23T04:21:34.048Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3142 | 2026-05-23T04:21:34.287Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3143 | 2026-05-23T04:21:34.434Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3144 | 2026-05-23T04:21:34.508Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3145 | 2026-05-23T04:21:34.821Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3146 | 2026-05-23T04:21:35.076Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3147 | 2026-05-23T04:21:35.643Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3148 | 2026-05-23T04:21:35.961Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3149 | 2026-05-23T04:21:36.395Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3150 | 2026-05-23T04:21:36.491Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3151 | 2026-05-23T04:21:36.657Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3152 | 2026-05-23T04:21:36.872Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3153 | 2026-05-23T04:21:36.943Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3154 | 2026-05-23T04:21:37.110Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3155 | 2026-05-23T04:21:37.156Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3156 | 2026-05-23T04:21:37.211Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3157 | 2026-05-23T04:21:37.333Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3158 | 2026-05-23T04:21:37.355Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3159 | 2026-05-23T04:21:37.661Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3160 | 2026-05-23T04:21:37.702Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3161 | 2026-05-23T04:21:38.047Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3162 | 2026-05-23T04:21:38.071Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3163 | 2026-05-23T04:21:38.559Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3164 | 2026-05-23T04:21:38.804Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3165 | 2026-05-23T04:21:38.836Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3166 | 2026-05-23T04:21:39.200Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3167 | 2026-05-23T04:21:39.225Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3168 | 2026-05-23T04:21:39.466Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3169 | 2026-05-23T04:21:39.517Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3170 | 2026-05-23T04:21:39.542Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3171 | 2026-05-23T04:21:39.780Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3172 | 2026-05-23T04:21:39.807Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3173 | 2026-05-23T04:21:40.261Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3174 | 2026-05-23T04:21:40.312Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3175 | 2026-05-23T04:21:40.825Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3176 | 2026-05-23T04:21:40.864Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3177 | 2026-05-23T04:21:40.923Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3178 | 2026-05-23T04:21:40.958Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3179 | 2026-05-23T04:21:41.046Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3180 | 2026-05-23T04:21:41.646Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3181 | 2026-05-23T04:21:41.674Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3182 | 2026-05-23T04:21:41.700Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3183 | 2026-05-23T04:21:41.818Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3184 | 2026-05-23T04:21:42.244Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3185 | 2026-05-23T04:21:42.500Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3186 | 2026-05-23T04:21:42.716Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3187 | 2026-05-23T04:21:42.940Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3188 | 2026-05-23T04:21:43.355Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3189 | 2026-05-23T04:21:43.529Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3190 | 2026-05-23T04:21:43.556Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3191 | 2026-05-23T04:21:43.647Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3192 | 2026-05-23T04:21:43.827Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3193 | 2026-05-23T04:21:43.901Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3194 | 2026-05-23T04:21:44.016Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3195 | 2026-05-23T04:21:44.109Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3196 | 2026-05-23T04:21:44.365Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3197 | 2026-05-23T04:21:44.608Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3198 | 2026-05-23T04:21:44.640Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3199 | 2026-05-23T04:21:44.751Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3200 | 2026-05-23T04:21:44.823Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3201 | 2026-05-23T04:21:44.850Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3202 | 2026-05-23T04:21:44.933Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3203 | 2026-05-23T04:21:44.993Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3204 | 2026-05-23T04:21:45.136Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3205 | 2026-05-23T04:21:45.300Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3206 | 2026-05-23T04:21:45.380Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3207 | 2026-05-23T04:21:45.480Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3208 | 2026-05-23T04:21:45.484Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3209 | 2026-05-23T04:21:45.656Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3210 | 2026-05-23T04:21:45.726Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3211 | 2026-05-23T04:21:46.050Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3212 | 2026-05-23T04:21:46.076Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3213 | 2026-05-23T04:21:46.308Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3214 | 2026-05-23T04:21:46.422Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3215 | 2026-05-23T04:21:46.557Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3216 | 2026-05-23T04:21:46.665Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3217 | 2026-05-23T04:21:46.690Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3218 | 2026-05-23T04:21:46.842Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3219 | 2026-05-23T04:21:46.927Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3220 | 2026-05-23T04:21:46.933Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3221 | 2026-05-23T04:21:47.105Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3222 | 2026-05-23T04:21:47.139Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3223 | 2026-05-23T04:21:47.163Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3224 | 2026-05-23T04:21:47.315Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3225 | 2026-05-23T04:21:47.456Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3226 | 2026-05-23T04:21:47.480Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3227 | 2026-05-23T04:21:47.504Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3228 | 2026-05-23T04:21:47.559Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3229 | 2026-05-23T04:21:47.615Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3230 | 2026-05-23T04:21:47.740Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3231 | 2026-05-23T04:21:47.767Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3232 | 2026-05-23T04:21:47.825Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3233 | 2026-05-23T04:21:48.044Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3234 | 2026-05-23T04:21:48.167Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3235 | 2026-05-23T04:21:48.285Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3236 | 2026-05-23T04:21:48.647Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3237 | 2026-05-23T04:21:48.693Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3238 | 2026-05-23T04:21:48.905Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3239 | 2026-05-23T04:21:49.116Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3240 | 2026-05-23T04:21:49.352Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3241 | 2026-05-23T04:21:49.378Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3242 | 2026-05-23T04:21:49.797Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3243 | 2026-05-23T04:21:49.921Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3244 | 2026-05-23T04:21:50.014Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3245 | 2026-05-23T04:21:50.109Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3246 | 2026-05-23T04:21:50.136Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3247 | 2026-05-23T04:21:50.286Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3248 | 2026-05-23T04:21:50.428Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3249 | 2026-05-23T04:21:50.512Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3250 | 2026-05-23T04:21:50.643Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3251 | 2026-05-23T04:21:50.668Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3252 | 2026-05-23T04:21:50.726Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3253 | 2026-05-23T04:21:50.855Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3254 | 2026-05-23T04:21:51.010Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3255 | 2026-05-23T04:21:51.056Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3256 | 2026-05-23T04:21:51.059Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3257 | 2026-05-23T04:21:51.125Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3258 | 2026-05-23T04:21:51.551Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3259 | 2026-05-23T04:21:51.613Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3260 | 2026-05-23T04:21:51.826Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3261 | 2026-05-23T04:21:52.373Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3262 | 2026-05-23T04:21:52.968Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3263 | 2026-05-23T04:21:53.007Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3264 | 2026-05-23T04:21:53.147Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3265 | 2026-05-23T04:21:53.233Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3266 | 2026-05-23T04:21:53.503Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3267 | 2026-05-23T04:21:53.800Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3268 | 2026-05-23T04:21:54.173Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3269 | 2026-05-23T04:21:54.687Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3270 | 2026-05-23T04:21:55.268Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3271 | 2026-05-23T04:21:57.742Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3272 | 2026-05-23T04:21:58.043Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3273 | 2026-05-23T04:21:59.114Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3274 | 2026-05-23T04:21:59.535Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3275 | 2026-05-23T04:21:59.692Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3276 | 2026-05-23T04:21:59.854Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3277 | 2026-05-23T04:22:00.241Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3278 | 2026-05-23T04:22:00.554Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3279 | 2026-05-23T04:22:00.579Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3280 | 2026-05-23T04:22:00.891Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3281 | 2026-05-23T04:22:01.058Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3282 | 2026-05-23T04:22:01.279Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3283 | 2026-05-23T04:22:01.355Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3284 | 2026-05-23T04:22:01.871Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3285 | 2026-05-23T04:22:03.480Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3286 | 2026-05-23T04:22:04.233Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3287 | 2026-05-23T04:22:04.289Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3288 | 2026-05-23T04:22:04.313Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3289 | 2026-05-23T04:22:04.387Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3290 | 2026-05-23T04:22:04.474Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3291 | 2026-05-23T04:22:05.030Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3292 | 2026-05-23T04:22:05.320Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3293 | 2026-05-23T04:22:05.759Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3294 | 2026-05-23T04:22:06.186Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3295 | 2026-05-23T04:22:06.255Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3296 | 2026-05-23T04:22:06.618Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3297 | 2026-05-23T04:22:07.211Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3298 | 2026-05-23T04:22:07.459Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3299 | 2026-05-23T04:22:07.929Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3300 | 2026-05-23T04:22:09.695Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3301 | 2026-05-23T04:22:10.053Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3302 | 2026-05-23T04:22:10.333Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3303 | 2026-05-23T04:22:10.592Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3304 | 2026-05-23T04:22:10.678Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3305 | 2026-05-23T04:22:10.956Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3306 | 2026-05-23T04:22:11.501Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3307 | 2026-05-23T04:22:11.821Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3308 | 2026-05-23T04:22:12.268Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3309 | 2026-05-23T04:22:13.563Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3310 | 2026-05-23T04:22:13.844Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3311 | 2026-05-23T04:22:14.288Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3312 | 2026-05-23T04:22:14.396Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3313 | 2026-05-23T04:22:14.423Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3314 | 2026-05-23T04:22:15.577Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3315 | 2026-05-23T04:22:15.833Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3316 | 2026-05-23T04:22:16.072Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3317 | 2026-05-23T04:22:16.454Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3318 | 2026-05-23T04:22:16.931Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3319 | 2026-05-23T04:22:17.482Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3320 | 2026-05-23T04:22:18.261Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3321 | 2026-05-23T04:22:18.558Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3322 | 2026-05-23T04:22:19.140Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3323 | 2026-05-23T04:22:19.756Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3324 | 2026-05-23T04:22:20.604Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3325 | 2026-05-23T04:22:21.300Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3326 | 2026-05-23T04:22:21.968Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3327 | 2026-05-23T04:22:22.308Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3328 | 2026-05-23T04:22:22.455Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3329 | 2026-05-23T04:22:23.490Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3330 | 2026-05-23T04:22:24.158Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3331 | 2026-05-23T04:22:24.362Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3332 | 2026-05-23T04:22:24.849Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3333 | 2026-05-23T04:22:25.257Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3334 | 2026-05-23T04:22:25.419Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3335 | 2026-05-23T04:22:25.623Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3336 | 2026-05-23T04:22:26.046Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3337 | 2026-05-23T04:22:26.155Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3338 | 2026-05-23T04:22:26.682Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3339 | 2026-05-23T04:22:27.605Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3340 | 2026-05-23T04:22:27.657Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3341 | 2026-05-23T04:22:27.902Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3342 | 2026-05-23T04:22:27.928Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3343 | 2026-05-23T04:22:27.986Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3344 | 2026-05-23T04:22:28.029Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3345 | 2026-05-23T04:22:28.544Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3346 | 2026-05-23T04:22:28.635Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3347 | 2026-05-23T04:22:28.724Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3348 | 2026-05-23T04:22:29.352Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3349 | 2026-05-23T04:22:30.590Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3350 | 2026-05-23T04:22:30.722Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3351 | 2026-05-23T04:22:31.066Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3352 | 2026-05-23T04:22:34.040Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3353 | 2026-05-23T04:22:37.256Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3354 | 2026-05-23T04:22:38.149Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3355 | 2026-05-23T04:22:39.329Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3356 | 2026-05-23T04:22:40.126Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3357 | 2026-05-23T04:22:41.390Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3358 | 2026-05-23T04:22:43.182Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3359 | 2026-05-23T04:22:44.262Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3360 | 2026-05-23T04:22:44.712Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3361 | 2026-05-23T04:22:47.025Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3362 | 2026-05-23T04:22:47.050Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3363 | 2026-05-23T04:22:48.046Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3364 | 2026-05-23T04:22:52.068Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3365 | 2026-05-23T04:22:56.775Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3366 | 2026-05-23T04:22:57.831Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3367 | 2026-05-23T04:22:59.045Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3368 | 2026-05-23T04:22:59.142Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3369 | 2026-05-23T04:23:00.501Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3370 | 2026-05-23T04:23:01.789Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3371 | 2026-05-23T04:23:03.054Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3372 | 2026-05-23T04:23:04.335Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3373 | 2026-05-23T04:23:05.664Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3374 | 2026-05-23T04:23:07.299Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3375 | 2026-05-23T04:23:08.281Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3376 | 2026-05-23T04:23:09.742Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3377 | 2026-05-23T04:23:11.003Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3378 | 2026-05-23T04:23:12.433Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3379 | 2026-05-23T04:23:13.650Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3380 | 2026-05-23T04:23:15.090Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3381 | 2026-05-23T04:23:16.477Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3382 | 2026-05-23T04:23:18.967Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3383 | 2026-05-23T04:23:19.886Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3384 | 2026-05-23T04:23:21.620Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3385 | 2026-05-23T04:23:23.233Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3386 | 2026-05-23T04:23:25.294Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3387 | 2026-05-23T04:23:26.940Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3388 | 2026-05-23T04:23:28.625Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3389 | 2026-05-23T04:23:30.357Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3390 | 2026-05-23T04:23:32.204Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3391 | 2026-05-23T04:23:36.744Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3392 | 2026-05-23T04:23:37.401Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3393 | 2026-05-23T04:23:38.716Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3394 | 2026-05-23T04:23:41.207Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3395 | 2026-05-23T04:23:41.494Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3396 | 2026-05-23T04:23:43.635Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3397 | 2026-05-23T04:23:45.804Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3398 | 2026-05-23T04:23:48.239Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3399 | 2026-05-23T04:23:50.309Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3400 | 2026-05-23T04:23:52.346Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3401 | 2026-05-23T04:23:54.352Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3402 | 2026-05-23T04:23:56.776Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3403 | 2026-05-23T04:23:58.597Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3404 | 2026-05-23T04:24:00.675Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3405 | 2026-05-23T04:24:02.787Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3406 | 2026-05-23T04:24:04.869Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3407 | 2026-05-23T04:24:06.604Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3408 | 2026-05-23T04:24:08.686Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3409 | 2026-05-23T04:24:11.186Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3410 | 2026-05-23T04:24:13.013Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3411 | 2026-05-23T04:24:15.084Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3412 | 2026-05-23T04:24:17.171Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3413 | 2026-05-23T04:24:19.370Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3414 | 2026-05-23T04:24:21.509Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3415 | 2026-05-23T04:24:23.144Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3416 | 2026-05-23T04:24:26.067Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3417 | 2026-05-23T04:24:28.458Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3418 | 2026-05-23T04:24:30.748Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3419 | 2026-05-23T04:24:33.016Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3420 | 2026-05-23T04:24:35.293Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3421 | 2026-05-23T04:24:37.581Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3422 | 2026-05-23T04:24:39.801Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3423 | 2026-05-23T04:24:42.577Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3424 | 2026-05-23T04:24:44.469Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3425 | 2026-05-23T04:24:47.087Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3426 | 2026-05-23T04:24:48.996Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3427 | 2026-05-23T04:24:51.450Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3428 | 2026-05-23T04:24:53.783Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3429 | 2026-05-23T04:24:56.296Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3430 | 2026-05-23T04:24:58.518Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3431 | 2026-05-23T04:25:00.849Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3432 | 2026-05-23T04:25:03.427Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3433 | 2026-05-23T04:25:05.801Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3434 | 2026-05-23T04:25:08.722Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3435 | 2026-05-23T04:25:10.900Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3436 | 2026-05-23T04:25:13.384Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3437 | 2026-05-23T04:25:15.778Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3438 | 2026-05-23T04:25:18.446Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3439 | 2026-05-23T04:25:20.889Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3440 | 2026-05-23T04:25:23.364Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3441 | 2026-05-23T04:25:26.237Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3442 | 2026-05-23T04:25:28.568Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3443 | 2026-05-23T04:25:36.147Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3444 | 2026-05-23T04:25:36.407Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3445 | 2026-05-23T04:25:39.710Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3446 | 2026-05-23T04:25:42.960Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3447 | 2026-05-23T04:25:46.437Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3448 | 2026-05-23T04:25:49.656Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3449 | 2026-05-23T04:25:53.125Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3450 | 2026-05-23T04:25:56.333Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3451 | 2026-05-23T04:26:01.085Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3452 | 2026-05-23T04:26:03.912Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3453 | 2026-05-23T04:26:07.550Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3454 | 2026-05-23T04:26:11.126Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3455 | 2026-05-23T04:26:14.760Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3456 | 2026-05-23T04:26:18.401Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3457 | 2026-05-23T04:26:22.228Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3458 | 2026-05-23T04:26:25.701Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3459 | 2026-05-23T04:26:29.345Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3460 | 2026-05-23T04:26:33.040Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3461 | 2026-05-23T04:26:39.217Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3462 | 2026-05-23T04:26:40.258Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3463 | 2026-05-23T04:26:43.910Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3464 | 2026-05-23T04:26:47.632Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3465 | 2026-05-23T04:26:51.231Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3466 | 2026-05-23T04:26:54.955Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3467 | 2026-05-23T04:26:58.761Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3468 | 2026-05-23T04:27:02.278Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3469 | 2026-05-23T04:27:31.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 06s |
| 3470 | 2026-05-23T04:27:31.762Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3471 | 2026-05-23T04:27:31.879Z | |
| 3472 | 2026-05-23T04:27:31.882Z | real 6:06.331661097 |
| 3473 | 2026-05-23T04:27:31.882Z | user 18:37.614402018 |
| 3474 | 2026-05-23T04:27:31.882Z | sys 4:01.354883756 |
| 3475 | 2026-05-23T04:27:31.882Z | trap 0.286843168 |
| 3476 | 2026-05-23T04:27:31.882Z | tflt 0.064116368 |
| 3477 | 2026-05-23T04:27:31.882Z | dflt 0.051309209 |
| 3478 | 2026-05-23T04:27:31.882Z | kflt 0.000019899 |
| 3479 | 2026-05-23T04:27:31.882Z | lock 5:12:47.183201373 |
| 3480 | 2026-05-23T04:27:31.882Z | slp 1:58:48.167772213 |
| 3481 | 2026-05-23T04:27:31.882Z | lat 38.894353991 |
| 3482 | 2026-05-23T04:27:31.882Z | stop 1:58.868421293 |
| 3483 | 2026-05-23T04:27:31.882Z | process exited: duration 758741 ms, exit code 0 |
| |
| 3484 | 2026-05-23T04:27:31.888Z | found 0 output files |