|
|
|
| 1 | 2025-07-23T08:57:57.201Z | job assigned to worker 01K0V815KCTQ29KMAXC5A3TTTQ [factory gimlet-EVT22200007-propolis, EVT22200007/35519] (queued for 25 s) |
| |
| 2 | 2025-07-23T08:58:05.846Z | starting task 0: "setup" |
| 3 | 2025-07-23T08:58:05.871Z | ++ uname -s |
| 4 | 2025-07-23T08:58:05.871Z | + kern=SunOS |
| 5 | 2025-07-23T08:58:05.871Z | + build_user=build |
| 6 | 2025-07-23T08:58:05.871Z | + build_uid=12345 |
| 7 | 2025-07-23T08:58:05.871Z | + work_dir=/work |
| 8 | 2025-07-23T08:58:05.871Z | + input_dir=/input |
| 9 | 2025-07-23T08:58:05.871Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-23T08:58:05.871Z | + case "$kern" in |
| 11 | 2025-07-23T08:58:05.871Z | + groupadd -g 12345 build |
| 12 | 2025-07-23T08:58:05.871Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-23T08:58:07.868Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-23T08:58:07.903Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-23T08:58:07.928Z | + home_fs=zfs |
| 16 | 2025-07-23T08:58:07.928Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-23T08:58:07.928Z | + mkdir -p /home/build |
| 18 | 2025-07-23T08:58:07.928Z | + chown build:build /home/build /work |
| 19 | 2025-07-23T08:58:08.911Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-23T08:58:08.936Z | process exited: duration 3072 ms, exit code 0 |
| |
| 21 | 2025-07-23T08:58:08.986Z | starting task 1: "rust-toolchain" |
| 22 | 2025-07-23T08:58:09.011Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-07-23T08:58:09.011Z | * rust toolchain channel = "1.88.0" |
| 24 | 2025-07-23T08:58:09.011Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-07-23T08:58:09.011Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-07-23T08:58:09.011Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-07-23T08:58:09.011Z | * rust toolchain profile = "default" |
| 28 | 2025-07-23T08:58:09.011Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-07-23T08:58:09.011Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-07-23T08:58:09.126Z | info: downloading installer |
| 31 | 2025-07-23T08:58:09.853Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-07-23T08:58:09.853Z | warn: /opt/ooce/bin |
| 33 | 2025-07-23T08:58:09.853Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-07-23T08:58:09.853Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-07-23T08:58:09.853Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-07-23T08:58:09.853Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-07-23T08:58:09.853Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-07-23T08:58:09.853Z | error: cannot install while Rust is installed |
| 39 | 2025-07-23T08:58:09.853Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-07-23T08:58:09.878Z | info: profile set to 'default' |
| 41 | 2025-07-23T08:58:09.878Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-07-23T08:58:09.878Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-07-23T08:58:10.000Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-07-23T08:58:10.000Z | info: downloading component 'cargo' |
| 45 | 2025-07-23T08:58:10.246Z | info: downloading component 'clippy' |
| 46 | 2025-07-23T08:58:10.359Z | info: downloading component 'rust-docs' |
| 47 | 2025-07-23T08:58:10.804Z | info: downloading component 'rust-std' |
| 48 | 2025-07-23T08:58:11.460Z | info: downloading component 'rustc' |
| 49 | 2025-07-23T08:58:15.651Z | info: downloading component 'rustfmt' |
| 50 | 2025-07-23T08:58:15.749Z | info: installing component 'cargo' |
| 51 | 2025-07-23T08:58:16.927Z | info: installing component 'clippy' |
| 52 | 2025-07-23T08:58:17.400Z | info: installing component 'rust-docs' |
| 53 | 2025-07-23T08:58:20.427Z | info: installing component 'rust-std' |
| 54 | 2025-07-23T08:58:22.516Z | info: installing component 'rustc' |
| 55 | 2025-07-23T08:58:30.387Z | info: installing component 'rustfmt' |
| 56 | 2025-07-23T08:58:30.759Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-07-23T08:58:30.760Z | |
| 58 | 2025-07-23T08:58:30.927Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-07-23T08:58:30.927Z | |
| 60 | 2025-07-23T08:58:30.952Z | |
| 61 | 2025-07-23T08:58:30.952Z | Rust is installed now. Great! |
| 62 | 2025-07-23T08:58:30.952Z | |
| 63 | 2025-07-23T08:58:30.952Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-07-23T08:58:30.952Z | environment variable. This has not been done automatically. |
| 65 | 2025-07-23T08:58:30.952Z | |
| 66 | 2025-07-23T08:58:30.952Z | To configure your current shell, you need to source |
| 67 | 2025-07-23T08:58:30.952Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-07-23T08:58:30.952Z | |
| 69 | 2025-07-23T08:58:30.952Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-07-23T08:58:30.952Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-07-23T08:58:30.952Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-07-23T08:58:30.952Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-07-23T08:58:31.058Z | + rustup --version |
| 74 | 2025-07-23T08:58:31.083Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-07-23T08:58:31.083Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-07-23T08:58:31.193Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-07-23T08:58:31.218Z | + cargo --version |
| 78 | 2025-07-23T08:58:31.279Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-07-23T08:58:31.304Z | + rustc --version |
| 80 | 2025-07-23T08:58:31.363Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-07-23T08:58:31.388Z | process exited: duration 22383 ms, exit code 0 |
| |
| 82 | 2025-07-23T08:58:31.437Z | starting task 2: "authentication" |
| 83 | 2025-07-23T08:58:31.493Z | process exited: duration 55 ms, exit code 0 |
| |
| 84 | 2025-07-23T08:58:31.542Z | starting task 3: "clone repository" |
| 85 | 2025-07-23T08:58:31.567Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-07-23T08:58:31.567Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-07-23T08:58:31.592Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-07-23T08:58:42.116Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-07-23T08:58:42.116Z | + git fetch origin 5403a6fe570e449c1dd126986cc2db7736aaba54 |
| 90 | 2025-07-23T08:58:42.621Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-07-23T08:58:42.621Z | * branch 5403a6fe570e449c1dd126986cc2db7736aaba54 -> FETCH_HEAD |
| 92 | 2025-07-23T08:58:42.646Z | + [[ -n '' ]] |
| 93 | 2025-07-23T08:58:42.646Z | + git reset --hard 5403a6fe570e449c1dd126986cc2db7736aaba54 |
| 94 | 2025-07-23T08:58:42.830Z | HEAD is now at 5403a6fe5 Bump web console (fix omicron CI) |
| 95 | 2025-07-23T08:58:42.854Z | process exited: duration 11290 ms, exit code 0 |
| |
| 96 | 2025-07-23T08:58:42.905Z | starting task 4: "build" |
| 97 | 2025-07-23T08:58:42.930Z | + source ./env.sh |
| 98 | 2025-07-23T08:58:42.930Z | ++ OLD_SHELL_OPTS=ehxB |
| 99 | 2025-07-23T08:58:42.930Z | ++ set -o xtrace |
| 100 | 2025-07-23T08:58:42.930Z | ++++ dirname ./env.sh |
| 101 | 2025-07-23T08:58:42.930Z | +++ readlink -f . |
| 102 | 2025-07-23T08:58:42.930Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 103 | 2025-07-23T08:58:42.930Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2025-07-23T08:58:42.930Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2025-07-23T08:58:42.930Z | ++ 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 |
| 106 | 2025-07-23T08:58:42.930Z | ++ 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 |
| 107 | 2025-07-23T08:58:42.930Z | ++ 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 |
| 108 | 2025-07-23T08:58:42.931Z | ++ 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 |
| 109 | 2025-07-23T08:58:42.931Z | ++ 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 |
| 110 | 2025-07-23T08:58:42.931Z | ++ 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 |
| 111 | 2025-07-23T08:58:42.931Z | ++ case $OLD_SHELL_OPTS in |
| 112 | 2025-07-23T08:58:42.931Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 113 | 2025-07-23T08:58:42.931Z | + source .github/buildomat/ci-env.sh |
| 114 | 2025-07-23T08:58:42.931Z | ++ export CARGO_TERM_COLOR=always |
| 115 | 2025-07-23T08:58:42.931Z | ++ CARGO_TERM_COLOR=always |
| 116 | 2025-07-23T08:58:42.931Z | + cargo --version |
| 117 | 2025-07-23T08:58:42.990Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 118 | 2025-07-23T08:58:43.015Z | + rustc --version |
| 119 | 2025-07-23T08:58:43.074Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 120 | 2025-07-23T08:58:43.098Z | + banner prerequisites |
| 121 | 2025-07-23T08:58:43.098Z | |
| 122 | 2025-07-23T08:58:43.098Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2025-07-23T08:58:43.099Z | # # # # # # # # # # # # # # # |
| 124 | 2025-07-23T08:58:43.099Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2025-07-23T08:58:43.099Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2025-07-23T08:58:43.099Z | # # # # # # # # # # # # # # # |
| 127 | 2025-07-23T08:58:43.099Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2025-07-23T08:58:43.099Z | |
| 129 | 2025-07-23T08:58:43.099Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2025-07-23T08:58:54.901Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 131 | 2025-07-23T08:59:03.077Z | Startup: Caching catalogs ... Done |
| 132 | 2025-07-23T08:59:09.412Z | Planning: Solver setup ... Done (4.575s) |
| 133 | 2025-07-23T08:59:09.453Z | Planning: Running solver ... Done (0.042s) |
| 134 | 2025-07-23T08:59:09.523Z | Planning: Finding local manifests ... Done (0.001s) |
| 135 | 2025-07-23T08:59:09.598Z | Planning: Fetching manifests: 0/4 0% complete |
| 136 | 2025-07-23T08:59:09.966Z | Planning: Fetching manifests: 4/4 100% complete |
| 137 | 2025-07-23T08:59:10.026Z | Planning: Package planning ... Done (0.060s) |
| 138 | 2025-07-23T08:59:10.087Z | Planning: Merging actions ... Done (0.061s) |
| 139 | 2025-07-23T08:59:10.450Z | Planning: Checking for conflicting actions ... Done (0.363s) |
| 140 | 2025-07-23T08:59:10.475Z | Planning: Consolidating action changes ... Done (0.013s) |
| 141 | 2025-07-23T08:59:11.118Z | Planning: Evaluating mediators ... Done (0.655s) |
| 142 | 2025-07-23T08:59:11.143Z | Planning: Planning completed in 7.95 seconds |
| 143 | 2025-07-23T08:59:11.168Z | Packages to install: 4 |
| 144 | 2025-07-23T08:59:11.168Z | Mediators to change: 2 |
| 145 | 2025-07-23T08:59:11.168Z | Services to change: 1 |
| 146 | 2025-07-23T08:59:11.168Z | Estimated space available: 155.02 GB |
| 147 | 2025-07-23T08:59:11.168Z | Estimated space to be consumed: 1.70 GB |
| 148 | 2025-07-23T08:59:11.168Z | Create boot environment: No |
| 149 | 2025-07-23T08:59:11.168Z | Create backup boot environment: No |
| 150 | 2025-07-23T08:59:11.168Z | Rebuild boot archive: No |
| 151 | 2025-07-23T08:59:11.168Z | |
| 152 | 2025-07-23T08:59:11.168Z | Changed mediators: |
| 153 | 2025-07-23T08:59:11.168Z | mediator clang: |
| 154 | 2025-07-23T08:59:11.168Z | version: None -> 15 (system default) |
| 155 | 2025-07-23T08:59:11.168Z | |
| 156 | 2025-07-23T08:59:11.168Z | mediator llvm: |
| 157 | 2025-07-23T08:59:11.168Z | version: 14 (system default) -> 15 (system default) |
| 158 | 2025-07-23T08:59:11.168Z | |
| 159 | 2025-07-23T08:59:11.168Z | Changed packages: |
| 160 | 2025-07-23T08:59:11.168Z | helios-dev |
| 161 | 2025-07-23T08:59:11.168Z | developer/build-essential |
| 162 | 2025-07-23T08:59:11.168Z | None -> 11-2.0 |
| 163 | 2025-07-23T08:59:11.168Z | library/libxmlsec1 |
| 164 | 2025-07-23T08:59:11.168Z | None -> 1.2.35-2.0 |
| 165 | 2025-07-23T08:59:11.168Z | ooce/developer/clang-15 |
| 166 | 2025-07-23T08:59:11.168Z | None -> 15.0.7-2.0 |
| 167 | 2025-07-23T08:59:11.168Z | ooce/developer/llvm-15 |
| 168 | 2025-07-23T08:59:11.168Z | None -> 15.0.7-2.0 |
| 169 | 2025-07-23T08:59:11.168Z | |
| 170 | 2025-07-23T08:59:11.168Z | Services: |
| 171 | 2025-07-23T08:59:11.168Z | restart_fmri: |
| 172 | 2025-07-23T08:59:11.168Z | svc:/system/update-man-index:default |
| 173 | 2025-07-23T08:59:11.202Z | |
| 174 | 2025-07-23T08:59:11.202Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 175 | 2025-07-23T08:59:16.223Z | Download: 1198/3290 items 72.6/212.6MB 34% complete (15.2M/s) |
| 176 | 2025-07-23T08:59:21.227Z | Download: 1791/3290 items 118.4/212.6MB 55% complete (11.9M/s) |
| 177 | 2025-07-23T08:59:26.246Z | Download: 3245/3290 items 186.5/212.6MB 87% complete (11.7M/s) |
| 178 | 2025-07-23T08:59:28.112Z | Download: Completed 212.60 MB in 16.91 seconds (12.6M/s) |
| 179 | 2025-07-23T08:59:28.320Z | Actions: 1/3689 actions (Installing new actions) |
| 180 | 2025-07-23T08:59:33.397Z | Actions: 3101/3689 actions (Installing new actions) |
| 181 | 2025-07-23T08:59:34.110Z | Actions: Completed 3689 actions in 5.79 seconds. |
| 182 | 2025-07-23T08:59:34.977Z | Done (0.862s) |
| 183 | 2025-07-23T08:59:34.977Z | Done (0.000s) |
| 184 | 2025-07-23T08:59:35.993Z | Done (1.016s) |
| 185 | 2025-07-23T08:59:40.677Z | Done (4.465s) |
| 186 | 2025-07-23T08:59:40.778Z | Done (0.019s) |
| 187 | 2025-07-23T08:59:40.803Z | Done (0.000s) |
| 188 | 2025-07-23T08:59:40.930Z | Done (0.000s) |
| 189 | 2025-07-23T08:59:41.773Z | Planning: Evaluating mediator changes ... Done |
| 190 | 2025-07-23T08:59:41.971Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2025-07-23T08:59:41.996Z | Planning: Consolidating action changes ... Done |
| 192 | 2025-07-23T08:59:42.296Z | Planning: Evaluating mediators ... Done |
| 193 | 2025-07-23T08:59:42.321Z | Planning: Planning completed in 0.52 seconds |
| 194 | 2025-07-23T08:59:42.345Z | Mediators to change: 2 |
| 195 | 2025-07-23T08:59:42.345Z | Create boot environment: No |
| 196 | 2025-07-23T08:59:42.345Z | Create backup boot environment: No |
| 197 | 2025-07-23T08:59:42.391Z | Done |
| 198 | 2025-07-23T08:59:42.391Z | Done |
| 199 | 2025-07-23T08:59:43.101Z | Done |
| 200 | 2025-07-23T08:59:47.324Z | Done |
| 201 | 2025-07-23T08:59:47.432Z | Done |
| 202 | 2025-07-23T08:59:47.433Z | Done |
| 203 | 2025-07-23T08:59:47.479Z | Done |
| 204 | 2025-07-23T08:59:48.184Z | Planning: Evaluating mediator changes ... Done |
| 205 | 2025-07-23T08:59:48.208Z | Planning: Merging actions ... Done |
| 206 | 2025-07-23T08:59:48.418Z | Planning: Checking for conflicting actions ... Done |
| 207 | 2025-07-23T08:59:48.442Z | Planning: Consolidating action changes ... Done |
| 208 | 2025-07-23T08:59:48.734Z | Planning: Evaluating mediators ... Done |
| 209 | 2025-07-23T08:59:48.800Z | Planning: Planning completed in 0.90 seconds |
| 210 | 2025-07-23T08:59:48.839Z | Packages to change: 1 |
| 211 | 2025-07-23T08:59:48.839Z | Mediators to change: 1 |
| 212 | 2025-07-23T08:59:48.839Z | Services to change: 1 |
| 213 | 2025-07-23T08:59:48.839Z | Create boot environment: No |
| 214 | 2025-07-23T08:59:48.864Z | Create backup boot environment: Yes |
| 215 | 2025-07-23T08:59:50.643Z | Actions: 1/6 actions (Updating modified actions) |
| 216 | 2025-07-23T08:59:50.676Z | Actions: Completed 6 actions in 0.00 seconds. |
| 217 | 2025-07-23T08:59:50.676Z | Done |
| 218 | 2025-07-23T08:59:50.676Z | Done |
| 219 | 2025-07-23T08:59:50.861Z | Done |
| 220 | 2025-07-23T08:59:55.086Z | Done |
| 221 | 2025-07-23T08:59:55.187Z | Done |
| 222 | 2025-07-23T08:59:55.212Z | Done |
| 223 | 2025-07-23T08:59:55.290Z | Done |
| 224 | 2025-07-23T08:59:55.838Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 225 | 2025-07-23T08:59:55.838Z | clang system 15 system |
| 226 | 2025-07-23T08:59:55.838Z | csh system system illumos |
| 227 | 2025-07-23T08:59:55.838Z | ctags system system illumos |
| 228 | 2025-07-23T08:59:55.838Z | file system system illumos |
| 229 | 2025-07-23T08:59:55.839Z | gcc vendor 12 vendor |
| 230 | 2025-07-23T08:59:55.839Z | gcc system 10 system |
| 231 | 2025-07-23T08:59:55.839Z | gcc system 7 system |
| 232 | 2025-07-23T08:59:55.839Z | go system 1.20 system |
| 233 | 2025-07-23T08:59:55.839Z | go system 1.19 system |
| 234 | 2025-07-23T08:59:55.839Z | llvm system 15 system |
| 235 | 2025-07-23T08:59:55.839Z | llvm system 14 system |
| 236 | 2025-07-23T08:59:55.839Z | mariadb system 10.6 system |
| 237 | 2025-07-23T08:59:55.839Z | mta vendor vendor dma |
| 238 | 2025-07-23T08:59:55.839Z | openjdk system 17 system |
| 239 | 2025-07-23T08:59:55.839Z | openjdk system 11 system |
| 240 | 2025-07-23T08:59:55.839Z | openjdk system 1.8 system |
| 241 | 2025-07-23T08:59:55.839Z | openssl vendor 3 vendor |
| 242 | 2025-07-23T08:59:55.839Z | perl system 5.36 system |
| 243 | 2025-07-23T08:59:55.839Z | postgresql system 15 system |
| 244 | 2025-07-23T08:59:55.839Z | postgresql system 13 system |
| 245 | 2025-07-23T08:59:55.839Z | python vendor 3 vendor |
| 246 | 2025-07-23T08:59:55.839Z | python system 2 system |
| 247 | 2025-07-23T08:59:55.839Z | python3 system 3.11 system |
| 248 | 2025-07-23T08:59:55.839Z | ruby system 3.0 system |
| 249 | 2025-07-23T08:59:55.839Z | words vendor vendor american-english |
| 250 | 2025-07-23T08:59:55.839Z | words system system australian-english |
| 251 | 2025-07-23T08:59:55.839Z | words system system british-english |
| 252 | 2025-07-23T08:59:55.839Z | words system system canadian-english |
| 253 | 2025-07-23T08:59:55.840Z | words system system french |
| 254 | 2025-07-23T08:59:55.840Z | words system system italian |
| 255 | 2025-07-23T08:59:55.840Z | words system system ngerman |
| 256 | 2025-07-23T08:59:55.840Z | words system system ogerman |
| 257 | 2025-07-23T08:59:55.840Z | words system system spanish |
| 258 | 2025-07-23T08:59:56.207Z | PUBLISHER TYPE STATUS P LOCATION |
| 259 | 2025-07-23T08:59:56.207Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 260 | 2025-07-23T09:00:01.722Z | FMRI IFO |
| 261 | 2025-07-23T09:00:01.723Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 262 | 2025-07-23T09:00:01.723Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 263 | 2025-07-23T09:00:01.723Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 264 | 2025-07-23T09:00:01.723Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 265 | 2025-07-23T09:00:01.723Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 266 | 2025-07-23T09:00:01.723Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 267 | 2025-07-23T09:00:01.723Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 268 | 2025-07-23T09:00:01.723Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 269 | 2025-07-23T09:00:01.723Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 270 | 2025-07-23T09:00:01.724Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 271 | 2025-07-23T09:00:01.724Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 272 | 2025-07-23T09:00:01.724Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 273 | 2025-07-23T09:00:01.724Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 274 | 2025-07-23T09:00:01.724Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 275 | 2025-07-23T09:00:01.724Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 276 | 2025-07-23T09:00:01.724Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 277 | 2025-07-23T09:00:02.776Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 278 | 2025-07-23T09:00:03.531Z | Updating crates.io index |
| 279 | 2025-07-23T09:00:03.555Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 280 | 2025-07-23T09:00:04.271Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 281 | 2025-07-23T09:00:05.435Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 282 | 2025-07-23T09:00:05.833Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2025-07-23T09:00:06.197Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 284 | 2025-07-23T09:00:06.764Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 285 | 2025-07-23T09:00:08.106Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 286 | 2025-07-23T09:00:10.372Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 287 | 2025-07-23T09:00:11.518Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 288 | 2025-07-23T09:00:12.334Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 289 | 2025-07-23T09:00:12.744Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 290 | 2025-07-23T09:00:13.146Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 291 | 2025-07-23T09:00:14.050Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 292 | 2025-07-23T09:00:14.463Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 293 | 2025-07-23T09:00:15.030Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 294 | 2025-07-23T09:00:15.738Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 295 | 2025-07-23T09:00:16.217Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 296 | 2025-07-23T09:00:16.658Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 297 | 2025-07-23T09:00:16.996Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 298 | 2025-07-23T09:00:17.355Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 299 | 2025-07-23T09:00:17.797Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 300 | 2025-07-23T09:00:18.291Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 301 | 2025-07-23T09:00:18.799Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 302 | 2025-07-23T09:00:19.229Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 303 | 2025-07-23T09:00:19.909Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 304 | 2025-07-23T09:00:20.411Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 305 | 2025-07-23T09:00:20.867Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 306 | 2025-07-23T09:00:21.359Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 307 | 2025-07-23T09:00:21.938Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 308 | 2025-07-23T09:00:22.285Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 309 | 2025-07-23T09:00:22.835Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 310 | 2025-07-23T09:00:23.234Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 311 | 2025-07-23T09:00:32.417Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 312 | 2025-07-23T09:00:33.924Z | Downloading crates ... |
| 313 | 2025-07-23T09:00:33.986Z | Downloaded plain v0.2.3 |
| 314 | 2025-07-23T09:00:34.010Z | Downloaded anstream v0.6.18 |
| 315 | 2025-07-23T09:00:34.011Z | Downloaded cfg-if v1.0.1 |
| 316 | 2025-07-23T09:00:34.011Z | Downloaded cargo-util-schemas v0.2.0 |
| 317 | 2025-07-23T09:00:34.011Z | Downloaded bytecount v0.6.8 |
| 318 | 2025-07-23T09:00:34.011Z | Downloaded block-buffer v0.10.4 |
| 319 | 2025-07-23T09:00:34.011Z | Downloaded bitflags v2.9.1 |
| 320 | 2025-07-23T09:00:34.011Z | Downloaded tabled_derive v0.7.0 |
| 321 | 2025-07-23T09:00:34.011Z | Downloaded form_urlencoded v1.2.1 |
| 322 | 2025-07-23T09:00:34.035Z | Downloaded erased-serde v0.4.6 |
| 323 | 2025-07-23T09:00:34.035Z | Downloaded writeable v0.5.5 |
| 324 | 2025-07-23T09:00:34.035Z | Downloaded version_check v0.9.5 |
| 325 | 2025-07-23T09:00:34.035Z | Downloaded icu_locid_transform_data v1.5.0 |
| 326 | 2025-07-23T09:00:34.035Z | Downloaded usdt-impl v0.5.0 |
| 327 | 2025-07-23T09:00:34.035Z | Downloaded sha2 v0.10.9 |
| 328 | 2025-07-23T09:00:34.035Z | Downloaded textwrap v0.16.2 |
| 329 | 2025-07-23T09:00:34.060Z | Downloaded zerofrom v0.1.4 |
| 330 | 2025-07-23T09:00:34.060Z | Downloaded yoke-derive v0.7.4 |
| 331 | 2025-07-23T09:00:34.060Z | Downloaded thiserror v1.0.69 |
| 332 | 2025-07-23T09:00:34.060Z | Downloaded zerocopy-derive v0.7.35 |
| 333 | 2025-07-23T09:00:34.060Z | Downloaded thiserror-impl v2.0.12 |
| 334 | 2025-07-23T09:00:34.060Z | Downloaded yoke v0.7.4 |
| 335 | 2025-07-23T09:00:34.084Z | Downloaded toml_edit v0.22.27 |
| 336 | 2025-07-23T09:00:34.084Z | Downloaded url v2.5.4 |
| 337 | 2025-07-23T09:00:34.084Z | Downloaded pest v2.7.14 |
| 338 | 2025-07-23T09:00:34.084Z | Downloaded zerovec v0.10.4 |
| 339 | 2025-07-23T09:00:34.084Z | Downloaded zerocopy v0.7.35 |
| 340 | 2025-07-23T09:00:34.108Z | Downloaded winnow v0.7.10 |
| 341 | 2025-07-23T09:00:34.133Z | Downloaded goblin v0.8.2 |
| 342 | 2025-07-23T09:00:34.133Z | Downloaded tabled v0.15.0 |
| 343 | 2025-07-23T09:00:34.157Z | Downloaded syn v1.0.109 |
| 344 | 2025-07-23T09:00:34.157Z | Downloaded serde_json v1.0.140 |
| 345 | 2025-07-23T09:00:34.157Z | Downloaded icu_collections v1.5.0 |
| 346 | 2025-07-23T09:00:34.181Z | Downloaded unicode-width v0.2.0 |
| 347 | 2025-07-23T09:00:34.181Z | Downloaded unicode-width v0.1.14 |
| 348 | 2025-07-23T09:00:34.181Z | Downloaded syn v2.0.104 |
| 349 | 2025-07-23T09:00:34.181Z | Downloaded serde v1.0.219 |
| 350 | 2025-07-23T09:00:34.206Z | Downloaded toml_datetime v0.6.11 |
| 351 | 2025-07-23T09:00:34.206Z | Downloaded papergrid v0.11.0 |
| 352 | 2025-07-23T09:00:34.206Z | Downloaded idna v1.0.3 |
| 353 | 2025-07-23T09:00:34.206Z | Downloaded rustix v0.38.37 |
| 354 | 2025-07-23T09:00:34.230Z | Downloaded icu_provider v1.5.0 |
| 355 | 2025-07-23T09:00:34.230Z | Downloaded icu_normalizer_data v1.5.0 |
| 356 | 2025-07-23T09:00:34.231Z | Downloaded rustix v1.0.7 |
| 357 | 2025-07-23T09:00:34.255Z | Downloaded icu_locid v1.5.0 |
| 358 | 2025-07-23T09:00:34.255Z | Downloaded hashbrown v0.15.4 |
| 359 | 2025-07-23T09:00:34.279Z | Downloaded generic-array v0.14.7 |
| 360 | 2025-07-23T09:00:34.279Z | Downloaded thiserror-impl v1.0.69 |
| 361 | 2025-07-23T09:00:34.279Z | Downloaded thiserror v2.0.12 |
| 362 | 2025-07-23T09:00:34.280Z | Downloaded zerovec-derive v0.10.3 |
| 363 | 2025-07-23T09:00:34.280Z | Downloaded utf16_iter v1.0.5 |
| 364 | 2025-07-23T09:00:34.280Z | Downloaded toml v0.8.23 |
| 365 | 2025-07-23T09:00:34.280Z | Downloaded tempfile v3.20.0 |
| 366 | 2025-07-23T09:00:34.280Z | Downloaded pest_meta v2.7.14 |
| 367 | 2025-07-23T09:00:34.280Z | Downloaded pest_derive v2.7.14 |
| 368 | 2025-07-23T09:00:34.304Z | Downloaded once_cell v1.21.3 |
| 369 | 2025-07-23T09:00:34.304Z | Downloaded getrandom v0.3.1 |
| 370 | 2025-07-23T09:00:34.304Z | Downloaded utf8parse v0.2.2 |
| 371 | 2025-07-23T09:00:34.304Z | Downloaded tinystr v0.7.6 |
| 372 | 2025-07-23T09:00:34.304Z | Downloaded thread-id v4.2.2 |
| 373 | 2025-07-23T09:00:34.304Z | Downloaded terminal_size v0.4.0 |
| 374 | 2025-07-23T09:00:34.304Z | Downloaded libc v0.2.174 |
| 375 | 2025-07-23T09:00:34.328Z | Downloaded strsim v0.11.1 |
| 376 | 2025-07-23T09:00:34.328Z | Downloaded smallvec v1.15.0 |
| 377 | 2025-07-23T09:00:34.328Z | Downloaded semver v1.0.26 |
| 378 | 2025-07-23T09:00:34.329Z | Downloaded scroll v0.12.0 |
| 379 | 2025-07-23T09:00:34.329Z | Downloaded percent-encoding v2.3.1 |
| 380 | 2025-07-23T09:00:34.329Z | Downloaded ordered-float v2.10.1 |
| 381 | 2025-07-23T09:00:34.329Z | Downloaded memchr v2.7.4 |
| 382 | 2025-07-23T09:00:34.354Z | Downloaded indexmap v2.10.0 |
| 383 | 2025-07-23T09:00:34.354Z | Downloaded heck v0.4.1 |
| 384 | 2025-07-23T09:00:34.354Z | Downloaded fs-err v3.1.1 |
| 385 | 2025-07-23T09:00:34.354Z | Downloaded utf8_iter v1.0.4 |
| 386 | 2025-07-23T09:00:34.354Z | Downloaded unicode-xid v0.2.6 |
| 387 | 2025-07-23T09:00:34.354Z | Downloaded synstructure v0.13.1 |
| 388 | 2025-07-23T09:00:34.354Z | Downloaded swrite v0.1.0 |
| 389 | 2025-07-23T09:00:34.354Z | Downloaded stable_deref_trait v1.2.0 |
| 390 | 2025-07-23T09:00:34.354Z | Downloaded smawk v0.3.2 |
| 391 | 2025-07-23T09:00:34.354Z | Downloaded serde_tokenstream v0.2.2 |
| 392 | 2025-07-23T09:00:34.354Z | Downloaded serde_derive v1.0.219 |
| 393 | 2025-07-23T09:00:34.354Z | Downloaded serde-untagged v0.1.7 |
| 394 | 2025-07-23T09:00:34.354Z | Downloaded proc-macro-error-attr v1.0.4 |
| 395 | 2025-07-23T09:00:34.354Z | Downloaded heck v0.5.0 |
| 396 | 2025-07-23T09:00:34.354Z | Downloaded unicode-ident v1.0.18 |
| 397 | 2025-07-23T09:00:34.379Z | Downloaded zerofrom-derive v0.1.4 |
| 398 | 2025-07-23T09:00:34.379Z | Downloaded write16 v1.0.0 |
| 399 | 2025-07-23T09:00:34.379Z | Downloaded typeid v1.0.3 |
| 400 | 2025-07-23T09:00:34.379Z | Downloaded scroll_derive v0.12.0 |
| 401 | 2025-07-23T09:00:34.379Z | Downloaded proc-macro2 v1.0.95 |
| 402 | 2025-07-23T09:00:34.379Z | Downloaded num-traits v0.2.19 |
| 403 | 2025-07-23T09:00:34.379Z | Downloaded icu_provider_macros v1.5.0 |
| 404 | 2025-07-23T09:00:34.380Z | Downloaded serde_spanned v0.6.9 |
| 405 | 2025-07-23T09:00:34.380Z | Downloaded serde-value v0.7.0 |
| 406 | 2025-07-23T09:00:34.380Z | Downloaded ryu v1.0.18 |
| 407 | 2025-07-23T09:00:34.380Z | Downloaded quote v1.0.40 |
| 408 | 2025-07-23T09:00:34.380Z | Downloaded proc-macro-error v1.0.4 |
| 409 | 2025-07-23T09:00:34.380Z | Downloaded pretty-hex v0.4.1 |
| 410 | 2025-07-23T09:00:34.380Z | Downloaded pest_generator v2.7.14 |
| 411 | 2025-07-23T09:00:34.404Z | Downloaded icu_properties_data v1.5.0 |
| 412 | 2025-07-23T09:00:34.404Z | Downloaded unicode-linebreak v0.1.5 |
| 413 | 2025-07-23T09:00:34.404Z | Downloaded typenum v1.17.0 |
| 414 | 2025-07-23T09:00:34.404Z | Downloaded toml_write v0.1.2 |
| 415 | 2025-07-23T09:00:34.404Z | Downloaded memmap v0.7.0 |
| 416 | 2025-07-23T09:00:34.405Z | Downloaded macaddr v1.0.1 |
| 417 | 2025-07-23T09:00:34.405Z | Downloaded log v0.4.27 |
| 418 | 2025-07-23T09:00:34.405Z | Downloaded itoa v1.0.11 |
| 419 | 2025-07-23T09:00:34.405Z | Downloaded is_terminal_polyfill v1.70.1 |
| 420 | 2025-07-23T09:00:34.405Z | Downloaded icu_properties v1.5.1 |
| 421 | 2025-07-23T09:00:34.429Z | Downloaded dtrace-parser v0.2.0 |
| 422 | 2025-07-23T09:00:34.429Z | Downloaded displaydoc v0.2.5 |
| 423 | 2025-07-23T09:00:34.429Z | Downloaded usdt-macro v0.5.0 |
| 424 | 2025-07-23T09:00:34.429Z | Downloaded usdt-attr-macro v0.5.0 |
| 425 | 2025-07-23T09:00:34.429Z | Downloaded usdt v0.5.0 |
| 426 | 2025-07-23T09:00:34.429Z | Downloaded ucd-trie v0.1.7 |
| 427 | 2025-07-23T09:00:34.429Z | Downloaded litemap v0.7.3 |
| 428 | 2025-07-23T09:00:34.429Z | Downloaded idna_adapter v1.2.0 |
| 429 | 2025-07-23T09:00:34.430Z | Downloaded icu_normalizer v1.5.0 |
| 430 | 2025-07-23T09:00:34.430Z | Downloaded icu_locid_transform v1.5.0 |
| 431 | 2025-07-23T09:00:34.430Z | Downloaded digest v0.10.7 |
| 432 | 2025-07-23T09:00:34.430Z | Downloaded clap_derive v4.5.40 |
| 433 | 2025-07-23T09:00:34.430Z | Downloaded equivalent v1.0.2 |
| 434 | 2025-07-23T09:00:34.430Z | Downloaded dof v0.3.0 |
| 435 | 2025-07-23T09:00:34.430Z | Downloaded cpufeatures v0.2.14 |
| 436 | 2025-07-23T09:00:34.430Z | Downloaded cargo_toml v0.21.0 |
| 437 | 2025-07-23T09:00:34.454Z | Downloaded cargo-platform v0.2.0 |
| 438 | 2025-07-23T09:00:34.455Z | Downloaded fnv v1.0.7 |
| 439 | 2025-07-23T09:00:34.455Z | Downloaded errno v0.3.12 |
| 440 | 2025-07-23T09:00:34.455Z | Downloaded colorchoice v1.0.2 |
| 441 | 2025-07-23T09:00:34.455Z | Downloaded clap_lex v0.7.4 |
| 442 | 2025-07-23T09:00:34.455Z | Downloaded clap_builder v4.5.40 |
| 443 | 2025-07-23T09:00:34.455Z | Downloaded clap v4.5.40 |
| 444 | 2025-07-23T09:00:34.455Z | Downloaded cargo_metadata v0.20.0 |
| 445 | 2025-07-23T09:00:34.455Z | Downloaded camino-tempfile v1.4.1 |
| 446 | 2025-07-23T09:00:34.479Z | Downloaded camino v1.1.10 |
| 447 | 2025-07-23T09:00:34.479Z | Downloaded byteorder v1.5.0 |
| 448 | 2025-07-23T09:00:34.479Z | Downloaded autocfg v1.4.0 |
| 449 | 2025-07-23T09:00:34.479Z | Downloaded anstyle-parse v0.2.5 |
| 450 | 2025-07-23T09:00:34.479Z | Downloaded fastrand v2.1.1 |
| 451 | 2025-07-23T09:00:34.479Z | Downloaded crypto-common v0.1.6 |
| 452 | 2025-07-23T09:00:34.479Z | Downloaded anstyle-query v1.1.1 |
| 453 | 2025-07-23T09:00:34.479Z | Downloaded anstyle v1.0.11 |
| 454 | 2025-07-23T09:00:34.480Z | Downloaded anyhow v1.0.98 |
| 455 | 2025-07-23T09:00:34.553Z | Compiling proc-macro2 v1.0.95 |
| 456 | 2025-07-23T09:00:34.553Z | Compiling unicode-ident v1.0.18 |
| 457 | 2025-07-23T09:00:34.577Z | Compiling serde v1.0.219 |
| 458 | 2025-07-23T09:00:34.577Z | Compiling version_check v0.9.5 |
| 459 | 2025-07-23T09:00:34.577Z | Compiling libc v0.2.174 |
| 460 | 2025-07-23T09:00:34.577Z | Compiling thiserror v1.0.69 |
| 461 | 2025-07-23T09:00:34.577Z | Compiling memchr v2.7.4 |
| 462 | 2025-07-23T09:00:34.577Z | Compiling stable_deref_trait v1.2.0 |
| 463 | 2025-07-23T09:00:34.860Z | Compiling litemap v0.7.3 |
| 464 | 2025-07-23T09:00:34.888Z | Compiling itoa v1.0.11 |
| 465 | 2025-07-23T09:00:35.126Z | Compiling ryu v1.0.18 |
| 466 | 2025-07-23T09:00:35.311Z | Compiling writeable v0.5.5 |
| 467 | 2025-07-23T09:00:35.335Z | Compiling autocfg v1.4.0 |
| 468 | 2025-07-23T09:00:35.493Z | Compiling ucd-trie v0.1.7 |
| 469 | 2025-07-23T09:00:35.629Z | Compiling once_cell v1.21.3 |
| 470 | 2025-07-23T09:00:35.810Z | Compiling bitflags v2.9.1 |
| 471 | 2025-07-23T09:00:35.935Z | Compiling byteorder v1.5.0 |
| 472 | 2025-07-23T09:00:35.985Z | Compiling icu_locid_transform_data v1.5.0 |
| 473 | 2025-07-23T09:00:36.044Z | Compiling icu_properties_data v1.5.0 |
| 474 | 2025-07-23T09:00:36.105Z | Compiling serde_json v1.0.140 |
| 475 | 2025-07-23T09:00:36.187Z | Compiling num-traits v0.2.19 |
| 476 | 2025-07-23T09:00:36.213Z | Compiling hashbrown v0.15.4 |
| 477 | 2025-07-23T09:00:36.307Z | Compiling write16 v1.0.0 |
| 478 | 2025-07-23T09:00:36.369Z | Compiling quote v1.0.40 |
| 479 | 2025-07-23T09:00:36.460Z | Compiling utf8_iter v1.0.4 |
| 480 | 2025-07-23T09:00:36.485Z | Compiling utf16_iter v1.0.5 |
| 481 | 2025-07-23T09:00:36.624Z | Compiling errno v0.3.12 |
| 482 | 2025-07-23T09:00:36.678Z | Compiling rustix v0.38.37 |
| 483 | 2025-07-23T09:00:36.725Z | Compiling syn v2.0.104 |
| 484 | 2025-07-23T09:00:36.753Z | Compiling icu_normalizer_data v1.5.0 |
| 485 | 2025-07-23T09:00:36.855Z | Compiling smallvec v1.15.0 |
| 486 | 2025-07-23T09:00:36.888Z | Compiling typeid v1.0.3 |
| 487 | 2025-07-23T09:00:36.888Z | Compiling equivalent v1.0.2 |
| 488 | 2025-07-23T09:00:37.037Z | Compiling proc-macro-error-attr v1.0.4 |
| 489 | 2025-07-23T09:00:37.181Z | Compiling indexmap v2.10.0 |
| 490 | 2025-07-23T09:00:37.215Z | Compiling usdt-impl v0.5.0 |
| 491 | 2025-07-23T09:00:37.285Z | Compiling toml_write v0.1.2 |
| 492 | 2025-07-23T09:00:37.318Z | Compiling syn v1.0.109 |
| 493 | 2025-07-23T09:00:37.401Z | Compiling winnow v0.7.10 |
| 494 | 2025-07-23T09:00:37.581Z | Compiling thread-id v4.2.2 |
| 495 | 2025-07-23T09:00:37.745Z | Compiling proc-macro-error v1.0.4 |
| 496 | 2025-07-23T09:00:37.769Z | Compiling getrandom v0.3.1 |
| 497 | 2025-07-23T09:00:37.910Z | Compiling camino v1.1.10 |
| 498 | 2025-07-23T09:00:38.046Z | Compiling semver v1.0.26 |
| 499 | 2025-07-23T09:00:38.322Z | Compiling rustix v1.0.7 |
| 500 | 2025-07-23T09:00:38.384Z | Compiling utf8parse v0.2.2 |
| 501 | 2025-07-23T09:00:38.432Z | Compiling plain v0.2.3 |
| 502 | 2025-07-23T09:00:38.502Z | Compiling log v0.4.27 |
| 503 | 2025-07-23T09:00:38.557Z | Compiling percent-encoding v2.3.1 |
| 504 | 2025-07-23T09:00:38.612Z | Compiling anstyle-parse v0.2.5 |
| 505 | 2025-07-23T09:00:38.819Z | Compiling form_urlencoded v1.2.1 |
| 506 | 2025-07-23T09:00:38.847Z | Compiling terminal_size v0.4.0 |
| 507 | 2025-07-23T09:00:39.014Z | Compiling ordered-float v2.10.1 |
| 508 | 2025-07-23T09:00:39.180Z | Compiling pretty-hex v0.4.1 |
| 509 | 2025-07-23T09:00:39.243Z | Compiling anstyle v1.0.11 |
| 510 | 2025-07-23T09:00:39.414Z | Compiling anstyle-query v1.1.1 |
| 511 | 2025-07-23T09:00:39.472Z | Compiling colorchoice v1.0.2 |
| 512 | 2025-07-23T09:00:39.547Z | Compiling cfg-if v1.0.1 |
| 513 | 2025-07-23T09:00:39.581Z | Compiling thiserror v2.0.12 |
| 514 | 2025-07-23T09:00:39.626Z | Compiling is_terminal_polyfill v1.70.1 |
| 515 | 2025-07-23T09:00:39.775Z | Compiling anstream v0.6.18 |
| 516 | 2025-07-23T09:00:40.142Z | Compiling fs-err v3.1.1 |
| 517 | 2025-07-23T09:00:40.429Z | Compiling heck v0.4.1 |
| 518 | 2025-07-23T09:00:40.498Z | Compiling unicode-xid v0.2.6 |
| 519 | 2025-07-23T09:00:40.530Z | Compiling heck v0.5.0 |
| 520 | 2025-07-23T09:00:40.660Z | Compiling bytecount v0.6.8 |
| 521 | 2025-07-23T09:00:40.721Z | Compiling fastrand v2.1.1 |
| 522 | 2025-07-23T09:00:40.840Z | Compiling fnv v1.0.7 |
| 523 | 2025-07-23T09:00:40.904Z | Compiling anyhow v1.0.98 |
| 524 | 2025-07-23T09:00:40.938Z | Compiling clap_lex v0.7.4 |
| 525 | 2025-07-23T09:00:40.964Z | Compiling strsim v0.11.1 |
| 526 | 2025-07-23T09:00:41.140Z | Compiling unicode-width v0.1.14 |
| 527 | 2025-07-23T09:00:41.402Z | Compiling clap_builder v4.5.40 |
| 528 | 2025-07-23T09:00:41.702Z | Compiling papergrid v0.11.0 |
| 529 | 2025-07-23T09:00:41.812Z | Compiling tempfile v3.20.0 |
| 530 | 2025-07-23T09:00:42.034Z | Compiling memmap v0.7.0 |
| 531 | 2025-07-23T09:00:42.245Z | Compiling smawk v0.3.2 |
| 532 | 2025-07-23T09:00:42.376Z | Compiling synstructure v0.13.1 |
| 533 | 2025-07-23T09:00:42.433Z | Compiling unicode-width v0.2.0 |
| 534 | 2025-07-23T09:00:42.549Z | Compiling unicode-linebreak v0.1.5 |
| 535 | 2025-07-23T09:00:43.009Z | Compiling textwrap v0.16.2 |
| 536 | 2025-07-23T09:00:43.541Z | Compiling tabled_derive v0.7.0 |
| 537 | 2025-07-23T09:00:43.585Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 538 | 2025-07-23T09:00:43.930Z | Compiling swrite v0.1.0 |
| 539 | 2025-07-23T09:00:44.971Z | Compiling serde_derive v1.0.219 |
| 540 | 2025-07-23T09:00:45.001Z | Compiling thiserror-impl v1.0.69 |
| 541 | 2025-07-23T09:00:45.030Z | Compiling zerofrom-derive v0.1.4 |
| 542 | 2025-07-23T09:00:45.104Z | Compiling yoke-derive v0.7.4 |
| 543 | 2025-07-23T09:00:45.412Z | Compiling zerovec-derive v0.10.3 |
| 544 | 2025-07-23T09:00:46.511Z | Compiling displaydoc v0.2.5 |
| 545 | 2025-07-23T09:00:46.703Z | Compiling icu_provider_macros v1.5.0 |
| 546 | 2025-07-23T09:00:47.193Z | Compiling zerocopy-derive v0.7.35 |
| 547 | 2025-07-23T09:00:47.238Z | Compiling scroll_derive v0.12.0 |
| 548 | 2025-07-23T09:00:47.269Z | Compiling thiserror-impl v2.0.12 |
| 549 | 2025-07-23T09:00:47.604Z | Compiling pest v2.7.14 |
| 550 | 2025-07-23T09:00:47.631Z | Compiling clap_derive v4.5.40 |
| 551 | 2025-07-23T09:00:47.771Z | Compiling tabled v0.15.0 |
| 552 | 2025-07-23T09:00:47.904Z | Compiling zerofrom v0.1.4 |
| 553 | 2025-07-23T09:00:48.129Z | Compiling yoke v0.7.4 |
| 554 | 2025-07-23T09:00:48.361Z | Compiling scroll v0.12.0 |
| 555 | 2025-07-23T09:00:48.480Z | Compiling zerovec v0.10.4 |
| 556 | 2025-07-23T09:00:48.776Z | Compiling zerocopy v0.7.35 |
| 557 | 2025-07-23T09:00:48.843Z | Compiling goblin v0.8.2 |
| 558 | 2025-07-23T09:00:49.780Z | Compiling pest_meta v2.7.14 |
| 559 | 2025-07-23T09:00:50.092Z | Compiling tinystr v0.7.6 |
| 560 | 2025-07-23T09:00:50.141Z | Compiling icu_collections v1.5.0 |
| 561 | 2025-07-23T09:00:50.529Z | Compiling icu_locid v1.5.0 |
| 562 | 2025-07-23T09:00:50.982Z | Compiling pest_generator v2.7.14 |
| 563 | 2025-07-23T09:00:51.523Z | Compiling icu_provider v1.5.0 |
| 564 | 2025-07-23T09:00:51.762Z | Compiling clap v4.5.40 |
| 565 | 2025-07-23T09:00:52.127Z | Compiling icu_locid_transform v1.5.0 |
| 566 | 2025-07-23T09:00:52.647Z | Compiling pest_derive v2.7.14 |
| 567 | 2025-07-23T09:00:53.159Z | Compiling icu_properties v1.5.1 |
| 568 | 2025-07-23T09:00:53.261Z | Compiling dtrace-parser v0.2.0 |
| 569 | 2025-07-23T09:00:54.832Z | Compiling serde_spanned v0.6.9 |
| 570 | 2025-07-23T09:00:54.832Z | Compiling toml_datetime v0.6.11 |
| 571 | 2025-07-23T09:00:54.856Z | Compiling erased-serde v0.4.6 |
| 572 | 2025-07-23T09:00:55.102Z | Compiling serde-value v0.7.0 |
| 573 | 2025-07-23T09:00:55.519Z | Compiling toml_edit v0.22.27 |
| 574 | 2025-07-23T09:00:55.678Z | Compiling serde_tokenstream v0.2.2 |
| 575 | 2025-07-23T09:00:55.814Z | Compiling serde-untagged v0.1.7 |
| 576 | 2025-07-23T09:00:55.857Z | Compiling cargo-platform v0.2.0 |
| 577 | 2025-07-23T09:00:55.882Z | Compiling camino-tempfile v1.4.1 |
| 578 | 2025-07-23T09:00:56.180Z | Compiling icu_normalizer v1.5.0 |
| 579 | 2025-07-23T09:00:56.247Z | Compiling macaddr v1.0.1 |
| 580 | 2025-07-23T09:00:56.423Z | Compiling dof v0.3.0 |
| 581 | 2025-07-23T09:00:56.930Z | Compiling idna_adapter v1.2.0 |
| 582 | 2025-07-23T09:00:57.174Z | Compiling idna v1.0.3 |
| 583 | 2025-07-23T09:00:57.684Z | Compiling url v2.5.4 |
| 584 | 2025-07-23T09:00:58.155Z | Compiling usdt-macro v0.5.0 |
| 585 | 2025-07-23T09:00:58.155Z | Compiling usdt-attr-macro v0.5.0 |
| 586 | 2025-07-23T09:00:58.276Z | Compiling toml v0.8.23 |
| 587 | 2025-07-23T09:00:58.993Z | Compiling cargo-util-schemas v0.2.0 |
| 588 | 2025-07-23T09:00:58.993Z | Compiling cargo_toml v0.21.0 |
| 589 | 2025-07-23T09:00:59.276Z | Compiling usdt v0.5.0 |
| 590 | 2025-07-23T09:01:00.749Z | Compiling cargo_metadata v0.20.0 |
| 591 | 2025-07-23T09:01:02.719Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 592 | 2025-07-23T09:01:06.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 593 | 2025-07-23T09:01:06.995Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 594 | 2025-07-23T09:01:07.868Z | Downloading crates ... |
| 595 | 2025-07-23T09:01:08.033Z | Downloaded aead v0.5.2 |
| 596 | 2025-07-23T09:01:08.058Z | Downloaded adler2 v2.0.0 |
| 597 | 2025-07-23T09:01:08.058Z | Downloaded ascii-canvas v3.0.0 |
| 598 | 2025-07-23T09:01:08.058Z | Downloaded bcs v0.1.6 |
| 599 | 2025-07-23T09:01:08.058Z | Downloaded http-range v0.1.5 |
| 600 | 2025-07-23T09:01:08.083Z | Downloaded buf-list v1.0.3 |
| 601 | 2025-07-23T09:01:08.083Z | Downloaded minimal-lexical v0.2.1 |
| 602 | 2025-07-23T09:01:08.083Z | Downloaded hostname v0.3.1 |
| 603 | 2025-07-23T09:01:08.108Z | Downloaded match_cfg v0.1.0 |
| 604 | 2025-07-23T09:01:08.133Z | Downloaded md5 v0.7.0 |
| 605 | 2025-07-23T09:01:08.133Z | Downloaded serde-big-array v0.5.1 |
| 606 | 2025-07-23T09:01:08.133Z | Downloaded crc32fast v1.4.2 |
| 607 | 2025-07-23T09:01:08.133Z | Downloaded rustls-pemfile v1.0.4 |
| 608 | 2025-07-23T09:01:08.160Z | Downloaded slog-bunyan v2.5.0 |
| 609 | 2025-07-23T09:01:08.160Z | Downloaded sync-ptr v0.1.4 |
| 610 | 2025-07-23T09:01:08.161Z | Downloaded take_mut v0.2.2 |
| 611 | 2025-07-23T09:01:08.161Z | Downloaded void v1.0.2 |
| 612 | 2025-07-23T09:01:08.161Z | Downloaded want v0.3.1 |
| 613 | 2025-07-23T09:01:08.186Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 614 | 2025-07-23T09:01:08.187Z | Downloaded endian-type v0.1.2 |
| 615 | 2025-07-23T09:01:08.187Z | Downloaded display-error-chain v0.2.2 |
| 616 | 2025-07-23T09:01:08.187Z | Downloaded oso-derive v0.27.3 |
| 617 | 2025-07-23T09:01:08.187Z | Downloaded precomputed-hash v0.1.1 |
| 618 | 2025-07-23T09:01:08.212Z | Downloaded openssl-macros v0.1.1 |
| 619 | 2025-07-23T09:01:08.212Z | Downloaded rustc_version v0.1.7 |
| 620 | 2025-07-23T09:01:08.212Z | Downloaded ppv-lite86 v0.2.20 |
| 621 | 2025-07-23T09:01:08.212Z | Downloaded unit-prefix v0.5.1 |
| 622 | 2025-07-23T09:01:08.212Z | Downloaded darling_macro v0.21.0 |
| 623 | 2025-07-23T09:01:08.238Z | Downloaded unicode-truncate v1.1.0 |
| 624 | 2025-07-23T09:01:08.239Z | Downloaded foreign-types-shared v0.3.1 |
| 625 | 2025-07-23T09:01:08.239Z | Downloaded fxhash v0.2.1 |
| 626 | 2025-07-23T09:01:08.239Z | Downloaded proc-macro-crate v1.3.1 |
| 627 | 2025-07-23T09:01:08.239Z | Downloaded pretty-hex v0.2.1 |
| 628 | 2025-07-23T09:01:08.264Z | Downloaded rfc6979 v0.4.0 |
| 629 | 2025-07-23T09:01:08.264Z | Downloaded sqlparser_derive v0.2.2 |
| 630 | 2025-07-23T09:01:08.264Z | Downloaded tokio-macros v2.5.0 |
| 631 | 2025-07-23T09:01:08.264Z | Downloaded zeroize_derive v1.4.2 |
| 632 | 2025-07-23T09:01:08.265Z | Downloaded normalize-line-endings v0.3.0 |
| 633 | 2025-07-23T09:01:08.290Z | Downloaded newtype_derive v0.1.6 |
| 634 | 2025-07-23T09:01:08.291Z | Downloaded ref-cast-impl v1.0.24 |
| 635 | 2025-07-23T09:01:08.291Z | Downloaded tower-service v0.3.3 |
| 636 | 2025-07-23T09:01:08.291Z | Downloaded derive_builder_macro v0.20.2 |
| 637 | 2025-07-23T09:01:08.316Z | Downloaded sec1 v0.7.3 |
| 638 | 2025-07-23T09:01:08.317Z | Downloaded progenitor-client v0.10.0 |
| 639 | 2025-07-23T09:01:08.317Z | Downloaded crunchy v0.2.2 |
| 640 | 2025-07-23T09:01:08.317Z | Downloaded cstr-argument v0.1.2 |
| 641 | 2025-07-23T09:01:08.317Z | Downloaded pem v3.0.5 |
| 642 | 2025-07-23T09:01:08.342Z | Downloaded dyn-clone v1.0.19 |
| 643 | 2025-07-23T09:01:08.342Z | Downloaded zone_cfg_derive v0.3.0 |
| 644 | 2025-07-23T09:01:08.342Z | Downloaded tracing-attributes v0.1.27 |
| 645 | 2025-07-23T09:01:08.342Z | Downloaded num-iter v0.1.45 |
| 646 | 2025-07-23T09:01:08.342Z | Downloaded serde_urlencoded v0.7.1 |
| 647 | 2025-07-23T09:01:08.367Z | Downloaded typify-macro v0.4.1 |
| 648 | 2025-07-23T09:01:08.367Z | Downloaded float-ord v0.3.2 |
| 649 | 2025-07-23T09:01:08.367Z | Downloaded ssh-encoding v0.2.0 |
| 650 | 2025-07-23T09:01:08.367Z | Downloaded static_assertions v1.1.0 |
| 651 | 2025-07-23T09:01:08.367Z | Downloaded string_cache v0.8.9 |
| 652 | 2025-07-23T09:01:08.367Z | Downloaded parking_lot_core v0.8.6 |
| 653 | 2025-07-23T09:01:08.367Z | Downloaded typify v0.2.0 |
| 654 | 2025-07-23T09:01:08.393Z | Downloaded serde_with_macros v3.14.0 |
| 655 | 2025-07-23T09:01:08.393Z | Downloaded typify v0.3.0 |
| 656 | 2025-07-23T09:01:08.393Z | Downloaded serde_yaml v0.9.34+deprecated |
| 657 | 2025-07-23T09:01:08.393Z | Downloaded elliptic-curve v0.13.8 |
| 658 | 2025-07-23T09:01:08.420Z | Downloaded typify v0.4.1 |
| 659 | 2025-07-23T09:01:08.420Z | Downloaded typed-path v0.9.3 |
| 660 | 2025-07-23T09:01:08.445Z | Downloaded num-bigint-dig v0.8.4 |
| 661 | 2025-07-23T09:01:08.445Z | Downloaded serde_with v3.14.0 |
| 662 | 2025-07-23T09:01:08.470Z | Downloaded ssh-key v0.6.6 |
| 663 | 2025-07-23T09:01:08.470Z | Downloaded reqwest v0.12.22 |
| 664 | 2025-07-23T09:01:08.494Z | Downloaded zerocopy v0.8.26 |
| 665 | 2025-07-23T09:01:08.519Z | Downloaded salty v0.3.0 |
| 666 | 2025-07-23T09:01:08.520Z | Downloaded regex-syntax v0.6.29 |
| 667 | 2025-07-23T09:01:08.520Z | Downloaded regex v1.11.1 |
| 668 | 2025-07-23T09:01:08.544Z | Downloaded gimli v0.31.1 |
| 669 | 2025-07-23T09:01:08.544Z | Downloaded nix v0.30.1 |
| 670 | 2025-07-23T09:01:08.569Z | Downloaded regress v0.10.3 |
| 671 | 2025-07-23T09:01:08.569Z | Downloaded sled v0.34.7 |
| 672 | 2025-07-23T09:01:08.594Z | Downloaded regex-syntax v0.8.5 |
| 673 | 2025-07-23T09:01:08.594Z | Downloaded dropshot v0.16.2 |
| 674 | 2025-07-23T09:01:08.619Z | Downloaded diesel v2.2.11 |
| 675 | 2025-07-23T09:01:08.644Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 676 | 2025-07-23T09:01:08.644Z | Downloaded nix v0.29.0 |
| 677 | 2025-07-23T09:01:08.669Z | Downloaded openapiv3 v2.2.0 |
| 678 | 2025-07-23T09:01:08.669Z | Downloaded zerocopy-derive v0.6.6 |
| 679 | 2025-07-23T09:01:08.694Z | Downloaded nix v0.28.0 |
| 680 | 2025-07-23T09:01:08.694Z | Downloaded typify-impl v0.4.1 |
| 681 | 2025-07-23T09:01:08.719Z | Downloaded jiff v0.2.15 |
| 682 | 2025-07-23T09:01:08.743Z | Downloaded typify-impl v0.3.0 |
| 683 | 2025-07-23T09:01:08.743Z | Downloaded typify-impl v0.2.0 |
| 684 | 2025-07-23T09:01:08.768Z | Downloaded regex-automata v0.4.8 |
| 685 | 2025-07-23T09:01:08.793Z | Downloaded ratatui v0.29.0 |
| 686 | 2025-07-23T09:01:08.818Z | Downloaded lzma-sys v0.1.20 |
| 687 | 2025-07-23T09:01:08.842Z | Downloaded chrono-tz v0.10.4 |
| 688 | 2025-07-23T09:01:08.867Z | Downloaded nix v0.27.1 |
| 689 | 2025-07-23T09:01:08.867Z | Downloaded curve25519-dalek v4.1.3 |
| 690 | 2025-07-23T09:01:08.867Z | Downloaded libz-sys v1.1.20 |
| 691 | 2025-07-23T09:01:08.892Z | Downloaded petgraph v0.6.5 |
| 692 | 2025-07-23T09:01:08.917Z | Downloaded rustls v0.22.4 |
| 693 | 2025-07-23T09:01:08.941Z | Downloaded hickory-proto v0.25.2 |
| 694 | 2025-07-23T09:01:08.941Z | Downloaded tokio v1.45.1 |
| 695 | 2025-07-23T09:01:08.975Z | Downloaded petgraph v0.8.2 |
| 696 | 2025-07-23T09:01:08.999Z | Downloaded hickory-proto v0.24.4 |
| 697 | 2025-07-23T09:01:09.025Z | Downloaded smoltcp v0.11.0 |
| 698 | 2025-07-23T09:01:09.050Z | Downloaded petname v2.0.2 |
| 699 | 2025-07-23T09:01:09.050Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 700 | 2025-07-23T09:01:09.074Z | Downloaded sha3 v0.10.8 |
| 701 | 2025-07-23T09:01:09.074Z | Downloaded object v0.36.5 |
| 702 | 2025-07-23T09:01:09.074Z | Downloaded rayon v1.10.0 |
| 703 | 2025-07-23T09:01:09.100Z | Downloaded rustls v0.21.12 |
| 704 | 2025-07-23T09:01:09.100Z | Downloaded polar-core v0.27.3 |
| 705 | 2025-07-23T09:01:09.100Z | Downloaded csv v1.3.1 |
| 706 | 2025-07-23T09:01:09.125Z | Downloaded openssl v0.10.73 |
| 707 | 2025-07-23T09:01:09.149Z | Downloaded reedline v0.40.0 |
| 708 | 2025-07-23T09:01:09.149Z | Downloaded p384 v0.13.0 |
| 709 | 2025-07-23T09:01:09.149Z | Downloaded smoltcp v0.9.1 |
| 710 | 2025-07-23T09:01:09.174Z | Downloaded object v0.30.4 |
| 711 | 2025-07-23T09:01:09.174Z | Downloaded rustls v0.23.19 |
| 712 | 2025-07-23T09:01:09.174Z | Downloaded zlib-rs v0.5.1 |
| 713 | 2025-07-23T09:01:09.199Z | Downloaded git2 v0.19.0 |
| 714 | 2025-07-23T09:01:09.199Z | Downloaded webpki-roots v1.0.1 |
| 715 | 2025-07-23T09:01:09.199Z | Downloaded steno v0.4.1 |
| 716 | 2025-07-23T09:01:09.199Z | Downloaded num-bigint v0.4.6 |
| 717 | 2025-07-23T09:01:09.224Z | Downloaded flume v0.11.1 |
| 718 | 2025-07-23T09:01:09.225Z | Downloaded tabled v0.18.0 |
| 719 | 2025-07-23T09:01:09.225Z | Downloaded moka v0.12.10 |
| 720 | 2025-07-23T09:01:09.250Z | Downloaded bstr v1.10.0 |
| 721 | 2025-07-23T09:01:09.250Z | Downloaded samael v0.0.19 |
| 722 | 2025-07-23T09:01:09.274Z | Downloaded sqlparser v0.45.0 |
| 723 | 2025-07-23T09:01:09.275Z | Downloaded radix_trie v0.2.1 |
| 724 | 2025-07-23T09:01:09.275Z | Downloaded schemars v0.8.22 |
| 725 | 2025-07-23T09:01:09.275Z | Downloaded encoding_rs v0.8.34 |
| 726 | 2025-07-23T09:01:09.299Z | Downloaded ed25519-dalek v2.1.1 |
| 727 | 2025-07-23T09:01:09.324Z | Downloaded lalrpop v0.19.12 |
| 728 | 2025-07-23T09:01:09.324Z | Downloaded crypto-bigint v0.5.5 |
| 729 | 2025-07-23T09:01:09.324Z | Downloaded tower-http v0.6.6 |
| 730 | 2025-07-23T09:01:09.348Z | Downloaded portable-atomic v1.11.0 |
| 731 | 2025-07-23T09:01:09.349Z | Downloaded rand_core v0.9.2 |
| 732 | 2025-07-23T09:01:09.349Z | Downloaded rand_core v0.6.4 |
| 733 | 2025-07-23T09:01:09.349Z | Downloaded ring v0.17.14 |
| 734 | 2025-07-23T09:01:09.380Z | Downloaded parking_lot v0.12.3 |
| 735 | 2025-07-23T09:01:09.405Z | Downloaded rcgen v0.12.1 |
| 736 | 2025-07-23T09:01:09.405Z | Downloaded rayon-core v1.12.1 |
| 737 | 2025-07-23T09:01:09.405Z | Downloaded zip v4.2.0 |
| 738 | 2025-07-23T09:01:09.405Z | Downloaded rustyline v14.0.0 |
| 739 | 2025-07-23T09:01:09.405Z | Downloaded rpassword v7.4.0 |
| 740 | 2025-07-23T09:01:09.405Z | Downloaded futures-util v0.3.31 |
| 741 | 2025-07-23T09:01:09.430Z | Downloaded num-complex v0.4.6 |
| 742 | 2025-07-23T09:01:09.430Z | Downloaded zopfli v0.8.1 |
| 743 | 2025-07-23T09:01:09.431Z | Downloaded diesel_derives v2.2.3 |
| 744 | 2025-07-23T09:01:09.431Z | Downloaded nom v7.1.3 |
| 745 | 2025-07-23T09:01:09.431Z | Downloaded num-rational v0.4.2 |
| 746 | 2025-07-23T09:01:09.431Z | Downloaded tungstenite v0.23.0 |
| 747 | 2025-07-23T09:01:09.455Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 748 | 2025-07-23T09:01:09.491Z | Downloaded tungstenite v0.21.0 |
| 749 | 2025-07-23T09:01:09.515Z | Downloaded tough v0.20.0 |
| 750 | 2025-07-23T09:01:09.515Z | Downloaded zstd-safe v7.2.3 |
| 751 | 2025-07-23T09:01:09.515Z | Downloaded zstd v0.13.3 |
| 752 | 2025-07-23T09:01:09.515Z | Downloaded winnow v0.6.26 |
| 753 | 2025-07-23T09:01:09.540Z | Downloaded vcpkg v0.2.15 |
| 754 | 2025-07-23T09:01:09.565Z | Downloaded ssh-cipher v0.2.0 |
| 755 | 2025-07-23T09:01:09.565Z | Downloaded sha1 v0.10.6 |
| 756 | 2025-07-23T09:01:09.565Z | Downloaded rand_xorshift v0.4.0 |
| 757 | 2025-07-23T09:01:09.589Z | Downloaded rand_seeder v0.3.0 |
| 758 | 2025-07-23T09:01:09.590Z | Downloaded rand_chacha v0.9.0 |
| 759 | 2025-07-23T09:01:09.590Z | Downloaded rand_chacha v0.3.1 |
| 760 | 2025-07-23T09:01:09.590Z | Downloaded parse-display v0.10.0 |
| 761 | 2025-07-23T09:01:09.591Z | Downloaded parking_lot_core v0.9.10 |
| 762 | 2025-07-23T09:01:09.591Z | Downloaded either v1.15.0 |
| 763 | 2025-07-23T09:01:09.591Z | Downloaded h2 v0.4.6 |
| 764 | 2025-07-23T09:01:09.591Z | Downloaded foreign-types-macros v0.2.3 |
| 765 | 2025-07-23T09:01:09.591Z | Downloaded dropshot_endpoint v0.16.2 |
| 766 | 2025-07-23T09:01:09.591Z | Downloaded num-integer v0.1.46 |
| 767 | 2025-07-23T09:01:09.591Z | Downloaded num-derive v0.4.2 |
| 768 | 2025-07-23T09:01:09.591Z | Downloaded num-derive v0.3.3 |
| 769 | 2025-07-23T09:01:09.616Z | Downloaded foldhash v0.1.5 |
| 770 | 2025-07-23T09:01:09.616Z | Downloaded derive_more v0.99.20 |
| 771 | 2025-07-23T09:01:09.616Z | Downloaded typify-macro v0.2.0 |
| 772 | 2025-07-23T09:01:09.616Z | Downloaded tracing-core v0.1.32 |
| 773 | 2025-07-23T09:01:09.616Z | Downloaded p521 v0.13.3 |
| 774 | 2025-07-23T09:01:09.616Z | Downloaded serde_repr v0.1.19 |
| 775 | 2025-07-23T09:01:09.616Z | Downloaded scheduled-thread-pool v0.2.7 |
| 776 | 2025-07-23T09:01:09.616Z | Downloaded same-file v1.0.6 |
| 777 | 2025-07-23T09:01:09.616Z | Downloaded zone v0.3.1 |
| 778 | 2025-07-23T09:01:09.616Z | Downloaded xattr v1.3.1 |
| 779 | 2025-07-23T09:01:09.616Z | Downloaded progenitor-impl v0.9.1 |
| 780 | 2025-07-23T09:01:09.616Z | Downloaded progenitor-impl v0.8.0 |
| 781 | 2025-07-23T09:01:09.616Z | Downloaded tracing v0.1.40 |
| 782 | 2025-07-23T09:01:09.642Z | Downloaded flate2 v1.1.2 |
| 783 | 2025-07-23T09:01:09.642Z | Downloaded tokio-postgres v0.7.13 |
| 784 | 2025-07-23T09:01:09.642Z | Downloaded russh v0.45.0 |
| 785 | 2025-07-23T09:01:09.642Z | Downloaded num-conv v0.1.0 |
| 786 | 2025-07-23T09:01:09.642Z | Downloaded gethostname v0.5.0 |
| 787 | 2025-07-23T09:01:09.642Z | Downloaded foreign-types-shared v0.1.1 |
| 788 | 2025-07-23T09:01:09.642Z | Downloaded foreign-types v0.5.0 |
| 789 | 2025-07-23T09:01:09.642Z | Downloaded foreign-types v0.3.2 |
| 790 | 2025-07-23T09:01:09.642Z | Downloaded salsa20 v0.10.2 |
| 791 | 2025-07-23T09:01:09.667Z | Downloaded ed25519 v2.2.3 |
| 792 | 2025-07-23T09:01:09.667Z | Downloaded ecdsa v0.16.9 |
| 793 | 2025-07-23T09:01:09.667Z | Downloaded twox-hash v2.1.0 |
| 794 | 2025-07-23T09:01:09.667Z | Downloaded password-hash v0.5.0 |
| 795 | 2025-07-23T09:01:09.667Z | Downloaded zerocopy-derive v0.8.26 |
| 796 | 2025-07-23T09:01:09.667Z | Downloaded rsa v0.9.6 |
| 797 | 2025-07-23T09:01:09.668Z | Downloaded tokio-util v0.7.15 |
| 798 | 2025-07-23T09:01:09.692Z | Downloaded zone_cfg_derive v0.1.2 |
| 799 | 2025-07-23T09:01:09.692Z | Downloaded typify-macro v0.3.0 |
| 800 | 2025-07-23T09:01:09.692Z | Downloaded ref-cast v1.0.24 |
| 801 | 2025-07-23T09:01:09.692Z | Downloaded structmeta v0.3.0 |
| 802 | 2025-07-23T09:01:09.692Z | Downloaded pem-rfc7468 v0.7.0 |
| 803 | 2025-07-23T09:01:09.692Z | Downloaded derive-where v1.5.0 |
| 804 | 2025-07-23T09:01:09.692Z | Downloaded subprocess v0.2.9 |
| 805 | 2025-07-23T09:01:09.692Z | Downloaded yansi v1.0.1 |
| 806 | 2025-07-23T09:01:09.692Z | Downloaded unicode-normalization v0.1.24 |
| 807 | 2025-07-23T09:01:09.693Z | Downloaded winnow v0.5.40 |
| 808 | 2025-07-23T09:01:09.720Z | Downloaded itertools v0.14.0 |
| 809 | 2025-07-23T09:01:09.720Z | Downloaded dunce v1.0.5 |
| 810 | 2025-07-23T09:01:09.720Z | Downloaded dsl_auto_type v0.1.2 |
| 811 | 2025-07-23T09:01:09.720Z | Downloaded document-features v0.2.10 |
| 812 | 2025-07-23T09:01:09.720Z | Downloaded tui-tree-widget v0.23.1 |
| 813 | 2025-07-23T09:01:09.720Z | Downloaded strip-ansi-escapes v0.2.0 |
| 814 | 2025-07-23T09:01:09.720Z | Downloaded stringprep v0.1.5 |
| 815 | 2025-07-23T09:01:09.720Z | Downloaded native-tls v0.2.12 |
| 816 | 2025-07-23T09:01:09.720Z | Downloaded getrandom v0.2.15 |
| 817 | 2025-07-23T09:01:09.720Z | Downloaded des v0.8.1 |
| 818 | 2025-07-23T09:01:09.744Z | Downloaded tower v0.5.2 |
| 819 | 2025-07-23T09:01:09.745Z | Downloaded derive_builder v0.20.2 |
| 820 | 2025-07-23T09:01:09.745Z | Downloaded zip v0.6.6 |
| 821 | 2025-07-23T09:01:09.745Z | Downloaded peg-macros v0.8.5 |
| 822 | 2025-07-23T09:01:09.745Z | Downloaded peg v0.8.5 |
| 823 | 2025-07-23T09:01:09.745Z | Downloaded pbkdf2 v0.11.0 |
| 824 | 2025-07-23T09:01:09.769Z | Downloaded paste v1.0.15 |
| 825 | 2025-07-23T09:01:09.769Z | Downloaded password-hash v0.4.2 |
| 826 | 2025-07-23T09:01:09.770Z | Downloaded parse-display-derive v0.10.0 |
| 827 | 2025-07-23T09:01:09.770Z | Downloaded strum_macros v0.27.1 |
| 828 | 2025-07-23T09:01:09.770Z | Downloaded strum_macros v0.26.4 |
| 829 | 2025-07-23T09:01:09.770Z | Downloaded prettyplease v0.2.35 |
| 830 | 2025-07-23T09:01:09.770Z | Downloaded pretty_assertions v1.4.1 |
| 831 | 2025-07-23T09:01:09.770Z | Downloaded x509-cert v0.2.5 |
| 832 | 2025-07-23T09:01:09.770Z | Downloaded try-lock v0.2.5 |
| 833 | 2025-07-23T09:01:09.770Z | Downloaded nanorand v0.7.0 |
| 834 | 2025-07-23T09:01:09.795Z | Downloaded ghash v0.5.1 |
| 835 | 2025-07-23T09:01:09.795Z | Downloaded diesel-dtrace v0.4.2 |
| 836 | 2025-07-23T09:01:09.795Z | Downloaded derive_builder_core v0.20.2 |
| 837 | 2025-07-23T09:01:09.795Z | Downloaded sct v0.7.1 |
| 838 | 2025-07-23T09:01:09.795Z | Downloaded unicode-segmentation v1.12.0 |
| 839 | 2025-07-23T09:01:09.795Z | Downloaded toml_edit v0.19.15 |
| 840 | 2025-07-23T09:01:09.820Z | Downloaded itertools v0.13.0 |
| 841 | 2025-07-23T09:01:09.820Z | Downloaded peg-runtime v0.8.5 |
| 842 | 2025-07-23T09:01:09.820Z | Downloaded pbkdf2 v0.12.2 |
| 843 | 2025-07-23T09:01:09.820Z | Downloaded path-slash v0.1.5 |
| 844 | 2025-07-23T09:01:09.820Z | Downloaded parse-size v1.1.0 |
| 845 | 2025-07-23T09:01:09.820Z | Downloaded num v0.4.3 |
| 846 | 2025-07-23T09:01:09.820Z | Downloaded subtle v2.6.1 |
| 847 | 2025-07-23T09:01:09.820Z | Downloaded strum_macros v0.24.3 |
| 848 | 2025-07-23T09:01:09.820Z | Downloaded strum v0.27.1 |
| 849 | 2025-07-23T09:01:09.820Z | Downloaded structmeta-derive v0.3.0 |
| 850 | 2025-07-23T09:01:09.820Z | Downloaded serde_plain v1.0.2 |
| 851 | 2025-07-23T09:01:09.820Z | Downloaded nu-ansi-term v0.50.1 |
| 852 | 2025-07-23T09:01:09.845Z | Downloaded nibble_vec v0.1.0 |
| 853 | 2025-07-23T09:01:09.845Z | Downloaded newtype-uuid v1.2.4 |
| 854 | 2025-07-23T09:01:09.845Z | Downloaded signal-hook v0.3.17 |
| 855 | 2025-07-23T09:01:09.845Z | Downloaded ron v0.8.1 |
| 856 | 2025-07-23T09:01:09.845Z | Downloaded proc-macro-error2 v2.0.1 |
| 857 | 2025-07-23T09:01:09.845Z | Downloaded prefix-trie v0.7.0 |
| 858 | 2025-07-23T09:01:09.845Z | Downloaded time v0.3.36 |
| 859 | 2025-07-23T09:01:09.870Z | Downloaded hyper v1.6.0 |
| 860 | 2025-07-23T09:01:09.870Z | Downloaded bindgen v0.71.1 |
| 861 | 2025-07-23T09:01:09.870Z | Downloaded scrypt v0.11.0 |
| 862 | 2025-07-23T09:01:09.870Z | Downloaded scopeguard v1.2.0 |
| 863 | 2025-07-23T09:01:09.870Z | Downloaded schemars_derive v0.8.22 |
| 864 | 2025-07-23T09:01:09.870Z | Downloaded progenitor v0.8.0 |
| 865 | 2025-07-23T09:01:09.870Z | Downloaded phf v0.11.2 |
| 866 | 2025-07-23T09:01:09.870Z | Downloaded fixedbitset v0.5.7 |
| 867 | 2025-07-23T09:01:09.870Z | Downloaded zerocopy v0.6.6 |
| 868 | 2025-07-23T09:01:09.897Z | Downloaded p256 v0.13.2 |
| 869 | 2025-07-23T09:01:09.897Z | Downloaded hashbrown v0.13.2 |
| 870 | 2025-07-23T09:01:09.897Z | Downloaded rustls-webpki v0.102.8 |
| 871 | 2025-07-23T09:01:09.921Z | Downloaded quinn-proto v0.11.8 |
| 872 | 2025-07-23T09:01:09.921Z | Downloaded proptest v1.7.0 |
| 873 | 2025-07-23T09:01:09.921Z | Downloaded libxml v0.3.3 |
| 874 | 2025-07-23T09:01:09.921Z | Downloaded itertools v0.12.1 |
| 875 | 2025-07-23T09:01:09.946Z | Downloaded iri-string v0.7.8 |
| 876 | 2025-07-23T09:01:09.946Z | Downloaded chrono v0.4.41 |
| 877 | 2025-07-23T09:01:09.946Z | Downloaded bindgen v0.69.5 |
| 878 | 2025-07-23T09:01:09.971Z | Downloaded strum v0.26.3 |
| 879 | 2025-07-23T09:01:09.971Z | Downloaded yasna v0.5.2 |
| 880 | 2025-07-23T09:01:09.971Z | Downloaded xz2 v0.1.7 |
| 881 | 2025-07-23T09:01:09.971Z | Downloaded ron v0.7.1 |
| 882 | 2025-07-23T09:01:09.971Z | Downloaded pin-project v1.1.6 |
| 883 | 2025-07-23T09:01:09.971Z | Downloaded unicode_categories v0.1.1 |
| 884 | 2025-07-23T09:01:09.996Z | Downloaded tower-layer v0.3.3 |
| 885 | 2025-07-23T09:01:09.996Z | Downloaded secrecy v0.8.0 |
| 886 | 2025-07-23T09:01:09.996Z | Downloaded nodrop v0.1.14 |
| 887 | 2025-07-23T09:01:09.996Z | Downloaded flagset v0.4.6 |
| 888 | 2025-07-23T09:01:09.996Z | Downloaded xshell v0.2.7 |
| 889 | 2025-07-23T09:01:09.997Z | Downloaded tokio-rustls v0.25.0 |
| 890 | 2025-07-23T09:01:09.997Z | Downloaded tokio-rustls v0.24.1 |
| 891 | 2025-07-23T09:01:09.997Z | Downloaded sqlformat v0.3.5 |
| 892 | 2025-07-23T09:01:09.997Z | Downloaded papergrid v0.14.0 |
| 893 | 2025-07-23T09:01:09.997Z | Downloaded darling_core v0.21.0 |
| 894 | 2025-07-23T09:01:09.997Z | Downloaded darling_core v0.20.10 |
| 895 | 2025-07-23T09:01:10.022Z | Downloaded snafu v0.8.5 |
| 896 | 2025-07-23T09:01:10.022Z | Downloaded quick-xml v0.37.2 |
| 897 | 2025-07-23T09:01:10.022Z | Downloaded progenitor-client v0.9.1 |
| 898 | 2025-07-23T09:01:10.022Z | Downloaded progenitor-client v0.8.0 |
| 899 | 2025-07-23T09:01:10.022Z | Downloaded float-cmp v0.10.0 |
| 900 | 2025-07-23T09:01:10.022Z | Downloaded embedded-io v0.6.1 |
| 901 | 2025-07-23T09:01:10.022Z | Downloaded zone v0.1.8 |
| 902 | 2025-07-23T09:01:10.022Z | Downloaded signal-hook-mio v0.2.4 |
| 903 | 2025-07-23T09:01:10.022Z | Downloaded shlex v1.3.0 |
| 904 | 2025-07-23T09:01:10.022Z | Downloaded futures v0.3.31 |
| 905 | 2025-07-23T09:01:10.048Z | Downloaded unicode-bidi v0.3.17 |
| 906 | 2025-07-23T09:01:10.048Z | Downloaded newline-converter v0.3.0 |
| 907 | 2025-07-23T09:01:10.048Z | Downloaded new_debug_unreachable v1.0.6 |
| 908 | 2025-07-23T09:01:10.048Z | Downloaded zeroize v1.8.1 |
| 909 | 2025-07-23T09:01:10.048Z | Downloaded tokio-native-tls v0.3.1 |
| 910 | 2025-07-23T09:01:10.048Z | Downloaded tokio-dtrace v0.1.0 |
| 911 | 2025-07-23T09:01:10.048Z | Downloaded tls_codec_derive v0.4.1 |
| 912 | 2025-07-23T09:01:10.048Z | Downloaded tls_codec v0.4.1 |
| 913 | 2025-07-23T09:01:10.048Z | Downloaded daft-derive v0.1.4 |
| 914 | 2025-07-23T09:01:10.048Z | Downloaded socket2 v0.5.10 |
| 915 | 2025-07-23T09:01:10.048Z | Downloaded openssl-sys v0.9.109 |
| 916 | 2025-07-23T09:01:10.073Z | Downloaded expectorate v1.2.0 |
| 917 | 2025-07-23T09:01:10.073Z | Downloaded libm v0.2.8 |
| 918 | 2025-07-23T09:01:10.073Z | Downloaded itertools v0.10.5 |
| 919 | 2025-07-23T09:01:10.073Z | Downloaded embedded-io v0.4.0 |
| 920 | 2025-07-23T09:01:10.073Z | Downloaded parking_lot v0.11.2 |
| 921 | 2025-07-23T09:01:10.073Z | Downloaded futures-channel v0.3.31 |
| 922 | 2025-07-23T09:01:10.098Z | Downloaded fs_extra v1.3.0 |
| 923 | 2025-07-23T09:01:10.098Z | Downloaded unsafe-libyaml v0.2.11 |
| 924 | 2025-07-23T09:01:10.098Z | Downloaded headers v0.4.1 |
| 925 | 2025-07-23T09:01:10.098Z | Downloaded hashbrown v0.12.3 |
| 926 | 2025-07-23T09:01:10.098Z | Downloaded xshell-macros v0.2.7 |
| 927 | 2025-07-23T09:01:10.098Z | Downloaded shell-words v1.1.0 |
| 928 | 2025-07-23T09:01:10.099Z | Downloaded rtoolbox v0.0.2 |
| 929 | 2025-07-23T09:01:10.099Z | Downloaded resolv-conf v0.7.0 |
| 930 | 2025-07-23T09:01:10.099Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 931 | 2025-07-23T09:01:10.099Z | Downloaded primeorder v0.13.6 |
| 932 | 2025-07-23T09:01:10.099Z | Downloaded phf_shared v0.12.1 |
| 933 | 2025-07-23T09:01:10.099Z | Downloaded phf_shared v0.11.2 |
| 934 | 2025-07-23T09:01:10.124Z | Downloaded debug-ignore v1.0.5 |
| 935 | 2025-07-23T09:01:10.124Z | Downloaded unicode-properties v0.1.3 |
| 936 | 2025-07-23T09:01:10.124Z | Downloaded toml v0.7.8 |
| 937 | 2025-07-23T09:01:10.124Z | Downloaded tokio-rustls v0.26.0 |
| 938 | 2025-07-23T09:01:10.124Z | Downloaded spin v0.9.8 |
| 939 | 2025-07-23T09:01:10.124Z | Downloaded iddqd v0.3.9 |
| 940 | 2025-07-23T09:01:10.124Z | Downloaded hyper-util v0.1.14 |
| 941 | 2025-07-23T09:01:10.125Z | Downloaded phf v0.12.1 |
| 942 | 2025-07-23T09:01:10.149Z | Downloaded packed_struct v0.10.1 |
| 943 | 2025-07-23T09:01:10.149Z | Downloaded darling v0.21.0 |
| 944 | 2025-07-23T09:01:10.149Z | Downloaded csv-core v0.1.11 |
| 945 | 2025-07-23T09:01:10.149Z | Downloaded oso v0.27.3 |
| 946 | 2025-07-23T09:01:10.149Z | Downloaded packed_struct_codegen v0.10.1 |
| 947 | 2025-07-23T09:01:10.149Z | Downloaded oxnet v0.1.2 |
| 948 | 2025-07-23T09:01:10.149Z | Downloaded num_enum_derive v0.5.11 |
| 949 | 2025-07-23T09:01:10.149Z | Downloaded num_enum v0.5.11 |
| 950 | 2025-07-23T09:01:10.149Z | Downloaded postcard v1.0.10 |
| 951 | 2025-07-23T09:01:10.149Z | Downloaded rustls-webpki v0.101.7 |
| 952 | 2025-07-23T09:01:10.174Z | Downloaded rand v0.8.5 |
| 953 | 2025-07-23T09:01:10.175Z | Downloaded hkdf v0.12.4 |
| 954 | 2025-07-23T09:01:10.175Z | Downloaded futures-task v0.3.31 |
| 955 | 2025-07-23T09:01:10.175Z | Downloaded futures-executor v0.3.31 |
| 956 | 2025-07-23T09:01:10.175Z | Downloaded futures-core v0.3.31 |
| 957 | 2025-07-23T09:01:10.200Z | Downloaded funty v2.0.0 |
| 958 | 2025-07-23T09:01:10.200Z | Downloaded fs-err v2.11.0 |
| 959 | 2025-07-23T09:01:10.200Z | Downloaded derive-ex v0.1.8 |
| 960 | 2025-07-23T09:01:10.200Z | Downloaded tokio-tungstenite v0.23.1 |
| 961 | 2025-07-23T09:01:10.200Z | Downloaded tokio-tungstenite v0.21.0 |
| 962 | 2025-07-23T09:01:10.200Z | Downloaded tokio-stream v0.1.17 |
| 963 | 2025-07-23T09:01:10.200Z | Downloaded russh-keys v0.45.0 |
| 964 | 2025-07-23T09:01:10.200Z | Downloaded rand v0.9.1 |
| 965 | 2025-07-23T09:01:10.200Z | Downloaded mio v1.0.2 |
| 966 | 2025-07-23T09:01:10.200Z | Downloaded futures-sink v0.3.31 |
| 967 | 2025-07-23T09:01:10.262Z | Downloaded deranged v0.3.11 |
| 968 | 2025-07-23T09:01:10.262Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 969 | 2025-07-23T09:01:10.262Z | Downloaded ctr v0.9.2 |
| 970 | 2025-07-23T09:01:10.262Z | Downloaded snafu-derive v0.8.5 |
| 971 | 2025-07-23T09:01:10.262Z | Downloaded pkcs5 v0.7.1 |
| 972 | 2025-07-23T09:01:10.262Z | Downloaded data-encoding v2.9.0 |
| 973 | 2025-07-23T09:01:10.262Z | Downloaded darling v0.20.10 |
| 974 | 2025-07-23T09:01:10.262Z | Downloaded daft v0.1.4 |
| 975 | 2025-07-23T09:01:10.262Z | Downloaded futures-macro v0.3.31 |
| 976 | 2025-07-23T09:01:10.262Z | Downloaded futures-io v0.3.31 |
| 977 | 2025-07-23T09:01:10.262Z | Downloaded unicase v2.7.0 |
| 978 | 2025-07-23T09:01:10.288Z | Downloaded unarray v0.1.4 |
| 979 | 2025-07-23T09:01:10.288Z | Downloaded postgres-protocol v0.6.8 |
| 980 | 2025-07-23T09:01:10.288Z | Downloaded omicron-zone-package v0.12.2 |
| 981 | 2025-07-23T09:01:10.288Z | Downloaded wyz v0.5.1 |
| 982 | 2025-07-23T09:01:10.288Z | Downloaded universal-hash v0.5.1 |
| 983 | 2025-07-23T09:01:10.288Z | Downloaded smf v0.2.3 |
| 984 | 2025-07-23T09:01:10.288Z | Downloaded signature v2.2.0 |
| 985 | 2025-07-23T09:01:10.288Z | Downloaded signal-hook-registry v1.4.2 |
| 986 | 2025-07-23T09:01:10.288Z | Downloaded rustc-demangle v0.1.24 |
| 987 | 2025-07-23T09:01:10.288Z | Downloaded predicates v3.1.3 |
| 988 | 2025-07-23T09:01:10.288Z | Downloaded powerfmt v0.2.0 |
| 989 | 2025-07-23T09:01:10.288Z | Downloaded postgres-types v0.2.9 |
| 990 | 2025-07-23T09:01:10.314Z | Downloaded poly1305 v0.8.0 |
| 991 | 2025-07-23T09:01:10.314Z | Downloaded pkcs8 v0.10.2 |
| 992 | 2025-07-23T09:01:10.314Z | Downloaded pin-project-lite v0.2.14 |
| 993 | 2025-07-23T09:01:10.314Z | Downloaded topological-sort v0.2.2 |
| 994 | 2025-07-23T09:01:10.314Z | Downloaded spki v0.7.3 |
| 995 | 2025-07-23T09:01:10.314Z | Downloaded simd-adler32 v0.3.7 |
| 996 | 2025-07-23T09:01:10.314Z | Downloaded fatfs v0.3.6 |
| 997 | 2025-07-23T09:01:10.339Z | Downloaded der v0.7.9 |
| 998 | 2025-07-23T09:01:10.339Z | Downloaded darling_macro v0.20.10 |
| 999 | 2025-07-23T09:01:10.339Z | Downloaded smallvec v0.6.14 |
| 1000 | 2025-07-23T09:01:10.339Z | Downloaded rusty-fork v0.3.0 |
| 1001 | 2025-07-23T09:01:10.339Z | Downloaded rustversion v1.0.17 |
| 1002 | 2025-07-23T09:01:10.339Z | Downloaded rustc_version v0.4.1 |
| 1003 | 2025-07-23T09:01:10.339Z | Downloaded rustc-hash v2.1.1 |
| 1004 | 2025-07-23T09:01:10.339Z | Downloaded rustc-hash v1.1.0 |
| 1005 | 2025-07-23T09:01:10.340Z | Downloaded predicates-tree v1.0.12 |
| 1006 | 2025-07-23T09:01:10.340Z | Downloaded pkcs1 v0.7.5 |
| 1007 | 2025-07-23T09:01:10.364Z | Downloaded owo-colors v4.2.2 |
| 1008 | 2025-07-23T09:01:10.364Z | Downloaded globset v0.4.15 |
| 1009 | 2025-07-23T09:01:10.364Z | Downloaded tinyvec v1.8.0 |
| 1010 | 2025-07-23T09:01:10.364Z | Downloaded jiff-static v0.2.15 |
| 1011 | 2025-07-23T09:01:10.364Z | Downloaded hickory-resolver v0.25.2 |
| 1012 | 2025-07-23T09:01:10.389Z | Downloaded sigpipe v0.1.3 |
| 1013 | 2025-07-23T09:01:10.389Z | Downloaded signal-hook-tokio v0.3.1 |
| 1014 | 2025-07-23T09:01:10.389Z | Downloaded predicates-core v1.0.8 |
| 1015 | 2025-07-23T09:01:10.390Z | Downloaded pkg-config v0.3.31 |
| 1016 | 2025-07-23T09:01:10.390Z | Downloaded pin-utils v0.1.0 |
| 1017 | 2025-07-23T09:01:10.390Z | Downloaded pin-project-internal v1.1.6 |
| 1018 | 2025-07-23T09:01:10.390Z | Downloaded multer v3.1.0 |
| 1019 | 2025-07-23T09:01:10.390Z | Downloaded miniz_oxide v0.8.5 |
| 1020 | 2025-07-23T09:01:10.390Z | Downloaded bitvec v1.0.1 |
| 1021 | 2025-07-23T09:01:10.415Z | Downloaded polyval v0.6.2 |
| 1022 | 2025-07-23T09:01:10.415Z | Downloaded olpc-cjson v0.1.4 |
| 1023 | 2025-07-23T09:01:10.415Z | Downloaded filetime v0.2.25 |
| 1024 | 2025-07-23T09:01:10.415Z | Downloaded whoami v1.5.2 |
| 1025 | 2025-07-23T09:01:10.415Z | Downloaded uuid v1.17.0 |
| 1026 | 2025-07-23T09:01:10.446Z | Downloaded indicatif v0.17.11 |
| 1027 | 2025-07-23T09:01:10.446Z | Downloaded aws-lc-rs v1.12.4 |
| 1028 | 2025-07-23T09:01:10.446Z | Downloaded russh-cryptovec v0.7.3 |
| 1029 | 2025-07-23T09:01:10.446Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1030 | 2025-07-23T09:01:10.446Z | Downloaded env_logger v0.10.2 |
| 1031 | 2025-07-23T09:01:10.446Z | Downloaded diff v0.1.13 |
| 1032 | 2025-07-23T09:01:10.446Z | Downloaded walkdir v2.5.0 |
| 1033 | 2025-07-23T09:01:10.471Z | Downloaded vte v0.11.1 |
| 1034 | 2025-07-23T09:01:10.471Z | Downloaded vergen v8.3.2 |
| 1035 | 2025-07-23T09:01:10.472Z | Downloaded crossterm v0.28.1 |
| 1036 | 2025-07-23T09:01:10.472Z | Downloaded number_prefix v0.4.0 |
| 1037 | 2025-07-23T09:01:10.472Z | Downloaded num_threads v0.1.7 |
| 1038 | 2025-07-23T09:01:10.472Z | Downloaded hash32 v0.3.1 |
| 1039 | 2025-07-23T09:01:10.472Z | Downloaded hash32 v0.2.1 |
| 1040 | 2025-07-23T09:01:10.472Z | Downloaded group v0.13.0 |
| 1041 | 2025-07-23T09:01:10.472Z | Downloaded glob v0.3.2 |
| 1042 | 2025-07-23T09:01:10.496Z | Downloaded env_logger v0.11.5 |
| 1043 | 2025-07-23T09:01:10.496Z | Downloaded time-macros v0.2.18 |
| 1044 | 2025-07-23T09:01:10.496Z | Downloaded test-strategy v0.4.3 |
| 1045 | 2025-07-23T09:01:10.497Z | Downloaded indexmap v1.9.3 |
| 1046 | 2025-07-23T09:01:10.497Z | Downloaded hickory-resolver v0.24.4 |
| 1047 | 2025-07-23T09:01:10.497Z | Downloaded opaque-debug v0.3.1 |
| 1048 | 2025-07-23T09:01:10.497Z | Downloaded multimap v0.10.1 |
| 1049 | 2025-07-23T09:01:10.497Z | Downloaded globwalk v0.9.1 |
| 1050 | 2025-07-23T09:01:10.497Z | Downloaded ff v0.13.0 |
| 1051 | 2025-07-23T09:01:10.497Z | Downloaded fd-lock v4.0.2 |
| 1052 | 2025-07-23T09:01:10.522Z | Downloaded fallible-iterator v0.2.0 |
| 1053 | 2025-07-23T09:01:10.522Z | Downloaded env_filter v0.1.2 |
| 1054 | 2025-07-23T09:01:10.522Z | Downloaded tar v0.4.44 |
| 1055 | 2025-07-23T09:01:10.522Z | Downloaded litrs v0.4.1 |
| 1056 | 2025-07-23T09:01:10.522Z | Downloaded openssl-probe v0.1.5 |
| 1057 | 2025-07-23T09:01:10.523Z | Downloaded fixedbitset v0.4.2 |
| 1058 | 2025-07-23T09:01:10.523Z | Downloaded enum-as-inner v0.6.1 |
| 1059 | 2025-07-23T09:01:10.523Z | Downloaded ena v0.14.3 |
| 1060 | 2025-07-23T09:01:10.523Z | Downloaded der_derive v0.7.3 |
| 1061 | 2025-07-23T09:01:10.523Z | Downloaded uzers v0.12.1 |
| 1062 | 2025-07-23T09:01:10.523Z | Downloaded untrusted v0.7.1 |
| 1063 | 2025-07-23T09:01:10.523Z | Downloaded thiserror-no-std v2.0.2 |
| 1064 | 2025-07-23T09:01:10.547Z | Downloaded slog-json v2.6.1 |
| 1065 | 2025-07-23T09:01:10.548Z | Downloaded serde_path_to_error v0.1.17 |
| 1066 | 2025-07-23T09:01:10.548Z | Downloaded serde_derive_internals v0.29.1 |
| 1067 | 2025-07-23T09:01:10.548Z | Downloaded qorb v0.4.0 |
| 1068 | 2025-07-23T09:01:10.548Z | Downloaded indicatif v0.18.0 |
| 1069 | 2025-07-23T09:01:10.573Z | Downloaded dirs-sys-next v0.1.2 |
| 1070 | 2025-07-23T09:01:10.573Z | Downloaded dirs-next v2.0.0 |
| 1071 | 2025-07-23T09:01:10.573Z | Downloaded difflib v0.4.0 |
| 1072 | 2025-07-23T09:01:10.574Z | Downloaded defmt v0.3.8 |
| 1073 | 2025-07-23T09:01:10.574Z | Downloaded which v4.4.2 |
| 1074 | 2025-07-23T09:01:10.574Z | Downloaded wait-timeout v0.2.0 |
| 1075 | 2025-07-23T09:01:10.574Z | Downloaded value-bag v1.9.0 |
| 1076 | 2025-07-23T09:01:10.574Z | Downloaded tinyvec_macros v0.1.1 |
| 1077 | 2025-07-23T09:01:10.574Z | Downloaded tiny-keccak v2.0.2 |
| 1078 | 2025-07-23T09:01:10.600Z | Downloaded thread_local v1.1.8 |
| 1079 | 2025-07-23T09:01:10.600Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1080 | 2025-07-23T09:01:10.600Z | Downloaded jobserver v0.1.32 |
| 1081 | 2025-07-23T09:01:10.600Z | Downloaded ipnet v2.11.0 |
| 1082 | 2025-07-23T09:01:10.600Z | Downloaded crossbeam-channel v0.5.15 |
| 1083 | 2025-07-23T09:01:10.600Z | Downloaded cc v1.2.30 |
| 1084 | 2025-07-23T09:01:10.600Z | Downloaded defmt-parser v0.3.4 |
| 1085 | 2025-07-23T09:01:10.600Z | Downloaded vsss-rs v3.3.4 |
| 1086 | 2025-07-23T09:01:10.600Z | Downloaded utf-8 v0.7.6 |
| 1087 | 2025-07-23T09:01:10.625Z | Downloaded untrusted v0.9.0 |
| 1088 | 2025-07-23T09:01:10.625Z | Downloaded termios v0.3.3 |
| 1089 | 2025-07-23T09:01:10.625Z | Downloaded term v0.7.0 |
| 1090 | 2025-07-23T09:01:10.625Z | Downloaded mime_guess v2.0.5 |
| 1091 | 2025-07-23T09:01:10.625Z | Downloaded memmap2 v0.9.5 |
| 1092 | 2025-07-23T09:01:10.625Z | Downloaded lzss v0.8.2 |
| 1093 | 2025-07-23T09:01:10.625Z | Downloaded linear-map v1.2.0 |
| 1094 | 2025-07-23T09:01:10.625Z | Downloaded hickory-server v0.25.2 |
| 1095 | 2025-07-23T09:01:10.625Z | Downloaded blake3 v1.5.4 |
| 1096 | 2025-07-23T09:01:10.650Z | Downloaded defmt-macros v0.3.9 |
| 1097 | 2025-07-23T09:01:10.650Z | Downloaded tap v1.0.1 |
| 1098 | 2025-07-23T09:01:10.650Z | Downloaded slog-term v2.9.1 |
| 1099 | 2025-07-23T09:01:10.650Z | Downloaded slog-stdlog v4.1.1 |
| 1100 | 2025-07-23T09:01:10.650Z | Downloaded aws-lc-sys v0.26.0 |
| 1101 | 2025-07-23T09:01:10.896Z | Downloaded slog-scope v4.4.0 |
| 1102 | 2025-07-23T09:01:10.920Z | Downloaded quinn v0.11.5 |
| 1103 | 2025-07-23T09:01:10.920Z | Downloaded memoffset v0.9.1 |
| 1104 | 2025-07-23T09:01:10.920Z | Downloaded libloading v0.8.5 |
| 1105 | 2025-07-23T09:01:10.920Z | Downloaded ignore v0.4.23 |
| 1106 | 2025-07-23T09:01:10.920Z | Downloaded waitgroup v0.1.2 |
| 1107 | 2025-07-23T09:01:10.921Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1108 | 2025-07-23T09:01:10.921Z | Downloaded time-core v0.1.2 |
| 1109 | 2025-07-23T09:01:10.921Z | Downloaded termtree v0.5.1 |
| 1110 | 2025-07-23T09:01:10.921Z | Downloaded termcolor v1.4.1 |
| 1111 | 2025-07-23T09:01:10.925Z | Downloaded tagptr v0.2.0 |
| 1112 | 2025-07-23T09:01:10.925Z | Downloaded tabwriter v1.4.0 |
| 1113 | 2025-07-23T09:01:10.925Z | Downloaded supports-color v3.0.2 |
| 1114 | 2025-07-23T09:01:10.925Z | Downloaded slog v2.7.0 |
| 1115 | 2025-07-23T09:01:10.925Z | Downloaded similar v2.7.0 |
| 1116 | 2025-07-23T09:01:10.950Z | Downloaded lock_api v0.4.12 |
| 1117 | 2025-07-23T09:01:10.950Z | Downloaded libsw-core v0.3.1 |
| 1118 | 2025-07-23T09:01:10.950Z | Downloaded http v1.3.1 |
| 1119 | 2025-07-23T09:01:10.950Z | Downloaded tabled_derive v0.10.0 |
| 1120 | 2025-07-23T09:01:10.950Z | Downloaded support-bundle-viewer v0.1.2 |
| 1121 | 2025-07-23T09:01:10.950Z | Downloaded maybe-uninit v2.0.0 |
| 1122 | 2025-07-23T09:01:10.950Z | Downloaded managed v0.8.0 |
| 1123 | 2025-07-23T09:01:10.950Z | Downloaded lru v0.12.5 |
| 1124 | 2025-07-23T09:01:10.950Z | Downloaded libscf-sys v1.1.0 |
| 1125 | 2025-07-23T09:01:10.950Z | Downloaded libefi-sys v0.1.0 |
| 1126 | 2025-07-23T09:01:10.950Z | Downloaded internet-checksum v0.2.1 |
| 1127 | 2025-07-23T09:01:10.950Z | Downloaded ingot-macros v0.1.1 |
| 1128 | 2025-07-23T09:01:10.950Z | Downloaded heapless v0.7.17 |
| 1129 | 2025-07-23T09:01:10.950Z | Downloaded bumpalo v3.16.0 |
| 1130 | 2025-07-23T09:01:10.950Z | Downloaded sync_wrapper v1.0.1 |
| 1131 | 2025-07-23T09:01:10.951Z | Downloaded serde_cbor v0.11.2 |
| 1132 | 2025-07-23T09:01:10.975Z | Downloaded rustls-pki-types v1.10.0 |
| 1133 | 2025-07-23T09:01:10.975Z | Downloaded rustls-pemfile v2.2.0 |
| 1134 | 2025-07-23T09:01:10.975Z | Downloaded progenitor-impl v0.10.0 |
| 1135 | 2025-07-23T09:01:10.975Z | Downloaded mime v0.3.17 |
| 1136 | 2025-07-23T09:01:10.976Z | Downloaded md-5 v0.10.6 |
| 1137 | 2025-07-23T09:01:10.976Z | Downloaded maplit v1.0.2 |
| 1138 | 2025-07-23T09:01:10.976Z | Downloaded lru-cache v0.1.2 |
| 1139 | 2025-07-23T09:01:10.976Z | Downloaded lockfree-object-pool v0.1.6 |
| 1140 | 2025-07-23T09:01:10.976Z | Downloaded libsw v3.5.0 |
| 1141 | 2025-07-23T09:01:10.976Z | Downloaded lazycell v1.3.0 |
| 1142 | 2025-07-23T09:01:10.976Z | Downloaded lalrpop-util v0.19.12 |
| 1143 | 2025-07-23T09:01:10.976Z | Downloaded kstat-rs v0.2.4 |
| 1144 | 2025-07-23T09:01:10.976Z | Downloaded keccak v0.1.5 |
| 1145 | 2025-07-23T09:01:10.976Z | Downloaded is_ci v1.2.0 |
| 1146 | 2025-07-23T09:01:10.976Z | Downloaded is-terminal v0.4.13 |
| 1147 | 2025-07-23T09:01:10.976Z | Downloaded ipnetwork v0.21.1 |
| 1148 | 2025-07-23T09:01:11.001Z | Downloaded compact_str v0.8.0 |
| 1149 | 2025-07-23T09:01:11.001Z | Downloaded slog-envlogger v2.2.0 |
| 1150 | 2025-07-23T09:01:11.001Z | Downloaded slog-dtrace v0.3.0 |
| 1151 | 2025-07-23T09:01:11.001Z | Downloaded slog-async v2.8.0 |
| 1152 | 2025-07-23T09:01:11.001Z | Downloaded slab v0.4.9 |
| 1153 | 2025-07-23T09:01:11.001Z | Downloaded siphasher v1.0.1 |
| 1154 | 2025-07-23T09:01:11.001Z | Downloaded siphasher v0.3.11 |
| 1155 | 2025-07-23T09:01:11.001Z | Downloaded publicsuffix v2.3.0 |
| 1156 | 2025-07-23T09:01:11.001Z | Downloaded linked-hash-map v0.5.6 |
| 1157 | 2025-07-23T09:01:11.001Z | Downloaded libz-rs-sys v0.5.1 |
| 1158 | 2025-07-23T09:01:11.001Z | Downloaded lazy_static v1.5.0 |
| 1159 | 2025-07-23T09:01:11.001Z | Downloaded iana-time-zone v0.1.63 |
| 1160 | 2025-07-23T09:01:11.001Z | Downloaded hyper-staticfile v0.10.1 |
| 1161 | 2025-07-23T09:01:11.001Z | Downloaded hyper-rustls v0.27.7 |
| 1162 | 2025-07-23T09:01:11.026Z | Downloaded const_format v0.2.34 |
| 1163 | 2025-07-23T09:01:11.026Z | Downloaded const-oid v0.9.6 |
| 1164 | 2025-07-23T09:01:11.026Z | Downloaded serde_bytes v0.11.17 |
| 1165 | 2025-07-23T09:01:11.027Z | Downloaded serde-hex v0.1.0 |
| 1166 | 2025-07-23T09:01:11.027Z | Downloaded semver v0.1.20 |
| 1167 | 2025-07-23T09:01:11.027Z | Downloaded rustls-native-certs v0.8.1 |
| 1168 | 2025-07-23T09:01:11.027Z | Downloaded instability v0.3.2 |
| 1169 | 2025-07-23T09:01:11.027Z | Downloaded inout v0.1.3 |
| 1170 | 2025-07-23T09:01:11.027Z | Downloaded indoc v1.0.9 |
| 1171 | 2025-07-23T09:01:11.027Z | Downloaded half v2.4.1 |
| 1172 | 2025-07-23T09:01:11.027Z | Downloaded half v1.8.3 |
| 1173 | 2025-07-23T09:01:11.027Z | Downloaded crossbeam-epoch v0.9.18 |
| 1174 | 2025-07-23T09:01:11.053Z | Downloaded crc-any v2.5.0 |
| 1175 | 2025-07-23T09:01:11.053Z | Downloaded colored v2.2.0 |
| 1176 | 2025-07-23T09:01:11.053Z | Downloaded radium v0.7.0 |
| 1177 | 2025-07-23T09:01:11.053Z | Downloaded r2d2 v0.8.10 |
| 1178 | 2025-07-23T09:01:11.053Z | Downloaded quinn-udp v0.5.5 |
| 1179 | 2025-07-23T09:01:11.054Z | Downloaded quick-error v1.2.3 |
| 1180 | 2025-07-23T09:01:11.054Z | Downloaded progenitor-macro v0.10.0 |
| 1181 | 2025-07-23T09:01:11.054Z | Downloaded progenitor-macro v0.9.1 |
| 1182 | 2025-07-23T09:01:11.055Z | Downloaded progenitor-macro v0.8.0 |
| 1183 | 2025-07-23T09:01:11.055Z | Downloaded progenitor v0.10.0 |
| 1184 | 2025-07-23T09:01:11.055Z | Downloaded progenitor v0.9.1 |
| 1185 | 2025-07-23T09:01:11.055Z | Downloaded indoc v2.0.6 |
| 1186 | 2025-07-23T09:01:11.055Z | Downloaded crossbeam-utils v0.8.21 |
| 1187 | 2025-07-23T09:01:11.055Z | Downloaded clang-sys v1.8.1 |
| 1188 | 2025-07-23T09:01:11.055Z | Downloaded backtrace v0.3.74 |
| 1189 | 2025-07-23T09:01:11.080Z | Downloaded cookie_store v0.21.1 |
| 1190 | 2025-07-23T09:01:11.080Z | Downloaded cookie v0.18.1 |
| 1191 | 2025-07-23T09:01:11.080Z | Downloaded ciborium v0.2.2 |
| 1192 | 2025-07-23T09:01:11.080Z | Downloaded chacha20poly1305 v0.10.1 |
| 1193 | 2025-07-23T09:01:11.080Z | Downloaded bit-vec v0.8.0 |
| 1194 | 2025-07-23T09:01:11.080Z | Downloaded secrecy v0.10.3 |
| 1195 | 2025-07-23T09:01:11.080Z | Downloaded psl-types v2.0.11 |
| 1196 | 2025-07-23T09:01:11.080Z | Downloaded const_format_proc_macros v0.2.34 |
| 1197 | 2025-07-23T09:01:11.080Z | Downloaded bzip2 v0.5.2 |
| 1198 | 2025-07-23T09:01:11.080Z | Downloaded ingot-types v0.1.2 |
| 1199 | 2025-07-23T09:01:11.080Z | Downloaded indent_write v2.2.0 |
| 1200 | 2025-07-23T09:01:11.080Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1201 | 2025-07-23T09:01:11.080Z | Downloaded hyper-tls v0.6.0 |
| 1202 | 2025-07-23T09:01:11.080Z | Downloaded humantime v2.2.0 |
| 1203 | 2025-07-23T09:01:11.081Z | Downloaded hubpack_derive v0.1.1 |
| 1204 | 2025-07-23T09:01:11.081Z | Downloaded hubpack v0.1.2 |
| 1205 | 2025-07-23T09:01:11.081Z | Downloaded hostname v0.4.0 |
| 1206 | 2025-07-23T09:01:11.106Z | Downloaded hickory-client v0.25.2 |
| 1207 | 2025-07-23T09:01:11.106Z | Downloaded hex v0.4.3 |
| 1208 | 2025-07-23T09:01:11.106Z | Downloaded critical-section v1.1.3 |
| 1209 | 2025-07-23T09:01:11.106Z | Downloaded console v0.16.0 |
| 1210 | 2025-07-23T09:01:11.106Z | Downloaded console v0.15.10 |
| 1211 | 2025-07-23T09:01:11.106Z | Downloaded cobs v0.2.3 |
| 1212 | 2025-07-23T09:01:11.106Z | Downloaded cfg_aliases v0.1.1 |
| 1213 | 2025-07-23T09:01:11.106Z | Downloaded castaway v0.2.3 |
| 1214 | 2025-07-23T09:01:11.106Z | Downloaded bit-vec v0.6.3 |
| 1215 | 2025-07-23T09:01:11.106Z | Downloaded bit-set v0.8.0 |
| 1216 | 2025-07-23T09:01:11.106Z | Downloaded bit-set v0.5.3 |
| 1217 | 2025-07-23T09:01:11.106Z | Downloaded base64 v0.22.1 |
| 1218 | 2025-07-23T09:01:11.106Z | Downloaded instant v0.1.13 |
| 1219 | 2025-07-23T09:01:11.106Z | Downloaded ingot v0.1.1 |
| 1220 | 2025-07-23T09:01:11.106Z | Downloaded ident_case v1.0.1 |
| 1221 | 2025-07-23T09:01:11.132Z | Downloaded httpdate v1.0.3 |
| 1222 | 2025-07-23T09:01:11.132Z | Downloaded httparse v1.9.5 |
| 1223 | 2025-07-23T09:01:11.132Z | Downloaded http-body v1.0.1 |
| 1224 | 2025-07-23T09:01:11.132Z | Downloaded hmac v0.12.1 |
| 1225 | 2025-07-23T09:01:11.132Z | Downloaded hex-literal v0.4.1 |
| 1226 | 2025-07-23T09:01:11.132Z | Downloaded headers-core v0.3.0 |
| 1227 | 2025-07-23T09:01:11.132Z | Downloaded crossbeam-deque v0.8.5 |
| 1228 | 2025-07-23T09:01:11.132Z | Downloaded crc8 v0.1.1 |
| 1229 | 2025-07-23T09:01:11.132Z | Downloaded crc-catalog v2.4.0 |
| 1230 | 2025-07-23T09:01:11.132Z | Downloaded crc v3.2.1 |
| 1231 | 2025-07-23T09:01:11.132Z | Downloaded constant_time_eq v0.3.1 |
| 1232 | 2025-07-23T09:01:11.132Z | Downloaded cmake v0.1.51 |
| 1233 | 2025-07-23T09:01:11.132Z | Downloaded cipher v0.4.4 |
| 1234 | 2025-07-23T09:01:11.132Z | Downloaded ciborium-io v0.2.2 |
| 1235 | 2025-07-23T09:01:11.132Z | Downloaded chacha20 v0.9.1 |
| 1236 | 2025-07-23T09:01:11.132Z | Downloaded cargo_metadata v0.18.1 |
| 1237 | 2025-07-23T09:01:11.132Z | Downloaded cargo-platform v0.1.8 |
| 1238 | 2025-07-23T09:01:11.132Z | Downloaded cancel-safe-futures v0.1.5 |
| 1239 | 2025-07-23T09:01:11.157Z | Downloaded bytes v1.10.1 |
| 1240 | 2025-07-23T09:01:11.157Z | Downloaded base64 v0.13.1 |
| 1241 | 2025-07-23T09:01:11.157Z | Downloaded backoff v0.4.0 |
| 1242 | 2025-07-23T09:01:11.158Z | Downloaded highway v1.3.0 |
| 1243 | 2025-07-23T09:01:11.159Z | Downloaded heck v0.3.3 |
| 1244 | 2025-07-23T09:01:11.159Z | Downloaded heapless v0.8.0 |
| 1245 | 2025-07-23T09:01:11.159Z | Downloaded convert_case v0.4.0 |
| 1246 | 2025-07-23T09:01:11.159Z | Downloaded ciborium-ll v0.2.2 |
| 1247 | 2025-07-23T09:01:11.159Z | Downloaded cfg_aliases v0.2.1 |
| 1248 | 2025-07-23T09:01:11.159Z | Downloaded cexpr v0.6.0 |
| 1249 | 2025-07-23T09:01:11.159Z | Downloaded cbc v0.1.2 |
| 1250 | 2025-07-23T09:01:11.159Z | Downloaded cassowary v0.3.0 |
| 1251 | 2025-07-23T09:01:11.159Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1252 | 2025-07-23T09:01:11.184Z | Downloaded blake2 v0.10.6 |
| 1253 | 2025-07-23T09:01:11.184Z | Downloaded bitfield v0.14.0 |
| 1254 | 2025-07-23T09:01:11.184Z | Downloaded base64ct v1.6.0 |
| 1255 | 2025-07-23T09:01:11.184Z | Downloaded http-body-util v0.1.3 |
| 1256 | 2025-07-23T09:01:11.184Z | Downloaded blowfish v0.9.1 |
| 1257 | 2025-07-23T09:01:11.184Z | Downloaded block-padding v0.3.3 |
| 1258 | 2025-07-23T09:01:11.184Z | Downloaded bb8 v0.8.5 |
| 1259 | 2025-07-23T09:01:11.184Z | Downloaded base16ct v0.2.0 |
| 1260 | 2025-07-23T09:01:11.184Z | Downloaded async-stream v0.3.6 |
| 1261 | 2025-07-23T09:01:11.184Z | Downloaded arc-swap v1.7.1 |
| 1262 | 2025-07-23T09:01:11.184Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1263 | 2025-07-23T09:01:11.184Z | Downloaded base64 v0.21.7 |
| 1264 | 2025-07-23T09:01:11.184Z | Downloaded async-trait v0.1.88 |
| 1265 | 2025-07-23T09:01:11.209Z | Downloaded async-recursion v1.1.1 |
| 1266 | 2025-07-23T09:01:11.209Z | Downloaded async-bb8-diesel v0.2.1 |
| 1267 | 2025-07-23T09:01:11.210Z | Downloaded aho-corasick v1.1.3 |
| 1268 | 2025-07-23T09:01:11.210Z | Downloaded home v0.5.9 |
| 1269 | 2025-07-23T09:01:11.210Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1270 | 2025-07-23T09:01:11.210Z | Downloaded bzip2 v0.4.4 |
| 1271 | 2025-07-23T09:01:11.210Z | Downloaded bitflags v1.3.2 |
| 1272 | 2025-07-23T09:01:11.210Z | Downloaded bitfield-struct v0.6.2 |
| 1273 | 2025-07-23T09:01:11.210Z | Downloaded atty v0.2.14 |
| 1274 | 2025-07-23T09:01:11.210Z | Downloaded atomicwrites v0.4.4 |
| 1275 | 2025-07-23T09:01:11.210Z | Downloaded atomic-waker v1.1.2 |
| 1276 | 2025-07-23T09:01:11.210Z | Downloaded async-stream-impl v0.3.6 |
| 1277 | 2025-07-23T09:01:11.210Z | Downloaded arrayvec v0.7.6 |
| 1278 | 2025-07-23T09:01:11.210Z | Downloaded arrayref v0.3.9 |
| 1279 | 2025-07-23T09:01:11.211Z | Downloaded array-init v0.0.4 |
| 1280 | 2025-07-23T09:01:11.235Z | Downloaded argon2 v0.5.3 |
| 1281 | 2025-07-23T09:01:11.236Z | Downloaded allocator-api2 v0.2.21 |
| 1282 | 2025-07-23T09:01:11.236Z | Downloaded ahash v0.8.11 |
| 1283 | 2025-07-23T09:01:11.236Z | Downloaded aes-gcm v0.10.3 |
| 1284 | 2025-07-23T09:01:11.236Z | Downloaded aes v0.8.4 |
| 1285 | 2025-07-23T09:01:11.236Z | Downloaded assert_matches v1.5.0 |
| 1286 | 2025-07-23T09:01:11.236Z | Downloaded addr2line v0.24.2 |
| 1287 | 2025-07-23T09:01:11.376Z | Compiling value-bag v1.9.0 |
| 1288 | 2025-07-23T09:01:11.376Z | Compiling shlex v1.3.0 |
| 1289 | 2025-07-23T09:01:11.376Z | Compiling lock_api v0.4.12 |
| 1290 | 2025-07-23T09:01:11.376Z | Compiling scopeguard v1.2.0 |
| 1291 | 2025-07-23T09:01:11.401Z | Compiling typenum v1.17.0 |
| 1292 | 2025-07-23T09:01:11.401Z | Compiling generic-array v0.14.7 |
| 1293 | 2025-07-23T09:01:11.401Z | Compiling syn v2.0.104 |
| 1294 | 2025-07-23T09:01:11.401Z | Compiling getrandom v0.2.15 |
| 1295 | 2025-07-23T09:01:11.631Z | Compiling jobserver v0.1.32 |
| 1296 | 2025-07-23T09:01:11.775Z | Compiling log v0.4.27 |
| 1297 | 2025-07-23T09:01:11.828Z | Compiling rand_core v0.6.4 |
| 1298 | 2025-07-23T09:01:11.855Z | Compiling smallvec v1.15.0 |
| 1299 | 2025-07-23T09:01:11.973Z | Compiling portable-atomic v1.11.0 |
| 1300 | 2025-07-23T09:01:12.223Z | Compiling cc v1.2.30 |
| 1301 | 2025-07-23T09:01:12.265Z | Compiling subtle v2.6.1 |
| 1302 | 2025-07-23T09:01:12.295Z | Compiling critical-section v1.1.3 |
| 1303 | 2025-07-23T09:01:12.358Z | Compiling const-oid v0.9.6 |
| 1304 | 2025-07-23T09:01:12.420Z | Compiling pkg-config v0.3.31 |
| 1305 | 2025-07-23T09:01:12.463Z | Compiling pin-project-lite v0.2.14 |
| 1306 | 2025-07-23T09:01:12.578Z | Compiling parking_lot_core v0.9.10 |
| 1307 | 2025-07-23T09:01:12.621Z | Compiling rustix v0.38.37 |
| 1308 | 2025-07-23T09:01:13.306Z | Compiling signal-hook-registry v1.4.2 |
| 1309 | 2025-07-23T09:01:13.405Z | Compiling parking_lot v0.12.3 |
| 1310 | 2025-07-23T09:01:13.469Z | Compiling mio v1.0.2 |
| 1311 | 2025-07-23T09:01:13.495Z | Compiling futures-core v0.3.31 |
| 1312 | 2025-07-23T09:01:13.704Z | Compiling once_cell v1.21.3 |
| 1313 | 2025-07-23T09:01:13.837Z | Compiling spin v0.9.8 |
| 1314 | 2025-07-23T09:01:13.913Z | Compiling socket2 v0.5.10 |
| 1315 | 2025-07-23T09:01:13.947Z | Compiling aho-corasick v1.1.3 |
| 1316 | 2025-07-23T09:01:14.065Z | Compiling slab v0.4.9 |
| 1317 | 2025-07-23T09:01:14.090Z | Compiling libm v0.2.8 |
| 1318 | 2025-07-23T09:01:14.195Z | Compiling regex-syntax v0.8.5 |
| 1319 | 2025-07-23T09:01:14.349Z | Compiling cpufeatures v0.2.14 |
| 1320 | 2025-07-23T09:01:14.374Z | Compiling serde_json v1.0.140 |
| 1321 | 2025-07-23T09:01:14.473Z | Compiling num-traits v0.2.19 |
| 1322 | 2025-07-23T09:01:14.590Z | Compiling either v1.15.0 |
| 1323 | 2025-07-23T09:01:14.676Z | Compiling futures-sink v0.3.31 |
| 1324 | 2025-07-23T09:01:14.727Z | Compiling glob v0.3.2 |
| 1325 | 2025-07-23T09:01:14.788Z | Compiling getrandom v0.3.1 |
| 1326 | 2025-07-23T09:01:14.852Z | Compiling percent-encoding v2.3.1 |
| 1327 | 2025-07-23T09:01:15.531Z | Compiling prettyplease v0.2.35 |
| 1328 | 2025-07-23T09:01:15.625Z | Compiling clang-sys v1.8.1 |
| 1329 | 2025-07-23T09:01:15.650Z | Compiling lazy_static v1.5.0 |
| 1330 | 2025-07-23T09:01:15.779Z | Compiling minimal-lexical v0.2.1 |
| 1331 | 2025-07-23T09:01:15.855Z | Compiling allocator-api2 v0.2.21 |
| 1332 | 2025-07-23T09:01:15.949Z | Compiling foldhash v0.1.5 |
| 1333 | 2025-07-23T09:01:16.274Z | Compiling nom v7.1.3 |
| 1334 | 2025-07-23T09:01:16.338Z | Compiling libloading v0.8.5 |
| 1335 | 2025-07-23T09:01:16.471Z | Compiling hashbrown v0.15.4 |
| 1336 | 2025-07-23T09:01:16.497Z | Compiling home v0.5.9 |
| 1337 | 2025-07-23T09:01:16.723Z | Compiling base64ct v1.6.0 |
| 1338 | 2025-07-23T09:01:16.748Z | Compiling bindgen v0.69.5 |
| 1339 | 2025-07-23T09:01:17.292Z | Compiling regex-automata v0.4.8 |
| 1340 | 2025-07-23T09:01:17.563Z | Compiling synstructure v0.13.1 |
| 1341 | 2025-07-23T09:01:17.675Z | Compiling pem-rfc7468 v0.7.0 |
| 1342 | 2025-07-23T09:01:18.258Z | Compiling itertools v0.12.1 |
| 1343 | 2025-07-23T09:01:18.810Z | Compiling cexpr v0.6.0 |
| 1344 | 2025-07-23T09:01:18.990Z | Compiling futures-channel v0.3.31 |
| 1345 | 2025-07-23T09:01:19.175Z | Compiling futures-task v0.3.31 |
| 1346 | 2025-07-23T09:01:19.369Z | Compiling lazycell v1.3.0 |
| 1347 | 2025-07-23T09:01:19.480Z | Compiling rustc-hash v1.1.0 |
| 1348 | 2025-07-23T09:01:19.562Z | Compiling futures-io v0.3.31 |
| 1349 | 2025-07-23T09:01:19.645Z | Compiling pin-utils v0.1.0 |
| 1350 | 2025-07-23T09:01:19.752Z | Compiling flagset v0.4.6 |
| 1351 | 2025-07-23T09:01:19.831Z | Compiling cmake v0.1.51 |
| 1352 | 2025-07-23T09:01:19.963Z | Compiling zerocopy v0.8.26 |
| 1353 | 2025-07-23T09:01:20.075Z | Compiling dunce v1.0.5 |
| 1354 | 2025-07-23T09:01:20.100Z | Compiling fs_extra v1.3.0 |
| 1355 | 2025-07-23T09:01:20.263Z | Compiling form_urlencoded v1.2.1 |
| 1356 | 2025-07-23T09:01:20.549Z | Compiling paste v1.0.15 |
| 1357 | 2025-07-23T09:01:20.607Z | Compiling vcpkg v0.2.15 |
| 1358 | 2025-07-23T09:01:20.632Z | Compiling ring v0.17.14 |
| 1359 | 2025-07-23T09:01:20.751Z | Compiling tracing-core v0.1.32 |
| 1360 | 2025-07-23T09:01:20.784Z | Compiling aws-lc-rs v1.12.4 |
| 1361 | 2025-07-23T09:01:21.159Z | Compiling iana-time-zone v0.1.63 |
| 1362 | 2025-07-23T09:01:21.485Z | Compiling rustls-pki-types v1.10.0 |
| 1363 | 2025-07-23T09:01:21.699Z | Compiling serde_derive v1.0.219 |
| 1364 | 2025-07-23T09:01:21.778Z | Compiling zeroize_derive v1.4.2 |
| 1365 | 2025-07-23T09:01:21.954Z | Compiling zerofrom-derive v0.1.4 |
| 1366 | 2025-07-23T09:01:22.049Z | Compiling yoke-derive v0.7.4 |
| 1367 | 2025-07-23T09:01:22.347Z | Compiling zerovec-derive v0.10.3 |
| 1368 | 2025-07-23T09:01:22.931Z | Compiling zeroize v1.8.1 |
| 1369 | 2025-07-23T09:01:24.196Z | Compiling displaydoc v0.2.5 |
| 1370 | 2025-07-23T09:01:24.331Z | Compiling zerocopy-derive v0.7.35 |
| 1371 | 2025-07-23T09:01:24.474Z | Compiling crypto-common v0.1.6 |
| 1372 | 2025-07-23T09:01:24.698Z | Compiling block-buffer v0.10.4 |
| 1373 | 2025-07-23T09:01:24.810Z | Compiling zerofrom v0.1.4 |
| 1374 | 2025-07-23T09:01:24.970Z | Compiling digest v0.10.7 |
| 1375 | 2025-07-23T09:01:25.035Z | Compiling yoke v0.7.4 |
| 1376 | 2025-07-23T09:01:25.428Z | Compiling zerovec v0.10.4 |
| 1377 | 2025-07-23T09:01:25.483Z | Compiling tokio-macros v2.5.0 |
| 1378 | 2025-07-23T09:01:25.510Z | Compiling hmac v0.12.1 |
| 1379 | 2025-07-23T09:01:25.770Z | Compiling icu_provider_macros v1.5.0 |
| 1380 | 2025-07-23T09:01:26.034Z | Compiling block-padding v0.3.3 |
| 1381 | 2025-07-23T09:01:26.058Z | Compiling zerocopy v0.7.35 |
| 1382 | 2025-07-23T09:01:26.135Z | Compiling sha2 v0.10.9 |
| 1383 | 2025-07-23T09:01:26.285Z | Compiling inout v0.1.3 |
| 1384 | 2025-07-23T09:01:26.421Z | Compiling regex v1.11.1 |
| 1385 | 2025-07-23T09:01:26.566Z | Compiling cipher v0.4.4 |
| 1386 | 2025-07-23T09:01:26.668Z | Compiling der_derive v0.7.3 |
| 1387 | 2025-07-23T09:01:26.733Z | Compiling futures-macro v0.3.31 |
| 1388 | 2025-07-23T09:01:27.030Z | Compiling tinystr v0.7.6 |
| 1389 | 2025-07-23T09:01:27.142Z | Compiling icu_collections v1.5.0 |
| 1390 | 2025-07-23T09:01:27.223Z | Compiling thiserror-impl v1.0.69 |
| 1391 | 2025-07-23T09:01:27.249Z | Compiling ppv-lite86 v0.2.20 |
| 1392 | 2025-07-23T09:01:27.400Z | Compiling icu_locid v1.5.0 |
| 1393 | 2025-07-23T09:01:27.641Z | Compiling serde v1.0.219 |
| 1394 | 2025-07-23T09:01:27.923Z | Compiling salsa20 v0.10.2 |
| 1395 | 2025-07-23T09:01:28.147Z | Compiling pbkdf2 v0.12.2 |
| 1396 | 2025-07-23T09:01:28.219Z | Compiling futures-util v0.3.31 |
| 1397 | 2025-07-23T09:01:28.244Z | Compiling zerocopy-derive v0.8.26 |
| 1398 | 2025-07-23T09:01:28.337Z | Compiling scrypt v0.11.0 |
| 1399 | 2025-07-23T09:01:28.533Z | Compiling icu_provider v1.5.0 |
| 1400 | 2025-07-23T09:01:28.575Z | Compiling der v0.7.9 |
| 1401 | 2025-07-23T09:01:28.807Z | Compiling aes v0.8.4 |
| 1402 | 2025-07-23T09:01:29.172Z | Compiling cbc v0.1.2 |
| 1403 | 2025-07-23T09:01:29.399Z | Compiling icu_locid_transform v1.5.0 |
| 1404 | 2025-07-23T09:01:29.475Z | Compiling openssl-sys v0.9.109 |
| 1405 | 2025-07-23T09:01:29.591Z | Compiling thiserror v1.0.69 |
| 1406 | 2025-07-23T09:01:29.736Z | Compiling pest v2.7.14 |
| 1407 | 2025-07-23T09:01:30.424Z | Compiling spki v0.7.3 |
| 1408 | 2025-07-23T09:01:30.760Z | Compiling icu_properties v1.5.1 |
| 1409 | 2025-07-23T09:01:30.879Z | Compiling pkcs5 v0.7.1 |
| 1410 | 2025-07-23T09:01:31.188Z | Compiling tracing-attributes v0.1.27 |
| 1411 | 2025-07-23T09:01:31.345Z | Compiling scroll_derive v0.12.0 |
| 1412 | 2025-07-23T09:01:31.783Z | Compiling pkcs8 v0.10.2 |
| 1413 | 2025-07-23T09:01:32.173Z | Compiling bytes v1.10.1 |
| 1414 | 2025-07-23T09:01:32.226Z | Compiling bitflags v2.9.1 |
| 1415 | 2025-07-23T09:01:32.327Z | Compiling semver v1.0.26 |
| 1416 | 2025-07-23T09:01:32.805Z | Compiling indexmap v2.10.0 |
| 1417 | 2025-07-23T09:01:32.908Z | Compiling rustc_version v0.4.1 |
| 1418 | 2025-07-23T09:01:33.397Z | Compiling tokio v1.45.1 |
| 1419 | 2025-07-23T09:01:33.485Z | Compiling http v1.3.1 |
| 1420 | 2025-07-23T09:01:33.728Z | Compiling uuid v1.17.0 |
| 1421 | 2025-07-23T09:01:33.776Z | Compiling tracing v0.1.40 |
| 1422 | 2025-07-23T09:01:34.027Z | Compiling icu_normalizer v1.5.0 |
| 1423 | 2025-07-23T09:01:34.244Z | Compiling chrono v0.4.41 |
| 1424 | 2025-07-23T09:01:34.568Z | Compiling pest_meta v2.7.14 |
| 1425 | 2025-07-23T09:01:34.693Z | Compiling httparse v1.9.5 |
| 1426 | 2025-07-23T09:01:34.913Z | Compiling idna_adapter v1.2.0 |
| 1427 | 2025-07-23T09:01:35.149Z | Compiling idna v1.0.3 |
| 1428 | 2025-07-23T09:01:35.322Z | Compiling http-body v1.0.1 |
| 1429 | 2025-07-23T09:01:35.407Z | Compiling rustversion v1.0.17 |
| 1430 | 2025-07-23T09:01:35.544Z | Compiling base64 v0.22.1 |
| 1431 | 2025-07-23T09:01:35.571Z | Compiling tinyvec_macros v0.1.1 |
| 1432 | 2025-07-23T09:01:35.685Z | Compiling which v4.4.2 |
| 1433 | 2025-07-23T09:01:36.122Z | Compiling url v2.5.4 |
| 1434 | 2025-07-23T09:01:36.247Z | Compiling pest_generator v2.7.14 |
| 1435 | 2025-07-23T09:01:36.449Z | Compiling tinyvec v1.8.0 |
| 1436 | 2025-07-23T09:01:36.536Z | Compiling rand_core v0.9.2 |
| 1437 | 2025-07-23T09:01:36.919Z | Compiling scroll v0.12.0 |
| 1438 | 2025-07-23T09:01:37.029Z | Compiling serde_derive_internals v0.29.1 |
| 1439 | 2025-07-23T09:01:37.367Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1440 | 2025-07-23T09:01:37.569Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1441 | 2025-07-23T09:01:37.663Z | Compiling openssl v0.10.73 |
| 1442 | 2025-07-23T09:01:37.687Z | Compiling tower-service v0.3.3 |
| 1443 | 2025-07-23T09:01:37.790Z | Compiling time-core v0.1.2 |
| 1444 | 2025-07-23T09:01:37.823Z | Compiling foreign-types-shared v0.1.1 |
| 1445 | 2025-07-23T09:01:37.957Z | Compiling num-conv v0.1.0 |
| 1446 | 2025-07-23T09:01:37.981Z | Compiling atomic-waker v1.1.2 |
| 1447 | 2025-07-23T09:01:38.034Z | Compiling schemars v0.8.22 |
| 1448 | 2025-07-23T09:01:38.145Z | Compiling try-lock v0.2.5 |
| 1449 | 2025-07-23T09:01:38.182Z | Compiling untrusted v0.9.0 |
| 1450 | 2025-07-23T09:01:38.221Z | Compiling untrusted v0.7.1 |
| 1451 | 2025-07-23T09:01:38.248Z | Compiling powerfmt v0.2.0 |
| 1452 | 2025-07-23T09:01:38.331Z | Compiling adler2 v2.0.0 |
| 1453 | 2025-07-23T09:01:38.360Z | Compiling openssl-probe v0.1.5 |
| 1454 | 2025-07-23T09:01:38.432Z | Compiling want v0.3.1 |
| 1455 | 2025-07-23T09:01:38.549Z | Compiling deranged v0.3.11 |
| 1456 | 2025-07-23T09:01:38.616Z | Compiling miniz_oxide v0.8.5 |
| 1457 | 2025-07-23T09:01:38.736Z | Compiling time-macros v0.2.18 |
| 1458 | 2025-07-23T09:01:38.877Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2025-07-23T09:01:39.768Z | Compiling pest_derive v2.7.14 |
| 1460 | 2025-07-23T09:01:39.879Z | Compiling foreign-types v0.3.2 |
| 1461 | 2025-07-23T09:01:39.994Z | Compiling goblin v0.8.2 |
| 1462 | 2025-07-23T09:01:41.100Z | Compiling tokio-util v0.7.15 |
| 1463 | 2025-07-23T09:01:41.359Z | Compiling rand_chacha v0.9.0 |
| 1464 | 2025-07-23T09:01:42.169Z | Compiling h2 v0.4.6 |
| 1465 | 2025-07-23T09:01:42.448Z | Compiling ipnet v2.11.0 |
| 1466 | 2025-07-23T09:01:43.481Z | Compiling openssl-macros v0.1.1 |
| 1467 | 2025-07-23T09:01:43.506Z | Compiling syn v1.0.109 |
| 1468 | 2025-07-23T09:01:44.009Z | Compiling num_threads v0.1.7 |
| 1469 | 2025-07-23T09:01:44.097Z | Compiling httpdate v1.0.3 |
| 1470 | 2025-07-23T09:01:44.152Z | Compiling dyn-clone v1.0.19 |
| 1471 | 2025-07-23T09:01:44.176Z | Compiling crossbeam-utils v0.8.21 |
| 1472 | 2025-07-23T09:01:44.376Z | Compiling native-tls v0.2.12 |
| 1473 | 2025-07-23T09:01:44.481Z | Compiling rustls v0.23.19 |
| 1474 | 2025-07-23T09:01:44.718Z | Compiling time v0.3.36 |
| 1475 | 2025-07-23T09:01:44.951Z | Compiling dof v0.3.0 |
| 1476 | 2025-07-23T09:01:46.672Z | Compiling rand v0.9.1 |
| 1477 | 2025-07-23T09:01:47.362Z | Compiling dtrace-parser v0.2.0 |
| 1478 | 2025-07-23T09:01:47.525Z | Compiling unicode-normalization v0.1.24 |
| 1479 | 2025-07-23T09:01:48.148Z | Compiling hyper v1.6.0 |
| 1480 | 2025-07-23T09:01:48.358Z | Compiling heapless v0.7.17 |
| 1481 | 2025-07-23T09:01:48.416Z | Compiling signature v2.2.0 |
| 1482 | 2025-07-23T09:01:48.702Z | Compiling cookie v0.18.1 |
| 1483 | 2025-07-23T09:01:48.743Z | Compiling crc32fast v1.4.2 |
| 1484 | 2025-07-23T09:01:48.938Z | Compiling unicode-bidi v0.3.17 |
| 1485 | 2025-07-23T09:01:48.996Z | Compiling slog v2.7.0 |
| 1486 | 2025-07-23T09:01:49.065Z | Compiling unicode-properties v0.1.3 |
| 1487 | 2025-07-23T09:01:49.411Z | Compiling zlib-rs v0.5.1 |
| 1488 | 2025-07-23T09:01:49.435Z | Compiling zstd-safe v7.2.3 |
| 1489 | 2025-07-23T09:01:49.729Z | Compiling siphasher v0.3.11 |
| 1490 | 2025-07-23T09:01:49.984Z | Compiling signal-hook v0.3.17 |
| 1491 | 2025-07-23T09:01:50.081Z | Compiling phf_shared v0.11.2 |
| 1492 | 2025-07-23T09:01:50.307Z | Compiling hyper-util v0.1.14 |
| 1493 | 2025-07-23T09:01:50.363Z | Compiling stringprep v0.1.5 |
| 1494 | 2025-07-23T09:01:50.716Z | Compiling usdt-impl v0.5.0 |
| 1495 | 2025-07-23T09:01:51.211Z | Compiling curve25519-dalek v4.1.3 |
| 1496 | 2025-07-23T09:01:51.236Z | Compiling serde_spanned v0.6.9 |
| 1497 | 2025-07-23T09:01:51.464Z | Compiling toml_datetime v0.6.11 |
| 1498 | 2025-07-23T09:01:51.795Z | Compiling serde_tokenstream v0.2.2 |
| 1499 | 2025-07-23T09:01:51.819Z | Compiling rand_chacha v0.3.1 |
| 1500 | 2025-07-23T09:01:51.925Z | Compiling md-5 v0.10.6 |
| 1501 | 2025-07-23T09:01:52.114Z | Compiling num-integer v0.1.46 |
| 1502 | 2025-07-23T09:01:52.180Z | Compiling sync_wrapper v1.0.1 |
| 1503 | 2025-07-23T09:01:52.304Z | Compiling ff v0.13.0 |
| 1504 | 2025-07-23T09:01:52.346Z | Compiling hash32 v0.2.1 |
| 1505 | 2025-07-23T09:01:52.521Z | Compiling memoffset v0.9.1 |
| 1506 | 2025-07-23T09:01:52.668Z | Compiling smoltcp v0.9.1 |
| 1507 | 2025-07-23T09:01:52.729Z | Compiling num-bigint-dig v0.8.4 |
| 1508 | 2025-07-23T09:01:52.817Z | Compiling tower-layer v0.3.3 |
| 1509 | 2025-07-23T09:01:53.007Z | Compiling base16ct v0.2.0 |
| 1510 | 2025-07-23T09:01:53.088Z | Compiling fallible-iterator v0.2.0 |
| 1511 | 2025-07-23T09:01:53.217Z | Compiling newtype-uuid v1.2.4 |
| 1512 | 2025-07-23T09:01:53.307Z | Compiling cfg_aliases v0.2.1 |
| 1513 | 2025-07-23T09:01:53.429Z | Compiling litrs v0.4.1 |
| 1514 | 2025-07-23T09:01:53.475Z | Compiling psl-types v2.0.11 |
| 1515 | 2025-07-23T09:01:53.544Z | Compiling gimli v0.31.1 |
| 1516 | 2025-07-23T09:01:53.599Z | Compiling nix v0.29.0 |
| 1517 | 2025-07-23T09:01:53.708Z | Compiling publicsuffix v2.3.0 |
| 1518 | 2025-07-23T09:01:53.733Z | Compiling postgres-protocol v0.6.8 |
| 1519 | 2025-07-23T09:01:54.026Z | Compiling sec1 v0.7.3 |
| 1520 | 2025-07-23T09:01:54.263Z | Compiling tower v0.5.2 |
| 1521 | 2025-07-23T09:01:54.352Z | Compiling document-features v0.2.10 |
| 1522 | 2025-07-23T09:01:54.695Z | Compiling libz-rs-sys v0.5.1 |
| 1523 | 2025-07-23T09:01:54.955Z | Compiling flate2 v1.1.2 |
| 1524 | 2025-07-23T09:01:54.980Z | Compiling num-iter v0.1.45 |
| 1525 | 2025-07-23T09:01:55.178Z | Compiling group v0.13.0 |
| 1526 | 2025-07-23T09:01:55.295Z | Compiling rand v0.8.5 |
| 1527 | 2025-07-23T09:01:55.464Z | Compiling tokio-native-tls v0.3.1 |
| 1528 | 2025-07-23T09:01:56.107Z | Compiling ipnetwork v0.21.1 |
| 1529 | 2025-07-23T09:01:56.291Z | Compiling strum_macros v0.27.1 |
| 1530 | 2025-07-23T09:01:56.337Z | Compiling rustls-native-certs v0.8.1 |
| 1531 | 2025-07-23T09:01:56.494Z | Compiling terminal_size v0.4.0 |
| 1532 | 2025-07-23T09:01:56.723Z | Compiling http-body-util v0.1.3 |
| 1533 | 2025-07-23T09:01:56.810Z | Compiling hkdf v0.12.4 |
| 1534 | 2025-07-23T09:01:56.835Z | Compiling crypto-bigint v0.5.5 |
| 1535 | 2025-07-23T09:01:56.896Z | Compiling webpki-roots v1.0.1 |
| 1536 | 2025-07-23T09:01:57.062Z | Compiling addr2line v0.24.2 |
| 1537 | 2025-07-23T09:01:57.098Z | Compiling async-trait v0.1.88 |
| 1538 | 2025-07-23T09:01:57.155Z | Compiling thiserror-impl v2.0.12 |
| 1539 | 2025-07-23T09:01:57.470Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1540 | 2025-07-23T09:01:57.677Z | Compiling ahash v0.8.11 |
| 1541 | 2025-07-23T09:01:57.981Z | Compiling object v0.36.5 |
| 1542 | 2025-07-23T09:01:58.588Z | Compiling fs-err v3.1.1 |
| 1543 | 2025-07-23T09:01:58.888Z | Compiling bitflags v1.3.2 |
| 1544 | 2025-07-23T09:01:59.005Z | Compiling managed v0.8.0 |
| 1545 | 2025-07-23T09:01:59.075Z | Compiling lockfree-object-pool v0.1.6 |
| 1546 | 2025-07-23T09:01:59.331Z | Compiling buf-list v1.0.3 |
| 1547 | 2025-07-23T09:01:59.408Z | Compiling bumpalo v3.16.0 |
| 1548 | 2025-07-23T09:01:59.728Z | Compiling simd-adler32 v0.3.7 |
| 1549 | 2025-07-23T09:01:59.843Z | Compiling iri-string v0.7.8 |
| 1550 | 2025-07-23T09:01:59.867Z | Compiling winnow v0.5.40 |
| 1551 | 2025-07-23T09:02:00.211Z | Compiling rustc-demangle v0.1.24 |
| 1552 | 2025-07-23T09:02:00.259Z | Compiling anyhow v1.0.98 |
| 1553 | 2025-07-23T09:02:00.623Z | Compiling hubpack_derive v0.1.1 |
| 1554 | 2025-07-23T09:02:01.022Z | Compiling strum v0.27.1 |
| 1555 | 2025-07-23T09:02:01.135Z | Compiling zopfli v0.8.1 |
| 1556 | 2025-07-23T09:02:01.292Z | Compiling thiserror v2.0.12 |
| 1557 | 2025-07-23T09:02:01.323Z | Compiling hubpack v0.1.2 |
| 1558 | 2025-07-23T09:02:01.537Z | Compiling clap_builder v4.5.40 |
| 1559 | 2025-07-23T09:02:01.712Z | Compiling elliptic-curve v0.13.8 |
| 1560 | 2025-07-23T09:02:02.445Z | Compiling tower-http v0.6.6 |
| 1561 | 2025-07-23T09:02:02.623Z | Compiling toml_edit v0.19.15 |
| 1562 | 2025-07-23T09:02:03.064Z | Compiling hyper-tls v0.6.0 |
| 1563 | 2025-07-23T09:02:03.117Z | Compiling oxnet v0.1.2 |
| 1564 | 2025-07-23T09:02:03.485Z | Compiling signal-hook-mio v0.2.4 |
| 1565 | 2025-07-23T09:02:03.664Z | Compiling backtrace v0.3.74 |
| 1566 | 2025-07-23T09:02:03.822Z | Compiling zstd v0.13.3 |
| 1567 | 2025-07-23T09:02:04.156Z | Compiling cookie_store v0.21.1 |
| 1568 | 2025-07-23T09:02:04.412Z | Compiling postgres-types v0.2.9 |
| 1569 | 2025-07-23T09:02:05.506Z | Compiling usdt-macro v0.5.0 |
| 1570 | 2025-07-23T09:02:05.776Z | Compiling usdt-attr-macro v0.5.0 |
| 1571 | 2025-07-23T09:02:06.147Z | Compiling phf v0.11.2 |
| 1572 | 2025-07-23T09:02:06.411Z | Compiling ed25519 v2.2.3 |
| 1573 | 2025-07-23T09:02:06.647Z | Compiling bzip2 v0.4.4 |
| 1574 | 2025-07-23T09:02:07.047Z | Compiling bzip2 v0.5.2 |
| 1575 | 2025-07-23T09:02:07.078Z | Compiling strum_macros v0.26.4 |
| 1576 | 2025-07-23T09:02:07.381Z | Compiling pkcs1 v0.7.5 |
| 1577 | 2025-07-23T09:02:07.888Z | Compiling serde-big-array v0.5.1 |
| 1578 | 2025-07-23T09:02:07.935Z | Compiling serde_urlencoded v0.7.1 |
| 1579 | 2025-07-23T09:02:08.110Z | Compiling rfc6979 v0.4.0 |
| 1580 | 2025-07-23T09:02:08.135Z | Compiling bstr v1.10.0 |
| 1581 | 2025-07-23T09:02:08.167Z | Compiling serde_repr v0.1.19 |
| 1582 | 2025-07-23T09:02:08.310Z | Compiling daft-derive v0.1.4 |
| 1583 | 2025-07-23T09:02:08.386Z | Compiling enum-as-inner v0.6.1 |
| 1584 | 2025-07-23T09:02:08.472Z | Compiling clap_derive v4.5.40 |
| 1585 | 2025-07-23T09:02:09.063Z | Compiling float-cmp v0.10.0 |
| 1586 | 2025-07-23T09:02:09.218Z | Compiling encoding_rs v0.8.34 |
| 1587 | 2025-07-23T09:02:09.297Z | Compiling fixedbitset v0.4.2 |
| 1588 | 2025-07-23T09:02:09.434Z | Compiling predicates-core v1.0.8 |
| 1589 | 2025-07-23T09:02:09.578Z | Compiling unicode-segmentation v1.12.0 |
| 1590 | 2025-07-23T09:02:09.686Z | Compiling mime v0.3.17 |
| 1591 | 2025-07-23T09:02:09.729Z | Compiling new_debug_unreachable v1.0.6 |
| 1592 | 2025-07-23T09:02:09.838Z | Compiling whoami v1.5.2 |
| 1593 | 2025-07-23T09:02:10.139Z | Compiling difflib v0.4.0 |
| 1594 | 2025-07-23T09:02:10.324Z | Compiling static_assertions v1.1.0 |
| 1595 | 2025-07-23T09:02:10.392Z | Compiling data-encoding v2.9.0 |
| 1596 | 2025-07-23T09:02:10.436Z | Compiling precomputed-hash v0.1.1 |
| 1597 | 2025-07-23T09:02:10.568Z | Compiling normalize-line-endings v0.3.0 |
| 1598 | 2025-07-23T09:02:10.652Z | Compiling strum v0.26.3 |
| 1599 | 2025-07-23T09:02:10.711Z | Compiling predicates v3.1.3 |
| 1600 | 2025-07-23T09:02:10.866Z | Compiling string_cache v0.8.9 |
| 1601 | 2025-07-23T09:02:11.258Z | Compiling hickory-proto v0.25.2 |
| 1602 | 2025-07-23T09:02:11.283Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1603 | 2025-07-23T09:02:11.820Z | Compiling toml_edit v0.22.27 |
| 1604 | 2025-07-23T09:02:11.845Z | Compiling clap v4.5.40 |
| 1605 | 2025-07-23T09:02:11.924Z | Compiling tokio-postgres v0.7.13 |
| 1606 | 2025-07-23T09:02:11.972Z | Compiling console v0.15.10 |
| 1607 | 2025-07-23T09:02:12.113Z | Compiling similar v2.7.0 |
| 1608 | 2025-07-23T09:02:13.035Z | Compiling daft v0.1.4 |
| 1609 | 2025-07-23T09:02:13.505Z | Compiling petgraph v0.6.5 |
| 1610 | 2025-07-23T09:02:13.787Z | Compiling usdt v0.5.0 |
| 1611 | 2025-07-23T09:02:13.930Z | Compiling ecdsa v0.16.9 |
| 1612 | 2025-07-23T09:02:14.210Z | Compiling rsa v0.9.6 |
| 1613 | 2025-07-23T09:02:14.612Z | Compiling zip v4.2.0 |
| 1614 | 2025-07-23T09:02:16.170Z | Compiling zip v0.6.6 |
| 1615 | 2025-07-23T09:02:16.458Z | Compiling ed25519-dalek v2.1.1 |
| 1616 | 2025-07-23T09:02:16.715Z | Compiling toml v0.7.8 |
| 1617 | 2025-07-23T09:02:17.583Z | Compiling crossterm v0.28.1 |
| 1618 | 2025-07-23T09:02:18.173Z | Compiling crossbeam-epoch v0.9.18 |
| 1619 | 2025-07-23T09:02:18.346Z | Compiling tokio-stream v0.1.17 |
| 1620 | 2025-07-23T09:02:18.549Z | Compiling openapiv3 v2.2.0 |
| 1621 | 2025-07-23T09:02:18.761Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1622 | 2025-07-23T09:02:18.852Z | Compiling x509-cert v0.2.5 |
| 1623 | 2025-07-23T09:02:19.152Z | Compiling sha1 v0.10.6 |
| 1624 | 2025-07-23T09:02:19.224Z | Compiling itertools v0.10.5 |
| 1625 | 2025-07-23T09:02:19.524Z | Compiling itertools v0.13.0 |
| 1626 | 2025-07-23T09:02:20.156Z | Compiling dirs-sys-next v0.1.2 |
| 1627 | 2025-07-23T09:02:20.389Z | Compiling winnow v0.6.26 |
| 1628 | 2025-07-23T09:02:20.660Z | Compiling peg-runtime v0.8.5 |
| 1629 | 2025-07-23T09:02:21.066Z | Compiling lalrpop-util v0.19.12 |
| 1630 | 2025-07-23T09:02:21.171Z | Compiling rustc-hash v2.1.1 |
| 1631 | 2025-07-23T09:02:21.354Z | Compiling dirs-next v2.0.0 |
| 1632 | 2025-07-23T09:02:21.390Z | Compiling thread_local v1.1.8 |
| 1633 | 2025-07-23T09:02:21.417Z | Compiling slog-async v2.8.0 |
| 1634 | 2025-07-23T09:02:21.538Z | Compiling term v0.7.0 |
| 1635 | 2025-07-23T09:02:21.788Z | Compiling crossbeam-channel v0.5.15 |
| 1636 | 2025-07-23T09:02:21.832Z | Compiling xattr v1.3.1 |
| 1637 | 2025-07-23T09:02:21.923Z | Compiling futures-executor v0.3.31 |
| 1638 | 2025-07-23T09:02:22.005Z | Compiling filetime v0.2.25 |
| 1639 | 2025-07-23T09:02:22.084Z | Compiling is-terminal v0.4.13 |
| 1640 | 2025-07-23T09:02:22.225Z | Compiling take_mut v0.2.2 |
| 1641 | 2025-07-23T09:02:22.268Z | Compiling slog-term v2.9.1 |
| 1642 | 2025-07-23T09:02:22.293Z | Compiling tar v0.4.44 |
| 1643 | 2025-07-23T09:02:22.366Z | Compiling futures v0.3.31 |
| 1644 | 2025-07-23T09:02:22.403Z | Compiling camino v1.1.10 |
| 1645 | 2025-07-23T09:02:27.481Z | Compiling aws-lc-sys v0.26.0 |
| 1646 | 2025-07-23T09:02:59.468Z | Compiling rustls-webpki v0.102.8 |
| 1647 | 2025-07-23T09:03:05.094Z | Compiling tokio-rustls v0.26.0 |
| 1648 | 2025-07-23T09:03:05.412Z | Compiling hyper-rustls v0.27.7 |
| 1649 | 2025-07-23T09:03:05.772Z | Compiling reqwest v0.12.22 |
| 1650 | 2025-07-23T09:03:09.846Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1651 | 2025-07-23T09:03:10.221Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1652 | 2025-07-23T09:03:15.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 1653 | 2025-07-23T09:03:15.674Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1654 | 2025-07-23T09:03:15.738Z | Jul 23 09:03:14.866 INFO Starting download, target: Cockroach |
| 1655 | 2025-07-23T09:03:15.738Z | Jul 23 09:03:14.866 INFO Starting download, target: Console |
| 1656 | 2025-07-23T09:03:15.738Z | Jul 23 09:03:14.867 INFO Starting download, target: DendriteStub |
| 1657 | 2025-07-23T09:03:15.738Z | Jul 23 09:03:14.867 INFO Starting download, target: Clickhouse |
| 1658 | 2025-07-23T09:03:15.738Z | Jul 23 09:03:14.867 INFO Starting download, target: MaghemiteMgd |
| 1659 | 2025-07-23T09:03:15.738Z | Jul 23 09:03:14.867 INFO Starting download, target: TransceiverControl |
| 1660 | 2025-07-23T09:03:15.763Z | Jul 23 09:03:14.868 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1661 | 2025-07-23T09:03:15.763Z | Jul 23 09:03:14.868 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1662 | 2025-07-23T09:03:15.763Z | Jul 23 09:03:14.868 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1663 | 2025-07-23T09:03:15.763Z | Jul 23 09:03:14.868 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1664 | 2025-07-23T09:03:15.763Z | Jul 23 09:03:14.869 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1665 | 2025-07-23T09:03:15.763Z | Jul 23 09:03:14.869 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1666 | 2025-07-23T09:03:16.344Z | Jul 23 09:03:15.446 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1667 | 2025-07-23T09:03:16.695Z | Jul 23 09:03:15.813 INFO Download complete, target: Console |
| 1668 | 2025-07-23T09:03:17.915Z | Jul 23 09:03:17.044 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1669 | 2025-07-23T09:03:18.299Z | Jul 23 09:03:17.428 INFO Download complete, target: TransceiverControl |
| 1670 | 2025-07-23T09:03:18.508Z | Jul 23 09:03:17.637 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1671 | 2025-07-23T09:03:22.237Z | Jul 23 09:03:21.360 INFO Download complete, target: DendriteStub |
| 1672 | 2025-07-23T09:03:23.779Z | Jul 23 09:03:22.907 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1673 | 2025-07-23T09:03:25.585Z | Jul 23 09:03:24.715 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1674 | 2025-07-23T09:03:25.585Z | Jul 23 09:03:24.715 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1675 | 2025-07-23T09:03:27.611Z | Jul 23 09:03:26.741 INFO Download complete, target: MaghemiteMgd |
| 1676 | 2025-07-23T09:03:33.082Z | Jul 23 09:03:32.212 INFO Checking that binary works, target: Cockroach |
| 1677 | 2025-07-23T09:03:33.291Z | Jul 23 09:03:32.421 INFO Download complete, target: Cockroach |
| 1678 | 2025-07-23T09:03:37.411Z | Jul 23 09:03:36.542 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1679 | 2025-07-23T09:03:48.372Z | Jul 23 09:03:47.503 INFO Checking that binary works, target: Clickhouse |
| 1680 | 2025-07-23T09:03:48.500Z | Jul 23 09:03:47.631 INFO Download complete, target: Clickhouse |
| 1681 | 2025-07-23T09:03:48.528Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1682 | 2025-07-23T09:03:48.552Z | |
| 1683 | 2025-07-23T09:03:48.552Z | real 5:05.468815415 |
| 1684 | 2025-07-23T09:03:48.552Z | user 14:18.176896645 |
| 1685 | 2025-07-23T09:03:48.553Z | sys 2:27.004404514 |
| 1686 | 2025-07-23T09:03:48.553Z | trap 0.482428382 |
| 1687 | 2025-07-23T09:03:48.553Z | tflt 0.397219466 |
| 1688 | 2025-07-23T09:03:48.553Z | dflt 1.240655960 |
| 1689 | 2025-07-23T09:03:48.553Z | kflt 0.008024688 |
| 1690 | 2025-07-23T09:03:48.553Z | lock 38:00.049484485 |
| 1691 | 2025-07-23T09:03:48.553Z | slp 52:10.666953896 |
| 1692 | 2025-07-23T09:03:48.553Z | lat 1:13.533764876 |
| 1693 | 2025-07-23T09:03:48.553Z | stop 2:37.806747774 |
| 1694 | 2025-07-23T09:03:48.553Z | + banner clippy |
| 1695 | 2025-07-23T09:03:48.553Z | |
| 1696 | 2025-07-23T09:03:48.553Z | #### # # ##### ##### # # |
| 1697 | 2025-07-23T09:03:48.553Z | # # # # # # # # # # |
| 1698 | 2025-07-23T09:03:48.553Z | # # # # # # # # |
| 1699 | 2025-07-23T09:03:48.553Z | # # # ##### ##### # |
| 1700 | 2025-07-23T09:03:48.553Z | # # # # # # # |
| 1701 | 2025-07-23T09:03:48.553Z | #### ###### # # # # |
| 1702 | 2025-07-23T09:03:48.553Z | |
| 1703 | 2025-07-23T09:03:48.553Z | + export CARGO_INCREMENTAL=0 |
| 1704 | 2025-07-23T09:03:48.553Z | + CARGO_INCREMENTAL=0 |
| 1705 | 2025-07-23T09:03:48.553Z | + ptime -m cargo xtask clippy |
| 1706 | 2025-07-23T09:03:49.405Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1707 | 2025-07-23T09:03:49.692Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1708 | 2025-07-23T09:03:53.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
| 1709 | 2025-07-23T09:03:53.394Z | Running `target/debug/xtask clippy` |
| 1710 | 2025-07-23T09:03:53.436Z | running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1711 | 2025-07-23T09:03:54.657Z | Downloading crates ... |
| 1712 | 2025-07-23T09:03:55.117Z | Downloaded fancy-regex v0.14.0 |
| 1713 | 2025-07-23T09:03:55.142Z | Downloaded async-task v4.7.1 |
| 1714 | 2025-07-23T09:03:55.142Z | Downloaded event-listener v2.5.3 |
| 1715 | 2025-07-23T09:03:55.142Z | Downloaded blake2b_simd v1.0.2 |
| 1716 | 2025-07-23T09:03:55.142Z | Downloaded escape8259 v0.5.3 |
| 1717 | 2025-07-23T09:03:55.142Z | Downloaded event-listener-strategy v0.5.2 |
| 1718 | 2025-07-23T09:03:55.143Z | Downloaded nested v0.1.1 |
| 1719 | 2025-07-23T09:03:55.167Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1720 | 2025-07-23T09:03:55.168Z | Downloaded target-triple v0.1.3 |
| 1721 | 2025-07-23T09:03:55.168Z | Downloaded plotters-svg v0.3.7 |
| 1722 | 2025-07-23T09:03:55.168Z | Downloaded criterion-plot v0.5.0 |
| 1723 | 2025-07-23T09:03:55.168Z | Downloaded plotters-backend v0.3.7 |
| 1724 | 2025-07-23T09:03:55.168Z | Downloaded relative-path v1.9.3 |
| 1725 | 2025-07-23T09:03:55.168Z | Downloaded similar-asserts v1.7.0 |
| 1726 | 2025-07-23T09:03:55.168Z | Downloaded tinytemplate v1.2.1 |
| 1727 | 2025-07-23T09:03:55.168Z | Downloaded rust-argon2 v2.1.0 |
| 1728 | 2025-07-23T09:03:55.193Z | Downloaded trybuild v1.0.105 |
| 1729 | 2025-07-23T09:03:55.193Z | Downloaded rstest_macros v0.25.0 |
| 1730 | 2025-07-23T09:03:55.193Z | Downloaded rstest v0.25.0 |
| 1731 | 2025-07-23T09:03:55.218Z | Downloaded guppy v0.17.19 |
| 1732 | 2025-07-23T09:03:55.218Z | Downloaded criterion v0.6.0 |
| 1733 | 2025-07-23T09:03:55.218Z | Downloaded rand_distr v0.4.3 |
| 1734 | 2025-07-23T09:03:55.218Z | Downloaded plotters v0.3.7 |
| 1735 | 2025-07-23T09:03:55.242Z | Downloaded async-std v1.13.0 |
| 1736 | 2025-07-23T09:03:55.266Z | Downloaded polling v3.7.3 |
| 1737 | 2025-07-23T09:03:55.266Z | Downloaded target-spec v3.4.2 |
| 1738 | 2025-07-23T09:03:55.267Z | Downloaded httptest v0.16.3 |
| 1739 | 2025-07-23T09:03:55.267Z | Downloaded event-listener v5.3.1 |
| 1740 | 2025-07-23T09:03:55.267Z | Downloaded cfg-expr v0.18.0 |
| 1741 | 2025-07-23T09:03:55.267Z | Downloaded async-io v2.3.4 |
| 1742 | 2025-07-23T09:03:55.267Z | Downloaded partial-io v0.5.4 |
| 1743 | 2025-07-23T09:03:55.291Z | Downloaded libtest-mimic v0.8.1 |
| 1744 | 2025-07-23T09:03:55.291Z | Downloaded futures-lite v2.3.0 |
| 1745 | 2025-07-23T09:03:55.291Z | Downloaded datatest-stable v0.3.2 |
| 1746 | 2025-07-23T09:03:55.292Z | Downloaded target-lexicon v0.13.2 |
| 1747 | 2025-07-23T09:03:55.292Z | Downloaded stringmetrics v2.2.2 |
| 1748 | 2025-07-23T09:03:55.292Z | Downloaded serde_regex v1.1.0 |
| 1749 | 2025-07-23T09:03:55.292Z | Downloaded piper v0.2.4 |
| 1750 | 2025-07-23T09:03:55.292Z | Downloaded pathdiff v0.2.3 |
| 1751 | 2025-07-23T09:03:55.292Z | Downloaded proc-macro-crate v3.2.0 |
| 1752 | 2025-07-23T09:03:55.292Z | Downloaded path-tree v0.8.1 |
| 1753 | 2025-07-23T09:03:55.292Z | Downloaded kv-log-macro v1.0.7 |
| 1754 | 2025-07-23T09:03:55.292Z | Downloaded oorandom v11.1.4 |
| 1755 | 2025-07-23T09:03:55.317Z | Downloaded concurrent-queue v2.5.0 |
| 1756 | 2025-07-23T09:03:55.318Z | Downloaded parking v2.2.1 |
| 1757 | 2025-07-23T09:03:55.318Z | Downloaded futures-timer v3.0.3 |
| 1758 | 2025-07-23T09:03:55.318Z | Downloaded async-global-executor v2.4.1 |
| 1759 | 2025-07-23T09:03:55.318Z | Downloaded async-lock v3.4.0 |
| 1760 | 2025-07-23T09:03:55.318Z | Downloaded cast v0.3.0 |
| 1761 | 2025-07-23T09:03:55.318Z | Downloaded async-attributes v1.1.2 |
| 1762 | 2025-07-23T09:03:55.318Z | Downloaded doc-comment v0.3.3 |
| 1763 | 2025-07-23T09:03:55.318Z | Downloaded blocking v1.6.1 |
| 1764 | 2025-07-23T09:03:55.318Z | Downloaded async-signal v0.2.10 |
| 1765 | 2025-07-23T09:03:55.318Z | Downloaded async-process v2.3.0 |
| 1766 | 2025-07-23T09:03:55.318Z | Downloaded async-channel v2.3.1 |
| 1767 | 2025-07-23T09:03:55.342Z | Downloaded async-channel v1.9.0 |
| 1768 | 2025-07-23T09:03:55.342Z | Downloaded assert-json-diff v2.0.2 |
| 1769 | 2025-07-23T09:03:55.342Z | Downloaded petgraph v0.7.1 |
| 1770 | 2025-07-23T09:03:55.342Z | Downloaded approx v0.5.1 |
| 1771 | 2025-07-23T09:03:55.342Z | Downloaded async-object-pool v0.1.5 |
| 1772 | 2025-07-23T09:03:55.367Z | Downloaded async-executor v1.13.1 |
| 1773 | 2025-07-23T09:03:55.367Z | Downloaded assert_cmd v2.0.17 |
| 1774 | 2025-07-23T09:03:55.367Z | Downloaded anes v0.1.6 |
| 1775 | 2025-07-23T09:03:55.367Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1776 | 2025-07-23T09:03:58.032Z | Checking cfg-if v1.0.1 |
| 1777 | 2025-07-23T09:03:58.122Z | Checking libc v0.2.174 |
| 1778 | 2025-07-23T09:03:58.177Z | Checking serde v1.0.219 |
| 1779 | 2025-07-23T09:03:58.234Z | Checking memchr v2.7.4 |
| 1780 | 2025-07-23T09:03:58.292Z | Checking smallvec v1.15.0 |
| 1781 | 2025-07-23T09:03:58.342Z | Checking value-bag v1.9.0 |
| 1782 | 2025-07-23T09:03:58.402Z | Checking itoa v1.0.11 |
| 1783 | 2025-07-23T09:03:58.448Z | Checking scopeguard v1.2.0 |
| 1784 | 2025-07-23T09:03:58.505Z | Checking zeroize v1.8.1 |
| 1785 | 2025-07-23T09:03:58.658Z | Checking lock_api v0.4.12 |
| 1786 | 2025-07-23T09:03:58.707Z | Checking libm v0.2.8 |
| 1787 | 2025-07-23T09:03:58.731Z | Checking pin-project-lite v0.2.14 |
| 1788 | 2025-07-23T09:03:58.805Z | Checking log v0.4.27 |
| 1789 | 2025-07-23T09:03:58.858Z | Checking stable_deref_trait v1.2.0 |
| 1790 | 2025-07-23T09:03:58.934Z | Checking ryu v1.0.18 |
| 1791 | 2025-07-23T09:03:59.018Z | Checking zerofrom v0.1.4 |
| 1792 | 2025-07-23T09:03:59.068Z | Checking portable-atomic v1.11.0 |
| 1793 | 2025-07-23T09:03:59.093Z | Checking critical-section v1.1.3 |
| 1794 | 2025-07-23T09:03:59.172Z | Checking getrandom v0.2.15 |
| 1795 | 2025-07-23T09:03:59.224Z | Checking parking_lot_core v0.9.10 |
| 1796 | 2025-07-23T09:03:59.273Z | Checking yoke v0.7.4 |
| 1797 | 2025-07-23T09:03:59.324Z | Checking subtle v2.6.1 |
| 1798 | 2025-07-23T09:03:59.349Z | Checking percent-encoding v2.3.1 |
| 1799 | 2025-07-23T09:03:59.440Z | Checking rand_core v0.6.4 |
| 1800 | 2025-07-23T09:03:59.500Z | Checking num-traits v0.2.19 |
| 1801 | 2025-07-23T09:03:59.578Z | Checking byteorder v1.5.0 |
| 1802 | 2025-07-23T09:03:59.631Z | Checking litemap v0.7.3 |
| 1803 | 2025-07-23T09:03:59.655Z | Checking zerovec v0.10.4 |
| 1804 | 2025-07-23T09:03:59.655Z | Checking writeable v0.5.5 |
| 1805 | 2025-07-23T09:03:59.775Z | Checking parking_lot v0.12.3 |
| 1806 | 2025-07-23T09:03:59.967Z | Checking once_cell v1.21.3 |
| 1807 | 2025-07-23T09:04:00.018Z | Checking signal-hook-registry v1.4.2 |
| 1808 | 2025-07-23T09:04:00.061Z | Checking icu_locid_transform_data v1.5.0 |
| 1809 | 2025-07-23T09:04:00.107Z | Checking icu_properties_data v1.5.0 |
| 1810 | 2025-07-23T09:04:00.160Z | Checking getrandom v0.3.1 |
| 1811 | 2025-07-23T09:04:00.254Z | Checking icu_normalizer_data v1.5.0 |
| 1812 | 2025-07-23T09:04:00.333Z | Checking utf8_iter v1.0.4 |
| 1813 | 2025-07-23T09:04:00.383Z | Checking write16 v1.0.0 |
| 1814 | 2025-07-23T09:04:00.435Z | Checking utf16_iter v1.0.5 |
| 1815 | 2025-07-23T09:04:00.491Z | Checking form_urlencoded v1.2.1 |
| 1816 | 2025-07-23T09:04:00.491Z | Checking mio v1.0.2 |
| 1817 | 2025-07-23T09:04:00.585Z | Checking futures-core v0.3.31 |
| 1818 | 2025-07-23T09:04:00.610Z | Checking typenum v1.17.0 |
| 1819 | 2025-07-23T09:04:00.683Z | Checking socket2 v0.5.10 |
| 1820 | 2025-07-23T09:04:00.788Z | Checking foldhash v0.1.5 |
| 1821 | 2025-07-23T09:04:00.813Z | Checking allocator-api2 v0.2.21 |
| 1822 | 2025-07-23T09:04:00.878Z | Checking equivalent v1.0.2 |
| 1823 | 2025-07-23T09:04:01.045Z | Checking thiserror v1.0.69 |
| 1824 | 2025-07-23T09:04:01.097Z | Checking zerocopy v0.7.35 |
| 1825 | 2025-07-23T09:04:01.147Z | Checking tinystr v0.7.6 |
| 1826 | 2025-07-23T09:04:01.147Z | Checking icu_collections v1.5.0 |
| 1827 | 2025-07-23T09:04:01.244Z | Checking slab v0.4.9 |
| 1828 | 2025-07-23T09:04:01.270Z | Checking iana-time-zone v0.1.63 |
| 1829 | 2025-07-23T09:04:01.395Z | Checking hashbrown v0.15.4 |
| 1830 | 2025-07-23T09:04:01.468Z | Checking generic-array v0.14.7 |
| 1831 | 2025-07-23T09:04:01.517Z | Checking futures-io v0.3.31 |
| 1832 | 2025-07-23T09:04:01.568Z | Checking icu_locid v1.5.0 |
| 1833 | 2025-07-23T09:04:01.630Z | Checking const-oid v0.9.6 |
| 1834 | 2025-07-23T09:04:01.741Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1835 | 2025-07-23T09:04:01.791Z | Checking futures-sink v0.3.31 |
| 1836 | 2025-07-23T09:04:01.892Z | Checking bytes v1.10.1 |
| 1837 | 2025-07-23T09:04:01.985Z | Checking bitflags v2.9.1 |
| 1838 | 2025-07-23T09:04:02.062Z | Checking serde_json v1.0.140 |
| 1839 | 2025-07-23T09:04:02.141Z | Checking chrono v0.4.41 |
| 1840 | 2025-07-23T09:04:02.295Z | Checking uuid v1.17.0 |
| 1841 | 2025-07-23T09:04:02.414Z | Checking semver v1.0.26 |
| 1842 | 2025-07-23T09:04:02.470Z | Checking icu_provider v1.5.0 |
| 1843 | 2025-07-23T09:04:02.494Z | Checking crypto-common v0.1.6 |
| 1844 | 2025-07-23T09:04:02.775Z | Checking block-buffer v0.10.4 |
| 1845 | 2025-07-23T09:04:02.819Z | Checking tokio v1.45.1 |
| 1846 | 2025-07-23T09:04:02.859Z | Checking errno v0.3.12 |
| 1847 | 2025-07-23T09:04:02.916Z | Checking indexmap v2.10.0 |
| 1848 | 2025-07-23T09:04:03.051Z | Checking fnv v1.0.7 |
| 1849 | 2025-07-23T09:04:03.098Z | Checking icu_locid_transform v1.5.0 |
| 1850 | 2025-07-23T09:04:03.150Z | Checking pin-utils v0.1.0 |
| 1851 | 2025-07-23T09:04:03.151Z | Checking digest v0.10.7 |
| 1852 | 2025-07-23T09:04:03.250Z | Checking cpufeatures v0.2.14 |
| 1853 | 2025-07-23T09:04:03.305Z | Checking dyn-clone v1.0.19 |
| 1854 | 2025-07-23T09:04:03.399Z | Checking futures-channel v0.3.31 |
| 1855 | 2025-07-23T09:04:03.458Z | Checking futures-task v0.3.31 |
| 1856 | 2025-07-23T09:04:03.506Z | Checking ppv-lite86 v0.2.20 |
| 1857 | 2025-07-23T09:04:03.587Z | Checking tracing-core v0.1.32 |
| 1858 | 2025-07-23T09:04:03.717Z | Checking rustix v0.38.37 |
| 1859 | 2025-07-23T09:04:03.766Z | Checking futures-util v0.3.31 |
| 1860 | 2025-07-23T09:04:03.818Z | Checking http v1.3.1 |
| 1861 | 2025-07-23T09:04:03.993Z | Checking icu_properties v1.5.1 |
| 1862 | 2025-07-23T09:04:04.041Z | Checking regex-syntax v0.8.5 |
| 1863 | 2025-07-23T09:04:04.167Z | Checking crossbeam-utils v0.8.21 |
| 1864 | 2025-07-23T09:04:04.213Z | Checking tracing v0.1.40 |
| 1865 | 2025-07-23T09:04:04.558Z | Checking thiserror v2.0.12 |
| 1866 | 2025-07-23T09:04:04.734Z | Checking unicode-ident v1.0.18 |
| 1867 | 2025-07-23T09:04:04.814Z | Checking block-padding v0.3.3 |
| 1868 | 2025-07-23T09:04:04.931Z | Checking aho-corasick v1.1.3 |
| 1869 | 2025-07-23T09:04:04.972Z | Checking proc-macro2 v1.0.95 |
| 1870 | 2025-07-23T09:04:05.050Z | Checking inout v0.1.3 |
| 1871 | 2025-07-23T09:04:05.306Z | Checking cipher v0.4.4 |
| 1872 | 2025-07-23T09:04:05.625Z | Checking quote v1.0.40 |
| 1873 | 2025-07-23T09:04:05.740Z | Checking base64 v0.22.1 |
| 1874 | 2025-07-23T09:04:05.996Z | Checking syn v2.0.104 |
| 1875 | 2025-07-23T09:04:06.223Z | Checking ipnet v2.11.0 |
| 1876 | 2025-07-23T09:04:06.357Z | Checking spin v0.9.8 |
| 1877 | 2025-07-23T09:04:06.463Z | Checking atomic-waker v1.1.2 |
| 1878 | 2025-07-23T09:04:06.687Z | Checking powerfmt v0.2.0 |
| 1879 | 2025-07-23T09:04:06.741Z | Checking regex-automata v0.4.8 |
| 1880 | 2025-07-23T09:04:06.802Z | Checking adler2 v2.0.0 |
| 1881 | 2025-07-23T09:04:06.827Z | Checking base64ct v1.6.0 |
| 1882 | 2025-07-23T09:04:06.914Z | Checking icu_normalizer v1.5.0 |
| 1883 | 2025-07-23T09:04:07.034Z | Checking deranged v0.3.11 |
| 1884 | 2025-07-23T09:04:07.079Z | Checking miniz_oxide v0.8.5 |
| 1885 | 2025-07-23T09:04:07.366Z | Checking num-conv v0.1.0 |
| 1886 | 2025-07-23T09:04:07.634Z | Checking time-core v0.1.2 |
| 1887 | 2025-07-23T09:04:07.697Z | Checking idna_adapter v1.2.0 |
| 1888 | 2025-07-23T09:04:07.751Z | Checking num_threads v0.1.7 |
| 1889 | 2025-07-23T09:04:07.808Z | Checking untrusted v0.9.0 |
| 1890 | 2025-07-23T09:04:07.880Z | Checking rand_chacha v0.3.1 |
| 1891 | 2025-07-23T09:04:07.924Z | Checking hmac v0.12.1 |
| 1892 | 2025-07-23T09:04:07.986Z | Checking idna v1.0.3 |
| 1893 | 2025-07-23T09:04:08.048Z | Checking ring v0.17.14 |
| 1894 | 2025-07-23T09:04:08.199Z | Checking sha2 v0.10.9 |
| 1895 | 2025-07-23T09:04:08.247Z | Checking time v0.3.36 |
| 1896 | 2025-07-23T09:04:08.301Z | Checking httparse v1.9.5 |
| 1897 | 2025-07-23T09:04:08.525Z | Checking url v2.5.4 |
| 1898 | 2025-07-23T09:04:08.720Z | Checking rand v0.8.5 |
| 1899 | 2025-07-23T09:04:08.772Z | Checking rustls-pki-types v1.10.0 |
| 1900 | 2025-07-23T09:04:08.832Z | Checking tokio-util v0.7.15 |
| 1901 | 2025-07-23T09:04:09.285Z | Checking schemars v0.8.22 |
| 1902 | 2025-07-23T09:04:09.311Z | Checking http-body v1.0.1 |
| 1903 | 2025-07-23T09:04:09.560Z | Checking utf8parse v0.2.2 |
| 1904 | 2025-07-23T09:04:09.736Z | Checking pem-rfc7468 v0.7.0 |
| 1905 | 2025-07-23T09:04:09.789Z | Checking aws-lc-sys v0.26.0 |
| 1906 | 2025-07-23T09:04:09.789Z | Checking try-lock v0.2.5 |
| 1907 | 2025-07-23T09:04:09.968Z | Checking httpdate v1.0.3 |
| 1908 | 2025-07-23T09:04:10.039Z | Checking untrusted v0.7.1 |
| 1909 | 2025-07-23T09:04:10.087Z | Checking want v0.3.1 |
| 1910 | 2025-07-23T09:04:10.258Z | Checking h2 v0.4.6 |
| 1911 | 2025-07-23T09:04:10.301Z | Checking zerocopy v0.8.26 |
| 1912 | 2025-07-23T09:04:10.302Z | Checking gimli v0.31.1 |
| 1913 | 2025-07-23T09:04:10.405Z | Checking tower-service v0.3.3 |
| 1914 | 2025-07-23T09:04:10.569Z | Checking object v0.36.5 |
| 1915 | 2025-07-23T09:04:10.619Z | Checking flagset v0.4.6 |
| 1916 | 2025-07-23T09:04:10.671Z | Checking anstyle v1.0.11 |
| 1917 | 2025-07-23T09:04:10.871Z | Checking rustc-demangle v0.1.24 |
| 1918 | 2025-07-23T09:04:11.004Z | Checking der v0.7.9 |
| 1919 | 2025-07-23T09:04:11.048Z | Checking pbkdf2 v0.12.2 |
| 1920 | 2025-07-23T09:04:11.248Z | Checking lazy_static v1.5.0 |
| 1921 | 2025-07-23T09:04:11.301Z | Checking aes v0.8.4 |
| 1922 | 2025-07-23T09:04:11.420Z | Checking mime v0.3.17 |
| 1923 | 2025-07-23T09:04:11.685Z | Checking aws-lc-rs v1.12.4 |
| 1924 | 2025-07-23T09:04:11.742Z | Checking regex v1.11.1 |
| 1925 | 2025-07-23T09:04:12.080Z | Checking anstyle-parse v0.2.5 |
| 1926 | 2025-07-23T09:04:12.296Z | Checking salsa20 v0.10.2 |
| 1927 | 2025-07-23T09:04:12.368Z | Checking cbc v0.1.2 |
| 1928 | 2025-07-23T09:04:12.493Z | Checking spki v0.7.3 |
| 1929 | 2025-07-23T09:04:12.544Z | Checking slog v2.7.0 |
| 1930 | 2025-07-23T09:04:12.602Z | Checking foreign-types-shared v0.1.1 |
| 1931 | 2025-07-23T09:04:12.768Z | Checking colorchoice v1.0.2 |
| 1932 | 2025-07-23T09:04:12.812Z | Checking openssl-probe v0.1.5 |
| 1933 | 2025-07-23T09:04:12.935Z | Checking anstyle-query v1.1.1 |
| 1934 | 2025-07-23T09:04:12.982Z | Checking is_terminal_polyfill v1.70.1 |
| 1935 | 2025-07-23T09:04:13.032Z | Checking foreign-types v0.3.2 |
| 1936 | 2025-07-23T09:04:13.058Z | Checking scrypt v0.11.0 |
| 1937 | 2025-07-23T09:04:13.121Z | Checking http-body-util v0.1.3 |
| 1938 | 2025-07-23T09:04:13.183Z | Checking anstream v0.6.18 |
| 1939 | 2025-07-23T09:04:13.208Z | Checking rustls-webpki v0.102.8 |
| 1940 | 2025-07-23T09:04:13.287Z | Checking terminal_size v0.4.0 |
| 1941 | 2025-07-23T09:04:13.313Z | Checking openssl-sys v0.9.109 |
| 1942 | 2025-07-23T09:04:13.398Z | Checking addr2line v0.24.2 |
| 1943 | 2025-07-23T09:04:13.515Z | Checking pkcs5 v0.7.1 |
| 1944 | 2025-07-23T09:04:13.559Z | Checking toml_datetime v0.6.11 |
| 1945 | 2025-07-23T09:04:13.617Z | Checking serde_spanned v0.6.9 |
| 1946 | 2025-07-23T09:04:13.860Z | Checking clap_lex v0.7.4 |
| 1947 | 2025-07-23T09:04:13.913Z | Checking strsim v0.11.1 |
| 1948 | 2025-07-23T09:04:13.942Z | Checking rustls v0.23.19 |
| 1949 | 2025-07-23T09:04:13.942Z | Checking serde_urlencoded v0.7.1 |
| 1950 | 2025-07-23T09:04:14.053Z | Checking pkcs8 v0.10.2 |
| 1951 | 2025-07-23T09:04:14.148Z | Checking encoding_rs v0.8.34 |
| 1952 | 2025-07-23T09:04:14.219Z | Checking clap_builder v4.5.40 |
| 1953 | 2025-07-23T09:04:14.340Z | Checking openssl v0.10.73 |
| 1954 | 2025-07-23T09:04:14.398Z | Checking either v1.15.0 |
| 1955 | 2025-07-23T09:04:14.445Z | Checking sync_wrapper v1.0.1 |
| 1956 | 2025-07-23T09:04:14.653Z | Checking psl-types v2.0.11 |
| 1957 | 2025-07-23T09:04:14.769Z | Checking tower-layer v0.3.3 |
| 1958 | 2025-07-23T09:04:14.879Z | Checking publicsuffix v2.3.0 |
| 1959 | 2025-07-23T09:04:15.051Z | Checking tower v0.5.2 |
| 1960 | 2025-07-23T09:04:15.178Z | Checking rustls-native-certs v0.8.1 |
| 1961 | 2025-07-23T09:04:15.272Z | Checking hyper v1.6.0 |
| 1962 | 2025-07-23T09:04:15.411Z | Checking cookie v0.18.1 |
| 1963 | 2025-07-23T09:04:15.612Z | Checking backtrace v0.3.74 |
| 1964 | 2025-07-23T09:04:15.709Z | Checking webpki-roots v1.0.1 |
| 1965 | 2025-07-23T09:04:15.841Z | Checking iri-string v0.7.8 |
| 1966 | 2025-07-23T09:04:15.930Z | Checking cookie_store v0.21.1 |
| 1967 | 2025-07-23T09:04:15.975Z | Checking ipnetwork v0.21.1 |
| 1968 | 2025-07-23T09:04:16.147Z | Checking anyhow v1.0.98 |
| 1969 | 2025-07-23T09:04:16.367Z | Checking data-encoding v2.9.0 |
| 1970 | 2025-07-23T09:04:16.510Z | Checking unicode-width v0.2.0 |
| 1971 | 2025-07-23T09:04:16.569Z | Checking rand_core v0.9.2 |
| 1972 | 2025-07-23T09:04:16.702Z | Checking clap v4.5.40 |
| 1973 | 2025-07-23T09:04:16.854Z | Checking tinyvec_macros v0.1.1 |
| 1974 | 2025-07-23T09:04:16.909Z | Checking openapiv3 v2.2.0 |
| 1975 | 2025-07-23T09:04:16.933Z | Checking hyper-util v0.1.14 |
| 1976 | 2025-07-23T09:04:17.012Z | Checking signature v2.2.0 |
| 1977 | 2025-07-23T09:04:17.038Z | Checking tinyvec v1.8.0 |
| 1978 | 2025-07-23T09:04:17.038Z | Checking scroll v0.12.0 |
| 1979 | 2025-07-23T09:04:17.355Z | Checking plain v0.2.3 |
| 1980 | 2025-07-23T09:04:17.463Z | Checking ucd-trie v0.1.7 |
| 1981 | 2025-07-23T09:04:17.540Z | Checking goblin v0.8.2 |
| 1982 | 2025-07-23T09:04:17.697Z | Checking pest v2.7.14 |
| 1983 | 2025-07-23T09:04:17.920Z | Checking tower-http v0.6.6 |
| 1984 | 2025-07-23T09:04:18.148Z | Checking tokio-rustls v0.26.0 |
| 1985 | 2025-07-23T09:04:18.200Z | Checking rand_chacha v0.9.0 |
| 1986 | 2025-07-23T09:04:18.437Z | Checking pretty-hex v0.4.1 |
| 1987 | 2025-07-23T09:04:18.566Z | Checking thread-id v4.2.2 |
| 1988 | 2025-07-23T09:04:18.616Z | Checking rand v0.9.1 |
| 1989 | 2025-07-23T09:04:18.641Z | Checking native-tls v0.2.12 |
| 1990 | 2025-07-23T09:04:18.719Z | Checking winnow v0.7.10 |
| 1991 | 2025-07-23T09:04:18.776Z | Checking toml_write v0.1.2 |
| 1992 | 2025-07-23T09:04:19.007Z | Checking tokio-native-tls v0.3.1 |
| 1993 | 2025-07-23T09:04:19.112Z | Checking sha1 v0.10.6 |
| 1994 | 2025-07-23T09:04:19.159Z | Checking hyper-rustls v0.27.7 |
| 1995 | 2025-07-23T09:04:19.294Z | Checking hyper-tls v0.6.0 |
| 1996 | 2025-07-23T09:04:19.422Z | Checking num-integer v0.1.46 |
| 1997 | 2025-07-23T09:04:19.479Z | Checking memmap v0.7.0 |
| 1998 | 2025-07-23T09:04:19.535Z | Checking crc32fast v1.4.2 |
| 1999 | 2025-07-23T09:04:19.588Z | Checking static_assertions v1.1.0 |
| 2000 | 2025-07-23T09:04:19.613Z | Checking reqwest v0.12.22 |
| 2001 | 2025-07-23T09:04:19.721Z | Checking bstr v1.10.0 |
| 2002 | 2025-07-23T09:04:19.765Z | Checking crossbeam-epoch v0.9.18 |
| 2003 | 2025-07-23T09:04:19.790Z | Checking dtrace-parser v0.2.0 |
| 2004 | 2025-07-23T09:04:19.858Z | Checking base16ct v0.2.0 |
| 2005 | 2025-07-23T09:04:19.913Z | Checking oxnet v0.1.2 |
| 2006 | 2025-07-23T09:04:20.104Z | Checking sec1 v0.7.3 |
| 2007 | 2025-07-23T09:04:20.240Z | Checking ff v0.13.0 |
| 2008 | 2025-07-23T09:04:20.286Z | Checking zlib-rs v0.5.1 |
| 2009 | 2025-07-23T09:04:20.335Z | Checking num-iter v0.1.45 |
| 2010 | 2025-07-23T09:04:20.484Z | Checking hkdf v0.12.4 |
| 2011 | 2025-07-23T09:04:20.532Z | Checking group v0.13.0 |
| 2012 | 2025-07-23T09:04:20.557Z | Checking crypto-bigint v0.5.5 |
| 2013 | 2025-07-23T09:04:20.628Z | Checking hubpack v0.1.2 |
| 2014 | 2025-07-23T09:04:20.743Z | Checking unicode-segmentation v1.12.0 |
| 2015 | 2025-07-23T09:04:20.806Z | Checking bitflags v1.3.2 |
| 2016 | 2025-07-23T09:04:20.941Z | Checking strum v0.26.3 |
| 2017 | 2025-07-23T09:04:20.988Z | Checking winnow v0.5.40 |
| 2018 | 2025-07-23T09:04:21.081Z | Checking toml_edit v0.22.27 |
| 2019 | 2025-07-23T09:04:21.150Z | Checking num-bigint-dig v0.8.4 |
| 2020 | 2025-07-23T09:04:21.198Z | Checking pkcs1 v0.7.5 |
| 2021 | 2025-07-23T09:04:21.330Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2022 | 2025-07-23T09:04:21.489Z | Checking unicode-normalization v0.1.24 |
| 2023 | 2025-07-23T09:04:21.552Z | Checking dof v0.3.0 |
| 2024 | 2025-07-23T09:04:21.601Z | Checking itertools v0.13.0 |
| 2025 | 2025-07-23T09:04:21.875Z | Checking libz-rs-sys v0.5.1 |
| 2026 | 2025-07-23T09:04:22.095Z | Checking flate2 v1.1.2 |
| 2027 | 2025-07-23T09:04:22.138Z | Checking usdt-impl v0.5.0 |
| 2028 | 2025-07-23T09:04:22.219Z | Checking newtype-uuid v1.2.4 |
| 2029 | 2025-07-23T09:04:22.510Z | Checking rfc6979 v0.4.0 |
| 2030 | 2025-07-23T09:04:22.633Z | Checking usdt v0.5.0 |
| 2031 | 2025-07-23T09:04:22.691Z | Checking managed v0.8.0 |
| 2032 | 2025-07-23T09:04:22.738Z | Checking daft v0.1.4 |
| 2033 | 2025-07-23T09:04:22.833Z | Checking rsa v0.9.6 |
| 2034 | 2025-07-23T09:04:22.897Z | Checking elliptic-curve v0.13.8 |
| 2035 | 2025-07-23T09:04:22.951Z | Checking x509-cert v0.2.5 |
| 2036 | 2025-07-23T09:04:23.076Z | Checking curve25519-dalek v4.1.3 |
| 2037 | 2025-07-23T09:04:23.193Z | Checking ahash v0.8.11 |
| 2038 | 2025-07-23T09:04:23.278Z | Checking toml_edit v0.19.15 |
| 2039 | 2025-07-23T09:04:23.330Z | Checking memoffset v0.9.1 |
| 2040 | 2025-07-23T09:04:23.478Z | Checking ecdsa v0.16.9 |
| 2041 | 2025-07-23T09:04:23.520Z | Checking signal-hook v0.3.17 |
| 2042 | 2025-07-23T09:04:23.644Z | Checking ed25519 v2.2.3 |
| 2043 | 2025-07-23T09:04:23.690Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2044 | 2025-07-23T09:04:23.776Z | Checking bzip2 v0.4.4 |
| 2045 | 2025-07-23T09:04:23.882Z | Checking signal-hook-mio v0.2.4 |
| 2046 | 2025-07-23T09:04:23.932Z | Checking zstd-safe v7.2.3 |
| 2047 | 2025-07-23T09:04:23.985Z | Checking console v0.15.10 |
| 2048 | 2025-07-23T09:04:24.078Z | Checking bumpalo v3.16.0 |
| 2049 | 2025-07-23T09:04:24.127Z | Checking simd-adler32 v0.3.7 |
| 2050 | 2025-07-23T09:04:24.152Z | Checking unicode-xid v0.2.6 |
| 2051 | 2025-07-23T09:04:24.266Z | Checking siphasher v0.3.11 |
| 2052 | 2025-07-23T09:04:24.310Z | Checking lockfree-object-pool v0.1.6 |
| 2053 | 2025-07-23T09:04:24.418Z | Checking zstd v0.13.3 |
| 2054 | 2025-07-23T09:04:24.443Z | Checking zip v0.6.6 |
| 2055 | 2025-07-23T09:04:24.505Z | Checking crossterm v0.28.1 |
| 2056 | 2025-07-23T09:04:24.530Z | Checking bzip2 v0.5.2 |
| 2057 | 2025-07-23T09:04:24.599Z | Checking phf_shared v0.11.2 |
| 2058 | 2025-07-23T09:04:24.624Z | Checking ed25519-dalek v2.1.1 |
| 2059 | 2025-07-23T09:04:24.624Z | Checking zopfli v0.8.1 |
| 2060 | 2025-07-23T09:04:24.748Z | Checking itertools v0.10.5 |
| 2061 | 2025-07-23T09:04:24.865Z | Checking hash32 v0.2.1 |
| 2062 | 2025-07-23T09:04:24.912Z | Checking winnow v0.6.26 |
| 2063 | 2025-07-23T09:04:25.050Z | Checking unicode-properties v0.1.3 |
| 2064 | 2025-07-23T09:04:25.118Z | Checking unicode-bidi v0.3.17 |
| 2065 | 2025-07-23T09:04:25.180Z | Checking predicates-core v1.0.8 |
| 2066 | 2025-07-23T09:04:25.363Z | Checking zip v4.2.0 |
| 2067 | 2025-07-23T09:04:25.410Z | Checking toml v0.7.8 |
| 2068 | 2025-07-23T09:04:25.435Z | Checking heapless v0.7.17 |
| 2069 | 2025-07-23T09:04:25.511Z | Checking nix v0.29.0 |
| 2070 | 2025-07-23T09:04:25.712Z | Checking stringprep v0.1.5 |
| 2071 | 2025-07-23T09:04:25.952Z | Checking similar v2.7.0 |
| 2072 | 2025-07-23T09:04:26.005Z | Checking hickory-proto v0.25.2 |
| 2073 | 2025-07-23T09:04:26.061Z | Checking tokio-stream v0.1.17 |
| 2074 | 2025-07-23T09:04:26.290Z | Checking md-5 v0.10.6 |
| 2075 | 2025-07-23T09:04:26.423Z | Checking float-cmp v0.10.0 |
| 2076 | 2025-07-23T09:04:26.541Z | Checking fallible-iterator v0.2.0 |
| 2077 | 2025-07-23T09:04:26.588Z | Checking normalize-line-endings v0.3.0 |
| 2078 | 2025-07-23T09:04:26.656Z | Checking difflib v0.4.0 |
| 2079 | 2025-07-23T09:04:26.710Z | Checking smoltcp v0.9.1 |
| 2080 | 2025-07-23T09:04:26.735Z | Checking buf-list v1.0.3 |
| 2081 | 2025-07-23T09:04:26.812Z | Checking fs-err v3.1.1 |
| 2082 | 2025-07-23T09:04:26.836Z | Checking serde-big-array v0.5.1 |
| 2083 | 2025-07-23T09:04:26.999Z | Checking predicates v3.1.3 |
| 2084 | 2025-07-23T09:04:27.047Z | Checking strum v0.27.1 |
| 2085 | 2025-07-23T09:04:27.100Z | Checking postgres-protocol v0.6.8 |
| 2086 | 2025-07-23T09:04:27.153Z | Checking fixedbitset v0.4.2 |
| 2087 | 2025-07-23T09:04:27.153Z | Checking precomputed-hash v0.1.1 |
| 2088 | 2025-07-23T09:04:27.264Z | Checking lalrpop-util v0.19.12 |
| 2089 | 2025-07-23T09:04:27.378Z | Checking new_debug_unreachable v1.0.6 |
| 2090 | 2025-07-23T09:04:27.423Z | Checking phf v0.11.2 |
| 2091 | 2025-07-23T09:04:27.462Z | Checking petgraph v0.6.5 |
| 2092 | 2025-07-23T09:04:27.518Z | Checking string_cache v0.8.9 |
| 2093 | 2025-07-23T09:04:27.577Z | Checking itertools v0.12.1 |
| 2094 | 2025-07-23T09:04:27.625Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2095 | 2025-07-23T09:04:27.712Z | Checking rustc-hash v2.1.1 |
| 2096 | 2025-07-23T09:04:27.762Z | Checking postgres-types v0.2.9 |
| 2097 | 2025-07-23T09:04:27.842Z | Checking minimal-lexical v0.2.1 |
| 2098 | 2025-07-23T09:04:27.931Z | Checking whoami v1.5.2 |
| 2099 | 2025-07-23T09:04:27.979Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2100 | 2025-07-23T09:04:28.031Z | Checking peg-runtime v0.8.5 |
| 2101 | 2025-07-23T09:04:28.216Z | Checking nom v7.1.3 |
| 2102 | 2025-07-23T09:04:28.319Z | Compiling regress v0.10.3 |
| 2103 | 2025-07-23T09:04:28.370Z | Checking tokio-postgres v0.7.13 |
| 2104 | 2025-07-23T09:04:28.440Z | Checking camino v1.1.10 |
| 2105 | 2025-07-23T09:04:28.923Z | Compiling ident_case v1.0.1 |
| 2106 | 2025-07-23T09:04:29.126Z | Checking fastrand v2.1.1 |
| 2107 | 2025-07-23T09:04:29.437Z | Checking futures-executor v0.3.31 |
| 2108 | 2025-07-23T09:04:29.642Z | Compiling unsafe-libyaml v0.2.11 |
| 2109 | 2025-07-23T09:04:29.691Z | Checking futures v0.3.31 |
| 2110 | 2025-07-23T09:04:29.851Z | Checking heck v0.5.0 |
| 2111 | 2025-07-23T09:04:30.070Z | Compiling darling_core v0.20.10 |
| 2112 | 2025-07-23T09:04:30.317Z | Checking rustix v1.0.7 |
| 2113 | 2025-07-23T09:04:30.653Z | Checking crossbeam-channel v0.5.15 |
| 2114 | 2025-07-23T09:04:31.045Z | Compiling serde_yaml v0.9.34+deprecated |
| 2115 | 2025-07-23T09:04:31.294Z | Checking is-terminal v0.4.13 |
| 2116 | 2025-07-23T09:04:31.462Z | Compiling structmeta-derive v0.3.0 |
| 2117 | 2025-07-23T09:04:31.511Z | Checking toml v0.8.23 |
| 2118 | 2025-07-23T09:04:31.676Z | Checking tempfile v3.20.0 |
| 2119 | 2025-07-23T09:04:31.824Z | Checking dirs-sys-next v0.1.2 |
| 2120 | 2025-07-23T09:04:32.038Z | Checking dirs-next v2.0.0 |
| 2121 | 2025-07-23T09:04:32.080Z | Checking thread_local v1.1.8 |
| 2122 | 2025-07-23T09:04:32.198Z | Checking take_mut v0.2.2 |
| 2123 | 2025-07-23T09:04:32.243Z | Checking term v0.7.0 |
| 2124 | 2025-07-23T09:04:32.395Z | Compiling rustls v0.22.4 |
| 2125 | 2025-07-23T09:04:32.438Z | Checking slog-async v2.8.0 |
| 2126 | 2025-07-23T09:04:32.493Z | Checking quick-error v1.2.3 |
| 2127 | 2025-07-23T09:04:32.697Z | Compiling multer v3.1.0 |
| 2128 | 2025-07-23T09:04:32.747Z | Checking slog-term v2.9.1 |
| 2129 | 2025-07-23T09:04:32.842Z | Compiling async-stream-impl v0.3.6 |
| 2130 | 2025-07-23T09:04:32.866Z | Compiling dropshot v0.16.2 |
| 2131 | 2025-07-23T09:04:32.939Z | Compiling dropshot_endpoint v0.16.2 |
| 2132 | 2025-07-23T09:04:33.142Z | Checking match_cfg v0.1.0 |
| 2133 | 2025-07-23T09:04:33.295Z | Checking bit-vec v0.8.0 |
| 2134 | 2025-07-23T09:04:33.323Z | Checking hostname v0.3.1 |
| 2135 | 2025-07-23T09:04:33.388Z | Compiling typify-impl v0.3.0 |
| 2136 | 2025-07-23T09:04:33.537Z | Checking hex v0.4.3 |
| 2137 | 2025-07-23T09:04:33.584Z | Compiling structmeta v0.3.0 |
| 2138 | 2025-07-23T09:04:33.692Z | Checking bit-set v0.8.0 |
| 2139 | 2025-07-23T09:04:33.948Z | Checking wait-timeout v0.2.0 |
| 2140 | 2025-07-23T09:04:34.003Z | Checking debug-ignore v1.0.5 |
| 2141 | 2025-07-23T09:04:34.028Z | Compiling derive-ex v0.1.8 |
| 2142 | 2025-07-23T09:04:34.028Z | Checking rand_xorshift v0.4.0 |
| 2143 | 2025-07-23T09:04:34.148Z | Checking unarray v0.1.4 |
| 2144 | 2025-07-23T09:04:34.200Z | Checking rusty-fork v0.3.0 |
| 2145 | 2025-07-23T09:04:34.254Z | Checking progenitor-client v0.10.0 |
| 2146 | 2025-07-23T09:04:34.308Z | Checking serde_path_to_error v0.1.17 |
| 2147 | 2025-07-23T09:04:34.545Z | Checking proptest v1.7.0 |
| 2148 | 2025-07-23T09:04:34.681Z | Checking slog-json v2.6.1 |
| 2149 | 2025-07-23T09:04:34.836Z | Compiling darling_macro v0.20.10 |
| 2150 | 2025-07-23T09:04:34.911Z | Compiling derive-where v1.5.0 |
| 2151 | 2025-07-23T09:04:34.980Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2152 | 2025-07-23T09:04:35.649Z | Compiling darling v0.20.10 |
| 2153 | 2025-07-23T09:04:35.694Z | Compiling ref-cast v1.0.24 |
| 2154 | 2025-07-23T09:04:35.840Z | Compiling serde_with_macros v3.14.0 |
| 2155 | 2025-07-23T09:04:36.284Z | Checking slog-bunyan v2.5.0 |
| 2156 | 2025-07-23T09:04:36.333Z | Compiling parse-display-derive v0.10.0 |
| 2157 | 2025-07-23T09:04:36.493Z | Checking async-stream v0.3.6 |
| 2158 | 2025-07-23T09:04:37.140Z | Checking rustls-pemfile v2.2.0 |
| 2159 | 2025-07-23T09:04:37.300Z | Checking tokio-rustls v0.25.0 |
| 2160 | 2025-07-23T09:04:37.406Z | Checking waitgroup v0.1.2 |
| 2161 | 2025-07-23T09:04:37.458Z | Checking hostname v0.4.0 |
| 2162 | 2025-07-23T09:04:37.507Z | Compiling test-strategy v0.4.3 |
| 2163 | 2025-07-23T09:04:37.603Z | Compiling ref-cast-impl v1.0.24 |
| 2164 | 2025-07-23T09:04:37.657Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2165 | 2025-07-23T09:04:37.862Z | Checking macaddr v1.0.1 |
| 2166 | 2025-07-23T09:04:38.931Z | Checking serde_with v3.14.0 |
| 2167 | 2025-07-23T09:04:38.955Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2168 | 2025-07-23T09:04:38.955Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2169 | 2025-07-23T09:04:38.955Z | Checking instant v0.1.13 |
| 2170 | 2025-07-23T09:04:38.955Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2171 | 2025-07-23T09:04:39.050Z | Checking progenitor-client v0.9.1 |
| 2172 | 2025-07-23T09:04:39.124Z | Checking backoff v0.4.0 |
| 2173 | 2025-07-23T09:04:39.491Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2174 | 2025-07-23T09:04:39.564Z | Checking parse-display v0.10.0 |
| 2175 | 2025-07-23T09:04:39.625Z | Checking iddqd v0.3.9 |
| 2176 | 2025-07-23T09:04:39.827Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2177 | 2025-07-23T09:04:39.877Z | Checking camino-tempfile v1.4.1 |
| 2178 | 2025-07-23T09:04:40.064Z | Checking unicode-width v0.1.14 |
| 2179 | 2025-07-23T09:04:40.179Z | Compiling proc-macro-error v1.0.4 |
| 2180 | 2025-07-23T09:04:40.372Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2181 | 2025-07-23T09:04:40.548Z | Compiling proc-macro-crate v1.3.1 |
| 2182 | 2025-07-23T09:04:40.718Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2183 | 2025-07-23T09:04:40.802Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2184 | 2025-07-23T09:04:40.846Z | Checking tabwriter v1.4.0 |
| 2185 | 2025-07-23T09:04:41.009Z | Compiling foreign-types-macros v0.2.3 |
| 2186 | 2025-07-23T09:04:41.134Z | Checking foreign-types-shared v0.3.1 |
| 2187 | 2025-07-23T09:04:41.225Z | Checking cstr-argument v0.1.2 |
| 2188 | 2025-07-23T09:04:41.275Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2189 | 2025-07-23T09:04:41.419Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2190 | 2025-07-23T09:04:41.472Z | Compiling num_enum_derive v0.5.11 |
| 2191 | 2025-07-23T09:04:41.498Z | Checking pretty-hex v0.2.1 |
| 2192 | 2025-07-23T09:04:41.572Z | Checking colored v2.2.0 |
| 2193 | 2025-07-23T09:04:41.621Z | Checking smf v0.2.3 |
| 2194 | 2025-07-23T09:04:41.793Z | Checking itertools v0.14.0 |
| 2195 | 2025-07-23T09:04:41.856Z | Checking crossbeam-deque v0.8.5 |
| 2196 | 2025-07-23T09:04:41.967Z | Compiling rayon-core v1.12.1 |
| 2197 | 2025-07-23T09:04:42.012Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2198 | 2025-07-23T09:04:42.056Z | Checking foreign-types v0.5.0 |
| 2199 | 2025-07-23T09:04:42.107Z | Checking base64 v0.21.7 |
| 2200 | 2025-07-23T09:04:42.203Z | Checking atomicwrites v0.4.4 |
| 2201 | 2025-07-23T09:04:42.252Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2202 | 2025-07-23T09:04:42.277Z | Compiling typify-impl v0.4.1 |
| 2203 | 2025-07-23T09:04:42.471Z | Compiling crucible-workspace-hack v0.1.0 |
| 2204 | 2025-07-23T09:04:42.574Z | Compiling darling_core v0.21.0 |
| 2205 | 2025-07-23T09:04:42.647Z | Checking glob v0.3.2 |
| 2206 | 2025-07-23T09:04:43.104Z | Checking rayon v1.10.0 |
| 2207 | 2025-07-23T09:04:43.354Z | Checking num_enum v0.5.11 |
| 2208 | 2025-07-23T09:04:43.550Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2209 | 2025-07-23T09:04:43.953Z | Compiling heapless v0.8.0 |
| 2210 | 2025-07-23T09:04:44.622Z | Compiling typify-macro v0.3.0 |
| 2211 | 2025-07-23T09:04:44.774Z | Checking hash32 v0.3.1 |
| 2212 | 2025-07-23T09:04:44.990Z | Compiling smoltcp v0.11.0 |
| 2213 | 2025-07-23T09:04:45.537Z | Checking cobs v0.2.3 |
| 2214 | 2025-07-23T09:04:45.583Z | Checking same-file v1.0.6 |
| 2215 | 2025-07-23T09:04:45.700Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2216 | 2025-07-23T09:04:45.774Z | Checking postcard v1.0.10 |
| 2217 | 2025-07-23T09:04:45.842Z | Checking walkdir v2.5.0 |
| 2218 | 2025-07-23T09:04:46.132Z | Checking sigpipe v0.1.3 |
| 2219 | 2025-07-23T09:04:46.178Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2220 | 2025-07-23T09:04:46.228Z | Checking jiff v0.2.15 |
| 2221 | 2025-07-23T09:04:46.299Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2222 | 2025-07-23T09:04:46.342Z | Compiling zone_cfg_derive v0.3.0 |
| 2223 | 2025-07-23T09:04:46.608Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2224 | 2025-07-23T09:04:46.934Z | Compiling num-derive v0.4.2 |
| 2225 | 2025-07-23T09:04:47.035Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2226 | 2025-07-23T09:04:47.435Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2227 | 2025-07-23T09:04:47.479Z | Checking zone v0.3.1 |
| 2228 | 2025-07-23T09:04:47.732Z | Compiling darling_macro v0.21.0 |
| 2229 | 2025-07-23T09:04:47.775Z | Compiling convert_case v0.4.0 |
| 2230 | 2025-07-23T09:04:47.961Z | Compiling typify v0.3.0 |
| 2231 | 2025-07-23T09:04:48.184Z | Compiling progenitor-impl v0.9.1 |
| 2232 | 2025-07-23T09:04:48.422Z | Checking utf-8 v0.7.6 |
| 2233 | 2025-07-23T09:04:48.572Z | Compiling derive_more v0.99.20 |
| 2234 | 2025-07-23T09:04:48.675Z | Compiling darling v0.21.0 |
| 2235 | 2025-07-23T09:04:48.719Z | Checking tokio-dtrace v0.1.0 |
| 2236 | 2025-07-23T09:04:48.791Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2237 | 2025-07-23T09:04:48.864Z | Compiling ingot-macros v0.1.1 |
| 2238 | 2025-07-23T09:04:49.079Z | Checking oxide-tokio-rt v0.1.2 |
| 2239 | 2025-07-23T09:04:49.268Z | Checking tungstenite v0.21.0 |
| 2240 | 2025-07-23T09:04:49.359Z | Checking half v2.4.1 |
| 2241 | 2025-07-23T09:04:49.800Z | Checking ciborium-io v0.2.2 |
| 2242 | 2025-07-23T09:04:49.959Z | Checking ciborium-ll v0.2.2 |
| 2243 | 2025-07-23T09:04:50.126Z | Checking tokio-tungstenite v0.21.0 |
| 2244 | 2025-07-23T09:04:50.181Z | Checking pem v3.0.5 |
| 2245 | 2025-07-23T09:04:50.340Z | Checking ciborium v0.2.2 |
| 2246 | 2025-07-23T09:04:50.535Z | Checking newline-converter v0.3.0 |
| 2247 | 2025-07-23T09:04:50.710Z | Checking num-rational v0.4.2 |
| 2248 | 2025-07-23T09:04:50.752Z | Checking expectorate v1.2.0 |
| 2249 | 2025-07-23T09:04:50.993Z | Checking num-complex v0.4.6 |
| 2250 | 2025-07-23T09:04:51.175Z | Checking indent_write v2.2.0 |
| 2251 | 2025-07-23T09:04:51.294Z | Checking float-ord v0.3.2 |
| 2252 | 2025-07-23T09:04:51.424Z | Checking secrecy v0.10.3 |
| 2253 | 2025-07-23T09:04:51.488Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2254 | 2025-07-23T09:04:51.513Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2255 | 2025-07-23T09:04:51.646Z | Checking swrite v0.1.0 |
| 2256 | 2025-07-23T09:04:51.728Z | Checking num v0.4.3 |
| 2257 | 2025-07-23T09:04:51.790Z | Checking bytecount v0.6.8 |
| 2258 | 2025-07-23T09:04:51.840Z | Checking fixedbitset v0.5.7 |
| 2259 | 2025-07-23T09:04:51.897Z | Checking xattr v1.3.1 |
| 2260 | 2025-07-23T09:04:51.943Z | Checking filetime v0.2.25 |
| 2261 | 2025-07-23T09:04:52.004Z | Checking arc-swap v1.7.1 |
| 2262 | 2025-07-23T09:04:52.162Z | Checking password-hash v0.5.0 |
| 2263 | 2025-07-23T09:04:52.213Z | Checking tar v0.4.44 |
| 2264 | 2025-07-23T09:04:52.262Z | Checking petgraph v0.8.2 |
| 2265 | 2025-07-23T09:04:52.430Z | Checking slog-scope v4.4.0 |
| 2266 | 2025-07-23T09:04:52.607Z | Checking blake2 v0.10.6 |
| 2267 | 2025-07-23T09:04:52.661Z | Checking slog-stdlog v4.1.1 |
| 2268 | 2025-07-23T09:04:52.867Z | Checking slog-envlogger v2.2.0 |
| 2269 | 2025-07-23T09:04:52.976Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2270 | 2025-07-23T09:04:53.051Z | Checking argon2 v0.5.3 |
| 2271 | 2025-07-23T09:04:53.118Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2272 | 2025-07-23T09:04:53.683Z | Compiling progenitor-macro v0.9.1 |
| 2273 | 2025-07-23T09:04:53.730Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2274 | 2025-07-23T09:04:53.755Z | Compiling owo-colors v4.2.2 |
| 2275 | 2025-07-23T09:04:53.833Z | Compiling cancel-safe-futures v0.1.5 |
| 2276 | 2025-07-23T09:04:53.891Z | Checking libsw-core v0.3.1 |
| 2277 | 2025-07-23T09:04:53.940Z | Compiling typify-macro v0.4.1 |
| 2278 | 2025-07-23T09:04:54.150Z | Checking linear-map v1.2.0 |
| 2279 | 2025-07-23T09:04:54.195Z | Checking libsw v3.5.0 |
| 2280 | 2025-07-23T09:04:54.290Z | Checking ingot-types v0.1.2 |
| 2281 | 2025-07-23T09:04:54.462Z | Compiling async-recursion v1.1.1 |
| 2282 | 2025-07-23T09:04:54.509Z | Checking keccak v0.1.5 |
| 2283 | 2025-07-23T09:04:54.812Z | Compiling typify-impl v0.2.0 |
| 2284 | 2025-07-23T09:04:54.882Z | Checking sha3 v0.10.8 |
| 2285 | 2025-07-23T09:04:54.965Z | Checking ingot v0.1.1 |
| 2286 | 2025-07-23T09:04:55.037Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2287 | 2025-07-23T09:04:55.709Z | Checking prettyplease v0.2.35 |
| 2288 | 2025-07-23T09:04:55.892Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2289 | 2025-07-23T09:04:57.215Z | Compiling typify v0.4.1 |
| 2290 | 2025-07-23T09:04:57.431Z | Compiling progenitor-impl v0.10.0 |
| 2291 | 2025-07-23T09:04:57.838Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2292 | 2025-07-23T09:04:58.078Z | Checking headers-core v0.3.0 |
| 2293 | 2025-07-23T09:04:59.476Z | Checking headers v0.4.1 |
| 2294 | 2025-07-23T09:04:59.849Z | Checking papergrid v0.11.0 |
| 2295 | 2025-07-23T09:04:59.891Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2296 | 2025-07-23T09:05:00.412Z | Compiling tabled_derive v0.7.0 |
| 2297 | 2025-07-23T09:05:01.373Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2298 | 2025-07-23T09:05:02.857Z | Compiling progenitor-macro v0.10.0 |
| 2299 | 2025-07-23T09:05:03.866Z | Checking progenitor v0.9.1 |
| 2300 | 2025-07-23T09:05:04.121Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2301 | 2025-07-23T09:05:04.597Z | Checking tabled v0.15.0 |
| 2302 | 2025-07-23T09:05:05.837Z | Compiling typify-macro v0.2.0 |
| 2303 | 2025-07-23T09:05:08.119Z | Checking globset v0.4.15 |
| 2304 | 2025-07-23T09:05:08.248Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2305 | 2025-07-23T09:05:08.946Z | Compiling typify v0.2.0 |
| 2306 | 2025-07-23T09:05:09.148Z | Compiling progenitor-impl v0.8.0 |
| 2307 | 2025-07-23T09:05:11.130Z | Compiling lzma-sys v0.1.20 |
| 2308 | 2025-07-23T09:05:11.413Z | Checking highway v1.3.0 |
| 2309 | 2025-07-23T09:05:11.960Z | Checking progenitor-client v0.8.0 |
| 2310 | 2025-07-23T09:05:12.026Z | Compiling heck v0.3.3 |
| 2311 | 2025-07-23T09:05:12.396Z | Compiling zone_cfg_derive v0.1.2 |
| 2312 | 2025-07-23T09:05:12.774Z | Checking resolv-conf v0.7.0 |
| 2313 | 2025-07-23T09:05:13.164Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2314 | 2025-07-23T09:05:13.472Z | Checking progenitor v0.10.0 |
| 2315 | 2025-07-23T09:05:13.514Z | Checking yasna v0.5.2 |
| 2316 | 2025-07-23T09:05:13.573Z | Checking number_prefix v0.4.0 |
| 2317 | 2025-07-23T09:05:13.656Z | Checking base64 v0.13.1 |
| 2318 | 2025-07-23T09:05:13.741Z | Checking zone v0.1.8 |
| 2319 | 2025-07-23T09:05:13.835Z | Checking indicatif v0.17.11 |
| 2320 | 2025-07-23T09:05:14.099Z | Checking ron v0.7.1 |
| 2321 | 2025-07-23T09:05:14.341Z | Checking rcgen v0.12.1 |
| 2322 | 2025-07-23T09:05:14.401Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2323 | 2025-07-23T09:05:14.547Z | Checking xz2 v0.1.7 |
| 2324 | 2025-07-23T09:05:14.591Z | Compiling progenitor-macro v0.8.0 |
| 2325 | 2025-07-23T09:05:14.931Z | Compiling pin-project-internal v1.1.6 |
| 2326 | 2025-07-23T09:05:14.991Z | Checking subprocess v0.2.9 |
| 2327 | 2025-07-23T09:05:15.134Z | Compiling snafu-derive v0.8.5 |
| 2328 | 2025-07-23T09:05:15.200Z | Checking olpc-cjson v0.1.4 |
| 2329 | 2025-07-23T09:05:15.479Z | Checking serde_plain v1.0.2 |
| 2330 | 2025-07-23T09:05:15.584Z | Checking typed-path v0.9.3 |
| 2331 | 2025-07-23T09:05:15.757Z | Checking unicode-linebreak v0.1.5 |
| 2332 | 2025-07-23T09:05:16.138Z | Checking smawk v0.3.2 |
| 2333 | 2025-07-23T09:05:16.360Z | Checking textwrap v0.16.2 |
| 2334 | 2025-07-23T09:05:16.748Z | Checking universal-hash v0.5.1 |
| 2335 | 2025-07-23T09:05:16.981Z | Checking opaque-debug v0.3.1 |
| 2336 | 2025-07-23T09:05:17.130Z | Checking humantime v2.2.0 |
| 2337 | 2025-07-23T09:05:17.175Z | Checking pin-project v1.1.6 |
| 2338 | 2025-07-23T09:05:17.255Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2339 | 2025-07-23T09:05:17.385Z | Checking aead v0.5.2 |
| 2340 | 2025-07-23T09:05:17.481Z | Compiling semver v0.1.20 |
| 2341 | 2025-07-23T09:05:17.531Z | Checking poly1305 v0.8.0 |
| 2342 | 2025-07-23T09:05:17.651Z | Checking chacha20 v0.9.1 |
| 2343 | 2025-07-23T09:05:18.018Z | Compiling rustc_version v0.1.7 |
| 2344 | 2025-07-23T09:05:18.063Z | Checking linked-hash-map v0.5.6 |
| 2345 | 2025-07-23T09:05:18.088Z | Checking hickory-proto v0.24.4 |
| 2346 | 2025-07-23T09:05:18.396Z | Checking lru-cache v0.1.2 |
| 2347 | 2025-07-23T09:05:18.468Z | Compiling newtype_derive v0.1.6 |
| 2348 | 2025-07-23T09:05:18.614Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2349 | 2025-07-23T09:05:18.953Z | Checking snafu v0.8.5 |
| 2350 | 2025-07-23T09:05:19.030Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2351 | 2025-07-23T09:05:19.421Z | Checking tough v0.20.0 |
| 2352 | 2025-07-23T09:05:19.484Z | Checking chacha20poly1305 v0.10.1 |
| 2353 | 2025-07-23T09:05:19.743Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2354 | 2025-07-23T09:05:20.280Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2355 | 2025-07-23T09:05:20.705Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2356 | 2025-07-23T09:05:20.907Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2357 | 2025-07-23T09:05:21.012Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2358 | 2025-07-23T09:05:21.705Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2359 | 2025-07-23T09:05:23.338Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2360 | 2025-07-23T09:05:23.539Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2361 | 2025-07-23T09:05:23.594Z | Checking thiserror-no-std v2.0.2 |
| 2362 | 2025-07-23T09:05:23.777Z | Checking vsss-rs v3.3.4 |
| 2363 | 2025-07-23T09:05:23.880Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2364 | 2025-07-23T09:05:24.294Z | Checking hickory-resolver v0.24.4 |
| 2365 | 2025-07-23T09:05:24.349Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2366 | 2025-07-23T09:05:24.401Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2367 | 2025-07-23T09:05:24.721Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2368 | 2025-07-23T09:05:24.963Z | Checking progenitor v0.8.0 |
| 2369 | 2025-07-23T09:05:25.211Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2370 | 2025-07-23T09:05:25.737Z | Checking qorb v0.4.0 |
| 2371 | 2025-07-23T09:05:25.905Z | Checking steno v0.4.1 |
| 2372 | 2025-07-23T09:05:26.073Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2373 | 2025-07-23T09:05:26.635Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2374 | 2025-07-23T09:05:27.084Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2375 | 2025-07-23T09:05:27.444Z | Compiling moka v0.12.10 |
| 2376 | 2025-07-23T09:05:27.705Z | Checking tagptr v0.2.0 |
| 2377 | 2025-07-23T09:05:27.819Z | Compiling slog-dtrace v0.3.0 |
| 2378 | 2025-07-23T09:05:27.887Z | Checking display-error-chain v0.2.2 |
| 2379 | 2025-07-23T09:05:27.936Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2380 | 2025-07-23T09:05:28.132Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2381 | 2025-07-23T09:05:28.781Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2382 | 2025-07-23T09:05:28.952Z | Checking gethostname v0.5.0 |
| 2383 | 2025-07-23T09:05:29.000Z | Checking nibble_vec v0.1.0 |
| 2384 | 2025-07-23T09:05:29.096Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2385 | 2025-07-23T09:05:29.152Z | Checking endian-type v0.1.2 |
| 2386 | 2025-07-23T09:05:29.255Z | Compiling radium v0.7.0 |
| 2387 | 2025-07-23T09:05:29.301Z | Checking termcolor v1.4.1 |
| 2388 | 2025-07-23T09:05:29.353Z | Checking hickory-resolver v0.25.2 |
| 2389 | 2025-07-23T09:05:29.423Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2390 | 2025-07-23T09:05:29.466Z | Checking radix_trie v0.2.1 |
| 2391 | 2025-07-23T09:05:29.717Z | Compiling libefi-sys v0.1.0 |
| 2392 | 2025-07-23T09:05:29.824Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2393 | 2025-07-23T09:05:29.898Z | Compiling bitfield-struct v0.6.2 |
| 2394 | 2025-07-23T09:05:30.104Z | Compiling zerocopy-derive v0.6.6 |
| 2395 | 2025-07-23T09:05:30.260Z | Compiling maybe-uninit v2.0.0 |
| 2396 | 2025-07-23T09:05:30.771Z | Checking tap v1.0.1 |
| 2397 | 2025-07-23T09:05:30.836Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2398 | 2025-07-23T09:05:30.972Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2399 | 2025-07-23T09:05:31.019Z | Checking wyz v0.5.1 |
| 2400 | 2025-07-23T09:05:31.070Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2401 | 2025-07-23T09:05:31.712Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2402 | 2025-07-23T09:05:31.764Z | Checking zerocopy v0.6.6 |
| 2403 | 2025-07-23T09:05:32.009Z | Checking funty v2.0.0 |
| 2404 | 2025-07-23T09:05:32.066Z | Checking crc-catalog v2.4.0 |
| 2405 | 2025-07-23T09:05:32.113Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2406 | 2025-07-23T09:05:32.283Z | Compiling packed_struct v0.10.1 |
| 2407 | 2025-07-23T09:05:32.325Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2408 | 2025-07-23T09:05:32.416Z | Checking crc v3.2.1 |
| 2409 | 2025-07-23T09:05:32.698Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2410 | 2025-07-23T09:05:32.805Z | Checking bitvec v1.0.1 |
| 2411 | 2025-07-23T09:05:32.965Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2412 | 2025-07-23T09:05:33.182Z | Compiling packed_struct_codegen v0.10.1 |
| 2413 | 2025-07-23T09:05:33.230Z | Compiling indexmap v1.9.3 |
| 2414 | 2025-07-23T09:05:33.273Z | Checking nodrop v0.1.14 |
| 2415 | 2025-07-23T09:05:33.475Z | Checking array-init v0.0.4 |
| 2416 | 2025-07-23T09:05:33.633Z | Checking smallvec v0.6.14 |
| 2417 | 2025-07-23T09:05:34.025Z | Checking hashbrown v0.12.3 |
| 2418 | 2025-07-23T09:05:34.247Z | Checking bitfield v0.14.0 |
| 2419 | 2025-07-23T09:05:34.544Z | Checking termtree v0.5.1 |
| 2420 | 2025-07-23T09:05:34.700Z | Checking serde-hex v0.1.0 |
| 2421 | 2025-07-23T09:05:34.811Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2422 | 2025-07-23T09:05:35.208Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2423 | 2025-07-23T09:05:35.515Z | Checking env_logger v0.10.2 |
| 2424 | 2025-07-23T09:05:35.610Z | Checking ron v0.8.1 |
| 2425 | 2025-07-23T09:05:35.887Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2426 | 2025-07-23T09:05:35.961Z | Checking hashbrown v0.13.2 |
| 2427 | 2025-07-23T09:05:36.510Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2428 | 2025-07-23T09:05:36.705Z | Checking crc-any v2.5.0 |
| 2429 | 2025-07-23T09:05:36.837Z | Checking object v0.30.4 |
| 2430 | 2025-07-23T09:05:36.887Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2431 | 2025-07-23T09:05:37.088Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2432 | 2025-07-23T09:05:37.205Z | Compiling proc-macro-error2 v2.0.1 |
| 2433 | 2025-07-23T09:05:37.394Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2434 | 2025-07-23T09:05:37.795Z | Checking maplit v1.0.2 |
| 2435 | 2025-07-23T09:05:37.962Z | Checking path-slash v0.1.5 |
| 2436 | 2025-07-23T09:05:38.007Z | Compiling tabled_derive v0.10.0 |
| 2437 | 2025-07-23T09:05:38.055Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2438 | 2025-07-23T09:05:40.390Z | Checking papergrid v0.14.0 |
| 2439 | 2025-07-23T09:05:40.671Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2440 | 2025-07-23T09:05:41.028Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2441 | 2025-07-23T09:05:41.154Z | Compiling num-derive v0.3.3 |
| 2442 | 2025-07-23T09:05:41.712Z | Checking tabled v0.18.0 |
| 2443 | 2025-07-23T09:05:42.737Z | Checking libscf-sys v1.1.0 |
| 2444 | 2025-07-23T09:05:42.809Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2445 | 2025-07-23T09:05:42.880Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2446 | 2025-07-23T09:05:43.006Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2447 | 2025-07-23T09:05:43.774Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2448 | 2025-07-23T09:05:43.816Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2449 | 2025-07-23T09:05:44.086Z | Compiling xshell-macros v0.2.7 |
| 2450 | 2025-07-23T09:05:44.259Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2451 | 2025-07-23T09:05:44.300Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2452 | 2025-07-23T09:05:44.381Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2453 | 2025-07-23T09:05:44.535Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2454 | 2025-07-23T09:05:44.659Z | Checking fxhash v0.2.1 |
| 2455 | 2025-07-23T09:05:44.756Z | Checking xshell v0.2.7 |
| 2456 | 2025-07-23T09:05:44.894Z | Checking crc8 v0.1.1 |
| 2457 | 2025-07-23T09:05:45.060Z | Compiling vte_generate_state_changes v0.1.2 |
| 2458 | 2025-07-23T09:05:45.105Z | Checking fd-lock v4.0.2 |
| 2459 | 2025-07-23T09:05:45.155Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2460 | 2025-07-23T09:05:45.380Z | Compiling const_format_proc_macros v0.2.34 |
| 2461 | 2025-07-23T09:05:45.675Z | Checking vte v0.11.1 |
| 2462 | 2025-07-23T09:05:46.129Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2463 | 2025-07-23T09:05:46.742Z | Checking nu-ansi-term v0.50.1 |
| 2464 | 2025-07-23T09:05:46.807Z | Checking strip-ansi-escapes v0.2.0 |
| 2465 | 2025-07-23T09:05:46.953Z | Checking const_format v0.2.34 |
| 2466 | 2025-07-23T09:05:47.007Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2467 | 2025-07-23T09:05:47.157Z | Checking reedline v0.40.0 |
| 2468 | 2025-07-23T09:05:47.424Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2469 | 2025-07-23T09:05:47.474Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2470 | 2025-07-23T09:05:47.611Z | Checking kstat-rs v0.2.4 |
| 2471 | 2025-07-23T09:05:47.735Z | Checking home v0.5.9 |
| 2472 | 2025-07-23T09:05:47.821Z | Checking half v1.8.3 |
| 2473 | 2025-07-23T09:05:47.947Z | Compiling nix v0.30.1 |
| 2474 | 2025-07-23T09:05:48.030Z | Compiling dsl_auto_type v0.1.2 |
| 2475 | 2025-07-23T09:05:48.054Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2476 | 2025-07-23T09:05:48.119Z | Checking scheduled-thread-pool v0.2.7 |
| 2477 | 2025-07-23T09:05:48.232Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2478 | 2025-07-23T09:05:48.272Z | Checking serde_cbor v0.11.2 |
| 2479 | 2025-07-23T09:05:48.388Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2480 | 2025-07-23T09:05:48.647Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2481 | 2025-07-23T09:05:48.807Z | Checking r2d2 v0.8.10 |
| 2482 | 2025-07-23T09:05:49.044Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2483 | 2025-07-23T09:05:49.131Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2484 | 2025-07-23T09:05:49.238Z | Compiling diesel_derives v2.2.3 |
| 2485 | 2025-07-23T09:05:49.491Z | Compiling parking_lot_core v0.8.6 |
| 2486 | 2025-07-23T09:05:49.630Z | Compiling crunchy v0.2.2 |
| 2487 | 2025-07-23T09:05:49.672Z | Compiling cfg_aliases v0.1.1 |
| 2488 | 2025-07-23T09:05:49.697Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2489 | 2025-07-23T09:05:49.842Z | Compiling nix v0.28.0 |
| 2490 | 2025-07-23T09:05:49.898Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2491 | 2025-07-23T09:05:50.013Z | Checking bcs v0.1.6 |
| 2492 | 2025-07-23T09:05:50.151Z | Checking nanorand v0.7.0 |
| 2493 | 2025-07-23T09:05:50.444Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2494 | 2025-07-23T09:05:50.565Z | Checking siphasher v1.0.1 |
| 2495 | 2025-07-23T09:05:50.608Z | Compiling tiny-keccak v2.0.2 |
| 2496 | 2025-07-23T09:05:50.634Z | Checking flume v0.11.1 |
| 2497 | 2025-07-23T09:05:50.903Z | Checking phf_shared v0.12.1 |
| 2498 | 2025-07-23T09:05:51.058Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2499 | 2025-07-23T09:05:51.131Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2500 | 2025-07-23T09:05:51.179Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2501 | 2025-07-23T09:05:51.359Z | Compiling bit-vec v0.6.3 |
| 2502 | 2025-07-23T09:05:51.481Z | Compiling chrono-tz v0.10.4 |
| 2503 | 2025-07-23T09:05:51.636Z | Checking parking_lot v0.11.2 |
| 2504 | 2025-07-23T09:05:51.830Z | Compiling bit-set v0.5.3 |
| 2505 | 2025-07-23T09:05:51.895Z | Checking phf v0.12.1 |
| 2506 | 2025-07-23T09:05:52.137Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2507 | 2025-07-23T09:05:52.202Z | Compiling ascii-canvas v3.0.0 |
| 2508 | 2025-07-23T09:05:52.656Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2509 | 2025-07-23T09:05:52.703Z | Checking prefix-trie v0.7.0 |
| 2510 | 2025-07-23T09:05:52.850Z | Compiling peg-macros v0.8.5 |
| 2511 | 2025-07-23T09:05:52.895Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2512 | 2025-07-23T09:05:52.994Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2513 | 2025-07-23T09:05:53.383Z | Compiling ena v0.14.3 |
| 2514 | 2025-07-23T09:05:53.490Z | Compiling sqlparser_derive v0.2.2 |
| 2515 | 2025-07-23T09:05:53.788Z | Compiling bindgen v0.71.1 |
| 2516 | 2025-07-23T09:05:53.910Z | Compiling diff v0.1.13 |
| 2517 | 2025-07-23T09:05:54.123Z | Compiling regex-syntax v0.6.29 |
| 2518 | 2025-07-23T09:05:54.364Z | Checking unicode_categories v0.1.1 |
| 2519 | 2025-07-23T09:05:54.414Z | Checking sqlparser v0.45.0 |
| 2520 | 2025-07-23T09:05:54.661Z | Checking rustyline v14.0.0 |
| 2521 | 2025-07-23T09:05:54.703Z | Checking sqlformat v0.3.5 |
| 2522 | 2025-07-23T09:05:55.466Z | Checking peg v0.8.5 |
| 2523 | 2025-07-23T09:05:55.643Z | Checking hickory-server v0.25.2 |
| 2524 | 2025-07-23T09:05:56.090Z | Checking sled v0.34.7 |
| 2525 | 2025-07-23T09:05:57.583Z | Checking diesel v2.2.11 |
| 2526 | 2025-07-23T09:05:58.014Z | Compiling lalrpop v0.19.12 |
| 2527 | 2025-07-23T09:05:58.362Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2528 | 2025-07-23T09:05:58.517Z | Checking hickory-client v0.25.2 |
| 2529 | 2025-07-23T09:05:58.980Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2530 | 2025-07-23T09:05:59.440Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2531 | 2025-07-23T09:06:00.988Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2532 | 2025-07-23T09:06:01.240Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2533 | 2025-07-23T09:06:01.645Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2534 | 2025-07-23T09:06:02.029Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2535 | 2025-07-23T09:06:02.341Z | Compiling derive_builder_core v0.20.2 |
| 2536 | 2025-07-23T09:06:02.582Z | Compiling libxml v0.3.3 |
| 2537 | 2025-07-23T09:06:03.137Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2538 | 2025-07-23T09:06:04.124Z | Compiling strum_macros v0.24.3 |
| 2539 | 2025-07-23T09:06:04.173Z | Compiling derive_builder_macro v0.20.2 |
| 2540 | 2025-07-23T09:06:04.600Z | Compiling unicase v2.7.0 |
| 2541 | 2025-07-23T09:06:04.942Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2542 | 2025-07-23T09:06:04.985Z | Compiling indoc v1.0.9 |
| 2543 | 2025-07-23T09:06:05.343Z | Checking derive_builder v0.20.2 |
| 2544 | 2025-07-23T09:06:05.717Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2545 | 2025-07-23T09:06:06.150Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2546 | 2025-07-23T09:06:06.407Z | Checking quick-xml v0.37.2 |
| 2547 | 2025-07-23T09:06:06.470Z | Compiling oso-derive v0.27.3 |
| 2548 | 2025-07-23T09:06:06.743Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2549 | 2025-07-23T09:06:06.886Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2550 | 2025-07-23T09:06:07.710Z | Checking primeorder v0.13.6 |
| 2551 | 2025-07-23T09:06:08.172Z | Checking assert_matches v1.5.0 |
| 2552 | 2025-07-23T09:06:08.224Z | Compiling mime_guess v2.0.5 |
| 2553 | 2025-07-23T09:06:08.274Z | Checking signal-hook-tokio v0.3.1 |
| 2554 | 2025-07-23T09:06:08.334Z | Compiling diesel-dtrace v0.4.2 |
| 2555 | 2025-07-23T09:06:08.526Z | Checking http-range v0.1.5 |
| 2556 | 2025-07-23T09:06:08.804Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2557 | 2025-07-23T09:06:09.089Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2558 | 2025-07-23T09:06:09.295Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2559 | 2025-07-23T09:06:09.626Z | Checking bb8 v0.8.5 |
| 2560 | 2025-07-23T09:06:10.108Z | Checking atty v0.2.14 |
| 2561 | 2025-07-23T09:06:10.150Z | Compiling salty v0.3.0 |
| 2562 | 2025-07-23T09:06:10.646Z | Checking p384 v0.13.0 |
| 2563 | 2025-07-23T09:06:11.004Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2564 | 2025-07-23T09:06:11.573Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2565 | 2025-07-23T09:06:11.807Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2566 | 2025-07-23T09:06:12.161Z | Checking tungstenite v0.23.0 |
| 2567 | 2025-07-23T09:06:12.270Z | Checking hyper-staticfile v0.10.1 |
| 2568 | 2025-07-23T09:06:12.601Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2569 | 2025-07-23T09:06:12.776Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2570 | 2025-07-23T09:06:12.823Z | Checking predicates-tree v1.0.12 |
| 2571 | 2025-07-23T09:06:12.920Z | Checking env_filter v0.1.2 |
| 2572 | 2025-07-23T09:06:12.993Z | Checking tokio-tungstenite v0.23.1 |
| 2573 | 2025-07-23T09:06:13.052Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2574 | 2025-07-23T09:06:13.126Z | Checking void v1.0.2 |
| 2575 | 2025-07-23T09:06:13.219Z | Checking env_logger v0.11.5 |
| 2576 | 2025-07-23T09:06:13.329Z | Checking lzss v0.8.2 |
| 2577 | 2025-07-23T09:06:13.485Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2578 | 2025-07-23T09:06:13.527Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2579 | 2025-07-23T09:06:13.580Z | Checking nix v0.27.1 |
| 2580 | 2025-07-23T09:06:13.681Z | Checking serde_bytes v0.11.17 |
| 2581 | 2025-07-23T09:06:13.812Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2582 | 2025-07-23T09:06:13.855Z | Checking secrecy v0.8.0 |
| 2583 | 2025-07-23T09:06:14.054Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2584 | 2025-07-23T09:06:14.097Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2585 | 2025-07-23T09:06:14.152Z | Checking ignore v0.4.23 |
| 2586 | 2025-07-23T09:06:14.271Z | Compiling fs-err v2.11.0 |
| 2587 | 2025-07-23T09:06:14.809Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2588 | 2025-07-23T09:06:14.939Z | Checking globwalk v0.9.1 |
| 2589 | 2025-07-23T09:06:15.318Z | Checking camino-tempfile-ext v0.3.2 |
| 2590 | 2025-07-23T09:06:15.502Z | Checking parse-size v1.1.0 |
| 2591 | 2025-07-23T09:06:15.721Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2592 | 2025-07-23T09:06:15.764Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2593 | 2025-07-23T09:06:16.495Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2594 | 2025-07-23T09:06:16.801Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2595 | 2025-07-23T09:06:17.186Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2596 | 2025-07-23T09:06:17.351Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2597 | 2025-07-23T09:06:17.513Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2598 | 2025-07-23T09:06:17.841Z | Checking rand_seeder v0.3.0 |
| 2599 | 2025-07-23T09:06:18.122Z | Checking csv-core v0.1.11 |
| 2600 | 2025-07-23T09:06:18.472Z | Checking csv v1.3.1 |
| 2601 | 2025-07-23T09:06:18.672Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2602 | 2025-07-23T09:06:18.805Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2603 | 2025-07-23T09:06:19.121Z | Checking heck v0.4.1 |
| 2604 | 2025-07-23T09:06:19.219Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2605 | 2025-07-23T09:06:19.384Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2606 | 2025-07-23T09:06:19.565Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2607 | 2025-07-23T09:06:19.800Z | Checking yansi v1.0.1 |
| 2608 | 2025-07-23T09:06:20.324Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2609 | 2025-07-23T09:06:20.373Z | Checking pretty_assertions v1.4.1 |
| 2610 | 2025-07-23T09:06:20.633Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2611 | 2025-07-23T09:06:20.929Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2612 | 2025-07-23T09:06:21.026Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2613 | 2025-07-23T09:06:21.188Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2614 | 2025-07-23T09:06:22.252Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2615 | 2025-07-23T09:06:22.485Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2616 | 2025-07-23T09:06:22.733Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2617 | 2025-07-23T09:06:22.819Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2618 | 2025-07-23T09:06:23.119Z | Checking async-bb8-diesel v0.2.1 |
| 2619 | 2025-07-23T09:06:23.963Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2620 | 2025-07-23T09:06:24.097Z | Checking is_ci v1.2.0 |
| 2621 | 2025-07-23T09:06:24.210Z | Compiling indoc v2.0.6 |
| 2622 | 2025-07-23T09:06:24.299Z | Checking supports-color v3.0.2 |
| 2623 | 2025-07-23T09:06:24.459Z | Checking typeid v1.0.3 |
| 2624 | 2025-07-23T09:06:24.553Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2625 | 2025-07-23T09:06:24.660Z | Checking castaway v0.2.3 |
| 2626 | 2025-07-23T09:06:24.875Z | Compiling libz-sys v1.1.20 |
| 2627 | 2025-07-23T09:06:25.021Z | Checking compact_str v0.8.0 |
| 2628 | 2025-07-23T09:06:25.689Z | Checking erased-serde v0.4.6 |
| 2629 | 2025-07-23T09:06:25.877Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2630 | 2025-07-23T09:06:26.505Z | Checking unicode-truncate v1.1.0 |
| 2631 | 2025-07-23T09:06:26.550Z | Checking console v0.16.0 |
| 2632 | 2025-07-23T09:06:26.787Z | Checking concurrent-queue v2.5.0 |
| 2633 | 2025-07-23T09:06:26.946Z | Checking lru v0.12.5 |
| 2634 | 2025-07-23T09:06:27.136Z | Checking ordered-float v2.10.1 |
| 2635 | 2025-07-23T09:06:27.176Z | Compiling instability v0.3.2 |
| 2636 | 2025-07-23T09:06:27.272Z | Checking cassowary v0.3.0 |
| 2637 | 2025-07-23T09:06:27.675Z | Checking unit-prefix v0.5.1 |
| 2638 | 2025-07-23T09:06:27.719Z | Checking parking v2.2.1 |
| 2639 | 2025-07-23T09:06:27.942Z | Checking indicatif v0.18.0 |
| 2640 | 2025-07-23T09:06:27.985Z | Checking serde-value v0.7.0 |
| 2641 | 2025-07-23T09:06:28.085Z | Checking ratatui v0.29.0 |
| 2642 | 2025-07-23T09:06:28.423Z | Checking serde-untagged v0.1.7 |
| 2643 | 2025-07-23T09:06:28.695Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2644 | 2025-07-23T09:06:28.822Z | Checking cargo-util-schemas v0.2.0 |
| 2645 | 2025-07-23T09:06:28.969Z | Checking cargo-platform v0.2.0 |
| 2646 | 2025-07-23T09:06:29.298Z | Checking event-listener v5.3.1 |
| 2647 | 2025-07-23T09:06:29.729Z | Compiling vergen v8.3.2 |
| 2648 | 2025-07-23T09:06:30.065Z | Compiling cargo-platform v0.1.8 |
| 2649 | 2025-07-23T09:06:30.491Z | Checking cargo_metadata v0.20.0 |
| 2650 | 2025-07-23T09:06:30.605Z | Compiling cargo_metadata v0.18.1 |
| 2651 | 2025-07-23T09:06:30.781Z | Checking event-listener-strategy v0.5.2 |
| 2652 | 2025-07-23T09:06:31.030Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2653 | 2025-07-23T09:06:31.981Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2654 | 2025-07-23T09:06:32.551Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2655 | 2025-07-23T09:06:32.878Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2656 | 2025-07-23T09:06:33.101Z | Checking plotters-backend v0.3.7 |
| 2657 | 2025-07-23T09:06:33.202Z | Compiling rustls v0.21.12 |
| 2658 | 2025-07-23T09:06:33.494Z | Checking shell-words v1.1.0 |
| 2659 | 2025-07-23T09:06:33.605Z | Checking plotters-svg v0.3.7 |
| 2660 | 2025-07-23T09:06:33.866Z | Checking futures-lite v2.3.0 |
| 2661 | 2025-07-23T09:06:33.905Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2662 | 2025-07-23T09:06:34.151Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2663 | 2025-07-23T09:06:34.470Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2664 | 2025-07-23T09:06:34.667Z | Checking sct v0.7.1 |
| 2665 | 2025-07-23T09:06:34.800Z | Checking rustls-webpki v0.101.7 |
| 2666 | 2025-07-23T09:06:34.918Z | Checking cast v0.3.0 |
| 2667 | 2025-07-23T09:06:35.158Z | Checking plotters v0.3.7 |
| 2668 | 2025-07-23T09:06:35.244Z | Checking criterion-plot v0.5.0 |
| 2669 | 2025-07-23T09:06:35.710Z | Checking tinytemplate v1.2.1 |
| 2670 | 2025-07-23T09:06:36.135Z | Checking oorandom v11.1.4 |
| 2671 | 2025-07-23T09:06:36.363Z | Checking anes v0.1.6 |
| 2672 | 2025-07-23T09:06:36.683Z | Checking async-lock v3.4.0 |
| 2673 | 2025-07-23T09:06:36.745Z | Checking criterion v0.6.0 |
| 2674 | 2025-07-23T09:06:37.471Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2675 | 2025-07-23T09:06:38.130Z | Checking tokio-rustls v0.24.1 |
| 2676 | 2025-07-23T09:06:38.242Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2677 | 2025-07-23T09:06:38.434Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2678 | 2025-07-23T09:06:38.558Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2679 | 2025-07-23T09:06:38.601Z | Checking rustls-pemfile v1.0.4 |
| 2680 | 2025-07-23T09:06:38.884Z | Checking twox-hash v2.1.0 |
| 2681 | 2025-07-23T09:06:38.958Z | Checking polling v3.7.3 |
| 2682 | 2025-07-23T09:06:39.256Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2683 | 2025-07-23T09:06:39.403Z | Checking async-io v2.3.4 |
| 2684 | 2025-07-23T09:06:39.508Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2685 | 2025-07-23T09:06:39.924Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2686 | 2025-07-23T09:06:40.191Z | Checking fatfs v0.3.6 |
| 2687 | 2025-07-23T09:06:40.240Z | Checking hex-literal v0.4.1 |
| 2688 | 2025-07-23T09:06:40.440Z | Checking async-task v4.7.1 |
| 2689 | 2025-07-23T09:06:40.830Z | Checking async-channel v2.3.1 |
| 2690 | 2025-07-23T09:06:41.096Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2691 | 2025-07-23T09:06:41.140Z | Checking piper v0.2.4 |
| 2692 | 2025-07-23T09:06:41.239Z | Checking rtoolbox v0.0.2 |
| 2693 | 2025-07-23T09:06:41.399Z | Checking futures-timer v3.0.3 |
| 2694 | 2025-07-23T09:06:41.480Z | Checking rpassword v7.4.0 |
| 2695 | 2025-07-23T09:06:41.687Z | Checking blocking v1.6.1 |
| 2696 | 2025-07-23T09:06:41.733Z | Checking async-executor v1.13.1 |
| 2697 | 2025-07-23T09:06:42.033Z | Checking async-signal v0.2.10 |
| 2698 | 2025-07-23T09:06:42.111Z | Checking tui-tree-widget v0.23.1 |
| 2699 | 2025-07-23T09:06:42.344Z | Checking polyval v0.6.2 |
| 2700 | 2025-07-23T09:06:42.488Z | Checking event-listener v2.5.3 |
| 2701 | 2025-07-23T09:06:42.660Z | Checking ghash v0.5.1 |
| 2702 | 2025-07-23T09:06:42.745Z | Checking async-channel v1.9.0 |
| 2703 | 2025-07-23T09:06:42.902Z | Checking async-process v2.3.0 |
| 2704 | 2025-07-23T09:06:43.040Z | Checking async-global-executor v2.4.1 |
| 2705 | 2025-07-23T09:06:43.312Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2706 | 2025-07-23T09:06:43.359Z | Checking ctr v0.9.2 |
| 2707 | 2025-07-23T09:06:43.685Z | Checking kv-log-macro v1.0.7 |
| 2708 | 2025-07-23T09:06:43.853Z | Compiling async-attributes v1.1.2 |
| 2709 | 2025-07-23T09:06:43.893Z | Checking arrayref v0.3.9 |
| 2710 | 2025-07-23T09:06:44.086Z | Checking constant_time_eq v0.3.1 |
| 2711 | 2025-07-23T09:06:44.307Z | Checking arrayvec v0.7.6 |
| 2712 | 2025-07-23T09:06:44.659Z | Checking async-std v1.13.0 |
| 2713 | 2025-07-23T09:06:44.704Z | Checking aes-gcm v0.10.3 |
| 2714 | 2025-07-23T09:06:45.011Z | Checking ssh-encoding v0.2.0 |
| 2715 | 2025-07-23T09:06:45.390Z | Checking blowfish v0.9.1 |
| 2716 | 2025-07-23T09:06:45.665Z | Compiling petname v2.0.2 |
| 2717 | 2025-07-23T09:06:46.795Z | Checking bcrypt-pbkdf v0.10.0 |
| 2718 | 2025-07-23T09:06:47.085Z | Checking ssh-cipher v0.2.0 |
| 2719 | 2025-07-23T09:06:47.437Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2720 | 2025-07-23T09:06:47.761Z | Checking async-object-pool v0.1.5 |
| 2721 | 2025-07-23T09:06:47.863Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2722 | 2025-07-23T09:06:47.989Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2723 | 2025-07-23T09:06:48.236Z | Checking serde_regex v1.1.0 |
| 2724 | 2025-07-23T09:06:48.519Z | Checking password-hash v0.4.2 |
| 2725 | 2025-07-23T09:06:48.961Z | Checking assert-json-diff v2.0.2 |
| 2726 | 2025-07-23T09:06:49.190Z | Checking path-tree v0.8.1 |
| 2727 | 2025-07-23T09:06:49.278Z | Checking stringmetrics v2.2.2 |
| 2728 | 2025-07-23T09:06:49.571Z | Checking pbkdf2 v0.11.0 |
| 2729 | 2025-07-23T09:06:49.613Z | Checking httpmock v0.8.0-alpha.1 |
| 2730 | 2025-07-23T09:06:49.895Z | Checking ssh-key v0.6.6 |
| 2731 | 2025-07-23T09:06:51.959Z | Checking p256 v0.13.2 |
| 2732 | 2025-07-23T09:06:52.433Z | Checking p521 v0.13.3 |
| 2733 | 2025-07-23T09:06:53.035Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2734 | 2025-07-23T09:06:53.311Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2735 | 2025-07-23T09:06:53.477Z | Checking russh-cryptovec v0.7.3 |
| 2736 | 2025-07-23T09:06:53.657Z | Compiling target-lexicon v0.13.2 |
| 2737 | 2025-07-23T09:06:53.732Z | Checking sync-ptr v0.1.4 |
| 2738 | 2025-07-23T09:06:53.775Z | Checking md5 v0.7.0 |
| 2739 | 2025-07-23T09:06:53.972Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2740 | 2025-07-23T09:06:54.122Z | Checking russh-keys v0.45.0 |
| 2741 | 2025-07-23T09:06:54.636Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2742 | 2025-07-23T09:06:55.326Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2743 | 2025-07-23T09:06:55.377Z | Checking num-bigint v0.4.6 |
| 2744 | 2025-07-23T09:06:55.426Z | Checking des v0.8.1 |
| 2745 | 2025-07-23T09:06:55.644Z | Compiling blake3 v1.5.4 |
| 2746 | 2025-07-23T09:06:55.712Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2747 | 2025-07-23T09:06:56.226Z | Compiling guppy-workspace-hack v0.1.0 |
| 2748 | 2025-07-23T09:06:56.445Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2749 | 2025-07-23T09:06:57.439Z | Checking russh v0.45.0 |
| 2750 | 2025-07-23T09:06:57.693Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2751 | 2025-07-23T09:06:57.740Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2752 | 2025-07-23T09:06:58.073Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2753 | 2025-07-23T09:06:58.456Z | Checking memmap2 v0.9.5 |
| 2754 | 2025-07-23T09:06:58.774Z | Checking internet-checksum v0.2.1 |
| 2755 | 2025-07-23T09:06:58.906Z | Compiling target-spec v3.4.2 |
| 2756 | 2025-07-23T09:06:59.419Z | Checking cfg-expr v0.18.0 |
| 2757 | 2025-07-23T09:06:59.668Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2758 | 2025-07-23T09:07:00.133Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2759 | 2025-07-23T09:07:00.597Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2760 | 2025-07-23T09:07:00.905Z | Checking httptest v0.16.3 |
| 2761 | 2025-07-23T09:07:01.054Z | Checking topological-sort v0.2.2 |
| 2762 | 2025-07-23T09:07:01.307Z | Checking omicron-zone-package v0.12.2 |
| 2763 | 2025-07-23T09:07:02.968Z | Checking petgraph v0.7.1 |
| 2764 | 2025-07-23T09:07:03.660Z | Checking pathdiff v0.2.3 |
| 2765 | 2025-07-23T09:07:03.864Z | Compiling rstest_macros v0.25.0 |
| 2766 | 2025-07-23T09:07:04.338Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2767 | 2025-07-23T09:07:04.576Z | Compiling doc-comment v0.3.3 |
| 2768 | 2025-07-23T09:07:04.873Z | Compiling target-triple v0.1.3 |
| 2769 | 2025-07-23T09:07:04.931Z | Checking nested v0.1.1 |
| 2770 | 2025-07-23T09:07:05.213Z | Checking guppy v0.17.19 |
| 2771 | 2025-07-23T09:07:05.449Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2772 | 2025-07-23T09:07:05.511Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2773 | 2025-07-23T09:07:05.828Z | Checking similar-asserts v1.7.0 |
| 2774 | 2025-07-23T09:07:06.103Z | Compiling proc-macro-crate v3.2.0 |
| 2775 | 2025-07-23T09:07:07.090Z | Checking escape8259 v0.5.3 |
| 2776 | 2025-07-23T09:07:07.146Z | Compiling assert_cmd v2.0.17 |
| 2777 | 2025-07-23T09:07:07.340Z | Compiling relative-path v1.9.3 |
| 2778 | 2025-07-23T09:07:07.628Z | Checking libtest-mimic v0.8.1 |
| 2779 | 2025-07-23T09:07:08.343Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2780 | 2025-07-23T09:07:08.448Z | Checking blake2b_simd v1.0.2 |
| 2781 | 2025-07-23T09:07:09.223Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2782 | 2025-07-23T09:07:09.673Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2783 | 2025-07-23T09:07:10.016Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2784 | 2025-07-23T09:07:10.374Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2785 | 2025-07-23T09:07:10.705Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2786 | 2025-07-23T09:07:11.022Z | Checking fancy-regex v0.14.0 |
| 2787 | 2025-07-23T09:07:11.984Z | Checking serde_tokenstream v0.2.2 |
| 2788 | 2025-07-23T09:07:12.385Z | Checking uzers v0.12.1 |
| 2789 | 2025-07-23T09:07:12.791Z | Checking datatest-stable v0.3.2 |
| 2790 | 2025-07-23T09:07:13.389Z | Checking rust-argon2 v2.1.0 |
| 2791 | 2025-07-23T09:07:14.273Z | Checking trybuild v1.0.105 |
| 2792 | 2025-07-23T09:07:15.311Z | Checking rstest v0.25.0 |
| 2793 | 2025-07-23T09:07:15.458Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2794 | 2025-07-23T09:07:15.575Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2795 | 2025-07-23T09:07:16.559Z | Compiling git2 v0.19.0 |
| 2796 | 2025-07-23T09:07:16.608Z | Checking support-bundle-viewer v0.1.2 |
| 2797 | 2025-07-23T09:07:16.834Z | Compiling samael v0.0.19 |
| 2798 | 2025-07-23T09:07:17.034Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2799 | 2025-07-23T09:07:17.370Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2800 | 2025-07-23T09:07:17.703Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2801 | 2025-07-23T09:07:18.165Z | Checking rand_distr v0.4.3 |
| 2802 | 2025-07-23T09:07:18.835Z | Checking multimap v0.10.1 |
| 2803 | 2025-07-23T09:07:19.161Z | Checking approx v0.5.1 |
| 2804 | 2025-07-23T09:07:19.542Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2805 | 2025-07-23T09:07:20.360Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2806 | 2025-07-23T09:07:20.974Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2807 | 2025-07-23T09:07:21.019Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2808 | 2025-07-23T09:07:22.054Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2809 | 2025-07-23T09:07:22.455Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2810 | 2025-07-23T09:07:22.503Z | Checking partial-io v0.5.4 |
| 2811 | 2025-07-23T09:07:22.885Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2812 | 2025-07-23T09:07:23.104Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2813 | 2025-07-23T09:07:23.324Z | Checking cargo_toml v0.21.0 |
| 2814 | 2025-07-23T09:07:23.428Z | Checking termios v0.3.3 |
| 2815 | 2025-07-23T09:07:23.658Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2816 | 2025-07-23T09:07:23.774Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2817 | 2025-07-23T09:07:23.931Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2818 | 2025-07-23T09:07:24.944Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2819 | 2025-07-23T09:07:25.732Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2820 | 2025-07-23T09:07:27.662Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2821 | 2025-07-23T09:07:42.449Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2822 | 2025-07-23T09:07:45.028Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2823 | 2025-07-23T09:07:50.437Z | Compiling polar-core v0.27.3 |
| 2824 | 2025-07-23T09:07:55.902Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2825 | 2025-07-23T09:07:59.948Z | Checking oso v0.27.3 |
| 2826 | 2025-07-23T09:08:04.459Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2827 | 2025-07-23T09:08:06.285Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2828 | 2025-07-23T09:08:15.708Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2829 | 2025-07-23T09:08:17.599Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2830 | 2025-07-23T09:08:19.457Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2831 | 2025-07-23T09:08:59.249Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2832 | 2025-07-23T09:08:59.249Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2833 | 2025-07-23T09:08:59.274Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2834 | 2025-07-23T09:08:59.952Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2835 | 2025-07-23T09:10:43.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 49s |
| 2836 | 2025-07-23T09:10:43.659Z | |
| 2837 | 2025-07-23T09:10:43.659Z | real 6:55.153193486 |
| 2838 | 2025-07-23T09:10:43.659Z | user 34:44.828320827 |
| 2839 | 2025-07-23T09:10:43.659Z | sys 6:53.739549687 |
| 2840 | 2025-07-23T09:10:43.659Z | trap 1.000745811 |
| 2841 | 2025-07-23T09:10:43.659Z | tflt 0.274528722 |
| 2842 | 2025-07-23T09:10:43.660Z | dflt 0.341018345 |
| 2843 | 2025-07-23T09:10:43.660Z | kflt 0.001098754 |
| 2844 | 2025-07-23T09:10:43.660Z | lock 1:27:29.119553168 |
| 2845 | 2025-07-23T09:10:43.685Z | slp 1:56:32.839794517 |
| 2846 | 2025-07-23T09:10:43.685Z | lat 2:18.976449453 |
| 2847 | 2025-07-23T09:10:43.685Z | stop 12:24.117094381 |
| 2848 | 2025-07-23T09:10:43.685Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 2849 | 2025-07-23T09:10:43.685Z | + ptime -m cargo doc --workspace --no-deps |
| 2850 | 2025-07-23T09:10:45.311Z | warning: output filename collision. |
| 2851 | 2025-07-23T09:10:45.311Z | 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)`. |
| 2852 | 2025-07-23T09:10:45.311Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2853 | 2025-07-23T09:10:45.311Z | The targets should have unique names. |
| 2854 | 2025-07-23T09:10:45.311Z | This is a known bug where multiple crates with the same name use |
| 2855 | 2025-07-23T09:10:45.311Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2856 | 2025-07-23T09:10:46.742Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2857 | 2025-07-23T09:10:46.816Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2858 | 2025-07-23T09:10:46.852Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2859 | 2025-07-23T09:10:46.937Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2025-07-23T09:10:46.978Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2861 | 2025-07-23T09:10:47.003Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2862 | 2025-07-23T09:10:47.003Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2863 | 2025-07-23T09:10:47.265Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2864 | 2025-07-23T09:10:47.303Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2865 | 2025-07-23T09:10:47.354Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2866 | 2025-07-23T09:10:47.354Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2867 | 2025-07-23T09:10:47.524Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2868 | 2025-07-23T09:10:47.600Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2869 | 2025-07-23T09:10:47.706Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2870 | 2025-07-23T09:10:47.820Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2871 | 2025-07-23T09:10:47.853Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2872 | 2025-07-23T09:10:47.953Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2873 | 2025-07-23T09:10:48.049Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2874 | 2025-07-23T09:10:48.083Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2875 | 2025-07-23T09:10:48.340Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2876 | 2025-07-23T09:10:48.392Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2877 | 2025-07-23T09:10:48.464Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2878 | 2025-07-23T09:10:48.656Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2879 | 2025-07-23T09:10:48.808Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2880 | 2025-07-23T09:10:49.083Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2881 | 2025-07-23T09:10:49.242Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2882 | 2025-07-23T09:10:49.275Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2883 | 2025-07-23T09:10:49.591Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2884 | 2025-07-23T09:10:49.939Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2885 | 2025-07-23T09:10:50.041Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2886 | 2025-07-23T09:10:50.169Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2887 | 2025-07-23T09:10:50.201Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2888 | 2025-07-23T09:10:50.554Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2889 | 2025-07-23T09:10:50.664Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2890 | 2025-07-23T09:10:50.704Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2891 | 2025-07-23T09:10:50.777Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2892 | 2025-07-23T09:10:51.085Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2893 | 2025-07-23T09:10:51.131Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2894 | 2025-07-23T09:10:51.184Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2895 | 2025-07-23T09:10:51.227Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2896 | 2025-07-23T09:10:51.275Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2897 | 2025-07-23T09:10:51.363Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2898 | 2025-07-23T09:10:51.483Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2899 | 2025-07-23T09:10:51.628Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2900 | 2025-07-23T09:10:51.666Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2901 | 2025-07-23T09:10:51.702Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2902 | 2025-07-23T09:10:51.789Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2903 | 2025-07-23T09:10:51.874Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2904 | 2025-07-23T09:10:52.035Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2905 | 2025-07-23T09:10:52.060Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2906 | 2025-07-23T09:10:52.132Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2907 | 2025-07-23T09:10:52.180Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2908 | 2025-07-23T09:10:52.353Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2909 | 2025-07-23T09:10:52.619Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2910 | 2025-07-23T09:10:52.655Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2911 | 2025-07-23T09:10:52.697Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2912 | 2025-07-23T09:10:52.779Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2913 | 2025-07-23T09:10:52.986Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2914 | 2025-07-23T09:10:53.142Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2915 | 2025-07-23T09:10:53.643Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2916 | 2025-07-23T09:10:54.125Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2917 | 2025-07-23T09:10:54.819Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2918 | 2025-07-23T09:10:55.869Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2919 | 2025-07-23T09:10:56.894Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2920 | 2025-07-23T09:10:57.228Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2921 | 2025-07-23T09:10:57.632Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2922 | 2025-07-23T09:10:57.876Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2923 | 2025-07-23T09:10:58.145Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2924 | 2025-07-23T09:10:59.897Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2925 | 2025-07-23T09:11:00.078Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2926 | 2025-07-23T09:11:00.149Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2927 | 2025-07-23T09:11:00.650Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2928 | 2025-07-23T09:11:00.811Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2929 | 2025-07-23T09:11:01.947Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2930 | 2025-07-23T09:11:02.638Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2931 | 2025-07-23T09:11:03.170Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2932 | 2025-07-23T09:11:03.595Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2933 | 2025-07-23T09:11:03.663Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2934 | 2025-07-23T09:11:03.906Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2935 | 2025-07-23T09:11:04.011Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2936 | 2025-07-23T09:11:04.305Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2937 | 2025-07-23T09:11:04.442Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2938 | 2025-07-23T09:11:06.871Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2939 | 2025-07-23T09:11:07.852Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2940 | 2025-07-23T09:11:08.728Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2941 | 2025-07-23T09:11:08.755Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2942 | 2025-07-23T09:11:09.218Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2943 | 2025-07-23T09:11:09.829Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2944 | 2025-07-23T09:11:09.932Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2945 | 2025-07-23T09:11:10.648Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2946 | 2025-07-23T09:11:11.067Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2947 | 2025-07-23T09:11:11.742Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2948 | 2025-07-23T09:11:11.868Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2949 | 2025-07-23T09:11:12.946Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2950 | 2025-07-23T09:11:13.211Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2951 | 2025-07-23T09:11:13.563Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2952 | 2025-07-23T09:11:13.648Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2953 | 2025-07-23T09:11:14.495Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2954 | 2025-07-23T09:11:15.020Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2955 | 2025-07-23T09:11:15.076Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2956 | 2025-07-23T09:11:15.663Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2957 | 2025-07-23T09:11:16.021Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2958 | 2025-07-23T09:11:16.464Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2959 | 2025-07-23T09:11:17.330Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2960 | 2025-07-23T09:11:17.435Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2961 | 2025-07-23T09:11:18.469Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2962 | 2025-07-23T09:11:18.838Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2963 | 2025-07-23T09:11:19.182Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2964 | 2025-07-23T09:11:19.517Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2965 | 2025-07-23T09:11:19.834Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2966 | 2025-07-23T09:11:19.912Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2967 | 2025-07-23T09:11:20.047Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2968 | 2025-07-23T09:11:20.753Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2969 | 2025-07-23T09:11:20.831Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2970 | 2025-07-23T09:11:20.856Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2971 | 2025-07-23T09:11:20.881Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2972 | 2025-07-23T09:11:20.881Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2973 | 2025-07-23T09:11:21.418Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2974 | 2025-07-23T09:11:21.553Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2975 | 2025-07-23T09:11:21.595Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2976 | 2025-07-23T09:11:21.748Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2977 | 2025-07-23T09:11:21.921Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2978 | 2025-07-23T09:11:22.101Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2979 | 2025-07-23T09:11:22.514Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2980 | 2025-07-23T09:11:22.849Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2981 | 2025-07-23T09:11:22.896Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2982 | 2025-07-23T09:11:23.813Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2983 | 2025-07-23T09:11:24.070Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2984 | 2025-07-23T09:11:24.103Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2985 | 2025-07-23T09:11:25.462Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2986 | 2025-07-23T09:11:25.592Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2987 | 2025-07-23T09:11:26.286Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2988 | 2025-07-23T09:11:26.333Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2989 | 2025-07-23T09:11:26.381Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2990 | 2025-07-23T09:11:26.435Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2991 | 2025-07-23T09:11:26.589Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2992 | 2025-07-23T09:11:27.432Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2993 | 2025-07-23T09:11:28.556Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2994 | 2025-07-23T09:11:28.595Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2995 | 2025-07-23T09:11:29.138Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2996 | 2025-07-23T09:11:29.352Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2997 | 2025-07-23T09:11:29.636Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2998 | 2025-07-23T09:11:29.801Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2999 | 2025-07-23T09:11:30.080Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3000 | 2025-07-23T09:11:30.414Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3001 | 2025-07-23T09:11:32.054Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3002 | 2025-07-23T09:11:32.332Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3003 | 2025-07-23T09:11:33.472Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3004 | 2025-07-23T09:11:33.916Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3005 | 2025-07-23T09:11:35.293Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3006 | 2025-07-23T09:11:35.447Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3007 | 2025-07-23T09:11:35.901Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3008 | 2025-07-23T09:11:36.526Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3009 | 2025-07-23T09:11:37.458Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3010 | 2025-07-23T09:11:37.617Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3011 | 2025-07-23T09:11:37.791Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3012 | 2025-07-23T09:11:38.541Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3013 | 2025-07-23T09:11:39.738Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3014 | 2025-07-23T09:11:41.545Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3015 | 2025-07-23T09:11:44.373Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3016 | 2025-07-23T09:11:44.739Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3017 | 2025-07-23T09:11:47.798Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3018 | 2025-07-23T09:11:51.898Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3019 | 2025-07-23T09:11:52.435Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3020 | 2025-07-23T09:11:52.491Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3021 | 2025-07-23T09:11:52.609Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3022 | 2025-07-23T09:11:53.253Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3023 | 2025-07-23T09:11:53.302Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3024 | 2025-07-23T09:11:57.771Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3025 | 2025-07-23T09:11:59.848Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3026 | 2025-07-23T09:12:01.718Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3027 | 2025-07-23T09:12:02.052Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3028 | 2025-07-23T09:12:02.416Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3029 | 2025-07-23T09:12:04.973Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3030 | 2025-07-23T09:12:05.086Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3031 | 2025-07-23T09:12:06.315Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3032 | 2025-07-23T09:12:06.685Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3033 | 2025-07-23T09:12:09.059Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3034 | 2025-07-23T09:12:09.877Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3035 | 2025-07-23T09:12:10.076Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3036 | 2025-07-23T09:12:10.445Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3037 | 2025-07-23T09:12:13.694Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3038 | 2025-07-23T09:12:13.901Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3039 | 2025-07-23T09:12:13.972Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3040 | 2025-07-23T09:12:14.978Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3041 | 2025-07-23T09:12:16.132Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3042 | 2025-07-23T09:12:17.011Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3043 | 2025-07-23T09:12:18.384Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3044 | 2025-07-23T09:12:18.778Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3045 | 2025-07-23T09:12:18.899Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3046 | 2025-07-23T09:12:21.114Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3047 | 2025-07-23T09:12:22.551Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3048 | 2025-07-23T09:12:22.619Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3049 | 2025-07-23T09:12:23.114Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3050 | 2025-07-23T09:12:24.428Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3051 | 2025-07-23T09:12:24.555Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3052 | 2025-07-23T09:12:26.187Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3053 | 2025-07-23T09:12:26.362Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3054 | 2025-07-23T09:12:27.170Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3055 | 2025-07-23T09:12:28.088Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3056 | 2025-07-23T09:12:28.931Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3057 | 2025-07-23T09:12:29.450Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3058 | 2025-07-23T09:12:30.042Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3059 | 2025-07-23T09:12:30.688Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3060 | 2025-07-23T09:12:31.339Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3061 | 2025-07-23T09:12:32.562Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3062 | 2025-07-23T09:12:32.791Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3063 | 2025-07-23T09:12:33.549Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3064 | 2025-07-23T09:12:33.888Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3065 | 2025-07-23T09:12:34.478Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3066 | 2025-07-23T09:12:35.253Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3067 | 2025-07-23T09:12:35.511Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3068 | 2025-07-23T09:12:36.770Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3069 | 2025-07-23T09:12:37.489Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3070 | 2025-07-23T09:12:38.540Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3071 | 2025-07-23T09:12:39.376Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3072 | 2025-07-23T09:12:39.912Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3073 | 2025-07-23T09:12:39.942Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3074 | 2025-07-23T09:12:40.061Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3075 | 2025-07-23T09:12:40.869Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3076 | 2025-07-23T09:12:42.019Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3077 | 2025-07-23T09:12:43.588Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3078 | 2025-07-23T09:12:44.081Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3079 | 2025-07-23T09:12:44.130Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3080 | 2025-07-23T09:12:44.560Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3081 | 2025-07-23T09:12:45.355Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3082 | 2025-07-23T09:12:45.624Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3083 | 2025-07-23T09:12:46.509Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3084 | 2025-07-23T09:12:46.548Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3085 | 2025-07-23T09:12:47.026Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3086 | 2025-07-23T09:12:47.257Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3087 | 2025-07-23T09:12:48.513Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3088 | 2025-07-23T09:12:48.648Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3089 | 2025-07-23T09:12:49.078Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3090 | 2025-07-23T09:12:50.477Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3091 | 2025-07-23T09:12:50.681Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3092 | 2025-07-23T09:12:50.802Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3093 | 2025-07-23T09:12:51.345Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3094 | 2025-07-23T09:12:51.399Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3095 | 2025-07-23T09:12:51.701Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3096 | 2025-07-23T09:12:52.363Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3097 | 2025-07-23T09:12:52.851Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3098 | 2025-07-23T09:12:53.119Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3099 | 2025-07-23T09:12:54.695Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3100 | 2025-07-23T09:12:54.753Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3101 | 2025-07-23T09:12:54.870Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3102 | 2025-07-23T09:12:55.338Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3103 | 2025-07-23T09:12:55.519Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3104 | 2025-07-23T09:12:56.344Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3105 | 2025-07-23T09:12:56.639Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3106 | 2025-07-23T09:12:57.002Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3107 | 2025-07-23T09:12:57.267Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3108 | 2025-07-23T09:12:57.304Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3109 | 2025-07-23T09:12:58.372Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3110 | 2025-07-23T09:12:58.943Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3111 | 2025-07-23T09:12:59.550Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3112 | 2025-07-23T09:13:05.137Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3113 | 2025-07-23T09:13:05.352Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3114 | 2025-07-23T09:13:05.491Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3115 | 2025-07-23T09:13:07.534Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3116 | 2025-07-23T09:13:07.631Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3117 | 2025-07-23T09:13:09.822Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3118 | 2025-07-23T09:13:10.876Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3119 | 2025-07-23T09:13:11.018Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3120 | 2025-07-23T09:13:11.643Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3121 | 2025-07-23T09:13:13.267Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3122 | 2025-07-23T09:13:13.302Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3123 | 2025-07-23T09:13:13.341Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3124 | 2025-07-23T09:13:13.701Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3125 | 2025-07-23T09:13:13.852Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3126 | 2025-07-23T09:13:14.025Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3127 | 2025-07-23T09:13:14.199Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3128 | 2025-07-23T09:13:14.234Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3129 | 2025-07-23T09:13:14.269Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3130 | 2025-07-23T09:13:14.714Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3131 | 2025-07-23T09:13:15.004Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3132 | 2025-07-23T09:13:15.158Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3133 | 2025-07-23T09:13:15.189Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3134 | 2025-07-23T09:13:15.542Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3135 | 2025-07-23T09:13:16.145Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3136 | 2025-07-23T09:13:16.255Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3137 | 2025-07-23T09:13:16.288Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3138 | 2025-07-23T09:13:16.723Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3139 | 2025-07-23T09:13:17.426Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3140 | 2025-07-23T09:13:17.473Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3141 | 2025-07-23T09:13:17.569Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3142 | 2025-07-23T09:13:17.955Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3143 | 2025-07-23T09:13:18.504Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3144 | 2025-07-23T09:13:18.536Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3145 | 2025-07-23T09:14:09.115Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3146 | 2025-07-23T09:14:19.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 35s |
| 3147 | 2025-07-23T09:14:19.348Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 168 other files |
| 3148 | 2025-07-23T09:14:19.467Z | |
| 3149 | 2025-07-23T09:14:19.467Z | real 3:35.723124489 |
| 3150 | 2025-07-23T09:14:19.467Z | user 18:22.248321346 |
| 3151 | 2025-07-23T09:14:19.492Z | sys 3:32.099724649 |
| 3152 | 2025-07-23T09:14:19.492Z | trap 0.470699086 |
| 3153 | 2025-07-23T09:14:19.492Z | tflt 0.102674959 |
| 3154 | 2025-07-23T09:14:19.492Z | dflt 0.068227154 |
| 3155 | 2025-07-23T09:14:19.492Z | kflt 0.001471148 |
| 3156 | 2025-07-23T09:14:19.492Z | lock 45:39.252840667 |
| 3157 | 2025-07-23T09:14:19.492Z | slp 53:29.402758461 |
| 3158 | 2025-07-23T09:14:19.492Z | lat 1:32.145903568 |
| 3159 | 2025-07-23T09:14:19.492Z | stop 2:01.188597582 |
| 3160 | 2025-07-23T09:14:19.492Z | process exited: duration 936635 ms, exit code 0 |
| |
| 3161 | 2025-07-23T09:14:19.542Z | found 0 output files |