|
|
|
| 1 | 2025-01-17T13:50:49.491Z | job assigned to worker 01JHT8EACA59Y6KJRHEAE3Q6M0 [factory aws, i-0b6d50da168a40ad4] (queued for 48 s) |
| |
| 2 | 2025-01-17T13:50:57.734Z | starting task 0: "setup" |
| 3 | 2025-01-17T13:50:57.745Z | ++ uname -s |
| 4 | 2025-01-17T13:50:57.748Z | + kern=SunOS |
| 5 | 2025-01-17T13:50:57.748Z | + case "$kern" in |
| 6 | 2025-01-17T13:50:57.748Z | + groupadd -g 12345 build |
| 7 | 2025-01-17T13:50:57.751Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-17T13:50:59.759Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-17T13:50:59.861Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-17T13:50:59.864Z | + home_fs=zfs |
| 11 | 2025-01-17T13:50:59.864Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-17T13:50:59.864Z | + mkdir -p /home/build |
| 13 | 2025-01-17T13:50:59.866Z | + chown build:build /home/build /work |
| 14 | 2025-01-17T13:51:01.868Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-17T13:51:01.871Z | process exited: duration 4136 ms, exit code 0 |
| |
| 16 | 2025-01-17T13:51:01.877Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-17T13:51:01.882Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-17T13:51:01.882Z | ' 1.84.0 |
| 19 | 2025-01-17T13:51:01.882Z | * toolchain channel = "1.84.0" |
| 20 | 2025-01-17T13:51:01.882Z | + printf ' * toolchain profile = "%s" |
| 21 | 2025-01-17T13:51:01.882Z | ' default |
| 22 | 2025-01-17T13:51:01.882Z | * toolchain profile = "default" |
| 23 | 2025-01-17T13:51:01.885Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-17T13:51:01.885Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-17T13:51:01.974Z | info: downloading installer |
| 26 | 2025-01-17T13:51:03.551Z | info: profile set to 'default' |
| 27 | 2025-01-17T13:51:03.552Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-17T13:51:03.554Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-17T13:51:03.710Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-17T13:51:03.710Z | info: downloading component 'cargo' |
| 31 | 2025-01-17T13:51:04.608Z | info: downloading component 'clippy' |
| 32 | 2025-01-17T13:51:04.952Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-17T13:51:06.178Z | info: downloading component 'rust-std' |
| 34 | 2025-01-17T13:51:08.000Z | info: downloading component 'rustc' |
| 35 | 2025-01-17T13:51:15.072Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-17T13:51:15.337Z | info: installing component 'cargo' |
| 37 | 2025-01-17T13:51:16.184Z | info: installing component 'clippy' |
| 38 | 2025-01-17T13:51:16.566Z | info: installing component 'rust-docs' |
| 39 | 2025-01-17T13:51:18.277Z | info: installing component 'rust-std' |
| 40 | 2025-01-17T13:51:20.019Z | info: installing component 'rustc' |
| 41 | 2025-01-17T13:51:26.097Z | info: installing component 'rustfmt' |
| 42 | 2025-01-17T13:51:26.424Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-17T13:51:26.424Z | |
| 44 | 2025-01-17T13:51:26.820Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-17T13:51:26.820Z | |
| 46 | 2025-01-17T13:51:26.823Z | |
| 47 | 2025-01-17T13:51:26.823Z | Rust is installed now. Great! |
| 48 | 2025-01-17T13:51:26.823Z | |
| 49 | 2025-01-17T13:51:26.823Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-17T13:51:26.823Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-17T13:51:26.823Z | |
| 52 | 2025-01-17T13:51:26.823Z | To configure your current shell, you need to source |
| 53 | 2025-01-17T13:51:26.823Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-17T13:51:26.823Z | |
| 55 | 2025-01-17T13:51:26.823Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-17T13:51:26.823Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-17T13:51:26.823Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-17T13:51:26.903Z | + rustc --version |
| 59 | 2025-01-17T13:51:26.971Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-17T13:51:26.974Z | process exited: duration 25093 ms, exit code 0 |
| |
| 61 | 2025-01-17T13:51:26.978Z | starting task 2: "authentication" |
| 62 | 2025-01-17T13:51:27.000Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2025-01-17T13:51:27.005Z | starting task 3: "clone repository" |
| 64 | 2025-01-17T13:51:27.010Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-17T13:51:27.013Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-17T13:51:27.056Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-17T13:51:33.953Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-17T13:51:33.956Z | + git fetch origin 320c920d7af91114b20afaa41d260bb6ad4ec1ab |
| 69 | 2025-01-17T13:51:34.273Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-17T13:51:34.274Z | * branch 320c920d7af91114b20afaa41d260bb6ad4ec1ab -> FETCH_HEAD |
| 71 | 2025-01-17T13:51:34.285Z | + [[ -n john/reconfigurator-cli-blippy ]] |
| 72 | 2025-01-17T13:51:34.287Z | ++ git branch --show-current |
| 73 | 2025-01-17T13:51:34.290Z | + current=main |
| 74 | 2025-01-17T13:51:34.290Z | + [[ main != john/reconfigurator-cli-blippy ]] |
| 75 | 2025-01-17T13:51:34.290Z | + git branch -f john/reconfigurator-cli-blippy 320c920d7af91114b20afaa41d260bb6ad4ec1ab |
| 76 | 2025-01-17T13:51:34.293Z | + git checkout -f john/reconfigurator-cli-blippy |
| 77 | 2025-01-17T13:51:34.332Z | Switched to branch 'john/reconfigurator-cli-blippy' |
| 78 | 2025-01-17T13:51:34.334Z | + git reset --hard 320c920d7af91114b20afaa41d260bb6ad4ec1ab |
| 79 | 2025-01-17T13:51:34.374Z | HEAD is now at 320c920d7 Merge remote-tracking branch 'origin/main' into john/reconfigurator-cli-blippy |
| 80 | 2025-01-17T13:51:34.377Z | process exited: duration 7369 ms, exit code 0 |
| |
| 81 | 2025-01-17T13:51:34.382Z | starting task 4: "build" |
| 82 | 2025-01-17T13:51:34.387Z | + source ./env.sh |
| 83 | 2025-01-17T13:51:34.387Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2025-01-17T13:51:34.387Z | ++ set -o xtrace |
| 85 | 2025-01-17T13:51:34.390Z | ++++ dirname ./env.sh |
| 86 | 2025-01-17T13:51:34.393Z | +++ readlink -f . |
| 87 | 2025-01-17T13:51:34.395Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2025-01-17T13:51:34.395Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 89 | 2025-01-17T13:51:34.395Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2025-01-17T13:51:34.396Z | ++ 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 |
| 91 | 2025-01-17T13:51:34.396Z | ++ 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 |
| 92 | 2025-01-17T13:51:34.396Z | ++ 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 |
| 93 | 2025-01-17T13:51:34.396Z | ++ 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 |
| 94 | 2025-01-17T13:51:34.396Z | ++ 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 |
| 95 | 2025-01-17T13:51:34.396Z | ++ 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 |
| 96 | 2025-01-17T13:51:34.396Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2025-01-17T13:51:34.396Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2025-01-17T13:51:34.396Z | + source .github/buildomat/ci-env.sh |
| 99 | 2025-01-17T13:51:34.396Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2025-01-17T13:51:34.396Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2025-01-17T13:51:34.396Z | + cargo --version |
| 102 | 2025-01-17T13:51:34.456Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 103 | 2025-01-17T13:51:34.459Z | + rustc --version |
| 104 | 2025-01-17T13:51:34.521Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 105 | 2025-01-17T13:51:34.524Z | + banner prerequisites |
| 106 | 2025-01-17T13:51:34.526Z | |
| 107 | 2025-01-17T13:51:34.527Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2025-01-17T13:51:34.527Z | # # # # # # # # # # # # # # # |
| 109 | 2025-01-17T13:51:34.527Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2025-01-17T13:51:34.527Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2025-01-17T13:51:34.527Z | # # # # # # # # # # # # # # # |
| 112 | 2025-01-17T13:51:34.527Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2025-01-17T13:51:34.527Z | |
| 114 | 2025-01-17T13:51:34.530Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2025-01-17T13:51:36.147Z | pkg list: illegal option -- F |
| 116 | 2025-01-17T13:51:36.147Z | Usage: |
| 117 | 2025-01-17T13:51:36.149Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 118 | 2025-01-17T13:51:36.149Z | [pkg_fmri_pattern ...] |
| 119 | 2025-01-17T13:51:36.994Z | pkg list: illegal option -- F |
| 120 | 2025-01-17T13:51:36.995Z | Usage: |
| 121 | 2025-01-17T13:51:36.997Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 122 | 2025-01-17T13:51:36.997Z | [pkg_fmri_pattern ...] |
| 123 | 2025-01-17T13:51:43.765Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 124 | 2025-01-17T13:51:47.896Z | Startup: Caching catalogs ... Done |
| 125 | 2025-01-17T13:51:59.370Z | Planning: Solver setup ... Done (10.661s) |
| 126 | 2025-01-17T13:51:59.519Z | Planning: Running solver ... Done (0.148s) |
| 127 | 2025-01-17T13:51:59.634Z | Planning: Finding local manifests ... Done (0.005s) |
| 128 | 2025-01-17T13:51:59.651Z | Planning: Fetching manifests: 0/7 0% complete |
| 129 | 2025-01-17T13:52:00.873Z | Planning: Fetching manifests: 7/7 100% complete |
| 130 | 2025-01-17T13:52:00.983Z | Planning: Package planning ... Done (0.110s) |
| 131 | 2025-01-17T13:52:01.040Z | Planning: Merging actions ... Done (0.056s) |
| 132 | 2025-01-17T13:52:01.238Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 133 | 2025-01-17T13:52:03.300Z | Planning: Consolidating action changes ... Done (2.061s) |
| 134 | 2025-01-17T13:52:03.747Z | Planning: Evaluating mediators ... Done (0.446s) |
| 135 | 2025-01-17T13:52:03.829Z | Planning: Planning completed in 15.84 seconds |
| 136 | 2025-01-17T13:52:03.845Z | Packages to install: 4 |
| 137 | 2025-01-17T13:52:03.846Z | Packages to update: 3 |
| 138 | 2025-01-17T13:52:03.848Z | Mediators to change: 2 |
| 139 | 2025-01-17T13:52:03.848Z | Services to change: 1 |
| 140 | 2025-01-17T13:52:03.848Z | Estimated space available: 155.61 GB |
| 141 | 2025-01-17T13:52:03.848Z | Estimated space to be consumed: 1.64 GB |
| 142 | 2025-01-17T13:52:03.848Z | Create boot environment: No |
| 143 | 2025-01-17T13:52:03.850Z | Create backup boot environment: Yes |
| 144 | 2025-01-17T13:52:03.850Z | Rebuild boot archive: No |
| 145 | 2025-01-17T13:52:03.850Z | |
| 146 | 2025-01-17T13:52:03.850Z | Changed mediators: |
| 147 | 2025-01-17T13:52:03.850Z | mediator clang: |
| 148 | 2025-01-17T13:52:03.850Z | version: None -> 15 (system default) |
| 149 | 2025-01-17T13:52:03.850Z | |
| 150 | 2025-01-17T13:52:03.850Z | mediator llvm: |
| 151 | 2025-01-17T13:52:03.850Z | version: 14 (system default) -> 15 (system default) |
| 152 | 2025-01-17T13:52:03.850Z | |
| 153 | 2025-01-17T13:52:03.850Z | Changed packages: |
| 154 | 2025-01-17T13:52:03.850Z | helios-dev |
| 155 | 2025-01-17T13:52:03.850Z | developer/build-essential |
| 156 | 2025-01-17T13:52:03.850Z | None -> 11-2.0 |
| 157 | 2025-01-17T13:52:03.850Z | library/libxmlsec1 |
| 158 | 2025-01-17T13:52:03.850Z | None -> 1.2.35-2.0 |
| 159 | 2025-01-17T13:52:03.850Z | ooce/developer/clang-15 |
| 160 | 2025-01-17T13:52:03.850Z | None -> 15.0.7-2.0 |
| 161 | 2025-01-17T13:52:03.850Z | ooce/developer/llvm-15 |
| 162 | 2025-01-17T13:52:03.850Z | None -> 15.0.7-2.0 |
| 163 | 2025-01-17T13:52:03.850Z | package/pkg |
| 164 | 2025-01-17T13:52:03.850Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 165 | 2025-01-17T13:52:03.850Z | system/library/g++-runtime |
| 166 | 2025-01-17T13:52:03.850Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-01-17T13:52:03.850Z | system/library/gcc-runtime |
| 168 | 2025-01-17T13:52:03.850Z | 13-2.0 -> 14-2.0 |
| 169 | 2025-01-17T13:52:03.850Z | |
| 170 | 2025-01-17T13:52:03.850Z | Services: |
| 171 | 2025-01-17T13:52:03.850Z | restart_fmri: |
| 172 | 2025-01-17T13:52:03.850Z | svc:/system/update-man-index:default |
| 173 | 2025-01-17T13:52:03.851Z | |
| 174 | 2025-01-17T13:52:03.851Z | Editable files to change: |
| 175 | 2025-01-17T13:52:03.851Z | Update: |
| 176 | 2025-01-17T13:52:03.851Z | usr/share/lib/pkg/web/config.shtml |
| 177 | 2025-01-17T13:52:03.928Z | |
| 178 | 2025-01-17T13:52:03.928Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 179 | 2025-01-17T13:52:08.931Z | Download: 715/4301 items 17.6/225.4MB 7% complete (3.7M/s) |
| 180 | 2025-01-17T13:52:14.108Z | Download: 1197/4301 items 80.9/225.4MB 35% complete (8.3M/s) |
| 181 | 2025-01-17T13:52:19.109Z | Download: 1873/4301 items 118.5/225.4MB 52% complete (10.1M/s) |
| 182 | 2025-01-17T13:52:24.111Z | Download: 2912/4301 items 121.2/225.4MB 53% complete (4.0M/s) |
| 183 | 2025-01-17T13:52:29.112Z | Download: 3426/4301 items 215.0/225.4MB 95% complete (9.6M/s) |
| 184 | 2025-01-17T13:52:35.905Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (9.9M/s) |
| 185 | 2025-01-17T13:52:36.874Z | Download: Completed 225.42 MB in 32.94 seconds (6.8M/s) |
| 186 | 2025-01-17T13:52:37.847Z | Actions: 1/5122 actions (Removing old actions) |
| 187 | 2025-01-17T13:52:37.869Z | Actions: 194/5122 actions (Installing new actions) |
| 188 | 2025-01-17T13:52:42.688Z | Actions: 4267/5122 actions (Updating modified actions) |
| 189 | 2025-01-17T13:52:43.052Z | Actions: Completed 5122 actions in 5.20 seconds. |
| 190 | 2025-01-17T13:52:43.465Z | Done (0.404s) |
| 191 | 2025-01-17T13:52:43.468Z | Done (0.001s) |
| 192 | 2025-01-17T13:52:44.060Z | Done (0.591s) |
| 193 | 2025-01-17T13:52:48.577Z | Done (4.279s) |
| 194 | 2025-01-17T13:52:48.662Z | Done (0.020s) |
| 195 | 2025-01-17T13:52:48.665Z | Done (0.000s) |
| 196 | 2025-01-17T13:52:48.830Z | Done (0.000s) |
| 197 | 2025-01-17T13:52:49.536Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-01-17T13:52:49.699Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-01-17T13:52:49.703Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-01-17T13:52:49.977Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-01-17T13:52:49.980Z | Planning: Planning completed in 0.44 seconds |
| 202 | 2025-01-17T13:52:50.018Z | Mediators to change: 2 |
| 203 | 2025-01-17T13:52:50.018Z | Create boot environment: No |
| 204 | 2025-01-17T13:52:50.020Z | Create backup boot environment: No |
| 205 | 2025-01-17T13:52:50.111Z | Done |
| 206 | 2025-01-17T13:52:50.111Z | Done |
| 207 | 2025-01-17T13:52:50.487Z | Done |
| 208 | 2025-01-17T13:52:54.187Z | Done |
| 209 | 2025-01-17T13:52:54.277Z | Done |
| 210 | 2025-01-17T13:52:54.280Z | Done |
| 211 | 2025-01-17T13:52:54.392Z | Done |
| 212 | 2025-01-17T13:52:55.030Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-01-17T13:52:55.033Z | Planning: Merging actions ... Done |
| 214 | 2025-01-17T13:52:55.226Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-01-17T13:52:55.230Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-01-17T13:52:55.503Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-01-17T13:52:55.563Z | Planning: Planning completed in 0.79 seconds |
| 218 | 2025-01-17T13:52:55.604Z | Packages to change: 1 |
| 219 | 2025-01-17T13:52:55.604Z | Mediators to change: 1 |
| 220 | 2025-01-17T13:52:55.607Z | Services to change: 1 |
| 221 | 2025-01-17T13:52:55.607Z | Create boot environment: No |
| 222 | 2025-01-17T13:52:55.607Z | Create backup boot environment: Yes |
| 223 | 2025-01-17T13:52:56.825Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-01-17T13:52:56.828Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2025-01-17T13:52:56.828Z | Done |
| 226 | 2025-01-17T13:52:56.828Z | Done |
| 227 | 2025-01-17T13:52:56.948Z | Done |
| 228 | 2025-01-17T13:53:00.639Z | Done |
| 229 | 2025-01-17T13:53:00.731Z | Done |
| 230 | 2025-01-17T13:53:00.734Z | Done |
| 231 | 2025-01-17T13:53:00.870Z | Done |
| 232 | 2025-01-17T13:53:01.319Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-01-17T13:53:01.319Z | clang system 15 system |
| 234 | 2025-01-17T13:53:01.319Z | csh system system illumos |
| 235 | 2025-01-17T13:53:01.319Z | ctags system system illumos |
| 236 | 2025-01-17T13:53:01.319Z | gcc vendor 12 vendor |
| 237 | 2025-01-17T13:53:01.319Z | gcc system 10 system |
| 238 | 2025-01-17T13:53:01.319Z | gcc system 7 system |
| 239 | 2025-01-17T13:53:01.319Z | go system 1.20 system |
| 240 | 2025-01-17T13:53:01.319Z | go system 1.19 system |
| 241 | 2025-01-17T13:53:01.319Z | llvm system 15 system |
| 242 | 2025-01-17T13:53:01.319Z | llvm system 14 system |
| 243 | 2025-01-17T13:53:01.320Z | mariadb system 10.6 system |
| 244 | 2025-01-17T13:53:01.320Z | mta vendor vendor dma |
| 245 | 2025-01-17T13:53:01.320Z | openjdk system 17 system |
| 246 | 2025-01-17T13:53:01.320Z | openjdk system 11 system |
| 247 | 2025-01-17T13:53:01.320Z | openjdk system 1.8 system |
| 248 | 2025-01-17T13:53:01.320Z | openssl vendor 3 vendor |
| 249 | 2025-01-17T13:53:01.320Z | perl system 5.36 system |
| 250 | 2025-01-17T13:53:01.320Z | postgresql system 15 system |
| 251 | 2025-01-17T13:53:01.321Z | postgresql system 13 system |
| 252 | 2025-01-17T13:53:01.321Z | python vendor 3 vendor |
| 253 | 2025-01-17T13:53:01.321Z | python system 2 system |
| 254 | 2025-01-17T13:53:01.321Z | python3 system 3.11 system |
| 255 | 2025-01-17T13:53:01.321Z | ruby system 3.0 system |
| 256 | 2025-01-17T13:53:01.321Z | words vendor vendor american-english |
| 257 | 2025-01-17T13:53:01.321Z | words system system australian-english |
| 258 | 2025-01-17T13:53:01.321Z | words system system british-english |
| 259 | 2025-01-17T13:53:01.321Z | words system system canadian-english |
| 260 | 2025-01-17T13:53:01.321Z | words system system french |
| 261 | 2025-01-17T13:53:01.322Z | words system system italian |
| 262 | 2025-01-17T13:53:01.322Z | words system system ngerman |
| 263 | 2025-01-17T13:53:01.322Z | words system system ogerman |
| 264 | 2025-01-17T13:53:01.322Z | words system system spanish |
| 265 | 2025-01-17T13:53:01.671Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2025-01-17T13:53:01.671Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2025-01-17T13:53:04.521Z | FMRI IFO |
| 268 | 2025-01-17T13:53:04.521Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2025-01-17T13:53:04.521Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2025-01-17T13:53:04.521Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2025-01-17T13:53:04.521Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2025-01-17T13:53:04.521Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2025-01-17T13:53:04.522Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2025-01-17T13:53:04.522Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 275 | 2025-01-17T13:53:04.522Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2025-01-17T13:53:04.522Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2025-01-17T13:53:04.522Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 278 | 2025-01-17T13:53:04.522Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2025-01-17T13:53:04.522Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2025-01-17T13:53:04.522Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 281 | 2025-01-17T13:53:04.524Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2025-01-17T13:53:04.524Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2025-01-17T13:53:05.269Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2025-01-17T13:53:05.580Z | Updating crates.io index |
| 285 | 2025-01-17T13:53:05.582Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 286 | 2025-01-17T13:53:06.017Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 287 | 2025-01-17T13:53:06.535Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 288 | 2025-01-17T13:53:06.847Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2025-01-17T13:53:07.131Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 290 | 2025-01-17T13:53:07.401Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2025-01-17T13:53:08.364Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2025-01-17T13:53:09.939Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2025-01-17T13:53:10.671Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 294 | 2025-01-17T13:53:11.525Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 295 | 2025-01-17T13:53:11.791Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2025-01-17T13:53:12.091Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 297 | 2025-01-17T13:53:12.839Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 298 | 2025-01-17T13:53:13.141Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 299 | 2025-01-17T13:53:13.462Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 300 | 2025-01-17T13:53:13.723Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 301 | 2025-01-17T13:53:14.002Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 302 | 2025-01-17T13:53:14.266Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 303 | 2025-01-17T13:53:14.678Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 304 | 2025-01-17T13:53:15.032Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 305 | 2025-01-17T13:53:15.345Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 306 | 2025-01-17T13:53:15.749Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 307 | 2025-01-17T13:53:16.261Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 308 | 2025-01-17T13:53:16.598Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 309 | 2025-01-17T13:53:17.013Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 310 | 2025-01-17T13:53:17.441Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 311 | 2025-01-17T13:53:18.434Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 312 | 2025-01-17T13:53:18.737Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 313 | 2025-01-17T13:53:19.099Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 314 | 2025-01-17T13:53:20.411Z | Downloading crates ... |
| 315 | 2025-01-17T13:53:20.489Z | Downloaded block-buffer v0.10.4 |
| 316 | 2025-01-17T13:53:20.491Z | Downloaded anstream v0.6.15 |
| 317 | 2025-01-17T13:53:20.494Z | Downloaded bitflags v2.6.0 |
| 318 | 2025-01-17T13:53:20.497Z | Downloaded equivalent v1.0.1 |
| 319 | 2025-01-17T13:53:20.517Z | Downloaded scroll_derive v0.12.0 |
| 320 | 2025-01-17T13:53:20.526Z | Downloaded pretty-hex v0.4.1 |
| 321 | 2025-01-17T13:53:20.532Z | Downloaded swrite v0.1.0 |
| 322 | 2025-01-17T13:53:20.541Z | Downloaded usdt-macro v0.5.0 |
| 323 | 2025-01-17T13:53:20.544Z | Downloaded autocfg v1.4.0 |
| 324 | 2025-01-17T13:53:20.545Z | Downloaded usdt-attr-macro v0.5.0 |
| 325 | 2025-01-17T13:53:20.549Z | Downloaded macaddr v1.0.1 |
| 326 | 2025-01-17T13:53:20.549Z | Downloaded dtrace-parser v0.2.0 |
| 327 | 2025-01-17T13:53:20.549Z | Downloaded cfg-if v1.0.0 |
| 328 | 2025-01-17T13:53:20.549Z | Downloaded byteorder v1.5.0 |
| 329 | 2025-01-17T13:53:20.551Z | Downloaded dof v0.3.0 |
| 330 | 2025-01-17T13:53:20.551Z | Downloaded cargo-platform v0.1.8 |
| 331 | 2025-01-17T13:53:20.554Z | Downloaded crypto-common v0.1.6 |
| 332 | 2025-01-17T13:53:20.554Z | Downloaded camino-tempfile v1.1.1 |
| 333 | 2025-01-17T13:53:20.556Z | Downloaded bytecount v0.6.8 |
| 334 | 2025-01-17T13:53:20.559Z | Downloaded itoa v1.0.11 |
| 335 | 2025-01-17T13:53:20.562Z | Downloaded cpufeatures v0.2.14 |
| 336 | 2025-01-17T13:53:20.562Z | Downloaded proc-macro-error-attr v1.0.4 |
| 337 | 2025-01-17T13:53:20.564Z | Downloaded heck v0.5.0 |
| 338 | 2025-01-17T13:53:20.564Z | Downloaded errno v0.3.9 |
| 339 | 2025-01-17T13:53:20.567Z | Downloaded fs-err v2.11.0 |
| 340 | 2025-01-17T13:53:20.567Z | Downloaded colorchoice v1.0.2 |
| 341 | 2025-01-17T13:53:20.570Z | Downloaded digest v0.10.7 |
| 342 | 2025-01-17T13:53:20.572Z | Downloaded memmap v0.7.0 |
| 343 | 2025-01-17T13:53:20.575Z | Downloaded thiserror v1.0.69 |
| 344 | 2025-01-17T13:53:20.579Z | Downloaded thiserror-impl v1.0.69 |
| 345 | 2025-01-17T13:53:20.582Z | Downloaded serde_spanned v0.6.8 |
| 346 | 2025-01-17T13:53:20.582Z | Downloaded pest_generator v2.7.14 |
| 347 | 2025-01-17T13:53:20.585Z | Downloaded serde_tokenstream v0.2.2 |
| 348 | 2025-01-17T13:53:20.589Z | Downloaded utf8parse v0.2.2 |
| 349 | 2025-01-17T13:53:20.591Z | Downloaded plain v0.2.3 |
| 350 | 2025-01-17T13:53:20.595Z | Downloaded usdt v0.5.0 |
| 351 | 2025-01-17T13:53:20.597Z | Downloaded toml_datetime v0.6.8 |
| 352 | 2025-01-17T13:53:20.597Z | Downloaded tabled_derive v0.7.0 |
| 353 | 2025-01-17T13:53:20.597Z | Downloaded terminal_size v0.4.0 |
| 354 | 2025-01-17T13:53:20.601Z | Downloaded heck v0.4.1 |
| 355 | 2025-01-17T13:53:20.601Z | Downloaded thread-id v4.2.2 |
| 356 | 2025-01-17T13:53:20.601Z | Downloaded smawk v0.3.2 |
| 357 | 2025-01-17T13:53:20.604Z | Downloaded version_check v0.9.5 |
| 358 | 2025-01-17T13:53:20.606Z | Downloaded usdt-impl v0.5.0 |
| 359 | 2025-01-17T13:53:20.606Z | Downloaded generic-array v0.14.7 |
| 360 | 2025-01-17T13:53:20.609Z | Downloaded anstyle-query v1.1.1 |
| 361 | 2025-01-17T13:53:20.613Z | Downloaded anstyle v1.0.10 |
| 362 | 2025-01-17T13:53:20.615Z | Downloaded fnv v1.0.7 |
| 363 | 2025-01-17T13:53:20.615Z | Downloaded cargo_metadata v0.18.1 |
| 364 | 2025-01-17T13:53:20.618Z | Downloaded fastrand v2.1.1 |
| 365 | 2025-01-17T13:53:20.620Z | Downloaded is_terminal_polyfill v1.70.1 |
| 366 | 2025-01-17T13:53:20.620Z | Downloaded clap_lex v0.7.2 |
| 367 | 2025-01-17T13:53:20.620Z | Downloaded cargo_toml v0.20.5 |
| 368 | 2025-01-17T13:53:20.623Z | Downloaded anstyle-parse v0.2.5 |
| 369 | 2025-01-17T13:53:20.625Z | Downloaded once_cell v1.20.2 |
| 370 | 2025-01-17T13:53:20.628Z | Downloaded camino v1.1.9 |
| 371 | 2025-01-17T13:53:20.631Z | Downloaded sha2 v0.10.8 |
| 372 | 2025-01-17T13:53:20.633Z | Downloaded zerocopy-derive v0.7.35 |
| 373 | 2025-01-17T13:53:20.637Z | Downloaded unicode-linebreak v0.1.5 |
| 374 | 2025-01-17T13:53:20.639Z | Downloaded strsim v0.11.1 |
| 375 | 2025-01-17T13:53:20.639Z | Downloaded scroll v0.12.0 |
| 376 | 2025-01-17T13:53:20.643Z | Downloaded pest_derive v2.7.14 |
| 377 | 2025-01-17T13:53:20.643Z | Downloaded tempfile v3.13.0 |
| 378 | 2025-01-17T13:53:20.646Z | Downloaded semver v1.0.24 |
| 379 | 2025-01-17T13:53:20.649Z | Downloaded clap_derive v4.5.18 |
| 380 | 2025-01-17T13:53:20.652Z | Downloaded quote v1.0.38 |
| 381 | 2025-01-17T13:53:20.652Z | Downloaded proc-macro-error v1.0.4 |
| 382 | 2025-01-17T13:53:20.655Z | Downloaded log v0.4.22 |
| 383 | 2025-01-17T13:53:20.660Z | Downloaded textwrap v0.16.1 |
| 384 | 2025-01-17T13:53:20.665Z | Downloaded ucd-trie v0.1.7 |
| 385 | 2025-01-17T13:53:20.668Z | Downloaded toml v0.8.19 |
| 386 | 2025-01-17T13:53:20.670Z | Downloaded typenum v1.17.0 |
| 387 | 2025-01-17T13:53:20.673Z | Downloaded anyhow v1.0.93 |
| 388 | 2025-01-17T13:53:20.676Z | Downloaded unicode-ident v1.0.14 |
| 389 | 2025-01-17T13:53:20.679Z | Downloaded pest_meta v2.7.14 |
| 390 | 2025-01-17T13:53:20.681Z | Downloaded clap v4.5.21 |
| 391 | 2025-01-17T13:53:20.689Z | Downloaded serde_derive v1.0.217 |
| 392 | 2025-01-17T13:53:20.691Z | Downloaded papergrid v0.11.0 |
| 393 | 2025-01-17T13:53:20.695Z | Downloaded ryu v1.0.18 |
| 394 | 2025-01-17T13:53:20.707Z | Downloaded proc-macro2 v1.0.92 |
| 395 | 2025-01-17T13:53:20.711Z | Downloaded serde v1.0.217 |
| 396 | 2025-01-17T13:53:20.720Z | Downloaded indexmap v2.7.0 |
| 397 | 2025-01-17T13:53:20.724Z | Downloaded memchr v2.7.4 |
| 398 | 2025-01-17T13:53:20.740Z | Downloaded toml_edit v0.22.22 |
| 399 | 2025-01-17T13:53:20.761Z | Downloaded hashbrown v0.15.1 |
| 400 | 2025-01-17T13:53:20.779Z | Downloaded pest v2.7.14 |
| 401 | 2025-01-17T13:53:20.787Z | Downloaded zerocopy v0.7.35 |
| 402 | 2025-01-17T13:53:20.803Z | Downloaded winnow v0.6.20 |
| 403 | 2025-01-17T13:53:20.812Z | Downloaded goblin v0.8.2 |
| 404 | 2025-01-17T13:53:20.818Z | Downloaded tabled v0.15.0 |
| 405 | 2025-01-17T13:53:20.833Z | Downloaded clap_builder v4.5.21 |
| 406 | 2025-01-17T13:53:20.840Z | Downloaded serde_json v1.0.135 |
| 407 | 2025-01-17T13:53:20.847Z | Downloaded syn v1.0.109 |
| 408 | 2025-01-17T13:53:20.858Z | Downloaded unicode-width v0.1.14 |
| 409 | 2025-01-17T13:53:20.864Z | Downloaded syn v2.0.96 |
| 410 | 2025-01-17T13:53:20.875Z | Downloaded rustix v0.38.37 |
| 411 | 2025-01-17T13:53:20.917Z | Downloaded libc v0.2.169 |
| 412 | 2025-01-17T13:53:21.234Z | Compiling proc-macro2 v1.0.92 |
| 413 | 2025-01-17T13:53:21.234Z | Compiling unicode-ident v1.0.14 |
| 414 | 2025-01-17T13:53:21.237Z | Compiling version_check v0.9.5 |
| 415 | 2025-01-17T13:53:21.237Z | Compiling serde v1.0.217 |
| 416 | 2025-01-17T13:53:21.237Z | Compiling thiserror v1.0.69 |
| 417 | 2025-01-17T13:53:21.238Z | Compiling memchr v2.7.4 |
| 418 | 2025-01-17T13:53:21.238Z | Compiling libc v0.2.169 |
| 419 | 2025-01-17T13:53:21.238Z | Compiling itoa v1.0.11 |
| 420 | 2025-01-17T13:53:21.516Z | Compiling ucd-trie v0.1.7 |
| 421 | 2025-01-17T13:53:21.624Z | Compiling ryu v1.0.18 |
| 422 | 2025-01-17T13:53:22.006Z | Compiling once_cell v1.20.2 |
| 423 | 2025-01-17T13:53:22.006Z | Compiling byteorder v1.5.0 |
| 424 | 2025-01-17T13:53:22.060Z | Compiling serde_json v1.0.135 |
| 425 | 2025-01-17T13:53:22.233Z | Compiling rustix v0.38.37 |
| 426 | 2025-01-17T13:53:22.436Z | Compiling bitflags v2.6.0 |
| 427 | 2025-01-17T13:53:22.544Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2025-01-17T13:53:22.823Z | Compiling usdt-impl v0.5.0 |
| 429 | 2025-01-17T13:53:22.856Z | Compiling syn v1.0.109 |
| 430 | 2025-01-17T13:53:22.911Z | Compiling proc-macro-error v1.0.4 |
| 431 | 2025-01-17T13:53:22.970Z | Compiling hashbrown v0.15.1 |
| 432 | 2025-01-17T13:53:23.057Z | Compiling quote v1.0.38 |
| 433 | 2025-01-17T13:53:23.195Z | Compiling errno v0.3.9 |
| 434 | 2025-01-17T13:53:23.407Z | Compiling plain v0.2.3 |
| 435 | 2025-01-17T13:53:23.453Z | Compiling syn v2.0.96 |
| 436 | 2025-01-17T13:53:23.478Z | Compiling utf8parse v0.2.2 |
| 437 | 2025-01-17T13:53:23.613Z | Compiling log v0.4.22 |
| 438 | 2025-01-17T13:53:23.660Z | Compiling equivalent v1.0.1 |
| 439 | 2025-01-17T13:53:23.700Z | Compiling camino v1.1.9 |
| 440 | 2025-01-17T13:53:23.803Z | Compiling thread-id v4.2.2 |
| 441 | 2025-01-17T13:53:23.805Z | Compiling anstyle-parse v0.2.5 |
| 442 | 2025-01-17T13:53:23.967Z | Compiling indexmap v2.7.0 |
| 443 | 2025-01-17T13:53:24.205Z | Compiling winnow v0.6.20 |
| 444 | 2025-01-17T13:53:24.361Z | Compiling unicode-width v0.1.14 |
| 445 | 2025-01-17T13:53:24.493Z | Compiling anstyle v1.0.10 |
| 446 | 2025-01-17T13:53:24.521Z | Compiling autocfg v1.4.0 |
| 447 | 2025-01-17T13:53:24.906Z | Compiling semver v1.0.24 |
| 448 | 2025-01-17T13:53:24.952Z | Compiling pretty-hex v0.4.1 |
| 449 | 2025-01-17T13:53:25.146Z | Compiling colorchoice v1.0.2 |
| 450 | 2025-01-17T13:53:25.191Z | Compiling anstyle-query v1.1.1 |
| 451 | 2025-01-17T13:53:25.330Z | Compiling is_terminal_polyfill v1.70.1 |
| 452 | 2025-01-17T13:53:25.376Z | Compiling terminal_size v0.4.0 |
| 453 | 2025-01-17T13:53:25.480Z | Compiling fs-err v2.11.0 |
| 454 | 2025-01-17T13:53:25.505Z | Compiling anstream v0.6.15 |
| 455 | 2025-01-17T13:53:25.679Z | Compiling fastrand v2.1.1 |
| 456 | 2025-01-17T13:53:25.730Z | Compiling cfg-if v1.0.0 |
| 457 | 2025-01-17T13:53:25.801Z | Compiling heck v0.4.1 |
| 458 | 2025-01-17T13:53:25.885Z | Compiling heck v0.5.0 |
| 459 | 2025-01-17T13:53:26.201Z | Compiling bytecount v0.6.8 |
| 460 | 2025-01-17T13:53:26.278Z | Compiling strsim v0.11.1 |
| 461 | 2025-01-17T13:53:26.302Z | Compiling anyhow v1.0.93 |
| 462 | 2025-01-17T13:53:26.374Z | Compiling clap_lex v0.7.2 |
| 463 | 2025-01-17T13:53:26.429Z | Compiling fnv v1.0.7 |
| 464 | 2025-01-17T13:53:26.456Z | Compiling tempfile v3.13.0 |
| 465 | 2025-01-17T13:53:26.583Z | Compiling papergrid v0.11.0 |
| 466 | 2025-01-17T13:53:27.105Z | Compiling clap_builder v4.5.21 |
| 467 | 2025-01-17T13:53:27.292Z | Compiling memmap v0.7.0 |
| 468 | 2025-01-17T13:53:27.407Z | Compiling unicode-linebreak v0.1.5 |
| 469 | 2025-01-17T13:53:27.480Z | Compiling smawk v0.3.2 |
| 470 | 2025-01-17T13:53:27.704Z | Compiling swrite v0.1.0 |
| 471 | 2025-01-17T13:53:27.887Z | Compiling textwrap v0.16.1 |
| 472 | 2025-01-17T13:53:28.768Z | Compiling tabled_derive v0.7.0 |
| 473 | 2025-01-17T13:53:30.170Z | Compiling tabled v0.15.0 |
| 474 | 2025-01-17T13:53:30.469Z | Compiling serde_derive v1.0.217 |
| 475 | 2025-01-17T13:53:30.469Z | Compiling thiserror-impl v1.0.69 |
| 476 | 2025-01-17T13:53:30.471Z | Compiling zerocopy-derive v0.7.35 |
| 477 | 2025-01-17T13:53:30.471Z | Compiling scroll_derive v0.12.0 |
| 478 | 2025-01-17T13:53:30.471Z | Compiling clap_derive v4.5.18 |
| 479 | 2025-01-17T13:53:32.030Z | Compiling scroll v0.12.0 |
| 480 | 2025-01-17T13:53:32.489Z | Compiling zerocopy v0.7.35 |
| 481 | 2025-01-17T13:53:32.572Z | Compiling goblin v0.8.2 |
| 482 | 2025-01-17T13:53:33.555Z | Compiling pest v2.7.14 |
| 483 | 2025-01-17T13:53:34.188Z | Compiling clap v4.5.21 |
| 484 | 2025-01-17T13:53:35.691Z | Compiling pest_meta v2.7.14 |
| 485 | 2025-01-17T13:53:36.681Z | Compiling pest_generator v2.7.14 |
| 486 | 2025-01-17T13:53:38.164Z | Compiling pest_derive v2.7.14 |
| 487 | 2025-01-17T13:53:38.771Z | Compiling dtrace-parser v0.2.0 |
| 488 | 2025-01-17T13:53:39.426Z | Compiling serde_spanned v0.6.8 |
| 489 | 2025-01-17T13:53:39.508Z | Compiling serde_tokenstream v0.2.2 |
| 490 | 2025-01-17T13:53:39.550Z | Compiling toml_datetime v0.6.8 |
| 491 | 2025-01-17T13:53:39.665Z | Compiling cargo-platform v0.1.8 |
| 492 | 2025-01-17T13:53:39.716Z | Compiling macaddr v1.0.1 |
| 493 | 2025-01-17T13:53:40.038Z | Compiling toml_edit v0.22.22 |
| 494 | 2025-01-17T13:53:40.165Z | Compiling camino-tempfile v1.1.1 |
| 495 | 2025-01-17T13:53:40.740Z | Compiling dof v0.3.0 |
| 496 | 2025-01-17T13:53:40.740Z | Compiling cargo_metadata v0.18.1 |
| 497 | 2025-01-17T13:53:42.294Z | Compiling usdt-macro v0.5.0 |
| 498 | 2025-01-17T13:53:42.294Z | Compiling usdt-attr-macro v0.5.0 |
| 499 | 2025-01-17T13:53:42.798Z | Compiling toml v0.8.19 |
| 500 | 2025-01-17T13:53:43.448Z | Compiling usdt v0.5.0 |
| 501 | 2025-01-17T13:53:43.547Z | Compiling cargo_toml v0.20.5 |
| 502 | 2025-01-17T13:53:46.237Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 503 | 2025-01-17T13:53:49.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.38s |
| 504 | 2025-01-17T13:53:49.706Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 505 | 2025-01-17T13:53:50.244Z | Downloading crates ... |
| 506 | 2025-01-17T13:53:50.355Z | Downloaded aead v0.5.2 |
| 507 | 2025-01-17T13:53:50.359Z | Downloaded addr2line v0.24.2 |
| 508 | 2025-01-17T13:53:50.361Z | Downloaded adler2 v2.0.0 |
| 509 | 2025-01-17T13:53:50.368Z | Downloaded async-stream-impl v0.3.6 |
| 510 | 2025-01-17T13:53:50.371Z | Downloaded atty v0.2.14 |
| 511 | 2025-01-17T13:53:50.381Z | Downloaded atomicwrites v0.4.4 |
| 512 | 2025-01-17T13:53:50.383Z | Downloaded ciborium-io v0.2.2 |
| 513 | 2025-01-17T13:53:50.386Z | Downloaded hubpack_derive v0.1.1 |
| 514 | 2025-01-17T13:53:50.390Z | Downloaded http-body v1.0.1 |
| 515 | 2025-01-17T13:53:50.390Z | Downloaded crucible-workspace-hack v0.1.0 |
| 516 | 2025-01-17T13:53:50.392Z | Downloaded darling v0.20.10 |
| 517 | 2025-01-17T13:53:50.396Z | Downloaded cfg_aliases v0.1.1 |
| 518 | 2025-01-17T13:53:50.398Z | Downloaded cstr-argument v0.1.2 |
| 519 | 2025-01-17T13:53:50.401Z | Downloaded hyper-rustls v0.27.3 |
| 520 | 2025-01-17T13:53:50.404Z | Downloaded http-range v0.1.5 |
| 521 | 2025-01-17T13:53:50.407Z | Downloaded crunchy v0.2.2 |
| 522 | 2025-01-17T13:53:50.407Z | Downloaded match_cfg v0.1.0 |
| 523 | 2025-01-17T13:53:50.409Z | Downloaded ident_case v1.0.1 |
| 524 | 2025-01-17T13:53:50.409Z | Downloaded cfg_aliases v0.2.1 |
| 525 | 2025-01-17T13:53:50.412Z | Downloaded hostname v0.4.0 |
| 526 | 2025-01-17T13:53:50.412Z | Downloaded headers-core v0.3.0 |
| 527 | 2025-01-17T13:53:50.414Z | Downloaded atomic-waker v1.1.2 |
| 528 | 2025-01-17T13:53:50.414Z | Downloaded arrayref v0.3.9 |
| 529 | 2025-01-17T13:53:50.417Z | Downloaded hostname v0.3.1 |
| 530 | 2025-01-17T13:53:50.420Z | Downloaded assert_matches v1.5.0 |
| 531 | 2025-01-17T13:53:50.420Z | Downloaded castaway v0.2.3 |
| 532 | 2025-01-17T13:53:50.422Z | Downloaded bit-vec v0.6.3 |
| 533 | 2025-01-17T13:53:50.422Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 534 | 2025-01-17T13:53:50.425Z | Downloaded md5 v0.7.0 |
| 535 | 2025-01-17T13:53:50.425Z | Downloaded instant v0.1.13 |
| 536 | 2025-01-17T13:53:50.428Z | Downloaded chacha20 v0.9.1 |
| 537 | 2025-01-17T13:53:50.430Z | Downloaded cbc v0.1.2 |
| 538 | 2025-01-17T13:53:50.433Z | Downloaded blowfish v0.9.1 |
| 539 | 2025-01-17T13:53:50.433Z | Downloaded bit-set v0.5.3 |
| 540 | 2025-01-17T13:53:50.438Z | Downloaded newtype_derive v0.1.6 |
| 541 | 2025-01-17T13:53:50.438Z | Downloaded new_debug_unreachable v1.0.6 |
| 542 | 2025-01-17T13:53:50.438Z | Downloaded is_ci v1.2.0 |
| 543 | 2025-01-17T13:53:50.438Z | Downloaded icu_provider_macros v1.5.0 |
| 544 | 2025-01-17T13:53:50.441Z | Downloaded bb8 v0.8.5 |
| 545 | 2025-01-17T13:53:50.441Z | Downloaded block-padding v0.3.3 |
| 546 | 2025-01-17T13:53:50.444Z | Downloaded cassowary v0.3.0 |
| 547 | 2025-01-17T13:53:50.444Z | Downloaded hyper-tls v0.6.0 |
| 548 | 2025-01-17T13:53:50.447Z | Downloaded httpdate v1.0.3 |
| 549 | 2025-01-17T13:53:50.447Z | Downloaded newline-converter v0.3.0 |
| 550 | 2025-01-17T13:53:50.450Z | Downloaded mirai-annotations v1.12.0 |
| 551 | 2025-01-17T13:53:50.450Z | Downloaded ctr v0.9.2 |
| 552 | 2025-01-17T13:53:50.452Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 553 | 2025-01-17T13:53:50.455Z | Downloaded colored v2.1.0 |
| 554 | 2025-01-17T13:53:50.455Z | Downloaded crc-catalog v2.4.0 |
| 555 | 2025-01-17T13:53:50.457Z | Downloaded hubpack v0.1.2 |
| 556 | 2025-01-17T13:53:50.460Z | Downloaded bitfield-struct v0.6.2 |
| 557 | 2025-01-17T13:53:50.461Z | Downloaded ascii-canvas v3.0.0 |
| 558 | 2025-01-17T13:53:50.463Z | Downloaded http-body-util v0.1.2 |
| 559 | 2025-01-17T13:53:50.463Z | Downloaded lazycell v1.3.0 |
| 560 | 2025-01-17T13:53:50.466Z | Downloaded lockfree-object-pool v0.1.6 |
| 561 | 2025-01-17T13:53:50.468Z | Downloaded linked-hash-map v0.5.6 |
| 562 | 2025-01-17T13:53:50.468Z | Downloaded indoc v1.0.9 |
| 563 | 2025-01-17T13:53:50.471Z | Downloaded lazy_static v1.5.0 |
| 564 | 2025-01-17T13:53:50.474Z | Downloaded lalrpop-util v0.19.12 |
| 565 | 2025-01-17T13:53:50.476Z | Downloaded keccak v0.1.5 |
| 566 | 2025-01-17T13:53:50.476Z | Downloaded ipnetwork v0.20.0 |
| 567 | 2025-01-17T13:53:50.479Z | Downloaded constant_time_eq v0.3.1 |
| 568 | 2025-01-17T13:53:50.481Z | Downloaded maybe-uninit v2.0.0 |
| 569 | 2025-01-17T13:53:50.481Z | Downloaded arrayvec v0.7.6 |
| 570 | 2025-01-17T13:53:50.484Z | Downloaded memoffset v0.9.1 |
| 571 | 2025-01-17T13:53:50.486Z | Downloaded base64ct v1.6.0 |
| 572 | 2025-01-17T13:53:50.489Z | Downloaded argon2 v0.5.3 |
| 573 | 2025-01-17T13:53:50.491Z | Downloaded libefi-sys v0.1.0 |
| 574 | 2025-01-17T13:53:50.494Z | Downloaded kstat-rs v0.2.4 |
| 575 | 2025-01-17T13:53:50.494Z | Downloaded linear-map v1.2.0 |
| 576 | 2025-01-17T13:53:50.496Z | Downloaded lru-cache v0.1.2 |
| 577 | 2025-01-17T13:53:50.496Z | Downloaded ciborium v0.2.2 |
| 578 | 2025-01-17T13:53:50.499Z | Downloaded newtype-uuid v1.2.1 |
| 579 | 2025-01-17T13:53:50.501Z | Downloaded libsw v3.3.1 |
| 580 | 2025-01-17T13:53:50.504Z | Downloaded httparse v1.9.5 |
| 581 | 2025-01-17T13:53:50.506Z | Downloaded nibble_vec v0.1.0 |
| 582 | 2025-01-17T13:53:50.509Z | Downloaded multimap v0.10.0 |
| 583 | 2025-01-17T13:53:50.512Z | Downloaded mockall v0.13.0 |
| 584 | 2025-01-17T13:53:50.512Z | Downloaded strum v0.26.3 |
| 585 | 2025-01-17T13:53:50.514Z | Downloaded backoff v0.4.0 |
| 586 | 2025-01-17T13:53:50.514Z | Downloaded nanorand v0.7.0 |
| 587 | 2025-01-17T13:53:50.517Z | Downloaded icu_locid_transform v1.5.0 |
| 588 | 2025-01-17T13:53:50.520Z | Downloaded lru v0.12.5 |
| 589 | 2025-01-17T13:53:50.522Z | Downloaded idna_adapter v1.2.0 |
| 590 | 2025-01-17T13:53:50.523Z | Downloaded humantime v2.1.0 |
| 591 | 2025-01-17T13:53:50.526Z | Downloaded time-core v0.1.2 |
| 592 | 2025-01-17T13:53:50.529Z | Downloaded crc32fast v1.4.2 |
| 593 | 2025-01-17T13:53:50.529Z | Downloaded internet-checksum v0.2.1 |
| 594 | 2025-01-17T13:53:50.529Z | Downloaded is-terminal v0.4.13 |
| 595 | 2025-01-17T13:53:50.531Z | Downloaded iana-time-zone v0.1.61 |
| 596 | 2025-01-17T13:53:50.535Z | Downloaded quick-error v1.2.3 |
| 597 | 2025-01-17T13:53:50.535Z | Downloaded rand_core v0.6.4 |
| 598 | 2025-01-17T13:53:50.538Z | Downloaded r2d2 v0.8.10 |
| 599 | 2025-01-17T13:53:50.538Z | Downloaded maplit v1.0.2 |
| 600 | 2025-01-17T13:53:50.541Z | Downloaded secrecy v0.8.0 |
| 601 | 2025-01-17T13:53:50.541Z | Downloaded sec1 v0.7.3 |
| 602 | 2025-01-17T13:53:50.544Z | Downloaded slab v0.4.9 |
| 603 | 2025-01-17T13:53:50.544Z | Downloaded mime_guess v2.0.5 |
| 604 | 2025-01-17T13:53:50.548Z | Downloaded csv-core v0.1.11 |
| 605 | 2025-01-17T13:53:50.548Z | Downloaded const_format_proc_macros v0.2.33 |
| 606 | 2025-01-17T13:53:50.551Z | Downloaded libloading v0.8.5 |
| 607 | 2025-01-17T13:53:50.553Z | Downloaded litemap v0.7.3 |
| 608 | 2025-01-17T13:53:50.556Z | Downloaded mime v0.3.17 |
| 609 | 2025-01-17T13:53:50.557Z | Downloaded lock_api v0.4.12 |
| 610 | 2025-01-17T13:53:50.559Z | Downloaded clang-sys v1.8.1 |
| 611 | 2025-01-17T13:53:50.561Z | Downloaded multer v3.1.0 |
| 612 | 2025-01-17T13:53:50.564Z | Downloaded const-oid v0.9.6 |
| 613 | 2025-01-17T13:53:50.568Z | Downloaded blake2 v0.10.6 |
| 614 | 2025-01-17T13:53:50.572Z | Downloaded cancel-safe-futures v0.1.5 |
| 615 | 2025-01-17T13:53:50.576Z | Downloaded structmeta-derive v0.3.0 |
| 616 | 2025-01-17T13:53:50.576Z | Downloaded foreign-types v0.3.2 |
| 617 | 2025-01-17T13:53:50.576Z | Downloaded downcast v0.11.0 |
| 618 | 2025-01-17T13:53:50.576Z | Downloaded shell-words v1.1.0 |
| 619 | 2025-01-17T13:53:50.580Z | Downloaded float-ord v0.3.2 |
| 620 | 2025-01-17T13:53:50.580Z | Downloaded semver v0.1.20 |
| 621 | 2025-01-17T13:53:50.580Z | Downloaded peg-runtime v0.8.3 |
| 622 | 2025-01-17T13:53:50.580Z | Downloaded take_mut v0.2.2 |
| 623 | 2025-01-17T13:53:50.585Z | Downloaded synstructure v0.13.1 |
| 624 | 2025-01-17T13:53:50.585Z | Downloaded precomputed-hash v0.1.1 |
| 625 | 2025-01-17T13:53:50.585Z | Downloaded stringprep v0.1.5 |
| 626 | 2025-01-17T13:53:50.588Z | Downloaded topological-sort v0.2.2 |
| 627 | 2025-01-17T13:53:50.588Z | Downloaded tabwriter v1.4.0 |
| 628 | 2025-01-17T13:53:50.588Z | Downloaded xattr v1.3.1 |
| 629 | 2025-01-17T13:53:50.591Z | Downloaded utf8_iter v1.0.4 |
| 630 | 2025-01-17T13:53:50.591Z | Downloaded tinystr v0.7.6 |
| 631 | 2025-01-17T13:53:50.595Z | Downloaded opaque-debug v0.3.1 |
| 632 | 2025-01-17T13:53:50.595Z | Downloaded ipnet v2.10.1 |
| 633 | 2025-01-17T13:53:50.599Z | Downloaded progenitor-client v0.9.1 |
| 634 | 2025-01-17T13:53:50.599Z | Downloaded progenitor-client v0.8.0 |
| 635 | 2025-01-17T13:53:50.599Z | Downloaded base64 v0.13.1 |
| 636 | 2025-01-17T13:53:50.601Z | Downloaded icu_locid_transform_data v1.5.0 |
| 637 | 2025-01-17T13:53:50.603Z | Downloaded defmt-macros v0.3.9 |
| 638 | 2025-01-17T13:53:50.606Z | Downloaded rustls-pemfile v2.2.0 |
| 639 | 2025-01-17T13:53:50.609Z | Downloaded snafu-derive v0.8.5 |
| 640 | 2025-01-17T13:53:50.611Z | Downloaded icu_locid v1.5.0 |
| 641 | 2025-01-17T13:53:50.615Z | Downloaded indexmap v1.9.3 |
| 642 | 2025-01-17T13:53:50.619Z | Downloaded icu_provider v1.5.0 |
| 643 | 2025-01-17T13:53:50.622Z | Downloaded chacha20poly1305 v0.10.1 |
| 644 | 2025-01-17T13:53:50.626Z | Downloaded mockall_derive v0.13.0 |
| 645 | 2025-01-17T13:53:50.628Z | Downloaded crossbeam-epoch v0.9.18 |
| 646 | 2025-01-17T13:53:50.630Z | Downloaded compact_str v0.8.0 |
| 647 | 2025-01-17T13:53:50.633Z | Downloaded native-tls v0.2.12 |
| 648 | 2025-01-17T13:53:50.635Z | Downloaded crossbeam-utils v0.8.20 |
| 649 | 2025-01-17T13:53:50.639Z | Downloaded difflib v0.4.0 |
| 650 | 2025-01-17T13:53:50.641Z | Downloaded defmt-parser v0.3.4 |
| 651 | 2025-01-17T13:53:50.643Z | Downloaded foldhash v0.1.3 |
| 652 | 2025-01-17T13:53:50.643Z | Downloaded ena v0.14.3 |
| 653 | 2025-01-17T13:53:50.645Z | Downloaded dunce v1.0.5 |
| 654 | 2025-01-17T13:53:50.647Z | Downloaded glob v0.3.1 |
| 655 | 2025-01-17T13:53:50.647Z | Downloaded home v0.5.9 |
| 656 | 2025-01-17T13:53:50.650Z | Downloaded xz2 v0.1.7 |
| 657 | 2025-01-17T13:53:50.652Z | Downloaded signal-hook-tokio v0.3.1 |
| 658 | 2025-01-17T13:53:50.653Z | Downloaded value-bag v1.9.0 |
| 659 | 2025-01-17T13:53:50.655Z | Downloaded try-lock v0.2.5 |
| 660 | 2025-01-17T13:53:50.657Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 661 | 2025-01-17T13:53:50.657Z | Downloaded zerofrom v0.1.4 |
| 662 | 2025-01-17T13:53:50.657Z | Downloaded want v0.3.1 |
| 663 | 2025-01-17T13:53:50.660Z | Downloaded uuid v1.12.0 |
| 664 | 2025-01-17T13:53:50.662Z | Downloaded memmap2 v0.9.5 |
| 665 | 2025-01-17T13:53:50.664Z | Downloaded peg v0.8.4 |
| 666 | 2025-01-17T13:53:50.667Z | Downloaded progenitor-macro v0.9.1 |
| 667 | 2025-01-17T13:53:50.670Z | Downloaded progenitor-macro v0.8.0 |
| 668 | 2025-01-17T13:53:50.670Z | Downloaded rfc6979 v0.4.0 |
| 669 | 2025-01-17T13:53:50.673Z | Downloaded defmt v0.3.8 |
| 670 | 2025-01-17T13:53:50.676Z | Downloaded yasna v0.5.2 |
| 671 | 2025-01-17T13:53:50.678Z | Downloaded pbkdf2 v0.12.2 |
| 672 | 2025-01-17T13:53:50.680Z | Downloaded base64 v0.21.7 |
| 673 | 2025-01-17T13:53:50.683Z | Downloaded miniz_oxide v0.8.0 |
| 674 | 2025-01-17T13:53:50.685Z | Downloaded indicatif v0.17.9 |
| 675 | 2025-01-17T13:53:50.689Z | Downloaded bumpalo v3.16.0 |
| 676 | 2025-01-17T13:53:50.693Z | Downloaded crypto-bigint v0.5.5 |
| 677 | 2025-01-17T13:53:50.700Z | Downloaded nodrop v0.1.14 |
| 678 | 2025-01-17T13:53:50.702Z | Downloaded resolv-conf v0.7.0 |
| 679 | 2025-01-17T13:53:50.705Z | Downloaded strum_macros v0.24.3 |
| 680 | 2025-01-17T13:53:50.705Z | Downloaded smf v0.2.3 |
| 681 | 2025-01-17T13:53:50.707Z | Downloaded num-rational v0.4.2 |
| 682 | 2025-01-17T13:53:50.710Z | Downloaded tls_codec_derive v0.4.1 |
| 683 | 2025-01-17T13:53:50.712Z | Downloaded same-file v1.0.6 |
| 684 | 2025-01-17T13:53:50.712Z | Downloaded rustls-pki-types v1.10.0 |
| 685 | 2025-01-17T13:53:50.715Z | Downloaded fallible-iterator v0.2.0 |
| 686 | 2025-01-17T13:53:50.717Z | Downloaded sigpipe v0.1.3 |
| 687 | 2025-01-17T13:53:50.717Z | Downloaded unicode-truncate v1.1.0 |
| 688 | 2025-01-17T13:53:50.720Z | Downloaded globset v0.4.15 |
| 689 | 2025-01-17T13:53:50.722Z | Downloaded walkdir v2.5.0 |
| 690 | 2025-01-17T13:53:50.725Z | Downloaded env_filter v0.1.2 |
| 691 | 2025-01-17T13:53:50.725Z | Downloaded enum-as-inner v0.6.1 |
| 692 | 2025-01-17T13:53:50.727Z | Downloaded enum-as-inner v0.5.1 |
| 693 | 2025-01-17T13:53:50.727Z | Downloaded untrusted v0.9.0 |
| 694 | 2025-01-17T13:53:50.730Z | Downloaded unicode-xid v0.2.6 |
| 695 | 2025-01-17T13:53:50.732Z | Downloaded serde_with_macros v3.11.0 |
| 696 | 2025-01-17T13:53:50.736Z | Downloaded password-hash v0.4.2 |
| 697 | 2025-01-17T13:53:50.736Z | Downloaded parking_lot_core v0.9.10 |
| 698 | 2025-01-17T13:53:50.738Z | Downloaded deranged v0.3.11 |
| 699 | 2025-01-17T13:53:50.741Z | Downloaded pkcs1 v0.7.5 |
| 700 | 2025-01-17T13:53:50.743Z | Downloaded slog v2.7.0 |
| 701 | 2025-01-17T13:53:50.746Z | Downloaded pkcs8 v0.10.2 |
| 702 | 2025-01-17T13:53:50.748Z | Downloaded tinyvec v1.8.0 |
| 703 | 2025-01-17T13:53:50.751Z | Downloaded const_format v0.2.33 |
| 704 | 2025-01-17T13:53:50.755Z | Downloaded smallvec v1.13.2 |
| 705 | 2025-01-17T13:53:50.758Z | Downloaded cc v1.1.30 |
| 706 | 2025-01-17T13:53:50.761Z | Downloaded zone_cfg_derive v0.1.2 |
| 707 | 2025-01-17T13:53:50.764Z | Downloaded structmeta-derive v0.2.0 |
| 708 | 2025-01-17T13:53:50.764Z | Downloaded socket2 v0.5.7 |
| 709 | 2025-01-17T13:53:50.766Z | Downloaded pbkdf2 v0.11.0 |
| 710 | 2025-01-17T13:53:50.769Z | Downloaded phf v0.11.2 |
| 711 | 2025-01-17T13:53:50.771Z | Downloaded pkg-config v0.3.31 |
| 712 | 2025-01-17T13:53:50.774Z | Downloaded num-traits v0.2.19 |
| 713 | 2025-01-17T13:53:50.792Z | Downloaded foreign-types-shared v0.3.1 |
| 714 | 2025-01-17T13:53:50.794Z | Downloaded icu_collections v1.5.0 |
| 715 | 2025-01-17T13:53:50.801Z | Downloaded zopfli v0.8.1 |
| 716 | 2025-01-17T13:53:50.804Z | Downloaded base64 v0.22.1 |
| 717 | 2025-01-17T13:53:50.810Z | Downloaded thiserror v2.0.11 |
| 718 | 2025-01-17T13:53:50.818Z | Downloaded dhcproto-macros v0.1.0 |
| 719 | 2025-01-17T13:53:50.821Z | Downloaded number_prefix v0.4.0 |
| 720 | 2025-01-17T13:53:50.823Z | Downloaded universal-hash v0.5.1 |
| 721 | 2025-01-17T13:53:50.823Z | Downloaded phf_codegen v0.11.2 |
| 722 | 2025-01-17T13:53:50.827Z | Downloaded parking_lot_core v0.8.6 |
| 723 | 2025-01-17T13:53:50.827Z | Downloaded vsss-rs v3.3.4 |
| 724 | 2025-01-17T13:53:50.830Z | Downloaded wait-timeout v0.2.0 |
| 725 | 2025-01-17T13:53:50.833Z | Downloaded rustfmt-wrapper v0.2.1 |
| 726 | 2025-01-17T13:53:50.833Z | Downloaded rand_xorshift v0.3.0 |
| 727 | 2025-01-17T13:53:50.833Z | Downloaded primeorder v0.13.6 |
| 728 | 2025-01-17T13:53:50.836Z | Downloaded tui-tree-widget v0.22.0 |
| 729 | 2025-01-17T13:53:50.836Z | Downloaded tower-service v0.3.3 |
| 730 | 2025-01-17T13:53:50.839Z | Downloaded zerocopy v0.6.6 |
| 731 | 2025-01-17T13:53:50.842Z | Downloaded termtree v0.4.1 |
| 732 | 2025-01-17T13:53:50.842Z | Downloaded siphasher v0.3.11 |
| 733 | 2025-01-17T13:53:50.844Z | Downloaded fallible-iterator v0.3.0 |
| 734 | 2025-01-17T13:53:50.844Z | Downloaded futures-core v0.3.31 |
| 735 | 2025-01-17T13:53:50.848Z | Downloaded fragile v2.0.0 |
| 736 | 2025-01-17T13:53:50.852Z | Downloaded minimal-lexical v0.2.1 |
| 737 | 2025-01-17T13:53:50.855Z | Downloaded num_threads v0.1.7 |
| 738 | 2025-01-17T13:53:50.855Z | Downloaded form_urlencoded v1.2.1 |
| 739 | 2025-01-17T13:53:50.855Z | Downloaded embedded-io v0.6.1 |
| 740 | 2025-01-17T13:53:50.857Z | Downloaded scopeguard v1.2.0 |
| 741 | 2025-01-17T13:53:50.857Z | Downloaded progenitor-impl v0.9.1 |
| 742 | 2025-01-17T13:53:50.860Z | Downloaded num v0.4.3 |
| 743 | 2025-01-17T13:53:50.862Z | Downloaded pkcs5 v0.7.1 |
| 744 | 2025-01-17T13:53:50.865Z | Downloaded rpassword v7.3.1 |
| 745 | 2025-01-17T13:53:50.867Z | Downloaded yoke-derive v0.7.4 |
| 746 | 2025-01-17T13:53:50.868Z | Downloaded aes-gcm v0.10.3 |
| 747 | 2025-01-17T13:53:50.871Z | Downloaded oso v0.27.3 |
| 748 | 2025-01-17T13:53:50.876Z | Downloaded zone_cfg_derive v0.3.0 |
| 749 | 2025-01-17T13:53:50.878Z | Downloaded predicates v3.1.2 |
| 750 | 2025-01-17T13:53:50.881Z | Downloaded powerfmt v0.2.0 |
| 751 | 2025-01-17T13:53:50.883Z | Downloaded tar v0.4.42 |
| 752 | 2025-01-17T13:53:50.886Z | Downloaded hmac v0.12.1 |
| 753 | 2025-01-17T13:53:50.888Z | Downloaded zip v2.1.3 |
| 754 | 2025-01-17T13:53:50.893Z | Downloaded static_assertions v1.1.0 |
| 755 | 2025-01-17T13:53:50.896Z | Downloaded derive_builder_macro v0.20.2 |
| 756 | 2025-01-17T13:53:50.898Z | Downloaded thiserror-impl v2.0.11 |
| 757 | 2025-01-17T13:53:50.898Z | Downloaded stable_deref_trait v1.2.0 |
| 758 | 2025-01-17T13:53:50.901Z | Downloaded fs_extra v1.3.0 |
| 759 | 2025-01-17T13:53:50.903Z | Downloaded packed_struct_codegen v0.10.1 |
| 760 | 2025-01-17T13:53:50.904Z | Downloaded mio v1.0.2 |
| 761 | 2025-01-17T13:53:50.910Z | Downloaded paste v1.0.15 |
| 762 | 2025-01-17T13:53:50.913Z | Downloaded derive-where v1.2.7 |
| 763 | 2025-01-17T13:53:50.918Z | Downloaded futures v0.3.31 |
| 764 | 2025-01-17T13:53:50.923Z | Downloaded nu-ansi-term v0.50.1 |
| 765 | 2025-01-17T13:53:50.926Z | Downloaded http v1.2.0 |
| 766 | 2025-01-17T13:53:50.931Z | Downloaded toml v0.7.8 |
| 767 | 2025-01-17T13:53:50.935Z | Downloaded parking_lot v0.12.3 |
| 768 | 2025-01-17T13:53:50.938Z | Downloaded fxhash v0.2.1 |
| 769 | 2025-01-17T13:53:50.941Z | Downloaded crossterm v0.28.1 |
| 770 | 2025-01-17T13:53:50.947Z | Downloaded thiserror-no-std v2.0.2 |
| 771 | 2025-01-17T13:53:50.953Z | Downloaded display-error-chain v0.2.2 |
| 772 | 2025-01-17T13:53:50.955Z | Downloaded dirs-sys-next v0.1.2 |
| 773 | 2025-01-17T13:53:50.955Z | Downloaded percent-encoding v2.3.1 |
| 774 | 2025-01-17T13:53:50.958Z | Downloaded diesel-dtrace v0.4.2 |
| 775 | 2025-01-17T13:53:50.960Z | Downloaded half v2.4.1 |
| 776 | 2025-01-17T13:53:50.963Z | Downloaded dropshot_endpoint v0.12.0 |
| 777 | 2025-01-17T13:53:50.966Z | Downloaded tungstenite v0.21.0 |
| 778 | 2025-01-17T13:53:50.969Z | Downloaded aes v0.8.4 |
| 779 | 2025-01-17T13:53:50.974Z | Downloaded either v1.13.0 |
| 780 | 2025-01-17T13:53:50.976Z | Downloaded predicates-core v1.0.8 |
| 781 | 2025-01-17T13:53:50.979Z | Downloaded ecdsa v0.16.9 |
| 782 | 2025-01-17T13:53:50.979Z | Downloaded dyn-clone v1.0.17 |
| 783 | 2025-01-17T13:53:50.981Z | Downloaded path-slash v0.1.5 |
| 784 | 2025-01-17T13:53:50.984Z | Downloaded phf_shared v0.10.0 |
| 785 | 2025-01-17T13:53:50.984Z | Downloaded pin-project-lite v0.2.14 |
| 786 | 2025-01-17T13:53:50.989Z | Downloaded vte_generate_state_changes v0.1.2 |
| 787 | 2025-01-17T13:53:50.991Z | Downloaded russh-cryptovec v0.7.3 |
| 788 | 2025-01-17T13:53:50.991Z | Downloaded serde_repr v0.1.19 |
| 789 | 2025-01-17T13:53:50.994Z | Downloaded vte v0.11.1 |
| 790 | 2025-01-17T13:53:50.997Z | Downloaded slog-json v2.6.1 |
| 791 | 2025-01-17T13:53:50.999Z | Downloaded signature v2.2.0 |
| 792 | 2025-01-17T13:53:51.003Z | Downloaded signal-hook-registry v1.4.2 |
| 793 | 2025-01-17T13:53:51.003Z | Downloaded libxml v0.3.3 |
| 794 | 2025-01-17T13:53:51.009Z | Downloaded whoami v1.5.2 |
| 795 | 2025-01-17T13:53:51.011Z | Downloaded futures-sink v0.3.31 |
| 796 | 2025-01-17T13:53:51.014Z | Downloaded endian-type v0.1.2 |
| 797 | 2025-01-17T13:53:51.014Z | Downloaded smallvec v0.6.14 |
| 798 | 2025-01-17T13:53:51.016Z | Downloaded predicates-tree v1.0.11 |
| 799 | 2025-01-17T13:53:51.016Z | Downloaded sct v0.7.1 |
| 800 | 2025-01-17T13:53:51.020Z | Downloaded packed_struct v0.10.1 |
| 801 | 2025-01-17T13:53:51.022Z | Downloaded num_enum_derive v0.5.11 |
| 802 | 2025-01-17T13:53:51.025Z | Downloaded num_enum v0.5.11 |
| 803 | 2025-01-17T13:53:51.028Z | Downloaded zone v0.1.8 |
| 804 | 2025-01-17T13:53:51.031Z | Downloaded zerovec-derive v0.10.3 |
| 805 | 2025-01-17T13:53:51.033Z | Downloaded slog-stdlog v4.1.1 |
| 806 | 2025-01-17T13:53:51.033Z | Downloaded slog-scope v4.4.0 |
| 807 | 2025-01-17T13:53:51.036Z | Downloaded rtoolbox v0.0.2 |
| 808 | 2025-01-17T13:53:51.039Z | Downloaded serde_derive_internals v0.29.1 |
| 809 | 2025-01-17T13:53:51.039Z | Downloaded similar v2.6.0 |
| 810 | 2025-01-17T13:53:51.043Z | Downloaded postgres-types v0.2.8 |
| 811 | 2025-01-17T13:53:51.047Z | Downloaded heck v0.3.3 |
| 812 | 2025-01-17T13:53:51.049Z | Downloaded phf_generator v0.11.2 |
| 813 | 2025-01-17T13:53:51.052Z | Downloaded pem v3.0.4 |
| 814 | 2025-01-17T13:53:51.052Z | Downloaded vergen v8.3.2 |
| 815 | 2025-01-17T13:53:51.055Z | Downloaded pretty-hex v0.2.1 |
| 816 | 2025-01-17T13:53:51.057Z | Downloaded utf-8 v0.7.6 |
| 817 | 2025-01-17T13:53:51.057Z | Downloaded typify-macro v0.2.0 |
| 818 | 2025-01-17T13:53:51.060Z | Downloaded shlex v1.3.0 |
| 819 | 2025-01-17T13:53:51.062Z | Downloaded sha1 v0.10.6 |
| 820 | 2025-01-17T13:53:51.065Z | Downloaded tokio-tungstenite v0.21.0 |
| 821 | 2025-01-17T13:53:51.067Z | Downloaded tracing-attributes v0.1.27 |
| 822 | 2025-01-17T13:53:51.067Z | Downloaded ron v0.8.1 |
| 823 | 2025-01-17T13:53:51.073Z | Downloaded progenitor v0.9.1 |
| 824 | 2025-01-17T13:53:51.076Z | Downloaded publicsuffix v2.2.3 |
| 825 | 2025-01-17T13:53:51.079Z | Downloaded diff v0.1.13 |
| 826 | 2025-01-17T13:53:51.081Z | Downloaded parse-size v1.1.0 |
| 827 | 2025-01-17T13:53:51.084Z | Downloaded foreign-types-shared v0.1.1 |
| 828 | 2025-01-17T13:53:51.084Z | Downloaded derive_more v0.99.18 |
| 829 | 2025-01-17T13:53:51.088Z | Downloaded blake3 v1.5.4 |
| 830 | 2025-01-17T13:53:51.097Z | Downloaded futures-macro v0.3.31 |
| 831 | 2025-01-17T13:53:51.100Z | Downloaded unicode-bidi v0.3.17 |
| 832 | 2025-01-17T13:53:51.102Z | Downloaded darling_macro v0.20.10 |
| 833 | 2025-01-17T13:53:51.105Z | Downloaded tinyvec_macros v0.1.1 |
| 834 | 2025-01-17T13:53:51.105Z | Downloaded toml_edit v0.19.15 |
| 835 | 2025-01-17T13:53:51.123Z | Downloaded openssl-probe v0.1.5 |
| 836 | 2025-01-17T13:53:51.125Z | Downloaded supports-color v3.0.1 |
| 837 | 2025-01-17T13:53:51.126Z | Downloaded subtle v2.6.1 |
| 838 | 2025-01-17T13:53:51.128Z | Downloaded rustc_version v0.4.1 |
| 839 | 2025-01-17T13:53:51.128Z | Downloaded pem-rfc7468 v0.7.0 |
| 840 | 2025-01-17T13:53:51.131Z | Downloaded postgres-protocol v0.6.7 |
| 841 | 2025-01-17T13:53:51.134Z | Downloaded hex v0.4.3 |
| 842 | 2025-01-17T13:53:51.134Z | Downloaded radium v0.7.0 |
| 843 | 2025-01-17T13:53:51.137Z | Downloaded hyper v1.5.2 |
| 844 | 2025-01-17T13:53:51.142Z | Downloaded rustc_version v0.1.7 |
| 845 | 2025-01-17T13:53:51.144Z | Downloaded rustc-hash v2.0.0 |
| 846 | 2025-01-17T13:53:51.144Z | Downloaded rustc-hash v1.1.0 |
| 847 | 2025-01-17T13:53:51.147Z | Downloaded rusty-fork v0.3.0 |
| 848 | 2025-01-17T13:53:51.147Z | Downloaded diesel_derives v2.2.3 |
| 849 | 2025-01-17T13:53:51.151Z | Downloaded itertools v0.12.1 |
| 850 | 2025-01-17T13:53:51.157Z | Downloaded olpc-cjson v0.1.4 |
| 851 | 2025-01-17T13:53:51.160Z | Downloaded progenitor v0.8.0 |
| 852 | 2025-01-17T13:53:51.163Z | Downloaded num-conv v0.1.0 |
| 853 | 2025-01-17T13:53:51.163Z | Downloaded rusqlite v0.32.1 |
| 854 | 2025-01-17T13:53:51.167Z | Downloaded aws-lc-rs v1.10.0 |
| 855 | 2025-01-17T13:53:51.176Z | Downloaded zone v0.3.0 |
| 856 | 2025-01-17T13:53:51.179Z | Downloaded env_logger v0.10.2 |
| 857 | 2025-01-17T13:53:51.181Z | Downloaded fatfs v0.3.6 |
| 858 | 2025-01-17T13:53:51.184Z | Downloaded tls_codec v0.4.1 |
| 859 | 2025-01-17T13:53:51.186Z | Downloaded rand_chacha v0.3.1 |
| 860 | 2025-01-17T13:53:51.186Z | Downloaded tokio-rustls v0.25.0 |
| 861 | 2025-01-17T13:53:51.189Z | Downloaded steno v0.4.1 |
| 862 | 2025-01-17T13:53:51.192Z | Downloaded sync_wrapper v1.0.1 |
| 863 | 2025-01-17T13:53:51.196Z | Downloaded zip v0.6.6 |
| 864 | 2025-01-17T13:53:51.199Z | Downloaded write16 v1.0.0 |
| 865 | 2025-01-17T13:53:51.199Z | Downloaded unarray v0.1.4 |
| 866 | 2025-01-17T13:53:51.201Z | Downloaded thread_local v1.1.8 |
| 867 | 2025-01-17T13:53:51.201Z | Downloaded polyval v0.6.2 |
| 868 | 2025-01-17T13:53:51.204Z | Downloaded pin-utils v0.1.0 |
| 869 | 2025-01-17T13:53:51.206Z | Downloaded phf_shared v0.11.2 |
| 870 | 2025-01-17T13:53:51.206Z | Downloaded hash32 v0.3.1 |
| 871 | 2025-01-17T13:53:51.209Z | Downloaded ghash v0.5.1 |
| 872 | 2025-01-17T13:53:51.209Z | Downloaded password-hash v0.5.0 |
| 873 | 2025-01-17T13:53:51.211Z | Downloaded gethostname v0.5.0 |
| 874 | 2025-01-17T13:53:51.214Z | Downloaded pin-project v1.1.6 |
| 875 | 2025-01-17T13:53:51.224Z | Downloaded ref-cast-impl v1.0.23 |
| 876 | 2025-01-17T13:53:51.227Z | Downloaded elliptic-curve v0.13.8 |
| 877 | 2025-01-17T13:53:51.229Z | Downloaded tracing-core v0.1.32 |
| 878 | 2025-01-17T13:53:51.232Z | Downloaded futures-task v0.3.31 |
| 879 | 2025-01-17T13:53:51.234Z | Downloaded futures-io v0.3.31 |
| 880 | 2025-01-17T13:53:51.234Z | Downloaded normalize-line-endings v0.3.0 |
| 881 | 2025-01-17T13:53:51.237Z | Downloaded tap v1.0.1 |
| 882 | 2025-01-17T13:53:51.237Z | Downloaded twox-hash v1.6.3 |
| 883 | 2025-01-17T13:53:51.239Z | Downloaded salsa20 v0.10.2 |
| 884 | 2025-01-17T13:53:51.239Z | Downloaded ref-cast v1.0.23 |
| 885 | 2025-01-17T13:53:51.241Z | Downloaded tokio-rustls v0.26.0 |
| 886 | 2025-01-17T13:53:51.244Z | Downloaded serde_yaml v0.9.34+deprecated |
| 887 | 2025-01-17T13:53:51.247Z | Downloaded sqlparser_derive v0.2.2 |
| 888 | 2025-01-17T13:53:51.251Z | Downloaded data-encoding v2.6.0 |
| 889 | 2025-01-17T13:53:51.251Z | Downloaded tracing v0.1.40 |
| 890 | 2025-01-17T13:53:51.254Z | Downloaded subprocess v0.2.9 |
| 891 | 2025-01-17T13:53:51.256Z | Downloaded embedded-io v0.4.0 |
| 892 | 2025-01-17T13:53:51.258Z | Downloaded parse-display v0.10.0 |
| 893 | 2025-01-17T13:53:51.261Z | Downloaded tokio-rustls v0.24.1 |
| 894 | 2025-01-17T13:53:51.263Z | Downloaded signal-hook v0.3.17 |
| 895 | 2025-01-17T13:53:51.266Z | Downloaded sync-ptr v0.1.1 |
| 896 | 2025-01-17T13:53:51.266Z | Downloaded termios v0.3.3 |
| 897 | 2025-01-17T13:53:51.269Z | Downloaded unicase v2.7.0 |
| 898 | 2025-01-17T13:53:51.269Z | Downloaded poly1305 v0.8.0 |
| 899 | 2025-01-17T13:53:51.272Z | Downloaded num-bigint-dig v0.8.4 |
| 900 | 2025-01-17T13:53:51.275Z | Downloaded russh-keys v0.45.0 |
| 901 | 2025-01-17T13:53:51.277Z | Downloaded headers v0.4.0 |
| 902 | 2025-01-17T13:53:51.283Z | Downloaded which v4.4.2 |
| 903 | 2025-01-17T13:53:51.285Z | Downloaded untrusted v0.7.1 |
| 904 | 2025-01-17T13:53:51.288Z | Downloaded writeable v0.5.5 |
| 905 | 2025-01-17T13:53:51.288Z | Downloaded typed-path v0.9.3 |
| 906 | 2025-01-17T13:53:51.295Z | Downloaded serde_plain v1.0.2 |
| 907 | 2025-01-17T13:53:51.298Z | Downloaded schemars_derive v0.8.21 |
| 908 | 2025-01-17T13:53:51.300Z | Downloaded parse-display-derive v0.10.0 |
| 909 | 2025-01-17T13:53:51.300Z | Downloaded bitvec v1.0.1 |
| 910 | 2025-01-17T13:53:51.315Z | Downloaded filetime v0.2.25 |
| 911 | 2025-01-17T13:53:51.318Z | Downloaded debug-ignore v1.0.5 |
| 912 | 2025-01-17T13:53:51.322Z | Downloaded term v0.7.0 |
| 913 | 2025-01-17T13:53:51.322Z | Downloaded owo-colors v4.1.0 |
| 914 | 2025-01-17T13:53:51.325Z | Downloaded strum_macros v0.26.4 |
| 915 | 2025-01-17T13:53:51.328Z | Downloaded wyz v0.5.1 |
| 916 | 2025-01-17T13:53:51.330Z | Downloaded termcolor v1.4.1 |
| 917 | 2025-01-17T13:53:51.330Z | Downloaded zeroize_derive v1.4.2 |
| 918 | 2025-01-17T13:53:51.333Z | Downloaded heapless v0.7.17 |
| 919 | 2025-01-17T13:53:51.336Z | Downloaded parking_lot v0.11.2 |
| 920 | 2025-01-17T13:53:51.339Z | Downloaded zerofrom-derive v0.1.4 |
| 921 | 2025-01-17T13:53:51.341Z | Downloaded ssh-encoding v0.2.0 |
| 922 | 2025-01-17T13:53:51.344Z | Downloaded fixedbitset v0.4.2 |
| 923 | 2025-01-17T13:53:51.344Z | Downloaded zeroize v1.8.1 |
| 924 | 2025-01-17T13:53:51.346Z | Downloaded ssh-cipher v0.2.0 |
| 925 | 2025-01-17T13:53:51.346Z | Downloaded serde_urlencoded v0.7.1 |
| 926 | 2025-01-17T13:53:51.349Z | Downloaded highway v1.2.0 |
| 927 | 2025-01-17T13:53:51.351Z | Downloaded hashlink v0.9.1 |
| 928 | 2025-01-17T13:53:51.351Z | Downloaded bindgen v0.69.5 |
| 929 | 2025-01-17T13:53:51.360Z | Downloaded num-integer v0.1.46 |
| 930 | 2025-01-17T13:53:51.362Z | Downloaded fd-lock v4.0.2 |
| 931 | 2025-01-17T13:53:51.365Z | Downloaded env_logger v0.11.5 |
| 932 | 2025-01-17T13:53:51.367Z | Downloaded num-derive v0.4.2 |
| 933 | 2025-01-17T13:53:51.370Z | Downloaded omicron-zone-package v0.12.0 |
| 934 | 2025-01-17T13:53:51.372Z | Downloaded flagset v0.4.6 |
| 935 | 2025-01-17T13:53:51.374Z | Downloaded rcgen v0.12.1 |
| 936 | 2025-01-17T13:53:51.377Z | Downloaded heapless v0.8.0 |
| 937 | 2025-01-17T13:53:51.381Z | Downloaded hashbrown v0.13.2 |
| 938 | 2025-01-17T13:53:51.385Z | Downloaded rand v0.8.5 |
| 939 | 2025-01-17T13:53:51.389Z | Downloaded tungstenite v0.23.0 |
| 940 | 2025-01-17T13:53:51.393Z | Downloaded darling_core v0.20.10 |
| 941 | 2025-01-17T13:53:51.398Z | Downloaded snafu v0.8.5 |
| 942 | 2025-01-17T13:53:51.405Z | Downloaded tokio-postgres v0.7.12 |
| 943 | 2025-01-17T13:53:51.411Z | Downloaded rustls-webpki v0.101.7 |
| 944 | 2025-01-17T13:53:51.427Z | Downloaded unicode-properties v0.1.3 |
| 945 | 2025-01-17T13:53:51.430Z | Downloaded expectorate v1.1.0 |
| 946 | 2025-01-17T13:53:51.432Z | Downloaded rsa v0.9.6 |
| 947 | 2025-01-17T13:53:51.436Z | Downloaded git2 v0.19.0 |
| 948 | 2025-01-17T13:53:51.445Z | Downloaded hickory-resolver v0.24.1 |
| 949 | 2025-01-17T13:53:51.450Z | Downloaded samael v0.0.17 |
| 950 | 2025-01-17T13:53:51.455Z | Downloaded der v0.7.9 |
| 951 | 2025-01-17T13:53:51.460Z | Downloaded unicode_categories v0.1.1 |
| 952 | 2025-01-17T13:53:51.463Z | Downloaded quinn v0.11.5 |
| 953 | 2025-01-17T13:53:51.465Z | Downloaded flate2 v1.0.34 |
| 954 | 2025-01-17T13:53:51.471Z | Downloaded zerovec v0.10.4 |
| 955 | 2025-01-17T13:53:51.478Z | Downloaded openssl-sys v0.9.103 |
| 956 | 2025-01-17T13:53:51.483Z | Downloaded time v0.3.36 |
| 957 | 2025-01-17T13:53:51.491Z | Downloaded rayon v1.10.0 |
| 958 | 2025-01-17T13:53:51.501Z | Downloaded rustls v0.21.12 |
| 959 | 2025-01-17T13:53:51.515Z | Downloaded reedline v0.35.0 |
| 960 | 2025-01-17T13:53:51.522Z | Downloaded lalrpop v0.19.12 |
| 961 | 2025-01-17T13:53:51.535Z | Downloaded hashbrown v0.12.3 |
| 962 | 2025-01-17T13:53:51.539Z | Downloaded nom v7.1.3 |
| 963 | 2025-01-17T13:53:51.545Z | Downloaded quick-xml v0.33.0 |
| 964 | 2025-01-17T13:53:51.552Z | Downloaded icu_properties_data v1.5.0 |
| 965 | 2025-01-17T13:53:51.564Z | Downloaded hashbrown v0.14.5 |
| 966 | 2025-01-17T13:53:51.570Z | Downloaded futures-util v0.3.31 |
| 967 | 2025-01-17T13:53:51.583Z | Downloaded hkdf v0.12.4 |
| 968 | 2025-01-17T13:53:51.585Z | Downloaded reqwest v0.12.9 |
| 969 | 2025-01-17T13:53:51.594Z | Downloaded petname v2.0.2 |
| 970 | 2025-01-17T13:53:51.599Z | Downloaded chrono-tz v0.10.0 |
| 971 | 2025-01-17T13:53:51.607Z | Downloaded num-bigint v0.4.6 |
| 972 | 2025-01-17T13:53:51.612Z | Downloaded vcpkg v0.2.15 |
| 973 | 2025-01-17T13:53:51.652Z | Downloaded unicode-segmentation v1.12.0 |
| 974 | 2025-01-17T13:53:51.655Z | Downloaded regress v0.9.1 |
| 975 | 2025-01-17T13:53:51.665Z | Downloaded gimli v0.31.1 |
| 976 | 2025-01-17T13:53:51.673Z | Downloaded openapiv3 v2.0.0 |
| 977 | 2025-01-17T13:53:51.686Z | Downloaded rustls v0.22.4 |
| 978 | 2025-01-17T13:53:51.700Z | Downloaded regex v1.11.1 |
| 979 | 2025-01-17T13:53:51.713Z | Downloaded ssh-key v0.6.6 |
| 980 | 2025-01-17T13:53:51.720Z | Downloaded nix v0.29.0 |
| 981 | 2025-01-17T13:53:51.732Z | Downloaded idna v0.4.0 |
| 982 | 2025-01-17T13:53:51.739Z | Downloaded idna v0.5.0 |
| 983 | 2025-01-17T13:53:51.747Z | Downloaded unicode-normalization v0.1.24 |
| 984 | 2025-01-17T13:53:51.751Z | Downloaded sled v0.34.7 |
| 985 | 2025-01-17T13:53:51.761Z | Downloaded portable-atomic v1.9.0 |
| 986 | 2025-01-17T13:53:51.769Z | Downloaded serde_with v3.11.0 |
| 987 | 2025-01-17T13:53:51.777Z | Downloaded unicode-width v0.2.0 |
| 988 | 2025-01-17T13:53:51.784Z | Downloaded sqlparser v0.45.0 |
| 989 | 2025-01-17T13:53:51.790Z | Downloaded idna v0.3.0 |
| 990 | 2025-01-17T13:53:51.797Z | Downloaded winnow v0.5.40 |
| 991 | 2025-01-17T13:53:51.806Z | Downloaded salty v0.3.0 |
| 992 | 2025-01-17T13:53:51.814Z | Downloaded webpki-roots v0.26.6 |
| 993 | 2025-01-17T13:53:51.818Z | Downloaded nix v0.27.1 |
| 994 | 2025-01-17T13:53:51.829Z | Downloaded p384 v0.13.0 |
| 995 | 2025-01-17T13:53:51.836Z | Downloaded nix v0.28.0 |
| 996 | 2025-01-17T13:53:51.847Z | Downloaded quinn-proto v0.11.8 |
| 997 | 2025-01-17T13:53:51.853Z | Downloaded polar-core v0.27.3 |
| 998 | 2025-01-17T13:53:51.863Z | Downloaded ratatui v0.28.1 |
| 999 | 2025-01-17T13:53:51.883Z | Downloaded dropshot v0.12.0 |
| 1000 | 2025-01-17T13:53:51.903Z | Downloaded object v0.30.4 |
| 1001 | 2025-01-17T13:53:51.912Z | Downloaded petgraph v0.6.5 |
| 1002 | 2025-01-17T13:53:51.931Z | Downloaded regex-syntax v0.6.29 |
| 1003 | 2025-01-17T13:53:51.938Z | Downloaded tokio v1.43.0 |
| 1004 | 2025-01-17T13:53:51.977Z | Downloaded radix_trie v0.2.1 |
| 1005 | 2025-01-17T13:53:51.982Z | Downloaded regress v0.10.1 |
| 1006 | 2025-01-17T13:53:51.991Z | Downloaded rustls v0.23.19 |
| 1007 | 2025-01-17T13:53:52.002Z | Downloaded object v0.36.5 |
| 1008 | 2025-01-17T13:53:52.014Z | Downloaded smoltcp v0.11.0 |
| 1009 | 2025-01-17T13:53:52.027Z | Downloaded csv v1.3.0 |
| 1010 | 2025-01-17T13:53:52.047Z | Downloaded regex-syntax v0.8.5 |
| 1011 | 2025-01-17T13:53:52.055Z | Downloaded hickory-proto v0.24.1 |
| 1012 | 2025-01-17T13:53:52.070Z | Downloaded typify-impl v0.3.0 |
| 1013 | 2025-01-17T13:53:52.086Z | Downloaded typify-impl v0.2.0 |
| 1014 | 2025-01-17T13:53:52.101Z | Downloaded dropshot v0.15.1 |
| 1015 | 2025-01-17T13:53:52.123Z | Downloaded smoltcp v0.9.1 |
| 1016 | 2025-01-17T13:53:52.134Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1017 | 2025-01-17T13:53:52.146Z | Downloaded zerocopy-derive v0.6.6 |
| 1018 | 2025-01-17T13:53:52.156Z | Downloaded idna v0.2.3 |
| 1019 | 2025-01-17T13:53:52.163Z | Downloaded regex-automata v0.4.8 |
| 1020 | 2025-01-17T13:53:52.180Z | Downloaded diesel v2.2.6 |
| 1021 | 2025-01-17T13:53:52.199Z | Downloaded proptest v1.5.0 |
| 1022 | 2025-01-17T13:53:52.208Z | Downloaded bstr v1.10.0 |
| 1023 | 2025-01-17T13:53:52.219Z | Downloaded trust-dns-proto v0.22.0 |
| 1024 | 2025-01-17T13:53:52.231Z | Downloaded openssl v0.10.66 |
| 1025 | 2025-01-17T13:53:52.241Z | Downloaded curve25519-dalek v4.1.3 |
| 1026 | 2025-01-17T13:53:52.250Z | Downloaded zerocopy v0.8.10 |
| 1027 | 2025-01-17T13:53:52.274Z | Downloaded p521 v0.13.3 |
| 1028 | 2025-01-17T13:53:52.278Z | Downloaded lzma-sys v0.1.20 |
| 1029 | 2025-01-17T13:53:52.307Z | Downloaded rustls-webpki v0.102.8 |
| 1030 | 2025-01-17T13:53:52.324Z | Downloaded h2 v0.4.6 |
| 1031 | 2025-01-17T13:53:52.331Z | Downloaded getrandom v0.2.15 |
| 1032 | 2025-01-17T13:53:52.334Z | Downloaded url v2.5.3 |
| 1033 | 2025-01-17T13:53:52.337Z | Downloaded chrono v0.4.38 |
| 1034 | 2025-01-17T13:53:52.345Z | Downloaded libz-sys v1.1.20 |
| 1035 | 2025-01-17T13:53:52.366Z | Downloaded sha3 v0.10.8 |
| 1036 | 2025-01-17T13:53:52.371Z | Downloaded tokio-stream v0.1.16 |
| 1037 | 2025-01-17T13:53:52.375Z | Downloaded p256 v0.13.2 |
| 1038 | 2025-01-17T13:53:52.378Z | Downloaded rustyline v14.0.0 |
| 1039 | 2025-01-17T13:53:52.384Z | Downloaded parse-zoneinfo v0.3.1 |
| 1040 | 2025-01-17T13:53:52.387Z | Downloaded ed25519-dalek v2.1.1 |
| 1041 | 2025-01-17T13:53:52.389Z | Downloaded tokio-util v0.7.12 |
| 1042 | 2025-01-17T13:53:52.396Z | Downloaded psl-types v2.0.11 |
| 1043 | 2025-01-17T13:53:52.399Z | Downloaded proc-macro-crate v1.3.1 |
| 1044 | 2025-01-17T13:53:52.399Z | Downloaded itertools v0.13.0 |
| 1045 | 2025-01-17T13:53:52.405Z | Downloaded num-iter v0.1.45 |
| 1046 | 2025-01-17T13:53:52.408Z | Downloaded derive_builder v0.20.2 |
| 1047 | 2025-01-17T13:53:52.411Z | Downloaded tough v0.19.0 |
| 1048 | 2025-01-17T13:53:52.419Z | Downloaded libm v0.2.8 |
| 1049 | 2025-01-17T13:53:52.427Z | Downloaded idna v1.0.3 |
| 1050 | 2025-01-17T13:53:52.431Z | Downloaded dropshot_endpoint v0.15.1 |
| 1051 | 2025-01-17T13:53:52.434Z | Downloaded typify v0.3.0 |
| 1052 | 2025-01-17T13:53:52.437Z | Downloaded qorb v0.2.1 |
| 1053 | 2025-01-17T13:53:52.441Z | Downloaded dhcproto v0.12.0 |
| 1054 | 2025-01-17T13:53:52.444Z | Downloaded typify-macro v0.3.0 |
| 1055 | 2025-01-17T13:53:52.446Z | Downloaded signal-hook-mio v0.2.4 |
| 1056 | 2025-01-17T13:53:52.446Z | Downloaded rustversion v1.0.17 |
| 1057 | 2025-01-17T13:53:52.449Z | Downloaded slog-term v2.9.1 |
| 1058 | 2025-01-17T13:53:52.451Z | Downloaded aho-corasick v1.1.3 |
| 1059 | 2025-01-17T13:53:52.458Z | Downloaded derive_builder_core v0.20.2 |
| 1060 | 2025-01-17T13:53:52.460Z | Downloaded tokio-tungstenite v0.23.1 |
| 1061 | 2025-01-17T13:53:52.463Z | Downloaded russh v0.45.0 |
| 1062 | 2025-01-17T13:53:52.467Z | Downloaded itertools v0.10.5 |
| 1063 | 2025-01-17T13:53:52.473Z | Downloaded zerocopy-derive v0.8.10 |
| 1064 | 2025-01-17T13:53:52.479Z | Downloaded pin-project-internal v1.1.6 |
| 1065 | 2025-01-17T13:53:52.481Z | Downloaded displaydoc v0.2.5 |
| 1066 | 2025-01-17T13:53:52.484Z | Downloaded postcard v1.0.10 |
| 1067 | 2025-01-17T13:53:52.486Z | Downloaded yoke v0.7.4 |
| 1068 | 2025-01-17T13:53:52.489Z | Downloaded ron v0.7.1 |
| 1069 | 2025-01-17T13:53:52.492Z | Downloaded unsafe-libyaml v0.2.11 |
| 1070 | 2025-01-17T13:53:52.496Z | Downloaded prettyplease v0.2.25 |
| 1071 | 2025-01-17T13:53:52.499Z | Downloaded typify v0.2.0 |
| 1072 | 2025-01-17T13:53:52.503Z | Downloaded schemars v0.8.21 |
| 1073 | 2025-01-17T13:53:52.513Z | Downloaded encoding_rs v0.8.34 |
| 1074 | 2025-01-17T13:53:52.534Z | Downloaded dirs-next v2.0.0 |
| 1075 | 2025-01-17T13:53:52.537Z | Downloaded strum_macros v0.25.3 |
| 1076 | 2025-01-17T13:53:52.537Z | Downloaded slog-envlogger v2.2.0 |
| 1077 | 2025-01-17T13:53:52.540Z | Downloaded slog-dtrace v0.3.0 |
| 1078 | 2025-01-17T13:53:52.540Z | Downloaded serde_path_to_error v0.1.16 |
| 1079 | 2025-01-17T13:53:52.543Z | Downloaded serde-hex v0.1.0 |
| 1080 | 2025-01-17T13:53:52.545Z | Downloaded sqlformat v0.2.6 |
| 1081 | 2025-01-17T13:53:52.545Z | Downloaded x509-cert v0.2.5 |
| 1082 | 2025-01-17T13:53:52.550Z | Downloaded futures-executor v0.3.31 |
| 1083 | 2025-01-17T13:53:52.552Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1084 | 2025-01-17T13:53:52.555Z | Downloaded ed25519 v2.2.3 |
| 1085 | 2025-01-17T13:53:52.555Z | Downloaded des v0.8.1 |
| 1086 | 2025-01-17T13:53:52.557Z | Downloaded der_derive v0.7.3 |
| 1087 | 2025-01-17T13:53:52.557Z | Downloaded oso-derive v0.27.3 |
| 1088 | 2025-01-17T13:53:52.560Z | Downloaded tokio-tungstenite v0.24.0 |
| 1089 | 2025-01-17T13:53:52.560Z | Downloaded test-strategy v0.3.1 |
| 1090 | 2025-01-17T13:53:52.563Z | Downloaded tokio-macros v2.5.0 |
| 1091 | 2025-01-17T13:53:52.566Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1092 | 2025-01-17T13:53:52.566Z | Downloaded flume v0.11.1 |
| 1093 | 2025-01-17T13:53:52.569Z | Downloaded spki v0.7.3 |
| 1094 | 2025-01-17T13:53:52.572Z | Downloaded scrypt v0.11.0 |
| 1095 | 2025-01-17T13:53:52.575Z | Downloaded tokio-native-tls v0.3.1 |
| 1096 | 2025-01-17T13:53:52.575Z | Downloaded structmeta v0.2.0 |
| 1097 | 2025-01-17T13:53:52.577Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1098 | 2025-01-17T13:53:52.578Z | Downloaded num-complex v0.4.6 |
| 1099 | 2025-01-17T13:53:52.581Z | Downloaded waitgroup v0.1.2 |
| 1100 | 2025-01-17T13:53:52.581Z | Downloaded toolchain_find v0.4.0 |
| 1101 | 2025-01-17T13:53:52.581Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1102 | 2025-01-17T13:53:52.637Z | Downloaded structmeta v0.3.0 |
| 1103 | 2025-01-17T13:53:52.640Z | Downloaded string_cache v0.8.7 |
| 1104 | 2025-01-17T13:53:52.640Z | Downloaded simd-adler32 v0.3.7 |
| 1105 | 2025-01-17T13:53:52.643Z | Downloaded serde-big-array v0.5.1 |
| 1106 | 2025-01-17T13:53:52.643Z | Downloaded rustls-pemfile v1.0.4 |
| 1107 | 2025-01-17T13:53:52.645Z | Downloaded rand_seeder v0.3.0 |
| 1108 | 2025-01-17T13:53:52.648Z | Downloaded quinn-udp v0.5.5 |
| 1109 | 2025-01-17T13:53:52.648Z | Downloaded ppv-lite86 v0.2.20 |
| 1110 | 2025-01-17T13:53:52.650Z | Downloaded hash32 v0.2.1 |
| 1111 | 2025-01-17T13:53:52.650Z | Downloaded futures-channel v0.3.31 |
| 1112 | 2025-01-17T13:53:52.652Z | Downloaded funty v2.0.0 |
| 1113 | 2025-01-17T13:53:52.653Z | Downloaded foreign-types-macros v0.2.3 |
| 1114 | 2025-01-17T13:53:52.653Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1115 | 2025-01-17T13:53:52.655Z | Downloaded progenitor-impl v0.8.0 |
| 1116 | 2025-01-17T13:53:52.658Z | Downloaded tungstenite v0.24.0 |
| 1117 | 2025-01-17T13:53:52.660Z | Downloaded hickory-server v0.24.1 |
| 1118 | 2025-01-17T13:53:52.664Z | Downloaded crossbeam-channel v0.5.13 |
| 1119 | 2025-01-17T13:53:52.668Z | Downloaded hyper-util v0.1.10 |
| 1120 | 2025-01-17T13:53:52.672Z | Downloaded rustc-demangle v0.1.24 |
| 1121 | 2025-01-17T13:53:52.675Z | Downloaded peg-macros v0.8.4 |
| 1122 | 2025-01-17T13:53:52.677Z | Downloaded rayon-core v1.12.1 |
| 1123 | 2025-01-17T13:53:52.679Z | Downloaded hickory-client v0.24.1 |
| 1124 | 2025-01-17T13:53:52.682Z | Downloaded slog-bunyan v2.5.0 |
| 1125 | 2025-01-17T13:53:52.684Z | Downloaded slog-async v2.8.0 |
| 1126 | 2025-01-17T13:53:52.687Z | Downloaded icu_properties v1.5.1 |
| 1127 | 2025-01-17T13:53:52.689Z | Downloaded allocator-api2 v0.2.18 |
| 1128 | 2025-01-17T13:53:52.692Z | Downloaded icu_normalizer_data v1.5.0 |
| 1129 | 2025-01-17T13:53:52.695Z | Downloaded backtrace v0.3.74 |
| 1130 | 2025-01-17T13:53:52.698Z | Downloaded uzers v0.12.1 |
| 1131 | 2025-01-17T13:53:52.701Z | Downloaded utf16_iter v1.0.5 |
| 1132 | 2025-01-17T13:53:52.703Z | Downloaded group v0.13.0 |
| 1133 | 2025-01-17T13:53:52.704Z | Downloaded ff v0.13.0 |
| 1134 | 2025-01-17T13:53:52.706Z | Downloaded time-macros v0.2.18 |
| 1135 | 2025-01-17T13:53:52.708Z | Downloaded dsl_auto_type v0.1.2 |
| 1136 | 2025-01-17T13:53:52.709Z | Downloaded tiny-keccak v2.0.2 |
| 1137 | 2025-01-17T13:53:52.711Z | Downloaded float-cmp v0.9.0 |
| 1138 | 2025-01-17T13:53:52.711Z | Downloaded spin v0.9.8 |
| 1139 | 2025-01-17T13:53:52.713Z | Downloaded arc-swap v1.7.1 |
| 1140 | 2025-01-17T13:53:52.717Z | Downloaded bytes v1.9.0 |
| 1141 | 2025-01-17T13:53:52.721Z | Downloaded icu_normalizer v1.5.0 |
| 1142 | 2025-01-17T13:53:52.724Z | Downloaded openssl-macros v0.1.1 |
| 1143 | 2025-01-17T13:53:52.727Z | Downloaded foreign-types v0.5.0 |
| 1144 | 2025-01-17T13:53:52.727Z | Downloaded crc-any v2.5.0 |
| 1145 | 2025-01-17T13:53:52.730Z | Downloaded cookie v0.18.1 |
| 1146 | 2025-01-17T13:53:52.730Z | Downloaded bitflags v1.3.2 |
| 1147 | 2025-01-17T13:53:52.733Z | Downloaded ahash v0.8.11 |
| 1148 | 2025-01-17T13:53:52.736Z | Downloaded jobserver v0.1.32 |
| 1149 | 2025-01-17T13:53:52.738Z | Downloaded hyper-staticfile v0.10.1 |
| 1150 | 2025-01-17T13:53:52.741Z | Downloaded cookie_store v0.21.0 |
| 1151 | 2025-01-17T13:53:52.743Z | Downloaded console v0.15.8 |
| 1152 | 2025-01-17T13:53:52.746Z | Downloaded chrono-tz-build v0.4.0 |
| 1153 | 2025-01-17T13:53:52.746Z | Downloaded managed v0.8.0 |
| 1154 | 2025-01-17T13:53:52.746Z | Downloaded instability v0.3.2 |
| 1155 | 2025-01-17T13:53:52.749Z | Downloaded bitfield v0.14.0 |
| 1156 | 2025-01-17T13:53:52.749Z | Downloaded async-bb8-diesel v0.2.1 |
| 1157 | 2025-01-17T13:53:52.751Z | Downloaded crossbeam-deque v0.8.5 |
| 1158 | 2025-01-17T13:53:52.754Z | Downloaded bzip2 v0.4.4 |
| 1159 | 2025-01-17T13:53:52.754Z | Downloaded bcs v0.1.6 |
| 1160 | 2025-01-17T13:53:52.756Z | Downloaded md-5 v0.10.6 |
| 1161 | 2025-01-17T13:53:52.759Z | Downloaded inout v0.1.3 |
| 1162 | 2025-01-17T13:53:52.759Z | Downloaded indent_write v2.2.0 |
| 1163 | 2025-01-17T13:53:52.764Z | Downloaded matches v0.1.10 |
| 1164 | 2025-01-17T13:53:52.764Z | Downloaded hex-literal v0.4.1 |
| 1165 | 2025-01-17T13:53:52.764Z | Downloaded async-recursion v1.1.1 |
| 1166 | 2025-01-17T13:53:52.765Z | Downloaded cobs v0.2.3 |
| 1167 | 2025-01-17T13:53:52.767Z | Downloaded cmake v0.1.51 |
| 1168 | 2025-01-17T13:53:52.767Z | Downloaded async-trait v0.1.83 |
| 1169 | 2025-01-17T13:53:52.773Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1170 | 2025-01-17T13:53:52.773Z | Downloaded base16ct v0.2.0 |
| 1171 | 2025-01-17T13:53:52.773Z | Downloaded crc v3.2.1 |
| 1172 | 2025-01-17T13:53:52.776Z | Downloaded cipher v0.4.4 |
| 1173 | 2025-01-17T13:53:52.779Z | Downloaded async-stream v0.3.6 |
| 1174 | 2025-01-17T13:53:52.782Z | Downloaded convert_case v0.4.0 |
| 1175 | 2025-01-17T13:53:52.782Z | Downloaded ciborium-ll v0.2.2 |
| 1176 | 2025-01-17T13:53:52.782Z | Downloaded cexpr v0.6.0 |
| 1177 | 2025-01-17T13:53:52.784Z | Downloaded buf-list v1.0.3 |
| 1178 | 2025-01-17T13:53:52.787Z | Downloaded array-init v0.0.4 |
| 1179 | 2025-01-17T13:53:52.885Z | Downloaded ring v0.17.8 |
| 1180 | 2025-01-17T13:53:53.010Z | Downloaded libsqlite3-sys v0.30.1 |
| 1181 | 2025-01-17T13:53:53.241Z | Downloaded aws-lc-sys v0.22.0 |
| 1182 | 2025-01-17T13:53:53.547Z | Compiling serde v1.0.217 |
| 1183 | 2025-01-17T13:53:53.549Z | Compiling lock_api v0.4.12 |
| 1184 | 2025-01-17T13:53:53.549Z | Compiling scopeguard v1.2.0 |
| 1185 | 2025-01-17T13:53:53.549Z | Compiling value-bag v1.9.0 |
| 1186 | 2025-01-17T13:53:53.549Z | Compiling typenum v1.17.0 |
| 1187 | 2025-01-17T13:53:53.549Z | Compiling generic-array v0.14.7 |
| 1188 | 2025-01-17T13:53:53.549Z | Compiling syn v2.0.96 |
| 1189 | 2025-01-17T13:53:53.549Z | Compiling getrandom v0.2.15 |
| 1190 | 2025-01-17T13:53:53.810Z | Compiling subtle v2.6.1 |
| 1191 | 2025-01-17T13:53:54.094Z | Compiling log v0.4.22 |
| 1192 | 2025-01-17T13:53:54.179Z | Compiling rand_core v0.6.4 |
| 1193 | 2025-01-17T13:53:54.233Z | Compiling shlex v1.3.0 |
| 1194 | 2025-01-17T13:53:54.264Z | Compiling jobserver v0.1.32 |
| 1195 | 2025-01-17T13:53:54.310Z | Compiling const-oid v0.9.6 |
| 1196 | 2025-01-17T13:53:54.579Z | Compiling smallvec v1.13.2 |
| 1197 | 2025-01-17T13:53:54.600Z | Compiling spin v0.9.8 |
| 1198 | 2025-01-17T13:53:54.687Z | Compiling cc v1.1.30 |
| 1199 | 2025-01-17T13:53:54.856Z | Compiling pin-project-lite v0.2.14 |
| 1200 | 2025-01-17T13:53:54.961Z | Compiling rustix v0.38.37 |
| 1201 | 2025-01-17T13:53:54.979Z | Compiling parking_lot_core v0.9.10 |
| 1202 | 2025-01-17T13:53:54.995Z | Compiling futures-core v0.3.31 |
| 1203 | 2025-01-17T13:53:55.113Z | Compiling signal-hook-registry v1.4.2 |
| 1204 | 2025-01-17T13:53:55.239Z | Compiling mio v1.0.2 |
| 1205 | 2025-01-17T13:53:55.816Z | Compiling parking_lot v0.12.3 |
| 1206 | 2025-01-17T13:53:55.981Z | Compiling aho-corasick v1.1.3 |
| 1207 | 2025-01-17T13:53:56.085Z | Compiling cpufeatures v0.2.14 |
| 1208 | 2025-01-17T13:53:56.158Z | Compiling regex-syntax v0.8.5 |
| 1209 | 2025-01-17T13:53:56.203Z | Compiling either v1.13.0 |
| 1210 | 2025-01-17T13:53:56.398Z | Compiling lazy_static v1.5.0 |
| 1211 | 2025-01-17T13:53:56.450Z | Compiling stable_deref_trait v1.2.0 |
| 1212 | 2025-01-17T13:53:56.543Z | Compiling futures-sink v0.3.31 |
| 1213 | 2025-01-17T13:53:56.572Z | Compiling glob v0.3.1 |
| 1214 | 2025-01-17T13:53:56.632Z | Compiling socket2 v0.5.7 |
| 1215 | 2025-01-17T13:53:56.722Z | Compiling slab v0.4.9 |
| 1216 | 2025-01-17T13:53:56.814Z | Compiling prettyplease v0.2.25 |
| 1217 | 2025-01-17T13:53:57.191Z | Compiling serde_json v1.0.135 |
| 1218 | 2025-01-17T13:53:57.216Z | Compiling minimal-lexical v0.2.1 |
| 1219 | 2025-01-17T13:53:57.461Z | Compiling clang-sys v1.8.1 |
| 1220 | 2025-01-17T13:53:57.591Z | Compiling libloading v0.8.5 |
| 1221 | 2025-01-17T13:53:57.773Z | Compiling nom v7.1.3 |
| 1222 | 2025-01-17T13:53:57.833Z | Compiling bindgen v0.69.5 |
| 1223 | 2025-01-17T13:53:57.992Z | Compiling home v0.5.9 |
| 1224 | 2025-01-17T13:53:58.253Z | Compiling futures-channel v0.3.31 |
| 1225 | 2025-01-17T13:53:58.627Z | Compiling itertools v0.12.1 |
| 1226 | 2025-01-17T13:53:58.666Z | Compiling rustc-hash v1.1.0 |
| 1227 | 2025-01-17T13:53:58.729Z | Compiling futures-io v0.3.31 |
| 1228 | 2025-01-17T13:53:58.838Z | Compiling futures-task v0.3.31 |
| 1229 | 2025-01-17T13:53:59.018Z | Compiling libm v0.2.8 |
| 1230 | 2025-01-17T13:53:59.148Z | Compiling pin-utils v0.1.0 |
| 1231 | 2025-01-17T13:53:59.261Z | Compiling allocator-api2 v0.2.18 |
| 1232 | 2025-01-17T13:53:59.365Z | Compiling foldhash v0.1.3 |
| 1233 | 2025-01-17T13:53:59.670Z | Compiling lazycell v1.3.0 |
| 1234 | 2025-01-17T13:53:59.880Z | Compiling cmake v0.1.51 |
| 1235 | 2025-01-17T13:54:00.011Z | Compiling regex-automata v0.4.8 |
| 1236 | 2025-01-17T13:54:00.801Z | Compiling hashbrown v0.15.1 |
| 1237 | 2025-01-17T13:54:00.983Z | Compiling cexpr v0.6.0 |
| 1238 | 2025-01-17T13:54:01.150Z | Compiling num-traits v0.2.19 |
| 1239 | 2025-01-17T13:54:01.447Z | Compiling synstructure v0.13.1 |
| 1240 | 2025-01-17T13:54:02.033Z | Compiling tinyvec_macros v0.1.1 |
| 1241 | 2025-01-17T13:54:02.142Z | Compiling fs_extra v1.3.0 |
| 1242 | 2025-01-17T13:54:02.482Z | Compiling dunce v1.0.5 |
| 1243 | 2025-01-17T13:54:02.629Z | Compiling pkg-config v0.3.31 |
| 1244 | 2025-01-17T13:54:02.654Z | Compiling tinyvec v1.8.0 |
| 1245 | 2025-01-17T13:54:02.942Z | Compiling ring v0.17.8 |
| 1246 | 2025-01-17T13:54:04.027Z | Compiling writeable v0.5.5 |
| 1247 | 2025-01-17T13:54:04.110Z | Compiling unicode-normalization v0.1.24 |
| 1248 | 2025-01-17T13:54:04.271Z | Compiling unicode-bidi v0.3.17 |
| 1249 | 2025-01-17T13:54:04.432Z | Compiling base64ct v1.6.0 |
| 1250 | 2025-01-17T13:54:04.571Z | Compiling paste v1.0.15 |
| 1251 | 2025-01-17T13:54:05.033Z | Compiling litemap v0.7.3 |
| 1252 | 2025-01-17T13:54:05.127Z | Compiling pem-rfc7468 v0.7.0 |
| 1253 | 2025-01-17T13:54:05.417Z | Compiling regex v1.11.1 |
| 1254 | 2025-01-17T13:54:05.557Z | Compiling flagset v0.4.6 |
| 1255 | 2025-01-17T13:54:05.607Z | Compiling aws-lc-rs v1.10.0 |
| 1256 | 2025-01-17T13:54:05.778Z | Compiling httparse v1.9.5 |
| 1257 | 2025-01-17T13:54:06.060Z | Compiling tracing-core v0.1.32 |
| 1258 | 2025-01-17T13:54:06.436Z | Compiling crossbeam-utils v0.8.20 |
| 1259 | 2025-01-17T13:54:06.546Z | Compiling rustls-pki-types v1.10.0 |
| 1260 | 2025-01-17T13:54:06.876Z | Compiling icu_locid_transform_data v1.5.0 |
| 1261 | 2025-01-17T13:54:06.952Z | Compiling serde_derive v1.0.217 |
| 1262 | 2025-01-17T13:54:06.973Z | Compiling zeroize_derive v1.4.2 |
| 1263 | 2025-01-17T13:54:06.995Z | Compiling zerocopy-derive v0.7.35 |
| 1264 | 2025-01-17T13:54:07.252Z | Compiling tokio-macros v2.5.0 |
| 1265 | 2025-01-17T13:54:07.452Z | Compiling zerofrom-derive v0.1.4 |
| 1266 | 2025-01-17T13:54:08.393Z | Compiling zeroize v1.8.1 |
| 1267 | 2025-01-17T13:54:08.762Z | Compiling yoke-derive v0.7.4 |
| 1268 | 2025-01-17T13:54:09.030Z | Compiling zerocopy v0.7.35 |
| 1269 | 2025-01-17T13:54:09.050Z | Compiling thiserror-impl v1.0.69 |
| 1270 | 2025-01-17T13:54:10.061Z | Compiling crypto-common v0.1.6 |
| 1271 | 2025-01-17T13:54:10.310Z | Compiling block-buffer v0.10.4 |
| 1272 | 2025-01-17T13:54:10.413Z | Compiling zerovec-derive v0.10.3 |
| 1273 | 2025-01-17T13:54:10.577Z | Compiling digest v0.10.7 |
| 1274 | 2025-01-17T13:54:11.024Z | Compiling hmac v0.12.1 |
| 1275 | 2025-01-17T13:54:11.045Z | Compiling futures-macro v0.3.31 |
| 1276 | 2025-01-17T13:54:11.139Z | Compiling zerofrom v0.1.4 |
| 1277 | 2025-01-17T13:54:11.171Z | Compiling block-padding v0.3.3 |
| 1278 | 2025-01-17T13:54:11.275Z | Compiling displaydoc v0.2.5 |
| 1279 | 2025-01-17T13:54:11.386Z | Compiling inout v0.1.3 |
| 1280 | 2025-01-17T13:54:11.405Z | Compiling yoke v0.7.4 |
| 1281 | 2025-01-17T13:54:11.432Z | Compiling sha2 v0.10.8 |
| 1282 | 2025-01-17T13:54:11.673Z | Compiling cipher v0.4.4 |
| 1283 | 2025-01-17T13:54:11.757Z | Compiling ppv-lite86 v0.2.20 |
| 1284 | 2025-01-17T13:54:12.070Z | Compiling thiserror v1.0.69 |
| 1285 | 2025-01-17T13:54:12.221Z | Compiling icu_provider_macros v1.5.0 |
| 1286 | 2025-01-17T13:54:12.242Z | Compiling der_derive v0.7.3 |
| 1287 | 2025-01-17T13:54:12.553Z | Compiling rand_chacha v0.3.1 |
| 1288 | 2025-01-17T13:54:12.885Z | Compiling tracing-attributes v0.1.27 |
| 1289 | 2025-01-17T13:54:12.910Z | Compiling futures-util v0.3.31 |
| 1290 | 2025-01-17T13:54:12.996Z | Compiling zerovec v0.10.4 |
| 1291 | 2025-01-17T13:54:13.287Z | Compiling percent-encoding v2.3.1 |
| 1292 | 2025-01-17T13:54:13.639Z | Compiling pest v2.7.14 |
| 1293 | 2025-01-17T13:54:14.566Z | Compiling der v0.7.9 |
| 1294 | 2025-01-17T13:54:14.833Z | Compiling tinystr v0.7.6 |
| 1295 | 2025-01-17T13:54:14.978Z | Compiling icu_collections v1.5.0 |
| 1296 | 2025-01-17T13:54:15.026Z | Compiling rand v0.8.5 |
| 1297 | 2025-01-17T13:54:15.230Z | Compiling icu_locid v1.5.0 |
| 1298 | 2025-01-17T13:54:16.219Z | Compiling tracing v0.1.40 |
| 1299 | 2025-01-17T13:54:16.354Z | Compiling icu_provider v1.5.0 |
| 1300 | 2025-01-17T13:54:16.733Z | Compiling spki v0.7.3 |
| 1301 | 2025-01-17T13:54:16.778Z | Compiling salsa20 v0.10.2 |
| 1302 | 2025-01-17T13:54:17.012Z | Compiling pbkdf2 v0.12.2 |
| 1303 | 2025-01-17T13:54:17.087Z | Compiling icu_locid_transform v1.5.0 |
| 1304 | 2025-01-17T13:54:17.195Z | Compiling vcpkg v0.2.15 |
| 1305 | 2025-01-17T13:54:17.341Z | Compiling time-core v0.1.2 |
| 1306 | 2025-01-17T13:54:17.401Z | Compiling untrusted v0.7.1 |
| 1307 | 2025-01-17T13:54:17.540Z | Compiling powerfmt v0.2.0 |
| 1308 | 2025-01-17T13:54:17.609Z | Compiling mirai-annotations v1.12.0 |
| 1309 | 2025-01-17T13:54:17.725Z | Compiling untrusted v0.9.0 |
| 1310 | 2025-01-17T13:54:17.815Z | Compiling num-conv v0.1.0 |
| 1311 | 2025-01-17T13:54:17.839Z | Compiling icu_properties_data v1.5.0 |
| 1312 | 2025-01-17T13:54:17.915Z | Compiling deranged v0.3.11 |
| 1313 | 2025-01-17T13:54:18.082Z | Compiling time-macros v0.2.18 |
| 1314 | 2025-01-17T13:54:18.104Z | Compiling scrypt v0.11.0 |
| 1315 | 2025-01-17T13:54:18.376Z | Compiling icu_properties v1.5.1 |
| 1316 | 2025-01-17T13:54:18.992Z | Compiling openssl-sys v0.9.103 |
| 1317 | 2025-01-17T13:54:19.387Z | Compiling pest_meta v2.7.14 |
| 1318 | 2025-01-17T13:54:19.472Z | Compiling cbc v0.1.2 |
| 1319 | 2025-01-17T13:54:19.718Z | Compiling aes v0.8.4 |
| 1320 | 2025-01-17T13:54:19.837Z | Compiling scroll_derive v0.12.0 |
| 1321 | 2025-01-17T13:54:20.059Z | Compiling bitflags v2.6.0 |
| 1322 | 2025-01-17T13:54:20.363Z | Compiling bytes v1.9.0 |
| 1323 | 2025-01-17T13:54:21.287Z | Compiling tokio v1.43.0 |
| 1324 | 2025-01-17T13:54:21.395Z | Compiling indexmap v2.7.0 |
| 1325 | 2025-01-17T13:54:21.586Z | Compiling http v1.2.0 |
| 1326 | 2025-01-17T13:54:22.520Z | Compiling semver v1.0.24 |
| 1327 | 2025-01-17T13:54:22.738Z | Compiling atomic-waker v1.1.2 |
| 1328 | 2025-01-17T13:54:22.947Z | Compiling rustc_version v0.4.1 |
| 1329 | 2025-01-17T13:54:23.056Z | Compiling num_threads v0.1.7 |
| 1330 | 2025-01-17T13:54:23.209Z | Compiling write16 v1.0.0 |
| 1331 | 2025-01-17T13:54:23.231Z | Compiling icu_normalizer_data v1.5.0 |
| 1332 | 2025-01-17T13:54:23.351Z | Compiling utf16_iter v1.0.5 |
| 1333 | 2025-01-17T13:54:23.370Z | Compiling utf8_iter v1.0.4 |
| 1334 | 2025-01-17T13:54:23.569Z | Compiling icu_normalizer v1.5.0 |
| 1335 | 2025-01-17T13:54:23.624Z | Compiling time v0.3.36 |
| 1336 | 2025-01-17T13:54:23.677Z | Compiling http-body v1.0.1 |
| 1337 | 2025-01-17T13:54:23.895Z | Compiling scroll v0.12.0 |
| 1338 | 2025-01-17T13:54:23.917Z | Compiling pest_generator v2.7.14 |
| 1339 | 2025-01-17T13:54:23.972Z | Compiling pkcs5 v0.7.1 |
| 1340 | 2025-01-17T13:54:24.162Z | Compiling which v4.4.2 |
| 1341 | 2025-01-17T13:54:24.443Z | Compiling form_urlencoded v1.2.1 |
| 1342 | 2025-01-17T13:54:24.787Z | Compiling slog v2.7.0 |
| 1343 | 2025-01-17T13:54:25.092Z | Compiling try-lock v0.2.5 |
| 1344 | 2025-01-17T13:54:25.259Z | Compiling want v0.3.1 |
| 1345 | 2025-01-17T13:54:25.350Z | Compiling goblin v0.8.2 |
| 1346 | 2025-01-17T13:54:25.368Z | Compiling pkcs8 v0.10.2 |
| 1347 | 2025-01-17T13:54:25.384Z | Compiling idna_adapter v1.2.0 |
| 1348 | 2025-01-17T13:54:25.543Z | Compiling uuid v1.12.0 |
| 1349 | 2025-01-17T13:54:25.612Z | Compiling iana-time-zone v0.1.61 |
| 1350 | 2025-01-17T13:54:25.776Z | Compiling pest_derive v2.7.14 |
| 1351 | 2025-01-17T13:54:26.024Z | Compiling httpdate v1.0.3 |
| 1352 | 2025-01-17T13:54:26.046Z | Compiling chrono v0.4.38 |
| 1353 | 2025-01-17T13:54:26.474Z | Compiling idna v1.0.3 |
| 1354 | 2025-01-17T13:54:26.608Z | Compiling dtrace-parser v0.2.0 |
| 1355 | 2025-01-17T13:54:27.885Z | Compiling serde_tokenstream v0.2.2 |
| 1356 | 2025-01-17T13:54:28.179Z | Compiling toml_datetime v0.6.8 |
| 1357 | 2025-01-17T13:54:28.398Z | Compiling serde_spanned v0.6.8 |
| 1358 | 2025-01-17T13:54:28.475Z | Compiling tower-service v0.3.3 |
| 1359 | 2025-01-17T13:54:28.566Z | Compiling rustversion v1.0.17 |
| 1360 | 2025-01-17T13:54:28.622Z | Compiling match_cfg v0.1.0 |
| 1361 | 2025-01-17T13:54:28.641Z | Compiling foreign-types-shared v0.1.1 |
| 1362 | 2025-01-17T13:54:28.664Z | Compiling openssl v0.10.66 |
| 1363 | 2025-01-17T13:54:28.727Z | Compiling base64 v0.22.1 |
| 1364 | 2025-01-17T13:54:28.767Z | Compiling adler2 v2.0.0 |
| 1365 | 2025-01-17T13:54:28.989Z | Compiling miniz_oxide v0.8.0 |
| 1366 | 2025-01-17T13:54:29.106Z | Compiling foreign-types v0.3.2 |
| 1367 | 2025-01-17T13:54:29.215Z | Compiling tokio-util v0.7.12 |
| 1368 | 2025-01-17T13:54:29.330Z | Compiling hostname v0.3.1 |
| 1369 | 2025-01-17T13:54:29.422Z | Compiling url v2.5.3 |
| 1370 | 2025-01-17T13:54:29.557Z | Compiling async-trait v0.1.83 |
| 1371 | 2025-01-17T13:54:30.409Z | Compiling h2 v0.4.6 |
| 1372 | 2025-01-17T13:54:30.483Z | Compiling openssl-macros v0.1.1 |
| 1373 | 2025-01-17T13:54:30.706Z | Compiling serde_derive_internals v0.29.1 |
| 1374 | 2025-01-17T13:54:31.251Z | Compiling dof v0.3.0 |
| 1375 | 2025-01-17T13:54:31.254Z | Compiling dirs-sys-next v0.1.2 |
| 1376 | 2025-01-17T13:54:31.835Z | Compiling schemars v0.8.21 |
| 1377 | 2025-01-17T13:54:31.984Z | Compiling rustls v0.23.19 |
| 1378 | 2025-01-17T13:54:32.172Z | Compiling usdt-impl v0.5.0 |
| 1379 | 2025-01-17T13:54:32.278Z | Compiling syn v1.0.109 |
| 1380 | 2025-01-17T13:54:32.879Z | Compiling data-encoding v2.6.0 |
| 1381 | 2025-01-17T13:54:33.068Z | Compiling native-tls v0.2.12 |
| 1382 | 2025-01-17T13:54:33.099Z | Compiling siphasher v0.3.11 |
| 1383 | 2025-01-17T13:54:33.419Z | Compiling rustls v0.22.4 |
| 1384 | 2025-01-17T13:54:33.523Z | Compiling schemars_derive v0.8.21 |
| 1385 | 2025-01-17T13:54:33.647Z | Compiling dirs-next v2.0.0 |
| 1386 | 2025-01-17T13:54:34.891Z | Compiling http-body-util v0.1.2 |
| 1387 | 2025-01-17T13:54:34.957Z | Compiling heapless v0.7.17 |
| 1388 | 2025-01-17T13:54:35.047Z | Compiling crossbeam-epoch v0.9.18 |
| 1389 | 2025-01-17T13:54:35.103Z | Compiling signature v2.2.0 |
| 1390 | 2025-01-17T13:54:35.358Z | Compiling sha1 v0.10.6 |
| 1391 | 2025-01-17T13:54:35.381Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1392 | 2025-01-17T13:54:35.384Z | Compiling thread_local v1.1.8 |
| 1393 | 2025-01-17T13:54:35.729Z | Compiling multer v3.1.0 |
| 1394 | 2025-01-17T13:54:35.799Z | Compiling encoding_rs v0.8.34 |
| 1395 | 2025-01-17T13:54:35.870Z | Compiling cookie v0.18.1 |
| 1396 | 2025-01-17T13:54:35.950Z | Compiling rayon-core v1.12.1 |
| 1397 | 2025-01-17T13:54:36.097Z | Compiling mime v0.3.17 |
| 1398 | 2025-01-17T13:54:36.157Z | Compiling unicode-properties v0.1.3 |
| 1399 | 2025-01-17T13:54:36.233Z | Compiling signal-hook v0.3.17 |
| 1400 | 2025-01-17T13:54:36.523Z | Compiling slog-async v2.8.0 |
| 1401 | 2025-01-17T13:54:36.578Z | Compiling gimli v0.31.1 |
| 1402 | 2025-01-17T13:54:36.640Z | Compiling openssl-probe v0.1.5 |
| 1403 | 2025-01-17T13:54:36.661Z | Compiling dyn-clone v1.0.17 |
| 1404 | 2025-01-17T13:54:36.901Z | Compiling ipnet v2.10.1 |
| 1405 | 2025-01-17T13:54:37.143Z | Compiling stringprep v0.1.5 |
| 1406 | 2025-01-17T13:54:38.025Z | Compiling hyper v1.5.2 |
| 1407 | 2025-01-17T13:54:38.412Z | Compiling toml_edit v0.22.22 |
| 1408 | 2025-01-17T13:54:40.368Z | Compiling hyper-util v0.1.10 |
| 1409 | 2025-01-17T13:54:40.758Z | Compiling addr2line v0.24.2 |
| 1410 | 2025-01-17T13:54:41.387Z | Compiling crossbeam-deque v0.8.5 |
| 1411 | 2025-01-17T13:54:41.529Z | Compiling usdt-macro v0.5.0 |
| 1412 | 2025-01-17T13:54:41.703Z | Compiling usdt-attr-macro v0.5.0 |
| 1413 | 2025-01-17T13:54:41.725Z | Compiling term v0.7.0 |
| 1414 | 2025-01-17T13:54:42.298Z | Compiling slog-json v2.6.1 |
| 1415 | 2025-01-17T13:54:42.667Z | Compiling serde_urlencoded v0.7.1 |
| 1416 | 2025-01-17T13:54:42.929Z | Compiling curve25519-dalek v4.1.3 |
| 1417 | 2025-01-17T13:54:43.056Z | Compiling crossbeam-channel v0.5.13 |
| 1418 | 2025-01-17T13:54:43.129Z | Compiling futures-executor v0.3.31 |
| 1419 | 2025-01-17T13:54:43.131Z | Compiling enum-as-inner v0.6.1 |
| 1420 | 2025-01-17T13:54:43.278Z | Compiling md-5 v0.10.6 |
| 1421 | 2025-01-17T13:54:43.551Z | Compiling rustls-pemfile v2.2.0 |
| 1422 | 2025-01-17T13:54:43.613Z | Compiling async-stream-impl v0.3.6 |
| 1423 | 2025-01-17T13:54:43.693Z | Compiling num-integer v0.1.46 |
| 1424 | 2025-01-17T13:54:43.884Z | Compiling idna v0.4.0 |
| 1425 | 2025-01-17T13:54:44.091Z | Compiling idna v0.3.0 |
| 1426 | 2025-01-17T13:54:44.173Z | Compiling hash32 v0.2.1 |
| 1427 | 2025-01-17T13:54:44.400Z | Compiling ff v0.13.0 |
| 1428 | 2025-01-17T13:54:44.526Z | Compiling is-terminal v0.4.13 |
| 1429 | 2025-01-17T13:54:44.623Z | Compiling dropshot v0.12.0 |
| 1430 | 2025-01-17T13:54:44.667Z | Compiling object v0.36.5 |
| 1431 | 2025-01-17T13:54:44.923Z | Compiling portable-atomic v1.9.0 |
| 1432 | 2025-01-17T13:54:44.927Z | Compiling linked-hash-map v0.5.6 |
| 1433 | 2025-01-17T13:54:45.291Z | Compiling base16ct v0.2.0 |
| 1434 | 2025-01-17T13:54:45.402Z | Compiling take_mut v0.2.2 |
| 1435 | 2025-01-17T13:54:45.574Z | Compiling psl-types v2.0.11 |
| 1436 | 2025-01-17T13:54:45.624Z | Compiling quick-error v1.2.3 |
| 1437 | 2025-01-17T13:54:45.660Z | Compiling rustc-demangle v0.1.24 |
| 1438 | 2025-01-17T13:54:45.784Z | Compiling smoltcp v0.9.1 |
| 1439 | 2025-01-17T13:54:45.784Z | Compiling fallible-iterator v0.2.0 |
| 1440 | 2025-01-17T13:54:45.927Z | Compiling num-bigint-dig v0.8.4 |
| 1441 | 2025-01-17T13:54:46.066Z | Compiling utf-8 v0.7.6 |
| 1442 | 2025-01-17T13:54:46.242Z | Compiling anyhow v1.0.93 |
| 1443 | 2025-01-17T13:54:46.399Z | Compiling tungstenite v0.24.0 |
| 1444 | 2025-01-17T13:54:46.478Z | Compiling postgres-protocol v0.6.7 |
| 1445 | 2025-01-17T13:54:46.632Z | Compiling resolv-conf v0.7.0 |
| 1446 | 2025-01-17T13:54:46.653Z | Compiling publicsuffix v2.2.3 |
| 1447 | 2025-01-17T13:54:47.221Z | Compiling sec1 v0.7.3 |
| 1448 | 2025-01-17T13:54:47.339Z | Compiling lru-cache v0.1.2 |
| 1449 | 2025-01-17T13:54:47.631Z | Compiling async-stream v0.3.6 |
| 1450 | 2025-01-17T13:54:47.702Z | Compiling hickory-proto v0.24.1 |
| 1451 | 2025-01-17T13:54:47.781Z | Compiling slog-term v2.9.1 |
| 1452 | 2025-01-17T13:54:47.935Z | Compiling usdt v0.5.0 |
| 1453 | 2025-01-17T13:54:47.992Z | Compiling group v0.13.0 |
| 1454 | 2025-01-17T13:54:48.424Z | Compiling num-iter v0.1.45 |
| 1455 | 2025-01-17T13:54:48.619Z | Compiling futures v0.3.31 |
| 1456 | 2025-01-17T13:54:48.660Z | Compiling slog-bunyan v2.5.0 |
| 1457 | 2025-01-17T13:54:48.883Z | Compiling toml v0.8.19 |
| 1458 | 2025-01-17T13:54:49.342Z | Compiling tokio-native-tls v0.3.1 |
| 1459 | 2025-01-17T13:54:50.421Z | Compiling camino v1.1.9 |
| 1460 | 2025-01-17T13:54:50.511Z | Compiling phf_shared v0.11.2 |
| 1461 | 2025-01-17T13:54:50.644Z | Compiling dropshot_endpoint v0.12.0 |
| 1462 | 2025-01-17T13:54:50.887Z | Compiling terminal_size v0.4.0 |
| 1463 | 2025-01-17T13:54:50.908Z | Compiling openapiv3 v2.0.0 |
| 1464 | 2025-01-17T13:54:51.131Z | Compiling waitgroup v0.1.2 |
| 1465 | 2025-01-17T13:54:51.321Z | Compiling backtrace v0.3.74 |
| 1466 | 2025-01-17T13:54:51.363Z | Compiling serde_path_to_error v0.1.16 |
| 1467 | 2025-01-17T13:54:51.864Z | Compiling hkdf v0.12.4 |
| 1468 | 2025-01-17T13:54:52.135Z | Compiling crypto-bigint v0.5.5 |
| 1469 | 2025-01-17T13:54:52.156Z | Compiling webpki-roots v0.26.6 |
| 1470 | 2025-01-17T13:54:52.385Z | Compiling zerocopy-derive v0.6.6 |
| 1471 | 2025-01-17T13:54:54.400Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1472 | 2025-01-17T13:54:54.423Z | Compiling idna v0.5.0 |
| 1473 | 2025-01-17T13:54:54.425Z | Compiling hubpack_derive v0.1.1 |
| 1474 | 2025-01-17T13:54:54.975Z | Compiling hostname v0.4.0 |
| 1475 | 2025-01-17T13:54:54.996Z | Compiling crc32fast v1.4.2 |
| 1476 | 2025-01-17T13:54:55.204Z | Compiling fs-err v2.11.0 |
| 1477 | 2025-01-17T13:54:55.326Z | Compiling ahash v0.8.11 |
| 1478 | 2025-01-17T13:54:55.346Z | Compiling newtype-uuid v1.2.1 |
| 1479 | 2025-01-17T13:54:55.517Z | Compiling managed v0.8.0 |
| 1480 | 2025-01-17T13:54:55.631Z | Compiling debug-ignore v1.0.5 |
| 1481 | 2025-01-17T13:54:55.650Z | Compiling winnow v0.5.40 |
| 1482 | 2025-01-17T13:54:55.738Z | Compiling bitflags v1.3.2 |
| 1483 | 2025-01-17T13:54:55.805Z | Compiling strum_macros v0.25.3 |
| 1484 | 2025-01-17T13:54:55.895Z | Compiling console v0.15.8 |
| 1485 | 2025-01-17T13:54:57.069Z | Compiling clap_builder v4.5.21 |
| 1486 | 2025-01-17T13:54:57.580Z | Compiling cookie_store v0.21.0 |
| 1487 | 2025-01-17T13:54:58.015Z | Compiling hubpack v0.1.2 |
| 1488 | 2025-01-17T13:54:58.037Z | Compiling flate2 v1.0.34 |
| 1489 | 2025-01-17T13:54:58.445Z | Compiling elliptic-curve v0.13.8 |
| 1490 | 2025-01-17T13:54:58.953Z | Compiling toml_edit v0.19.15 |
| 1491 | 2025-01-17T13:54:59.053Z | Compiling zerocopy v0.6.6 |
| 1492 | 2025-01-17T13:54:59.201Z | Compiling hickory-resolver v0.24.1 |
| 1493 | 2025-01-17T13:54:59.699Z | Compiling phf v0.11.2 |
| 1494 | 2025-01-17T13:54:59.836Z | Compiling signal-hook-mio v0.2.4 |
| 1495 | 2025-01-17T13:54:59.990Z | Compiling rayon v1.10.0 |
| 1496 | 2025-01-17T13:55:00.048Z | Compiling hyper-tls v0.6.0 |
| 1497 | 2025-01-17T13:55:00.110Z | Compiling bzip2 v0.4.4 |
| 1498 | 2025-01-17T13:55:00.522Z | Compiling tokio-tungstenite v0.24.0 |
| 1499 | 2025-01-17T13:55:01.083Z | Compiling postgres-types v0.2.8 |
| 1500 | 2025-01-17T13:55:03.716Z | Compiling ed25519 v2.2.3 |
| 1501 | 2025-01-17T13:55:04.133Z | Compiling phf_shared v0.10.0 |
| 1502 | 2025-01-17T13:55:04.414Z | Compiling tokio-stream v0.1.16 |
| 1503 | 2025-01-17T13:55:04.534Z | Compiling pkcs1 v0.7.5 |
| 1504 | 2025-01-17T13:55:05.106Z | Compiling serde-big-array v0.5.1 |
| 1505 | 2025-01-17T13:55:05.346Z | Compiling clap_derive v4.5.18 |
| 1506 | 2025-01-17T13:55:05.382Z | Compiling rfc6979 v0.4.0 |
| 1507 | 2025-01-17T13:55:05.426Z | Compiling derive-where v1.2.7 |
| 1508 | 2025-01-17T13:55:05.475Z | Compiling serde_repr v0.1.19 |
| 1509 | 2025-01-17T13:55:05.591Z | Compiling float-cmp v0.9.0 |
| 1510 | 2025-01-17T13:55:05.593Z | Compiling bstr v1.10.0 |
| 1511 | 2025-01-17T13:55:05.903Z | Compiling sync_wrapper v1.0.1 |
| 1512 | 2025-01-17T13:55:06.085Z | Compiling normalize-line-endings v0.3.0 |
| 1513 | 2025-01-17T13:55:06.232Z | Compiling unicode-width v0.2.0 |
| 1514 | 2025-01-17T13:55:06.256Z | Compiling precomputed-hash v0.1.1 |
| 1515 | 2025-01-17T13:55:06.393Z | Compiling bit-vec v0.6.3 |
| 1516 | 2025-01-17T13:55:06.620Z | Compiling static_assertions v1.1.0 |
| 1517 | 2025-01-17T13:55:06.737Z | Compiling number_prefix v0.4.0 |
| 1518 | 2025-01-17T13:55:06.790Z | Compiling difflib v0.4.0 |
| 1519 | 2025-01-17T13:55:06.810Z | Compiling new_debug_unreachable v1.0.6 |
| 1520 | 2025-01-17T13:55:06.919Z | Compiling whoami v1.5.2 |
| 1521 | 2025-01-17T13:55:06.987Z | Compiling unicode-segmentation v1.12.0 |
| 1522 | 2025-01-17T13:55:07.175Z | Compiling fixedbitset v0.4.2 |
| 1523 | 2025-01-17T13:55:07.516Z | Compiling predicates-core v1.0.8 |
| 1524 | 2025-01-17T13:55:07.660Z | Compiling petgraph v0.6.5 |
| 1525 | 2025-01-17T13:55:07.853Z | Compiling predicates v3.1.2 |
| 1526 | 2025-01-17T13:55:07.886Z | Compiling similar v2.6.0 |
| 1527 | 2025-01-17T13:55:08.188Z | Compiling tokio-postgres v0.7.12 |
| 1528 | 2025-01-17T13:55:08.630Z | Compiling indicatif v0.17.9 |
| 1529 | 2025-01-17T13:55:09.356Z | Compiling string_cache v0.8.7 |
| 1530 | 2025-01-17T13:55:09.818Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1531 | 2025-01-17T13:55:10.060Z | Compiling clap v4.5.21 |
| 1532 | 2025-01-17T13:55:10.078Z | Compiling bit-set v0.5.3 |
| 1533 | 2025-01-17T13:55:10.194Z | Compiling ecdsa v0.16.9 |
| 1534 | 2025-01-17T13:55:10.364Z | Compiling rsa v0.9.6 |
| 1535 | 2025-01-17T13:55:10.689Z | Compiling ed25519-dalek v2.1.1 |
| 1536 | 2025-01-17T13:55:11.026Z | Compiling toml v0.7.8 |
| 1537 | 2025-01-17T13:55:11.402Z | Compiling zip v0.6.6 |
| 1538 | 2025-01-17T13:55:12.058Z | Compiling crossterm v0.28.1 |
| 1539 | 2025-01-17T13:55:13.391Z | Compiling hex v0.4.3 |
| 1540 | 2025-01-17T13:55:13.621Z | Compiling x509-cert v0.2.5 |
| 1541 | 2025-01-17T13:55:13.942Z | Compiling itertools v0.10.5 |
| 1542 | 2025-01-17T13:55:13.962Z | Compiling peg-runtime v0.8.3 |
| 1543 | 2025-01-17T13:55:14.549Z | Compiling lalrpop-util v0.19.12 |
| 1544 | 2025-01-17T13:55:14.684Z | Compiling unicode-xid v0.2.6 |
| 1545 | 2025-01-17T13:55:14.896Z | Compiling strum_macros v0.26.4 |
| 1546 | 2025-01-17T13:55:14.923Z | Compiling xattr v1.3.1 |
| 1547 | 2025-01-17T13:55:15.206Z | Compiling filetime v0.2.25 |
| 1548 | 2025-01-17T13:55:15.432Z | Compiling tar v0.4.42 |
| 1549 | 2025-01-17T13:55:19.606Z | Compiling strum v0.26.3 |
| 1550 | 2025-01-17T13:55:22.949Z | Compiling aws-lc-sys v0.22.0 |
| 1551 | 2025-01-17T13:55:50.724Z | Compiling rustls-webpki v0.102.8 |
| 1552 | 2025-01-17T13:55:53.977Z | Compiling tokio-rustls v0.25.0 |
| 1553 | 2025-01-17T13:55:55.651Z | Compiling tokio-rustls v0.26.0 |
| 1554 | 2025-01-17T13:55:55.962Z | Compiling hyper-rustls v0.27.3 |
| 1555 | 2025-01-17T13:55:56.287Z | Compiling reqwest v0.12.9 |
| 1556 | 2025-01-17T13:55:57.752Z | Compiling qorb v0.2.1 |
| 1557 | 2025-01-17T13:56:00.818Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1558 | 2025-01-17T13:56:01.079Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1559 | 2025-01-17T13:56:05.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1560 | 2025-01-17T13:56:05.782Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1561 | 2025-01-17T13:56:05.849Z | Jan 17 13:56:04.896 INFO Starting download, target: Cockroach |
| 1562 | 2025-01-17T13:56:05.850Z | Jan 17 13:56:04.896 INFO Starting download, target: Clickhouse |
| 1563 | 2025-01-17T13:56:05.850Z | Jan 17 13:56:04.896 INFO Starting download, target: DendriteOpenapi |
| 1564 | 2025-01-17T13:56:05.850Z | Jan 17 13:56:04.896 INFO Starting download, target: Console |
| 1565 | 2025-01-17T13:56:05.853Z | Jan 17 13:56:04.896 INFO Starting download, target: DendriteStub |
| 1566 | 2025-01-17T13:56:05.853Z | Jan 17 13:56:04.896 INFO Starting download, target: MaghemiteMgd |
| 1567 | 2025-01-17T13:56:05.853Z | Jan 17 13:56:04.896 INFO Starting download, target: TransceiverControl |
| 1568 | 2025-01-17T13:56:05.854Z | Jan 17 13:56:04.897 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1569 | 2025-01-17T13:56:05.854Z | Jan 17 13:56:04.897 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1570 | 2025-01-17T13:56:05.854Z | Jan 17 13:56:04.897 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1571 | 2025-01-17T13:56:05.854Z | Jan 17 13:56:04.897 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1572 | 2025-01-17T13:56:05.854Z | Jan 17 13:56:04.897 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1573 | 2025-01-17T13:56:05.854Z | Jan 17 13:56:04.897 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1574 | 2025-01-17T13:56:05.854Z | Jan 17 13:56:04.897 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1575 | 2025-01-17T13:56:06.064Z | Jan 17 13:56:05.105 INFO Download complete, target: DendriteOpenapi |
| 1576 | 2025-01-17T13:56:06.155Z | Jan 17 13:56:05.200 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1577 | 2025-01-17T13:56:06.375Z | Jan 17 13:56:05.420 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1578 | 2025-01-17T13:56:06.676Z | Jan 17 13:56:05.721 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1579 | 2025-01-17T13:56:06.683Z | Jan 17 13:56:05.723 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1580 | 2025-01-17T13:56:06.726Z | Jan 17 13:56:05.771 INFO Download complete, target: Console |
| 1581 | 2025-01-17T13:56:06.908Z | Jan 17 13:56:05.954 INFO Download complete, target: TransceiverControl |
| 1582 | 2025-01-17T13:56:07.212Z | Jan 17 13:56:06.259 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1583 | 2025-01-17T13:56:07.212Z | Jan 17 13:56:06.259 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1584 | 2025-01-17T13:56:07.841Z | Jan 17 13:56:06.888 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1585 | 2025-01-17T13:56:09.403Z | Jan 17 13:56:08.449 INFO Download complete, target: DendriteStub |
| 1586 | 2025-01-17T13:56:09.584Z | Jan 17 13:56:08.630 INFO Download complete, target: MaghemiteMgd |
| 1587 | 2025-01-17T13:56:14.562Z | Jan 17 13:56:13.607 INFO Checking that binary works, target: Cockroach |
| 1588 | 2025-01-17T13:56:14.905Z | Jan 17 13:56:13.951 INFO Download complete, target: Cockroach |
| 1589 | 2025-01-17T13:56:19.999Z | Jan 17 13:56:19.043 INFO Checking that binary works, target: Clickhouse |
| 1590 | 2025-01-17T13:56:20.173Z | Jan 17 13:56:19.217 INFO Download complete, target: Clickhouse |
| 1591 | 2025-01-17T13:56:20.194Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1592 | 2025-01-17T13:56:20.196Z | |
| 1593 | 2025-01-17T13:56:20.196Z | real 4:45.623067955 |
| 1594 | 2025-01-17T13:56:20.197Z | user 16:00.216733276 |
| 1595 | 2025-01-17T13:56:20.197Z | sys 2:06.459725942 |
| 1596 | 2025-01-17T13:56:20.197Z | trap 0.586566015 |
| 1597 | 2025-01-17T13:56:20.197Z | tflt 1.561570258 |
| 1598 | 2025-01-17T13:56:20.197Z | dflt 1.562489544 |
| 1599 | 2025-01-17T13:56:20.197Z | kflt 0.027662514 |
| 1600 | 2025-01-17T13:56:20.197Z | lock 25:28.799564408 |
| 1601 | 2025-01-17T13:56:20.197Z | slp 55:51.959477845 |
| 1602 | 2025-01-17T13:56:20.197Z | lat 1:01.933028758 |
| 1603 | 2025-01-17T13:56:20.197Z | stop 2:27.039594897 |
| 1604 | 2025-01-17T13:56:20.197Z | + banner clippy |
| 1605 | 2025-01-17T13:56:20.200Z | |
| 1606 | 2025-01-17T13:56:20.200Z | #### # # ##### ##### # # |
| 1607 | 2025-01-17T13:56:20.200Z | # # # # # # # # # # |
| 1608 | 2025-01-17T13:56:20.200Z | # # # # # # # # |
| 1609 | 2025-01-17T13:56:20.200Z | # # # ##### ##### # |
| 1610 | 2025-01-17T13:56:20.200Z | # # # # # # # |
| 1611 | 2025-01-17T13:56:20.200Z | #### ###### # # # # |
| 1612 | 2025-01-17T13:56:20.200Z | |
| 1613 | 2025-01-17T13:56:20.200Z | + export CARGO_INCREMENTAL=0 |
| 1614 | 2025-01-17T13:56:20.200Z | + CARGO_INCREMENTAL=0 |
| 1615 | 2025-01-17T13:56:20.200Z | + ptime -m cargo xtask clippy |
| 1616 | 2025-01-17T13:56:20.728Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1617 | 2025-01-17T13:56:23.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 1618 | 2025-01-17T13:56:23.681Z | Running `target/debug/xtask clippy` |
| 1619 | 2025-01-17T13:56:23.701Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1620 | 2025-01-17T13:56:24.329Z | Downloading crates ... |
| 1621 | 2025-01-17T13:56:24.627Z | Downloaded async-lock v3.4.0 |
| 1622 | 2025-01-17T13:56:24.630Z | Downloaded async-task v4.7.1 |
| 1623 | 2025-01-17T13:56:24.634Z | Downloaded async-object-pool v0.1.5 |
| 1624 | 2025-01-17T13:56:24.637Z | Downloaded plotters-svg v0.3.7 |
| 1625 | 2025-01-17T13:56:24.648Z | Downloaded async-signal v0.2.10 |
| 1626 | 2025-01-17T13:56:24.651Z | Downloaded anes v0.1.6 |
| 1627 | 2025-01-17T13:56:24.653Z | Downloaded target-triple v0.1.3 |
| 1628 | 2025-01-17T13:56:24.656Z | Downloaded doc-comment v0.3.3 |
| 1629 | 2025-01-17T13:56:24.658Z | Downloaded pathdiff v0.2.2 |
| 1630 | 2025-01-17T13:56:24.658Z | Downloaded escape8259 v0.5.3 |
| 1631 | 2025-01-17T13:56:24.663Z | Downloaded nested v0.1.1 |
| 1632 | 2025-01-17T13:56:24.666Z | Downloaded approx v0.5.1 |
| 1633 | 2025-01-17T13:56:24.669Z | Downloaded blocking v1.6.1 |
| 1634 | 2025-01-17T13:56:24.671Z | Downloaded async-global-executor v2.4.1 |
| 1635 | 2025-01-17T13:56:24.672Z | Downloaded plotters-backend v0.3.7 |
| 1636 | 2025-01-17T13:56:24.674Z | Downloaded parking v2.2.1 |
| 1637 | 2025-01-17T13:56:24.674Z | Downloaded async-channel v1.9.0 |
| 1638 | 2025-01-17T13:56:24.677Z | Downloaded oorandom v11.1.4 |
| 1639 | 2025-01-17T13:56:24.677Z | Downloaded indoc v2.0.5 |
| 1640 | 2025-01-17T13:56:24.679Z | Downloaded stringmetrics v2.2.2 |
| 1641 | 2025-01-17T13:56:24.682Z | Downloaded serde_regex v1.1.0 |
| 1642 | 2025-01-17T13:56:24.686Z | Downloaded proc-macro-crate v3.2.0 |
| 1643 | 2025-01-17T13:56:24.686Z | Downloaded kv-log-macro v1.0.7 |
| 1644 | 2025-01-17T13:56:24.686Z | Downloaded relative-path v1.9.3 |
| 1645 | 2025-01-17T13:56:24.688Z | Downloaded piper v0.2.4 |
| 1646 | 2025-01-17T13:56:24.689Z | Downloaded num_cpus v1.16.0 |
| 1647 | 2025-01-17T13:56:24.691Z | Downloaded futures-timer v3.0.3 |
| 1648 | 2025-01-17T13:56:24.693Z | Downloaded datatest-stable v0.2.9 |
| 1649 | 2025-01-17T13:56:24.696Z | Downloaded target-lexicon v0.12.16 |
| 1650 | 2025-01-17T13:56:24.696Z | Downloaded similar-asserts v1.6.0 |
| 1651 | 2025-01-17T13:56:24.698Z | Downloaded target-spec v3.2.2 |
| 1652 | 2025-01-17T13:56:24.701Z | Downloaded threadpool v1.8.1 |
| 1653 | 2025-01-17T13:56:24.701Z | Downloaded path-tree v0.8.1 |
| 1654 | 2025-01-17T13:56:24.701Z | Downloaded async-process v2.3.0 |
| 1655 | 2025-01-17T13:56:24.704Z | Downloaded httptest v0.16.1 |
| 1656 | 2025-01-17T13:56:24.706Z | Downloaded async-executor v1.13.1 |
| 1657 | 2025-01-17T13:56:24.709Z | Downloaded blake2b_simd v1.0.2 |
| 1658 | 2025-01-17T13:56:24.709Z | Downloaded tinytemplate v1.2.1 |
| 1659 | 2025-01-17T13:56:24.711Z | Downloaded rustls-native-certs v0.7.3 |
| 1660 | 2025-01-17T13:56:24.714Z | Downloaded partial-io v0.5.4 |
| 1661 | 2025-01-17T13:56:24.714Z | Downloaded libtest-mimic v0.7.3 |
| 1662 | 2025-01-17T13:56:24.716Z | Downloaded hyper-rustls v0.26.0 |
| 1663 | 2025-01-17T13:56:24.718Z | Downloaded concurrent-queue v2.5.0 |
| 1664 | 2025-01-17T13:56:24.721Z | Downloaded assert_cmd v2.0.16 |
| 1665 | 2025-01-17T13:56:24.723Z | Downloaded event-listener-strategy v0.5.2 |
| 1666 | 2025-01-17T13:56:24.723Z | Downloaded cfg-expr v0.17.0 |
| 1667 | 2025-01-17T13:56:24.726Z | Downloaded trybuild v1.0.101 |
| 1668 | 2025-01-17T13:56:24.728Z | Downloaded rust-argon2 v2.1.0 |
| 1669 | 2025-01-17T13:56:24.731Z | Downloaded rstest v0.23.0 |
| 1670 | 2025-01-17T13:56:24.735Z | Downloaded polling v3.7.3 |
| 1671 | 2025-01-17T13:56:24.739Z | Downloaded futures-lite v2.3.0 |
| 1672 | 2025-01-17T13:56:24.741Z | Downloaded yansi v1.0.1 |
| 1673 | 2025-01-17T13:56:24.744Z | Downloaded rstest_macros v0.23.0 |
| 1674 | 2025-01-17T13:56:24.746Z | Downloaded rand_distr v0.4.3 |
| 1675 | 2025-01-17T13:56:24.749Z | Downloaded fancy-regex v0.13.0 |
| 1676 | 2025-01-17T13:56:24.751Z | Downloaded pretty_assertions v1.4.1 |
| 1677 | 2025-01-17T13:56:24.754Z | Downloaded event-listener v5.3.1 |
| 1678 | 2025-01-17T13:56:24.756Z | Downloaded async-io v2.3.4 |
| 1679 | 2025-01-17T13:56:24.758Z | Downloaded assert-json-diff v2.0.2 |
| 1680 | 2025-01-17T13:56:24.761Z | Downloaded cast v0.3.0 |
| 1681 | 2025-01-17T13:56:24.761Z | Downloaded async-attributes v1.1.2 |
| 1682 | 2025-01-17T13:56:24.764Z | Downloaded criterion-plot v0.5.0 |
| 1683 | 2025-01-17T13:56:24.764Z | Downloaded async-channel v2.3.1 |
| 1684 | 2025-01-17T13:56:24.767Z | Downloaded criterion v0.5.1 |
| 1685 | 2025-01-17T13:56:24.770Z | Downloaded event-listener v2.5.3 |
| 1686 | 2025-01-17T13:56:24.773Z | Downloaded plotters v0.3.7 |
| 1687 | 2025-01-17T13:56:24.780Z | Downloaded guppy v0.17.8 |
| 1688 | 2025-01-17T13:56:24.785Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1689 | 2025-01-17T13:56:24.787Z | Downloaded async-std v1.13.0 |
| 1690 | 2025-01-17T13:56:24.866Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1691 | 2025-01-17T13:56:25.664Z | Checking cfg-if v1.0.0 |
| 1692 | 2025-01-17T13:56:25.744Z | Checking libc v0.2.169 |
| 1693 | 2025-01-17T13:56:25.767Z | Checking serde v1.0.217 |
| 1694 | 2025-01-17T13:56:25.794Z | Checking memchr v2.7.4 |
| 1695 | 2025-01-17T13:56:25.817Z | Checking value-bag v1.9.0 |
| 1696 | 2025-01-17T13:56:25.844Z | Checking scopeguard v1.2.0 |
| 1697 | 2025-01-17T13:56:25.867Z | Checking zeroize v1.8.1 |
| 1698 | 2025-01-17T13:56:25.890Z | Checking itoa v1.0.11 |
| 1699 | 2025-01-17T13:56:25.893Z | Checking smallvec v1.13.2 |
| 1700 | 2025-01-17T13:56:25.995Z | Checking lock_api v0.4.12 |
| 1701 | 2025-01-17T13:56:26.129Z | Checking byteorder v1.5.0 |
| 1702 | 2025-01-17T13:56:26.161Z | Checking pin-project-lite v0.2.14 |
| 1703 | 2025-01-17T13:56:26.197Z | Checking log v0.4.22 |
| 1704 | 2025-01-17T13:56:26.242Z | Checking subtle v2.6.1 |
| 1705 | 2025-01-17T13:56:26.299Z | Checking once_cell v1.20.2 |
| 1706 | 2025-01-17T13:56:26.435Z | Checking typenum v1.17.0 |
| 1707 | 2025-01-17T13:56:26.524Z | Checking libm v0.2.8 |
| 1708 | 2025-01-17T13:56:26.552Z | Checking futures-core v0.3.31 |
| 1709 | 2025-01-17T13:56:26.597Z | Checking zerocopy v0.7.35 |
| 1710 | 2025-01-17T13:56:26.627Z | Checking ryu v1.0.18 |
| 1711 | 2025-01-17T13:56:26.689Z | Checking thiserror v1.0.69 |
| 1712 | 2025-01-17T13:56:26.741Z | Checking spin v0.9.8 |
| 1713 | 2025-01-17T13:56:26.771Z | Checking getrandom v0.2.15 |
| 1714 | 2025-01-17T13:56:26.827Z | Checking signal-hook-registry v1.4.2 |
| 1715 | 2025-01-17T13:56:26.876Z | Checking parking_lot_core v0.9.10 |
| 1716 | 2025-01-17T13:56:27.017Z | Checking rand_core v0.6.4 |
| 1717 | 2025-01-17T13:56:27.092Z | Checking mio v1.0.2 |
| 1718 | 2025-01-17T13:56:27.121Z | Checking socket2 v0.5.7 |
| 1719 | 2025-01-17T13:56:27.204Z | Checking parking_lot v0.12.3 |
| 1720 | 2025-01-17T13:56:27.354Z | Checking const-oid v0.9.6 |
| 1721 | 2025-01-17T13:56:27.418Z | Checking num-traits v0.2.19 |
| 1722 | 2025-01-17T13:56:27.517Z | Checking generic-array v0.14.7 |
| 1723 | 2025-01-17T13:56:27.567Z | Checking allocator-api2 v0.2.18 |
| 1724 | 2025-01-17T13:56:27.631Z | Checking futures-io v0.3.31 |
| 1725 | 2025-01-17T13:56:27.680Z | Checking slab v0.4.9 |
| 1726 | 2025-01-17T13:56:27.830Z | Checking cpufeatures v0.2.14 |
| 1727 | 2025-01-17T13:56:27.861Z | Checking futures-sink v0.3.31 |
| 1728 | 2025-01-17T13:56:27.956Z | Checking foldhash v0.1.3 |
| 1729 | 2025-01-17T13:56:27.988Z | Checking equivalent v1.0.1 |
| 1730 | 2025-01-17T13:56:28.022Z | Checking pin-utils v0.1.0 |
| 1731 | 2025-01-17T13:56:28.118Z | Checking futures-channel v0.3.31 |
| 1732 | 2025-01-17T13:56:28.149Z | Checking futures-task v0.3.31 |
| 1733 | 2025-01-17T13:56:28.178Z | Checking hashbrown v0.15.1 |
| 1734 | 2025-01-17T13:56:28.208Z | Checking iana-time-zone v0.1.61 |
| 1735 | 2025-01-17T13:56:28.393Z | Checking stable_deref_trait v1.2.0 |
| 1736 | 2025-01-17T13:56:28.423Z | Checking fnv v1.0.7 |
| 1737 | 2025-01-17T13:56:28.453Z | Checking futures-util v0.3.31 |
| 1738 | 2025-01-17T13:56:28.519Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1739 | 2025-01-17T13:56:28.585Z | Checking crypto-common v0.1.6 |
| 1740 | 2025-01-17T13:56:28.588Z | Checking block-buffer v0.10.4 |
| 1741 | 2025-01-17T13:56:28.794Z | Checking tracing-core v0.1.32 |
| 1742 | 2025-01-17T13:56:28.823Z | Checking ppv-lite86 v0.2.20 |
| 1743 | 2025-01-17T13:56:28.868Z | Checking errno v0.3.9 |
| 1744 | 2025-01-17T13:56:28.898Z | Checking dyn-clone v1.0.17 |
| 1745 | 2025-01-17T13:56:29.054Z | Checking zerofrom v0.1.4 |
| 1746 | 2025-01-17T13:56:29.083Z | Checking percent-encoding v2.3.1 |
| 1747 | 2025-01-17T13:56:29.244Z | Checking block-padding v0.3.3 |
| 1748 | 2025-01-17T13:56:29.294Z | Checking yoke v0.7.4 |
| 1749 | 2025-01-17T13:56:29.322Z | Checking writeable v0.5.5 |
| 1750 | 2025-01-17T13:56:29.397Z | Checking tracing v0.1.40 |
| 1751 | 2025-01-17T13:56:29.426Z | Checking digest v0.10.7 |
| 1752 | 2025-01-17T13:56:29.479Z | Checking litemap v0.7.3 |
| 1753 | 2025-01-17T13:56:29.505Z | Checking rand_chacha v0.3.1 |
| 1754 | 2025-01-17T13:56:29.612Z | Checking zerovec v0.10.4 |
| 1755 | 2025-01-17T13:56:29.642Z | Checking inout v0.1.3 |
| 1756 | 2025-01-17T13:56:29.760Z | Checking crossbeam-utils v0.8.20 |
| 1757 | 2025-01-17T13:56:29.814Z | Checking tinyvec_macros v0.1.1 |
| 1758 | 2025-01-17T13:56:29.857Z | Checking form_urlencoded v1.2.1 |
| 1759 | 2025-01-17T13:56:29.909Z | Checking cipher v0.4.4 |
| 1760 | 2025-01-17T13:56:29.937Z | Checking tinyvec v1.8.0 |
| 1761 | 2025-01-17T13:56:29.965Z | Checking rand v0.8.5 |
| 1762 | 2025-01-17T13:56:30.085Z | Checking httparse v1.9.5 |
| 1763 | 2025-01-17T13:56:30.359Z | Checking atomic-waker v1.1.2 |
| 1764 | 2025-01-17T13:56:30.415Z | Checking bytes v1.9.0 |
| 1765 | 2025-01-17T13:56:30.492Z | Checking bitflags v2.6.0 |
| 1766 | 2025-01-17T13:56:30.530Z | Checking serde_json v1.0.135 |
| 1767 | 2025-01-17T13:56:30.565Z | Checking chrono v0.4.38 |
| 1768 | 2025-01-17T13:56:30.796Z | Checking indexmap v2.7.0 |
| 1769 | 2025-01-17T13:56:31.204Z | Checking tokio v1.43.0 |
| 1770 | 2025-01-17T13:56:31.232Z | Checking uuid v1.12.0 |
| 1771 | 2025-01-17T13:56:31.234Z | Checking rustix v0.38.37 |
| 1772 | 2025-01-17T13:56:31.235Z | Checking http v1.2.0 |
| 1773 | 2025-01-17T13:56:31.898Z | Checking tinystr v0.7.6 |
| 1774 | 2025-01-17T13:56:31.943Z | Checking icu_locid_transform_data v1.5.0 |
| 1775 | 2025-01-17T13:56:32.059Z | Checking unicode-ident v1.0.14 |
| 1776 | 2025-01-17T13:56:32.207Z | Checking regex-syntax v0.8.5 |
| 1777 | 2025-01-17T13:56:32.257Z | Checking icu_collections v1.5.0 |
| 1778 | 2025-01-17T13:56:32.283Z | Checking icu_locid v1.5.0 |
| 1779 | 2025-01-17T13:56:32.548Z | Checking schemars v0.8.21 |
| 1780 | 2025-01-17T13:56:32.577Z | Checking unicode-normalization v0.1.24 |
| 1781 | 2025-01-17T13:56:32.925Z | Checking icu_properties_data v1.5.0 |
| 1782 | 2025-01-17T13:56:33.113Z | Checking untrusted v0.9.0 |
| 1783 | 2025-01-17T13:56:33.194Z | Checking icu_provider v1.5.0 |
| 1784 | 2025-01-17T13:56:33.196Z | Checking aho-corasick v1.1.3 |
| 1785 | 2025-01-17T13:56:33.299Z | Checking ring v0.17.8 |
| 1786 | 2025-01-17T13:56:33.538Z | Checking unicode-bidi v0.3.17 |
| 1787 | 2025-01-17T13:56:33.823Z | Checking icu_locid_transform v1.5.0 |
| 1788 | 2025-01-17T13:56:34.035Z | Checking icu_normalizer_data v1.5.0 |
| 1789 | 2025-01-17T13:56:34.162Z | Checking base64ct v1.6.0 |
| 1790 | 2025-01-17T13:56:34.164Z | Checking utf8_iter v1.0.4 |
| 1791 | 2025-01-17T13:56:34.417Z | Checking write16 v1.0.0 |
| 1792 | 2025-01-17T13:56:34.534Z | Checking utf16_iter v1.0.5 |
| 1793 | 2025-01-17T13:56:34.572Z | Checking proc-macro2 v1.0.92 |
| 1794 | 2025-01-17T13:56:34.631Z | Checking sha2 v0.10.8 |
| 1795 | 2025-01-17T13:56:34.729Z | Checking hmac v0.12.1 |
| 1796 | 2025-01-17T13:56:34.786Z | Checking powerfmt v0.2.0 |
| 1797 | 2025-01-17T13:56:34.851Z | Checking icu_properties v1.5.1 |
| 1798 | 2025-01-17T13:56:34.965Z | Checking rustls-pki-types v1.10.0 |
| 1799 | 2025-01-17T13:56:35.098Z | Checking deranged v0.3.11 |
| 1800 | 2025-01-17T13:56:35.129Z | Checking time-core v0.1.2 |
| 1801 | 2025-01-17T13:56:35.214Z | Checking num_threads v0.1.7 |
| 1802 | 2025-01-17T13:56:35.251Z | Checking quote v1.0.38 |
| 1803 | 2025-01-17T13:56:35.303Z | Checking num-conv v0.1.0 |
| 1804 | 2025-01-17T13:56:35.347Z | Checking lazy_static v1.5.0 |
| 1805 | 2025-01-17T13:56:35.430Z | Checking regex-automata v0.4.8 |
| 1806 | 2025-01-17T13:56:35.495Z | Checking adler2 v2.0.0 |
| 1807 | 2025-01-17T13:56:35.521Z | Checking http-body v1.0.1 |
| 1808 | 2025-01-17T13:56:35.549Z | Checking aws-lc-sys v0.22.0 |
| 1809 | 2025-01-17T13:56:35.604Z | Checking syn v2.0.96 |
| 1810 | 2025-01-17T13:56:35.662Z | Checking miniz_oxide v0.8.0 |
| 1811 | 2025-01-17T13:56:35.750Z | Checking base64 v0.22.1 |
| 1812 | 2025-01-17T13:56:36.264Z | Checking httpdate v1.0.3 |
| 1813 | 2025-01-17T13:56:36.371Z | Checking time v0.3.36 |
| 1814 | 2025-01-17T13:56:36.459Z | Checking mirai-annotations v1.12.0 |
| 1815 | 2025-01-17T13:56:36.536Z | Checking untrusted v0.7.1 |
| 1816 | 2025-01-17T13:56:36.653Z | Checking try-lock v0.2.5 |
| 1817 | 2025-01-17T13:56:36.735Z | Checking pem-rfc7468 v0.7.0 |
| 1818 | 2025-01-17T13:56:36.824Z | Checking want v0.3.1 |
| 1819 | 2025-01-17T13:56:37.035Z | Checking ahash v0.8.11 |
| 1820 | 2025-01-17T13:56:37.038Z | Checking tower-service v0.3.3 |
| 1821 | 2025-01-17T13:56:37.211Z | Checking flagset v0.4.6 |
| 1822 | 2025-01-17T13:56:37.426Z | Checking der v0.7.9 |
| 1823 | 2025-01-17T13:56:37.538Z | Checking pbkdf2 v0.12.2 |
| 1824 | 2025-01-17T13:56:37.628Z | Checking aws-lc-rs v1.10.0 |
| 1825 | 2025-01-17T13:56:37.735Z | Checking aes v0.8.4 |
| 1826 | 2025-01-17T13:56:37.974Z | Checking tokio-util v0.7.12 |
| 1827 | 2025-01-17T13:56:38.120Z | Checking icu_normalizer v1.5.0 |
| 1828 | 2025-01-17T13:56:38.669Z | Checking mime v0.3.17 |
| 1829 | 2025-01-17T13:56:38.738Z | Checking salsa20 v0.10.2 |
| 1830 | 2025-01-17T13:56:38.832Z | Checking h2 v0.4.6 |
| 1831 | 2025-01-17T13:56:38.915Z | Checking idna_adapter v1.2.0 |
| 1832 | 2025-01-17T13:56:38.965Z | Checking cbc v0.1.2 |
| 1833 | 2025-01-17T13:56:39.011Z | Checking slog v2.7.0 |
| 1834 | 2025-01-17T13:56:39.129Z | Checking idna v1.0.3 |
| 1835 | 2025-01-17T13:56:39.132Z | Checking spki v0.7.3 |
| 1836 | 2025-01-17T13:56:39.190Z | Checking scrypt v0.11.0 |
| 1837 | 2025-01-17T13:56:39.353Z | Checking rustls-webpki v0.102.8 |
| 1838 | 2025-01-17T13:56:39.422Z | Checking http-body-util v0.1.2 |
| 1839 | 2025-01-17T13:56:39.455Z | Checking semver v1.0.24 |
| 1840 | 2025-01-17T13:56:39.487Z | Checking gimli v0.31.1 |
| 1841 | 2025-01-17T13:56:39.634Z | Checking url v2.5.3 |
| 1842 | 2025-01-17T13:56:39.763Z | Checking regex v1.11.1 |
| 1843 | 2025-01-17T13:56:39.864Z | Checking ipnet v2.10.1 |
| 1844 | 2025-01-17T13:56:39.895Z | Checking pkcs5 v0.7.1 |
| 1845 | 2025-01-17T13:56:40.140Z | Checking rustls-pemfile v2.2.0 |
| 1846 | 2025-01-17T13:56:40.321Z | Checking object v0.36.5 |
| 1847 | 2025-01-17T13:56:40.384Z | Checking foreign-types-shared v0.1.1 |
| 1848 | 2025-01-17T13:56:40.386Z | Checking utf8parse v0.2.2 |
| 1849 | 2025-01-17T13:56:40.433Z | Checking openssl-probe v0.1.5 |
| 1850 | 2025-01-17T13:56:40.467Z | Checking rustc-demangle v0.1.24 |
| 1851 | 2025-01-17T13:56:40.508Z | Checking foreign-types v0.3.2 |
| 1852 | 2025-01-17T13:56:40.567Z | Checking pkcs8 v0.10.2 |
| 1853 | 2025-01-17T13:56:40.604Z | Checking futures-executor v0.3.31 |
| 1854 | 2025-01-17T13:56:40.634Z | Checking serde_spanned v0.6.8 |
| 1855 | 2025-01-17T13:56:40.850Z | Checking serde_urlencoded v0.7.1 |
| 1856 | 2025-01-17T13:56:40.878Z | Checking toml_datetime v0.6.8 |
| 1857 | 2025-01-17T13:56:40.881Z | Checking openssl-sys v0.9.103 |
| 1858 | 2025-01-17T13:56:40.930Z | Checking encoding_rs v0.8.34 |
| 1859 | 2025-01-17T13:56:41.177Z | Checking data-encoding v2.6.0 |
| 1860 | 2025-01-17T13:56:41.291Z | Checking unicode-width v0.1.14 |
| 1861 | 2025-01-17T13:56:41.568Z | Checking futures v0.3.31 |
| 1862 | 2025-01-17T13:56:41.699Z | Checking anstyle v1.0.10 |
| 1863 | 2025-01-17T13:56:41.702Z | Checking either v1.13.0 |
| 1864 | 2025-01-17T13:56:41.797Z | Checking rustls v0.23.19 |
| 1865 | 2025-01-17T13:56:42.058Z | Checking sha1 v0.10.6 |
| 1866 | 2025-01-17T13:56:42.090Z | Checking idna v0.3.0 |
| 1867 | 2025-01-17T13:56:42.092Z | Checking openssl v0.10.66 |
| 1868 | 2025-01-17T13:56:42.357Z | Checking openapiv3 v2.0.0 |
| 1869 | 2025-01-17T13:56:43.022Z | Checking psl-types v2.0.11 |
| 1870 | 2025-01-17T13:56:43.217Z | Checking publicsuffix v2.2.3 |
| 1871 | 2025-01-17T13:56:43.248Z | Checking anstyle-parse v0.2.5 |
| 1872 | 2025-01-17T13:56:43.250Z | Checking addr2line v0.24.2 |
| 1873 | 2025-01-17T13:56:43.485Z | Checking cookie v0.18.1 |
| 1874 | 2025-01-17T13:56:43.533Z | Checking webpki-roots v0.26.6 |
| 1875 | 2025-01-17T13:56:43.766Z | Checking idna v0.5.0 |
| 1876 | 2025-01-17T13:56:43.815Z | Checking camino v1.1.9 |
| 1877 | 2025-01-17T13:56:43.963Z | Checking winnow v0.6.20 |
| 1878 | 2025-01-17T13:56:44.378Z | Checking anstyle-query v1.1.1 |
| 1879 | 2025-01-17T13:56:44.532Z | Checking is_terminal_polyfill v1.70.1 |
| 1880 | 2025-01-17T13:56:44.690Z | Checking colorchoice v1.0.2 |
| 1881 | 2025-01-17T13:56:44.721Z | Checking cookie_store v0.21.0 |
| 1882 | 2025-01-17T13:56:44.864Z | Checking anstream v0.6.15 |
| 1883 | 2025-01-17T13:56:45.078Z | Checking hyper v1.5.2 |
| 1884 | 2025-01-17T13:56:45.241Z | Checking terminal_size v0.4.0 |
| 1885 | 2025-01-17T13:56:45.446Z | Checking signature v2.2.0 |
| 1886 | 2025-01-17T13:56:45.449Z | Checking sync_wrapper v1.0.1 |
| 1887 | 2025-01-17T13:56:45.570Z | Checking clap_lex v0.7.2 |
| 1888 | 2025-01-17T13:56:45.637Z | Checking strsim v0.11.1 |
| 1889 | 2025-01-17T13:56:45.667Z | Checking is-terminal v0.4.13 |
| 1890 | 2025-01-17T13:56:45.806Z | Checking scroll v0.12.0 |
| 1891 | 2025-01-17T13:56:45.850Z | Checking plain v0.2.3 |
| 1892 | 2025-01-17T13:56:45.964Z | Checking clap_builder v4.5.21 |
| 1893 | 2025-01-17T13:56:46.028Z | Checking ucd-trie v0.1.7 |
| 1894 | 2025-01-17T13:56:46.162Z | Checking backtrace v0.3.74 |
| 1895 | 2025-01-17T13:56:46.261Z | Checking pest v2.7.14 |
| 1896 | 2025-01-17T13:56:46.304Z | Checking goblin v0.8.2 |
| 1897 | 2025-01-17T13:56:46.740Z | Checking anyhow v1.0.93 |
| 1898 | 2025-01-17T13:56:46.778Z | Checking pretty-hex v0.4.1 |
| 1899 | 2025-01-17T13:56:46.962Z | Checking base16ct v0.2.0 |
| 1900 | 2025-01-17T13:56:46.964Z | Checking hyper-util v0.1.10 |
| 1901 | 2025-01-17T13:56:47.015Z | Checking tokio-rustls v0.26.0 |
| 1902 | 2025-01-17T13:56:47.145Z | Checking num-integer v0.1.46 |
| 1903 | 2025-01-17T13:56:47.175Z | Checking sec1 v0.7.3 |
| 1904 | 2025-01-17T13:56:47.207Z | Checking native-tls v0.2.12 |
| 1905 | 2025-01-17T13:56:47.404Z | Checking ff v0.13.0 |
| 1906 | 2025-01-17T13:56:47.530Z | Checking tokio-native-tls v0.3.1 |
| 1907 | 2025-01-17T13:56:47.560Z | Checking thread-id v4.2.2 |
| 1908 | 2025-01-17T13:56:47.621Z | Checking group v0.13.0 |
| 1909 | 2025-01-17T13:56:47.649Z | Checking toml_edit v0.22.22 |
| 1910 | 2025-01-17T13:56:47.678Z | Checking hkdf v0.12.4 |
| 1911 | 2025-01-17T13:56:47.799Z | Checking crypto-bigint v0.5.5 |
| 1912 | 2025-01-17T13:56:47.893Z | Checking memmap v0.7.0 |
| 1913 | 2025-01-17T13:56:47.919Z | Checking dirs-sys-next v0.1.2 |
| 1914 | 2025-01-17T13:56:48.121Z | Checking crc32fast v1.4.2 |
| 1915 | 2025-01-17T13:56:48.149Z | Checking utf-8 v0.7.6 |
| 1916 | 2025-01-17T13:56:48.376Z | Checking static_assertions v1.1.0 |
| 1917 | 2025-01-17T13:56:48.401Z | Checking bitflags v1.3.2 |
| 1918 | 2025-01-17T13:56:48.493Z | Checking dirs-next v2.0.0 |
| 1919 | 2025-01-17T13:56:48.526Z | Checking crossbeam-channel v0.5.13 |
| 1920 | 2025-01-17T13:56:48.654Z | Checking thread_local v1.1.8 |
| 1921 | 2025-01-17T13:56:48.813Z | Checking dtrace-parser v0.2.0 |
| 1922 | 2025-01-17T13:56:48.867Z | Checking clap v4.5.21 |
| 1923 | 2025-01-17T13:56:48.941Z | Checking unicode-segmentation v1.12.0 |
| 1924 | 2025-01-17T13:56:49.007Z | Checking term v0.7.0 |
| 1925 | 2025-01-17T13:56:49.036Z | Checking hyper-rustls v0.27.3 |
| 1926 | 2025-01-17T13:56:49.204Z | Checking hyper-tls v0.6.0 |
| 1927 | 2025-01-17T13:56:49.304Z | Checking num-iter v0.1.45 |
| 1928 | 2025-01-17T13:56:49.396Z | Checking crossbeam-epoch v0.9.18 |
| 1929 | 2025-01-17T13:56:49.455Z | Checking match_cfg v0.1.0 |
| 1930 | 2025-01-17T13:56:49.503Z | Checking take_mut v0.2.2 |
| 1931 | 2025-01-17T13:56:49.531Z | Checking reqwest v0.12.9 |
| 1932 | 2025-01-17T13:56:49.567Z | Checking hostname v0.3.1 |
| 1933 | 2025-01-17T13:56:49.662Z | Checking slog-term v2.9.1 |
| 1934 | 2025-01-17T13:56:49.720Z | Checking slog-async v2.8.0 |
| 1935 | 2025-01-17T13:56:49.741Z | Checking itertools v0.10.5 |
| 1936 | 2025-01-17T13:56:49.831Z | Checking bstr v1.10.0 |
| 1937 | 2025-01-17T13:56:50.083Z | Checking rfc6979 v0.4.0 |
| 1938 | 2025-01-17T13:56:50.186Z | Checking hex v0.4.3 |
| 1939 | 2025-01-17T13:56:50.253Z | Checking toml v0.8.19 |
| 1940 | 2025-01-17T13:56:50.286Z | Checking winnow v0.5.40 |
| 1941 | 2025-01-17T13:56:50.483Z | Checking elliptic-curve v0.13.8 |
| 1942 | 2025-01-17T13:56:50.686Z | Checking managed v0.8.0 |
| 1943 | 2025-01-17T13:56:50.743Z | Checking crossbeam-deque v0.8.5 |
| 1944 | 2025-01-17T13:56:50.971Z | Checking num-bigint-dig v0.8.4 |
| 1945 | 2025-01-17T13:56:51.078Z | Checking flate2 v1.0.34 |
| 1946 | 2025-01-17T13:56:51.108Z | Checking pkcs1 v0.7.5 |
| 1947 | 2025-01-17T13:56:51.132Z | Checking ecdsa v0.16.9 |
| 1948 | 2025-01-17T13:56:51.184Z | Checking dof v0.3.0 |
| 1949 | 2025-01-17T13:56:51.309Z | Checking rustls v0.22.4 |
| 1950 | 2025-01-17T13:56:51.505Z | Checking curve25519-dalek v4.1.3 |
| 1951 | 2025-01-17T13:56:51.730Z | Checking zerocopy v0.6.6 |
| 1952 | 2025-01-17T13:56:51.791Z | Checking usdt-impl v0.5.0 |
| 1953 | 2025-01-17T13:56:51.824Z | Checking siphasher v0.3.11 |
| 1954 | 2025-01-17T13:56:51.884Z | Checking rayon-core v1.12.1 |
| 1955 | 2025-01-17T13:56:52.139Z | Checking ed25519 v2.2.3 |
| 1956 | 2025-01-17T13:56:52.339Z | Checking usdt v0.5.0 |
| 1957 | 2025-01-17T13:56:52.418Z | Checking slog-json v2.6.1 |
| 1958 | 2025-01-17T13:56:52.486Z | Checking signal-hook v0.3.17 |
| 1959 | 2025-01-17T13:56:52.552Z | Checking debug-ignore v1.0.5 |
| 1960 | 2025-01-17T13:56:52.608Z | Checking quick-error v1.2.3 |
| 1961 | 2025-01-17T13:56:52.686Z | Checking slog-bunyan v2.5.0 |
| 1962 | 2025-01-17T13:56:52.717Z | Checking multer v3.1.0 |
| 1963 | 2025-01-17T13:56:52.764Z | Checking x509-cert v0.2.5 |
| 1964 | 2025-01-17T13:56:52.840Z | Checking idna v0.4.0 |
| 1965 | 2025-01-17T13:56:52.872Z | Checking waitgroup v0.1.2 |
| 1966 | 2025-01-17T13:56:53.018Z | Checking rsa v0.9.6 |
| 1967 | 2025-01-17T13:56:53.048Z | Checking hubpack v0.1.2 |
| 1968 | 2025-01-17T13:56:53.088Z | Checking toml_edit v0.19.15 |
| 1969 | 2025-01-17T13:56:53.134Z | Checking serde_path_to_error v0.1.16 |
| 1970 | 2025-01-17T13:56:53.353Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1971 | 2025-01-17T13:56:53.384Z | Checking ed25519-dalek v2.1.1 |
| 1972 | 2025-01-17T13:56:53.493Z | Checking async-stream v0.3.6 |
| 1973 | 2025-01-17T13:56:53.713Z | Checking hostname v0.4.0 |
| 1974 | 2025-01-17T13:56:53.744Z | Checking bit-vec v0.6.3 |
| 1975 | 2025-01-17T13:56:53.746Z | Checking hickory-proto v0.24.1 |
| 1976 | 2025-01-17T13:56:53.797Z | Checking bzip2 v0.4.4 |
| 1977 | 2025-01-17T13:56:53.880Z | Checking signal-hook-mio v0.2.4 |
| 1978 | 2025-01-17T13:56:54.000Z | Checking console v0.15.8 |
| 1979 | 2025-01-17T13:56:54.048Z | Checking hash32 v0.2.1 |
| 1980 | 2025-01-17T13:56:54.077Z | Checking bit-set v0.5.3 |
| 1981 | 2025-01-17T13:56:54.102Z | Checking predicates-core v1.0.8 |
| 1982 | 2025-01-17T13:56:54.296Z | Checking linked-hash-map v0.5.6 |
| 1983 | 2025-01-17T13:56:54.323Z | Checking unicode-properties v0.1.3 |
| 1984 | 2025-01-17T13:56:54.346Z | Checking crossterm v0.28.1 |
| 1985 | 2025-01-17T13:56:54.371Z | Checking heapless v0.7.17 |
| 1986 | 2025-01-17T13:56:54.559Z | Checking rayon v1.10.0 |
| 1987 | 2025-01-17T13:56:54.599Z | Checking lru-cache v0.1.2 |
| 1988 | 2025-01-17T13:56:54.640Z | Checking tokio-rustls v0.25.0 |
| 1989 | 2025-01-17T13:56:54.709Z | Checking stringprep v0.1.5 |
| 1990 | 2025-01-17T13:56:54.805Z | Checking phf_shared v0.11.2 |
| 1991 | 2025-01-17T13:56:55.015Z | Checking similar v2.6.0 |
| 1992 | 2025-01-17T13:56:55.018Z | Checking dropshot v0.12.0 |
| 1993 | 2025-01-17T13:56:55.081Z | Checking tokio-stream v0.1.16 |
| 1994 | 2025-01-17T13:56:55.300Z | Checking newtype-uuid v1.2.1 |
| 1995 | 2025-01-17T13:56:55.557Z | Checking toml v0.7.8 |
| 1996 | 2025-01-17T13:56:55.588Z | Checking md-5 v0.10.6 |
| 1997 | 2025-01-17T13:56:55.837Z | Checking float-cmp v0.9.0 |
| 1998 | 2025-01-17T13:56:55.867Z | Checking difflib v0.4.0 |
| 1999 | 2025-01-17T13:56:55.869Z | Checking normalize-line-endings v0.3.0 |
| 2000 | 2025-01-17T13:56:56.040Z | Checking fixedbitset v0.4.2 |
| 2001 | 2025-01-17T13:56:56.069Z | Checking fallible-iterator v0.2.0 |
| 2002 | 2025-01-17T13:56:56.093Z | Checking smoltcp v0.9.1 |
| 2003 | 2025-01-17T13:56:56.219Z | Checking predicates v3.1.2 |
| 2004 | 2025-01-17T13:56:56.265Z | Checking phf v0.11.2 |
| 2005 | 2025-01-17T13:56:56.317Z | Checking petgraph v0.6.5 |
| 2006 | 2025-01-17T13:56:56.554Z | Checking zip v0.6.6 |
| 2007 | 2025-01-17T13:56:56.646Z | Checking postgres-protocol v0.6.7 |
| 2008 | 2025-01-17T13:56:56.857Z | Checking resolv-conf v0.7.0 |
| 2009 | 2025-01-17T13:56:57.230Z | Checking phf_shared v0.10.0 |
| 2010 | 2025-01-17T13:56:57.258Z | Checking tungstenite v0.24.0 |
| 2011 | 2025-01-17T13:56:57.346Z | Checking fs-err v2.11.0 |
| 2012 | 2025-01-17T13:56:57.495Z | Checking serde-big-array v0.5.1 |
| 2013 | 2025-01-17T13:56:57.522Z | Checking portable-atomic v1.9.0 |
| 2014 | 2025-01-17T13:56:57.737Z | Checking number_prefix v0.4.0 |
| 2015 | 2025-01-17T13:56:57.897Z | Checking unicode-width v0.2.0 |
| 2016 | 2025-01-17T13:56:57.947Z | Checking new_debug_unreachable v1.0.6 |
| 2017 | 2025-01-17T13:56:58.031Z | Checking lalrpop-util v0.19.12 |
| 2018 | 2025-01-17T13:56:58.061Z | Checking precomputed-hash v0.1.1 |
| 2019 | 2025-01-17T13:56:58.108Z | Checking minimal-lexical v0.2.1 |
| 2020 | 2025-01-17T13:56:58.201Z | Checking string_cache v0.8.7 |
| 2021 | 2025-01-17T13:56:58.346Z | Checking tokio-tungstenite v0.24.0 |
| 2022 | 2025-01-17T13:56:58.372Z | Checking hickory-resolver v0.24.1 |
| 2023 | 2025-01-17T13:56:58.398Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2024 | 2025-01-17T13:56:58.494Z | Checking postgres-types v0.2.8 |
| 2025 | 2025-01-17T13:56:58.527Z | Checking nom v7.1.3 |
| 2026 | 2025-01-17T13:56:58.530Z | Checking itertools v0.12.1 |
| 2027 | 2025-01-17T13:56:58.572Z | Checking indicatif v0.17.9 |
| 2028 | 2025-01-17T13:56:58.808Z | Checking peg-runtime v0.8.3 |
| 2029 | 2025-01-17T13:56:59.074Z | Checking whoami v1.5.2 |
| 2030 | 2025-01-17T13:56:59.302Z | Compiling hashbrown v0.14.5 |
| 2031 | 2025-01-17T13:56:59.330Z | Compiling thiserror v2.0.11 |
| 2032 | 2025-01-17T13:56:59.380Z | Checking tokio-postgres v0.7.12 |
| 2033 | 2025-01-17T13:56:59.405Z | Compiling thiserror-impl v2.0.11 |
| 2034 | 2025-01-17T13:56:59.946Z | Checking qorb v0.2.1 |
| 2035 | 2025-01-17T13:57:00.326Z | Compiling ident_case v1.0.1 |
| 2036 | 2025-01-17T13:57:00.508Z | Compiling regress v0.10.1 |
| 2037 | 2025-01-17T13:57:00.544Z | Compiling darling_core v0.20.10 |
| 2038 | 2025-01-17T13:57:01.079Z | Compiling unsafe-libyaml v0.2.11 |
| 2039 | 2025-01-17T13:57:02.245Z | Checking heck v0.5.0 |
| 2040 | 2025-01-17T13:57:02.468Z | Compiling serde_yaml v0.9.34+deprecated |
| 2041 | 2025-01-17T13:57:02.471Z | Checking fastrand v2.1.1 |
| 2042 | 2025-01-17T13:57:02.815Z | Checking ipnetwork v0.20.0 |
| 2043 | 2025-01-17T13:57:02.842Z | Checking progenitor-client v0.9.1 |
| 2044 | 2025-01-17T13:57:02.980Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2045 | 2025-01-17T13:57:03.170Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2046 | 2025-01-17T13:57:03.271Z | Compiling structmeta-derive v0.3.0 |
| 2047 | 2025-01-17T13:57:03.515Z | Checking strum v0.26.3 |
| 2048 | 2025-01-17T13:57:03.543Z | Compiling dropshot v0.15.1 |
| 2049 | 2025-01-17T13:57:03.697Z | Checking macaddr v1.0.1 |
| 2050 | 2025-01-17T13:57:03.951Z | Compiling dropshot_endpoint v0.15.1 |
| 2051 | 2025-01-17T13:57:04.044Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2052 | 2025-01-17T13:57:04.213Z | Checking tempfile v3.13.0 |
| 2053 | 2025-01-17T13:57:04.614Z | Compiling typify-impl v0.2.0 |
| 2054 | 2025-01-17T13:57:04.857Z | Checking progenitor-client v0.8.0 |
| 2055 | 2025-01-17T13:57:05.241Z | Checking instant v0.1.13 |
| 2056 | 2025-01-17T13:57:05.384Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2057 | 2025-01-17T13:57:05.414Z | Checking regress v0.9.1 |
| 2058 | 2025-01-17T13:57:05.997Z | Compiling structmeta v0.3.0 |
| 2059 | 2025-01-17T13:57:06.000Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2060 | 2025-01-17T13:57:06.061Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2061 | 2025-01-17T13:57:06.424Z | Compiling parse-display-derive v0.10.0 |
| 2062 | 2025-01-17T13:57:06.466Z | Checking backoff v0.4.0 |
| 2063 | 2025-01-17T13:57:06.649Z | Compiling darling_macro v0.20.10 |
| 2064 | 2025-01-17T13:57:06.788Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2065 | 2025-01-17T13:57:06.820Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2066 | 2025-01-17T13:57:06.962Z | Checking wait-timeout v0.2.0 |
| 2067 | 2025-01-17T13:57:07.005Z | Checking rand_xorshift v0.3.0 |
| 2068 | 2025-01-17T13:57:07.172Z | Checking rusty-fork v0.3.0 |
| 2069 | 2025-01-17T13:57:07.213Z | Checking unarray v0.1.4 |
| 2070 | 2025-01-17T13:57:07.392Z | Compiling structmeta-derive v0.2.0 |
| 2071 | 2025-01-17T13:57:07.478Z | Checking proptest v1.5.0 |
| 2072 | 2025-01-17T13:57:07.563Z | Compiling darling v0.20.10 |
| 2073 | 2025-01-17T13:57:07.708Z | Compiling serde_with_macros v3.11.0 |
| 2074 | 2025-01-17T13:57:08.376Z | Checking camino-tempfile v1.1.1 |
| 2075 | 2025-01-17T13:57:08.680Z | Compiling proc-macro-error v1.0.4 |
| 2076 | 2025-01-17T13:57:08.964Z | Compiling proc-macro-crate v1.3.1 |
| 2077 | 2025-01-17T13:57:09.324Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2078 | 2025-01-17T13:57:09.785Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2079 | 2025-01-17T13:57:09.998Z | Compiling structmeta v0.2.0 |
| 2080 | 2025-01-17T13:57:10.030Z | Compiling num_enum_derive v0.5.11 |
| 2081 | 2025-01-17T13:57:10.125Z | Compiling foreign-types-macros v0.2.3 |
| 2082 | 2025-01-17T13:57:10.337Z | Checking serde_with v3.11.0 |
| 2083 | 2025-01-17T13:57:10.437Z | Compiling test-strategy v0.3.1 |
| 2084 | 2025-01-17T13:57:10.495Z | Checking parse-display v0.10.0 |
| 2085 | 2025-01-17T13:57:10.751Z | Checking foreign-types-shared v0.3.1 |
| 2086 | 2025-01-17T13:57:11.276Z | Checking tabwriter v1.4.0 |
| 2087 | 2025-01-17T13:57:11.419Z | Checking foreign-types v0.5.0 |
| 2088 | 2025-01-17T13:57:11.552Z | Checking cstr-argument v0.1.2 |
| 2089 | 2025-01-17T13:57:11.556Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2090 | 2025-01-17T13:57:11.765Z | Checking pretty-hex v0.2.1 |
| 2091 | 2025-01-17T13:57:11.959Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2092 | 2025-01-17T13:57:11.962Z | Checking colored v2.1.0 |
| 2093 | 2025-01-17T13:57:12.296Z | Checking smf v0.2.3 |
| 2094 | 2025-01-17T13:57:12.325Z | Checking num_enum v0.5.11 |
| 2095 | 2025-01-17T13:57:12.387Z | Checking itertools v0.13.0 |
| 2096 | 2025-01-17T13:57:12.432Z | Checking base64 v0.21.7 |
| 2097 | 2025-01-17T13:57:12.458Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2098 | 2025-01-17T13:57:12.502Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2099 | 2025-01-17T13:57:12.625Z | Compiling typify-impl v0.3.0 |
| 2100 | 2025-01-17T13:57:12.764Z | Compiling crucible-workspace-hack v0.1.0 |
| 2101 | 2025-01-17T13:57:12.802Z | Compiling zerocopy v0.8.10 |
| 2102 | 2025-01-17T13:57:13.232Z | Checking atomicwrites v0.4.4 |
| 2103 | 2025-01-17T13:57:13.453Z | Compiling zerocopy-derive v0.8.10 |
| 2104 | 2025-01-17T13:57:13.747Z | Checking termtree v0.4.1 |
| 2105 | 2025-01-17T13:57:13.897Z | Compiling heapless v0.8.0 |
| 2106 | 2025-01-17T13:57:13.983Z | Checking predicates-tree v1.0.11 |
| 2107 | 2025-01-17T13:57:14.165Z | Checking hash32 v0.3.1 |
| 2108 | 2025-01-17T13:57:14.390Z | Compiling smoltcp v0.11.0 |
| 2109 | 2025-01-17T13:57:14.894Z | Checking cobs v0.2.3 |
| 2110 | 2025-01-17T13:57:15.119Z | Checking postcard v1.0.10 |
| 2111 | 2025-01-17T13:57:15.183Z | Checking sigpipe v0.1.3 |
| 2112 | 2025-01-17T13:57:15.323Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2113 | 2025-01-17T13:57:15.463Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2114 | 2025-01-17T13:57:15.646Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2115 | 2025-01-17T13:57:15.694Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2116 | 2025-01-17T13:57:15.754Z | Compiling mockall_derive v0.13.0 |
| 2117 | 2025-01-17T13:57:16.041Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2118 | 2025-01-17T13:57:16.116Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2119 | 2025-01-17T13:57:16.199Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2120 | 2025-01-17T13:57:16.510Z | Compiling zone_cfg_derive v0.3.0 |
| 2121 | 2025-01-17T13:57:17.915Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2122 | 2025-01-17T13:57:18.288Z | Compiling num-derive v0.4.2 |
| 2123 | 2025-01-17T13:57:18.327Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2124 | 2025-01-17T13:57:18.524Z | Checking fragile v2.0.0 |
| 2125 | 2025-01-17T13:57:18.638Z | Checking downcast v0.11.0 |
| 2126 | 2025-01-17T13:57:18.845Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2127 | 2025-01-17T13:57:18.869Z | Checking zone v0.3.0 |
| 2128 | 2025-01-17T13:57:18.894Z | Compiling convert_case v0.4.0 |
| 2129 | 2025-01-17T13:57:19.117Z | Checking tungstenite v0.21.0 |
| 2130 | 2025-01-17T13:57:19.687Z | Checking newline-converter v0.3.0 |
| 2131 | 2025-01-17T13:57:19.771Z | Compiling derive_more v0.99.18 |
| 2132 | 2025-01-17T13:57:19.895Z | Checking expectorate v1.1.0 |
| 2133 | 2025-01-17T13:57:20.020Z | Compiling typify-macro v0.2.0 |
| 2134 | 2025-01-17T13:57:20.091Z | Checking same-file v1.0.6 |
| 2135 | 2025-01-17T13:57:20.118Z | Checking tokio-tungstenite v0.21.0 |
| 2136 | 2025-01-17T13:57:20.283Z | Checking walkdir v2.5.0 |
| 2137 | 2025-01-17T13:57:20.608Z | Checking arc-swap v1.7.1 |
| 2138 | 2025-01-17T13:57:20.633Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2139 | 2025-01-17T13:57:20.655Z | Checking xattr v1.3.1 |
| 2140 | 2025-01-17T13:57:20.873Z | Checking filetime v0.2.25 |
| 2141 | 2025-01-17T13:57:21.048Z | Checking slog-scope v4.4.0 |
| 2142 | 2025-01-17T13:57:21.095Z | Checking num-rational v0.4.2 |
| 2143 | 2025-01-17T13:57:21.097Z | Checking tar v0.4.42 |
| 2144 | 2025-01-17T13:57:21.263Z | Checking slog-stdlog v4.1.1 |
| 2145 | 2025-01-17T13:57:21.463Z | Checking slog-envlogger v2.2.0 |
| 2146 | 2025-01-17T13:57:21.710Z | Checking num-complex v0.4.6 |
| 2147 | 2025-01-17T13:57:21.761Z | Checking float-ord v0.3.2 |
| 2148 | 2025-01-17T13:57:21.936Z | Checking indent_write v2.2.0 |
| 2149 | 2025-01-17T13:57:21.960Z | Checking swrite v0.1.0 |
| 2150 | 2025-01-17T13:57:22.101Z | Compiling owo-colors v4.1.0 |
| 2151 | 2025-01-17T13:57:22.161Z | Compiling cancel-safe-futures v0.1.5 |
| 2152 | 2025-01-17T13:57:22.539Z | Checking num v0.4.3 |
| 2153 | 2025-01-17T13:57:22.662Z | Checking libsw v3.3.1 |
| 2154 | 2025-01-17T13:57:22.969Z | Checking password-hash v0.5.0 |
| 2155 | 2025-01-17T13:57:23.012Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2156 | 2025-01-17T13:57:23.039Z | Checking blake2 v0.10.6 |
| 2157 | 2025-01-17T13:57:23.402Z | Checking linear-map v1.2.0 |
| 2158 | 2025-01-17T13:57:23.536Z | Checking argon2 v0.5.3 |
| 2159 | 2025-01-17T13:57:23.664Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2160 | 2025-01-17T13:57:23.737Z | Checking pem v3.0.4 |
| 2161 | 2025-01-17T13:57:23.812Z | Checking mockall v0.13.0 |
| 2162 | 2025-01-17T13:57:23.840Z | Compiling typify v0.2.0 |
| 2163 | 2025-01-17T13:57:24.003Z | Compiling progenitor-impl v0.8.0 |
| 2164 | 2025-01-17T13:57:24.037Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2165 | 2025-01-17T13:57:24.039Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2166 | 2025-01-17T13:57:24.262Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2167 | 2025-01-17T13:57:24.609Z | Compiling lzma-sys v0.1.20 |
| 2168 | 2025-01-17T13:57:24.958Z | Checking headers-core v0.3.0 |
| 2169 | 2025-01-17T13:57:25.133Z | Compiling heck v0.3.3 |
| 2170 | 2025-01-17T13:57:25.494Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2171 | 2025-01-17T13:57:25.530Z | Checking highway v1.2.0 |
| 2172 | 2025-01-17T13:57:25.715Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2173 | 2025-01-17T13:57:25.839Z | Compiling zone_cfg_derive v0.1.2 |
| 2174 | 2025-01-17T13:57:26.121Z | Checking headers v0.4.0 |
| 2175 | 2025-01-17T13:57:26.161Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2176 | 2025-01-17T13:57:26.489Z | Checking yasna v0.5.2 |
| 2177 | 2025-01-17T13:57:26.580Z | Checking base64 v0.13.1 |
| 2178 | 2025-01-17T13:57:26.996Z | Checking ron v0.7.1 |
| 2179 | 2025-01-17T13:57:27.029Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2180 | 2025-01-17T13:57:27.184Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2181 | 2025-01-17T13:57:27.241Z | Checking zone v0.1.8 |
| 2182 | 2025-01-17T13:57:27.395Z | Checking rcgen v0.12.1 |
| 2183 | 2025-01-17T13:57:27.655Z | Checking xz2 v0.1.7 |
| 2184 | 2025-01-17T13:57:27.950Z | Checking subprocess v0.2.9 |
| 2185 | 2025-01-17T13:57:27.989Z | Checking humantime v2.1.0 |
| 2186 | 2025-01-17T13:57:28.073Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2187 | 2025-01-17T13:57:28.105Z | Compiling semver v0.1.20 |
| 2188 | 2025-01-17T13:57:28.199Z | Compiling typify-macro v0.3.0 |
| 2189 | 2025-01-17T13:57:28.299Z | Checking prettyplease v0.2.25 |
| 2190 | 2025-01-17T13:57:28.519Z | Compiling rustc_version v0.1.7 |
| 2191 | 2025-01-17T13:57:28.712Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2192 | 2025-01-17T13:57:28.743Z | Checking half v2.4.1 |
| 2193 | 2025-01-17T13:57:28.876Z | Checking ciborium-io v0.2.2 |
| 2194 | 2025-01-17T13:57:29.014Z | Compiling newtype_derive v0.1.6 |
| 2195 | 2025-01-17T13:57:29.230Z | Checking ciborium-ll v0.2.2 |
| 2196 | 2025-01-17T13:57:29.556Z | Checking steno v0.4.1 |
| 2197 | 2025-01-17T13:57:29.577Z | Checking ciborium v0.2.2 |
| 2198 | 2025-01-17T13:57:31.212Z | Compiling progenitor-macro v0.8.0 |
| 2199 | 2025-01-17T13:57:32.115Z | Compiling typify v0.3.0 |
| 2200 | 2025-01-17T13:57:32.283Z | Compiling progenitor-impl v0.9.1 |
| 2201 | 2025-01-17T13:57:32.396Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2202 | 2025-01-17T13:57:32.946Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2203 | 2025-01-17T13:57:33.366Z | Compiling slog-dtrace v0.3.0 |
| 2204 | 2025-01-17T13:57:33.560Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2205 | 2025-01-17T13:57:33.607Z | Checking display-error-chain v0.2.2 |
| 2206 | 2025-01-17T13:57:33.797Z | Checking gethostname v0.5.0 |
| 2207 | 2025-01-17T13:57:33.947Z | Checking nibble_vec v0.1.0 |
| 2208 | 2025-01-17T13:57:34.129Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2209 | 2025-01-17T13:57:34.172Z | Compiling blake3 v1.5.4 |
| 2210 | 2025-01-17T13:57:34.198Z | Checking endian-type v0.1.2 |
| 2211 | 2025-01-17T13:57:34.349Z | Checking keccak v0.1.5 |
| 2212 | 2025-01-17T13:57:34.432Z | Checking radix_trie v0.2.1 |
| 2213 | 2025-01-17T13:57:34.728Z | Checking sha3 v0.10.8 |
| 2214 | 2025-01-17T13:57:34.853Z | Checking universal-hash v0.5.1 |
| 2215 | 2025-01-17T13:57:35.077Z | Checking secrecy v0.8.0 |
| 2216 | 2025-01-17T13:57:35.158Z | Checking opaque-debug v0.3.1 |
| 2217 | 2025-01-17T13:57:35.270Z | Checking aead v0.5.2 |
| 2218 | 2025-01-17T13:57:35.296Z | Checking poly1305 v0.8.0 |
| 2219 | 2025-01-17T13:57:35.388Z | Checking chacha20 v0.9.1 |
| 2220 | 2025-01-17T13:57:35.794Z | Compiling memmap2 v0.9.5 |
| 2221 | 2025-01-17T13:57:35.836Z | Compiling arrayvec v0.7.6 |
| 2222 | 2025-01-17T13:57:36.255Z | Compiling arrayref v0.3.9 |
| 2223 | 2025-01-17T13:57:36.282Z | Compiling constant_time_eq v0.3.1 |
| 2224 | 2025-01-17T13:57:36.315Z | Compiling toolchain_find v0.4.0 |
| 2225 | 2025-01-17T13:57:36.497Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2226 | 2025-01-17T13:57:36.737Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2227 | 2025-01-17T13:57:36.849Z | Compiling topological-sort v0.2.2 |
| 2228 | 2025-01-17T13:57:36.909Z | Compiling rustfmt-wrapper v0.2.1 |
| 2229 | 2025-01-17T13:57:37.084Z | Compiling omicron-zone-package v0.12.0 |
| 2230 | 2025-01-17T13:57:37.111Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2231 | 2025-01-17T13:57:37.513Z | Checking chacha20poly1305 v0.10.1 |
| 2232 | 2025-01-17T13:57:37.595Z | Compiling async-recursion v1.1.1 |
| 2233 | 2025-01-17T13:57:37.708Z | Checking fxhash v0.2.1 |
| 2234 | 2025-01-17T13:57:37.732Z | Checking simd-adler32 v0.3.7 |
| 2235 | 2025-01-17T13:57:37.927Z | Checking bumpalo v3.16.0 |
| 2236 | 2025-01-17T13:57:38.121Z | Checking lockfree-object-pool v0.1.6 |
| 2237 | 2025-01-17T13:57:38.298Z | Compiling zip v2.1.3 |
| 2238 | 2025-01-17T13:57:38.405Z | Checking zopfli v0.8.1 |
| 2239 | 2025-01-17T13:57:38.666Z | Checking maplit v1.0.2 |
| 2240 | 2025-01-17T13:57:38.805Z | Checking termcolor v1.4.1 |
| 2241 | 2025-01-17T13:57:39.024Z | Compiling radium v0.7.0 |
| 2242 | 2025-01-17T13:57:39.101Z | Compiling const_format_proc_macros v0.2.33 |
| 2243 | 2025-01-17T13:57:39.205Z | Compiling progenitor-macro v0.9.1 |
| 2244 | 2025-01-17T13:57:39.255Z | Compiling maybe-uninit v2.0.0 |
| 2245 | 2025-01-17T13:57:39.367Z | Checking thiserror-no-std v2.0.2 |
| 2246 | 2025-01-17T13:57:39.510Z | Checking vsss-rs v3.3.4 |
| 2247 | 2025-01-17T13:57:39.513Z | Checking tap v1.0.1 |
| 2248 | 2025-01-17T13:57:39.750Z | Checking wyz v0.5.1 |
| 2249 | 2025-01-17T13:57:40.152Z | Checking home v0.5.9 |
| 2250 | 2025-01-17T13:57:40.225Z | Checking funty v2.0.0 |
| 2251 | 2025-01-17T13:57:40.327Z | Checking crc-catalog v2.4.0 |
| 2252 | 2025-01-17T13:57:40.352Z | Compiling packed_struct v0.10.1 |
| 2253 | 2025-01-17T13:57:40.498Z | Checking crc v3.2.1 |
| 2254 | 2025-01-17T13:57:40.954Z | Checking kstat-rs v0.2.4 |
| 2255 | 2025-01-17T13:57:40.979Z | Compiling packed_struct_codegen v0.10.1 |
| 2256 | 2025-01-17T13:57:41.091Z | Checking bitvec v1.0.1 |
| 2257 | 2025-01-17T13:57:41.119Z | Checking const_format v0.2.33 |
| 2258 | 2025-01-17T13:57:41.295Z | Compiling vte_generate_state_changes v0.1.2 |
| 2259 | 2025-01-17T13:57:41.614Z | Compiling indexmap v1.9.3 |
| 2260 | 2025-01-17T13:57:41.950Z | Checking nodrop v0.1.14 |
| 2261 | 2025-01-17T13:57:41.972Z | Compiling libefi-sys v0.1.0 |
| 2262 | 2025-01-17T13:57:42.101Z | Checking array-init v0.0.4 |
| 2263 | 2025-01-17T13:57:42.297Z | Checking vte v0.11.1 |
| 2264 | 2025-01-17T13:57:42.651Z | Checking smallvec v0.6.14 |
| 2265 | 2025-01-17T13:57:42.955Z | Checking fd-lock v4.0.2 |
| 2266 | 2025-01-17T13:57:42.980Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2267 | 2025-01-17T13:57:43.075Z | Compiling bitfield-struct v0.6.2 |
| 2268 | 2025-01-17T13:57:43.170Z | Checking bitfield v0.14.0 |
| 2269 | 2025-01-17T13:57:43.391Z | Checking hashbrown v0.12.3 |
| 2270 | 2025-01-17T13:57:43.576Z | Checking serde-hex v0.1.0 |
| 2271 | 2025-01-17T13:57:43.738Z | Checking strip-ansi-escapes v0.2.0 |
| 2272 | 2025-01-17T13:57:43.911Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2273 | 2025-01-17T13:57:43.993Z | Checking env_logger v0.10.2 |
| 2274 | 2025-01-17T13:57:44.127Z | Checking progenitor v0.8.0 |
| 2275 | 2025-01-17T13:57:44.348Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2276 | 2025-01-17T13:57:44.388Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2277 | 2025-01-17T13:57:44.414Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2278 | 2025-01-17T13:57:45.064Z | Checking ron v0.8.1 |
| 2279 | 2025-01-17T13:57:45.066Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2280 | 2025-01-17T13:57:45.407Z | Checking hashbrown v0.13.2 |
| 2281 | 2025-01-17T13:57:46.309Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2282 | 2025-01-17T13:57:46.346Z | Checking crc-any v2.5.0 |
| 2283 | 2025-01-17T13:57:46.445Z | Checking nu-ansi-term v0.50.1 |
| 2284 | 2025-01-17T13:57:46.746Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2285 | 2025-01-17T13:57:46.868Z | Checking reedline v0.35.0 |
| 2286 | 2025-01-17T13:57:47.232Z | Checking object v0.30.4 |
| 2287 | 2025-01-17T13:57:47.275Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2288 | 2025-01-17T13:57:47.503Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2289 | 2025-01-17T13:57:48.073Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2290 | 2025-01-17T13:57:48.340Z | Compiling parking_lot_core v0.8.6 |
| 2291 | 2025-01-17T13:57:48.730Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2292 | 2025-01-17T13:57:48.802Z | Checking path-slash v0.1.5 |
| 2293 | 2025-01-17T13:57:49.402Z | Compiling phf_generator v0.11.2 |
| 2294 | 2025-01-17T13:57:49.421Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2295 | 2025-01-17T13:57:49.455Z | Checking glob v0.3.1 |
| 2296 | 2025-01-17T13:57:49.808Z | Checking bytecount v0.6.8 |
| 2297 | 2025-01-17T13:57:49.996Z | Checking papergrid v0.11.0 |
| 2298 | 2025-01-17T13:57:51.143Z | Compiling phf_codegen v0.11.2 |
| 2299 | 2025-01-17T13:57:51.371Z | Checking parking_lot v0.11.2 |
| 2300 | 2025-01-17T13:57:51.477Z | Compiling tabled_derive v0.7.0 |
| 2301 | 2025-01-17T13:57:51.751Z | Compiling parse-zoneinfo v0.3.1 |
| 2302 | 2025-01-17T13:57:51.873Z | Compiling cfg_aliases v0.1.1 |
| 2303 | 2025-01-17T13:57:51.993Z | Compiling nix v0.28.0 |
| 2304 | 2025-01-17T13:57:52.027Z | Checking progenitor v0.9.1 |
| 2305 | 2025-01-17T13:57:52.255Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2306 | 2025-01-17T13:57:52.771Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2307 | 2025-01-17T13:57:53.118Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2308 | 2025-01-17T13:57:53.449Z | Compiling chrono-tz-build v0.4.0 |
| 2309 | 2025-01-17T13:57:53.670Z | Checking tabled v0.15.0 |
| 2310 | 2025-01-17T13:57:54.738Z | Checking sled v0.34.7 |
| 2311 | 2025-01-17T13:57:56.499Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2312 | 2025-01-17T13:57:56.673Z | Checking hickory-client v0.24.1 |
| 2313 | 2025-01-17T13:57:57.324Z | Checking hickory-server v0.24.1 |
| 2314 | 2025-01-17T13:57:57.584Z | Compiling chrono-tz v0.10.0 |
| 2315 | 2025-01-17T13:57:57.730Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2316 | 2025-01-17T13:57:57.974Z | Compiling unicase v2.7.0 |
| 2317 | 2025-01-17T13:57:58.237Z | Compiling buf-list v1.0.3 |
| 2318 | 2025-01-17T13:57:58.505Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2319 | 2025-01-17T13:57:58.945Z | Compiling peg-macros v0.8.4 |
| 2320 | 2025-01-17T13:57:59.632Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2321 | 2025-01-17T13:57:59.925Z | Compiling sqlparser_derive v0.2.2 |
| 2322 | 2025-01-17T13:58:00.800Z | Checking unicode_categories v0.1.1 |
| 2323 | 2025-01-17T13:58:00.825Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2324 | 2025-01-17T13:58:00.982Z | Checking sqlparser v0.45.0 |
| 2325 | 2025-01-17T13:58:01.105Z | Checking rustyline v14.0.0 |
| 2326 | 2025-01-17T13:58:01.108Z | Checking sqlformat v0.2.6 |
| 2327 | 2025-01-17T13:58:02.420Z | Checking peg v0.8.4 |
| 2328 | 2025-01-17T13:58:02.705Z | Checking bcs v0.1.6 |
| 2329 | 2025-01-17T13:58:02.844Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2330 | 2025-01-17T13:58:03.204Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2331 | 2025-01-17T13:58:04.103Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2332 | 2025-01-17T13:58:05.674Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2333 | 2025-01-17T13:58:05.768Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2334 | 2025-01-17T13:58:07.342Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2335 | 2025-01-17T13:58:07.528Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2336 | 2025-01-17T13:58:07.655Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2337 | 2025-01-17T13:58:08.952Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2338 | 2025-01-17T13:58:09.293Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2339 | 2025-01-17T13:58:09.390Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2340 | 2025-01-17T13:58:09.803Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2341 | 2025-01-17T13:58:10.105Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2342 | 2025-01-17T13:58:10.485Z | Checking primeorder v0.13.6 |
| 2343 | 2025-01-17T13:58:10.541Z | Compiling mime_guess v2.0.5 |
| 2344 | 2025-01-17T13:58:10.986Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2345 | 2025-01-17T13:58:11.546Z | Checking nanorand v0.7.0 |
| 2346 | 2025-01-17T13:58:11.614Z | Checking http-range v0.1.5 |
| 2347 | 2025-01-17T13:58:11.827Z | Checking atty v0.2.14 |
| 2348 | 2025-01-17T13:58:11.909Z | Checking flume v0.11.1 |
| 2349 | 2025-01-17T13:58:11.984Z | Compiling salty v0.3.0 |
| 2350 | 2025-01-17T13:58:12.415Z | Checking p384 v0.13.0 |
| 2351 | 2025-01-17T13:58:12.477Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2352 | 2025-01-17T13:58:12.842Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2353 | 2025-01-17T13:58:13.117Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2354 | 2025-01-17T13:58:13.313Z | Checking hyper-staticfile v0.10.1 |
| 2355 | 2025-01-17T13:58:13.521Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2356 | 2025-01-17T13:58:13.835Z | Compiling dsl_auto_type v0.1.2 |
| 2357 | 2025-01-17T13:58:14.002Z | Checking scheduled-thread-pool v0.2.7 |
| 2358 | 2025-01-17T13:58:14.025Z | Checking env_filter v0.1.2 |
| 2359 | 2025-01-17T13:58:14.223Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2360 | 2025-01-17T13:58:14.249Z | Compiling crunchy v0.2.2 |
| 2361 | 2025-01-17T13:58:14.278Z | Checking env_logger v0.11.5 |
| 2362 | 2025-01-17T13:58:14.598Z | Checking r2d2 v0.8.10 |
| 2363 | 2025-01-17T13:58:14.624Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2364 | 2025-01-17T13:58:14.652Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2365 | 2025-01-17T13:58:14.779Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2366 | 2025-01-17T13:58:14.859Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2367 | 2025-01-17T13:58:14.959Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2368 | 2025-01-17T13:58:15.098Z | Compiling tiny-keccak v2.0.2 |
| 2369 | 2025-01-17T13:58:15.283Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2370 | 2025-01-17T13:58:15.331Z | Compiling diesel_derives v2.2.3 |
| 2371 | 2025-01-17T13:58:15.434Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2372 | 2025-01-17T13:58:15.586Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2373 | 2025-01-17T13:58:15.632Z | Compiling ref-cast v1.0.23 |
| 2374 | 2025-01-17T13:58:15.704Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2375 | 2025-01-17T13:58:16.185Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2376 | 2025-01-17T13:58:16.304Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2377 | 2025-01-17T13:58:17.589Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2378 | 2025-01-17T13:58:17.937Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2379 | 2025-01-17T13:58:18.260Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2380 | 2025-01-17T13:58:18.675Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2381 | 2025-01-17T13:58:19.142Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2382 | 2025-01-17T13:58:20.445Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2383 | 2025-01-17T13:58:20.869Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2384 | 2025-01-17T13:58:21.554Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2385 | 2025-01-17T13:58:21.723Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2386 | 2025-01-17T13:58:22.310Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2387 | 2025-01-17T13:58:22.555Z | Compiling ascii-canvas v3.0.0 |
| 2388 | 2025-01-17T13:58:22.642Z | Compiling ena v0.14.3 |
| 2389 | 2025-01-17T13:58:23.048Z | Compiling ref-cast-impl v1.0.23 |
| 2390 | 2025-01-17T13:58:23.077Z | Compiling diff v0.1.13 |
| 2391 | 2025-01-17T13:58:23.181Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2392 | 2025-01-17T13:58:23.681Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2393 | 2025-01-17T13:58:24.182Z | Compiling regex-syntax v0.6.29 |
| 2394 | 2025-01-17T13:58:24.748Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2395 | 2025-01-17T13:58:24.950Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2396 | 2025-01-17T13:58:25.404Z | Compiling pin-project-internal v1.1.6 |
| 2397 | 2025-01-17T13:58:25.477Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2398 | 2025-01-17T13:58:25.817Z | Compiling derive_builder_core v0.20.2 |
| 2399 | 2025-01-17T13:58:27.204Z | Checking diesel v2.2.6 |
| 2400 | 2025-01-17T13:58:28.093Z | Compiling lalrpop v0.19.12 |
| 2401 | 2025-01-17T13:58:28.118Z | Checking pin-project v1.1.6 |
| 2402 | 2025-01-17T13:58:28.281Z | Compiling libxml v0.3.3 |
| 2403 | 2025-01-17T13:58:28.357Z | Compiling derive_builder_macro v0.20.2 |
| 2404 | 2025-01-17T13:58:28.698Z | Checking signal-hook-tokio v0.3.1 |
| 2405 | 2025-01-17T13:58:28.722Z | Compiling strum_macros v0.24.3 |
| 2406 | 2025-01-17T13:58:28.906Z | Compiling samael v0.0.17 |
| 2407 | 2025-01-17T13:58:28.941Z | Compiling snafu-derive v0.8.5 |
| 2408 | 2025-01-17T13:58:29.205Z | Compiling indoc v1.0.9 |
| 2409 | 2025-01-17T13:58:29.621Z | Checking derive_builder v0.20.2 |
| 2410 | 2025-01-17T13:58:30.157Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2411 | 2025-01-17T13:58:31.348Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2412 | 2025-01-17T13:58:31.397Z | Checking globset v0.4.15 |
| 2413 | 2025-01-17T13:58:31.642Z | Checking olpc-cjson v0.1.4 |
| 2414 | 2025-01-17T13:58:31.874Z | Checking quick-xml v0.33.0 |
| 2415 | 2025-01-17T13:58:31.897Z | Checking serde_plain v1.0.2 |
| 2416 | 2025-01-17T13:58:32.081Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2417 | 2025-01-17T13:58:32.151Z | Compiling oso-derive v0.27.3 |
| 2418 | 2025-01-17T13:58:32.910Z | Compiling memoffset v0.9.1 |
| 2419 | 2025-01-17T13:58:33.155Z | Checking typed-path v0.9.3 |
| 2420 | 2025-01-17T13:58:33.461Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2421 | 2025-01-17T13:58:34.022Z | Checking snafu v0.8.5 |
| 2422 | 2025-01-17T13:58:34.510Z | Checking tungstenite v0.23.0 |
| 2423 | 2025-01-17T13:58:35.007Z | Checking tough v0.19.0 |
| 2424 | 2025-01-17T13:58:35.171Z | Compiling diesel-dtrace v0.4.2 |
| 2425 | 2025-01-17T13:58:35.459Z | Checking parse-size v1.1.0 |
| 2426 | 2025-01-17T13:58:35.583Z | Checking tokio-tungstenite v0.23.1 |
| 2427 | 2025-01-17T13:58:35.809Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2428 | 2025-01-17T13:58:36.086Z | Checking bb8 v0.8.5 |
| 2429 | 2025-01-17T13:58:36.126Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2430 | 2025-01-17T13:58:36.584Z | Checking nix v0.27.1 |
| 2431 | 2025-01-17T13:58:36.608Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2432 | 2025-01-17T13:58:36.903Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2433 | 2025-01-17T13:58:38.973Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2434 | 2025-01-17T13:58:39.175Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2435 | 2025-01-17T13:58:39.374Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2436 | 2025-01-17T13:58:39.537Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2437 | 2025-01-17T13:58:39.633Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2438 | 2025-01-17T13:58:40.059Z | Checking heck v0.4.1 |
| 2439 | 2025-01-17T13:58:40.297Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2440 | 2025-01-17T13:58:40.603Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2441 | 2025-01-17T13:58:40.731Z | Checking rand_seeder v0.3.0 |
| 2442 | 2025-01-17T13:58:40.997Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2443 | 2025-01-17T13:58:41.019Z | Checking assert_matches v1.5.0 |
| 2444 | 2025-01-17T13:58:41.133Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2445 | 2025-01-17T13:58:41.157Z | Compiling libz-sys v1.1.20 |
| 2446 | 2025-01-17T13:58:41.388Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2447 | 2025-01-17T13:58:41.451Z | Checking castaway v0.2.3 |
| 2448 | 2025-01-17T13:58:41.628Z | Checking is_ci v1.2.0 |
| 2449 | 2025-01-17T13:58:41.651Z | Checking compact_str v0.8.0 |
| 2450 | 2025-01-17T13:58:41.781Z | Checking supports-color v3.0.1 |
| 2451 | 2025-01-17T13:58:41.946Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2452 | 2025-01-17T13:58:42.008Z | Checking unicode-truncate v1.1.0 |
| 2453 | 2025-01-17T13:58:42.257Z | Checking lru v0.12.5 |
| 2454 | 2025-01-17T13:58:42.462Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2455 | 2025-01-17T13:58:42.506Z | Compiling instability v0.3.2 |
| 2456 | 2025-01-17T13:58:42.556Z | Checking cassowary v0.3.0 |
| 2457 | 2025-01-17T13:58:43.182Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2458 | 2025-01-17T13:58:43.206Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2459 | 2025-01-17T13:58:43.398Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2460 | 2025-01-17T13:58:43.542Z | Checking ratatui v0.28.1 |
| 2461 | 2025-01-17T13:58:44.215Z | Compiling vergen v8.3.2 |
| 2462 | 2025-01-17T13:58:44.455Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2463 | 2025-01-17T13:58:44.508Z | Compiling cargo-platform v0.1.8 |
| 2464 | 2025-01-17T13:58:44.672Z | Checking unicode-linebreak v0.1.5 |
| 2465 | 2025-01-17T13:58:45.092Z | Checking smawk v0.3.2 |
| 2466 | 2025-01-17T13:58:45.136Z | Compiling cargo_metadata v0.18.1 |
| 2467 | 2025-01-17T13:58:45.330Z | Checking textwrap v0.16.1 |
| 2468 | 2025-01-17T13:58:45.760Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2469 | 2025-01-17T13:58:46.593Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2470 | 2025-01-17T13:58:46.792Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2471 | 2025-01-17T13:58:47.441Z | Compiling libsqlite3-sys v0.30.1 |
| 2472 | 2025-01-17T13:58:47.939Z | Checking shell-words v1.1.0 |
| 2473 | 2025-01-17T13:58:47.989Z | Compiling cfg_aliases v0.2.1 |
| 2474 | 2025-01-17T13:58:48.116Z | Compiling rustls v0.21.12 |
| 2475 | 2025-01-17T13:58:48.136Z | Compiling nix v0.29.0 |
| 2476 | 2025-01-17T13:58:48.266Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2477 | 2025-01-17T13:58:48.434Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2478 | 2025-01-17T13:58:48.592Z | Checking sct v0.7.1 |
| 2479 | 2025-01-17T13:58:48.748Z | Checking rustls-webpki v0.101.7 |
| 2480 | 2025-01-17T13:58:49.052Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2481 | 2025-01-17T13:58:49.315Z | Checking hashlink v0.9.1 |
| 2482 | 2025-01-17T13:58:49.362Z | Checking concurrent-queue v2.5.0 |
| 2483 | 2025-01-17T13:58:49.701Z | Checking fallible-iterator v0.3.0 |
| 2484 | 2025-01-17T13:58:49.735Z | Checking parking v2.2.1 |
| 2485 | 2025-01-17T13:58:49.876Z | Checking plotters-backend v0.3.7 |
| 2486 | 2025-01-17T13:58:49.939Z | Checking fallible-streaming-iterator v0.1.9 |
| 2487 | 2025-01-17T13:58:50.264Z | Checking plotters-svg v0.3.7 |
| 2488 | 2025-01-17T13:58:50.290Z | Checking rusqlite v0.32.1 |
| 2489 | 2025-01-17T13:58:50.352Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2490 | 2025-01-17T13:58:50.490Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2491 | 2025-01-17T13:58:50.697Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2492 | 2025-01-17T13:58:51.450Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2493 | 2025-01-17T13:58:51.559Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2494 | 2025-01-17T13:58:51.698Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2495 | 2025-01-17T13:58:52.378Z | Checking tokio-rustls v0.24.1 |
| 2496 | 2025-01-17T13:58:52.764Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2497 | 2025-01-17T13:58:52.766Z | Checking rustls-pemfile v1.0.4 |
| 2498 | 2025-01-17T13:58:53.022Z | Checking twox-hash v1.6.3 |
| 2499 | 2025-01-17T13:58:53.090Z | Checking cast v0.3.0 |
| 2500 | 2025-01-17T13:58:53.326Z | Checking plotters v0.3.7 |
| 2501 | 2025-01-17T13:58:53.405Z | Checking criterion-plot v0.5.0 |
| 2502 | 2025-01-17T13:58:53.516Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2503 | 2025-01-17T13:58:53.893Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2504 | 2025-01-17T13:58:55.010Z | Checking fatfs v0.3.6 |
| 2505 | 2025-01-17T13:58:55.522Z | Checking tinytemplate v1.2.1 |
| 2506 | 2025-01-17T13:58:55.704Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2507 | 2025-01-17T13:58:55.935Z | Checking csv-core v0.1.11 |
| 2508 | 2025-01-17T13:58:56.023Z | Checking oorandom v11.1.4 |
| 2509 | 2025-01-17T13:58:56.189Z | Checking hex-literal v0.4.1 |
| 2510 | 2025-01-17T13:58:56.282Z | Checking anes v0.1.6 |
| 2511 | 2025-01-17T13:58:56.350Z | Checking csv v1.3.0 |
| 2512 | 2025-01-17T13:58:56.632Z | Checking criterion v0.5.1 |
| 2513 | 2025-01-17T13:58:56.675Z | Checking event-listener v5.3.1 |
| 2514 | 2025-01-17T13:58:57.096Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2515 | 2025-01-17T13:58:57.168Z | Checking rtoolbox v0.0.2 |
| 2516 | 2025-01-17T13:58:57.358Z | Checking rpassword v7.3.1 |
| 2517 | 2025-01-17T13:58:57.557Z | Checking async-bb8-diesel v0.2.1 |
| 2518 | 2025-01-17T13:58:58.655Z | Checking event-listener-strategy v0.5.2 |
| 2519 | 2025-01-17T13:58:58.890Z | Checking tui-tree-widget v0.22.0 |
| 2520 | 2025-01-17T13:58:59.201Z | Checking polyval v0.6.2 |
| 2521 | 2025-01-17T13:58:59.368Z | Checking futures-lite v2.3.0 |
| 2522 | 2025-01-17T13:58:59.491Z | Checking ghash v0.5.1 |
| 2523 | 2025-01-17T13:58:59.692Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2524 | 2025-01-17T13:59:00.669Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2525 | 2025-01-17T13:59:00.777Z | Checking ctr v0.9.2 |
| 2526 | 2025-01-17T13:59:01.069Z | Checking yansi v1.0.1 |
| 2527 | 2025-01-17T13:59:01.714Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2528 | 2025-01-17T13:59:01.740Z | Checking pretty_assertions v1.4.1 |
| 2529 | 2025-01-17T13:59:01.914Z | Checking aes-gcm v0.10.3 |
| 2530 | 2025-01-17T13:59:01.984Z | Checking ssh-encoding v0.2.0 |
| 2531 | 2025-01-17T13:59:02.180Z | Checking blowfish v0.9.1 |
| 2532 | 2025-01-17T13:59:02.337Z | Checking ssh-cipher v0.2.0 |
| 2533 | 2025-01-17T13:59:02.454Z | Checking bcrypt-pbkdf v0.10.0 |
| 2534 | 2025-01-17T13:59:02.659Z | Checking async-lock v3.4.0 |
| 2535 | 2025-01-17T13:59:02.760Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2536 | 2025-01-17T13:59:03.497Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2537 | 2025-01-17T13:59:03.595Z | Checking password-hash v0.4.2 |
| 2538 | 2025-01-17T13:59:03.987Z | Checking polling v3.7.3 |
| 2539 | 2025-01-17T13:59:04.404Z | Checking matches v0.1.10 |
| 2540 | 2025-01-17T13:59:04.500Z | Checking idna v0.2.3 |
| 2541 | 2025-01-17T13:59:04.896Z | Checking async-io v2.3.4 |
| 2542 | 2025-01-17T13:59:05.397Z | Checking pbkdf2 v0.11.0 |
| 2543 | 2025-01-17T13:59:05.714Z | Checking ssh-key v0.6.6 |
| 2544 | 2025-01-17T13:59:05.792Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2545 | 2025-01-17T13:59:06.493Z | Checking p256 v0.13.2 |
| 2546 | 2025-01-17T13:59:06.967Z | Checking p521 v0.13.3 |
| 2547 | 2025-01-17T13:59:07.309Z | Compiling enum-as-inner v0.5.1 |
| 2548 | 2025-01-17T13:59:07.738Z | Checking russh-cryptovec v0.7.3 |
| 2549 | 2025-01-17T13:59:07.973Z | Checking md5 v0.7.0 |
| 2550 | 2025-01-17T13:59:08.274Z | Compiling doc-comment v0.3.3 |
| 2551 | 2025-01-17T13:59:08.300Z | Checking async-task v4.7.1 |
| 2552 | 2025-01-17T13:59:08.366Z | Compiling target-lexicon v0.12.16 |
| 2553 | 2025-01-17T13:59:08.676Z | Checking russh-keys v0.45.0 |
| 2554 | 2025-01-17T13:59:08.986Z | Checking trust-dns-proto v0.22.0 |
| 2555 | 2025-01-17T13:59:09.462Z | Checking async-channel v2.3.1 |
| 2556 | 2025-01-17T13:59:09.840Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2557 | 2025-01-17T13:59:10.063Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2558 | 2025-01-17T13:59:10.822Z | Checking piper v0.2.4 |
| 2559 | 2025-01-17T13:59:11.096Z | Checking num-bigint v0.4.6 |
| 2560 | 2025-01-17T13:59:11.486Z | Checking des v0.8.1 |
| 2561 | 2025-01-17T13:59:11.783Z | Compiling dhcproto-macros v0.1.0 |
| 2562 | 2025-01-17T13:59:12.677Z | Compiling guppy-workspace-hack v0.1.0 |
| 2563 | 2025-01-17T13:59:12.706Z | Compiling assert_cmd v2.0.16 |
| 2564 | 2025-01-17T13:59:12.987Z | Checking futures-timer v3.0.3 |
| 2565 | 2025-01-17T13:59:13.187Z | Checking dhcproto v0.12.0 |
| 2566 | 2025-01-17T13:59:13.313Z | Checking blocking v1.6.1 |
| 2567 | 2025-01-17T13:59:13.471Z | Checking russh v0.45.0 |
| 2568 | 2025-01-17T13:59:14.199Z | Checking async-executor v1.13.1 |
| 2569 | 2025-01-17T13:59:14.509Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2570 | 2025-01-17T13:59:14.541Z | Checking async-signal v0.2.10 |
| 2571 | 2025-01-17T13:59:14.841Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2572 | 2025-01-17T13:59:15.244Z | Compiling target-spec v3.2.2 |
| 2573 | 2025-01-17T13:59:15.396Z | Checking event-listener v2.5.3 |
| 2574 | 2025-01-17T13:59:15.634Z | Checking internet-checksum v0.2.1 |
| 2575 | 2025-01-17T13:59:15.751Z | Checking async-channel v1.9.0 |
| 2576 | 2025-01-17T13:59:15.979Z | Checking async-process v2.3.0 |
| 2577 | 2025-01-17T13:59:16.010Z | Checking async-global-executor v2.4.1 |
| 2578 | 2025-01-17T13:59:16.380Z | Checking cfg-expr v0.17.0 |
| 2579 | 2025-01-17T13:59:16.494Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2580 | 2025-01-17T13:59:16.793Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2581 | 2025-01-17T13:59:17.208Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2582 | 2025-01-17T13:59:17.420Z | Checking httptest v0.16.1 |
| 2583 | 2025-01-17T13:59:17.592Z | Checking rustls-native-certs v0.7.3 |
| 2584 | 2025-01-17T13:59:17.785Z | Compiling petname v2.0.2 |
| 2585 | 2025-01-17T13:59:17.852Z | Checking num_cpus v1.16.0 |
| 2586 | 2025-01-17T13:59:17.967Z | Checking kv-log-macro v1.0.7 |
| 2587 | 2025-01-17T13:59:18.106Z | Compiling async-attributes v1.1.2 |
| 2588 | 2025-01-17T13:59:18.968Z | Checking async-std v1.13.0 |
| 2589 | 2025-01-17T13:59:19.146Z | Checking threadpool v1.8.1 |
| 2590 | 2025-01-17T13:59:19.391Z | Checking hyper-rustls v0.26.0 |
| 2591 | 2025-01-17T13:59:20.131Z | Checking pathdiff v0.2.2 |
| 2592 | 2025-01-17T13:59:20.217Z | Compiling rstest_macros v0.23.0 |
| 2593 | 2025-01-17T13:59:20.315Z | Checking nested v0.1.1 |
| 2594 | 2025-01-17T13:59:20.543Z | Compiling target-triple v0.1.3 |
| 2595 | 2025-01-17T13:59:20.623Z | Checking escape8259 v0.5.3 |
| 2596 | 2025-01-17T13:59:20.850Z | Checking libtest-mimic v0.7.3 |
| 2597 | 2025-01-17T13:59:20.874Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2598 | 2025-01-17T13:59:21.116Z | Checking guppy v0.17.8 |
| 2599 | 2025-01-17T13:59:22.128Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2600 | 2025-01-17T13:59:22.378Z | Checking async-object-pool v0.1.5 |
| 2601 | 2025-01-17T13:59:22.438Z | Checking similar-asserts v1.6.0 |
| 2602 | 2025-01-17T13:59:22.562Z | Checking fancy-regex v0.13.0 |
| 2603 | 2025-01-17T13:59:22.715Z | Checking serde_regex v1.1.0 |
| 2604 | 2025-01-17T13:59:23.000Z | Checking assert-json-diff v2.0.2 |
| 2605 | 2025-01-17T13:59:23.027Z | Compiling proc-macro-crate v3.2.0 |
| 2606 | 2025-01-17T13:59:23.299Z | Checking path-tree v0.8.1 |
| 2607 | 2025-01-17T13:59:23.338Z | Compiling relative-path v1.9.3 |
| 2608 | 2025-01-17T13:59:23.598Z | Checking stringmetrics v2.2.2 |
| 2609 | 2025-01-17T13:59:23.663Z | Checking sync-ptr v0.1.1 |
| 2610 | 2025-01-17T13:59:23.862Z | Checking httpmock v0.8.0-alpha.1 |
| 2611 | 2025-01-17T13:59:23.916Z | Checking datatest-stable v0.2.9 |
| 2612 | 2025-01-17T13:59:24.180Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2613 | 2025-01-17T13:59:24.206Z | Checking blake2b_simd v1.0.2 |
| 2614 | 2025-01-17T13:59:25.086Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2615 | 2025-01-17T13:59:25.519Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2616 | 2025-01-17T13:59:25.851Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2617 | 2025-01-17T13:59:26.177Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2618 | 2025-01-17T13:59:26.480Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2619 | 2025-01-17T13:59:27.019Z | Checking serde_tokenstream v0.2.2 |
| 2620 | 2025-01-17T13:59:27.409Z | Checking uzers v0.12.1 |
| 2621 | 2025-01-17T13:59:28.012Z | Checking rust-argon2 v2.1.0 |
| 2622 | 2025-01-17T13:59:28.483Z | Checking trybuild v1.0.101 |
| 2623 | 2025-01-17T13:59:28.927Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2624 | 2025-01-17T13:59:29.805Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2625 | 2025-01-17T13:59:30.098Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2626 | 2025-01-17T13:59:31.353Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2627 | 2025-01-17T13:59:31.676Z | Checking rand_distr v0.4.3 |
| 2628 | 2025-01-17T13:59:32.371Z | Checking multimap v0.10.0 |
| 2629 | 2025-01-17T13:59:32.643Z | Checking approx v0.5.1 |
| 2630 | 2025-01-17T13:59:32.923Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2631 | 2025-01-17T13:59:33.155Z | Checking rstest v0.23.0 |
| 2632 | 2025-01-17T13:59:33.511Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2633 | 2025-01-17T13:59:34.456Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2634 | 2025-01-17T13:59:34.642Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2635 | 2025-01-17T13:59:35.555Z | Checking partial-io v0.5.4 |
| 2636 | 2025-01-17T13:59:35.829Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2637 | 2025-01-17T13:59:35.855Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2638 | 2025-01-17T13:59:35.955Z | Checking cargo_toml v0.20.5 |
| 2639 | 2025-01-17T13:59:36.138Z | Checking termios v0.3.3 |
| 2640 | 2025-01-17T13:59:36.378Z | Compiling git2 v0.19.0 |
| 2641 | 2025-01-17T13:59:36.449Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2642 | 2025-01-17T13:59:36.477Z | Compiling indoc v2.0.5 |
| 2643 | 2025-01-17T13:59:37.103Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2644 | 2025-01-17T13:59:37.837Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2645 | 2025-01-17T13:59:42.115Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2646 | 2025-01-17T13:59:45.229Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2647 | 2025-01-17T13:59:55.291Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2648 | 2025-01-17T13:59:58.761Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2649 | 2025-01-17T14:00:06.908Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2650 | 2025-01-17T14:00:33.781Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2651 | 2025-01-17T14:00:34.495Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2652 | 2025-01-17T14:00:35.509Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2653 | 2025-01-17T14:00:53.004Z | Compiling polar-core v0.27.3 |
| 2654 | 2025-01-17T14:01:00.626Z | Checking oso v0.27.3 |
| 2655 | 2025-01-17T14:01:35.051Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2656 | 2025-01-17T14:01:35.053Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2657 | 2025-01-17T14:01:35.054Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2658 | 2025-01-17T14:02:45.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s |
| 2659 | 2025-01-17T14:02:46.158Z | |
| 2660 | 2025-01-17T14:02:46.159Z | real 6:25.902575260 |
| 2661 | 2025-01-17T14:02:46.159Z | user 33:54.216858980 |
| 2662 | 2025-01-17T14:02:46.159Z | sys 5:12.651235114 |
| 2663 | 2025-01-17T14:02:46.159Z | trap 0.998859606 |
| 2664 | 2025-01-17T14:02:46.159Z | tflt 1.791259572 |
| 2665 | 2025-01-17T14:02:46.159Z | dflt 0.319263732 |
| 2666 | 2025-01-17T14:02:46.159Z | kflt 0.000812806 |
| 2667 | 2025-01-17T14:02:46.159Z | lock 47:36.281430996 |
| 2668 | 2025-01-17T14:02:46.159Z | slp 1:55:16.647815391 |
| 2669 | 2025-01-17T14:02:46.162Z | lat 1:43.494634898 |
| 2670 | 2025-01-17T14:02:46.162Z | stop 6:53.092409201 |
| 2671 | 2025-01-17T14:02:46.162Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2672 | 2025-01-17T14:02:46.162Z | + ptime -m cargo doc --workspace --no-deps |
| 2673 | 2025-01-17T14:02:47.349Z | warning: output filename collision. |
| 2674 | 2025-01-17T14:02:47.349Z | 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)`. |
| 2675 | 2025-01-17T14:02:47.349Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2676 | 2025-01-17T14:02:47.349Z | The targets should have unique names. |
| 2677 | 2025-01-17T14:02:47.349Z | This is a known bug where multiple crates with the same name use |
| 2678 | 2025-01-17T14:02:47.349Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2679 | 2025-01-17T14:02:47.834Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2680 | 2025-01-17T14:02:47.907Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2681 | 2025-01-17T14:02:47.927Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2682 | 2025-01-17T14:02:47.968Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2683 | 2025-01-17T14:02:47.992Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2684 | 2025-01-17T14:02:48.022Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2685 | 2025-01-17T14:02:48.022Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2686 | 2025-01-17T14:02:48.242Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2687 | 2025-01-17T14:02:48.279Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2688 | 2025-01-17T14:02:48.308Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2689 | 2025-01-17T14:02:48.347Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2690 | 2025-01-17T14:02:48.531Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2691 | 2025-01-17T14:02:48.643Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2692 | 2025-01-17T14:02:48.836Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2693 | 2025-01-17T14:02:49.024Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2694 | 2025-01-17T14:02:49.070Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2695 | 2025-01-17T14:02:49.450Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2696 | 2025-01-17T14:02:49.826Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2697 | 2025-01-17T14:02:50.097Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2698 | 2025-01-17T14:02:50.139Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2699 | 2025-01-17T14:02:50.178Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2700 | 2025-01-17T14:02:50.441Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2701 | 2025-01-17T14:02:50.528Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2702 | 2025-01-17T14:02:50.791Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2703 | 2025-01-17T14:02:51.186Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2704 | 2025-01-17T14:02:51.509Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2705 | 2025-01-17T14:02:51.734Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2706 | 2025-01-17T14:02:51.900Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2707 | 2025-01-17T14:02:52.090Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2708 | 2025-01-17T14:02:52.121Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2709 | 2025-01-17T14:02:52.298Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2710 | 2025-01-17T14:02:52.381Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2711 | 2025-01-17T14:02:52.418Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2712 | 2025-01-17T14:02:52.654Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2713 | 2025-01-17T14:02:52.703Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2714 | 2025-01-17T14:02:52.732Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2715 | 2025-01-17T14:02:53.050Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2716 | 2025-01-17T14:02:53.388Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2717 | 2025-01-17T14:02:53.407Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2718 | 2025-01-17T14:02:53.426Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2719 | 2025-01-17T14:02:53.718Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2720 | 2025-01-17T14:02:53.737Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2721 | 2025-01-17T14:02:53.777Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2722 | 2025-01-17T14:02:53.796Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2723 | 2025-01-17T14:02:54.671Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2724 | 2025-01-17T14:02:55.001Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2725 | 2025-01-17T14:02:55.455Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2726 | 2025-01-17T14:02:55.980Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2727 | 2025-01-17T14:02:57.004Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2728 | 2025-01-17T14:02:57.108Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2729 | 2025-01-17T14:02:59.402Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2730 | 2025-01-17T14:02:59.958Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2731 | 2025-01-17T14:03:00.155Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2732 | 2025-01-17T14:03:01.148Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2733 | 2025-01-17T14:03:01.717Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2734 | 2025-01-17T14:03:02.298Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2735 | 2025-01-17T14:03:02.499Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2736 | 2025-01-17T14:03:02.831Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2737 | 2025-01-17T14:03:03.061Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2738 | 2025-01-17T14:03:03.582Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2739 | 2025-01-17T14:03:04.113Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2740 | 2025-01-17T14:03:04.302Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2741 | 2025-01-17T14:03:07.194Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2742 | 2025-01-17T14:03:07.657Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2743 | 2025-01-17T14:03:07.753Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2744 | 2025-01-17T14:03:07.922Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2745 | 2025-01-17T14:03:08.154Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2746 | 2025-01-17T14:03:08.798Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2747 | 2025-01-17T14:03:08.943Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2748 | 2025-01-17T14:03:09.054Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2749 | 2025-01-17T14:03:09.246Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2750 | 2025-01-17T14:03:10.742Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2751 | 2025-01-17T14:03:11.315Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2752 | 2025-01-17T14:03:11.678Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2753 | 2025-01-17T14:03:11.822Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2754 | 2025-01-17T14:03:11.919Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2755 | 2025-01-17T14:03:11.945Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2756 | 2025-01-17T14:03:12.549Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2757 | 2025-01-17T14:03:12.715Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2758 | 2025-01-17T14:03:12.894Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2759 | 2025-01-17T14:03:13.357Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2760 | 2025-01-17T14:03:13.434Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2761 | 2025-01-17T14:03:13.469Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2762 | 2025-01-17T14:03:13.795Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2763 | 2025-01-17T14:03:14.062Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2764 | 2025-01-17T14:03:14.519Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2765 | 2025-01-17T14:03:14.967Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2766 | 2025-01-17T14:03:15.625Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2767 | 2025-01-17T14:03:15.768Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2768 | 2025-01-17T14:03:15.859Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2769 | 2025-01-17T14:03:16.006Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2770 | 2025-01-17T14:03:16.458Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2771 | 2025-01-17T14:03:16.700Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2772 | 2025-01-17T14:03:16.722Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2773 | 2025-01-17T14:03:16.950Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2774 | 2025-01-17T14:03:17.308Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2775 | 2025-01-17T14:03:17.399Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2776 | 2025-01-17T14:03:17.822Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2777 | 2025-01-17T14:03:18.152Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2778 | 2025-01-17T14:03:18.227Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2779 | 2025-01-17T14:03:18.776Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2780 | 2025-01-17T14:03:19.763Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2781 | 2025-01-17T14:03:20.673Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2782 | 2025-01-17T14:03:20.724Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2783 | 2025-01-17T14:03:22.266Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2784 | 2025-01-17T14:03:22.731Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2785 | 2025-01-17T14:03:22.994Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2786 | 2025-01-17T14:03:23.086Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2787 | 2025-01-17T14:03:23.124Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2788 | 2025-01-17T14:03:23.513Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2789 | 2025-01-17T14:03:23.743Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2790 | 2025-01-17T14:03:24.462Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2791 | 2025-01-17T14:03:25.139Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2792 | 2025-01-17T14:03:25.584Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2793 | 2025-01-17T14:03:25.605Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2794 | 2025-01-17T14:03:25.703Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2795 | 2025-01-17T14:03:25.964Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2796 | 2025-01-17T14:03:28.145Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2797 | 2025-01-17T14:03:29.314Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2798 | 2025-01-17T14:03:29.632Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2799 | 2025-01-17T14:03:30.248Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2800 | 2025-01-17T14:03:30.395Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2801 | 2025-01-17T14:03:30.486Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2802 | 2025-01-17T14:03:30.746Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2803 | 2025-01-17T14:03:30.950Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2804 | 2025-01-17T14:03:31.199Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2805 | 2025-01-17T14:03:32.629Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2806 | 2025-01-17T14:03:34.599Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2807 | 2025-01-17T14:03:35.575Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2808 | 2025-01-17T14:03:35.604Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2809 | 2025-01-17T14:03:41.746Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2810 | 2025-01-17T14:03:42.184Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2811 | 2025-01-17T14:03:43.681Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2812 | 2025-01-17T14:03:45.075Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2813 | 2025-01-17T14:03:50.329Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2814 | 2025-01-17T14:03:50.517Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2815 | 2025-01-17T14:03:50.665Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2816 | 2025-01-17T14:03:51.972Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2817 | 2025-01-17T14:03:52.185Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2818 | 2025-01-17T14:03:52.507Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2819 | 2025-01-17T14:03:53.620Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2820 | 2025-01-17T14:03:54.925Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2821 | 2025-01-17T14:03:57.047Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2822 | 2025-01-17T14:03:57.155Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2823 | 2025-01-17T14:03:59.726Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2824 | 2025-01-17T14:04:01.442Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2825 | 2025-01-17T14:04:01.714Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2826 | 2025-01-17T14:04:02.865Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2827 | 2025-01-17T14:04:03.616Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2828 | 2025-01-17T14:04:03.842Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2829 | 2025-01-17T14:04:04.107Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2830 | 2025-01-17T14:04:04.387Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2831 | 2025-01-17T14:04:06.400Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2832 | 2025-01-17T14:04:07.642Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2833 | 2025-01-17T14:04:08.035Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2834 | 2025-01-17T14:04:08.258Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2835 | 2025-01-17T14:04:08.577Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2836 | 2025-01-17T14:04:10.750Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2837 | 2025-01-17T14:04:11.410Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2838 | 2025-01-17T14:04:11.593Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2839 | 2025-01-17T14:04:12.244Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2840 | 2025-01-17T14:04:12.503Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2841 | 2025-01-17T14:04:14.244Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2842 | 2025-01-17T14:04:15.811Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2843 | 2025-01-17T14:04:15.894Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2844 | 2025-01-17T14:04:15.953Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2845 | 2025-01-17T14:04:17.010Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2846 | 2025-01-17T14:04:17.053Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2847 | 2025-01-17T14:04:17.076Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2848 | 2025-01-17T14:04:19.787Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2849 | 2025-01-17T14:04:20.467Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2850 | 2025-01-17T14:04:20.565Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2851 | 2025-01-17T14:04:20.694Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2852 | 2025-01-17T14:04:20.963Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2853 | 2025-01-17T14:04:21.292Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2854 | 2025-01-17T14:04:23.509Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2855 | 2025-01-17T14:04:24.031Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2856 | 2025-01-17T14:04:24.771Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2857 | 2025-01-17T14:04:25.180Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2858 | 2025-01-17T14:04:27.227Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2859 | 2025-01-17T14:04:27.965Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2860 | 2025-01-17T14:04:29.021Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2861 | 2025-01-17T14:04:29.574Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2862 | 2025-01-17T14:04:29.799Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2863 | 2025-01-17T14:04:31.193Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2864 | 2025-01-17T14:04:32.003Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2025-01-17T14:04:33.517Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2866 | 2025-01-17T14:04:33.795Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2867 | 2025-01-17T14:04:35.384Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2868 | 2025-01-17T14:04:35.521Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2869 | 2025-01-17T14:04:36.913Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2870 | 2025-01-17T14:04:37.209Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2871 | 2025-01-17T14:04:38.057Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2872 | 2025-01-17T14:04:39.271Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2873 | 2025-01-17T14:04:39.397Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2874 | 2025-01-17T14:04:40.948Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2875 | 2025-01-17T14:04:41.254Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2876 | 2025-01-17T14:04:41.498Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2877 | 2025-01-17T14:04:42.877Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2878 | 2025-01-17T14:04:44.310Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2879 | 2025-01-17T14:04:44.644Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2880 | 2025-01-17T14:04:44.759Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2881 | 2025-01-17T14:04:45.810Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2882 | 2025-01-17T14:04:46.068Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2883 | 2025-01-17T14:04:46.322Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2884 | 2025-01-17T14:04:49.267Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2885 | 2025-01-17T14:04:49.321Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2886 | 2025-01-17T14:04:49.985Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2887 | 2025-01-17T14:04:50.553Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2888 | 2025-01-17T14:04:50.682Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2889 | 2025-01-17T14:04:52.601Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2890 | 2025-01-17T14:04:52.767Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2891 | 2025-01-17T14:04:53.664Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2892 | 2025-01-17T14:04:53.848Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2893 | 2025-01-17T14:04:54.026Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2894 | 2025-01-17T14:04:54.077Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2895 | 2025-01-17T14:04:54.099Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2896 | 2025-01-17T14:04:54.950Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2897 | 2025-01-17T14:04:55.058Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2898 | 2025-01-17T14:04:55.216Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2899 | 2025-01-17T14:04:55.996Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2900 | 2025-01-17T14:04:56.321Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2901 | 2025-01-17T14:04:56.347Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2902 | 2025-01-17T14:04:57.207Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2903 | 2025-01-17T14:05:12.251Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2904 | 2025-01-17T14:05:12.254Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2905 | 2025-01-17T14:05:12.254Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2906 | 2025-01-17T14:05:12.254Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2907 | 2025-01-17T14:05:13.185Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2908 | 2025-01-17T14:05:13.261Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2909 | 2025-01-17T14:05:13.299Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2910 | 2025-01-17T14:05:13.436Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2911 | 2025-01-17T14:05:15.368Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2912 | 2025-01-17T14:05:20.281Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2913 | 2025-01-17T14:05:21.378Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2914 | 2025-01-17T14:05:58.618Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2915 | 2025-01-17T14:06:05.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 19s |
| 2916 | 2025-01-17T14:06:05.590Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
| 2917 | 2025-01-17T14:06:05.658Z | |
| 2918 | 2025-01-17T14:06:05.661Z | real 3:19.424846565 |
| 2919 | 2025-01-17T14:06:05.661Z | user 17:47.243300446 |
| 2920 | 2025-01-17T14:06:05.661Z | sys 2:33.826010509 |
| 2921 | 2025-01-17T14:06:05.661Z | trap 0.495911553 |
| 2922 | 2025-01-17T14:06:05.661Z | tflt 0.288121069 |
| 2923 | 2025-01-17T14:06:05.661Z | dflt 0.085565139 |
| 2924 | 2025-01-17T14:06:05.661Z | kflt 0.000120727 |
| 2925 | 2025-01-17T14:06:05.661Z | lock 28:17.977758196 |
| 2926 | 2025-01-17T14:06:05.661Z | slp 50:21.492888557 |
| 2927 | 2025-01-17T14:06:05.661Z | lat 1:09.498589362 |
| 2928 | 2025-01-17T14:06:05.661Z | stop 1:19.394942322 |
| 2929 | 2025-01-17T14:06:05.661Z | process exited: duration 871151 ms, exit code 0 |
| |
| 2930 | 2025-01-17T14:06:05.667Z | found 0 output files |