|
|
|
| 1 | 2025-09-20T23:24:33.574Z | job assigned to worker 01K5MQ2BAZJBFYDDTTBE1Z32RM [factory gimlet-EVT22200007-propolis, EVT22200007/42573] (queued for 30 s) |
| |
| 2 | 2025-09-20T23:24:42.403Z | starting task 0: "setup" |
| 3 | 2025-09-20T23:24:42.428Z | ++ uname -s |
| 4 | 2025-09-20T23:24:42.428Z | + kern=SunOS |
| 5 | 2025-09-20T23:24:42.428Z | + build_user=build |
| 6 | 2025-09-20T23:24:42.428Z | + build_uid=12345 |
| 7 | 2025-09-20T23:24:42.428Z | + work_dir=/work |
| 8 | 2025-09-20T23:24:42.428Z | + input_dir=/input |
| 9 | 2025-09-20T23:24:42.428Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-20T23:24:42.428Z | + case "$kern" in |
| 11 | 2025-09-20T23:24:42.428Z | + groupadd -g 12345 build |
| 12 | 2025-09-20T23:24:42.428Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-20T23:24:44.426Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-20T23:24:44.460Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-20T23:24:44.485Z | + home_fs=zfs |
| 16 | 2025-09-20T23:24:44.485Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-20T23:24:44.485Z | + mkdir -p /home/build |
| 18 | 2025-09-20T23:24:44.485Z | + chown build:build /home/build /work |
| 19 | 2025-09-20T23:24:46.469Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-20T23:24:46.494Z | process exited: duration 4073 ms, exit code 0 |
| |
| 21 | 2025-09-20T23:24:46.545Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-20T23:24:46.570Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-20T23:24:46.570Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-20T23:24:46.570Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-09-20T23:24:46.570Z | * rust toolchain channel = "1.89.0" |
| 26 | 2025-09-20T23:24:46.570Z | * rust toolchain profile = "default" |
| 27 | 2025-09-20T23:24:46.570Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-20T23:24:46.570Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-20T23:24:46.570Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-20T23:24:46.691Z | info: downloading installer |
| 31 | 2025-09-20T23:24:47.238Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-20T23:24:47.238Z | warn: /opt/ooce/bin |
| 33 | 2025-09-20T23:24:47.238Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-20T23:24:47.238Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-20T23:24:47.238Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-20T23:24:47.239Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-20T23:24:47.239Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-20T23:24:47.239Z | error: cannot install while Rust is installed |
| 39 | 2025-09-20T23:24:47.239Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-20T23:24:47.263Z | info: profile set to 'default' |
| 41 | 2025-09-20T23:24:47.263Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-20T23:24:47.263Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-20T23:24:47.377Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-20T23:24:47.377Z | info: downloading component 'cargo' |
| 45 | 2025-09-20T23:24:47.527Z | info: downloading component 'clippy' |
| 46 | 2025-09-20T23:24:47.593Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-20T23:24:47.916Z | info: downloading component 'rust-std' |
| 48 | 2025-09-20T23:24:48.298Z | info: downloading component 'rustc' |
| 49 | 2025-09-20T23:24:49.716Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-20T23:24:49.843Z | info: installing component 'cargo' |
| 51 | 2025-09-20T23:24:51.124Z | info: installing component 'clippy' |
| 52 | 2025-09-20T23:24:51.629Z | info: installing component 'rust-docs' |
| 53 | 2025-09-20T23:24:54.773Z | info: installing component 'rust-std' |
| 54 | 2025-09-20T23:24:56.952Z | info: installing component 'rustc' |
| 55 | 2025-09-20T23:25:05.232Z | info: installing component 'rustfmt' |
| 56 | 2025-09-20T23:25:05.619Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-20T23:25:05.619Z | |
| 58 | 2025-09-20T23:25:05.797Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-20T23:25:05.797Z | |
| 60 | 2025-09-20T23:25:05.797Z | |
| 61 | 2025-09-20T23:25:05.797Z | Rust is installed now. Great! |
| 62 | 2025-09-20T23:25:05.797Z | |
| 63 | 2025-09-20T23:25:05.797Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-20T23:25:05.797Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-20T23:25:05.797Z | |
| 66 | 2025-09-20T23:25:05.797Z | To configure your current shell, you need to source |
| 67 | 2025-09-20T23:25:05.797Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-20T23:25:05.797Z | |
| 69 | 2025-09-20T23:25:05.797Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-20T23:25:05.797Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-20T23:25:05.822Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-20T23:25:05.822Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-20T23:25:05.925Z | + rustup --version |
| 74 | 2025-09-20T23:25:05.950Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-20T23:25:05.950Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-20T23:25:06.080Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-20T23:25:06.108Z | + cargo --version |
| 78 | 2025-09-20T23:25:06.202Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-20T23:25:06.228Z | + rustc --version |
| 80 | 2025-09-20T23:25:06.340Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-20T23:25:06.399Z | process exited: duration 19801 ms, exit code 0 |
| |
| 82 | 2025-09-20T23:25:06.462Z | starting task 2: "authentication" |
| 83 | 2025-09-20T23:25:06.643Z | process exited: duration 116 ms, exit code 0 |
| |
| 84 | 2025-09-20T23:25:06.791Z | starting task 3: "clone repository" |
| 85 | 2025-09-20T23:25:06.827Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-20T23:25:06.827Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-20T23:25:06.827Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-20T23:25:20.434Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-20T23:25:20.434Z | + git fetch origin 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 90 | 2025-09-20T23:25:20.901Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-20T23:25:20.901Z | * branch 066fb4828f500adfdc13845d4f94f9016c4f54da -> FETCH_HEAD |
| 92 | 2025-09-20T23:25:20.932Z | + [[ -n labbott/cosmo_awareness ]] |
| 93 | 2025-09-20T23:25:20.932Z | ++ git branch --show-current |
| 94 | 2025-09-20T23:25:20.933Z | + current=main |
| 95 | 2025-09-20T23:25:20.933Z | + [[ main != labbott/cosmo_awareness ]] |
| 96 | 2025-09-20T23:25:20.933Z | + git branch -f labbott/cosmo_awareness 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 97 | 2025-09-20T23:25:20.933Z | + git checkout -f labbott/cosmo_awareness |
| 98 | 2025-09-20T23:25:21.210Z | Switched to branch 'labbott/cosmo_awareness' |
| 99 | 2025-09-20T23:25:21.235Z | + git reset --hard 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 100 | 2025-09-20T23:25:21.259Z | HEAD is now at 066fb4828 Make wicketd + installinator cosmo aware |
| 101 | 2025-09-20T23:25:21.259Z | process exited: duration 14485 ms, exit code 0 |
| |
| 102 | 2025-09-20T23:25:21.309Z | starting task 4: "build" |
| 103 | 2025-09-20T23:25:21.334Z | + source ./env.sh |
| 104 | 2025-09-20T23:25:21.334Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2025-09-20T23:25:21.334Z | ++ set -o xtrace |
| 106 | 2025-09-20T23:25:21.334Z | ++++ dirname ./env.sh |
| 107 | 2025-09-20T23:25:21.334Z | +++ readlink -f . |
| 108 | 2025-09-20T23:25:21.334Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2025-09-20T23:25:21.334Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2025-09-20T23:25:21.334Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-09-20T23:25:21.334Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2025-09-20T23:25:21.335Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2025-09-20T23:25:21.335Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2025-09-20T23:25:21.335Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2025-09-20T23:25:21.335Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2025-09-20T23:25:21.335Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-09-20T23:25:21.335Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2025-09-20T23:25:21.335Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2025-09-20T23:25:21.335Z | + source .github/buildomat/ci-env.sh |
| 120 | 2025-09-20T23:25:21.335Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2025-09-20T23:25:21.335Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2025-09-20T23:25:21.335Z | + cargo --version |
| 123 | 2025-09-20T23:25:21.401Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 124 | 2025-09-20T23:25:21.425Z | + rustc --version |
| 125 | 2025-09-20T23:25:21.496Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 126 | 2025-09-20T23:25:21.521Z | + banner prerequisites |
| 127 | 2025-09-20T23:25:21.521Z | |
| 128 | 2025-09-20T23:25:21.521Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2025-09-20T23:25:21.521Z | # # # # # # # # # # # # # # # |
| 130 | 2025-09-20T23:25:21.521Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2025-09-20T23:25:21.521Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2025-09-20T23:25:21.521Z | # # # # # # # # # # # # # # # |
| 133 | 2025-09-20T23:25:21.521Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2025-09-20T23:25:21.521Z | |
| 135 | 2025-09-20T23:25:21.521Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2025-09-20T23:25:35.629Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2025-09-20T23:25:44.919Z | Startup: Caching catalogs ... Done |
| 138 | 2025-09-20T23:25:54.497Z | Planning: Solver setup ... Done (8.017s) |
| 139 | 2025-09-20T23:25:54.570Z | Planning: Running solver ... Done (0.073s) |
| 140 | 2025-09-20T23:25:54.660Z | Planning: Finding local manifests ... Done (0.002s) |
| 141 | 2025-09-20T23:25:54.740Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2025-09-20T23:25:55.109Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2025-09-20T23:25:55.174Z | Planning: Package planning ... Done (0.065s) |
| 144 | 2025-09-20T23:25:55.236Z | Planning: Merging actions ... Done (0.062s) |
| 145 | 2025-09-20T23:25:55.581Z | Planning: Checking for conflicting actions ... Done (0.345s) |
| 146 | 2025-09-20T23:25:55.605Z | Planning: Consolidating action changes ... Done (0.014s) |
| 147 | 2025-09-20T23:25:56.253Z | Planning: Evaluating mediators ... Done (0.657s) |
| 148 | 2025-09-20T23:25:56.278Z | Planning: Planning completed in 11.24 seconds |
| 149 | 2025-09-20T23:25:56.303Z | Packages to install: 4 |
| 150 | 2025-09-20T23:25:56.303Z | Mediators to change: 2 |
| 151 | 2025-09-20T23:25:56.303Z | Services to change: 1 |
| 152 | 2025-09-20T23:25:56.303Z | Estimated space available: 155.01 GB |
| 153 | 2025-09-20T23:25:56.303Z | Estimated space to be consumed: 1.72 GB |
| 154 | 2025-09-20T23:25:56.303Z | Create boot environment: No |
| 155 | 2025-09-20T23:25:56.303Z | Create backup boot environment: No |
| 156 | 2025-09-20T23:25:56.303Z | Rebuild boot archive: No |
| 157 | 2025-09-20T23:25:56.303Z | |
| 158 | 2025-09-20T23:25:56.303Z | Changed mediators: |
| 159 | 2025-09-20T23:25:56.303Z | mediator clang: |
| 160 | 2025-09-20T23:25:56.303Z | version: None -> 15 (system default) |
| 161 | 2025-09-20T23:25:56.303Z | |
| 162 | 2025-09-20T23:25:56.303Z | mediator llvm: |
| 163 | 2025-09-20T23:25:56.303Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2025-09-20T23:25:56.304Z | |
| 165 | 2025-09-20T23:25:56.304Z | Changed packages: |
| 166 | 2025-09-20T23:25:56.304Z | helios-dev |
| 167 | 2025-09-20T23:25:56.304Z | developer/build-essential |
| 168 | 2025-09-20T23:25:56.304Z | None -> 11-2.0 |
| 169 | 2025-09-20T23:25:56.304Z | library/libxmlsec1 |
| 170 | 2025-09-20T23:25:56.304Z | None -> 1.2.35-2.0 |
| 171 | 2025-09-20T23:25:56.304Z | ooce/developer/clang-15 |
| 172 | 2025-09-20T23:25:56.304Z | None -> 15.0.7-2.0 |
| 173 | 2025-09-20T23:25:56.304Z | ooce/developer/llvm-15 |
| 174 | 2025-09-20T23:25:56.304Z | None -> 15.0.7-2.0 |
| 175 | 2025-09-20T23:25:56.304Z | |
| 176 | 2025-09-20T23:25:56.304Z | Services: |
| 177 | 2025-09-20T23:25:56.304Z | restart_fmri: |
| 178 | 2025-09-20T23:25:56.304Z | svc:/system/update-man-index:default |
| 179 | 2025-09-20T23:25:56.338Z | |
| 180 | 2025-09-20T23:25:56.338Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2025-09-20T23:26:01.338Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s) |
| 182 | 2025-09-20T23:26:06.339Z | Download: 2755/3290 items 120.7/212.6MB 56% complete (12.2M/s) |
| 183 | 2025-09-20T23:26:11.340Z | Download: 3248/3290 items 196.1/212.6MB 92% complete (11.2M/s) |
| 184 | 2025-09-20T23:26:14.502Z | Download: Completed 212.60 MB in 18.16 seconds (11.7M/s) |
| 185 | 2025-09-20T23:26:14.670Z | Actions: 1/3689 actions (Installing new actions) |
| 186 | 2025-09-20T23:26:19.670Z | Actions: 2675/3689 actions (Installing new actions) |
| 187 | 2025-09-20T23:26:20.582Z | Actions: Completed 3689 actions in 5.91 seconds. |
| 188 | 2025-09-20T23:26:21.486Z | Done (0.898s) |
| 189 | 2025-09-20T23:26:21.486Z | Done (0.000s) |
| 190 | 2025-09-20T23:26:22.595Z | Done (1.109s) |
| 191 | 2025-09-20T23:26:27.748Z | Done (4.921s) |
| 192 | 2025-09-20T23:26:27.852Z | Done (0.019s) |
| 193 | 2025-09-20T23:26:27.877Z | Done (0.000s) |
| 194 | 2025-09-20T23:26:28.030Z | Done (0.000s) |
| 195 | 2025-09-20T23:26:28.985Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2025-09-20T23:26:29.271Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2025-09-20T23:26:29.295Z | Planning: Consolidating action changes ... Done |
| 198 | 2025-09-20T23:26:29.602Z | Planning: Evaluating mediators ... Done |
| 199 | 2025-09-20T23:26:29.626Z | Planning: Planning completed in 0.62 seconds |
| 200 | 2025-09-20T23:26:29.651Z | Mediators to change: 2 |
| 201 | 2025-09-20T23:26:29.651Z | Create boot environment: No |
| 202 | 2025-09-20T23:26:29.651Z | Create backup boot environment: No |
| 203 | 2025-09-20T23:26:29.696Z | Done |
| 204 | 2025-09-20T23:26:29.696Z | Done |
| 205 | 2025-09-20T23:26:30.545Z | Done |
| 206 | 2025-09-20T23:26:35.081Z | Done |
| 207 | 2025-09-20T23:26:35.167Z | Done |
| 208 | 2025-09-20T23:26:35.192Z | Done |
| 209 | 2025-09-20T23:26:35.216Z | Done |
| 210 | 2025-09-20T23:26:35.951Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2025-09-20T23:26:35.976Z | Planning: Merging actions ... Done |
| 212 | 2025-09-20T23:26:36.187Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2025-09-20T23:26:36.212Z | Planning: Consolidating action changes ... Done |
| 214 | 2025-09-20T23:26:36.510Z | Planning: Evaluating mediators ... Done |
| 215 | 2025-09-20T23:26:36.578Z | Planning: Planning completed in 0.93 seconds |
| 216 | 2025-09-20T23:26:36.619Z | Packages to change: 1 |
| 217 | 2025-09-20T23:26:36.619Z | Mediators to change: 1 |
| 218 | 2025-09-20T23:26:36.619Z | Services to change: 1 |
| 219 | 2025-09-20T23:26:36.619Z | Create boot environment: No |
| 220 | 2025-09-20T23:26:36.619Z | Create backup boot environment: Yes |
| 221 | 2025-09-20T23:26:38.485Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2025-09-20T23:26:38.509Z | Actions: Completed 6 actions in 0.00 seconds. |
| 223 | 2025-09-20T23:26:38.509Z | Done |
| 224 | 2025-09-20T23:26:38.510Z | Done |
| 225 | 2025-09-20T23:26:38.707Z | Done |
| 226 | 2025-09-20T23:26:43.318Z | Done |
| 227 | 2025-09-20T23:26:43.412Z | Done |
| 228 | 2025-09-20T23:26:43.412Z | Done |
| 229 | 2025-09-20T23:26:43.517Z | Done |
| 230 | 2025-09-20T23:26:44.078Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2025-09-20T23:26:44.078Z | clang system 15 system |
| 232 | 2025-09-20T23:26:44.078Z | csh system system illumos |
| 233 | 2025-09-20T23:26:44.078Z | ctags system system illumos |
| 234 | 2025-09-20T23:26:44.078Z | file system system illumos |
| 235 | 2025-09-20T23:26:44.078Z | gcc vendor 12 vendor |
| 236 | 2025-09-20T23:26:44.078Z | gcc system 10 system |
| 237 | 2025-09-20T23:26:44.078Z | gcc system 7 system |
| 238 | 2025-09-20T23:26:44.078Z | go system 1.20 system |
| 239 | 2025-09-20T23:26:44.078Z | go system 1.19 system |
| 240 | 2025-09-20T23:26:44.078Z | llvm system 15 system |
| 241 | 2025-09-20T23:26:44.078Z | llvm system 14 system |
| 242 | 2025-09-20T23:26:44.078Z | mariadb system 10.6 system |
| 243 | 2025-09-20T23:26:44.078Z | mta vendor vendor dma |
| 244 | 2025-09-20T23:26:44.078Z | openjdk system 17 system |
| 245 | 2025-09-20T23:26:44.078Z | openjdk system 11 system |
| 246 | 2025-09-20T23:26:44.078Z | openjdk system 1.8 system |
| 247 | 2025-09-20T23:26:44.078Z | openssl vendor 3 vendor |
| 248 | 2025-09-20T23:26:44.078Z | perl system 5.36 system |
| 249 | 2025-09-20T23:26:44.078Z | postgresql system 15 system |
| 250 | 2025-09-20T23:26:44.078Z | postgresql system 13 system |
| 251 | 2025-09-20T23:26:44.078Z | python vendor 3 vendor |
| 252 | 2025-09-20T23:26:44.078Z | python system 2 system |
| 253 | 2025-09-20T23:26:44.078Z | python3 system 3.11 system |
| 254 | 2025-09-20T23:26:44.078Z | ruby system 3.0 system |
| 255 | 2025-09-20T23:26:44.078Z | words vendor vendor american-english |
| 256 | 2025-09-20T23:26:44.078Z | words system system australian-english |
| 257 | 2025-09-20T23:26:44.078Z | words system system british-english |
| 258 | 2025-09-20T23:26:44.078Z | words system system canadian-english |
| 259 | 2025-09-20T23:26:44.078Z | words system system french |
| 260 | 2025-09-20T23:26:44.078Z | words system system italian |
| 261 | 2025-09-20T23:26:44.078Z | words system system ngerman |
| 262 | 2025-09-20T23:26:44.078Z | words system system ogerman |
| 263 | 2025-09-20T23:26:44.078Z | words system system spanish |
| 264 | 2025-09-20T23:26:44.451Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2025-09-20T23:26:44.451Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2025-09-20T23:26:50.330Z | FMRI IFO |
| 267 | 2025-09-20T23:26:50.330Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2025-09-20T23:26:50.330Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2025-09-20T23:26:50.330Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2025-09-20T23:26:50.331Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2025-09-20T23:26:51.423Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2025-09-20T23:26:51.828Z | Updating crates.io index |
| 285 | 2025-09-20T23:26:51.852Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 286 | 2025-09-20T23:26:52.296Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 287 | 2025-09-20T23:26:53.053Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 288 | 2025-09-20T23:26:53.418Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 289 | 2025-09-20T23:26:53.741Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2025-09-20T23:26:54.267Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2025-09-20T23:26:55.552Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2025-09-20T23:26:57.991Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2025-09-20T23:26:59.123Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 294 | 2025-09-20T23:27:00.035Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 295 | 2025-09-20T23:27:00.887Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2025-09-20T23:27:01.352Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2025-09-20T23:27:01.708Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 298 | 2025-09-20T23:27:02.323Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2025-09-20T23:27:02.994Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-09-20T23:27:03.337Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 301 | 2025-09-20T23:27:03.792Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 302 | 2025-09-20T23:27:04.143Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2025-09-20T23:27:04.537Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2025-09-20T23:27:04.922Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2025-09-20T23:27:05.307Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2025-09-20T23:27:05.836Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 307 | 2025-09-20T23:27:06.473Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2025-09-20T23:27:07.012Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2025-09-20T23:27:07.474Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2025-09-20T23:27:08.080Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 311 | 2025-09-20T23:27:08.610Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2025-09-20T23:27:08.989Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2025-09-20T23:27:09.414Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 314 | 2025-09-20T23:27:09.958Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2025-09-20T23:27:10.301Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2025-09-20T23:27:10.717Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2025-09-20T23:27:11.037Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2025-09-20T23:27:25.306Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2025-09-20T23:27:28.067Z | Downloading crates ... |
| 320 | 2025-09-20T23:27:28.145Z | Downloaded equivalent v1.0.2 |
| 321 | 2025-09-20T23:27:28.170Z | Downloaded swrite v0.1.0 |
| 322 | 2025-09-20T23:27:28.170Z | Downloaded colorchoice v1.0.2 |
| 323 | 2025-09-20T23:27:28.170Z | Downloaded displaydoc v0.2.5 |
| 324 | 2025-09-20T23:27:28.170Z | Downloaded scroll_derive v0.12.0 |
| 325 | 2025-09-20T23:27:28.170Z | Downloaded synstructure v0.13.1 |
| 326 | 2025-09-20T23:27:28.170Z | Downloaded zerofrom v0.1.4 |
| 327 | 2025-09-20T23:27:28.170Z | Downloaded utf8parse v0.2.2 |
| 328 | 2025-09-20T23:27:28.170Z | Downloaded yoke-derive v0.7.4 |
| 329 | 2025-09-20T23:27:28.199Z | Downloaded zerovec-derive v0.10.3 |
| 330 | 2025-09-20T23:27:28.199Z | Downloaded textwrap v0.16.2 |
| 331 | 2025-09-20T23:27:28.199Z | Downloaded thiserror v2.0.16 |
| 332 | 2025-09-20T23:27:28.199Z | Downloaded utf8_iter v1.0.4 |
| 333 | 2025-09-20T23:27:28.199Z | Downloaded thiserror v1.0.69 |
| 334 | 2025-09-20T23:27:28.199Z | Downloaded fnv v1.0.7 |
| 335 | 2025-09-20T23:27:28.199Z | Downloaded serde_derive v1.0.223 |
| 336 | 2025-09-20T23:27:28.224Z | Downloaded indexmap v2.11.0 |
| 337 | 2025-09-20T23:27:28.224Z | Downloaded unicode-width v0.1.14 |
| 338 | 2025-09-20T23:27:28.224Z | Downloaded icu_properties v1.5.1 |
| 339 | 2025-09-20T23:27:28.224Z | Downloaded pretty-hex v0.4.1 |
| 340 | 2025-09-20T23:27:28.224Z | Downloaded zerovec v0.10.4 |
| 341 | 2025-09-20T23:27:28.249Z | Downloaded unicode-width v0.2.0 |
| 342 | 2025-09-20T23:27:28.249Z | Downloaded thiserror-impl v1.0.69 |
| 343 | 2025-09-20T23:27:28.249Z | Downloaded zerocopy v0.7.35 |
| 344 | 2025-09-20T23:27:28.274Z | Downloaded tempfile v3.20.0 |
| 345 | 2025-09-20T23:27:28.274Z | Downloaded serde_core v1.0.223 |
| 346 | 2025-09-20T23:27:28.274Z | Downloaded memchr v2.7.4 |
| 347 | 2025-09-20T23:27:28.274Z | Downloaded icu_collections v1.5.0 |
| 348 | 2025-09-20T23:27:28.298Z | Downloaded clap_builder v4.5.41 |
| 349 | 2025-09-20T23:27:28.298Z | Downloaded winnow v0.7.10 |
| 350 | 2025-09-20T23:27:28.298Z | Downloaded idna v1.0.3 |
| 351 | 2025-09-20T23:27:28.323Z | Downloaded serde_json v1.0.145 |
| 352 | 2025-09-20T23:27:28.323Z | Downloaded hashbrown v0.15.4 |
| 353 | 2025-09-20T23:27:28.323Z | Downloaded icu_properties_data v1.5.0 |
| 354 | 2025-09-20T23:27:28.348Z | Downloaded icu_locid_transform_data v1.5.0 |
| 355 | 2025-09-20T23:27:28.348Z | Downloaded goblin v0.8.2 |
| 356 | 2025-09-20T23:27:28.348Z | Downloaded syn v2.0.106 |
| 357 | 2025-09-20T23:27:28.372Z | Downloaded syn v1.0.109 |
| 358 | 2025-09-20T23:27:28.372Z | Downloaded proc-macro2 v1.0.101 |
| 359 | 2025-09-20T23:27:28.372Z | Downloaded getrandom v0.3.1 |
| 360 | 2025-09-20T23:27:28.372Z | Downloaded generic-array v0.14.7 |
| 361 | 2025-09-20T23:27:28.372Z | Downloaded rustix v0.38.37 |
| 362 | 2025-09-20T23:27:28.397Z | Downloaded serde v1.0.223 |
| 363 | 2025-09-20T23:27:28.397Z | Downloaded pest_derive v2.7.14 |
| 364 | 2025-09-20T23:27:28.422Z | Downloaded rustix v1.0.7 |
| 365 | 2025-09-20T23:27:28.446Z | Downloaded papergrid v0.11.0 |
| 366 | 2025-09-20T23:27:28.446Z | Downloaded once_cell v1.21.3 |
| 367 | 2025-09-20T23:27:28.447Z | Downloaded num-traits v0.2.19 |
| 368 | 2025-09-20T23:27:28.447Z | Downloaded litemap v0.7.3 |
| 369 | 2025-09-20T23:27:28.447Z | Downloaded itoa v1.0.11 |
| 370 | 2025-09-20T23:27:28.447Z | Downloaded icu_locid_transform v1.5.0 |
| 371 | 2025-09-20T23:27:28.447Z | Downloaded heck v0.4.1 |
| 372 | 2025-09-20T23:27:28.447Z | Downloaded form_urlencoded v1.2.2 |
| 373 | 2025-09-20T23:27:28.471Z | Downloaded tabled_derive v0.7.0 |
| 374 | 2025-09-20T23:27:28.471Z | Downloaded stable_deref_trait v1.2.0 |
| 375 | 2025-09-20T23:27:28.471Z | Downloaded smallvec v1.15.1 |
| 376 | 2025-09-20T23:27:28.471Z | Downloaded libc v0.2.174 |
| 377 | 2025-09-20T23:27:28.496Z | Downloaded sha2 v0.10.9 |
| 378 | 2025-09-20T23:27:28.496Z | Downloaded serde-value v0.7.0 |
| 379 | 2025-09-20T23:27:28.496Z | Downloaded scroll v0.12.0 |
| 380 | 2025-09-20T23:27:28.496Z | Downloaded log v0.4.27 |
| 381 | 2025-09-20T23:27:28.496Z | Downloaded strsim v0.11.1 |
| 382 | 2025-09-20T23:27:28.496Z | Downloaded serde_spanned v0.6.9 |
| 383 | 2025-09-20T23:27:28.496Z | Downloaded semver v1.0.26 |
| 384 | 2025-09-20T23:27:28.496Z | Downloaded proc-macro-error-attr v1.0.4 |
| 385 | 2025-09-20T23:27:28.496Z | Downloaded pest_generator v2.7.14 |
| 386 | 2025-09-20T23:27:28.496Z | Downloaded pest v2.7.14 |
| 387 | 2025-09-20T23:27:28.521Z | Downloaded plain v0.2.3 |
| 388 | 2025-09-20T23:27:28.521Z | Downloaded percent-encoding v2.3.2 |
| 389 | 2025-09-20T23:27:28.521Z | Downloaded is_terminal_polyfill v1.70.1 |
| 390 | 2025-09-20T23:27:28.521Z | Downloaded idna_adapter v1.2.0 |
| 391 | 2025-09-20T23:27:28.521Z | Downloaded icu_normalizer_data v1.5.0 |
| 392 | 2025-09-20T23:27:28.521Z | Downloaded dtrace-parser v0.2.0 |
| 393 | 2025-09-20T23:27:28.521Z | Downloaded icu_provider v1.5.0 |
| 394 | 2025-09-20T23:27:28.521Z | Downloaded clap v4.5.41 |
| 395 | 2025-09-20T23:27:28.546Z | Downloaded fs-err v3.1.1 |
| 396 | 2025-09-20T23:27:28.546Z | Downloaded clap_derive v4.5.41 |
| 397 | 2025-09-20T23:27:28.546Z | Downloaded cargo-util-schemas v0.8.2 |
| 398 | 2025-09-20T23:27:28.546Z | Downloaded url v2.5.4 |
| 399 | 2025-09-20T23:27:28.571Z | Downloaded erased-serde v0.4.6 |
| 400 | 2025-09-20T23:27:28.571Z | Downloaded digest v0.10.7 |
| 401 | 2025-09-20T23:27:28.571Z | Downloaded cfg-if v1.0.1 |
| 402 | 2025-09-20T23:27:28.571Z | Downloaded cargo_metadata v0.21.0 |
| 403 | 2025-09-20T23:27:28.571Z | Downloaded camino-tempfile v1.4.1 |
| 404 | 2025-09-20T23:27:28.571Z | Downloaded camino v1.2.0 |
| 405 | 2025-09-20T23:27:28.596Z | Downloaded bytecount v0.6.8 |
| 406 | 2025-09-20T23:27:28.596Z | Downloaded utf16_iter v1.0.5 |
| 407 | 2025-09-20T23:27:28.596Z | Downloaded ucd-trie v0.1.7 |
| 408 | 2025-09-20T23:27:28.596Z | Downloaded toml_write v0.1.2 |
| 409 | 2025-09-20T23:27:28.596Z | Downloaded ryu v1.0.18 |
| 410 | 2025-09-20T23:27:28.596Z | Downloaded quote v1.0.40 |
| 411 | 2025-09-20T23:27:28.596Z | Downloaded pest_meta v2.7.14 |
| 412 | 2025-09-20T23:27:28.596Z | Downloaded ordered-float v2.10.1 |
| 413 | 2025-09-20T23:27:28.621Z | Downloaded icu_normalizer v1.5.0 |
| 414 | 2025-09-20T23:27:28.621Z | Downloaded icu_locid v1.5.0 |
| 415 | 2025-09-20T23:27:28.621Z | Downloaded dof v0.3.0 |
| 416 | 2025-09-20T23:27:28.621Z | Downloaded cpufeatures v0.2.14 |
| 417 | 2025-09-20T23:27:28.621Z | Downloaded bitflags v2.9.1 |
| 418 | 2025-09-20T23:27:28.646Z | Downloaded anyhow v1.0.99 |
| 419 | 2025-09-20T23:27:28.646Z | Downloaded terminal_size v0.4.0 |
| 420 | 2025-09-20T23:27:28.646Z | Downloaded zerofrom-derive v0.1.4 |
| 421 | 2025-09-20T23:27:28.646Z | Downloaded zerocopy-derive v0.7.35 |
| 422 | 2025-09-20T23:27:28.646Z | Downloaded usdt-impl v0.5.0 |
| 423 | 2025-09-20T23:27:28.646Z | Downloaded usdt-attr-macro v0.5.0 |
| 424 | 2025-09-20T23:27:28.646Z | Downloaded usdt v0.5.0 |
| 425 | 2025-09-20T23:27:28.646Z | Downloaded typeid v1.0.3 |
| 426 | 2025-09-20T23:27:28.646Z | Downloaded toml_datetime v0.6.11 |
| 427 | 2025-09-20T23:27:28.671Z | Downloaded tinystr v0.7.6 |
| 428 | 2025-09-20T23:27:28.671Z | Downloaded thiserror-impl v2.0.16 |
| 429 | 2025-09-20T23:27:28.671Z | Downloaded smawk v0.3.2 |
| 430 | 2025-09-20T23:27:28.671Z | Downloaded serde-untagged v0.1.7 |
| 431 | 2025-09-20T23:27:28.671Z | Downloaded yoke v0.7.4 |
| 432 | 2025-09-20T23:27:28.671Z | Downloaded writeable v0.5.5 |
| 433 | 2025-09-20T23:27:28.671Z | Downloaded version_check v0.9.5 |
| 434 | 2025-09-20T23:27:28.671Z | Downloaded unicode-ident v1.0.18 |
| 435 | 2025-09-20T23:27:28.671Z | Downloaded toml_edit v0.22.27 |
| 436 | 2025-09-20T23:27:28.671Z | Downloaded toml v0.8.23 |
| 437 | 2025-09-20T23:27:28.671Z | Downloaded thread-id v4.2.2 |
| 438 | 2025-09-20T23:27:28.671Z | Downloaded tabled v0.15.0 |
| 439 | 2025-09-20T23:27:28.696Z | Downloaded proc-macro-error v1.0.4 |
| 440 | 2025-09-20T23:27:28.721Z | Downloaded macaddr v1.0.1 |
| 441 | 2025-09-20T23:27:28.721Z | Downloaded errno v0.3.12 |
| 442 | 2025-09-20T23:27:28.721Z | Downloaded anstyle v1.0.11 |
| 443 | 2025-09-20T23:27:28.721Z | Downloaded usdt-macro v0.5.0 |
| 444 | 2025-09-20T23:27:28.721Z | Downloaded unicode-linebreak v0.1.5 |
| 445 | 2025-09-20T23:27:28.721Z | Downloaded memmap v0.7.0 |
| 446 | 2025-09-20T23:27:28.721Z | Downloaded fastrand v2.1.1 |
| 447 | 2025-09-20T23:27:28.721Z | Downloaded cargo_toml v0.21.0 |
| 448 | 2025-09-20T23:27:28.721Z | Downloaded anstream v0.6.18 |
| 449 | 2025-09-20T23:27:28.721Z | Downloaded write16 v1.0.0 |
| 450 | 2025-09-20T23:27:28.721Z | Downloaded unicode-xid v0.2.6 |
| 451 | 2025-09-20T23:27:28.721Z | Downloaded typenum v1.17.0 |
| 452 | 2025-09-20T23:27:28.721Z | Downloaded serde_tokenstream v0.2.2 |
| 453 | 2025-09-20T23:27:28.721Z | Downloaded autocfg v1.4.0 |
| 454 | 2025-09-20T23:27:28.746Z | Downloaded anstyle-parse v0.2.5 |
| 455 | 2025-09-20T23:27:28.746Z | Downloaded crypto-common v0.1.6 |
| 456 | 2025-09-20T23:27:28.746Z | Downloaded clap_lex v0.7.4 |
| 457 | 2025-09-20T23:27:28.746Z | Downloaded block-buffer v0.10.4 |
| 458 | 2025-09-20T23:27:28.746Z | Downloaded anstyle-query v1.1.1 |
| 459 | 2025-09-20T23:27:28.746Z | Downloaded icu_provider_macros v1.5.0 |
| 460 | 2025-09-20T23:27:28.746Z | Downloaded heck v0.5.0 |
| 461 | 2025-09-20T23:27:28.746Z | Downloaded cargo-platform v0.2.0 |
| 462 | 2025-09-20T23:27:28.746Z | Downloaded byteorder v1.5.0 |
| 463 | 2025-09-20T23:27:28.822Z | Compiling proc-macro2 v1.0.101 |
| 464 | 2025-09-20T23:27:28.823Z | Compiling unicode-ident v1.0.18 |
| 465 | 2025-09-20T23:27:28.823Z | Compiling serde_core v1.0.223 |
| 466 | 2025-09-20T23:27:28.823Z | Compiling serde v1.0.223 |
| 467 | 2025-09-20T23:27:28.847Z | Compiling version_check v0.9.5 |
| 468 | 2025-09-20T23:27:28.847Z | Compiling libc v0.2.174 |
| 469 | 2025-09-20T23:27:28.847Z | Compiling memchr v2.7.4 |
| 470 | 2025-09-20T23:27:28.848Z | Compiling thiserror v1.0.69 |
| 471 | 2025-09-20T23:27:29.177Z | Compiling stable_deref_trait v1.2.0 |
| 472 | 2025-09-20T23:27:29.304Z | Compiling litemap v0.7.3 |
| 473 | 2025-09-20T23:27:29.607Z | Compiling itoa v1.0.11 |
| 474 | 2025-09-20T23:27:29.697Z | Compiling writeable v0.5.5 |
| 475 | 2025-09-20T23:27:29.851Z | Compiling ucd-trie v0.1.7 |
| 476 | 2025-09-20T23:27:29.888Z | Compiling autocfg v1.4.0 |
| 477 | 2025-09-20T23:27:30.124Z | Compiling ryu v1.0.18 |
| 478 | 2025-09-20T23:27:30.218Z | Compiling once_cell v1.21.3 |
| 479 | 2025-09-20T23:27:30.448Z | Compiling icu_locid_transform_data v1.5.0 |
| 480 | 2025-09-20T23:27:30.568Z | Compiling bitflags v2.9.1 |
| 481 | 2025-09-20T23:27:30.603Z | Compiling byteorder v1.5.0 |
| 482 | 2025-09-20T23:27:30.718Z | Compiling icu_properties_data v1.5.0 |
| 483 | 2025-09-20T23:27:30.872Z | Compiling quote v1.0.40 |
| 484 | 2025-09-20T23:27:30.973Z | Compiling errno v0.3.12 |
| 485 | 2025-09-20T23:27:31.002Z | Compiling serde_json v1.0.145 |
| 486 | 2025-09-20T23:27:31.061Z | Compiling num-traits v0.2.19 |
| 487 | 2025-09-20T23:27:31.307Z | Compiling syn v2.0.106 |
| 488 | 2025-09-20T23:27:31.397Z | Compiling write16 v1.0.0 |
| 489 | 2025-09-20T23:27:31.426Z | Compiling utf8_iter v1.0.4 |
| 490 | 2025-09-20T23:27:31.465Z | Compiling smallvec v1.15.1 |
| 491 | 2025-09-20T23:27:31.538Z | Compiling typeid v1.0.3 |
| 492 | 2025-09-20T23:27:31.568Z | Compiling hashbrown v0.15.4 |
| 493 | 2025-09-20T23:27:31.690Z | Compiling icu_normalizer_data v1.5.0 |
| 494 | 2025-09-20T23:27:31.746Z | Compiling utf16_iter v1.0.5 |
| 495 | 2025-09-20T23:27:31.818Z | Compiling rustix v0.38.37 |
| 496 | 2025-09-20T23:27:31.857Z | Compiling equivalent v1.0.2 |
| 497 | 2025-09-20T23:27:32.078Z | Compiling proc-macro-error-attr v1.0.4 |
| 498 | 2025-09-20T23:27:32.328Z | Compiling usdt-impl v0.5.0 |
| 499 | 2025-09-20T23:27:32.388Z | Compiling toml_write v0.1.2 |
| 500 | 2025-09-20T23:27:32.618Z | Compiling indexmap v2.11.0 |
| 501 | 2025-09-20T23:27:32.646Z | Compiling syn v1.0.109 |
| 502 | 2025-09-20T23:27:32.674Z | Compiling winnow v0.7.10 |
| 503 | 2025-09-20T23:27:32.842Z | Compiling thread-id v4.2.2 |
| 504 | 2025-09-20T23:27:33.481Z | Compiling proc-macro-error v1.0.4 |
| 505 | 2025-09-20T23:27:33.897Z | Compiling log v0.4.27 |
| 506 | 2025-09-20T23:27:33.985Z | Compiling utf8parse v0.2.2 |
| 507 | 2025-09-20T23:27:34.118Z | Compiling semver v1.0.26 |
| 508 | 2025-09-20T23:27:34.254Z | Compiling camino v1.2.0 |
| 509 | 2025-09-20T23:27:34.424Z | Compiling rustix v1.0.7 |
| 510 | 2025-09-20T23:27:34.562Z | Compiling plain v0.2.3 |
| 511 | 2025-09-20T23:27:34.719Z | Compiling percent-encoding v2.3.2 |
| 512 | 2025-09-20T23:27:34.753Z | Compiling getrandom v0.3.1 |
| 513 | 2025-09-20T23:27:34.794Z | Compiling thiserror v2.0.16 |
| 514 | 2025-09-20T23:27:35.057Z | Compiling form_urlencoded v1.2.2 |
| 515 | 2025-09-20T23:27:35.249Z | Compiling ordered-float v2.10.1 |
| 516 | 2025-09-20T23:27:35.435Z | Compiling anstyle-parse v0.2.5 |
| 517 | 2025-09-20T23:27:35.632Z | Compiling terminal_size v0.4.0 |
| 518 | 2025-09-20T23:27:35.798Z | Compiling cfg-if v1.0.1 |
| 519 | 2025-09-20T23:27:35.876Z | Compiling anstyle-query v1.1.1 |
| 520 | 2025-09-20T23:27:35.922Z | Compiling colorchoice v1.0.2 |
| 521 | 2025-09-20T23:27:36.048Z | Compiling anstyle v1.0.11 |
| 522 | 2025-09-20T23:27:36.076Z | Compiling is_terminal_polyfill v1.70.1 |
| 523 | 2025-09-20T23:27:36.117Z | Compiling pretty-hex v0.4.1 |
| 524 | 2025-09-20T23:27:36.425Z | Compiling anstream v0.6.18 |
| 525 | 2025-09-20T23:27:36.579Z | Compiling fs-err v3.1.1 |
| 526 | 2025-09-20T23:27:36.639Z | Compiling heck v0.5.0 |
| 527 | 2025-09-20T23:27:36.900Z | Compiling fnv v1.0.7 |
| 528 | 2025-09-20T23:27:37.039Z | Compiling unicode-xid v0.2.6 |
| 529 | 2025-09-20T23:27:37.142Z | Compiling clap_lex v0.7.4 |
| 530 | 2025-09-20T23:27:37.181Z | Compiling fastrand v2.1.1 |
| 531 | 2025-09-20T23:27:37.265Z | Compiling synstructure v0.13.1 |
| 532 | 2025-09-20T23:27:37.499Z | Compiling bytecount v0.6.8 |
| 533 | 2025-09-20T23:27:37.587Z | Compiling unicode-width v0.1.14 |
| 534 | 2025-09-20T23:27:37.665Z | Compiling anyhow v1.0.99 |
| 535 | 2025-09-20T23:27:37.720Z | Compiling strsim v0.11.1 |
| 536 | 2025-09-20T23:27:38.204Z | Compiling heck v0.4.1 |
| 537 | 2025-09-20T23:27:38.505Z | Compiling clap_builder v4.5.41 |
| 538 | 2025-09-20T23:27:38.689Z | Compiling papergrid v0.11.0 |
| 539 | 2025-09-20T23:27:38.781Z | Compiling tempfile v3.20.0 |
| 540 | 2025-09-20T23:27:39.064Z | Compiling memmap v0.7.0 |
| 541 | 2025-09-20T23:27:39.216Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2025-09-20T23:27:39.435Z | Compiling unicode-width v0.2.0 |
| 543 | 2025-09-20T23:27:39.612Z | Compiling smawk v0.3.2 |
| 544 | 2025-09-20T23:27:39.704Z | Compiling camino-tempfile v1.4.1 |
| 545 | 2025-09-20T23:27:40.020Z | Compiling textwrap v0.16.2 |
| 546 | 2025-09-20T23:27:40.471Z | Compiling swrite v0.1.0 |
| 547 | 2025-09-20T23:27:40.656Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 548 | 2025-09-20T23:27:40.686Z | Compiling tabled_derive v0.7.0 |
| 549 | 2025-09-20T23:27:41.482Z | Compiling serde_derive v1.0.223 |
| 550 | 2025-09-20T23:27:41.482Z | Compiling zerofrom-derive v0.1.4 |
| 551 | 2025-09-20T23:27:41.549Z | Compiling yoke-derive v0.7.4 |
| 552 | 2025-09-20T23:27:41.597Z | Compiling zerovec-derive v0.10.3 |
| 553 | 2025-09-20T23:27:41.655Z | Compiling thiserror-impl v1.0.69 |
| 554 | 2025-09-20T23:27:42.463Z | Compiling displaydoc v0.2.5 |
| 555 | 2025-09-20T23:27:43.914Z | Compiling icu_provider_macros v1.5.0 |
| 556 | 2025-09-20T23:27:43.984Z | Compiling zerocopy-derive v0.7.35 |
| 557 | 2025-09-20T23:27:44.057Z | Compiling scroll_derive v0.12.0 |
| 558 | 2025-09-20T23:27:44.630Z | Compiling pest v2.7.14 |
| 559 | 2025-09-20T23:27:44.753Z | Compiling zerofrom v0.1.4 |
| 560 | 2025-09-20T23:27:44.890Z | Compiling thiserror-impl v2.0.16 |
| 561 | 2025-09-20T23:27:44.992Z | Compiling yoke v0.7.4 |
| 562 | 2025-09-20T23:27:45.223Z | Compiling scroll v0.12.0 |
| 563 | 2025-09-20T23:27:45.356Z | Compiling zerovec v0.10.4 |
| 564 | 2025-09-20T23:27:45.732Z | Compiling zerocopy v0.7.35 |
| 565 | 2025-09-20T23:27:45.758Z | Compiling goblin v0.8.2 |
| 566 | 2025-09-20T23:27:45.897Z | Compiling clap_derive v4.5.41 |
| 567 | 2025-09-20T23:27:46.548Z | Compiling tabled v0.15.0 |
| 568 | 2025-09-20T23:27:46.989Z | Compiling tinystr v0.7.6 |
| 569 | 2025-09-20T23:27:47.233Z | Compiling pest_meta v2.7.14 |
| 570 | 2025-09-20T23:27:47.285Z | Compiling icu_collections v1.5.0 |
| 571 | 2025-09-20T23:27:47.395Z | Compiling icu_locid v1.5.0 |
| 572 | 2025-09-20T23:27:48.455Z | Compiling icu_provider v1.5.0 |
| 573 | 2025-09-20T23:27:49.175Z | Compiling pest_generator v2.7.14 |
| 574 | 2025-09-20T23:27:49.226Z | Compiling icu_locid_transform v1.5.0 |
| 575 | 2025-09-20T23:27:49.306Z | Compiling serde_spanned v0.6.9 |
| 576 | 2025-09-20T23:27:49.461Z | Compiling toml_datetime v0.6.11 |
| 577 | 2025-09-20T23:27:49.541Z | Compiling dof v0.3.0 |
| 578 | 2025-09-20T23:27:49.570Z | Compiling serde_tokenstream v0.2.2 |
| 579 | 2025-09-20T23:27:49.938Z | Compiling toml_edit v0.22.27 |
| 580 | 2025-09-20T23:27:50.114Z | Compiling erased-serde v0.4.6 |
| 581 | 2025-09-20T23:27:50.631Z | Compiling icu_properties v1.5.1 |
| 582 | 2025-09-20T23:27:50.939Z | Compiling pest_derive v2.7.14 |
| 583 | 2025-09-20T23:27:50.964Z | Compiling serde-value v0.7.0 |
| 584 | 2025-09-20T23:27:51.254Z | Compiling serde-untagged v0.1.7 |
| 585 | 2025-09-20T23:27:51.653Z | Compiling dtrace-parser v0.2.0 |
| 586 | 2025-09-20T23:27:51.683Z | Compiling cargo-platform v0.2.0 |
| 587 | 2025-09-20T23:27:51.717Z | Compiling clap v4.5.41 |
| 588 | 2025-09-20T23:27:51.742Z | Compiling macaddr v1.0.1 |
| 589 | 2025-09-20T23:27:52.948Z | Compiling toml v0.8.23 |
| 590 | 2025-09-20T23:27:53.182Z | Compiling usdt-attr-macro v0.5.0 |
| 591 | 2025-09-20T23:27:53.292Z | Compiling usdt-macro v0.5.0 |
| 592 | 2025-09-20T23:27:53.870Z | Compiling icu_normalizer v1.5.0 |
| 593 | 2025-09-20T23:27:54.048Z | Compiling cargo_toml v0.21.0 |
| 594 | 2025-09-20T23:27:54.395Z | Compiling usdt v0.5.0 |
| 595 | 2025-09-20T23:27:54.690Z | Compiling idna_adapter v1.2.0 |
| 596 | 2025-09-20T23:27:54.860Z | Compiling idna v1.0.3 |
| 597 | 2025-09-20T23:27:55.345Z | Compiling url v2.5.4 |
| 598 | 2025-09-20T23:27:56.098Z | Compiling cargo-util-schemas v0.8.2 |
| 599 | 2025-09-20T23:27:57.875Z | Compiling cargo_metadata v0.21.0 |
| 600 | 2025-09-20T23:27:59.882Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 601 | 2025-09-20T23:28:04.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
| 602 | 2025-09-20T23:28:04.514Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 603 | 2025-09-20T23:28:05.496Z | Downloading crates ... |
| 604 | 2025-09-20T23:28:05.674Z | Downloaded adler2 v2.0.0 |
| 605 | 2025-09-20T23:28:05.699Z | Downloaded bit-vec v0.8.0 |
| 606 | 2025-09-20T23:28:05.699Z | Downloaded http-body-util v0.1.3 |
| 607 | 2025-09-20T23:28:05.699Z | Downloaded libscf-sys v1.1.0 |
| 608 | 2025-09-20T23:28:05.724Z | Downloaded hashbrown v0.16.0 |
| 609 | 2025-09-20T23:28:05.724Z | Downloaded globset v0.4.15 |
| 610 | 2025-09-20T23:28:05.724Z | Downloaded bitfield v0.19.2 |
| 611 | 2025-09-20T23:28:05.750Z | Downloaded progenitor-client v0.10.0 |
| 612 | 2025-09-20T23:28:05.750Z | Downloaded ron v0.7.1 |
| 613 | 2025-09-20T23:28:05.776Z | Downloaded slog-async v2.8.0 |
| 614 | 2025-09-20T23:28:05.807Z | Downloaded libz-rs-sys v0.5.1 |
| 615 | 2025-09-20T23:28:05.835Z | Downloaded toml v0.7.8 |
| 616 | 2025-09-20T23:28:05.869Z | Downloaded want v0.3.1 |
| 617 | 2025-09-20T23:28:05.899Z | Downloaded newline-converter v0.3.0 |
| 618 | 2025-09-20T23:28:05.927Z | Downloaded serde_plain v1.0.2 |
| 619 | 2025-09-20T23:28:05.969Z | Downloaded deranged v0.5.3 |
| 620 | 2025-09-20T23:28:05.994Z | Downloaded rand_core v0.6.4 |
| 621 | 2025-09-20T23:28:06.025Z | Downloaded number_prefix v0.4.0 |
| 622 | 2025-09-20T23:28:06.067Z | Downloaded typify-macro v0.4.3 |
| 623 | 2025-09-20T23:28:06.091Z | Downloaded path-slash v0.1.5 |
| 624 | 2025-09-20T23:28:06.116Z | Downloaded pin-utils v0.1.0 |
| 625 | 2025-09-20T23:28:06.141Z | Downloaded take_mut v0.2.2 |
| 626 | 2025-09-20T23:28:06.141Z | Downloaded tap v1.0.1 |
| 627 | 2025-09-20T23:28:06.166Z | Downloaded termios v0.3.3 |
| 628 | 2025-09-20T23:28:06.166Z | Downloaded term v1.1.0 |
| 629 | 2025-09-20T23:28:06.191Z | Downloaded socket2 v0.6.0 |
| 630 | 2025-09-20T23:28:06.191Z | Downloaded gimli v0.31.1 |
| 631 | 2025-09-20T23:28:06.191Z | Downloaded regex v1.11.1 |
| 632 | 2025-09-20T23:28:06.218Z | Downloaded snafu v0.8.5 |
| 633 | 2025-09-20T23:28:06.242Z | Downloaded tar v0.4.44 |
| 634 | 2025-09-20T23:28:06.242Z | Downloaded p521 v0.13.3 |
| 635 | 2025-09-20T23:28:06.267Z | Downloaded object v0.30.4 |
| 636 | 2025-09-20T23:28:06.267Z | Downloaded rustls v0.23.19 |
| 637 | 2025-09-20T23:28:06.292Z | Downloaded portable-atomic v1.11.0 |
| 638 | 2025-09-20T23:28:06.292Z | Downloaded openssl v0.10.73 |
| 639 | 2025-09-20T23:28:06.317Z | Downloaded petname v2.0.2 |
| 640 | 2025-09-20T23:28:06.317Z | Downloaded tabled v0.20.0 |
| 641 | 2025-09-20T23:28:06.341Z | Downloaded object v0.36.5 |
| 642 | 2025-09-20T23:28:06.366Z | Downloaded tabled v0.18.0 |
| 643 | 2025-09-20T23:28:06.391Z | Downloaded smoltcp v0.9.1 |
| 644 | 2025-09-20T23:28:06.391Z | Downloaded polar-core v0.27.3 |
| 645 | 2025-09-20T23:28:06.416Z | Downloaded diesel v2.2.12 |
| 646 | 2025-09-20T23:28:06.441Z | Downloaded smoltcp v0.11.0 |
| 647 | 2025-09-20T23:28:06.466Z | Downloaded openapiv3 v2.2.0 |
| 648 | 2025-09-20T23:28:06.466Z | Downloaded nix v0.30.1 |
| 649 | 2025-09-20T23:28:06.491Z | Downloaded jiff v0.2.15 |
| 650 | 2025-09-20T23:28:06.516Z | Downloaded typify-impl v0.4.3 |
| 651 | 2025-09-20T23:28:06.516Z | Downloaded typify-impl v0.3.0 |
| 652 | 2025-09-20T23:28:06.541Z | Downloaded typify-impl v0.2.0 |
| 653 | 2025-09-20T23:28:06.566Z | Downloaded libz-sys v1.1.20 |
| 654 | 2025-09-20T23:28:06.591Z | Downloaded chrono-tz v0.10.4 |
| 655 | 2025-09-20T23:28:06.617Z | Downloaded ratatui v0.29.0 |
| 656 | 2025-09-20T23:28:06.641Z | Downloaded regex-automata v0.4.8 |
| 657 | 2025-09-20T23:28:06.641Z | Downloaded tokio v1.47.0 |
| 658 | 2025-09-20T23:28:06.679Z | Downloaded dropshot v0.16.4 |
| 659 | 2025-09-20T23:28:06.704Z | Downloaded p384 v0.13.0 |
| 660 | 2025-09-20T23:28:06.729Z | Downloaded regex-syntax v0.8.5 |
| 661 | 2025-09-20T23:28:06.729Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 662 | 2025-09-20T23:28:06.754Z | Downloaded sha3 v0.10.8 |
| 663 | 2025-09-20T23:28:06.754Z | Downloaded zerocopy-derive v0.6.6 |
| 664 | 2025-09-20T23:28:06.778Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 665 | 2025-09-20T23:28:06.803Z | Downloaded regress v0.10.4 |
| 666 | 2025-09-20T23:28:06.803Z | Downloaded sled v0.34.7 |
| 667 | 2025-09-20T23:28:06.828Z | Downloaded petgraph v0.6.5 |
| 668 | 2025-09-20T23:28:06.828Z | Downloaded csv v1.3.1 |
| 669 | 2025-09-20T23:28:06.853Z | Downloaded petgraph v0.8.2 |
| 670 | 2025-09-20T23:28:06.884Z | Downloaded regex-syntax v0.6.29 |
| 671 | 2025-09-20T23:28:06.884Z | Downloaded rustls v0.22.4 |
| 672 | 2025-09-20T23:28:06.909Z | Downloaded radix_trie v0.2.1 |
| 673 | 2025-09-20T23:28:06.909Z | Downloaded tower-http v0.6.6 |
| 674 | 2025-09-20T23:28:06.909Z | Downloaded tough v0.20.0 |
| 675 | 2025-09-20T23:28:06.934Z | Downloaded curve25519-dalek v4.1.3 |
| 676 | 2025-09-20T23:28:06.934Z | Downloaded vcpkg v0.2.15 |
| 677 | 2025-09-20T23:28:06.976Z | Downloaded rustls v0.21.12 |
| 678 | 2025-09-20T23:28:07.001Z | Downloaded reqwest v0.12.22 |
| 679 | 2025-09-20T23:28:07.001Z | Downloaded quinn-proto v0.11.8 |
| 680 | 2025-09-20T23:28:07.026Z | Downloaded nix v0.29.0 |
| 681 | 2025-09-20T23:28:07.050Z | Downloaded term v0.7.0 |
| 682 | 2025-09-20T23:28:07.050Z | Downloaded subprocess v0.2.9 |
| 683 | 2025-09-20T23:28:07.050Z | Downloaded strum_macros v0.27.1 |
| 684 | 2025-09-20T23:28:07.050Z | Downloaded sqlformat v0.3.5 |
| 685 | 2025-09-20T23:28:07.050Z | Downloaded socket2 v0.5.10 |
| 686 | 2025-09-20T23:28:07.050Z | Downloaded russh-keys v0.45.0 |
| 687 | 2025-09-20T23:28:07.050Z | Downloaded typed-path v0.9.3 |
| 688 | 2025-09-20T23:28:07.078Z | Downloaded time v0.3.43 |
| 689 | 2025-09-20T23:28:07.078Z | Downloaded git2 v0.19.0 |
| 690 | 2025-09-20T23:28:07.078Z | Downloaded tagptr v0.2.0 |
| 691 | 2025-09-20T23:28:07.078Z | Downloaded tabwriter v1.4.0 |
| 692 | 2025-09-20T23:28:07.078Z | Downloaded tabled_derive v0.11.0 |
| 693 | 2025-09-20T23:28:07.102Z | Downloaded tabled_derive v0.10.0 |
| 694 | 2025-09-20T23:28:07.102Z | Downloaded supports-color v3.0.2 |
| 695 | 2025-09-20T23:28:07.103Z | Downloaded support-bundle-viewer v0.1.2 |
| 696 | 2025-09-20T23:28:07.103Z | Downloaded subtle v2.6.1 |
| 697 | 2025-09-20T23:28:07.103Z | Downloaded strum_macros v0.26.4 |
| 698 | 2025-09-20T23:28:07.103Z | Downloaded spin v0.9.8 |
| 699 | 2025-09-20T23:28:07.103Z | Downloaded snafu-derive v0.8.5 |
| 700 | 2025-09-20T23:28:07.103Z | Downloaded pkcs1 v0.7.5 |
| 701 | 2025-09-20T23:28:07.103Z | Downloaded encoding_rs v0.8.34 |
| 702 | 2025-09-20T23:28:07.127Z | Downloaded papergrid v0.17.0 |
| 703 | 2025-09-20T23:28:07.153Z | Downloaded derive_more-impl v2.0.1 |
| 704 | 2025-09-20T23:28:07.153Z | Downloaded tower v0.5.2 |
| 705 | 2025-09-20T23:28:07.153Z | Downloaded num-bigint-dig v0.8.4 |
| 706 | 2025-09-20T23:28:07.178Z | Downloaded quick-xml v0.37.2 |
| 707 | 2025-09-20T23:28:07.178Z | Downloaded nix v0.28.0 |
| 708 | 2025-09-20T23:28:07.178Z | Downloaded spki v0.7.3 |
| 709 | 2025-09-20T23:28:07.178Z | Downloaded smf v0.2.3 |
| 710 | 2025-09-20T23:28:07.178Z | Downloaded slog-term v2.9.2 |
| 711 | 2025-09-20T23:28:07.202Z | Downloaded slog-scope v4.4.0 |
| 712 | 2025-09-20T23:28:07.202Z | Downloaded slog-json v2.6.1 |
| 713 | 2025-09-20T23:28:07.202Z | Downloaded ring v0.17.14 |
| 714 | 2025-09-20T23:28:07.243Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 715 | 2025-09-20T23:28:07.308Z | Downloaded slog-envlogger v2.2.0 |
| 716 | 2025-09-20T23:28:07.333Z | Downloaded slog-dtrace v0.3.0 |
| 717 | 2025-09-20T23:28:07.333Z | Downloaded signature v2.2.0 |
| 718 | 2025-09-20T23:28:07.333Z | Downloaded pkcs8 v0.10.2 |
| 719 | 2025-09-20T23:28:07.333Z | Downloaded pkcs5 v0.7.1 |
| 720 | 2025-09-20T23:28:07.333Z | Downloaded pin-project-internal v1.1.6 |
| 721 | 2025-09-20T23:28:07.333Z | Downloaded pin-project v1.1.6 |
| 722 | 2025-09-20T23:28:07.357Z | Downloaded parking_lot v0.12.3 |
| 723 | 2025-09-20T23:28:07.358Z | Downloaded p256 v0.13.2 |
| 724 | 2025-09-20T23:28:07.358Z | Downloaded diesel_derives v2.2.3 |
| 725 | 2025-09-20T23:28:07.358Z | Downloaded tracing v0.1.40 |
| 726 | 2025-09-20T23:28:07.358Z | Downloaded nom v7.1.3 |
| 727 | 2025-09-20T23:28:07.382Z | Downloaded expectorate v1.2.0 |
| 728 | 2025-09-20T23:28:07.382Z | Downloaded reedline v0.40.0 |
| 729 | 2025-09-20T23:28:07.382Z | Downloaded rayon v1.10.0 |
| 730 | 2025-09-20T23:28:07.382Z | Downloaded nix v0.27.1 |
| 731 | 2025-09-20T23:28:07.406Z | Downloaded sync_wrapper v1.0.1 |
| 732 | 2025-09-20T23:28:07.406Z | Downloaded sync-ptr v0.1.4 |
| 733 | 2025-09-20T23:28:07.406Z | Downloaded smallvec v0.6.14 |
| 734 | 2025-09-20T23:28:07.406Z | Downloaded slog-stdlog v4.1.1 |
| 735 | 2025-09-20T23:28:07.406Z | Downloaded simd-adler32 v0.3.7 |
| 736 | 2025-09-20T23:28:07.431Z | Downloaded sigpipe v0.1.3 |
| 737 | 2025-09-20T23:28:07.431Z | Downloaded signal-hook-tokio v0.3.1 |
| 738 | 2025-09-20T23:28:07.431Z | Downloaded russh-cryptovec v0.7.3 |
| 739 | 2025-09-20T23:28:07.431Z | Downloaded polyval v0.6.2 |
| 740 | 2025-09-20T23:28:07.431Z | Downloaded poly1305 v0.8.0 |
| 741 | 2025-09-20T23:28:07.431Z | Downloaded pkg-config v0.3.31 |
| 742 | 2025-09-20T23:28:07.431Z | Downloaded phf_shared v0.12.1 |
| 743 | 2025-09-20T23:28:07.431Z | Downloaded phf_shared v0.11.2 |
| 744 | 2025-09-20T23:28:07.431Z | Downloaded phf v0.12.1 |
| 745 | 2025-09-20T23:28:07.431Z | Downloaded phf v0.11.2 |
| 746 | 2025-09-20T23:28:07.431Z | Downloaded pem-rfc7468 v0.7.0 |
| 747 | 2025-09-20T23:28:07.431Z | Downloaded pem v3.0.5 |
| 748 | 2025-09-20T23:28:07.431Z | Downloaded peg-macros v0.8.5 |
| 749 | 2025-09-20T23:28:07.431Z | Downloaded peg v0.8.5 |
| 750 | 2025-09-20T23:28:07.431Z | Downloaded password-hash v0.5.0 |
| 751 | 2025-09-20T23:28:07.456Z | Downloaded parking_lot_core v0.9.10 |
| 752 | 2025-09-20T23:28:07.456Z | Downloaded parking_lot_core v0.8.6 |
| 753 | 2025-09-20T23:28:07.456Z | Downloaded parking_lot v0.11.2 |
| 754 | 2025-09-20T23:28:07.456Z | Downloaded papergrid v0.14.0 |
| 755 | 2025-09-20T23:28:07.456Z | Downloaded owo-colors v4.2.2 |
| 756 | 2025-09-20T23:28:07.456Z | Downloaded oso v0.27.3 |
| 757 | 2025-09-20T23:28:07.456Z | Downloaded openssl-sys v0.9.109 |
| 758 | 2025-09-20T23:28:07.480Z | Downloaded diff v0.1.13 |
| 759 | 2025-09-20T23:28:07.480Z | Downloaded derive_more v2.0.1 |
| 760 | 2025-09-20T23:28:07.480Z | Downloaded derive_more v0.99.20 |
| 761 | 2025-09-20T23:28:07.506Z | Downloaded typify v0.4.3 |
| 762 | 2025-09-20T23:28:07.506Z | Downloaded typify v0.3.0 |
| 763 | 2025-09-20T23:28:07.507Z | Downloaded tracing-core v0.1.32 |
| 764 | 2025-09-20T23:28:07.507Z | Downloaded num-bigint v0.4.6 |
| 765 | 2025-09-20T23:28:07.507Z | Downloaded lzma-sys v0.1.20 |
| 766 | 2025-09-20T23:28:07.532Z | Downloaded pin-project-lite v0.2.14 |
| 767 | 2025-09-20T23:28:07.557Z | Downloaded peg-runtime v0.8.5 |
| 768 | 2025-09-20T23:28:07.557Z | Downloaded pbkdf2 v0.12.2 |
| 769 | 2025-09-20T23:28:07.557Z | Downloaded pbkdf2 v0.11.0 |
| 770 | 2025-09-20T23:28:07.557Z | Downloaded paste v1.0.15 |
| 771 | 2025-09-20T23:28:07.557Z | Downloaded password-hash v0.4.2 |
| 772 | 2025-09-20T23:28:07.557Z | Downloaded parse-display-derive v0.10.0 |
| 773 | 2025-09-20T23:28:07.557Z | Downloaded parse-display v0.10.0 |
| 774 | 2025-09-20T23:28:07.557Z | Downloaded packed_struct_codegen v0.10.1 |
| 775 | 2025-09-20T23:28:07.557Z | Downloaded packed_struct v0.10.1 |
| 776 | 2025-09-20T23:28:07.557Z | Downloaded tungstenite v0.23.0 |
| 777 | 2025-09-20T23:28:07.582Z | Downloaded tungstenite v0.21.0 |
| 778 | 2025-09-20T23:28:07.582Z | Downloaded tinyvec v1.8.0 |
| 779 | 2025-09-20T23:28:07.582Z | Downloaded elliptic-curve v0.13.8 |
| 780 | 2025-09-20T23:28:07.582Z | Downloaded ed25519-dalek v2.1.1 |
| 781 | 2025-09-20T23:28:07.582Z | Downloaded rand v0.9.2 |
| 782 | 2025-09-20T23:28:07.582Z | Downloaded unicode-normalization v0.1.24 |
| 783 | 2025-09-20T23:28:07.582Z | Downloaded moka v0.12.10 |
| 784 | 2025-09-20T23:28:07.607Z | Downloaded zerocopy v0.8.26 |
| 785 | 2025-09-20T23:28:07.632Z | Downloaded webpki-roots v1.0.1 |
| 786 | 2025-09-20T23:28:07.632Z | Downloaded parse-size v1.1.0 |
| 787 | 2025-09-20T23:28:07.632Z | Downloaded oxnet v0.1.3 |
| 788 | 2025-09-20T23:28:07.632Z | Downloaded oxide-tokio-rt v0.1.2 |
| 789 | 2025-09-20T23:28:07.632Z | Downloaded oso-derive v0.27.3 |
| 790 | 2025-09-20T23:28:07.632Z | Downloaded openssl-probe v0.1.5 |
| 791 | 2025-09-20T23:28:07.632Z | Downloaded display-error-chain v0.2.2 |
| 792 | 2025-09-20T23:28:07.632Z | Downloaded dirs-sys-next v0.1.2 |
| 793 | 2025-09-20T23:28:07.657Z | Downloaded dirs-next v2.0.0 |
| 794 | 2025-09-20T23:28:07.657Z | Downloaded difflib v0.4.0 |
| 795 | 2025-09-20T23:28:07.657Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 796 | 2025-09-20T23:28:07.657Z | Downloaded diesel-dtrace v0.4.2 |
| 797 | 2025-09-20T23:28:07.657Z | Downloaded des v0.8.1 |
| 798 | 2025-09-20T23:28:07.657Z | Downloaded derive_builder_macro v0.20.2 |
| 799 | 2025-09-20T23:28:07.657Z | Downloaded derive_builder_core v0.20.2 |
| 800 | 2025-09-20T23:28:07.657Z | Downloaded typify-macro v0.3.0 |
| 801 | 2025-09-20T23:28:07.657Z | Downloaded typify v0.2.0 |
| 802 | 2025-09-20T23:28:07.657Z | Downloaded twox-hash v2.1.0 |
| 803 | 2025-09-20T23:28:07.657Z | Downloaded tui-tree-widget v0.23.1 |
| 804 | 2025-09-20T23:28:07.657Z | Downloaded tracing-attributes v0.1.27 |
| 805 | 2025-09-20T23:28:07.657Z | Downloaded tiny-keccak v2.0.2 |
| 806 | 2025-09-20T23:28:07.682Z | Downloaded time-macros v0.2.24 |
| 807 | 2025-09-20T23:28:07.682Z | Downloaded thiserror-no-std v2.0.2 |
| 808 | 2025-09-20T23:28:07.682Z | Downloaded test-strategy v0.4.3 |
| 809 | 2025-09-20T23:28:07.682Z | Downloaded termtree v0.5.1 |
| 810 | 2025-09-20T23:28:07.682Z | Downloaded omicron-zone-package v0.12.2 |
| 811 | 2025-09-20T23:28:07.682Z | Downloaded num-rational v0.4.2 |
| 812 | 2025-09-20T23:28:07.682Z | Downloaded num-derive v0.4.2 |
| 813 | 2025-09-20T23:28:07.682Z | Downloaded num-complex v0.4.6 |
| 814 | 2025-09-20T23:28:07.682Z | Downloaded env_logger v0.11.5 |
| 815 | 2025-09-20T23:28:07.708Z | Downloaded ecdsa v0.16.9 |
| 816 | 2025-09-20T23:28:07.708Z | Downloaded dropshot_endpoint v0.16.4 |
| 817 | 2025-09-20T23:28:07.708Z | Downloaded rcgen v0.12.1 |
| 818 | 2025-09-20T23:28:07.708Z | Downloaded rayon-core v1.12.1 |
| 819 | 2025-09-20T23:28:07.708Z | Downloaded rand v0.8.5 |
| 820 | 2025-09-20T23:28:07.733Z | Downloaded quinn v0.11.5 |
| 821 | 2025-09-20T23:28:07.733Z | Downloaded crossterm v0.29.0 |
| 822 | 2025-09-20T23:28:07.733Z | Downloaded crossterm v0.28.1 |
| 823 | 2025-09-20T23:28:07.733Z | Downloaded unicode-segmentation v1.12.0 |
| 824 | 2025-09-20T23:28:07.733Z | Downloaded serde_with v3.14.0 |
| 825 | 2025-09-20T23:28:07.758Z | Downloaded salty v0.3.0 |
| 826 | 2025-09-20T23:28:07.758Z | Downloaded rustyline v14.0.0 |
| 827 | 2025-09-20T23:28:07.783Z | Downloaded futures-util v0.3.31 |
| 828 | 2025-09-20T23:28:07.783Z | Downloaded typify-macro v0.2.0 |
| 829 | 2025-09-20T23:28:07.783Z | Downloaded try-lock v0.2.5 |
| 830 | 2025-09-20T23:28:07.783Z | Downloaded tower-service v0.3.3 |
| 831 | 2025-09-20T23:28:07.783Z | Downloaded tower-layer v0.3.3 |
| 832 | 2025-09-20T23:28:07.783Z | Downloaded time-core v0.1.6 |
| 833 | 2025-09-20T23:28:07.783Z | Downloaded thread_local v1.1.8 |
| 834 | 2025-09-20T23:28:07.783Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 835 | 2025-09-20T23:28:07.783Z | Downloaded testing_table v0.3.0 |
| 836 | 2025-09-20T23:28:07.808Z | Downloaded openssl-macros v0.1.1 |
| 837 | 2025-09-20T23:28:07.808Z | Downloaded opaque-debug v0.3.1 |
| 838 | 2025-09-20T23:28:07.808Z | Downloaded olpc-cjson v0.1.4 |
| 839 | 2025-09-20T23:28:07.808Z | Downloaded num_threads v0.1.7 |
| 840 | 2025-09-20T23:28:07.808Z | Downloaded num_enum_derive v0.5.11 |
| 841 | 2025-09-20T23:28:07.808Z | Downloaded num_enum v0.5.11 |
| 842 | 2025-09-20T23:28:07.808Z | Downloaded num-iter v0.1.45 |
| 843 | 2025-09-20T23:28:07.808Z | Downloaded num-integer v0.1.46 |
| 844 | 2025-09-20T23:28:07.808Z | Downloaded num-derive v0.3.3 |
| 845 | 2025-09-20T23:28:07.808Z | Downloaded num-conv v0.1.0 |
| 846 | 2025-09-20T23:28:07.808Z | Downloaded num v0.4.3 |
| 847 | 2025-09-20T23:28:07.808Z | Downloaded nu-ansi-term v0.50.1 |
| 848 | 2025-09-20T23:28:07.808Z | Downloaded nodrop v0.1.14 |
| 849 | 2025-09-20T23:28:07.808Z | Downloaded enum-as-inner v0.6.1 |
| 850 | 2025-09-20T23:28:07.833Z | Downloaded endian-type v0.1.2 |
| 851 | 2025-09-20T23:28:07.833Z | Downloaded ena v0.14.3 |
| 852 | 2025-09-20T23:28:07.833Z | Downloaded embedded-io v0.6.1 |
| 853 | 2025-09-20T23:28:07.833Z | Downloaded embedded-io v0.4.0 |
| 854 | 2025-09-20T23:28:07.833Z | Downloaded either v1.15.0 |
| 855 | 2025-09-20T23:28:07.833Z | Downloaded ed25519 v2.2.3 |
| 856 | 2025-09-20T23:28:07.833Z | Downloaded dyn-clone v1.0.20 |
| 857 | 2025-09-20T23:28:07.833Z | Downloaded dunce v1.0.5 |
| 858 | 2025-09-20T23:28:07.833Z | Downloaded dsl_auto_type v0.1.2 |
| 859 | 2025-09-20T23:28:07.833Z | Downloaded document-features v0.2.11 |
| 860 | 2025-09-20T23:28:07.833Z | Downloaded rfc6979 v0.4.0 |
| 861 | 2025-09-20T23:28:07.833Z | Downloaded prefix-trie v0.7.0 |
| 862 | 2025-09-20T23:28:07.833Z | Downloaded derive_builder v0.20.2 |
| 863 | 2025-09-20T23:28:07.858Z | Downloaded derive-where v1.5.0 |
| 864 | 2025-09-20T23:28:07.858Z | Downloaded der v0.7.9 |
| 865 | 2025-09-20T23:28:07.858Z | Downloaded crypto-bigint v0.5.5 |
| 866 | 2025-09-20T23:28:07.858Z | Downloaded uuid v1.18.1 |
| 867 | 2025-09-20T23:28:07.858Z | Downloaded unsafe-libyaml v0.2.11 |
| 868 | 2025-09-20T23:28:07.883Z | Downloaded unicode_categories v0.1.1 |
| 869 | 2025-09-20T23:28:07.883Z | Downloaded unicode-bidi v0.3.17 |
| 870 | 2025-09-20T23:28:07.883Z | Downloaded zip v4.2.0 |
| 871 | 2025-09-20T23:28:07.883Z | Downloaded lalrpop v0.19.12 |
| 872 | 2025-09-20T23:28:07.915Z | Downloaded bstr v1.10.0 |
| 873 | 2025-09-20T23:28:07.915Z | Downloaded normalize-line-endings v0.3.0 |
| 874 | 2025-09-20T23:28:07.915Z | Downloaded env_filter v0.1.2 |
| 875 | 2025-09-20T23:28:07.915Z | Downloaded resolv-conf v0.7.0 |
| 876 | 2025-09-20T23:28:07.915Z | Downloaded ref-cast-impl v1.0.24 |
| 877 | 2025-09-20T23:28:07.915Z | Downloaded ref-cast v1.0.24 |
| 878 | 2025-09-20T23:28:07.915Z | Downloaded rand_xorshift v0.4.0 |
| 879 | 2025-09-20T23:28:07.915Z | Downloaded rand_seeder v0.4.0 |
| 880 | 2025-09-20T23:28:07.915Z | Downloaded rand_core v0.9.3 |
| 881 | 2025-09-20T23:28:07.915Z | Downloaded rand_chacha v0.9.0 |
| 882 | 2025-09-20T23:28:07.915Z | Downloaded rand_chacha v0.3.1 |
| 883 | 2025-09-20T23:28:07.915Z | Downloaded radium v0.7.0 |
| 884 | 2025-09-20T23:28:07.915Z | Downloaded r2d2 v0.8.10 |
| 885 | 2025-09-20T23:28:07.940Z | Downloaded progenitor v0.11.0 |
| 886 | 2025-09-20T23:28:07.940Z | Downloaded progenitor v0.10.0 |
| 887 | 2025-09-20T23:28:07.940Z | Downloaded progenitor v0.9.1 |
| 888 | 2025-09-20T23:28:07.940Z | Downloaded progenitor v0.8.0 |
| 889 | 2025-09-20T23:28:07.940Z | Downloaded proc-macro-error2 v2.0.1 |
| 890 | 2025-09-20T23:28:07.940Z | Downloaded proc-macro-crate v1.3.1 |
| 891 | 2025-09-20T23:28:07.940Z | Downloaded predicates-tree v1.0.12 |
| 892 | 2025-09-20T23:28:07.940Z | Downloaded predicates-core v1.0.8 |
| 893 | 2025-09-20T23:28:07.940Z | Downloaded predicates v3.1.3 |
| 894 | 2025-09-20T23:28:07.965Z | Downloaded ppv-lite86 v0.2.20 |
| 895 | 2025-09-20T23:28:07.965Z | Downloaded powerfmt v0.2.0 |
| 896 | 2025-09-20T23:28:07.965Z | Downloaded derive-ex v0.1.8 |
| 897 | 2025-09-20T23:28:07.965Z | Downloaded defmt v0.3.8 |
| 898 | 2025-09-20T23:28:07.965Z | Downloaded darling_core v0.21.0 |
| 899 | 2025-09-20T23:28:07.965Z | Downloaded darling_core v0.20.10 |
| 900 | 2025-09-20T23:28:07.965Z | Downloaded darling v0.20.10 |
| 901 | 2025-09-20T23:28:07.989Z | Downloaded zstd-safe v7.2.3 |
| 902 | 2025-09-20T23:28:07.989Z | Downloaded zopfli v0.8.1 |
| 903 | 2025-09-20T23:28:07.989Z | Downloaded vergen-gitcl v1.0.8 |
| 904 | 2025-09-20T23:28:07.989Z | Downloaded vergen v8.3.2 |
| 905 | 2025-09-20T23:28:07.989Z | Downloaded value-bag v1.9.0 |
| 906 | 2025-09-20T23:28:07.990Z | Downloaded uzers v0.12.1 |
| 907 | 2025-09-20T23:28:07.990Z | Downloaded unicode-properties v0.1.3 |
| 908 | 2025-09-20T23:28:07.990Z | Downloaded schemars v0.8.22 |
| 909 | 2025-09-20T23:28:08.016Z | Downloaded zlib-rs v0.5.1 |
| 910 | 2025-09-20T23:28:08.016Z | Downloaded proptest v1.7.0 |
| 911 | 2025-09-20T23:28:08.041Z | Downloaded quinn-udp v0.5.5 |
| 912 | 2025-09-20T23:28:08.041Z | Downloaded progenitor-client v0.9.1 |
| 913 | 2025-09-20T23:28:08.041Z | Downloaded progenitor-client v0.8.0 |
| 914 | 2025-09-20T23:28:08.041Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 915 | 2025-09-20T23:28:08.041Z | Downloaded precomputed-hash v0.1.1 |
| 916 | 2025-09-20T23:28:08.041Z | Downloaded der_derive v0.7.3 |
| 917 | 2025-09-20T23:28:08.041Z | Downloaded defmt-parser v0.3.4 |
| 918 | 2025-09-20T23:28:08.041Z | Downloaded defmt-macros v0.3.9 |
| 919 | 2025-09-20T23:28:08.041Z | Downloaded debug-ignore v1.0.5 |
| 920 | 2025-09-20T23:28:08.041Z | Downloaded data-encoding v2.9.0 |
| 921 | 2025-09-20T23:28:08.041Z | Downloaded darling_macro v0.21.0 |
| 922 | 2025-09-20T23:28:08.041Z | Downloaded darling_macro v0.20.10 |
| 923 | 2025-09-20T23:28:08.041Z | Downloaded darling v0.21.0 |
| 924 | 2025-09-20T23:28:08.066Z | Downloaded daft-derive v0.1.4 |
| 925 | 2025-09-20T23:28:08.066Z | Downloaded daft v0.1.4 |
| 926 | 2025-09-20T23:28:08.066Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 927 | 2025-09-20T23:28:08.066Z | Downloaded ctr v0.9.2 |
| 928 | 2025-09-20T23:28:08.066Z | Downloaded csv-core v0.1.11 |
| 929 | 2025-09-20T23:28:08.066Z | Downloaded cstr-argument v0.1.2 |
| 930 | 2025-09-20T23:28:08.066Z | Downloaded crunchy v0.2.2 |
| 931 | 2025-09-20T23:28:08.066Z | Downloaded crucible-workspace-hack v0.1.0 |
| 932 | 2025-09-20T23:28:08.066Z | Downloaded zstd v0.13.3 |
| 933 | 2025-09-20T23:28:08.066Z | Downloaded vergen-lib v0.1.6 |
| 934 | 2025-09-20T23:28:08.066Z | Downloaded vergen v9.0.6 |
| 935 | 2025-09-20T23:28:08.066Z | Downloaded utf-8 v0.7.6 |
| 936 | 2025-09-20T23:28:08.066Z | Downloaded untrusted v0.9.0 |
| 937 | 2025-09-20T23:28:08.091Z | Downloaded unit-prefix v0.5.1 |
| 938 | 2025-09-20T23:28:08.091Z | Downloaded unicode-truncate v1.1.0 |
| 939 | 2025-09-20T23:28:08.091Z | Downloaded unicase v2.7.0 |
| 940 | 2025-09-20T23:28:08.091Z | Downloaded unarray v0.1.4 |
| 941 | 2025-09-20T23:28:08.091Z | Downloaded signal-hook v0.3.18 |
| 942 | 2025-09-20T23:28:08.091Z | Downloaded serde_yaml v0.9.34+deprecated |
| 943 | 2025-09-20T23:28:08.091Z | Downloaded serde_with_macros v3.14.0 |
| 944 | 2025-09-20T23:28:08.091Z | Downloaded serde_derive_internals v0.29.1 |
| 945 | 2025-09-20T23:28:08.091Z | Downloaded serde_cbor v0.11.2 |
| 946 | 2025-09-20T23:28:08.117Z | Downloaded samael v0.0.19 |
| 947 | 2025-09-20T23:28:08.117Z | Downloaded rustc-demangle v0.1.24 |
| 948 | 2025-09-20T23:28:08.117Z | Downloaded mio v1.0.2 |
| 949 | 2025-09-20T23:28:08.117Z | Downloaded minimal-lexical v0.2.1 |
| 950 | 2025-09-20T23:28:08.141Z | Downloaded flume v0.11.1 |
| 951 | 2025-09-20T23:28:08.141Z | Downloaded flate2 v1.1.2 |
| 952 | 2025-09-20T23:28:08.142Z | Downloaded zerocopy-derive v0.8.26 |
| 953 | 2025-09-20T23:28:08.142Z | Downloaded yansi v1.0.1 |
| 954 | 2025-09-20T23:28:08.166Z | Downloaded winnow v0.6.26 |
| 955 | 2025-09-20T23:28:08.166Z | Downloaded winnow v0.5.40 |
| 956 | 2025-09-20T23:28:08.166Z | Downloaded toml_edit v0.19.15 |
| 957 | 2025-09-20T23:28:08.191Z | Downloaded tokio-util v0.7.15 |
| 958 | 2025-09-20T23:28:08.216Z | Downloaded rustls-webpki v0.102.8 |
| 959 | 2025-09-20T23:28:08.216Z | Downloaded russh v0.45.0 |
| 960 | 2025-09-20T23:28:08.240Z | Downloaded itertools v0.14.0 |
| 961 | 2025-09-20T23:28:08.240Z | Downloaded itertools v0.13.0 |
| 962 | 2025-09-20T23:28:08.240Z | Downloaded chrono v0.4.41 |
| 963 | 2025-09-20T23:28:08.265Z | Downloaded untrusted v0.7.1 |
| 964 | 2025-09-20T23:28:08.265Z | Downloaded universal-hash v0.5.1 |
| 965 | 2025-09-20T23:28:08.265Z | Downloaded signal-hook-registry v1.4.2 |
| 966 | 2025-09-20T23:28:08.265Z | Downloaded signal-hook-mio v0.2.4 |
| 967 | 2025-09-20T23:28:08.265Z | Downloaded shlex v1.3.0 |
| 968 | 2025-09-20T23:28:08.265Z | Downloaded shell-words v1.1.0 |
| 969 | 2025-09-20T23:28:08.265Z | Downloaded sha1 v0.10.6 |
| 970 | 2025-09-20T23:28:08.265Z | Downloaded serde_urlencoded v0.7.1 |
| 971 | 2025-09-20T23:28:08.265Z | Downloaded serde_spanned v1.0.0 |
| 972 | 2025-09-20T23:28:08.265Z | Downloaded serde_repr v0.1.19 |
| 973 | 2025-09-20T23:28:08.265Z | Downloaded serde_path_to_error v0.1.17 |
| 974 | 2025-09-20T23:28:08.265Z | Downloaded schemars_derive v0.8.22 |
| 975 | 2025-09-20T23:28:08.265Z | Downloaded scheduled-thread-pool v0.2.7 |
| 976 | 2025-09-20T23:28:08.290Z | Downloaded same-file v1.0.6 |
| 977 | 2025-09-20T23:28:08.290Z | Downloaded salsa20 v0.10.2 |
| 978 | 2025-09-20T23:28:08.290Z | Downloaded rusty-fork v0.3.0 |
| 979 | 2025-09-20T23:28:08.290Z | Downloaded rustls-pemfile v2.2.0 |
| 980 | 2025-09-20T23:28:08.290Z | Downloaded rustls-native-certs v0.8.1 |
| 981 | 2025-09-20T23:28:08.290Z | Downloaded rustc_version v0.4.1 |
| 982 | 2025-09-20T23:28:08.290Z | Downloaded rustc_version v0.1.7 |
| 983 | 2025-09-20T23:28:08.290Z | Downloaded rustc-hash v2.1.1 |
| 984 | 2025-09-20T23:28:08.290Z | Downloaded rustc-hash v1.1.0 |
| 985 | 2025-09-20T23:28:08.291Z | Downloaded native-tls v0.2.12 |
| 986 | 2025-09-20T23:28:08.291Z | Downloaded multer v3.1.0 |
| 987 | 2025-09-20T23:28:08.291Z | Downloaded miniz_oxide v0.8.5 |
| 988 | 2025-09-20T23:28:08.315Z | Downloaded mime_guess v2.0.5 |
| 989 | 2025-09-20T23:28:08.315Z | Downloaded memmap2 v0.9.5 |
| 990 | 2025-09-20T23:28:08.316Z | Downloaded maplit v1.0.2 |
| 991 | 2025-09-20T23:28:08.316Z | Downloaded managed v0.8.0 |
| 992 | 2025-09-20T23:28:08.316Z | Downloaded getrandom v0.2.15 |
| 993 | 2025-09-20T23:28:08.316Z | Downloaded futures-io v0.3.31 |
| 994 | 2025-09-20T23:28:08.316Z | Downloaded futures-core v0.3.31 |
| 995 | 2025-09-20T23:28:08.316Z | Downloaded futures v0.3.31 |
| 996 | 2025-09-20T23:28:08.316Z | Downloaded fs_extra v1.3.0 |
| 997 | 2025-09-20T23:28:08.316Z | Downloaded fs-err v2.11.0 |
| 998 | 2025-09-20T23:28:08.341Z | Downloaded zip v0.6.6 |
| 999 | 2025-09-20T23:28:08.341Z | Downloaded zerocopy v0.6.6 |
| 1000 | 2025-09-20T23:28:08.341Z | Downloaded yasna v0.5.2 |
| 1001 | 2025-09-20T23:28:08.341Z | Downloaded sqlparser v0.45.0 |
| 1002 | 2025-09-20T23:28:08.341Z | Downloaded rustls-webpki v0.101.7 |
| 1003 | 2025-09-20T23:28:08.365Z | Downloaded qorb v0.4.1 |
| 1004 | 2025-09-20T23:28:08.365Z | Downloaded publicsuffix v2.3.0 |
| 1005 | 2025-09-20T23:28:08.365Z | Downloaded itertools v0.12.1 |
| 1006 | 2025-09-20T23:28:08.365Z | Downloaded itertools v0.10.5 |
| 1007 | 2025-09-20T23:28:08.390Z | Downloaded iddqd v0.3.13 |
| 1008 | 2025-09-20T23:28:08.390Z | Downloaded bindgen v0.71.1 |
| 1009 | 2025-09-20T23:28:08.390Z | Downloaded rustls-pemfile v1.0.4 |
| 1010 | 2025-09-20T23:28:08.390Z | Downloaded nibble_vec v0.1.0 |
| 1011 | 2025-09-20T23:28:08.390Z | Downloaded newtype_derive v0.1.6 |
| 1012 | 2025-09-20T23:28:08.415Z | Downloaded newtype-uuid v1.2.4 |
| 1013 | 2025-09-20T23:28:08.415Z | Downloaded new_debug_unreachable v1.0.6 |
| 1014 | 2025-09-20T23:28:08.415Z | Downloaded nanorand v0.7.0 |
| 1015 | 2025-09-20T23:28:08.415Z | Downloaded multimap v0.10.1 |
| 1016 | 2025-09-20T23:28:08.415Z | Downloaded mime v0.3.17 |
| 1017 | 2025-09-20T23:28:08.415Z | Downloaded memoffset v0.9.1 |
| 1018 | 2025-09-20T23:28:08.415Z | Downloaded md-5 v0.10.6 |
| 1019 | 2025-09-20T23:28:08.415Z | Downloaded maybe-uninit v2.0.0 |
| 1020 | 2025-09-20T23:28:08.415Z | Downloaded match_cfg v0.1.0 |
| 1021 | 2025-09-20T23:28:08.415Z | Downloaded ghash v0.5.1 |
| 1022 | 2025-09-20T23:28:08.415Z | Downloaded gethostname v0.5.0 |
| 1023 | 2025-09-20T23:28:08.415Z | Downloaded futures-task v0.3.31 |
| 1024 | 2025-09-20T23:28:08.415Z | Downloaded futures-macro v0.3.31 |
| 1025 | 2025-09-20T23:28:08.415Z | Downloaded futures-executor v0.3.31 |
| 1026 | 2025-09-20T23:28:08.415Z | Downloaded futures-channel v0.3.31 |
| 1027 | 2025-09-20T23:28:08.415Z | Downloaded foreign-types-shared v0.1.1 |
| 1028 | 2025-09-20T23:28:08.415Z | Downloaded foreign-types-macros v0.2.3 |
| 1029 | 2025-09-20T23:28:08.415Z | Downloaded foldhash v0.2.0 |
| 1030 | 2025-09-20T23:28:08.440Z | Downloaded foldhash v0.1.5 |
| 1031 | 2025-09-20T23:28:08.440Z | Downloaded float-ord v0.3.2 |
| 1032 | 2025-09-20T23:28:08.440Z | Downloaded float-cmp v0.10.0 |
| 1033 | 2025-09-20T23:28:08.440Z | Downloaded flagset v0.4.6 |
| 1034 | 2025-09-20T23:28:08.440Z | Downloaded fixedbitset v0.4.2 |
| 1035 | 2025-09-20T23:28:08.440Z | Downloaded fd-lock v4.0.2 |
| 1036 | 2025-09-20T23:28:08.440Z | Downloaded fatfs v0.3.6 |
| 1037 | 2025-09-20T23:28:08.440Z | Downloaded zone v0.3.1 |
| 1038 | 2025-09-20T23:28:08.440Z | Downloaded zone v0.1.8 |
| 1039 | 2025-09-20T23:28:08.440Z | Downloaded zeroize_derive v1.4.2 |
| 1040 | 2025-09-20T23:28:08.440Z | Downloaded zeroize v1.8.1 |
| 1041 | 2025-09-20T23:28:08.440Z | Downloaded xz2 v0.1.7 |
| 1042 | 2025-09-20T23:28:08.440Z | Downloaded xshell-macros v0.2.7 |
| 1043 | 2025-09-20T23:28:08.440Z | Downloaded xattr v1.3.1 |
| 1044 | 2025-09-20T23:28:08.440Z | Downloaded x509-cert v0.2.5 |
| 1045 | 2025-09-20T23:28:08.465Z | Downloaded toml v0.9.5 |
| 1046 | 2025-09-20T23:28:08.465Z | Downloaded tokio-tungstenite v0.23.1 |
| 1047 | 2025-09-20T23:28:08.465Z | Downloaded tokio-postgres v0.7.13 |
| 1048 | 2025-09-20T23:28:08.465Z | Downloaded ssh-key v0.6.6 |
| 1049 | 2025-09-20T23:28:08.465Z | Downloaded progenitor-impl v0.11.0 |
| 1050 | 2025-09-20T23:28:08.491Z | Downloaded prettyplease v0.2.36 |
| 1051 | 2025-09-20T23:28:08.491Z | Downloaded iri-string v0.7.8 |
| 1052 | 2025-09-20T23:28:08.491Z | Downloaded indicatif v0.17.11 |
| 1053 | 2025-09-20T23:28:08.491Z | Downloaded bitvec v1.0.1 |
| 1054 | 2025-09-20T23:28:08.515Z | Downloaded md5 v0.7.0 |
| 1055 | 2025-09-20T23:28:08.515Z | Downloaded fxhash v0.2.1 |
| 1056 | 2025-09-20T23:28:08.515Z | Downloaded futures-sink v0.3.31 |
| 1057 | 2025-09-20T23:28:08.515Z | Downloaded funty v2.0.0 |
| 1058 | 2025-09-20T23:28:08.515Z | Downloaded foreign-types-shared v0.3.1 |
| 1059 | 2025-09-20T23:28:08.515Z | Downloaded foreign-types v0.5.0 |
| 1060 | 2025-09-20T23:28:08.515Z | Downloaded foreign-types v0.3.2 |
| 1061 | 2025-09-20T23:28:08.515Z | Downloaded fixedbitset v0.5.7 |
| 1062 | 2025-09-20T23:28:08.515Z | Downloaded filetime v0.2.25 |
| 1063 | 2025-09-20T23:28:08.540Z | Downloaded ff v0.13.0 |
| 1064 | 2025-09-20T23:28:08.565Z | Downloaded fallible-iterator v0.2.0 |
| 1065 | 2025-09-20T23:28:08.565Z | Downloaded zone_cfg_derive v0.3.0 |
| 1066 | 2025-09-20T23:28:08.565Z | Downloaded zone_cfg_derive v0.1.2 |
| 1067 | 2025-09-20T23:28:08.565Z | Downloaded xshell v0.2.7 |
| 1068 | 2025-09-20T23:28:08.565Z | Downloaded wyz v0.5.1 |
| 1069 | 2025-09-20T23:28:08.565Z | Downloaded whoami v1.5.2 |
| 1070 | 2025-09-20T23:28:08.565Z | Downloaded which v4.4.2 |
| 1071 | 2025-09-20T23:28:08.565Z | Downloaded walkdir v2.5.0 |
| 1072 | 2025-09-20T23:28:08.565Z | Downloaded waitgroup v0.1.2 |
| 1073 | 2025-09-20T23:28:08.590Z | Downloaded wait-timeout v0.2.0 |
| 1074 | 2025-09-20T23:28:08.590Z | Downloaded vte v0.11.1 |
| 1075 | 2025-09-20T23:28:08.590Z | Downloaded vsss-rs v3.3.4 |
| 1076 | 2025-09-20T23:28:08.590Z | Downloaded topological-sort v0.2.2 |
| 1077 | 2025-09-20T23:28:08.590Z | Downloaded toml_writer v1.0.2 |
| 1078 | 2025-09-20T23:28:08.615Z | Downloaded toml_parser v1.0.2 |
| 1079 | 2025-09-20T23:28:08.615Z | Downloaded toml_datetime v0.7.0 |
| 1080 | 2025-09-20T23:28:08.615Z | Downloaded tokio-tungstenite v0.21.0 |
| 1081 | 2025-09-20T23:28:08.615Z | Downloaded tokio-rustls v0.25.0 |
| 1082 | 2025-09-20T23:28:08.640Z | Downloaded strum_macros v0.24.3 |
| 1083 | 2025-09-20T23:28:08.640Z | Downloaded strum v0.27.2 |
| 1084 | 2025-09-20T23:28:08.640Z | Downloaded strum v0.26.3 |
| 1085 | 2025-09-20T23:28:08.640Z | Downloaded structmeta-derive v0.3.0 |
| 1086 | 2025-09-20T23:28:08.640Z | Downloaded structmeta v0.3.0 |
| 1087 | 2025-09-20T23:28:08.640Z | Downloaded slog-bunyan v2.5.0 |
| 1088 | 2025-09-20T23:28:08.640Z | Downloaded similar v2.7.0 |
| 1089 | 2025-09-20T23:28:08.667Z | Downloaded rustversion v1.0.22 |
| 1090 | 2025-09-20T23:28:08.667Z | Downloaded rsa v0.9.6 |
| 1091 | 2025-09-20T23:28:08.667Z | Downloaded ron v0.8.1 |
| 1092 | 2025-09-20T23:28:08.691Z | Downloaded quick-error v1.2.3 |
| 1093 | 2025-09-20T23:28:08.692Z | Downloaded psl-types v2.0.11 |
| 1094 | 2025-09-20T23:28:08.692Z | Downloaded aws-lc-sys v0.26.0 |
| 1095 | 2025-09-20T23:28:09.005Z | Downloaded progenitor-macro v0.11.0 |
| 1096 | 2025-09-20T23:28:09.031Z | Downloaded progenitor-macro v0.10.0 |
| 1097 | 2025-09-20T23:28:09.031Z | Downloaded progenitor-macro v0.9.1 |
| 1098 | 2025-09-20T23:28:09.031Z | Downloaded progenitor-macro v0.8.0 |
| 1099 | 2025-09-20T23:28:09.031Z | Downloaded progenitor-impl v0.10.0 |
| 1100 | 2025-09-20T23:28:09.031Z | Downloaded pretty_assertions v1.4.1 |
| 1101 | 2025-09-20T23:28:09.031Z | Downloaded litrs v0.4.1 |
| 1102 | 2025-09-20T23:28:09.031Z | Downloaded linear-map v1.2.0 |
| 1103 | 2025-09-20T23:28:09.031Z | Downloaded libxml v0.3.3 |
| 1104 | 2025-09-20T23:28:09.031Z | Downloaded libsw v3.5.0 |
| 1105 | 2025-09-20T23:28:09.031Z | Downloaded libm v0.2.8 |
| 1106 | 2025-09-20T23:28:09.056Z | Downloaded jiff-static v0.2.15 |
| 1107 | 2025-09-20T23:28:09.056Z | Downloaded ingot-macros v0.1.1 |
| 1108 | 2025-09-20T23:28:09.056Z | Downloaded crossbeam-channel v0.5.15 |
| 1109 | 2025-09-20T23:28:09.056Z | Downloaded blake3 v1.5.4 |
| 1110 | 2025-09-20T23:28:09.056Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1111 | 2025-09-20T23:28:09.056Z | Downloaded void v1.0.2 |
| 1112 | 2025-09-20T23:28:09.056Z | Downloaded tokio-stream v0.1.17 |
| 1113 | 2025-09-20T23:28:09.056Z | Downloaded tokio-rustls v0.26.0 |
| 1114 | 2025-09-20T23:28:09.082Z | Downloaded tokio-rustls v0.24.1 |
| 1115 | 2025-09-20T23:28:09.082Z | Downloaded tokio-native-tls v0.3.1 |
| 1116 | 2025-09-20T23:28:09.082Z | Downloaded tls_codec_derive v0.4.1 |
| 1117 | 2025-09-20T23:28:09.082Z | Downloaded tls_codec v0.4.1 |
| 1118 | 2025-09-20T23:28:09.082Z | Downloaded tinyvec_macros v0.1.1 |
| 1119 | 2025-09-20T23:28:09.082Z | Downloaded string_cache v0.8.9 |
| 1120 | 2025-09-20T23:28:09.082Z | Downloaded steno v0.4.1 |
| 1121 | 2025-09-20T23:28:09.082Z | Downloaded static_assertions v1.1.0 |
| 1122 | 2025-09-20T23:28:09.082Z | Downloaded ssh-cipher v0.2.0 |
| 1123 | 2025-09-20T23:28:09.082Z | Downloaded slog v2.7.0 |
| 1124 | 2025-09-20T23:28:09.082Z | Downloaded rustls-pki-types v1.10.0 |
| 1125 | 2025-09-20T23:28:09.082Z | Downloaded progenitor-impl v0.9.1 |
| 1126 | 2025-09-20T23:28:09.107Z | Downloaded progenitor-impl v0.8.0 |
| 1127 | 2025-09-20T23:28:09.107Z | Downloaded primeorder v0.13.6 |
| 1128 | 2025-09-20T23:28:09.107Z | Downloaded postgres-types v0.2.9 |
| 1129 | 2025-09-20T23:28:09.107Z | Downloaded postgres-protocol v0.6.8 |
| 1130 | 2025-09-20T23:28:09.107Z | Downloaded postcard v1.0.10 |
| 1131 | 2025-09-20T23:28:09.107Z | Downloaded lzss v0.8.2 |
| 1132 | 2025-09-20T23:28:09.107Z | Downloaded lru-cache v0.1.2 |
| 1133 | 2025-09-20T23:28:09.107Z | Downloaded linked-hash-map v0.5.6 |
| 1134 | 2025-09-20T23:28:09.107Z | Downloaded libefi-sys v0.1.0 |
| 1135 | 2025-09-20T23:28:09.107Z | Downloaded lalrpop-util v0.19.12 |
| 1136 | 2025-09-20T23:28:09.107Z | Downloaded keccak v0.1.5 |
| 1137 | 2025-09-20T23:28:09.107Z | Downloaded internet-checksum v0.2.1 |
| 1138 | 2025-09-20T23:28:09.107Z | Downloaded indoc v2.0.6 |
| 1139 | 2025-09-20T23:28:09.107Z | Downloaded indoc v1.0.9 |
| 1140 | 2025-09-20T23:28:09.132Z | Downloaded indicatif v0.18.0 |
| 1141 | 2025-09-20T23:28:09.132Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1142 | 2025-09-20T23:28:09.132Z | Downloaded hickory-proto v0.25.2 |
| 1143 | 2025-09-20T23:28:09.156Z | Downloaded cookie v0.18.1 |
| 1144 | 2025-09-20T23:28:09.156Z | Downloaded cc v1.2.30 |
| 1145 | 2025-09-20T23:28:09.157Z | Downloaded backtrace v0.3.74 |
| 1146 | 2025-09-20T23:28:09.157Z | Downloaded tokio-macros v2.5.0 |
| 1147 | 2025-09-20T23:28:09.157Z | Downloaded tokio-dtrace v0.1.0 |
| 1148 | 2025-09-20T23:28:09.157Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1149 | 2025-09-20T23:28:09.157Z | Downloaded stringprep v0.1.5 |
| 1150 | 2025-09-20T23:28:09.157Z | Downloaded ssh-encoding v0.2.0 |
| 1151 | 2025-09-20T23:28:09.157Z | Downloaded sqlparser_derive v0.2.2 |
| 1152 | 2025-09-20T23:28:09.157Z | Downloaded slab v0.4.9 |
| 1153 | 2025-09-20T23:28:09.157Z | Downloaded siphasher v1.0.1 |
| 1154 | 2025-09-20T23:28:09.157Z | Downloaded siphasher v0.3.11 |
| 1155 | 2025-09-20T23:28:09.157Z | Downloaded serde_bytes v0.11.17 |
| 1156 | 2025-09-20T23:28:09.157Z | Downloaded serde-hex v0.1.0 |
| 1157 | 2025-09-20T23:28:09.182Z | Downloaded serde-big-array v0.5.1 |
| 1158 | 2025-09-20T23:28:09.182Z | Downloaded semver v0.1.20 |
| 1159 | 2025-09-20T23:28:09.182Z | Downloaded secrecy v0.10.3 |
| 1160 | 2025-09-20T23:28:09.182Z | Downloaded secrecy v0.8.0 |
| 1161 | 2025-09-20T23:28:09.182Z | Downloaded sec1 v0.7.3 |
| 1162 | 2025-09-20T23:28:09.182Z | Downloaded sct v0.7.1 |
| 1163 | 2025-09-20T23:28:09.182Z | Downloaded scrypt v0.11.0 |
| 1164 | 2025-09-20T23:28:09.182Z | Downloaded scopeguard v1.2.0 |
| 1165 | 2025-09-20T23:28:09.182Z | Downloaded rtoolbox v0.0.2 |
| 1166 | 2025-09-20T23:28:09.182Z | Downloaded rpassword v7.4.0 |
| 1167 | 2025-09-20T23:28:09.182Z | Downloaded progenitor-client v0.11.0 |
| 1168 | 2025-09-20T23:28:09.182Z | Downloaded pretty-hex v0.2.1 |
| 1169 | 2025-09-20T23:28:09.182Z | Downloaded lockfree-object-pool v0.1.6 |
| 1170 | 2025-09-20T23:28:09.182Z | Downloaded lazy_static v1.5.0 |
| 1171 | 2025-09-20T23:28:09.182Z | Downloaded jobserver v0.1.32 |
| 1172 | 2025-09-20T23:28:09.207Z | Downloaded ipnet v2.11.0 |
| 1173 | 2025-09-20T23:28:09.207Z | Downloaded instant v0.1.13 |
| 1174 | 2025-09-20T23:28:09.207Z | Downloaded instability v0.3.2 |
| 1175 | 2025-09-20T23:28:09.207Z | Downloaded inout v0.1.3 |
| 1176 | 2025-09-20T23:28:09.207Z | Downloaded ingot-types v0.1.2 |
| 1177 | 2025-09-20T23:28:09.207Z | Downloaded indent_write v2.2.0 |
| 1178 | 2025-09-20T23:28:09.207Z | Downloaded ident_case v1.0.1 |
| 1179 | 2025-09-20T23:28:09.207Z | Downloaded hyper v1.7.0 |
| 1180 | 2025-09-20T23:28:09.207Z | Downloaded http-range v0.1.5 |
| 1181 | 2025-09-20T23:28:09.207Z | Downloaded hmac v0.12.1 |
| 1182 | 2025-09-20T23:28:09.207Z | Downloaded hkdf v0.12.4 |
| 1183 | 2025-09-20T23:28:09.207Z | Downloaded hickory-server v0.25.2 |
| 1184 | 2025-09-20T23:28:09.232Z | Downloaded hickory-proto v0.24.4 |
| 1185 | 2025-09-20T23:28:09.232Z | Downloaded heck v0.3.3 |
| 1186 | 2025-09-20T23:28:09.232Z | Downloaded heapless v0.8.0 |
| 1187 | 2025-09-20T23:28:09.232Z | Downloaded hashbrown v0.13.2 |
| 1188 | 2025-09-20T23:28:09.256Z | Downloaded h2 v0.4.6 |
| 1189 | 2025-09-20T23:28:09.256Z | Downloaded glob v0.3.2 |
| 1190 | 2025-09-20T23:28:09.257Z | Downloaded crossbeam-epoch v0.9.18 |
| 1191 | 2025-09-20T23:28:09.257Z | Downloaded crossbeam-deque v0.8.5 |
| 1192 | 2025-09-20T23:28:09.257Z | Downloaded crc32fast v1.4.2 |
| 1193 | 2025-09-20T23:28:09.257Z | Downloaded crc-catalog v2.4.0 |
| 1194 | 2025-09-20T23:28:09.257Z | Downloaded crc v3.2.1 |
| 1195 | 2025-09-20T23:28:09.257Z | Downloaded cookie_store v0.21.1 |
| 1196 | 2025-09-20T23:28:09.257Z | Downloaded const_format_proc_macros v0.2.34 |
| 1197 | 2025-09-20T23:28:09.281Z | Downloaded const_format v0.2.34 |
| 1198 | 2025-09-20T23:28:09.281Z | Downloaded compact_str v0.8.0 |
| 1199 | 2025-09-20T23:28:09.282Z | Downloaded clang-sys v1.8.1 |
| 1200 | 2025-09-20T23:28:09.282Z | Downloaded bzip2 v0.4.4 |
| 1201 | 2025-09-20T23:28:09.282Z | Downloaded bytes v1.10.1 |
| 1202 | 2025-09-20T23:28:09.282Z | Downloaded bumpalo v3.16.0 |
| 1203 | 2025-09-20T23:28:09.282Z | Downloaded bcs v0.1.6 |
| 1204 | 2025-09-20T23:28:09.282Z | Downloaded base64ct v1.6.0 |
| 1205 | 2025-09-20T23:28:09.306Z | Downloaded base64 v0.13.1 |
| 1206 | 2025-09-20T23:28:09.306Z | Downloaded aws-lc-rs v1.12.4 |
| 1207 | 2025-09-20T23:28:09.306Z | Downloaded aho-corasick v1.1.3 |
| 1208 | 2025-09-20T23:28:09.306Z | Downloaded libloading v0.8.5 |
| 1209 | 2025-09-20T23:28:09.306Z | Downloaded lazycell v1.3.0 |
| 1210 | 2025-09-20T23:28:09.306Z | Downloaded kstat-rs v0.2.4 |
| 1211 | 2025-09-20T23:28:09.307Z | Downloaded is_ci v1.2.0 |
| 1212 | 2025-09-20T23:28:09.331Z | Downloaded is-terminal v0.4.13 |
| 1213 | 2025-09-20T23:28:09.331Z | Downloaded ipnetwork v0.21.1 |
| 1214 | 2025-09-20T23:28:09.331Z | Downloaded hyper-util v0.1.16 |
| 1215 | 2025-09-20T23:28:09.332Z | Downloaded hyper-tls v0.6.0 |
| 1216 | 2025-09-20T23:28:09.332Z | Downloaded hyper-staticfile v0.10.1 |
| 1217 | 2025-09-20T23:28:09.332Z | Downloaded hyper-rustls v0.27.7 |
| 1218 | 2025-09-20T23:28:09.332Z | Downloaded httpdate v1.0.3 |
| 1219 | 2025-09-20T23:28:09.332Z | Downloaded hostname v0.4.0 |
| 1220 | 2025-09-20T23:28:09.332Z | Downloaded hostname v0.3.1 |
| 1221 | 2025-09-20T23:28:09.332Z | Downloaded hex v0.4.3 |
| 1222 | 2025-09-20T23:28:09.332Z | Downloaded headers-core v0.3.0 |
| 1223 | 2025-09-20T23:28:09.332Z | Downloaded hashbrown v0.12.3 |
| 1224 | 2025-09-20T23:28:09.358Z | Downloaded half v2.4.1 |
| 1225 | 2025-09-20T23:28:09.358Z | Downloaded crossbeam-utils v0.8.21 |
| 1226 | 2025-09-20T23:28:09.358Z | Downloaded critical-section v1.1.3 |
| 1227 | 2025-09-20T23:28:09.358Z | Downloaded crc8 v0.1.1 |
| 1228 | 2025-09-20T23:28:09.358Z | Downloaded convert_case v0.7.1 |
| 1229 | 2025-09-20T23:28:09.358Z | Downloaded convert_case v0.4.0 |
| 1230 | 2025-09-20T23:28:09.358Z | Downloaded console v0.16.0 |
| 1231 | 2025-09-20T23:28:09.358Z | Downloaded console v0.15.10 |
| 1232 | 2025-09-20T23:28:09.358Z | Downloaded cmake v0.1.51 |
| 1233 | 2025-09-20T23:28:09.358Z | Downloaded ciborium v0.2.2 |
| 1234 | 2025-09-20T23:28:09.358Z | Downloaded cbc v0.1.2 |
| 1235 | 2025-09-20T23:28:09.358Z | Downloaded cargo_metadata v0.18.1 |
| 1236 | 2025-09-20T23:28:09.358Z | Downloaded cancel-safe-futures v0.1.5 |
| 1237 | 2025-09-20T23:28:09.383Z | Downloaded blowfish v0.9.1 |
| 1238 | 2025-09-20T23:28:09.383Z | Downloaded block-padding v0.3.3 |
| 1239 | 2025-09-20T23:28:09.383Z | Downloaded bit-set v0.5.3 |
| 1240 | 2025-09-20T23:28:09.383Z | Downloaded base16ct v0.2.0 |
| 1241 | 2025-09-20T23:28:09.383Z | Downloaded lru v0.12.5 |
| 1242 | 2025-09-20T23:28:09.383Z | Downloaded lock_api v0.4.12 |
| 1243 | 2025-09-20T23:28:09.383Z | Downloaded libsw-core v0.3.1 |
| 1244 | 2025-09-20T23:28:09.383Z | Downloaded hubpack_derive v0.1.1 |
| 1245 | 2025-09-20T23:28:09.383Z | Downloaded hubpack v0.1.2 |
| 1246 | 2025-09-20T23:28:09.383Z | Downloaded httparse v1.9.5 |
| 1247 | 2025-09-20T23:28:09.383Z | Downloaded http-body v1.0.1 |
| 1248 | 2025-09-20T23:28:09.383Z | Downloaded hickory-client v0.25.2 |
| 1249 | 2025-09-20T23:28:09.383Z | Downloaded heapless v0.7.17 |
| 1250 | 2025-09-20T23:28:09.384Z | Downloaded colored v2.2.0 |
| 1251 | 2025-09-20T23:28:09.384Z | Downloaded cobs v0.2.3 |
| 1252 | 2025-09-20T23:28:09.408Z | Downloaded ciborium-ll v0.2.2 |
| 1253 | 2025-09-20T23:28:09.408Z | Downloaded ciborium-io v0.2.2 |
| 1254 | 2025-09-20T23:28:09.408Z | Downloaded chacha20 v0.9.1 |
| 1255 | 2025-09-20T23:28:09.408Z | Downloaded cexpr v0.6.0 |
| 1256 | 2025-09-20T23:28:09.408Z | Downloaded castaway v0.2.3 |
| 1257 | 2025-09-20T23:28:09.408Z | Downloaded cassowary v0.3.0 |
| 1258 | 2025-09-20T23:28:09.408Z | Downloaded cargo-platform v0.1.8 |
| 1259 | 2025-09-20T23:28:09.408Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1260 | 2025-09-20T23:28:09.408Z | Downloaded bindgen v0.69.5 |
| 1261 | 2025-09-20T23:28:09.408Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1262 | 2025-09-20T23:28:09.408Z | Downloaded hickory-resolver v0.25.2 |
| 1263 | 2025-09-20T23:28:09.408Z | Downloaded hex-literal v0.4.1 |
| 1264 | 2025-09-20T23:28:09.433Z | Downloaded headers v0.4.1 |
| 1265 | 2025-09-20T23:28:09.433Z | Downloaded hash32 v0.2.1 |
| 1266 | 2025-09-20T23:28:09.433Z | Downloaded half v1.8.3 |
| 1267 | 2025-09-20T23:28:09.433Z | Downloaded cfg_aliases v0.2.1 |
| 1268 | 2025-09-20T23:28:09.433Z | Downloaded cfg_aliases v0.1.1 |
| 1269 | 2025-09-20T23:28:09.433Z | Downloaded buf-list v1.0.3 |
| 1270 | 2025-09-20T23:28:09.433Z | Downloaded bitfield-macros v0.19.2 |
| 1271 | 2025-09-20T23:28:09.433Z | Downloaded async-trait v0.1.89 |
| 1272 | 2025-09-20T23:28:09.433Z | Downloaded async-recursion v1.1.1 |
| 1273 | 2025-09-20T23:28:09.433Z | Downloaded arrayvec v0.7.6 |
| 1274 | 2025-09-20T23:28:09.433Z | Downloaded aes-gcm v0.10.3 |
| 1275 | 2025-09-20T23:28:09.458Z | Downloaded aes v0.8.4 |
| 1276 | 2025-09-20T23:28:09.458Z | Downloaded hash32 v0.3.1 |
| 1277 | 2025-09-20T23:28:09.458Z | Downloaded group v0.13.0 |
| 1278 | 2025-09-20T23:28:09.458Z | Downloaded bitfield-struct v0.6.2 |
| 1279 | 2025-09-20T23:28:09.458Z | Downloaded atomicwrites v0.4.4 |
| 1280 | 2025-09-20T23:28:09.458Z | Downloaded atomic-waker v1.1.2 |
| 1281 | 2025-09-20T23:28:09.458Z | Downloaded argon2 v0.5.3 |
| 1282 | 2025-09-20T23:28:09.458Z | Downloaded ahash v0.8.12 |
| 1283 | 2025-09-20T23:28:09.458Z | Downloaded bit-set v0.8.0 |
| 1284 | 2025-09-20T23:28:09.458Z | Downloaded bb8 v0.8.5 |
| 1285 | 2025-09-20T23:28:09.458Z | Downloaded base64 v0.22.1 |
| 1286 | 2025-09-20T23:28:09.458Z | Downloaded backoff v0.4.0 |
| 1287 | 2025-09-20T23:28:09.483Z | Downloaded atty v0.2.14 |
| 1288 | 2025-09-20T23:28:09.483Z | Downloaded ascii-canvas v3.0.0 |
| 1289 | 2025-09-20T23:28:09.483Z | Downloaded arrayref v0.3.9 |
| 1290 | 2025-09-20T23:28:09.483Z | Downloaded array-init v0.0.4 |
| 1291 | 2025-09-20T23:28:09.483Z | Downloaded arc-swap v1.7.1 |
| 1292 | 2025-09-20T23:28:09.483Z | Downloaded bitflags v1.3.2 |
| 1293 | 2025-09-20T23:28:09.483Z | Downloaded bit-vec v0.6.3 |
| 1294 | 2025-09-20T23:28:09.483Z | Downloaded async-stream v0.3.6 |
| 1295 | 2025-09-20T23:28:09.483Z | Downloaded crc-any v2.5.0 |
| 1296 | 2025-09-20T23:28:09.484Z | Downloaded chacha20poly1305 v0.10.1 |
| 1297 | 2025-09-20T23:28:09.484Z | Downloaded blake2 v0.10.6 |
| 1298 | 2025-09-20T23:28:09.484Z | Downloaded async-stream-impl v0.3.6 |
| 1299 | 2025-09-20T23:28:09.484Z | Downloaded addr2line v0.24.2 |
| 1300 | 2025-09-20T23:28:09.508Z | Downloaded ingot v0.1.1 |
| 1301 | 2025-09-20T23:28:09.509Z | Downloaded indexmap v1.9.3 |
| 1302 | 2025-09-20T23:28:09.509Z | Downloaded ignore v0.4.23 |
| 1303 | 2025-09-20T23:28:09.509Z | Downloaded iana-time-zone v0.1.63 |
| 1304 | 2025-09-20T23:28:09.509Z | Downloaded humantime v2.2.0 |
| 1305 | 2025-09-20T23:28:09.509Z | Downloaded http v1.3.1 |
| 1306 | 2025-09-20T23:28:09.509Z | Downloaded home v0.5.9 |
| 1307 | 2025-09-20T23:28:09.509Z | Downloaded highway v1.3.0 |
| 1308 | 2025-09-20T23:28:09.509Z | Downloaded hickory-resolver v0.24.4 |
| 1309 | 2025-09-20T23:28:09.509Z | Downloaded const-oid v0.9.6 |
| 1310 | 2025-09-20T23:28:09.533Z | Downloaded cipher v0.4.4 |
| 1311 | 2025-09-20T23:28:09.533Z | Downloaded bzip2 v0.5.2 |
| 1312 | 2025-09-20T23:28:09.533Z | Downloaded base64 v0.21.7 |
| 1313 | 2025-09-20T23:28:09.533Z | Downloaded aead v0.5.2 |
| 1314 | 2025-09-20T23:28:09.533Z | Downloaded globwalk v0.9.1 |
| 1315 | 2025-09-20T23:28:09.533Z | Downloaded constant_time_eq v0.3.1 |
| 1316 | 2025-09-20T23:28:09.533Z | Downloaded assert_matches v1.5.0 |
| 1317 | 2025-09-20T23:28:09.533Z | Downloaded async-bb8-diesel v0.2.1 |
| 1318 | 2025-09-20T23:28:09.533Z | Downloaded allocator-api2 v0.2.21 |
| 1319 | 2025-09-20T23:28:09.699Z | Compiling value-bag v1.9.0 |
| 1320 | 2025-09-20T23:28:09.699Z | Compiling shlex v1.3.0 |
| 1321 | 2025-09-20T23:28:09.699Z | Compiling lock_api v0.4.12 |
| 1322 | 2025-09-20T23:28:09.723Z | Compiling scopeguard v1.2.0 |
| 1323 | 2025-09-20T23:28:09.723Z | Compiling typenum v1.17.0 |
| 1324 | 2025-09-20T23:28:09.723Z | Compiling syn v2.0.106 |
| 1325 | 2025-09-20T23:28:09.724Z | Compiling getrandom v0.2.15 |
| 1326 | 2025-09-20T23:28:09.724Z | Compiling jobserver v0.1.32 |
| 1327 | 2025-09-20T23:28:10.102Z | Compiling generic-array v0.14.7 |
| 1328 | 2025-09-20T23:28:10.212Z | Compiling rand_core v0.6.4 |
| 1329 | 2025-09-20T23:28:10.278Z | Compiling smallvec v1.15.1 |
| 1330 | 2025-09-20T23:28:10.412Z | Compiling log v0.4.27 |
| 1331 | 2025-09-20T23:28:10.461Z | Compiling cc v1.2.30 |
| 1332 | 2025-09-20T23:28:10.686Z | Compiling portable-atomic v1.11.0 |
| 1333 | 2025-09-20T23:28:10.721Z | Compiling subtle v2.6.1 |
| 1334 | 2025-09-20T23:28:10.746Z | Compiling critical-section v1.1.3 |
| 1335 | 2025-09-20T23:28:10.746Z | Compiling const-oid v0.9.6 |
| 1336 | 2025-09-20T23:28:10.924Z | Compiling pkg-config v0.3.31 |
| 1337 | 2025-09-20T23:28:11.059Z | Compiling parking_lot_core v0.9.10 |
| 1338 | 2025-09-20T23:28:11.112Z | Compiling pin-project-lite v0.2.14 |
| 1339 | 2025-09-20T23:28:11.252Z | Compiling rustix v0.38.37 |
| 1340 | 2025-09-20T23:28:11.785Z | Compiling signal-hook-registry v1.4.2 |
| 1341 | 2025-09-20T23:28:11.979Z | Compiling parking_lot v0.12.3 |
| 1342 | 2025-09-20T23:28:12.003Z | Compiling mio v1.0.2 |
| 1343 | 2025-09-20T23:28:12.083Z | Compiling futures-core v0.3.31 |
| 1344 | 2025-09-20T23:28:12.331Z | Compiling spin v0.9.8 |
| 1345 | 2025-09-20T23:28:12.355Z | Compiling libm v0.2.8 |
| 1346 | 2025-09-20T23:28:12.438Z | Compiling socket2 v0.6.0 |
| 1347 | 2025-09-20T23:28:12.668Z | Compiling once_cell v1.21.3 |
| 1348 | 2025-09-20T23:28:12.731Z | Compiling num-traits v0.2.19 |
| 1349 | 2025-09-20T23:28:12.756Z | Compiling slab v0.4.9 |
| 1350 | 2025-09-20T23:28:12.781Z | Compiling aho-corasick v1.1.3 |
| 1351 | 2025-09-20T23:28:12.949Z | Compiling getrandom v0.3.1 |
| 1352 | 2025-09-20T23:28:13.031Z | Compiling cpufeatures v0.2.14 |
| 1353 | 2025-09-20T23:28:13.068Z | Compiling allocator-api2 v0.2.21 |
| 1354 | 2025-09-20T23:28:13.092Z | Compiling foldhash v0.1.5 |
| 1355 | 2025-09-20T23:28:13.162Z | Compiling regex-syntax v0.8.5 |
| 1356 | 2025-09-20T23:28:13.292Z | Compiling serde_json v1.0.145 |
| 1357 | 2025-09-20T23:28:13.819Z | Compiling futures-sink v0.3.31 |
| 1358 | 2025-09-20T23:28:13.929Z | Compiling hashbrown v0.15.4 |
| 1359 | 2025-09-20T23:28:13.995Z | Compiling percent-encoding v2.3.2 |
| 1360 | 2025-09-20T23:28:14.023Z | Compiling glob v0.3.2 |
| 1361 | 2025-09-20T23:28:14.048Z | Compiling futures-channel v0.3.31 |
| 1362 | 2025-09-20T23:28:14.788Z | Compiling clang-sys v1.8.1 |
| 1363 | 2025-09-20T23:28:15.051Z | Compiling futures-io v0.3.31 |
| 1364 | 2025-09-20T23:28:15.182Z | Compiling either v1.15.0 |
| 1365 | 2025-09-20T23:28:15.314Z | Compiling prettyplease v0.2.36 |
| 1366 | 2025-09-20T23:28:15.388Z | Compiling pin-utils v0.1.0 |
| 1367 | 2025-09-20T23:28:15.505Z | Compiling futures-task v0.3.31 |
| 1368 | 2025-09-20T23:28:15.596Z | Compiling lazy_static v1.5.0 |
| 1369 | 2025-09-20T23:28:15.653Z | Compiling minimal-lexical v0.2.1 |
| 1370 | 2025-09-20T23:28:15.744Z | Compiling libloading v0.8.5 |
| 1371 | 2025-09-20T23:28:15.805Z | Compiling home v0.5.9 |
| 1372 | 2025-09-20T23:28:16.017Z | Compiling nom v7.1.3 |
| 1373 | 2025-09-20T23:28:16.084Z | Compiling bindgen v0.69.5 |
| 1374 | 2025-09-20T23:28:16.108Z | Compiling base64ct v1.6.0 |
| 1375 | 2025-09-20T23:28:16.663Z | Compiling synstructure v0.13.1 |
| 1376 | 2025-09-20T23:28:16.800Z | Compiling regex-automata v0.4.8 |
| 1377 | 2025-09-20T23:28:16.892Z | Compiling pem-rfc7468 v0.7.0 |
| 1378 | 2025-09-20T23:28:17.487Z | Compiling itertools v0.12.1 |
| 1379 | 2025-09-20T23:28:17.969Z | Compiling lazycell v1.3.0 |
| 1380 | 2025-09-20T23:28:18.177Z | Compiling flagset v0.4.6 |
| 1381 | 2025-09-20T23:28:18.401Z | Compiling rustc-hash v1.1.0 |
| 1382 | 2025-09-20T23:28:18.530Z | Compiling cmake v0.1.51 |
| 1383 | 2025-09-20T23:28:18.626Z | Compiling fs_extra v1.3.0 |
| 1384 | 2025-09-20T23:28:19.095Z | Compiling cexpr v0.6.0 |
| 1385 | 2025-09-20T23:28:19.187Z | Compiling dunce v1.0.5 |
| 1386 | 2025-09-20T23:28:19.346Z | Compiling form_urlencoded v1.2.2 |
| 1387 | 2025-09-20T23:28:19.423Z | Compiling vcpkg v0.2.15 |
| 1388 | 2025-09-20T23:28:19.689Z | Compiling paste v1.0.15 |
| 1389 | 2025-09-20T23:28:19.790Z | Compiling iana-time-zone v0.1.63 |
| 1390 | 2025-09-20T23:28:20.189Z | Compiling ring v0.17.14 |
| 1391 | 2025-09-20T23:28:20.284Z | Compiling tracing-core v0.1.32 |
| 1392 | 2025-09-20T23:28:20.584Z | Compiling aws-lc-rs v1.12.4 |
| 1393 | 2025-09-20T23:28:20.982Z | Compiling httparse v1.9.5 |
| 1394 | 2025-09-20T23:28:21.027Z | Compiling openssl-sys v0.9.109 |
| 1395 | 2025-09-20T23:28:21.154Z | Compiling serde_derive v1.0.223 |
| 1396 | 2025-09-20T23:28:21.178Z | Compiling zeroize_derive v1.4.2 |
| 1397 | 2025-09-20T23:28:21.252Z | Compiling zerofrom-derive v0.1.4 |
| 1398 | 2025-09-20T23:28:21.424Z | Compiling yoke-derive v0.7.4 |
| 1399 | 2025-09-20T23:28:21.617Z | Compiling zerovec-derive v0.10.3 |
| 1400 | 2025-09-20T23:28:21.971Z | Compiling displaydoc v0.2.5 |
| 1401 | 2025-09-20T23:28:22.439Z | Compiling zeroize v1.8.1 |
| 1402 | 2025-09-20T23:28:23.405Z | Compiling tokio-macros v2.5.0 |
| 1403 | 2025-09-20T23:28:23.917Z | Compiling zerocopy-derive v0.7.35 |
| 1404 | 2025-09-20T23:28:23.943Z | Compiling icu_provider_macros v1.5.0 |
| 1405 | 2025-09-20T23:28:24.211Z | Compiling crypto-common v0.1.6 |
| 1406 | 2025-09-20T23:28:24.452Z | Compiling block-buffer v0.10.4 |
| 1407 | 2025-09-20T23:28:24.500Z | Compiling zerofrom v0.1.4 |
| 1408 | 2025-09-20T23:28:24.734Z | Compiling digest v0.10.7 |
| 1409 | 2025-09-20T23:28:24.764Z | Compiling yoke v0.7.4 |
| 1410 | 2025-09-20T23:28:24.849Z | Compiling block-padding v0.3.3 |
| 1411 | 2025-09-20T23:28:24.899Z | Compiling futures-macro v0.3.31 |
| 1412 | 2025-09-20T23:28:25.125Z | Compiling zerovec v0.10.4 |
| 1413 | 2025-09-20T23:28:25.155Z | Compiling inout v0.1.3 |
| 1414 | 2025-09-20T23:28:25.239Z | Compiling hmac v0.12.1 |
| 1415 | 2025-09-20T23:28:25.459Z | Compiling cipher v0.4.4 |
| 1416 | 2025-09-20T23:28:25.527Z | Compiling sha2 v0.10.9 |
| 1417 | 2025-09-20T23:28:25.746Z | Compiling zerocopy v0.7.35 |
| 1418 | 2025-09-20T23:28:25.827Z | Compiling regex v1.11.1 |
| 1419 | 2025-09-20T23:28:25.968Z | Compiling der_derive v0.7.3 |
| 1420 | 2025-09-20T23:28:26.426Z | Compiling futures-util v0.3.31 |
| 1421 | 2025-09-20T23:28:26.722Z | Compiling thiserror-impl v1.0.69 |
| 1422 | 2025-09-20T23:28:26.818Z | Compiling salsa20 v0.10.2 |
| 1423 | 2025-09-20T23:28:27.034Z | Compiling tinystr v0.7.6 |
| 1424 | 2025-09-20T23:28:27.062Z | Compiling icu_collections v1.5.0 |
| 1425 | 2025-09-20T23:28:27.133Z | Compiling ppv-lite86 v0.2.20 |
| 1426 | 2025-09-20T23:28:27.425Z | Compiling icu_locid v1.5.0 |
| 1427 | 2025-09-20T23:28:27.647Z | Compiling serde v1.0.223 |
| 1428 | 2025-09-20T23:28:27.860Z | Compiling pbkdf2 v0.12.2 |
| 1429 | 2025-09-20T23:28:27.920Z | Compiling der v0.7.9 |
| 1430 | 2025-09-20T23:28:28.061Z | Compiling scrypt v0.11.0 |
| 1431 | 2025-09-20T23:28:28.283Z | Compiling cbc v0.1.2 |
| 1432 | 2025-09-20T23:28:28.353Z | Compiling aes v0.8.4 |
| 1433 | 2025-09-20T23:28:28.610Z | Compiling icu_provider v1.5.0 |
| 1434 | 2025-09-20T23:28:28.825Z | Compiling bitflags v2.9.1 |
| 1435 | 2025-09-20T23:28:28.904Z | Compiling bytes v1.10.1 |
| 1436 | 2025-09-20T23:28:29.436Z | Compiling semver v1.0.26 |
| 1437 | 2025-09-20T23:28:29.557Z | Compiling icu_locid_transform v1.5.0 |
| 1438 | 2025-09-20T23:28:29.582Z | Compiling indexmap v2.11.0 |
| 1439 | 2025-09-20T23:28:30.108Z | Compiling tokio v1.47.0 |
| 1440 | 2025-09-20T23:28:30.276Z | Compiling spki v0.7.3 |
| 1441 | 2025-09-20T23:28:30.647Z | Compiling thiserror v1.0.69 |
| 1442 | 2025-09-20T23:28:30.749Z | Compiling icu_properties v1.5.1 |
| 1443 | 2025-09-20T23:28:30.797Z | Compiling http v1.3.1 |
| 1444 | 2025-09-20T23:28:30.822Z | Compiling rustc_version v0.4.1 |
| 1445 | 2025-09-20T23:28:30.990Z | Compiling pest v2.7.14 |
| 1446 | 2025-09-20T23:28:31.479Z | Compiling pkcs5 v0.7.1 |
| 1447 | 2025-09-20T23:28:31.688Z | Compiling uuid v1.18.1 |
| 1448 | 2025-09-20T23:28:31.714Z | Compiling chrono v0.4.41 |
| 1449 | 2025-09-20T23:28:32.479Z | Compiling tracing-attributes v0.1.27 |
| 1450 | 2025-09-20T23:28:32.797Z | Compiling which v4.4.2 |
| 1451 | 2025-09-20T23:28:33.072Z | Compiling http-body v1.0.1 |
| 1452 | 2025-09-20T23:28:33.363Z | Compiling pest_meta v2.7.14 |
| 1453 | 2025-09-20T23:28:33.707Z | Compiling pkcs8 v0.10.2 |
| 1454 | 2025-09-20T23:28:34.343Z | Compiling icu_normalizer v1.5.0 |
| 1455 | 2025-09-20T23:28:34.879Z | Compiling scroll_derive v0.12.0 |
| 1456 | 2025-09-20T23:28:35.023Z | Compiling tinyvec_macros v0.1.1 |
| 1457 | 2025-09-20T23:28:35.150Z | Compiling rustls-pki-types v1.10.0 |
| 1458 | 2025-09-20T23:28:35.450Z | Compiling idna_adapter v1.2.0 |
| 1459 | 2025-09-20T23:28:35.690Z | Compiling idna v1.0.3 |
| 1460 | 2025-09-20T23:28:35.933Z | Compiling tracing v0.1.40 |
| 1461 | 2025-09-20T23:28:36.090Z | Compiling rustversion v1.0.22 |
| 1462 | 2025-09-20T23:28:36.120Z | Compiling base64 v0.22.1 |
| 1463 | 2025-09-20T23:28:36.426Z | Compiling url v2.5.4 |
| 1464 | 2025-09-20T23:28:36.762Z | Compiling scroll v0.12.0 |
| 1465 | 2025-09-20T23:28:36.793Z | Compiling tinyvec v1.8.0 |
| 1466 | 2025-09-20T23:28:37.099Z | Compiling pest_generator v2.7.14 |
| 1467 | 2025-09-20T23:28:37.387Z | Compiling serde_derive_internals v0.29.1 |
| 1468 | 2025-09-20T23:28:37.425Z | Compiling rand_core v0.9.3 |
| 1469 | 2025-09-20T23:28:37.948Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1470 | 2025-09-20T23:28:38.133Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1471 | 2025-09-20T23:28:38.158Z | Compiling untrusted v0.9.0 |
| 1472 | 2025-09-20T23:28:38.384Z | Compiling foreign-types-shared v0.1.1 |
| 1473 | 2025-09-20T23:28:38.430Z | Compiling openssl v0.10.73 |
| 1474 | 2025-09-20T23:28:38.599Z | Compiling tokio-util v0.7.15 |
| 1475 | 2025-09-20T23:28:38.624Z | Compiling adler2 v2.0.0 |
| 1476 | 2025-09-20T23:28:38.708Z | Compiling num-conv v0.1.0 |
| 1477 | 2025-09-20T23:28:38.866Z | Compiling time-core v0.1.6 |
| 1478 | 2025-09-20T23:28:38.913Z | Compiling openssl-probe v0.1.5 |
| 1479 | 2025-09-20T23:28:38.938Z | Compiling powerfmt v0.2.0 |
| 1480 | 2025-09-20T23:28:39.011Z | Compiling untrusted v0.7.1 |
| 1481 | 2025-09-20T23:28:39.175Z | Compiling atomic-waker v1.1.2 |
| 1482 | 2025-09-20T23:28:39.231Z | Compiling schemars v0.8.22 |
| 1483 | 2025-09-20T23:28:39.256Z | Compiling tower-service v0.3.3 |
| 1484 | 2025-09-20T23:28:39.331Z | Compiling try-lock v0.2.5 |
| 1485 | 2025-09-20T23:28:39.394Z | Compiling deranged v0.5.3 |
| 1486 | 2025-09-20T23:28:39.419Z | Compiling time-macros v0.2.24 |
| 1487 | 2025-09-20T23:28:39.524Z | Compiling want v0.3.1 |
| 1488 | 2025-09-20T23:28:39.564Z | Compiling schemars_derive v0.8.22 |
| 1489 | 2025-09-20T23:28:39.847Z | Compiling goblin v0.8.2 |
| 1490 | 2025-09-20T23:28:40.815Z | Compiling h2 v0.4.6 |
| 1491 | 2025-09-20T23:28:41.844Z | Compiling miniz_oxide v0.8.5 |
| 1492 | 2025-09-20T23:28:41.962Z | Compiling pest_derive v2.7.14 |
| 1493 | 2025-09-20T23:28:42.863Z | Compiling foreign-types v0.3.2 |
| 1494 | 2025-09-20T23:28:43.240Z | Compiling rand_chacha v0.9.0 |
| 1495 | 2025-09-20T23:28:45.060Z | Compiling ipnet v2.11.0 |
| 1496 | 2025-09-20T23:28:45.114Z | Compiling openssl-macros v0.1.1 |
| 1497 | 2025-09-20T23:28:45.764Z | Compiling rustls v0.23.19 |
| 1498 | 2025-09-20T23:28:45.791Z | Compiling syn v1.0.109 |
| 1499 | 2025-09-20T23:28:46.055Z | Compiling zerocopy v0.8.26 |
| 1500 | 2025-09-20T23:28:46.116Z | Compiling num_threads v0.1.7 |
| 1501 | 2025-09-20T23:28:46.281Z | Compiling httpdate v1.0.3 |
| 1502 | 2025-09-20T23:28:46.332Z | Compiling dyn-clone v1.0.20 |
| 1503 | 2025-09-20T23:28:46.381Z | Compiling crossbeam-utils v0.8.21 |
| 1504 | 2025-09-20T23:28:46.596Z | Compiling native-tls v0.2.12 |
| 1505 | 2025-09-20T23:28:46.905Z | Compiling dof v0.3.0 |
| 1506 | 2025-09-20T23:28:47.016Z | Compiling time v0.3.43 |
| 1507 | 2025-09-20T23:28:48.218Z | Compiling hyper v1.7.0 |
| 1508 | 2025-09-20T23:28:48.823Z | Compiling rand v0.9.2 |
| 1509 | 2025-09-20T23:28:49.794Z | Compiling dtrace-parser v0.2.0 |
| 1510 | 2025-09-20T23:28:50.087Z | Compiling unicode-normalization v0.1.24 |
| 1511 | 2025-09-20T23:28:50.494Z | Compiling heapless v0.7.17 |
| 1512 | 2025-09-20T23:28:50.520Z | Compiling signature v2.2.0 |
| 1513 | 2025-09-20T23:28:50.835Z | Compiling zerocopy-derive v0.8.26 |
| 1514 | 2025-09-20T23:28:50.915Z | Compiling cookie v0.18.1 |
| 1515 | 2025-09-20T23:28:51.007Z | Compiling crc32fast v1.4.2 |
| 1516 | 2025-09-20T23:28:51.158Z | Compiling signal-hook v0.3.18 |
| 1517 | 2025-09-20T23:28:51.227Z | Compiling zlib-rs v0.5.1 |
| 1518 | 2025-09-20T23:28:51.369Z | Compiling unicode-bidi v0.3.17 |
| 1519 | 2025-09-20T23:28:51.449Z | Compiling unicode-properties v0.1.3 |
| 1520 | 2025-09-20T23:28:51.486Z | Compiling siphasher v0.3.11 |
| 1521 | 2025-09-20T23:28:51.651Z | Compiling zstd-safe v7.2.3 |
| 1522 | 2025-09-20T23:28:51.831Z | Compiling slog v2.7.0 |
| 1523 | 2025-09-20T23:28:51.870Z | Compiling phf_shared v0.11.2 |
| 1524 | 2025-09-20T23:28:52.041Z | Compiling stringprep v0.1.5 |
| 1525 | 2025-09-20T23:28:52.425Z | Compiling usdt-impl v0.5.0 |
| 1526 | 2025-09-20T23:28:52.554Z | Compiling hyper-util v0.1.16 |
| 1527 | 2025-09-20T23:28:53.741Z | Compiling curve25519-dalek v4.1.3 |
| 1528 | 2025-09-20T23:28:54.373Z | Compiling serde_spanned v0.6.9 |
| 1529 | 2025-09-20T23:28:54.400Z | Compiling serde_tokenstream v0.2.2 |
| 1530 | 2025-09-20T23:28:54.502Z | Compiling toml_datetime v0.6.11 |
| 1531 | 2025-09-20T23:28:54.635Z | Compiling rand_chacha v0.3.1 |
| 1532 | 2025-09-20T23:28:54.973Z | Compiling md-5 v0.10.6 |
| 1533 | 2025-09-20T23:28:54.998Z | Compiling num-integer v0.1.46 |
| 1534 | 2025-09-20T23:28:55.251Z | Compiling sync_wrapper v1.0.1 |
| 1535 | 2025-09-20T23:28:55.431Z | Compiling hash32 v0.2.1 |
| 1536 | 2025-09-20T23:28:55.673Z | Compiling ff v0.13.0 |
| 1537 | 2025-09-20T23:28:55.785Z | Compiling memoffset v0.9.1 |
| 1538 | 2025-09-20T23:28:55.909Z | Compiling num-bigint-dig v0.8.4 |
| 1539 | 2025-09-20T23:28:56.098Z | Compiling newtype-uuid v1.2.4 |
| 1540 | 2025-09-20T23:28:56.190Z | Compiling psl-types v2.0.11 |
| 1541 | 2025-09-20T23:28:56.228Z | Compiling litrs v0.4.1 |
| 1542 | 2025-09-20T23:28:56.395Z | Compiling cfg_aliases v0.2.1 |
| 1543 | 2025-09-20T23:28:56.424Z | Compiling gimli v0.31.1 |
| 1544 | 2025-09-20T23:28:56.521Z | Compiling fallible-iterator v0.2.0 |
| 1545 | 2025-09-20T23:28:56.626Z | Compiling tower-layer v0.3.3 |
| 1546 | 2025-09-20T23:28:56.913Z | Compiling libz-rs-sys v0.5.1 |
| 1547 | 2025-09-20T23:28:56.938Z | Compiling smoltcp v0.9.1 |
| 1548 | 2025-09-20T23:28:57.154Z | Compiling base16ct v0.2.0 |
| 1549 | 2025-09-20T23:28:57.234Z | Compiling flate2 v1.1.2 |
| 1550 | 2025-09-20T23:28:57.260Z | Compiling document-features v0.2.11 |
| 1551 | 2025-09-20T23:28:57.486Z | Compiling sec1 v0.7.3 |
| 1552 | 2025-09-20T23:28:57.607Z | Compiling postgres-protocol v0.6.8 |
| 1553 | 2025-09-20T23:28:57.632Z | Compiling tower v0.5.2 |
| 1554 | 2025-09-20T23:28:58.040Z | Compiling nix v0.29.0 |
| 1555 | 2025-09-20T23:28:58.176Z | Compiling publicsuffix v2.3.0 |
| 1556 | 2025-09-20T23:28:58.508Z | Compiling group v0.13.0 |
| 1557 | 2025-09-20T23:28:58.681Z | Compiling num-iter v0.1.45 |
| 1558 | 2025-09-20T23:28:58.869Z | Compiling rand v0.8.5 |
| 1559 | 2025-09-20T23:28:58.897Z | Compiling tokio-native-tls v0.3.1 |
| 1560 | 2025-09-20T23:28:59.617Z | Compiling ipnetwork v0.21.1 |
| 1561 | 2025-09-20T23:28:59.723Z | Compiling strum_macros v0.27.1 |
| 1562 | 2025-09-20T23:29:00.171Z | Compiling rustls-native-certs v0.8.1 |
| 1563 | 2025-09-20T23:29:00.333Z | Compiling addr2line v0.24.2 |
| 1564 | 2025-09-20T23:29:00.431Z | Compiling webpki-roots v1.0.1 |
| 1565 | 2025-09-20T23:29:00.644Z | Compiling http-body-util v0.1.3 |
| 1566 | 2025-09-20T23:29:00.693Z | Compiling terminal_size v0.4.0 |
| 1567 | 2025-09-20T23:29:00.720Z | Compiling hkdf v0.12.4 |
| 1568 | 2025-09-20T23:29:00.862Z | Compiling crypto-bigint v0.5.5 |
| 1569 | 2025-09-20T23:29:00.939Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1570 | 2025-09-20T23:29:01.009Z | Compiling thiserror-impl v2.0.16 |
| 1571 | 2025-09-20T23:29:01.034Z | Compiling async-trait v0.1.89 |
| 1572 | 2025-09-20T23:29:01.129Z | Compiling ahash v0.8.12 |
| 1573 | 2025-09-20T23:29:01.465Z | Compiling fs-err v3.1.1 |
| 1574 | 2025-09-20T23:29:01.778Z | Compiling object v0.36.5 |
| 1575 | 2025-09-20T23:29:02.191Z | Compiling winnow v0.5.40 |
| 1576 | 2025-09-20T23:29:03.221Z | Compiling rustc-demangle v0.1.24 |
| 1577 | 2025-09-20T23:29:03.904Z | Compiling anyhow v1.0.99 |
| 1578 | 2025-09-20T23:29:04.034Z | Compiling hubpack_derive v0.1.1 |
| 1579 | 2025-09-20T23:29:04.118Z | Compiling bumpalo v3.16.0 |
| 1580 | 2025-09-20T23:29:04.143Z | Compiling managed v0.8.0 |
| 1581 | 2025-09-20T23:29:04.461Z | Compiling buf-list v1.0.3 |
| 1582 | 2025-09-20T23:29:04.565Z | Compiling bitflags v1.3.2 |
| 1583 | 2025-09-20T23:29:04.590Z | Compiling iri-string v0.7.8 |
| 1584 | 2025-09-20T23:29:04.696Z | Compiling lockfree-object-pool v0.1.6 |
| 1585 | 2025-09-20T23:29:04.845Z | Compiling simd-adler32 v0.3.7 |
| 1586 | 2025-09-20T23:29:04.968Z | Compiling rustix v1.0.7 |
| 1587 | 2025-09-20T23:29:05.117Z | Compiling hubpack v0.1.2 |
| 1588 | 2025-09-20T23:29:05.358Z | Compiling toml_edit v0.19.15 |
| 1589 | 2025-09-20T23:29:05.503Z | Compiling zopfli v0.8.1 |
| 1590 | 2025-09-20T23:29:05.764Z | Compiling clap_builder v4.5.41 |
| 1591 | 2025-09-20T23:29:06.459Z | Compiling strum v0.27.2 |
| 1592 | 2025-09-20T23:29:06.672Z | Compiling thiserror v2.0.16 |
| 1593 | 2025-09-20T23:29:06.844Z | Compiling elliptic-curve v0.13.8 |
| 1594 | 2025-09-20T23:29:07.377Z | Compiling tower-http v0.6.6 |
| 1595 | 2025-09-20T23:29:07.842Z | Compiling hyper-tls v0.6.0 |
| 1596 | 2025-09-20T23:29:08.148Z | Compiling backtrace v0.3.74 |
| 1597 | 2025-09-20T23:29:08.232Z | Compiling oxnet v0.1.3 |
| 1598 | 2025-09-20T23:29:08.557Z | Compiling signal-hook-mio v0.2.4 |
| 1599 | 2025-09-20T23:29:08.774Z | Compiling cookie_store v0.21.1 |
| 1600 | 2025-09-20T23:29:09.039Z | Compiling zstd v0.13.3 |
| 1601 | 2025-09-20T23:29:09.717Z | Compiling postgres-types v0.2.9 |
| 1602 | 2025-09-20T23:29:10.510Z | Compiling usdt-attr-macro v0.5.0 |
| 1603 | 2025-09-20T23:29:10.888Z | Compiling usdt-macro v0.5.0 |
| 1604 | 2025-09-20T23:29:10.912Z | Compiling phf v0.11.2 |
| 1605 | 2025-09-20T23:29:11.205Z | Compiling ed25519 v2.2.3 |
| 1606 | 2025-09-20T23:29:11.630Z | Compiling bzip2 v0.4.4 |
| 1607 | 2025-09-20T23:29:11.865Z | Compiling bzip2 v0.5.2 |
| 1608 | 2025-09-20T23:29:12.006Z | Compiling strum_macros v0.26.4 |
| 1609 | 2025-09-20T23:29:12.183Z | Compiling pkcs1 v0.7.5 |
| 1610 | 2025-09-20T23:29:12.240Z | Compiling serde_urlencoded v0.7.1 |
| 1611 | 2025-09-20T23:29:12.732Z | Compiling serde-big-array v0.5.1 |
| 1612 | 2025-09-20T23:29:12.975Z | Compiling rfc6979 v0.4.0 |
| 1613 | 2025-09-20T23:29:13.001Z | Compiling bstr v1.10.0 |
| 1614 | 2025-09-20T23:29:13.032Z | Compiling clap_derive v4.5.41 |
| 1615 | 2025-09-20T23:29:13.124Z | Compiling daft-derive v0.1.4 |
| 1616 | 2025-09-20T23:29:13.214Z | Compiling enum-as-inner v0.6.1 |
| 1617 | 2025-09-20T23:29:13.532Z | Compiling serde_repr v0.1.19 |
| 1618 | 2025-09-20T23:29:14.162Z | Compiling float-cmp v0.10.0 |
| 1619 | 2025-09-20T23:29:14.427Z | Compiling env_filter v0.1.2 |
| 1620 | 2025-09-20T23:29:14.538Z | Compiling socket2 v0.5.10 |
| 1621 | 2025-09-20T23:29:14.563Z | Compiling encoding_rs v0.8.34 |
| 1622 | 2025-09-20T23:29:14.639Z | Compiling static_assertions v1.1.0 |
| 1623 | 2025-09-20T23:29:14.759Z | Compiling mime v0.3.17 |
| 1624 | 2025-09-20T23:29:15.035Z | Compiling precomputed-hash v0.1.1 |
| 1625 | 2025-09-20T23:29:15.181Z | Compiling whoami v1.5.2 |
| 1626 | 2025-09-20T23:29:15.267Z | Compiling data-encoding v2.9.0 |
| 1627 | 2025-09-20T23:29:15.391Z | Compiling predicates-core v1.0.8 |
| 1628 | 2025-09-20T23:29:15.716Z | Compiling difflib v0.4.0 |
| 1629 | 2025-09-20T23:29:15.740Z | Compiling fixedbitset v0.4.2 |
| 1630 | 2025-09-20T23:29:15.996Z | Compiling new_debug_unreachable v1.0.6 |
| 1631 | 2025-09-20T23:29:16.113Z | Compiling normalize-line-endings v0.3.0 |
| 1632 | 2025-09-20T23:29:16.159Z | Compiling unicode-segmentation v1.12.0 |
| 1633 | 2025-09-20T23:29:16.272Z | Compiling predicates v3.1.3 |
| 1634 | 2025-09-20T23:29:16.845Z | Compiling similar v2.7.0 |
| 1635 | 2025-09-20T23:29:16.872Z | Compiling clap v4.5.41 |
| 1636 | 2025-09-20T23:29:16.912Z | Compiling string_cache v0.8.9 |
| 1637 | 2025-09-20T23:29:16.965Z | Compiling petgraph v0.6.5 |
| 1638 | 2025-09-20T23:29:17.021Z | Compiling toml_edit v0.22.27 |
| 1639 | 2025-09-20T23:29:17.350Z | Compiling strum v0.26.3 |
| 1640 | 2025-09-20T23:29:17.560Z | Compiling hickory-proto v0.25.2 |
| 1641 | 2025-09-20T23:29:17.670Z | Compiling tokio-postgres v0.7.13 |
| 1642 | 2025-09-20T23:29:17.805Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1643 | 2025-09-20T23:29:18.907Z | Compiling env_logger v0.11.5 |
| 1644 | 2025-09-20T23:29:19.600Z | Compiling daft v0.1.4 |
| 1645 | 2025-09-20T23:29:20.009Z | Compiling usdt v0.5.0 |
| 1646 | 2025-09-20T23:29:20.108Z | Compiling ecdsa v0.16.9 |
| 1647 | 2025-09-20T23:29:20.375Z | Compiling rsa v0.9.6 |
| 1648 | 2025-09-20T23:29:20.487Z | Compiling zip v4.2.0 |
| 1649 | 2025-09-20T23:29:20.879Z | Compiling zip v0.6.6 |
| 1650 | 2025-09-20T23:29:22.117Z | Compiling ed25519-dalek v2.1.1 |
| 1651 | 2025-09-20T23:29:23.485Z | Compiling crossterm v0.28.1 |
| 1652 | 2025-09-20T23:29:23.524Z | Compiling toml v0.7.8 |
| 1653 | 2025-09-20T23:29:24.850Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1654 | 2025-09-20T23:29:24.900Z | Compiling crossbeam-epoch v0.9.18 |
| 1655 | 2025-09-20T23:29:25.036Z | Compiling tokio-stream v0.1.17 |
| 1656 | 2025-09-20T23:29:25.263Z | Compiling openapiv3 v2.2.0 |
| 1657 | 2025-09-20T23:29:25.566Z | Compiling x509-cert v0.2.5 |
| 1658 | 2025-09-20T23:29:25.965Z | Compiling sha1 v0.10.6 |
| 1659 | 2025-09-20T23:29:26.347Z | Compiling itertools v0.10.5 |
| 1660 | 2025-09-20T23:29:26.406Z | Compiling winnow v0.6.26 |
| 1661 | 2025-09-20T23:29:26.840Z | Compiling peg-runtime v0.8.5 |
| 1662 | 2025-09-20T23:29:27.009Z | Compiling rustc-hash v2.1.1 |
| 1663 | 2025-09-20T23:29:27.196Z | Compiling lalrpop-util v0.19.12 |
| 1664 | 2025-09-20T23:29:27.373Z | Compiling thread_local v1.1.8 |
| 1665 | 2025-09-20T23:29:27.520Z | Compiling slog-async v2.8.0 |
| 1666 | 2025-09-20T23:29:27.822Z | Compiling crossbeam-channel v0.5.15 |
| 1667 | 2025-09-20T23:29:28.036Z | Compiling xattr v1.3.1 |
| 1668 | 2025-09-20T23:29:28.294Z | Compiling futures-executor v0.3.31 |
| 1669 | 2025-09-20T23:29:28.482Z | Compiling filetime v0.2.25 |
| 1670 | 2025-09-20T23:29:28.515Z | Compiling is-terminal v0.4.13 |
| 1671 | 2025-09-20T23:29:28.618Z | Compiling take_mut v0.2.2 |
| 1672 | 2025-09-20T23:29:28.705Z | Compiling term v1.1.0 |
| 1673 | 2025-09-20T23:29:28.763Z | Compiling tar v0.4.44 |
| 1674 | 2025-09-20T23:29:28.812Z | Compiling futures v0.3.31 |
| 1675 | 2025-09-20T23:29:29.302Z | Compiling slog-term v2.9.2 |
| 1676 | 2025-09-20T23:29:32.711Z | Compiling aws-lc-sys v0.26.0 |
| 1677 | 2025-09-20T23:30:05.231Z | Compiling rustls-webpki v0.102.8 |
| 1678 | 2025-09-20T23:30:11.286Z | Compiling tokio-rustls v0.26.0 |
| 1679 | 2025-09-20T23:30:11.601Z | Compiling hyper-rustls v0.27.7 |
| 1680 | 2025-09-20T23:30:11.945Z | Compiling reqwest v0.12.22 |
| 1681 | 2025-09-20T23:30:16.449Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1682 | 2025-09-20T23:30:16.799Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1683 | 2025-09-20T23:30:22.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 1684 | 2025-09-20T23:30:22.474Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1685 | 2025-09-20T23:30:22.548Z | Sep 20 23:30:21.816 INFO Starting download, target: Clickhouse |
| 1686 | 2025-09-20T23:30:22.548Z | Sep 20 23:30:21.817 INFO Starting download, target: Console |
| 1687 | 2025-09-20T23:30:22.548Z | Sep 20 23:30:21.817 INFO Starting download, target: Cockroach |
| 1688 | 2025-09-20T23:30:22.548Z | Sep 20 23:30:21.817 INFO Starting download, target: DendriteStub |
| 1689 | 2025-09-20T23:30:22.574Z | Sep 20 23:30:21.817 INFO Starting download, target: MaghemiteMgd |
| 1690 | 2025-09-20T23:30:22.574Z | Sep 20 23:30:21.817 INFO Starting download, target: TransceiverControl |
| 1691 | 2025-09-20T23:30:22.574Z | Sep 20 23:30:21.817 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1692 | 2025-09-20T23:30:22.574Z | Sep 20 23:30:21.818 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1693 | 2025-09-20T23:30:22.574Z | Sep 20 23:30:21.818 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1694 | 2025-09-20T23:30:22.574Z | Sep 20 23:30:21.818 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1695 | 2025-09-20T23:30:22.574Z | Sep 20 23:30:21.819 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1696 | 2025-09-20T23:30:22.574Z | Sep 20 23:30:21.819 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1697 | 2025-09-20T23:30:23.072Z | Sep 20 23:30:22.341 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1698 | 2025-09-20T23:30:23.451Z | Sep 20 23:30:22.720 INFO Download complete, target: Console |
| 1699 | 2025-09-20T23:30:28.924Z | Sep 20 23:30:28.193 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1700 | 2025-09-20T23:30:29.327Z | Sep 20 23:30:28.596 INFO Download complete, target: TransceiverControl |
| 1701 | 2025-09-20T23:30:31.176Z | Sep 20 23:30:30.442 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1702 | 2025-09-20T23:30:33.497Z | Sep 20 23:30:32.766 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1703 | 2025-09-20T23:30:34.139Z | Sep 20 23:30:33.408 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1704 | 2025-09-20T23:30:34.139Z | Sep 20 23:30:33.408 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1705 | 2025-09-20T23:30:35.830Z | Sep 20 23:30:35.099 INFO Download complete, target: DendriteStub |
| 1706 | 2025-09-20T23:30:38.252Z | Sep 20 23:30:37.521 INFO Download complete, target: MaghemiteMgd |
| 1707 | 2025-09-20T23:30:42.325Z | Sep 20 23:30:41.594 INFO Checking that binary works, target: Cockroach |
| 1708 | 2025-09-20T23:30:42.512Z | Sep 20 23:30:41.781 INFO Download complete, target: Cockroach |
| 1709 | 2025-09-20T23:30:48.407Z | Sep 20 23:30:47.676 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1710 | 2025-09-20T23:31:00.204Z | Sep 20 23:30:59.473 INFO Checking that binary works, target: Clickhouse |
| 1711 | 2025-09-20T23:31:00.336Z | Sep 20 23:30:59.605 INFO Download complete, target: Clickhouse |
| 1712 | 2025-09-20T23:31:00.362Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1713 | 2025-09-20T23:31:00.387Z | |
| 1714 | 2025-09-20T23:31:00.387Z | real 5:38.857257430 |
| 1715 | 2025-09-20T23:31:00.387Z | user 15:39.824879013 |
| 1716 | 2025-09-20T23:31:00.387Z | sys 2:39.771161345 |
| 1717 | 2025-09-20T23:31:00.387Z | trap 0.613919542 |
| 1718 | 2025-09-20T23:31:00.387Z | tflt 0.410726894 |
| 1719 | 2025-09-20T23:31:00.387Z | dflt 1.239699085 |
| 1720 | 2025-09-20T23:31:00.387Z | kflt 0.009472289 |
| 1721 | 2025-09-20T23:31:00.387Z | lock 45:32.087828358 |
| 1722 | 2025-09-20T23:31:00.387Z | slp 58:23.729885816 |
| 1723 | 2025-09-20T23:31:00.387Z | lat 1:18.496570418 |
| 1724 | 2025-09-20T23:31:00.387Z | stop 2:59.016379167 |
| 1725 | 2025-09-20T23:31:00.387Z | + banner clippy |
| 1726 | 2025-09-20T23:31:00.387Z | |
| 1727 | 2025-09-20T23:31:00.387Z | #### # # ##### ##### # # |
| 1728 | 2025-09-20T23:31:00.387Z | # # # # # # # # # # |
| 1729 | 2025-09-20T23:31:00.387Z | # # # # # # # # |
| 1730 | 2025-09-20T23:31:00.387Z | # # # ##### ##### # |
| 1731 | 2025-09-20T23:31:00.387Z | # # # # # # # |
| 1732 | 2025-09-20T23:31:00.387Z | #### ###### # # # # |
| 1733 | 2025-09-20T23:31:00.387Z | |
| 1734 | 2025-09-20T23:31:00.387Z | + export CARGO_INCREMENTAL=0 |
| 1735 | 2025-09-20T23:31:00.387Z | + CARGO_INCREMENTAL=0 |
| 1736 | 2025-09-20T23:31:00.387Z | + ptime -m cargo xtask clippy |
| 1737 | 2025-09-20T23:31:01.321Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1738 | 2025-09-20T23:31:01.622Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1739 | 2025-09-20T23:31:05.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 1740 | 2025-09-20T23:31:05.647Z | Running `target/debug/xtask clippy` |
| 1741 | 2025-09-20T23:31:05.688Z | running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1742 | 2025-09-20T23:31:07.023Z | Downloading crates ... |
| 1743 | 2025-09-20T23:31:07.509Z | Downloaded async-executor v1.13.1 |
| 1744 | 2025-09-20T23:31:07.533Z | Downloaded trybuild v1.0.106 |
| 1745 | 2025-09-20T23:31:07.533Z | Downloaded async-attributes v1.1.2 |
| 1746 | 2025-09-20T23:31:07.533Z | Downloaded async-process v2.3.0 |
| 1747 | 2025-09-20T23:31:07.533Z | Downloaded assert-json-diff v2.0.2 |
| 1748 | 2025-09-20T23:31:07.559Z | Downloaded async-lock v3.4.0 |
| 1749 | 2025-09-20T23:31:07.559Z | Downloaded pathdiff v0.2.3 |
| 1750 | 2025-09-20T23:31:07.559Z | Downloaded anes v0.1.6 |
| 1751 | 2025-09-20T23:31:07.559Z | Downloaded doc-comment v0.3.3 |
| 1752 | 2025-09-20T23:31:07.559Z | Downloaded parking v2.2.1 |
| 1753 | 2025-09-20T23:31:07.559Z | Downloaded target-triple v0.1.3 |
| 1754 | 2025-09-20T23:31:07.559Z | Downloaded rust-argon2 v2.1.0 |
| 1755 | 2025-09-20T23:31:07.584Z | Downloaded path-tree v0.8.1 |
| 1756 | 2025-09-20T23:31:07.584Z | Downloaded rand_distr v0.5.1 |
| 1757 | 2025-09-20T23:31:07.584Z | Downloaded piper v0.2.4 |
| 1758 | 2025-09-20T23:31:07.584Z | Downloaded nested v0.1.1 |
| 1759 | 2025-09-20T23:31:07.584Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1760 | 2025-09-20T23:31:07.609Z | Downloaded stringmetrics v2.2.2 |
| 1761 | 2025-09-20T23:31:07.609Z | Downloaded async-channel v1.9.0 |
| 1762 | 2025-09-20T23:31:07.609Z | Downloaded relative-path v1.9.3 |
| 1763 | 2025-09-20T23:31:07.609Z | Downloaded futures-timer v3.0.3 |
| 1764 | 2025-09-20T23:31:07.609Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1765 | 2025-09-20T23:31:07.609Z | Downloaded partial-io v0.5.4 |
| 1766 | 2025-09-20T23:31:07.609Z | Downloaded kv-log-macro v1.0.7 |
| 1767 | 2025-09-20T23:31:07.609Z | Downloaded futures-lite v2.3.0 |
| 1768 | 2025-09-20T23:31:07.609Z | Downloaded event-listener v5.3.1 |
| 1769 | 2025-09-20T23:31:07.633Z | Downloaded escape8259 v0.5.3 |
| 1770 | 2025-09-20T23:31:07.633Z | Downloaded cfg-expr v0.20.1 |
| 1771 | 2025-09-20T23:31:07.633Z | Downloaded guppy v0.17.20 |
| 1772 | 2025-09-20T23:31:07.633Z | Downloaded termcolor v1.4.1 |
| 1773 | 2025-09-20T23:31:07.633Z | Downloaded libtest-mimic v0.8.1 |
| 1774 | 2025-09-20T23:31:07.634Z | Downloaded plotters-backend v0.3.7 |
| 1775 | 2025-09-20T23:31:07.634Z | Downloaded serde_regex v1.1.0 |
| 1776 | 2025-09-20T23:31:07.634Z | Downloaded async-io v2.3.4 |
| 1777 | 2025-09-20T23:31:07.634Z | Downloaded async-global-executor v2.4.1 |
| 1778 | 2025-09-20T23:31:07.634Z | Downloaded approx v0.5.1 |
| 1779 | 2025-09-20T23:31:07.658Z | Downloaded rstest_macros v0.25.0 |
| 1780 | 2025-09-20T23:31:07.658Z | Downloaded blocking v1.6.1 |
| 1781 | 2025-09-20T23:31:07.658Z | Downloaded async-object-pool v0.1.5 |
| 1782 | 2025-09-20T23:31:07.658Z | Downloaded async-channel v2.3.1 |
| 1783 | 2025-09-20T23:31:07.659Z | Downloaded fancy-regex v0.14.0 |
| 1784 | 2025-09-20T23:31:07.659Z | Downloaded assert_cmd v2.0.17 |
| 1785 | 2025-09-20T23:31:07.659Z | Downloaded proc-macro-crate v3.2.0 |
| 1786 | 2025-09-20T23:31:07.659Z | Downloaded plotters-svg v0.3.7 |
| 1787 | 2025-09-20T23:31:07.659Z | Downloaded datatest-stable v0.3.2 |
| 1788 | 2025-09-20T23:31:07.659Z | Downloaded oorandom v11.1.4 |
| 1789 | 2025-09-20T23:31:07.659Z | Downloaded httptest v0.16.3 |
| 1790 | 2025-09-20T23:31:07.659Z | Downloaded async-std v1.13.0 |
| 1791 | 2025-09-20T23:31:07.683Z | Downloaded tinytemplate v1.2.1 |
| 1792 | 2025-09-20T23:31:07.683Z | Downloaded criterion-plot v0.6.0 |
| 1793 | 2025-09-20T23:31:07.708Z | Downloaded concurrent-queue v2.5.0 |
| 1794 | 2025-09-20T23:31:07.708Z | Downloaded target-spec v3.5.0 |
| 1795 | 2025-09-20T23:31:07.708Z | Downloaded similar-asserts v1.7.0 |
| 1796 | 2025-09-20T23:31:07.708Z | Downloaded cast v0.3.0 |
| 1797 | 2025-09-20T23:31:07.708Z | Downloaded polling v3.7.3 |
| 1798 | 2025-09-20T23:31:07.708Z | Downloaded event-listener-strategy v0.5.2 |
| 1799 | 2025-09-20T23:31:07.708Z | Downloaded event-listener v2.5.3 |
| 1800 | 2025-09-20T23:31:07.708Z | Downloaded criterion v0.7.0 |
| 1801 | 2025-09-20T23:31:07.708Z | Downloaded blake2b_simd v1.0.2 |
| 1802 | 2025-09-20T23:31:07.708Z | Downloaded async-task v4.7.1 |
| 1803 | 2025-09-20T23:31:07.733Z | Downloaded target-lexicon v0.13.2 |
| 1804 | 2025-09-20T23:31:07.733Z | Downloaded rstest v0.25.0 |
| 1805 | 2025-09-20T23:31:07.733Z | Downloaded async-signal v0.2.10 |
| 1806 | 2025-09-20T23:31:07.733Z | Downloaded plotters v0.3.7 |
| 1807 | 2025-09-20T23:31:10.531Z | Checking cfg-if v1.0.1 |
| 1808 | 2025-09-20T23:31:10.620Z | Checking libc v0.2.174 |
| 1809 | 2025-09-20T23:31:10.620Z | Checking serde_core v1.0.223 |
| 1810 | 2025-09-20T23:31:10.729Z | Checking memchr v2.7.4 |
| 1811 | 2025-09-20T23:31:10.782Z | Checking smallvec v1.15.1 |
| 1812 | 2025-09-20T23:31:10.837Z | Checking value-bag v1.9.0 |
| 1813 | 2025-09-20T23:31:10.902Z | Checking scopeguard v1.2.0 |
| 1814 | 2025-09-20T23:31:10.948Z | Checking itoa v1.0.11 |
| 1815 | 2025-09-20T23:31:11.006Z | Checking zeroize v1.8.1 |
| 1816 | 2025-09-20T23:31:11.105Z | Checking lock_api v0.4.12 |
| 1817 | 2025-09-20T23:31:11.159Z | Checking libm v0.2.8 |
| 1818 | 2025-09-20T23:31:11.224Z | Checking pin-project-lite v0.2.14 |
| 1819 | 2025-09-20T23:31:11.271Z | Checking log v0.4.27 |
| 1820 | 2025-09-20T23:31:11.328Z | Checking stable_deref_trait v1.2.0 |
| 1821 | 2025-09-20T23:31:11.405Z | Checking ryu v1.0.18 |
| 1822 | 2025-09-20T23:31:11.480Z | Checking zerofrom v0.1.4 |
| 1823 | 2025-09-20T23:31:11.532Z | Checking portable-atomic v1.11.0 |
| 1824 | 2025-09-20T23:31:11.583Z | Checking critical-section v1.1.3 |
| 1825 | 2025-09-20T23:31:11.655Z | Checking getrandom v0.2.15 |
| 1826 | 2025-09-20T23:31:11.726Z | Checking getrandom v0.3.1 |
| 1827 | 2025-09-20T23:31:11.786Z | Checking yoke v0.7.4 |
| 1828 | 2025-09-20T23:31:11.844Z | Checking parking_lot_core v0.9.10 |
| 1829 | 2025-09-20T23:31:11.897Z | Checking writeable v0.5.5 |
| 1830 | 2025-09-20T23:31:11.944Z | Checking rand_core v0.6.4 |
| 1831 | 2025-09-20T23:31:12.002Z | Checking percent-encoding v2.3.2 |
| 1832 | 2025-09-20T23:31:12.058Z | Checking num-traits v0.2.19 |
| 1833 | 2025-09-20T23:31:12.139Z | Checking zerovec v0.10.4 |
| 1834 | 2025-09-20T23:31:12.210Z | Checking litemap v0.7.3 |
| 1835 | 2025-09-20T23:31:12.261Z | Checking parking_lot v0.12.3 |
| 1836 | 2025-09-20T23:31:12.312Z | Checking signal-hook-registry v1.4.2 |
| 1837 | 2025-09-20T23:31:12.312Z | Checking subtle v2.6.1 |
| 1838 | 2025-09-20T23:31:12.498Z | Checking once_cell v1.21.3 |
| 1839 | 2025-09-20T23:31:12.548Z | Checking icu_locid_transform_data v1.5.0 |
| 1840 | 2025-09-20T23:31:12.601Z | Checking icu_properties_data v1.5.0 |
| 1841 | 2025-09-20T23:31:12.662Z | Checking utf8_iter v1.0.4 |
| 1842 | 2025-09-20T23:31:12.687Z | Checking write16 v1.0.0 |
| 1843 | 2025-09-20T23:31:12.752Z | Checking icu_normalizer_data v1.5.0 |
| 1844 | 2025-09-20T23:31:12.824Z | Checking utf16_iter v1.0.5 |
| 1845 | 2025-09-20T23:31:12.881Z | Checking form_urlencoded v1.2.2 |
| 1846 | 2025-09-20T23:31:12.933Z | Checking mio v1.0.2 |
| 1847 | 2025-09-20T23:31:12.986Z | Checking byteorder v1.5.0 |
| 1848 | 2025-09-20T23:31:12.986Z | Checking futures-core v0.3.31 |
| 1849 | 2025-09-20T23:31:13.099Z | Checking typenum v1.17.0 |
| 1850 | 2025-09-20T23:31:13.152Z | Checking socket2 v0.6.0 |
| 1851 | 2025-09-20T23:31:13.227Z | Checking allocator-api2 v0.2.21 |
| 1852 | 2025-09-20T23:31:13.319Z | Checking equivalent v1.0.2 |
| 1853 | 2025-09-20T23:31:13.454Z | Checking foldhash v0.1.5 |
| 1854 | 2025-09-20T23:31:13.519Z | Checking tinystr v0.7.6 |
| 1855 | 2025-09-20T23:31:13.519Z | Checking icu_collections v1.5.0 |
| 1856 | 2025-09-20T23:31:13.630Z | Checking iana-time-zone v0.1.63 |
| 1857 | 2025-09-20T23:31:13.655Z | Checking futures-io v0.3.31 |
| 1858 | 2025-09-20T23:31:13.747Z | Checking slab v0.4.9 |
| 1859 | 2025-09-20T23:31:13.798Z | Checking hashbrown v0.15.4 |
| 1860 | 2025-09-20T23:31:13.855Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1861 | 2025-09-20T23:31:13.907Z | Checking thiserror v1.0.69 |
| 1862 | 2025-09-20T23:31:13.932Z | Checking serde v1.0.223 |
| 1863 | 2025-09-20T23:31:14.007Z | Checking icu_locid v1.5.0 |
| 1864 | 2025-09-20T23:31:14.064Z | Checking serde_json v1.0.145 |
| 1865 | 2025-09-20T23:31:14.064Z | Checking generic-array v0.14.7 |
| 1866 | 2025-09-20T23:31:14.190Z | Checking const-oid v0.9.6 |
| 1867 | 2025-09-20T23:31:14.190Z | Checking zerocopy v0.7.35 |
| 1868 | 2025-09-20T23:31:14.381Z | Checking pin-utils v0.1.0 |
| 1869 | 2025-09-20T23:31:14.513Z | Checking fnv v1.0.7 |
| 1870 | 2025-09-20T23:31:14.673Z | Checking futures-sink v0.3.31 |
| 1871 | 2025-09-20T23:31:14.777Z | Checking errno v0.3.12 |
| 1872 | 2025-09-20T23:31:14.845Z | Checking bytes v1.10.1 |
| 1873 | 2025-09-20T23:31:14.895Z | Checking bitflags v2.9.1 |
| 1874 | 2025-09-20T23:31:14.968Z | Checking icu_provider v1.5.0 |
| 1875 | 2025-09-20T23:31:15.020Z | Checking chrono v0.4.41 |
| 1876 | 2025-09-20T23:31:15.196Z | Checking crypto-common v0.1.6 |
| 1877 | 2025-09-20T23:31:15.246Z | Checking uuid v1.18.1 |
| 1878 | 2025-09-20T23:31:15.313Z | Checking semver v1.0.26 |
| 1879 | 2025-09-20T23:31:15.426Z | Checking block-buffer v0.10.4 |
| 1880 | 2025-09-20T23:31:15.567Z | Checking icu_locid_transform v1.5.0 |
| 1881 | 2025-09-20T23:31:15.611Z | Checking futures-channel v0.3.31 |
| 1882 | 2025-09-20T23:31:15.689Z | Checking futures-task v0.3.31 |
| 1883 | 2025-09-20T23:31:15.742Z | Checking digest v0.10.7 |
| 1884 | 2025-09-20T23:31:15.766Z | Checking indexmap v2.11.0 |
| 1885 | 2025-09-20T23:31:15.850Z | Checking tokio v1.47.0 |
| 1886 | 2025-09-20T23:31:15.904Z | Checking dyn-clone v1.0.20 |
| 1887 | 2025-09-20T23:31:15.971Z | Checking cpufeatures v0.2.14 |
| 1888 | 2025-09-20T23:31:16.017Z | Checking futures-util v0.3.31 |
| 1889 | 2025-09-20T23:31:16.112Z | Checking tracing-core v0.1.32 |
| 1890 | 2025-09-20T23:31:16.137Z | Checking ppv-lite86 v0.2.20 |
| 1891 | 2025-09-20T23:31:16.208Z | Checking rustix v0.38.37 |
| 1892 | 2025-09-20T23:31:16.447Z | Checking icu_properties v1.5.1 |
| 1893 | 2025-09-20T23:31:16.759Z | Checking tracing v0.1.40 |
| 1894 | 2025-09-20T23:31:16.823Z | Checking thiserror v2.0.16 |
| 1895 | 2025-09-20T23:31:16.882Z | Checking http v1.3.1 |
| 1896 | 2025-09-20T23:31:17.031Z | Checking regex-syntax v0.8.5 |
| 1897 | 2025-09-20T23:31:17.080Z | Checking crossbeam-utils v0.8.21 |
| 1898 | 2025-09-20T23:31:17.169Z | Checking unicode-ident v1.0.18 |
| 1899 | 2025-09-20T23:31:17.423Z | Checking proc-macro2 v1.0.101 |
| 1900 | 2025-09-20T23:31:17.807Z | Checking aho-corasick v1.1.3 |
| 1901 | 2025-09-20T23:31:18.031Z | Checking quote v1.0.40 |
| 1902 | 2025-09-20T23:31:18.098Z | Checking block-padding v0.3.3 |
| 1903 | 2025-09-20T23:31:18.367Z | Checking base64 v0.22.1 |
| 1904 | 2025-09-20T23:31:18.418Z | Checking syn v2.0.106 |
| 1905 | 2025-09-20T23:31:18.865Z | Checking inout v0.1.3 |
| 1906 | 2025-09-20T23:31:19.139Z | Checking ipnet v2.11.0 |
| 1907 | 2025-09-20T23:31:19.191Z | Checking atomic-waker v1.1.2 |
| 1908 | 2025-09-20T23:31:19.244Z | Checking powerfmt v0.2.0 |
| 1909 | 2025-09-20T23:31:19.395Z | Checking cipher v0.4.4 |
| 1910 | 2025-09-20T23:31:19.441Z | Checking icu_normalizer v1.5.0 |
| 1911 | 2025-09-20T23:31:19.548Z | Checking deranged v0.5.3 |
| 1912 | 2025-09-20T23:31:19.667Z | Checking untrusted v0.9.0 |
| 1913 | 2025-09-20T23:31:19.796Z | Checking regex-automata v0.4.8 |
| 1914 | 2025-09-20T23:31:19.847Z | Checking num-conv v0.1.0 |
| 1915 | 2025-09-20T23:31:19.903Z | Checking num_threads v0.1.7 |
| 1916 | 2025-09-20T23:31:20.078Z | Checking time-core v0.1.6 |
| 1917 | 2025-09-20T23:31:20.102Z | Checking ring v0.17.14 |
| 1918 | 2025-09-20T23:31:20.228Z | Checking spin v0.9.8 |
| 1919 | 2025-09-20T23:31:20.278Z | Checking idna_adapter v1.2.0 |
| 1920 | 2025-09-20T23:31:20.432Z | Checking httparse v1.9.5 |
| 1921 | 2025-09-20T23:31:20.546Z | Checking idna v1.0.3 |
| 1922 | 2025-09-20T23:31:20.597Z | Checking adler2 v2.0.0 |
| 1923 | 2025-09-20T23:31:20.797Z | Checking miniz_oxide v0.8.5 |
| 1924 | 2025-09-20T23:31:20.861Z | Checking base64ct v1.6.0 |
| 1925 | 2025-09-20T23:31:21.019Z | Checking url v2.5.4 |
| 1926 | 2025-09-20T23:31:21.304Z | Checking sha2 v0.10.9 |
| 1927 | 2025-09-20T23:31:21.484Z | Checking hmac v0.12.1 |
| 1928 | 2025-09-20T23:31:21.699Z | Checking time v0.3.43 |
| 1929 | 2025-09-20T23:31:21.752Z | Checking rustls-pki-types v1.10.0 |
| 1930 | 2025-09-20T23:31:21.834Z | Checking schemars v0.8.22 |
| 1931 | 2025-09-20T23:31:21.884Z | Checking http-body v1.0.1 |
| 1932 | 2025-09-20T23:31:22.138Z | Checking rand_chacha v0.3.1 |
| 1933 | 2025-09-20T23:31:22.185Z | Checking utf8parse v0.2.2 |
| 1934 | 2025-09-20T23:31:22.296Z | Checking aws-lc-sys v0.26.0 |
| 1935 | 2025-09-20T23:31:22.352Z | Checking tokio-util v0.7.15 |
| 1936 | 2025-09-20T23:31:22.457Z | Checking try-lock v0.2.5 |
| 1937 | 2025-09-20T23:31:22.547Z | Checking rand v0.8.5 |
| 1938 | 2025-09-20T23:31:22.606Z | Checking httpdate v1.0.3 |
| 1939 | 2025-09-20T23:31:22.871Z | Checking untrusted v0.7.1 |
| 1940 | 2025-09-20T23:31:23.075Z | Checking want v0.3.1 |
| 1941 | 2025-09-20T23:31:23.227Z | Checking tower-service v0.3.3 |
| 1942 | 2025-09-20T23:31:23.289Z | Checking pem-rfc7468 v0.7.0 |
| 1943 | 2025-09-20T23:31:23.400Z | Checking anstyle v1.0.11 |
| 1944 | 2025-09-20T23:31:23.493Z | Checking h2 v0.4.6 |
| 1945 | 2025-09-20T23:31:23.548Z | Checking gimli v0.31.1 |
| 1946 | 2025-09-20T23:31:23.609Z | Checking mime v0.3.17 |
| 1947 | 2025-09-20T23:31:23.633Z | Checking regex v1.11.1 |
| 1948 | 2025-09-20T23:31:23.704Z | Checking anstyle-parse v0.2.5 |
| 1949 | 2025-09-20T23:31:23.769Z | Checking object v0.36.5 |
| 1950 | 2025-09-20T23:31:23.927Z | Checking foreign-types-shared v0.1.1 |
| 1951 | 2025-09-20T23:31:23.975Z | Checking rustc-demangle v0.1.24 |
| 1952 | 2025-09-20T23:31:24.030Z | Checking colorchoice v1.0.2 |
| 1953 | 2025-09-20T23:31:24.103Z | Checking anstyle-query v1.1.1 |
| 1954 | 2025-09-20T23:31:24.229Z | Checking aws-lc-rs v1.12.4 |
| 1955 | 2025-09-20T23:31:24.281Z | Checking flagset v0.4.6 |
| 1956 | 2025-09-20T23:31:24.305Z | Checking is_terminal_polyfill v1.70.1 |
| 1957 | 2025-09-20T23:31:24.387Z | Checking openssl-probe v0.1.5 |
| 1958 | 2025-09-20T23:31:24.443Z | Checking foreign-types v0.3.2 |
| 1959 | 2025-09-20T23:31:24.539Z | Checking anstream v0.6.18 |
| 1960 | 2025-09-20T23:31:24.589Z | Checking der v0.7.9 |
| 1961 | 2025-09-20T23:31:24.645Z | Checking http-body-util v0.1.3 |
| 1962 | 2025-09-20T23:31:24.670Z | Checking pbkdf2 v0.12.2 |
| 1963 | 2025-09-20T23:31:24.905Z | Checking lazy_static v1.5.0 |
| 1964 | 2025-09-20T23:31:24.953Z | Checking aes v0.8.4 |
| 1965 | 2025-09-20T23:31:25.077Z | Checking openssl-sys v0.9.109 |
| 1966 | 2025-09-20T23:31:25.123Z | Checking salsa20 v0.10.2 |
| 1967 | 2025-09-20T23:31:25.368Z | Checking cbc v0.1.2 |
| 1968 | 2025-09-20T23:31:25.591Z | Checking slog v2.7.0 |
| 1969 | 2025-09-20T23:31:25.738Z | Checking scrypt v0.11.0 |
| 1970 | 2025-09-20T23:31:25.862Z | Checking rustls-webpki v0.102.8 |
| 1971 | 2025-09-20T23:31:25.990Z | Checking terminal_size v0.4.0 |
| 1972 | 2025-09-20T23:31:26.057Z | Checking serde_urlencoded v0.7.1 |
| 1973 | 2025-09-20T23:31:26.111Z | Checking openssl v0.10.73 |
| 1974 | 2025-09-20T23:31:26.170Z | Checking spki v0.7.3 |
| 1975 | 2025-09-20T23:31:26.224Z | Checking encoding_rs v0.8.34 |
| 1976 | 2025-09-20T23:31:26.484Z | Checking pkcs5 v0.7.1 |
| 1977 | 2025-09-20T23:31:26.530Z | Checking sync_wrapper v1.0.1 |
| 1978 | 2025-09-20T23:31:26.587Z | Checking rustls v0.23.19 |
| 1979 | 2025-09-20T23:31:26.743Z | Checking strsim v0.11.1 |
| 1980 | 2025-09-20T23:31:26.796Z | Checking addr2line v0.24.2 |
| 1981 | 2025-09-20T23:31:27.028Z | Checking psl-types v2.0.11 |
| 1982 | 2025-09-20T23:31:27.076Z | Checking clap_lex v0.7.4 |
| 1983 | 2025-09-20T23:31:27.265Z | Checking tower-layer v0.3.3 |
| 1984 | 2025-09-20T23:31:27.315Z | Checking publicsuffix v2.3.0 |
| 1985 | 2025-09-20T23:31:27.373Z | Checking clap_builder v4.5.41 |
| 1986 | 2025-09-20T23:31:27.557Z | Checking tower v0.5.2 |
| 1987 | 2025-09-20T23:31:27.630Z | Checking pkcs8 v0.10.2 |
| 1988 | 2025-09-20T23:31:27.958Z | Checking rustls-native-certs v0.8.1 |
| 1989 | 2025-09-20T23:31:28.073Z | Checking cookie v0.18.1 |
| 1990 | 2025-09-20T23:31:28.192Z | Checking webpki-roots v1.0.1 |
| 1991 | 2025-09-20T23:31:28.240Z | Checking iri-string v0.7.8 |
| 1992 | 2025-09-20T23:31:28.422Z | Checking either v1.15.0 |
| 1993 | 2025-09-20T23:31:28.510Z | Checking cookie_store v0.21.1 |
| 1994 | 2025-09-20T23:31:28.785Z | Checking serde_spanned v0.6.9 |
| 1995 | 2025-09-20T23:31:28.946Z | Checking backtrace v0.3.74 |
| 1996 | 2025-09-20T23:31:28.993Z | Checking hyper v1.7.0 |
| 1997 | 2025-09-20T23:31:29.050Z | Checking toml_datetime v0.6.11 |
| 1998 | 2025-09-20T23:31:29.162Z | Checking rand_core v0.9.3 |
| 1999 | 2025-09-20T23:31:29.412Z | Checking ipnetwork v0.21.1 |
| 2000 | 2025-09-20T23:31:29.512Z | Checking anyhow v1.0.99 |
| 2001 | 2025-09-20T23:31:29.566Z | Checking openapiv3 v2.2.0 |
| 2002 | 2025-09-20T23:31:29.837Z | Checking data-encoding v2.9.0 |
| 2003 | 2025-09-20T23:31:29.920Z | Checking rustix v1.0.7 |
| 2004 | 2025-09-20T23:31:29.970Z | Checking clap v4.5.41 |
| 2005 | 2025-09-20T23:31:30.136Z | Checking tinyvec_macros v0.1.1 |
| 2006 | 2025-09-20T23:31:30.274Z | Checking tinyvec v1.8.0 |
| 2007 | 2025-09-20T23:31:30.387Z | Checking rand_chacha v0.9.0 |
| 2008 | 2025-09-20T23:31:30.455Z | Checking tower-http v0.6.6 |
| 2009 | 2025-09-20T23:31:30.609Z | Checking native-tls v0.2.12 |
| 2010 | 2025-09-20T23:31:30.805Z | Checking signature v2.2.0 |
| 2011 | 2025-09-20T23:31:30.891Z | Checking hyper-util v0.1.16 |
| 2012 | 2025-09-20T23:31:30.954Z | Checking tokio-native-tls v0.3.1 |
| 2013 | 2025-09-20T23:31:31.027Z | Checking zerocopy v0.8.26 |
| 2014 | 2025-09-20T23:31:31.082Z | Checking scroll v0.12.0 |
| 2015 | 2025-09-20T23:31:31.107Z | Checking tokio-rustls v0.26.0 |
| 2016 | 2025-09-20T23:31:31.260Z | Checking ucd-trie v0.1.7 |
| 2017 | 2025-09-20T23:31:31.445Z | Checking winnow v0.7.10 |
| 2018 | 2025-09-20T23:31:31.508Z | Checking plain v0.2.3 |
| 2019 | 2025-09-20T23:31:31.563Z | Checking pest v2.7.14 |
| 2020 | 2025-09-20T23:31:31.612Z | Checking rand v0.9.2 |
| 2021 | 2025-09-20T23:31:31.729Z | Checking goblin v0.8.2 |
| 2022 | 2025-09-20T23:31:31.836Z | Checking pretty-hex v0.4.1 |
| 2023 | 2025-09-20T23:31:32.054Z | Checking thread-id v4.2.2 |
| 2024 | 2025-09-20T23:31:32.208Z | Checking sha1 v0.10.6 |
| 2025 | 2025-09-20T23:31:32.320Z | Checking num-integer v0.1.46 |
| 2026 | 2025-09-20T23:31:32.534Z | Checking memmap v0.7.0 |
| 2027 | 2025-09-20T23:31:32.631Z | Checking crc32fast v1.4.2 |
| 2028 | 2025-09-20T23:31:32.766Z | Checking static_assertions v1.1.0 |
| 2029 | 2025-09-20T23:31:32.811Z | Checking bstr v1.10.0 |
| 2030 | 2025-09-20T23:31:32.912Z | Checking crossbeam-epoch v0.9.18 |
| 2031 | 2025-09-20T23:31:32.936Z | Checking base16ct v0.2.0 |
| 2032 | 2025-09-20T23:31:33.153Z | Checking hyper-rustls v0.27.7 |
| 2033 | 2025-09-20T23:31:33.203Z | Checking hyper-tls v0.6.0 |
| 2034 | 2025-09-20T23:31:33.353Z | Checking sec1 v0.7.3 |
| 2035 | 2025-09-20T23:31:33.507Z | Checking oxnet v0.1.3 |
| 2036 | 2025-09-20T23:31:33.560Z | Checking reqwest v0.12.22 |
| 2037 | 2025-09-20T23:31:33.618Z | Checking ff v0.13.0 |
| 2038 | 2025-09-20T23:31:33.720Z | Checking dtrace-parser v0.2.0 |
| 2039 | 2025-09-20T23:31:33.771Z | Checking toml_write v0.1.2 |
| 2040 | 2025-09-20T23:31:33.892Z | Checking zlib-rs v0.5.1 |
| 2041 | 2025-09-20T23:31:33.916Z | Checking group v0.13.0 |
| 2042 | 2025-09-20T23:31:33.996Z | Checking num-iter v0.1.45 |
| 2043 | 2025-09-20T23:31:34.020Z | Checking hkdf v0.12.4 |
| 2044 | 2025-09-20T23:31:34.176Z | Checking toml_edit v0.22.27 |
| 2045 | 2025-09-20T23:31:34.229Z | Checking crypto-bigint v0.5.5 |
| 2046 | 2025-09-20T23:31:34.284Z | Checking hubpack v0.1.2 |
| 2047 | 2025-09-20T23:31:34.284Z | Checking bitflags v1.3.2 |
| 2048 | 2025-09-20T23:31:34.395Z | Checking unicode-segmentation v1.12.0 |
| 2049 | 2025-09-20T23:31:34.482Z | Checking strum v0.26.3 |
| 2050 | 2025-09-20T23:31:34.704Z | Checking winnow v0.5.40 |
| 2051 | 2025-09-20T23:31:34.729Z | Checking num-bigint-dig v0.8.4 |
| 2052 | 2025-09-20T23:31:35.039Z | Checking pkcs1 v0.7.5 |
| 2053 | 2025-09-20T23:31:35.241Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2054 | 2025-09-20T23:31:35.406Z | Checking unicode-normalization v0.1.24 |
| 2055 | 2025-09-20T23:31:35.456Z | Checking newtype-uuid v1.2.4 |
| 2056 | 2025-09-20T23:31:35.581Z | Checking libz-rs-sys v0.5.1 |
| 2057 | 2025-09-20T23:31:35.782Z | Checking rfc6979 v0.4.0 |
| 2058 | 2025-09-20T23:31:35.830Z | Checking flate2 v1.1.2 |
| 2059 | 2025-09-20T23:31:35.957Z | Checking dof v0.3.0 |
| 2060 | 2025-09-20T23:31:36.006Z | Checking signal-hook v0.3.18 |
| 2061 | 2025-09-20T23:31:36.182Z | Checking env_filter v0.1.2 |
| 2062 | 2025-09-20T23:31:36.359Z | Checking managed v0.8.0 |
| 2063 | 2025-09-20T23:31:36.453Z | Checking env_logger v0.11.5 |
| 2064 | 2025-09-20T23:31:36.504Z | Checking daft v0.1.4 |
| 2065 | 2025-09-20T23:31:36.570Z | Checking usdt-impl v0.5.0 |
| 2066 | 2025-09-20T23:31:36.594Z | Checking ahash v0.8.12 |
| 2067 | 2025-09-20T23:31:36.679Z | Checking rsa v0.9.6 |
| 2068 | 2025-09-20T23:31:36.703Z | Checking elliptic-curve v0.13.8 |
| 2069 | 2025-09-20T23:31:36.785Z | Checking x509-cert v0.2.5 |
| 2070 | 2025-09-20T23:31:36.850Z | Checking curve25519-dalek v4.1.3 |
| 2071 | 2025-09-20T23:31:36.988Z | Checking memoffset v0.9.1 |
| 2072 | 2025-09-20T23:31:37.042Z | Checking signal-hook-mio v0.2.4 |
| 2073 | 2025-09-20T23:31:37.118Z | Checking toml_edit v0.19.15 |
| 2074 | 2025-09-20T23:31:37.173Z | Checking ed25519 v2.2.3 |
| 2075 | 2025-09-20T23:31:37.197Z | Checking usdt v0.5.0 |
| 2076 | 2025-09-20T23:31:37.280Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2077 | 2025-09-20T23:31:37.339Z | Checking ecdsa v0.16.9 |
| 2078 | 2025-09-20T23:31:37.530Z | Checking bzip2 v0.4.4 |
| 2079 | 2025-09-20T23:31:37.554Z | Checking zstd-safe v7.2.3 |
| 2080 | 2025-09-20T23:31:37.631Z | Checking socket2 v0.5.10 |
| 2081 | 2025-09-20T23:31:37.675Z | Checking unicode-xid v0.2.6 |
| 2082 | 2025-09-20T23:31:37.867Z | Checking bumpalo v3.16.0 |
| 2083 | 2025-09-20T23:31:37.918Z | Checking siphasher v0.3.11 |
| 2084 | 2025-09-20T23:31:37.943Z | Checking lockfree-object-pool v0.1.6 |
| 2085 | 2025-09-20T23:31:38.028Z | Checking simd-adler32 v0.3.7 |
| 2086 | 2025-09-20T23:31:38.115Z | Checking zstd v0.13.3 |
| 2087 | 2025-09-20T23:31:38.169Z | Checking zip v0.6.6 |
| 2088 | 2025-09-20T23:31:38.230Z | Checking crossterm v0.28.1 |
| 2089 | 2025-09-20T23:31:38.254Z | Checking bzip2 v0.5.2 |
| 2090 | 2025-09-20T23:31:38.339Z | Checking phf_shared v0.11.2 |
| 2091 | 2025-09-20T23:31:38.407Z | Checking zopfli v0.8.1 |
| 2092 | 2025-09-20T23:31:38.431Z | Checking ed25519-dalek v2.1.1 |
| 2093 | 2025-09-20T23:31:38.520Z | Checking hash32 v0.2.1 |
| 2094 | 2025-09-20T23:31:38.607Z | Checking winnow v0.6.26 |
| 2095 | 2025-09-20T23:31:38.660Z | Checking unicode-bidi v0.3.17 |
| 2096 | 2025-09-20T23:31:38.841Z | Checking predicates-core v1.0.8 |
| 2097 | 2025-09-20T23:31:38.894Z | Checking unicode-properties v0.1.3 |
| 2098 | 2025-09-20T23:31:38.894Z | Checking heapless v0.7.17 |
| 2099 | 2025-09-20T23:31:39.090Z | Checking zip v4.2.0 |
| 2100 | 2025-09-20T23:31:39.139Z | Checking similar v2.7.0 |
| 2101 | 2025-09-20T23:31:39.272Z | Checking hickory-proto v0.25.2 |
| 2102 | 2025-09-20T23:31:39.327Z | Checking stringprep v0.1.5 |
| 2103 | 2025-09-20T23:31:39.385Z | Checking toml v0.7.8 |
| 2104 | 2025-09-20T23:31:39.673Z | Checking tokio-stream v0.1.17 |
| 2105 | 2025-09-20T23:31:39.787Z | Checking md-5 v0.10.6 |
| 2106 | 2025-09-20T23:31:39.841Z | Checking float-cmp v0.10.0 |
| 2107 | 2025-09-20T23:31:39.955Z | Checking normalize-line-endings v0.3.0 |
| 2108 | 2025-09-20T23:31:40.061Z | Checking fallible-iterator v0.2.0 |
| 2109 | 2025-09-20T23:31:40.123Z | Checking difflib v0.4.0 |
| 2110 | 2025-09-20T23:31:40.147Z | Checking smoltcp v0.9.1 |
| 2111 | 2025-09-20T23:31:40.221Z | Checking nix v0.29.0 |
| 2112 | 2025-09-20T23:31:40.292Z | Checking itertools v0.10.5 |
| 2113 | 2025-09-20T23:31:40.456Z | Checking fs-err v3.1.1 |
| 2114 | 2025-09-20T23:31:40.513Z | Checking predicates v3.1.3 |
| 2115 | 2025-09-20T23:31:40.624Z | Checking postgres-protocol v0.6.8 |
| 2116 | 2025-09-20T23:31:40.959Z | Checking buf-list v1.0.3 |
| 2117 | 2025-09-20T23:31:41.036Z | Checking serde-big-array v0.5.1 |
| 2118 | 2025-09-20T23:31:41.121Z | Checking strum v0.27.2 |
| 2119 | 2025-09-20T23:31:41.233Z | Checking lalrpop-util v0.19.12 |
| 2120 | 2025-09-20T23:31:41.295Z | Checking precomputed-hash v0.1.1 |
| 2121 | 2025-09-20T23:31:41.347Z | Checking fixedbitset v0.4.2 |
| 2122 | 2025-09-20T23:31:41.371Z | Checking new_debug_unreachable v1.0.6 |
| 2123 | 2025-09-20T23:31:41.489Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2124 | 2025-09-20T23:31:41.513Z | Checking postgres-types v0.2.9 |
| 2125 | 2025-09-20T23:31:41.601Z | Checking phf v0.11.2 |
| 2126 | 2025-09-20T23:31:41.625Z | Checking string_cache v0.8.9 |
| 2127 | 2025-09-20T23:31:41.626Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2128 | 2025-09-20T23:31:41.762Z | Checking petgraph v0.6.5 |
| 2129 | 2025-09-20T23:31:41.941Z | Checking itertools v0.12.1 |
| 2130 | 2025-09-20T23:31:41.989Z | Checking peg-runtime v0.8.5 |
| 2131 | 2025-09-20T23:31:42.084Z | Checking rustc-hash v2.1.1 |
| 2132 | 2025-09-20T23:31:42.163Z | Checking whoami v1.5.2 |
| 2133 | 2025-09-20T23:31:42.215Z | Checking minimal-lexical v0.2.1 |
| 2134 | 2025-09-20T23:31:42.337Z | Compiling regress v0.10.4 |
| 2135 | 2025-09-20T23:31:42.457Z | Compiling ident_case v1.0.1 |
| 2136 | 2025-09-20T23:31:42.511Z | Checking tokio-postgres v0.7.13 |
| 2137 | 2025-09-20T23:31:42.645Z | Checking nom v7.1.3 |
| 2138 | 2025-09-20T23:31:42.696Z | Checking camino v1.2.0 |
| 2139 | 2025-09-20T23:31:43.219Z | Compiling darling_core v0.20.10 |
| 2140 | 2025-09-20T23:31:44.034Z | Checking fastrand v2.1.1 |
| 2141 | 2025-09-20T23:31:44.391Z | Checking heck v0.5.0 |
| 2142 | 2025-09-20T23:31:44.464Z | Compiling unsafe-libyaml v0.2.11 |
| 2143 | 2025-09-20T23:31:44.635Z | Checking futures-executor v0.3.31 |
| 2144 | 2025-09-20T23:31:44.902Z | Checking futures v0.3.31 |
| 2145 | 2025-09-20T23:31:45.049Z | Checking crossbeam-channel v0.5.15 |
| 2146 | 2025-09-20T23:31:45.104Z | Compiling structmeta-derive v0.3.0 |
| 2147 | 2025-09-20T23:31:45.160Z | Checking tempfile v3.20.0 |
| 2148 | 2025-09-20T23:31:45.541Z | Compiling rustls v0.22.4 |
| 2149 | 2025-09-20T23:31:45.764Z | Compiling serde_yaml v0.9.34+deprecated |
| 2150 | 2025-09-20T23:31:45.909Z | Checking thread_local v1.1.8 |
| 2151 | 2025-09-20T23:31:46.006Z | Checking is-terminal v0.4.13 |
| 2152 | 2025-09-20T23:31:46.183Z | Compiling multer v3.1.0 |
| 2153 | 2025-09-20T23:31:46.239Z | Checking take_mut v0.2.2 |
| 2154 | 2025-09-20T23:31:46.451Z | Checking term v1.1.0 |
| 2155 | 2025-09-20T23:31:46.502Z | Checking slog-async v2.8.0 |
| 2156 | 2025-09-20T23:31:46.681Z | Compiling async-stream-impl v0.3.6 |
| 2157 | 2025-09-20T23:31:46.863Z | Compiling typify-impl v0.3.0 |
| 2158 | 2025-09-20T23:31:46.922Z | Checking slog-term v2.9.2 |
| 2159 | 2025-09-20T23:31:47.243Z | Compiling structmeta v0.3.0 |
| 2160 | 2025-09-20T23:31:47.464Z | Compiling dropshot v0.16.4 |
| 2161 | 2025-09-20T23:31:47.661Z | Checking quick-error v1.2.3 |
| 2162 | 2025-09-20T23:31:47.788Z | Compiling derive-ex v0.1.8 |
| 2163 | 2025-09-20T23:31:47.839Z | Compiling dropshot_endpoint v0.16.4 |
| 2164 | 2025-09-20T23:31:47.940Z | Checking match_cfg v0.1.0 |
| 2165 | 2025-09-20T23:31:47.996Z | Compiling ref-cast v1.0.24 |
| 2166 | 2025-09-20T23:31:48.099Z | Checking hostname v0.3.1 |
| 2167 | 2025-09-20T23:31:48.186Z | Compiling darling_macro v0.20.10 |
| 2168 | 2025-09-20T23:31:48.275Z | Checking hex v0.4.3 |
| 2169 | 2025-09-20T23:31:48.593Z | Compiling ref-cast-impl v1.0.24 |
| 2170 | 2025-09-20T23:31:48.720Z | Checking bit-vec v0.8.0 |
| 2171 | 2025-09-20T23:31:48.780Z | Checking debug-ignore v1.0.5 |
| 2172 | 2025-09-20T23:31:48.836Z | Checking progenitor-client v0.10.0 |
| 2173 | 2025-09-20T23:31:48.983Z | Checking wait-timeout v0.2.0 |
| 2174 | 2025-09-20T23:31:49.033Z | Compiling darling v0.20.10 |
| 2175 | 2025-09-20T23:31:49.117Z | Checking bit-set v0.8.0 |
| 2176 | 2025-09-20T23:31:49.211Z | Compiling serde_with_macros v3.14.0 |
| 2177 | 2025-09-20T23:31:49.271Z | Compiling derive-where v1.5.0 |
| 2178 | 2025-09-20T23:31:49.296Z | Checking rusty-fork v0.3.0 |
| 2179 | 2025-09-20T23:31:49.430Z | Compiling parse-display-derive v0.10.0 |
| 2180 | 2025-09-20T23:31:49.600Z | Checking toml_parser v1.0.2 |
| 2181 | 2025-09-20T23:31:49.661Z | Checking rand_xorshift v0.4.0 |
| 2182 | 2025-09-20T23:31:49.882Z | Checking serde_path_to_error v0.1.17 |
| 2183 | 2025-09-20T23:31:50.283Z | Checking toml_datetime v0.7.0 |
| 2184 | 2025-09-20T23:31:50.454Z | Checking serde_spanned v1.0.0 |
| 2185 | 2025-09-20T23:31:50.688Z | Checking toml_writer v1.0.2 |
| 2186 | 2025-09-20T23:31:50.741Z | Checking unarray v0.1.4 |
| 2187 | 2025-09-20T23:31:50.950Z | Checking proptest v1.7.0 |
| 2188 | 2025-09-20T23:31:51.067Z | Checking toml v0.9.5 |
| 2189 | 2025-09-20T23:31:51.234Z | Compiling test-strategy v0.4.3 |
| 2190 | 2025-09-20T23:31:51.424Z | Checking slog-json v2.6.1 |
| 2191 | 2025-09-20T23:31:51.814Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2192 | 2025-09-20T23:31:51.992Z | Checking slog-bunyan v2.5.0 |
| 2193 | 2025-09-20T23:31:52.222Z | Checking async-stream v0.3.6 |
| 2194 | 2025-09-20T23:31:52.482Z | Checking rustls-pemfile v2.2.0 |
| 2195 | 2025-09-20T23:31:52.534Z | Checking waitgroup v0.1.2 |
| 2196 | 2025-09-20T23:31:52.744Z | Checking hostname v0.4.0 |
| 2197 | 2025-09-20T23:31:52.800Z | Checking serde_with v3.14.0 |
| 2198 | 2025-09-20T23:31:52.825Z | Checking macaddr v1.0.1 |
| 2199 | 2025-09-20T23:31:52.903Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2200 | 2025-09-20T23:31:52.960Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2201 | 2025-09-20T23:31:53.166Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2202 | 2025-09-20T23:31:53.580Z | Checking instant v0.1.13 |
| 2203 | 2025-09-20T23:31:53.752Z | Checking progenitor-client v0.9.1 |
| 2204 | 2025-09-20T23:31:53.962Z | Checking parse-display v0.10.0 |
| 2205 | 2025-09-20T23:31:54.236Z | Checking backoff v0.4.0 |
| 2206 | 2025-09-20T23:31:54.288Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2025-09-20T23:31:54.342Z | Checking hashbrown v0.16.0 |
| 2208 | 2025-09-20T23:31:54.518Z | Checking foldhash v0.2.0 |
| 2209 | 2025-09-20T23:31:54.578Z | Checking tokio-rustls v0.25.0 |
| 2210 | 2025-09-20T23:31:54.625Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2211 | 2025-09-20T23:31:54.833Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2212 | 2025-09-20T23:31:55.041Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2213 | 2025-09-20T23:31:55.065Z | Checking camino-tempfile v1.4.1 |
| 2214 | 2025-09-20T23:31:55.173Z | Checking itertools v0.14.0 |
| 2215 | 2025-09-20T23:31:55.337Z | Checking iddqd v0.3.13 |
| 2216 | 2025-09-20T23:31:55.404Z | Checking unicode-width v0.1.14 |
| 2217 | 2025-09-20T23:31:55.480Z | Checking crossbeam-deque v0.8.5 |
| 2218 | 2025-09-20T23:31:55.761Z | Compiling typify-impl v0.4.3 |
| 2219 | 2025-09-20T23:31:55.813Z | Compiling rayon-core v1.12.1 |
| 2220 | 2025-09-20T23:31:55.870Z | Checking toml v0.8.23 |
| 2221 | 2025-09-20T23:31:55.921Z | Checking unicode-width v0.2.0 |
| 2222 | 2025-09-20T23:31:56.567Z | Compiling proc-macro-error v1.0.4 |
| 2223 | 2025-09-20T23:31:56.669Z | Compiling typify-macro v0.3.0 |
| 2224 | 2025-09-20T23:31:56.892Z | Compiling crucible-workspace-hack v0.1.0 |
| 2225 | 2025-09-20T23:31:56.942Z | Checking rayon v1.10.0 |
| 2226 | 2025-09-20T23:31:57.204Z | Compiling darling_core v0.21.0 |
| 2227 | 2025-09-20T23:31:57.483Z | Compiling proc-macro-crate v1.3.1 |
| 2228 | 2025-09-20T23:31:57.529Z | Checking glob v0.3.2 |
| 2229 | 2025-09-20T23:31:58.367Z | Compiling num_enum_derive v0.5.11 |
| 2230 | 2025-09-20T23:31:58.713Z | Compiling heapless v0.8.0 |
| 2231 | 2025-09-20T23:31:58.809Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2025-09-20T23:31:59.243Z | Checking hash32 v0.3.1 |
| 2233 | 2025-09-20T23:31:59.507Z | Compiling smoltcp v0.11.0 |
| 2234 | 2025-09-20T23:31:59.643Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2235 | 2025-09-20T23:32:00.264Z | Compiling typify v0.3.0 |
| 2236 | 2025-09-20T23:32:00.376Z | Checking tabwriter v1.4.0 |
| 2237 | 2025-09-20T23:32:00.499Z | Compiling progenitor-impl v0.9.1 |
| 2238 | 2025-09-20T23:32:00.558Z | Checking num_enum v0.5.11 |
| 2239 | 2025-09-20T23:32:00.668Z | Compiling foreign-types-macros v0.2.3 |
| 2240 | 2025-09-20T23:32:00.727Z | Checking cobs v0.2.3 |
| 2241 | 2025-09-20T23:32:00.815Z | Checking foreign-types-shared v0.3.1 |
| 2242 | 2025-09-20T23:32:01.011Z | Checking postcard v1.0.10 |
| 2243 | 2025-09-20T23:32:01.530Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2244 | 2025-09-20T23:32:01.598Z | Checking sigpipe v0.1.3 |
| 2245 | 2025-09-20T23:32:01.775Z | Checking cstr-argument v0.1.2 |
| 2246 | 2025-09-20T23:32:01.880Z | Checking foreign-types v0.5.0 |
| 2247 | 2025-09-20T23:32:02.013Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2248 | 2025-09-20T23:32:02.067Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2249 | 2025-09-20T23:32:02.091Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2250 | 2025-09-20T23:32:02.434Z | Checking jiff v0.2.15 |
| 2251 | 2025-09-20T23:32:02.470Z | Checking pretty-hex v0.2.1 |
| 2252 | 2025-09-20T23:32:02.589Z | Compiling darling_macro v0.21.0 |
| 2253 | 2025-09-20T23:32:02.716Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2254 | 2025-09-20T23:32:02.771Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2255 | 2025-09-20T23:32:02.825Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2256 | 2025-09-20T23:32:03.004Z | Checking colored v2.2.0 |
| 2257 | 2025-09-20T23:32:03.059Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2258 | 2025-09-20T23:32:03.173Z | Compiling zone_cfg_derive v0.3.0 |
| 2259 | 2025-09-20T23:32:03.461Z | Compiling darling v0.21.0 |
| 2260 | 2025-09-20T23:32:03.644Z | Compiling ingot-macros v0.1.1 |
| 2261 | 2025-09-20T23:32:03.802Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2262 | 2025-09-20T23:32:03.861Z | Checking smf v0.2.3 |
| 2263 | 2025-09-20T23:32:04.181Z | Compiling num-derive v0.4.2 |
| 2264 | 2025-09-20T23:32:04.366Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2265 | 2025-09-20T23:32:04.444Z | Checking zone v0.3.1 |
| 2266 | 2025-09-20T23:32:04.787Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2267 | 2025-09-20T23:32:05.078Z | Compiling convert_case v0.4.0 |
| 2268 | 2025-09-20T23:32:05.216Z | Checking indent_write v2.2.0 |
| 2269 | 2025-09-20T23:32:05.267Z | Checking num-rational v0.4.2 |
| 2270 | 2025-09-20T23:32:05.487Z | Checking num-complex v0.4.6 |
| 2271 | 2025-09-20T23:32:05.878Z | Compiling derive_more v0.99.20 |
| 2272 | 2025-09-20T23:32:05.932Z | Checking float-ord v0.3.2 |
| 2273 | 2025-09-20T23:32:05.987Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2274 | 2025-09-20T23:32:06.159Z | Checking secrecy v0.10.3 |
| 2275 | 2025-09-20T23:32:06.253Z | Compiling typify-macro v0.4.3 |
| 2276 | 2025-09-20T23:32:06.305Z | Checking num v0.4.3 |
| 2277 | 2025-09-20T23:32:06.403Z | Checking swrite v0.1.0 |
| 2278 | 2025-09-20T23:32:06.458Z | Compiling progenitor-macro v0.9.1 |
| 2279 | 2025-09-20T23:32:06.458Z | Checking console v0.15.10 |
| 2280 | 2025-09-20T23:32:06.566Z | Checking password-hash v0.5.0 |
| 2281 | 2025-09-20T23:32:06.622Z | Checking blake2 v0.10.6 |
| 2282 | 2025-09-20T23:32:07.073Z | Checking base64 v0.21.7 |
| 2283 | 2025-09-20T23:32:07.127Z | Checking argon2 v0.5.3 |
| 2284 | 2025-09-20T23:32:07.183Z | Checking fixedbitset v0.5.7 |
| 2285 | 2025-09-20T23:32:07.565Z | Checking bytecount v0.6.8 |
| 2286 | 2025-09-20T23:32:07.616Z | Checking petgraph v0.8.2 |
| 2287 | 2025-09-20T23:32:07.779Z | Checking atomicwrites v0.4.4 |
| 2288 | 2025-09-20T23:32:07.836Z | Checking newline-converter v0.3.0 |
| 2289 | 2025-09-20T23:32:08.015Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2290 | 2025-09-20T23:32:08.069Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2291 | 2025-09-20T23:32:08.094Z | Checking expectorate v1.2.0 |
| 2292 | 2025-09-20T23:32:08.369Z | Compiling owo-colors v4.2.2 |
| 2293 | 2025-09-20T23:32:08.415Z | Compiling cancel-safe-futures v0.1.5 |
| 2294 | 2025-09-20T23:32:08.496Z | Checking libsw-core v0.3.1 |
| 2295 | 2025-09-20T23:32:08.777Z | Checking same-file v1.0.6 |
| 2296 | 2025-09-20T23:32:09.027Z | Checking walkdir v2.5.0 |
| 2297 | 2025-09-20T23:32:09.372Z | Checking libsw v3.5.0 |
| 2298 | 2025-09-20T23:32:09.426Z | Checking ingot-types v0.1.2 |
| 2299 | 2025-09-20T23:32:09.450Z | Checking linear-map v1.2.0 |
| 2300 | 2025-09-20T23:32:09.679Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2301 | 2025-09-20T23:32:09.803Z | Compiling typify v0.4.3 |
| 2302 | 2025-09-20T23:32:10.001Z | Compiling progenitor-impl v0.10.0 |
| 2303 | 2025-09-20T23:32:10.194Z | Checking ingot v0.1.1 |
| 2304 | 2025-09-20T23:32:10.332Z | Checking utf-8 v0.7.6 |
| 2305 | 2025-09-20T23:32:10.594Z | Checking tokio-dtrace v0.1.0 |
| 2306 | 2025-09-20T23:32:10.645Z | Checking globset v0.4.15 |
| 2307 | 2025-09-20T23:32:10.711Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2308 | 2025-09-20T23:32:10.928Z | Checking oxide-tokio-rt v0.1.2 |
| 2309 | 2025-09-20T23:32:11.136Z | Compiling async-recursion v1.1.1 |
| 2310 | 2025-09-20T23:32:11.193Z | Checking tungstenite v0.21.0 |
| 2311 | 2025-09-20T23:32:11.357Z | Compiling pin-project-internal v1.1.6 |
| 2312 | 2025-09-20T23:32:11.849Z | Checking pem v3.0.5 |
| 2313 | 2025-09-20T23:32:12.103Z | Checking tokio-tungstenite v0.21.0 |
| 2314 | 2025-09-20T23:32:12.172Z | Checking unicode-linebreak v0.1.5 |
| 2315 | 2025-09-20T23:32:12.464Z | Checking smawk v0.3.2 |
| 2316 | 2025-09-20T23:32:12.593Z | Compiling snafu-derive v0.8.5 |
| 2317 | 2025-09-20T23:32:12.644Z | Checking olpc-cjson v0.1.4 |
| 2318 | 2025-09-20T23:32:12.710Z | Checking textwrap v0.16.2 |
| 2319 | 2025-09-20T23:32:12.924Z | Checking serde_plain v1.0.2 |
| 2320 | 2025-09-20T23:32:13.138Z | Checking typed-path v0.9.3 |
| 2321 | 2025-09-20T23:32:13.209Z | Checking humantime v2.2.0 |
| 2322 | 2025-09-20T23:32:13.258Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2323 | 2025-09-20T23:32:13.566Z | Checking papergrid v0.11.0 |
| 2324 | 2025-09-20T23:32:13.689Z | Checking pin-project v1.1.6 |
| 2325 | 2025-09-20T23:32:13.880Z | Compiling tabled_derive v0.7.0 |
| 2326 | 2025-09-20T23:32:13.905Z | Checking csv-core v0.1.11 |
| 2327 | 2025-09-20T23:32:14.291Z | Checking csv v1.3.1 |
| 2328 | 2025-09-20T23:32:14.877Z | Checking highway v1.3.0 |
| 2329 | 2025-09-20T23:32:14.930Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2330 | 2025-09-20T23:32:15.126Z | Compiling semver v0.1.20 |
| 2331 | 2025-09-20T23:32:15.279Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2332 | 2025-09-20T23:32:15.380Z | Checking xattr v1.3.1 |
| 2333 | 2025-09-20T23:32:15.569Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2334 | 2025-09-20T23:32:15.633Z | Compiling rustc_version v0.1.7 |
| 2335 | 2025-09-20T23:32:15.702Z | Checking filetime v0.2.25 |
| 2336 | 2025-09-20T23:32:15.826Z | Checking tabled v0.15.0 |
| 2337 | 2025-09-20T23:32:15.901Z | Compiling progenitor-macro v0.10.0 |
| 2338 | 2025-09-20T23:32:15.979Z | Checking arc-swap v1.7.1 |
| 2339 | 2025-09-20T23:32:16.095Z | Compiling newtype_derive v0.1.6 |
| 2340 | 2025-09-20T23:32:16.158Z | Checking tar v0.4.44 |
| 2341 | 2025-09-20T23:32:16.480Z | Checking slog-scope v4.4.0 |
| 2342 | 2025-09-20T23:32:16.766Z | Checking steno v0.4.1 |
| 2343 | 2025-09-20T23:32:16.818Z | Checking slog-stdlog v4.1.1 |
| 2344 | 2025-09-20T23:32:16.872Z | Checking snafu v0.8.5 |
| 2345 | 2025-09-20T23:32:16.989Z | Checking half v2.4.1 |
| 2346 | 2025-09-20T23:32:17.059Z | Checking slog-envlogger v2.2.0 |
| 2347 | 2025-09-20T23:32:17.183Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2348 | 2025-09-20T23:32:17.338Z | Checking ciborium-io v0.2.2 |
| 2349 | 2025-09-20T23:32:17.386Z | Checking tough v0.20.0 |
| 2350 | 2025-09-20T23:32:17.471Z | Checking keccak v0.1.5 |
| 2351 | 2025-09-20T23:32:17.523Z | Checking progenitor v0.9.1 |
| 2352 | 2025-09-20T23:32:17.584Z | Checking ciborium-ll v0.2.2 |
| 2353 | 2025-09-20T23:32:17.804Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2354 | 2025-09-20T23:32:17.850Z | Checking sha3 v0.10.8 |
| 2355 | 2025-09-20T23:32:17.930Z | Compiling typify-impl v0.2.0 |
| 2356 | 2025-09-20T23:32:17.979Z | Checking ciborium v0.2.2 |
| 2357 | 2025-09-20T23:32:18.293Z | Checking subprocess v0.2.9 |
| 2358 | 2025-09-20T23:32:18.836Z | Checking prettyplease v0.2.36 |
| 2359 | 2025-09-20T23:32:19.971Z | Checking universal-hash v0.5.1 |
| 2360 | 2025-09-20T23:32:21.434Z | Checking opaque-debug v0.3.1 |
| 2361 | 2025-09-20T23:32:22.208Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2362 | 2025-09-20T23:32:22.493Z | Checking headers-core v0.3.0 |
| 2363 | 2025-09-20T23:32:25.225Z | Checking headers v0.4.1 |
| 2364 | 2025-09-20T23:32:27.380Z | Checking progenitor v0.10.0 |
| 2365 | 2025-09-20T23:32:28.004Z | Compiling typify-macro v0.2.0 |
| 2366 | 2025-09-20T23:32:31.642Z | Compiling typify v0.2.0 |
| 2367 | 2025-09-20T23:32:31.835Z | Compiling progenitor-impl v0.8.0 |
| 2368 | 2025-09-20T23:32:32.126Z | Checking aead v0.5.2 |
| 2369 | 2025-09-20T23:32:32.393Z | Compiling lzma-sys v0.1.20 |
| 2370 | 2025-09-20T23:32:33.089Z | Checking poly1305 v0.8.0 |
| 2371 | 2025-09-20T23:32:33.208Z | Checking resolv-conf v0.7.0 |
| 2372 | 2025-09-20T23:32:33.588Z | Checking progenitor-client v0.8.0 |
| 2373 | 2025-09-20T23:32:33.640Z | Checking chacha20 v0.9.1 |
| 2374 | 2025-09-20T23:32:33.704Z | Compiling heck v0.3.3 |
| 2375 | 2025-09-20T23:32:34.045Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2376 | 2025-09-20T23:32:34.097Z | Compiling zone_cfg_derive v0.1.2 |
| 2377 | 2025-09-20T23:32:34.231Z | Checking yasna v0.5.2 |
| 2378 | 2025-09-20T23:32:34.394Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2379 | 2025-09-20T23:32:34.701Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2380 | 2025-09-20T23:32:35.045Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2381 | 2025-09-20T23:32:35.347Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2382 | 2025-09-20T23:32:36.740Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2383 | 2025-09-20T23:32:37.515Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2384 | 2025-09-20T23:32:37.567Z | Compiling progenitor-macro v0.8.0 |
| 2385 | 2025-09-20T23:32:37.669Z | Checking base64 v0.13.1 |
| 2386 | 2025-09-20T23:32:38.122Z | Checking number_prefix v0.4.0 |
| 2387 | 2025-09-20T23:32:38.252Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2388 | 2025-09-20T23:32:38.379Z | Checking indicatif v0.17.11 |
| 2389 | 2025-09-20T23:32:38.601Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2390 | 2025-09-20T23:32:38.774Z | Checking ron v0.7.1 |
| 2391 | 2025-09-20T23:32:39.126Z | Checking zone v0.1.8 |
| 2392 | 2025-09-20T23:32:39.180Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2393 | 2025-09-20T23:32:39.834Z | Checking rcgen v0.12.1 |
| 2394 | 2025-09-20T23:32:39.914Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2395 | 2025-09-20T23:32:40.236Z | Checking xz2 v0.1.7 |
| 2396 | 2025-09-20T23:32:40.413Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2397 | 2025-09-20T23:32:40.520Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2398 | 2025-09-20T23:32:40.590Z | Checking chacha20poly1305 v0.10.1 |
| 2399 | 2025-09-20T23:32:40.842Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2400 | 2025-09-20T23:32:40.981Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2401 | 2025-09-20T23:32:41.456Z | Checking linked-hash-map v0.5.6 |
| 2402 | 2025-09-20T23:32:41.510Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2403 | 2025-09-20T23:32:41.878Z | Checking lru-cache v0.1.2 |
| 2404 | 2025-09-20T23:32:42.152Z | Checking hickory-proto v0.24.4 |
| 2405 | 2025-09-20T23:32:42.329Z | Checking display-error-chain v0.2.2 |
| 2406 | 2025-09-20T23:32:42.570Z | Compiling moka v0.12.10 |
| 2407 | 2025-09-20T23:32:42.995Z | Checking thiserror-no-std v2.0.2 |
| 2408 | 2025-09-20T23:32:43.050Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2409 | 2025-09-20T23:32:43.106Z | Checking tagptr v0.2.0 |
| 2410 | 2025-09-20T23:32:43.211Z | Checking vsss-rs v3.3.4 |
| 2411 | 2025-09-20T23:32:44.164Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2412 | 2025-09-20T23:32:44.822Z | Checking hickory-resolver v0.25.2 |
| 2413 | 2025-09-20T23:32:45.052Z | Compiling slog-dtrace v0.3.0 |
| 2414 | 2025-09-20T23:32:45.954Z | Checking itertools v0.13.0 |
| 2415 | 2025-09-20T23:32:46.171Z | Checking hickory-resolver v0.24.4 |
| 2416 | 2025-09-20T23:32:46.290Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2417 | 2025-09-20T23:32:46.565Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2418 | 2025-09-20T23:32:47.768Z | Checking qorb v0.4.1 |
| 2419 | 2025-09-20T23:32:47.819Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2420 | 2025-09-20T23:32:48.382Z | Checking gethostname v0.5.0 |
| 2421 | 2025-09-20T23:32:48.580Z | Compiling nix v0.30.1 |
| 2422 | 2025-09-20T23:32:48.963Z | Checking progenitor v0.8.0 |
| 2423 | 2025-09-20T23:32:49.025Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2424 | 2025-09-20T23:32:49.088Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2425 | 2025-09-20T23:32:49.316Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2426 | 2025-09-20T23:32:49.411Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2427 | 2025-09-20T23:32:49.825Z | Checking nibble_vec v0.1.0 |
| 2428 | 2025-09-20T23:32:50.119Z | Compiling libefi-sys v0.1.0 |
| 2429 | 2025-09-20T23:32:50.366Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2430 | 2025-09-20T23:32:50.525Z | Checking endian-type v0.1.2 |
| 2431 | 2025-09-20T23:32:50.848Z | Checking radix_trie v0.2.1 |
| 2432 | 2025-09-20T23:32:50.919Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2433 | 2025-09-20T23:32:51.007Z | Compiling bitfield-struct v0.6.2 |
| 2434 | 2025-09-20T23:32:51.378Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2435 | 2025-09-20T23:32:51.537Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2436 | 2025-09-20T23:32:51.784Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2437 | 2025-09-20T23:32:51.831Z | Compiling radium v0.7.0 |
| 2438 | 2025-09-20T23:32:52.320Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2439 | 2025-09-20T23:32:52.371Z | Checking termtree v0.5.1 |
| 2440 | 2025-09-20T23:32:52.498Z | Checking tap v1.0.1 |
| 2441 | 2025-09-20T23:32:52.674Z | Compiling maybe-uninit v2.0.0 |
| 2442 | 2025-09-20T23:32:52.730Z | Checking wyz v0.5.1 |
| 2443 | 2025-09-20T23:32:52.918Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2444 | 2025-09-20T23:32:53.282Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2445 | 2025-09-20T23:32:53.339Z | Compiling zerocopy-derive v0.6.6 |
| 2446 | 2025-09-20T23:32:53.490Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2447 | 2025-09-20T23:32:53.582Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2448 | 2025-09-20T23:32:53.632Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2449 | 2025-09-20T23:32:54.310Z | Checking funty v2.0.0 |
| 2450 | 2025-09-20T23:32:54.489Z | Compiling packed_struct v0.10.1 |
| 2451 | 2025-09-20T23:32:55.030Z | Checking crc-catalog v2.4.0 |
| 2452 | 2025-09-20T23:32:55.172Z | Checking zerocopy v0.6.6 |
| 2453 | 2025-09-20T23:32:55.221Z | Checking bitvec v1.0.1 |
| 2454 | 2025-09-20T23:32:55.281Z | Checking crc v3.2.1 |
| 2455 | 2025-09-20T23:32:55.397Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2456 | 2025-09-20T23:32:55.528Z | Compiling proc-macro-error2 v2.0.1 |
| 2457 | 2025-09-20T23:32:55.858Z | Compiling packed_struct_codegen v0.10.1 |
| 2458 | 2025-09-20T23:32:55.941Z | Compiling bitfield-macros v0.19.2 |
| 2459 | 2025-09-20T23:32:56.046Z | Compiling indexmap v1.9.3 |
| 2460 | 2025-09-20T23:32:56.176Z | Checking nodrop v0.1.14 |
| 2461 | 2025-09-20T23:32:56.383Z | Checking array-init v0.0.4 |
| 2462 | 2025-09-20T23:32:56.514Z | Checking smallvec v0.6.14 |
| 2463 | 2025-09-20T23:32:56.982Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2464 | 2025-09-20T23:32:57.317Z | Checking hashbrown v0.12.3 |
| 2465 | 2025-09-20T23:32:57.393Z | Checking bitfield v0.19.2 |
| 2466 | 2025-09-20T23:32:57.844Z | Checking serde-hex v0.1.0 |
| 2467 | 2025-09-20T23:32:58.186Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2468 | 2025-09-20T23:32:59.076Z | Checking ron v0.8.1 |
| 2469 | 2025-09-20T23:33:00.344Z | Checking hashbrown v0.13.2 |
| 2470 | 2025-09-20T23:33:00.498Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2471 | 2025-09-20T23:33:00.966Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2472 | 2025-09-20T23:33:01.118Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2473 | 2025-09-20T23:33:01.269Z | Compiling num-derive v0.3.3 |
| 2474 | 2025-09-20T23:33:01.421Z | Checking crc-any v2.5.0 |
| 2475 | 2025-09-20T23:33:01.700Z | Checking maplit v1.0.2 |
| 2476 | 2025-09-20T23:33:01.894Z | Compiling xshell-macros v0.2.7 |
| 2477 | 2025-09-20T23:33:02.617Z | Checking xshell v0.2.7 |
| 2478 | 2025-09-20T23:33:02.980Z | Checking object v0.30.4 |
| 2479 | 2025-09-20T23:33:03.035Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2480 | 2025-09-20T23:33:03.109Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2481 | 2025-09-20T23:33:03.159Z | Checking libscf-sys v1.1.0 |
| 2482 | 2025-09-20T23:33:03.372Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2483 | 2025-09-20T23:33:03.449Z | Checking path-slash v0.1.5 |
| 2484 | 2025-09-20T23:33:03.677Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2485 | 2025-09-20T23:33:03.894Z | Compiling tabled_derive v0.11.0 |
| 2486 | 2025-09-20T23:33:04.120Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2487 | 2025-09-20T23:33:04.205Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2488 | 2025-09-20T23:33:04.415Z | Checking papergrid v0.17.0 |
| 2489 | 2025-09-20T23:33:04.605Z | Checking testing_table v0.3.0 |
| 2490 | 2025-09-20T23:33:04.817Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2491 | 2025-09-20T23:33:05.885Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2492 | 2025-09-20T23:33:06.184Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2493 | 2025-09-20T23:33:06.393Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2494 | 2025-09-20T23:33:06.448Z | Checking tabled v0.20.0 |
| 2495 | 2025-09-20T23:33:06.509Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2496 | 2025-09-20T23:33:07.839Z | Compiling vte_generate_state_changes v0.1.2 |
| 2497 | 2025-09-20T23:33:08.106Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2498 | 2025-09-20T23:33:08.319Z | Checking crc8 v0.1.1 |
| 2499 | 2025-09-20T23:33:08.556Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2500 | 2025-09-20T23:33:08.605Z | Checking vte v0.11.1 |
| 2501 | 2025-09-20T23:33:08.725Z | Compiling progenitor-impl v0.11.0 |
| 2502 | 2025-09-20T23:33:09.045Z | Checking fd-lock v4.0.2 |
| 2503 | 2025-09-20T23:33:09.424Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2504 | 2025-09-20T23:33:09.586Z | Checking progenitor-client v0.11.0 |
| 2505 | 2025-09-20T23:33:09.946Z | Checking strip-ansi-escapes v0.2.0 |
| 2506 | 2025-09-20T23:33:10.002Z | Compiling const_format_proc_macros v0.2.34 |
| 2507 | 2025-09-20T23:33:10.131Z | Checking nu-ansi-term v0.50.1 |
| 2508 | 2025-09-20T23:33:10.195Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2509 | 2025-09-20T23:33:10.295Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2510 | 2025-09-20T23:33:10.605Z | Checking reedline v0.40.0 |
| 2511 | 2025-09-20T23:33:11.032Z | Compiling convert_case v0.7.1 |
| 2512 | 2025-09-20T23:33:11.101Z | Checking fxhash v0.2.1 |
| 2513 | 2025-09-20T23:33:11.284Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2514 | 2025-09-20T23:33:11.366Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2515 | 2025-09-20T23:33:11.783Z | Checking const_format v0.2.34 |
| 2516 | 2025-09-20T23:33:11.925Z | Compiling derive_more-impl v2.0.1 |
| 2517 | 2025-09-20T23:33:12.184Z | Compiling derive_builder_core v0.20.2 |
| 2518 | 2025-09-20T23:33:12.284Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2519 | 2025-09-20T23:33:12.339Z | Checking home v0.5.9 |
| 2520 | 2025-09-20T23:33:12.583Z | Checking half v1.8.3 |
| 2521 | 2025-09-20T23:33:12.638Z | Compiling vergen-lib v0.1.6 |
| 2522 | 2025-09-20T23:33:12.760Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2523 | 2025-09-20T23:33:12.828Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2524 | 2025-09-20T23:33:13.070Z | Checking serde_cbor v0.11.2 |
| 2525 | 2025-09-20T23:33:13.349Z | Checking kstat-rs v0.2.4 |
| 2526 | 2025-09-20T23:33:13.420Z | Compiling vergen v9.0.6 |
| 2527 | 2025-09-20T23:33:13.598Z | Checking derive_more v2.0.1 |
| 2528 | 2025-09-20T23:33:13.768Z | Compiling dsl_auto_type v0.1.2 |
| 2529 | 2025-09-20T23:33:13.818Z | Checking crossterm v0.29.0 |
| 2530 | 2025-09-20T23:33:13.940Z | Checking bcs v0.1.6 |
| 2531 | 2025-09-20T23:33:13.993Z | Checking scheduled-thread-pool v0.2.7 |
| 2532 | 2025-09-20T23:33:14.161Z | Compiling derive_builder_macro v0.20.2 |
| 2533 | 2025-09-20T23:33:14.324Z | Compiling vergen-gitcl v1.0.8 |
| 2534 | 2025-09-20T23:33:14.491Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2535 | 2025-09-20T23:33:14.779Z | Checking r2d2 v0.8.10 |
| 2536 | 2025-09-20T23:33:14.965Z | Compiling progenitor-macro v0.11.0 |
| 2537 | 2025-09-20T23:33:15.018Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2538 | 2025-09-20T23:33:15.070Z | Compiling derive_builder v0.20.2 |
| 2539 | 2025-09-20T23:33:15.204Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2540 | 2025-09-20T23:33:15.258Z | Compiling diesel_derives v2.2.3 |
| 2541 | 2025-09-20T23:33:15.375Z | Compiling dirs-sys-next v0.1.2 |
| 2542 | 2025-09-20T23:33:16.045Z | Compiling crunchy v0.2.2 |
| 2543 | 2025-09-20T23:33:16.150Z | Compiling dirs-next v2.0.0 |
| 2544 | 2025-09-20T23:33:16.205Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2545 | 2025-09-20T23:33:16.442Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2546 | 2025-09-20T23:33:16.657Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2547 | 2025-09-20T23:33:16.813Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2548 | 2025-09-20T23:33:17.176Z | Compiling cfg_aliases v0.1.1 |
| 2549 | 2025-09-20T23:33:17.227Z | Compiling parking_lot_core v0.8.6 |
| 2550 | 2025-09-20T23:33:17.345Z | Compiling tiny-keccak v2.0.2 |
| 2551 | 2025-09-20T23:33:17.441Z | Compiling nix v0.28.0 |
| 2552 | 2025-09-20T23:33:17.917Z | Compiling term v0.7.0 |
| 2553 | 2025-09-20T23:33:18.031Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2554 | 2025-09-20T23:33:18.119Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2555 | 2025-09-20T23:33:18.443Z | Checking nanorand v0.7.0 |
| 2556 | 2025-09-20T23:33:18.497Z | Checking siphasher v1.0.1 |
| 2557 | 2025-09-20T23:33:18.850Z | Compiling bit-vec v0.6.3 |
| 2558 | 2025-09-20T23:33:18.896Z | Checking phf_shared v0.12.1 |
| 2559 | 2025-09-20T23:33:19.099Z | Checking flume v0.11.1 |
| 2560 | 2025-09-20T23:33:19.196Z | Compiling ascii-canvas v3.0.0 |
| 2561 | 2025-09-20T23:33:19.320Z | Compiling bit-set v0.5.3 |
| 2562 | 2025-09-20T23:33:19.703Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2563 | 2025-09-20T23:33:19.760Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2564 | 2025-09-20T23:33:19.835Z | Compiling ena v0.14.3 |
| 2565 | 2025-09-20T23:33:20.077Z | Compiling bindgen v0.71.1 |
| 2566 | 2025-09-20T23:33:20.190Z | Compiling regex-syntax v0.6.29 |
| 2567 | 2025-09-20T23:33:20.278Z | Compiling chrono-tz v0.10.4 |
| 2568 | 2025-09-20T23:33:20.326Z | Compiling diff v0.1.13 |
| 2569 | 2025-09-20T23:33:20.831Z | Checking parking_lot v0.11.2 |
| 2570 | 2025-09-20T23:33:20.931Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2571 | 2025-09-20T23:33:21.073Z | Checking phf v0.12.1 |
| 2572 | 2025-09-20T23:33:21.237Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2573 | 2025-09-20T23:33:21.394Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2574 | 2025-09-20T23:33:21.909Z | Checking prefix-trie v0.7.0 |
| 2575 | 2025-09-20T23:33:22.589Z | Compiling peg-macros v0.8.5 |
| 2576 | 2025-09-20T23:33:22.823Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2577 | 2025-09-20T23:33:23.183Z | Compiling lalrpop v0.19.12 |
| 2578 | 2025-09-20T23:33:23.789Z | Compiling sqlparser_derive v0.2.2 |
| 2579 | 2025-09-20T23:33:24.031Z | Checking unicode_categories v0.1.1 |
| 2580 | 2025-09-20T23:33:24.384Z | Checking sqlformat v0.3.5 |
| 2581 | 2025-09-20T23:33:24.656Z | Checking diesel v2.2.12 |
| 2582 | 2025-09-20T23:33:24.817Z | Checking sqlparser v0.45.0 |
| 2583 | 2025-09-20T23:33:24.963Z | Checking rustyline v14.0.0 |
| 2584 | 2025-09-20T23:33:25.320Z | Checking hickory-server v0.25.2 |
| 2585 | 2025-09-20T23:33:25.455Z | Checking peg v0.8.5 |
| 2586 | 2025-09-20T23:33:26.326Z | Checking progenitor v0.11.0 |
| 2587 | 2025-09-20T23:33:26.415Z | Checking sled v0.34.7 |
| 2588 | 2025-09-20T23:33:26.584Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2589 | 2025-09-20T23:33:28.329Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2590 | 2025-09-20T23:33:29.051Z | Checking hickory-client v0.25.2 |
| 2591 | 2025-09-20T23:33:29.605Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2592 | 2025-09-20T23:33:29.662Z | Compiling libxml v0.3.3 |
| 2593 | 2025-09-20T23:33:30.057Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2594 | 2025-09-20T23:33:30.192Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2595 | 2025-09-20T23:33:30.792Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2596 | 2025-09-20T23:33:31.948Z | Compiling strum_macros v0.24.3 |
| 2597 | 2025-09-20T23:33:32.777Z | Compiling fs-err v2.11.0 |
| 2598 | 2025-09-20T23:33:33.184Z | Compiling indoc v1.0.9 |
| 2599 | 2025-09-20T23:33:34.128Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2600 | 2025-09-20T23:33:34.987Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2601 | 2025-09-20T23:33:35.067Z | Checking quick-xml v0.37.2 |
| 2602 | 2025-09-20T23:33:35.321Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2603 | 2025-09-20T23:33:35.724Z | Compiling oso-derive v0.27.3 |
| 2604 | 2025-09-20T23:33:36.631Z | Compiling unicase v2.7.0 |
| 2605 | 2025-09-20T23:33:37.288Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2606 | 2025-09-20T23:33:37.446Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2607 | 2025-09-20T23:33:38.021Z | Checking parse-size v1.1.0 |
| 2608 | 2025-09-20T23:33:38.264Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2609 | 2025-09-20T23:33:38.877Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2610 | 2025-09-20T23:33:39.363Z | Checking predicates-tree v1.0.12 |
| 2611 | 2025-09-20T23:33:39.415Z | Checking primeorder v0.13.6 |
| 2612 | 2025-09-20T23:33:39.600Z | Compiling diesel-dtrace v0.4.2 |
| 2613 | 2025-09-20T23:33:39.923Z | Checking assert_matches v1.5.0 |
| 2614 | 2025-09-20T23:33:39.976Z | Compiling mime_guess v2.0.5 |
| 2615 | 2025-09-20T23:33:40.093Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2616 | 2025-09-20T23:33:40.145Z | Checking bb8 v0.8.5 |
| 2617 | 2025-09-20T23:33:40.455Z | Checking http-range v0.1.5 |
| 2618 | 2025-09-20T23:33:40.794Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2619 | 2025-09-20T23:33:41.106Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2620 | 2025-09-20T23:33:41.184Z | Checking signal-hook-tokio v0.3.1 |
| 2621 | 2025-09-20T23:33:41.231Z | Checking atty v0.2.14 |
| 2622 | 2025-09-20T23:33:41.437Z | Compiling salty v0.3.0 |
| 2623 | 2025-09-20T23:33:41.619Z | Checking p384 v0.13.0 |
| 2624 | 2025-09-20T23:33:41.997Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2625 | 2025-09-20T23:33:42.189Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2626 | 2025-09-20T23:33:42.605Z | Checking ignore v0.4.23 |
| 2627 | 2025-09-20T23:33:42.828Z | Checking hyper-staticfile v0.10.1 |
| 2628 | 2025-09-20T23:33:43.212Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2629 | 2025-09-20T23:33:43.387Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2630 | 2025-09-20T23:33:43.435Z | Checking globwalk v0.9.1 |
| 2631 | 2025-09-20T23:33:43.723Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2632 | 2025-09-20T23:33:43.775Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2633 | 2025-09-20T23:33:43.832Z | Checking camino-tempfile-ext v0.3.2 |
| 2634 | 2025-09-20T23:33:43.887Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2635 | 2025-09-20T23:33:44.275Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2636 | 2025-09-20T23:33:44.391Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2637 | 2025-09-20T23:33:44.712Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2638 | 2025-09-20T23:33:44.764Z | Checking tungstenite v0.23.0 |
| 2639 | 2025-09-20T23:33:44.820Z | Checking secrecy v0.8.0 |
| 2640 | 2025-09-20T23:33:45.002Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2641 | 2025-09-20T23:33:45.652Z | Checking tokio-tungstenite v0.23.1 |
| 2642 | 2025-09-20T23:33:45.781Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2643 | 2025-09-20T23:33:45.889Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2644 | 2025-09-20T23:33:46.046Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2645 | 2025-09-20T23:33:46.159Z | Checking void v1.0.2 |
| 2646 | 2025-09-20T23:33:46.211Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2647 | 2025-09-20T23:33:46.391Z | Checking lzss v0.8.2 |
| 2648 | 2025-09-20T23:33:46.535Z | Checking nix v0.27.1 |
| 2649 | 2025-09-20T23:33:46.587Z | Checking serde_bytes v0.11.17 |
| 2650 | 2025-09-20T23:33:46.649Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2651 | 2025-09-20T23:33:46.826Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2652 | 2025-09-20T23:33:46.979Z | Checking rand_seeder v0.4.0 |
| 2653 | 2025-09-20T23:33:47.278Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2654 | 2025-09-20T23:33:47.959Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2655 | 2025-09-20T23:33:48.022Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2656 | 2025-09-20T23:33:48.283Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2657 | 2025-09-20T23:33:48.880Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2658 | 2025-09-20T23:33:49.199Z | Checking heck v0.4.1 |
| 2659 | 2025-09-20T23:33:49.507Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2660 | 2025-09-20T23:33:49.581Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2661 | 2025-09-20T23:33:49.747Z | Checking yansi v1.0.1 |
| 2662 | 2025-09-20T23:33:49.949Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2663 | 2025-09-20T23:33:50.293Z | Checking pretty_assertions v1.4.1 |
| 2664 | 2025-09-20T23:33:50.364Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2665 | 2025-09-20T23:33:50.486Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2666 | 2025-09-20T23:33:50.562Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2667 | 2025-09-20T23:33:50.612Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2668 | 2025-09-20T23:33:51.007Z | Compiling tabled_derive v0.10.0 |
| 2669 | 2025-09-20T23:33:53.212Z | Checking async-bb8-diesel v0.2.1 |
| 2670 | 2025-09-20T23:33:53.784Z | Checking papergrid v0.14.0 |
| 2671 | 2025-09-20T23:33:53.895Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2672 | 2025-09-20T23:33:54.020Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2673 | 2025-09-20T23:33:54.515Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2674 | 2025-09-20T23:33:54.603Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2675 | 2025-09-20T23:33:54.849Z | Compiling indoc v2.0.6 |
| 2676 | 2025-09-20T23:33:55.121Z | Checking tabled v0.18.0 |
| 2677 | 2025-09-20T23:33:55.593Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2678 | 2025-09-20T23:33:55.647Z | Checking is_ci v1.2.0 |
| 2679 | 2025-09-20T23:33:55.790Z | Checking typeid v1.0.3 |
| 2680 | 2025-09-20T23:33:55.865Z | Checking supports-color v3.0.2 |
| 2681 | 2025-09-20T23:33:55.991Z | Checking castaway v0.2.3 |
| 2682 | 2025-09-20T23:33:56.100Z | Compiling libz-sys v1.1.20 |
| 2683 | 2025-09-20T23:33:56.209Z | Checking compact_str v0.8.0 |
| 2684 | 2025-09-20T23:33:56.890Z | Checking erased-serde v0.4.6 |
| 2685 | 2025-09-20T23:33:57.476Z | Checking unicode-truncate v1.1.0 |
| 2686 | 2025-09-20T23:33:57.741Z | Checking console v0.16.0 |
| 2687 | 2025-09-20T23:33:57.797Z | Checking concurrent-queue v2.5.0 |
| 2688 | 2025-09-20T23:33:58.098Z | Checking lru v0.12.5 |
| 2689 | 2025-09-20T23:33:58.179Z | Checking ordered-float v2.10.1 |
| 2690 | 2025-09-20T23:33:58.365Z | Compiling instability v0.3.2 |
| 2691 | 2025-09-20T23:33:58.424Z | Checking unit-prefix v0.5.1 |
| 2692 | 2025-09-20T23:33:58.682Z | Checking cassowary v0.3.0 |
| 2693 | 2025-09-20T23:33:58.729Z | Checking parking v2.2.1 |
| 2694 | 2025-09-20T23:33:58.982Z | Checking serde-value v0.7.0 |
| 2695 | 2025-09-20T23:33:59.129Z | Checking indicatif v0.18.0 |
| 2696 | 2025-09-20T23:33:59.298Z | Checking ratatui v0.29.0 |
| 2697 | 2025-09-20T23:33:59.445Z | Checking serde-untagged v0.1.7 |
| 2698 | 2025-09-20T23:33:59.494Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2699 | 2025-09-20T23:33:59.844Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2700 | 2025-09-20T23:33:59.913Z | Checking cargo-util-schemas v0.8.2 |
| 2701 | 2025-09-20T23:34:01.949Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2702 | 2025-09-20T23:34:02.120Z | Checking cargo-platform v0.2.0 |
| 2703 | 2025-09-20T23:34:02.322Z | Checking event-listener v5.3.1 |
| 2704 | 2025-09-20T23:34:02.495Z | Checking cargo_metadata v0.21.0 |
| 2705 | 2025-09-20T23:34:02.758Z | Compiling vergen v8.3.2 |
| 2706 | 2025-09-20T23:34:03.133Z | Compiling cargo-platform v0.1.8 |
| 2707 | 2025-09-20T23:34:03.661Z | Compiling cargo_metadata v0.18.1 |
| 2708 | 2025-09-20T23:34:04.118Z | Checking event-listener-strategy v0.5.2 |
| 2709 | 2025-09-20T23:34:04.188Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2710 | 2025-09-20T23:34:04.406Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2711 | 2025-09-20T23:34:05.984Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2712 | 2025-09-20T23:34:06.283Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2713 | 2025-09-20T23:34:06.336Z | Checking plotters-backend v0.3.7 |
| 2714 | 2025-09-20T23:34:06.436Z | Checking shell-words v1.1.0 |
| 2715 | 2025-09-20T23:34:06.654Z | Compiling rustls v0.21.12 |
| 2716 | 2025-09-20T23:34:06.812Z | Checking plotters-svg v0.3.7 |
| 2717 | 2025-09-20T23:34:06.886Z | Checking futures-lite v2.3.0 |
| 2718 | 2025-09-20T23:34:07.061Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2719 | 2025-09-20T23:34:07.108Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2720 | 2025-09-20T23:34:07.874Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2721 | 2025-09-20T23:34:08.070Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2722 | 2025-09-20T23:34:08.222Z | Checking rustls-webpki v0.101.7 |
| 2723 | 2025-09-20T23:34:08.420Z | Checking sct v0.7.1 |
| 2724 | 2025-09-20T23:34:08.688Z | Checking cast v0.3.0 |
| 2725 | 2025-09-20T23:34:08.871Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2726 | 2025-09-20T23:34:09.025Z | Checking criterion-plot v0.6.0 |
| 2727 | 2025-09-20T23:34:09.725Z | Checking plotters v0.3.7 |
| 2728 | 2025-09-20T23:34:11.277Z | Checking tinytemplate v1.2.1 |
| 2729 | 2025-09-20T23:34:11.698Z | Checking anes v0.1.6 |
| 2730 | 2025-09-20T23:34:11.750Z | Checking oorandom v11.1.4 |
| 2731 | 2025-09-20T23:34:11.965Z | Checking tokio-rustls v0.24.1 |
| 2732 | 2025-09-20T23:34:12.072Z | Checking criterion v0.7.0 |
| 2733 | 2025-09-20T23:34:12.285Z | Checking async-lock v3.4.0 |
| 2734 | 2025-09-20T23:34:12.366Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2735 | 2025-09-20T23:34:13.099Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2736 | 2025-09-20T23:34:13.433Z | Checking rustls-pemfile v1.0.4 |
| 2737 | 2025-09-20T23:34:13.696Z | Checking twox-hash v2.1.0 |
| 2738 | 2025-09-20T23:34:13.889Z | Checking polling v3.7.3 |
| 2739 | 2025-09-20T23:34:14.343Z | Checking async-io v2.3.4 |
| 2740 | 2025-09-20T23:34:14.499Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2741 | 2025-09-20T23:34:14.582Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2742 | 2025-09-20T23:34:14.867Z | Checking fatfs v0.3.6 |
| 2743 | 2025-09-20T23:34:15.218Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 2744 | 2025-09-20T23:34:15.826Z | Checking async-task v4.7.1 |
| 2745 | 2025-09-20T23:34:16.225Z | Checking hex-literal v0.4.1 |
| 2746 | 2025-09-20T23:34:16.417Z | Checking async-channel v2.3.1 |
| 2747 | 2025-09-20T23:34:16.760Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2748 | 2025-09-20T23:34:18.419Z | Checking piper v0.2.4 |
| 2749 | 2025-09-20T23:34:18.699Z | Checking rtoolbox v0.0.2 |
| 2750 | 2025-09-20T23:34:18.955Z | Checking futures-timer v3.0.3 |
| 2751 | 2025-09-20T23:34:19.221Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2752 | 2025-09-20T23:34:19.332Z | Checking rpassword v7.4.0 |
| 2753 | 2025-09-20T23:34:19.520Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2754 | 2025-09-20T23:34:19.576Z | Checking blocking v1.6.1 |
| 2755 | 2025-09-20T23:34:19.956Z | Checking async-executor v1.13.1 |
| 2756 | 2025-09-20T23:34:20.341Z | Checking async-signal v0.2.10 |
| 2757 | 2025-09-20T23:34:20.657Z | Checking tui-tree-widget v0.23.1 |
| 2758 | 2025-09-20T23:34:21.020Z | Checking polyval v0.6.2 |
| 2759 | 2025-09-20T23:34:21.347Z | Compiling petname v2.0.2 |
| 2760 | 2025-09-20T23:34:21.562Z | Checking event-listener v2.5.3 |
| 2761 | 2025-09-20T23:34:21.865Z | Checking async-channel v1.9.0 |
| 2762 | 2025-09-20T23:34:22.171Z | Checking ghash v0.5.1 |
| 2763 | 2025-09-20T23:34:22.421Z | Checking async-process v2.3.0 |
| 2764 | 2025-09-20T23:34:22.564Z | Checking async-global-executor v2.4.1 |
| 2765 | 2025-09-20T23:34:22.854Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2766 | 2025-09-20T23:34:22.906Z | Checking ctr v0.9.2 |
| 2767 | 2025-09-20T23:34:22.959Z | Checking kv-log-macro v1.0.7 |
| 2768 | 2025-09-20T23:34:23.165Z | Compiling async-attributes v1.1.2 |
| 2769 | 2025-09-20T23:34:23.280Z | Checking arrayvec v0.7.6 |
| 2770 | 2025-09-20T23:34:23.419Z | Checking constant_time_eq v0.3.1 |
| 2771 | 2025-09-20T23:34:23.629Z | Checking arrayref v0.3.9 |
| 2772 | 2025-09-20T23:34:23.691Z | Checking aes-gcm v0.10.3 |
| 2773 | 2025-09-20T23:34:23.798Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2774 | 2025-09-20T23:34:23.960Z | Checking async-std v1.13.0 |
| 2775 | 2025-09-20T23:34:24.779Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2776 | 2025-09-20T23:34:25.106Z | Checking ssh-encoding v0.2.0 |
| 2777 | 2025-09-20T23:34:25.530Z | Checking blowfish v0.9.1 |
| 2778 | 2025-09-20T23:34:25.850Z | Checking sync-ptr v0.1.4 |
| 2779 | 2025-09-20T23:34:26.122Z | Checking bcrypt-pbkdf v0.10.0 |
| 2780 | 2025-09-20T23:34:26.473Z | Checking ssh-cipher v0.2.0 |
| 2781 | 2025-09-20T23:34:26.880Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2782 | 2025-09-20T23:34:27.359Z | Checking async-object-pool v0.1.5 |
| 2783 | 2025-09-20T23:34:27.641Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2784 | 2025-09-20T23:34:28.079Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2785 | 2025-09-20T23:34:28.131Z | Checking serde_regex v1.1.0 |
| 2786 | 2025-09-20T23:34:28.496Z | Checking password-hash v0.4.2 |
| 2787 | 2025-09-20T23:34:28.957Z | Checking assert-json-diff v2.0.2 |
| 2788 | 2025-09-20T23:34:29.314Z | Checking path-tree v0.8.1 |
| 2789 | 2025-09-20T23:34:29.409Z | Checking stringmetrics v2.2.2 |
| 2790 | 2025-09-20T23:34:29.461Z | Checking pbkdf2 v0.11.0 |
| 2791 | 2025-09-20T23:34:29.763Z | Checking httpmock v0.8.0-alpha.1 |
| 2792 | 2025-09-20T23:34:29.822Z | Checking ssh-key v0.6.6 |
| 2793 | 2025-09-20T23:34:29.874Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2794 | 2025-09-20T23:34:31.314Z | Checking p256 v0.13.2 |
| 2795 | 2025-09-20T23:34:31.362Z | Checking p521 v0.13.3 |
| 2796 | 2025-09-20T23:34:31.851Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2797 | 2025-09-20T23:34:32.229Z | Checking russh-cryptovec v0.7.3 |
| 2798 | 2025-09-20T23:34:32.508Z | Compiling target-lexicon v0.13.2 |
| 2799 | 2025-09-20T23:34:32.577Z | Checking md5 v0.7.0 |
| 2800 | 2025-09-20T23:34:32.926Z | Checking russh-keys v0.45.0 |
| 2801 | 2025-09-20T23:34:33.590Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2802 | 2025-09-20T23:34:34.259Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2803 | 2025-09-20T23:34:34.382Z | Checking num-bigint v0.4.6 |
| 2804 | 2025-09-20T23:34:35.082Z | Checking des v0.8.1 |
| 2805 | 2025-09-20T23:34:35.387Z | Compiling blake3 v1.5.4 |
| 2806 | 2025-09-20T23:34:35.478Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2807 | 2025-09-20T23:34:36.026Z | Compiling guppy-workspace-hack v0.1.0 |
| 2808 | 2025-09-20T23:34:36.290Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2809 | 2025-09-20T23:34:36.603Z | Checking russh v0.45.0 |
| 2810 | 2025-09-20T23:34:37.631Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2811 | 2025-09-20T23:34:38.017Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2812 | 2025-09-20T23:34:38.450Z | Checking memmap2 v0.9.5 |
| 2813 | 2025-09-20T23:34:38.797Z | Compiling target-spec v3.5.0 |
| 2814 | 2025-09-20T23:34:39.344Z | Checking internet-checksum v0.2.1 |
| 2815 | 2025-09-20T23:34:40.286Z | Checking cfg-expr v0.20.1 |
| 2816 | 2025-09-20T23:34:41.118Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2817 | 2025-09-20T23:34:41.171Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2818 | 2025-09-20T23:34:41.226Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2819 | 2025-09-20T23:34:41.646Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2820 | 2025-09-20T23:34:42.161Z | Checking httptest v0.16.3 |
| 2821 | 2025-09-20T23:34:42.676Z | Checking topological-sort v0.2.2 |
| 2822 | 2025-09-20T23:34:42.913Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2823 | 2025-09-20T23:34:42.970Z | Checking omicron-zone-package v0.12.2 |
| 2824 | 2025-09-20T23:34:44.785Z | Checking pathdiff v0.2.3 |
| 2825 | 2025-09-20T23:34:44.911Z | Compiling rstest_macros v0.25.0 |
| 2826 | 2025-09-20T23:34:45.011Z | Checking nested v0.1.1 |
| 2827 | 2025-09-20T23:34:45.296Z | Compiling target-triple v0.1.3 |
| 2828 | 2025-09-20T23:34:45.416Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2829 | 2025-09-20T23:34:45.577Z | Compiling doc-comment v0.3.3 |
| 2830 | 2025-09-20T23:34:45.850Z | Checking guppy v0.17.20 |
| 2831 | 2025-09-20T23:34:45.967Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2832 | 2025-09-20T23:34:46.325Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2833 | 2025-09-20T23:34:46.686Z | Checking similar-asserts v1.7.0 |
| 2834 | 2025-09-20T23:34:46.985Z | Compiling proc-macro-crate v3.2.0 |
| 2835 | 2025-09-20T23:34:47.889Z | Checking escape8259 v0.5.3 |
| 2836 | 2025-09-20T23:34:48.141Z | Compiling relative-path v1.9.3 |
| 2837 | 2025-09-20T23:34:48.194Z | Compiling assert_cmd v2.0.17 |
| 2838 | 2025-09-20T23:34:48.333Z | Compiling samael v0.0.19 |
| 2839 | 2025-09-20T23:34:48.740Z | Checking libtest-mimic v0.8.1 |
| 2840 | 2025-09-20T23:34:49.327Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2841 | 2025-09-20T23:34:49.446Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2842 | 2025-09-20T23:34:50.624Z | Compiling git2 v0.19.0 |
| 2843 | 2025-09-20T23:34:50.702Z | Checking blake2b_simd v1.0.2 |
| 2844 | 2025-09-20T23:34:50.760Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2845 | 2025-09-20T23:34:51.386Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2846 | 2025-09-20T23:34:51.909Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2847 | 2025-09-20T23:34:52.256Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2848 | 2025-09-20T23:34:52.595Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2849 | 2025-09-20T23:34:52.925Z | Checking fancy-regex v0.14.0 |
| 2850 | 2025-09-20T23:34:53.893Z | Checking serde_tokenstream v0.2.2 |
| 2851 | 2025-09-20T23:34:54.316Z | Checking uzers v0.12.1 |
| 2852 | 2025-09-20T23:34:54.762Z | Checking termcolor v1.4.1 |
| 2853 | 2025-09-20T23:34:55.211Z | Checking trybuild v1.0.106 |
| 2854 | 2025-09-20T23:34:56.588Z | Checking rstest v0.25.0 |
| 2855 | 2025-09-20T23:34:56.891Z | Checking datatest-stable v0.3.2 |
| 2856 | 2025-09-20T23:34:57.501Z | Checking rust-argon2 v2.1.0 |
| 2857 | 2025-09-20T23:34:57.725Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2858 | 2025-09-20T23:34:57.971Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2859 | 2025-09-20T23:34:58.057Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2860 | 2025-09-20T23:34:58.298Z | Checking support-bundle-viewer v0.1.2 |
| 2861 | 2025-09-20T23:34:58.345Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2862 | 2025-09-20T23:34:58.750Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2863 | 2025-09-20T23:34:59.100Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2864 | 2025-09-20T23:34:59.156Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2865 | 2025-09-20T23:34:59.180Z | Checking rand_distr v0.5.1 |
| 2866 | 2025-09-20T23:34:59.506Z | Checking multimap v0.10.1 |
| 2867 | 2025-09-20T23:34:59.560Z | Checking approx v0.5.1 |
| 2868 | 2025-09-20T23:35:00.046Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2869 | 2025-09-20T23:35:00.168Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2870 | 2025-09-20T23:35:00.726Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2871 | 2025-09-20T23:35:00.935Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2872 | 2025-09-20T23:35:01.322Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2873 | 2025-09-20T23:35:01.380Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2874 | 2025-09-20T23:35:02.322Z | Checking partial-io v0.5.4 |
| 2875 | 2025-09-20T23:35:02.595Z | Checking cargo_toml v0.21.0 |
| 2876 | 2025-09-20T23:35:02.724Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2877 | 2025-09-20T23:35:03.257Z | Checking termios v0.3.3 |
| 2878 | 2025-09-20T23:35:03.794Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2879 | 2025-09-20T23:35:04.435Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2880 | 2025-09-20T23:35:07.626Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2881 | 2025-09-20T23:35:16.298Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2882 | 2025-09-20T23:35:21.768Z | Compiling polar-core v0.27.3 |
| 2883 | 2025-09-20T23:35:21.876Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2884 | 2025-09-20T23:35:26.101Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2885 | 2025-09-20T23:35:31.727Z | Checking oso v0.27.3 |
| 2886 | 2025-09-20T23:35:33.331Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2887 | 2025-09-20T23:35:38.292Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2888 | 2025-09-20T23:35:43.976Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2889 | 2025-09-20T23:35:50.102Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2890 | 2025-09-20T23:35:50.772Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2891 | 2025-09-20T23:36:01.279Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2892 | 2025-09-20T23:36:37.192Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2893 | 2025-09-20T23:36:37.192Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2894 | 2025-09-20T23:36:37.931Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2895 | 2025-09-20T23:38:55.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 49s |
| 2896 | 2025-09-20T23:38:56.280Z | |
| 2897 | 2025-09-20T23:38:56.280Z | real 7:55.912346897 |
| 2898 | 2025-09-20T23:38:56.280Z | user 39:16.177780206 |
| 2899 | 2025-09-20T23:38:56.280Z | sys 7:42.925974611 |
| 2900 | 2025-09-20T23:38:56.280Z | trap 1.276873871 |
| 2901 | 2025-09-20T23:38:56.280Z | tflt 0.307601958 |
| 2902 | 2025-09-20T23:38:56.280Z | dflt 0.432970538 |
| 2903 | 2025-09-20T23:38:56.280Z | kflt 0.000730645 |
| 2904 | 2025-09-20T23:38:56.280Z | lock 1:39:46.704014188 |
| 2905 | 2025-09-20T23:38:56.305Z | slp 2:11:20.527646591 |
| 2906 | 2025-09-20T23:38:56.305Z | lat 2:22.466041340 |
| 2907 | 2025-09-20T23:38:56.305Z | stop 14:19.536493388 |
| 2908 | 2025-09-20T23:38:56.305Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 2909 | 2025-09-20T23:38:56.305Z | + ptime -m cargo doc --workspace --no-deps |
| 2910 | 2025-09-20T23:38:58.176Z | warning: output filename collision. |
| 2911 | 2025-09-20T23:38:58.176Z | 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)`. |
| 2912 | 2025-09-20T23:38:58.176Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2913 | 2025-09-20T23:38:58.176Z | The targets should have unique names. |
| 2914 | 2025-09-20T23:38:58.176Z | This is a known bug where multiple crates with the same name use |
| 2915 | 2025-09-20T23:38:58.176Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2916 | 2025-09-20T23:38:59.946Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2917 | 2025-09-20T23:39:00.023Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2918 | 2025-09-20T23:39:00.060Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2919 | 2025-09-20T23:39:00.154Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2920 | 2025-09-20T23:39:00.197Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2921 | 2025-09-20T23:39:00.222Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2922 | 2025-09-20T23:39:00.222Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2923 | 2025-09-20T23:39:00.521Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2924 | 2025-09-20T23:39:00.567Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2925 | 2025-09-20T23:39:00.608Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2926 | 2025-09-20T23:39:00.651Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2927 | 2025-09-20T23:39:00.848Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2928 | 2025-09-20T23:39:00.924Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2929 | 2025-09-20T23:39:01.030Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2930 | 2025-09-20T23:39:01.152Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2931 | 2025-09-20T23:39:01.191Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2932 | 2025-09-20T23:39:01.300Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2933 | 2025-09-20T23:39:01.340Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2934 | 2025-09-20T23:39:01.637Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2935 | 2025-09-20T23:39:01.676Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2936 | 2025-09-20T23:39:01.787Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2937 | 2025-09-20T23:39:01.824Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2938 | 2025-09-20T23:39:01.890Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2939 | 2025-09-20T23:39:02.203Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2940 | 2025-09-20T23:39:02.251Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2941 | 2025-09-20T23:39:02.801Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2942 | 2025-09-20T23:39:02.870Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2943 | 2025-09-20T23:39:02.907Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2944 | 2025-09-20T23:39:03.245Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2945 | 2025-09-20T23:39:03.323Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2946 | 2025-09-20T23:39:03.373Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2947 | 2025-09-20T23:39:03.744Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2948 | 2025-09-20T23:39:03.837Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2949 | 2025-09-20T23:39:03.938Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2950 | 2025-09-20T23:39:04.125Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2951 | 2025-09-20T23:39:04.240Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2952 | 2025-09-20T23:39:04.397Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2953 | 2025-09-20T23:39:04.602Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2954 | 2025-09-20T23:39:04.640Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2955 | 2025-09-20T23:39:04.789Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2956 | 2025-09-20T23:39:04.842Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2957 | 2025-09-20T23:39:04.993Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2958 | 2025-09-20T23:39:05.089Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2959 | 2025-09-20T23:39:05.250Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2960 | 2025-09-20T23:39:05.283Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2961 | 2025-09-20T23:39:05.399Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2962 | 2025-09-20T23:39:05.462Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2963 | 2025-09-20T23:39:05.554Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2964 | 2025-09-20T23:39:05.747Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2965 | 2025-09-20T23:39:05.780Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2966 | 2025-09-20T23:39:05.847Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2967 | 2025-09-20T23:39:05.942Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2968 | 2025-09-20T23:39:06.009Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2969 | 2025-09-20T23:39:06.102Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2970 | 2025-09-20T23:39:06.448Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2971 | 2025-09-20T23:39:06.478Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2972 | 2025-09-20T23:39:06.543Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2973 | 2025-09-20T23:39:06.588Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2974 | 2025-09-20T23:39:06.773Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2975 | 2025-09-20T23:39:07.490Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2976 | 2025-09-20T23:39:07.687Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2977 | 2025-09-20T23:39:08.089Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2978 | 2025-09-20T23:39:09.519Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2979 | 2025-09-20T23:39:10.110Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2980 | 2025-09-20T23:39:11.084Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2981 | 2025-09-20T23:39:11.158Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2982 | 2025-09-20T23:39:12.012Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2983 | 2025-09-20T23:39:14.615Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2984 | 2025-09-20T23:39:14.737Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2985 | 2025-09-20T23:39:15.187Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2986 | 2025-09-20T23:39:15.510Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2987 | 2025-09-20T23:39:17.249Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2988 | 2025-09-20T23:39:17.419Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2989 | 2025-09-20T23:39:17.490Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2990 | 2025-09-20T23:39:18.045Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2991 | 2025-09-20T23:39:18.881Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2992 | 2025-09-20T23:39:19.898Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2993 | 2025-09-20T23:39:20.663Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2994 | 2025-09-20T23:39:21.143Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2995 | 2025-09-20T23:39:21.636Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2996 | 2025-09-20T23:39:21.761Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2997 | 2025-09-20T23:39:24.750Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2998 | 2025-09-20T23:39:27.324Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2999 | 2025-09-20T23:39:27.428Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3000 | 2025-09-20T23:39:30.359Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3001 | 2025-09-20T23:39:32.887Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3002 | 2025-09-20T23:39:33.353Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3003 | 2025-09-20T23:39:33.496Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3004 | 2025-09-20T23:39:34.105Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3005 | 2025-09-20T23:39:34.633Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3006 | 2025-09-20T23:39:35.001Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3007 | 2025-09-20T23:39:35.151Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3008 | 2025-09-20T23:39:35.312Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3009 | 2025-09-20T23:39:35.596Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3010 | 2025-09-20T23:39:36.056Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3011 | 2025-09-20T23:39:36.140Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3012 | 2025-09-20T23:39:37.569Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3013 | 2025-09-20T23:39:37.616Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3014 | 2025-09-20T23:39:37.906Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3015 | 2025-09-20T23:39:38.915Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3016 | 2025-09-20T23:39:39.347Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3017 | 2025-09-20T23:39:40.069Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3018 | 2025-09-20T23:39:40.609Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3019 | 2025-09-20T23:39:40.967Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3020 | 2025-09-20T23:39:41.099Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3021 | 2025-09-20T23:39:41.726Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3022 | 2025-09-20T23:39:41.899Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3023 | 2025-09-20T23:39:42.343Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3024 | 2025-09-20T23:39:42.654Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3025 | 2025-09-20T23:39:43.084Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3026 | 2025-09-20T23:39:43.240Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3027 | 2025-09-20T23:39:43.309Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3028 | 2025-09-20T23:39:43.467Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3029 | 2025-09-20T23:39:43.737Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3030 | 2025-09-20T23:39:44.218Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3031 | 2025-09-20T23:39:44.306Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3032 | 2025-09-20T23:39:44.380Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3033 | 2025-09-20T23:39:44.909Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3034 | 2025-09-20T23:39:45.041Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3035 | 2025-09-20T23:39:45.251Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3036 | 2025-09-20T23:39:45.405Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3037 | 2025-09-20T23:39:45.592Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3038 | 2025-09-20T23:39:45.637Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3039 | 2025-09-20T23:39:45.674Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3040 | 2025-09-20T23:39:46.128Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3041 | 2025-09-20T23:39:46.360Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3042 | 2025-09-20T23:39:46.470Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3043 | 2025-09-20T23:39:47.145Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3044 | 2025-09-20T23:39:47.704Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3045 | 2025-09-20T23:39:48.319Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3046 | 2025-09-20T23:39:48.388Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3047 | 2025-09-20T23:39:49.199Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3048 | 2025-09-20T23:39:49.973Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3049 | 2025-09-20T23:39:50.313Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3050 | 2025-09-20T23:39:50.525Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3051 | 2025-09-20T23:39:52.440Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3052 | 2025-09-20T23:39:52.474Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3053 | 2025-09-20T23:39:53.006Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3054 | 2025-09-20T23:39:53.483Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3055 | 2025-09-20T23:39:54.381Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3056 | 2025-09-20T23:39:55.978Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3057 | 2025-09-20T23:39:56.403Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3058 | 2025-09-20T23:39:56.787Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3059 | 2025-09-20T23:39:57.840Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3060 | 2025-09-20T23:39:58.120Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3061 | 2025-09-20T23:39:58.411Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3062 | 2025-09-20T23:39:58.500Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3063 | 2025-09-20T23:39:58.631Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3064 | 2025-09-20T23:39:58.835Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3065 | 2025-09-20T23:39:59.362Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3066 | 2025-09-20T23:39:59.982Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3067 | 2025-09-20T23:40:00.057Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3068 | 2025-09-20T23:40:00.632Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3069 | 2025-09-20T23:40:01.424Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3070 | 2025-09-20T23:40:01.664Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3071 | 2025-09-20T23:40:01.838Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3072 | 2025-09-20T23:40:02.298Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3073 | 2025-09-20T23:40:04.547Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3074 | 2025-09-20T23:40:04.642Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3075 | 2025-09-20T23:40:05.776Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3076 | 2025-09-20T23:40:06.974Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3077 | 2025-09-20T23:40:07.865Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3078 | 2025-09-20T23:40:12.759Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3079 | 2025-09-20T23:40:14.197Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3080 | 2025-09-20T23:40:15.556Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3081 | 2025-09-20T23:40:15.970Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3082 | 2025-09-20T23:40:20.738Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3083 | 2025-09-20T23:40:21.998Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3084 | 2025-09-20T23:40:22.905Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3085 | 2025-09-20T23:40:24.323Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3086 | 2025-09-20T23:40:25.510Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3087 | 2025-09-20T23:40:25.740Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3088 | 2025-09-20T23:40:32.383Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3089 | 2025-09-20T23:40:32.814Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3090 | 2025-09-20T23:40:33.066Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3091 | 2025-09-20T23:40:33.124Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3092 | 2025-09-20T23:40:35.511Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3093 | 2025-09-20T23:40:36.910Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3094 | 2025-09-20T23:40:38.058Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3095 | 2025-09-20T23:40:38.726Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3096 | 2025-09-20T23:40:38.761Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3097 | 2025-09-20T23:40:41.318Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3098 | 2025-09-20T23:40:41.818Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3099 | 2025-09-20T23:40:43.571Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3100 | 2025-09-20T23:40:43.981Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3101 | 2025-09-20T23:40:44.553Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3102 | 2025-09-20T23:40:47.673Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3103 | 2025-09-20T23:40:47.954Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3104 | 2025-09-20T23:40:48.606Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3105 | 2025-09-20T23:40:49.615Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3106 | 2025-09-20T23:40:49.968Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3107 | 2025-09-20T23:40:50.079Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3108 | 2025-09-20T23:40:50.382Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3109 | 2025-09-20T23:40:53.597Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3110 | 2025-09-20T23:40:54.600Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3111 | 2025-09-20T23:40:55.992Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3112 | 2025-09-20T23:40:57.941Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3113 | 2025-09-20T23:40:58.313Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3114 | 2025-09-20T23:40:59.351Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3115 | 2025-09-20T23:41:01.377Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3116 | 2025-09-20T23:41:02.168Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3117 | 2025-09-20T23:41:04.558Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3118 | 2025-09-20T23:41:04.594Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3119 | 2025-09-20T23:41:04.991Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3120 | 2025-09-20T23:41:07.086Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3121 | 2025-09-20T23:41:07.150Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3122 | 2025-09-20T23:41:07.874Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3123 | 2025-09-20T23:41:09.210Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3124 | 2025-09-20T23:41:09.716Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3125 | 2025-09-20T23:41:10.401Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3126 | 2025-09-20T23:41:11.211Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3127 | 2025-09-20T23:41:13.228Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3128 | 2025-09-20T23:41:14.113Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3129 | 2025-09-20T23:41:14.309Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3130 | 2025-09-20T23:41:14.396Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3131 | 2025-09-20T23:41:15.722Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3132 | 2025-09-20T23:41:16.028Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3133 | 2025-09-20T23:41:16.268Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3134 | 2025-09-20T23:41:18.459Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3135 | 2025-09-20T23:41:18.494Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3136 | 2025-09-20T23:41:20.124Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3137 | 2025-09-20T23:41:20.899Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3138 | 2025-09-20T23:41:21.295Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3139 | 2025-09-20T23:41:22.479Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3140 | 2025-09-20T23:41:24.533Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3141 | 2025-09-20T23:41:25.266Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3142 | 2025-09-20T23:41:25.505Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3143 | 2025-09-20T23:41:26.040Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3144 | 2025-09-20T23:41:27.316Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3145 | 2025-09-20T23:41:27.348Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3146 | 2025-09-20T23:41:28.049Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3147 | 2025-09-20T23:41:28.912Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3148 | 2025-09-20T23:41:28.987Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3149 | 2025-09-20T23:41:29.863Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3150 | 2025-09-20T23:41:31.072Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3151 | 2025-09-20T23:41:31.210Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3152 | 2025-09-20T23:41:31.944Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3153 | 2025-09-20T23:41:32.382Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3154 | 2025-09-20T23:41:33.487Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3155 | 2025-09-20T23:41:33.706Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3156 | 2025-09-20T23:41:33.866Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3157 | 2025-09-20T23:41:35.457Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3158 | 2025-09-20T23:41:35.656Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3159 | 2025-09-20T23:41:36.554Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3160 | 2025-09-20T23:41:38.146Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3161 | 2025-09-20T23:41:38.361Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3162 | 2025-09-20T23:41:38.432Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3163 | 2025-09-20T23:41:38.868Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3164 | 2025-09-20T23:41:38.904Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3165 | 2025-09-20T23:41:39.315Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3166 | 2025-09-20T23:41:40.236Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3167 | 2025-09-20T23:41:41.918Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3168 | 2025-09-20T23:41:48.226Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3169 | 2025-09-20T23:41:48.886Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3170 | 2025-09-20T23:41:49.067Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3171 | 2025-09-20T23:41:50.464Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3172 | 2025-09-20T23:41:51.231Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3173 | 2025-09-20T23:41:53.222Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3174 | 2025-09-20T23:41:55.211Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3175 | 2025-09-20T23:41:55.727Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3176 | 2025-09-20T23:41:56.530Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3177 | 2025-09-20T23:41:57.702Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3178 | 2025-09-20T23:41:58.056Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3179 | 2025-09-20T23:41:58.632Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3180 | 2025-09-20T23:41:59.410Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3181 | 2025-09-20T23:42:00.088Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3182 | 2025-09-20T23:42:00.170Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3183 | 2025-09-20T23:42:01.523Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3184 | 2025-09-20T23:42:01.600Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3185 | 2025-09-20T23:42:01.781Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3186 | 2025-09-20T23:42:02.882Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3187 | 2025-09-20T23:42:03.663Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3188 | 2025-09-20T23:42:04.531Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3189 | 2025-09-20T23:42:04.868Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3190 | 2025-09-20T23:42:05.395Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3191 | 2025-09-20T23:42:05.850Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3192 | 2025-09-20T23:42:06.326Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3193 | 2025-09-20T23:42:06.414Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3194 | 2025-09-20T23:42:06.865Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3195 | 2025-09-20T23:42:07.526Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3196 | 2025-09-20T23:42:07.588Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3197 | 2025-09-20T23:42:07.906Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3198 | 2025-09-20T23:42:08.388Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3199 | 2025-09-20T23:42:08.610Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3200 | 2025-09-20T23:42:08.844Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3201 | 2025-09-20T23:42:09.150Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3202 | 2025-09-20T23:42:09.589Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3203 | 2025-09-20T23:42:09.976Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3204 | 2025-09-20T23:42:10.053Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3205 | 2025-09-20T23:42:10.176Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3206 | 2025-09-20T23:42:10.637Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3207 | 2025-09-20T23:42:11.142Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3208 | 2025-09-20T23:42:11.238Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3209 | 2025-09-20T23:42:11.409Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3210 | 2025-09-20T23:42:11.563Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3211 | 2025-09-20T23:43:16.987Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3212 | 2025-09-20T23:43:29.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 32s |
| 3213 | 2025-09-20T23:43:29.476Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 170 other files |
| 3214 | 2025-09-20T23:43:29.609Z | |
| 3215 | 2025-09-20T23:43:29.609Z | real 4:33.217278663 |
| 3216 | 2025-09-20T23:43:29.609Z | user 22:34.322531051 |
| 3217 | 2025-09-20T23:43:29.609Z | sys 4:07.112040740 |
| 3218 | 2025-09-20T23:43:29.609Z | trap 0.700287007 |
| 3219 | 2025-09-20T23:43:29.609Z | tflt 0.099569903 |
| 3220 | 2025-09-20T23:43:29.609Z | dflt 0.036660439 |
| 3221 | 2025-09-20T23:43:29.609Z | kflt 0.002284735 |
| 3222 | 2025-09-20T23:43:29.609Z | lock 56:48.257585673 |
| 3223 | 2025-09-20T23:43:29.633Z | slp 1:05:34.571374683 |
| 3224 | 2025-09-20T23:43:29.633Z | lat 1:38.754661825 |
| 3225 | 2025-09-20T23:43:29.633Z | stop 2:12.730546132 |
| 3226 | 2025-09-20T23:43:29.633Z | process exited: duration 1088310 ms, exit code 0 |
| |
| 3227 | 2025-09-20T23:43:29.682Z | found 0 output files |