|
|
|
| 1 | 2024-11-26T22:48:53.530Z | job assigned to worker 01JDNAJ3Z471FQ27CKQ2FDX6H7 [factory aws, i-0418cc7a4c8293560] (queued for 54 s) |
| |
| 2 | 2024-11-26T22:49:02.058Z | starting task 0: "setup" |
| 3 | 2024-11-26T22:49:02.069Z | ++ uname -s |
| 4 | 2024-11-26T22:49:02.073Z | + kern=SunOS |
| 5 | 2024-11-26T22:49:02.073Z | + case "$kern" in |
| 6 | 2024-11-26T22:49:02.073Z | + groupadd -g 12345 build |
| 7 | 2024-11-26T22:49:02.073Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-26T22:49:04.076Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-26T22:49:04.166Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-26T22:49:04.169Z | + home_fs=zfs |
| 11 | 2024-11-26T22:49:04.169Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-26T22:49:04.169Z | + mkdir -p /home/build |
| 13 | 2024-11-26T22:49:04.172Z | + chown build:build /home/build /work |
| 14 | 2024-11-26T22:49:06.172Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-26T22:49:06.174Z | process exited: duration 4116 ms, exit code 0 |
| |
| 16 | 2024-11-26T22:49:06.179Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-26T22:49:06.184Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-26T22:49:06.184Z | ' 1.81.0 |
| 19 | 2024-11-26T22:49:06.184Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-11-26T22:49:06.184Z | ' default |
| 21 | 2024-11-26T22:49:06.184Z | * toolchain channel = "1.81.0" |
| 22 | 2024-11-26T22:49:06.185Z | * toolchain profile = "default" |
| 23 | 2024-11-26T22:49:06.188Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-26T22:49:06.188Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-11-26T22:49:06.301Z | info: downloading installer |
| 26 | 2024-11-26T22:49:07.570Z | info: profile set to 'default' |
| 27 | 2024-11-26T22:49:07.571Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-26T22:49:07.573Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-11-26T22:49:07.706Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-11-26T22:49:07.706Z | info: downloading component 'cargo' |
| 31 | 2024-11-26T22:49:08.404Z | info: downloading component 'clippy' |
| 32 | 2024-11-26T22:49:08.662Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-26T22:49:09.630Z | info: downloading component 'rust-std' |
| 34 | 2024-11-26T22:49:11.140Z | info: downloading component 'rustc' |
| 35 | 2024-11-26T22:49:16.552Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-26T22:49:16.755Z | info: installing component 'cargo' |
| 37 | 2024-11-26T22:49:17.537Z | info: installing component 'clippy' |
| 38 | 2024-11-26T22:49:17.893Z | info: installing component 'rust-docs' |
| 39 | 2024-11-26T22:49:19.500Z | info: installing component 'rust-std' |
| 40 | 2024-11-26T22:49:21.180Z | info: installing component 'rustc' |
| 41 | 2024-11-26T22:49:26.799Z | info: installing component 'rustfmt' |
| 42 | 2024-11-26T22:49:27.123Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-11-26T22:49:27.123Z | |
| 44 | 2024-11-26T22:49:27.484Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-11-26T22:49:27.487Z | |
| 46 | 2024-11-26T22:49:27.489Z | |
| 47 | 2024-11-26T22:49:27.489Z | Rust is installed now. Great! |
| 48 | 2024-11-26T22:49:27.489Z | |
| 49 | 2024-11-26T22:49:27.489Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-26T22:49:27.489Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-26T22:49:27.489Z | |
| 52 | 2024-11-26T22:49:27.489Z | To configure your current shell, you need to source |
| 53 | 2024-11-26T22:49:27.489Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-26T22:49:27.489Z | |
| 55 | 2024-11-26T22:49:27.489Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-26T22:49:27.490Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-26T22:49:27.490Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-26T22:49:27.556Z | + rustc --version |
| 59 | 2024-11-26T22:49:27.621Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-11-26T22:49:27.624Z | process exited: duration 21443 ms, exit code 0 |
| |
| 61 | 2024-11-26T22:49:27.632Z | starting task 2: "authentication" |
| 62 | 2024-11-26T22:49:27.650Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-11-26T22:49:27.655Z | starting task 3: "clone repository" |
| 64 | 2024-11-26T22:49:27.660Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-26T22:49:27.665Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-26T22:49:27.920Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-26T22:49:33.930Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-26T22:49:33.930Z | + git fetch origin 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
| 69 | 2024-11-26T22:49:34.226Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-26T22:49:34.226Z | * branch 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 -> FETCH_HEAD |
| 71 | 2024-11-26T22:49:34.236Z | + [[ -n fix-clickhouse-admin-single ]] |
| 72 | 2024-11-26T22:49:34.238Z | ++ git branch --show-current |
| 73 | 2024-11-26T22:49:34.240Z | + current=main |
| 74 | 2024-11-26T22:49:34.240Z | + [[ main != fix-clickhouse-admin-single ]] |
| 75 | 2024-11-26T22:49:34.240Z | + git branch -f fix-clickhouse-admin-single 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
| 76 | 2024-11-26T22:49:34.243Z | + git checkout -f fix-clickhouse-admin-single |
| 77 | 2024-11-26T22:49:34.417Z | Switched to branch 'fix-clickhouse-admin-single' |
| 78 | 2024-11-26T22:49:34.419Z | + git reset --hard 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
| 79 | 2024-11-26T22:49:34.430Z | HEAD is now at 922157bb7 Make `ClickhouseCli.log` a mandatory field |
| 80 | 2024-11-26T22:49:34.433Z | process exited: duration 6775 ms, exit code 0 |
| |
| 81 | 2024-11-26T22:49:34.438Z | starting task 4: "build" |
| 82 | 2024-11-26T22:49:34.443Z | + source ./env.sh |
| 83 | 2024-11-26T22:49:34.443Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2024-11-26T22:49:34.443Z | ++ set -o xtrace |
| 85 | 2024-11-26T22:49:34.446Z | ++++ dirname ./env.sh |
| 86 | 2024-11-26T22:49:34.448Z | +++ readlink -f . |
| 87 | 2024-11-26T22:49:34.470Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2024-11-26T22:49:34.473Z | ++ 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 | 2024-11-26T22:49:34.473Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2024-11-26T22:49:34.473Z | ++ 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 | 2024-11-26T22:49:34.473Z | ++ 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 | 2024-11-26T22:49:34.473Z | ++ 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 | 2024-11-26T22:49:34.473Z | ++ 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 | 2024-11-26T22:49:34.473Z | ++ 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 | 2024-11-26T22:49:34.473Z | ++ 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 | 2024-11-26T22:49:34.473Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2024-11-26T22:49:34.473Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2024-11-26T22:49:34.473Z | + source .github/buildomat/ci-env.sh |
| 99 | 2024-11-26T22:49:34.473Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2024-11-26T22:49:34.473Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2024-11-26T22:49:34.473Z | + cargo --version |
| 102 | 2024-11-26T22:49:34.526Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 103 | 2024-11-26T22:49:34.529Z | + rustc --version |
| 104 | 2024-11-26T22:49:34.588Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 105 | 2024-11-26T22:49:34.591Z | + banner prerequisites |
| 106 | 2024-11-26T22:49:34.609Z | |
| 107 | 2024-11-26T22:49:34.609Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2024-11-26T22:49:34.610Z | # # # # # # # # # # # # # # # |
| 109 | 2024-11-26T22:49:34.610Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2024-11-26T22:49:34.610Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2024-11-26T22:49:34.610Z | # # # # # # # # # # # # # # # |
| 112 | 2024-11-26T22:49:34.610Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2024-11-26T22:49:34.610Z | |
| 114 | 2024-11-26T22:49:34.613Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2024-11-26T22:49:44.672Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2024-11-26T22:49:48.782Z | Startup: Caching catalogs ... Done |
| 117 | 2024-11-26T22:49:57.865Z | Planning: Solver setup ... Done (8.329s) |
| 118 | 2024-11-26T22:49:57.984Z | Planning: Running solver ... Done (0.119s) |
| 119 | 2024-11-26T22:49:58.255Z | Planning: Finding local manifests ... Done (0.181s) |
| 120 | 2024-11-26T22:49:58.268Z | Planning: Fetching manifests: 0/5 0% complete |
| 121 | 2024-11-26T22:49:58.484Z | Planning: Fetching manifests: 5/5 100% complete |
| 122 | 2024-11-26T22:49:58.757Z | Planning: Package planning ... Done (0.273s) |
| 123 | 2024-11-26T22:49:58.814Z | Planning: Merging actions ... Done (0.055s) |
| 124 | 2024-11-26T22:49:59.934Z | Planning: Checking for conflicting actions ... Done (1.121s) |
| 125 | 2024-11-26T22:50:08.154Z | Planning: Consolidating action changes ... Done (8.220s) |
| 126 | 2024-11-26T22:50:08.526Z | Planning: Evaluating mediators ... Done (0.371s) |
| 127 | 2024-11-26T22:50:08.603Z | Planning: Planning completed in 19.73 seconds |
| 128 | 2024-11-26T22:50:09.107Z | Packages to install: 4 |
| 129 | 2024-11-26T22:50:09.107Z | Packages to update: 1 |
| 130 | 2024-11-26T22:50:09.110Z | Mediators to change: 2 |
| 131 | 2024-11-26T22:50:09.110Z | Services to change: 1 |
| 132 | 2024-11-26T22:50:09.110Z | Estimated space available: 155.64 GB |
| 133 | 2024-11-26T22:50:09.110Z | Estimated space to be consumed: 1.60 GB |
| 134 | 2024-11-26T22:50:09.110Z | Create boot environment: No |
| 135 | 2024-11-26T22:50:09.110Z | Create backup boot environment: Yes |
| 136 | 2024-11-26T22:50:09.110Z | Rebuild boot archive: No |
| 137 | 2024-11-26T22:50:09.110Z | |
| 138 | 2024-11-26T22:50:09.110Z | Changed mediators: |
| 139 | 2024-11-26T22:50:09.110Z | mediator clang: |
| 140 | 2024-11-26T22:50:09.110Z | version: None -> 15 (system default) |
| 141 | 2024-11-26T22:50:09.110Z | |
| 142 | 2024-11-26T22:50:09.110Z | mediator llvm: |
| 143 | 2024-11-26T22:50:09.110Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2024-11-26T22:50:09.110Z | |
| 145 | 2024-11-26T22:50:09.110Z | Changed packages: |
| 146 | 2024-11-26T22:50:09.110Z | helios-dev |
| 147 | 2024-11-26T22:50:09.110Z | developer/build-essential |
| 148 | 2024-11-26T22:50:09.110Z | None -> 11-2.0 |
| 149 | 2024-11-26T22:50:09.111Z | library/libxmlsec1 |
| 150 | 2024-11-26T22:50:09.111Z | None -> 1.2.35-2.0 |
| 151 | 2024-11-26T22:50:09.111Z | ooce/developer/clang-15 |
| 152 | 2024-11-26T22:50:09.111Z | None -> 15.0.7-2.0 |
| 153 | 2024-11-26T22:50:09.111Z | ooce/developer/llvm-15 |
| 154 | 2024-11-26T22:50:09.111Z | None -> 15.0.7-2.0 |
| 155 | 2024-11-26T22:50:09.111Z | package/pkg |
| 156 | 2024-11-26T22:50:09.111Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2024-11-26T22:50:09.111Z | |
| 158 | 2024-11-26T22:50:09.111Z | Services: |
| 159 | 2024-11-26T22:50:09.111Z | restart_fmri: |
| 160 | 2024-11-26T22:50:09.111Z | svc:/system/update-man-index:default |
| 161 | 2024-11-26T22:50:09.111Z | |
| 162 | 2024-11-26T22:50:09.111Z | Editable files to change: |
| 163 | 2024-11-26T22:50:09.111Z | Update: |
| 164 | 2024-11-26T22:50:09.111Z | usr/share/lib/pkg/web/config.shtml |
| 165 | 2024-11-26T22:50:09.479Z | |
| 166 | 2024-11-26T22:50:09.479Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 167 | 2024-11-26T22:50:14.479Z | Download: 1143/4281 items 59.1/220.6MB 26% complete (11.7M/s) |
| 168 | 2024-11-26T22:50:19.748Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (13.5M/s) |
| 169 | 2024-11-26T22:50:24.753Z | Download: 1634/4281 items 117.6/220.6MB 53% complete (6.5M/s) |
| 170 | 2024-11-26T22:50:29.880Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (4.0M/s) |
| 171 | 2024-11-26T22:50:35.045Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (3.8M/s) |
| 172 | 2024-11-26T22:50:40.047Z | Download: 3221/4281 items 177.2/220.6MB 80% complete (5.8M/s) |
| 173 | 2024-11-26T22:50:45.046Z | Download: 3890/4281 items 217.6/220.6MB 98% complete (9.9M/s) |
| 174 | 2024-11-26T22:50:46.342Z | Download: Completed 220.60 MB in 36.86 seconds (6.0M/s) |
| 175 | 2024-11-26T22:50:48.216Z | Actions: 1/5063 actions (Removing old actions) |
| 176 | 2024-11-26T22:50:48.233Z | Actions: 194/5063 actions (Installing new actions) |
| 177 | 2024-11-26T22:50:53.272Z | Actions: 4144/5063 actions (Installing new actions) |
| 178 | 2024-11-26T22:50:53.277Z | Actions: 4226/5063 actions (Updating modified actions) |
| 179 | 2024-11-26T22:50:53.601Z | Actions: Completed 5063 actions in 5.38 seconds. |
| 180 | 2024-11-26T22:50:53.999Z | Done (0.389s) |
| 181 | 2024-11-26T22:50:54.001Z | Done (0.000s) |
| 182 | 2024-11-26T22:50:54.530Z | Done (0.529s) |
| 183 | 2024-11-26T22:50:59.965Z | Done (5.211s) |
| 184 | 2024-11-26T22:51:00.180Z | Done (0.145s) |
| 185 | 2024-11-26T22:51:00.183Z | Done (0.000s) |
| 186 | 2024-11-26T22:51:00.349Z | Done (0.000s) |
| 187 | 2024-11-26T22:51:01.017Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2024-11-26T22:51:01.177Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2024-11-26T22:51:01.181Z | Planning: Consolidating action changes ... Done |
| 190 | 2024-11-26T22:51:01.445Z | Planning: Evaluating mediators ... Done |
| 191 | 2024-11-26T22:51:01.447Z | Planning: Planning completed in 0.43 seconds |
| 192 | 2024-11-26T22:51:01.483Z | Mediators to change: 2 |
| 193 | 2024-11-26T22:51:01.483Z | Create boot environment: No |
| 194 | 2024-11-26T22:51:01.486Z | Create backup boot environment: No |
| 195 | 2024-11-26T22:51:01.562Z | Done |
| 196 | 2024-11-26T22:51:01.562Z | Done |
| 197 | 2024-11-26T22:51:01.902Z | Done |
| 198 | 2024-11-26T22:51:05.483Z | Done |
| 199 | 2024-11-26T22:51:05.574Z | Done |
| 200 | 2024-11-26T22:51:05.578Z | Done |
| 201 | 2024-11-26T22:51:05.766Z | Done |
| 202 | 2024-11-26T22:51:06.371Z | Planning: Evaluating mediator changes ... Done |
| 203 | 2024-11-26T22:51:06.374Z | Planning: Merging actions ... Done |
| 204 | 2024-11-26T22:51:06.560Z | Planning: Checking for conflicting actions ... Done |
| 205 | 2024-11-26T22:51:06.562Z | Planning: Consolidating action changes ... Done |
| 206 | 2024-11-26T22:51:06.829Z | Planning: Evaluating mediators ... Done |
| 207 | 2024-11-26T22:51:06.885Z | Planning: Planning completed in 0.76 seconds |
| 208 | 2024-11-26T22:51:06.924Z | Packages to change: 1 |
| 209 | 2024-11-26T22:51:06.924Z | Mediators to change: 1 |
| 210 | 2024-11-26T22:51:06.926Z | Services to change: 1 |
| 211 | 2024-11-26T22:51:06.927Z | Create boot environment: No |
| 212 | 2024-11-26T22:51:06.927Z | Create backup boot environment: Yes |
| 213 | 2024-11-26T22:51:08.044Z | Actions: 1/6 actions (Updating modified actions) |
| 214 | 2024-11-26T22:51:08.075Z | Actions: Completed 6 actions in 0.03 seconds. |
| 215 | 2024-11-26T22:51:08.078Z | Done |
| 216 | 2024-11-26T22:51:08.078Z | Done |
| 217 | 2024-11-26T22:51:08.187Z | Done |
| 218 | 2024-11-26T22:51:11.798Z | Done |
| 219 | 2024-11-26T22:51:11.887Z | Done |
| 220 | 2024-11-26T22:51:11.889Z | Done |
| 221 | 2024-11-26T22:51:12.052Z | Done |
| 222 | 2024-11-26T22:51:12.479Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 223 | 2024-11-26T22:51:12.479Z | clang system 15 system |
| 224 | 2024-11-26T22:51:12.479Z | csh system system illumos |
| 225 | 2024-11-26T22:51:12.479Z | ctags system system illumos |
| 226 | 2024-11-26T22:51:12.479Z | gcc vendor 12 vendor |
| 227 | 2024-11-26T22:51:12.479Z | gcc system 10 system |
| 228 | 2024-11-26T22:51:12.479Z | gcc system 7 system |
| 229 | 2024-11-26T22:51:12.479Z | go system 1.20 system |
| 230 | 2024-11-26T22:51:12.479Z | go system 1.19 system |
| 231 | 2024-11-26T22:51:12.479Z | llvm system 15 system |
| 232 | 2024-11-26T22:51:12.479Z | llvm system 14 system |
| 233 | 2024-11-26T22:51:12.479Z | mariadb system 10.6 system |
| 234 | 2024-11-26T22:51:12.479Z | mta vendor vendor dma |
| 235 | 2024-11-26T22:51:12.479Z | openjdk system 17 system |
| 236 | 2024-11-26T22:51:12.479Z | openjdk system 11 system |
| 237 | 2024-11-26T22:51:12.479Z | openjdk system 1.8 system |
| 238 | 2024-11-26T22:51:12.479Z | openssl vendor 3 vendor |
| 239 | 2024-11-26T22:51:12.479Z | perl system 5.36 system |
| 240 | 2024-11-26T22:51:12.479Z | postgresql system 15 system |
| 241 | 2024-11-26T22:51:12.479Z | postgresql system 13 system |
| 242 | 2024-11-26T22:51:12.479Z | python vendor 3 vendor |
| 243 | 2024-11-26T22:51:12.479Z | python system 2 system |
| 244 | 2024-11-26T22:51:12.479Z | python3 system 3.11 system |
| 245 | 2024-11-26T22:51:12.480Z | ruby system 3.0 system |
| 246 | 2024-11-26T22:51:12.480Z | words vendor vendor american-english |
| 247 | 2024-11-26T22:51:12.480Z | words system system australian-english |
| 248 | 2024-11-26T22:51:12.480Z | words system system british-english |
| 249 | 2024-11-26T22:51:12.480Z | words system system canadian-english |
| 250 | 2024-11-26T22:51:12.480Z | words system system french |
| 251 | 2024-11-26T22:51:12.480Z | words system system italian |
| 252 | 2024-11-26T22:51:12.480Z | words system system ngerman |
| 253 | 2024-11-26T22:51:12.480Z | words system system ogerman |
| 254 | 2024-11-26T22:51:12.480Z | words system system spanish |
| 255 | 2024-11-26T22:51:12.807Z | PUBLISHER TYPE STATUS P LOCATION |
| 256 | 2024-11-26T22:51:12.808Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 257 | 2024-11-26T22:51:15.402Z | FMRI IFO |
| 258 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 259 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 260 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 261 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 262 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 263 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 264 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 265 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 266 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 267 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 268 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 269 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 270 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 271 | 2024-11-26T22:51:15.402Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 272 | 2024-11-26T22:51:15.403Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 273 | 2024-11-26T22:51:16.134Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 274 | 2024-11-26T22:51:16.393Z | Updating crates.io index |
| 275 | 2024-11-26T22:51:16.396Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 276 | 2024-11-26T22:51:17.092Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 277 | 2024-11-26T22:51:17.339Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2024-11-26T22:51:17.566Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 279 | 2024-11-26T22:51:17.841Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 280 | 2024-11-26T22:51:18.725Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 281 | 2024-11-26T22:51:21.172Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 282 | 2024-11-26T22:51:22.348Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 283 | 2024-11-26T22:51:23.039Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 284 | 2024-11-26T22:51:23.286Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 285 | 2024-11-26T22:51:23.618Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 286 | 2024-11-26T22:51:24.205Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 287 | 2024-11-26T22:51:24.620Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 288 | 2024-11-26T22:51:24.938Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 289 | 2024-11-26T22:51:25.204Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 290 | 2024-11-26T22:51:25.505Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 291 | 2024-11-26T22:51:25.759Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 292 | 2024-11-26T22:51:26.005Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 293 | 2024-11-26T22:51:26.313Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 294 | 2024-11-26T22:51:26.608Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 295 | 2024-11-26T22:51:26.918Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 296 | 2024-11-26T22:51:27.501Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 297 | 2024-11-26T22:51:27.769Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 298 | 2024-11-26T22:51:28.442Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 299 | 2024-11-26T22:51:28.915Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 300 | 2024-11-26T22:51:29.305Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 301 | 2024-11-26T22:51:29.715Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 302 | 2024-11-26T22:51:29.953Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 303 | 2024-11-26T22:51:30.241Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 304 | 2024-11-26T22:51:31.496Z | Downloading crates ... |
| 305 | 2024-11-26T22:51:31.584Z | Downloaded memmap v0.7.0 |
| 306 | 2024-11-26T22:51:31.589Z | Downloaded anstream v0.6.15 |
| 307 | 2024-11-26T22:51:31.645Z | Downloaded bytecount v0.6.8 |
| 308 | 2024-11-26T22:51:31.650Z | Downloaded byteorder v1.5.0 |
| 309 | 2024-11-26T22:51:31.653Z | Downloaded camino v1.1.9 |
| 310 | 2024-11-26T22:51:31.655Z | Downloaded equivalent v1.0.1 |
| 311 | 2024-11-26T22:51:31.657Z | Downloaded dtrace-parser v0.2.0 |
| 312 | 2024-11-26T22:51:31.660Z | Downloaded clap_lex v0.7.2 |
| 313 | 2024-11-26T22:51:31.660Z | Downloaded pretty-hex v0.4.1 |
| 314 | 2024-11-26T22:51:31.662Z | Downloaded cargo-platform v0.1.8 |
| 315 | 2024-11-26T22:51:31.679Z | Downloaded fnv v1.0.7 |
| 316 | 2024-11-26T22:51:31.682Z | Downloaded errno v0.3.9 |
| 317 | 2024-11-26T22:51:31.682Z | Downloaded crypto-common v0.1.6 |
| 318 | 2024-11-26T22:51:31.685Z | Downloaded cfg-if v1.0.0 |
| 319 | 2024-11-26T22:51:31.688Z | Downloaded scroll_derive v0.12.0 |
| 320 | 2024-11-26T22:51:31.695Z | Downloaded usdt-macro v0.5.0 |
| 321 | 2024-11-26T22:51:31.701Z | Downloaded usdt-attr-macro v0.5.0 |
| 322 | 2024-11-26T22:51:31.710Z | Downloaded itoa v1.0.11 |
| 323 | 2024-11-26T22:51:31.714Z | Downloaded heck v0.5.0 |
| 324 | 2024-11-26T22:51:31.717Z | Downloaded generic-array v0.14.7 |
| 325 | 2024-11-26T22:51:31.719Z | Downloaded macaddr v1.0.1 |
| 326 | 2024-11-26T22:51:31.720Z | Downloaded is_terminal_polyfill v1.70.1 |
| 327 | 2024-11-26T22:51:31.722Z | Downloaded heck v0.4.1 |
| 328 | 2024-11-26T22:51:31.722Z | Downloaded digest v0.10.7 |
| 329 | 2024-11-26T22:51:31.725Z | Downloaded cpufeatures v0.2.14 |
| 330 | 2024-11-26T22:51:31.725Z | Downloaded dof v0.3.0 |
| 331 | 2024-11-26T22:51:31.727Z | Downloaded pest_generator v2.7.14 |
| 332 | 2024-11-26T22:51:31.727Z | Downloaded anstyle-query v1.1.1 |
| 333 | 2024-11-26T22:51:31.730Z | Downloaded anstyle-parse v0.2.5 |
| 334 | 2024-11-26T22:51:31.730Z | Downloaded colorchoice v1.0.2 |
| 335 | 2024-11-26T22:51:31.732Z | Downloaded clap_derive v4.5.18 |
| 336 | 2024-11-26T22:51:31.734Z | Downloaded swrite v0.1.0 |
| 337 | 2024-11-26T22:51:31.735Z | Downloaded autocfg v1.4.0 |
| 338 | 2024-11-26T22:51:31.737Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2024-11-26T22:51:31.737Z | Downloaded fs-err v2.11.0 |
| 340 | 2024-11-26T22:51:31.740Z | Downloaded cargo_toml v0.20.5 |
| 341 | 2024-11-26T22:51:31.740Z | Downloaded plain v0.2.3 |
| 342 | 2024-11-26T22:51:31.742Z | Downloaded usdt-impl v0.5.0 |
| 343 | 2024-11-26T22:51:31.742Z | Downloaded cargo_metadata v0.18.1 |
| 344 | 2024-11-26T22:51:31.746Z | Downloaded version_check v0.9.5 |
| 345 | 2024-11-26T22:51:31.749Z | Downloaded usdt v0.5.0 |
| 346 | 2024-11-26T22:51:31.749Z | Downloaded tabled_derive v0.7.0 |
| 347 | 2024-11-26T22:51:31.751Z | Downloaded serde_tokenstream v0.2.2 |
| 348 | 2024-11-26T22:51:31.751Z | Downloaded utf8parse v0.2.2 |
| 349 | 2024-11-26T22:51:31.755Z | Downloaded unicode-linebreak v0.1.5 |
| 350 | 2024-11-26T22:51:31.755Z | Downloaded thiserror-impl v1.0.69 |
| 351 | 2024-11-26T22:51:31.755Z | Downloaded thread-id v4.2.2 |
| 352 | 2024-11-26T22:51:31.758Z | Downloaded toml_datetime v0.6.8 |
| 353 | 2024-11-26T22:51:31.758Z | Downloaded terminal_size v0.4.0 |
| 354 | 2024-11-26T22:51:31.762Z | Downloaded once_cell v1.20.2 |
| 355 | 2024-11-26T22:51:31.764Z | Downloaded thiserror v1.0.69 |
| 356 | 2024-11-26T22:51:31.769Z | Downloaded strsim v0.11.1 |
| 357 | 2024-11-26T22:51:31.772Z | Downloaded semver v1.0.23 |
| 358 | 2024-11-26T22:51:31.775Z | Downloaded scroll v0.12.0 |
| 359 | 2024-11-26T22:51:31.775Z | Downloaded clap v4.5.21 |
| 360 | 2024-11-26T22:51:31.783Z | Downloaded quote v1.0.37 |
| 361 | 2024-11-26T22:51:31.785Z | Downloaded zerocopy-derive v0.7.35 |
| 362 | 2024-11-26T22:51:31.788Z | Downloaded proc-macro-error v1.0.4 |
| 363 | 2024-11-26T22:51:31.791Z | Downloaded camino-tempfile v1.1.1 |
| 364 | 2024-11-26T22:51:31.795Z | Downloaded tempfile v3.13.0 |
| 365 | 2024-11-26T22:51:31.798Z | Downloaded smawk v0.3.2 |
| 366 | 2024-11-26T22:51:31.798Z | Downloaded block-buffer v0.10.4 |
| 367 | 2024-11-26T22:51:31.802Z | Downloaded serde_spanned v0.6.8 |
| 368 | 2024-11-26T22:51:31.802Z | Downloaded pest_derive v2.7.14 |
| 369 | 2024-11-26T22:51:31.804Z | Downloaded sha2 v0.10.8 |
| 370 | 2024-11-26T22:51:31.804Z | Downloaded papergrid v0.11.0 |
| 371 | 2024-11-26T22:51:31.808Z | Downloaded unicode-ident v1.0.13 |
| 372 | 2024-11-26T22:51:31.811Z | Downloaded ucd-trie v0.1.7 |
| 373 | 2024-11-26T22:51:31.814Z | Downloaded typenum v1.17.0 |
| 374 | 2024-11-26T22:51:31.818Z | Downloaded toml v0.8.19 |
| 375 | 2024-11-26T22:51:31.821Z | Downloaded textwrap v0.16.1 |
| 376 | 2024-11-26T22:51:31.824Z | Downloaded log v0.4.22 |
| 377 | 2024-11-26T22:51:31.826Z | Downloaded serde_derive v1.0.215 |
| 378 | 2024-11-26T22:51:31.826Z | Downloaded proc-macro2 v1.0.89 |
| 379 | 2024-11-26T22:51:31.829Z | Downloaded bitflags v2.6.0 |
| 380 | 2024-11-26T22:51:31.833Z | Downloaded anyhow v1.0.93 |
| 381 | 2024-11-26T22:51:31.836Z | Downloaded indexmap v2.6.0 |
| 382 | 2024-11-26T22:51:31.840Z | Downloaded anstyle v1.0.10 |
| 383 | 2024-11-26T22:51:31.843Z | Downloaded ryu v1.0.18 |
| 384 | 2024-11-26T22:51:31.845Z | Downloaded pest_meta v2.7.14 |
| 385 | 2024-11-26T22:51:31.848Z | Downloaded serde v1.0.215 |
| 386 | 2024-11-26T22:51:31.851Z | Downloaded memchr v2.7.4 |
| 387 | 2024-11-26T22:51:31.856Z | Downloaded fastrand v2.1.1 |
| 388 | 2024-11-26T22:51:31.868Z | Downloaded toml_edit v0.22.22 |
| 389 | 2024-11-26T22:51:31.897Z | Downloaded pest v2.7.14 |
| 390 | 2024-11-26T22:51:31.903Z | Downloaded hashbrown v0.15.0 |
| 391 | 2024-11-26T22:51:31.913Z | Downloaded zerocopy v0.7.35 |
| 392 | 2024-11-26T22:51:31.931Z | Downloaded winnow v0.6.20 |
| 393 | 2024-11-26T22:51:31.941Z | Downloaded serde_json v1.0.132 |
| 394 | 2024-11-26T22:51:31.949Z | Downloaded tabled v0.15.0 |
| 395 | 2024-11-26T22:51:31.963Z | Downloaded clap_builder v4.5.21 |
| 396 | 2024-11-26T22:51:31.969Z | Downloaded goblin v0.8.2 |
| 397 | 2024-11-26T22:51:31.976Z | Downloaded unicode-width v0.1.14 |
| 398 | 2024-11-26T22:51:31.981Z | Downloaded syn v2.0.87 |
| 399 | 2024-11-26T22:51:31.993Z | Downloaded syn v1.0.109 |
| 400 | 2024-11-26T22:51:32.003Z | Downloaded rustix v0.38.37 |
| 401 | 2024-11-26T22:51:32.048Z | Downloaded libc v0.2.162 |
| 402 | 2024-11-26T22:51:32.358Z | Compiling proc-macro2 v1.0.89 |
| 403 | 2024-11-26T22:51:32.358Z | Compiling unicode-ident v1.0.13 |
| 404 | 2024-11-26T22:51:32.358Z | Compiling serde v1.0.215 |
| 405 | 2024-11-26T22:51:32.361Z | Compiling version_check v0.9.5 |
| 406 | 2024-11-26T22:51:32.361Z | Compiling memchr v2.7.4 |
| 407 | 2024-11-26T22:51:32.361Z | Compiling thiserror v1.0.69 |
| 408 | 2024-11-26T22:51:32.394Z | Compiling libc v0.2.162 |
| 409 | 2024-11-26T22:51:32.396Z | Compiling itoa v1.0.11 |
| 410 | 2024-11-26T22:51:32.609Z | Compiling ryu v1.0.18 |
| 411 | 2024-11-26T22:51:32.693Z | Compiling ucd-trie v0.1.7 |
| 412 | 2024-11-26T22:51:33.185Z | Compiling once_cell v1.20.2 |
| 413 | 2024-11-26T22:51:33.255Z | Compiling byteorder v1.5.0 |
| 414 | 2024-11-26T22:51:33.494Z | Compiling serde_json v1.0.132 |
| 415 | 2024-11-26T22:51:33.594Z | Compiling rustix v0.38.37 |
| 416 | 2024-11-26T22:51:34.090Z | Compiling bitflags v2.6.0 |
| 417 | 2024-11-26T22:51:34.137Z | Compiling proc-macro-error-attr v1.0.4 |
| 418 | 2024-11-26T22:51:34.256Z | Compiling usdt-impl v0.5.0 |
| 419 | 2024-11-26T22:51:34.367Z | Compiling syn v1.0.109 |
| 420 | 2024-11-26T22:51:34.436Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2024-11-26T22:51:34.478Z | Compiling plain v0.2.3 |
| 422 | 2024-11-26T22:51:34.528Z | Compiling log v0.4.22 |
| 423 | 2024-11-26T22:51:34.625Z | Compiling camino v1.1.9 |
| 424 | 2024-11-26T22:51:34.700Z | Compiling hashbrown v0.15.0 |
| 425 | 2024-11-26T22:51:34.724Z | Compiling equivalent v1.0.1 |
| 426 | 2024-11-26T22:51:34.846Z | Compiling utf8parse v0.2.2 |
| 427 | 2024-11-26T22:51:35.024Z | Compiling anstyle-parse v0.2.5 |
| 428 | 2024-11-26T22:51:35.071Z | Compiling winnow v0.6.20 |
| 429 | 2024-11-26T22:51:35.260Z | Compiling quote v1.0.37 |
| 430 | 2024-11-26T22:51:35.291Z | Compiling errno v0.3.9 |
| 431 | 2024-11-26T22:51:35.347Z | Compiling thread-id v4.2.2 |
| 432 | 2024-11-26T22:51:35.478Z | Compiling autocfg v1.4.0 |
| 433 | 2024-11-26T22:51:35.515Z | Compiling is_terminal_polyfill v1.70.1 |
| 434 | 2024-11-26T22:51:35.587Z | Compiling colorchoice v1.0.2 |
| 435 | 2024-11-26T22:51:35.646Z | Compiling anstyle-query v1.1.1 |
| 436 | 2024-11-26T22:51:35.766Z | Compiling syn v2.0.87 |
| 437 | 2024-11-26T22:51:35.937Z | Compiling indexmap v2.6.0 |
| 438 | 2024-11-26T22:51:35.993Z | Compiling pretty-hex v0.4.1 |
| 439 | 2024-11-26T22:51:36.220Z | Compiling unicode-width v0.1.14 |
| 440 | 2024-11-26T22:51:36.665Z | Compiling anstyle v1.0.10 |
| 441 | 2024-11-26T22:51:36.751Z | Compiling semver v1.0.23 |
| 442 | 2024-11-26T22:51:37.160Z | Compiling anstream v0.6.15 |
| 443 | 2024-11-26T22:51:37.274Z | Compiling fs-err v2.11.0 |
| 444 | 2024-11-26T22:51:37.505Z | Compiling clap_lex v0.7.2 |
| 445 | 2024-11-26T22:51:37.569Z | Compiling fnv v1.0.7 |
| 446 | 2024-11-26T22:51:37.716Z | Compiling terminal_size v0.4.0 |
| 447 | 2024-11-26T22:51:37.936Z | Compiling cfg-if v1.0.0 |
| 448 | 2024-11-26T22:51:37.964Z | Compiling heck v0.4.1 |
| 449 | 2024-11-26T22:51:37.967Z | Compiling fastrand v2.1.1 |
| 450 | 2024-11-26T22:51:38.024Z | Compiling bytecount v0.6.8 |
| 451 | 2024-11-26T22:51:38.052Z | Compiling heck v0.5.0 |
| 452 | 2024-11-26T22:51:38.241Z | Compiling anyhow v1.0.93 |
| 453 | 2024-11-26T22:51:38.446Z | Compiling strsim v0.11.1 |
| 454 | 2024-11-26T22:51:38.471Z | Compiling tempfile v3.13.0 |
| 455 | 2024-11-26T22:51:38.546Z | Compiling papergrid v0.11.0 |
| 456 | 2024-11-26T22:51:38.905Z | Compiling clap_builder v4.5.21 |
| 457 | 2024-11-26T22:51:39.243Z | Compiling memmap v0.7.0 |
| 458 | 2024-11-26T22:51:39.332Z | Compiling smawk v0.3.2 |
| 459 | 2024-11-26T22:51:39.370Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2024-11-26T22:51:39.615Z | Compiling swrite v0.1.0 |
| 461 | 2024-11-26T22:51:39.872Z | Compiling textwrap v0.16.1 |
| 462 | 2024-11-26T22:51:41.205Z | Compiling tabled_derive v0.7.0 |
| 463 | 2024-11-26T22:51:42.558Z | Compiling tabled v0.15.0 |
| 464 | 2024-11-26T22:51:44.577Z | Compiling serde_derive v1.0.215 |
| 465 | 2024-11-26T22:51:44.577Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2024-11-26T22:51:44.580Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2024-11-26T22:51:44.580Z | Compiling scroll_derive v0.12.0 |
| 468 | 2024-11-26T22:51:44.580Z | Compiling clap_derive v4.5.18 |
| 469 | 2024-11-26T22:51:45.587Z | Compiling scroll v0.12.0 |
| 470 | 2024-11-26T22:51:46.060Z | Compiling goblin v0.8.2 |
| 471 | 2024-11-26T22:51:46.528Z | Compiling zerocopy v0.7.35 |
| 472 | 2024-11-26T22:51:47.450Z | Compiling pest v2.7.14 |
| 473 | 2024-11-26T22:51:48.659Z | Compiling clap v4.5.21 |
| 474 | 2024-11-26T22:51:49.584Z | Compiling pest_meta v2.7.14 |
| 475 | 2024-11-26T22:51:50.465Z | Compiling pest_generator v2.7.14 |
| 476 | 2024-11-26T22:51:52.407Z | Compiling pest_derive v2.7.14 |
| 477 | 2024-11-26T22:51:53.101Z | Compiling dtrace-parser v0.2.0 |
| 478 | 2024-11-26T22:51:54.524Z | Compiling serde_spanned v0.6.8 |
| 479 | 2024-11-26T22:51:54.524Z | Compiling toml_datetime v0.6.8 |
| 480 | 2024-11-26T22:51:54.526Z | Compiling cargo-platform v0.1.8 |
| 481 | 2024-11-26T22:51:54.898Z | Compiling serde_tokenstream v0.2.2 |
| 482 | 2024-11-26T22:51:54.901Z | Compiling macaddr v1.0.1 |
| 483 | 2024-11-26T22:51:55.174Z | Compiling toml_edit v0.22.22 |
| 484 | 2024-11-26T22:51:55.245Z | Compiling camino-tempfile v1.1.1 |
| 485 | 2024-11-26T22:51:56.014Z | Compiling dof v0.3.0 |
| 486 | 2024-11-26T22:51:56.014Z | Compiling cargo_metadata v0.18.1 |
| 487 | 2024-11-26T22:51:57.864Z | Compiling toml v0.8.19 |
| 488 | 2024-11-26T22:51:57.993Z | Compiling usdt-attr-macro v0.5.0 |
| 489 | 2024-11-26T22:51:57.993Z | Compiling usdt-macro v0.5.0 |
| 490 | 2024-11-26T22:51:58.738Z | Compiling cargo_toml v0.20.5 |
| 491 | 2024-11-26T22:51:59.314Z | Compiling usdt v0.5.0 |
| 492 | 2024-11-26T22:52:02.296Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2024-11-26T22:52:06.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.50s |
| 494 | 2024-11-26T22:52:06.672Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 495 | 2024-11-26T22:52:07.230Z | Downloading crates ... |
| 496 | 2024-11-26T22:52:07.352Z | Downloaded allocator-api2 v0.2.18 |
| 497 | 2024-11-26T22:52:07.359Z | Downloaded castaway v0.2.3 |
| 498 | 2024-11-26T22:52:07.361Z | Downloaded bitfield-struct v0.6.2 |
| 499 | 2024-11-26T22:52:07.364Z | Downloaded async-stream-impl v0.3.6 |
| 500 | 2024-11-26T22:52:07.364Z | Downloaded arrayvec v0.7.6 |
| 501 | 2024-11-26T22:52:07.366Z | Downloaded crc-any v2.5.0 |
| 502 | 2024-11-26T22:52:07.368Z | Downloaded base64 v0.21.7 |
| 503 | 2024-11-26T22:52:07.372Z | Downloaded cookie v0.18.1 |
| 504 | 2024-11-26T22:52:07.375Z | Downloaded ctr v0.9.2 |
| 505 | 2024-11-26T22:52:07.377Z | Downloaded backtrace v0.3.74 |
| 506 | 2024-11-26T22:52:07.382Z | Downloaded cancel-safe-futures v0.1.5 |
| 507 | 2024-11-26T22:52:07.391Z | Downloaded rayon v1.10.0 |
| 508 | 2024-11-26T22:52:07.400Z | Downloaded async-recursion v1.1.1 |
| 509 | 2024-11-26T22:52:07.405Z | Downloaded aead v0.5.2 |
| 510 | 2024-11-26T22:52:07.413Z | Downloaded atomicwrites v0.4.4 |
| 511 | 2024-11-26T22:52:07.415Z | Downloaded atty v0.2.14 |
| 512 | 2024-11-26T22:52:07.420Z | Downloaded aho-corasick v1.1.3 |
| 513 | 2024-11-26T22:52:07.426Z | Downloaded atomic-waker v1.1.2 |
| 514 | 2024-11-26T22:52:07.429Z | Downloaded async-trait v0.1.83 |
| 515 | 2024-11-26T22:52:07.433Z | Downloaded arrayref v0.3.9 |
| 516 | 2024-11-26T22:52:07.435Z | Downloaded addr2line v0.24.2 |
| 517 | 2024-11-26T22:52:07.437Z | Downloaded async-stream v0.3.6 |
| 518 | 2024-11-26T22:52:07.440Z | Downloaded arc-swap v1.7.1 |
| 519 | 2024-11-26T22:52:07.443Z | Downloaded hickory-client v0.24.1 |
| 520 | 2024-11-26T22:52:07.446Z | Downloaded async-bb8-diesel v0.2.1 |
| 521 | 2024-11-26T22:52:07.448Z | Downloaded darling v0.20.10 |
| 522 | 2024-11-26T22:52:07.454Z | Downloaded cfg_aliases v0.2.1 |
| 523 | 2024-11-26T22:52:07.456Z | Downloaded hickory-server v0.24.1 |
| 524 | 2024-11-26T22:52:07.461Z | Downloaded cfg_aliases v0.1.1 |
| 525 | 2024-11-26T22:52:07.464Z | Downloaded aes v0.8.4 |
| 526 | 2024-11-26T22:52:07.467Z | Downloaded ciborium-io v0.2.2 |
| 527 | 2024-11-26T22:52:07.469Z | Downloaded ascii-canvas v3.0.0 |
| 528 | 2024-11-26T22:52:07.469Z | Downloaded argon2 v0.5.3 |
| 529 | 2024-11-26T22:52:07.472Z | Downloaded ahash v0.8.11 |
| 530 | 2024-11-26T22:52:07.474Z | Downloaded hostname v0.3.1 |
| 531 | 2024-11-26T22:52:07.477Z | Downloaded hickory-resolver v0.24.1 |
| 532 | 2024-11-26T22:52:07.482Z | Downloaded cassowary v0.3.0 |
| 533 | 2024-11-26T22:52:07.484Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 534 | 2024-11-26T22:52:07.487Z | Downloaded hex-literal v0.4.1 |
| 535 | 2024-11-26T22:52:07.487Z | Downloaded base16ct v0.2.0 |
| 536 | 2024-11-26T22:52:07.490Z | Downloaded crunchy v0.2.2 |
| 537 | 2024-11-26T22:52:07.490Z | Downloaded cstr-argument v0.1.2 |
| 538 | 2024-11-26T22:52:07.492Z | Downloaded cobs v0.2.3 |
| 539 | 2024-11-26T22:52:07.492Z | Downloaded bb8 v0.8.5 |
| 540 | 2024-11-26T22:52:07.494Z | Downloaded hostname v0.4.0 |
| 541 | 2024-11-26T22:52:07.497Z | Downloaded home v0.5.9 |
| 542 | 2024-11-26T22:52:07.497Z | Downloaded rustversion v1.0.17 |
| 543 | 2024-11-26T22:52:07.500Z | Downloaded http v1.1.0 |
| 544 | 2024-11-26T22:52:07.505Z | Downloaded crossbeam-deque v0.8.5 |
| 545 | 2024-11-26T22:52:07.507Z | Downloaded hkdf v0.12.4 |
| 546 | 2024-11-26T22:52:07.509Z | Downloaded ciborium-ll v0.2.2 |
| 547 | 2024-11-26T22:52:07.512Z | Downloaded headers-core v0.3.0 |
| 548 | 2024-11-26T22:52:07.515Z | Downloaded colored v2.1.0 |
| 549 | 2024-11-26T22:52:07.515Z | Downloaded chrono-tz-build v0.4.0 |
| 550 | 2024-11-26T22:52:07.517Z | Downloaded cbc v0.1.2 |
| 551 | 2024-11-26T22:52:07.517Z | Downloaded highway v1.2.0 |
| 552 | 2024-11-26T22:52:07.519Z | Downloaded hickory-proto v0.24.1 |
| 553 | 2024-11-26T22:52:07.536Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 554 | 2024-11-26T22:52:07.539Z | Downloaded http-body-util v0.1.2 |
| 555 | 2024-11-26T22:52:07.542Z | Downloaded http-body v1.0.1 |
| 556 | 2024-11-26T22:52:07.542Z | Downloaded backoff v0.4.0 |
| 557 | 2024-11-26T22:52:07.545Z | Downloaded schemars_derive v0.8.21 |
| 558 | 2024-11-26T22:52:07.547Z | Downloaded ident_case v1.0.1 |
| 559 | 2024-11-26T22:52:07.549Z | Downloaded icu_provider_macros v1.5.0 |
| 560 | 2024-11-26T22:52:07.549Z | Downloaded iana-time-zone v0.1.61 |
| 561 | 2024-11-26T22:52:07.552Z | Downloaded cmake v0.1.51 |
| 562 | 2024-11-26T22:52:07.554Z | Downloaded cookie_store v0.21.0 |
| 563 | 2024-11-26T22:52:07.557Z | Downloaded bzip2 v0.4.4 |
| 564 | 2024-11-26T22:52:07.559Z | Downloaded httpdate v1.0.3 |
| 565 | 2024-11-26T22:52:07.562Z | Downloaded blowfish v0.9.1 |
| 566 | 2024-11-26T22:52:07.562Z | Downloaded hubpack_derive v0.1.1 |
| 567 | 2024-11-26T22:52:07.566Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 568 | 2024-11-26T22:52:07.566Z | Downloaded icu_normalizer_data v1.5.0 |
| 569 | 2024-11-26T22:52:07.568Z | Downloaded hex v0.4.3 |
| 570 | 2024-11-26T22:52:07.570Z | Downloaded chacha20 v0.9.1 |
| 571 | 2024-11-26T22:52:07.573Z | Downloaded hyper-rustls v0.27.3 |
| 572 | 2024-11-26T22:52:07.575Z | Downloaded mirai-annotations v1.12.0 |
| 573 | 2024-11-26T22:52:07.576Z | Downloaded md5 v0.7.0 |
| 574 | 2024-11-26T22:52:07.578Z | Downloaded humantime v2.1.0 |
| 575 | 2024-11-26T22:52:07.578Z | Downloaded http-range v0.1.5 |
| 576 | 2024-11-26T22:52:07.581Z | Downloaded bcs v0.1.6 |
| 577 | 2024-11-26T22:52:07.584Z | Downloaded serde_urlencoded v0.7.1 |
| 578 | 2024-11-26T22:52:07.586Z | Downloaded lazycell v1.3.0 |
| 579 | 2024-11-26T22:52:07.586Z | Downloaded semver v0.1.20 |
| 580 | 2024-11-26T22:52:07.588Z | Downloaded rustc_version v0.4.1 |
| 581 | 2024-11-26T22:52:07.588Z | Downloaded rfc6979 v0.4.0 |
| 582 | 2024-11-26T22:52:07.591Z | Downloaded slog-json v2.6.1 |
| 583 | 2024-11-26T22:52:07.593Z | Downloaded indoc v1.0.9 |
| 584 | 2024-11-26T22:52:07.595Z | Downloaded serde_repr v0.1.19 |
| 585 | 2024-11-26T22:52:07.597Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 586 | 2024-11-26T22:52:07.600Z | Downloaded tabwriter v1.4.0 |
| 587 | 2024-11-26T22:52:07.602Z | Downloaded structmeta-derive v0.3.0 |
| 588 | 2024-11-26T22:52:07.602Z | Downloaded match_cfg v0.1.0 |
| 589 | 2024-11-26T22:52:07.605Z | Downloaded const_format_proc_macros v0.2.33 |
| 590 | 2024-11-26T22:52:07.608Z | Downloaded const-oid v0.9.6 |
| 591 | 2024-11-26T22:52:07.611Z | Downloaded blake2 v0.10.6 |
| 592 | 2024-11-26T22:52:07.613Z | Downloaded darling_macro v0.20.10 |
| 593 | 2024-11-26T22:52:07.614Z | Downloaded base64 v0.13.1 |
| 594 | 2024-11-26T22:52:07.617Z | Downloaded zone_cfg_derive v0.3.0 |
| 595 | 2024-11-26T22:52:07.619Z | Downloaded zone_cfg_derive v0.1.2 |
| 596 | 2024-11-26T22:52:07.619Z | Downloaded matches v0.1.10 |
| 597 | 2024-11-26T22:52:07.622Z | Downloaded keccak v0.1.5 |
| 598 | 2024-11-26T22:52:07.622Z | Downloaded toolchain_find v0.4.0 |
| 599 | 2024-11-26T22:52:07.624Z | Downloaded take_mut v0.2.2 |
| 600 | 2024-11-26T22:52:07.624Z | Downloaded hubpack v0.1.2 |
| 601 | 2024-11-26T22:52:07.627Z | Downloaded is_ci v1.2.0 |
| 602 | 2024-11-26T22:52:07.627Z | Downloaded indent_write v2.2.0 |
| 603 | 2024-11-26T22:52:07.629Z | Downloaded idna_adapter v1.2.0 |
| 604 | 2024-11-26T22:52:07.629Z | Downloaded hyper-tls v0.6.0 |
| 605 | 2024-11-26T22:52:07.631Z | Downloaded clang-sys v1.8.1 |
| 606 | 2024-11-26T22:52:07.634Z | Downloaded unicode-truncate v1.1.0 |
| 607 | 2024-11-26T22:52:07.637Z | Downloaded snafu-derive v0.8.5 |
| 608 | 2024-11-26T22:52:07.637Z | Downloaded serde_path_to_error v0.1.16 |
| 609 | 2024-11-26T22:52:07.639Z | Downloaded kstat-rs v0.2.4 |
| 610 | 2024-11-26T22:52:07.642Z | Downloaded opaque-debug v0.3.1 |
| 611 | 2024-11-26T22:52:07.644Z | Downloaded data-encoding v2.6.0 |
| 612 | 2024-11-26T22:52:07.644Z | Downloaded which v4.4.2 |
| 613 | 2024-11-26T22:52:07.646Z | Downloaded jobserver v0.1.32 |
| 614 | 2024-11-26T22:52:07.649Z | Downloaded peg-runtime v0.8.3 |
| 615 | 2024-11-26T22:52:07.651Z | Downloaded tls_codec v0.4.1 |
| 616 | 2024-11-26T22:52:07.651Z | Downloaded md-5 v0.10.6 |
| 617 | 2024-11-26T22:52:07.654Z | Downloaded linear-map v1.2.0 |
| 618 | 2024-11-26T22:52:07.657Z | Downloaded num-conv v0.1.0 |
| 619 | 2024-11-26T22:52:07.657Z | Downloaded linked-hash-map v0.5.6 |
| 620 | 2024-11-26T22:52:07.659Z | Downloaded libsw v3.3.1 |
| 621 | 2024-11-26T22:52:07.662Z | Downloaded libefi-sys v0.1.0 |
| 622 | 2024-11-26T22:52:07.662Z | Downloaded lalrpop-util v0.19.12 |
| 623 | 2024-11-26T22:52:07.665Z | Downloaded debug-ignore v1.0.5 |
| 624 | 2024-11-26T22:52:07.667Z | Downloaded zone v0.3.0 |
| 625 | 2024-11-26T22:52:07.667Z | Downloaded mockall v0.13.0 |
| 626 | 2024-11-26T22:52:07.670Z | Downloaded either v1.13.0 |
| 627 | 2024-11-26T22:52:07.672Z | Downloaded futures-core v0.3.31 |
| 628 | 2024-11-26T22:52:07.672Z | Downloaded lru-cache v0.1.2 |
| 629 | 2024-11-26T22:52:07.675Z | Downloaded float-cmp v0.9.0 |
| 630 | 2024-11-26T22:52:07.677Z | Downloaded embedded-io v0.4.0 |
| 631 | 2024-11-26T22:52:07.677Z | Downloaded internet-checksum v0.2.1 |
| 632 | 2024-11-26T22:52:07.680Z | Downloaded futures-executor v0.3.31 |
| 633 | 2024-11-26T22:52:07.682Z | Downloaded funty v2.0.0 |
| 634 | 2024-11-26T22:52:07.682Z | Downloaded inout v0.1.3 |
| 635 | 2024-11-26T22:52:07.682Z | Downloaded icu_locid_transform v1.5.0 |
| 636 | 2024-11-26T22:52:07.686Z | Downloaded zerofrom v0.1.4 |
| 637 | 2024-11-26T22:52:07.689Z | Downloaded httparse v1.9.5 |
| 638 | 2024-11-26T22:52:07.691Z | Downloaded topological-sort v0.2.2 |
| 639 | 2024-11-26T22:52:07.691Z | Downloaded russh v0.45.0 |
| 640 | 2024-11-26T22:52:07.698Z | Downloaded progenitor-client v0.8.0 |
| 641 | 2024-11-26T22:52:07.700Z | Downloaded icu_locid v1.5.0 |
| 642 | 2024-11-26T22:52:07.704Z | Downloaded serde-big-array v0.5.1 |
| 643 | 2024-11-26T22:52:07.707Z | Downloaded futures-io v0.3.31 |
| 644 | 2024-11-26T22:52:07.709Z | Downloaded peg v0.8.4 |
| 645 | 2024-11-26T22:52:07.712Z | Downloaded icu_provider v1.5.0 |
| 646 | 2024-11-26T22:52:07.716Z | Downloaded sync-ptr v0.1.1 |
| 647 | 2024-11-26T22:52:07.718Z | Downloaded const_format v0.2.33 |
| 648 | 2024-11-26T22:52:07.722Z | Downloaded num-derive v0.4.2 |
| 649 | 2024-11-26T22:52:07.725Z | Downloaded ppv-lite86 v0.2.20 |
| 650 | 2024-11-26T22:52:07.727Z | Downloaded powerfmt v0.2.0 |
| 651 | 2024-11-26T22:52:07.729Z | Downloaded tokio-rustls v0.24.1 |
| 652 | 2024-11-26T22:52:07.732Z | Downloaded maybe-uninit v2.0.0 |
| 653 | 2024-11-26T22:52:07.744Z | Downloaded dhcproto-macros v0.1.0 |
| 654 | 2024-11-26T22:52:07.747Z | Downloaded rustc-hash v2.0.0 |
| 655 | 2024-11-26T22:52:07.750Z | Downloaded samael v0.0.17 |
| 656 | 2024-11-26T22:52:07.754Z | Downloaded normalize-line-endings v0.3.0 |
| 657 | 2024-11-26T22:52:07.757Z | Downloaded time-macros v0.2.18 |
| 658 | 2024-11-26T22:52:07.759Z | Downloaded mime_guess v2.0.5 |
| 659 | 2024-11-26T22:52:07.763Z | Downloaded serde-hex v0.1.0 |
| 660 | 2024-11-26T22:52:07.763Z | Downloaded socket2 v0.5.7 |
| 661 | 2024-11-26T22:52:07.765Z | Downloaded secrecy v0.8.0 |
| 662 | 2024-11-26T22:52:07.768Z | Downloaded sec1 v0.7.3 |
| 663 | 2024-11-26T22:52:07.770Z | Downloaded peg-macros v0.8.4 |
| 664 | 2024-11-26T22:52:07.773Z | Downloaded hyper-util v0.1.10 |
| 665 | 2024-11-26T22:52:07.775Z | Downloaded thread_local v1.1.8 |
| 666 | 2024-11-26T22:52:07.778Z | Downloaded precomputed-hash v0.1.1 |
| 667 | 2024-11-26T22:52:07.780Z | Downloaded openssl-macros v0.1.1 |
| 668 | 2024-11-26T22:52:07.780Z | Downloaded supports-color v3.0.1 |
| 669 | 2024-11-26T22:52:07.783Z | Downloaded zopfli v0.8.1 |
| 670 | 2024-11-26T22:52:07.785Z | Downloaded thiserror-no-std v2.0.2 |
| 671 | 2024-11-26T22:52:07.788Z | Downloaded ssh-encoding v0.2.0 |
| 672 | 2024-11-26T22:52:07.791Z | Downloaded qorb v0.2.0 |
| 673 | 2024-11-26T22:52:07.796Z | Downloaded time-core v0.1.2 |
| 674 | 2024-11-26T22:52:07.798Z | Downloaded dyn-clone v1.0.17 |
| 675 | 2024-11-26T22:52:07.800Z | Downloaded rustc-demangle v0.1.24 |
| 676 | 2024-11-26T22:52:07.803Z | Downloaded diesel-dtrace v0.3.0 |
| 677 | 2024-11-26T22:52:07.803Z | Downloaded indexmap v1.9.3 |
| 678 | 2024-11-26T22:52:07.807Z | Downloaded waitgroup v0.1.2 |
| 679 | 2024-11-26T22:52:07.809Z | Downloaded tinyvec_macros v0.1.1 |
| 680 | 2024-11-26T22:52:07.809Z | Downloaded form_urlencoded v1.2.1 |
| 681 | 2024-11-26T22:52:07.812Z | Downloaded fallible-iterator v0.2.0 |
| 682 | 2024-11-26T22:52:07.812Z | Downloaded paste v1.0.15 |
| 683 | 2024-11-26T22:52:07.816Z | Downloaded percent-encoding v2.3.1 |
| 684 | 2024-11-26T22:52:07.819Z | Downloaded serde_derive_internals v0.29.1 |
| 685 | 2024-11-26T22:52:07.819Z | Downloaded sct v0.7.1 |
| 686 | 2024-11-26T22:52:07.823Z | Downloaded signal-hook-tokio v0.3.1 |
| 687 | 2024-11-26T22:52:07.826Z | Downloaded pin-project v1.1.6 |
| 688 | 2024-11-26T22:52:07.837Z | Downloaded vte_generate_state_changes v0.1.2 |
| 689 | 2024-11-26T22:52:07.840Z | Downloaded icu_collections v1.5.0 |
| 690 | 2024-11-26T22:52:07.845Z | Downloaded signal-hook-mio v0.2.4 |
| 691 | 2024-11-26T22:52:07.848Z | Downloaded rand_core v0.6.4 |
| 692 | 2024-11-26T22:52:07.850Z | Downloaded tap v1.0.1 |
| 693 | 2024-11-26T22:52:07.852Z | Downloaded futures-sink v0.3.31 |
| 694 | 2024-11-26T22:52:07.852Z | Downloaded multimap v0.10.0 |
| 695 | 2024-11-26T22:52:07.855Z | Downloaded endian-type v0.1.2 |
| 696 | 2024-11-26T22:52:07.855Z | Downloaded futures-macro v0.3.31 |
| 697 | 2024-11-26T22:52:07.857Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 698 | 2024-11-26T22:52:07.857Z | Downloaded fallible-iterator v0.3.0 |
| 699 | 2024-11-26T22:52:07.859Z | Downloaded ed25519 v2.2.3 |
| 700 | 2024-11-26T22:52:07.862Z | Downloaded nodrop v0.1.14 |
| 701 | 2024-11-26T22:52:07.862Z | Downloaded fs_extra v1.3.0 |
| 702 | 2024-11-26T22:52:07.864Z | Downloaded fragile v2.0.0 |
| 703 | 2024-11-26T22:52:07.867Z | Downloaded difflib v0.4.0 |
| 704 | 2024-11-26T22:52:07.867Z | Downloaded olpc-cjson v0.1.4 |
| 705 | 2024-11-26T22:52:07.869Z | Downloaded tls_codec_derive v0.4.1 |
| 706 | 2024-11-26T22:52:07.872Z | Downloaded strip-ansi-escapes v0.2.0 |
| 707 | 2024-11-26T22:52:07.872Z | Downloaded serde_with_macros v3.11.0 |
| 708 | 2024-11-26T22:52:07.875Z | Downloaded stringprep v0.1.5 |
| 709 | 2024-11-26T22:52:07.877Z | Downloaded test-strategy v0.3.1 |
| 710 | 2024-11-26T22:52:07.880Z | Downloaded same-file v1.0.6 |
| 711 | 2024-11-26T22:52:07.882Z | Downloaded ed25519-dalek v2.1.1 |
| 712 | 2024-11-26T22:52:07.886Z | Downloaded zeroize v1.8.1 |
| 713 | 2024-11-26T22:52:07.888Z | Downloaded ref-cast-impl v1.0.23 |
| 714 | 2024-11-26T22:52:07.891Z | Downloaded icu_properties v1.5.1 |
| 715 | 2024-11-26T22:52:07.893Z | Downloaded russh-cryptovec v0.7.3 |
| 716 | 2024-11-26T22:52:07.893Z | Downloaded dsl_auto_type v0.1.2 |
| 717 | 2024-11-26T22:52:07.896Z | Downloaded value-bag v1.9.0 |
| 718 | 2024-11-26T22:52:07.898Z | Downloaded toml_edit v0.19.15 |
| 719 | 2024-11-26T22:52:07.917Z | Downloaded predicates v3.1.2 |
| 720 | 2024-11-26T22:52:07.919Z | Downloaded pbkdf2 v0.12.2 |
| 721 | 2024-11-26T22:52:07.922Z | Downloaded parse-display v0.10.0 |
| 722 | 2024-11-26T22:52:07.924Z | Downloaded ena v0.14.3 |
| 723 | 2024-11-26T22:52:07.924Z | Downloaded serde_yaml v0.9.34+deprecated |
| 724 | 2024-11-26T22:52:07.928Z | Downloaded sqlparser_derive v0.2.2 |
| 725 | 2024-11-26T22:52:07.931Z | Downloaded unarray v0.1.4 |
| 726 | 2024-11-26T22:52:07.931Z | Downloaded multer v3.1.0 |
| 727 | 2024-11-26T22:52:07.934Z | Downloaded ecdsa v0.16.9 |
| 728 | 2024-11-26T22:52:07.937Z | Downloaded zeroize_derive v1.4.2 |
| 729 | 2024-11-26T22:52:07.939Z | Downloaded zerovec-derive v0.10.3 |
| 730 | 2024-11-26T22:52:07.942Z | Downloaded predicates-core v1.0.8 |
| 731 | 2024-11-26T22:52:07.942Z | Downloaded pbkdf2 v0.11.0 |
| 732 | 2024-11-26T22:52:07.945Z | Downloaded typify-macro v0.2.0 |
| 733 | 2024-11-26T22:52:07.945Z | Downloaded enum-as-inner v0.5.1 |
| 734 | 2024-11-26T22:52:07.949Z | Downloaded rustfmt-wrapper v0.2.1 |
| 735 | 2024-11-26T22:52:07.952Z | Downloaded sigpipe v0.1.3 |
| 736 | 2024-11-26T22:52:07.952Z | Downloaded rustc_version v0.1.7 |
| 737 | 2024-11-26T22:52:07.953Z | Downloaded headers v0.4.0 |
| 738 | 2024-11-26T22:52:07.956Z | Downloaded float-ord v0.3.2 |
| 739 | 2024-11-26T22:52:07.959Z | Downloaded globset v0.4.15 |
| 740 | 2024-11-26T22:52:07.961Z | Downloaded signal-hook v0.3.17 |
| 741 | 2024-11-26T22:52:07.965Z | Downloaded group v0.13.0 |
| 742 | 2024-11-26T22:52:07.967Z | Downloaded pem v3.0.4 |
| 743 | 2024-11-26T22:52:07.967Z | Downloaded postgres-types v0.2.8 |
| 744 | 2024-11-26T22:52:07.969Z | Downloaded postgres-protocol v0.6.7 |
| 745 | 2024-11-26T22:52:07.972Z | Downloaded tiny-keccak v2.0.2 |
| 746 | 2024-11-26T22:52:07.976Z | Downloaded embedded-io v0.6.1 |
| 747 | 2024-11-26T22:52:07.976Z | Downloaded dunce v1.0.5 |
| 748 | 2024-11-26T22:52:07.978Z | Downloaded tinyvec v1.8.0 |
| 749 | 2024-11-26T22:52:07.981Z | Downloaded try-lock v0.2.5 |
| 750 | 2024-11-26T22:52:07.981Z | Downloaded signature v2.2.0 |
| 751 | 2024-11-26T22:52:07.983Z | Downloaded phf_shared v0.10.0 |
| 752 | 2024-11-26T22:52:07.986Z | Downloaded zerocopy-derive v0.8.10 |
| 753 | 2024-11-26T22:52:07.990Z | Downloaded der_derive v0.7.3 |
| 754 | 2024-11-26T22:52:07.994Z | Downloaded downcast v0.11.0 |
| 755 | 2024-11-26T22:52:07.996Z | Downloaded write16 v1.0.0 |
| 756 | 2024-11-26T22:52:07.996Z | Downloaded tokio-tungstenite v0.23.1 |
| 757 | 2024-11-26T22:52:07.999Z | Downloaded simd-adler32 v0.3.7 |
| 758 | 2024-11-26T22:52:08.001Z | Downloaded flagset v0.4.6 |
| 759 | 2024-11-26T22:52:08.005Z | Downloaded tower-service v0.3.3 |
| 760 | 2024-11-26T22:52:08.005Z | Downloaded omicron-zone-package v0.11.1 |
| 761 | 2024-11-26T22:52:08.007Z | Downloaded nanorand v0.7.0 |
| 762 | 2024-11-26T22:52:08.012Z | Downloaded foreign-types-shared v0.3.1 |
| 763 | 2024-11-26T22:52:08.017Z | Downloaded foreign-types-shared v0.1.1 |
| 764 | 2024-11-26T22:52:08.017Z | Downloaded derive_builder_macro v0.20.2 |
| 765 | 2024-11-26T22:52:08.017Z | Downloaded num_threads v0.1.7 |
| 766 | 2024-11-26T22:52:08.017Z | Downloaded slog-term v2.9.1 |
| 767 | 2024-11-26T22:52:08.020Z | Downloaded parse-display-derive v0.10.0 |
| 768 | 2024-11-26T22:52:08.020Z | Downloaded defmt v0.3.8 |
| 769 | 2024-11-26T22:52:08.024Z | Downloaded tokio-stream v0.1.16 |
| 770 | 2024-11-26T22:52:08.030Z | Downloaded openssl-probe v0.1.5 |
| 771 | 2024-11-26T22:52:08.032Z | Downloaded new_debug_unreachable v1.0.6 |
| 772 | 2024-11-26T22:52:08.032Z | Downloaded siphasher v0.3.11 |
| 773 | 2024-11-26T22:52:08.035Z | Downloaded pkg-config v0.3.31 |
| 774 | 2024-11-26T22:52:08.035Z | Downloaded getrandom v0.2.15 |
| 775 | 2024-11-26T22:52:08.038Z | Downloaded number_prefix v0.4.0 |
| 776 | 2024-11-26T22:52:08.041Z | Downloaded unicase v2.7.0 |
| 777 | 2024-11-26T22:52:08.044Z | Downloaded tokio-macros v2.4.0 |
| 778 | 2024-11-26T22:52:08.044Z | Downloaded ssh-cipher v0.2.0 |
| 779 | 2024-11-26T22:52:08.046Z | Downloaded tokio-tungstenite v0.24.0 |
| 780 | 2024-11-26T22:52:08.048Z | Downloaded oso-derive v0.27.3 |
| 781 | 2024-11-26T22:52:08.048Z | Downloaded steno v0.4.1 |
| 782 | 2024-11-26T22:52:08.052Z | Downloaded crossterm v0.28.1 |
| 783 | 2024-11-26T22:52:08.061Z | Downloaded filetime v0.2.25 |
| 784 | 2024-11-26T22:52:08.065Z | Downloaded displaydoc v0.2.5 |
| 785 | 2024-11-26T22:52:08.068Z | Downloaded radium v0.7.0 |
| 786 | 2024-11-26T22:52:08.068Z | Downloaded strum_macros v0.26.4 |
| 787 | 2024-11-26T22:52:08.074Z | Downloaded russh-keys v0.45.0 |
| 788 | 2024-11-26T22:52:08.074Z | Downloaded pin-utils v0.1.0 |
| 789 | 2024-11-26T22:52:08.079Z | Downloaded utf-8 v0.7.6 |
| 790 | 2024-11-26T22:52:08.079Z | Downloaded num_enum v0.5.11 |
| 791 | 2024-11-26T22:52:08.082Z | Downloaded rustls-pemfile v2.2.0 |
| 792 | 2024-11-26T22:52:08.085Z | Downloaded mio v1.0.2 |
| 793 | 2024-11-26T22:52:08.091Z | Downloaded spki v0.7.3 |
| 794 | 2024-11-26T22:52:08.094Z | Downloaded spin v0.9.8 |
| 795 | 2024-11-26T22:52:08.098Z | Downloaded rpassword v7.3.1 |
| 796 | 2024-11-26T22:52:08.101Z | Downloaded rtoolbox v0.0.2 |
| 797 | 2024-11-26T22:52:08.101Z | Downloaded num_enum_derive v0.5.11 |
| 798 | 2024-11-26T22:52:08.104Z | Downloaded owo-colors v4.1.0 |
| 799 | 2024-11-26T22:52:08.107Z | Downloaded tungstenite v0.23.0 |
| 800 | 2024-11-26T22:52:08.109Z | Downloaded aws-lc-rs v1.10.0 |
| 801 | 2024-11-26T22:52:08.122Z | Downloaded pretty-hex v0.2.1 |
| 802 | 2024-11-26T22:52:08.126Z | Downloaded scheduled-thread-pool v0.2.7 |
| 803 | 2024-11-26T22:52:08.126Z | Downloaded salsa20 v0.10.2 |
| 804 | 2024-11-26T22:52:08.126Z | Downloaded rusty-fork v0.3.0 |
| 805 | 2024-11-26T22:52:08.129Z | Downloaded enum-as-inner v0.6.1 |
| 806 | 2024-11-26T22:52:08.129Z | Downloaded yoke-derive v0.7.4 |
| 807 | 2024-11-26T22:52:08.129Z | Downloaded tokio-native-tls v0.3.1 |
| 808 | 2024-11-26T22:52:08.132Z | Downloaded string_cache v0.8.7 |
| 809 | 2024-11-26T22:52:08.141Z | Downloaded static_assertions v1.1.0 |
| 810 | 2024-11-26T22:52:08.141Z | Downloaded parking_lot_core v0.9.10 |
| 811 | 2024-11-26T22:52:08.150Z | Downloaded libm v0.2.8 |
| 812 | 2024-11-26T22:52:08.150Z | Downloaded env_filter v0.1.2 |
| 813 | 2024-11-26T22:52:08.150Z | Downloaded derive_builder_core v0.20.2 |
| 814 | 2024-11-26T22:52:08.159Z | Downloaded num-rational v0.4.2 |
| 815 | 2024-11-26T22:52:08.159Z | Downloaded hashbrown v0.14.5 |
| 816 | 2024-11-26T22:52:08.166Z | Downloaded fxhash v0.2.1 |
| 817 | 2024-11-26T22:52:08.166Z | Downloaded foreign-types v0.5.0 |
| 818 | 2024-11-26T22:52:08.166Z | Downloaded foreign-types v0.3.2 |
| 819 | 2024-11-26T22:52:08.166Z | Downloaded untrusted v0.7.1 |
| 820 | 2024-11-26T22:52:08.166Z | Downloaded time v0.3.36 |
| 821 | 2024-11-26T22:52:08.172Z | Downloaded nibble_vec v0.1.0 |
| 822 | 2024-11-26T22:52:08.174Z | Downloaded untrusted v0.9.0 |
| 823 | 2024-11-26T22:52:08.178Z | Downloaded sha1 v0.10.6 |
| 824 | 2024-11-26T22:52:08.181Z | Downloaded newtype_derive v0.1.6 |
| 825 | 2024-11-26T22:52:08.181Z | Downloaded slab v0.4.9 |
| 826 | 2024-11-26T22:52:08.181Z | Downloaded num-iter v0.1.45 |
| 827 | 2024-11-26T22:52:08.183Z | Downloaded num-integer v0.1.46 |
| 828 | 2024-11-26T22:52:08.183Z | Downloaded half v2.4.1 |
| 829 | 2024-11-26T22:52:08.187Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 830 | 2024-11-26T22:52:08.190Z | Downloaded phf_codegen v0.11.2 |
| 831 | 2024-11-26T22:52:08.190Z | Downloaded fd-lock v4.0.2 |
| 832 | 2024-11-26T22:52:08.193Z | Downloaded defmt-parser v0.3.4 |
| 833 | 2024-11-26T22:52:08.196Z | Downloaded phf_generator v0.11.2 |
| 834 | 2024-11-26T22:52:08.196Z | Downloaded futures-task v0.3.31 |
| 835 | 2024-11-26T22:52:08.200Z | Downloaded utf8_iter v1.0.4 |
| 836 | 2024-11-26T22:52:08.200Z | Downloaded num-traits v0.2.19 |
| 837 | 2024-11-26T22:52:08.204Z | Downloaded predicates-tree v1.0.11 |
| 838 | 2024-11-26T22:52:08.204Z | Downloaded winnow v0.5.40 |
| 839 | 2024-11-26T22:52:08.213Z | Downloaded path-slash v0.1.5 |
| 840 | 2024-11-26T22:52:08.216Z | Downloaded strum v0.26.3 |
| 841 | 2024-11-26T22:52:08.216Z | Downloaded smallvec v0.6.14 |
| 842 | 2024-11-26T22:52:08.218Z | Downloaded phf v0.11.2 |
| 843 | 2024-11-26T22:52:08.221Z | Downloaded num-bigint v0.4.6 |
| 844 | 2024-11-26T22:52:08.225Z | Downloaded dirs-sys-next v0.1.2 |
| 845 | 2024-11-26T22:52:08.227Z | Downloaded dirs-next v2.0.0 |
| 846 | 2024-11-26T22:52:08.227Z | Downloaded foldhash v0.1.3 |
| 847 | 2024-11-26T22:52:08.232Z | Downloaded ff v0.13.0 |
| 848 | 2024-11-26T22:52:08.236Z | Downloaded newline-converter v0.3.0 |
| 849 | 2024-11-26T22:52:08.236Z | Downloaded tough v0.19.0 |
| 850 | 2024-11-26T22:52:08.241Z | Downloaded termtree v0.4.1 |
| 851 | 2024-11-26T22:52:08.244Z | Downloaded unicode-xid v0.2.6 |
| 852 | 2024-11-26T22:52:08.244Z | Downloaded smf v0.2.3 |
| 853 | 2024-11-26T22:52:08.247Z | Downloaded polyval v0.6.2 |
| 854 | 2024-11-26T22:52:08.251Z | Downloaded gethostname v0.5.0 |
| 855 | 2024-11-26T22:52:08.251Z | Downloaded bindgen v0.69.5 |
| 856 | 2024-11-26T22:52:08.257Z | Downloaded rustls-pemfile v1.0.4 |
| 857 | 2024-11-26T22:52:08.260Z | Downloaded want v0.3.1 |
| 858 | 2024-11-26T22:52:08.263Z | Downloaded unicode-bidi v0.3.17 |
| 859 | 2024-11-26T22:52:08.265Z | Downloaded tracing-core v0.1.32 |
| 860 | 2024-11-26T22:52:08.268Z | Downloaded shell-words v1.1.0 |
| 861 | 2024-11-26T22:52:08.271Z | Downloaded rustls-pki-types v1.9.0 |
| 862 | 2024-11-26T22:52:08.275Z | Downloaded tokio-rustls v0.25.0 |
| 863 | 2024-11-26T22:52:08.278Z | Downloaded password-hash v0.4.2 |
| 864 | 2024-11-26T22:52:08.278Z | Downloaded parse-size v1.1.0 |
| 865 | 2024-11-26T22:52:08.278Z | Downloaded chrono v0.4.38 |
| 866 | 2024-11-26T22:52:08.286Z | Downloaded strum_macros v0.25.3 |
| 867 | 2024-11-26T22:52:08.288Z | Downloaded tracing-attributes v0.1.27 |
| 868 | 2024-11-26T22:52:08.291Z | Downloaded termcolor v1.4.1 |
| 869 | 2024-11-26T22:52:08.294Z | Downloaded primeorder v0.13.6 |
| 870 | 2024-11-26T22:52:08.296Z | Downloaded subtle v2.6.1 |
| 871 | 2024-11-26T22:52:08.296Z | Downloaded ssh-key v0.6.6 |
| 872 | 2024-11-26T22:52:08.304Z | Downloaded slog-async v2.8.0 |
| 873 | 2024-11-26T22:52:08.306Z | Downloaded slog-bunyan v2.5.0 |
| 874 | 2024-11-26T22:52:08.310Z | Downloaded proc-macro-crate v1.3.1 |
| 875 | 2024-11-26T22:52:08.310Z | Downloaded packed_struct_codegen v0.10.1 |
| 876 | 2024-11-26T22:52:08.310Z | Downloaded ghash v0.5.1 |
| 877 | 2024-11-26T22:52:08.313Z | Downloaded r2d2 v0.8.10 |
| 878 | 2024-11-26T22:52:08.313Z | Downloaded shlex v1.3.0 |
| 879 | 2024-11-26T22:52:08.316Z | Downloaded oso v0.27.3 |
| 880 | 2024-11-26T22:52:08.319Z | Downloaded smallvec v1.13.2 |
| 881 | 2024-11-26T22:52:08.324Z | Downloaded newtype-uuid v1.1.3 |
| 882 | 2024-11-26T22:52:08.324Z | Downloaded rustyline v14.0.0 |
| 883 | 2024-11-26T22:52:08.330Z | Downloaded wyz v0.5.1 |
| 884 | 2024-11-26T22:52:08.335Z | Downloaded tracing v0.1.40 |
| 885 | 2024-11-26T22:52:08.339Z | Downloaded vte v0.11.1 |
| 886 | 2024-11-26T22:52:08.339Z | Downloaded termios v0.3.3 |
| 887 | 2024-11-26T22:52:08.339Z | Downloaded derive-where v1.2.7 |
| 888 | 2024-11-26T22:52:08.342Z | Downloaded yasna v0.5.2 |
| 889 | 2024-11-26T22:52:08.344Z | Downloaded term v0.7.0 |
| 890 | 2024-11-26T22:52:08.348Z | Downloaded password-hash v0.5.0 |
| 891 | 2024-11-26T22:52:08.351Z | Downloaded tinystr v0.7.6 |
| 892 | 2024-11-26T22:52:08.353Z | Downloaded walkdir v2.5.0 |
| 893 | 2024-11-26T22:52:08.356Z | Downloaded slog-dtrace v0.3.0 |
| 894 | 2024-11-26T22:52:08.358Z | Downloaded tokio-util v0.7.12 |
| 895 | 2024-11-26T22:52:08.365Z | Downloaded url v2.5.3 |
| 896 | 2024-11-26T22:52:08.368Z | Downloaded parking_lot v0.11.2 |
| 897 | 2024-11-26T22:52:08.372Z | Downloaded x509-cert v0.2.5 |
| 898 | 2024-11-26T22:52:08.378Z | Downloaded dhcproto v0.12.0 |
| 899 | 2024-11-26T22:52:08.382Z | Downloaded openssl-sys v0.9.103 |
| 900 | 2024-11-26T22:52:08.387Z | Downloaded poly1305 v0.8.0 |
| 901 | 2024-11-26T22:52:08.391Z | Downloaded prettyplease v0.2.25 |
| 902 | 2024-11-26T22:52:08.394Z | Downloaded rsa v0.9.6 |
| 903 | 2024-11-26T22:52:08.399Z | Downloaded parking_lot_core v0.8.6 |
| 904 | 2024-11-26T22:52:08.402Z | Downloaded rayon-core v1.12.1 |
| 905 | 2024-11-26T22:52:08.407Z | Downloaded tar v0.4.42 |
| 906 | 2024-11-26T22:52:08.409Z | Downloaded nom v7.1.3 |
| 907 | 2024-11-26T22:52:08.415Z | Downloaded diesel_derives v2.2.3 |
| 908 | 2024-11-26T22:52:08.420Z | Downloaded zerovec v0.10.4 |
| 909 | 2024-11-26T22:52:08.426Z | Downloaded schemars v0.8.21 |
| 910 | 2024-11-26T22:52:08.439Z | Downloaded quinn v0.11.5 |
| 911 | 2024-11-26T22:52:08.444Z | Downloaded expectorate v1.1.0 |
| 912 | 2024-11-26T22:52:08.446Z | Downloaded num-bigint-dig v0.8.4 |
| 913 | 2024-11-26T22:52:08.451Z | Downloaded des v0.8.1 |
| 914 | 2024-11-26T22:52:08.454Z | Downloaded sqlparser v0.45.0 |
| 915 | 2024-11-26T22:52:08.459Z | Downloaded unicode_categories v0.1.1 |
| 916 | 2024-11-26T22:52:08.462Z | Downloaded tokio-postgres v0.7.12 |
| 917 | 2024-11-26T22:52:08.467Z | Downloaded rcgen v0.12.1 |
| 918 | 2024-11-26T22:52:08.471Z | Downloaded unicode-normalization v0.1.24 |
| 919 | 2024-11-26T22:52:08.474Z | Downloaded p521 v0.13.3 |
| 920 | 2024-11-26T22:52:08.479Z | Downloaded hashbrown v0.13.2 |
| 921 | 2024-11-26T22:52:08.484Z | Downloaded icu_properties_data v1.5.0 |
| 922 | 2024-11-26T22:52:08.495Z | Downloaded zerocopy v0.8.10 |
| 923 | 2024-11-26T22:52:08.520Z | Downloaded derive_builder v0.20.2 |
| 924 | 2024-11-26T22:52:08.526Z | Downloaded unicode-width v0.2.0 |
| 925 | 2024-11-26T22:52:08.532Z | Downloaded reqwest v0.12.9 |
| 926 | 2024-11-26T22:52:08.540Z | Downloaded der v0.7.9 |
| 927 | 2024-11-26T22:52:08.546Z | Downloaded unicode-segmentation v1.12.0 |
| 928 | 2024-11-26T22:52:08.550Z | Downloaded curve25519-dalek v4.1.3 |
| 929 | 2024-11-26T22:52:08.561Z | Downloaded h2 v0.4.6 |
| 930 | 2024-11-26T22:52:08.567Z | Downloaded hashbrown v0.12.3 |
| 931 | 2024-11-26T22:52:08.573Z | Downloaded hyper v1.5.0 |
| 932 | 2024-11-26T22:52:08.580Z | Downloaded stable_deref_trait v1.2.0 |
| 933 | 2024-11-26T22:52:08.583Z | Downloaded tokio-rustls v0.26.0 |
| 934 | 2024-11-26T22:52:08.583Z | Downloaded unsafe-libyaml v0.2.11 |
| 935 | 2024-11-26T22:52:08.588Z | Downloaded parse-zoneinfo v0.3.1 |
| 936 | 2024-11-26T22:52:08.590Z | Downloaded parking_lot v0.12.3 |
| 937 | 2024-11-26T22:52:08.594Z | Downloaded zip v2.1.3 |
| 938 | 2024-11-26T22:52:08.599Z | Downloaded itertools v0.13.0 |
| 939 | 2024-11-26T22:52:08.605Z | Downloaded chrono-tz v0.10.0 |
| 940 | 2024-11-26T22:52:08.613Z | Downloaded rustls v0.23.14 |
| 941 | 2024-11-26T22:52:08.626Z | Downloaded quick-xml v0.33.0 |
| 942 | 2024-11-26T22:52:08.634Z | Downloaded regex-syntax v0.8.5 |
| 943 | 2024-11-26T22:52:08.643Z | Downloaded webpki-roots v0.26.6 |
| 944 | 2024-11-26T22:52:08.647Z | Downloaded lalrpop v0.19.12 |
| 945 | 2024-11-26T22:52:08.659Z | Downloaded rusqlite v0.32.1 |
| 946 | 2024-11-26T22:52:08.666Z | Downloaded rustls v0.21.12 |
| 947 | 2024-11-26T22:52:08.678Z | Downloaded reedline v0.35.0 |
| 948 | 2024-11-26T22:52:08.686Z | Downloaded salty v0.3.0 |
| 949 | 2024-11-26T22:52:08.693Z | Downloaded portable-atomic v1.9.0 |
| 950 | 2024-11-26T22:52:08.701Z | Downloaded radix_trie v0.2.1 |
| 951 | 2024-11-26T22:52:08.706Z | Downloaded smoltcp v0.9.1 |
| 952 | 2024-11-26T22:52:08.718Z | Downloaded futures-util v0.3.31 |
| 953 | 2024-11-26T22:52:08.731Z | Downloaded openapiv3 v2.0.0 |
| 954 | 2024-11-26T22:52:08.745Z | Downloaded rustls-webpki v0.101.7 |
| 955 | 2024-11-26T22:52:08.759Z | Downloaded sled v0.34.7 |
| 956 | 2024-11-26T22:52:08.772Z | Downloaded rustls-webpki v0.102.8 |
| 957 | 2024-11-26T22:52:08.791Z | Downloaded regex v1.11.1 |
| 958 | 2024-11-26T22:52:08.804Z | Downloaded dropshot v0.13.0 |
| 959 | 2024-11-26T22:52:08.824Z | Downloaded proptest v1.5.0 |
| 960 | 2024-11-26T22:52:08.833Z | Downloaded object v0.30.4 |
| 961 | 2024-11-26T22:52:08.843Z | Downloaded git2 v0.19.0 |
| 962 | 2024-11-26T22:52:08.852Z | Downloaded object v0.36.5 |
| 963 | 2024-11-26T22:52:08.865Z | Downloaded smoltcp v0.11.0 |
| 964 | 2024-11-26T22:52:08.878Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 965 | 2024-11-26T22:52:08.891Z | Downloaded nix v0.27.1 |
| 966 | 2024-11-26T22:52:08.902Z | Downloaded regress v0.10.1 |
| 967 | 2024-11-26T22:52:08.914Z | Downloaded polar-core v0.27.3 |
| 968 | 2024-11-26T22:52:08.922Z | Downloaded gimli v0.31.1 |
| 969 | 2024-11-26T22:52:08.931Z | Downloaded rustls v0.22.4 |
| 970 | 2024-11-26T22:52:08.944Z | Downloaded typify-impl v0.2.0 |
| 971 | 2024-11-26T22:52:08.961Z | Downloaded regress v0.9.1 |
| 972 | 2024-11-26T22:52:08.968Z | Downloaded petgraph v0.6.5 |
| 973 | 2024-11-26T22:52:08.986Z | Downloaded zerocopy-derive v0.6.6 |
| 974 | 2024-11-26T22:52:08.997Z | Downloaded regex-syntax v0.6.29 |
| 975 | 2024-11-26T22:52:09.005Z | Downloaded vcpkg v0.2.15 |
| 976 | 2024-11-26T22:52:09.041Z | Downloaded trust-dns-proto v0.22.0 |
| 977 | 2024-11-26T22:52:09.053Z | Downloaded openssl v0.10.66 |
| 978 | 2024-11-26T22:52:09.063Z | Downloaded tokio v1.40.0 |
| 979 | 2024-11-26T22:52:09.101Z | Downloaded dropshot v0.12.0 |
| 980 | 2024-11-26T22:52:09.119Z | Downloaded csv v1.3.0 |
| 981 | 2024-11-26T22:52:09.139Z | Downloaded ratatui v0.28.1 |
| 982 | 2024-11-26T22:52:09.159Z | Downloaded regex-automata v0.4.8 |
| 983 | 2024-11-26T22:52:09.176Z | Downloaded nix v0.29.0 |
| 984 | 2024-11-26T22:52:09.187Z | Downloaded diesel v2.2.4 |
| 985 | 2024-11-26T22:52:09.209Z | Downloaded quinn-proto v0.11.8 |
| 986 | 2024-11-26T22:52:09.219Z | Downloaded nix v0.28.0 |
| 987 | 2024-11-26T22:52:09.225Z | Downloaded idna v0.5.0 |
| 988 | 2024-11-26T22:52:09.231Z | Downloaded idna v0.4.0 |
| 989 | 2024-11-26T22:52:09.238Z | Downloaded lzma-sys v0.1.20 |
| 990 | 2024-11-26T22:52:09.268Z | Downloaded sha3 v0.10.8 |
| 991 | 2024-11-26T22:52:09.272Z | Downloaded idna v0.2.3 |
| 992 | 2024-11-26T22:52:09.278Z | Downloaded petname v2.0.2 |
| 993 | 2024-11-26T22:52:09.284Z | Downloaded p384 v0.13.0 |
| 994 | 2024-11-26T22:52:09.290Z | Downloaded bstr v1.10.0 |
| 995 | 2024-11-26T22:52:09.301Z | Downloaded bitvec v1.0.1 |
| 996 | 2024-11-26T22:52:09.316Z | Downloaded libz-sys v1.1.20 |
| 997 | 2024-11-26T22:52:09.336Z | Downloaded resolv-conf v0.7.0 |
| 998 | 2024-11-26T22:52:09.338Z | Downloaded snafu v0.8.5 |
| 999 | 2024-11-26T22:52:09.343Z | Downloaded typed-path v0.9.3 |
| 1000 | 2024-11-26T22:52:09.349Z | Downloaded idna v1.0.3 |
| 1001 | 2024-11-26T22:52:09.354Z | Downloaded flume v0.11.1 |
| 1002 | 2024-11-26T22:52:09.357Z | Downloaded slog-scope v4.4.0 |
| 1003 | 2024-11-26T22:52:09.360Z | Downloaded pkcs1 v0.7.5 |
| 1004 | 2024-11-26T22:52:09.362Z | Downloaded yoke v0.7.4 |
| 1005 | 2024-11-26T22:52:09.364Z | Downloaded itertools v0.12.1 |
| 1006 | 2024-11-26T22:52:09.370Z | Downloaded slog v2.7.0 |
| 1007 | 2024-11-26T22:52:09.373Z | Downloaded derive_more v0.99.18 |
| 1008 | 2024-11-26T22:52:09.378Z | Downloaded itertools v0.10.5 |
| 1009 | 2024-11-26T22:52:09.385Z | Downloaded env_logger v0.11.5 |
| 1010 | 2024-11-26T22:52:09.388Z | Downloaded env_logger v0.10.2 |
| 1011 | 2024-11-26T22:52:09.390Z | Downloaded unicode-properties v0.1.3 |
| 1012 | 2024-11-26T22:52:09.393Z | Downloaded structmeta v0.2.0 |
| 1013 | 2024-11-26T22:52:09.396Z | Downloaded zip v0.6.6 |
| 1014 | 2024-11-26T22:52:09.399Z | Downloaded progenitor-macro v0.8.0 |
| 1015 | 2024-11-26T22:52:09.399Z | Downloaded progenitor v0.8.0 |
| 1016 | 2024-11-26T22:52:09.401Z | Downloaded universal-hash v0.5.1 |
| 1017 | 2024-11-26T22:52:09.401Z | Downloaded libxml v0.3.3 |
| 1018 | 2024-11-26T22:52:09.406Z | Downloaded sync_wrapper v1.0.1 |
| 1019 | 2024-11-26T22:52:09.408Z | Downloaded ron v0.8.1 |
| 1020 | 2024-11-26T22:52:09.412Z | Downloaded encoding_rs v0.8.34 |
| 1021 | 2024-11-26T22:52:09.434Z | Downloaded display-error-chain v0.2.2 |
| 1022 | 2024-11-26T22:52:09.437Z | Downloaded pin-project-lite v0.2.14 |
| 1023 | 2024-11-26T22:52:09.441Z | Downloaded pin-project-internal v1.1.6 |
| 1024 | 2024-11-26T22:52:09.443Z | Downloaded dropshot_endpoint v0.13.0 |
| 1025 | 2024-11-26T22:52:09.446Z | Downloaded dropshot_endpoint v0.12.0 |
| 1026 | 2024-11-26T22:52:09.449Z | Downloaded similar v2.6.0 |
| 1027 | 2024-11-26T22:52:09.453Z | Downloaded foreign-types-macros v0.2.3 |
| 1028 | 2024-11-26T22:52:09.456Z | Downloaded xz2 v0.1.7 |
| 1029 | 2024-11-26T22:52:09.456Z | Downloaded glob v0.3.1 |
| 1030 | 2024-11-26T22:52:09.458Z | Downloaded writeable v0.5.5 |
| 1031 | 2024-11-26T22:52:09.458Z | Downloaded native-tls v0.2.12 |
| 1032 | 2024-11-26T22:52:09.461Z | Downloaded tokio-tungstenite v0.21.0 |
| 1033 | 2024-11-26T22:52:09.464Z | Downloaded serde_with v3.11.0 |
| 1034 | 2024-11-26T22:52:09.471Z | Downloaded subprocess v0.2.9 |
| 1035 | 2024-11-26T22:52:09.473Z | Downloaded sqlformat v0.2.6 |
| 1036 | 2024-11-26T22:52:09.476Z | Downloaded pkcs5 v0.7.1 |
| 1037 | 2024-11-26T22:52:09.479Z | Downloaded phf_shared v0.11.2 |
| 1038 | 2024-11-26T22:52:09.481Z | Downloaded blake3 v1.5.4 |
| 1039 | 2024-11-26T22:52:09.487Z | Downloaded uuid v1.11.0 |
| 1040 | 2024-11-26T22:52:09.492Z | Downloaded tungstenite v0.21.0 |
| 1041 | 2024-11-26T22:52:09.495Z | Downloaded tungstenite v0.24.0 |
| 1042 | 2024-11-26T22:52:09.497Z | Downloaded diff v0.1.13 |
| 1043 | 2024-11-26T22:52:09.502Z | Downloaded p256 v0.13.2 |
| 1044 | 2024-11-26T22:52:09.506Z | Downloaded defmt-macros v0.3.9 |
| 1045 | 2024-11-26T22:52:09.509Z | Downloaded slog-stdlog v4.1.1 |
| 1046 | 2024-11-26T22:52:09.509Z | Downloaded heapless v0.8.0 |
| 1047 | 2024-11-26T22:52:09.512Z | Downloaded hash32 v0.3.1 |
| 1048 | 2024-11-26T22:52:09.514Z | Downloaded hash32 v0.2.1 |
| 1049 | 2024-11-26T22:52:09.517Z | Downloaded postcard v1.0.10 |
| 1050 | 2024-11-26T22:52:09.519Z | Downloaded fixedbitset v0.4.2 |
| 1051 | 2024-11-26T22:52:09.519Z | Downloaded zone v0.1.8 |
| 1052 | 2024-11-26T22:52:09.522Z | Downloaded xattr v1.3.1 |
| 1053 | 2024-11-26T22:52:09.522Z | Downloaded tui-tree-widget v0.22.0 |
| 1054 | 2024-11-26T22:52:09.525Z | Downloaded heapless v0.7.17 |
| 1055 | 2024-11-26T22:52:09.528Z | Downloaded flate2 v1.0.34 |
| 1056 | 2024-11-26T22:52:09.531Z | Downloaded quinn-udp v0.5.5 |
| 1057 | 2024-11-26T22:52:09.536Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1058 | 2024-11-26T22:52:09.590Z | Downloaded synstructure v0.13.1 |
| 1059 | 2024-11-26T22:52:09.592Z | Downloaded signal-hook-registry v1.4.2 |
| 1060 | 2024-11-26T22:52:09.593Z | Downloaded minimal-lexical v0.2.1 |
| 1061 | 2024-11-26T22:52:09.596Z | Downloaded idna v0.3.0 |
| 1062 | 2024-11-26T22:52:09.603Z | Downloaded ron v0.7.1 |
| 1063 | 2024-11-26T22:52:09.607Z | Downloaded progenitor-impl v0.8.0 |
| 1064 | 2024-11-26T22:52:09.610Z | Downloaded indicatif v0.17.9 |
| 1065 | 2024-11-26T22:52:09.613Z | Downloaded uzers v0.12.1 |
| 1066 | 2024-11-26T22:52:09.616Z | Downloaded zerocopy v0.6.6 |
| 1067 | 2024-11-26T22:52:09.619Z | Downloaded zerofrom-derive v0.1.4 |
| 1068 | 2024-11-26T22:52:09.619Z | Downloaded wait-timeout v0.2.0 |
| 1069 | 2024-11-26T22:52:09.622Z | Downloaded darling_core v0.20.10 |
| 1070 | 2024-11-26T22:52:09.624Z | Downloaded nu-ansi-term v0.50.1 |
| 1071 | 2024-11-26T22:52:09.627Z | Downloaded ref-cast v1.0.23 |
| 1072 | 2024-11-26T22:52:09.630Z | Downloaded quick-error v1.2.3 |
| 1073 | 2024-11-26T22:52:09.633Z | Downloaded psl-types v2.0.11 |
| 1074 | 2024-11-26T22:52:09.633Z | Downloaded rand v0.8.5 |
| 1075 | 2024-11-26T22:52:09.636Z | Downloaded fatfs v0.3.6 |
| 1076 | 2024-11-26T22:52:09.638Z | Downloaded elliptic-curve v0.13.8 |
| 1077 | 2024-11-26T22:52:09.642Z | Downloaded pem-rfc7468 v0.7.0 |
| 1078 | 2024-11-26T22:52:09.644Z | Downloaded num v0.4.3 |
| 1079 | 2024-11-26T22:52:09.647Z | Downloaded deranged v0.3.11 |
| 1080 | 2024-11-26T22:52:09.647Z | Downloaded mockall_derive v0.13.0 |
| 1081 | 2024-11-26T22:52:09.649Z | Downloaded twox-hash v1.6.3 |
| 1082 | 2024-11-26T22:52:09.651Z | Downloaded pkcs8 v0.10.2 |
| 1083 | 2024-11-26T22:52:09.654Z | Downloaded vergen v8.3.2 |
| 1084 | 2024-11-26T22:52:09.657Z | Downloaded publicsuffix v2.2.3 |
| 1085 | 2024-11-26T22:52:09.659Z | Downloaded hashlink v0.9.1 |
| 1086 | 2024-11-26T22:52:09.663Z | Downloaded futures-channel v0.3.31 |
| 1087 | 2024-11-26T22:52:09.663Z | Downloaded futures v0.3.31 |
| 1088 | 2024-11-26T22:52:09.667Z | Downloaded toml v0.7.8 |
| 1089 | 2024-11-26T22:52:09.670Z | Downloaded crossbeam-channel v0.5.13 |
| 1090 | 2024-11-26T22:52:09.675Z | Downloaded strum_macros v0.24.3 |
| 1091 | 2024-11-26T22:52:09.678Z | Downloaded miniz_oxide v0.8.0 |
| 1092 | 2024-11-26T22:52:09.680Z | Downloaded crypto-bigint v0.5.5 |
| 1093 | 2024-11-26T22:52:09.686Z | Downloaded scrypt v0.11.0 |
| 1094 | 2024-11-26T22:52:09.689Z | Downloaded scopeguard v1.2.0 |
| 1095 | 2024-11-26T22:52:09.689Z | Downloaded icu_normalizer v1.5.0 |
| 1096 | 2024-11-26T22:52:09.692Z | Downloaded rustc-hash v1.1.0 |
| 1097 | 2024-11-26T22:52:09.694Z | Downloaded rand_xorshift v0.3.0 |
| 1098 | 2024-11-26T22:52:09.694Z | Downloaded rand_seeder v0.3.0 |
| 1099 | 2024-11-26T22:52:09.697Z | Downloaded rand_chacha v0.3.1 |
| 1100 | 2024-11-26T22:52:09.697Z | Downloaded num-complex v0.4.6 |
| 1101 | 2024-11-26T22:52:09.701Z | Downloaded litemap v0.7.3 |
| 1102 | 2024-11-26T22:52:09.703Z | Downloaded packed_struct v0.10.1 |
| 1103 | 2024-11-26T22:52:09.703Z | Downloaded lock_api v0.4.12 |
| 1104 | 2024-11-26T22:52:09.707Z | Downloaded libloading v0.8.5 |
| 1105 | 2024-11-26T22:52:09.707Z | Downloaded bytes v1.8.0 |
| 1106 | 2024-11-26T22:52:09.709Z | Downloaded bumpalo v3.16.0 |
| 1107 | 2024-11-26T22:52:09.712Z | Downloaded heck v0.3.3 |
| 1108 | 2024-11-26T22:52:09.715Z | Downloaded memmap2 v0.9.5 |
| 1109 | 2024-11-26T22:52:09.717Z | Downloaded maplit v1.0.2 |
| 1110 | 2024-11-26T22:52:09.717Z | Downloaded ipnet v2.10.1 |
| 1111 | 2024-11-26T22:52:09.720Z | Downloaded compact_str v0.8.0 |
| 1112 | 2024-11-26T22:52:09.722Z | Downloaded cc v1.1.30 |
| 1113 | 2024-11-26T22:52:09.727Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1114 | 2024-11-26T22:52:09.729Z | Downloaded vsss-rs v3.3.4 |
| 1115 | 2024-11-26T22:52:09.732Z | Downloaded whoami v1.5.2 |
| 1116 | 2024-11-26T22:52:09.734Z | Downloaded utf16_iter v1.0.5 |
| 1117 | 2024-11-26T22:52:09.737Z | Downloaded typify v0.2.0 |
| 1118 | 2024-11-26T22:52:09.738Z | Downloaded managed v0.8.0 |
| 1119 | 2024-11-26T22:52:09.741Z | Downloaded lockfree-object-pool v0.1.6 |
| 1120 | 2024-11-26T22:52:09.741Z | Downloaded ipnetwork v0.20.0 |
| 1121 | 2024-11-26T22:52:09.744Z | Downloaded instability v0.3.2 |
| 1122 | 2024-11-26T22:52:09.744Z | Downloaded mime v0.3.17 |
| 1123 | 2024-11-26T22:52:09.747Z | Downloaded memoffset v0.9.1 |
| 1124 | 2024-11-26T22:52:09.747Z | Downloaded lru v0.12.5 |
| 1125 | 2024-11-26T22:52:09.747Z | Downloaded is-terminal v0.4.13 |
| 1126 | 2024-11-26T22:52:09.749Z | Downloaded base64 v0.22.1 |
| 1127 | 2024-11-26T22:52:09.752Z | Downloaded lazy_static v1.5.0 |
| 1128 | 2024-11-26T22:52:09.754Z | Downloaded crossbeam-utils v0.8.20 |
| 1129 | 2024-11-26T22:52:09.757Z | Downloaded crossbeam-epoch v0.9.18 |
| 1130 | 2024-11-26T22:52:09.759Z | Downloaded chacha20poly1305 v0.10.1 |
| 1131 | 2024-11-26T22:52:09.762Z | Downloaded hyper-staticfile v0.10.1 |
| 1132 | 2024-11-26T22:52:09.765Z | Downloaded instant v0.1.13 |
| 1133 | 2024-11-26T22:52:09.765Z | Downloaded structmeta-derive v0.2.0 |
| 1134 | 2024-11-26T22:52:09.769Z | Downloaded structmeta v0.3.0 |
| 1135 | 2024-11-26T22:52:09.769Z | Downloaded spin v0.5.2 |
| 1136 | 2024-11-26T22:52:09.772Z | Downloaded slog-envlogger v2.2.0 |
| 1137 | 2024-11-26T22:52:09.772Z | Downloaded csv-core v0.1.11 |
| 1138 | 2024-11-26T22:52:09.775Z | Downloaded crc32fast v1.4.2 |
| 1139 | 2024-11-26T22:52:09.775Z | Downloaded console v0.15.8 |
| 1140 | 2024-11-26T22:52:09.778Z | Downloaded serde_plain v1.0.2 |
| 1141 | 2024-11-26T22:52:09.778Z | Downloaded crc-catalog v2.4.0 |
| 1142 | 2024-11-26T22:52:09.781Z | Downloaded crc v3.2.1 |
| 1143 | 2024-11-26T22:52:09.784Z | Downloaded ciborium v0.2.2 |
| 1144 | 2024-11-26T22:52:09.787Z | Downloaded cexpr v0.6.0 |
| 1145 | 2024-11-26T22:52:09.787Z | Downloaded base64ct v1.6.0 |
| 1146 | 2024-11-26T22:52:09.789Z | Downloaded convert_case v0.4.0 |
| 1147 | 2024-11-26T22:52:09.789Z | Downloaded constant_time_eq v0.3.1 |
| 1148 | 2024-11-26T22:52:09.792Z | Downloaded cipher v0.4.4 |
| 1149 | 2024-11-26T22:52:09.792Z | Downloaded buf-list v1.0.3 |
| 1150 | 2024-11-26T22:52:09.794Z | Downloaded block-padding v0.3.3 |
| 1151 | 2024-11-26T22:52:09.794Z | Downloaded bitfield v0.14.0 |
| 1152 | 2024-11-26T22:52:09.797Z | Downloaded bit-vec v0.6.3 |
| 1153 | 2024-11-26T22:52:09.799Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1154 | 2024-11-26T22:52:09.799Z | Downloaded hmac v0.12.1 |
| 1155 | 2024-11-26T22:52:09.799Z | Downloaded bitflags v1.3.2 |
| 1156 | 2024-11-26T22:52:09.802Z | Downloaded bit-set v0.5.3 |
| 1157 | 2024-11-26T22:52:09.805Z | Downloaded aes-gcm v0.10.3 |
| 1158 | 2024-11-26T22:52:09.808Z | Downloaded assert_matches v1.5.0 |
| 1159 | 2024-11-26T22:52:09.812Z | Downloaded array-init v0.0.4 |
| 1160 | 2024-11-26T22:52:09.812Z | Downloaded adler2 v2.0.0 |
| 1161 | 2024-11-26T22:52:09.948Z | Downloaded libsqlite3-sys v0.30.1 |
| 1162 | 2024-11-26T22:52:10.087Z | Downloaded ring v0.17.8 |
| 1163 | 2024-11-26T22:52:10.239Z | Downloaded ring v0.16.20 |
| 1164 | 2024-11-26T22:52:10.472Z | Downloaded aws-lc-sys v0.22.0 |
| 1165 | 2024-11-26T22:52:10.777Z | Compiling serde v1.0.215 |
| 1166 | 2024-11-26T22:52:10.779Z | Compiling lock_api v0.4.12 |
| 1167 | 2024-11-26T22:52:10.779Z | Compiling scopeguard v1.2.0 |
| 1168 | 2024-11-26T22:52:10.779Z | Compiling value-bag v1.9.0 |
| 1169 | 2024-11-26T22:52:10.939Z | Compiling typenum v1.17.0 |
| 1170 | 2024-11-26T22:52:10.941Z | Compiling generic-array v0.14.7 |
| 1171 | 2024-11-26T22:52:10.974Z | Compiling syn v2.0.87 |
| 1172 | 2024-11-26T22:52:10.987Z | Compiling getrandom v0.2.15 |
| 1173 | 2024-11-26T22:52:11.056Z | Compiling subtle v2.6.1 |
| 1174 | 2024-11-26T22:52:11.276Z | Compiling rand_core v0.6.4 |
| 1175 | 2024-11-26T22:52:11.412Z | Compiling log v0.4.22 |
| 1176 | 2024-11-26T22:52:11.492Z | Compiling shlex v1.3.0 |
| 1177 | 2024-11-26T22:52:11.514Z | Compiling jobserver v0.1.32 |
| 1178 | 2024-11-26T22:52:11.517Z | Compiling smallvec v1.13.2 |
| 1179 | 2024-11-26T22:52:11.793Z | Compiling const-oid v0.9.6 |
| 1180 | 2024-11-26T22:52:11.814Z | Compiling spin v0.9.8 |
| 1181 | 2024-11-26T22:52:11.889Z | Compiling cc v1.1.30 |
| 1182 | 2024-11-26T22:52:11.926Z | Compiling pin-project-lite v0.2.14 |
| 1183 | 2024-11-26T22:52:12.193Z | Compiling rustix v0.38.37 |
| 1184 | 2024-11-26T22:52:12.293Z | Compiling parking_lot_core v0.9.10 |
| 1185 | 2024-11-26T22:52:12.447Z | Compiling futures-core v0.3.31 |
| 1186 | 2024-11-26T22:52:12.596Z | Compiling signal-hook-registry v1.4.2 |
| 1187 | 2024-11-26T22:52:12.713Z | Compiling mio v1.0.2 |
| 1188 | 2024-11-26T22:52:13.106Z | Compiling aho-corasick v1.1.3 |
| 1189 | 2024-11-26T22:52:13.461Z | Compiling parking_lot v0.12.3 |
| 1190 | 2024-11-26T22:52:13.532Z | Compiling cpufeatures v0.2.14 |
| 1191 | 2024-11-26T22:52:13.643Z | Compiling regex-syntax v0.8.5 |
| 1192 | 2024-11-26T22:52:13.857Z | Compiling either v1.13.0 |
| 1193 | 2024-11-26T22:52:13.961Z | Compiling lazy_static v1.5.0 |
| 1194 | 2024-11-26T22:52:13.992Z | Compiling stable_deref_trait v1.2.0 |
| 1195 | 2024-11-26T22:52:14.091Z | Compiling futures-sink v0.3.31 |
| 1196 | 2024-11-26T22:52:14.111Z | Compiling glob v0.3.1 |
| 1197 | 2024-11-26T22:52:14.259Z | Compiling socket2 v0.5.7 |
| 1198 | 2024-11-26T22:52:14.283Z | Compiling slab v0.4.9 |
| 1199 | 2024-11-26T22:52:14.444Z | Compiling prettyplease v0.2.25 |
| 1200 | 2024-11-26T22:52:14.733Z | Compiling minimal-lexical v0.2.1 |
| 1201 | 2024-11-26T22:52:15.125Z | Compiling libloading v0.8.5 |
| 1202 | 2024-11-26T22:52:15.149Z | Compiling clang-sys v1.8.1 |
| 1203 | 2024-11-26T22:52:15.278Z | Compiling nom v7.1.3 |
| 1204 | 2024-11-26T22:52:15.297Z | Compiling home v0.5.9 |
| 1205 | 2024-11-26T22:52:15.541Z | Compiling serde_json v1.0.132 |
| 1206 | 2024-11-26T22:52:15.565Z | Compiling bindgen v0.69.5 |
| 1207 | 2024-11-26T22:52:15.911Z | Compiling itertools v0.12.1 |
| 1208 | 2024-11-26T22:52:16.367Z | Compiling futures-channel v0.3.31 |
| 1209 | 2024-11-26T22:52:16.421Z | Compiling pin-utils v0.1.0 |
| 1210 | 2024-11-26T22:52:16.521Z | Compiling futures-io v0.3.31 |
| 1211 | 2024-11-26T22:52:16.796Z | Compiling lazycell v1.3.0 |
| 1212 | 2024-11-26T22:52:16.833Z | Compiling foldhash v0.1.3 |
| 1213 | 2024-11-26T22:52:17.001Z | Compiling futures-task v0.3.31 |
| 1214 | 2024-11-26T22:52:17.164Z | Compiling rustc-hash v1.1.0 |
| 1215 | 2024-11-26T22:52:17.325Z | Compiling regex-automata v0.4.8 |
| 1216 | 2024-11-26T22:52:17.345Z | Compiling allocator-api2 v0.2.18 |
| 1217 | 2024-11-26T22:52:18.154Z | Compiling hashbrown v0.15.0 |
| 1218 | 2024-11-26T22:52:18.942Z | Compiling synstructure v0.13.1 |
| 1219 | 2024-11-26T22:52:19.059Z | Compiling cexpr v0.6.0 |
| 1220 | 2024-11-26T22:52:19.519Z | Compiling cmake v0.1.51 |
| 1221 | 2024-11-26T22:52:20.540Z | Compiling libm v0.2.8 |
| 1222 | 2024-11-26T22:52:20.576Z | Compiling tinyvec_macros v0.1.1 |
| 1223 | 2024-11-26T22:52:20.645Z | Compiling pkg-config v0.3.31 |
| 1224 | 2024-11-26T22:52:20.664Z | Compiling dunce v1.0.5 |
| 1225 | 2024-11-26T22:52:20.791Z | Compiling fs_extra v1.3.0 |
| 1226 | 2024-11-26T22:52:20.854Z | Compiling tinyvec v1.8.0 |
| 1227 | 2024-11-26T22:52:20.904Z | Compiling num-traits v0.2.19 |
| 1228 | 2024-11-26T22:52:21.405Z | Compiling ring v0.17.8 |
| 1229 | 2024-11-26T22:52:22.209Z | Compiling writeable v0.5.5 |
| 1230 | 2024-11-26T22:52:22.229Z | Compiling unicode-bidi v0.3.17 |
| 1231 | 2024-11-26T22:52:22.370Z | Compiling unicode-normalization v0.1.24 |
| 1232 | 2024-11-26T22:52:22.605Z | Compiling litemap v0.7.3 |
| 1233 | 2024-11-26T22:52:22.795Z | Compiling regex v1.11.1 |
| 1234 | 2024-11-26T22:52:22.852Z | Compiling paste v1.0.15 |
| 1235 | 2024-11-26T22:52:22.975Z | Compiling base64ct v1.6.0 |
| 1236 | 2024-11-26T22:52:23.477Z | Compiling pem-rfc7468 v0.7.0 |
| 1237 | 2024-11-26T22:52:23.646Z | Compiling flagset v0.4.6 |
| 1238 | 2024-11-26T22:52:23.853Z | Compiling httparse v1.9.5 |
| 1239 | 2024-11-26T22:52:23.874Z | Compiling aws-lc-rs v1.10.0 |
| 1240 | 2024-11-26T22:52:24.329Z | Compiling tracing-core v0.1.32 |
| 1241 | 2024-11-26T22:52:24.628Z | Compiling icu_locid_transform_data v1.5.0 |
| 1242 | 2024-11-26T22:52:24.735Z | Compiling rustls-pki-types v1.9.0 |
| 1243 | 2024-11-26T22:52:25.266Z | Compiling percent-encoding v2.3.1 |
| 1244 | 2024-11-26T22:52:25.438Z | Compiling crossbeam-utils v0.8.20 |
| 1245 | 2024-11-26T22:52:25.732Z | Compiling icu_properties_data v1.5.0 |
| 1246 | 2024-11-26T22:52:25.770Z | Compiling vcpkg v0.2.15 |
| 1247 | 2024-11-26T22:52:25.791Z | Compiling serde_derive v1.0.215 |
| 1248 | 2024-11-26T22:52:25.965Z | Compiling zeroize_derive v1.4.2 |
| 1249 | 2024-11-26T22:52:25.993Z | Compiling zerocopy-derive v0.7.35 |
| 1250 | 2024-11-26T22:52:26.166Z | Compiling tokio-macros v2.4.0 |
| 1251 | 2024-11-26T22:52:27.514Z | Compiling zeroize v1.8.1 |
| 1252 | 2024-11-26T22:52:27.868Z | Compiling zerofrom-derive v0.1.4 |
| 1253 | 2024-11-26T22:52:27.889Z | Compiling thiserror-impl v1.0.69 |
| 1254 | 2024-11-26T22:52:27.953Z | Compiling yoke-derive v0.7.4 |
| 1255 | 2024-11-26T22:52:28.173Z | Compiling zerocopy v0.7.35 |
| 1256 | 2024-11-26T22:52:29.152Z | Compiling crypto-common v0.1.6 |
| 1257 | 2024-11-26T22:52:29.392Z | Compiling block-buffer v0.10.4 |
| 1258 | 2024-11-26T22:52:29.648Z | Compiling digest v0.10.7 |
| 1259 | 2024-11-26T22:52:29.711Z | Compiling zerovec-derive v0.10.3 |
| 1260 | 2024-11-26T22:52:29.735Z | Compiling futures-macro v0.3.31 |
| 1261 | 2024-11-26T22:52:30.127Z | Compiling hmac v0.12.1 |
| 1262 | 2024-11-26T22:52:30.386Z | Compiling block-padding v0.3.3 |
| 1263 | 2024-11-26T22:52:30.634Z | Compiling displaydoc v0.2.5 |
| 1264 | 2024-11-26T22:52:30.809Z | Compiling inout v0.1.3 |
| 1265 | 2024-11-26T22:52:31.086Z | Compiling cipher v0.4.4 |
| 1266 | 2024-11-26T22:52:31.196Z | Compiling thiserror v1.0.69 |
| 1267 | 2024-11-26T22:52:31.353Z | Compiling sha2 v0.10.8 |
| 1268 | 2024-11-26T22:52:31.561Z | Compiling ppv-lite86 v0.2.20 |
| 1269 | 2024-11-26T22:52:31.644Z | Compiling futures-util v0.3.31 |
| 1270 | 2024-11-26T22:52:31.824Z | Compiling zerofrom v0.1.4 |
| 1271 | 2024-11-26T22:52:32.053Z | Compiling yoke v0.7.4 |
| 1272 | 2024-11-26T22:52:32.286Z | Compiling der_derive v0.7.3 |
| 1273 | 2024-11-26T22:52:32.357Z | Compiling icu_provider_macros v1.5.0 |
| 1274 | 2024-11-26T22:52:32.378Z | Compiling zerovec v0.10.4 |
| 1275 | 2024-11-26T22:52:32.399Z | Compiling rand_chacha v0.3.1 |
| 1276 | 2024-11-26T22:52:33.554Z | Compiling tracing-attributes v0.1.27 |
| 1277 | 2024-11-26T22:52:34.453Z | Compiling tinystr v0.7.6 |
| 1278 | 2024-11-26T22:52:34.581Z | Compiling icu_collections v1.5.0 |
| 1279 | 2024-11-26T22:52:34.619Z | Compiling der v0.7.9 |
| 1280 | 2024-11-26T22:52:34.823Z | Compiling rand v0.8.5 |
| 1281 | 2024-11-26T22:52:34.898Z | Compiling icu_locid v1.5.0 |
| 1282 | 2024-11-26T22:52:36.002Z | Compiling salsa20 v0.10.2 |
| 1283 | 2024-11-26T22:52:36.235Z | Compiling icu_provider v1.5.0 |
| 1284 | 2024-11-26T22:52:36.663Z | Compiling spki v0.7.3 |
| 1285 | 2024-11-26T22:52:36.996Z | Compiling pest v2.7.14 |
| 1286 | 2024-11-26T22:52:37.088Z | Compiling icu_locid_transform v1.5.0 |
| 1287 | 2024-11-26T22:52:37.218Z | Compiling pbkdf2 v0.12.2 |
| 1288 | 2024-11-26T22:52:37.239Z | Compiling tracing v0.1.40 |
| 1289 | 2024-11-26T22:52:37.401Z | Compiling mirai-annotations v1.12.0 |
| 1290 | 2024-11-26T22:52:37.430Z | Compiling num-conv v0.1.0 |
| 1291 | 2024-11-26T22:52:37.603Z | Compiling time-core v0.1.2 |
| 1292 | 2024-11-26T22:52:37.731Z | Compiling powerfmt v0.2.0 |
| 1293 | 2024-11-26T22:52:37.762Z | Compiling untrusted v0.7.1 |
| 1294 | 2024-11-26T22:52:37.784Z | Compiling untrusted v0.9.0 |
| 1295 | 2024-11-26T22:52:37.786Z | Compiling time-macros v0.2.18 |
| 1296 | 2024-11-26T22:52:37.967Z | Compiling scrypt v0.11.0 |
| 1297 | 2024-11-26T22:52:38.117Z | Compiling deranged v0.3.11 |
| 1298 | 2024-11-26T22:52:38.522Z | Compiling icu_properties v1.5.1 |
| 1299 | 2024-11-26T22:52:39.181Z | Compiling aes v0.8.4 |
| 1300 | 2024-11-26T22:52:39.784Z | Compiling bitflags v2.6.0 |
| 1301 | 2024-11-26T22:52:39.999Z | Compiling bytes v1.8.0 |
| 1302 | 2024-11-26T22:52:40.021Z | Compiling indexmap v2.6.0 |
| 1303 | 2024-11-26T22:52:41.121Z | Compiling tokio v1.40.0 |
| 1304 | 2024-11-26T22:52:41.299Z | Compiling http v1.1.0 |
| 1305 | 2024-11-26T22:52:41.494Z | Compiling semver v1.0.23 |
| 1306 | 2024-11-26T22:52:41.687Z | Compiling pest_meta v2.7.14 |
| 1307 | 2024-11-26T22:52:42.049Z | Compiling rustc_version v0.4.1 |
| 1308 | 2024-11-26T22:52:42.268Z | Compiling cbc v0.1.2 |
| 1309 | 2024-11-26T22:52:42.517Z | Compiling openssl-sys v0.9.103 |
| 1310 | 2024-11-26T22:52:42.821Z | Compiling scroll_derive v0.12.0 |
| 1311 | 2024-11-26T22:52:43.288Z | Compiling icu_normalizer_data v1.5.0 |
| 1312 | 2024-11-26T22:52:43.400Z | Compiling num_threads v0.1.7 |
| 1313 | 2024-11-26T22:52:43.421Z | Compiling utf16_iter v1.0.5 |
| 1314 | 2024-11-26T22:52:43.534Z | Compiling atomic-waker v1.1.2 |
| 1315 | 2024-11-26T22:52:43.617Z | Compiling utf8_iter v1.0.4 |
| 1316 | 2024-11-26T22:52:43.638Z | Compiling write16 v1.0.0 |
| 1317 | 2024-11-26T22:52:43.766Z | Compiling time v0.3.36 |
| 1318 | 2024-11-26T22:52:43.835Z | Compiling icu_normalizer v1.5.0 |
| 1319 | 2024-11-26T22:52:43.855Z | Compiling pest_generator v2.7.14 |
| 1320 | 2024-11-26T22:52:44.043Z | Compiling http-body v1.0.1 |
| 1321 | 2024-11-26T22:52:44.277Z | Compiling which v4.4.2 |
| 1322 | 2024-11-26T22:52:44.279Z | Compiling scroll v0.12.0 |
| 1323 | 2024-11-26T22:52:44.930Z | Compiling pkcs5 v0.7.1 |
| 1324 | 2024-11-26T22:52:45.669Z | Compiling form_urlencoded v1.2.1 |
| 1325 | 2024-11-26T22:52:45.823Z | Compiling try-lock v0.2.5 |
| 1326 | 2024-11-26T22:52:45.878Z | Compiling slog v2.7.0 |
| 1327 | 2024-11-26T22:52:45.977Z | Compiling want v0.3.1 |
| 1328 | 2024-11-26T22:52:46.010Z | Compiling goblin v0.8.2 |
| 1329 | 2024-11-26T22:52:46.179Z | Compiling pkcs8 v0.10.2 |
| 1330 | 2024-11-26T22:52:46.265Z | Compiling idna_adapter v1.2.0 |
| 1331 | 2024-11-26T22:52:46.459Z | Compiling httpdate v1.0.3 |
| 1332 | 2024-11-26T22:52:46.870Z | Compiling pest_derive v2.7.14 |
| 1333 | 2024-11-26T22:52:46.902Z | Compiling idna v1.0.3 |
| 1334 | 2024-11-26T22:52:46.922Z | Compiling uuid v1.11.0 |
| 1335 | 2024-11-26T22:52:47.344Z | Compiling serde_spanned v0.6.8 |
| 1336 | 2024-11-26T22:52:47.580Z | Compiling toml_datetime v0.6.8 |
| 1337 | 2024-11-26T22:52:47.735Z | Compiling dtrace-parser v0.2.0 |
| 1338 | 2024-11-26T22:52:48.096Z | Compiling serde_tokenstream v0.2.2 |
| 1339 | 2024-11-26T22:52:48.343Z | Compiling openssl v0.10.66 |
| 1340 | 2024-11-26T22:52:48.719Z | Compiling adler2 v2.0.0 |
| 1341 | 2024-11-26T22:52:48.754Z | Compiling foreign-types-shared v0.1.1 |
| 1342 | 2024-11-26T22:52:48.793Z | Compiling base64 v0.22.1 |
| 1343 | 2024-11-26T22:52:48.866Z | Compiling match_cfg v0.1.0 |
| 1344 | 2024-11-26T22:52:48.923Z | Compiling iana-time-zone v0.1.61 |
| 1345 | 2024-11-26T22:52:48.963Z | Compiling tower-service v0.3.3 |
| 1346 | 2024-11-26T22:52:48.983Z | Compiling rustversion v1.0.17 |
| 1347 | 2024-11-26T22:52:49.090Z | Compiling chrono v0.4.38 |
| 1348 | 2024-11-26T22:52:49.382Z | Compiling hostname v0.3.1 |
| 1349 | 2024-11-26T22:52:49.557Z | Compiling tokio-util v0.7.12 |
| 1350 | 2024-11-26T22:52:49.626Z | Compiling miniz_oxide v0.8.0 |
| 1351 | 2024-11-26T22:52:49.760Z | Compiling foreign-types v0.3.2 |
| 1352 | 2024-11-26T22:52:49.894Z | Compiling url v2.5.3 |
| 1353 | 2024-11-26T22:52:50.992Z | Compiling h2 v0.4.6 |
| 1354 | 2024-11-26T22:52:51.178Z | Compiling async-trait v0.1.83 |
| 1355 | 2024-11-26T22:52:51.347Z | Compiling openssl-macros v0.1.1 |
| 1356 | 2024-11-26T22:52:51.833Z | Compiling dof v0.3.0 |
| 1357 | 2024-11-26T22:52:52.140Z | Compiling dirs-sys-next v0.1.2 |
| 1358 | 2024-11-26T22:52:52.781Z | Compiling usdt-impl v0.5.0 |
| 1359 | 2024-11-26T22:52:52.838Z | Compiling rustls v0.22.4 |
| 1360 | 2024-11-26T22:52:53.102Z | Compiling syn v1.0.109 |
| 1361 | 2024-11-26T22:52:53.756Z | Compiling rustls v0.23.14 |
| 1362 | 2024-11-26T22:52:53.997Z | Compiling native-tls v0.2.12 |
| 1363 | 2024-11-26T22:52:54.023Z | Compiling siphasher v0.3.11 |
| 1364 | 2024-11-26T22:52:54.093Z | Compiling data-encoding v2.6.0 |
| 1365 | 2024-11-26T22:52:54.427Z | Compiling dirs-next v2.0.0 |
| 1366 | 2024-11-26T22:52:54.619Z | Compiling http-body-util v0.1.2 |
| 1367 | 2024-11-26T22:52:55.160Z | Compiling heapless v0.7.17 |
| 1368 | 2024-11-26T22:52:55.593Z | Compiling crossbeam-epoch v0.9.18 |
| 1369 | 2024-11-26T22:52:55.870Z | Compiling sha1 v0.10.6 |
| 1370 | 2024-11-26T22:52:56.320Z | Compiling signature v2.2.0 |
| 1371 | 2024-11-26T22:52:56.355Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1372 | 2024-11-26T22:52:56.471Z | Compiling serde_derive_internals v0.29.1 |
| 1373 | 2024-11-26T22:52:56.500Z | Compiling thread_local v1.1.8 |
| 1374 | 2024-11-26T22:52:56.585Z | Compiling cookie v0.18.1 |
| 1375 | 2024-11-26T22:52:56.821Z | Compiling multer v3.1.0 |
| 1376 | 2024-11-26T22:52:56.848Z | Compiling encoding_rs v0.8.34 |
| 1377 | 2024-11-26T22:52:56.871Z | Compiling openssl-probe v0.1.5 |
| 1378 | 2024-11-26T22:52:57.025Z | Compiling gimli v0.31.1 |
| 1379 | 2024-11-26T22:52:57.152Z | Compiling signal-hook v0.3.17 |
| 1380 | 2024-11-26T22:52:57.279Z | Compiling mime v0.3.17 |
| 1381 | 2024-11-26T22:52:57.403Z | Compiling rayon-core v1.12.1 |
| 1382 | 2024-11-26T22:52:57.671Z | Compiling schemars v0.8.21 |
| 1383 | 2024-11-26T22:52:57.856Z | Compiling ipnet v2.10.1 |
| 1384 | 2024-11-26T22:52:58.003Z | Compiling hyper v1.5.0 |
| 1385 | 2024-11-26T22:52:59.194Z | Compiling unicode-properties v0.1.3 |
| 1386 | 2024-11-26T22:52:59.236Z | Compiling slog-async v2.8.0 |
| 1387 | 2024-11-26T22:52:59.569Z | Compiling stringprep v0.1.5 |
| 1388 | 2024-11-26T22:52:59.805Z | Compiling schemars_derive v0.8.21 |
| 1389 | 2024-11-26T22:53:00.834Z | Compiling hyper-util v0.1.10 |
| 1390 | 2024-11-26T22:53:01.731Z | Compiling addr2line v0.24.2 |
| 1391 | 2024-11-26T22:53:02.060Z | Compiling toml_edit v0.22.22 |
| 1392 | 2024-11-26T22:53:02.304Z | Compiling usdt-attr-macro v0.5.0 |
| 1393 | 2024-11-26T22:53:02.465Z | Compiling usdt-macro v0.5.0 |
| 1394 | 2024-11-26T22:53:03.214Z | Compiling crossbeam-deque v0.8.5 |
| 1395 | 2024-11-26T22:53:03.304Z | Compiling term v0.7.0 |
| 1396 | 2024-11-26T22:53:03.652Z | Compiling slog-json v2.6.1 |
| 1397 | 2024-11-26T22:53:03.906Z | Compiling serde_urlencoded v0.7.1 |
| 1398 | 2024-11-26T22:53:03.946Z | Compiling curve25519-dalek v4.1.3 |
| 1399 | 2024-11-26T22:53:03.967Z | Compiling crossbeam-channel v0.5.13 |
| 1400 | 2024-11-26T22:53:04.047Z | Compiling enum-as-inner v0.6.1 |
| 1401 | 2024-11-26T22:53:04.436Z | Compiling futures-executor v0.3.31 |
| 1402 | 2024-11-26T22:53:04.562Z | Compiling md-5 v0.10.6 |
| 1403 | 2024-11-26T22:53:04.816Z | Compiling async-stream-impl v0.3.6 |
| 1404 | 2024-11-26T22:53:04.837Z | Compiling rustls-pemfile v2.2.0 |
| 1405 | 2024-11-26T22:53:05.028Z | Compiling num-integer v0.1.46 |
| 1406 | 2024-11-26T22:53:05.081Z | Compiling idna v0.3.0 |
| 1407 | 2024-11-26T22:53:05.105Z | Compiling idna v0.4.0 |
| 1408 | 2024-11-26T22:53:05.163Z | Compiling hash32 v0.2.1 |
| 1409 | 2024-11-26T22:53:05.527Z | Compiling ff v0.13.0 |
| 1410 | 2024-11-26T22:53:05.746Z | Compiling is-terminal v0.4.13 |
| 1411 | 2024-11-26T22:53:05.810Z | Compiling dropshot v0.12.0 |
| 1412 | 2024-11-26T22:53:05.878Z | Compiling object v0.36.5 |
| 1413 | 2024-11-26T22:53:06.089Z | Compiling linked-hash-map v0.5.6 |
| 1414 | 2024-11-26T22:53:06.242Z | Compiling psl-types v2.0.11 |
| 1415 | 2024-11-26T22:53:06.449Z | Compiling rustc-demangle v0.1.24 |
| 1416 | 2024-11-26T22:53:06.469Z | Compiling base16ct v0.2.0 |
| 1417 | 2024-11-26T22:53:06.760Z | Compiling take_mut v0.2.2 |
| 1418 | 2024-11-26T22:53:06.779Z | Compiling fallible-iterator v0.2.0 |
| 1419 | 2024-11-26T22:53:06.798Z | Compiling smoltcp v0.9.1 |
| 1420 | 2024-11-26T22:53:06.911Z | Compiling num-bigint-dig v0.8.4 |
| 1421 | 2024-11-26T22:53:07.262Z | Compiling quick-error v1.2.3 |
| 1422 | 2024-11-26T22:53:07.418Z | Compiling portable-atomic v1.9.0 |
| 1423 | 2024-11-26T22:53:07.512Z | Compiling dyn-clone v1.0.17 |
| 1424 | 2024-11-26T22:53:07.534Z | Compiling utf-8 v0.7.6 |
| 1425 | 2024-11-26T22:53:07.584Z | Compiling anyhow v1.0.93 |
| 1426 | 2024-11-26T22:53:07.739Z | Compiling tungstenite v0.24.0 |
| 1427 | 2024-11-26T22:53:08.606Z | Compiling postgres-protocol v0.6.7 |
| 1428 | 2024-11-26T22:53:08.630Z | Compiling resolv-conf v0.7.0 |
| 1429 | 2024-11-26T22:53:09.980Z | Compiling sec1 v0.7.3 |
| 1430 | 2024-11-26T22:53:10.153Z | Compiling publicsuffix v2.2.3 |
| 1431 | 2024-11-26T22:53:10.342Z | Compiling lru-cache v0.1.2 |
| 1432 | 2024-11-26T22:53:10.424Z | Compiling async-stream v0.3.6 |
| 1433 | 2024-11-26T22:53:10.569Z | Compiling hickory-proto v0.24.1 |
| 1434 | 2024-11-26T22:53:10.612Z | Compiling slog-term v2.9.1 |
| 1435 | 2024-11-26T22:53:10.692Z | Compiling usdt v0.5.0 |
| 1436 | 2024-11-26T22:53:10.735Z | Compiling group v0.13.0 |
| 1437 | 2024-11-26T22:53:11.070Z | Compiling num-iter v0.1.45 |
| 1438 | 2024-11-26T22:53:11.265Z | Compiling toml v0.8.19 |
| 1439 | 2024-11-26T22:53:11.656Z | Compiling futures v0.3.31 |
| 1440 | 2024-11-26T22:53:11.887Z | Compiling slog-bunyan v2.5.0 |
| 1441 | 2024-11-26T22:53:13.256Z | Compiling camino v1.1.9 |
| 1442 | 2024-11-26T22:53:13.564Z | Compiling backtrace v0.3.74 |
| 1443 | 2024-11-26T22:53:13.884Z | Compiling tokio-native-tls v0.3.1 |
| 1444 | 2024-11-26T22:53:14.010Z | Compiling phf_shared v0.11.2 |
| 1445 | 2024-11-26T22:53:14.167Z | Compiling dropshot_endpoint v0.12.0 |
| 1446 | 2024-11-26T22:53:14.187Z | Compiling terminal_size v0.4.0 |
| 1447 | 2024-11-26T22:53:14.266Z | Compiling waitgroup v0.1.2 |
| 1448 | 2024-11-26T22:53:14.407Z | Compiling openapiv3 v2.0.0 |
| 1449 | 2024-11-26T22:53:14.409Z | Compiling serde_path_to_error v0.1.16 |
| 1450 | 2024-11-26T22:53:14.493Z | Compiling hkdf v0.12.4 |
| 1451 | 2024-11-26T22:53:14.755Z | Compiling crypto-bigint v0.5.5 |
| 1452 | 2024-11-26T22:53:15.301Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1453 | 2024-11-26T22:53:16.885Z | Compiling zerocopy-derive v0.6.6 |
| 1454 | 2024-11-26T22:53:17.318Z | Compiling webpki-roots v0.26.6 |
| 1455 | 2024-11-26T22:53:17.541Z | Compiling idna v0.5.0 |
| 1456 | 2024-11-26T22:53:17.795Z | Compiling hubpack_derive v0.1.1 |
| 1457 | 2024-11-26T22:53:18.677Z | Compiling hostname v0.4.0 |
| 1458 | 2024-11-26T22:53:18.869Z | Compiling fs-err v2.11.0 |
| 1459 | 2024-11-26T22:53:18.892Z | Compiling ahash v0.8.11 |
| 1460 | 2024-11-26T22:53:18.947Z | Compiling crc32fast v1.4.2 |
| 1461 | 2024-11-26T22:53:19.163Z | Compiling bitflags v1.3.2 |
| 1462 | 2024-11-26T22:53:19.189Z | Compiling managed v0.8.0 |
| 1463 | 2024-11-26T22:53:19.189Z | Compiling winnow v0.5.40 |
| 1464 | 2024-11-26T22:53:19.231Z | Compiling debug-ignore v1.0.5 |
| 1465 | 2024-11-26T22:53:19.273Z | Compiling clap_builder v4.5.21 |
| 1466 | 2024-11-26T22:53:19.294Z | Compiling strum_macros v0.25.3 |
| 1467 | 2024-11-26T22:53:19.443Z | Compiling zerocopy v0.6.6 |
| 1468 | 2024-11-26T22:53:20.366Z | Compiling console v0.15.8 |
| 1469 | 2024-11-26T22:53:20.975Z | Compiling flate2 v1.0.34 |
| 1470 | 2024-11-26T22:53:21.121Z | Compiling hubpack v0.1.2 |
| 1471 | 2024-11-26T22:53:21.605Z | Compiling cookie_store v0.21.0 |
| 1472 | 2024-11-26T22:53:21.721Z | Compiling elliptic-curve v0.13.8 |
| 1473 | 2024-11-26T22:53:22.047Z | Compiling hickory-resolver v0.24.1 |
| 1474 | 2024-11-26T22:53:23.136Z | Compiling toml_edit v0.19.15 |
| 1475 | 2024-11-26T22:53:23.225Z | Compiling phf v0.11.2 |
| 1476 | 2024-11-26T22:53:23.493Z | Compiling hyper-tls v0.6.0 |
| 1477 | 2024-11-26T22:53:23.513Z | Compiling signal-hook-mio v0.2.4 |
| 1478 | 2024-11-26T22:53:23.513Z | Compiling rayon v1.10.0 |
| 1479 | 2024-11-26T22:53:23.677Z | Compiling bzip2 v0.4.4 |
| 1480 | 2024-11-26T22:53:24.079Z | Compiling postgres-types v0.2.8 |
| 1481 | 2024-11-26T22:53:25.647Z | Compiling tokio-tungstenite v0.24.0 |
| 1482 | 2024-11-26T22:53:27.591Z | Compiling ed25519 v2.2.3 |
| 1483 | 2024-11-26T22:53:28.413Z | Compiling phf_shared v0.10.0 |
| 1484 | 2024-11-26T22:53:28.813Z | Compiling tokio-stream v0.1.16 |
| 1485 | 2024-11-26T22:53:28.847Z | Compiling pkcs1 v0.7.5 |
| 1486 | 2024-11-26T22:53:28.931Z | Compiling serde-big-array v0.5.1 |
| 1487 | 2024-11-26T22:53:29.168Z | Compiling clap_derive v4.5.18 |
| 1488 | 2024-11-26T22:53:29.482Z | Compiling rfc6979 v0.4.0 |
| 1489 | 2024-11-26T22:53:29.681Z | Compiling serde_repr v0.1.19 |
| 1490 | 2024-11-26T22:53:29.854Z | Compiling derive-where v1.2.7 |
| 1491 | 2024-11-26T22:53:29.876Z | Compiling float-cmp v0.9.0 |
| 1492 | 2024-11-26T22:53:30.083Z | Compiling bstr v1.10.0 |
| 1493 | 2024-11-26T22:53:30.105Z | Compiling sync_wrapper v1.0.1 |
| 1494 | 2024-11-26T22:53:30.258Z | Compiling static_assertions v1.1.0 |
| 1495 | 2024-11-26T22:53:30.365Z | Compiling difflib v0.4.0 |
| 1496 | 2024-11-26T22:53:30.876Z | Compiling predicates-core v1.0.8 |
| 1497 | 2024-11-26T22:53:31.199Z | Compiling number_prefix v0.4.0 |
| 1498 | 2024-11-26T22:53:31.234Z | Compiling whoami v1.5.2 |
| 1499 | 2024-11-26T22:53:31.417Z | Compiling precomputed-hash v0.1.1 |
| 1500 | 2024-11-26T22:53:31.544Z | Compiling fixedbitset v0.4.2 |
| 1501 | 2024-11-26T22:53:31.882Z | Compiling bit-vec v0.6.3 |
| 1502 | 2024-11-26T22:53:31.947Z | Compiling unicode-segmentation v1.12.0 |
| 1503 | 2024-11-26T22:53:32.029Z | Compiling unicode-width v0.2.0 |
| 1504 | 2024-11-26T22:53:32.049Z | Compiling normalize-line-endings v0.3.0 |
| 1505 | 2024-11-26T22:53:32.183Z | Compiling new_debug_unreachable v1.0.6 |
| 1506 | 2024-11-26T22:53:32.285Z | Compiling string_cache v0.8.7 |
| 1507 | 2024-11-26T22:53:32.365Z | Compiling bit-set v0.5.3 |
| 1508 | 2024-11-26T22:53:32.578Z | Compiling indicatif v0.17.9 |
| 1509 | 2024-11-26T22:53:32.670Z | Compiling similar v2.6.0 |
| 1510 | 2024-11-26T22:53:32.763Z | Compiling predicates v3.1.2 |
| 1511 | 2024-11-26T22:53:32.855Z | Compiling petgraph v0.6.5 |
| 1512 | 2024-11-26T22:53:33.477Z | Compiling tokio-postgres v0.7.12 |
| 1513 | 2024-11-26T22:53:34.400Z | Compiling clap v4.5.21 |
| 1514 | 2024-11-26T22:53:34.533Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1515 | 2024-11-26T22:53:34.566Z | Compiling ecdsa v0.16.9 |
| 1516 | 2024-11-26T22:53:34.858Z | Compiling rsa v0.9.6 |
| 1517 | 2024-11-26T22:53:35.104Z | Compiling ed25519-dalek v2.1.1 |
| 1518 | 2024-11-26T22:53:35.432Z | Compiling toml v0.7.8 |
| 1519 | 2024-11-26T22:53:36.441Z | Compiling zip v0.6.6 |
| 1520 | 2024-11-26T22:53:37.023Z | Compiling crossterm v0.28.1 |
| 1521 | 2024-11-26T22:53:38.087Z | Compiling hex v0.4.3 |
| 1522 | 2024-11-26T22:53:38.459Z | Compiling x509-cert v0.2.5 |
| 1523 | 2024-11-26T22:53:38.545Z | Compiling itertools v0.10.5 |
| 1524 | 2024-11-26T22:53:38.717Z | Compiling lalrpop-util v0.19.12 |
| 1525 | 2024-11-26T22:53:39.081Z | Compiling peg-runtime v0.8.3 |
| 1526 | 2024-11-26T22:53:39.408Z | Compiling unicode-xid v0.2.6 |
| 1527 | 2024-11-26T22:53:39.597Z | Compiling strum_macros v0.26.4 |
| 1528 | 2024-11-26T22:53:39.784Z | Compiling xattr v1.3.1 |
| 1529 | 2024-11-26T22:53:40.045Z | Compiling filetime v0.2.25 |
| 1530 | 2024-11-26T22:53:40.379Z | Compiling tar v0.4.42 |
| 1531 | 2024-11-26T22:53:44.820Z | Compiling strum v0.26.3 |
| 1532 | 2024-11-26T22:53:47.249Z | Compiling aws-lc-sys v0.22.0 |
| 1533 | 2024-11-26T22:54:22.902Z | Compiling rustls-webpki v0.102.8 |
| 1534 | 2024-11-26T22:54:26.154Z | Compiling tokio-rustls v0.25.0 |
| 1535 | 2024-11-26T22:54:27.951Z | Compiling tokio-rustls v0.26.0 |
| 1536 | 2024-11-26T22:54:28.343Z | Compiling hyper-rustls v0.27.3 |
| 1537 | 2024-11-26T22:54:28.638Z | Compiling reqwest v0.12.9 |
| 1538 | 2024-11-26T22:54:29.684Z | Compiling qorb v0.2.0 |
| 1539 | 2024-11-26T22:54:34.576Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1540 | 2024-11-26T22:54:34.807Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1541 | 2024-11-26T22:54:40.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
| 1542 | 2024-11-26T22:54:40.719Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1543 | 2024-11-26T22:54:40.769Z | Nov 26 22:54:39.547 INFO Starting download, target: Console |
| 1544 | 2024-11-26T22:54:40.769Z | Nov 26 22:54:39.548 INFO Starting download, target: Clickhouse |
| 1545 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.548 INFO Starting download, target: DendriteOpenapi |
| 1546 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.548 INFO Starting download, target: Cockroach |
| 1547 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.548 INFO Starting download, target: DendriteStub |
| 1548 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.548 INFO Starting download, target: MaghemiteMgd |
| 1549 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.548 INFO Starting download, target: TransceiverControl |
| 1550 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.548 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1551 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.548 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1552 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.549 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1553 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.549 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1554 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.549 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1555 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.549 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1556 | 2024-11-26T22:54:40.772Z | Nov 26 22:54:39.549 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1557 | 2024-11-26T22:54:41.036Z | Nov 26 22:54:39.811 INFO Download complete, target: DendriteOpenapi |
| 1558 | 2024-11-26T22:54:41.265Z | Nov 26 22:54:40.036 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1559 | 2024-11-26T22:54:41.383Z | Nov 26 22:54:40.158 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1560 | 2024-11-26T22:54:41.770Z | Nov 26 22:54:40.459 INFO Download complete, target: Console |
| 1561 | 2024-11-26T22:54:41.875Z | Nov 26 22:54:40.597 INFO Download complete, target: TransceiverControl |
| 1562 | 2024-11-26T22:54:42.739Z | Nov 26 22:54:41.353 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1563 | 2024-11-26T22:54:42.739Z | Nov 26 22:54:41.419 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1564 | 2024-11-26T22:54:43.278Z | Nov 26 22:54:42.055 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1565 | 2024-11-26T22:54:43.900Z | Nov 26 22:54:42.678 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1566 | 2024-11-26T22:54:43.900Z | Nov 26 22:54:42.678 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1567 | 2024-11-26T22:54:45.337Z | Nov 26 22:54:44.112 INFO Download complete, target: DendriteStub |
| 1568 | 2024-11-26T22:54:46.020Z | Nov 26 22:54:44.797 INFO Download complete, target: MaghemiteMgd |
| 1569 | 2024-11-26T22:54:50.958Z | Nov 26 22:54:49.735 INFO Checking that binary works, target: Cockroach |
| 1570 | 2024-11-26T22:54:51.114Z | Nov 26 22:54:49.891 INFO Download complete, target: Cockroach |
| 1571 | 2024-11-26T22:54:54.661Z | Nov 26 22:54:53.436 INFO Checking that binary works, target: Clickhouse |
| 1572 | 2024-11-26T22:54:55.522Z | Nov 26 22:54:54.298 INFO Download complete, target: Clickhouse |
| 1573 | 2024-11-26T22:54:55.694Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1574 | 2024-11-26T22:54:55.706Z | |
| 1575 | 2024-11-26T22:54:55.706Z | real 5:21.055291146 |
| 1576 | 2024-11-26T22:54:55.706Z | user 16:21.340650641 |
| 1577 | 2024-11-26T22:54:55.706Z | sys 3:14.847241096 |
| 1578 | 2024-11-26T22:54:55.706Z | trap 0.523112082 |
| 1579 | 2024-11-26T22:54:55.706Z | tflt 7.372700743 |
| 1580 | 2024-11-26T22:54:55.706Z | dflt 6.823197779 |
| 1581 | 2024-11-26T22:54:55.706Z | kflt 0.252081663 |
| 1582 | 2024-11-26T22:54:55.706Z | lock 29:12.116377770 |
| 1583 | 2024-11-26T22:54:55.706Z | slp 1:03:15.487383458 |
| 1584 | 2024-11-26T22:54:55.706Z | lat 53.521716108 |
| 1585 | 2024-11-26T22:54:55.706Z | stop 2:15.560698728 |
| 1586 | 2024-11-26T22:54:55.706Z | + banner clippy |
| 1587 | 2024-11-26T22:54:55.706Z | |
| 1588 | 2024-11-26T22:54:55.706Z | #### # # ##### ##### # # |
| 1589 | 2024-11-26T22:54:55.706Z | # # # # # # # # # # |
| 1590 | 2024-11-26T22:54:55.706Z | # # # # # # # # |
| 1591 | 2024-11-26T22:54:55.706Z | # # # ##### ##### # |
| 1592 | 2024-11-26T22:54:55.706Z | # # # # # # # |
| 1593 | 2024-11-26T22:54:55.706Z | #### ###### # # # # |
| 1594 | 2024-11-26T22:54:55.706Z | |
| 1595 | 2024-11-26T22:54:55.707Z | + export CARGO_INCREMENTAL=0 |
| 1596 | 2024-11-26T22:54:55.707Z | + CARGO_INCREMENTAL=0 |
| 1597 | 2024-11-26T22:54:55.707Z | + ptime -m cargo xtask clippy |
| 1598 | 2024-11-26T22:54:56.234Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1599 | 2024-11-26T22:54:59.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 1600 | 2024-11-26T22:54:59.757Z | Running `target/debug/xtask clippy` |
| 1601 | 2024-11-26T22:54:59.779Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1602 | 2024-11-26T22:55:00.440Z | Downloading crates ... |
| 1603 | 2024-11-26T22:55:00.764Z | Downloaded approx v0.5.1 |
| 1604 | 2024-11-26T22:55:00.767Z | Downloaded assert-json-diff v2.0.2 |
| 1605 | 2024-11-26T22:55:00.770Z | Downloaded async-channel v1.9.0 |
| 1606 | 2024-11-26T22:55:00.772Z | Downloaded async-channel v2.3.1 |
| 1607 | 2024-11-26T22:55:00.772Z | Downloaded async-executor v1.13.1 |
| 1608 | 2024-11-26T22:55:00.775Z | Downloaded async-global-executor v2.4.1 |
| 1609 | 2024-11-26T22:55:00.777Z | Downloaded assert_cmd v2.0.16 |
| 1610 | 2024-11-26T22:55:00.780Z | Downloaded async-io v2.3.4 |
| 1611 | 2024-11-26T22:55:00.782Z | Downloaded async-object-pool v0.1.5 |
| 1612 | 2024-11-26T22:55:00.782Z | Downloaded async-process v2.3.0 |
| 1613 | 2024-11-26T22:55:00.785Z | Downloaded async-signal v0.2.10 |
| 1614 | 2024-11-26T22:55:00.787Z | Downloaded async-lock v3.4.0 |
| 1615 | 2024-11-26T22:55:00.794Z | Downloaded async-std v1.13.0 |
| 1616 | 2024-11-26T22:55:00.813Z | Downloaded concurrent-queue v2.5.0 |
| 1617 | 2024-11-26T22:55:00.815Z | Downloaded event-listener v5.3.1 |
| 1618 | 2024-11-26T22:55:00.818Z | Downloaded escape8259 v0.5.3 |
| 1619 | 2024-11-26T22:55:00.818Z | Downloaded doc-comment v0.3.3 |
| 1620 | 2024-11-26T22:55:00.818Z | Downloaded criterion v0.5.1 |
| 1621 | 2024-11-26T22:55:00.823Z | Downloaded nested v0.1.1 |
| 1622 | 2024-11-26T22:55:00.826Z | Downloaded httptest v0.16.1 |
| 1623 | 2024-11-26T22:55:00.828Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1624 | 2024-11-26T22:55:00.828Z | Downloaded fancy-regex v0.13.0 |
| 1625 | 2024-11-26T22:55:00.830Z | Downloaded event-listener-strategy v0.5.2 |
| 1626 | 2024-11-26T22:55:00.833Z | Downloaded blake2b_simd v1.0.2 |
| 1627 | 2024-11-26T22:55:00.833Z | Downloaded blocking v1.6.1 |
| 1628 | 2024-11-26T22:55:00.835Z | Downloaded async-task v4.7.1 |
| 1629 | 2024-11-26T22:55:00.885Z | Downloaded oorandom v11.1.4 |
| 1630 | 2024-11-26T22:55:00.888Z | Downloaded criterion-plot v0.5.0 |
| 1631 | 2024-11-26T22:55:00.888Z | Downloaded cast v0.3.0 |
| 1632 | 2024-11-26T22:55:00.890Z | Downloaded anes v0.1.6 |
| 1633 | 2024-11-26T22:55:00.893Z | Downloaded num_cpus v1.16.0 |
| 1634 | 2024-11-26T22:55:00.915Z | Downloaded tinytemplate v1.2.1 |
| 1635 | 2024-11-26T22:55:00.917Z | Downloaded libtest-mimic v0.7.3 |
| 1636 | 2024-11-26T22:55:00.920Z | Downloaded futures-lite v2.3.0 |
| 1637 | 2024-11-26T22:55:00.922Z | Downloaded datatest-stable v0.2.9 |
| 1638 | 2024-11-26T22:55:00.923Z | Downloaded plotters-svg v0.3.7 |
| 1639 | 2024-11-26T22:55:00.925Z | Downloaded proc-macro-crate v3.2.0 |
| 1640 | 2024-11-26T22:55:00.925Z | Downloaded plotters-backend v0.3.7 |
| 1641 | 2024-11-26T22:55:00.925Z | Downloaded piper v0.2.4 |
| 1642 | 2024-11-26T22:55:00.928Z | Downloaded parking v2.2.1 |
| 1643 | 2024-11-26T22:55:00.928Z | Downloaded rand_distr v0.4.3 |
| 1644 | 2024-11-26T22:55:00.930Z | Downloaded indoc v2.0.5 |
| 1645 | 2024-11-26T22:55:00.932Z | Downloaded hyper-rustls v0.26.0 |
| 1646 | 2024-11-26T22:55:00.935Z | Downloaded plotters v0.3.7 |
| 1647 | 2024-11-26T22:55:00.942Z | Downloaded yansi v1.0.1 |
| 1648 | 2024-11-26T22:55:00.945Z | Downloaded trybuild v1.0.101 |
| 1649 | 2024-11-26T22:55:00.947Z | Downloaded target-lexicon v0.12.16 |
| 1650 | 2024-11-26T22:55:00.950Z | Downloaded polling v3.7.3 |
| 1651 | 2024-11-26T22:55:00.952Z | Downloaded path-tree v0.8.1 |
| 1652 | 2024-11-26T22:55:00.955Z | Downloaded kv-log-macro v1.0.7 |
| 1653 | 2024-11-26T22:55:00.955Z | Downloaded guppy v0.17.8 |
| 1654 | 2024-11-26T22:55:00.960Z | Downloaded futures-timer v3.0.3 |
| 1655 | 2024-11-26T22:55:00.963Z | Downloaded event-listener v2.5.3 |
| 1656 | 2024-11-26T22:55:00.963Z | Downloaded async-attributes v1.1.2 |
| 1657 | 2024-11-26T22:55:00.965Z | Downloaded cfg-expr v0.17.0 |
| 1658 | 2024-11-26T22:55:00.968Z | Downloaded threadpool v1.8.1 |
| 1659 | 2024-11-26T22:55:00.968Z | Downloaded target-triple v0.1.3 |
| 1660 | 2024-11-26T22:55:00.968Z | Downloaded target-spec v3.2.2 |
| 1661 | 2024-11-26T22:55:00.970Z | Downloaded stringmetrics v2.2.2 |
| 1662 | 2024-11-26T22:55:00.972Z | Downloaded similar-asserts v1.6.0 |
| 1663 | 2024-11-26T22:55:00.972Z | Downloaded serde_regex v1.1.0 |
| 1664 | 2024-11-26T22:55:00.975Z | Downloaded rustls-native-certs v0.7.3 |
| 1665 | 2024-11-26T22:55:00.977Z | Downloaded rust-argon2 v2.1.0 |
| 1666 | 2024-11-26T22:55:00.977Z | Downloaded rstest_macros v0.23.0 |
| 1667 | 2024-11-26T22:55:00.980Z | Downloaded rstest v0.23.0 |
| 1668 | 2024-11-26T22:55:00.985Z | Downloaded relative-path v1.9.3 |
| 1669 | 2024-11-26T22:55:00.987Z | Downloaded pretty_assertions v1.4.1 |
| 1670 | 2024-11-26T22:55:00.987Z | Downloaded pathdiff v0.2.2 |
| 1671 | 2024-11-26T22:55:00.990Z | Downloaded partial-io v0.5.4 |
| 1672 | 2024-11-26T22:55:00.998Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1673 | 2024-11-26T22:55:01.750Z | Checking cfg-if v1.0.0 |
| 1674 | 2024-11-26T22:55:01.826Z | Checking libc v0.2.162 |
| 1675 | 2024-11-26T22:55:01.846Z | Checking serde v1.0.215 |
| 1676 | 2024-11-26T22:55:01.867Z | Checking memchr v2.7.4 |
| 1677 | 2024-11-26T22:55:01.885Z | Checking value-bag v1.9.0 |
| 1678 | 2024-11-26T22:55:01.910Z | Checking scopeguard v1.2.0 |
| 1679 | 2024-11-26T22:55:01.935Z | Checking zeroize v1.8.1 |
| 1680 | 2024-11-26T22:55:01.963Z | Checking smallvec v1.13.2 |
| 1681 | 2024-11-26T22:55:01.992Z | Checking itoa v1.0.11 |
| 1682 | 2024-11-26T22:55:02.045Z | Checking lock_api v0.4.12 |
| 1683 | 2024-11-26T22:55:02.211Z | Checking byteorder v1.5.0 |
| 1684 | 2024-11-26T22:55:02.214Z | Checking pin-project-lite v0.2.14 |
| 1685 | 2024-11-26T22:55:02.265Z | Checking log v0.4.22 |
| 1686 | 2024-11-26T22:55:02.317Z | Checking subtle v2.6.1 |
| 1687 | 2024-11-26T22:55:02.374Z | Checking once_cell v1.20.2 |
| 1688 | 2024-11-26T22:55:02.490Z | Checking typenum v1.17.0 |
| 1689 | 2024-11-26T22:55:02.602Z | Checking futures-core v0.3.31 |
| 1690 | 2024-11-26T22:55:02.629Z | Checking libm v0.2.8 |
| 1691 | 2024-11-26T22:55:02.690Z | Checking thiserror v1.0.69 |
| 1692 | 2024-11-26T22:55:02.719Z | Checking zerocopy v0.7.35 |
| 1693 | 2024-11-26T22:55:02.768Z | Checking ryu v1.0.18 |
| 1694 | 2024-11-26T22:55:02.800Z | Checking spin v0.9.8 |
| 1695 | 2024-11-26T22:55:02.831Z | Checking const-oid v0.9.6 |
| 1696 | 2024-11-26T22:55:02.887Z | Checking getrandom v0.2.15 |
| 1697 | 2024-11-26T22:55:03.007Z | Checking signal-hook-registry v1.4.2 |
| 1698 | 2024-11-26T22:55:03.128Z | Checking rand_core v0.6.4 |
| 1699 | 2024-11-26T22:55:03.157Z | Checking parking_lot_core v0.9.10 |
| 1700 | 2024-11-26T22:55:03.270Z | Checking mio v1.0.2 |
| 1701 | 2024-11-26T22:55:03.439Z | Checking socket2 v0.5.7 |
| 1702 | 2024-11-26T22:55:03.495Z | Checking parking_lot v0.12.3 |
| 1703 | 2024-11-26T22:55:03.567Z | Checking num-traits v0.2.19 |
| 1704 | 2024-11-26T22:55:03.784Z | Checking generic-array v0.14.7 |
| 1705 | 2024-11-26T22:55:03.857Z | Checking futures-io v0.3.31 |
| 1706 | 2024-11-26T22:55:03.916Z | Checking slab v0.4.9 |
| 1707 | 2024-11-26T22:55:03.943Z | Checking allocator-api2 v0.2.18 |
| 1708 | 2024-11-26T22:55:04.058Z | Checking cpufeatures v0.2.14 |
| 1709 | 2024-11-26T22:55:04.141Z | Checking futures-sink v0.3.31 |
| 1710 | 2024-11-26T22:55:04.205Z | Checking pin-utils v0.1.0 |
| 1711 | 2024-11-26T22:55:04.240Z | Checking equivalent v1.0.1 |
| 1712 | 2024-11-26T22:55:04.290Z | Checking foldhash v0.1.3 |
| 1713 | 2024-11-26T22:55:04.315Z | Checking futures-channel v0.3.31 |
| 1714 | 2024-11-26T22:55:04.359Z | Checking futures-task v0.3.31 |
| 1715 | 2024-11-26T22:55:04.524Z | Checking stable_deref_trait v1.2.0 |
| 1716 | 2024-11-26T22:55:04.610Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1717 | 2024-11-26T22:55:04.647Z | Checking fnv v1.0.7 |
| 1718 | 2024-11-26T22:55:04.673Z | Checking hashbrown v0.15.0 |
| 1719 | 2024-11-26T22:55:04.699Z | Checking futures-util v0.3.31 |
| 1720 | 2024-11-26T22:55:04.699Z | Checking iana-time-zone v0.1.61 |
| 1721 | 2024-11-26T22:55:04.777Z | Checking ppv-lite86 v0.2.20 |
| 1722 | 2024-11-26T22:55:04.877Z | Checking tracing-core v0.1.32 |
| 1723 | 2024-11-26T22:55:04.949Z | Checking errno v0.3.9 |
| 1724 | 2024-11-26T22:55:04.980Z | Checking crypto-common v0.1.6 |
| 1725 | 2024-11-26T22:55:05.124Z | Checking block-buffer v0.10.4 |
| 1726 | 2024-11-26T22:55:05.163Z | Checking zerofrom v0.1.4 |
| 1727 | 2024-11-26T22:55:05.321Z | Checking dyn-clone v1.0.17 |
| 1728 | 2024-11-26T22:55:05.347Z | Checking digest v0.10.7 |
| 1729 | 2024-11-26T22:55:05.385Z | Checking yoke v0.7.4 |
| 1730 | 2024-11-26T22:55:05.469Z | Checking block-padding v0.3.3 |
| 1731 | 2024-11-26T22:55:05.539Z | Checking tracing v0.1.40 |
| 1732 | 2024-11-26T22:55:05.568Z | Checking rand_chacha v0.3.1 |
| 1733 | 2024-11-26T22:55:05.686Z | Checking inout v0.1.3 |
| 1734 | 2024-11-26T22:55:05.730Z | Checking crossbeam-utils v0.8.20 |
| 1735 | 2024-11-26T22:55:05.732Z | Checking zerovec v0.10.4 |
| 1736 | 2024-11-26T22:55:05.800Z | Checking percent-encoding v2.3.1 |
| 1737 | 2024-11-26T22:55:05.895Z | Checking writeable v0.5.5 |
| 1738 | 2024-11-26T22:55:05.932Z | Checking cipher v0.4.4 |
| 1739 | 2024-11-26T22:55:05.956Z | Checking rand v0.8.5 |
| 1740 | 2024-11-26T22:55:06.010Z | Checking litemap v0.7.3 |
| 1741 | 2024-11-26T22:55:06.225Z | Checking tinyvec_macros v0.1.1 |
| 1742 | 2024-11-26T22:55:06.329Z | Checking tinyvec v1.8.0 |
| 1743 | 2024-11-26T22:55:06.355Z | Checking form_urlencoded v1.2.1 |
| 1744 | 2024-11-26T22:55:06.379Z | Checking httparse v1.9.5 |
| 1745 | 2024-11-26T22:55:06.410Z | Checking base64ct v1.6.0 |
| 1746 | 2024-11-26T22:55:06.557Z | Checking regex-syntax v0.8.5 |
| 1747 | 2024-11-26T22:55:06.779Z | Checking bytes v1.8.0 |
| 1748 | 2024-11-26T22:55:06.837Z | Checking bitflags v2.6.0 |
| 1749 | 2024-11-26T22:55:06.840Z | Checking serde_json v1.0.132 |
| 1750 | 2024-11-26T22:55:07.149Z | Checking indexmap v2.6.0 |
| 1751 | 2024-11-26T22:55:07.265Z | Checking chrono v0.4.38 |
| 1752 | 2024-11-26T22:55:07.380Z | Checking rustix v0.38.37 |
| 1753 | 2024-11-26T22:55:07.599Z | Checking tokio v1.40.0 |
| 1754 | 2024-11-26T22:55:07.660Z | Checking uuid v1.11.0 |
| 1755 | 2024-11-26T22:55:08.331Z | Checking http v1.1.0 |
| 1756 | 2024-11-26T22:55:08.450Z | Checking tinystr v0.7.6 |
| 1757 | 2024-11-26T22:55:08.690Z | Checking icu_locid_transform_data v1.5.0 |
| 1758 | 2024-11-26T22:55:08.806Z | Checking atomic-waker v1.1.2 |
| 1759 | 2024-11-26T22:55:08.833Z | Checking icu_locid v1.5.0 |
| 1760 | 2024-11-26T22:55:08.943Z | Checking unicode-normalization v0.1.24 |
| 1761 | 2024-11-26T22:55:09.400Z | Checking schemars v0.8.21 |
| 1762 | 2024-11-26T22:55:09.769Z | Checking icu_collections v1.5.0 |
| 1763 | 2024-11-26T22:55:09.800Z | Checking hmac v0.12.1 |
| 1764 | 2024-11-26T22:55:09.827Z | Checking icu_properties_data v1.5.0 |
| 1765 | 2024-11-26T22:55:09.879Z | Checking untrusted v0.9.0 |
| 1766 | 2024-11-26T22:55:09.907Z | Checking icu_provider v1.5.0 |
| 1767 | 2024-11-26T22:55:10.014Z | Checking sha2 v0.10.8 |
| 1768 | 2024-11-26T22:55:10.057Z | Checking ring v0.17.8 |
| 1769 | 2024-11-26T22:55:10.089Z | Checking aho-corasick v1.1.3 |
| 1770 | 2024-11-26T22:55:10.425Z | Checking utf8_iter v1.0.4 |
| 1771 | 2024-11-26T22:55:10.571Z | Checking icu_locid_transform v1.5.0 |
| 1772 | 2024-11-26T22:55:10.614Z | Checking utf16_iter v1.0.5 |
| 1773 | 2024-11-26T22:55:10.645Z | Checking write16 v1.0.0 |
| 1774 | 2024-11-26T22:55:10.769Z | Checking unicode-ident v1.0.13 |
| 1775 | 2024-11-26T22:55:10.796Z | Checking icu_normalizer_data v1.5.0 |
| 1776 | 2024-11-26T22:55:10.849Z | Checking unicode-bidi v0.3.17 |
| 1777 | 2024-11-26T22:55:10.908Z | Checking lazy_static v1.5.0 |
| 1778 | 2024-11-26T22:55:10.942Z | Checking powerfmt v0.2.0 |
| 1779 | 2024-11-26T22:55:11.049Z | Checking adler2 v2.0.0 |
| 1780 | 2024-11-26T22:55:11.073Z | Checking num_threads v0.1.7 |
| 1781 | 2024-11-26T22:55:11.201Z | Checking num-conv v0.1.0 |
| 1782 | 2024-11-26T22:55:11.225Z | Checking deranged v0.3.11 |
| 1783 | 2024-11-26T22:55:11.228Z | Checking miniz_oxide v0.8.0 |
| 1784 | 2024-11-26T22:55:11.452Z | Checking rustls-pki-types v1.9.0 |
| 1785 | 2024-11-26T22:55:11.485Z | Checking time-core v0.1.2 |
| 1786 | 2024-11-26T22:55:11.572Z | Checking icu_properties v1.5.1 |
| 1787 | 2024-11-26T22:55:11.665Z | Checking proc-macro2 v1.0.89 |
| 1788 | 2024-11-26T22:55:11.753Z | Checking regex-automata v0.4.8 |
| 1789 | 2024-11-26T22:55:11.947Z | Checking pem-rfc7468 v0.7.0 |
| 1790 | 2024-11-26T22:55:11.973Z | Checking untrusted v0.7.1 |
| 1791 | 2024-11-26T22:55:12.029Z | Checking http-body v1.0.1 |
| 1792 | 2024-11-26T22:55:12.155Z | Checking aws-lc-sys v0.22.0 |
| 1793 | 2024-11-26T22:55:12.207Z | Checking httpdate v1.0.3 |
| 1794 | 2024-11-26T22:55:12.256Z | Checking try-lock v0.2.5 |
| 1795 | 2024-11-26T22:55:12.327Z | Checking quote v1.0.37 |
| 1796 | 2024-11-26T22:55:12.413Z | Checking mirai-annotations v1.12.0 |
| 1797 | 2024-11-26T22:55:12.453Z | Checking base64 v0.22.1 |
| 1798 | 2024-11-26T22:55:12.596Z | Checking want v0.3.1 |
| 1799 | 2024-11-26T22:55:12.686Z | Checking syn v2.0.87 |
| 1800 | 2024-11-26T22:55:12.794Z | Checking flagset v0.4.6 |
| 1801 | 2024-11-26T22:55:12.962Z | Checking pbkdf2 v0.12.2 |
| 1802 | 2024-11-26T22:55:12.993Z | Checking der v0.7.9 |
| 1803 | 2024-11-26T22:55:13.040Z | Checking time v0.3.36 |
| 1804 | 2024-11-26T22:55:13.139Z | Checking aes v0.8.4 |
| 1805 | 2024-11-26T22:55:14.084Z | Checking cbc v0.1.2 |
| 1806 | 2024-11-26T22:55:14.312Z | Checking salsa20 v0.10.2 |
| 1807 | 2024-11-26T22:55:14.528Z | Checking ahash v0.8.11 |
| 1808 | 2024-11-26T22:55:14.814Z | Checking aws-lc-rs v1.10.0 |
| 1809 | 2024-11-26T22:55:14.872Z | Checking icu_normalizer v1.5.0 |
| 1810 | 2024-11-26T22:55:14.918Z | Checking spki v0.7.3 |
| 1811 | 2024-11-26T22:55:15.024Z | Checking tokio-util v0.7.12 |
| 1812 | 2024-11-26T22:55:15.073Z | Checking slog v2.7.0 |
| 1813 | 2024-11-26T22:55:15.209Z | Checking tower-service v0.3.3 |
| 1814 | 2024-11-26T22:55:15.348Z | Checking scrypt v0.11.0 |
| 1815 | 2024-11-26T22:55:15.517Z | Checking gimli v0.31.1 |
| 1816 | 2024-11-26T22:55:15.544Z | Checking mime v0.3.17 |
| 1817 | 2024-11-26T22:55:15.583Z | Checking pkcs5 v0.7.1 |
| 1818 | 2024-11-26T22:55:15.659Z | Checking idna_adapter v1.2.0 |
| 1819 | 2024-11-26T22:55:15.846Z | Checking object v0.36.5 |
| 1820 | 2024-11-26T22:55:15.870Z | Checking idna v1.0.3 |
| 1821 | 2024-11-26T22:55:15.988Z | Checking h2 v0.4.6 |
| 1822 | 2024-11-26T22:55:16.087Z | Checking utf8parse v0.2.2 |
| 1823 | 2024-11-26T22:55:16.242Z | Checking rustc-demangle v0.1.24 |
| 1824 | 2024-11-26T22:55:16.374Z | Checking url v2.5.3 |
| 1825 | 2024-11-26T22:55:16.491Z | Checking regex v1.11.1 |
| 1826 | 2024-11-26T22:55:16.623Z | Checking rustls-webpki v0.102.8 |
| 1827 | 2024-11-26T22:55:16.680Z | Checking pkcs8 v0.10.2 |
| 1828 | 2024-11-26T22:55:17.020Z | Checking http-body-util v0.1.2 |
| 1829 | 2024-11-26T22:55:17.117Z | Checking futures-executor v0.3.31 |
| 1830 | 2024-11-26T22:55:17.219Z | Checking serde_spanned v0.6.8 |
| 1831 | 2024-11-26T22:55:17.365Z | Checking toml_datetime v0.6.8 |
| 1832 | 2024-11-26T22:55:17.422Z | Checking ipnet v2.10.1 |
| 1833 | 2024-11-26T22:55:17.480Z | Checking unicode-width v0.1.14 |
| 1834 | 2024-11-26T22:55:17.507Z | Checking data-encoding v2.6.0 |
| 1835 | 2024-11-26T22:55:17.661Z | Checking futures v0.3.31 |
| 1836 | 2024-11-26T22:55:17.783Z | Checking rustls-pemfile v2.2.0 |
| 1837 | 2024-11-26T22:55:17.883Z | Checking foreign-types-shared v0.1.1 |
| 1838 | 2024-11-26T22:55:17.989Z | Checking openssl-probe v0.1.5 |
| 1839 | 2024-11-26T22:55:18.015Z | Checking anstyle v1.0.10 |
| 1840 | 2024-11-26T22:55:18.037Z | Checking foreign-types v0.3.2 |
| 1841 | 2024-11-26T22:55:18.132Z | Checking serde_urlencoded v0.7.1 |
| 1842 | 2024-11-26T22:55:18.159Z | Checking semver v1.0.23 |
| 1843 | 2024-11-26T22:55:18.187Z | Checking sha1 v0.10.6 |
| 1844 | 2024-11-26T22:55:18.380Z | Checking openssl-sys v0.9.103 |
| 1845 | 2024-11-26T22:55:18.486Z | Checking encoding_rs v0.8.34 |
| 1846 | 2024-11-26T22:55:18.560Z | Checking rustls v0.23.14 |
| 1847 | 2024-11-26T22:55:18.588Z | Checking anstyle-parse v0.2.5 |
| 1848 | 2024-11-26T22:55:18.859Z | Checking camino v1.1.9 |
| 1849 | 2024-11-26T22:55:19.119Z | Checking either v1.13.0 |
| 1850 | 2024-11-26T22:55:19.453Z | Checking colorchoice v1.0.2 |
| 1851 | 2024-11-26T22:55:19.485Z | Checking addr2line v0.24.2 |
| 1852 | 2024-11-26T22:55:19.508Z | Checking anstyle-query v1.1.1 |
| 1853 | 2024-11-26T22:55:19.603Z | Checking is_terminal_polyfill v1.70.1 |
| 1854 | 2024-11-26T22:55:19.643Z | Checking winnow v0.6.20 |
| 1855 | 2024-11-26T22:55:19.727Z | Checking anstream v0.6.15 |
| 1856 | 2024-11-26T22:55:19.730Z | Checking openssl v0.10.66 |
| 1857 | 2024-11-26T22:55:19.985Z | Checking idna v0.3.0 |
| 1858 | 2024-11-26T22:55:20.100Z | Checking terminal_size v0.4.0 |
| 1859 | 2024-11-26T22:55:20.293Z | Checking openapiv3 v2.0.0 |
| 1860 | 2024-11-26T22:55:20.894Z | Checking signature v2.2.0 |
| 1861 | 2024-11-26T22:55:20.897Z | Checking clap_lex v0.7.2 |
| 1862 | 2024-11-26T22:55:21.124Z | Checking psl-types v2.0.11 |
| 1863 | 2024-11-26T22:55:21.181Z | Checking strsim v0.11.1 |
| 1864 | 2024-11-26T22:55:21.315Z | Checking publicsuffix v2.2.3 |
| 1865 | 2024-11-26T22:55:21.472Z | Checking clap_builder v4.5.21 |
| 1866 | 2024-11-26T22:55:21.551Z | Checking cookie v0.18.1 |
| 1867 | 2024-11-26T22:55:22.000Z | Checking webpki-roots v0.26.6 |
| 1868 | 2024-11-26T22:55:22.170Z | Checking hyper v1.5.0 |
| 1869 | 2024-11-26T22:55:22.195Z | Checking backtrace v0.3.74 |
| 1870 | 2024-11-26T22:55:22.237Z | Checking idna v0.5.0 |
| 1871 | 2024-11-26T22:55:22.533Z | Checking is-terminal v0.4.13 |
| 1872 | 2024-11-26T22:55:22.669Z | Checking scroll v0.12.0 |
| 1873 | 2024-11-26T22:55:22.765Z | Checking anyhow v1.0.93 |
| 1874 | 2024-11-26T22:55:23.091Z | Checking ucd-trie v0.1.7 |
| 1875 | 2024-11-26T22:55:23.132Z | Checking plain v0.2.3 |
| 1876 | 2024-11-26T22:55:23.157Z | Checking cookie_store v0.21.0 |
| 1877 | 2024-11-26T22:55:23.283Z | Checking goblin v0.8.2 |
| 1878 | 2024-11-26T22:55:23.310Z | Checking pest v2.7.14 |
| 1879 | 2024-11-26T22:55:23.812Z | Checking sync_wrapper v1.0.1 |
| 1880 | 2024-11-26T22:55:23.915Z | Checking pretty-hex v0.4.1 |
| 1881 | 2024-11-26T22:55:23.960Z | Checking base16ct v0.2.0 |
| 1882 | 2024-11-26T22:55:24.113Z | Checking num-integer v0.1.46 |
| 1883 | 2024-11-26T22:55:24.162Z | Checking sec1 v0.7.3 |
| 1884 | 2024-11-26T22:55:24.242Z | Checking tokio-rustls v0.26.0 |
| 1885 | 2024-11-26T22:55:24.281Z | Checking hyper-util v0.1.10 |
| 1886 | 2024-11-26T22:55:24.473Z | Checking clap v4.5.21 |
| 1887 | 2024-11-26T22:55:24.554Z | Checking ff v0.13.0 |
| 1888 | 2024-11-26T22:55:24.606Z | Checking thread-id v4.2.2 |
| 1889 | 2024-11-26T22:55:24.634Z | Checking toml_edit v0.22.22 |
| 1890 | 2024-11-26T22:55:24.662Z | Checking hkdf v0.12.4 |
| 1891 | 2024-11-26T22:55:24.733Z | Checking crypto-bigint v0.5.5 |
| 1892 | 2024-11-26T22:55:24.761Z | Checking group v0.13.0 |
| 1893 | 2024-11-26T22:55:24.878Z | Checking memmap v0.7.0 |
| 1894 | 2024-11-26T22:55:25.021Z | Checking dirs-sys-next v0.1.2 |
| 1895 | 2024-11-26T22:55:25.095Z | Checking crc32fast v1.4.2 |
| 1896 | 2024-11-26T22:55:25.187Z | Checking native-tls v0.2.12 |
| 1897 | 2024-11-26T22:55:25.215Z | Checking bitflags v1.3.2 |
| 1898 | 2024-11-26T22:55:25.327Z | Checking utf-8 v0.7.6 |
| 1899 | 2024-11-26T22:55:25.355Z | Checking static_assertions v1.1.0 |
| 1900 | 2024-11-26T22:55:25.464Z | Checking dirs-next v2.0.0 |
| 1901 | 2024-11-26T22:55:25.514Z | Checking tokio-native-tls v0.3.1 |
| 1902 | 2024-11-26T22:55:25.555Z | Checking crossbeam-channel v0.5.13 |
| 1903 | 2024-11-26T22:55:25.596Z | Checking thread_local v1.1.8 |
| 1904 | 2024-11-26T22:55:25.787Z | Checking unicode-segmentation v1.12.0 |
| 1905 | 2024-11-26T22:55:25.789Z | Checking dtrace-parser v0.2.0 |
| 1906 | 2024-11-26T22:55:25.882Z | Checking term v0.7.0 |
| 1907 | 2024-11-26T22:55:26.277Z | Checking hyper-tls v0.6.0 |
| 1908 | 2024-11-26T22:55:26.301Z | Checking hyper-rustls v0.27.3 |
| 1909 | 2024-11-26T22:55:26.325Z | Checking num-iter v0.1.45 |
| 1910 | 2024-11-26T22:55:26.351Z | Checking crossbeam-epoch v0.9.18 |
| 1911 | 2024-11-26T22:55:26.449Z | Checking match_cfg v0.1.0 |
| 1912 | 2024-11-26T22:55:26.513Z | Checking take_mut v0.2.2 |
| 1913 | 2024-11-26T22:55:26.552Z | Checking hostname v0.3.1 |
| 1914 | 2024-11-26T22:55:26.579Z | Checking slog-term v2.9.1 |
| 1915 | 2024-11-26T22:55:26.645Z | Checking reqwest v0.12.9 |
| 1916 | 2024-11-26T22:55:26.701Z | Checking slog-async v2.8.0 |
| 1917 | 2024-11-26T22:55:26.703Z | Checking bstr v1.10.0 |
| 1918 | 2024-11-26T22:55:26.809Z | Checking rfc6979 v0.4.0 |
| 1919 | 2024-11-26T22:55:27.010Z | Checking hex v0.4.3 |
| 1920 | 2024-11-26T22:55:27.036Z | Checking managed v0.8.0 |
| 1921 | 2024-11-26T22:55:27.075Z | Checking winnow v0.5.40 |
| 1922 | 2024-11-26T22:55:27.259Z | Checking toml v0.8.19 |
| 1923 | 2024-11-26T22:55:27.437Z | Checking crossbeam-deque v0.8.5 |
| 1924 | 2024-11-26T22:55:27.520Z | Checking num-bigint-dig v0.8.4 |
| 1925 | 2024-11-26T22:55:27.570Z | Checking elliptic-curve v0.13.8 |
| 1926 | 2024-11-26T22:55:27.666Z | Checking flate2 v1.0.34 |
| 1927 | 2024-11-26T22:55:27.726Z | Checking rustls v0.22.4 |
| 1928 | 2024-11-26T22:55:28.001Z | Checking pkcs1 v0.7.5 |
| 1929 | 2024-11-26T22:55:28.210Z | Checking ecdsa v0.16.9 |
| 1930 | 2024-11-26T22:55:28.277Z | Checking dof v0.3.0 |
| 1931 | 2024-11-26T22:55:28.330Z | Checking curve25519-dalek v4.1.3 |
| 1932 | 2024-11-26T22:55:28.399Z | Checking zerocopy v0.6.6 |
| 1933 | 2024-11-26T22:55:28.455Z | Checking siphasher v0.3.11 |
| 1934 | 2024-11-26T22:55:28.783Z | Checking rayon-core v1.12.1 |
| 1935 | 2024-11-26T22:55:28.904Z | Checking usdt-impl v0.5.0 |
| 1936 | 2024-11-26T22:55:28.945Z | Checking ed25519 v2.2.3 |
| 1937 | 2024-11-26T22:55:29.191Z | Checking slog-json v2.6.1 |
| 1938 | 2024-11-26T22:55:29.297Z | Checking signal-hook v0.3.17 |
| 1939 | 2024-11-26T22:55:29.465Z | Checking quick-error v1.2.3 |
| 1940 | 2024-11-26T22:55:29.503Z | Checking usdt v0.5.0 |
| 1941 | 2024-11-26T22:55:29.506Z | Checking debug-ignore v1.0.5 |
| 1942 | 2024-11-26T22:55:29.614Z | Checking slog-bunyan v2.5.0 |
| 1943 | 2024-11-26T22:55:29.645Z | Checking multer v3.1.0 |
| 1944 | 2024-11-26T22:55:29.675Z | Checking itertools v0.10.5 |
| 1945 | 2024-11-26T22:55:29.710Z | Checking rsa v0.9.6 |
| 1946 | 2024-11-26T22:55:29.754Z | Checking x509-cert v0.2.5 |
| 1947 | 2024-11-26T22:55:29.781Z | Checking idna v0.4.0 |
| 1948 | 2024-11-26T22:55:30.045Z | Checking waitgroup v0.1.2 |
| 1949 | 2024-11-26T22:55:30.113Z | Checking toml_edit v0.19.15 |
| 1950 | 2024-11-26T22:55:30.192Z | Checking serde_path_to_error v0.1.16 |
| 1951 | 2024-11-26T22:55:30.219Z | Checking ed25519-dalek v2.1.1 |
| 1952 | 2024-11-26T22:55:30.637Z | Checking hubpack v0.1.2 |
| 1953 | 2024-11-26T22:55:30.664Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1954 | 2024-11-26T22:55:30.771Z | Checking async-stream v0.3.6 |
| 1955 | 2024-11-26T22:55:30.774Z | Checking hostname v0.4.0 |
| 1956 | 2024-11-26T22:55:30.822Z | Checking bit-vec v0.6.3 |
| 1957 | 2024-11-26T22:55:30.945Z | Checking bzip2 v0.4.4 |
| 1958 | 2024-11-26T22:55:30.970Z | Checking hickory-proto v0.24.1 |
| 1959 | 2024-11-26T22:55:30.995Z | Checking signal-hook-mio v0.2.4 |
| 1960 | 2024-11-26T22:55:31.138Z | Checking console v0.15.8 |
| 1961 | 2024-11-26T22:55:31.163Z | Checking bit-set v0.5.3 |
| 1962 | 2024-11-26T22:55:31.242Z | Checking hash32 v0.2.1 |
| 1963 | 2024-11-26T22:55:31.353Z | Checking unicode-properties v0.1.3 |
| 1964 | 2024-11-26T22:55:31.435Z | Checking predicates-core v1.0.8 |
| 1965 | 2024-11-26T22:55:31.516Z | Checking tokio-rustls v0.25.0 |
| 1966 | 2024-11-26T22:55:31.542Z | Checking linked-hash-map v0.5.6 |
| 1967 | 2024-11-26T22:55:31.621Z | Checking heapless v0.7.17 |
| 1968 | 2024-11-26T22:55:31.709Z | Checking stringprep v0.1.5 |
| 1969 | 2024-11-26T22:55:31.712Z | Checking crossterm v0.28.1 |
| 1970 | 2024-11-26T22:55:31.860Z | Checking lru-cache v0.1.2 |
| 1971 | 2024-11-26T22:55:31.904Z | Checking dropshot v0.12.0 |
| 1972 | 2024-11-26T22:55:31.933Z | Checking rayon v1.10.0 |
| 1973 | 2024-11-26T22:55:31.998Z | Checking phf_shared v0.11.2 |
| 1974 | 2024-11-26T22:55:32.052Z | Checking similar v2.6.0 |
| 1975 | 2024-11-26T22:55:32.291Z | Checking tokio-stream v0.1.16 |
| 1976 | 2024-11-26T22:55:32.506Z | Checking toml v0.7.8 |
| 1977 | 2024-11-26T22:55:32.686Z | Checking md-5 v0.10.6 |
| 1978 | 2024-11-26T22:55:32.933Z | Checking float-cmp v0.9.0 |
| 1979 | 2024-11-26T22:55:32.936Z | Checking normalize-line-endings v0.3.0 |
| 1980 | 2024-11-26T22:55:33.084Z | Checking difflib v0.4.0 |
| 1981 | 2024-11-26T22:55:33.137Z | Checking fixedbitset v0.4.2 |
| 1982 | 2024-11-26T22:55:33.167Z | Checking fallible-iterator v0.2.0 |
| 1983 | 2024-11-26T22:55:33.233Z | Checking smoltcp v0.9.1 |
| 1984 | 2024-11-26T22:55:33.395Z | Checking predicates v3.1.2 |
| 1985 | 2024-11-26T22:55:33.422Z | Checking petgraph v0.6.5 |
| 1986 | 2024-11-26T22:55:33.543Z | Checking phf v0.11.2 |
| 1987 | 2024-11-26T22:55:33.806Z | Checking postgres-protocol v0.6.7 |
| 1988 | 2024-11-26T22:55:33.841Z | Checking zip v0.6.6 |
| 1989 | 2024-11-26T22:55:34.068Z | Checking resolv-conf v0.7.0 |
| 1990 | 2024-11-26T22:55:34.431Z | Checking phf_shared v0.10.0 |
| 1991 | 2024-11-26T22:55:34.504Z | Checking tungstenite v0.24.0 |
| 1992 | 2024-11-26T22:55:34.562Z | Checking fs-err v2.11.0 |
| 1993 | 2024-11-26T22:55:34.674Z | Checking serde-big-array v0.5.1 |
| 1994 | 2024-11-26T22:55:34.729Z | Checking portable-atomic v1.9.0 |
| 1995 | 2024-11-26T22:55:34.908Z | Checking precomputed-hash v0.1.1 |
| 1996 | 2024-11-26T22:55:35.034Z | Checking new_debug_unreachable v1.0.6 |
| 1997 | 2024-11-26T22:55:35.123Z | Checking unicode-width v0.2.0 |
| 1998 | 2024-11-26T22:55:35.145Z | Checking minimal-lexical v0.2.1 |
| 1999 | 2024-11-26T22:55:35.446Z | Checking lalrpop-util v0.19.12 |
| 2000 | 2024-11-26T22:55:35.526Z | Checking number_prefix v0.4.0 |
| 2001 | 2024-11-26T22:55:35.622Z | Checking nom v7.1.3 |
| 2002 | 2024-11-26T22:55:35.648Z | Checking tokio-tungstenite v0.24.0 |
| 2003 | 2024-11-26T22:55:35.727Z | Checking string_cache v0.8.7 |
| 2004 | 2024-11-26T22:55:35.752Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2005 | 2024-11-26T22:55:35.776Z | Checking postgres-types v0.2.8 |
| 2006 | 2024-11-26T22:55:35.859Z | Checking indicatif v0.17.9 |
| 2007 | 2024-11-26T22:55:35.888Z | Checking hickory-resolver v0.24.1 |
| 2008 | 2024-11-26T22:55:36.010Z | Checking itertools v0.12.1 |
| 2009 | 2024-11-26T22:55:36.105Z | Checking whoami v1.5.2 |
| 2010 | 2024-11-26T22:55:36.417Z | Checking peg-runtime v0.8.3 |
| 2011 | 2024-11-26T22:55:36.525Z | Checking tokio-postgres v0.7.12 |
| 2012 | 2024-11-26T22:55:36.658Z | Compiling hashbrown v0.14.5 |
| 2013 | 2024-11-26T22:55:36.709Z | Compiling ident_case v1.0.1 |
| 2014 | 2024-11-26T22:55:36.800Z | Compiling unsafe-libyaml v0.2.11 |
| 2015 | 2024-11-26T22:55:36.905Z | Compiling darling_core v0.20.10 |
| 2016 | 2024-11-26T22:55:37.455Z | Checking qorb v0.2.0 |
| 2017 | 2024-11-26T22:55:38.083Z | Compiling regress v0.10.1 |
| 2018 | 2024-11-26T22:55:38.441Z | Compiling serde_yaml v0.9.34+deprecated |
| 2019 | 2024-11-26T22:55:38.795Z | Checking heck v0.5.0 |
| 2020 | 2024-11-26T22:55:39.008Z | Checking progenitor-client v0.8.0 |
| 2021 | 2024-11-26T22:55:39.405Z | Checking fastrand v2.1.1 |
| 2022 | 2024-11-26T22:55:39.634Z | Compiling newtype-uuid v1.1.3 |
| 2023 | 2024-11-26T22:55:39.726Z | Checking ipnetwork v0.20.0 |
| 2024 | 2024-11-26T22:55:39.944Z | Compiling structmeta-derive v0.3.0 |
| 2025 | 2024-11-26T22:55:40.057Z | Checking strum v0.26.3 |
| 2026 | 2024-11-26T22:55:40.083Z | Compiling dropshot v0.13.0 |
| 2027 | 2024-11-26T22:55:40.235Z | Checking macaddr v1.0.1 |
| 2028 | 2024-11-26T22:55:40.452Z | Compiling dropshot_endpoint v0.13.0 |
| 2029 | 2024-11-26T22:55:40.595Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2030 | 2024-11-26T22:55:41.372Z | Checking tempfile v3.13.0 |
| 2031 | 2024-11-26T22:55:41.623Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2032 | 2024-11-26T22:55:41.773Z | Compiling typify-impl v0.2.0 |
| 2033 | 2024-11-26T22:55:41.969Z | Checking instant v0.1.13 |
| 2034 | 2024-11-26T22:55:42.097Z | Checking regress v0.9.1 |
| 2035 | 2024-11-26T22:55:42.609Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2036 | 2024-11-26T22:55:42.947Z | Compiling structmeta v0.3.0 |
| 2037 | 2024-11-26T22:55:43.073Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2038 | 2024-11-26T22:55:43.386Z | Checking backoff v0.4.0 |
| 2039 | 2024-11-26T22:55:43.411Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2040 | 2024-11-26T22:55:43.413Z | Compiling parse-display-derive v0.10.0 |
| 2041 | 2024-11-26T22:55:43.559Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2042 | 2024-11-26T22:55:43.702Z | Checking wait-timeout v0.2.0 |
| 2043 | 2024-11-26T22:55:43.729Z | Checking rand_xorshift v0.3.0 |
| 2044 | 2024-11-26T22:55:43.885Z | Checking rusty-fork v0.3.0 |
| 2045 | 2024-11-26T22:55:43.914Z | Checking unarray v0.1.4 |
| 2046 | 2024-11-26T22:55:43.917Z | Compiling darling_macro v0.20.10 |
| 2047 | 2024-11-26T22:55:44.106Z | Compiling structmeta-derive v0.2.0 |
| 2048 | 2024-11-26T22:55:44.218Z | Checking proptest v1.5.0 |
| 2049 | 2024-11-26T22:55:44.903Z | Compiling darling v0.20.10 |
| 2050 | 2024-11-26T22:55:45.042Z | Compiling serde_with_macros v3.11.0 |
| 2051 | 2024-11-26T22:55:45.724Z | Checking camino-tempfile v1.1.1 |
| 2052 | 2024-11-26T22:55:45.925Z | Compiling proc-macro-error v1.0.4 |
| 2053 | 2024-11-26T22:55:46.024Z | Compiling proc-macro-crate v1.3.1 |
| 2054 | 2024-11-26T22:55:46.653Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2055 | 2024-11-26T22:55:47.047Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2056 | 2024-11-26T22:55:47.071Z | Compiling structmeta v0.2.0 |
| 2057 | 2024-11-26T22:55:47.115Z | Compiling num_enum_derive v0.5.11 |
| 2058 | 2024-11-26T22:55:47.358Z | Compiling foreign-types-macros v0.2.3 |
| 2059 | 2024-11-26T22:55:47.513Z | Compiling test-strategy v0.3.1 |
| 2060 | 2024-11-26T22:55:48.015Z | Checking serde_with v3.11.0 |
| 2061 | 2024-11-26T22:55:48.040Z | Checking parse-display v0.10.0 |
| 2062 | 2024-11-26T22:55:48.289Z | Checking foreign-types-shared v0.3.1 |
| 2063 | 2024-11-26T22:55:48.695Z | Checking foreign-types v0.5.0 |
| 2064 | 2024-11-26T22:55:48.739Z | Checking tabwriter v1.4.0 |
| 2065 | 2024-11-26T22:55:48.807Z | Checking cstr-argument v0.1.2 |
| 2066 | 2024-11-26T22:55:48.933Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2067 | 2024-11-26T22:55:48.993Z | Checking pretty-hex v0.2.1 |
| 2068 | 2024-11-26T22:55:49.018Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2069 | 2024-11-26T22:55:49.199Z | Checking colored v2.1.0 |
| 2070 | 2024-11-26T22:55:49.225Z | Checking smf v0.2.3 |
| 2071 | 2024-11-26T22:55:49.364Z | Compiling zerocopy v0.8.10 |
| 2072 | 2024-11-26T22:55:49.510Z | Compiling crucible-workspace-hack v0.1.0 |
| 2073 | 2024-11-26T22:55:49.710Z | Checking base64 v0.21.7 |
| 2074 | 2024-11-26T22:55:49.801Z | Checking num_enum v0.5.11 |
| 2075 | 2024-11-26T22:55:49.825Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2076 | 2024-11-26T22:55:49.849Z | Compiling itertools v0.13.0 |
| 2077 | 2024-11-26T22:55:49.969Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2078 | 2024-11-26T22:55:49.994Z | Compiling zerocopy-derive v0.8.10 |
| 2079 | 2024-11-26T22:55:50.189Z | Compiling heapless v0.8.0 |
| 2080 | 2024-11-26T22:55:50.255Z | Checking termtree v0.4.1 |
| 2081 | 2024-11-26T22:55:50.468Z | Checking hash32 v0.3.1 |
| 2082 | 2024-11-26T22:55:50.493Z | Checking predicates-tree v1.0.11 |
| 2083 | 2024-11-26T22:55:50.659Z | Compiling smoltcp v0.11.0 |
| 2084 | 2024-11-26T22:55:50.683Z | Checking cobs v0.2.3 |
| 2085 | 2024-11-26T22:55:50.867Z | Checking postcard v1.0.10 |
| 2086 | 2024-11-26T22:55:51.421Z | Checking sigpipe v0.1.3 |
| 2087 | 2024-11-26T22:55:51.459Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2088 | 2024-11-26T22:55:51.540Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2089 | 2024-11-26T22:55:51.569Z | Checking atomicwrites v0.4.4 |
| 2090 | 2024-11-26T22:55:51.595Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2091 | 2024-11-26T22:55:51.691Z | Compiling mockall_derive v0.13.0 |
| 2092 | 2024-11-26T22:55:51.775Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2093 | 2024-11-26T22:55:51.819Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2094 | 2024-11-26T22:55:52.019Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2095 | 2024-11-26T22:55:52.266Z | Compiling zone_cfg_derive v0.3.0 |
| 2096 | 2024-11-26T22:55:52.459Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2097 | 2024-11-26T22:55:52.835Z | Compiling num-derive v0.4.2 |
| 2098 | 2024-11-26T22:55:52.951Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2099 | 2024-11-26T22:55:53.791Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2100 | 2024-11-26T22:55:54.044Z | Checking fragile v2.0.0 |
| 2101 | 2024-11-26T22:55:54.146Z | Checking downcast v0.11.0 |
| 2102 | 2024-11-26T22:55:54.374Z | Checking zone v0.3.0 |
| 2103 | 2024-11-26T22:55:54.406Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2104 | 2024-11-26T22:55:54.682Z | Compiling convert_case v0.4.0 |
| 2105 | 2024-11-26T22:55:55.010Z | Checking newline-converter v0.3.0 |
| 2106 | 2024-11-26T22:55:55.190Z | Checking expectorate v1.1.0 |
| 2107 | 2024-11-26T22:55:55.214Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2108 | 2024-11-26T22:55:55.357Z | Checking tungstenite v0.21.0 |
| 2109 | 2024-11-26T22:55:55.674Z | Checking same-file v1.0.6 |
| 2110 | 2024-11-26T22:55:55.676Z | Compiling derive_more v0.99.18 |
| 2111 | 2024-11-26T22:55:55.853Z | Checking walkdir v2.5.0 |
| 2112 | 2024-11-26T22:55:56.134Z | Checking arc-swap v1.7.1 |
| 2113 | 2024-11-26T22:55:56.158Z | Checking xattr v1.3.1 |
| 2114 | 2024-11-26T22:55:56.343Z | Checking tokio-tungstenite v0.21.0 |
| 2115 | 2024-11-26T22:55:56.373Z | Checking filetime v0.2.25 |
| 2116 | 2024-11-26T22:55:56.565Z | Checking slog-scope v4.4.0 |
| 2117 | 2024-11-26T22:55:56.591Z | Checking tar v0.4.42 |
| 2118 | 2024-11-26T22:55:56.775Z | Checking slog-stdlog v4.1.1 |
| 2119 | 2024-11-26T22:55:56.850Z | Checking num-rational v0.4.2 |
| 2120 | 2024-11-26T22:55:56.944Z | Checking slog-envlogger v2.2.0 |
| 2121 | 2024-11-26T22:55:57.197Z | Checking num-complex v0.4.6 |
| 2122 | 2024-11-26T22:55:57.425Z | Checking float-ord v0.3.2 |
| 2123 | 2024-11-26T22:55:57.566Z | Compiling cancel-safe-futures v0.1.5 |
| 2124 | 2024-11-26T22:55:57.591Z | Compiling owo-colors v4.1.0 |
| 2125 | 2024-11-26T22:55:57.826Z | Checking swrite v0.1.0 |
| 2126 | 2024-11-26T22:55:57.949Z | Checking libsw v3.3.1 |
| 2127 | 2024-11-26T22:55:58.140Z | Checking num v0.4.3 |
| 2128 | 2024-11-26T22:55:58.220Z | Checking pem v3.0.4 |
| 2129 | 2024-11-26T22:55:58.251Z | Checking password-hash v0.5.0 |
| 2130 | 2024-11-26T22:55:58.433Z | Checking blake2 v0.10.6 |
| 2131 | 2024-11-26T22:55:58.484Z | Checking linear-map v1.2.0 |
| 2132 | 2024-11-26T22:55:58.733Z | Checking indent_write v2.2.0 |
| 2133 | 2024-11-26T22:55:58.832Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2134 | 2024-11-26T22:55:58.900Z | Checking argon2 v0.5.3 |
| 2135 | 2024-11-26T22:55:59.220Z | Compiling lzma-sys v0.1.20 |
| 2136 | 2024-11-26T22:55:59.462Z | Checking headers-core v0.3.0 |
| 2137 | 2024-11-26T22:55:59.618Z | Compiling heck v0.3.3 |
| 2138 | 2024-11-26T22:55:59.645Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2139 | 2024-11-26T22:55:59.786Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2140 | 2024-11-26T22:56:00.025Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2141 | 2024-11-26T22:56:00.057Z | Compiling zone_cfg_derive v0.1.2 |
| 2142 | 2024-11-26T22:56:00.228Z | Checking headers v0.4.0 |
| 2143 | 2024-11-26T22:56:00.259Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2144 | 2024-11-26T22:56:00.331Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2145 | 2024-11-26T22:56:00.358Z | Checking mockall v0.13.0 |
| 2146 | 2024-11-26T22:56:00.377Z | Compiling typify-macro v0.2.0 |
| 2147 | 2024-11-26T22:56:00.606Z | Checking yasna v0.5.2 |
| 2148 | 2024-11-26T22:56:00.640Z | Checking base64 v0.13.1 |
| 2149 | 2024-11-26T22:56:01.045Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2150 | 2024-11-26T22:56:01.071Z | Checking highway v1.2.0 |
| 2151 | 2024-11-26T22:56:01.329Z | Checking ron v0.7.1 |
| 2152 | 2024-11-26T22:56:01.478Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2153 | 2024-11-26T22:56:01.527Z | Checking rcgen v0.12.1 |
| 2154 | 2024-11-26T22:56:01.613Z | Checking zone v0.1.8 |
| 2155 | 2024-11-26T22:56:02.204Z | Checking xz2 v0.1.7 |
| 2156 | 2024-11-26T22:56:02.310Z | Checking subprocess v0.2.9 |
| 2157 | 2024-11-26T22:56:02.507Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2158 | 2024-11-26T22:56:02.530Z | Checking humantime v2.1.0 |
| 2159 | 2024-11-26T22:56:02.834Z | Compiling semver v0.1.20 |
| 2160 | 2024-11-26T22:56:02.889Z | Checking half v2.4.1 |
| 2161 | 2024-11-26T22:56:03.374Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2162 | 2024-11-26T22:56:03.397Z | Compiling rustc_version v0.1.7 |
| 2163 | 2024-11-26T22:56:03.466Z | Checking ciborium-io v0.2.2 |
| 2164 | 2024-11-26T22:56:03.468Z | Checking prettyplease v0.2.25 |
| 2165 | 2024-11-26T22:56:03.601Z | Checking ciborium-ll v0.2.2 |
| 2166 | 2024-11-26T22:56:03.892Z | Compiling newtype_derive v0.1.6 |
| 2167 | 2024-11-26T22:56:03.892Z | Checking ciborium v0.2.2 |
| 2168 | 2024-11-26T22:56:04.697Z | Compiling typify v0.2.0 |
| 2169 | 2024-11-26T22:56:04.829Z | Compiling progenitor-impl v0.8.0 |
| 2170 | 2024-11-26T22:56:04.852Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2171 | 2024-11-26T22:56:06.582Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2172 | 2024-11-26T22:56:06.910Z | Checking steno v0.4.1 |
| 2173 | 2024-11-26T22:56:06.936Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2174 | 2024-11-26T22:56:07.114Z | Checking display-error-chain v0.2.2 |
| 2175 | 2024-11-26T22:56:07.136Z | Compiling slog-dtrace v0.3.0 |
| 2176 | 2024-11-26T22:56:07.301Z | Checking gethostname v0.5.0 |
| 2177 | 2024-11-26T22:56:07.452Z | Checking nibble_vec v0.1.0 |
| 2178 | 2024-11-26T22:56:07.657Z | Compiling ring v0.16.20 |
| 2179 | 2024-11-26T22:56:07.944Z | Compiling blake3 v1.5.4 |
| 2180 | 2024-11-26T22:56:08.186Z | Checking keccak v0.1.5 |
| 2181 | 2024-11-26T22:56:08.533Z | Checking endian-type v0.1.2 |
| 2182 | 2024-11-26T22:56:08.759Z | Checking radix_trie v0.2.1 |
| 2183 | 2024-11-26T22:56:08.942Z | Checking sha3 v0.10.8 |
| 2184 | 2024-11-26T22:56:09.216Z | Checking universal-hash v0.5.1 |
| 2185 | 2024-11-26T22:56:09.237Z | Checking secrecy v0.8.0 |
| 2186 | 2024-11-26T22:56:09.265Z | Checking opaque-debug v0.3.1 |
| 2187 | 2024-11-26T22:56:09.355Z | Checking aead v0.5.2 |
| 2188 | 2024-11-26T22:56:09.380Z | Checking chacha20 v0.9.1 |
| 2189 | 2024-11-26T22:56:09.407Z | Checking poly1305 v0.8.0 |
| 2190 | 2024-11-26T22:56:09.765Z | Compiling memmap2 v0.9.5 |
| 2191 | 2024-11-26T22:56:09.914Z | Compiling spin v0.5.2 |
| 2192 | 2024-11-26T22:56:10.176Z | Compiling arrayref v0.3.9 |
| 2193 | 2024-11-26T22:56:10.221Z | Compiling arrayvec v0.7.6 |
| 2194 | 2024-11-26T22:56:10.295Z | Compiling constant_time_eq v0.3.1 |
| 2195 | 2024-11-26T22:56:10.326Z | Compiling toolchain_find v0.4.0 |
| 2196 | 2024-11-26T22:56:10.492Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2197 | 2024-11-26T22:56:10.536Z | Compiling topological-sort v0.2.2 |
| 2198 | 2024-11-26T22:56:10.777Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2199 | 2024-11-26T22:56:10.951Z | Compiling rustfmt-wrapper v0.2.1 |
| 2200 | 2024-11-26T22:56:11.031Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2201 | 2024-11-26T22:56:11.317Z | Checking chacha20poly1305 v0.10.1 |
| 2202 | 2024-11-26T22:56:11.393Z | Compiling async-recursion v1.1.1 |
| 2203 | 2024-11-26T22:56:11.519Z | Checking fxhash v0.2.1 |
| 2204 | 2024-11-26T22:56:11.522Z | Checking lockfree-object-pool v0.1.6 |
| 2205 | 2024-11-26T22:56:11.729Z | Checking simd-adler32 v0.3.7 |
| 2206 | 2024-11-26T22:56:11.783Z | Checking bumpalo v3.16.0 |
| 2207 | 2024-11-26T22:56:11.863Z | Compiling zip v2.1.3 |
| 2208 | 2024-11-26T22:56:12.114Z | Checking termcolor v1.4.1 |
| 2209 | 2024-11-26T22:56:12.138Z | Checking zopfli v0.8.1 |
| 2210 | 2024-11-26T22:56:12.222Z | Checking maplit v1.0.2 |
| 2211 | 2024-11-26T22:56:12.346Z | Compiling radium v0.7.0 |
| 2212 | 2024-11-26T22:56:12.625Z | Checking tap v1.0.1 |
| 2213 | 2024-11-26T22:56:12.739Z | Compiling maybe-uninit v2.0.0 |
| 2214 | 2024-11-26T22:56:13.001Z | Compiling progenitor-macro v0.8.0 |
| 2215 | 2024-11-26T22:56:13.070Z | Checking wyz v0.5.1 |
| 2216 | 2024-11-26T22:56:13.293Z | Compiling omicron-zone-package v0.11.1 |
| 2217 | 2024-11-26T22:56:13.318Z | Checking crc-catalog v2.4.0 |
| 2218 | 2024-11-26T22:56:13.436Z | Compiling packed_struct v0.10.1 |
| 2219 | 2024-11-26T22:56:13.471Z | Checking home v0.5.9 |
| 2220 | 2024-11-26T22:56:13.651Z | Checking funty v2.0.0 |
| 2221 | 2024-11-26T22:56:13.703Z | Checking thiserror-no-std v2.0.2 |
| 2222 | 2024-11-26T22:56:13.825Z | Checking vsss-rs v3.3.4 |
| 2223 | 2024-11-26T22:56:13.886Z | Checking crc v3.2.1 |
| 2224 | 2024-11-26T22:56:14.063Z | Compiling const_format_proc_macros v0.2.33 |
| 2225 | 2024-11-26T22:56:14.404Z | Checking kstat-rs v0.2.4 |
| 2226 | 2024-11-26T22:56:14.527Z | Compiling packed_struct_codegen v0.10.1 |
| 2227 | 2024-11-26T22:56:14.614Z | Checking bitvec v1.0.1 |
| 2228 | 2024-11-26T22:56:14.772Z | Compiling vte_generate_state_changes v0.1.2 |
| 2229 | 2024-11-26T22:56:15.039Z | Compiling indexmap v1.9.3 |
| 2230 | 2024-11-26T22:56:15.340Z | Checking nodrop v0.1.14 |
| 2231 | 2024-11-26T22:56:15.406Z | Compiling libefi-sys v0.1.0 |
| 2232 | 2024-11-26T22:56:15.477Z | Checking array-init v0.0.4 |
| 2233 | 2024-11-26T22:56:15.731Z | Checking vte v0.11.1 |
| 2234 | 2024-11-26T22:56:16.225Z | Checking const_format v0.2.33 |
| 2235 | 2024-11-26T22:56:16.516Z | Checking smallvec v0.6.14 |
| 2236 | 2024-11-26T22:56:16.717Z | Checking fd-lock v4.0.2 |
| 2237 | 2024-11-26T22:56:16.915Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2238 | 2024-11-26T22:56:16.939Z | Compiling bitfield-struct v0.6.2 |
| 2239 | 2024-11-26T22:56:17.100Z | Checking bitfield v0.14.0 |
| 2240 | 2024-11-26T22:56:17.253Z | Checking hashbrown v0.12.3 |
| 2241 | 2024-11-26T22:56:17.355Z | Checking strip-ansi-escapes v0.2.0 |
| 2242 | 2024-11-26T22:56:17.379Z | Checking serde-hex v0.1.0 |
| 2243 | 2024-11-26T22:56:17.522Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2244 | 2024-11-26T22:56:17.801Z | Checking env_logger v0.10.2 |
| 2245 | 2024-11-26T22:56:17.854Z | Checking ron v0.8.1 |
| 2246 | 2024-11-26T22:56:18.255Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2247 | 2024-11-26T22:56:18.374Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2248 | 2024-11-26T22:56:18.558Z | Checking hashbrown v0.13.2 |
| 2249 | 2024-11-26T22:56:18.954Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2250 | 2024-11-26T22:56:19.072Z | Checking crc-any v2.5.0 |
| 2251 | 2024-11-26T22:56:19.126Z | Checking nu-ansi-term v0.50.1 |
| 2252 | 2024-11-26T22:56:19.150Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2253 | 2024-11-26T22:56:19.453Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2254 | 2024-11-26T22:56:19.554Z | Checking reedline v0.35.0 |
| 2255 | 2024-11-26T22:56:19.695Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2256 | 2024-11-26T22:56:19.735Z | Checking object v0.30.4 |
| 2257 | 2024-11-26T22:56:19.758Z | Checking path-slash v0.1.5 |
| 2258 | 2024-11-26T22:56:19.906Z | Compiling parking_lot_core v0.8.6 |
| 2259 | 2024-11-26T22:56:19.938Z | Compiling phf_generator v0.11.2 |
| 2260 | 2024-11-26T22:56:19.958Z | Checking bytecount v0.6.8 |
| 2261 | 2024-11-26T22:56:20.123Z | Checking glob v0.3.1 |
| 2262 | 2024-11-26T22:56:20.126Z | Checking papergrid v0.11.0 |
| 2263 | 2024-11-26T22:56:20.472Z | Compiling phf_codegen v0.11.2 |
| 2264 | 2024-11-26T22:56:20.707Z | Compiling tabled_derive v0.7.0 |
| 2265 | 2024-11-26T22:56:20.739Z | Checking parking_lot v0.11.2 |
| 2266 | 2024-11-26T22:56:21.105Z | Compiling parse-zoneinfo v0.3.1 |
| 2267 | 2024-11-26T22:56:21.270Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2268 | 2024-11-26T22:56:21.405Z | Compiling cfg_aliases v0.1.1 |
| 2269 | 2024-11-26T22:56:21.530Z | Compiling nix v0.28.0 |
| 2270 | 2024-11-26T22:56:21.686Z | Checking sled v0.34.7 |
| 2271 | 2024-11-26T22:56:22.344Z | Compiling chrono-tz-build v0.4.0 |
| 2272 | 2024-11-26T22:56:22.386Z | Checking hickory-client v0.24.1 |
| 2273 | 2024-11-26T22:56:23.058Z | Checking hickory-server v0.24.1 |
| 2274 | 2024-11-26T22:56:23.272Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2275 | 2024-11-26T22:56:23.295Z | Checking tabled v0.15.0 |
| 2276 | 2024-11-26T22:56:23.877Z | Compiling chrono-tz v0.10.0 |
| 2277 | 2024-11-26T22:56:24.409Z | Compiling buf-list v1.0.3 |
| 2278 | 2024-11-26T22:56:25.147Z | Compiling peg-macros v0.8.4 |
| 2279 | 2024-11-26T22:56:25.714Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2280 | 2024-11-26T22:56:25.830Z | Compiling sqlparser_derive v0.2.2 |
| 2281 | 2024-11-26T22:56:25.914Z | Checking unicode_categories v0.1.1 |
| 2282 | 2024-11-26T22:56:26.233Z | Checking sqlformat v0.2.6 |
| 2283 | 2024-11-26T22:56:26.975Z | Checking sqlparser v0.45.0 |
| 2284 | 2024-11-26T22:56:27.116Z | Checking rustyline v14.0.0 |
| 2285 | 2024-11-26T22:56:27.224Z | Checking bcs v0.1.6 |
| 2286 | 2024-11-26T22:56:27.699Z | Checking primeorder v0.13.6 |
| 2287 | 2024-11-26T22:56:28.149Z | Checking progenitor v0.8.0 |
| 2288 | 2024-11-26T22:56:28.410Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2289 | 2024-11-26T22:56:28.442Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2290 | 2024-11-26T22:56:28.755Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2291 | 2024-11-26T22:56:30.767Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2292 | 2024-11-26T22:56:32.637Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2293 | 2024-11-26T22:56:33.090Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2294 | 2024-11-26T22:56:33.375Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2295 | 2024-11-26T22:56:35.612Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2296 | 2024-11-26T22:56:36.207Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2297 | 2024-11-26T22:56:37.053Z | Checking peg v0.8.4 |
| 2298 | 2024-11-26T22:56:37.077Z | Compiling unicase v2.7.0 |
| 2299 | 2024-11-26T22:56:37.169Z | Checking nanorand v0.7.0 |
| 2300 | 2024-11-26T22:56:37.344Z | Checking atty v0.2.14 |
| 2301 | 2024-11-26T22:56:37.488Z | Compiling salty v0.3.0 |
| 2302 | 2024-11-26T22:56:37.594Z | Checking flume v0.11.1 |
| 2303 | 2024-11-26T22:56:37.756Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2304 | 2024-11-26T22:56:37.948Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2305 | 2024-11-26T22:56:37.973Z | Checking p384 v0.13.0 |
| 2306 | 2024-11-26T22:56:37.995Z | Compiling mime_guess v2.0.5 |
| 2307 | 2024-11-26T22:56:38.408Z | Checking env_filter v0.1.2 |
| 2308 | 2024-11-26T22:56:38.653Z | Checking http-range v0.1.5 |
| 2309 | 2024-11-26T22:56:38.676Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2310 | 2024-11-26T22:56:38.860Z | Checking env_logger v0.11.5 |
| 2311 | 2024-11-26T22:56:39.107Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2312 | 2024-11-26T22:56:39.216Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2313 | 2024-11-26T22:56:39.295Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2314 | 2024-11-26T22:56:39.364Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
| 2315 | 2024-11-26T22:56:39.519Z | Compiling dsl_auto_type v0.1.2 |
| 2316 | 2024-11-26T22:56:39.546Z | Checking scheduled-thread-pool v0.2.7 |
| 2317 | 2024-11-26T22:56:39.581Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2318 | 2024-11-26T22:56:39.784Z | Compiling crunchy v0.2.2 |
| 2319 | 2024-11-26T22:56:39.925Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2320 | 2024-11-26T22:56:40.037Z | Checking hyper-staticfile v0.10.1 |
| 2321 | 2024-11-26T22:56:40.060Z | Checking r2d2 v0.8.10 |
| 2322 | 2024-11-26T22:56:40.395Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2323 | 2024-11-26T22:56:40.595Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2324 | 2024-11-26T22:56:41.023Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2325 | 2024-11-26T22:56:41.116Z | Compiling tiny-keccak v2.0.2 |
| 2326 | 2024-11-26T22:56:41.264Z | Compiling diesel_derives v2.2.3 |
| 2327 | 2024-11-26T22:56:41.577Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2328 | 2024-11-26T22:56:41.686Z | Compiling pin-project-internal v1.1.6 |
| 2329 | 2024-11-26T22:56:41.828Z | Compiling ref-cast v1.0.23 |
| 2330 | 2024-11-26T22:56:42.649Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2331 | 2024-11-26T22:56:42.950Z | Compiling ascii-canvas v3.0.0 |
| 2332 | 2024-11-26T22:56:43.147Z | Compiling ena v0.14.3 |
| 2333 | 2024-11-26T22:56:43.541Z | Compiling ref-cast-impl v1.0.23 |
| 2334 | 2024-11-26T22:56:43.569Z | Compiling diff v0.1.13 |
| 2335 | 2024-11-26T22:56:44.312Z | Compiling regex-syntax v0.6.29 |
| 2336 | 2024-11-26T22:56:44.791Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2337 | 2024-11-26T22:56:44.822Z | Checking pin-project v1.1.6 |
| 2338 | 2024-11-26T22:56:44.908Z | Checking signal-hook-tokio v0.3.1 |
| 2339 | 2024-11-26T22:56:44.955Z | Compiling snafu-derive v0.8.5 |
| 2340 | 2024-11-26T22:56:45.108Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2341 | 2024-11-26T22:56:45.396Z | Compiling derive_builder_core v0.20.2 |
| 2342 | 2024-11-26T22:56:47.901Z | Compiling lalrpop v0.19.12 |
| 2343 | 2024-11-26T22:56:48.901Z | Checking globset v0.4.15 |
| 2344 | 2024-11-26T22:56:49.450Z | Checking olpc-cjson v0.1.4 |
| 2345 | 2024-11-26T22:56:49.699Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2346 | 2024-11-26T22:56:50.309Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2347 | 2024-11-26T22:56:50.725Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2348 | 2024-11-26T22:56:53.316Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2349 | 2024-11-26T22:56:53.846Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2350 | 2024-11-26T22:56:54.733Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2351 | 2024-11-26T22:56:55.518Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2352 | 2024-11-26T22:56:55.705Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2353 | 2024-11-26T22:56:56.085Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2354 | 2024-11-26T22:56:56.571Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2355 | 2024-11-26T22:56:57.248Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2356 | 2024-11-26T22:56:57.551Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2357 | 2024-11-26T22:56:57.642Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2358 | 2024-11-26T22:56:58.113Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2359 | 2024-11-26T22:56:58.142Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2360 | 2024-11-26T22:56:58.429Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2361 | 2024-11-26T22:56:58.729Z | Checking diesel v2.2.4 |
| 2362 | 2024-11-26T22:56:58.761Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2363 | 2024-11-26T22:56:59.072Z | Checking snafu v0.8.5 |
| 2364 | 2024-11-26T22:56:59.217Z | Checking serde_plain v1.0.2 |
| 2365 | 2024-11-26T22:56:59.487Z | Compiling libxml v0.3.3 |
| 2366 | 2024-11-26T22:56:59.613Z | Compiling memoffset v0.9.1 |
| 2367 | 2024-11-26T22:56:59.841Z | Checking typed-path v0.9.3 |
| 2368 | 2024-11-26T22:57:01.942Z | Checking tough v0.19.0 |
| 2369 | 2024-11-26T22:57:02.688Z | Compiling derive_builder_macro v0.20.2 |
| 2370 | 2024-11-26T22:57:02.843Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2371 | 2024-11-26T22:57:03.624Z | Checking tungstenite v0.23.0 |
| 2372 | 2024-11-26T22:57:03.884Z | Compiling strum_macros v0.24.3 |
| 2373 | 2024-11-26T22:57:04.272Z | Compiling samael v0.0.17 |
| 2374 | 2024-11-26T22:57:04.640Z | Compiling indoc v1.0.9 |
| 2375 | 2024-11-26T22:57:05.010Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2376 | 2024-11-26T22:57:05.607Z | Checking parse-size v1.1.0 |
| 2377 | 2024-11-26T22:57:05.789Z | Checking tokio-tungstenite v0.23.1 |
| 2378 | 2024-11-26T22:57:06.264Z | Checking derive_builder v0.20.2 |
| 2379 | 2024-11-26T22:57:06.898Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2380 | 2024-11-26T22:57:07.196Z | Checking quick-xml v0.33.0 |
| 2381 | 2024-11-26T22:57:07.612Z | Compiling oso-derive v0.27.3 |
| 2382 | 2024-11-26T22:57:08.077Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2383 | 2024-11-26T22:57:08.141Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2384 | 2024-11-26T22:57:08.395Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2385 | 2024-11-26T22:57:08.650Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2386 | 2024-11-26T22:57:09.062Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2387 | 2024-11-26T22:57:09.293Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2388 | 2024-11-26T22:57:09.822Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2389 | 2024-11-26T22:57:09.976Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2390 | 2024-11-26T22:57:10.478Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2391 | 2024-11-26T22:57:11.270Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2392 | 2024-11-26T22:57:11.574Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2393 | 2024-11-26T22:57:12.255Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2394 | 2024-11-26T22:57:12.416Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2395 | 2024-11-26T22:57:12.633Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2396 | 2024-11-26T22:57:17.030Z | Checking nix v0.27.1 |
| 2397 | 2024-11-26T22:57:18.218Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2398 | 2024-11-26T22:57:18.403Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2399 | 2024-11-26T22:57:19.346Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2400 | 2024-11-26T22:57:20.503Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2401 | 2024-11-26T22:57:21.765Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2402 | 2024-11-26T22:57:21.949Z | Compiling diesel-dtrace v0.3.0 |
| 2403 | 2024-11-26T22:57:22.280Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2404 | 2024-11-26T22:57:22.337Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2405 | 2024-11-26T22:57:22.645Z | Checking bb8 v0.8.5 |
| 2406 | 2024-11-26T22:57:23.185Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2407 | 2024-11-26T22:57:23.712Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2408 | 2024-11-26T22:57:24.314Z | Checking heck v0.4.1 |
| 2409 | 2024-11-26T22:57:24.514Z | Checking rand_seeder v0.3.0 |
| 2410 | 2024-11-26T22:57:24.536Z | Checking assert_matches v1.5.0 |
| 2411 | 2024-11-26T22:57:24.561Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2412 | 2024-11-26T22:57:24.648Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2413 | 2024-11-26T22:57:24.794Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2414 | 2024-11-26T22:57:24.975Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2415 | 2024-11-26T22:57:25.239Z | Compiling libz-sys v1.1.20 |
| 2416 | 2024-11-26T22:57:25.533Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2417 | 2024-11-26T22:57:25.844Z | Checking is_ci v1.2.0 |
| 2418 | 2024-11-26T22:57:25.990Z | Checking supports-color v3.0.1 |
| 2419 | 2024-11-26T22:57:26.094Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2420 | 2024-11-26T22:57:26.363Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2421 | 2024-11-26T22:57:26.532Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2422 | 2024-11-26T22:57:27.056Z | Compiling vergen v8.3.2 |
| 2423 | 2024-11-26T22:57:27.354Z | Compiling cargo-platform v0.1.8 |
| 2424 | 2024-11-26T22:57:27.357Z | Checking smawk v0.3.2 |
| 2425 | 2024-11-26T22:57:27.592Z | Checking unicode-linebreak v0.1.5 |
| 2426 | 2024-11-26T22:57:27.908Z | Compiling cargo_metadata v0.18.1 |
| 2427 | 2024-11-26T22:57:27.983Z | Checking textwrap v0.16.1 |
| 2428 | 2024-11-26T22:57:28.049Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2429 | 2024-11-26T22:57:28.391Z | Checking castaway v0.2.3 |
| 2430 | 2024-11-26T22:57:28.570Z | Compiling libsqlite3-sys v0.30.1 |
| 2431 | 2024-11-26T22:57:28.630Z | Compiling rustls v0.21.12 |
| 2432 | 2024-11-26T22:57:28.916Z | Compiling cfg_aliases v0.2.1 |
| 2433 | 2024-11-26T22:57:29.037Z | Compiling nix v0.29.0 |
| 2434 | 2024-11-26T22:57:29.184Z | Checking compact_str v0.8.0 |
| 2435 | 2024-11-26T22:57:29.947Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2436 | 2024-11-26T22:57:30.079Z | Checking unicode-truncate v1.1.0 |
| 2437 | 2024-11-26T22:57:30.228Z | Checking sct v0.7.1 |
| 2438 | 2024-11-26T22:57:30.302Z | Checking rustls-webpki v0.101.7 |
| 2439 | 2024-11-26T22:57:30.439Z | Checking lru v0.12.5 |
| 2440 | 2024-11-26T22:57:30.738Z | Compiling instability v0.3.2 |
| 2441 | 2024-11-26T22:57:30.813Z | Checking cassowary v0.3.0 |
| 2442 | 2024-11-26T22:57:31.439Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2443 | 2024-11-26T22:57:31.739Z | Checking hashlink v0.9.1 |
| 2444 | 2024-11-26T22:57:31.761Z | Checking ratatui v0.28.1 |
| 2445 | 2024-11-26T22:57:31.764Z | Checking concurrent-queue v2.5.0 |
| 2446 | 2024-11-26T22:57:32.117Z | Checking plotters-backend v0.3.7 |
| 2447 | 2024-11-26T22:57:32.358Z | Checking parking v2.2.1 |
| 2448 | 2024-11-26T22:57:32.493Z | Checking fallible-streaming-iterator v0.1.9 |
| 2449 | 2024-11-26T22:57:32.540Z | Checking fallible-iterator v0.3.0 |
| 2450 | 2024-11-26T22:57:32.739Z | Checking plotters-svg v0.3.7 |
| 2451 | 2024-11-26T22:57:33.165Z | Checking rusqlite v0.32.1 |
| 2452 | 2024-11-26T22:57:33.504Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2453 | 2024-11-26T22:57:34.209Z | Checking tokio-rustls v0.24.1 |
| 2454 | 2024-11-26T22:57:34.445Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2455 | 2024-11-26T22:57:34.551Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2456 | 2024-11-26T22:57:34.785Z | Checking rustls-pemfile v1.0.4 |
| 2457 | 2024-11-26T22:57:34.808Z | Checking twox-hash v1.6.3 |
| 2458 | 2024-11-26T22:57:34.827Z | Checking cast v0.3.0 |
| 2459 | 2024-11-26T22:57:35.010Z | Checking plotters v0.3.7 |
| 2460 | 2024-11-26T22:57:35.145Z | Checking criterion-plot v0.5.0 |
| 2461 | 2024-11-26T22:57:35.178Z | Checking async-bb8-diesel v0.2.1 |
| 2462 | 2024-11-26T22:57:35.611Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2463 | 2024-11-26T22:57:35.634Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2464 | 2024-11-26T22:57:35.636Z | Checking fatfs v0.3.6 |
| 2465 | 2024-11-26T22:57:35.906Z | Checking tinytemplate v1.2.1 |
| 2466 | 2024-11-26T22:57:36.322Z | Checking csv-core v0.1.11 |
| 2467 | 2024-11-26T22:57:36.641Z | Checking oorandom v11.1.4 |
| 2468 | 2024-11-26T22:57:36.686Z | Checking hex-literal v0.4.1 |
| 2469 | 2024-11-26T22:57:36.768Z | Checking anes v0.1.6 |
| 2470 | 2024-11-26T22:57:36.812Z | Checking shell-words v1.1.0 |
| 2471 | 2024-11-26T22:57:36.835Z | Checking csv v1.3.0 |
| 2472 | 2024-11-26T22:57:36.995Z | Checking event-listener v5.3.1 |
| 2473 | 2024-11-26T22:57:37.150Z | Checking criterion v0.5.1 |
| 2474 | 2024-11-26T22:57:37.389Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2475 | 2024-11-26T22:57:37.436Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2476 | 2024-11-26T22:57:37.693Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2477 | 2024-11-26T22:57:38.427Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2478 | 2024-11-26T22:57:38.597Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2479 | 2024-11-26T22:57:39.942Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2480 | 2024-11-26T22:57:40.759Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2481 | 2024-11-26T22:57:41.264Z | Checking rtoolbox v0.0.2 |
| 2482 | 2024-11-26T22:57:41.478Z | Checking rpassword v7.3.1 |
| 2483 | 2024-11-26T22:57:41.643Z | Checking event-listener-strategy v0.5.2 |
| 2484 | 2024-11-26T22:57:41.760Z | Checking tui-tree-widget v0.22.0 |
| 2485 | 2024-11-26T22:57:41.863Z | Checking polyval v0.6.2 |
| 2486 | 2024-11-26T22:57:42.099Z | Checking futures-lite v2.3.0 |
| 2487 | 2024-11-26T22:57:42.120Z | Checking ghash v0.5.1 |
| 2488 | 2024-11-26T22:57:42.300Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2489 | 2024-11-26T22:57:43.458Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2490 | 2024-11-26T22:57:43.619Z | Checking ctr v0.9.2 |
| 2491 | 2024-11-26T22:57:44.081Z | Checking yansi v1.0.1 |
| 2492 | 2024-11-26T22:57:44.661Z | Checking pretty_assertions v1.4.1 |
| 2493 | 2024-11-26T22:57:44.764Z | Checking aes-gcm v0.10.3 |
| 2494 | 2024-11-26T22:57:44.889Z | Checking ssh-encoding v0.2.0 |
| 2495 | 2024-11-26T22:57:45.014Z | Checking blowfish v0.9.1 |
| 2496 | 2024-11-26T22:57:45.254Z | Checking ssh-cipher v0.2.0 |
| 2497 | 2024-11-26T22:57:45.273Z | Checking bcrypt-pbkdf v0.10.0 |
| 2498 | 2024-11-26T22:57:45.523Z | Checking async-lock v3.4.0 |
| 2499 | 2024-11-26T22:57:45.562Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2500 | 2024-11-26T22:57:45.644Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2501 | 2024-11-26T22:57:46.373Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2502 | 2024-11-26T22:57:46.528Z | Checking polling v3.7.3 |
| 2503 | 2024-11-26T22:57:46.908Z | Checking password-hash v0.4.2 |
| 2504 | 2024-11-26T22:57:47.470Z | Checking matches v0.1.10 |
| 2505 | 2024-11-26T22:57:47.476Z | Checking idna v0.2.3 |
| 2506 | 2024-11-26T22:57:47.752Z | Checking pbkdf2 v0.11.0 |
| 2507 | 2024-11-26T22:57:48.044Z | Checking async-io v2.3.4 |
| 2508 | 2024-11-26T22:57:48.302Z | Checking ssh-key v0.6.6 |
| 2509 | 2024-11-26T22:57:48.974Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2510 | 2024-11-26T22:57:49.803Z | Checking p256 v0.13.2 |
| 2511 | 2024-11-26T22:57:50.061Z | Checking p521 v0.13.3 |
| 2512 | 2024-11-26T22:57:50.299Z | Compiling enum-as-inner v0.5.1 |
| 2513 | 2024-11-26T22:57:50.921Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2514 | 2024-11-26T22:57:51.242Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2515 | 2024-11-26T22:57:51.370Z | Checking russh-cryptovec v0.7.3 |
| 2516 | 2024-11-26T22:57:51.583Z | Compiling target-lexicon v0.12.16 |
| 2517 | 2024-11-26T22:57:52.328Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2518 | 2024-11-26T22:57:52.560Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2519 | 2024-11-26T22:57:52.897Z | Checking async-task v4.7.1 |
| 2520 | 2024-11-26T22:57:53.214Z | Compiling doc-comment v0.3.3 |
| 2521 | 2024-11-26T22:57:53.824Z | Checking md5 v0.7.0 |
| 2522 | 2024-11-26T22:57:54.137Z | Checking russh-keys v0.45.0 |
| 2523 | 2024-11-26T22:57:54.500Z | Checking trust-dns-proto v0.22.0 |
| 2524 | 2024-11-26T22:57:55.520Z | Checking async-channel v2.3.1 |
| 2525 | 2024-11-26T22:57:55.858Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2526 | 2024-11-26T22:57:57.586Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2527 | 2024-11-26T22:57:57.742Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2528 | 2024-11-26T22:57:58.341Z | Checking piper v0.2.4 |
| 2529 | 2024-11-26T22:57:58.554Z | Checking num-bigint v0.4.6 |
| 2530 | 2024-11-26T22:57:58.579Z | Checking des v0.8.1 |
| 2531 | 2024-11-26T22:57:58.639Z | Checking futures-timer v3.0.3 |
| 2532 | 2024-11-26T22:57:58.870Z | Compiling guppy-workspace-hack v0.1.0 |
| 2533 | 2024-11-26T22:57:58.935Z | Compiling dhcproto-macros v0.1.0 |
| 2534 | 2024-11-26T22:57:59.160Z | Compiling assert_cmd v2.0.16 |
| 2535 | 2024-11-26T22:57:59.678Z | Checking blocking v1.6.1 |
| 2536 | 2024-11-26T22:57:59.941Z | Checking dhcproto v0.12.0 |
| 2537 | 2024-11-26T22:58:00.570Z | Checking async-executor v1.13.1 |
| 2538 | 2024-11-26T22:58:00.930Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2539 | 2024-11-26T22:58:01.102Z | Checking russh v0.45.0 |
| 2540 | 2024-11-26T22:58:01.524Z | Checking async-signal v0.2.10 |
| 2541 | 2024-11-26T22:58:01.547Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2542 | 2024-11-26T22:58:01.967Z | Checking event-listener v2.5.3 |
| 2543 | 2024-11-26T22:58:02.162Z | Compiling target-spec v3.2.2 |
| 2544 | 2024-11-26T22:58:02.208Z | Checking internet-checksum v0.2.1 |
| 2545 | 2024-11-26T22:58:02.762Z | Checking async-channel v1.9.0 |
| 2546 | 2024-11-26T22:58:03.660Z | Checking async-process v2.3.0 |
| 2547 | 2024-11-26T22:58:04.084Z | Checking async-global-executor v2.4.1 |
| 2548 | 2024-11-26T22:58:04.388Z | Checking cfg-expr v0.17.0 |
| 2549 | 2024-11-26T22:58:04.999Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2550 | 2024-11-26T22:58:05.220Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2551 | 2024-11-26T22:58:05.578Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2552 | 2024-11-26T22:58:06.092Z | Checking httptest v0.16.1 |
| 2553 | 2024-11-26T22:58:06.432Z | Checking rustls-native-certs v0.7.3 |
| 2554 | 2024-11-26T22:58:06.635Z | Compiling petname v2.0.2 |
| 2555 | 2024-11-26T22:58:06.859Z | Checking num_cpus v1.16.0 |
| 2556 | 2024-11-26T22:58:07.007Z | Checking kv-log-macro v1.0.7 |
| 2557 | 2024-11-26T22:58:07.151Z | Compiling async-attributes v1.1.2 |
| 2558 | 2024-11-26T22:58:08.007Z | Checking async-std v1.13.0 |
| 2559 | 2024-11-26T22:58:10.081Z | Checking threadpool v1.8.1 |
| 2560 | 2024-11-26T22:58:10.104Z | Checking hyper-rustls v0.26.0 |
| 2561 | 2024-11-26T22:58:10.438Z | Checking pathdiff v0.2.2 |
| 2562 | 2024-11-26T22:58:10.612Z | Compiling rstest_macros v0.23.0 |
| 2563 | 2024-11-26T22:58:10.673Z | Checking nested v0.1.1 |
| 2564 | 2024-11-26T22:58:10.905Z | Compiling target-triple v0.1.3 |
| 2565 | 2024-11-26T22:58:11.130Z | Checking escape8259 v0.5.3 |
| 2566 | 2024-11-26T22:58:11.336Z | Checking libtest-mimic v0.7.3 |
| 2567 | 2024-11-26T22:58:11.601Z | Checking guppy v0.17.8 |
| 2568 | 2024-11-26T22:58:11.902Z | Checking async-object-pool v0.1.5 |
| 2569 | 2024-11-26T22:58:12.129Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2570 | 2024-11-26T22:58:12.549Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2571 | 2024-11-26T22:58:12.844Z | Checking similar-asserts v1.6.0 |
| 2572 | 2024-11-26T22:58:13.096Z | Checking fancy-regex v0.13.0 |
| 2573 | 2024-11-26T22:58:13.782Z | Checking serde_regex v1.1.0 |
| 2574 | 2024-11-26T22:58:13.840Z | Checking assert-json-diff v2.0.2 |
| 2575 | 2024-11-26T22:58:14.068Z | Compiling proc-macro-crate v3.2.0 |
| 2576 | 2024-11-26T22:58:14.159Z | Checking path-tree v0.8.1 |
| 2577 | 2024-11-26T22:58:14.525Z | Checking stringmetrics v2.2.2 |
| 2578 | 2024-11-26T22:58:14.788Z | Checking sync-ptr v0.1.1 |
| 2579 | 2024-11-26T22:58:15.005Z | Compiling relative-path v1.9.3 |
| 2580 | 2024-11-26T22:58:15.255Z | Checking httpmock v0.8.0-alpha.1 |
| 2581 | 2024-11-26T22:58:15.563Z | Checking datatest-stable v0.2.9 |
| 2582 | 2024-11-26T22:58:16.034Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2583 | 2024-11-26T22:58:17.538Z | Checking blake2b_simd v1.0.2 |
| 2584 | 2024-11-26T22:58:18.336Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2585 | 2024-11-26T22:58:19.698Z | Compiling git2 v0.19.0 |
| 2586 | 2024-11-26T22:58:20.606Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2587 | 2024-11-26T22:58:20.905Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2588 | 2024-11-26T22:58:21.201Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2589 | 2024-11-26T22:58:21.514Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2590 | 2024-11-26T22:58:22.069Z | Checking serde_tokenstream v0.2.2 |
| 2591 | 2024-11-26T22:58:22.388Z | Checking uzers v0.12.1 |
| 2592 | 2024-11-26T22:58:22.619Z | Checking rust-argon2 v2.1.0 |
| 2593 | 2024-11-26T22:58:22.806Z | Checking trybuild v1.0.101 |
| 2594 | 2024-11-26T22:58:23.049Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2595 | 2024-11-26T22:58:24.240Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2596 | 2024-11-26T22:58:24.441Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2597 | 2024-11-26T22:58:26.762Z | Checking rstest v0.23.0 |
| 2598 | 2024-11-26T22:58:26.988Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2599 | 2024-11-26T22:58:27.301Z | Checking rand_distr v0.4.3 |
| 2600 | 2024-11-26T22:58:27.626Z | Checking multimap v0.10.0 |
| 2601 | 2024-11-26T22:58:27.969Z | Checking approx v0.5.1 |
| 2602 | 2024-11-26T22:58:28.195Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2603 | 2024-11-26T22:58:28.316Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2604 | 2024-11-26T22:58:28.867Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2605 | 2024-11-26T22:58:29.337Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2606 | 2024-11-26T22:58:29.736Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2607 | 2024-11-26T22:58:29.826Z | Checking partial-io v0.5.4 |
| 2608 | 2024-11-26T22:58:29.949Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2609 | 2024-11-26T22:58:30.226Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2610 | 2024-11-26T22:58:30.251Z | Checking cargo_toml v0.20.5 |
| 2611 | 2024-11-26T22:58:30.886Z | Checking termios v0.3.3 |
| 2612 | 2024-11-26T22:58:31.092Z | Compiling indoc v2.0.5 |
| 2613 | 2024-11-26T22:58:31.675Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2614 | 2024-11-26T22:58:32.276Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2615 | 2024-11-26T22:58:35.215Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2616 | 2024-11-26T22:58:52.170Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2617 | 2024-11-26T22:58:55.093Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2618 | 2024-11-26T22:58:57.588Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2619 | 2024-11-26T22:59:15.025Z | Compiling polar-core v0.27.3 |
| 2620 | 2024-11-26T22:59:26.268Z | Checking oso v0.27.3 |
| 2621 | 2024-11-26T22:59:33.298Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2622 | 2024-11-26T22:59:33.367Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2623 | 2024-11-26T22:59:34.893Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2624 | 2024-11-26T23:00:15.832Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2625 | 2024-11-26T23:00:15.832Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2626 | 2024-11-26T23:00:15.835Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2627 | 2024-11-26T23:01:36.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 36s |
| 2628 | 2024-11-26T23:01:37.205Z | |
| 2629 | 2024-11-26T23:01:37.206Z | real 6:41.471571739 |
| 2630 | 2024-11-26T23:01:37.206Z | user 36:01.165467820 |
| 2631 | 2024-11-26T23:01:37.206Z | sys 6:43.279884350 |
| 2632 | 2024-11-26T23:01:37.206Z | trap 0.969499735 |
| 2633 | 2024-11-26T23:01:37.206Z | tflt 2.315442388 |
| 2634 | 2024-11-26T23:01:37.206Z | dflt 0.679418547 |
| 2635 | 2024-11-26T23:01:37.209Z | kflt 0.000705998 |
| 2636 | 2024-11-26T23:01:37.209Z | lock 52:01.815089425 |
| 2637 | 2024-11-26T23:01:37.209Z | slp 2:04:54.853764290 |
| 2638 | 2024-11-26T23:01:37.209Z | lat 1:39.203934210 |
| 2639 | 2024-11-26T23:01:37.209Z | stop 6:08.357655716 |
| 2640 | 2024-11-26T23:01:37.209Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2641 | 2024-11-26T23:01:37.210Z | + ptime -m cargo doc --workspace --no-deps |
| 2642 | 2024-11-26T23:01:38.404Z | warning: output filename collision. |
| 2643 | 2024-11-26T23:01:38.404Z | 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)`. |
| 2644 | 2024-11-26T23:01:38.404Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2645 | 2024-11-26T23:01:38.404Z | The targets should have unique names. |
| 2646 | 2024-11-26T23:01:38.404Z | This is a known bug where multiple crates with the same name use |
| 2647 | 2024-11-26T23:01:38.404Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2648 | 2024-11-26T23:01:38.839Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2649 | 2024-11-26T23:01:38.912Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2650 | 2024-11-26T23:01:38.931Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2651 | 2024-11-26T23:01:38.970Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2652 | 2024-11-26T23:01:38.996Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2653 | 2024-11-26T23:01:39.027Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2654 | 2024-11-26T23:01:39.027Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2655 | 2024-11-26T23:01:39.213Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2656 | 2024-11-26T23:01:39.251Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2657 | 2024-11-26T23:01:39.278Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2658 | 2024-11-26T23:01:39.307Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2659 | 2024-11-26T23:01:39.514Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2660 | 2024-11-26T23:01:39.615Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2661 | 2024-11-26T23:01:39.815Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2662 | 2024-11-26T23:01:39.977Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2663 | 2024-11-26T23:01:42.634Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2664 | 2024-11-26T23:01:43.836Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2665 | 2024-11-26T23:01:44.192Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2666 | 2024-11-26T23:01:44.345Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2667 | 2024-11-26T23:01:44.445Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2668 | 2024-11-26T23:01:44.555Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2024-11-26T23:01:44.675Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2670 | 2024-11-26T23:01:44.866Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2671 | 2024-11-26T23:01:45.035Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2672 | 2024-11-26T23:01:45.166Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2673 | 2024-11-26T23:01:45.354Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2674 | 2024-11-26T23:01:45.577Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2675 | 2024-11-26T23:01:45.793Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2676 | 2024-11-26T23:01:45.913Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2677 | 2024-11-26T23:01:46.077Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2678 | 2024-11-26T23:01:46.192Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2679 | 2024-11-26T23:01:46.407Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2680 | 2024-11-26T23:01:46.428Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2681 | 2024-11-26T23:01:46.558Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2682 | 2024-11-26T23:01:46.732Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2683 | 2024-11-26T23:01:47.052Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2684 | 2024-11-26T23:01:47.325Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2685 | 2024-11-26T23:01:47.408Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2686 | 2024-11-26T23:01:47.788Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2687 | 2024-11-26T23:01:47.806Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2688 | 2024-11-26T23:01:47.866Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2689 | 2024-11-26T23:01:48.552Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2690 | 2024-11-26T23:01:49.384Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2691 | 2024-11-26T23:01:51.002Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2692 | 2024-11-26T23:01:53.091Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2693 | 2024-11-26T23:01:53.754Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2694 | 2024-11-26T23:01:53.850Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2695 | 2024-11-26T23:01:54.730Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2696 | 2024-11-26T23:01:54.800Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2697 | 2024-11-26T23:01:55.526Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2698 | 2024-11-26T23:01:55.776Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2699 | 2024-11-26T23:01:56.286Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2700 | 2024-11-26T23:01:56.497Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2701 | 2024-11-26T23:01:56.618Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2702 | 2024-11-26T23:01:58.714Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2703 | 2024-11-26T23:02:03.026Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2704 | 2024-11-26T23:02:04.379Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2705 | 2024-11-26T23:02:04.668Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2706 | 2024-11-26T23:02:04.943Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2707 | 2024-11-26T23:02:05.384Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2708 | 2024-11-26T23:02:05.755Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2709 | 2024-11-26T23:02:05.901Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2710 | 2024-11-26T23:02:06.190Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2711 | 2024-11-26T23:02:06.362Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2712 | 2024-11-26T23:02:07.698Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2713 | 2024-11-26T23:02:07.835Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2714 | 2024-11-26T23:02:08.393Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2715 | 2024-11-26T23:02:08.485Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2716 | 2024-11-26T23:02:09.322Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2717 | 2024-11-26T23:02:09.430Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2718 | 2024-11-26T23:02:09.641Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2719 | 2024-11-26T23:02:09.661Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2720 | 2024-11-26T23:02:09.710Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2721 | 2024-11-26T23:02:10.095Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2722 | 2024-11-26T23:02:10.154Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2723 | 2024-11-26T23:02:10.677Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2724 | 2024-11-26T23:02:11.236Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2725 | 2024-11-26T23:02:11.377Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2726 | 2024-11-26T23:02:11.646Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2727 | 2024-11-26T23:02:11.730Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2728 | 2024-11-26T23:02:12.527Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2729 | 2024-11-26T23:02:13.309Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2730 | 2024-11-26T23:02:13.374Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2731 | 2024-11-26T23:02:13.609Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2732 | 2024-11-26T23:02:13.611Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2733 | 2024-11-26T23:02:13.714Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2734 | 2024-11-26T23:02:14.005Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2735 | 2024-11-26T23:02:14.211Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2736 | 2024-11-26T23:02:14.415Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2737 | 2024-11-26T23:02:14.579Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2738 | 2024-11-26T23:02:15.231Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2739 | 2024-11-26T23:02:15.542Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2740 | 2024-11-26T23:02:15.907Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2741 | 2024-11-26T23:02:16.827Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2742 | 2024-11-26T23:02:17.264Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2743 | 2024-11-26T23:02:17.288Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2744 | 2024-11-26T23:02:17.471Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2745 | 2024-11-26T23:02:17.765Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2746 | 2024-11-26T23:02:18.102Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2747 | 2024-11-26T23:02:18.555Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2748 | 2024-11-26T23:02:18.808Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2749 | 2024-11-26T23:02:19.204Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2750 | 2024-11-26T23:02:20.299Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2751 | 2024-11-26T23:02:20.581Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2752 | 2024-11-26T23:02:21.200Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2753 | 2024-11-26T23:02:23.392Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2754 | 2024-11-26T23:02:24.580Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2755 | 2024-11-26T23:02:24.601Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2756 | 2024-11-26T23:02:25.497Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2757 | 2024-11-26T23:02:27.870Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2758 | 2024-11-26T23:02:28.215Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2759 | 2024-11-26T23:02:29.291Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2760 | 2024-11-26T23:02:39.772Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2761 | 2024-11-26T23:02:40.581Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2762 | 2024-11-26T23:02:40.973Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2763 | 2024-11-26T23:02:41.456Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2764 | 2024-11-26T23:02:45.855Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2765 | 2024-11-26T23:02:47.160Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2766 | 2024-11-26T23:03:30.866Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2767 | 2024-11-26T23:03:38.921Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2768 | 2024-11-26T23:03:38.993Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2769 | 2024-11-26T23:03:54.650Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2770 | 2024-11-26T23:04:14.185Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2771 | 2024-11-26T23:04:16.203Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2772 | 2024-11-26T23:04:17.672Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2773 | 2024-11-26T23:04:18.389Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2774 | 2024-11-26T23:04:19.152Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2775 | 2024-11-26T23:04:20.691Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2776 | 2024-11-26T23:04:21.545Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2777 | 2024-11-26T23:04:25.439Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2778 | 2024-11-26T23:04:26.808Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2779 | 2024-11-26T23:04:55.198Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2780 | 2024-11-26T23:05:21.220Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2781 | 2024-11-26T23:05:21.252Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2782 | 2024-11-26T23:05:22.407Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2783 | 2024-11-26T23:05:36.687Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2784 | 2024-11-26T23:05:38.383Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2785 | 2024-11-26T23:05:49.477Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2786 | 2024-11-26T23:05:54.131Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2787 | 2024-11-26T23:06:02.981Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2788 | 2024-11-26T23:06:03.926Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2789 | 2024-11-26T23:06:06.222Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2790 | 2024-11-26T23:06:14.769Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2791 | 2024-11-26T23:06:20.817Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2792 | 2024-11-26T23:06:21.478Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2793 | 2024-11-26T23:06:27.107Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2794 | 2024-11-26T23:06:34.821Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2795 | 2024-11-26T23:06:38.569Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2796 | 2024-11-26T23:06:40.548Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2797 | 2024-11-26T23:06:41.391Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2798 | 2024-11-26T23:06:41.890Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2799 | 2024-11-26T23:06:42.692Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2800 | 2024-11-26T23:06:56.798Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2801 | 2024-11-26T23:07:01.374Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2802 | 2024-11-26T23:07:03.257Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2803 | 2024-11-26T23:07:04.224Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2804 | 2024-11-26T23:07:12.696Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2805 | 2024-11-26T23:07:16.193Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2806 | 2024-11-26T23:07:23.044Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2807 | 2024-11-26T23:07:23.107Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2808 | 2024-11-26T23:07:27.897Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2809 | 2024-11-26T23:07:33.340Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2810 | 2024-11-26T23:07:34.345Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2811 | 2024-11-26T23:07:34.708Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2812 | 2024-11-26T23:07:36.067Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2813 | 2024-11-26T23:07:44.696Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2814 | 2024-11-26T23:07:48.443Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2815 | 2024-11-26T23:07:52.186Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2816 | 2024-11-26T23:07:52.587Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2817 | 2024-11-26T23:07:59.133Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2818 | 2024-11-26T23:07:59.558Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2819 | 2024-11-26T23:08:01.563Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2820 | 2024-11-26T23:08:02.012Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2821 | 2024-11-26T23:08:12.595Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2822 | 2024-11-26T23:08:14.314Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2823 | 2024-11-26T23:08:15.170Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2824 | 2024-11-26T23:08:17.751Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2825 | 2024-11-26T23:08:18.184Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2826 | 2024-11-26T23:08:22.553Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2827 | 2024-11-26T23:08:23.242Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2828 | 2024-11-26T23:08:27.663Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2829 | 2024-11-26T23:08:28.719Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2830 | 2024-11-26T23:08:31.934Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2831 | 2024-11-26T23:08:32.150Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2832 | 2024-11-26T23:08:36.238Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2833 | 2024-11-26T23:08:42.416Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2834 | 2024-11-26T23:08:44.656Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2835 | 2024-11-26T23:08:46.295Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2836 | 2024-11-26T23:08:47.494Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2837 | 2024-11-26T23:08:53.113Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2838 | 2024-11-26T23:08:55.102Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2839 | 2024-11-26T23:08:55.628Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2840 | 2024-11-26T23:08:57.630Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2841 | 2024-11-26T23:09:01.821Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2842 | 2024-11-26T23:09:02.933Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2843 | 2024-11-26T23:09:12.571Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2844 | 2024-11-26T23:09:14.887Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2845 | 2024-11-26T23:09:15.848Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2846 | 2024-11-26T23:09:21.459Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2847 | 2024-11-26T23:09:21.858Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2848 | 2024-11-26T23:09:23.820Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2849 | 2024-11-26T23:09:25.727Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2850 | 2024-11-26T23:09:28.757Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2851 | 2024-11-26T23:09:34.237Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2852 | 2024-11-26T23:09:36.282Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2853 | 2024-11-26T23:09:36.474Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2854 | 2024-11-26T23:09:36.906Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2855 | 2024-11-26T23:09:39.725Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2856 | 2024-11-26T23:09:42.628Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2857 | 2024-11-26T23:09:44.154Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2858 | 2024-11-26T23:09:48.447Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2859 | 2024-11-26T23:09:49.521Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2860 | 2024-11-26T23:09:50.208Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2861 | 2024-11-26T23:09:50.466Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2862 | 2024-11-26T23:09:53.658Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2863 | 2024-11-26T23:09:54.684Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2864 | 2024-11-26T23:09:55.284Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2865 | 2024-11-26T23:09:58.525Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2866 | 2024-11-26T23:09:59.432Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2867 | 2024-11-26T23:10:00.325Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2868 | 2024-11-26T23:10:01.183Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2869 | 2024-11-26T23:10:02.316Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2870 | 2024-11-26T23:10:02.977Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2871 | 2024-11-26T23:10:04.719Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2872 | 2024-11-26T23:10:05.608Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2873 | 2024-11-26T23:10:08.186Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2874 | 2024-11-26T23:10:09.000Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2875 | 2024-11-26T23:10:09.435Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2876 | 2024-11-26T23:10:11.221Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2877 | 2024-11-26T23:10:40.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 03s |
| 2878 | 2024-11-26T23:10:40.523Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
| 2879 | 2024-11-26T23:10:40.587Z | |
| 2880 | 2024-11-26T23:10:40.590Z | real 9:03.294969676 |
| 2881 | 2024-11-26T23:10:40.590Z | user 26:15.524227414 |
| 2882 | 2024-11-26T23:10:40.590Z | sys 42:19.273257925 |
| 2883 | 2024-11-26T23:10:40.590Z | trap 0.393282431 |
| 2884 | 2024-11-26T23:10:40.590Z | tflt 0.283799399 |
| 2885 | 2024-11-26T23:10:40.590Z | dflt 0.147530234 |
| 2886 | 2024-11-26T23:10:40.590Z | kflt 0.000023678 |
| 2887 | 2024-11-26T23:10:40.590Z | lock 1:30:57.423666145 |
| 2888 | 2024-11-26T23:10:40.590Z | slp 2:34:02.811414874 |
| 2889 | 2024-11-26T23:10:40.590Z | lat 1:18.572138915 |
| 2890 | 2024-11-26T23:10:40.590Z | stop 1:12.515168790 |
| 2891 | 2024-11-26T23:10:40.590Z | process exited: duration 1266045 ms, exit code 0 |
| |
| 2892 | 2024-11-26T23:10:40.595Z | found 0 output files |