|
|
|
| 1 | 2025-09-02T22:56:40.085Z | job assigned to worker 01K46A9JTHVGCKZQ4HDK89W293 [factory aws, i-08f31eea7e9b9a83b] (queued for 53 s) |
| |
| 2 | 2025-09-02T22:56:48.659Z | starting task 0: "setup" |
| 3 | 2025-09-02T22:56:48.664Z | ++ uname -s |
| 4 | 2025-09-02T22:56:48.667Z | + kern=SunOS |
| 5 | 2025-09-02T22:56:48.667Z | + build_user=build |
| 6 | 2025-09-02T22:56:48.667Z | + build_uid=12345 |
| 7 | 2025-09-02T22:56:48.667Z | + work_dir=/work |
| 8 | 2025-09-02T22:56:48.667Z | + input_dir=/input |
| 9 | 2025-09-02T22:56:48.667Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-02T22:56:48.667Z | + case "$kern" in |
| 11 | 2025-09-02T22:56:48.667Z | + groupadd -g 12345 build |
| 12 | 2025-09-02T22:56:48.670Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-02T22:56:50.677Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-02T22:56:50.798Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-02T22:56:50.802Z | + home_fs=zfs |
| 16 | 2025-09-02T22:56:50.802Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-02T22:56:50.802Z | + mkdir -p /home/build |
| 18 | 2025-09-02T22:56:50.805Z | + chown build:build /home/build /work |
| 19 | 2025-09-02T22:56:52.805Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-02T22:56:52.809Z | process exited: duration 4149 ms, exit code 0 |
| |
| 21 | 2025-09-02T22:56:52.815Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-02T22:56:52.820Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-02T22:56:52.820Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-09-02T22:56:52.820Z | * rust toolchain profile = "default" |
| 25 | 2025-09-02T22:56:52.820Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-09-02T22:56:52.820Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-02T22:56:52.820Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-02T22:56:52.823Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-02T22:56:52.823Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-02T22:56:52.940Z | info: downloading installer |
| 31 | 2025-09-02T22:56:54.388Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-02T22:56:54.388Z | warn: /opt/ooce/bin |
| 33 | 2025-09-02T22:56:54.388Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-02T22:56:54.388Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-02T22:56:54.388Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-02T22:56:54.388Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-02T22:56:54.388Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-02T22:56:54.388Z | error: cannot install while Rust is installed |
| 39 | 2025-09-02T22:56:54.388Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-02T22:56:54.402Z | info: profile set to 'default' |
| 41 | 2025-09-02T22:56:54.402Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-02T22:56:54.405Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-02T22:56:54.589Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-02T22:56:54.589Z | info: downloading component 'cargo' |
| 45 | 2025-09-02T22:56:55.392Z | info: downloading component 'clippy' |
| 46 | 2025-09-02T22:56:55.710Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-02T22:56:56.946Z | info: downloading component 'rust-std' |
| 48 | 2025-09-02T22:56:58.636Z | info: downloading component 'rustc' |
| 49 | 2025-09-02T22:57:06.189Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-02T22:57:06.424Z | info: installing component 'cargo' |
| 51 | 2025-09-02T22:57:07.304Z | info: installing component 'clippy' |
| 52 | 2025-09-02T22:57:07.695Z | info: installing component 'rust-docs' |
| 53 | 2025-09-02T22:57:09.534Z | info: installing component 'rust-std' |
| 54 | 2025-09-02T22:57:11.449Z | info: installing component 'rustc' |
| 55 | 2025-09-02T22:57:18.020Z | info: installing component 'rustfmt' |
| 56 | 2025-09-02T22:57:18.364Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-02T22:57:18.364Z | |
| 58 | 2025-09-02T22:57:18.782Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-02T22:57:18.782Z | |
| 60 | 2025-09-02T22:57:18.785Z | |
| 61 | 2025-09-02T22:57:18.785Z | Rust is installed now. Great! |
| 62 | 2025-09-02T22:57:18.785Z | |
| 63 | 2025-09-02T22:57:18.786Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-02T22:57:18.786Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-02T22:57:18.786Z | |
| 66 | 2025-09-02T22:57:18.786Z | To configure your current shell, you need to source |
| 67 | 2025-09-02T22:57:18.786Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-02T22:57:18.786Z | |
| 69 | 2025-09-02T22:57:18.786Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-02T22:57:18.786Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-02T22:57:18.786Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-02T22:57:18.786Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-02T22:57:18.871Z | + rustup --version |
| 74 | 2025-09-02T22:57:18.887Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-02T22:57:18.887Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-02T22:57:19.015Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-02T22:57:19.019Z | + cargo --version |
| 78 | 2025-09-02T22:57:19.089Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-02T22:57:19.092Z | + rustc --version |
| 80 | 2025-09-02T22:57:19.165Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-02T22:57:19.168Z | process exited: duration 26338 ms, exit code 0 |
| |
| 82 | 2025-09-02T22:57:19.175Z | starting task 2: "authentication" |
| 83 | 2025-09-02T22:57:19.197Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-09-02T22:57:19.204Z | starting task 3: "clone repository" |
| 85 | 2025-09-02T22:57:19.208Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-02T22:57:19.212Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-02T22:57:19.252Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-02T22:57:28.453Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-02T22:57:28.453Z | + git fetch origin 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba |
| 90 | 2025-09-02T22:57:28.771Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-02T22:57:28.771Z | * branch 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba -> FETCH_HEAD |
| 92 | 2025-09-02T22:57:28.782Z | + [[ -n dap/handoff-quiesce-1 ]] |
| 93 | 2025-09-02T22:57:28.785Z | ++ git branch --show-current |
| 94 | 2025-09-02T22:57:28.788Z | + current=main |
| 95 | 2025-09-02T22:57:28.788Z | + [[ main != dap/handoff-quiesce-1 ]] |
| 96 | 2025-09-02T22:57:28.788Z | + git branch -f dap/handoff-quiesce-1 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba |
| 97 | 2025-09-02T22:57:28.792Z | + git checkout -f dap/handoff-quiesce-1 |
| 98 | 2025-09-02T22:57:29.050Z | Switched to branch 'dap/handoff-quiesce-1' |
| 99 | 2025-09-02T22:57:29.053Z | + git reset --hard 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba |
| 100 | 2025-09-02T22:57:29.085Z | HEAD is now at 1317dd70c review feedback |
| 101 | 2025-09-02T22:57:29.088Z | process exited: duration 9877 ms, exit code 0 |
| |
| 102 | 2025-09-02T22:57:29.095Z | starting task 4: "build" |
| 103 | 2025-09-02T22:57:29.100Z | + source ./env.sh |
| 104 | 2025-09-02T22:57:29.100Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2025-09-02T22:57:29.100Z | ++ set -o xtrace |
| 106 | 2025-09-02T22:57:29.103Z | ++++ dirname ./env.sh |
| 107 | 2025-09-02T22:57:29.106Z | +++ readlink -f . |
| 108 | 2025-09-02T22:57:29.109Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2025-09-02T22:57:29.109Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2025-09-02T22:57:29.109Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-09-02T22:57:29.109Z | ++ 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 |
| 112 | 2025-09-02T22:57:29.109Z | ++ 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 |
| 113 | 2025-09-02T22:57:29.109Z | ++ 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 |
| 114 | 2025-09-02T22:57:29.109Z | ++ 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 |
| 115 | 2025-09-02T22:57:29.109Z | ++ 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 |
| 116 | 2025-09-02T22:57:29.109Z | ++ 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 |
| 117 | 2025-09-02T22:57:29.109Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2025-09-02T22:57:29.109Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2025-09-02T22:57:29.109Z | + source .github/buildomat/ci-env.sh |
| 120 | 2025-09-02T22:57:29.109Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2025-09-02T22:57:29.109Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2025-09-02T22:57:29.109Z | + cargo --version |
| 123 | 2025-09-02T22:57:29.165Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 124 | 2025-09-02T22:57:29.168Z | + rustc --version |
| 125 | 2025-09-02T22:57:29.238Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 126 | 2025-09-02T22:57:29.241Z | + banner prerequisites |
| 127 | 2025-09-02T22:57:29.246Z | |
| 128 | 2025-09-02T22:57:29.246Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2025-09-02T22:57:29.246Z | # # # # # # # # # # # # # # # |
| 130 | 2025-09-02T22:57:29.246Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2025-09-02T22:57:29.246Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2025-09-02T22:57:29.246Z | # # # # # # # # # # # # # # # |
| 133 | 2025-09-02T22:57:29.246Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2025-09-02T22:57:29.246Z | |
| 135 | 2025-09-02T22:57:29.246Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2025-09-02T22:57:40.741Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2025-09-02T22:57:48.187Z | Startup: Caching catalogs ... Done |
| 138 | 2025-09-02T22:57:54.743Z | Planning: Solver setup ... Done (5.238s) |
| 139 | 2025-09-02T22:57:54.794Z | Planning: Running solver ... Done (0.050s) |
| 140 | 2025-09-02T22:57:54.893Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2025-09-02T22:57:54.907Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2025-09-02T22:57:55.054Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2025-09-02T22:57:55.334Z | Planning: Package planning ... Done (0.280s) |
| 144 | 2025-09-02T22:57:55.385Z | Planning: Merging actions ... Done (0.051s) |
| 145 | 2025-09-02T22:57:55.678Z | Planning: Checking for conflicting actions ... Done (0.292s) |
| 146 | 2025-09-02T22:57:55.691Z | Planning: Consolidating action changes ... Done (0.011s) |
| 147 | 2025-09-02T22:57:56.771Z | Planning: Evaluating mediators ... Done (1.081s) |
| 148 | 2025-09-02T22:57:56.780Z | Planning: Planning completed in 8.46 seconds |
| 149 | 2025-09-02T22:57:56.796Z | Packages to install: 4 |
| 150 | 2025-09-02T22:57:56.796Z | Mediators to change: 2 |
| 151 | 2025-09-02T22:57:56.799Z | Services to change: 1 |
| 152 | 2025-09-02T22:57:56.799Z | Estimated space available: 155.50 GB |
| 153 | 2025-09-02T22:57:56.799Z | Estimated space to be consumed: 1.72 GB |
| 154 | 2025-09-02T22:57:56.799Z | Create boot environment: No |
| 155 | 2025-09-02T22:57:56.799Z | Create backup boot environment: No |
| 156 | 2025-09-02T22:57:56.799Z | Rebuild boot archive: No |
| 157 | 2025-09-02T22:57:56.799Z | |
| 158 | 2025-09-02T22:57:56.799Z | Changed mediators: |
| 159 | 2025-09-02T22:57:56.799Z | mediator clang: |
| 160 | 2025-09-02T22:57:56.799Z | version: None -> 15 (system default) |
| 161 | 2025-09-02T22:57:56.799Z | |
| 162 | 2025-09-02T22:57:56.799Z | mediator llvm: |
| 163 | 2025-09-02T22:57:56.799Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2025-09-02T22:57:56.799Z | |
| 165 | 2025-09-02T22:57:56.799Z | Changed packages: |
| 166 | 2025-09-02T22:57:56.799Z | helios-dev |
| 167 | 2025-09-02T22:57:56.799Z | developer/build-essential |
| 168 | 2025-09-02T22:57:56.799Z | None -> 11-2.0 |
| 169 | 2025-09-02T22:57:56.799Z | library/libxmlsec1 |
| 170 | 2025-09-02T22:57:56.799Z | None -> 1.2.35-2.0 |
| 171 | 2025-09-02T22:57:56.799Z | ooce/developer/clang-15 |
| 172 | 2025-09-02T22:57:56.799Z | None -> 15.0.7-2.0 |
| 173 | 2025-09-02T22:57:56.799Z | ooce/developer/llvm-15 |
| 174 | 2025-09-02T22:57:56.799Z | None -> 15.0.7-2.0 |
| 175 | 2025-09-02T22:57:56.799Z | |
| 176 | 2025-09-02T22:57:56.799Z | Services: |
| 177 | 2025-09-02T22:57:56.799Z | restart_fmri: |
| 178 | 2025-09-02T22:57:56.799Z | svc:/system/update-man-index:default |
| 179 | 2025-09-02T22:57:56.850Z | |
| 180 | 2025-09-02T22:57:56.850Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2025-09-02T22:58:01.855Z | Download: 1956/3290 items 118.0/212.6MB 55% complete (23.8M/s) |
| 182 | 2025-09-02T22:58:07.257Z | Download: 3247/3290 items 203.0/212.6MB 95% complete (21.2M/s) |
| 183 | 2025-09-02T22:58:09.167Z | Download: Completed 212.60 MB in 12.31 seconds (17.3M/s) |
| 184 | 2025-09-02T22:58:10.392Z | Actions: 1/3689 actions (Installing new actions) |
| 185 | 2025-09-02T22:58:14.976Z | Actions: Completed 3689 actions in 4.58 seconds. |
| 186 | 2025-09-02T22:58:15.337Z | Done (0.357s) |
| 187 | 2025-09-02T22:58:15.337Z | Done (0.000s) |
| 188 | 2025-09-02T22:58:16.218Z | Done (0.877s) |
| 189 | 2025-09-02T22:58:20.819Z | Done (4.287s) |
| 190 | 2025-09-02T22:58:20.911Z | Done (0.021s) |
| 191 | 2025-09-02T22:58:20.914Z | Done (0.000s) |
| 192 | 2025-09-02T22:58:21.066Z | Done (0.000s) |
| 193 | 2025-09-02T22:58:21.942Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2025-09-02T22:58:22.105Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2025-09-02T22:58:22.109Z | Planning: Consolidating action changes ... Done |
| 196 | 2025-09-02T22:58:22.381Z | Planning: Evaluating mediators ... Done |
| 197 | 2025-09-02T22:58:22.384Z | Planning: Planning completed in 0.44 seconds |
| 198 | 2025-09-02T22:58:22.416Z | Mediators to change: 2 |
| 199 | 2025-09-02T22:58:22.416Z | Create boot environment: No |
| 200 | 2025-09-02T22:58:22.420Z | Create backup boot environment: No |
| 201 | 2025-09-02T22:58:22.492Z | Done |
| 202 | 2025-09-02T22:58:22.493Z | Done |
| 203 | 2025-09-02T22:58:23.112Z | Done |
| 204 | 2025-09-02T22:58:26.785Z | Done |
| 205 | 2025-09-02T22:58:26.873Z | Done |
| 206 | 2025-09-02T22:58:26.877Z | Done |
| 207 | 2025-09-02T22:58:27.049Z | Done |
| 208 | 2025-09-02T22:58:27.659Z | Planning: Evaluating mediator changes ... Done |
| 209 | 2025-09-02T22:58:27.663Z | Planning: Merging actions ... Done |
| 210 | 2025-09-02T22:58:27.851Z | Planning: Checking for conflicting actions ... Done |
| 211 | 2025-09-02T22:58:27.854Z | Planning: Consolidating action changes ... Done |
| 212 | 2025-09-02T22:58:28.126Z | Planning: Evaluating mediators ... Done |
| 213 | 2025-09-02T22:58:28.182Z | Planning: Planning completed in 0.77 seconds |
| 214 | 2025-09-02T22:58:28.216Z | Packages to change: 1 |
| 215 | 2025-09-02T22:58:28.216Z | Mediators to change: 1 |
| 216 | 2025-09-02T22:58:28.220Z | Services to change: 1 |
| 217 | 2025-09-02T22:58:28.220Z | Create boot environment: No |
| 218 | 2025-09-02T22:58:28.220Z | Create backup boot environment: Yes |
| 219 | 2025-09-02T22:58:30.612Z | Actions: 1/6 actions (Updating modified actions) |
| 220 | 2025-09-02T22:58:30.615Z | Actions: Completed 6 actions in 0.00 seconds. |
| 221 | 2025-09-02T22:58:30.615Z | Done |
| 222 | 2025-09-02T22:58:30.615Z | Done |
| 223 | 2025-09-02T22:58:30.794Z | Done |
| 224 | 2025-09-02T22:58:34.423Z | Done |
| 225 | 2025-09-02T22:58:34.504Z | Done |
| 226 | 2025-09-02T22:58:34.509Z | Done |
| 227 | 2025-09-02T22:58:34.667Z | Done |
| 228 | 2025-09-02T22:58:35.118Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 229 | 2025-09-02T22:58:35.118Z | clang system 15 system |
| 230 | 2025-09-02T22:58:35.118Z | csh system system illumos |
| 231 | 2025-09-02T22:58:35.118Z | ctags system system illumos |
| 232 | 2025-09-02T22:58:35.118Z | file system system illumos |
| 233 | 2025-09-02T22:58:35.118Z | gcc vendor 12 vendor |
| 234 | 2025-09-02T22:58:35.118Z | gcc system 10 system |
| 235 | 2025-09-02T22:58:35.118Z | gcc system 7 system |
| 236 | 2025-09-02T22:58:35.118Z | go system 1.20 system |
| 237 | 2025-09-02T22:58:35.118Z | go system 1.19 system |
| 238 | 2025-09-02T22:58:35.118Z | llvm system 15 system |
| 239 | 2025-09-02T22:58:35.118Z | llvm system 14 system |
| 240 | 2025-09-02T22:58:35.118Z | mariadb system 10.6 system |
| 241 | 2025-09-02T22:58:35.118Z | mta vendor vendor dma |
| 242 | 2025-09-02T22:58:35.118Z | openjdk system 17 system |
| 243 | 2025-09-02T22:58:35.118Z | openjdk system 11 system |
| 244 | 2025-09-02T22:58:35.119Z | openjdk system 1.8 system |
| 245 | 2025-09-02T22:58:35.119Z | openssl vendor 3 vendor |
| 246 | 2025-09-02T22:58:35.119Z | perl system 5.36 system |
| 247 | 2025-09-02T22:58:35.119Z | postgresql system 15 system |
| 248 | 2025-09-02T22:58:35.119Z | postgresql system 13 system |
| 249 | 2025-09-02T22:58:35.119Z | python vendor 3 vendor |
| 250 | 2025-09-02T22:58:35.119Z | python system 2 system |
| 251 | 2025-09-02T22:58:35.119Z | python3 system 3.11 system |
| 252 | 2025-09-02T22:58:35.119Z | ruby system 3.0 system |
| 253 | 2025-09-02T22:58:35.119Z | words vendor vendor american-english |
| 254 | 2025-09-02T22:58:35.119Z | words system system australian-english |
| 255 | 2025-09-02T22:58:35.119Z | words system system british-english |
| 256 | 2025-09-02T22:58:35.119Z | words system system canadian-english |
| 257 | 2025-09-02T22:58:35.119Z | words system system french |
| 258 | 2025-09-02T22:58:35.119Z | words system system italian |
| 259 | 2025-09-02T22:58:35.119Z | words system system ngerman |
| 260 | 2025-09-02T22:58:35.120Z | words system system ogerman |
| 261 | 2025-09-02T22:58:35.120Z | words system system spanish |
| 262 | 2025-09-02T22:58:35.452Z | PUBLISHER TYPE STATUS P LOCATION |
| 263 | 2025-09-02T22:58:35.452Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 264 | 2025-09-02T22:58:40.215Z | FMRI IFO |
| 265 | 2025-09-02T22:58:40.215Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2025-09-02T22:58:40.215Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 269 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 270 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 271 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 272 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 273 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 274 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 275 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 276 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 277 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 278 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 279 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 280 | 2025-09-02T22:58:40.216Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 281 | 2025-09-02T22:58:41.250Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 282 | 2025-09-02T22:58:41.538Z | Updating crates.io index |
| 283 | 2025-09-02T22:58:41.587Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2025-09-02T22:58:41.928Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 285 | 2025-09-02T22:58:42.504Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2025-09-02T22:58:42.764Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 287 | 2025-09-02T22:58:43.028Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2025-09-02T22:58:43.434Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2025-09-02T22:58:44.684Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2025-09-02T22:58:46.798Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2025-09-02T22:58:47.771Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 292 | 2025-09-02T22:58:48.442Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2025-09-02T22:58:48.726Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 294 | 2025-09-02T22:58:49.129Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 295 | 2025-09-02T22:58:49.921Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 296 | 2025-09-02T22:58:50.369Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 297 | 2025-09-02T22:58:50.852Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 298 | 2025-09-02T22:58:51.120Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 299 | 2025-09-02T22:58:51.388Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 300 | 2025-09-02T22:58:51.659Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 301 | 2025-09-02T22:58:51.889Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 302 | 2025-09-02T22:58:52.131Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 303 | 2025-09-02T22:58:52.408Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 304 | 2025-09-02T22:58:52.752Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 305 | 2025-09-02T22:58:53.078Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 306 | 2025-09-02T22:58:53.446Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 307 | 2025-09-02T22:58:53.940Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 308 | 2025-09-02T22:58:54.310Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 309 | 2025-09-02T22:58:54.583Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 310 | 2025-09-02T22:58:54.899Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 311 | 2025-09-02T22:58:55.393Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 312 | 2025-09-02T22:58:55.637Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 313 | 2025-09-02T22:58:55.911Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 314 | 2025-09-02T22:58:56.245Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 315 | 2025-09-02T22:59:04.579Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 316 | 2025-09-02T22:59:06.006Z | Downloading crates ... |
| 317 | 2025-09-02T22:59:06.069Z | Downloaded cargo_metadata v0.21.0 |
| 318 | 2025-09-02T22:59:06.072Z | Downloaded bytecount v0.6.8 |
| 319 | 2025-09-02T22:59:06.075Z | Downloaded anstream v0.6.18 |
| 320 | 2025-09-02T22:59:06.078Z | Downloaded tabled_derive v0.7.0 |
| 321 | 2025-09-02T22:59:06.078Z | Downloaded cargo-platform v0.2.0 |
| 322 | 2025-09-02T22:59:06.081Z | Downloaded anstyle-parse v0.2.5 |
| 323 | 2025-09-02T22:59:06.081Z | Downloaded cargo_toml v0.21.0 |
| 324 | 2025-09-02T22:59:06.085Z | Downloaded anstyle v1.0.11 |
| 325 | 2025-09-02T22:59:06.085Z | Downloaded tempfile v3.20.0 |
| 326 | 2025-09-02T22:59:06.087Z | Downloaded toml v0.8.23 |
| 327 | 2025-09-02T22:59:06.091Z | Downloaded terminal_size v0.4.0 |
| 328 | 2025-09-02T22:59:06.091Z | Downloaded crypto-common v0.1.6 |
| 329 | 2025-09-02T22:59:06.094Z | Downloaded typenum v1.17.0 |
| 330 | 2025-09-02T22:59:06.097Z | Downloaded bitflags v2.9.1 |
| 331 | 2025-09-02T22:59:06.100Z | Downloaded write16 v1.0.0 |
| 332 | 2025-09-02T22:59:06.100Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2025-09-02T22:59:06.103Z | Downloaded displaydoc v0.2.5 |
| 334 | 2025-09-02T22:59:06.106Z | Downloaded zerovec-derive v0.10.3 |
| 335 | 2025-09-02T22:59:06.107Z | Downloaded yoke v0.7.4 |
| 336 | 2025-09-02T22:59:06.112Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2025-09-02T22:59:06.112Z | Downloaded fnv v1.0.7 |
| 338 | 2025-09-02T22:59:06.112Z | Downloaded yoke-derive v0.7.4 |
| 339 | 2025-09-02T22:59:06.115Z | Downloaded icu_normalizer v1.5.0 |
| 340 | 2025-09-02T22:59:06.115Z | Downloaded zerofrom-derive v0.1.4 |
| 341 | 2025-09-02T22:59:06.119Z | Downloaded usdt-attr-macro v0.5.0 |
| 342 | 2025-09-02T22:59:06.119Z | Downloaded icu_properties v1.5.1 |
| 343 | 2025-09-02T22:59:06.122Z | Downloaded icu_provider_macros v1.5.0 |
| 344 | 2025-09-02T22:59:06.122Z | Downloaded fastrand v2.1.1 |
| 345 | 2025-09-02T22:59:06.122Z | Downloaded zerocopy-derive v0.7.35 |
| 346 | 2025-09-02T22:59:06.126Z | Downloaded zerofrom v0.1.4 |
| 347 | 2025-09-02T22:59:06.130Z | Downloaded textwrap v0.16.2 |
| 348 | 2025-09-02T22:59:06.130Z | Downloaded writeable v0.5.5 |
| 349 | 2025-09-02T22:59:06.134Z | Downloaded equivalent v1.0.2 |
| 350 | 2025-09-02T22:59:06.134Z | Downloaded thiserror v1.0.69 |
| 351 | 2025-09-02T22:59:06.137Z | Downloaded version_check v0.9.5 |
| 352 | 2025-09-02T22:59:06.143Z | Downloaded ucd-trie v0.1.7 |
| 353 | 2025-09-02T22:59:06.143Z | Downloaded icu_locid v1.5.0 |
| 354 | 2025-09-02T22:59:06.148Z | Downloaded getrandom v0.3.1 |
| 355 | 2025-09-02T22:59:06.148Z | Downloaded utf8parse v0.2.2 |
| 356 | 2025-09-02T22:59:06.148Z | Downloaded thiserror v2.0.12 |
| 357 | 2025-09-02T22:59:06.153Z | Downloaded serde-value v0.7.0 |
| 358 | 2025-09-02T22:59:06.156Z | Downloaded dtrace-parser v0.2.0 |
| 359 | 2025-09-02T22:59:06.156Z | Downloaded anstyle-query v1.1.1 |
| 360 | 2025-09-02T22:59:06.156Z | Downloaded errno v0.3.12 |
| 361 | 2025-09-02T22:59:06.159Z | Downloaded utf8_iter v1.0.4 |
| 362 | 2025-09-02T22:59:06.159Z | Downloaded cfg-if v1.0.1 |
| 363 | 2025-09-02T22:59:06.160Z | Downloaded icu_normalizer_data v1.5.0 |
| 364 | 2025-09-02T22:59:06.163Z | Downloaded fs-err v3.1.1 |
| 365 | 2025-09-02T22:59:06.166Z | Downloaded camino-tempfile v1.4.1 |
| 366 | 2025-09-02T22:59:06.166Z | Downloaded camino v1.1.11 |
| 367 | 2025-09-02T22:59:06.169Z | Downloaded toml_edit v0.22.27 |
| 368 | 2025-09-02T22:59:06.172Z | Downloaded url v2.5.4 |
| 369 | 2025-09-02T22:59:06.175Z | Downloaded macaddr v1.0.1 |
| 370 | 2025-09-02T22:59:06.175Z | Downloaded itoa v1.0.11 |
| 371 | 2025-09-02T22:59:06.178Z | Downloaded generic-array v0.14.7 |
| 372 | 2025-09-02T22:59:06.178Z | Downloaded colorchoice v1.0.2 |
| 373 | 2025-09-02T22:59:06.184Z | Downloaded block-buffer v0.10.4 |
| 374 | 2025-09-02T22:59:06.184Z | Downloaded zerovec v0.10.4 |
| 375 | 2025-09-02T22:59:06.187Z | Downloaded serde_spanned v0.6.9 |
| 376 | 2025-09-02T22:59:06.187Z | Downloaded unicode-width v0.1.14 |
| 377 | 2025-09-02T22:59:06.190Z | Downloaded zerocopy v0.7.35 |
| 378 | 2025-09-02T22:59:06.204Z | Downloaded strsim v0.11.1 |
| 379 | 2025-09-02T22:59:06.207Z | Downloaded winnow v0.7.10 |
| 380 | 2025-09-02T22:59:06.213Z | Downloaded synstructure v0.13.1 |
| 381 | 2025-09-02T22:59:06.216Z | Downloaded litemap v0.7.3 |
| 382 | 2025-09-02T22:59:06.216Z | Downloaded heck v0.4.1 |
| 383 | 2025-09-02T22:59:06.219Z | Downloaded unicode-width v0.2.0 |
| 384 | 2025-09-02T22:59:06.222Z | Downloaded quote v1.0.40 |
| 385 | 2025-09-02T22:59:06.225Z | Downloaded proc-macro-error v1.0.4 |
| 386 | 2025-09-02T22:59:06.228Z | Downloaded erased-serde v0.4.6 |
| 387 | 2025-09-02T22:59:06.231Z | Downloaded semver v1.0.26 |
| 388 | 2025-09-02T22:59:06.231Z | Downloaded clap_lex v0.7.4 |
| 389 | 2025-09-02T22:59:06.234Z | Downloaded scroll v0.12.0 |
| 390 | 2025-09-02T22:59:06.234Z | Downloaded pest_meta v2.7.14 |
| 391 | 2025-09-02T22:59:06.234Z | Downloaded sha2 v0.10.9 |
| 392 | 2025-09-02T22:59:06.237Z | Downloaded pest_derive v2.7.14 |
| 393 | 2025-09-02T22:59:06.240Z | Downloaded num-traits v0.2.19 |
| 394 | 2025-09-02T22:59:06.240Z | Downloaded once_cell v1.21.3 |
| 395 | 2025-09-02T22:59:06.243Z | Downloaded proc-macro2 v1.0.95 |
| 396 | 2025-09-02T22:59:06.246Z | Downloaded log v0.4.27 |
| 397 | 2025-09-02T22:59:06.249Z | Downloaded icu_locid_transform_data v1.5.0 |
| 398 | 2025-09-02T22:59:06.249Z | Downloaded dof v0.3.0 |
| 399 | 2025-09-02T22:59:06.249Z | Downloaded papergrid v0.11.0 |
| 400 | 2025-09-02T22:59:06.253Z | Downloaded clap_derive v4.5.41 |
| 401 | 2025-09-02T22:59:06.256Z | Downloaded smawk v0.3.2 |
| 402 | 2025-09-02T22:59:06.258Z | Downloaded smallvec v1.15.1 |
| 403 | 2025-09-02T22:59:06.258Z | Downloaded ryu v1.0.18 |
| 404 | 2025-09-02T22:59:06.260Z | Downloaded serde_tokenstream v0.2.2 |
| 405 | 2025-09-02T22:59:06.263Z | Downloaded proc-macro-error-attr v1.0.4 |
| 406 | 2025-09-02T22:59:06.263Z | Downloaded serde_derive v1.0.219 |
| 407 | 2025-09-02T22:59:06.266Z | Downloaded clap v4.5.41 |
| 408 | 2025-09-02T22:59:06.272Z | Downloaded plain v0.2.3 |
| 409 | 2025-09-02T22:59:06.276Z | Downloaded pest_generator v2.7.14 |
| 410 | 2025-09-02T22:59:06.276Z | Downloaded memmap v0.7.0 |
| 411 | 2025-09-02T22:59:06.276Z | Downloaded ordered-float v2.10.1 |
| 412 | 2025-09-02T22:59:06.278Z | Downloaded anyhow v1.0.99 |
| 413 | 2025-09-02T22:59:06.281Z | Downloaded serde v1.0.219 |
| 414 | 2025-09-02T22:59:06.285Z | Downloaded idna v1.0.3 |
| 415 | 2025-09-02T22:59:06.289Z | Downloaded memchr v2.7.4 |
| 416 | 2025-09-02T22:59:06.292Z | Downloaded icu_collections v1.5.0 |
| 417 | 2025-09-02T22:59:06.295Z | Downloaded hashbrown v0.15.4 |
| 418 | 2025-09-02T22:59:06.300Z | Downloaded serde-untagged v0.1.7 |
| 419 | 2025-09-02T22:59:06.303Z | Downloaded indexmap v2.10.0 |
| 420 | 2025-09-02T22:59:06.306Z | Downloaded is_terminal_polyfill v1.70.1 |
| 421 | 2025-09-02T22:59:06.306Z | Downloaded idna_adapter v1.2.0 |
| 422 | 2025-09-02T22:59:06.309Z | Downloaded swrite v0.1.0 |
| 423 | 2025-09-02T22:59:06.309Z | Downloaded scroll_derive v0.12.0 |
| 424 | 2025-09-02T22:59:06.309Z | Downloaded stable_deref_trait v1.2.0 |
| 425 | 2025-09-02T22:59:06.309Z | Downloaded pretty-hex v0.4.1 |
| 426 | 2025-09-02T22:59:06.313Z | Downloaded form_urlencoded v1.2.1 |
| 427 | 2025-09-02T22:59:06.313Z | Downloaded usdt v0.5.0 |
| 428 | 2025-09-02T22:59:06.313Z | Downloaded unicode-ident v1.0.18 |
| 429 | 2025-09-02T22:59:06.316Z | Downloaded utf16_iter v1.0.5 |
| 430 | 2025-09-02T22:59:06.316Z | Downloaded typeid v1.0.3 |
| 431 | 2025-09-02T22:59:06.316Z | Downloaded thiserror-impl v2.0.12 |
| 432 | 2025-09-02T22:59:06.319Z | Downloaded icu_locid_transform v1.5.0 |
| 433 | 2025-09-02T22:59:06.319Z | Downloaded digest v0.10.7 |
| 434 | 2025-09-02T22:59:06.322Z | Downloaded unicode-linebreak v0.1.5 |
| 435 | 2025-09-02T22:59:06.322Z | Downloaded toml_write v0.1.2 |
| 436 | 2025-09-02T22:59:06.325Z | Downloaded usdt-macro v0.5.0 |
| 437 | 2025-09-02T22:59:06.325Z | Downloaded pest v2.7.14 |
| 438 | 2025-09-02T22:59:06.328Z | Downloaded thread-id v4.2.2 |
| 439 | 2025-09-02T22:59:06.328Z | Downloaded percent-encoding v2.3.1 |
| 440 | 2025-09-02T22:59:06.331Z | Downloaded byteorder v1.5.0 |
| 441 | 2025-09-02T22:59:06.331Z | Downloaded thiserror-impl v1.0.69 |
| 442 | 2025-09-02T22:59:06.331Z | Downloaded unicode-xid v0.2.6 |
| 443 | 2025-09-02T22:59:06.334Z | Downloaded icu_provider v1.5.0 |
| 444 | 2025-09-02T22:59:06.334Z | Downloaded heck v0.5.0 |
| 445 | 2025-09-02T22:59:06.337Z | Downloaded tinystr v0.7.6 |
| 446 | 2025-09-02T22:59:06.337Z | Downloaded cpufeatures v0.2.14 |
| 447 | 2025-09-02T22:59:06.341Z | Downloaded serde_json v1.0.142 |
| 448 | 2025-09-02T22:59:06.344Z | Downloaded clap_builder v4.5.41 |
| 449 | 2025-09-02T22:59:06.349Z | Downloaded cargo-util-schemas v0.8.2 |
| 450 | 2025-09-02T22:59:06.352Z | Downloaded goblin v0.8.2 |
| 451 | 2025-09-02T22:59:06.356Z | Downloaded tabled v0.15.0 |
| 452 | 2025-09-02T22:59:06.368Z | Downloaded autocfg v1.4.0 |
| 453 | 2025-09-02T22:59:06.373Z | Downloaded icu_properties_data v1.5.0 |
| 454 | 2025-09-02T22:59:06.378Z | Downloaded syn v1.0.109 |
| 455 | 2025-09-02T22:59:06.394Z | Downloaded syn v2.0.104 |
| 456 | 2025-09-02T22:59:06.408Z | Downloaded rustix v0.38.37 |
| 457 | 2025-09-02T22:59:06.426Z | Downloaded rustix v1.0.7 |
| 458 | 2025-09-02T22:59:06.461Z | Downloaded libc v0.2.174 |
| 459 | 2025-09-02T22:59:06.540Z | Compiling proc-macro2 v1.0.95 |
| 460 | 2025-09-02T22:59:06.540Z | Compiling unicode-ident v1.0.18 |
| 461 | 2025-09-02T22:59:06.540Z | Compiling serde v1.0.219 |
| 462 | 2025-09-02T22:59:06.543Z | Compiling version_check v0.9.5 |
| 463 | 2025-09-02T22:59:06.543Z | Compiling libc v0.2.174 |
| 464 | 2025-09-02T22:59:06.543Z | Compiling memchr v2.7.4 |
| 465 | 2025-09-02T22:59:06.543Z | Compiling stable_deref_trait v1.2.0 |
| 466 | 2025-09-02T22:59:06.543Z | Compiling thiserror v1.0.69 |
| 467 | 2025-09-02T22:59:07.000Z | Compiling autocfg v1.4.0 |
| 468 | 2025-09-02T22:59:07.027Z | Compiling ryu v1.0.18 |
| 469 | 2025-09-02T22:59:07.395Z | Compiling ucd-trie v0.1.7 |
| 470 | 2025-09-02T22:59:07.490Z | Compiling litemap v0.7.3 |
| 471 | 2025-09-02T22:59:07.513Z | Compiling writeable v0.5.5 |
| 472 | 2025-09-02T22:59:07.774Z | Compiling itoa v1.0.11 |
| 473 | 2025-09-02T22:59:07.899Z | Compiling once_cell v1.21.3 |
| 474 | 2025-09-02T22:59:07.903Z | Compiling icu_locid_transform_data v1.5.0 |
| 475 | 2025-09-02T22:59:08.012Z | Compiling byteorder v1.5.0 |
| 476 | 2025-09-02T22:59:08.038Z | Compiling bitflags v2.9.1 |
| 477 | 2025-09-02T22:59:08.063Z | Compiling icu_properties_data v1.5.0 |
| 478 | 2025-09-02T22:59:08.286Z | Compiling serde_json v1.0.142 |
| 479 | 2025-09-02T22:59:08.334Z | Compiling num-traits v0.2.19 |
| 480 | 2025-09-02T22:59:08.437Z | Compiling rustix v0.38.37 |
| 481 | 2025-09-02T22:59:08.460Z | Compiling utf8_iter v1.0.4 |
| 482 | 2025-09-02T22:59:08.463Z | Compiling smallvec v1.15.1 |
| 483 | 2025-09-02T22:59:08.680Z | Compiling quote v1.0.40 |
| 484 | 2025-09-02T22:59:08.710Z | Compiling errno v0.3.12 |
| 485 | 2025-09-02T22:59:08.736Z | Compiling hashbrown v0.15.4 |
| 486 | 2025-09-02T22:59:08.878Z | Compiling utf16_iter v1.0.5 |
| 487 | 2025-09-02T22:59:08.881Z | Compiling icu_normalizer_data v1.5.0 |
| 488 | 2025-09-02T22:59:08.956Z | Compiling write16 v1.0.0 |
| 489 | 2025-09-02T22:59:09.029Z | Compiling equivalent v1.0.2 |
| 490 | 2025-09-02T22:59:09.079Z | Compiling syn v2.0.104 |
| 491 | 2025-09-02T22:59:09.107Z | Compiling typeid v1.0.3 |
| 492 | 2025-09-02T22:59:09.305Z | Compiling proc-macro-error-attr v1.0.4 |
| 493 | 2025-09-02T22:59:09.308Z | Compiling usdt-impl v0.5.0 |
| 494 | 2025-09-02T22:59:09.495Z | Compiling winnow v0.7.10 |
| 495 | 2025-09-02T22:59:09.530Z | Compiling toml_write v0.1.2 |
| 496 | 2025-09-02T22:59:09.681Z | Compiling syn v1.0.109 |
| 497 | 2025-09-02T22:59:09.850Z | Compiling indexmap v2.10.0 |
| 498 | 2025-09-02T22:59:09.882Z | Compiling thread-id v4.2.2 |
| 499 | 2025-09-02T22:59:09.993Z | Compiling proc-macro-error v1.0.4 |
| 500 | 2025-09-02T22:59:10.019Z | Compiling plain v0.2.3 |
| 501 | 2025-09-02T22:59:10.230Z | Compiling rustix v1.0.7 |
| 502 | 2025-09-02T22:59:10.358Z | Compiling thiserror v2.0.12 |
| 503 | 2025-09-02T22:59:10.383Z | Compiling percent-encoding v2.3.1 |
| 504 | 2025-09-02T22:59:10.713Z | Compiling utf8parse v0.2.2 |
| 505 | 2025-09-02T22:59:10.910Z | Compiling semver v1.0.26 |
| 506 | 2025-09-02T22:59:10.963Z | Compiling getrandom v0.3.1 |
| 507 | 2025-09-02T22:59:10.991Z | Compiling camino v1.1.11 |
| 508 | 2025-09-02T22:59:11.190Z | Compiling log v0.4.27 |
| 509 | 2025-09-02T22:59:11.350Z | Compiling terminal_size v0.4.0 |
| 510 | 2025-09-02T22:59:11.579Z | Compiling ordered-float v2.10.1 |
| 511 | 2025-09-02T22:59:11.656Z | Compiling anstyle-parse v0.2.5 |
| 512 | 2025-09-02T22:59:11.708Z | Compiling form_urlencoded v1.2.1 |
| 513 | 2025-09-02T22:59:12.005Z | Compiling anstyle-query v1.1.1 |
| 514 | 2025-09-02T22:59:12.044Z | Compiling anstyle v1.0.11 |
| 515 | 2025-09-02T22:59:12.102Z | Compiling cfg-if v1.0.1 |
| 516 | 2025-09-02T22:59:12.191Z | Compiling colorchoice v1.0.2 |
| 517 | 2025-09-02T22:59:12.220Z | Compiling is_terminal_polyfill v1.70.1 |
| 518 | 2025-09-02T22:59:12.299Z | Compiling pretty-hex v0.4.1 |
| 519 | 2025-09-02T22:59:12.502Z | Compiling anstream v0.6.18 |
| 520 | 2025-09-02T22:59:12.712Z | Compiling fs-err v3.1.1 |
| 521 | 2025-09-02T22:59:12.832Z | Compiling fnv v1.0.7 |
| 522 | 2025-09-02T22:59:13.002Z | Compiling strsim v0.11.1 |
| 523 | 2025-09-02T22:59:13.046Z | Compiling fastrand v2.1.1 |
| 524 | 2025-09-02T22:59:13.074Z | Compiling unicode-xid v0.2.6 |
| 525 | 2025-09-02T22:59:13.138Z | Compiling anyhow v1.0.99 |
| 526 | 2025-09-02T22:59:13.573Z | Compiling heck v0.4.1 |
| 527 | 2025-09-02T22:59:13.686Z | Compiling bytecount v0.6.8 |
| 528 | 2025-09-02T22:59:13.722Z | Compiling clap_lex v0.7.4 |
| 529 | 2025-09-02T22:59:13.794Z | Compiling unicode-width v0.1.14 |
| 530 | 2025-09-02T22:59:13.917Z | Compiling heck v0.5.0 |
| 531 | 2025-09-02T22:59:14.181Z | Compiling clap_builder v4.5.41 |
| 532 | 2025-09-02T22:59:14.304Z | Compiling papergrid v0.11.0 |
| 533 | 2025-09-02T22:59:14.418Z | Compiling tempfile v3.20.0 |
| 534 | 2025-09-02T22:59:14.855Z | Compiling memmap v0.7.0 |
| 535 | 2025-09-02T22:59:15.017Z | Compiling unicode-width v0.2.0 |
| 536 | 2025-09-02T22:59:15.223Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2025-09-02T22:59:15.279Z | Compiling smawk v0.3.2 |
| 538 | 2025-09-02T22:59:15.741Z | Compiling textwrap v0.16.2 |
| 539 | 2025-09-02T22:59:16.062Z | Compiling synstructure v0.13.1 |
| 540 | 2025-09-02T22:59:16.364Z | Compiling swrite v0.1.0 |
| 541 | 2025-09-02T22:59:16.517Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 542 | 2025-09-02T22:59:16.858Z | Compiling tabled_derive v0.7.0 |
| 543 | 2025-09-02T22:59:18.215Z | Compiling serde_derive v1.0.219 |
| 544 | 2025-09-02T22:59:18.215Z | Compiling zerofrom-derive v0.1.4 |
| 545 | 2025-09-02T22:59:18.284Z | Compiling yoke-derive v0.7.4 |
| 546 | 2025-09-02T22:59:18.481Z | Compiling thiserror-impl v1.0.69 |
| 547 | 2025-09-02T22:59:18.645Z | Compiling zerovec-derive v0.10.3 |
| 548 | 2025-09-02T22:59:18.821Z | Compiling displaydoc v0.2.5 |
| 549 | 2025-09-02T22:59:19.894Z | Compiling icu_provider_macros v1.5.0 |
| 550 | 2025-09-02T22:59:20.377Z | Compiling zerocopy-derive v0.7.35 |
| 551 | 2025-09-02T22:59:20.957Z | Compiling scroll_derive v0.12.0 |
| 552 | 2025-09-02T22:59:20.986Z | Compiling thiserror-impl v2.0.12 |
| 553 | 2025-09-02T22:59:21.089Z | Compiling clap_derive v4.5.41 |
| 554 | 2025-09-02T22:59:21.567Z | Compiling pest v2.7.14 |
| 555 | 2025-09-02T22:59:21.657Z | Compiling zerofrom v0.1.4 |
| 556 | 2025-09-02T22:59:21.903Z | Compiling yoke v0.7.4 |
| 557 | 2025-09-02T22:59:22.269Z | Compiling zerovec v0.10.4 |
| 558 | 2025-09-02T22:59:22.292Z | Compiling scroll v0.12.0 |
| 559 | 2025-09-02T22:59:22.318Z | Compiling zerocopy v0.7.35 |
| 560 | 2025-09-02T22:59:22.839Z | Compiling goblin v0.8.2 |
| 561 | 2025-09-02T22:59:23.217Z | Compiling tabled v0.15.0 |
| 562 | 2025-09-02T22:59:23.971Z | Compiling tinystr v0.7.6 |
| 563 | 2025-09-02T22:59:24.214Z | Compiling pest_meta v2.7.14 |
| 564 | 2025-09-02T22:59:24.268Z | Compiling icu_collections v1.5.0 |
| 565 | 2025-09-02T22:59:24.381Z | Compiling icu_locid v1.5.0 |
| 566 | 2025-09-02T22:59:25.410Z | Compiling clap v4.5.41 |
| 567 | 2025-09-02T22:59:25.550Z | Compiling icu_provider v1.5.0 |
| 568 | 2025-09-02T22:59:25.595Z | Compiling pest_generator v2.7.14 |
| 569 | 2025-09-02T22:59:26.300Z | Compiling icu_locid_transform v1.5.0 |
| 570 | 2025-09-02T22:59:27.620Z | Compiling icu_properties v1.5.1 |
| 571 | 2025-09-02T22:59:27.704Z | Compiling pest_derive v2.7.14 |
| 572 | 2025-09-02T22:59:28.435Z | Compiling dtrace-parser v0.2.0 |
| 573 | 2025-09-02T22:59:29.889Z | Compiling serde_tokenstream v0.2.2 |
| 574 | 2025-09-02T22:59:30.055Z | Compiling toml_datetime v0.6.11 |
| 575 | 2025-09-02T22:59:30.055Z | Compiling serde_spanned v0.6.9 |
| 576 | 2025-09-02T22:59:30.129Z | Compiling erased-serde v0.4.6 |
| 577 | 2025-09-02T22:59:30.343Z | Compiling serde-value v0.7.0 |
| 578 | 2025-09-02T22:59:30.645Z | Compiling toml_edit v0.22.27 |
| 579 | 2025-09-02T22:59:31.056Z | Compiling icu_normalizer v1.5.0 |
| 580 | 2025-09-02T22:59:31.131Z | Compiling serde-untagged v0.1.7 |
| 581 | 2025-09-02T22:59:31.221Z | Compiling cargo-platform v0.2.0 |
| 582 | 2025-09-02T22:59:31.275Z | Compiling camino-tempfile v1.4.1 |
| 583 | 2025-09-02T22:59:31.624Z | Compiling dof v0.3.0 |
| 584 | 2025-09-02T22:59:31.718Z | Compiling macaddr v1.0.1 |
| 585 | 2025-09-02T22:59:32.118Z | Compiling idna_adapter v1.2.0 |
| 586 | 2025-09-02T22:59:32.339Z | Compiling idna v1.0.3 |
| 587 | 2025-09-02T22:59:32.869Z | Compiling url v2.5.4 |
| 588 | 2025-09-02T22:59:33.121Z | Compiling usdt-attr-macro v0.5.0 |
| 589 | 2025-09-02T22:59:33.154Z | Compiling usdt-macro v0.5.0 |
| 590 | 2025-09-02T22:59:33.668Z | Compiling toml v0.8.23 |
| 591 | 2025-09-02T22:59:34.143Z | Compiling usdt v0.5.0 |
| 592 | 2025-09-02T22:59:34.477Z | Compiling cargo-util-schemas v0.8.2 |
| 593 | 2025-09-02T22:59:34.477Z | Compiling cargo_toml v0.21.0 |
| 594 | 2025-09-02T22:59:35.961Z | Compiling cargo_metadata v0.21.0 |
| 595 | 2025-09-02T22:59:37.712Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 596 | 2025-09-02T22:59:41.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 597 | 2025-09-02T22:59:41.467Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 598 | 2025-09-02T22:59:42.174Z | Downloading crates ... |
| 599 | 2025-09-02T22:59:42.315Z | Downloaded cfg_aliases v0.1.1 |
| 600 | 2025-09-02T22:59:42.318Z | Downloaded base64ct v1.6.0 |
| 601 | 2025-09-02T22:59:42.321Z | Downloaded crc-catalog v2.4.0 |
| 602 | 2025-09-02T22:59:42.324Z | Downloaded constant_time_eq v0.3.1 |
| 603 | 2025-09-02T22:59:42.324Z | Downloaded cipher v0.4.4 |
| 604 | 2025-09-02T22:59:42.327Z | Downloaded ciborium v0.2.2 |
| 605 | 2025-09-02T22:59:42.330Z | Downloaded arc-swap v1.7.1 |
| 606 | 2025-09-02T22:59:42.334Z | Downloaded http-body v1.0.1 |
| 607 | 2025-09-02T22:59:42.337Z | Downloaded addr2line v0.24.2 |
| 608 | 2025-09-02T22:59:42.340Z | Downloaded atty v0.2.14 |
| 609 | 2025-09-02T22:59:42.343Z | Downloaded bb8 v0.8.5 |
| 610 | 2025-09-02T22:59:42.343Z | Downloaded async-stream-impl v0.3.6 |
| 611 | 2025-09-02T22:59:42.346Z | Downloaded ipnet v2.11.0 |
| 612 | 2025-09-02T22:59:42.349Z | Downloaded managed v0.8.0 |
| 613 | 2025-09-02T22:59:42.349Z | Downloaded lock_api v0.4.12 |
| 614 | 2025-09-02T22:59:42.352Z | Downloaded group v0.13.0 |
| 615 | 2025-09-02T22:59:42.355Z | Downloaded hickory-client v0.25.2 |
| 616 | 2025-09-02T22:59:42.358Z | Downloaded crossterm v0.28.1 |
| 617 | 2025-09-02T22:59:42.364Z | Downloaded predicates-tree v1.0.12 |
| 618 | 2025-09-02T22:59:42.367Z | Downloaded instant v0.1.13 |
| 619 | 2025-09-02T22:59:42.371Z | Downloaded hash32 v0.2.1 |
| 620 | 2025-09-02T22:59:42.373Z | Downloaded half v1.8.3 |
| 621 | 2025-09-02T22:59:42.376Z | Downloaded headers-core v0.3.0 |
| 622 | 2025-09-02T22:59:42.376Z | Downloaded inout v0.1.3 |
| 623 | 2025-09-02T22:59:42.383Z | Downloaded hostname v0.4.0 |
| 624 | 2025-09-02T22:59:42.386Z | Downloaded cfg_aliases v0.2.1 |
| 625 | 2025-09-02T22:59:42.387Z | Downloaded iana-time-zone v0.1.63 |
| 626 | 2025-09-02T22:59:42.390Z | Downloaded bitfield-struct v0.6.2 |
| 627 | 2025-09-02T22:59:42.390Z | Downloaded atomic-waker v1.1.2 |
| 628 | 2025-09-02T22:59:42.393Z | Downloaded half v2.4.1 |
| 629 | 2025-09-02T22:59:42.396Z | Downloaded async-stream v0.3.6 |
| 630 | 2025-09-02T22:59:42.399Z | Downloaded headers v0.4.1 |
| 631 | 2025-09-02T22:59:42.406Z | Downloaded ingot v0.1.1 |
| 632 | 2025-09-02T22:59:42.409Z | Downloaded hmac v0.12.1 |
| 633 | 2025-09-02T22:59:42.412Z | Downloaded instability v0.3.2 |
| 634 | 2025-09-02T22:59:42.415Z | Downloaded indoc v2.0.6 |
| 635 | 2025-09-02T22:59:42.418Z | Downloaded cassowary v0.3.0 |
| 636 | 2025-09-02T22:59:42.421Z | Downloaded indent_write v2.2.0 |
| 637 | 2025-09-02T22:59:42.424Z | Downloaded hubpack_derive v0.1.1 |
| 638 | 2025-09-02T22:59:42.424Z | Downloaded http-range v0.1.5 |
| 639 | 2025-09-02T22:59:42.424Z | Downloaded ident_case v1.0.1 |
| 640 | 2025-09-02T22:59:42.427Z | Downloaded crc8 v0.1.1 |
| 641 | 2025-09-02T22:59:42.430Z | Downloaded cmake v0.1.51 |
| 642 | 2025-09-02T22:59:42.430Z | Downloaded russh-cryptovec v0.7.3 |
| 643 | 2025-09-02T22:59:42.433Z | Downloaded cexpr v0.6.0 |
| 644 | 2025-09-02T22:59:42.436Z | Downloaded humantime v2.2.0 |
| 645 | 2025-09-02T22:59:42.436Z | Downloaded base16ct v0.2.0 |
| 646 | 2025-09-02T22:59:42.439Z | Downloaded httpdate v1.0.3 |
| 647 | 2025-09-02T22:59:42.442Z | Downloaded cargo_metadata v0.18.1 |
| 648 | 2025-09-02T22:59:42.447Z | Downloaded block-padding v0.3.3 |
| 649 | 2025-09-02T22:59:42.447Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 650 | 2025-09-02T22:59:42.450Z | Downloaded async-trait v0.1.89 |
| 651 | 2025-09-02T22:59:42.453Z | Downloaded keccak v0.1.5 |
| 652 | 2025-09-02T22:59:42.453Z | Downloaded kstat-rs v0.2.4 |
| 653 | 2025-09-02T22:59:42.456Z | Downloaded libscf-sys v1.1.0 |
| 654 | 2025-09-02T22:59:42.459Z | Downloaded hyper-staticfile v0.10.1 |
| 655 | 2025-09-02T22:59:42.463Z | Downloaded is_ci v1.2.0 |
| 656 | 2025-09-02T22:59:42.463Z | Downloaded ingot-types v0.1.2 |
| 657 | 2025-09-02T22:59:42.467Z | Downloaded crossbeam-deque v0.8.5 |
| 658 | 2025-09-02T22:59:42.467Z | Downloaded cobs v0.2.3 |
| 659 | 2025-09-02T22:59:42.470Z | Downloaded libz-rs-sys v0.5.1 |
| 660 | 2025-09-02T22:59:42.473Z | Downloaded heapless v0.7.17 |
| 661 | 2025-09-02T22:59:42.476Z | Downloaded heapless v0.8.0 |
| 662 | 2025-09-02T22:59:42.482Z | Downloaded shell-words v1.1.0 |
| 663 | 2025-09-02T22:59:42.485Z | Downloaded critical-section v1.1.3 |
| 664 | 2025-09-02T22:59:42.485Z | Downloaded crc v3.2.1 |
| 665 | 2025-09-02T22:59:42.488Z | Downloaded chacha20 v0.9.1 |
| 666 | 2025-09-02T22:59:42.491Z | Downloaded strip-ansi-escapes v0.2.0 |
| 667 | 2025-09-02T22:59:42.497Z | Downloaded http-body-util v0.1.3 |
| 668 | 2025-09-02T22:59:42.497Z | Downloaded sync_wrapper v1.0.1 |
| 669 | 2025-09-02T22:59:42.500Z | Downloaded lazycell v1.3.0 |
| 670 | 2025-09-02T22:59:42.500Z | Downloaded quinn-udp v0.5.5 |
| 671 | 2025-09-02T22:59:42.503Z | Downloaded libsw-core v0.3.1 |
| 672 | 2025-09-02T22:59:42.507Z | Downloaded progenitor-macro v0.10.0 |
| 673 | 2025-09-02T22:59:42.507Z | Downloaded resolv-conf v0.7.0 |
| 674 | 2025-09-02T22:59:42.512Z | Downloaded lru-cache v0.1.2 |
| 675 | 2025-09-02T22:59:42.512Z | Downloaded r2d2 v0.8.10 |
| 676 | 2025-09-02T22:59:42.515Z | Downloaded console v0.15.10 |
| 677 | 2025-09-02T22:59:42.519Z | Downloaded hyper-rustls v0.27.7 |
| 678 | 2025-09-02T22:59:42.522Z | Downloaded ingot-macros v0.1.1 |
| 679 | 2025-09-02T22:59:42.525Z | Downloaded httparse v1.9.5 |
| 680 | 2025-09-02T22:59:42.529Z | Downloaded scrypt v0.11.0 |
| 681 | 2025-09-02T22:59:42.529Z | Downloaded slog-scope v4.4.0 |
| 682 | 2025-09-02T22:59:42.532Z | Downloaded signal-hook-tokio v0.3.1 |
| 683 | 2025-09-02T22:59:42.546Z | Downloaded cstr-argument v0.1.2 |
| 684 | 2025-09-02T22:59:42.550Z | Downloaded zone v0.3.1 |
| 685 | 2025-09-02T22:59:42.550Z | Downloaded async-bb8-diesel v0.2.1 |
| 686 | 2025-09-02T22:59:42.553Z | Downloaded zone v0.1.8 |
| 687 | 2025-09-02T22:59:42.556Z | Downloaded time-macros v0.2.18 |
| 688 | 2025-09-02T22:59:42.560Z | Downloaded thiserror-no-std v2.0.2 |
| 689 | 2025-09-02T22:59:42.564Z | Downloaded xshell-macros v0.2.7 |
| 690 | 2025-09-02T22:59:42.567Z | Downloaded supports-color v3.0.2 |
| 691 | 2025-09-02T22:59:42.567Z | Downloaded rand_core v0.9.3 |
| 692 | 2025-09-02T22:59:42.570Z | Downloaded foreign-types-shared v0.1.1 |
| 693 | 2025-09-02T22:59:42.571Z | Downloaded typify-macro v0.4.1 |
| 694 | 2025-09-02T22:59:42.574Z | Downloaded serde_derive_internals v0.29.1 |
| 695 | 2025-09-02T22:59:42.577Z | Downloaded untrusted v0.7.1 |
| 696 | 2025-09-02T22:59:42.577Z | Downloaded indexmap v1.9.3 |
| 697 | 2025-09-02T22:59:42.580Z | Downloaded cookie v0.18.1 |
| 698 | 2025-09-02T22:59:42.584Z | Downloaded xz2 v0.1.7 |
| 699 | 2025-09-02T22:59:42.587Z | Downloaded sct v0.7.1 |
| 700 | 2025-09-02T22:59:42.592Z | Downloaded openssl-macros v0.1.1 |
| 701 | 2025-09-02T22:59:42.595Z | Downloaded opaque-debug v0.3.1 |
| 702 | 2025-09-02T22:59:42.595Z | Downloaded num_enum_derive v0.5.11 |
| 703 | 2025-09-02T22:59:42.598Z | Downloaded openssl-probe v0.1.5 |
| 704 | 2025-09-02T22:59:42.598Z | Downloaded daft v0.1.4 |
| 705 | 2025-09-02T22:59:42.601Z | Downloaded dsl_auto_type v0.1.2 |
| 706 | 2025-09-02T22:59:42.604Z | Downloaded foreign-types v0.3.2 |
| 707 | 2025-09-02T22:59:42.605Z | Downloaded md5 v0.7.0 |
| 708 | 2025-09-02T22:59:42.608Z | Downloaded postcard v1.0.10 |
| 709 | 2025-09-02T22:59:42.611Z | Downloaded crc-any v2.5.0 |
| 710 | 2025-09-02T22:59:42.615Z | Downloaded litrs v0.4.1 |
| 711 | 2025-09-02T22:59:42.618Z | Downloaded futures-sink v0.3.31 |
| 712 | 2025-09-02T22:59:42.618Z | Downloaded defmt-parser v0.3.4 |
| 713 | 2025-09-02T22:59:42.621Z | Downloaded progenitor-client v0.9.1 |
| 714 | 2025-09-02T22:59:42.621Z | Downloaded normalize-line-endings v0.3.0 |
| 715 | 2025-09-02T22:59:42.624Z | Downloaded progenitor-client v0.8.0 |
| 716 | 2025-09-02T22:59:42.624Z | Downloaded rustls-pki-types v1.10.0 |
| 717 | 2025-09-02T22:59:42.628Z | Downloaded fixedbitset v0.4.2 |
| 718 | 2025-09-02T22:59:42.631Z | Downloaded dunce v1.0.5 |
| 719 | 2025-09-02T22:59:42.634Z | Downloaded futures-task v0.3.31 |
| 720 | 2025-09-02T22:59:42.637Z | Downloaded iddqd v0.3.9 |
| 721 | 2025-09-02T22:59:42.642Z | Downloaded nibble_vec v0.1.0 |
| 722 | 2025-09-02T22:59:42.645Z | Downloaded termcolor v1.4.1 |
| 723 | 2025-09-02T22:59:42.648Z | Downloaded sqlparser_derive v0.2.2 |
| 724 | 2025-09-02T22:59:42.648Z | Downloaded derive_builder_core v0.20.2 |
| 725 | 2025-09-02T22:59:42.651Z | Downloaded base64 v0.21.7 |
| 726 | 2025-09-02T22:59:42.656Z | Downloaded phf_shared v0.12.1 |
| 727 | 2025-09-02T22:59:42.659Z | Downloaded pbkdf2 v0.11.0 |
| 728 | 2025-09-02T22:59:42.662Z | Downloaded futures-macro v0.3.31 |
| 729 | 2025-09-02T22:59:42.662Z | Downloaded md-5 v0.10.6 |
| 730 | 2025-09-02T22:59:42.665Z | Downloaded prettyplease v0.2.36 |
| 731 | 2025-09-02T22:59:42.669Z | Downloaded topological-sort v0.2.2 |
| 732 | 2025-09-02T22:59:42.672Z | Downloaded prefix-trie v0.7.0 |
| 733 | 2025-09-02T22:59:42.676Z | Downloaded rand_chacha v0.3.1 |
| 734 | 2025-09-02T22:59:42.679Z | Downloaded nodrop v0.1.14 |
| 735 | 2025-09-02T22:59:42.682Z | Downloaded olpc-cjson v0.1.4 |
| 736 | 2025-09-02T22:59:42.682Z | Downloaded multimap v0.10.1 |
| 737 | 2025-09-02T22:59:42.685Z | Downloaded radium v0.7.0 |
| 738 | 2025-09-02T22:59:42.685Z | Downloaded progenitor-client v0.10.0 |
| 739 | 2025-09-02T22:59:42.688Z | Downloaded rcgen v0.12.1 |
| 740 | 2025-09-02T22:59:42.692Z | Downloaded rayon-core v1.12.1 |
| 741 | 2025-09-02T22:59:42.695Z | Downloaded h2 v0.4.6 |
| 742 | 2025-09-02T22:59:42.702Z | Downloaded rustc_version v0.1.7 |
| 743 | 2025-09-02T22:59:42.705Z | Downloaded foreign-types-shared v0.3.1 |
| 744 | 2025-09-02T22:59:42.708Z | Downloaded path-slash v0.1.5 |
| 745 | 2025-09-02T22:59:42.708Z | Downloaded static_assertions v1.1.0 |
| 746 | 2025-09-02T22:59:42.711Z | Downloaded ssh-cipher v0.2.0 |
| 747 | 2025-09-02T22:59:42.715Z | Downloaded termtree v0.5.1 |
| 748 | 2025-09-02T22:59:42.718Z | Downloaded waitgroup v0.1.2 |
| 749 | 2025-09-02T22:59:42.718Z | Downloaded progenitor v0.10.0 |
| 750 | 2025-09-02T22:59:42.721Z | Downloaded progenitor v0.9.1 |
| 751 | 2025-09-02T22:59:42.721Z | Downloaded crunchy v0.2.2 |
| 752 | 2025-09-02T22:59:42.724Z | Downloaded crucible-workspace-hack v0.1.0 |
| 753 | 2025-09-02T22:59:42.724Z | Downloaded maybe-uninit v2.0.0 |
| 754 | 2025-09-02T22:59:42.727Z | Downloaded match_cfg v0.1.0 |
| 755 | 2025-09-02T22:59:42.727Z | Downloaded env_logger v0.10.2 |
| 756 | 2025-09-02T22:59:42.730Z | Downloaded simd-adler32 v0.3.7 |
| 757 | 2025-09-02T22:59:42.733Z | Downloaded unit-prefix v0.5.1 |
| 758 | 2025-09-02T22:59:42.736Z | Downloaded unicode-truncate v1.1.0 |
| 759 | 2025-09-02T22:59:42.741Z | Downloaded pretty_assertions v1.4.1 |
| 760 | 2025-09-02T22:59:42.744Z | Downloaded nu-ansi-term v0.50.1 |
| 761 | 2025-09-02T22:59:42.744Z | Downloaded pin-utils v0.1.0 |
| 762 | 2025-09-02T22:59:42.747Z | Downloaded snafu v0.8.5 |
| 763 | 2025-09-02T22:59:42.752Z | Downloaded num-derive v0.4.2 |
| 764 | 2025-09-02T22:59:42.755Z | Downloaded rustc-hash v2.1.1 |
| 765 | 2025-09-02T22:59:42.759Z | Downloaded omicron-zone-package v0.12.2 |
| 766 | 2025-09-02T22:59:42.762Z | Downloaded compact_str v0.8.0 |
| 767 | 2025-09-02T22:59:42.766Z | Downloaded fs-err v2.11.0 |
| 768 | 2025-09-02T22:59:42.768Z | Downloaded derive_more v2.0.1 |
| 769 | 2025-09-02T22:59:42.779Z | Downloaded fs_extra v1.3.0 |
| 770 | 2025-09-02T22:59:42.783Z | Downloaded peg-runtime v0.8.5 |
| 771 | 2025-09-02T22:59:42.786Z | Downloaded maplit v1.0.2 |
| 772 | 2025-09-02T22:59:42.786Z | Downloaded tokio-rustls v0.25.0 |
| 773 | 2025-09-02T22:59:42.789Z | Downloaded parse-size v1.1.0 |
| 774 | 2025-09-02T22:59:42.792Z | Downloaded wait-timeout v0.2.0 |
| 775 | 2025-09-02T22:59:42.795Z | Downloaded embedded-io v0.6.1 |
| 776 | 2025-09-02T22:59:42.795Z | Downloaded dirs-next v2.0.0 |
| 777 | 2025-09-02T22:59:42.798Z | Downloaded ctr v0.9.2 |
| 778 | 2025-09-02T22:59:42.802Z | Downloaded hyper-util v0.1.16 |
| 779 | 2025-09-02T22:59:42.805Z | Downloaded strum v0.26.3 |
| 780 | 2025-09-02T22:59:42.808Z | Downloaded spin v0.9.8 |
| 781 | 2025-09-02T22:59:42.811Z | Downloaded siphasher v1.0.1 |
| 782 | 2025-09-02T22:59:42.814Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 783 | 2025-09-02T22:59:42.817Z | Downloaded sqlformat v0.3.5 |
| 784 | 2025-09-02T22:59:42.817Z | Downloaded untrusted v0.9.0 |
| 785 | 2025-09-02T22:59:42.820Z | Downloaded pem-rfc7468 v0.7.0 |
| 786 | 2025-09-02T22:59:42.823Z | Downloaded rand_core v0.6.4 |
| 787 | 2025-09-02T22:59:42.826Z | Downloaded rand_chacha v0.9.0 |
| 788 | 2025-09-02T22:59:42.829Z | Downloaded rand_seeder v0.4.0 |
| 789 | 2025-09-02T22:59:42.832Z | Downloaded native-tls v0.2.12 |
| 790 | 2025-09-02T22:59:42.835Z | Downloaded typify v0.2.0 |
| 791 | 2025-09-02T22:59:42.838Z | Downloaded fxhash v0.2.1 |
| 792 | 2025-09-02T22:59:42.838Z | Downloaded twox-hash v2.1.0 |
| 793 | 2025-09-02T22:59:42.850Z | Downloaded parse-display v0.10.0 |
| 794 | 2025-09-02T22:59:42.850Z | Downloaded paste v1.0.15 |
| 795 | 2025-09-02T22:59:42.850Z | Downloaded memmap2 v0.9.5 |
| 796 | 2025-09-02T22:59:42.854Z | Downloaded newtype_derive v0.1.6 |
| 797 | 2025-09-02T22:59:42.854Z | Downloaded newline-converter v0.3.0 |
| 798 | 2025-09-02T22:59:42.854Z | Downloaded rustversion v1.0.17 |
| 799 | 2025-09-02T22:59:42.857Z | Downloaded new_debug_unreachable v1.0.6 |
| 800 | 2025-09-02T22:59:42.860Z | Downloaded russh-keys v0.45.0 |
| 801 | 2025-09-02T22:59:42.863Z | Downloaded crossbeam-channel v0.5.15 |
| 802 | 2025-09-02T22:59:42.867Z | Downloaded thread_local v1.1.8 |
| 803 | 2025-09-02T22:59:42.870Z | Downloaded toml_writer v1.0.2 |
| 804 | 2025-09-02T22:59:42.873Z | Downloaded tap v1.0.1 |
| 805 | 2025-09-02T22:59:42.877Z | Downloaded darling_core v0.20.10 |
| 806 | 2025-09-02T22:59:42.880Z | Downloaded utf-8 v0.7.6 |
| 807 | 2025-09-02T22:59:42.883Z | Downloaded fatfs v0.3.6 |
| 808 | 2025-09-02T22:59:42.886Z | Downloaded secrecy v0.8.0 |
| 809 | 2025-09-02T22:59:42.889Z | Downloaded slog-term v2.9.1 |
| 810 | 2025-09-02T22:59:42.892Z | Downloaded tabwriter v1.4.0 |
| 811 | 2025-09-02T22:59:42.895Z | Downloaded slog-stdlog v4.1.1 |
| 812 | 2025-09-02T22:59:42.895Z | Downloaded diesel-dtrace v0.4.2 |
| 813 | 2025-09-02T22:59:42.899Z | Downloaded phf_shared v0.11.2 |
| 814 | 2025-09-02T22:59:42.902Z | Downloaded time-core v0.1.2 |
| 815 | 2025-09-02T22:59:42.902Z | Downloaded flagset v0.4.6 |
| 816 | 2025-09-02T22:59:42.906Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 817 | 2025-09-02T22:59:42.906Z | Downloaded darling v0.20.10 |
| 818 | 2025-09-02T22:59:42.911Z | Downloaded deranged v0.3.11 |
| 819 | 2025-09-02T22:59:42.914Z | Downloaded darling_macro v0.21.0 |
| 820 | 2025-09-02T22:59:42.917Z | Downloaded either v1.15.0 |
| 821 | 2025-09-02T22:59:42.920Z | Downloaded siphasher v0.3.11 |
| 822 | 2025-09-02T22:59:42.920Z | Downloaded sigpipe v0.1.3 |
| 823 | 2025-09-02T22:59:42.923Z | Downloaded oxnet v0.1.3 |
| 824 | 2025-09-02T22:59:42.926Z | Downloaded newtype-uuid v1.2.4 |
| 825 | 2025-09-02T22:59:42.926Z | Downloaded futures-io v0.3.31 |
| 826 | 2025-09-02T22:59:42.929Z | Downloaded pin-project-lite v0.2.14 |
| 827 | 2025-09-02T22:59:42.935Z | Downloaded void v1.0.2 |
| 828 | 2025-09-02T22:59:42.938Z | Downloaded psl-types v2.0.11 |
| 829 | 2025-09-02T22:59:42.938Z | Downloaded memoffset v0.9.1 |
| 830 | 2025-09-02T22:59:42.941Z | Downloaded iri-string v0.7.8 |
| 831 | 2025-09-02T22:59:42.949Z | Downloaded tower-service v0.3.3 |
| 832 | 2025-09-02T22:59:42.952Z | Downloaded slog-envlogger v2.2.0 |
| 833 | 2025-09-02T22:59:42.955Z | Downloaded tungstenite v0.23.0 |
| 834 | 2025-09-02T22:59:42.958Z | Downloaded unicode_categories v0.1.1 |
| 835 | 2025-09-02T22:59:42.961Z | Downloaded zerocopy v0.6.6 |
| 836 | 2025-09-02T22:59:42.964Z | Downloaded toml_parser v1.0.2 |
| 837 | 2025-09-02T22:59:42.967Z | Downloaded progenitor-macro v0.9.1 |
| 838 | 2025-09-02T22:59:42.970Z | Downloaded unicase v2.7.0 |
| 839 | 2025-09-02T22:59:42.973Z | Downloaded parking_lot v0.11.2 |
| 840 | 2025-09-02T22:59:42.976Z | Downloaded daft-derive v0.1.4 |
| 841 | 2025-09-02T22:59:42.979Z | Downloaded embedded-io v0.4.0 |
| 842 | 2025-09-02T22:59:42.982Z | Downloaded zeroize_derive v1.4.2 |
| 843 | 2025-09-02T22:59:42.985Z | Downloaded progenitor v0.8.0 |
| 844 | 2025-09-02T22:59:42.988Z | Downloaded pkcs1 v0.7.5 |
| 845 | 2025-09-02T22:59:42.991Z | Downloaded diesel_derives v2.2.3 |
| 846 | 2025-09-02T22:59:42.995Z | Downloaded mime v0.3.17 |
| 847 | 2025-09-02T22:59:42.999Z | Downloaded glob v0.3.2 |
| 848 | 2025-09-02T22:59:43.002Z | Downloaded foldhash v0.1.5 |
| 849 | 2025-09-02T22:59:43.002Z | Downloaded secrecy v0.10.3 |
| 850 | 2025-09-02T22:59:43.005Z | Downloaded libxml v0.3.3 |
| 851 | 2025-09-02T22:59:43.010Z | Downloaded quick-error v1.2.3 |
| 852 | 2025-09-02T22:59:43.016Z | Downloaded zeroize v1.8.1 |
| 853 | 2025-09-02T22:59:43.016Z | Downloaded num-conv v0.1.0 |
| 854 | 2025-09-02T22:59:43.016Z | Downloaded itertools v0.13.0 |
| 855 | 2025-09-02T22:59:43.024Z | Downloaded smf v0.2.3 |
| 856 | 2025-09-02T22:59:43.028Z | Downloaded smallvec v0.6.14 |
| 857 | 2025-09-02T22:59:43.031Z | Downloaded difflib v0.4.0 |
| 858 | 2025-09-02T22:59:43.032Z | Downloaded oxide-tokio-rt v0.1.2 |
| 859 | 2025-09-02T22:59:43.032Z | Downloaded num_enum v0.5.11 |
| 860 | 2025-09-02T22:59:43.038Z | Downloaded vte_generate_state_changes v0.1.2 |
| 861 | 2025-09-02T22:59:43.042Z | Downloaded support-bundle-viewer v0.1.2 |
| 862 | 2025-09-02T22:59:43.042Z | Downloaded darling v0.21.0 |
| 863 | 2025-09-02T22:59:43.046Z | Downloaded serde_with_macros v3.14.0 |
| 864 | 2025-09-02T22:59:43.050Z | Downloaded precomputed-hash v0.1.1 |
| 865 | 2025-09-02T22:59:43.053Z | Downloaded parking_lot v0.12.3 |
| 866 | 2025-09-02T22:59:43.056Z | Downloaded semver v0.1.20 |
| 867 | 2025-09-02T22:59:43.056Z | Downloaded flate2 v1.1.2 |
| 868 | 2025-09-02T22:59:43.059Z | Downloaded fallible-iterator v0.2.0 |
| 869 | 2025-09-02T22:59:43.064Z | Downloaded serde-big-array v0.5.1 |
| 870 | 2025-09-02T22:59:43.068Z | Downloaded zip v4.2.0 |
| 871 | 2025-09-02T22:59:43.068Z | Downloaded serde_spanned v1.0.0 |
| 872 | 2025-09-02T22:59:43.072Z | Downloaded signature v2.2.0 |
| 873 | 2025-09-02T22:59:43.075Z | Downloaded endian-type v0.1.2 |
| 874 | 2025-09-02T22:59:43.075Z | Downloaded sha1 v0.10.6 |
| 875 | 2025-09-02T22:59:43.075Z | Downloaded serde_urlencoded v0.7.1 |
| 876 | 2025-09-02T22:59:43.078Z | Downloaded serde_repr v0.1.19 |
| 877 | 2025-09-02T22:59:43.081Z | Downloaded unarray v0.1.4 |
| 878 | 2025-09-02T22:59:43.081Z | Downloaded winnow v0.6.26 |
| 879 | 2025-09-02T22:59:43.090Z | Downloaded value-bag v1.9.0 |
| 880 | 2025-09-02T22:59:43.093Z | Downloaded ecdsa v0.16.9 |
| 881 | 2025-09-02T22:59:43.097Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 882 | 2025-09-02T22:59:43.097Z | Downloaded ref-cast-impl v1.0.24 |
| 883 | 2025-09-02T22:59:43.097Z | Downloaded debug-ignore v1.0.5 |
| 884 | 2025-09-02T22:59:43.100Z | Downloaded uzers v0.12.1 |
| 885 | 2025-09-02T22:59:43.105Z | Downloaded num-iter v0.1.45 |
| 886 | 2025-09-02T22:59:43.105Z | Downloaded num-derive v0.3.3 |
| 887 | 2025-09-02T22:59:43.108Z | Downloaded rand v0.8.5 |
| 888 | 2025-09-02T22:59:43.111Z | Downloaded xattr v1.3.1 |
| 889 | 2025-09-02T22:59:43.111Z | Downloaded tokio-macros v2.5.0 |
| 890 | 2025-09-02T22:59:43.114Z | Downloaded elliptic-curve v0.13.8 |
| 891 | 2025-09-02T22:59:43.117Z | Downloaded progenitor-impl v0.9.1 |
| 892 | 2025-09-02T22:59:43.121Z | Downloaded num v0.4.3 |
| 893 | 2025-09-02T22:59:43.121Z | Downloaded enum-as-inner v0.6.1 |
| 894 | 2025-09-02T22:59:43.121Z | Downloaded publicsuffix v2.3.0 |
| 895 | 2025-09-02T22:59:43.125Z | Downloaded sqlparser v0.45.0 |
| 896 | 2025-09-02T22:59:43.129Z | Downloaded oso-derive v0.27.3 |
| 897 | 2025-09-02T22:59:43.133Z | Downloaded number_prefix v0.4.0 |
| 898 | 2025-09-02T22:59:43.133Z | Downloaded tokio-native-tls v0.3.1 |
| 899 | 2025-09-02T22:59:43.137Z | Downloaded zip v0.6.6 |
| 900 | 2025-09-02T22:59:43.140Z | Downloaded futures-core v0.3.31 |
| 901 | 2025-09-02T22:59:43.140Z | Downloaded strum_macros v0.26.4 |
| 902 | 2025-09-02T22:59:43.145Z | Downloaded ghash v0.5.1 |
| 903 | 2025-09-02T22:59:43.145Z | Downloaded zone_cfg_derive v0.3.0 |
| 904 | 2025-09-02T22:59:43.149Z | Downloaded zone_cfg_derive v0.1.2 |
| 905 | 2025-09-02T22:59:43.149Z | Downloaded float-ord v0.3.2 |
| 906 | 2025-09-02T22:59:43.149Z | Downloaded blake3 v1.5.4 |
| 907 | 2025-09-02T22:59:43.153Z | Downloaded same-file v1.0.6 |
| 908 | 2025-09-02T22:59:43.156Z | Downloaded tls_codec_derive v0.4.1 |
| 909 | 2025-09-02T22:59:43.157Z | Downloaded rand_xorshift v0.4.0 |
| 910 | 2025-09-02T22:59:43.160Z | Downloaded typed-path v0.9.3 |
| 911 | 2025-09-02T22:59:43.163Z | Downloaded tokio-dtrace v0.1.0 |
| 912 | 2025-09-02T22:59:43.168Z | Downloaded tough v0.20.0 |
| 913 | 2025-09-02T22:59:43.173Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 914 | 2025-09-02T22:59:43.176Z | Downloaded strum_macros v0.24.3 |
| 915 | 2025-09-02T22:59:43.176Z | Downloaded stringprep v0.1.5 |
| 916 | 2025-09-02T22:59:43.180Z | Downloaded futures-util v0.3.31 |
| 917 | 2025-09-02T22:59:43.189Z | Downloaded ref-cast v1.0.24 |
| 918 | 2025-09-02T22:59:43.192Z | Downloaded snafu-derive v0.8.5 |
| 919 | 2025-09-02T22:59:43.198Z | Downloaded futures v0.3.31 |
| 920 | 2025-09-02T22:59:43.202Z | Downloaded primeorder v0.13.6 |
| 921 | 2025-09-02T22:59:43.202Z | Downloaded xshell v0.2.7 |
| 922 | 2025-09-02T22:59:43.206Z | Downloaded rpassword v7.4.0 |
| 923 | 2025-09-02T22:59:43.206Z | Downloaded tokio-rustls v0.26.0 |
| 924 | 2025-09-02T22:59:43.209Z | Downloaded progenitor-impl v0.8.0 |
| 925 | 2025-09-02T22:59:43.209Z | Downloaded serde-hex v0.1.0 |
| 926 | 2025-09-02T22:59:43.213Z | Downloaded similar v2.7.0 |
| 927 | 2025-09-02T22:59:43.217Z | Downloaded tracing v0.1.40 |
| 928 | 2025-09-02T22:59:43.220Z | Downloaded tokio-stream v0.1.17 |
| 929 | 2025-09-02T22:59:43.224Z | Downloaded futures-channel v0.3.31 |
| 930 | 2025-09-02T22:59:43.227Z | Downloaded zstd v0.13.3 |
| 931 | 2025-09-02T22:59:43.230Z | Downloaded der_derive v0.7.3 |
| 932 | 2025-09-02T22:59:43.230Z | Downloaded derive-ex v0.1.8 |
| 933 | 2025-09-02T22:59:43.234Z | Downloaded lalrpop v0.19.12 |
| 934 | 2025-09-02T22:59:43.241Z | Downloaded funty v2.0.0 |
| 935 | 2025-09-02T22:59:43.244Z | Downloaded phf v0.12.1 |
| 936 | 2025-09-02T22:59:43.244Z | Downloaded rustyline v14.0.0 |
| 937 | 2025-09-02T22:59:43.249Z | Downloaded phf v0.11.2 |
| 938 | 2025-09-02T22:59:43.252Z | Downloaded tabled_derive v0.10.0 |
| 939 | 2025-09-02T22:59:43.252Z | Downloaded winnow v0.5.40 |
| 940 | 2025-09-02T22:59:43.260Z | Downloaded getrandom v0.2.15 |
| 941 | 2025-09-02T22:59:43.263Z | Downloaded socket2 v0.5.10 |
| 942 | 2025-09-02T22:59:43.267Z | Downloaded subprocess v0.2.9 |
| 943 | 2025-09-02T22:59:43.271Z | Downloaded pkcs8 v0.10.2 |
| 944 | 2025-09-02T22:59:43.271Z | Downloaded num-complex v0.4.6 |
| 945 | 2025-09-02T22:59:43.275Z | Downloaded typify v0.4.1 |
| 946 | 2025-09-02T22:59:43.278Z | Downloaded parking_lot_core v0.8.6 |
| 947 | 2025-09-02T22:59:43.278Z | Downloaded zopfli v0.8.1 |
| 948 | 2025-09-02T22:59:43.281Z | Downloaded mio v1.0.2 |
| 949 | 2025-09-02T22:59:43.285Z | Downloaded reqwest v0.12.22 |
| 950 | 2025-09-02T22:59:43.293Z | Downloaded unicode-bidi v0.3.17 |
| 951 | 2025-09-02T22:59:43.296Z | Downloaded aws-lc-rs v1.12.4 |
| 952 | 2025-09-02T22:59:43.304Z | Downloaded expectorate v1.2.0 |
| 953 | 2025-09-02T22:59:43.307Z | Downloaded unicode-normalization v0.1.24 |
| 954 | 2025-09-02T22:59:43.311Z | Downloaded yansi v1.0.1 |
| 955 | 2025-09-02T22:59:43.314Z | Downloaded salty v0.3.0 |
| 956 | 2025-09-02T22:59:43.318Z | Downloaded zerocopy-derive v0.8.26 |
| 957 | 2025-09-02T22:59:43.325Z | Downloaded derive_more-impl v2.0.1 |
| 958 | 2025-09-02T22:59:43.329Z | Downloaded quinn-proto v0.11.8 |
| 959 | 2025-09-02T22:59:43.335Z | Downloaded bitvec v1.0.1 |
| 960 | 2025-09-02T22:59:43.348Z | Downloaded pkcs5 v0.7.1 |
| 961 | 2025-09-02T22:59:43.352Z | Downloaded minimal-lexical v0.2.1 |
| 962 | 2025-09-02T22:59:43.356Z | Downloaded der v0.7.9 |
| 963 | 2025-09-02T22:59:43.362Z | Downloaded miniz_oxide v0.8.5 |
| 964 | 2025-09-02T22:59:43.365Z | Downloaded samael v0.0.19 |
| 965 | 2025-09-02T22:59:43.368Z | Downloaded zlib-rs v0.5.1 |
| 966 | 2025-09-02T22:59:43.373Z | Downloaded bindgen v0.69.5 |
| 967 | 2025-09-02T22:59:43.380Z | Downloaded steno v0.4.1 |
| 968 | 2025-09-02T22:59:43.384Z | Downloaded diff v0.1.13 |
| 969 | 2025-09-02T22:59:43.387Z | Downloaded tower v0.5.2 |
| 970 | 2025-09-02T22:59:43.395Z | Downloaded radix_trie v0.2.1 |
| 971 | 2025-09-02T22:59:43.400Z | Downloaded toml_edit v0.19.15 |
| 972 | 2025-09-02T22:59:43.415Z | Downloaded schemars v0.8.22 |
| 973 | 2025-09-02T22:59:43.426Z | Downloaded portable-atomic v1.11.0 |
| 974 | 2025-09-02T22:59:43.433Z | Downloaded flume v0.11.1 |
| 975 | 2025-09-02T22:59:43.436Z | Downloaded x509-cert v0.2.5 |
| 976 | 2025-09-02T22:59:43.442Z | Downloaded proptest v1.7.0 |
| 977 | 2025-09-02T22:59:43.450Z | Downloaded p521 v0.13.3 |
| 978 | 2025-09-02T22:59:43.454Z | Downloaded rustls v0.21.12 |
| 979 | 2025-09-02T22:59:43.464Z | Downloaded smoltcp v0.11.0 |
| 980 | 2025-09-02T22:59:43.476Z | Downloaded serde_with v3.14.0 |
| 981 | 2025-09-02T22:59:43.489Z | Downloaded git2 v0.19.0 |
| 982 | 2025-09-02T22:59:43.497Z | Downloaded num-bigint-dig v0.8.4 |
| 983 | 2025-09-02T22:59:43.502Z | Downloaded hickory-proto v0.24.4 |
| 984 | 2025-09-02T22:59:43.515Z | Downloaded tabled v0.18.0 |
| 985 | 2025-09-02T22:59:43.532Z | Downloaded crossterm v0.29.0 |
| 986 | 2025-09-02T22:59:43.538Z | Downloaded curve25519-dalek v4.1.3 |
| 987 | 2025-09-02T22:59:43.545Z | Downloaded time v0.3.36 |
| 988 | 2025-09-02T22:59:43.551Z | Downloaded nix v0.29.0 |
| 989 | 2025-09-02T22:59:43.563Z | Downloaded smoltcp v0.9.1 |
| 990 | 2025-09-02T22:59:43.571Z | Downloaded reedline v0.40.0 |
| 991 | 2025-09-02T22:59:43.578Z | Downloaded tower-http v0.6.6 |
| 992 | 2025-09-02T22:59:43.587Z | Downloaded object v0.30.4 |
| 993 | 2025-09-02T22:59:43.594Z | Downloaded polar-core v0.27.3 |
| 994 | 2025-09-02T22:59:43.602Z | Downloaded diesel v2.2.12 |
| 995 | 2025-09-02T22:59:43.619Z | Downloaded openapiv3 v2.2.0 |
| 996 | 2025-09-02T22:59:43.629Z | Downloaded nix v0.28.0 |
| 997 | 2025-09-02T22:59:43.639Z | Downloaded petname v2.0.2 |
| 998 | 2025-09-02T22:59:43.645Z | Downloaded nix v0.27.1 |
| 999 | 2025-09-02T22:59:43.655Z | Downloaded zerocopy v0.8.26 |
| 1000 | 2025-09-02T22:59:43.675Z | Downloaded vcpkg v0.2.15 |
| 1001 | 2025-09-02T22:59:43.711Z | Downloaded quick-xml v0.37.2 |
| 1002 | 2025-09-02T22:59:43.716Z | Downloaded bstr v1.10.0 |
| 1003 | 2025-09-02T22:59:43.725Z | Downloaded typify-impl v0.3.0 |
| 1004 | 2025-09-02T22:59:43.739Z | Downloaded moka v0.12.10 |
| 1005 | 2025-09-02T22:59:43.747Z | Downloaded typify-impl v0.2.0 |
| 1006 | 2025-09-02T22:59:43.759Z | Downloaded dropshot v0.16.3 |
| 1007 | 2025-09-02T22:59:43.778Z | Downloaded regex v1.11.1 |
| 1008 | 2025-09-02T22:59:43.790Z | Downloaded nix v0.30.1 |
| 1009 | 2025-09-02T22:59:43.800Z | Downloaded regress v0.10.4 |
| 1010 | 2025-09-02T22:59:43.808Z | Downloaded regex-syntax v0.6.29 |
| 1011 | 2025-09-02T22:59:43.814Z | Downloaded gimli v0.31.1 |
| 1012 | 2025-09-02T22:59:43.821Z | Downloaded object v0.36.5 |
| 1013 | 2025-09-02T22:59:43.831Z | Downloaded lzma-sys v0.1.20 |
| 1014 | 2025-09-02T22:59:43.856Z | Downloaded rustls v0.23.19 |
| 1015 | 2025-09-02T22:59:43.866Z | Downloaded petgraph v0.6.5 |
| 1016 | 2025-09-02T22:59:43.882Z | Downloaded regex-syntax v0.8.5 |
| 1017 | 2025-09-02T22:59:43.889Z | Downloaded jiff v0.2.15 |
| 1018 | 2025-09-02T22:59:43.904Z | Downloaded rustls-webpki v0.102.8 |
| 1019 | 2025-09-02T22:59:43.921Z | Downloaded typify-impl v0.4.1 |
| 1020 | 2025-09-02T22:59:43.934Z | Downloaded libz-sys v1.1.20 |
| 1021 | 2025-09-02T22:59:43.952Z | Downloaded p384 v0.13.0 |
| 1022 | 2025-09-02T22:59:43.958Z | Downloaded sled v0.34.7 |
| 1023 | 2025-09-02T22:59:43.966Z | Downloaded rustls v0.22.4 |
| 1024 | 2025-09-02T22:59:43.977Z | Downloaded hickory-proto v0.25.2 |
| 1025 | 2025-09-02T22:59:43.991Z | Downloaded openssl v0.10.73 |
| 1026 | 2025-09-02T22:59:43.999Z | Downloaded petgraph v0.8.2 |
| 1027 | 2025-09-02T22:59:44.017Z | Downloaded chrono v0.4.41 |
| 1028 | 2025-09-02T22:59:44.023Z | Downloaded zerocopy-derive v0.6.6 |
| 1029 | 2025-09-02T22:59:44.032Z | Downloaded num-bigint v0.4.6 |
| 1030 | 2025-09-02T22:59:44.036Z | Downloaded webpki-roots v1.0.1 |
| 1031 | 2025-09-02T22:59:44.039Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1032 | 2025-09-02T22:59:44.049Z | Downloaded quinn v0.11.5 |
| 1033 | 2025-09-02T22:59:44.052Z | Downloaded bindgen v0.71.1 |
| 1034 | 2025-09-02T22:59:44.058Z | Downloaded owo-colors v4.2.2 |
| 1035 | 2025-09-02T22:59:44.061Z | Downloaded p256 v0.13.2 |
| 1036 | 2025-09-02T22:59:44.064Z | Downloaded env_logger v0.11.5 |
| 1037 | 2025-09-02T22:59:44.067Z | Downloaded ed25519-dalek v2.1.1 |
| 1038 | 2025-09-02T22:59:44.070Z | Downloaded zstd-safe v7.2.3 |
| 1039 | 2025-09-02T22:59:44.070Z | Downloaded ratatui v0.29.0 |
| 1040 | 2025-09-02T22:59:44.087Z | Downloaded papergrid v0.14.0 |
| 1041 | 2025-09-02T22:59:44.091Z | Downloaded rustls-webpki v0.101.7 |
| 1042 | 2025-09-02T22:59:44.104Z | Downloaded regex-automata v0.4.8 |
| 1043 | 2025-09-02T22:59:44.117Z | Downloaded defmt v0.3.8 |
| 1044 | 2025-09-02T22:59:44.120Z | Downloaded predicates v3.1.3 |
| 1045 | 2025-09-02T22:59:44.123Z | Downloaded float-cmp v0.10.0 |
| 1046 | 2025-09-02T22:59:44.126Z | Downloaded string_cache v0.8.9 |
| 1047 | 2025-09-02T22:59:44.126Z | Downloaded vte v0.11.1 |
| 1048 | 2025-09-02T22:59:44.129Z | Downloaded data-encoding v2.9.0 |
| 1049 | 2025-09-02T22:59:44.129Z | Downloaded vergen v8.3.2 |
| 1050 | 2025-09-02T22:59:44.132Z | Downloaded nom v7.1.3 |
| 1051 | 2025-09-02T22:59:44.136Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1052 | 2025-09-02T22:59:44.139Z | Downloaded rayon v1.10.0 |
| 1053 | 2025-09-02T22:59:44.145Z | Downloaded sec1 v0.7.3 |
| 1054 | 2025-09-02T22:59:44.148Z | Downloaded schemars_derive v0.8.22 |
| 1055 | 2025-09-02T22:59:44.148Z | Downloaded poly1305 v0.8.0 |
| 1056 | 2025-09-02T22:59:44.151Z | Downloaded progenitor-impl v0.10.0 |
| 1057 | 2025-09-02T22:59:44.154Z | Downloaded chrono-tz v0.10.4 |
| 1058 | 2025-09-02T22:59:44.166Z | Downloaded powerfmt v0.2.0 |
| 1059 | 2025-09-02T22:59:44.169Z | Downloaded polyval v0.6.2 |
| 1060 | 2025-09-02T22:59:44.169Z | Downloaded unicode-segmentation v1.12.0 |
| 1061 | 2025-09-02T22:59:44.172Z | Downloaded tokio-tungstenite v0.21.0 |
| 1062 | 2025-09-02T22:59:44.175Z | Downloaded num_threads v0.1.7 |
| 1063 | 2025-09-02T22:59:44.175Z | Downloaded mime_guess v2.0.5 |
| 1064 | 2025-09-02T22:59:44.178Z | Downloaded itertools v0.12.1 |
| 1065 | 2025-09-02T22:59:44.181Z | Downloaded uuid v1.17.0 |
| 1066 | 2025-09-02T22:59:44.185Z | Downloaded tungstenite v0.21.0 |
| 1067 | 2025-09-02T22:59:44.187Z | Downloaded serde_cbor v0.11.2 |
| 1068 | 2025-09-02T22:59:44.191Z | Downloaded subtle v2.6.1 |
| 1069 | 2025-09-02T22:59:44.194Z | Downloaded ppv-lite86 v0.2.20 |
| 1070 | 2025-09-02T22:59:44.194Z | Downloaded packed_struct v0.10.1 |
| 1071 | 2025-09-02T22:59:44.194Z | Downloaded des v0.8.1 |
| 1072 | 2025-09-02T22:59:44.197Z | Downloaded pin-project v1.1.6 |
| 1073 | 2025-09-02T22:59:44.204Z | Downloaded openssl-sys v0.9.109 |
| 1074 | 2025-09-02T22:59:44.209Z | Downloaded num-rational v0.4.2 |
| 1075 | 2025-09-02T22:59:44.212Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1076 | 2025-09-02T22:59:44.225Z | Downloaded futures-executor v0.3.31 |
| 1077 | 2025-09-02T22:59:44.228Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1078 | 2025-09-02T22:59:44.231Z | Downloaded csv v1.3.1 |
| 1079 | 2025-09-02T22:59:44.246Z | Downloaded dyn-clone v1.0.20 |
| 1080 | 2025-09-02T22:59:44.249Z | Downloaded tls_codec v0.4.1 |
| 1081 | 2025-09-02T22:59:44.249Z | Downloaded tokio v1.47.0 |
| 1082 | 2025-09-02T22:59:44.282Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1083 | 2025-09-02T22:59:44.332Z | Downloaded sha3 v0.10.8 |
| 1084 | 2025-09-02T22:59:44.335Z | Downloaded socket2 v0.6.0 |
| 1085 | 2025-09-02T22:59:44.338Z | Downloaded packed_struct_codegen v0.10.1 |
| 1086 | 2025-09-02T22:59:44.338Z | Downloaded hyper v1.6.0 |
| 1087 | 2025-09-02T22:59:44.343Z | Downloaded ed25519 v2.2.3 |
| 1088 | 2025-09-02T22:59:44.346Z | Downloaded proc-macro-error2 v2.0.1 |
| 1089 | 2025-09-02T22:59:44.349Z | Downloaded typify v0.3.0 |
| 1090 | 2025-09-02T22:59:44.353Z | Downloaded russh v0.45.0 |
| 1091 | 2025-09-02T22:59:44.355Z | Downloaded rsa v0.9.6 |
| 1092 | 2025-09-02T22:59:44.359Z | Downloaded fd-lock v4.0.2 |
| 1093 | 2025-09-02T22:59:44.362Z | Downloaded yasna v0.5.2 |
| 1094 | 2025-09-02T22:59:44.365Z | Downloaded multer v3.1.0 |
| 1095 | 2025-09-02T22:59:44.365Z | Downloaded itertools v0.14.0 |
| 1096 | 2025-09-02T22:59:44.371Z | Downloaded rand v0.9.2 |
| 1097 | 2025-09-02T22:59:44.374Z | Downloaded fixedbitset v0.5.7 |
| 1098 | 2025-09-02T22:59:44.377Z | Downloaded itertools v0.10.5 |
| 1099 | 2025-09-02T22:59:44.381Z | Downloaded tower-layer v0.3.3 |
| 1100 | 2025-09-02T22:59:44.384Z | Downloaded slog-dtrace v0.3.0 |
| 1101 | 2025-09-02T22:59:44.384Z | Downloaded slab v0.4.9 |
| 1102 | 2025-09-02T22:59:44.384Z | Downloaded tokio-util v0.7.15 |
| 1103 | 2025-09-02T22:59:44.389Z | Downloaded tar v0.4.44 |
| 1104 | 2025-09-02T22:59:44.396Z | Downloaded ron v0.8.1 |
| 1105 | 2025-09-02T22:59:44.399Z | Downloaded pin-project-internal v1.1.6 |
| 1106 | 2025-09-02T22:59:44.399Z | Downloaded unicode-properties v0.1.3 |
| 1107 | 2025-09-02T22:59:44.402Z | Downloaded ron v0.7.1 |
| 1108 | 2025-09-02T22:59:44.405Z | Downloaded strum v0.27.2 |
| 1109 | 2025-09-02T22:59:44.406Z | Downloaded oso v0.27.3 |
| 1110 | 2025-09-02T22:59:44.408Z | Downloaded derive-where v1.5.0 |
| 1111 | 2025-09-02T22:59:44.411Z | Downloaded ssh-key v0.6.6 |
| 1112 | 2025-09-02T22:59:44.416Z | Downloaded darling_macro v0.20.10 |
| 1113 | 2025-09-02T22:59:44.421Z | Downloaded tinyvec_macros v0.1.1 |
| 1114 | 2025-09-02T22:59:44.421Z | Downloaded serde_bytes v0.11.17 |
| 1115 | 2025-09-02T22:59:44.421Z | Downloaded peg-macros v0.8.5 |
| 1116 | 2025-09-02T22:59:44.425Z | Downloaded password-hash v0.5.0 |
| 1117 | 2025-09-02T22:59:44.425Z | Downloaded password-hash v0.4.2 |
| 1118 | 2025-09-02T22:59:44.425Z | Downloaded ring v0.17.14 |
| 1119 | 2025-09-02T22:59:44.474Z | Downloaded parking_lot_core v0.9.10 |
| 1120 | 2025-09-02T22:59:44.478Z | Downloaded hkdf v0.12.4 |
| 1121 | 2025-09-02T22:59:44.478Z | Downloaded encoding_rs v0.8.34 |
| 1122 | 2025-09-02T22:59:44.482Z | Downloaded aho-corasick v1.1.3 |
| 1123 | 2025-09-02T22:59:44.487Z | Downloaded tagptr v0.2.0 |
| 1124 | 2025-09-02T22:59:44.490Z | Downloaded slog v2.7.0 |
| 1125 | 2025-09-02T22:59:44.493Z | Downloaded crypto-bigint v0.5.5 |
| 1126 | 2025-09-02T22:59:44.496Z | Downloaded progenitor-macro v0.8.0 |
| 1127 | 2025-09-02T22:59:44.499Z | Downloaded csv-core v0.1.11 |
| 1128 | 2025-09-02T22:59:44.499Z | Downloaded walkdir v2.5.0 |
| 1129 | 2025-09-02T22:59:44.499Z | Downloaded test-strategy v0.4.3 |
| 1130 | 2025-09-02T22:59:44.503Z | Downloaded aes-gcm v0.10.3 |
| 1131 | 2025-09-02T22:59:44.506Z | Downloaded salsa20 v0.10.2 |
| 1132 | 2025-09-02T22:59:44.509Z | Downloaded rusty-fork v0.3.0 |
| 1133 | 2025-09-02T22:59:44.509Z | Downloaded libm v0.2.8 |
| 1134 | 2025-09-02T22:59:44.515Z | Downloaded tokio-postgres v0.7.13 |
| 1135 | 2025-09-02T22:59:44.518Z | Downloaded const_format v0.2.34 |
| 1136 | 2025-09-02T22:59:44.522Z | Downloaded pem v3.0.5 |
| 1137 | 2025-09-02T22:59:44.526Z | Downloaded darling_core v0.21.0 |
| 1138 | 2025-09-02T22:59:44.530Z | Downloaded take_mut v0.2.2 |
| 1139 | 2025-09-02T22:59:44.530Z | Downloaded cc v1.2.30 |
| 1140 | 2025-09-02T22:59:44.533Z | Downloaded spki v0.7.3 |
| 1141 | 2025-09-02T22:59:44.538Z | Downloaded derive_builder v0.20.2 |
| 1142 | 2025-09-02T22:59:44.541Z | Downloaded qorb v0.4.1 |
| 1143 | 2025-09-02T22:59:44.541Z | Downloaded structmeta-derive v0.3.0 |
| 1144 | 2025-09-02T22:59:44.544Z | Downloaded num-integer v0.1.46 |
| 1145 | 2025-09-02T22:59:44.544Z | Downloaded http v1.3.1 |
| 1146 | 2025-09-02T22:59:44.548Z | Downloaded hickory-resolver v0.25.2 |
| 1147 | 2025-09-02T22:59:44.552Z | Downloaded ena v0.14.3 |
| 1148 | 2025-09-02T22:59:44.552Z | Downloaded dropshot_endpoint v0.16.3 |
| 1149 | 2025-09-02T22:59:44.555Z | Downloaded unsafe-libyaml v0.2.11 |
| 1150 | 2025-09-02T22:59:44.559Z | Downloaded tracing-core v0.1.32 |
| 1151 | 2025-09-02T22:59:44.559Z | Downloaded display-error-chain v0.2.2 |
| 1152 | 2025-09-02T22:59:44.563Z | Downloaded term v0.7.0 |
| 1153 | 2025-09-02T22:59:44.563Z | Downloaded derive_more v0.99.20 |
| 1154 | 2025-09-02T22:59:44.566Z | Downloaded bytes v1.10.1 |
| 1155 | 2025-09-02T22:59:44.569Z | Downloaded gethostname v0.5.0 |
| 1156 | 2025-09-02T22:59:44.573Z | Downloaded wyz v0.5.1 |
| 1157 | 2025-09-02T22:59:44.573Z | Downloaded whoami v1.5.2 |
| 1158 | 2025-09-02T22:59:44.578Z | Downloaded which v4.4.2 |
| 1159 | 2025-09-02T22:59:44.578Z | Downloaded tokio-tungstenite v0.23.1 |
| 1160 | 2025-09-02T22:59:44.603Z | Downloaded rustc-demangle v0.1.24 |
| 1161 | 2025-09-02T22:59:44.603Z | Downloaded rtoolbox v0.0.2 |
| 1162 | 2025-09-02T22:59:44.603Z | Downloaded rfc6979 v0.4.0 |
| 1163 | 2025-09-02T22:59:44.603Z | Downloaded jiff-static v0.2.15 |
| 1164 | 2025-09-02T22:59:44.603Z | Downloaded filetime v0.2.25 |
| 1165 | 2025-09-02T22:59:44.603Z | Downloaded termios v0.3.3 |
| 1166 | 2025-09-02T22:59:44.607Z | Downloaded ssh-encoding v0.2.0 |
| 1167 | 2025-09-02T22:59:44.607Z | Downloaded postgres-types v0.2.9 |
| 1168 | 2025-09-02T22:59:44.612Z | Downloaded toml v0.9.5 |
| 1169 | 2025-09-02T22:59:44.619Z | Downloaded hickory-resolver v0.24.4 |
| 1170 | 2025-09-02T22:59:44.624Z | Downloaded dirs-sys-next v0.1.2 |
| 1171 | 2025-09-02T22:59:44.627Z | Downloaded slog-bunyan v2.5.0 |
| 1172 | 2025-09-02T22:59:44.627Z | Downloaded slog-async v2.8.0 |
| 1173 | 2025-09-02T22:59:44.630Z | Downloaded pbkdf2 v0.12.2 |
| 1174 | 2025-09-02T22:59:44.630Z | Downloaded aes v0.8.4 |
| 1175 | 2025-09-02T22:59:44.634Z | Downloaded rustc-hash v1.1.0 |
| 1176 | 2025-09-02T22:59:44.637Z | Downloaded peg v0.8.5 |
| 1177 | 2025-09-02T22:59:44.640Z | Downloaded backtrace v0.3.74 |
| 1178 | 2025-09-02T22:59:44.645Z | Downloaded proc-macro-crate v1.3.1 |
| 1179 | 2025-09-02T22:59:44.648Z | Downloaded nanorand v0.7.0 |
| 1180 | 2025-09-02T22:59:44.651Z | Downloaded pkg-config v0.3.31 |
| 1181 | 2025-09-02T22:59:44.651Z | Downloaded toml v0.7.8 |
| 1182 | 2025-09-02T22:59:44.655Z | Downloaded foreign-types-macros v0.2.3 |
| 1183 | 2025-09-02T22:59:44.655Z | Downloaded foreign-types v0.5.0 |
| 1184 | 2025-09-02T22:59:44.658Z | Downloaded ff v0.13.0 |
| 1185 | 2025-09-02T22:59:44.658Z | Downloaded document-features v0.2.11 |
| 1186 | 2025-09-02T22:59:44.658Z | Downloaded defmt-macros v0.3.9 |
| 1187 | 2025-09-02T22:59:44.661Z | Downloaded tracing-attributes v0.1.27 |
| 1188 | 2025-09-02T22:59:44.664Z | Downloaded signal-hook v0.3.18 |
| 1189 | 2025-09-02T22:59:44.667Z | Downloaded chacha20poly1305 v0.10.1 |
| 1190 | 2025-09-02T22:59:44.667Z | Downloaded parse-display-derive v0.10.0 |
| 1191 | 2025-09-02T22:59:44.670Z | Downloaded rustls-native-certs v0.8.1 |
| 1192 | 2025-09-02T22:59:44.670Z | Downloaded vsss-rs v3.3.4 |
| 1193 | 2025-09-02T22:59:44.673Z | Downloaded indicatif v0.17.11 |
| 1194 | 2025-09-02T22:59:44.676Z | Downloaded tokio-rustls v0.24.1 |
| 1195 | 2025-09-02T22:59:44.679Z | Downloaded universal-hash v0.5.1 |
| 1196 | 2025-09-02T22:59:44.682Z | Downloaded typify-macro v0.2.0 |
| 1197 | 2025-09-02T22:59:44.682Z | Downloaded tui-tree-widget v0.23.1 |
| 1198 | 2025-09-02T22:59:44.686Z | Downloaded cookie_store v0.21.1 |
| 1199 | 2025-09-02T22:59:44.686Z | Downloaded tinyvec v1.8.0 |
| 1200 | 2025-09-02T22:59:44.689Z | Downloaded hashbrown v0.12.3 |
| 1201 | 2025-09-02T22:59:44.693Z | Downloaded crossbeam-utils v0.8.21 |
| 1202 | 2025-09-02T22:59:44.697Z | Downloaded crossbeam-epoch v0.9.18 |
| 1203 | 2025-09-02T22:59:44.700Z | Downloaded blake2 v0.10.6 |
| 1204 | 2025-09-02T22:59:44.704Z | Downloaded indicatif v0.18.0 |
| 1205 | 2025-09-02T22:59:44.708Z | Downloaded ignore v0.4.23 |
| 1206 | 2025-09-02T22:59:44.711Z | Downloaded const-oid v0.9.6 |
| 1207 | 2025-09-02T22:59:44.711Z | Downloaded clang-sys v1.8.1 |
| 1208 | 2025-09-02T22:59:44.711Z | Downloaded arrayvec v0.7.6 |
| 1209 | 2025-09-02T22:59:44.714Z | Downloaded env_filter v0.1.2 |
| 1210 | 2025-09-02T22:59:44.714Z | Downloaded derive_builder_macro v0.20.2 |
| 1211 | 2025-09-02T22:59:44.717Z | Downloaded toml_datetime v0.7.0 |
| 1212 | 2025-09-02T22:59:44.717Z | Downloaded rustls-pemfile v2.2.0 |
| 1213 | 2025-09-02T22:59:44.720Z | Downloaded linked-hash-map v0.5.6 |
| 1214 | 2025-09-02T22:59:44.720Z | Downloaded libloading v0.8.5 |
| 1215 | 2025-09-02T22:59:44.724Z | Downloaded jobserver v0.1.32 |
| 1216 | 2025-09-02T22:59:44.724Z | Downloaded ipnetwork v0.21.1 |
| 1217 | 2025-09-02T22:59:44.727Z | Downloaded slog-json v2.6.1 |
| 1218 | 2025-09-02T22:59:44.727Z | Downloaded postgres-protocol v0.6.8 |
| 1219 | 2025-09-02T22:59:44.732Z | Downloaded want v0.3.1 |
| 1220 | 2025-09-02T22:59:44.732Z | Downloaded typify-macro v0.3.0 |
| 1221 | 2025-09-02T22:59:44.732Z | Downloaded try-lock v0.2.5 |
| 1222 | 2025-09-02T22:59:44.735Z | Downloaded tiny-keccak v2.0.2 |
| 1223 | 2025-09-02T22:59:44.735Z | Downloaded strum_macros v0.27.1 |
| 1224 | 2025-09-02T22:59:44.735Z | Downloaded signal-hook-mio v0.2.4 |
| 1225 | 2025-09-02T22:59:44.738Z | Downloaded shlex v1.3.0 |
| 1226 | 2025-09-02T22:59:44.738Z | Downloaded hickory-server v0.25.2 |
| 1227 | 2025-09-02T22:59:44.741Z | Downloaded crc32fast v1.4.2 |
| 1228 | 2025-09-02T22:59:44.744Z | Downloaded cancel-safe-futures v0.1.5 |
| 1229 | 2025-09-02T22:59:44.747Z | Downloaded bzip2 v0.4.4 |
| 1230 | 2025-09-02T22:59:44.747Z | Downloaded signal-hook-registry v1.4.2 |
| 1231 | 2025-09-02T22:59:44.750Z | Downloaded serde_plain v1.0.2 |
| 1232 | 2025-09-02T22:59:44.750Z | Downloaded serde_path_to_error v0.1.17 |
| 1233 | 2025-09-02T22:59:44.750Z | Downloaded scopeguard v1.2.0 |
| 1234 | 2025-09-02T22:59:44.753Z | Downloaded rustc_version v0.4.1 |
| 1235 | 2025-09-02T22:59:44.753Z | Downloaded console v0.16.0 |
| 1236 | 2025-09-02T22:59:44.756Z | Downloaded bzip2 v0.5.2 |
| 1237 | 2025-09-02T22:59:44.756Z | Downloaded colored v2.2.0 |
| 1238 | 2025-09-02T22:59:44.759Z | Downloaded linear-map v1.2.0 |
| 1239 | 2025-09-02T22:59:44.763Z | Downloaded libsw v3.5.0 |
| 1240 | 2025-09-02T22:59:44.763Z | Downloaded lzss v0.8.2 |
| 1241 | 2025-09-02T22:59:44.763Z | Downloaded lru v0.12.5 |
| 1242 | 2025-09-02T22:59:44.766Z | Downloaded lockfree-object-pool v0.1.6 |
| 1243 | 2025-09-02T22:59:44.766Z | Downloaded libefi-sys v0.1.0 |
| 1244 | 2025-09-02T22:59:44.769Z | Downloaded lazy_static v1.5.0 |
| 1245 | 2025-09-02T22:59:44.769Z | Downloaded lalrpop-util v0.19.12 |
| 1246 | 2025-09-02T22:59:44.772Z | Downloaded sync-ptr v0.1.4 |
| 1247 | 2025-09-02T22:59:44.772Z | Downloaded structmeta v0.3.0 |
| 1248 | 2025-09-02T22:59:44.772Z | Downloaded pretty-hex v0.2.1 |
| 1249 | 2025-09-02T22:59:44.775Z | Downloaded predicates-core v1.0.8 |
| 1250 | 2025-09-02T22:59:44.775Z | Downloaded rustls-pemfile v1.0.4 |
| 1251 | 2025-09-02T22:59:44.775Z | Downloaded highway v1.3.0 |
| 1252 | 2025-09-02T22:59:44.778Z | Downloaded hashbrown v0.13.2 |
| 1253 | 2025-09-02T22:59:44.782Z | Downloaded convert_case v0.4.0 |
| 1254 | 2025-09-02T22:59:44.782Z | Downloaded const_format_proc_macros v0.2.34 |
| 1255 | 2025-09-02T22:59:44.785Z | Downloaded bit-vec v0.8.0 |
| 1256 | 2025-09-02T22:59:44.785Z | Downloaded bcs v0.1.6 |
| 1257 | 2025-09-02T22:59:44.788Z | Downloaded base64 v0.22.1 |
| 1258 | 2025-09-02T22:59:44.792Z | Downloaded assert_matches v1.5.0 |
| 1259 | 2025-09-02T22:59:44.792Z | Downloaded hostname v0.3.1 |
| 1260 | 2025-09-02T22:59:44.795Z | Downloaded castaway v0.2.3 |
| 1261 | 2025-09-02T22:59:44.795Z | Downloaded bitflags v1.3.2 |
| 1262 | 2025-09-02T22:59:44.798Z | Downloaded bitfield v0.14.0 |
| 1263 | 2025-09-02T22:59:44.798Z | Downloaded indoc v1.0.9 |
| 1264 | 2025-09-02T22:59:44.801Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1265 | 2025-09-02T22:59:44.801Z | Downloaded bit-set v0.8.0 |
| 1266 | 2025-09-02T22:59:44.805Z | Downloaded arrayref v0.3.9 |
| 1267 | 2025-09-02T22:59:44.805Z | Downloaded hubpack v0.1.2 |
| 1268 | 2025-09-02T22:59:44.808Z | Downloaded ciborium-ll v0.2.2 |
| 1269 | 2025-09-02T22:59:44.808Z | Downloaded cbc v0.1.2 |
| 1270 | 2025-09-02T22:59:44.808Z | Downloaded internet-checksum v0.2.1 |
| 1271 | 2025-09-02T22:59:44.808Z | Downloaded cargo-platform v0.1.8 |
| 1272 | 2025-09-02T22:59:44.811Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1273 | 2025-09-02T22:59:44.811Z | Downloaded hyper-tls v0.6.0 |
| 1274 | 2025-09-02T22:59:44.811Z | Downloaded home v0.5.9 |
| 1275 | 2025-09-02T22:59:44.814Z | Downloaded hash32 v0.3.1 |
| 1276 | 2025-09-02T22:59:44.814Z | Downloaded hex-literal v0.4.1 |
| 1277 | 2025-09-02T22:59:44.814Z | Downloaded ciborium-io v0.2.2 |
| 1278 | 2025-09-02T22:59:44.818Z | Downloaded async-recursion v1.1.1 |
| 1279 | 2025-09-02T22:59:44.818Z | Downloaded hex v0.4.3 |
| 1280 | 2025-09-02T22:59:44.822Z | Downloaded heck v0.3.3 |
| 1281 | 2025-09-02T22:59:44.822Z | Downloaded convert_case v0.7.1 |
| 1282 | 2025-09-02T22:59:44.822Z | Downloaded backoff v0.4.0 |
| 1283 | 2025-09-02T22:59:44.827Z | Downloaded allocator-api2 v0.2.21 |
| 1284 | 2025-09-02T22:59:44.827Z | Downloaded ascii-canvas v3.0.0 |
| 1285 | 2025-09-02T22:59:44.830Z | Downloaded globset v0.4.15 |
| 1286 | 2025-09-02T22:59:44.830Z | Downloaded is-terminal v0.4.13 |
| 1287 | 2025-09-02T22:59:44.830Z | Downloaded globwalk v0.9.1 |
| 1288 | 2025-09-02T22:59:44.830Z | Downloaded buf-list v1.0.3 |
| 1289 | 2025-09-02T22:59:44.833Z | Downloaded base64 v0.13.1 |
| 1290 | 2025-09-02T22:59:44.836Z | Downloaded array-init v0.0.4 |
| 1291 | 2025-09-02T22:59:44.836Z | Downloaded atomicwrites v0.4.4 |
| 1292 | 2025-09-02T22:59:44.836Z | Downloaded adler2 v2.0.0 |
| 1293 | 2025-09-02T22:59:44.839Z | Downloaded ahash v0.8.12 |
| 1294 | 2025-09-02T22:59:44.839Z | Downloaded aead v0.5.2 |
| 1295 | 2025-09-02T22:59:44.843Z | Downloaded bumpalo v3.16.0 |
| 1296 | 2025-09-02T22:59:44.847Z | Downloaded argon2 v0.5.3 |
| 1297 | 2025-09-02T22:59:44.847Z | Downloaded blowfish v0.9.1 |
| 1298 | 2025-09-02T22:59:44.847Z | Downloaded bit-vec v0.6.3 |
| 1299 | 2025-09-02T22:59:44.850Z | Downloaded bit-set v0.5.3 |
| 1300 | 2025-09-02T22:59:45.120Z | Downloaded aws-lc-sys v0.26.0 |
| 1301 | 2025-09-02T22:59:45.416Z | Compiling value-bag v1.9.0 |
| 1302 | 2025-09-02T22:59:45.416Z | Compiling shlex v1.3.0 |
| 1303 | 2025-09-02T22:59:45.416Z | Compiling lock_api v0.4.12 |
| 1304 | 2025-09-02T22:59:45.420Z | Compiling scopeguard v1.2.0 |
| 1305 | 2025-09-02T22:59:45.420Z | Compiling typenum v1.17.0 |
| 1306 | 2025-09-02T22:59:45.420Z | Compiling generic-array v0.14.7 |
| 1307 | 2025-09-02T22:59:45.420Z | Compiling syn v2.0.104 |
| 1308 | 2025-09-02T22:59:45.420Z | Compiling getrandom v0.2.15 |
| 1309 | 2025-09-02T22:59:45.772Z | Compiling jobserver v0.1.32 |
| 1310 | 2025-09-02T22:59:45.905Z | Compiling smallvec v1.15.1 |
| 1311 | 2025-09-02T22:59:45.999Z | Compiling rand_core v0.6.4 |
| 1312 | 2025-09-02T22:59:46.080Z | Compiling log v0.4.27 |
| 1313 | 2025-09-02T22:59:46.204Z | Compiling cc v1.2.30 |
| 1314 | 2025-09-02T22:59:46.395Z | Compiling portable-atomic v1.11.0 |
| 1315 | 2025-09-02T22:59:46.559Z | Compiling subtle v2.6.1 |
| 1316 | 2025-09-02T22:59:46.581Z | Compiling critical-section v1.1.3 |
| 1317 | 2025-09-02T22:59:46.602Z | Compiling const-oid v0.9.6 |
| 1318 | 2025-09-02T22:59:46.748Z | Compiling pkg-config v0.3.31 |
| 1319 | 2025-09-02T22:59:46.820Z | Compiling parking_lot_core v0.9.10 |
| 1320 | 2025-09-02T22:59:46.932Z | Compiling pin-project-lite v0.2.14 |
| 1321 | 2025-09-02T22:59:47.089Z | Compiling rustix v0.38.37 |
| 1322 | 2025-09-02T22:59:47.913Z | Compiling signal-hook-registry v1.4.2 |
| 1323 | 2025-09-02T22:59:47.972Z | Compiling parking_lot v0.12.3 |
| 1324 | 2025-09-02T22:59:48.033Z | Compiling mio v1.0.2 |
| 1325 | 2025-09-02T22:59:48.066Z | Compiling futures-core v0.3.31 |
| 1326 | 2025-09-02T22:59:48.333Z | Compiling spin v0.9.8 |
| 1327 | 2025-09-02T22:59:48.586Z | Compiling once_cell v1.21.3 |
| 1328 | 2025-09-02T22:59:48.626Z | Compiling socket2 v0.6.0 |
| 1329 | 2025-09-02T22:59:48.730Z | Compiling aho-corasick v1.1.3 |
| 1330 | 2025-09-02T22:59:48.763Z | Compiling slab v0.4.9 |
| 1331 | 2025-09-02T22:59:48.819Z | Compiling getrandom v0.3.1 |
| 1332 | 2025-09-02T22:59:48.993Z | Compiling regex-syntax v0.8.5 |
| 1333 | 2025-09-02T22:59:49.121Z | Compiling libm v0.2.8 |
| 1334 | 2025-09-02T22:59:49.143Z | Compiling cpufeatures v0.2.14 |
| 1335 | 2025-09-02T22:59:49.261Z | Compiling serde_json v1.0.142 |
| 1336 | 2025-09-02T22:59:49.493Z | Compiling allocator-api2 v0.2.21 |
| 1337 | 2025-09-02T22:59:49.521Z | Compiling foldhash v0.1.5 |
| 1338 | 2025-09-02T22:59:49.705Z | Compiling num-traits v0.2.19 |
| 1339 | 2025-09-02T22:59:49.818Z | Compiling futures-sink v0.3.31 |
| 1340 | 2025-09-02T22:59:49.990Z | Compiling glob v0.3.2 |
| 1341 | 2025-09-02T22:59:50.011Z | Compiling either v1.15.0 |
| 1342 | 2025-09-02T22:59:50.056Z | Compiling percent-encoding v2.3.1 |
| 1343 | 2025-09-02T22:59:50.245Z | Compiling hashbrown v0.15.4 |
| 1344 | 2025-09-02T22:59:50.380Z | Compiling futures-channel v0.3.31 |
| 1345 | 2025-09-02T22:59:50.807Z | Compiling pin-utils v0.1.0 |
| 1346 | 2025-09-02T22:59:50.863Z | Compiling clang-sys v1.8.1 |
| 1347 | 2025-09-02T22:59:50.921Z | Compiling prettyplease v0.2.36 |
| 1348 | 2025-09-02T22:59:51.190Z | Compiling futures-task v0.3.31 |
| 1349 | 2025-09-02T22:59:51.297Z | Compiling futures-io v0.3.31 |
| 1350 | 2025-09-02T22:59:51.532Z | Compiling lazy_static v1.5.0 |
| 1351 | 2025-09-02T22:59:51.586Z | Compiling minimal-lexical v0.2.1 |
| 1352 | 2025-09-02T22:59:51.618Z | Compiling libloading v0.8.5 |
| 1353 | 2025-09-02T22:59:51.665Z | Compiling bindgen v0.69.5 |
| 1354 | 2025-09-02T22:59:51.792Z | Compiling base64ct v1.6.0 |
| 1355 | 2025-09-02T22:59:52.004Z | Compiling nom v7.1.3 |
| 1356 | 2025-09-02T22:59:52.079Z | Compiling home v0.5.9 |
| 1357 | 2025-09-02T22:59:52.294Z | Compiling pem-rfc7468 v0.7.0 |
| 1358 | 2025-09-02T22:59:52.662Z | Compiling regex-automata v0.4.8 |
| 1359 | 2025-09-02T22:59:52.963Z | Compiling itertools v0.12.1 |
| 1360 | 2025-09-02T22:59:53.114Z | Compiling synstructure v0.13.1 |
| 1361 | 2025-09-02T22:59:54.530Z | Compiling rustc-hash v1.1.0 |
| 1362 | 2025-09-02T22:59:54.741Z | Compiling lazycell v1.3.0 |
| 1363 | 2025-09-02T22:59:54.945Z | Compiling flagset v0.4.6 |
| 1364 | 2025-09-02T22:59:54.968Z | Compiling cmake v0.1.51 |
| 1365 | 2025-09-02T22:59:55.202Z | Compiling cexpr v0.6.0 |
| 1366 | 2025-09-02T22:59:55.360Z | Compiling fs_extra v1.3.0 |
| 1367 | 2025-09-02T22:59:55.854Z | Compiling dunce v1.0.5 |
| 1368 | 2025-09-02T22:59:55.929Z | Compiling form_urlencoded v1.2.1 |
| 1369 | 2025-09-02T22:59:55.974Z | Compiling paste v1.0.15 |
| 1370 | 2025-09-02T22:59:56.008Z | Compiling vcpkg v0.2.15 |
| 1371 | 2025-09-02T22:59:56.191Z | Compiling ring v0.17.14 |
| 1372 | 2025-09-02T22:59:56.242Z | Compiling tracing-core v0.1.32 |
| 1373 | 2025-09-02T22:59:56.690Z | Compiling iana-time-zone v0.1.63 |
| 1374 | 2025-09-02T22:59:57.078Z | Compiling aws-lc-rs v1.12.4 |
| 1375 | 2025-09-02T22:59:57.423Z | Compiling base64 v0.22.1 |
| 1376 | 2025-09-02T22:59:57.533Z | Compiling tinyvec_macros v0.1.1 |
| 1377 | 2025-09-02T22:59:57.629Z | Compiling httparse v1.9.5 |
| 1378 | 2025-09-02T22:59:57.650Z | Compiling rustls-pki-types v1.10.0 |
| 1379 | 2025-09-02T22:59:57.669Z | Compiling openssl-sys v0.9.109 |
| 1380 | 2025-09-02T22:59:58.054Z | Compiling regex v1.11.1 |
| 1381 | 2025-09-02T22:59:58.148Z | Compiling serde_derive v1.0.219 |
| 1382 | 2025-09-02T22:59:58.274Z | Compiling zeroize_derive v1.4.2 |
| 1383 | 2025-09-02T22:59:58.544Z | Compiling zerofrom-derive v0.1.4 |
| 1384 | 2025-09-02T22:59:58.706Z | Compiling yoke-derive v0.7.4 |
| 1385 | 2025-09-02T22:59:58.945Z | Compiling zerovec-derive v0.10.3 |
| 1386 | 2025-09-02T22:59:59.587Z | Compiling zeroize v1.8.1 |
| 1387 | 2025-09-02T23:00:01.355Z | Compiling crypto-common v0.1.6 |
| 1388 | 2025-09-02T23:00:01.375Z | Compiling block-buffer v0.10.4 |
| 1389 | 2025-09-02T23:00:01.447Z | Compiling displaydoc v0.2.5 |
| 1390 | 2025-09-02T23:00:01.592Z | Compiling digest v0.10.7 |
| 1391 | 2025-09-02T23:00:01.653Z | Compiling tokio-macros v2.5.0 |
| 1392 | 2025-09-02T23:00:01.913Z | Compiling zerofrom v0.1.4 |
| 1393 | 2025-09-02T23:00:02.067Z | Compiling zerocopy-derive v0.7.35 |
| 1394 | 2025-09-02T23:00:02.134Z | Compiling yoke v0.7.4 |
| 1395 | 2025-09-02T23:00:02.389Z | Compiling hmac v0.12.1 |
| 1396 | 2025-09-02T23:00:02.517Z | Compiling zerovec v0.10.4 |
| 1397 | 2025-09-02T23:00:02.659Z | Compiling icu_provider_macros v1.5.0 |
| 1398 | 2025-09-02T23:00:02.895Z | Compiling block-padding v0.3.3 |
| 1399 | 2025-09-02T23:00:02.916Z | Compiling futures-macro v0.3.31 |
| 1400 | 2025-09-02T23:00:02.937Z | Compiling sha2 v0.10.9 |
| 1401 | 2025-09-02T23:00:03.066Z | Compiling der_derive v0.7.3 |
| 1402 | 2025-09-02T23:00:03.174Z | Compiling inout v0.1.3 |
| 1403 | 2025-09-02T23:00:03.454Z | Compiling cipher v0.4.4 |
| 1404 | 2025-09-02T23:00:03.716Z | Compiling thiserror-impl v1.0.69 |
| 1405 | 2025-09-02T23:00:03.994Z | Compiling salsa20 v0.10.2 |
| 1406 | 2025-09-02T23:00:04.076Z | Compiling zerocopy v0.7.35 |
| 1407 | 2025-09-02T23:00:04.242Z | Compiling tinystr v0.7.6 |
| 1408 | 2025-09-02T23:00:04.510Z | Compiling icu_collections v1.5.0 |
| 1409 | 2025-09-02T23:00:04.681Z | Compiling icu_locid v1.5.0 |
| 1410 | 2025-09-02T23:00:04.803Z | Compiling futures-util v0.3.31 |
| 1411 | 2025-09-02T23:00:05.387Z | Compiling der v0.7.9 |
| 1412 | 2025-09-02T23:00:05.414Z | Compiling serde v1.0.219 |
| 1413 | 2025-09-02T23:00:05.481Z | Compiling ppv-lite86 v0.2.20 |
| 1414 | 2025-09-02T23:00:05.830Z | Compiling icu_provider v1.5.0 |
| 1415 | 2025-09-02T23:00:06.264Z | Compiling pbkdf2 v0.12.2 |
| 1416 | 2025-09-02T23:00:06.459Z | Compiling scrypt v0.11.0 |
| 1417 | 2025-09-02T23:00:06.480Z | Compiling icu_locid_transform v1.5.0 |
| 1418 | 2025-09-02T23:00:06.651Z | Compiling cbc v0.1.2 |
| 1419 | 2025-09-02T23:00:06.669Z | Compiling thiserror v1.0.69 |
| 1420 | 2025-09-02T23:00:06.753Z | Compiling aes v0.8.4 |
| 1421 | 2025-09-02T23:00:06.834Z | Compiling pest v2.7.14 |
| 1422 | 2025-09-02T23:00:06.969Z | Compiling tracing-attributes v0.1.27 |
| 1423 | 2025-09-02T23:00:06.998Z | Compiling scroll_derive v0.12.0 |
| 1424 | 2025-09-02T23:00:08.245Z | Compiling icu_properties v1.5.1 |
| 1425 | 2025-09-02T23:00:08.408Z | Compiling spki v0.7.3 |
| 1426 | 2025-09-02T23:00:08.695Z | Compiling rustversion v1.0.17 |
| 1427 | 2025-09-02T23:00:08.783Z | Compiling pkcs5 v0.7.1 |
| 1428 | 2025-09-02T23:00:09.389Z | Compiling pest_meta v2.7.14 |
| 1429 | 2025-09-02T23:00:09.492Z | Compiling pkcs8 v0.10.2 |
| 1430 | 2025-09-02T23:00:09.924Z | Compiling scroll v0.12.0 |
| 1431 | 2025-09-02T23:00:10.018Z | Compiling tinyvec v1.8.0 |
| 1432 | 2025-09-02T23:00:10.060Z | Compiling serde_derive_internals v0.29.1 |
| 1433 | 2025-09-02T23:00:10.137Z | Compiling rand_core v0.9.3 |
| 1434 | 2025-09-02T23:00:10.159Z | Compiling tracing v0.1.40 |
| 1435 | 2025-09-02T23:00:10.486Z | Compiling bitflags v2.9.1 |
| 1436 | 2025-09-02T23:00:10.699Z | Compiling bytes v1.10.1 |
| 1437 | 2025-09-02T23:00:10.739Z | Compiling semver v1.0.26 |
| 1438 | 2025-09-02T23:00:11.416Z | Compiling indexmap v2.10.0 |
| 1439 | 2025-09-02T23:00:11.493Z | Compiling rustc_version v0.4.1 |
| 1440 | 2025-09-02T23:00:12.127Z | Compiling tokio v1.47.0 |
| 1441 | 2025-09-02T23:00:12.160Z | Compiling icu_normalizer v1.5.0 |
| 1442 | 2025-09-02T23:00:12.326Z | Compiling http v1.3.1 |
| 1443 | 2025-09-02T23:00:12.772Z | Compiling uuid v1.17.0 |
| 1444 | 2025-09-02T23:00:12.831Z | Compiling chrono v0.4.41 |
| 1445 | 2025-09-02T23:00:13.491Z | Compiling idna_adapter v1.2.0 |
| 1446 | 2025-09-02T23:00:13.699Z | Compiling idna v1.0.3 |
| 1447 | 2025-09-02T23:00:13.736Z | Compiling pest_generator v2.7.14 |
| 1448 | 2025-09-02T23:00:13.863Z | Compiling http-body v1.0.1 |
| 1449 | 2025-09-02T23:00:14.126Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1450 | 2025-09-02T23:00:14.182Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1451 | 2025-09-02T23:00:14.430Z | Compiling url v2.5.4 |
| 1452 | 2025-09-02T23:00:14.653Z | Compiling which v4.4.2 |
| 1453 | 2025-09-02T23:00:14.972Z | Compiling foreign-types-shared v0.1.1 |
| 1454 | 2025-09-02T23:00:15.235Z | Compiling time-core v0.1.2 |
| 1455 | 2025-09-02T23:00:15.276Z | Compiling num-conv v0.1.0 |
| 1456 | 2025-09-02T23:00:15.447Z | Compiling untrusted v0.9.0 |
| 1457 | 2025-09-02T23:00:15.526Z | Compiling adler2 v2.0.0 |
| 1458 | 2025-09-02T23:00:15.583Z | Compiling openssl-probe v0.1.5 |
| 1459 | 2025-09-02T23:00:15.652Z | Compiling atomic-waker v1.1.2 |
| 1460 | 2025-09-02T23:00:15.679Z | Compiling try-lock v0.2.5 |
| 1461 | 2025-09-02T23:00:15.755Z | Compiling powerfmt v0.2.0 |
| 1462 | 2025-09-02T23:00:15.856Z | Compiling openssl v0.10.73 |
| 1463 | 2025-09-02T23:00:15.877Z | Compiling untrusted v0.7.1 |
| 1464 | 2025-09-02T23:00:15.909Z | Compiling tower-service v0.3.3 |
| 1465 | 2025-09-02T23:00:16.066Z | Compiling schemars v0.8.22 |
| 1466 | 2025-09-02T23:00:16.091Z | Compiling goblin v0.8.2 |
| 1467 | 2025-09-02T23:00:16.158Z | Compiling deranged v0.3.11 |
| 1468 | 2025-09-02T23:00:16.236Z | Compiling want v0.3.1 |
| 1469 | 2025-09-02T23:00:16.260Z | Compiling miniz_oxide v0.8.5 |
| 1470 | 2025-09-02T23:00:16.474Z | Compiling time-macros v0.2.18 |
| 1471 | 2025-09-02T23:00:16.544Z | Compiling pest_derive v2.7.14 |
| 1472 | 2025-09-02T23:00:17.397Z | Compiling foreign-types v0.3.2 |
| 1473 | 2025-09-02T23:00:17.606Z | Compiling schemars_derive v0.8.22 |
| 1474 | 2025-09-02T23:00:18.734Z | Compiling rand_chacha v0.9.0 |
| 1475 | 2025-09-02T23:00:19.347Z | Compiling ipnet v2.11.0 |
| 1476 | 2025-09-02T23:00:20.475Z | Compiling tokio-util v0.7.15 |
| 1477 | 2025-09-02T23:00:21.214Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2025-09-02T23:00:21.785Z | Compiling syn v1.0.109 |
| 1479 | 2025-09-02T23:00:21.920Z | Compiling httpdate v1.0.3 |
| 1480 | 2025-09-02T23:00:22.017Z | Compiling h2 v0.4.6 |
| 1481 | 2025-09-02T23:00:22.365Z | Compiling crossbeam-utils v0.8.21 |
| 1482 | 2025-09-02T23:00:22.387Z | Compiling dyn-clone v1.0.20 |
| 1483 | 2025-09-02T23:00:22.626Z | Compiling rustls v0.23.19 |
| 1484 | 2025-09-02T23:00:22.755Z | Compiling zerocopy v0.8.26 |
| 1485 | 2025-09-02T23:00:22.957Z | Compiling num_threads v0.1.7 |
| 1486 | 2025-09-02T23:00:22.975Z | Compiling native-tls v0.2.12 |
| 1487 | 2025-09-02T23:00:23.117Z | Compiling time v0.3.36 |
| 1488 | 2025-09-02T23:00:24.941Z | Compiling dof v0.3.0 |
| 1489 | 2025-09-02T23:00:25.469Z | Compiling rand v0.9.2 |
| 1490 | 2025-09-02T23:00:26.774Z | Compiling dtrace-parser v0.2.0 |
| 1491 | 2025-09-02T23:00:26.795Z | Compiling heapless v0.7.17 |
| 1492 | 2025-09-02T23:00:27.247Z | Compiling unicode-normalization v0.1.24 |
| 1493 | 2025-09-02T23:00:27.275Z | Compiling signature v2.2.0 |
| 1494 | 2025-09-02T23:00:27.608Z | Compiling zerocopy-derive v0.8.26 |
| 1495 | 2025-09-02T23:00:27.681Z | Compiling cookie v0.18.1 |
| 1496 | 2025-09-02T23:00:28.009Z | Compiling crc32fast v1.4.2 |
| 1497 | 2025-09-02T23:00:28.265Z | Compiling siphasher v0.3.11 |
| 1498 | 2025-09-02T23:00:28.355Z | Compiling unicode-properties v0.1.3 |
| 1499 | 2025-09-02T23:00:28.631Z | Compiling zlib-rs v0.5.1 |
| 1500 | 2025-09-02T23:00:28.667Z | Compiling signal-hook v0.3.18 |
| 1501 | 2025-09-02T23:00:28.785Z | Compiling zstd-safe v7.2.3 |
| 1502 | 2025-09-02T23:00:28.985Z | Compiling unicode-bidi v0.3.17 |
| 1503 | 2025-09-02T23:00:29.131Z | Compiling slog v2.7.0 |
| 1504 | 2025-09-02T23:00:29.690Z | Compiling hyper v1.6.0 |
| 1505 | 2025-09-02T23:00:30.254Z | Compiling stringprep v0.1.5 |
| 1506 | 2025-09-02T23:00:31.338Z | Compiling phf_shared v0.11.2 |
| 1507 | 2025-09-02T23:00:31.695Z | Compiling usdt-impl v0.5.0 |
| 1508 | 2025-09-02T23:00:31.868Z | Compiling curve25519-dalek v4.1.3 |
| 1509 | 2025-09-02T23:00:32.554Z | Compiling hyper-util v0.1.16 |
| 1510 | 2025-09-02T23:00:33.002Z | Compiling serde_spanned v0.6.9 |
| 1511 | 2025-09-02T23:00:33.034Z | Compiling serde_tokenstream v0.2.2 |
| 1512 | 2025-09-02T23:00:33.219Z | Compiling toml_datetime v0.6.11 |
| 1513 | 2025-09-02T23:00:33.270Z | Compiling rand_chacha v0.3.1 |
| 1514 | 2025-09-02T23:00:33.614Z | Compiling md-5 v0.10.6 |
| 1515 | 2025-09-02T23:00:33.767Z | Compiling num-integer v0.1.46 |
| 1516 | 2025-09-02T23:00:33.899Z | Compiling sync_wrapper v1.0.1 |
| 1517 | 2025-09-02T23:00:34.083Z | Compiling ff v0.13.0 |
| 1518 | 2025-09-02T23:00:34.336Z | Compiling hash32 v0.2.1 |
| 1519 | 2025-09-02T23:00:34.339Z | Compiling memoffset v0.9.1 |
| 1520 | 2025-09-02T23:00:34.459Z | Compiling psl-types v2.0.11 |
| 1521 | 2025-09-02T23:00:34.691Z | Compiling litrs v0.4.1 |
| 1522 | 2025-09-02T23:00:34.715Z | Compiling num-bigint-dig v0.8.4 |
| 1523 | 2025-09-02T23:00:34.731Z | Compiling libz-rs-sys v0.5.1 |
| 1524 | 2025-09-02T23:00:35.064Z | Compiling newtype-uuid v1.2.4 |
| 1525 | 2025-09-02T23:00:35.083Z | Compiling smoltcp v0.9.1 |
| 1526 | 2025-09-02T23:00:35.380Z | Compiling gimli v0.31.1 |
| 1527 | 2025-09-02T23:00:35.643Z | Compiling cfg_aliases v0.2.1 |
| 1528 | 2025-09-02T23:00:35.697Z | Compiling tower-layer v0.3.3 |
| 1529 | 2025-09-02T23:00:35.722Z | Compiling base16ct v0.2.0 |
| 1530 | 2025-09-02T23:00:35.722Z | Compiling fallible-iterator v0.2.0 |
| 1531 | 2025-09-02T23:00:35.761Z | Compiling nix v0.29.0 |
| 1532 | 2025-09-02T23:00:35.984Z | Compiling sec1 v0.7.3 |
| 1533 | 2025-09-02T23:00:36.075Z | Compiling tower v0.5.2 |
| 1534 | 2025-09-02T23:00:36.167Z | Compiling document-features v0.2.11 |
| 1535 | 2025-09-02T23:00:36.372Z | Compiling postgres-protocol v0.6.8 |
| 1536 | 2025-09-02T23:00:36.613Z | Compiling flate2 v1.1.2 |
| 1537 | 2025-09-02T23:00:36.917Z | Compiling publicsuffix v2.3.0 |
| 1538 | 2025-09-02T23:00:37.243Z | Compiling num-iter v0.1.45 |
| 1539 | 2025-09-02T23:00:37.406Z | Compiling group v0.13.0 |
| 1540 | 2025-09-02T23:00:37.439Z | Compiling rand v0.8.5 |
| 1541 | 2025-09-02T23:00:37.632Z | Compiling tokio-native-tls v0.3.1 |
| 1542 | 2025-09-02T23:00:38.162Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2025-09-02T23:00:38.542Z | Compiling strum_macros v0.27.1 |
| 1544 | 2025-09-02T23:00:38.610Z | Compiling rustls-native-certs v0.8.1 |
| 1545 | 2025-09-02T23:00:38.677Z | Compiling terminal_size v0.4.0 |
| 1546 | 2025-09-02T23:00:38.923Z | Compiling http-body-util v0.1.3 |
| 1547 | 2025-09-02T23:00:38.958Z | Compiling hkdf v0.12.4 |
| 1548 | 2025-09-02T23:00:39.163Z | Compiling crypto-bigint v0.5.5 |
| 1549 | 2025-09-02T23:00:39.245Z | Compiling webpki-roots v1.0.1 |
| 1550 | 2025-09-02T23:00:39.357Z | Compiling async-trait v0.1.89 |
| 1551 | 2025-09-02T23:00:39.422Z | Compiling thiserror-impl v2.0.12 |
| 1552 | 2025-09-02T23:00:39.456Z | Compiling addr2line v0.24.2 |
| 1553 | 2025-09-02T23:00:40.064Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1554 | 2025-09-02T23:00:40.162Z | Compiling object v0.36.5 |
| 1555 | 2025-09-02T23:00:41.446Z | Compiling fs-err v3.1.1 |
| 1556 | 2025-09-02T23:00:41.794Z | Compiling ahash v0.8.12 |
| 1557 | 2025-09-02T23:00:41.860Z | Compiling rustix v1.0.7 |
| 1558 | 2025-09-02T23:00:42.173Z | Compiling winnow v0.5.40 |
| 1559 | 2025-09-02T23:00:42.587Z | Compiling bumpalo v3.16.0 |
| 1560 | 2025-09-02T23:00:42.608Z | Compiling simd-adler32 v0.3.7 |
| 1561 | 2025-09-02T23:00:43.072Z | Compiling managed v0.8.0 |
| 1562 | 2025-09-02T23:00:43.147Z | Compiling rustc-demangle v0.1.24 |
| 1563 | 2025-09-02T23:00:43.238Z | Compiling hubpack_derive v0.1.1 |
| 1564 | 2025-09-02T23:00:43.351Z | Compiling anyhow v1.0.99 |
| 1565 | 2025-09-02T23:00:43.501Z | Compiling iri-string v0.7.8 |
| 1566 | 2025-09-02T23:00:43.971Z | Compiling lockfree-object-pool v0.1.6 |
| 1567 | 2025-09-02T23:00:44.043Z | Compiling buf-list v1.0.3 |
| 1568 | 2025-09-02T23:00:44.156Z | Compiling bitflags v1.3.2 |
| 1569 | 2025-09-02T23:00:44.253Z | Compiling zopfli v0.8.1 |
| 1570 | 2025-09-02T23:00:44.753Z | Compiling hubpack v0.1.2 |
| 1571 | 2025-09-02T23:00:45.212Z | Compiling strum v0.27.2 |
| 1572 | 2025-09-02T23:00:45.432Z | Compiling clap_builder v4.5.41 |
| 1573 | 2025-09-02T23:00:45.453Z | Compiling toml_edit v0.19.15 |
| 1574 | 2025-09-02T23:00:45.758Z | Compiling thiserror v2.0.12 |
| 1575 | 2025-09-02T23:00:45.995Z | Compiling elliptic-curve v0.13.8 |
| 1576 | 2025-09-02T23:00:46.208Z | Compiling hyper-tls v0.6.0 |
| 1577 | 2025-09-02T23:00:46.604Z | Compiling tower-http v0.6.6 |
| 1578 | 2025-09-02T23:00:46.809Z | Compiling backtrace v0.3.74 |
| 1579 | 2025-09-02T23:00:47.254Z | Compiling oxnet v0.1.3 |
| 1580 | 2025-09-02T23:00:47.442Z | Compiling signal-hook-mio v0.2.4 |
| 1581 | 2025-09-02T23:00:47.635Z | Compiling cookie_store v0.21.1 |
| 1582 | 2025-09-02T23:00:47.975Z | Compiling zstd v0.13.3 |
| 1583 | 2025-09-02T23:00:48.513Z | Compiling postgres-types v0.2.9 |
| 1584 | 2025-09-02T23:00:49.582Z | Compiling usdt-attr-macro v0.5.0 |
| 1585 | 2025-09-02T23:00:49.608Z | Compiling usdt-macro v0.5.0 |
| 1586 | 2025-09-02T23:00:49.772Z | Compiling phf v0.11.2 |
| 1587 | 2025-09-02T23:00:50.092Z | Compiling ed25519 v2.2.3 |
| 1588 | 2025-09-02T23:00:51.126Z | Compiling bzip2 v0.4.4 |
| 1589 | 2025-09-02T23:00:51.183Z | Compiling bzip2 v0.5.2 |
| 1590 | 2025-09-02T23:00:51.537Z | Compiling strum_macros v0.26.4 |
| 1591 | 2025-09-02T23:00:51.590Z | Compiling serde-big-array v0.5.1 |
| 1592 | 2025-09-02T23:00:51.844Z | Compiling serde_urlencoded v0.7.1 |
| 1593 | 2025-09-02T23:00:51.944Z | Compiling pkcs1 v0.7.5 |
| 1594 | 2025-09-02T23:00:51.963Z | Compiling rfc6979 v0.4.0 |
| 1595 | 2025-09-02T23:00:52.178Z | Compiling daft-derive v0.1.4 |
| 1596 | 2025-09-02T23:00:52.348Z | Compiling enum-as-inner v0.6.1 |
| 1597 | 2025-09-02T23:00:52.824Z | Compiling clap_derive v4.5.41 |
| 1598 | 2025-09-02T23:00:52.954Z | Compiling serde_repr v0.1.19 |
| 1599 | 2025-09-02T23:00:53.412Z | Compiling bstr v1.10.0 |
| 1600 | 2025-09-02T23:00:53.652Z | Compiling float-cmp v0.10.0 |
| 1601 | 2025-09-02T23:00:53.766Z | Compiling socket2 v0.5.10 |
| 1602 | 2025-09-02T23:00:53.912Z | Compiling encoding_rs v0.8.34 |
| 1603 | 2025-09-02T23:00:54.066Z | Compiling mime v0.3.17 |
| 1604 | 2025-09-02T23:00:54.556Z | Compiling difflib v0.4.0 |
| 1605 | 2025-09-02T23:00:54.729Z | Compiling precomputed-hash v0.1.1 |
| 1606 | 2025-09-02T23:00:54.883Z | Compiling normalize-line-endings v0.3.0 |
| 1607 | 2025-09-02T23:00:54.957Z | Compiling data-encoding v2.9.0 |
| 1608 | 2025-09-02T23:00:55.041Z | Compiling new_debug_unreachable v1.0.6 |
| 1609 | 2025-09-02T23:00:55.162Z | Compiling static_assertions v1.1.0 |
| 1610 | 2025-09-02T23:00:55.289Z | Compiling whoami v1.5.2 |
| 1611 | 2025-09-02T23:00:55.857Z | Compiling fixedbitset v0.4.2 |
| 1612 | 2025-09-02T23:00:55.898Z | Compiling unicode-segmentation v1.12.0 |
| 1613 | 2025-09-02T23:00:55.928Z | Compiling predicates-core v1.0.8 |
| 1614 | 2025-09-02T23:00:56.265Z | Compiling petgraph v0.6.5 |
| 1615 | 2025-09-02T23:00:56.329Z | Compiling predicates v3.1.3 |
| 1616 | 2025-09-02T23:00:56.755Z | Compiling similar v2.7.0 |
| 1617 | 2025-09-02T23:00:56.777Z | Compiling strum v0.26.3 |
| 1618 | 2025-09-02T23:00:56.980Z | Compiling toml_edit v0.22.27 |
| 1619 | 2025-09-02T23:00:57.327Z | Compiling clap v4.5.41 |
| 1620 | 2025-09-02T23:00:57.469Z | Compiling tokio-postgres v0.7.13 |
| 1621 | 2025-09-02T23:00:57.581Z | Compiling hickory-proto v0.25.2 |
| 1622 | 2025-09-02T23:00:57.799Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1623 | 2025-09-02T23:00:58.787Z | Compiling string_cache v0.8.9 |
| 1624 | 2025-09-02T23:00:59.241Z | Compiling console v0.15.10 |
| 1625 | 2025-09-02T23:00:59.831Z | Compiling usdt v0.5.0 |
| 1626 | 2025-09-02T23:01:00.184Z | Compiling daft v0.1.4 |
| 1627 | 2025-09-02T23:01:00.336Z | Compiling rsa v0.9.6 |
| 1628 | 2025-09-02T23:01:00.592Z | Compiling ecdsa v0.16.9 |
| 1629 | 2025-09-02T23:01:00.759Z | Compiling zip v4.2.0 |
| 1630 | 2025-09-02T23:01:01.443Z | Compiling zip v0.6.6 |
| 1631 | 2025-09-02T23:01:02.727Z | Compiling ed25519-dalek v2.1.1 |
| 1632 | 2025-09-02T23:01:02.844Z | Compiling toml v0.7.8 |
| 1633 | 2025-09-02T23:01:04.184Z | Compiling crossterm v0.28.1 |
| 1634 | 2025-09-02T23:01:05.009Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1635 | 2025-09-02T23:01:05.091Z | Compiling crossbeam-epoch v0.9.18 |
| 1636 | 2025-09-02T23:01:05.318Z | Compiling tokio-stream v0.1.17 |
| 1637 | 2025-09-02T23:01:05.421Z | Compiling openapiv3 v2.2.0 |
| 1638 | 2025-09-02T23:01:05.772Z | Compiling x509-cert v0.2.5 |
| 1639 | 2025-09-02T23:01:06.266Z | Compiling sha1 v0.10.6 |
| 1640 | 2025-09-02T23:01:06.729Z | Compiling itertools v0.13.0 |
| 1641 | 2025-09-02T23:01:07.348Z | Compiling itertools v0.10.5 |
| 1642 | 2025-09-02T23:01:07.665Z | Compiling dirs-sys-next v0.1.2 |
| 1643 | 2025-09-02T23:01:07.970Z | Compiling winnow v0.6.26 |
| 1644 | 2025-09-02T23:01:08.222Z | Compiling peg-runtime v0.8.5 |
| 1645 | 2025-09-02T23:01:08.805Z | Compiling lalrpop-util v0.19.12 |
| 1646 | 2025-09-02T23:01:09.187Z | Compiling rustc-hash v2.1.1 |
| 1647 | 2025-09-02T23:01:09.211Z | Compiling dirs-next v2.0.0 |
| 1648 | 2025-09-02T23:01:09.358Z | Compiling thread_local v1.1.8 |
| 1649 | 2025-09-02T23:01:09.403Z | Compiling slog-async v2.8.0 |
| 1650 | 2025-09-02T23:01:09.423Z | Compiling term v0.7.0 |
| 1651 | 2025-09-02T23:01:09.609Z | Compiling crossbeam-channel v0.5.15 |
| 1652 | 2025-09-02T23:01:09.850Z | Compiling xattr v1.3.1 |
| 1653 | 2025-09-02T23:01:09.853Z | Compiling futures-executor v0.3.31 |
| 1654 | 2025-09-02T23:01:10.009Z | Compiling filetime v0.2.25 |
| 1655 | 2025-09-02T23:01:10.123Z | Compiling is-terminal v0.4.13 |
| 1656 | 2025-09-02T23:01:10.128Z | Compiling take_mut v0.2.2 |
| 1657 | 2025-09-02T23:01:10.286Z | Compiling slog-term v2.9.1 |
| 1658 | 2025-09-02T23:01:10.324Z | Compiling tar v0.4.44 |
| 1659 | 2025-09-02T23:01:10.346Z | Compiling futures v0.3.31 |
| 1660 | 2025-09-02T23:01:10.368Z | Compiling camino v1.1.11 |
| 1661 | 2025-09-02T23:01:15.061Z | Compiling aws-lc-sys v0.26.0 |
| 1662 | 2025-09-02T23:01:44.467Z | Compiling rustls-webpki v0.102.8 |
| 1663 | 2025-09-02T23:01:49.014Z | Compiling tokio-rustls v0.26.0 |
| 1664 | 2025-09-02T23:01:49.272Z | Compiling hyper-rustls v0.27.7 |
| 1665 | 2025-09-02T23:01:49.605Z | Compiling reqwest v0.12.22 |
| 1666 | 2025-09-02T23:01:53.037Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1667 | 2025-09-02T23:01:53.337Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1668 | 2025-09-02T23:01:57.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
| 1669 | 2025-09-02T23:01:58.099Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1670 | 2025-09-02T23:01:58.153Z | Sep 02 23:01:56.514 INFO Starting download, target: Cockroach |
| 1671 | 2025-09-02T23:01:58.153Z | Sep 02 23:01:56.514 INFO Starting download, target: DendriteStub |
| 1672 | 2025-09-02T23:01:58.153Z | Sep 02 23:01:56.514 INFO Starting download, target: Clickhouse |
| 1673 | 2025-09-02T23:01:58.153Z | Sep 02 23:01:56.514 INFO Starting download, target: Console |
| 1674 | 2025-09-02T23:01:58.156Z | Sep 02 23:01:56.514 INFO Starting download, target: MaghemiteMgd |
| 1675 | 2025-09-02T23:01:58.156Z | Sep 02 23:01:56.514 INFO Starting download, target: TransceiverControl |
| 1676 | 2025-09-02T23:01:58.156Z | Sep 02 23:01:56.515 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1677 | 2025-09-02T23:01:58.157Z | Sep 02 23:01:56.515 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1678 | 2025-09-02T23:01:58.157Z | Sep 02 23:01:56.515 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1679 | 2025-09-02T23:01:58.157Z | Sep 02 23:01:56.515 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1680 | 2025-09-02T23:01:58.157Z | Sep 02 23:01:56.515 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1681 | 2025-09-02T23:01:58.157Z | Sep 02 23:01:56.515 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1682 | 2025-09-02T23:01:58.546Z | Sep 02 23:01:56.906 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1683 | 2025-09-02T23:01:58.636Z | Sep 02 23:01:56.989 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1684 | 2025-09-02T23:01:59.004Z | Sep 02 23:01:57.364 INFO Download complete, target: TransceiverControl |
| 1685 | 2025-09-02T23:01:59.096Z | Sep 02 23:01:57.456 INFO Download complete, target: Console |
| 1686 | 2025-09-02T23:01:59.623Z | Sep 02 23:01:57.981 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1687 | 2025-09-02T23:02:00.030Z | Sep 02 23:01:58.389 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1688 | 2025-09-02T23:02:00.030Z | Sep 02 23:01:58.390 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1689 | 2025-09-02T23:02:00.077Z | Sep 02 23:01:58.437 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1690 | 2025-09-02T23:02:00.109Z | Sep 02 23:01:58.469 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1691 | 2025-09-02T23:02:03.246Z | Sep 02 23:02:01.603 INFO Download complete, target: DendriteStub |
| 1692 | 2025-09-02T23:02:03.677Z | Sep 02 23:02:02.033 INFO Download complete, target: MaghemiteMgd |
| 1693 | 2025-09-02T23:02:06.856Z | Sep 02 23:02:05.212 INFO Checking that binary works, target: Cockroach |
| 1694 | 2025-09-02T23:02:07.023Z | Sep 02 23:02:05.379 INFO Download complete, target: Cockroach |
| 1695 | 2025-09-02T23:02:10.979Z | Sep 02 23:02:09.332 INFO Checking that binary works, target: Clickhouse |
| 1696 | 2025-09-02T23:02:11.144Z | Sep 02 23:02:09.493 INFO Download complete, target: Clickhouse |
| 1697 | 2025-09-02T23:02:11.195Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1698 | 2025-09-02T23:02:11.214Z | |
| 1699 | 2025-09-02T23:02:11.214Z | real 4:41.761234430 |
| 1700 | 2025-09-02T23:02:11.214Z | user 16:29.819328499 |
| 1701 | 2025-09-02T23:02:11.214Z | sys 2:20.068436999 |
| 1702 | 2025-09-02T23:02:11.215Z | trap 0.609470416 |
| 1703 | 2025-09-02T23:02:11.215Z | tflt 0.864886383 |
| 1704 | 2025-09-02T23:02:11.215Z | dflt 1.153110192 |
| 1705 | 2025-09-02T23:02:11.215Z | kflt 0.027679662 |
| 1706 | 2025-09-02T23:02:11.215Z | lock 38:25.884386883 |
| 1707 | 2025-09-02T23:02:11.215Z | slp 59:36.447701709 |
| 1708 | 2025-09-02T23:02:11.215Z | lat 1:13.214598744 |
| 1709 | 2025-09-02T23:02:11.215Z | stop 2:51.184671362 |
| 1710 | 2025-09-02T23:02:11.215Z | + banner clippy |
| 1711 | 2025-09-02T23:02:11.215Z | |
| 1712 | 2025-09-02T23:02:11.215Z | #### # # ##### ##### # # |
| 1713 | 2025-09-02T23:02:11.215Z | # # # # # # # # # # |
| 1714 | 2025-09-02T23:02:11.215Z | # # # # # # # # |
| 1715 | 2025-09-02T23:02:11.215Z | # # # ##### ##### # |
| 1716 | 2025-09-02T23:02:11.215Z | # # # # # # # |
| 1717 | 2025-09-02T23:02:11.215Z | #### ###### # # # # |
| 1718 | 2025-09-02T23:02:11.215Z | |
| 1719 | 2025-09-02T23:02:11.215Z | + export CARGO_INCREMENTAL=0 |
| 1720 | 2025-09-02T23:02:11.215Z | + CARGO_INCREMENTAL=0 |
| 1721 | 2025-09-02T23:02:11.215Z | + ptime -m cargo xtask clippy |
| 1722 | 2025-09-02T23:02:11.928Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1723 | 2025-09-02T23:02:12.203Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1724 | 2025-09-02T23:02:15.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 1725 | 2025-09-02T23:02:15.249Z | Running `target/debug/xtask clippy` |
| 1726 | 2025-09-02T23:02:15.300Z | running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1727 | 2025-09-02T23:02:16.113Z | Downloading crates ... |
| 1728 | 2025-09-02T23:02:16.445Z | Downloaded async-attributes v1.1.2 |
| 1729 | 2025-09-02T23:02:16.452Z | Downloaded async-channel v1.9.0 |
| 1730 | 2025-09-02T23:02:16.474Z | Downloaded async-channel v2.3.1 |
| 1731 | 2025-09-02T23:02:16.480Z | Downloaded assert_cmd v2.0.17 |
| 1732 | 2025-09-02T23:02:16.480Z | Downloaded assert-json-diff v2.0.2 |
| 1733 | 2025-09-02T23:02:16.480Z | Downloaded approx v0.5.1 |
| 1734 | 2025-09-02T23:02:16.481Z | Downloaded anes v0.1.6 |
| 1735 | 2025-09-02T23:02:16.481Z | Downloaded cast v0.3.0 |
| 1736 | 2025-09-02T23:02:16.481Z | Downloaded async-executor v1.13.1 |
| 1737 | 2025-09-02T23:02:16.481Z | Downloaded nested v0.1.1 |
| 1738 | 2025-09-02T23:02:16.481Z | Downloaded concurrent-queue v2.5.0 |
| 1739 | 2025-09-02T23:02:16.491Z | Downloaded partial-io v0.5.4 |
| 1740 | 2025-09-02T23:02:16.491Z | Downloaded cfg-expr v0.20.1 |
| 1741 | 2025-09-02T23:02:16.491Z | Downloaded criterion v0.7.0 |
| 1742 | 2025-09-02T23:02:16.495Z | Downloaded async-global-executor v2.4.1 |
| 1743 | 2025-09-02T23:02:16.499Z | Downloaded criterion-plot v0.6.0 |
| 1744 | 2025-09-02T23:02:16.499Z | Downloaded blocking v1.6.1 |
| 1745 | 2025-09-02T23:02:16.503Z | Downloaded async-io v2.3.4 |
| 1746 | 2025-09-02T23:02:16.503Z | Downloaded async-task v4.7.1 |
| 1747 | 2025-09-02T23:02:16.506Z | Downloaded piper v0.2.4 |
| 1748 | 2025-09-02T23:02:16.510Z | Downloaded oorandom v11.1.4 |
| 1749 | 2025-09-02T23:02:16.516Z | Downloaded async-signal v0.2.10 |
| 1750 | 2025-09-02T23:02:16.526Z | Downloaded escape8259 v0.5.3 |
| 1751 | 2025-09-02T23:02:16.526Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1752 | 2025-09-02T23:02:16.526Z | Downloaded doc-comment v0.3.3 |
| 1753 | 2025-09-02T23:02:16.532Z | Downloaded plotters-svg v0.3.7 |
| 1754 | 2025-09-02T23:02:16.533Z | Downloaded plotters-backend v0.3.7 |
| 1755 | 2025-09-02T23:02:16.543Z | Downloaded event-listener-strategy v0.5.2 |
| 1756 | 2025-09-02T23:02:16.543Z | Downloaded kv-log-macro v1.0.7 |
| 1757 | 2025-09-02T23:02:16.543Z | Downloaded target-triple v0.1.3 |
| 1758 | 2025-09-02T23:02:16.544Z | Downloaded path-tree v0.8.1 |
| 1759 | 2025-09-02T23:02:16.544Z | Downloaded async-object-pool v0.1.5 |
| 1760 | 2025-09-02T23:02:16.549Z | Downloaded futures-timer v3.0.3 |
| 1761 | 2025-09-02T23:02:16.549Z | Downloaded proc-macro-crate v3.2.0 |
| 1762 | 2025-09-02T23:02:16.549Z | Downloaded parking v2.2.1 |
| 1763 | 2025-09-02T23:02:16.554Z | Downloaded stringmetrics v2.2.2 |
| 1764 | 2025-09-02T23:02:16.555Z | Downloaded blake2b_simd v1.0.2 |
| 1765 | 2025-09-02T23:02:16.555Z | Downloaded target-spec v3.5.0 |
| 1766 | 2025-09-02T23:02:16.561Z | Downloaded serde_regex v1.1.0 |
| 1767 | 2025-09-02T23:02:16.561Z | Downloaded pathdiff v0.2.3 |
| 1768 | 2025-09-02T23:02:16.561Z | Downloaded event-listener v2.5.3 |
| 1769 | 2025-09-02T23:02:16.561Z | Downloaded similar-asserts v1.7.0 |
| 1770 | 2025-09-02T23:02:16.561Z | Downloaded relative-path v1.9.3 |
| 1771 | 2025-09-02T23:02:16.562Z | Downloaded event-listener v5.3.1 |
| 1772 | 2025-09-02T23:02:16.569Z | Downloaded target-lexicon v0.13.2 |
| 1773 | 2025-09-02T23:02:16.569Z | Downloaded fancy-regex v0.14.0 |
| 1774 | 2025-09-02T23:02:16.577Z | Downloaded httptest v0.16.3 |
| 1775 | 2025-09-02T23:02:16.577Z | Downloaded async-lock v3.4.0 |
| 1776 | 2025-09-02T23:02:16.578Z | Downloaded tinytemplate v1.2.1 |
| 1777 | 2025-09-02T23:02:16.578Z | Downloaded rust-argon2 v2.1.0 |
| 1778 | 2025-09-02T23:02:16.585Z | Downloaded futures-lite v2.3.0 |
| 1779 | 2025-09-02T23:02:16.585Z | Downloaded async-process v2.3.0 |
| 1780 | 2025-09-02T23:02:16.585Z | Downloaded datatest-stable v0.3.2 |
| 1781 | 2025-09-02T23:02:16.586Z | Downloaded trybuild v1.0.106 |
| 1782 | 2025-09-02T23:02:16.593Z | Downloaded rstest v0.25.0 |
| 1783 | 2025-09-02T23:02:16.593Z | Downloaded rstest_macros v0.25.0 |
| 1784 | 2025-09-02T23:02:16.599Z | Downloaded rand_distr v0.5.1 |
| 1785 | 2025-09-02T23:02:16.600Z | Downloaded polling v3.7.3 |
| 1786 | 2025-09-02T23:02:16.606Z | Downloaded libtest-mimic v0.8.1 |
| 1787 | 2025-09-02T23:02:16.606Z | Downloaded async-std v1.13.0 |
| 1788 | 2025-09-02T23:02:16.622Z | Downloaded plotters v0.3.7 |
| 1789 | 2025-09-02T23:02:16.629Z | Downloaded guppy v0.17.20 |
| 1790 | 2025-09-02T23:02:16.703Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1791 | 2025-09-02T23:02:18.602Z | Checking cfg-if v1.0.1 |
| 1792 | 2025-09-02T23:02:18.990Z | Checking libc v0.2.174 |
| 1793 | 2025-09-02T23:02:19.032Z | Checking serde v1.0.219 |
| 1794 | 2025-09-02T23:02:19.076Z | Checking memchr v2.7.4 |
| 1795 | 2025-09-02T23:02:19.123Z | Checking smallvec v1.15.1 |
| 1796 | 2025-09-02T23:02:19.165Z | Checking value-bag v1.9.0 |
| 1797 | 2025-09-02T23:02:19.218Z | Checking itoa v1.0.11 |
| 1798 | 2025-09-02T23:02:19.278Z | Checking scopeguard v1.2.0 |
| 1799 | 2025-09-02T23:02:19.344Z | Checking zeroize v1.8.1 |
| 1800 | 2025-09-02T23:02:19.504Z | Checking libm v0.2.8 |
| 1801 | 2025-09-02T23:02:19.563Z | Checking lock_api v0.4.12 |
| 1802 | 2025-09-02T23:02:19.610Z | Checking pin-project-lite v0.2.14 |
| 1803 | 2025-09-02T23:02:19.663Z | Checking log v0.4.27 |
| 1804 | 2025-09-02T23:02:19.718Z | Checking stable_deref_trait v1.2.0 |
| 1805 | 2025-09-02T23:02:19.807Z | Checking ryu v1.0.18 |
| 1806 | 2025-09-02T23:02:19.887Z | Checking zerofrom v0.1.4 |
| 1807 | 2025-09-02T23:02:19.941Z | Checking portable-atomic v1.11.0 |
| 1808 | 2025-09-02T23:02:19.988Z | Checking critical-section v1.1.3 |
| 1809 | 2025-09-02T23:02:20.039Z | Checking getrandom v0.2.15 |
| 1810 | 2025-09-02T23:02:20.113Z | Checking getrandom v0.3.1 |
| 1811 | 2025-09-02T23:02:20.167Z | Checking yoke v0.7.4 |
| 1812 | 2025-09-02T23:02:20.222Z | Checking parking_lot_core v0.9.10 |
| 1813 | 2025-09-02T23:02:20.277Z | Checking signal-hook-registry v1.4.2 |
| 1814 | 2025-09-02T23:02:20.330Z | Checking rand_core v0.6.4 |
| 1815 | 2025-09-02T23:02:20.407Z | Checking litemap v0.7.3 |
| 1816 | 2025-09-02T23:02:20.459Z | Checking num-traits v0.2.19 |
| 1817 | 2025-09-02T23:02:20.547Z | Checking zerovec v0.10.4 |
| 1818 | 2025-09-02T23:02:20.598Z | Checking parking_lot v0.12.3 |
| 1819 | 2025-09-02T23:02:20.598Z | Checking writeable v0.5.5 |
| 1820 | 2025-09-02T23:02:20.697Z | Checking percent-encoding v2.3.1 |
| 1821 | 2025-09-02T23:02:20.786Z | Checking subtle v2.6.1 |
| 1822 | 2025-09-02T23:02:20.938Z | Checking once_cell v1.21.3 |
| 1823 | 2025-09-02T23:02:20.997Z | Checking icu_locid_transform_data v1.5.0 |
| 1824 | 2025-09-02T23:02:21.001Z | Checking icu_properties_data v1.5.0 |
| 1825 | 2025-09-02T23:02:21.093Z | Checking utf8_iter v1.0.4 |
| 1826 | 2025-09-02T23:02:21.152Z | Checking byteorder v1.5.0 |
| 1827 | 2025-09-02T23:02:21.155Z | Checking icu_normalizer_data v1.5.0 |
| 1828 | 2025-09-02T23:02:21.329Z | Checking utf16_iter v1.0.5 |
| 1829 | 2025-09-02T23:02:21.332Z | Checking write16 v1.0.0 |
| 1830 | 2025-09-02T23:02:21.433Z | Checking mio v1.0.2 |
| 1831 | 2025-09-02T23:02:21.480Z | Checking form_urlencoded v1.2.1 |
| 1832 | 2025-09-02T23:02:21.563Z | Checking futures-core v0.3.31 |
| 1833 | 2025-09-02T23:02:21.612Z | Checking typenum v1.17.0 |
| 1834 | 2025-09-02T23:02:21.673Z | Checking socket2 v0.6.0 |
| 1835 | 2025-09-02T23:02:21.760Z | Checking allocator-api2 v0.2.21 |
| 1836 | 2025-09-02T23:02:21.819Z | Checking equivalent v1.0.2 |
| 1837 | 2025-09-02T23:02:21.887Z | Checking foldhash v0.1.5 |
| 1838 | 2025-09-02T23:02:22.019Z | Checking tinystr v0.7.6 |
| 1839 | 2025-09-02T23:02:22.019Z | Checking icu_collections v1.5.0 |
| 1840 | 2025-09-02T23:02:22.128Z | Checking futures-io v0.3.31 |
| 1841 | 2025-09-02T23:02:22.183Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1842 | 2025-09-02T23:02:22.183Z | Checking thiserror v1.0.69 |
| 1843 | 2025-09-02T23:02:22.343Z | Checking slab v0.4.9 |
| 1844 | 2025-09-02T23:02:22.398Z | Checking iana-time-zone v0.1.63 |
| 1845 | 2025-09-02T23:02:22.401Z | Checking hashbrown v0.15.4 |
| 1846 | 2025-09-02T23:02:22.493Z | Checking icu_locid v1.5.0 |
| 1847 | 2025-09-02T23:02:22.605Z | Checking const-oid v0.9.6 |
| 1848 | 2025-09-02T23:02:22.662Z | Checking zerocopy v0.7.35 |
| 1849 | 2025-09-02T23:02:22.753Z | Checking generic-array v0.14.7 |
| 1850 | 2025-09-02T23:02:22.757Z | Checking errno v0.3.12 |
| 1851 | 2025-09-02T23:02:22.848Z | Checking pin-utils v0.1.0 |
| 1852 | 2025-09-02T23:02:23.003Z | Checking futures-sink v0.3.31 |
| 1853 | 2025-09-02T23:02:23.059Z | Checking futures-task v0.3.31 |
| 1854 | 2025-09-02T23:02:23.146Z | Checking bytes v1.10.1 |
| 1855 | 2025-09-02T23:02:23.222Z | Checking bitflags v2.9.1 |
| 1856 | 2025-09-02T23:02:23.372Z | Checking serde_json v1.0.142 |
| 1857 | 2025-09-02T23:02:23.428Z | Checking icu_provider v1.5.0 |
| 1858 | 2025-09-02T23:02:23.503Z | Checking chrono v0.4.41 |
| 1859 | 2025-09-02T23:02:23.580Z | Checking uuid v1.17.0 |
| 1860 | 2025-09-02T23:02:23.863Z | Checking semver v1.0.26 |
| 1861 | 2025-09-02T23:02:23.945Z | Checking crypto-common v0.1.6 |
| 1862 | 2025-09-02T23:02:24.107Z | Checking icu_locid_transform v1.5.0 |
| 1863 | 2025-09-02T23:02:24.190Z | Checking tokio v1.47.0 |
| 1864 | 2025-09-02T23:02:24.244Z | Checking block-buffer v0.10.4 |
| 1865 | 2025-09-02T23:02:24.300Z | Checking futures-channel v0.3.31 |
| 1866 | 2025-09-02T23:02:24.353Z | Checking cpufeatures v0.2.14 |
| 1867 | 2025-09-02T23:02:24.521Z | Checking fnv v1.0.7 |
| 1868 | 2025-09-02T23:02:24.561Z | Checking dyn-clone v1.0.20 |
| 1869 | 2025-09-02T23:02:24.567Z | Checking digest v0.10.7 |
| 1870 | 2025-09-02T23:02:24.712Z | Checking indexmap v2.10.0 |
| 1871 | 2025-09-02T23:02:24.755Z | Checking futures-util v0.3.31 |
| 1872 | 2025-09-02T23:02:24.810Z | Checking ppv-lite86 v0.2.20 |
| 1873 | 2025-09-02T23:02:24.972Z | Checking tracing-core v0.1.32 |
| 1874 | 2025-09-02T23:02:25.039Z | Checking rustix v0.38.37 |
| 1875 | 2025-09-02T23:02:25.117Z | Checking icu_properties v1.5.1 |
| 1876 | 2025-09-02T23:02:25.582Z | Checking http v1.3.1 |
| 1877 | 2025-09-02T23:02:25.636Z | Checking thiserror v2.0.12 |
| 1878 | 2025-09-02T23:02:25.687Z | Checking tracing v0.1.40 |
| 1879 | 2025-09-02T23:02:25.843Z | Checking regex-syntax v0.8.5 |
| 1880 | 2025-09-02T23:02:25.904Z | Checking crossbeam-utils v0.8.21 |
| 1881 | 2025-09-02T23:02:26.076Z | Checking unicode-ident v1.0.18 |
| 1882 | 2025-09-02T23:02:26.308Z | Checking proc-macro2 v1.0.95 |
| 1883 | 2025-09-02T23:02:26.705Z | Checking block-padding v0.3.3 |
| 1884 | 2025-09-02T23:02:26.922Z | Checking aho-corasick v1.1.3 |
| 1885 | 2025-09-02T23:02:27.011Z | Checking inout v0.1.3 |
| 1886 | 2025-09-02T23:02:27.065Z | Checking quote v1.0.40 |
| 1887 | 2025-09-02T23:02:27.318Z | Checking cipher v0.4.4 |
| 1888 | 2025-09-02T23:02:27.474Z | Checking syn v2.0.104 |
| 1889 | 2025-09-02T23:02:27.815Z | Checking base64 v0.22.1 |
| 1890 | 2025-09-02T23:02:28.290Z | Checking ipnet v2.11.0 |
| 1891 | 2025-09-02T23:02:28.350Z | Checking spin v0.9.8 |
| 1892 | 2025-09-02T23:02:28.403Z | Checking icu_normalizer v1.5.0 |
| 1893 | 2025-09-02T23:02:28.577Z | Checking adler2 v2.0.0 |
| 1894 | 2025-09-02T23:02:28.725Z | Checking powerfmt v0.2.0 |
| 1895 | 2025-09-02T23:02:28.808Z | Checking atomic-waker v1.1.2 |
| 1896 | 2025-09-02T23:02:28.864Z | Checking miniz_oxide v0.8.5 |
| 1897 | 2025-09-02T23:02:29.018Z | Checking base64ct v1.6.0 |
| 1898 | 2025-09-02T23:02:29.077Z | Checking deranged v0.3.11 |
| 1899 | 2025-09-02T23:02:29.081Z | Checking regex-automata v0.4.8 |
| 1900 | 2025-09-02T23:02:29.234Z | Checking idna_adapter v1.2.0 |
| 1901 | 2025-09-02T23:02:29.368Z | Checking untrusted v0.9.0 |
| 1902 | 2025-09-02T23:02:29.484Z | Checking time-core v0.1.2 |
| 1903 | 2025-09-02T23:02:29.538Z | Checking idna v1.0.3 |
| 1904 | 2025-09-02T23:02:29.588Z | Checking num-conv v0.1.0 |
| 1905 | 2025-09-02T23:02:29.651Z | Checking num_threads v0.1.7 |
| 1906 | 2025-09-02T23:02:29.712Z | Checking ring v0.17.14 |
| 1907 | 2025-09-02T23:02:29.850Z | Checking hmac v0.12.1 |
| 1908 | 2025-09-02T23:02:29.902Z | Checking sha2 v0.10.9 |
| 1909 | 2025-09-02T23:02:30.046Z | Checking url v2.5.4 |
| 1910 | 2025-09-02T23:02:30.123Z | Checking httparse v1.9.5 |
| 1911 | 2025-09-02T23:02:30.387Z | Checking time v0.3.36 |
| 1912 | 2025-09-02T23:02:30.560Z | Checking rand_chacha v0.3.1 |
| 1913 | 2025-09-02T23:02:30.667Z | Checking rustls-pki-types v1.10.0 |
| 1914 | 2025-09-02T23:02:31.020Z | Checking schemars v0.8.22 |
| 1915 | 2025-09-02T23:02:31.075Z | Checking rand v0.8.5 |
| 1916 | 2025-09-02T23:02:31.151Z | Checking tokio-util v0.7.15 |
| 1917 | 2025-09-02T23:02:31.288Z | Checking http-body v1.0.1 |
| 1918 | 2025-09-02T23:02:31.595Z | Checking utf8parse v0.2.2 |
| 1919 | 2025-09-02T23:02:31.830Z | Checking pem-rfc7468 v0.7.0 |
| 1920 | 2025-09-02T23:02:31.977Z | Checking aws-lc-sys v0.26.0 |
| 1921 | 2025-09-02T23:02:32.148Z | Checking untrusted v0.7.1 |
| 1922 | 2025-09-02T23:02:32.327Z | Checking try-lock v0.2.5 |
| 1923 | 2025-09-02T23:02:32.402Z | Checking httpdate v1.0.3 |
| 1924 | 2025-09-02T23:02:32.548Z | Checking want v0.3.1 |
| 1925 | 2025-09-02T23:02:32.607Z | Checking h2 v0.4.6 |
| 1926 | 2025-09-02T23:02:32.659Z | Checking tower-service v0.3.3 |
| 1927 | 2025-09-02T23:02:32.715Z | Checking gimli v0.31.1 |
| 1928 | 2025-09-02T23:02:32.770Z | Checking object v0.36.5 |
| 1929 | 2025-09-02T23:02:32.819Z | Checking anstyle v1.0.11 |
| 1930 | 2025-09-02T23:02:32.869Z | Checking flagset v0.4.6 |
| 1931 | 2025-09-02T23:02:33.123Z | Checking rustc-demangle v0.1.24 |
| 1932 | 2025-09-02T23:02:33.236Z | Checking der v0.7.9 |
| 1933 | 2025-09-02T23:02:33.344Z | Checking pbkdf2 v0.12.2 |
| 1934 | 2025-09-02T23:02:33.541Z | Checking lazy_static v1.5.0 |
| 1935 | 2025-09-02T23:02:33.599Z | Checking aes v0.8.4 |
| 1936 | 2025-09-02T23:02:33.605Z | Checking mime v0.3.17 |
| 1937 | 2025-09-02T23:02:33.733Z | Checking regex v1.11.1 |
| 1938 | 2025-09-02T23:02:34.049Z | Checking anstyle-parse v0.2.5 |
| 1939 | 2025-09-02T23:02:34.136Z | Checking aws-lc-rs v1.12.4 |
| 1940 | 2025-09-02T23:02:34.395Z | Checking salsa20 v0.10.2 |
| 1941 | 2025-09-02T23:02:34.450Z | Checking cbc v0.1.2 |
| 1942 | 2025-09-02T23:02:34.614Z | Checking slog v2.7.0 |
| 1943 | 2025-09-02T23:02:34.677Z | Checking openssl-probe v0.1.5 |
| 1944 | 2025-09-02T23:02:34.732Z | Checking anstyle-query v1.1.1 |
| 1945 | 2025-09-02T23:02:34.897Z | Checking is_terminal_polyfill v1.70.1 |
| 1946 | 2025-09-02T23:02:34.955Z | Checking foreign-types-shared v0.1.1 |
| 1947 | 2025-09-02T23:02:34.958Z | Checking spki v0.7.3 |
| 1948 | 2025-09-02T23:02:35.094Z | Checking colorchoice v1.0.2 |
| 1949 | 2025-09-02T23:02:35.154Z | Checking scrypt v0.11.0 |
| 1950 | 2025-09-02T23:02:35.160Z | Checking foreign-types v0.3.2 |
| 1951 | 2025-09-02T23:02:35.307Z | Checking anstream v0.6.18 |
| 1952 | 2025-09-02T23:02:35.366Z | Checking http-body-util v0.1.3 |
| 1953 | 2025-09-02T23:02:35.370Z | Checking terminal_size v0.4.0 |
| 1954 | 2025-09-02T23:02:35.474Z | Checking openssl-sys v0.9.109 |
| 1955 | 2025-09-02T23:02:35.673Z | Checking pkcs5 v0.7.1 |
| 1956 | 2025-09-02T23:02:35.748Z | Checking clap_lex v0.7.4 |
| 1957 | 2025-09-02T23:02:35.825Z | Checking strsim v0.11.1 |
| 1958 | 2025-09-02T23:02:35.936Z | Checking rustls-webpki v0.102.8 |
| 1959 | 2025-09-02T23:02:36.072Z | Checking serde_urlencoded v0.7.1 |
| 1960 | 2025-09-02T23:02:36.166Z | Checking clap_builder v4.5.41 |
| 1961 | 2025-09-02T23:02:36.252Z | Checking pkcs8 v0.10.2 |
| 1962 | 2025-09-02T23:02:36.352Z | Checking addr2line v0.24.2 |
| 1963 | 2025-09-02T23:02:36.513Z | Checking encoding_rs v0.8.34 |
| 1964 | 2025-09-02T23:02:36.641Z | Checking either v1.15.0 |
| 1965 | 2025-09-02T23:02:36.701Z | Checking openssl v0.10.73 |
| 1966 | 2025-09-02T23:02:36.791Z | Checking rustls v0.23.19 |
| 1967 | 2025-09-02T23:02:36.908Z | Checking sync_wrapper v1.0.1 |
| 1968 | 2025-09-02T23:02:37.064Z | Checking tower-layer v0.3.3 |
| 1969 | 2025-09-02T23:02:37.120Z | Checking psl-types v2.0.11 |
| 1970 | 2025-09-02T23:02:37.384Z | Checking publicsuffix v2.3.0 |
| 1971 | 2025-09-02T23:02:37.440Z | Checking tower v0.5.2 |
| 1972 | 2025-09-02T23:02:37.710Z | Checking rustls-native-certs v0.8.1 |
| 1973 | 2025-09-02T23:02:37.962Z | Checking cookie v0.18.1 |
| 1974 | 2025-09-02T23:02:38.205Z | Checking webpki-roots v1.0.1 |
| 1975 | 2025-09-02T23:02:38.459Z | Checking serde_spanned v0.6.9 |
| 1976 | 2025-09-02T23:02:38.515Z | Checking toml_datetime v0.6.11 |
| 1977 | 2025-09-02T23:02:38.632Z | Checking backtrace v0.3.74 |
| 1978 | 2025-09-02T23:02:38.705Z | Checking hyper v1.6.0 |
| 1979 | 2025-09-02T23:02:38.760Z | Checking rand_core v0.9.3 |
| 1980 | 2025-09-02T23:02:38.808Z | Checking iri-string v0.7.8 |
| 1981 | 2025-09-02T23:02:38.896Z | Checking cookie_store v0.21.1 |
| 1982 | 2025-09-02T23:02:39.122Z | Checking clap v4.5.41 |
| 1983 | 2025-09-02T23:02:39.180Z | Checking ipnetwork v0.21.1 |
| 1984 | 2025-09-02T23:02:39.252Z | Checking anyhow v1.0.99 |
| 1985 | 2025-09-02T23:02:39.311Z | Checking unicode-width v0.2.0 |
| 1986 | 2025-09-02T23:02:39.652Z | Checking data-encoding v2.9.0 |
| 1987 | 2025-09-02T23:02:39.655Z | Checking rustix v1.0.7 |
| 1988 | 2025-09-02T23:02:39.750Z | Checking tinyvec_macros v0.1.1 |
| 1989 | 2025-09-02T23:02:39.858Z | Checking rand_chacha v0.9.0 |
| 1990 | 2025-09-02T23:02:39.916Z | Checking tinyvec v1.8.0 |
| 1991 | 2025-09-02T23:02:40.272Z | Checking openapiv3 v2.2.0 |
| 1992 | 2025-09-02T23:02:40.339Z | Checking signature v2.2.0 |
| 1993 | 2025-09-02T23:02:40.601Z | Checking scroll v0.12.0 |
| 1994 | 2025-09-02T23:02:40.716Z | Checking hyper-util v0.1.16 |
| 1995 | 2025-09-02T23:02:41.095Z | Checking winnow v0.7.10 |
| 1996 | 2025-09-02T23:02:41.268Z | Checking plain v0.2.3 |
| 1997 | 2025-09-02T23:02:41.425Z | Checking tower-http v0.6.6 |
| 1998 | 2025-09-02T23:02:41.491Z | Checking ucd-trie v0.1.7 |
| 1999 | 2025-09-02T23:02:41.747Z | Checking native-tls v0.2.12 |
| 2000 | 2025-09-02T23:02:41.802Z | Checking pest v2.7.14 |
| 2001 | 2025-09-02T23:02:41.805Z | Checking tokio-rustls v0.26.0 |
| 2002 | 2025-09-02T23:02:41.901Z | Checking goblin v0.8.2 |
| 2003 | 2025-09-02T23:02:41.990Z | Checking rand v0.9.2 |
| 2004 | 2025-09-02T23:02:42.100Z | Checking tokio-native-tls v0.3.1 |
| 2005 | 2025-09-02T23:02:42.285Z | Checking zerocopy v0.8.26 |
| 2006 | 2025-09-02T23:02:42.437Z | Checking pretty-hex v0.4.1 |
| 2007 | 2025-09-02T23:02:42.697Z | Checking thread-id v4.2.2 |
| 2008 | 2025-09-02T23:02:42.880Z | Checking sha1 v0.10.6 |
| 2009 | 2025-09-02T23:02:43.071Z | Checking num-integer v0.1.46 |
| 2010 | 2025-09-02T23:02:43.242Z | Checking memmap v0.7.0 |
| 2011 | 2025-09-02T23:02:43.341Z | Checking hyper-tls v0.6.0 |
| 2012 | 2025-09-02T23:02:43.508Z | Checking hyper-rustls v0.27.7 |
| 2013 | 2025-09-02T23:02:43.511Z | Checking crc32fast v1.4.2 |
| 2014 | 2025-09-02T23:02:43.751Z | Checking static_assertions v1.1.0 |
| 2015 | 2025-09-02T23:02:43.764Z | Checking bstr v1.10.0 |
| 2016 | 2025-09-02T23:02:43.770Z | Checking crossbeam-epoch v0.9.18 |
| 2017 | 2025-09-02T23:02:43.843Z | Checking base16ct v0.2.0 |
| 2018 | 2025-09-02T23:02:43.899Z | Checking reqwest v0.12.22 |
| 2019 | 2025-09-02T23:02:43.902Z | Checking oxnet v0.1.3 |
| 2020 | 2025-09-02T23:02:44.119Z | Checking sec1 v0.7.3 |
| 2021 | 2025-09-02T23:02:44.247Z | Checking ff v0.13.0 |
| 2022 | 2025-09-02T23:02:44.373Z | Checking dtrace-parser v0.2.0 |
| 2023 | 2025-09-02T23:02:44.431Z | Checking zlib-rs v0.5.1 |
| 2024 | 2025-09-02T23:02:44.509Z | Checking toml_write v0.1.2 |
| 2025 | 2025-09-02T23:02:44.565Z | Checking group v0.13.0 |
| 2026 | 2025-09-02T23:02:44.621Z | Checking num-iter v0.1.45 |
| 2027 | 2025-09-02T23:02:44.860Z | Checking hkdf v0.12.4 |
| 2028 | 2025-09-02T23:02:44.908Z | Checking toml_edit v0.22.27 |
| 2029 | 2025-09-02T23:02:44.911Z | Checking crypto-bigint v0.5.5 |
| 2030 | 2025-09-02T23:02:44.912Z | Checking hubpack v0.1.2 |
| 2031 | 2025-09-02T23:02:45.095Z | Checking bitflags v1.3.2 |
| 2032 | 2025-09-02T23:02:45.256Z | Checking unicode-segmentation v1.12.0 |
| 2033 | 2025-09-02T23:02:45.358Z | Checking strum v0.26.3 |
| 2034 | 2025-09-02T23:02:45.412Z | Checking winnow v0.5.40 |
| 2035 | 2025-09-02T23:02:45.572Z | Checking num-bigint-dig v0.8.4 |
| 2036 | 2025-09-02T23:02:45.732Z | Checking itertools v0.13.0 |
| 2037 | 2025-09-02T23:02:46.004Z | Checking pkcs1 v0.7.5 |
| 2038 | 2025-09-02T23:02:46.353Z | Checking libz-rs-sys v0.5.1 |
| 2039 | 2025-09-02T23:02:46.492Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2040 | 2025-09-02T23:02:46.632Z | Checking flate2 v1.1.2 |
| 2041 | 2025-09-02T23:02:46.689Z | Checking unicode-normalization v0.1.24 |
| 2042 | 2025-09-02T23:02:46.742Z | Checking dof v0.3.0 |
| 2043 | 2025-09-02T23:02:47.349Z | Checking newtype-uuid v1.2.4 |
| 2044 | 2025-09-02T23:02:47.402Z | Checking usdt-impl v0.5.0 |
| 2045 | 2025-09-02T23:02:47.534Z | Checking rfc6979 v0.4.0 |
| 2046 | 2025-09-02T23:02:47.607Z | Checking rsa v0.9.6 |
| 2047 | 2025-09-02T23:02:47.660Z | Checking signal-hook v0.3.18 |
| 2048 | 2025-09-02T23:02:47.663Z | Checking elliptic-curve v0.13.8 |
| 2049 | 2025-09-02T23:02:47.767Z | Checking managed v0.8.0 |
| 2050 | 2025-09-02T23:02:47.770Z | Checking daft v0.1.4 |
| 2051 | 2025-09-02T23:02:47.940Z | Checking usdt v0.5.0 |
| 2052 | 2025-09-02T23:02:48.024Z | Checking ahash v0.8.12 |
| 2053 | 2025-09-02T23:02:48.166Z | Checking x509-cert v0.2.5 |
| 2054 | 2025-09-02T23:02:48.209Z | Checking toml_edit v0.19.15 |
| 2055 | 2025-09-02T23:02:48.213Z | Checking curve25519-dalek v4.1.3 |
| 2056 | 2025-09-02T23:02:48.294Z | Checking memoffset v0.9.1 |
| 2057 | 2025-09-02T23:02:48.350Z | Checking signal-hook-mio v0.2.4 |
| 2058 | 2025-09-02T23:02:48.408Z | Checking ecdsa v0.16.9 |
| 2059 | 2025-09-02T23:02:48.466Z | Checking ed25519 v2.2.3 |
| 2060 | 2025-09-02T23:02:48.520Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2061 | 2025-09-02T23:02:48.574Z | Checking bzip2 v0.4.4 |
| 2062 | 2025-09-02T23:02:48.577Z | Checking console v0.15.10 |
| 2063 | 2025-09-02T23:02:48.786Z | Checking zstd-safe v7.2.3 |
| 2064 | 2025-09-02T23:02:48.847Z | Checking socket2 v0.5.10 |
| 2065 | 2025-09-02T23:02:48.921Z | Checking simd-adler32 v0.3.7 |
| 2066 | 2025-09-02T23:02:49.148Z | Checking siphasher v0.3.11 |
| 2067 | 2025-09-02T23:02:49.199Z | Checking bumpalo v3.16.0 |
| 2068 | 2025-09-02T23:02:49.256Z | Checking unicode-xid v0.2.6 |
| 2069 | 2025-09-02T23:02:49.326Z | Checking lockfree-object-pool v0.1.6 |
| 2070 | 2025-09-02T23:02:49.425Z | Checking zstd v0.13.3 |
| 2071 | 2025-09-02T23:02:49.502Z | Checking zip v0.6.6 |
| 2072 | 2025-09-02T23:02:49.555Z | Checking phf_shared v0.11.2 |
| 2073 | 2025-09-02T23:02:49.607Z | Checking crossterm v0.28.1 |
| 2074 | 2025-09-02T23:02:49.662Z | Checking zopfli v0.8.1 |
| 2075 | 2025-09-02T23:02:49.718Z | Checking bzip2 v0.5.2 |
| 2076 | 2025-09-02T23:02:49.823Z | Checking hash32 v0.2.1 |
| 2077 | 2025-09-02T23:02:49.874Z | Checking winnow v0.6.26 |
| 2078 | 2025-09-02T23:02:50.044Z | Checking ed25519-dalek v2.1.1 |
| 2079 | 2025-09-02T23:02:50.098Z | Checking unicode-properties v0.1.3 |
| 2080 | 2025-09-02T23:02:50.151Z | Checking predicates-core v1.0.8 |
| 2081 | 2025-09-02T23:02:50.204Z | Checking unicode-bidi v0.3.17 |
| 2082 | 2025-09-02T23:02:50.392Z | Checking zip v4.2.0 |
| 2083 | 2025-09-02T23:02:50.448Z | Checking heapless v0.7.17 |
| 2084 | 2025-09-02T23:02:50.499Z | Checking nix v0.29.0 |
| 2085 | 2025-09-02T23:02:50.548Z | Checking toml v0.7.8 |
| 2086 | 2025-09-02T23:02:50.551Z | Checking similar v2.7.0 |
| 2087 | 2025-09-02T23:02:50.832Z | Checking stringprep v0.1.5 |
| 2088 | 2025-09-02T23:02:51.184Z | Checking hickory-proto v0.25.2 |
| 2089 | 2025-09-02T23:02:51.306Z | Checking tokio-stream v0.1.17 |
| 2090 | 2025-09-02T23:02:51.360Z | Checking md-5 v0.10.6 |
| 2091 | 2025-09-02T23:02:51.424Z | Checking float-cmp v0.10.0 |
| 2092 | 2025-09-02T23:02:51.481Z | Checking normalize-line-endings v0.3.0 |
| 2093 | 2025-09-02T23:02:51.630Z | Checking difflib v0.4.0 |
| 2094 | 2025-09-02T23:02:51.688Z | Checking fallible-iterator v0.2.0 |
| 2095 | 2025-09-02T23:02:51.692Z | Checking smoltcp v0.9.1 |
| 2096 | 2025-09-02T23:02:51.770Z | Checking itertools v0.10.5 |
| 2097 | 2025-09-02T23:02:51.922Z | Checking buf-list v1.0.3 |
| 2098 | 2025-09-02T23:02:51.998Z | Checking predicates v3.1.3 |
| 2099 | 2025-09-02T23:02:52.119Z | Checking fs-err v3.1.1 |
| 2100 | 2025-09-02T23:02:52.300Z | Checking serde-big-array v0.5.1 |
| 2101 | 2025-09-02T23:02:52.355Z | Checking postgres-protocol v0.6.8 |
| 2102 | 2025-09-02T23:02:52.525Z | Checking strum v0.27.2 |
| 2103 | 2025-09-02T23:02:52.588Z | Checking lalrpop-util v0.19.12 |
| 2104 | 2025-09-02T23:02:52.693Z | Checking fixedbitset v0.4.2 |
| 2105 | 2025-09-02T23:02:52.751Z | Checking new_debug_unreachable v1.0.6 |
| 2106 | 2025-09-02T23:02:52.808Z | Checking precomputed-hash v0.1.1 |
| 2107 | 2025-09-02T23:02:52.906Z | Checking phf v0.11.2 |
| 2108 | 2025-09-02T23:02:52.954Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2109 | 2025-09-02T23:02:53.011Z | Checking string_cache v0.8.9 |
| 2110 | 2025-09-02T23:02:53.062Z | Checking petgraph v0.6.5 |
| 2111 | 2025-09-02T23:02:53.065Z | Checking postgres-types v0.2.9 |
| 2112 | 2025-09-02T23:02:53.166Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2113 | 2025-09-02T23:02:53.220Z | Checking itertools v0.12.1 |
| 2114 | 2025-09-02T23:02:53.312Z | Checking whoami v1.5.2 |
| 2115 | 2025-09-02T23:02:53.315Z | Checking minimal-lexical v0.2.1 |
| 2116 | 2025-09-02T23:02:53.680Z | Checking rustc-hash v2.1.1 |
| 2117 | 2025-09-02T23:02:53.788Z | Checking peg-runtime v0.8.5 |
| 2118 | 2025-09-02T23:02:53.843Z | Checking nom v7.1.3 |
| 2119 | 2025-09-02T23:02:53.846Z | Checking tokio-postgres v0.7.13 |
| 2120 | 2025-09-02T23:02:54.111Z | Compiling regress v0.10.4 |
| 2121 | 2025-09-02T23:02:54.169Z | Compiling ident_case v1.0.1 |
| 2122 | 2025-09-02T23:02:54.411Z | Checking camino v1.1.11 |
| 2123 | 2025-09-02T23:02:55.020Z | Checking fastrand v2.1.1 |
| 2124 | 2025-09-02T23:02:55.418Z | Checking futures-executor v0.3.31 |
| 2125 | 2025-09-02T23:02:55.699Z | Checking heck v0.5.0 |
| 2126 | 2025-09-02T23:02:55.752Z | Compiling unsafe-libyaml v0.2.11 |
| 2127 | 2025-09-02T23:02:55.962Z | Checking futures v0.3.31 |
| 2128 | 2025-09-02T23:02:56.150Z | Compiling darling_core v0.20.10 |
| 2129 | 2025-09-02T23:02:56.399Z | Checking crossbeam-channel v0.5.15 |
| 2130 | 2025-09-02T23:02:56.746Z | Checking is-terminal v0.4.13 |
| 2131 | 2025-09-02T23:02:56.947Z | Compiling structmeta-derive v0.3.0 |
| 2132 | 2025-09-02T23:02:57.146Z | Compiling serde_yaml v0.9.34+deprecated |
| 2133 | 2025-09-02T23:02:57.561Z | Checking tempfile v3.20.0 |
| 2134 | 2025-09-02T23:02:57.966Z | Checking dirs-sys-next v0.1.2 |
| 2135 | 2025-09-02T23:02:58.022Z | Compiling rustls v0.22.4 |
| 2136 | 2025-09-02T23:02:58.209Z | Checking dirs-next v2.0.0 |
| 2137 | 2025-09-02T23:02:58.451Z | Checking thread_local v1.1.8 |
| 2138 | 2025-09-02T23:02:58.555Z | Checking term v0.7.0 |
| 2139 | 2025-09-02T23:02:58.687Z | Compiling multer v3.1.0 |
| 2140 | 2025-09-02T23:02:58.813Z | Checking take_mut v0.2.2 |
| 2141 | 2025-09-02T23:02:59.043Z | Checking slog-async v2.8.0 |
| 2142 | 2025-09-02T23:02:59.100Z | Checking slog-term v2.9.1 |
| 2143 | 2025-09-02T23:02:59.283Z | Compiling async-stream-impl v0.3.6 |
| 2144 | 2025-09-02T23:02:59.401Z | Compiling typify-impl v0.3.0 |
| 2145 | 2025-09-02T23:02:59.452Z | Compiling structmeta v0.3.0 |
| 2146 | 2025-09-02T23:02:59.641Z | Compiling dropshot v0.16.3 |
| 2147 | 2025-09-02T23:02:59.697Z | Checking quick-error v1.2.3 |
| 2148 | 2025-09-02T23:02:59.883Z | Compiling derive-ex v0.1.8 |
| 2149 | 2025-09-02T23:02:59.932Z | Compiling dropshot_endpoint v0.16.3 |
| 2150 | 2025-09-02T23:03:00.155Z | Checking match_cfg v0.1.0 |
| 2151 | 2025-09-02T23:03:00.328Z | Checking hostname v0.3.1 |
| 2152 | 2025-09-02T23:03:00.543Z | Compiling ref-cast v1.0.24 |
| 2153 | 2025-09-02T23:03:00.598Z | Checking hex v0.4.3 |
| 2154 | 2025-09-02T23:03:00.651Z | Compiling ref-cast-impl v1.0.24 |
| 2155 | 2025-09-02T23:03:01.183Z | Checking debug-ignore v1.0.5 |
| 2156 | 2025-09-02T23:03:01.251Z | Checking bit-vec v0.8.0 |
| 2157 | 2025-09-02T23:03:01.393Z | Checking progenitor-client v0.10.0 |
| 2158 | 2025-09-02T23:03:01.717Z | Checking bit-set v0.8.0 |
| 2159 | 2025-09-02T23:03:01.794Z | Checking wait-timeout v0.2.0 |
| 2160 | 2025-09-02T23:03:01.798Z | Compiling darling_macro v0.20.10 |
| 2161 | 2025-09-02T23:03:01.903Z | Compiling derive-where v1.5.0 |
| 2162 | 2025-09-02T23:03:01.908Z | Compiling parse-display-derive v0.10.0 |
| 2163 | 2025-09-02T23:03:02.017Z | Checking toml_parser v1.0.2 |
| 2164 | 2025-09-02T23:03:02.067Z | Checking rusty-fork v0.3.0 |
| 2165 | 2025-09-02T23:03:02.440Z | Checking rand_xorshift v0.4.0 |
| 2166 | 2025-09-02T23:03:02.701Z | Checking serde_spanned v1.0.0 |
| 2167 | 2025-09-02T23:03:02.780Z | Checking toml_datetime v0.7.0 |
| 2168 | 2025-09-02T23:03:02.848Z | Compiling darling v0.20.10 |
| 2169 | 2025-09-02T23:03:02.981Z | Checking serde_path_to_error v0.1.17 |
| 2170 | 2025-09-02T23:03:03.039Z | Compiling serde_with_macros v3.14.0 |
| 2171 | 2025-09-02T23:03:03.235Z | Checking toml_writer v1.0.2 |
| 2172 | 2025-09-02T23:03:03.620Z | Checking unarray v0.1.4 |
| 2173 | 2025-09-02T23:03:03.683Z | Checking toml v0.9.5 |
| 2174 | 2025-09-02T23:03:03.856Z | Checking proptest v1.7.0 |
| 2175 | 2025-09-02T23:03:03.909Z | Compiling test-strategy v0.4.3 |
| 2176 | 2025-09-02T23:03:05.049Z | Checking slog-json v2.6.1 |
| 2177 | 2025-09-02T23:03:05.117Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2178 | 2025-09-02T23:03:05.402Z | Checking slog-bunyan v2.5.0 |
| 2179 | 2025-09-02T23:03:05.654Z | Checking async-stream v0.3.6 |
| 2180 | 2025-09-02T23:03:05.839Z | Checking rustls-pemfile v2.2.0 |
| 2181 | 2025-09-02T23:03:05.923Z | Checking waitgroup v0.1.2 |
| 2182 | 2025-09-02T23:03:05.978Z | Checking hostname v0.4.0 |
| 2183 | 2025-09-02T23:03:06.121Z | Checking serde_with v3.14.0 |
| 2184 | 2025-09-02T23:03:06.175Z | Checking macaddr v1.0.1 |
| 2185 | 2025-09-02T23:03:06.179Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2186 | 2025-09-02T23:03:06.179Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2187 | 2025-09-02T23:03:06.483Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2188 | 2025-09-02T23:03:07.029Z | Checking instant v0.1.13 |
| 2189 | 2025-09-02T23:03:07.208Z | Checking progenitor-client v0.9.1 |
| 2190 | 2025-09-02T23:03:07.307Z | Checking parse-display v0.10.0 |
| 2191 | 2025-09-02T23:03:07.429Z | Checking backoff v0.4.0 |
| 2192 | 2025-09-02T23:03:07.433Z | Checking tokio-rustls v0.25.0 |
| 2193 | 2025-09-02T23:03:07.606Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2194 | 2025-09-02T23:03:07.663Z | Checking iddqd v0.3.9 |
| 2195 | 2025-09-02T23:03:07.832Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2196 | 2025-09-02T23:03:07.877Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2197 | 2025-09-02T23:03:08.254Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2198 | 2025-09-02T23:03:08.297Z | Checking camino-tempfile v1.4.1 |
| 2199 | 2025-09-02T23:03:08.655Z | Checking unicode-width v0.1.14 |
| 2200 | 2025-09-02T23:03:08.711Z | Checking toml v0.8.23 |
| 2201 | 2025-09-02T23:03:08.983Z | Compiling proc-macro-error v1.0.4 |
| 2202 | 2025-09-02T23:03:09.038Z | Compiling proc-macro-crate v1.3.1 |
| 2203 | 2025-09-02T23:03:09.086Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2204 | 2025-09-02T23:03:09.245Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2205 | 2025-09-02T23:03:09.336Z | Checking tabwriter v1.4.0 |
| 2206 | 2025-09-02T23:03:09.499Z | Compiling foreign-types-macros v0.2.3 |
| 2207 | 2025-09-02T23:03:09.626Z | Checking foreign-types-shared v0.3.1 |
| 2208 | 2025-09-02T23:03:09.673Z | Checking cstr-argument v0.1.2 |
| 2209 | 2025-09-02T23:03:09.813Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2210 | 2025-09-02T23:03:09.926Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2211 | 2025-09-02T23:03:09.929Z | Compiling num_enum_derive v0.5.11 |
| 2212 | 2025-09-02T23:03:10.015Z | Checking pretty-hex v0.2.1 |
| 2213 | 2025-09-02T23:03:10.095Z | Checking colored v2.2.0 |
| 2214 | 2025-09-02T23:03:10.259Z | Checking smf v0.2.3 |
| 2215 | 2025-09-02T23:03:10.394Z | Checking itertools v0.14.0 |
| 2216 | 2025-09-02T23:03:10.515Z | Checking crossbeam-deque v0.8.5 |
| 2217 | 2025-09-02T23:03:10.653Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2218 | 2025-09-02T23:03:10.709Z | Compiling typify-macro v0.3.0 |
| 2219 | 2025-09-02T23:03:10.758Z | Checking foreign-types v0.5.0 |
| 2220 | 2025-09-02T23:03:10.762Z | Compiling rayon-core v1.12.1 |
| 2221 | 2025-09-02T23:03:10.868Z | Checking base64 v0.21.7 |
| 2222 | 2025-09-02T23:03:10.868Z | Checking atomicwrites v0.4.4 |
| 2223 | 2025-09-02T23:03:10.969Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2224 | 2025-09-02T23:03:11.239Z | Compiling crucible-workspace-hack v0.1.0 |
| 2225 | 2025-09-02T23:03:11.348Z | Compiling typify-impl v0.4.1 |
| 2226 | 2025-09-02T23:03:11.399Z | Compiling darling_core v0.21.0 |
| 2227 | 2025-09-02T23:03:11.824Z | Checking glob v0.3.2 |
| 2228 | 2025-09-02T23:03:11.961Z | Checking rayon v1.10.0 |
| 2229 | 2025-09-02T23:03:12.127Z | Checking num_enum v0.5.11 |
| 2230 | 2025-09-02T23:03:12.227Z | Compiling heapless v0.8.0 |
| 2231 | 2025-09-02T23:03:12.402Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2232 | 2025-09-02T23:03:12.935Z | Checking hash32 v0.3.1 |
| 2233 | 2025-09-02T23:03:13.203Z | Compiling smoltcp v0.11.0 |
| 2234 | 2025-09-02T23:03:14.264Z | Checking cobs v0.2.3 |
| 2235 | 2025-09-02T23:03:14.536Z | Checking postcard v1.0.10 |
| 2236 | 2025-09-02T23:03:14.638Z | Compiling typify v0.3.0 |
| 2237 | 2025-09-02T23:03:14.880Z | Compiling progenitor-impl v0.9.1 |
| 2238 | 2025-09-02T23:03:15.164Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2239 | 2025-09-02T23:03:15.509Z | Checking sigpipe v0.1.3 |
| 2240 | 2025-09-02T23:03:15.683Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2241 | 2025-09-02T23:03:15.737Z | Checking jiff v0.2.15 |
| 2242 | 2025-09-02T23:03:16.216Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2243 | 2025-09-02T23:03:16.695Z | Checking same-file v1.0.6 |
| 2244 | 2025-09-02T23:03:16.944Z | Checking walkdir v2.5.0 |
| 2245 | 2025-09-02T23:03:17.047Z | Compiling zone_cfg_derive v0.3.0 |
| 2246 | 2025-09-02T23:03:17.102Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2247 | 2025-09-02T23:03:17.310Z | Compiling num-derive v0.4.2 |
| 2248 | 2025-09-02T23:03:17.414Z | Compiling darling_macro v0.21.0 |
| 2249 | 2025-09-02T23:03:17.503Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2250 | 2025-09-02T23:03:17.971Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2251 | 2025-09-02T23:03:18.024Z | Compiling convert_case v0.4.0 |
| 2252 | 2025-09-02T23:03:18.305Z | Checking utf-8 v0.7.6 |
| 2253 | 2025-09-02T23:03:18.367Z | Compiling darling v0.21.0 |
| 2254 | 2025-09-02T23:03:18.439Z | Checking zone v0.3.1 |
| 2255 | 2025-09-02T23:03:18.557Z | Compiling ingot-macros v0.1.1 |
| 2256 | 2025-09-02T23:03:18.610Z | Checking tokio-dtrace v0.1.0 |
| 2257 | 2025-09-02T23:03:18.834Z | Compiling derive_more v0.99.20 |
| 2258 | 2025-09-02T23:03:19.003Z | Checking oxide-tokio-rt v0.1.2 |
| 2259 | 2025-09-02T23:03:19.293Z | Checking tungstenite v0.21.0 |
| 2260 | 2025-09-02T23:03:19.349Z | Checking pem v3.0.5 |
| 2261 | 2025-09-02T23:03:19.446Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2262 | 2025-09-02T23:03:19.700Z | Checking newline-converter v0.3.0 |
| 2263 | 2025-09-02T23:03:19.936Z | Checking expectorate v1.2.0 |
| 2264 | 2025-09-02T23:03:19.991Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2265 | 2025-09-02T23:03:20.226Z | Checking num-rational v0.4.2 |
| 2266 | 2025-09-02T23:03:20.282Z | Checking tokio-tungstenite v0.21.0 |
| 2267 | 2025-09-02T23:03:20.336Z | Checking num-complex v0.4.6 |
| 2268 | 2025-09-02T23:03:20.834Z | Checking float-ord v0.3.2 |
| 2269 | 2025-09-02T23:03:20.939Z | Checking indent_write v2.2.0 |
| 2270 | 2025-09-02T23:03:21.067Z | Checking secrecy v0.10.3 |
| 2271 | 2025-09-02T23:03:21.209Z | Checking swrite v0.1.0 |
| 2272 | 2025-09-02T23:03:21.260Z | Checking num v0.4.3 |
| 2273 | 2025-09-02T23:03:21.314Z | Checking bytecount v0.6.8 |
| 2274 | 2025-09-02T23:03:21.404Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2275 | 2025-09-02T23:03:21.457Z | Checking fixedbitset v0.5.7 |
| 2276 | 2025-09-02T23:03:21.527Z | Compiling progenitor-macro v0.9.1 |
| 2277 | 2025-09-02T23:03:21.580Z | Checking xattr v1.3.1 |
| 2278 | 2025-09-02T23:03:21.833Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2279 | 2025-09-02T23:03:21.880Z | Checking petgraph v0.8.2 |
| 2280 | 2025-09-02T23:03:21.884Z | Checking filetime v0.2.25 |
| 2281 | 2025-09-02T23:03:22.176Z | Checking arc-swap v1.7.1 |
| 2282 | 2025-09-02T23:03:22.263Z | Checking tar v0.4.44 |
| 2283 | 2025-09-02T23:03:22.337Z | Checking password-hash v0.5.0 |
| 2284 | 2025-09-02T23:03:22.637Z | Checking slog-scope v4.4.0 |
| 2285 | 2025-09-02T23:03:22.734Z | Compiling typify-macro v0.4.1 |
| 2286 | 2025-09-02T23:03:22.870Z | Checking blake2 v0.10.6 |
| 2287 | 2025-09-02T23:03:22.924Z | Checking slog-stdlog v4.1.1 |
| 2288 | 2025-09-02T23:03:23.162Z | Checking half v2.4.1 |
| 2289 | 2025-09-02T23:03:23.213Z | Checking slog-envlogger v2.2.0 |
| 2290 | 2025-09-02T23:03:23.407Z | Checking argon2 v0.5.3 |
| 2291 | 2025-09-02T23:03:23.492Z | Compiling cancel-safe-futures v0.1.5 |
| 2292 | 2025-09-02T23:03:23.722Z | Checking ciborium-io v0.2.2 |
| 2293 | 2025-09-02T23:03:23.926Z | Compiling owo-colors v4.2.2 |
| 2294 | 2025-09-02T23:03:24.065Z | Checking ciborium-ll v0.2.2 |
| 2295 | 2025-09-02T23:03:24.199Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2296 | 2025-09-02T23:03:24.451Z | Checking libsw-core v0.3.1 |
| 2297 | 2025-09-02T23:03:24.645Z | Checking ciborium v0.2.2 |
| 2298 | 2025-09-02T23:03:24.755Z | Checking libsw v3.5.0 |
| 2299 | 2025-09-02T23:03:25.109Z | Checking linear-map v1.2.0 |
| 2300 | 2025-09-02T23:03:25.189Z | Compiling async-recursion v1.1.1 |
| 2301 | 2025-09-02T23:03:25.349Z | Checking ingot-types v0.1.2 |
| 2302 | 2025-09-02T23:03:25.492Z | Checking keccak v0.1.5 |
| 2303 | 2025-09-02T23:03:25.544Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2304 | 2025-09-02T23:03:25.885Z | Checking sha3 v0.10.8 |
| 2305 | 2025-09-02T23:03:25.940Z | Checking papergrid v0.11.0 |
| 2306 | 2025-09-02T23:03:26.157Z | Checking ingot v0.1.1 |
| 2307 | 2025-09-02T23:03:26.254Z | Compiling tabled_derive v0.7.0 |
| 2308 | 2025-09-02T23:03:26.361Z | Checking globset v0.4.15 |
| 2309 | 2025-09-02T23:03:26.432Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2310 | 2025-09-02T23:03:26.648Z | Compiling typify v0.4.1 |
| 2311 | 2025-09-02T23:03:26.866Z | Compiling progenitor-impl v0.10.0 |
| 2312 | 2025-09-02T23:03:26.971Z | Compiling typify-impl v0.2.0 |
| 2313 | 2025-09-02T23:03:27.368Z | Checking subprocess v0.2.9 |
| 2314 | 2025-09-02T23:03:28.039Z | Checking highway v1.3.0 |
| 2315 | 2025-09-02T23:03:28.466Z | Checking tabled v0.15.0 |
| 2316 | 2025-09-02T23:03:28.900Z | Checking prettyplease v0.2.36 |
| 2317 | 2025-09-02T23:03:29.566Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2318 | 2025-09-02T23:03:30.829Z | Checking universal-hash v0.5.1 |
| 2319 | 2025-09-02T23:03:32.009Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2320 | 2025-09-02T23:03:32.849Z | Checking opaque-debug v0.3.1 |
| 2321 | 2025-09-02T23:03:33.502Z | Compiling progenitor-macro v0.10.0 |
| 2322 | 2025-09-02T23:03:33.783Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2323 | 2025-09-02T23:03:33.981Z | Checking progenitor v0.9.1 |
| 2324 | 2025-09-02T23:03:34.300Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2325 | 2025-09-02T23:03:34.556Z | Checking headers-core v0.3.0 |
| 2326 | 2025-09-02T23:03:35.763Z | Compiling pin-project-internal v1.1.6 |
| 2327 | 2025-09-02T23:03:37.034Z | Checking headers v0.4.1 |
| 2328 | 2025-09-02T23:03:38.211Z | Compiling typify-macro v0.2.0 |
| 2329 | 2025-09-02T23:03:38.468Z | Checking pin-project v1.1.6 |
| 2330 | 2025-09-02T23:03:39.263Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2331 | 2025-09-02T23:03:42.136Z | Compiling typify v0.2.0 |
| 2332 | 2025-09-02T23:03:45.661Z | Compiling progenitor-impl v0.8.0 |
| 2333 | 2025-09-02T23:03:45.766Z | Checking aead v0.5.2 |
| 2334 | 2025-09-02T23:03:45.823Z | Compiling lzma-sys v0.1.20 |
| 2335 | 2025-09-02T23:03:46.042Z | Compiling snafu-derive v0.8.5 |
| 2336 | 2025-09-02T23:03:46.257Z | Checking progenitor v0.10.0 |
| 2337 | 2025-09-02T23:03:46.543Z | Checking poly1305 v0.8.0 |
| 2338 | 2025-09-02T23:03:46.728Z | Checking resolv-conf v0.7.0 |
| 2339 | 2025-09-02T23:03:47.146Z | Checking olpc-cjson v0.1.4 |
| 2340 | 2025-09-02T23:03:47.197Z | Checking progenitor-client v0.8.0 |
| 2341 | 2025-09-02T23:03:47.438Z | Checking chacha20 v0.9.1 |
| 2342 | 2025-09-02T23:03:47.626Z | Checking serde_plain v1.0.2 |
| 2343 | 2025-09-02T23:03:47.883Z | Compiling heck v0.3.3 |
| 2344 | 2025-09-02T23:03:47.956Z | Checking typed-path v0.9.3 |
| 2345 | 2025-09-02T23:03:48.284Z | Compiling zone_cfg_derive v0.1.2 |
| 2346 | 2025-09-02T23:03:48.580Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2347 | 2025-09-02T23:03:48.959Z | Checking yasna v0.5.2 |
| 2348 | 2025-09-02T23:03:49.893Z | Checking base64 v0.13.1 |
| 2349 | 2025-09-02T23:03:49.946Z | Checking number_prefix v0.4.0 |
| 2350 | 2025-09-02T23:03:50.193Z | Checking smawk v0.3.2 |
| 2351 | 2025-09-02T23:03:50.356Z | Checking unicode-linebreak v0.1.5 |
| 2352 | 2025-09-02T23:03:50.474Z | Checking ron v0.7.1 |
| 2353 | 2025-09-02T23:03:50.680Z | Checking snafu v0.8.5 |
| 2354 | 2025-09-02T23:03:50.830Z | Checking textwrap v0.16.2 |
| 2355 | 2025-09-02T23:03:51.189Z | Checking tough v0.20.0 |
| 2356 | 2025-09-02T23:03:51.241Z | Checking indicatif v0.17.11 |
| 2357 | 2025-09-02T23:03:51.302Z | Checking rcgen v0.12.1 |
| 2358 | 2025-09-02T23:03:51.596Z | Checking zone v0.1.8 |
| 2359 | 2025-09-02T23:03:51.983Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2360 | 2025-09-02T23:03:52.033Z | Checking xz2 v0.1.7 |
| 2361 | 2025-09-02T23:03:52.285Z | Compiling progenitor-macro v0.8.0 |
| 2362 | 2025-09-02T23:03:52.338Z | Checking humantime v2.2.0 |
| 2363 | 2025-09-02T23:03:52.396Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2364 | 2025-09-02T23:03:52.501Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2365 | 2025-09-02T23:03:52.701Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2366 | 2025-09-02T23:03:55.257Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2367 | 2025-09-02T23:03:55.804Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2368 | 2025-09-02T23:03:55.928Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2369 | 2025-09-02T23:03:56.624Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2370 | 2025-09-02T23:03:56.731Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2371 | 2025-09-02T23:03:57.502Z | Checking thiserror-no-std v2.0.2 |
| 2372 | 2025-09-02T23:03:57.574Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2373 | 2025-09-02T23:03:57.702Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2374 | 2025-09-02T23:03:58.208Z | Checking vsss-rs v3.3.4 |
| 2375 | 2025-09-02T23:03:58.331Z | Checking chacha20poly1305 v0.10.1 |
| 2376 | 2025-09-02T23:03:58.437Z | Compiling semver v0.1.20 |
| 2377 | 2025-09-02T23:03:58.575Z | Checking csv-core v0.1.11 |
| 2378 | 2025-09-02T23:03:58.630Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2379 | 2025-09-02T23:03:58.683Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2380 | 2025-09-02T23:03:58.952Z | Compiling rustc_version v0.1.7 |
| 2381 | 2025-09-02T23:03:59.075Z | Checking csv v1.3.1 |
| 2382 | 2025-09-02T23:03:59.268Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2383 | 2025-09-02T23:03:59.481Z | Compiling newtype_derive v0.1.6 |
| 2384 | 2025-09-02T23:03:59.794Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2385 | 2025-09-02T23:03:59.965Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2386 | 2025-09-02T23:04:00.199Z | Checking linked-hash-map v0.5.6 |
| 2387 | 2025-09-02T23:04:00.569Z | Checking lru-cache v0.1.2 |
| 2388 | 2025-09-02T23:04:00.836Z | Checking hickory-proto v0.24.4 |
| 2389 | 2025-09-02T23:04:00.941Z | Checking steno v0.4.1 |
| 2390 | 2025-09-02T23:04:00.996Z | Compiling moka v0.12.10 |
| 2391 | 2025-09-02T23:04:01.495Z | Checking tagptr v0.2.0 |
| 2392 | 2025-09-02T23:04:02.589Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2393 | 2025-09-02T23:04:03.201Z | Checking display-error-chain v0.2.2 |
| 2394 | 2025-09-02T23:04:03.278Z | Checking hickory-resolver v0.25.2 |
| 2395 | 2025-09-02T23:04:03.461Z | Compiling slog-dtrace v0.3.0 |
| 2396 | 2025-09-02T23:04:04.384Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2397 | 2025-09-02T23:04:04.442Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2398 | 2025-09-02T23:04:04.497Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2399 | 2025-09-02T23:04:04.765Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2400 | 2025-09-02T23:04:04.810Z | Checking gethostname v0.5.0 |
| 2401 | 2025-09-02T23:04:04.999Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2402 | 2025-09-02T23:04:05.004Z | Checking hickory-resolver v0.24.4 |
| 2403 | 2025-09-02T23:04:05.105Z | Checking progenitor v0.8.0 |
| 2404 | 2025-09-02T23:04:05.293Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2405 | 2025-09-02T23:04:05.374Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2406 | 2025-09-02T23:04:05.632Z | Checking nibble_vec v0.1.0 |
| 2407 | 2025-09-02T23:04:05.915Z | Checking endian-type v0.1.2 |
| 2408 | 2025-09-02T23:04:06.095Z | Compiling libefi-sys v0.1.0 |
| 2409 | 2025-09-02T23:04:06.180Z | Checking radix_trie v0.2.1 |
| 2410 | 2025-09-02T23:04:06.257Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2411 | 2025-09-02T23:04:06.579Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2412 | 2025-09-02T23:04:06.633Z | Compiling bitfield-struct v0.6.2 |
| 2413 | 2025-09-02T23:04:06.689Z | Checking qorb v0.4.1 |
| 2414 | 2025-09-02T23:04:07.080Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2415 | 2025-09-02T23:04:07.291Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2416 | 2025-09-02T23:04:07.511Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2417 | 2025-09-02T23:04:07.772Z | Checking termtree v0.5.1 |
| 2418 | 2025-09-02T23:04:07.826Z | Checking termcolor v1.4.1 |
| 2419 | 2025-09-02T23:04:08.051Z | Compiling radium v0.7.0 |
| 2420 | 2025-09-02T23:04:08.054Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2421 | 2025-09-02T23:04:08.293Z | Compiling zerocopy-derive v0.6.6 |
| 2422 | 2025-09-02T23:04:08.688Z | Checking tap v1.0.1 |
| 2423 | 2025-09-02T23:04:08.752Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2424 | 2025-09-02T23:04:09.291Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2425 | 2025-09-02T23:04:09.340Z | Compiling maybe-uninit v2.0.0 |
| 2426 | 2025-09-02T23:04:09.429Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2427 | 2025-09-02T23:04:10.022Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2428 | 2025-09-02T23:04:10.200Z | Checking wyz v0.5.1 |
| 2429 | 2025-09-02T23:04:10.274Z | Checking zerocopy v0.6.6 |
| 2430 | 2025-09-02T23:04:10.743Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2431 | 2025-09-02T23:04:11.024Z | Compiling packed_struct v0.10.1 |
| 2432 | 2025-09-02T23:04:11.077Z | Checking funty v2.0.0 |
| 2433 | 2025-09-02T23:04:11.553Z | Checking crc-catalog v2.4.0 |
| 2434 | 2025-09-02T23:04:11.767Z | Checking crc v3.2.1 |
| 2435 | 2025-09-02T23:04:11.862Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2436 | 2025-09-02T23:04:11.913Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2437 | 2025-09-02T23:04:11.959Z | Compiling packed_struct_codegen v0.10.1 |
| 2438 | 2025-09-02T23:04:11.962Z | Checking bitvec v1.0.1 |
| 2439 | 2025-09-02T23:04:12.235Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2440 | 2025-09-02T23:04:12.532Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2441 | 2025-09-02T23:04:13.057Z | Compiling indexmap v1.9.3 |
| 2442 | 2025-09-02T23:04:13.477Z | Checking nodrop v0.1.14 |
| 2443 | 2025-09-02T23:04:13.690Z | Checking array-init v0.0.4 |
| 2444 | 2025-09-02T23:04:13.939Z | Compiling proc-macro-error2 v2.0.1 |
| 2445 | 2025-09-02T23:04:14.545Z | Checking smallvec v0.6.14 |
| 2446 | 2025-09-02T23:04:14.686Z | Compiling num-derive v0.3.3 |
| 2447 | 2025-09-02T23:04:14.969Z | Checking bitfield v0.14.0 |
| 2448 | 2025-09-02T23:04:15.337Z | Checking hashbrown v0.12.3 |
| 2449 | 2025-09-02T23:04:16.315Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2450 | 2025-09-02T23:04:16.837Z | Checking libscf-sys v1.1.0 |
| 2451 | 2025-09-02T23:04:17.914Z | Checking serde-hex v0.1.0 |
| 2452 | 2025-09-02T23:04:17.988Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2453 | 2025-09-02T23:04:18.102Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2454 | 2025-09-02T23:04:18.313Z | Compiling tabled_derive v0.10.0 |
| 2455 | 2025-09-02T23:04:18.605Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2456 | 2025-09-02T23:04:18.953Z | Checking env_logger v0.10.2 |
| 2457 | 2025-09-02T23:04:19.259Z | Checking papergrid v0.14.0 |
| 2458 | 2025-09-02T23:04:19.495Z | Checking ron v0.8.1 |
| 2459 | 2025-09-02T23:04:19.915Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2460 | 2025-09-02T23:04:20.779Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2461 | 2025-09-02T23:04:20.877Z | Checking hashbrown v0.13.2 |
| 2462 | 2025-09-02T23:04:21.102Z | Checking crc-any v2.5.0 |
| 2463 | 2025-09-02T23:04:21.548Z | Checking maplit v1.0.2 |
| 2464 | 2025-09-02T23:04:21.726Z | Compiling xshell-macros v0.2.7 |
| 2465 | 2025-09-02T23:04:21.785Z | Checking object v0.30.4 |
| 2466 | 2025-09-02T23:04:21.900Z | Checking tabled v0.18.0 |
| 2467 | 2025-09-02T23:04:21.959Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2468 | 2025-09-02T23:04:22.297Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2469 | 2025-09-02T23:04:22.507Z | Checking xshell v0.2.7 |
| 2470 | 2025-09-02T23:04:22.756Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2471 | 2025-09-02T23:04:22.896Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2472 | 2025-09-02T23:04:23.557Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2473 | 2025-09-02T23:04:23.609Z | Checking path-slash v0.1.5 |
| 2474 | 2025-09-02T23:04:23.822Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2475 | 2025-09-02T23:04:24.069Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2476 | 2025-09-02T23:04:24.659Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2477 | 2025-09-02T23:04:24.866Z | Compiling vte_generate_state_changes v0.1.2 |
| 2478 | 2025-09-02T23:04:25.262Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2479 | 2025-09-02T23:04:25.332Z | Checking crc8 v0.1.1 |
| 2480 | 2025-09-02T23:04:25.489Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2481 | 2025-09-02T23:04:25.554Z | Checking vte v0.11.1 |
| 2482 | 2025-09-02T23:04:25.559Z | Checking fd-lock v4.0.2 |
| 2483 | 2025-09-02T23:04:25.704Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2484 | 2025-09-02T23:04:25.862Z | Checking nu-ansi-term v0.50.1 |
| 2485 | 2025-09-02T23:04:26.358Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 2486 | 2025-09-02T23:04:26.694Z | Compiling const_format_proc_macros v0.2.34 |
| 2487 | 2025-09-02T23:04:26.844Z | Compiling convert_case v0.7.1 |
| 2488 | 2025-09-02T23:04:27.023Z | Checking strip-ansi-escapes v0.2.0 |
| 2489 | 2025-09-02T23:04:27.148Z | Checking fxhash v0.2.1 |
| 2490 | 2025-09-02T23:04:27.256Z | Checking reedline v0.40.0 |
| 2491 | 2025-09-02T23:04:27.412Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2492 | 2025-09-02T23:04:27.694Z | Compiling derive_more-impl v2.0.1 |
| 2493 | 2025-09-02T23:04:27.807Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2494 | 2025-09-02T23:04:27.870Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2495 | 2025-09-02T23:04:28.402Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2496 | 2025-09-02T23:04:28.454Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 2497 | 2025-09-02T23:04:28.516Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2498 | 2025-09-02T23:04:28.575Z | Checking const_format v0.2.34 |
| 2499 | 2025-09-02T23:04:28.982Z | Checking home v0.5.9 |
| 2500 | 2025-09-02T23:04:29.158Z | Checking half v1.8.3 |
| 2501 | 2025-09-02T23:04:29.209Z | Checking kstat-rs v0.2.4 |
| 2502 | 2025-09-02T23:04:29.276Z | Checking bcs v0.1.6 |
| 2503 | 2025-09-02T23:04:29.376Z | Compiling nix v0.30.1 |
| 2504 | 2025-09-02T23:04:29.487Z | Checking derive_more v2.0.1 |
| 2505 | 2025-09-02T23:04:29.619Z | Checking serde_cbor v0.11.2 |
| 2506 | 2025-09-02T23:04:29.673Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2507 | 2025-09-02T23:04:29.677Z | Checking crossterm v0.29.0 |
| 2508 | 2025-09-02T23:04:29.790Z | Compiling dsl_auto_type v0.1.2 |
| 2509 | 2025-09-02T23:04:30.078Z | Checking scheduled-thread-pool v0.2.7 |
| 2510 | 2025-09-02T23:04:30.326Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2511 | 2025-09-02T23:04:30.382Z | Checking r2d2 v0.8.10 |
| 2512 | 2025-09-02T23:04:30.773Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2513 | 2025-09-02T23:04:30.823Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2514 | 2025-09-02T23:04:31.035Z | Compiling crunchy v0.2.2 |
| 2515 | 2025-09-02T23:04:31.205Z | Compiling diesel_derives v2.2.3 |
| 2516 | 2025-09-02T23:04:31.340Z | Compiling parking_lot_core v0.8.6 |
| 2517 | 2025-09-02T23:04:31.398Z | Compiling cfg_aliases v0.1.1 |
| 2518 | 2025-09-02T23:04:31.445Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2519 | 2025-09-02T23:04:31.588Z | Compiling nix v0.28.0 |
| 2520 | 2025-09-02T23:04:31.650Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2521 | 2025-09-02T23:04:31.906Z | Checking nanorand v0.7.0 |
| 2522 | 2025-09-02T23:04:31.958Z | Compiling tiny-keccak v2.0.2 |
| 2523 | 2025-09-02T23:04:32.030Z | Checking siphasher v1.0.1 |
| 2524 | 2025-09-02T23:04:32.322Z | Checking flume v0.11.1 |
| 2525 | 2025-09-02T23:04:32.380Z | Checking phf_shared v0.12.1 |
| 2526 | 2025-09-02T23:04:32.709Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2527 | 2025-09-02T23:04:32.801Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2528 | 2025-09-02T23:04:32.850Z | Compiling bit-vec v0.6.3 |
| 2529 | 2025-09-02T23:04:32.850Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2025-09-02T23:04:32.990Z | Checking parking_lot v0.11.2 |
| 2531 | 2025-09-02T23:04:33.082Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2532 | 2025-09-02T23:04:33.133Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2533 | 2025-09-02T23:04:33.323Z | Compiling bit-set v0.5.3 |
| 2534 | 2025-09-02T23:04:33.387Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2535 | 2025-09-02T23:04:33.646Z | Checking phf v0.12.1 |
| 2536 | 2025-09-02T23:04:33.959Z | Compiling ascii-canvas v3.0.0 |
| 2537 | 2025-09-02T23:04:34.197Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2538 | 2025-09-02T23:04:34.509Z | Checking prefix-trie v0.7.0 |
| 2539 | 2025-09-02T23:04:34.624Z | Compiling peg-macros v0.8.5 |
| 2540 | 2025-09-02T23:04:35.271Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2025-09-02T23:04:35.490Z | Compiling ena v0.14.3 |
| 2542 | 2025-09-02T23:04:35.973Z | Compiling sqlparser_derive v0.2.2 |
| 2543 | 2025-09-02T23:04:36.156Z | Compiling diff v0.1.13 |
| 2544 | 2025-09-02T23:04:36.387Z | Compiling bindgen v0.71.1 |
| 2545 | 2025-09-02T23:04:36.739Z | Checking unicode_categories v0.1.1 |
| 2546 | 2025-09-02T23:04:36.879Z | Compiling regex-syntax v0.6.29 |
| 2547 | 2025-09-02T23:04:37.022Z | Checking sqlparser v0.45.0 |
| 2548 | 2025-09-02T23:04:37.118Z | Checking sqlformat v0.3.5 |
| 2549 | 2025-09-02T23:04:37.569Z | Checking rustyline v14.0.0 |
| 2550 | 2025-09-02T23:04:37.923Z | Checking peg v0.8.5 |
| 2551 | 2025-09-02T23:04:38.097Z | Checking hickory-server v0.25.2 |
| 2552 | 2025-09-02T23:04:39.130Z | Checking sled v0.34.7 |
| 2553 | 2025-09-02T23:04:40.267Z | Compiling lalrpop v0.19.12 |
| 2554 | 2025-09-02T23:04:40.897Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2555 | 2025-09-02T23:04:41.994Z | Checking hickory-client v0.25.2 |
| 2556 | 2025-09-02T23:04:42.046Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2557 | 2025-09-02T23:04:42.180Z | Checking diesel v2.2.12 |
| 2558 | 2025-09-02T23:04:42.632Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2559 | 2025-09-02T23:04:44.297Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2560 | 2025-09-02T23:04:44.960Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2561 | 2025-09-02T23:04:45.754Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2562 | 2025-09-02T23:04:45.968Z | Compiling derive_builder_core v0.20.2 |
| 2563 | 2025-09-02T23:04:47.164Z | Compiling libxml v0.3.3 |
| 2564 | 2025-09-02T23:04:47.169Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2565 | 2025-09-02T23:04:47.169Z | Compiling strum_macros v0.24.3 |
| 2566 | 2025-09-02T23:04:48.000Z | Compiling unicase v2.7.0 |
| 2567 | 2025-09-02T23:04:48.098Z | Compiling derive_builder_macro v0.20.2 |
| 2568 | 2025-09-02T23:04:48.415Z | Compiling indoc v1.0.9 |
| 2569 | 2025-09-02T23:04:49.041Z | Checking derive_builder v0.20.2 |
| 2570 | 2025-09-02T23:04:49.122Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2571 | 2025-09-02T23:04:49.542Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2572 | 2025-09-02T23:04:49.786Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2573 | 2025-09-02T23:04:50.172Z | Checking quick-xml v0.37.2 |
| 2574 | 2025-09-02T23:04:50.382Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2575 | 2025-09-02T23:04:50.503Z | Compiling oso-derive v0.27.3 |
| 2576 | 2025-09-02T23:04:50.939Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2577 | 2025-09-02T23:04:51.549Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2578 | 2025-09-02T23:04:52.271Z | Checking primeorder v0.13.6 |
| 2579 | 2025-09-02T23:04:52.526Z | Compiling mime_guess v2.0.5 |
| 2580 | 2025-09-02T23:04:52.590Z | Checking predicates-tree v1.0.12 |
| 2581 | 2025-09-02T23:04:52.829Z | Compiling diesel-dtrace v0.4.2 |
| 2582 | 2025-09-02T23:04:52.884Z | Checking assert_matches v1.5.0 |
| 2583 | 2025-09-02T23:04:53.061Z | Checking http-range v0.1.5 |
| 2584 | 2025-09-02T23:04:53.366Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2585 | 2025-09-02T23:04:53.675Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2586 | 2025-09-02T23:04:53.820Z | Checking signal-hook-tokio v0.3.1 |
| 2587 | 2025-09-02T23:04:54.107Z | Checking bb8 v0.8.5 |
| 2588 | 2025-09-02T23:04:54.158Z | Checking atty v0.2.14 |
| 2589 | 2025-09-02T23:04:54.355Z | Compiling salty v0.3.0 |
| 2590 | 2025-09-02T23:04:54.936Z | Checking p384 v0.13.0 |
| 2591 | 2025-09-02T23:04:55.523Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2592 | 2025-09-02T23:04:56.120Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2593 | 2025-09-02T23:04:56.499Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2594 | 2025-09-02T23:04:56.990Z | Checking hyper-staticfile v0.10.1 |
| 2595 | 2025-09-02T23:04:57.234Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2596 | 2025-09-02T23:04:57.621Z | Checking ignore v0.4.23 |
| 2597 | 2025-09-02T23:04:57.792Z | Checking env_filter v0.1.2 |
| 2598 | 2025-09-02T23:04:57.845Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2599 | 2025-09-02T23:04:58.008Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2600 | 2025-09-02T23:04:58.114Z | Checking env_logger v0.11.5 |
| 2601 | 2025-09-02T23:04:58.428Z | Checking globwalk v0.9.1 |
| 2602 | 2025-09-02T23:04:58.500Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2603 | 2025-09-02T23:04:58.509Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2604 | 2025-09-02T23:04:58.793Z | Compiling fs-err v2.11.0 |
| 2605 | 2025-09-02T23:04:58.972Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2606 | 2025-09-02T23:04:59.024Z | Checking camino-tempfile-ext v0.3.2 |
| 2607 | 2025-09-02T23:04:59.169Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2608 | 2025-09-02T23:04:59.449Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2609 | 2025-09-02T23:04:59.497Z | Checking tungstenite v0.23.0 |
| 2610 | 2025-09-02T23:04:59.550Z | Checking secrecy v0.8.0 |
| 2611 | 2025-09-02T23:04:59.698Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2612 | 2025-09-02T23:04:59.937Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2613 | 2025-09-02T23:05:00.360Z | Checking parse-size v1.1.0 |
| 2614 | 2025-09-02T23:05:00.412Z | Checking tokio-tungstenite v0.23.1 |
| 2615 | 2025-09-02T23:05:00.618Z | Checking void v1.0.2 |
| 2616 | 2025-09-02T23:05:00.670Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2617 | 2025-09-02T23:05:00.853Z | Checking lzss v0.8.2 |
| 2618 | 2025-09-02T23:05:01.045Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2619 | 2025-09-02T23:05:01.278Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2620 | 2025-09-02T23:05:01.620Z | Checking nix v0.27.1 |
| 2621 | 2025-09-02T23:05:01.775Z | Checking serde_bytes v0.11.17 |
| 2622 | 2025-09-02T23:05:01.946Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2623 | 2025-09-02T23:05:02.159Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2624 | 2025-09-02T23:05:02.404Z | Checking rand_seeder v0.4.0 |
| 2625 | 2025-09-02T23:05:02.716Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2626 | 2025-09-02T23:05:03.063Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2627 | 2025-09-02T23:05:03.357Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2628 | 2025-09-02T23:05:03.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2629 | 2025-09-02T23:05:04.398Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2630 | 2025-09-02T23:05:04.558Z | Checking heck v0.4.1 |
| 2631 | 2025-09-02T23:05:04.612Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2632 | 2025-09-02T23:05:04.844Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2633 | 2025-09-02T23:05:05.640Z | Checking yansi v1.0.1 |
| 2634 | 2025-09-02T23:05:05.778Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2635 | 2025-09-02T23:05:05.881Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2636 | 2025-09-02T23:05:06.266Z | Checking pretty_assertions v1.4.1 |
| 2637 | 2025-09-02T23:05:06.398Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2638 | 2025-09-02T23:05:06.550Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2639 | 2025-09-02T23:05:06.595Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2640 | 2025-09-02T23:05:07.022Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2641 | 2025-09-02T23:05:08.910Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2642 | 2025-09-02T23:05:09.455Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2643 | 2025-09-02T23:05:09.529Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2644 | 2025-09-02T23:05:09.932Z | Checking is_ci v1.2.0 |
| 2645 | 2025-09-02T23:05:10.133Z | Compiling indoc v2.0.6 |
| 2646 | 2025-09-02T23:05:10.190Z | Checking supports-color v3.0.2 |
| 2647 | 2025-09-02T23:05:10.497Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2648 | 2025-09-02T23:05:10.570Z | Checking typeid v1.0.3 |
| 2649 | 2025-09-02T23:05:10.800Z | Checking castaway v0.2.3 |
| 2650 | 2025-09-02T23:05:11.059Z | Compiling libz-sys v1.1.20 |
| 2651 | 2025-09-02T23:05:11.114Z | Checking compact_str v0.8.0 |
| 2652 | 2025-09-02T23:05:11.660Z | Checking erased-serde v0.4.6 |
| 2653 | 2025-09-02T23:05:12.032Z | Checking unicode-truncate v1.1.0 |
| 2654 | 2025-09-02T23:05:12.330Z | Checking console v0.16.0 |
| 2655 | 2025-09-02T23:05:12.601Z | Checking async-bb8-diesel v0.2.1 |
| 2656 | 2025-09-02T23:05:13.230Z | Checking concurrent-queue v2.5.0 |
| 2657 | 2025-09-02T23:05:13.304Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2658 | 2025-09-02T23:05:13.357Z | Checking lru v0.12.5 |
| 2659 | 2025-09-02T23:05:13.455Z | Checking ordered-float v2.10.1 |
| 2660 | 2025-09-02T23:05:13.609Z | Compiling instability v0.3.2 |
| 2661 | 2025-09-02T23:05:13.713Z | Checking cassowary v0.3.0 |
| 2662 | 2025-09-02T23:05:14.017Z | Checking unit-prefix v0.5.1 |
| 2663 | 2025-09-02T23:05:14.205Z | Checking parking v2.2.1 |
| 2664 | 2025-09-02T23:05:14.298Z | Checking indicatif v0.18.0 |
| 2665 | 2025-09-02T23:05:14.483Z | Checking serde-value v0.7.0 |
| 2666 | 2025-09-02T23:05:14.774Z | Checking ratatui v0.29.0 |
| 2667 | 2025-09-02T23:05:14.986Z | Checking serde-untagged v0.1.7 |
| 2668 | 2025-09-02T23:05:15.184Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2669 | 2025-09-02T23:05:15.468Z | Checking cargo-util-schemas v0.8.2 |
| 2670 | 2025-09-02T23:05:16.712Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2671 | 2025-09-02T23:05:17.675Z | Checking cargo-platform v0.2.0 |
| 2672 | 2025-09-02T23:05:17.835Z | Checking event-listener v5.3.1 |
| 2673 | 2025-09-02T23:05:18.091Z | Checking cargo_metadata v0.21.0 |
| 2674 | 2025-09-02T23:05:18.247Z | Compiling vergen v8.3.2 |
| 2675 | 2025-09-02T23:05:18.698Z | Compiling cargo-platform v0.1.8 |
| 2676 | 2025-09-02T23:05:19.088Z | Compiling cargo_metadata v0.18.1 |
| 2677 | 2025-09-02T23:05:19.216Z | Checking event-listener-strategy v0.5.2 |
| 2678 | 2025-09-02T23:05:19.510Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2679 | 2025-09-02T23:05:19.924Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2680 | 2025-09-02T23:05:21.055Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2681 | 2025-09-02T23:05:21.452Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2682 | 2025-09-02T23:05:21.871Z | Checking plotters-backend v0.3.7 |
| 2683 | 2025-09-02T23:05:22.145Z | Checking shell-words v1.1.0 |
| 2684 | 2025-09-02T23:05:22.303Z | Compiling rustls v0.21.12 |
| 2685 | 2025-09-02T23:05:22.401Z | Checking plotters-svg v0.3.7 |
| 2686 | 2025-09-02T23:05:22.783Z | Checking futures-lite v2.3.0 |
| 2687 | 2025-09-02T23:05:22.819Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2688 | 2025-09-02T23:05:22.860Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2689 | 2025-09-02T23:05:23.541Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2690 | 2025-09-02T23:05:24.078Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2691 | 2025-09-02T23:05:24.386Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2692 | 2025-09-02T23:05:24.494Z | Checking sct v0.7.1 |
| 2693 | 2025-09-02T23:05:24.768Z | Checking rustls-webpki v0.101.7 |
| 2694 | 2025-09-02T23:05:24.811Z | Checking cast v0.3.0 |
| 2695 | 2025-09-02T23:05:25.047Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2696 | 2025-09-02T23:05:25.157Z | Checking criterion-plot v0.6.0 |
| 2697 | 2025-09-02T23:05:25.879Z | Checking plotters v0.3.7 |
| 2698 | 2025-09-02T23:05:27.687Z | Checking tinytemplate v1.2.1 |
| 2699 | 2025-09-02T23:05:28.088Z | Checking anes v0.1.6 |
| 2700 | 2025-09-02T23:05:28.440Z | Checking oorandom v11.1.4 |
| 2701 | 2025-09-02T23:05:28.512Z | Checking async-lock v3.4.0 |
| 2702 | 2025-09-02T23:05:28.561Z | Checking tokio-rustls v0.24.1 |
| 2703 | 2025-09-02T23:05:28.651Z | Checking criterion v0.7.0 |
| 2704 | 2025-09-02T23:05:28.929Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2705 | 2025-09-02T23:05:29.365Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2706 | 2025-09-02T23:05:29.763Z | Checking rustls-pemfile v1.0.4 |
| 2707 | 2025-09-02T23:05:30.039Z | Checking twox-hash v2.1.0 |
| 2708 | 2025-09-02T23:05:30.739Z | Checking polling v3.7.3 |
| 2709 | 2025-09-02T23:05:30.865Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2710 | 2025-09-02T23:05:31.216Z | Checking async-io v2.3.4 |
| 2711 | 2025-09-02T23:05:31.326Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2712 | 2025-09-02T23:05:31.637Z | Checking fatfs v0.3.6 |
| 2713 | 2025-09-02T23:05:32.138Z | Checking async-task v4.7.1 |
| 2714 | 2025-09-02T23:05:32.587Z | Checking hex-literal v0.4.1 |
| 2715 | 2025-09-02T23:05:32.768Z | Checking async-channel v2.3.1 |
| 2716 | 2025-09-02T23:05:32.817Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2717 | 2025-09-02T23:05:33.149Z | Checking piper v0.2.4 |
| 2718 | 2025-09-02T23:05:33.431Z | Checking rtoolbox v0.0.2 |
| 2719 | 2025-09-02T23:05:33.713Z | Checking futures-timer v3.0.3 |
| 2720 | 2025-09-02T23:05:34.110Z | Checking rpassword v7.4.0 |
| 2721 | 2025-09-02T23:05:34.339Z | Checking blocking v1.6.1 |
| 2722 | 2025-09-02T23:05:34.733Z | Checking async-executor v1.13.1 |
| 2723 | 2025-09-02T23:05:35.141Z | Checking async-signal v0.2.10 |
| 2724 | 2025-09-02T23:05:35.253Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2725 | 2025-09-02T23:05:35.476Z | Checking tui-tree-widget v0.23.1 |
| 2726 | 2025-09-02T23:05:35.551Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2727 | 2025-09-02T23:05:35.885Z | Checking polyval v0.6.2 |
| 2728 | 2025-09-02T23:05:36.234Z | Compiling petname v2.0.2 |
| 2729 | 2025-09-02T23:05:37.292Z | Checking event-listener v2.5.3 |
| 2730 | 2025-09-02T23:05:37.583Z | Checking async-channel v1.9.0 |
| 2731 | 2025-09-02T23:05:37.909Z | Checking ghash v0.5.1 |
| 2732 | 2025-09-02T23:05:38.154Z | Checking async-process v2.3.0 |
| 2733 | 2025-09-02T23:05:38.205Z | Checking async-global-executor v2.4.1 |
| 2734 | 2025-09-02T23:05:38.570Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2735 | 2025-09-02T23:05:38.648Z | Checking ctr v0.9.2 |
| 2736 | 2025-09-02T23:05:38.978Z | Checking kv-log-macro v1.0.7 |
| 2737 | 2025-09-02T23:05:39.166Z | Compiling async-attributes v1.1.2 |
| 2738 | 2025-09-02T23:05:39.211Z | Checking arrayref v0.3.9 |
| 2739 | 2025-09-02T23:05:39.391Z | Checking constant_time_eq v0.3.1 |
| 2740 | 2025-09-02T23:05:39.623Z | Checking arrayvec v0.7.6 |
| 2741 | 2025-09-02T23:05:40.055Z | Checking aes-gcm v0.10.3 |
| 2742 | 2025-09-02T23:05:40.097Z | Checking async-std v1.13.0 |
| 2743 | 2025-09-02T23:05:40.297Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2744 | 2025-09-02T23:05:41.206Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2745 | 2025-09-02T23:05:41.542Z | Checking ssh-encoding v0.2.0 |
| 2746 | 2025-09-02T23:05:41.977Z | Checking blowfish v0.9.1 |
| 2747 | 2025-09-02T23:05:42.290Z | Checking sync-ptr v0.1.4 |
| 2748 | 2025-09-02T23:05:42.559Z | Checking bcrypt-pbkdf v0.10.0 |
| 2749 | 2025-09-02T23:05:42.895Z | Checking ssh-cipher v0.2.0 |
| 2750 | 2025-09-02T23:05:43.268Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2751 | 2025-09-02T23:05:43.497Z | Checking async-object-pool v0.1.5 |
| 2752 | 2025-09-02T23:05:43.709Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2753 | 2025-09-02T23:05:44.142Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2754 | 2025-09-02T23:05:44.250Z | Checking serde_regex v1.1.0 |
| 2755 | 2025-09-02T23:05:44.603Z | Checking password-hash v0.4.2 |
| 2756 | 2025-09-02T23:05:45.132Z | Checking assert-json-diff v2.0.2 |
| 2757 | 2025-09-02T23:05:45.412Z | Checking path-tree v0.8.1 |
| 2758 | 2025-09-02T23:05:45.506Z | Checking stringmetrics v2.2.2 |
| 2759 | 2025-09-02T23:05:45.789Z | Checking pbkdf2 v0.11.0 |
| 2760 | 2025-09-02T23:05:45.841Z | Checking httpmock v0.8.0-alpha.1 |
| 2761 | 2025-09-02T23:05:46.213Z | Checking ssh-key v0.6.6 |
| 2762 | 2025-09-02T23:05:46.313Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2763 | 2025-09-02T23:05:47.761Z | Checking p521 v0.13.3 |
| 2764 | 2025-09-02T23:05:47.852Z | Checking p256 v0.13.2 |
| 2765 | 2025-09-02T23:05:48.438Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2766 | 2025-09-02T23:05:48.765Z | Checking russh-cryptovec v0.7.3 |
| 2767 | 2025-09-02T23:05:49.012Z | Compiling target-lexicon v0.13.2 |
| 2768 | 2025-09-02T23:05:49.238Z | Checking md5 v0.7.0 |
| 2769 | 2025-09-02T23:05:49.618Z | Checking russh-keys v0.45.0 |
| 2770 | 2025-09-02T23:05:50.171Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2771 | 2025-09-02T23:05:50.744Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2772 | 2025-09-02T23:05:50.859Z | Checking num-bigint v0.4.6 |
| 2773 | 2025-09-02T23:05:51.640Z | Checking des v0.8.1 |
| 2774 | 2025-09-02T23:05:51.743Z | Compiling blake3 v1.5.4 |
| 2775 | 2025-09-02T23:05:51.985Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2776 | 2025-09-02T23:05:52.456Z | Compiling guppy-workspace-hack v0.1.0 |
| 2777 | 2025-09-02T23:05:52.911Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2778 | 2025-09-02T23:05:53.192Z | Checking russh v0.45.0 |
| 2779 | 2025-09-02T23:05:54.124Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2780 | 2025-09-02T23:05:54.529Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2781 | 2025-09-02T23:05:54.957Z | Checking memmap2 v0.9.5 |
| 2782 | 2025-09-02T23:05:55.348Z | Compiling target-spec v3.5.0 |
| 2783 | 2025-09-02T23:05:55.915Z | Checking internet-checksum v0.2.1 |
| 2784 | 2025-09-02T23:05:56.886Z | Checking cfg-expr v0.20.1 |
| 2785 | 2025-09-02T23:05:57.543Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2786 | 2025-09-02T23:05:57.754Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2787 | 2025-09-02T23:05:57.946Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2788 | 2025-09-02T23:05:58.179Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2789 | 2025-09-02T23:05:58.746Z | Checking httptest v0.16.3 |
| 2790 | 2025-09-02T23:05:59.096Z | Checking topological-sort v0.2.2 |
| 2791 | 2025-09-02T23:05:59.418Z | Checking omicron-zone-package v0.12.2 |
| 2792 | 2025-09-02T23:05:59.527Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2793 | 2025-09-02T23:06:01.637Z | Checking pathdiff v0.2.3 |
| 2794 | 2025-09-02T23:06:01.717Z | Compiling rstest_macros v0.25.0 |
| 2795 | 2025-09-02T23:06:01.876Z | Compiling target-triple v0.1.3 |
| 2796 | 2025-09-02T23:06:02.250Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2797 | 2025-09-02T23:06:02.304Z | Checking nested v0.1.1 |
| 2798 | 2025-09-02T23:06:02.459Z | Compiling doc-comment v0.3.3 |
| 2799 | 2025-09-02T23:06:02.575Z | Checking guppy v0.17.20 |
| 2800 | 2025-09-02T23:06:02.815Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2801 | 2025-09-02T23:06:03.260Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2802 | 2025-09-02T23:06:03.672Z | Checking similar-asserts v1.7.0 |
| 2803 | 2025-09-02T23:06:03.988Z | Compiling proc-macro-crate v3.2.0 |
| 2804 | 2025-09-02T23:06:04.683Z | Compiling assert_cmd v2.0.17 |
| 2805 | 2025-09-02T23:06:05.176Z | Checking escape8259 v0.5.3 |
| 2806 | 2025-09-02T23:06:05.225Z | Compiling relative-path v1.9.3 |
| 2807 | 2025-09-02T23:06:05.411Z | Checking libtest-mimic v0.8.1 |
| 2808 | 2025-09-02T23:06:06.272Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2809 | 2025-09-02T23:06:06.348Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2810 | 2025-09-02T23:06:07.757Z | Checking blake2b_simd v1.0.2 |
| 2811 | 2025-09-02T23:06:07.761Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2812 | 2025-09-02T23:06:08.673Z | Compiling git2 v0.19.0 |
| 2813 | 2025-09-02T23:06:08.726Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2814 | 2025-09-02T23:06:09.171Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2815 | 2025-09-02T23:06:09.567Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2816 | 2025-09-02T23:06:09.977Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2817 | 2025-09-02T23:06:10.380Z | Checking fancy-regex v0.14.0 |
| 2818 | 2025-09-02T23:06:11.253Z | Compiling samael v0.0.19 |
| 2819 | 2025-09-02T23:06:11.463Z | Checking serde_tokenstream v0.2.2 |
| 2820 | 2025-09-02T23:06:11.918Z | Checking uzers v0.12.1 |
| 2821 | 2025-09-02T23:06:12.424Z | Checking datatest-stable v0.3.2 |
| 2822 | 2025-09-02T23:06:13.177Z | Checking rust-argon2 v2.1.0 |
| 2823 | 2025-09-02T23:06:13.671Z | Checking trybuild v1.0.106 |
| 2824 | 2025-09-02T23:06:15.073Z | Checking rstest v0.25.0 |
| 2825 | 2025-09-02T23:06:15.920Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2826 | 2025-09-02T23:06:16.161Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2827 | 2025-09-02T23:06:16.381Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2828 | 2025-09-02T23:06:17.130Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2829 | 2025-09-02T23:06:17.278Z | Checking support-bundle-viewer v0.1.2 |
| 2830 | 2025-09-02T23:06:17.775Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2831 | 2025-09-02T23:06:17.937Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2832 | 2025-09-02T23:06:18.169Z | Checking rand_distr v0.5.1 |
| 2833 | 2025-09-02T23:06:18.338Z | Checking multimap v0.10.1 |
| 2834 | 2025-09-02T23:06:18.724Z | Checking approx v0.5.1 |
| 2835 | 2025-09-02T23:06:19.135Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2836 | 2025-09-02T23:06:19.813Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2837 | 2025-09-02T23:06:20.101Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2838 | 2025-09-02T23:06:21.073Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2839 | 2025-09-02T23:06:21.225Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2840 | 2025-09-02T23:06:21.489Z | Checking partial-io v0.5.4 |
| 2841 | 2025-09-02T23:06:21.931Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2842 | 2025-09-02T23:06:22.246Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2843 | 2025-09-02T23:06:22.316Z | Checking cargo_toml v0.21.0 |
| 2844 | 2025-09-02T23:06:22.521Z | Checking termios v0.3.3 |
| 2845 | 2025-09-02T23:06:22.742Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2846 | 2025-09-02T23:06:22.825Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2847 | 2025-09-02T23:06:24.583Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2848 | 2025-09-02T23:06:27.330Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2849 | 2025-09-02T23:06:35.871Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2850 | 2025-09-02T23:06:42.181Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2851 | 2025-09-02T23:06:48.390Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2852 | 2025-09-02T23:06:49.319Z | Compiling polar-core v0.27.3 |
| 2853 | 2025-09-02T23:06:56.802Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2854 | 2025-09-02T23:07:00.331Z | Checking oso v0.27.3 |
| 2855 | 2025-09-02T23:07:05.269Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2856 | 2025-09-02T23:07:07.306Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2857 | 2025-09-02T23:07:19.970Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2858 | 2025-09-02T23:07:22.948Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2859 | 2025-09-02T23:07:27.110Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2860 | 2025-09-02T23:08:00.661Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2861 | 2025-09-02T23:08:00.662Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2862 | 2025-09-02T23:08:01.362Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2863 | 2025-09-02T23:09:28.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 13s |
| 2864 | 2025-09-02T23:09:29.332Z | |
| 2865 | 2025-09-02T23:09:29.335Z | real 7:17.930281119 |
| 2866 | 2025-09-02T23:09:29.336Z | user 40:06.961051897 |
| 2867 | 2025-09-02T23:09:29.336Z | sys 7:14.237831854 |
| 2868 | 2025-09-02T23:09:29.336Z | trap 1.164349313 |
| 2869 | 2025-09-02T23:09:29.336Z | tflt 0.518750246 |
| 2870 | 2025-09-02T23:09:29.336Z | dflt 0.136365632 |
| 2871 | 2025-09-02T23:09:29.336Z | kflt 0.002579446 |
| 2872 | 2025-09-02T23:09:29.336Z | lock 1:38:32.365086785 |
| 2873 | 2025-09-02T23:09:29.336Z | slp 2:12:25.757750632 |
| 2874 | 2025-09-02T23:09:29.336Z | lat 2:25.196151041 |
| 2875 | 2025-09-02T23:09:29.336Z | stop 14:55.204399091 |
| 2876 | 2025-09-02T23:09:29.336Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 2877 | 2025-09-02T23:09:29.336Z | + ptime -m cargo doc --workspace --no-deps |
| 2878 | 2025-09-02T23:09:30.591Z | warning: output filename collision. |
| 2879 | 2025-09-02T23:09:30.591Z | 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)`. |
| 2880 | 2025-09-02T23:09:30.591Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2881 | 2025-09-02T23:09:30.591Z | The targets should have unique names. |
| 2882 | 2025-09-02T23:09:30.591Z | This is a known bug where multiple crates with the same name use |
| 2883 | 2025-09-02T23:09:30.592Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2884 | 2025-09-02T23:09:31.630Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2885 | 2025-09-02T23:09:31.862Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2886 | 2025-09-02T23:09:31.889Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2887 | 2025-09-02T23:09:31.966Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2888 | 2025-09-02T23:09:31.999Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2889 | 2025-09-02T23:09:32.003Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2890 | 2025-09-02T23:09:32.003Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2891 | 2025-09-02T23:09:32.302Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2892 | 2025-09-02T23:09:32.338Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2893 | 2025-09-02T23:09:32.370Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2894 | 2025-09-02T23:09:32.412Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2895 | 2025-09-02T23:09:32.626Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2896 | 2025-09-02T23:09:32.661Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2897 | 2025-09-02T23:09:32.754Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2898 | 2025-09-02T23:09:32.910Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2899 | 2025-09-02T23:09:32.946Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2900 | 2025-09-02T23:09:33.047Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2901 | 2025-09-02T23:09:33.193Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2902 | 2025-09-02T23:09:33.286Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2903 | 2025-09-02T23:09:33.422Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2904 | 2025-09-02T23:09:33.508Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2905 | 2025-09-02T23:09:33.548Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2906 | 2025-09-02T23:09:33.665Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2907 | 2025-09-02T23:09:33.951Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2908 | 2025-09-02T23:09:33.999Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2909 | 2025-09-02T23:09:34.548Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2910 | 2025-09-02T23:09:34.673Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2911 | 2025-09-02T23:09:34.704Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2912 | 2025-09-02T23:09:35.104Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2913 | 2025-09-02T23:09:35.137Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2914 | 2025-09-02T23:09:35.168Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2915 | 2025-09-02T23:09:35.548Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2916 | 2025-09-02T23:09:35.653Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2917 | 2025-09-02T23:09:35.729Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2918 | 2025-09-02T23:09:35.953Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2919 | 2025-09-02T23:09:35.992Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2920 | 2025-09-02T23:09:36.225Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2921 | 2025-09-02T23:09:36.400Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2922 | 2025-09-02T23:09:36.466Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2923 | 2025-09-02T23:09:36.617Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2924 | 2025-09-02T23:09:36.663Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2925 | 2025-09-02T23:09:36.795Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2926 | 2025-09-02T23:09:36.881Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2927 | 2025-09-02T23:09:37.040Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2928 | 2025-09-02T23:09:37.086Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2929 | 2025-09-02T23:09:37.193Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2930 | 2025-09-02T23:09:37.229Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2931 | 2025-09-02T23:09:37.469Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2932 | 2025-09-02T23:09:37.498Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2933 | 2025-09-02T23:09:37.533Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2934 | 2025-09-02T23:09:37.677Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2935 | 2025-09-02T23:09:37.742Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2936 | 2025-09-02T23:09:37.939Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2937 | 2025-09-02T23:09:37.983Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2938 | 2025-09-02T23:09:38.370Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2939 | 2025-09-02T23:09:38.401Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2940 | 2025-09-02T23:09:38.432Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2941 | 2025-09-02T23:09:38.457Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2942 | 2025-09-02T23:09:38.725Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2943 | 2025-09-02T23:09:39.406Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2944 | 2025-09-02T23:09:39.755Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2945 | 2025-09-02T23:09:40.318Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2946 | 2025-09-02T23:09:42.149Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2947 | 2025-09-02T23:09:43.084Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2948 | 2025-09-02T23:09:43.386Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2949 | 2025-09-02T23:09:44.731Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2950 | 2025-09-02T23:09:47.220Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2951 | 2025-09-02T23:09:48.134Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2952 | 2025-09-02T23:09:48.213Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2953 | 2025-09-02T23:09:48.248Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2954 | 2025-09-02T23:09:50.374Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2955 | 2025-09-02T23:09:50.671Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2956 | 2025-09-02T23:09:50.961Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2957 | 2025-09-02T23:09:51.226Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2958 | 2025-09-02T23:09:51.825Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2959 | 2025-09-02T23:09:54.543Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2960 | 2025-09-02T23:09:54.639Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2961 | 2025-09-02T23:09:55.831Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2962 | 2025-09-02T23:09:56.194Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2963 | 2025-09-02T23:09:58.627Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2964 | 2025-09-02T23:09:59.035Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2965 | 2025-09-02T23:10:00.191Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2966 | 2025-09-02T23:10:00.237Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2967 | 2025-09-02T23:10:01.952Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2968 | 2025-09-02T23:10:05.783Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2969 | 2025-09-02T23:10:06.269Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2970 | 2025-09-02T23:10:08.776Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2971 | 2025-09-02T23:10:09.923Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2972 | 2025-09-02T23:10:09.960Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2973 | 2025-09-02T23:10:10.591Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2974 | 2025-09-02T23:10:10.622Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2975 | 2025-09-02T23:10:11.149Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2976 | 2025-09-02T23:10:11.189Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2977 | 2025-09-02T23:10:11.330Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2978 | 2025-09-02T23:10:12.155Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2979 | 2025-09-02T23:10:13.686Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2980 | 2025-09-02T23:10:13.757Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2981 | 2025-09-02T23:10:14.678Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2982 | 2025-09-02T23:10:15.105Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2983 | 2025-09-02T23:10:15.359Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2984 | 2025-09-02T23:10:15.548Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2985 | 2025-09-02T23:10:15.840Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 2986 | 2025-09-02T23:10:16.061Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2987 | 2025-09-02T23:10:16.097Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2988 | 2025-09-02T23:10:16.822Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2989 | 2025-09-02T23:10:16.904Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2990 | 2025-09-02T23:10:16.950Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2991 | 2025-09-02T23:10:17.682Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2992 | 2025-09-02T23:10:18.020Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 2993 | 2025-09-02T23:10:18.391Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2994 | 2025-09-02T23:10:18.614Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2995 | 2025-09-02T23:10:19.103Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2996 | 2025-09-02T23:10:19.232Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2997 | 2025-09-02T23:10:19.660Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2998 | 2025-09-02T23:10:19.785Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2999 | 2025-09-02T23:10:19.964Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3000 | 2025-09-02T23:10:20.142Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3001 | 2025-09-02T23:10:20.566Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3002 | 2025-09-02T23:10:20.602Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3003 | 2025-09-02T23:10:20.955Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3004 | 2025-09-02T23:10:20.994Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3005 | 2025-09-02T23:10:21.140Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3006 | 2025-09-02T23:10:21.346Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3007 | 2025-09-02T23:10:21.797Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3008 | 2025-09-02T23:10:21.945Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3009 | 2025-09-02T23:10:21.982Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3010 | 2025-09-02T23:10:23.065Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3011 | 2025-09-02T23:10:23.259Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3012 | 2025-09-02T23:10:24.187Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3013 | 2025-09-02T23:10:24.592Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3014 | 2025-09-02T23:10:24.928Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3015 | 2025-09-02T23:10:26.426Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3016 | 2025-09-02T23:10:26.625Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3017 | 2025-09-02T23:10:27.830Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3018 | 2025-09-02T23:10:29.181Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3019 | 2025-09-02T23:10:29.722Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3020 | 2025-09-02T23:10:31.975Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3021 | 2025-09-02T23:10:32.232Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3022 | 2025-09-02T23:10:32.275Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3023 | 2025-09-02T23:10:32.382Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3024 | 2025-09-02T23:10:32.773Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3025 | 2025-09-02T23:10:33.917Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3026 | 2025-09-02T23:10:34.116Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3027 | 2025-09-02T23:10:34.326Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3028 | 2025-09-02T23:10:34.389Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3029 | 2025-09-02T23:10:34.572Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3030 | 2025-09-02T23:10:34.653Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3031 | 2025-09-02T23:10:35.491Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3032 | 2025-09-02T23:10:35.952Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3033 | 2025-09-02T23:10:36.374Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3034 | 2025-09-02T23:10:36.702Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3035 | 2025-09-02T23:10:37.810Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3036 | 2025-09-02T23:10:37.962Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3037 | 2025-09-02T23:10:39.280Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3038 | 2025-09-02T23:10:39.781Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3039 | 2025-09-02T23:10:40.556Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3040 | 2025-09-02T23:10:40.665Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3041 | 2025-09-02T23:10:41.063Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3042 | 2025-09-02T23:10:41.826Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3043 | 2025-09-02T23:10:45.472Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3044 | 2025-09-02T23:10:47.823Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3045 | 2025-09-02T23:10:48.785Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3046 | 2025-09-02T23:10:49.090Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3047 | 2025-09-02T23:10:49.349Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3048 | 2025-09-02T23:10:57.449Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3049 | 2025-09-02T23:10:58.550Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3050 | 2025-09-02T23:10:58.997Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3051 | 2025-09-02T23:10:59.198Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3052 | 2025-09-02T23:10:59.865Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3053 | 2025-09-02T23:11:02.005Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3054 | 2025-09-02T23:11:04.316Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3055 | 2025-09-02T23:11:04.538Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3056 | 2025-09-02T23:11:09.683Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3057 | 2025-09-02T23:11:09.946Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3058 | 2025-09-02T23:11:12.585Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3059 | 2025-09-02T23:11:12.677Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3060 | 2025-09-02T23:11:13.174Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3061 | 2025-09-02T23:11:13.404Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3062 | 2025-09-02T23:11:15.959Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3063 | 2025-09-02T23:11:16.119Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3064 | 2025-09-02T23:11:18.820Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3065 | 2025-09-02T23:11:19.017Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3066 | 2025-09-02T23:11:19.638Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3067 | 2025-09-02T23:11:21.711Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3068 | 2025-09-02T23:11:22.794Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3069 | 2025-09-02T23:11:23.961Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3070 | 2025-09-02T23:11:24.860Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3071 | 2025-09-02T23:11:26.810Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3072 | 2025-09-02T23:11:27.188Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3073 | 2025-09-02T23:11:28.682Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3074 | 2025-09-02T23:11:28.869Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3075 | 2025-09-02T23:11:30.194Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3076 | 2025-09-02T23:11:30.739Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3077 | 2025-09-02T23:11:34.198Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3078 | 2025-09-02T23:11:34.815Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3079 | 2025-09-02T23:11:34.880Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3080 | 2025-09-02T23:11:36.208Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3081 | 2025-09-02T23:11:36.624Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3082 | 2025-09-02T23:11:39.765Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3083 | 2025-09-02T23:11:40.255Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3084 | 2025-09-02T23:11:40.628Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3085 | 2025-09-02T23:11:41.260Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3086 | 2025-09-02T23:11:41.699Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3087 | 2025-09-02T23:11:42.323Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3088 | 2025-09-02T23:11:44.185Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3089 | 2025-09-02T23:11:46.235Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3090 | 2025-09-02T23:11:46.570Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3091 | 2025-09-02T23:11:46.964Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3092 | 2025-09-02T23:11:47.298Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3093 | 2025-09-02T23:11:47.375Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3094 | 2025-09-02T23:11:49.179Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3095 | 2025-09-02T23:11:49.393Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3096 | 2025-09-02T23:11:51.326Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3097 | 2025-09-02T23:11:51.386Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3098 | 2025-09-02T23:11:51.454Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3099 | 2025-09-02T23:11:53.229Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3100 | 2025-09-02T23:11:53.452Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3101 | 2025-09-02T23:11:53.539Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3102 | 2025-09-02T23:11:55.055Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3103 | 2025-09-02T23:11:55.820Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3104 | 2025-09-02T23:11:57.452Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3105 | 2025-09-02T23:11:58.498Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3106 | 2025-09-02T23:11:59.151Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3107 | 2025-09-02T23:11:59.491Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3108 | 2025-09-02T23:12:00.713Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3109 | 2025-09-02T23:12:01.905Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3110 | 2025-09-02T23:12:02.407Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3111 | 2025-09-02T23:12:03.069Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3112 | 2025-09-02T23:12:04.669Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3113 | 2025-09-02T23:12:05.072Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3114 | 2025-09-02T23:12:05.557Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3115 | 2025-09-02T23:12:06.247Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3116 | 2025-09-02T23:12:06.471Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3117 | 2025-09-02T23:12:08.691Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3118 | 2025-09-02T23:12:09.182Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3119 | 2025-09-02T23:12:09.894Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3120 | 2025-09-02T23:12:10.037Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3121 | 2025-09-02T23:12:10.097Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3122 | 2025-09-02T23:12:12.080Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3123 | 2025-09-02T23:12:12.567Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3124 | 2025-09-02T23:12:14.114Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3125 | 2025-09-02T23:12:14.316Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3126 | 2025-09-02T23:12:14.485Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3127 | 2025-09-02T23:12:15.328Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3128 | 2025-09-02T23:12:15.370Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3129 | 2025-09-02T23:12:15.405Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3130 | 2025-09-02T23:12:15.773Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3131 | 2025-09-02T23:12:16.609Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3132 | 2025-09-02T23:12:17.959Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3133 | 2025-09-02T23:12:24.872Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3134 | 2025-09-02T23:12:25.000Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3135 | 2025-09-02T23:12:25.374Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3136 | 2025-09-02T23:12:25.640Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3137 | 2025-09-02T23:12:27.993Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3138 | 2025-09-02T23:12:29.808Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3139 | 2025-09-02T23:12:31.330Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3140 | 2025-09-02T23:12:32.972Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3141 | 2025-09-02T23:12:34.518Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3142 | 2025-09-02T23:12:34.725Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3143 | 2025-09-02T23:12:34.754Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3144 | 2025-09-02T23:12:34.951Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3145 | 2025-09-02T23:12:35.905Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3146 | 2025-09-02T23:12:37.283Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3147 | 2025-09-02T23:12:38.270Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3148 | 2025-09-02T23:12:38.399Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3149 | 2025-09-02T23:12:39.001Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3150 | 2025-09-02T23:12:39.518Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3151 | 2025-09-02T23:12:41.366Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3152 | 2025-09-02T23:12:41.693Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3153 | 2025-09-02T23:12:42.344Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3154 | 2025-09-02T23:12:42.893Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3155 | 2025-09-02T23:12:42.930Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3156 | 2025-09-02T23:12:43.511Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3157 | 2025-09-02T23:12:44.354Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3158 | 2025-09-02T23:12:44.553Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3159 | 2025-09-02T23:12:44.801Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3160 | 2025-09-02T23:12:44.986Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3161 | 2025-09-02T23:12:45.764Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3162 | 2025-09-02T23:12:46.014Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3163 | 2025-09-02T23:12:46.088Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3164 | 2025-09-02T23:12:46.592Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3165 | 2025-09-02T23:12:46.715Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3166 | 2025-09-02T23:12:46.858Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3167 | 2025-09-02T23:12:47.334Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3168 | 2025-09-02T23:12:47.648Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3169 | 2025-09-02T23:12:47.696Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3170 | 2025-09-02T23:12:47.823Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3171 | 2025-09-02T23:12:47.935Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3172 | 2025-09-02T23:12:48.725Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3173 | 2025-09-02T23:12:48.912Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3174 | 2025-09-02T23:12:49.015Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3175 | 2025-09-02T23:12:49.422Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3176 | 2025-09-02T23:12:49.468Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3177 | 2025-09-02T23:12:49.805Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3178 | 2025-09-02T23:12:50.128Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3179 | 2025-09-02T23:13:26.710Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3180 | 2025-09-02T23:13:34.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s |
| 3181 | 2025-09-02T23:13:34.967Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 170 other files |
| 3182 | 2025-09-02T23:13:35.064Z | |
| 3183 | 2025-09-02T23:13:35.064Z | real 4:05.526567124 |
| 3184 | 2025-09-02T23:13:35.064Z | user 23:25.836181099 |
| 3185 | 2025-09-02T23:13:35.064Z | sys 3:29.909042303 |
| 3186 | 2025-09-02T23:13:35.064Z | trap 0.675484649 |
| 3187 | 2025-09-02T23:13:35.064Z | tflt 0.213885831 |
| 3188 | 2025-09-02T23:13:35.064Z | dflt 0.044987203 |
| 3189 | 2025-09-02T23:13:35.067Z | kflt 0.000568150 |
| 3190 | 2025-09-02T23:13:35.067Z | lock 56:40.089607095 |
| 3191 | 2025-09-02T23:13:35.067Z | slp 1:06:16.634966696 |
| 3192 | 2025-09-02T23:13:35.067Z | lat 1:37.013945408 |
| 3193 | 2025-09-02T23:13:35.067Z | stop 2:11.800097863 |
| 3194 | 2025-09-02T23:13:35.067Z | process exited: duration 965450 ms, exit code 0 |
| |
| 3195 | 2025-09-02T23:13:35.075Z | found 0 output files |