|
|
|
| 1 | 2024-11-21T21:53:03.046Z | job assigned to worker 01JD8BC8HC08NTEB98YPARTP20 [factory aws, i-0e82a3e01f1841f2b] (queued for 56 s) |
| |
| 2 | 2024-11-21T21:53:11.016Z | starting task 0: "setup" |
| 3 | 2024-11-21T21:53:11.025Z | ++ uname -s |
| 4 | 2024-11-21T21:53:11.027Z | + kern=SunOS |
| 5 | 2024-11-21T21:53:11.027Z | + case "$kern" in |
| 6 | 2024-11-21T21:53:11.027Z | + groupadd -g 12345 build |
| 7 | 2024-11-21T21:53:11.030Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-21T21:53:13.036Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-21T21:53:13.143Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-21T21:53:13.146Z | + home_fs=zfs |
| 11 | 2024-11-21T21:53:13.146Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-21T21:53:13.146Z | + mkdir -p /home/build |
| 13 | 2024-11-21T21:53:13.149Z | + chown build:build /home/build /work |
| 14 | 2024-11-21T21:53:15.150Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-21T21:53:15.152Z | process exited: duration 4136 ms, exit code 0 |
| |
| 16 | 2024-11-21T21:53:15.157Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-21T21:53:15.163Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-21T21:53:15.163Z | ' 1.81.0 |
| 19 | 2024-11-21T21:53:15.163Z | * toolchain channel = "1.81.0" |
| 20 | 2024-11-21T21:53:15.163Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-21T21:53:15.163Z | ' default |
| 22 | 2024-11-21T21:53:15.163Z | * toolchain profile = "default" |
| 23 | 2024-11-21T21:53:15.165Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-21T21:53:15.165Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-11-21T21:53:15.279Z | info: downloading installer |
| 26 | 2024-11-21T21:53:16.583Z | info: profile set to 'default' |
| 27 | 2024-11-21T21:53:16.583Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-21T21:53:16.585Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-11-21T21:53:16.716Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-11-21T21:53:16.716Z | info: downloading component 'cargo' |
| 31 | 2024-11-21T21:53:17.405Z | info: downloading component 'clippy' |
| 32 | 2024-11-21T21:53:17.661Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-21T21:53:18.622Z | info: downloading component 'rust-std' |
| 34 | 2024-11-21T21:53:20.104Z | info: downloading component 'rustc' |
| 35 | 2024-11-21T21:53:25.437Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-21T21:53:25.640Z | info: installing component 'cargo' |
| 37 | 2024-11-21T21:53:26.423Z | info: installing component 'clippy' |
| 38 | 2024-11-21T21:53:26.781Z | info: installing component 'rust-docs' |
| 39 | 2024-11-21T21:53:28.377Z | info: installing component 'rust-std' |
| 40 | 2024-11-21T21:53:30.072Z | info: installing component 'rustc' |
| 41 | 2024-11-21T21:53:35.735Z | info: installing component 'rustfmt' |
| 42 | 2024-11-21T21:53:36.052Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-11-21T21:53:36.052Z | |
| 44 | 2024-11-21T21:53:36.414Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-11-21T21:53:36.414Z | |
| 46 | 2024-11-21T21:53:36.417Z | |
| 47 | 2024-11-21T21:53:36.417Z | Rust is installed now. Great! |
| 48 | 2024-11-21T21:53:36.418Z | |
| 49 | 2024-11-21T21:53:36.418Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-21T21:53:36.418Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-21T21:53:36.418Z | |
| 52 | 2024-11-21T21:53:36.418Z | To configure your current shell, you need to source |
| 53 | 2024-11-21T21:53:36.418Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-21T21:53:36.418Z | |
| 55 | 2024-11-21T21:53:36.418Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-21T21:53:36.418Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-21T21:53:36.418Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-21T21:53:36.481Z | + rustc --version |
| 59 | 2024-11-21T21:53:36.547Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-11-21T21:53:36.549Z | process exited: duration 21389 ms, exit code 0 |
| |
| 61 | 2024-11-21T21:53:36.554Z | starting task 2: "authentication" |
| 62 | 2024-11-21T21:53:36.574Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-11-21T21:53:36.579Z | starting task 3: "clone repository" |
| 64 | 2024-11-21T21:53:36.584Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-21T21:53:36.586Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-21T21:53:36.883Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-21T21:53:43.358Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-21T21:53:43.358Z | + git fetch origin b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
| 69 | 2024-11-21T21:53:43.637Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-21T21:53:43.637Z | * branch b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e -> FETCH_HEAD |
| 71 | 2024-11-21T21:53:43.648Z | + [[ -n iliana/nexus-tuf ]] |
| 72 | 2024-11-21T21:53:43.650Z | ++ git branch --show-current |
| 73 | 2024-11-21T21:53:43.652Z | + current=main |
| 74 | 2024-11-21T21:53:43.652Z | + [[ main != iliana/nexus-tuf ]] |
| 75 | 2024-11-21T21:53:43.652Z | + git branch -f iliana/nexus-tuf b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
| 76 | 2024-11-21T21:53:43.655Z | + git checkout -f iliana/nexus-tuf |
| 77 | 2024-11-21T21:53:43.831Z | Switched to branch 'iliana/nexus-tuf' |
| 78 | 2024-11-21T21:53:43.834Z | + git reset --hard b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
| 79 | 2024-11-21T21:53:43.859Z | HEAD is now at b2fd7494c integration test |
| 80 | 2024-11-21T21:53:43.861Z | process exited: duration 7279 ms, exit code 0 |
| |
| 81 | 2024-11-21T21:53:43.866Z | starting task 4: "build" |
| 82 | 2024-11-21T21:53:43.871Z | + source ./env.sh |
| 83 | 2024-11-21T21:53:43.871Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2024-11-21T21:53:43.871Z | ++ set -o xtrace |
| 85 | 2024-11-21T21:53:43.874Z | ++++ dirname ./env.sh |
| 86 | 2024-11-21T21:53:43.876Z | +++ readlink -f . |
| 87 | 2024-11-21T21:53:43.897Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2024-11-21T21:53:43.899Z | ++ 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-21T21:53:43.899Z | ++ 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-21T21:53:43.899Z | ++ 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-21T21:53:43.899Z | ++ 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-21T21:53:43.899Z | ++ 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-21T21:53:43.899Z | ++ 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-21T21:53:43.899Z | ++ 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-21T21:53:43.899Z | ++ 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-21T21:53:43.899Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2024-11-21T21:53:43.899Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2024-11-21T21:53:43.899Z | + source .github/buildomat/ci-env.sh |
| 99 | 2024-11-21T21:53:43.899Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2024-11-21T21:53:43.900Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2024-11-21T21:53:43.900Z | + cargo --version |
| 102 | 2024-11-21T21:53:43.955Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 103 | 2024-11-21T21:53:43.958Z | + rustc --version |
| 104 | 2024-11-21T21:53:44.018Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 105 | 2024-11-21T21:53:44.020Z | + banner prerequisites |
| 106 | 2024-11-21T21:53:44.041Z | |
| 107 | 2024-11-21T21:53:44.041Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2024-11-21T21:53:44.041Z | # # # # # # # # # # # # # # # |
| 109 | 2024-11-21T21:53:44.041Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2024-11-21T21:53:44.041Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2024-11-21T21:53:44.041Z | # # # # # # # # # # # # # # # |
| 112 | 2024-11-21T21:53:44.041Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2024-11-21T21:53:44.041Z | |
| 114 | 2024-11-21T21:53:44.045Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2024-11-21T21:53:56.243Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2024-11-21T21:54:00.225Z | Startup: Caching catalogs ... Done |
| 117 | 2024-11-21T21:54:08.913Z | Planning: Solver setup ... Done (7.931s) |
| 118 | 2024-11-21T21:54:09.023Z | Planning: Running solver ... Done (0.110s) |
| 119 | 2024-11-21T21:54:09.282Z | Planning: Finding local manifests ... Done (0.174s) |
| 120 | 2024-11-21T21:54:09.318Z | Planning: Fetching manifests: 0/5 0% complete |
| 121 | 2024-11-21T21:54:10.794Z | Planning: Fetching manifests: 5/5 100% complete |
| 122 | 2024-11-21T21:54:11.134Z | Planning: Package planning ... Done (0.340s) |
| 123 | 2024-11-21T21:54:11.189Z | Planning: Merging actions ... Done (0.055s) |
| 124 | 2024-11-21T21:54:12.510Z | Planning: Checking for conflicting actions ... Done (1.320s) |
| 125 | 2024-11-21T21:54:22.309Z | Planning: Consolidating action changes ... Done (9.798s) |
| 126 | 2024-11-21T21:54:22.677Z | Planning: Evaluating mediators ... Done (0.368s) |
| 127 | 2024-11-21T21:54:22.839Z | Planning: Planning completed in 22.52 seconds |
| 128 | 2024-11-21T21:54:23.189Z | Packages to install: 4 |
| 129 | 2024-11-21T21:54:23.189Z | Packages to update: 1 |
| 130 | 2024-11-21T21:54:23.189Z | Mediators to change: 2 |
| 131 | 2024-11-21T21:54:23.192Z | Services to change: 1 |
| 132 | 2024-11-21T21:54:23.192Z | Estimated space available: 155.64 GB |
| 133 | 2024-11-21T21:54:23.192Z | Estimated space to be consumed: 1.60 GB |
| 134 | 2024-11-21T21:54:23.192Z | Create boot environment: No |
| 135 | 2024-11-21T21:54:23.192Z | Create backup boot environment: Yes |
| 136 | 2024-11-21T21:54:23.192Z | Rebuild boot archive: No |
| 137 | 2024-11-21T21:54:23.192Z | |
| 138 | 2024-11-21T21:54:23.192Z | Changed mediators: |
| 139 | 2024-11-21T21:54:23.192Z | mediator clang: |
| 140 | 2024-11-21T21:54:23.192Z | version: None -> 15 (system default) |
| 141 | 2024-11-21T21:54:23.192Z | |
| 142 | 2024-11-21T21:54:23.192Z | mediator llvm: |
| 143 | 2024-11-21T21:54:23.192Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2024-11-21T21:54:23.192Z | |
| 145 | 2024-11-21T21:54:23.192Z | Changed packages: |
| 146 | 2024-11-21T21:54:23.192Z | helios-dev |
| 147 | 2024-11-21T21:54:23.192Z | developer/build-essential |
| 148 | 2024-11-21T21:54:23.192Z | None -> 11-2.0 |
| 149 | 2024-11-21T21:54:23.192Z | library/libxmlsec1 |
| 150 | 2024-11-21T21:54:23.193Z | None -> 1.2.35-2.0 |
| 151 | 2024-11-21T21:54:23.193Z | ooce/developer/clang-15 |
| 152 | 2024-11-21T21:54:23.193Z | None -> 15.0.7-2.0 |
| 153 | 2024-11-21T21:54:23.193Z | ooce/developer/llvm-15 |
| 154 | 2024-11-21T21:54:23.193Z | None -> 15.0.7-2.0 |
| 155 | 2024-11-21T21:54:23.193Z | package/pkg |
| 156 | 2024-11-21T21:54:23.193Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2024-11-21T21:54:23.193Z | |
| 158 | 2024-11-21T21:54:23.193Z | Services: |
| 159 | 2024-11-21T21:54:23.193Z | restart_fmri: |
| 160 | 2024-11-21T21:54:23.193Z | svc:/system/update-man-index:default |
| 161 | 2024-11-21T21:54:23.193Z | |
| 162 | 2024-11-21T21:54:23.193Z | Editable files to change: |
| 163 | 2024-11-21T21:54:23.193Z | Update: |
| 164 | 2024-11-21T21:54:23.193Z | usr/share/lib/pkg/web/config.shtml |
| 165 | 2024-11-21T21:54:23.580Z | |
| 166 | 2024-11-21T21:54:23.580Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 167 | 2024-11-21T21:54:28.583Z | Download: 700/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
| 168 | 2024-11-21T21:54:33.590Z | Download: 1250/4281 items 104.1/220.6MB 47% complete (10.4M/s) |
| 169 | 2024-11-21T21:54:38.591Z | Download: 1944/4281 items 118.7/220.6MB 53% complete (10.0M/s) |
| 170 | 2024-11-21T21:54:43.595Z | Download: 2428/4281 items 120.1/220.6MB 54% complete (1.7M/s) |
| 171 | 2024-11-21T21:54:49.539Z | Download: 3278/4281 items 209.5/220.6MB 94% complete (9.2M/s) |
| 172 | 2024-11-21T21:54:54.543Z | Download: 3895/4281 items 218.6/220.6MB 99% complete (9.7M/s) |
| 173 | 2024-11-21T21:54:59.751Z | Download: 4206/4281 items 220.5/220.6MB 99% complete (6.8M/s) |
| 174 | 2024-11-21T21:54:59.864Z | Download: Completed 220.60 MB in 36.28 seconds (6.1M/s) |
| 175 | 2024-11-21T21:55:01.794Z | Actions: 1/5063 actions (Removing old actions) |
| 176 | 2024-11-21T21:55:01.811Z | Actions: 194/5063 actions (Installing new actions) |
| 177 | 2024-11-21T21:55:06.817Z | Actions: 4102/5063 actions (Installing new actions) |
| 178 | 2024-11-21T21:55:08.068Z | Actions: 4226/5063 actions (Updating modified actions) |
| 179 | 2024-11-21T21:55:08.473Z | Actions: Completed 5063 actions in 6.68 seconds. |
| 180 | 2024-11-21T21:55:08.690Z | Done (0.208s) |
| 181 | 2024-11-21T21:55:08.692Z | Done (0.000s) |
| 182 | 2024-11-21T21:55:09.212Z | Done (0.522s) |
| 183 | 2024-11-21T21:55:16.596Z | Done (7.175s) |
| 184 | 2024-11-21T21:55:17.008Z | Done (0.343s) |
| 185 | 2024-11-21T21:55:17.010Z | Done (0.000s) |
| 186 | 2024-11-21T21:55:17.209Z | Done (0.000s) |
| 187 | 2024-11-21T21:55:17.890Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2024-11-21T21:55:18.053Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2024-11-21T21:55:18.055Z | Planning: Consolidating action changes ... Done |
| 190 | 2024-11-21T21:55:18.325Z | Planning: Evaluating mediators ... Done |
| 191 | 2024-11-21T21:55:18.328Z | Planning: Planning completed in 0.44 seconds |
| 192 | 2024-11-21T21:55:18.364Z | Mediators to change: 2 |
| 193 | 2024-11-21T21:55:18.364Z | Create boot environment: No |
| 194 | 2024-11-21T21:55:18.367Z | Create backup boot environment: No |
| 195 | 2024-11-21T21:55:18.435Z | Done |
| 196 | 2024-11-21T21:55:18.435Z | Done |
| 197 | 2024-11-21T21:55:18.777Z | Done |
| 198 | 2024-11-21T21:55:22.517Z | Done |
| 199 | 2024-11-21T21:55:22.607Z | Done |
| 200 | 2024-11-21T21:55:22.610Z | Done |
| 201 | 2024-11-21T21:55:22.754Z | Done |
| 202 | 2024-11-21T21:55:23.377Z | Planning: Evaluating mediator changes ... Done |
| 203 | 2024-11-21T21:55:23.380Z | Planning: Merging actions ... Done |
| 204 | 2024-11-21T21:55:23.570Z | Planning: Checking for conflicting actions ... Done |
| 205 | 2024-11-21T21:55:23.573Z | Planning: Consolidating action changes ... Done |
| 206 | 2024-11-21T21:55:23.843Z | Planning: Evaluating mediators ... Done |
| 207 | 2024-11-21T21:55:23.900Z | Planning: Planning completed in 0.77 seconds |
| 208 | 2024-11-21T21:55:23.940Z | Packages to change: 1 |
| 209 | 2024-11-21T21:55:23.940Z | Mediators to change: 1 |
| 210 | 2024-11-21T21:55:23.942Z | Services to change: 1 |
| 211 | 2024-11-21T21:55:23.942Z | Create boot environment: No |
| 212 | 2024-11-21T21:55:23.943Z | Create backup boot environment: Yes |
| 213 | 2024-11-21T21:55:26.001Z | Actions: 1/6 actions (Updating modified actions) |
| 214 | 2024-11-21T21:55:26.086Z | Actions: Completed 6 actions in 0.08 seconds. |
| 215 | 2024-11-21T21:55:26.088Z | Done |
| 216 | 2024-11-21T21:55:26.088Z | Done |
| 217 | 2024-11-21T21:55:26.195Z | Done |
| 218 | 2024-11-21T21:55:29.855Z | Done |
| 219 | 2024-11-21T21:55:29.946Z | Done |
| 220 | 2024-11-21T21:55:29.949Z | Done |
| 221 | 2024-11-21T21:55:30.116Z | Done |
| 222 | 2024-11-21T21:55:30.556Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 223 | 2024-11-21T21:55:30.556Z | clang system 15 system |
| 224 | 2024-11-21T21:55:30.556Z | csh system system illumos |
| 225 | 2024-11-21T21:55:30.556Z | ctags system system illumos |
| 226 | 2024-11-21T21:55:30.556Z | gcc vendor 12 vendor |
| 227 | 2024-11-21T21:55:30.556Z | gcc system 10 system |
| 228 | 2024-11-21T21:55:30.556Z | gcc system 7 system |
| 229 | 2024-11-21T21:55:30.556Z | go system 1.20 system |
| 230 | 2024-11-21T21:55:30.556Z | go system 1.19 system |
| 231 | 2024-11-21T21:55:30.556Z | llvm system 15 system |
| 232 | 2024-11-21T21:55:30.556Z | llvm system 14 system |
| 233 | 2024-11-21T21:55:30.556Z | mariadb system 10.6 system |
| 234 | 2024-11-21T21:55:30.556Z | mta vendor vendor dma |
| 235 | 2024-11-21T21:55:30.556Z | openjdk system 17 system |
| 236 | 2024-11-21T21:55:30.556Z | openjdk system 11 system |
| 237 | 2024-11-21T21:55:30.556Z | openjdk system 1.8 system |
| 238 | 2024-11-21T21:55:30.556Z | openssl vendor 3 vendor |
| 239 | 2024-11-21T21:55:30.556Z | perl system 5.36 system |
| 240 | 2024-11-21T21:55:30.556Z | postgresql system 15 system |
| 241 | 2024-11-21T21:55:30.556Z | postgresql system 13 system |
| 242 | 2024-11-21T21:55:30.557Z | python vendor 3 vendor |
| 243 | 2024-11-21T21:55:30.557Z | python system 2 system |
| 244 | 2024-11-21T21:55:30.557Z | python3 system 3.11 system |
| 245 | 2024-11-21T21:55:30.557Z | ruby system 3.0 system |
| 246 | 2024-11-21T21:55:30.557Z | words vendor vendor american-english |
| 247 | 2024-11-21T21:55:30.557Z | words system system australian-english |
| 248 | 2024-11-21T21:55:30.557Z | words system system british-english |
| 249 | 2024-11-21T21:55:30.557Z | words system system canadian-english |
| 250 | 2024-11-21T21:55:30.557Z | words system system french |
| 251 | 2024-11-21T21:55:30.557Z | words system system italian |
| 252 | 2024-11-21T21:55:30.557Z | words system system ngerman |
| 253 | 2024-11-21T21:55:30.557Z | words system system ogerman |
| 254 | 2024-11-21T21:55:30.557Z | words system system spanish |
| 255 | 2024-11-21T21:55:30.890Z | PUBLISHER TYPE STATUS P LOCATION |
| 256 | 2024-11-21T21:55:30.890Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 257 | 2024-11-21T21:55:33.452Z | FMRI IFO |
| 258 | 2024-11-21T21:55:33.452Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 259 | 2024-11-21T21:55:33.452Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 260 | 2024-11-21T21:55:33.452Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 261 | 2024-11-21T21:55:33.452Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 262 | 2024-11-21T21:55:33.452Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 263 | 2024-11-21T21:55:33.452Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 264 | 2024-11-21T21:55:33.452Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 265 | 2024-11-21T21:55:33.453Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 266 | 2024-11-21T21:55:33.453Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 267 | 2024-11-21T21:55:33.453Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 268 | 2024-11-21T21:55:33.453Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 269 | 2024-11-21T21:55:33.453Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 270 | 2024-11-21T21:55:33.453Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 271 | 2024-11-21T21:55:33.453Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 272 | 2024-11-21T21:55:33.453Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 273 | 2024-11-21T21:55:34.196Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 274 | 2024-11-21T21:55:34.476Z | Updating crates.io index |
| 275 | 2024-11-21T21:55:34.478Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 276 | 2024-11-21T21:55:35.396Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 277 | 2024-11-21T21:55:35.647Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2024-11-21T21:55:35.937Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 279 | 2024-11-21T21:55:36.217Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 280 | 2024-11-21T21:55:37.129Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 281 | 2024-11-21T21:55:39.462Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 282 | 2024-11-21T21:55:40.662Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 283 | 2024-11-21T21:55:41.326Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 284 | 2024-11-21T21:55:41.596Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 285 | 2024-11-21T21:55:41.902Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 286 | 2024-11-21T21:55:42.584Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 287 | 2024-11-21T21:55:42.984Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 288 | 2024-11-21T21:55:43.354Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 289 | 2024-11-21T21:55:43.691Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 290 | 2024-11-21T21:55:43.978Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 291 | 2024-11-21T21:55:44.221Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 292 | 2024-11-21T21:55:44.542Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 293 | 2024-11-21T21:55:44.851Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 294 | 2024-11-21T21:55:45.232Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 295 | 2024-11-21T21:55:45.484Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 296 | 2024-11-21T21:55:45.990Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 297 | 2024-11-21T21:55:46.279Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 298 | 2024-11-21T21:55:46.957Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 299 | 2024-11-21T21:55:47.351Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 300 | 2024-11-21T21:55:47.753Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 301 | 2024-11-21T21:55:48.029Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 302 | 2024-11-21T21:55:48.432Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 303 | 2024-11-21T21:55:48.609Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 304 | 2024-11-21T21:55:49.962Z | Downloading crates ... |
| 305 | 2024-11-21T21:55:50.040Z | Downloaded anstream v0.6.15 |
| 306 | 2024-11-21T21:55:50.043Z | Downloaded bytecount v0.6.8 |
| 307 | 2024-11-21T21:55:50.046Z | Downloaded autocfg v1.4.0 |
| 308 | 2024-11-21T21:55:50.046Z | Downloaded byteorder v1.5.0 |
| 309 | 2024-11-21T21:55:50.049Z | Downloaded block-buffer v0.10.4 |
| 310 | 2024-11-21T21:55:50.049Z | Downloaded anstyle-query v1.1.1 |
| 311 | 2024-11-21T21:55:50.051Z | Downloaded anstyle v1.0.10 |
| 312 | 2024-11-21T21:55:50.052Z | Downloaded anstyle-parse v0.2.5 |
| 313 | 2024-11-21T21:55:50.054Z | Downloaded camino v1.1.9 |
| 314 | 2024-11-21T21:55:50.057Z | Downloaded anyhow v1.0.93 |
| 315 | 2024-11-21T21:55:50.060Z | Downloaded bitflags v2.6.0 |
| 316 | 2024-11-21T21:55:50.097Z | Downloaded camino-tempfile v1.1.1 |
| 317 | 2024-11-21T21:55:50.099Z | Downloaded cfg-if v1.0.0 |
| 318 | 2024-11-21T21:55:50.103Z | Downloaded clap_lex v0.7.2 |
| 319 | 2024-11-21T21:55:50.106Z | Downloaded errno v0.3.9 |
| 320 | 2024-11-21T21:55:50.108Z | Downloaded itoa v1.0.11 |
| 321 | 2024-11-21T21:55:50.108Z | Downloaded cargo_metadata v0.18.1 |
| 322 | 2024-11-21T21:55:50.111Z | Downloaded crypto-common v0.1.6 |
| 323 | 2024-11-21T21:55:50.111Z | Downloaded cargo-platform v0.1.8 |
| 324 | 2024-11-21T21:55:50.111Z | Downloaded digest v0.10.7 |
| 325 | 2024-11-21T21:55:50.115Z | Downloaded clap_derive v4.5.18 |
| 326 | 2024-11-21T21:55:50.117Z | Downloaded dtrace-parser v0.2.0 |
| 327 | 2024-11-21T21:55:50.117Z | Downloaded cargo_toml v0.20.5 |
| 328 | 2024-11-21T21:55:50.121Z | Downloaded is_terminal_polyfill v1.70.1 |
| 329 | 2024-11-21T21:55:50.124Z | Downloaded dof v0.3.0 |
| 330 | 2024-11-21T21:55:50.124Z | Downloaded equivalent v1.0.1 |
| 331 | 2024-11-21T21:55:50.128Z | Downloaded fnv v1.0.7 |
| 332 | 2024-11-21T21:55:50.130Z | Downloaded heck v0.5.0 |
| 333 | 2024-11-21T21:55:50.130Z | Downloaded heck v0.4.1 |
| 334 | 2024-11-21T21:55:50.134Z | Downloaded generic-array v0.14.7 |
| 335 | 2024-11-21T21:55:50.134Z | Downloaded cpufeatures v0.2.14 |
| 336 | 2024-11-21T21:55:50.137Z | Downloaded colorchoice v1.0.2 |
| 337 | 2024-11-21T21:55:50.137Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2024-11-21T21:55:50.137Z | Downloaded scroll_derive v0.12.0 |
| 339 | 2024-11-21T21:55:50.140Z | Downloaded once_cell v1.20.2 |
| 340 | 2024-11-21T21:55:50.143Z | Downloaded fastrand v2.1.1 |
| 341 | 2024-11-21T21:55:50.148Z | Downloaded swrite v0.1.0 |
| 342 | 2024-11-21T21:55:50.158Z | Downloaded strsim v0.11.1 |
| 343 | 2024-11-21T21:55:50.161Z | Downloaded proc-macro-error-attr v1.0.4 |
| 344 | 2024-11-21T21:55:50.161Z | Downloaded fs-err v2.11.0 |
| 345 | 2024-11-21T21:55:50.166Z | Downloaded clap v4.5.21 |
| 346 | 2024-11-21T21:55:50.174Z | Downloaded pest_generator v2.7.14 |
| 347 | 2024-11-21T21:55:50.177Z | Downloaded clap_builder v4.5.21 |
| 348 | 2024-11-21T21:55:50.183Z | Downloaded usdt-attr-macro v0.5.0 |
| 349 | 2024-11-21T21:55:50.186Z | Downloaded serde_tokenstream v0.2.2 |
| 350 | 2024-11-21T21:55:50.187Z | Downloaded memmap v0.7.0 |
| 351 | 2024-11-21T21:55:50.187Z | Downloaded pest_derive v2.7.14 |
| 352 | 2024-11-21T21:55:50.198Z | Downloaded smawk v0.3.2 |
| 353 | 2024-11-21T21:55:50.201Z | Downloaded semver v1.0.23 |
| 354 | 2024-11-21T21:55:50.201Z | Downloaded ryu v1.0.18 |
| 355 | 2024-11-21T21:55:50.204Z | Downloaded serde_spanned v0.6.8 |
| 356 | 2024-11-21T21:55:50.207Z | Downloaded utf8parse v0.2.2 |
| 357 | 2024-11-21T21:55:50.207Z | Downloaded usdt-macro v0.5.0 |
| 358 | 2024-11-21T21:55:50.207Z | Downloaded toml_datetime v0.6.8 |
| 359 | 2024-11-21T21:55:50.209Z | Downloaded thiserror v1.0.69 |
| 360 | 2024-11-21T21:55:50.215Z | Downloaded usdt-impl v0.5.0 |
| 361 | 2024-11-21T21:55:50.215Z | Downloaded unicode-linebreak v0.1.5 |
| 362 | 2024-11-21T21:55:50.218Z | Downloaded thread-id v4.2.2 |
| 363 | 2024-11-21T21:55:50.218Z | Downloaded thiserror-impl v1.0.69 |
| 364 | 2024-11-21T21:55:50.218Z | Downloaded terminal_size v0.4.0 |
| 365 | 2024-11-21T21:55:50.222Z | Downloaded tabled_derive v0.7.0 |
| 366 | 2024-11-21T21:55:50.222Z | Downloaded macaddr v1.0.1 |
| 367 | 2024-11-21T21:55:50.224Z | Downloaded scroll v0.12.0 |
| 368 | 2024-11-21T21:55:50.224Z | Downloaded quote v1.0.37 |
| 369 | 2024-11-21T21:55:50.227Z | Downloaded sha2 v0.10.8 |
| 370 | 2024-11-21T21:55:50.230Z | Downloaded proc-macro2 v1.0.89 |
| 371 | 2024-11-21T21:55:50.232Z | Downloaded zerocopy-derive v0.7.35 |
| 372 | 2024-11-21T21:55:50.235Z | Downloaded tempfile v3.13.0 |
| 373 | 2024-11-21T21:55:50.244Z | Downloaded usdt v0.5.0 |
| 374 | 2024-11-21T21:55:50.247Z | Downloaded log v0.4.22 |
| 375 | 2024-11-21T21:55:50.247Z | Downloaded pest_meta v2.7.14 |
| 376 | 2024-11-21T21:55:50.247Z | Downloaded version_check v0.9.5 |
| 377 | 2024-11-21T21:55:50.247Z | Downloaded papergrid v0.11.0 |
| 378 | 2024-11-21T21:55:50.250Z | Downloaded proc-macro-error v1.0.4 |
| 379 | 2024-11-21T21:55:50.254Z | Downloaded serde_derive v1.0.215 |
| 380 | 2024-11-21T21:55:50.256Z | Downloaded plain v0.2.3 |
| 381 | 2024-11-21T21:55:50.259Z | Downloaded unicode-ident v1.0.13 |
| 382 | 2024-11-21T21:55:50.262Z | Downloaded ucd-trie v0.1.7 |
| 383 | 2024-11-21T21:55:50.262Z | Downloaded toml v0.8.19 |
| 384 | 2024-11-21T21:55:50.265Z | Downloaded typenum v1.17.0 |
| 385 | 2024-11-21T21:55:50.267Z | Downloaded textwrap v0.16.1 |
| 386 | 2024-11-21T21:55:50.270Z | Downloaded indexmap v2.6.0 |
| 387 | 2024-11-21T21:55:50.274Z | Downloaded memchr v2.7.4 |
| 388 | 2024-11-21T21:55:50.281Z | Downloaded serde v1.0.215 |
| 389 | 2024-11-21T21:55:50.298Z | Downloaded hashbrown v0.15.0 |
| 390 | 2024-11-21T21:55:50.304Z | Downloaded toml_edit v0.22.22 |
| 391 | 2024-11-21T21:55:50.325Z | Downloaded serde_json v1.0.132 |
| 392 | 2024-11-21T21:55:50.332Z | Downloaded pest v2.7.14 |
| 393 | 2024-11-21T21:55:50.341Z | Downloaded zerocopy v0.7.35 |
| 394 | 2024-11-21T21:55:50.358Z | Downloaded winnow v0.6.20 |
| 395 | 2024-11-21T21:55:50.365Z | Downloaded goblin v0.8.2 |
| 396 | 2024-11-21T21:55:50.370Z | Downloaded tabled v0.15.0 |
| 397 | 2024-11-21T21:55:50.385Z | Downloaded syn v2.0.87 |
| 398 | 2024-11-21T21:55:50.395Z | Downloaded unicode-width v0.1.14 |
| 399 | 2024-11-21T21:55:50.401Z | Downloaded syn v1.0.109 |
| 400 | 2024-11-21T21:55:50.411Z | Downloaded rustix v0.38.37 |
| 401 | 2024-11-21T21:55:50.440Z | Downloaded libc v0.2.162 |
| 402 | 2024-11-21T21:55:50.749Z | Compiling proc-macro2 v1.0.89 |
| 403 | 2024-11-21T21:55:50.749Z | Compiling unicode-ident v1.0.13 |
| 404 | 2024-11-21T21:55:50.752Z | Compiling version_check v0.9.5 |
| 405 | 2024-11-21T21:55:50.752Z | Compiling serde v1.0.215 |
| 406 | 2024-11-21T21:55:50.752Z | Compiling memchr v2.7.4 |
| 407 | 2024-11-21T21:55:50.752Z | Compiling thiserror v1.0.69 |
| 408 | 2024-11-21T21:55:50.752Z | Compiling libc v0.2.162 |
| 409 | 2024-11-21T21:55:50.752Z | Compiling ryu v1.0.18 |
| 410 | 2024-11-21T21:55:51.007Z | Compiling ucd-trie v0.1.7 |
| 411 | 2024-11-21T21:55:51.257Z | Compiling itoa v1.0.11 |
| 412 | 2024-11-21T21:55:51.546Z | Compiling once_cell v1.20.2 |
| 413 | 2024-11-21T21:55:51.549Z | Compiling byteorder v1.5.0 |
| 414 | 2024-11-21T21:55:51.885Z | Compiling serde_json v1.0.132 |
| 415 | 2024-11-21T21:55:52.179Z | Compiling rustix v0.38.37 |
| 416 | 2024-11-21T21:55:52.711Z | Compiling bitflags v2.6.0 |
| 417 | 2024-11-21T21:55:52.781Z | Compiling proc-macro-error-attr v1.0.4 |
| 418 | 2024-11-21T21:55:52.877Z | Compiling usdt-impl v0.5.0 |
| 419 | 2024-11-21T21:55:52.931Z | Compiling syn v1.0.109 |
| 420 | 2024-11-21T21:55:52.999Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2024-11-21T21:55:53.115Z | Compiling plain v0.2.3 |
| 422 | 2024-11-21T21:55:53.140Z | Compiling log v0.4.22 |
| 423 | 2024-11-21T21:55:53.265Z | Compiling hashbrown v0.15.0 |
| 424 | 2024-11-21T21:55:53.289Z | Compiling equivalent v1.0.1 |
| 425 | 2024-11-21T21:55:53.335Z | Compiling camino v1.1.9 |
| 426 | 2024-11-21T21:55:53.412Z | Compiling thread-id v4.2.2 |
| 427 | 2024-11-21T21:55:53.515Z | Compiling utf8parse v0.2.2 |
| 428 | 2024-11-21T21:55:53.666Z | Compiling quote v1.0.37 |
| 429 | 2024-11-21T21:55:53.691Z | Compiling anstyle-parse v0.2.5 |
| 430 | 2024-11-21T21:55:53.715Z | Compiling unicode-width v0.1.14 |
| 431 | 2024-11-21T21:55:53.875Z | Compiling winnow v0.6.20 |
| 432 | 2024-11-21T21:55:53.956Z | Compiling errno v0.3.9 |
| 433 | 2024-11-21T21:55:54.107Z | Compiling syn v2.0.87 |
| 434 | 2024-11-21T21:55:54.257Z | Compiling pretty-hex v0.4.1 |
| 435 | 2024-11-21T21:55:54.356Z | Compiling indexmap v2.6.0 |
| 436 | 2024-11-21T21:55:54.443Z | Compiling semver v1.0.23 |
| 437 | 2024-11-21T21:55:54.493Z | Compiling is_terminal_polyfill v1.70.1 |
| 438 | 2024-11-21T21:55:54.650Z | Compiling autocfg v1.4.0 |
| 439 | 2024-11-21T21:55:54.952Z | Compiling anstyle-query v1.1.1 |
| 440 | 2024-11-21T21:55:55.153Z | Compiling anstyle v1.0.10 |
| 441 | 2024-11-21T21:55:55.640Z | Compiling colorchoice v1.0.2 |
| 442 | 2024-11-21T21:55:55.799Z | Compiling anstream v0.6.15 |
| 443 | 2024-11-21T21:55:55.928Z | Compiling fs-err v2.11.0 |
| 444 | 2024-11-21T21:55:56.026Z | Compiling clap_lex v0.7.2 |
| 445 | 2024-11-21T21:55:56.078Z | Compiling fastrand v2.1.1 |
| 446 | 2024-11-21T21:55:56.238Z | Compiling heck v0.5.0 |
| 447 | 2024-11-21T21:55:56.530Z | Compiling terminal_size v0.4.0 |
| 448 | 2024-11-21T21:55:56.590Z | Compiling heck v0.4.1 |
| 449 | 2024-11-21T21:55:56.743Z | Compiling bytecount v0.6.8 |
| 450 | 2024-11-21T21:55:56.769Z | Compiling cfg-if v1.0.0 |
| 451 | 2024-11-21T21:55:56.874Z | Compiling strsim v0.11.1 |
| 452 | 2024-11-21T21:55:56.956Z | Compiling fnv v1.0.7 |
| 453 | 2024-11-21T21:55:57.077Z | Compiling anyhow v1.0.93 |
| 454 | 2024-11-21T21:55:57.128Z | Compiling papergrid v0.11.0 |
| 455 | 2024-11-21T21:55:57.131Z | Compiling tempfile v3.13.0 |
| 456 | 2024-11-21T21:55:57.745Z | Compiling clap_builder v4.5.21 |
| 457 | 2024-11-21T21:55:57.803Z | Compiling memmap v0.7.0 |
| 458 | 2024-11-21T21:55:57.968Z | Compiling smawk v0.3.2 |
| 459 | 2024-11-21T21:55:58.028Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2024-11-21T21:55:58.186Z | Compiling swrite v0.1.0 |
| 461 | 2024-11-21T21:55:58.507Z | Compiling textwrap v0.16.1 |
| 462 | 2024-11-21T21:55:59.666Z | Compiling tabled_derive v0.7.0 |
| 463 | 2024-11-21T21:56:01.125Z | Compiling tabled v0.15.0 |
| 464 | 2024-11-21T21:56:02.957Z | Compiling serde_derive v1.0.215 |
| 465 | 2024-11-21T21:56:02.957Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2024-11-21T21:56:03.062Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2024-11-21T21:56:03.098Z | Compiling scroll_derive v0.12.0 |
| 468 | 2024-11-21T21:56:03.344Z | Compiling clap_derive v4.5.18 |
| 469 | 2024-11-21T21:56:04.373Z | Compiling scroll v0.12.0 |
| 470 | 2024-11-21T21:56:04.934Z | Compiling zerocopy v0.7.35 |
| 471 | 2024-11-21T21:56:04.960Z | Compiling goblin v0.8.2 |
| 472 | 2024-11-21T21:56:05.838Z | Compiling pest v2.7.14 |
| 473 | 2024-11-21T21:56:06.976Z | Compiling clap v4.5.21 |
| 474 | 2024-11-21T21:56:07.892Z | Compiling pest_meta v2.7.14 |
| 475 | 2024-11-21T21:56:08.736Z | Compiling pest_generator v2.7.14 |
| 476 | 2024-11-21T21:56:10.715Z | Compiling pest_derive v2.7.14 |
| 477 | 2024-11-21T21:56:11.332Z | Compiling dtrace-parser v0.2.0 |
| 478 | 2024-11-21T21:56:13.220Z | Compiling toml_datetime v0.6.8 |
| 479 | 2024-11-21T21:56:13.220Z | Compiling serde_spanned v0.6.8 |
| 480 | 2024-11-21T21:56:13.228Z | Compiling cargo-platform v0.1.8 |
| 481 | 2024-11-21T21:56:13.586Z | Compiling serde_tokenstream v0.2.2 |
| 482 | 2024-11-21T21:56:13.654Z | Compiling toml_edit v0.22.22 |
| 483 | 2024-11-21T21:56:13.822Z | Compiling macaddr v1.0.1 |
| 484 | 2024-11-21T21:56:13.891Z | Compiling camino-tempfile v1.1.1 |
| 485 | 2024-11-21T21:56:14.727Z | Compiling dof v0.3.0 |
| 486 | 2024-11-21T21:56:14.727Z | Compiling cargo_metadata v0.18.1 |
| 487 | 2024-11-21T21:56:16.519Z | Compiling toml v0.8.19 |
| 488 | 2024-11-21T21:56:16.612Z | Compiling usdt-attr-macro v0.5.0 |
| 489 | 2024-11-21T21:56:16.615Z | Compiling usdt-macro v0.5.0 |
| 490 | 2024-11-21T21:56:17.348Z | Compiling cargo_toml v0.20.5 |
| 491 | 2024-11-21T21:56:17.959Z | Compiling usdt v0.5.0 |
| 492 | 2024-11-21T21:56:20.993Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2024-11-21T21:56:25.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.18s |
| 494 | 2024-11-21T21:56:25.419Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 495 | 2024-11-21T21:56:25.946Z | Downloading crates ... |
| 496 | 2024-11-21T21:56:26.092Z | Downloaded addr2line v0.24.2 |
| 497 | 2024-11-21T21:56:26.097Z | Downloaded adler2 v2.0.0 |
| 498 | 2024-11-21T21:56:26.105Z | Downloaded aead v0.5.2 |
| 499 | 2024-11-21T21:56:26.120Z | Downloaded ahash v0.8.11 |
| 500 | 2024-11-21T21:56:26.123Z | Downloaded allocator-api2 v0.2.18 |
| 501 | 2024-11-21T21:56:26.129Z | Downloaded argon2 v0.5.3 |
| 502 | 2024-11-21T21:56:26.134Z | Downloaded assert_matches v1.5.0 |
| 503 | 2024-11-21T21:56:26.137Z | Downloaded heck v0.3.3 |
| 504 | 2024-11-21T21:56:26.137Z | Downloaded arc-swap v1.7.1 |
| 505 | 2024-11-21T21:56:26.140Z | Downloaded aes v0.8.4 |
| 506 | 2024-11-21T21:56:26.145Z | Downloaded headers-core v0.3.0 |
| 507 | 2024-11-21T21:56:26.147Z | Downloaded aho-corasick v1.1.3 |
| 508 | 2024-11-21T21:56:26.152Z | Downloaded atty v0.2.14 |
| 509 | 2024-11-21T21:56:26.154Z | Downloaded array-init v0.0.4 |
| 510 | 2024-11-21T21:56:26.154Z | Downloaded atomicwrites v0.4.4 |
| 511 | 2024-11-21T21:56:26.157Z | Downloaded heapless v0.8.0 |
| 512 | 2024-11-21T21:56:26.161Z | Downloaded async-stream-impl v0.3.6 |
| 513 | 2024-11-21T21:56:26.163Z | Downloaded async-recursion v1.1.1 |
| 514 | 2024-11-21T21:56:26.166Z | Downloaded ascii-canvas v3.0.0 |
| 515 | 2024-11-21T21:56:26.168Z | Downloaded arrayref v0.3.9 |
| 516 | 2024-11-21T21:56:26.171Z | Downloaded arrayvec v0.7.6 |
| 517 | 2024-11-21T21:56:26.173Z | Downloaded darling v0.20.10 |
| 518 | 2024-11-21T21:56:26.178Z | Downloaded http-body v1.0.1 |
| 519 | 2024-11-21T21:56:26.180Z | Downloaded hubpack_derive v0.1.1 |
| 520 | 2024-11-21T21:56:26.180Z | Downloaded http-range v0.1.5 |
| 521 | 2024-11-21T21:56:26.182Z | Downloaded convert_case v0.4.0 |
| 522 | 2024-11-21T21:56:26.185Z | Downloaded base16ct v0.2.0 |
| 523 | 2024-11-21T21:56:26.185Z | Downloaded ciborium-io v0.2.2 |
| 524 | 2024-11-21T21:56:26.187Z | Downloaded heapless v0.7.17 |
| 525 | 2024-11-21T21:56:26.190Z | Downloaded ident_case v1.0.1 |
| 526 | 2024-11-21T21:56:26.193Z | Downloaded backoff v0.4.0 |
| 527 | 2024-11-21T21:56:26.195Z | Downloaded async-trait v0.1.83 |
| 528 | 2024-11-21T21:56:26.198Z | Downloaded md5 v0.7.0 |
| 529 | 2024-11-21T21:56:26.200Z | Downloaded crunchy v0.2.2 |
| 530 | 2024-11-21T21:56:26.200Z | Downloaded constant_time_eq v0.3.1 |
| 531 | 2024-11-21T21:56:26.203Z | Downloaded icu_provider_macros v1.5.0 |
| 532 | 2024-11-21T21:56:26.203Z | Downloaded cstr-argument v0.1.2 |
| 533 | 2024-11-21T21:56:26.203Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 534 | 2024-11-21T21:56:26.206Z | Downloaded crucible-workspace-hack v0.1.0 |
| 535 | 2024-11-21T21:56:26.206Z | Downloaded blowfish v0.9.1 |
| 536 | 2024-11-21T21:56:26.208Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 537 | 2024-11-21T21:56:26.208Z | Downloaded async-stream v0.3.6 |
| 538 | 2024-11-21T21:56:26.210Z | Downloaded atomic-waker v1.1.2 |
| 539 | 2024-11-21T21:56:26.213Z | Downloaded bit-set v0.5.3 |
| 540 | 2024-11-21T21:56:26.215Z | Downloaded castaway v0.2.3 |
| 541 | 2024-11-21T21:56:26.215Z | Downloaded block-padding v0.3.3 |
| 542 | 2024-11-21T21:56:26.218Z | Downloaded is_ci v1.2.0 |
| 543 | 2024-11-21T21:56:26.218Z | Downloaded cexpr v0.6.0 |
| 544 | 2024-11-21T21:56:26.220Z | Downloaded cbc v0.1.2 |
| 545 | 2024-11-21T21:56:26.223Z | Downloaded instant v0.1.13 |
| 546 | 2024-11-21T21:56:26.225Z | Downloaded cassowary v0.3.0 |
| 547 | 2024-11-21T21:56:26.225Z | Downloaded bitfield-struct v0.6.2 |
| 548 | 2024-11-21T21:56:26.227Z | Downloaded hostname v0.3.1 |
| 549 | 2024-11-21T21:56:26.230Z | Downloaded cmake v0.1.51 |
| 550 | 2024-11-21T21:56:26.230Z | Downloaded chrono-tz-build v0.4.0 |
| 551 | 2024-11-21T21:56:26.232Z | Downloaded hubpack v0.1.2 |
| 552 | 2024-11-21T21:56:26.234Z | Downloaded hostname v0.4.0 |
| 553 | 2024-11-21T21:56:26.234Z | Downloaded ciborium-ll v0.2.2 |
| 554 | 2024-11-21T21:56:26.237Z | Downloaded http-body-util v0.1.2 |
| 555 | 2024-11-21T21:56:26.240Z | Downloaded hex-literal v0.4.1 |
| 556 | 2024-11-21T21:56:26.240Z | Downloaded bcs v0.1.6 |
| 557 | 2024-11-21T21:56:26.242Z | Downloaded base64ct v1.6.0 |
| 558 | 2024-11-21T21:56:26.245Z | Downloaded home v0.5.9 |
| 559 | 2024-11-21T21:56:26.245Z | Downloaded bitfield v0.14.0 |
| 560 | 2024-11-21T21:56:26.247Z | Downloaded buf-list v1.0.3 |
| 561 | 2024-11-21T21:56:26.249Z | Downloaded matches v0.1.10 |
| 562 | 2024-11-21T21:56:26.252Z | Downloaded async-bb8-diesel v0.2.1 |
| 563 | 2024-11-21T21:56:26.254Z | Downloaded match_cfg v0.1.0 |
| 564 | 2024-11-21T21:56:26.254Z | Downloaded colored v2.1.0 |
| 565 | 2024-11-21T21:56:26.256Z | Downloaded crc-catalog v2.4.0 |
| 566 | 2024-11-21T21:56:26.259Z | Downloaded crc v3.2.1 |
| 567 | 2024-11-21T21:56:26.261Z | Downloaded ctr v0.9.2 |
| 568 | 2024-11-21T21:56:26.263Z | Downloaded crossbeam-deque v0.8.5 |
| 569 | 2024-11-21T21:56:26.266Z | Downloaded instability v0.3.2 |
| 570 | 2024-11-21T21:56:26.268Z | Downloaded bb8 v0.8.5 |
| 571 | 2024-11-21T21:56:26.268Z | Downloaded hyper-tls v0.6.0 |
| 572 | 2024-11-21T21:56:26.270Z | Downloaded md-5 v0.10.6 |
| 573 | 2024-11-21T21:56:26.273Z | Downloaded maybe-uninit v2.0.0 |
| 574 | 2024-11-21T21:56:26.273Z | Downloaded maplit v1.0.2 |
| 575 | 2024-11-21T21:56:26.275Z | Downloaded ref-cast-impl v1.0.23 |
| 576 | 2024-11-21T21:56:26.275Z | Downloaded bzip2 v0.4.4 |
| 577 | 2024-11-21T21:56:26.279Z | Downloaded quinn-udp v0.5.5 |
| 578 | 2024-11-21T21:56:26.279Z | Downloaded lru v0.12.5 |
| 579 | 2024-11-21T21:56:26.283Z | Downloaded lockfree-object-pool v0.1.6 |
| 580 | 2024-11-21T21:56:26.285Z | Downloaded chacha20 v0.9.1 |
| 581 | 2024-11-21T21:56:26.285Z | Downloaded libsw v3.3.1 |
| 582 | 2024-11-21T21:56:26.288Z | Downloaded libefi-sys v0.1.0 |
| 583 | 2024-11-21T21:56:26.290Z | Downloaded strip-ansi-escapes v0.2.0 |
| 584 | 2024-11-21T21:56:26.290Z | Downloaded lazy_static v1.5.0 |
| 585 | 2024-11-21T21:56:26.292Z | Downloaded kstat-rs v0.2.4 |
| 586 | 2024-11-21T21:56:26.295Z | Downloaded ipnetwork v0.20.0 |
| 587 | 2024-11-21T21:56:26.295Z | Downloaded ciborium v0.2.2 |
| 588 | 2024-11-21T21:56:26.297Z | Downloaded cancel-safe-futures v0.1.5 |
| 589 | 2024-11-21T21:56:26.301Z | Downloaded is-terminal v0.4.13 |
| 590 | 2024-11-21T21:56:26.303Z | Downloaded internet-checksum v0.2.1 |
| 591 | 2024-11-21T21:56:26.306Z | Downloaded humantime v2.1.0 |
| 592 | 2024-11-21T21:56:26.306Z | Downloaded clang-sys v1.8.1 |
| 593 | 2024-11-21T21:56:26.308Z | Downloaded inout v0.1.3 |
| 594 | 2024-11-21T21:56:26.311Z | Downloaded indoc v1.0.9 |
| 595 | 2024-11-21T21:56:26.313Z | Downloaded signal-hook-registry v1.4.2 |
| 596 | 2024-11-21T21:56:26.316Z | Downloaded signal-hook-mio v0.2.4 |
| 597 | 2024-11-21T21:56:26.316Z | Downloaded serde_path_to_error v0.1.16 |
| 598 | 2024-11-21T21:56:26.318Z | Downloaded salsa20 v0.10.2 |
| 599 | 2024-11-21T21:56:26.321Z | Downloaded darling_macro v0.20.10 |
| 600 | 2024-11-21T21:56:26.321Z | Downloaded rustc_version v0.1.7 |
| 601 | 2024-11-21T21:56:26.323Z | Downloaded rustc-hash v2.0.0 |
| 602 | 2024-11-21T21:56:26.323Z | Downloaded zerofrom v0.1.4 |
| 603 | 2024-11-21T21:56:26.323Z | Downloaded waitgroup v0.1.2 |
| 604 | 2024-11-21T21:56:26.325Z | Downloaded slog-term v2.9.1 |
| 605 | 2024-11-21T21:56:26.328Z | Downloaded hyper-staticfile v0.10.1 |
| 606 | 2024-11-21T21:56:26.330Z | Downloaded csv-core v0.1.11 |
| 607 | 2024-11-21T21:56:26.332Z | Downloaded mime v0.3.17 |
| 608 | 2024-11-21T21:56:26.335Z | Downloaded stringprep v0.1.5 |
| 609 | 2024-11-21T21:56:26.335Z | Downloaded synstructure v0.13.1 |
| 610 | 2024-11-21T21:56:26.337Z | Downloaded managed v0.8.0 |
| 611 | 2024-11-21T21:56:26.340Z | Downloaded iana-time-zone v0.1.61 |
| 612 | 2024-11-21T21:56:26.340Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 613 | 2024-11-21T21:56:26.344Z | Downloaded crossbeam-epoch v0.9.18 |
| 614 | 2024-11-21T21:56:26.347Z | Downloaded crc-any v2.5.0 |
| 615 | 2024-11-21T21:56:26.349Z | Downloaded newline-converter v0.3.0 |
| 616 | 2024-11-21T21:56:26.351Z | Downloaded thiserror-no-std v2.0.2 |
| 617 | 2024-11-21T21:56:26.354Z | Downloaded libloading v0.8.5 |
| 618 | 2024-11-21T21:56:26.357Z | Downloaded normalize-line-endings v0.3.0 |
| 619 | 2024-11-21T21:56:26.359Z | Downloaded base64 v0.21.7 |
| 620 | 2024-11-21T21:56:26.362Z | Downloaded ipnet v2.10.1 |
| 621 | 2024-11-21T21:56:26.365Z | Downloaded parse-size v1.1.0 |
| 622 | 2024-11-21T21:56:26.367Z | Downloaded backtrace v0.3.74 |
| 623 | 2024-11-21T21:56:26.371Z | Downloaded hmac v0.12.1 |
| 624 | 2024-11-21T21:56:26.374Z | Downloaded wait-timeout v0.2.0 |
| 625 | 2024-11-21T21:56:26.377Z | Downloaded icu_locid_transform v1.5.0 |
| 626 | 2024-11-21T21:56:26.379Z | Downloaded hex v0.4.3 |
| 627 | 2024-11-21T21:56:26.381Z | Downloaded walkdir v2.5.0 |
| 628 | 2024-11-21T21:56:26.381Z | Downloaded crossbeam-utils v0.8.20 |
| 629 | 2024-11-21T21:56:26.384Z | Downloaded thread_local v1.1.8 |
| 630 | 2024-11-21T21:56:26.387Z | Downloaded diesel-dtrace v0.3.0 |
| 631 | 2024-11-21T21:56:26.389Z | Downloaded progenitor-impl v0.8.0 |
| 632 | 2024-11-21T21:56:26.391Z | Downloaded path-slash v0.1.5 |
| 633 | 2024-11-21T21:56:26.391Z | Downloaded opaque-debug v0.3.1 |
| 634 | 2024-11-21T21:56:26.394Z | Downloaded fallible-iterator v0.3.0 |
| 635 | 2024-11-21T21:56:26.396Z | Downloaded fallible-iterator v0.2.0 |
| 636 | 2024-11-21T21:56:26.396Z | Downloaded enum-as-inner v0.6.1 |
| 637 | 2024-11-21T21:56:26.399Z | Downloaded strum_macros v0.26.4 |
| 638 | 2024-11-21T21:56:26.401Z | Downloaded slog-stdlog v4.1.1 |
| 639 | 2024-11-21T21:56:26.404Z | Downloaded chacha20poly1305 v0.10.1 |
| 640 | 2024-11-21T21:56:26.404Z | Downloaded tokio-tungstenite v0.21.0 |
| 641 | 2024-11-21T21:56:26.406Z | Downloaded memoffset v0.9.1 |
| 642 | 2024-11-21T21:56:26.409Z | Downloaded icu_provider v1.5.0 |
| 643 | 2024-11-21T21:56:26.411Z | Downloaded new_debug_unreachable v1.0.6 |
| 644 | 2024-11-21T21:56:26.413Z | Downloaded gethostname v0.5.0 |
| 645 | 2024-11-21T21:56:26.417Z | Downloaded mime_guess v2.0.5 |
| 646 | 2024-11-21T21:56:26.417Z | Downloaded icu_locid_transform_data v1.5.0 |
| 647 | 2024-11-21T21:56:26.420Z | Downloaded tinyvec_macros v0.1.1 |
| 648 | 2024-11-21T21:56:26.420Z | Downloaded icu_normalizer v1.5.0 |
| 649 | 2024-11-21T21:56:26.422Z | Downloaded tracing-attributes v0.1.27 |
| 650 | 2024-11-21T21:56:26.426Z | Downloaded tokio-tungstenite v0.23.1 |
| 651 | 2024-11-21T21:56:26.428Z | Downloaded icu_locid v1.5.0 |
| 652 | 2024-11-21T21:56:26.433Z | Downloaded cookie v0.18.1 |
| 653 | 2024-11-21T21:56:26.436Z | Downloaded indexmap v1.9.3 |
| 654 | 2024-11-21T21:56:26.439Z | Downloaded zerofrom-derive v0.1.4 |
| 655 | 2024-11-21T21:56:26.441Z | Downloaded derive_builder_macro v0.20.2 |
| 656 | 2024-11-21T21:56:26.444Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 657 | 2024-11-21T21:56:26.444Z | Downloaded dyn-clone v1.0.17 |
| 658 | 2024-11-21T21:56:26.446Z | Downloaded icu_normalizer_data v1.5.0 |
| 659 | 2024-11-21T21:56:26.449Z | Downloaded progenitor v0.8.0 |
| 660 | 2024-11-21T21:56:26.451Z | Downloaded smallvec v0.6.14 |
| 661 | 2024-11-21T21:56:26.451Z | Downloaded ghash v0.5.1 |
| 662 | 2024-11-21T21:56:26.454Z | Downloaded prettyplease v0.2.25 |
| 663 | 2024-11-21T21:56:26.456Z | Downloaded tower-service v0.3.3 |
| 664 | 2024-11-21T21:56:26.459Z | Downloaded sqlformat v0.2.6 |
| 665 | 2024-11-21T21:56:26.461Z | Downloaded compact_str v0.8.0 |
| 666 | 2024-11-21T21:56:26.463Z | Downloaded test-strategy v0.3.1 |
| 667 | 2024-11-21T21:56:26.467Z | Downloaded siphasher v0.3.11 |
| 668 | 2024-11-21T21:56:26.470Z | Downloaded rpassword v7.3.1 |
| 669 | 2024-11-21T21:56:26.472Z | Downloaded nu-ansi-term v0.50.1 |
| 670 | 2024-11-21T21:56:26.475Z | Downloaded spin v0.5.2 |
| 671 | 2024-11-21T21:56:26.475Z | Downloaded paste v1.0.15 |
| 672 | 2024-11-21T21:56:26.477Z | Downloaded ref-cast v1.0.23 |
| 673 | 2024-11-21T21:56:26.491Z | Downloaded fxhash v0.2.1 |
| 674 | 2024-11-21T21:56:26.493Z | Downloaded tiny-keccak v2.0.2 |
| 675 | 2024-11-21T21:56:26.495Z | Downloaded slab v0.4.9 |
| 676 | 2024-11-21T21:56:26.498Z | Downloaded yasna v0.5.2 |
| 677 | 2024-11-21T21:56:26.501Z | Downloaded samael v0.0.17 |
| 678 | 2024-11-21T21:56:26.505Z | Downloaded zopfli v0.8.1 |
| 679 | 2024-11-21T21:56:26.509Z | Downloaded russh-cryptovec v0.7.3 |
| 680 | 2024-11-21T21:56:26.511Z | Downloaded precomputed-hash v0.1.1 |
| 681 | 2024-11-21T21:56:26.511Z | Downloaded zeroize_derive v1.4.2 |
| 682 | 2024-11-21T21:56:26.511Z | Downloaded whoami v1.5.2 |
| 683 | 2024-11-21T21:56:26.513Z | Downloaded crypto-bigint v0.5.5 |
| 684 | 2024-11-21T21:56:26.520Z | Downloaded rand v0.8.5 |
| 685 | 2024-11-21T21:56:26.524Z | Downloaded scheduled-thread-pool v0.2.7 |
| 686 | 2024-11-21T21:56:26.527Z | Downloaded rusty-fork v0.3.0 |
| 687 | 2024-11-21T21:56:26.529Z | Downloaded pkcs1 v0.7.5 |
| 688 | 2024-11-21T21:56:26.531Z | Downloaded sync_wrapper v1.0.1 |
| 689 | 2024-11-21T21:56:26.531Z | Downloaded num-traits v0.2.19 |
| 690 | 2024-11-21T21:56:26.534Z | Downloaded spki v0.7.3 |
| 691 | 2024-11-21T21:56:26.536Z | Downloaded snafu-derive v0.8.5 |
| 692 | 2024-11-21T21:56:26.539Z | Downloaded mockall v0.13.0 |
| 693 | 2024-11-21T21:56:26.541Z | Downloaded hickory-server v0.24.1 |
| 694 | 2024-11-21T21:56:26.545Z | Downloaded unicase v2.7.0 |
| 695 | 2024-11-21T21:56:26.548Z | Downloaded tinystr v0.7.6 |
| 696 | 2024-11-21T21:56:26.555Z | Downloaded unicode-bidi v0.3.17 |
| 697 | 2024-11-21T21:56:26.555Z | Downloaded ppv-lite86 v0.2.20 |
| 698 | 2024-11-21T21:56:26.555Z | Downloaded unsafe-libyaml v0.2.11 |
| 699 | 2024-11-21T21:56:26.558Z | Downloaded untrusted v0.7.1 |
| 700 | 2024-11-21T21:56:26.561Z | Downloaded postgres-protocol v0.6.7 |
| 701 | 2024-11-21T21:56:26.563Z | Downloaded zeroize v1.8.1 |
| 702 | 2024-11-21T21:56:26.563Z | Downloaded postcard v1.0.10 |
| 703 | 2024-11-21T21:56:26.565Z | Downloaded xattr v1.3.1 |
| 704 | 2024-11-21T21:56:26.568Z | Downloaded termtree v0.4.1 |
| 705 | 2024-11-21T21:56:26.570Z | Downloaded vte_generate_state_changes v0.1.2 |
| 706 | 2024-11-21T21:56:26.570Z | Downloaded darling_core v0.20.10 |
| 707 | 2024-11-21T21:56:26.574Z | Downloaded rand_xorshift v0.3.0 |
| 708 | 2024-11-21T21:56:26.576Z | Downloaded rustc-demangle v0.1.24 |
| 709 | 2024-11-21T21:56:26.579Z | Downloaded qorb v0.2.0 |
| 710 | 2024-11-21T21:56:26.583Z | Downloaded multimap v0.10.0 |
| 711 | 2024-11-21T21:56:26.585Z | Downloaded structmeta-derive v0.2.0 |
| 712 | 2024-11-21T21:56:26.586Z | Downloaded fatfs v0.3.6 |
| 713 | 2024-11-21T21:56:26.589Z | Downloaded icu_collections v1.5.0 |
| 714 | 2024-11-21T21:56:26.595Z | Downloaded multer v3.1.0 |
| 715 | 2024-11-21T21:56:26.598Z | Downloaded tracing v0.1.40 |
| 716 | 2024-11-21T21:56:26.602Z | Downloaded indicatif v0.17.9 |
| 717 | 2024-11-21T21:56:26.608Z | Downloaded socket2 v0.5.7 |
| 718 | 2024-11-21T21:56:26.611Z | Downloaded parking_lot_core v0.9.10 |
| 719 | 2024-11-21T21:56:26.614Z | Downloaded tinyvec v1.8.0 |
| 720 | 2024-11-21T21:56:26.617Z | Downloaded spin v0.9.8 |
| 721 | 2024-11-21T21:56:26.619Z | Downloaded vte v0.11.1 |
| 722 | 2024-11-21T21:56:26.621Z | Downloaded serde-big-array v0.5.1 |
| 723 | 2024-11-21T21:56:26.624Z | Downloaded phf v0.11.2 |
| 724 | 2024-11-21T21:56:26.624Z | Downloaded defmt-parser v0.3.4 |
| 725 | 2024-11-21T21:56:26.628Z | Downloaded defmt-macros v0.3.9 |
| 726 | 2024-11-21T21:56:26.630Z | Downloaded num_threads v0.1.7 |
| 727 | 2024-11-21T21:56:26.631Z | Downloaded filetime v0.2.25 |
| 728 | 2024-11-21T21:56:26.633Z | Downloaded derive_builder_core v0.20.2 |
| 729 | 2024-11-21T21:56:26.636Z | Downloaded ena v0.14.3 |
| 730 | 2024-11-21T21:56:26.636Z | Downloaded rustc-hash v1.1.0 |
| 731 | 2024-11-21T21:56:26.639Z | Downloaded defmt v0.3.8 |
| 732 | 2024-11-21T21:56:26.642Z | Downloaded signature v2.2.0 |
| 733 | 2024-11-21T21:56:26.646Z | Downloaded slog-scope v4.4.0 |
| 734 | 2024-11-21T21:56:26.646Z | Downloaded signal-hook-tokio v0.3.1 |
| 735 | 2024-11-21T21:56:26.648Z | Downloaded universal-hash v0.5.1 |
| 736 | 2024-11-21T21:56:26.648Z | Downloaded zerocopy-derive v0.8.10 |
| 737 | 2024-11-21T21:56:26.654Z | Downloaded futures-sink v0.3.31 |
| 738 | 2024-11-21T21:56:26.656Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 739 | 2024-11-21T21:56:26.656Z | Downloaded yoke-derive v0.7.4 |
| 740 | 2024-11-21T21:56:26.659Z | Downloaded half v2.4.1 |
| 741 | 2024-11-21T21:56:26.661Z | Downloaded pkg-config v0.3.31 |
| 742 | 2024-11-21T21:56:26.663Z | Downloaded r2d2 v0.8.10 |
| 743 | 2024-11-21T21:56:26.665Z | Downloaded tokio-rustls v0.26.0 |
| 744 | 2024-11-21T21:56:26.668Z | Downloaded value-bag v1.9.0 |
| 745 | 2024-11-21T21:56:26.670Z | Downloaded num-complex v0.4.6 |
| 746 | 2024-11-21T21:56:26.673Z | Downloaded hashlink v0.9.1 |
| 747 | 2024-11-21T21:56:26.676Z | Downloaded diesel_derives v2.2.3 |
| 748 | 2024-11-21T21:56:26.679Z | Downloaded openssl-macros v0.1.1 |
| 749 | 2024-11-21T21:56:26.681Z | Downloaded number_prefix v0.4.0 |
| 750 | 2024-11-21T21:56:26.683Z | Downloaded slog-envlogger v2.2.0 |
| 751 | 2024-11-21T21:56:26.683Z | Downloaded semver v0.1.20 |
| 752 | 2024-11-21T21:56:26.686Z | Downloaded serde_plain v1.0.2 |
| 753 | 2024-11-21T21:56:26.688Z | Downloaded derive_more v0.99.18 |
| 754 | 2024-11-21T21:56:26.692Z | Downloaded serde-hex v0.1.0 |
| 755 | 2024-11-21T21:56:26.694Z | Downloaded endian-type v0.1.2 |
| 756 | 2024-11-21T21:56:26.696Z | Downloaded subtle v2.6.1 |
| 757 | 2024-11-21T21:56:26.696Z | Downloaded tls_codec_derive v0.4.1 |
| 758 | 2024-11-21T21:56:26.699Z | Downloaded strum_macros v0.25.3 |
| 759 | 2024-11-21T21:56:26.701Z | Downloaded futures v0.3.31 |
| 760 | 2024-11-21T21:56:26.706Z | Downloaded progenitor-client v0.8.0 |
| 761 | 2024-11-21T21:56:26.708Z | Downloaded snafu v0.8.5 |
| 762 | 2024-11-21T21:56:26.714Z | Downloaded take_mut v0.2.2 |
| 763 | 2024-11-21T21:56:26.716Z | Downloaded toolchain_find v0.4.0 |
| 764 | 2024-11-21T21:56:26.716Z | Downloaded peg-runtime v0.8.3 |
| 765 | 2024-11-21T21:56:26.718Z | Downloaded num-conv v0.1.0 |
| 766 | 2024-11-21T21:56:26.718Z | Downloaded ed25519 v2.2.3 |
| 767 | 2024-11-21T21:56:26.721Z | Downloaded vergen v8.3.2 |
| 768 | 2024-11-21T21:56:26.725Z | Downloaded utf16_iter v1.0.5 |
| 769 | 2024-11-21T21:56:26.727Z | Downloaded utf-8 v0.7.6 |
| 770 | 2024-11-21T21:56:26.727Z | Downloaded untrusted v0.9.0 |
| 771 | 2024-11-21T21:56:26.730Z | Downloaded zone_cfg_derive v0.1.2 |
| 772 | 2024-11-21T21:56:26.730Z | Downloaded crossterm v0.28.1 |
| 773 | 2024-11-21T21:56:26.736Z | Downloaded serde_derive_internals v0.29.1 |
| 774 | 2024-11-21T21:56:26.738Z | Downloaded foreign-types-shared v0.3.1 |
| 775 | 2024-11-21T21:56:26.740Z | Downloaded des v0.8.1 |
| 776 | 2024-11-21T21:56:26.743Z | Downloaded want v0.3.1 |
| 777 | 2024-11-21T21:56:26.743Z | Downloaded foreign-types-shared v0.1.1 |
| 778 | 2024-11-21T21:56:26.743Z | Downloaded foreign-types-macros v0.2.3 |
| 779 | 2024-11-21T21:56:26.746Z | Downloaded stable_deref_trait v1.2.0 |
| 780 | 2024-11-21T21:56:26.748Z | Downloaded progenitor-macro v0.8.0 |
| 781 | 2024-11-21T21:56:26.748Z | Downloaded russh v0.45.0 |
| 782 | 2024-11-21T21:56:26.752Z | Downloaded structmeta-derive v0.3.0 |
| 783 | 2024-11-21T21:56:26.755Z | Downloaded der_derive v0.7.3 |
| 784 | 2024-11-21T21:56:26.758Z | Downloaded nodrop v0.1.14 |
| 785 | 2024-11-21T21:56:26.758Z | Downloaded minimal-lexical v0.2.1 |
| 786 | 2024-11-21T21:56:26.762Z | Downloaded shell-words v1.1.0 |
| 787 | 2024-11-21T21:56:26.764Z | Downloaded unicode-xid v0.2.6 |
| 788 | 2024-11-21T21:56:26.767Z | Downloaded tap v1.0.1 |
| 789 | 2024-11-21T21:56:26.767Z | Downloaded foreign-types v0.3.2 |
| 790 | 2024-11-21T21:56:26.769Z | Downloaded futures-core v0.3.31 |
| 791 | 2024-11-21T21:56:26.769Z | Downloaded smallvec v1.13.2 |
| 792 | 2024-11-21T21:56:26.772Z | Downloaded static_assertions v1.1.0 |
| 793 | 2024-11-21T21:56:26.774Z | Downloaded difflib v0.4.0 |
| 794 | 2024-11-21T21:56:26.776Z | Downloaded zone v0.1.8 |
| 795 | 2024-11-21T21:56:26.776Z | Downloaded futures-executor v0.3.31 |
| 796 | 2024-11-21T21:56:26.779Z | Downloaded tungstenite v0.23.0 |
| 797 | 2024-11-21T21:56:26.781Z | Downloaded rustyline v14.0.0 |
| 798 | 2024-11-21T21:56:26.788Z | Downloaded zone_cfg_derive v0.3.0 |
| 799 | 2024-11-21T21:56:26.790Z | Downloaded foreign-types v0.5.0 |
| 800 | 2024-11-21T21:56:26.790Z | Downloaded embedded-io v0.6.1 |
| 801 | 2024-11-21T21:56:26.792Z | Downloaded utf8_iter v1.0.4 |
| 802 | 2024-11-21T21:56:26.796Z | Downloaded pretty-hex v0.2.1 |
| 803 | 2024-11-21T21:56:26.796Z | Downloaded mirai-annotations v1.12.0 |
| 804 | 2024-11-21T21:56:26.796Z | Downloaded pbkdf2 v0.12.2 |
| 805 | 2024-11-21T21:56:26.799Z | Downloaded fd-lock v4.0.2 |
| 806 | 2024-11-21T21:56:26.801Z | Downloaded subprocess v0.2.9 |
| 807 | 2024-11-21T21:56:26.803Z | Downloaded dhcproto v0.12.0 |
| 808 | 2024-11-21T21:56:26.806Z | Downloaded omicron-zone-package v0.11.1 |
| 809 | 2024-11-21T21:56:26.809Z | Downloaded parking_lot_core v0.8.6 |
| 810 | 2024-11-21T21:56:26.812Z | Downloaded write16 v1.0.0 |
| 811 | 2024-11-21T21:56:26.814Z | Downloaded num-integer v0.1.46 |
| 812 | 2024-11-21T21:56:26.817Z | Downloaded num v0.4.3 |
| 813 | 2024-11-21T21:56:26.817Z | Downloaded secrecy v0.8.0 |
| 814 | 2024-11-21T21:56:26.819Z | Downloaded sha1 v0.10.6 |
| 815 | 2024-11-21T21:56:26.822Z | Downloaded predicates-core v1.0.8 |
| 816 | 2024-11-21T21:56:26.822Z | Downloaded termcolor v1.4.1 |
| 817 | 2024-11-21T21:56:26.824Z | Downloaded futures-channel v0.3.31 |
| 818 | 2024-11-21T21:56:26.826Z | Downloaded unarray v0.1.4 |
| 819 | 2024-11-21T21:56:26.829Z | Downloaded twox-hash v1.6.3 |
| 820 | 2024-11-21T21:56:26.829Z | Downloaded termios v0.3.3 |
| 821 | 2024-11-21T21:56:26.831Z | Downloaded ssh-encoding v0.2.0 |
| 822 | 2024-11-21T21:56:26.834Z | Downloaded vsss-rs v3.3.4 |
| 823 | 2024-11-21T21:56:26.836Z | Downloaded schemars v0.8.21 |
| 824 | 2024-11-21T21:56:26.849Z | Downloaded deranged v0.3.11 |
| 825 | 2024-11-21T21:56:26.851Z | Downloaded unicode-normalization v0.1.24 |
| 826 | 2024-11-21T21:56:26.854Z | Downloaded libxml v0.3.3 |
| 827 | 2024-11-21T21:56:26.861Z | Downloaded aws-lc-rs v1.10.0 |
| 828 | 2024-11-21T21:56:26.871Z | Downloaded parse-display-derive v0.10.0 |
| 829 | 2024-11-21T21:56:26.874Z | Downloaded tungstenite v0.24.0 |
| 830 | 2024-11-21T21:56:26.876Z | Downloaded pin-utils v0.1.0 |
| 831 | 2024-11-21T21:56:26.879Z | Downloaded num-iter v0.1.45 |
| 832 | 2024-11-21T21:56:26.881Z | Downloaded rtoolbox v0.0.2 |
| 833 | 2024-11-21T21:56:26.881Z | Downloaded sync-ptr v0.1.1 |
| 834 | 2024-11-21T21:56:26.884Z | Downloaded predicates v3.1.2 |
| 835 | 2024-11-21T21:56:26.886Z | Downloaded slog-bunyan v2.5.0 |
| 836 | 2024-11-21T21:56:26.889Z | Downloaded term v0.7.0 |
| 837 | 2024-11-21T21:56:26.892Z | Downloaded zerovec-derive v0.10.3 |
| 838 | 2024-11-21T21:56:26.894Z | Downloaded parking_lot v0.12.3 |
| 839 | 2024-11-21T21:56:26.897Z | Downloaded quinn v0.11.5 |
| 840 | 2024-11-21T21:56:26.899Z | Downloaded num-bigint v0.4.6 |
| 841 | 2024-11-21T21:56:26.905Z | Downloaded ssh-cipher v0.2.0 |
| 842 | 2024-11-21T21:56:26.907Z | Downloaded newtype-uuid v1.1.3 |
| 843 | 2024-11-21T21:56:26.909Z | Downloaded nanorand v0.7.0 |
| 844 | 2024-11-21T21:56:26.912Z | Downloaded zip v2.1.3 |
| 845 | 2024-11-21T21:56:26.915Z | Downloaded uuid v1.11.0 |
| 846 | 2024-11-21T21:56:26.919Z | Downloaded group v0.13.0 |
| 847 | 2024-11-21T21:56:26.921Z | Downloaded enum-as-inner v0.5.1 |
| 848 | 2024-11-21T21:56:26.924Z | Downloaded p256 v0.13.2 |
| 849 | 2024-11-21T21:56:26.927Z | Downloaded smf v0.2.3 |
| 850 | 2024-11-21T21:56:26.930Z | Downloaded rayon v1.10.0 |
| 851 | 2024-11-21T21:56:26.939Z | Downloaded pbkdf2 v0.11.0 |
| 852 | 2024-11-21T21:56:26.942Z | Downloaded sigpipe v0.1.3 |
| 853 | 2024-11-21T21:56:26.944Z | Downloaded ff v0.13.0 |
| 854 | 2024-11-21T21:56:26.946Z | Downloaded display-error-chain v0.2.2 |
| 855 | 2024-11-21T21:56:26.946Z | Downloaded unicode-truncate v1.1.0 |
| 856 | 2024-11-21T21:56:26.949Z | Downloaded serde_repr v0.1.19 |
| 857 | 2024-11-21T21:56:26.952Z | Downloaded sec1 v0.7.3 |
| 858 | 2024-11-21T21:56:26.954Z | Downloaded env_filter v0.1.2 |
| 859 | 2024-11-21T21:56:26.954Z | Downloaded ecdsa v0.16.9 |
| 860 | 2024-11-21T21:56:26.956Z | Downloaded string_cache v0.8.7 |
| 861 | 2024-11-21T21:56:26.959Z | Downloaded phf_shared v0.10.0 |
| 862 | 2024-11-21T21:56:26.959Z | Downloaded headers v0.4.0 |
| 863 | 2024-11-21T21:56:26.965Z | Downloaded proc-macro-crate v1.3.1 |
| 864 | 2024-11-21T21:56:26.967Z | Downloaded zerovec v0.10.4 |
| 865 | 2024-11-21T21:56:26.973Z | Downloaded zone v0.3.0 |
| 866 | 2024-11-21T21:56:26.975Z | Downloaded tui-tree-widget v0.22.0 |
| 867 | 2024-11-21T21:56:26.975Z | Downloaded unicode-properties v0.1.3 |
| 868 | 2024-11-21T21:56:26.978Z | Downloaded strum v0.26.3 |
| 869 | 2024-11-21T21:56:26.980Z | Downloaded fragile v2.0.0 |
| 870 | 2024-11-21T21:56:26.982Z | Downloaded form_urlencoded v1.2.1 |
| 871 | 2024-11-21T21:56:26.982Z | Downloaded foldhash v0.1.3 |
| 872 | 2024-11-21T21:56:26.985Z | Downloaded slog-dtrace v0.3.0 |
| 873 | 2024-11-21T21:56:26.985Z | Downloaded slog v2.7.0 |
| 874 | 2024-11-21T21:56:26.988Z | Downloaded tokio-rustls v0.24.1 |
| 875 | 2024-11-21T21:56:26.990Z | Downloaded uzers v0.12.1 |
| 876 | 2024-11-21T21:56:26.993Z | Downloaded embedded-io v0.4.0 |
| 877 | 2024-11-21T21:56:26.995Z | Downloaded packed_struct v0.10.1 |
| 878 | 2024-11-21T21:56:26.997Z | Downloaded der v0.7.9 |
| 879 | 2024-11-21T21:56:27.003Z | Downloaded sqlparser_derive v0.2.2 |
| 880 | 2024-11-21T21:56:27.005Z | Downloaded pem v3.0.4 |
| 881 | 2024-11-21T21:56:27.005Z | Downloaded rand_seeder v0.3.0 |
| 882 | 2024-11-21T21:56:27.008Z | Downloaded displaydoc v0.2.5 |
| 883 | 2024-11-21T21:56:27.010Z | Downloaded oso-derive v0.27.3 |
| 884 | 2024-11-21T21:56:27.012Z | Downloaded writeable v0.5.5 |
| 885 | 2024-11-21T21:56:27.015Z | Downloaded phf_shared v0.11.2 |
| 886 | 2024-11-21T21:56:27.015Z | Downloaded pkcs5 v0.7.1 |
| 887 | 2024-11-21T21:56:27.018Z | Downloaded xz2 v0.1.7 |
| 888 | 2024-11-21T21:56:27.021Z | Downloaded newtype_derive v0.1.6 |
| 889 | 2024-11-21T21:56:27.023Z | Downloaded num-bigint-dig v0.8.4 |
| 890 | 2024-11-21T21:56:27.027Z | Downloaded shlex v1.3.0 |
| 891 | 2024-11-21T21:56:27.030Z | Downloaded resolv-conf v0.7.0 |
| 892 | 2024-11-21T21:56:27.032Z | Downloaded env_logger v0.10.2 |
| 893 | 2024-11-21T21:56:27.035Z | Downloaded reedline v0.35.0 |
| 894 | 2024-11-21T21:56:27.043Z | Downloaded glob v0.3.1 |
| 895 | 2024-11-21T21:56:27.046Z | Downloaded which v4.4.2 |
| 896 | 2024-11-21T21:56:27.046Z | Downloaded structmeta v0.3.0 |
| 897 | 2024-11-21T21:56:27.049Z | Downloaded time-core v0.1.2 |
| 898 | 2024-11-21T21:56:27.049Z | Downloaded tokio-tungstenite v0.24.0 |
| 899 | 2024-11-21T21:56:27.051Z | Downloaded tokio-stream v0.1.16 |
| 900 | 2024-11-21T21:56:27.055Z | Downloaded ron v0.7.1 |
| 901 | 2024-11-21T21:56:27.060Z | Downloaded serde_urlencoded v0.7.1 |
| 902 | 2024-11-21T21:56:27.062Z | Downloaded tar v0.4.42 |
| 903 | 2024-11-21T21:56:27.065Z | Downloaded yoke v0.7.4 |
| 904 | 2024-11-21T21:56:27.067Z | Downloaded itertools v0.13.0 |
| 905 | 2024-11-21T21:56:27.074Z | Downloaded wyz v0.5.1 |
| 906 | 2024-11-21T21:56:27.077Z | Downloaded futures-task v0.3.31 |
| 907 | 2024-11-21T21:56:27.079Z | Downloaded structmeta v0.2.0 |
| 908 | 2024-11-21T21:56:27.079Z | Downloaded tokio-native-tls v0.3.1 |
| 909 | 2024-11-21T21:56:27.082Z | Downloaded miniz_oxide v0.8.0 |
| 910 | 2024-11-21T21:56:27.084Z | Downloaded steno v0.4.1 |
| 911 | 2024-11-21T21:56:27.088Z | Downloaded rusqlite v0.32.1 |
| 912 | 2024-11-21T21:56:27.095Z | Downloaded signal-hook v0.3.17 |
| 913 | 2024-11-21T21:56:27.098Z | Downloaded supports-color v3.0.1 |
| 914 | 2024-11-21T21:56:27.101Z | Downloaded nibble_vec v0.1.0 |
| 915 | 2024-11-21T21:56:27.103Z | Downloaded strum_macros v0.24.3 |
| 916 | 2024-11-21T21:56:27.105Z | Downloaded dropshot_endpoint v0.12.0 |
| 917 | 2024-11-21T21:56:27.108Z | Downloaded flume v0.11.1 |
| 918 | 2024-11-21T21:56:27.111Z | Downloaded time-macros v0.2.18 |
| 919 | 2024-11-21T21:56:27.113Z | Downloaded rfc6979 v0.4.0 |
| 920 | 2024-11-21T21:56:27.115Z | Downloaded rand_chacha v0.3.1 |
| 921 | 2024-11-21T21:56:27.115Z | Downloaded tokio-rustls v0.25.0 |
| 922 | 2024-11-21T21:56:27.118Z | Downloaded elliptic-curve v0.13.8 |
| 923 | 2024-11-21T21:56:27.122Z | Downloaded pin-project v1.1.6 |
| 924 | 2024-11-21T21:56:27.134Z | Downloaded serde_with_macros v3.11.0 |
| 925 | 2024-11-21T21:56:27.137Z | Downloaded ed25519-dalek v2.1.1 |
| 926 | 2024-11-21T21:56:27.140Z | Downloaded env_logger v0.11.5 |
| 927 | 2024-11-21T21:56:27.142Z | Downloaded toml_edit v0.19.15 |
| 928 | 2024-11-21T21:56:27.160Z | Downloaded num-rational v0.4.2 |
| 929 | 2024-11-21T21:56:27.162Z | Downloaded vcpkg v0.2.15 |
| 930 | 2024-11-21T21:56:27.200Z | Downloaded zerocopy v0.6.6 |
| 931 | 2024-11-21T21:56:27.202Z | Downloaded typed-path v0.9.3 |
| 932 | 2024-11-21T21:56:27.208Z | Downloaded dropshot_endpoint v0.13.0 |
| 933 | 2024-11-21T21:56:27.212Z | Downloaded rsa v0.9.6 |
| 934 | 2024-11-21T21:56:27.218Z | Downloaded nom v7.1.3 |
| 935 | 2024-11-21T21:56:27.222Z | Downloaded tokio-util v0.7.12 |
| 936 | 2024-11-21T21:56:27.229Z | Downloaded mio v1.0.2 |
| 937 | 2024-11-21T21:56:27.235Z | Downloaded oso v0.27.3 |
| 938 | 2024-11-21T21:56:27.239Z | Downloaded zip v0.6.6 |
| 939 | 2024-11-21T21:56:27.244Z | Downloaded hashbrown v0.12.3 |
| 940 | 2024-11-21T21:56:27.247Z | Downloaded unicode-segmentation v1.12.0 |
| 941 | 2024-11-21T21:56:27.251Z | Downloaded hashbrown v0.13.2 |
| 942 | 2024-11-21T21:56:27.256Z | Downloaded portable-atomic v1.9.0 |
| 943 | 2024-11-21T21:56:27.263Z | Downloaded openssl-sys v0.9.103 |
| 944 | 2024-11-21T21:56:27.268Z | Downloaded globset v0.4.15 |
| 945 | 2024-11-21T21:56:27.271Z | Downloaded chrono v0.4.38 |
| 946 | 2024-11-21T21:56:27.278Z | Downloaded x509-cert v0.2.5 |
| 947 | 2024-11-21T21:56:27.284Z | Downloaded pin-project-lite v0.2.14 |
| 948 | 2024-11-21T21:56:27.289Z | Downloaded tokio-postgres v0.7.12 |
| 949 | 2024-11-21T21:56:27.295Z | Downloaded hashbrown v0.14.5 |
| 950 | 2024-11-21T21:56:27.301Z | Downloaded tough v0.19.0 |
| 951 | 2024-11-21T21:56:27.309Z | Downloaded quinn-proto v0.11.8 |
| 952 | 2024-11-21T21:56:27.317Z | Downloaded sqlparser v0.45.0 |
| 953 | 2024-11-21T21:56:27.322Z | Downloaded icu_properties_data v1.5.0 |
| 954 | 2024-11-21T21:56:27.334Z | Downloaded p521 v0.13.3 |
| 955 | 2024-11-21T21:56:27.338Z | Downloaded curve25519-dalek v4.1.3 |
| 956 | 2024-11-21T21:56:27.348Z | Downloaded h2 v0.4.6 |
| 957 | 2024-11-21T21:56:27.355Z | Downloaded lalrpop v0.19.12 |
| 958 | 2024-11-21T21:56:27.367Z | Downloaded openssl v0.10.66 |
| 959 | 2024-11-21T21:56:27.377Z | Downloaded quick-xml v0.33.0 |
| 960 | 2024-11-21T21:56:27.387Z | Downloaded bitvec v1.0.1 |
| 961 | 2024-11-21T21:56:27.401Z | Downloaded dirs-sys-next v0.1.2 |
| 962 | 2024-11-21T21:56:27.404Z | Downloaded chrono-tz v0.10.0 |
| 963 | 2024-11-21T21:56:27.410Z | Downloaded regex-syntax v0.8.5 |
| 964 | 2024-11-21T21:56:27.419Z | Downloaded dirs-next v2.0.0 |
| 965 | 2024-11-21T21:56:27.422Z | Downloaded phf_generator v0.11.2 |
| 966 | 2024-11-21T21:56:27.422Z | Downloaded phf_codegen v0.11.2 |
| 967 | 2024-11-21T21:56:27.424Z | Downloaded pem-rfc7468 v0.7.0 |
| 968 | 2024-11-21T21:56:27.427Z | Downloaded idna v0.4.0 |
| 969 | 2024-11-21T21:56:27.432Z | Downloaded bindgen v0.69.5 |
| 970 | 2024-11-21T21:56:27.444Z | Downloaded rustls-webpki v0.101.7 |
| 971 | 2024-11-21T21:56:27.454Z | Downloaded proptest v1.5.0 |
| 972 | 2024-11-21T21:56:27.464Z | Downloaded object v0.30.4 |
| 973 | 2024-11-21T21:56:27.474Z | Downloaded rustls v0.23.14 |
| 974 | 2024-11-21T21:56:27.487Z | Downloaded p384 v0.13.0 |
| 975 | 2024-11-21T21:56:27.493Z | Downloaded petname v2.0.2 |
| 976 | 2024-11-21T21:56:27.500Z | Downloaded radix_trie v0.2.1 |
| 977 | 2024-11-21T21:56:27.507Z | Downloaded nix v0.28.0 |
| 978 | 2024-11-21T21:56:27.519Z | Downloaded diesel v2.2.4 |
| 979 | 2024-11-21T21:56:27.539Z | Downloaded serde_with v3.11.0 |
| 980 | 2024-11-21T21:56:27.549Z | Downloaded gimli v0.31.1 |
| 981 | 2024-11-21T21:56:27.557Z | Downloaded futures-util v0.3.31 |
| 982 | 2024-11-21T21:56:27.572Z | Downloaded winnow v0.5.40 |
| 983 | 2024-11-21T21:56:27.581Z | Downloaded reqwest v0.12.9 |
| 984 | 2024-11-21T21:56:27.590Z | Downloaded rustls v0.22.4 |
| 985 | 2024-11-21T21:56:27.604Z | Downloaded trust-dns-proto v0.22.0 |
| 986 | 2024-11-21T21:56:27.617Z | Downloaded typify-impl v0.2.0 |
| 987 | 2024-11-21T21:56:27.633Z | Downloaded zerocopy-derive v0.6.6 |
| 988 | 2024-11-21T21:56:27.643Z | Downloaded rustls v0.21.12 |
| 989 | 2024-11-21T21:56:27.655Z | Downloaded regex v1.11.1 |
| 990 | 2024-11-21T21:56:27.669Z | Downloaded zerocopy v0.8.10 |
| 991 | 2024-11-21T21:56:27.693Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 992 | 2024-11-21T21:56:27.706Z | Downloaded object v0.36.5 |
| 993 | 2024-11-21T21:56:27.717Z | Downloaded dropshot v0.12.0 |
| 994 | 2024-11-21T21:56:27.738Z | Downloaded nix v0.27.1 |
| 995 | 2024-11-21T21:56:27.748Z | Downloaded dropshot v0.13.0 |
| 996 | 2024-11-21T21:56:27.769Z | Downloaded regress v0.10.1 |
| 997 | 2024-11-21T21:56:27.778Z | Downloaded smoltcp v0.9.1 |
| 998 | 2024-11-21T21:56:27.789Z | Downloaded openapiv3 v2.0.0 |
| 999 | 2024-11-21T21:56:27.802Z | Downloaded petgraph v0.6.5 |
| 1000 | 2024-11-21T21:56:27.819Z | Downloaded regress v0.9.1 |
| 1001 | 2024-11-21T21:56:27.828Z | Downloaded sled v0.34.7 |
| 1002 | 2024-11-21T21:56:27.838Z | Downloaded nix v0.29.0 |
| 1003 | 2024-11-21T21:56:27.851Z | Downloaded hickory-proto v0.24.1 |
| 1004 | 2024-11-21T21:56:27.866Z | Downloaded ratatui v0.28.1 |
| 1005 | 2024-11-21T21:56:27.885Z | Downloaded unicode-width v0.2.0 |
| 1006 | 2024-11-21T21:56:27.891Z | Downloaded webpki-roots v0.26.6 |
| 1007 | 2024-11-21T21:56:27.895Z | Downloaded rustls-webpki v0.102.8 |
| 1008 | 2024-11-21T21:56:27.914Z | Downloaded git2 v0.19.0 |
| 1009 | 2024-11-21T21:56:27.922Z | Downloaded csv v1.3.0 |
| 1010 | 2024-11-21T21:56:27.943Z | Downloaded idna v0.5.0 |
| 1011 | 2024-11-21T21:56:27.949Z | Downloaded idna v0.2.3 |
| 1012 | 2024-11-21T21:56:27.956Z | Downloaded regex-syntax v0.6.29 |
| 1013 | 2024-11-21T21:56:27.964Z | Downloaded idna v0.3.0 |
| 1014 | 2024-11-21T21:56:27.971Z | Downloaded polar-core v0.27.3 |
| 1015 | 2024-11-21T21:56:27.980Z | Downloaded regex-automata v0.4.8 |
| 1016 | 2024-11-21T21:56:27.997Z | Downloaded smoltcp v0.11.0 |
| 1017 | 2024-11-21T21:56:28.010Z | Downloaded lzma-sys v0.1.20 |
| 1018 | 2024-11-21T21:56:28.039Z | Downloaded bstr v1.10.0 |
| 1019 | 2024-11-21T21:56:28.049Z | Downloaded sct v0.7.1 |
| 1020 | 2024-11-21T21:56:28.052Z | Downloaded sha3 v0.10.8 |
| 1021 | 2024-11-21T21:56:28.057Z | Downloaded hkdf v0.12.4 |
| 1022 | 2024-11-21T21:56:28.059Z | Downloaded expectorate v1.1.0 |
| 1023 | 2024-11-21T21:56:28.062Z | Downloaded openssl-probe v0.1.5 |
| 1024 | 2024-11-21T21:56:28.064Z | Downloaded url v2.5.3 |
| 1025 | 2024-11-21T21:56:28.066Z | Downloaded unicode_categories v0.1.1 |
| 1026 | 2024-11-21T21:56:28.069Z | Downloaded time v0.3.36 |
| 1027 | 2024-11-21T21:56:28.074Z | Downloaded tokio v1.40.0 |
| 1028 | 2024-11-21T21:56:28.111Z | Downloaded libz-sys v1.1.20 |
| 1029 | 2024-11-21T21:56:28.131Z | Downloaded ssh-key v0.6.6 |
| 1030 | 2024-11-21T21:56:28.139Z | Downloaded rand_core v0.6.4 |
| 1031 | 2024-11-21T21:56:28.141Z | Downloaded toml v0.7.8 |
| 1032 | 2024-11-21T21:56:28.146Z | Downloaded similar v2.6.0 |
| 1033 | 2024-11-21T21:56:28.148Z | Downloaded hyper v1.5.0 |
| 1034 | 2024-11-21T21:56:28.154Z | Downloaded scrypt v0.11.0 |
| 1035 | 2024-11-21T21:56:28.156Z | Downloaded typify v0.2.0 |
| 1036 | 2024-11-21T21:56:28.160Z | Downloaded downcast v0.11.0 |
| 1037 | 2024-11-21T21:56:28.160Z | Downloaded rustls-pemfile v2.2.0 |
| 1038 | 2024-11-21T21:56:28.162Z | Downloaded diff v0.1.13 |
| 1039 | 2024-11-21T21:56:28.166Z | Downloaded flate2 v1.0.34 |
| 1040 | 2024-11-21T21:56:28.169Z | Downloaded itertools v0.12.1 |
| 1041 | 2024-11-21T21:56:28.176Z | Downloaded idna v1.0.3 |
| 1042 | 2024-11-21T21:56:28.181Z | Downloaded libm v0.2.8 |
| 1043 | 2024-11-21T21:56:28.188Z | Downloaded either v1.13.0 |
| 1044 | 2024-11-21T21:56:28.191Z | Downloaded salty v0.3.0 |
| 1045 | 2024-11-21T21:56:28.200Z | Downloaded slog-async v2.8.0 |
| 1046 | 2024-11-21T21:56:28.209Z | Downloaded simd-adler32 v0.3.7 |
| 1047 | 2024-11-21T21:56:28.209Z | Downloaded predicates-tree v1.0.11 |
| 1048 | 2024-11-21T21:56:28.209Z | Downloaded postgres-types v0.2.8 |
| 1049 | 2024-11-21T21:56:28.209Z | Downloaded poly1305 v0.8.0 |
| 1050 | 2024-11-21T21:56:28.209Z | Downloaded pkcs8 v0.10.2 |
| 1051 | 2024-11-21T21:56:28.210Z | Downloaded peg-macros v0.8.4 |
| 1052 | 2024-11-21T21:56:28.213Z | Downloaded pin-project-internal v1.1.6 |
| 1053 | 2024-11-21T21:56:28.213Z | Downloaded encoding_rs v0.8.34 |
| 1054 | 2024-11-21T21:56:28.233Z | Downloaded polyval v0.6.2 |
| 1055 | 2024-11-21T21:56:28.237Z | Downloaded blake3 v1.5.4 |
| 1056 | 2024-11-21T21:56:28.243Z | Downloaded parse-display v0.10.0 |
| 1057 | 2024-11-21T21:56:28.247Z | Downloaded native-tls v0.2.12 |
| 1058 | 2024-11-21T21:56:28.247Z | Downloaded rayon-core v1.12.1 |
| 1059 | 2024-11-21T21:56:28.250Z | Downloaded itertools v0.10.5 |
| 1060 | 2024-11-21T21:56:28.255Z | Downloaded tungstenite v0.21.0 |
| 1061 | 2024-11-21T21:56:28.258Z | Downloaded num-derive v0.4.2 |
| 1062 | 2024-11-21T21:56:28.261Z | Downloaded russh-keys v0.45.0 |
| 1063 | 2024-11-21T21:56:28.264Z | Downloaded publicsuffix v2.2.3 |
| 1064 | 2024-11-21T21:56:28.267Z | Downloaded try-lock v0.2.5 |
| 1065 | 2024-11-21T21:56:28.267Z | Downloaded parking_lot v0.11.2 |
| 1066 | 2024-11-21T21:56:28.269Z | Downloaded num_enum_derive v0.5.11 |
| 1067 | 2024-11-21T21:56:28.269Z | Downloaded rustc_version v0.4.1 |
| 1068 | 2024-11-21T21:56:28.272Z | Downloaded parse-zoneinfo v0.3.1 |
| 1069 | 2024-11-21T21:56:28.274Z | Downloaded futures-io v0.3.31 |
| 1070 | 2024-11-21T21:56:28.274Z | Downloaded float-ord v0.3.2 |
| 1071 | 2024-11-21T21:56:28.274Z | Downloaded fixedbitset v0.4.2 |
| 1072 | 2024-11-21T21:56:28.280Z | Downloaded owo-colors v4.1.0 |
| 1073 | 2024-11-21T21:56:28.280Z | Downloaded rustls-pemfile v1.0.4 |
| 1074 | 2024-11-21T21:56:28.284Z | Downloaded debug-ignore v1.0.5 |
| 1075 | 2024-11-21T21:56:28.284Z | Downloaded rcgen v0.12.1 |
| 1076 | 2024-11-21T21:56:28.286Z | Downloaded derive-where v1.2.7 |
| 1077 | 2024-11-21T21:56:28.290Z | Downloaded psl-types v2.0.11 |
| 1078 | 2024-11-21T21:56:28.292Z | Downloaded primeorder v0.13.6 |
| 1079 | 2024-11-21T21:56:28.292Z | Downloaded typify-macro v0.2.0 |
| 1080 | 2024-11-21T21:56:28.292Z | Downloaded topological-sort v0.2.2 |
| 1081 | 2024-11-21T21:56:28.295Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1082 | 2024-11-21T21:56:28.295Z | Downloaded packed_struct_codegen v0.10.1 |
| 1083 | 2024-11-21T21:56:28.297Z | Downloaded num_enum v0.5.11 |
| 1084 | 2024-11-21T21:56:28.300Z | Downloaded hash32 v0.3.1 |
| 1085 | 2024-11-21T21:56:28.303Z | Downloaded hash32 v0.2.1 |
| 1086 | 2024-11-21T21:56:28.305Z | Downloaded tokio-macros v2.4.0 |
| 1087 | 2024-11-21T21:56:28.305Z | Downloaded tracing-core v0.1.32 |
| 1088 | 2024-11-21T21:56:28.309Z | Downloaded crossbeam-channel v0.5.13 |
| 1089 | 2024-11-21T21:56:28.311Z | Downloaded http v1.1.0 |
| 1090 | 2024-11-21T21:56:28.315Z | Downloaded hickory-resolver v0.24.1 |
| 1091 | 2024-11-21T21:56:28.320Z | Downloaded hyper-util v0.1.10 |
| 1092 | 2024-11-21T21:56:28.324Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1093 | 2024-11-21T21:56:28.328Z | Downloaded icu_properties v1.5.1 |
| 1094 | 2024-11-21T21:56:28.330Z | Downloaded slog-json v2.6.1 |
| 1095 | 2024-11-21T21:56:28.333Z | Downloaded fs_extra v1.3.0 |
| 1096 | 2024-11-21T21:56:28.335Z | Downloaded radium v0.7.0 |
| 1097 | 2024-11-21T21:56:28.335Z | Downloaded derive_builder v0.20.2 |
| 1098 | 2024-11-21T21:56:28.339Z | Downloaded powerfmt v0.2.0 |
| 1099 | 2024-11-21T21:56:28.342Z | Downloaded percent-encoding v2.3.1 |
| 1100 | 2024-11-21T21:56:28.342Z | Downloaded peg v0.8.4 |
| 1101 | 2024-11-21T21:56:28.345Z | Downloaded password-hash v0.5.0 |
| 1102 | 2024-11-21T21:56:28.348Z | Downloaded password-hash v0.4.2 |
| 1103 | 2024-11-21T21:56:28.352Z | Downloaded getrandom v0.2.15 |
| 1104 | 2024-11-21T21:56:28.354Z | Downloaded funty v2.0.0 |
| 1105 | 2024-11-21T21:56:28.354Z | Downloaded float-cmp v0.9.0 |
| 1106 | 2024-11-21T21:56:28.354Z | Downloaded flagset v0.4.6 |
| 1107 | 2024-11-21T21:56:28.357Z | Downloaded mockall_derive v0.13.0 |
| 1108 | 2024-11-21T21:56:28.357Z | Downloaded schemars_derive v0.8.21 |
| 1109 | 2024-11-21T21:56:28.359Z | Downloaded rustversion v1.0.17 |
| 1110 | 2024-11-21T21:56:28.362Z | Downloaded dhcproto-macros v0.1.0 |
| 1111 | 2024-11-21T21:56:28.362Z | Downloaded tls_codec v0.4.1 |
| 1112 | 2024-11-21T21:56:28.364Z | Downloaded scopeguard v1.2.0 |
| 1113 | 2024-11-21T21:56:28.364Z | Downloaded same-file v1.0.6 |
| 1114 | 2024-11-21T21:56:28.367Z | Downloaded const_format v0.2.33 |
| 1115 | 2024-11-21T21:56:28.370Z | Downloaded quick-error v1.2.3 |
| 1116 | 2024-11-21T21:56:28.373Z | Downloaded olpc-cjson v0.1.4 |
| 1117 | 2024-11-21T21:56:28.375Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1118 | 2024-11-21T21:56:28.432Z | Downloaded bumpalo v3.16.0 |
| 1119 | 2024-11-21T21:56:28.434Z | Downloaded futures-macro v0.3.31 |
| 1120 | 2024-11-21T21:56:28.437Z | Downloaded rustls-pki-types v1.9.0 |
| 1121 | 2024-11-21T21:56:28.440Z | Downloaded ron v0.8.1 |
| 1122 | 2024-11-21T21:56:28.443Z | Downloaded memmap2 v0.9.5 |
| 1123 | 2024-11-21T21:56:28.446Z | Downloaded cc v1.1.30 |
| 1124 | 2024-11-21T21:56:28.448Z | Downloaded dunce v1.0.5 |
| 1125 | 2024-11-21T21:56:28.451Z | Downloaded dsl_auto_type v0.1.2 |
| 1126 | 2024-11-21T21:56:28.451Z | Downloaded data-encoding v2.6.0 |
| 1127 | 2024-11-21T21:56:28.453Z | Downloaded tabwriter v1.4.0 |
| 1128 | 2024-11-21T21:56:28.453Z | Downloaded crc32fast v1.4.2 |
| 1129 | 2024-11-21T21:56:28.455Z | Downloaded console v0.15.8 |
| 1130 | 2024-11-21T21:56:28.458Z | Downloaded const-oid v0.9.6 |
| 1131 | 2024-11-21T21:56:28.461Z | Downloaded bytes v1.8.0 |
| 1132 | 2024-11-21T21:56:28.463Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1133 | 2024-11-21T21:56:28.466Z | Downloaded lock_api v0.4.12 |
| 1134 | 2024-11-21T21:56:28.466Z | Downloaded litemap v0.7.3 |
| 1135 | 2024-11-21T21:56:28.468Z | Downloaded jobserver v0.1.32 |
| 1136 | 2024-11-21T21:56:28.470Z | Downloaded base64 v0.22.1 |
| 1137 | 2024-11-21T21:56:28.473Z | Downloaded base64 v0.13.1 |
| 1138 | 2024-11-21T21:56:28.477Z | Downloaded cookie_store v0.21.0 |
| 1139 | 2024-11-21T21:56:28.479Z | Downloaded blake2 v0.10.6 |
| 1140 | 2024-11-21T21:56:28.481Z | Downloaded hyper-rustls v0.27.3 |
| 1141 | 2024-11-21T21:56:28.484Z | Downloaded httparse v1.9.5 |
| 1142 | 2024-11-21T21:56:28.486Z | Downloaded hickory-client v0.24.1 |
| 1143 | 2024-11-21T21:56:28.490Z | Downloaded const_format_proc_macros v0.2.33 |
| 1144 | 2024-11-21T21:56:28.493Z | Downloaded indent_write v2.2.0 |
| 1145 | 2024-11-21T21:56:28.493Z | Downloaded idna_adapter v1.2.0 |
| 1146 | 2024-11-21T21:56:28.495Z | Downloaded highway v1.2.0 |
| 1147 | 2024-11-21T21:56:28.495Z | Downloaded lalrpop-util v0.19.12 |
| 1148 | 2024-11-21T21:56:28.497Z | Downloaded linear-map v1.2.0 |
| 1149 | 2024-11-21T21:56:28.497Z | Downloaded lazycell v1.3.0 |
| 1150 | 2024-11-21T21:56:28.500Z | Downloaded keccak v0.1.5 |
| 1151 | 2024-11-21T21:56:28.500Z | Downloaded cipher v0.4.4 |
| 1152 | 2024-11-21T21:56:28.504Z | Downloaded bit-vec v0.6.3 |
| 1153 | 2024-11-21T21:56:28.506Z | Downloaded lru-cache v0.1.2 |
| 1154 | 2024-11-21T21:56:28.506Z | Downloaded linked-hash-map v0.5.6 |
| 1155 | 2024-11-21T21:56:28.506Z | Downloaded httpdate v1.0.3 |
| 1156 | 2024-11-21T21:56:28.506Z | Downloaded cobs v0.2.3 |
| 1157 | 2024-11-21T21:56:28.508Z | Downloaded bitflags v1.3.2 |
| 1158 | 2024-11-21T21:56:28.511Z | Downloaded cfg_aliases v0.2.1 |
| 1159 | 2024-11-21T21:56:28.511Z | Downloaded cfg_aliases v0.1.1 |
| 1160 | 2024-11-21T21:56:28.513Z | Downloaded aes-gcm v0.10.3 |
| 1161 | 2024-11-21T21:56:28.671Z | Downloaded ring v0.17.8 |
| 1162 | 2024-11-21T21:56:28.950Z | Downloaded aws-lc-sys v0.22.0 |
| 1163 | 2024-11-21T21:56:29.229Z | Downloaded libsqlite3-sys v0.30.1 |
| 1164 | 2024-11-21T21:56:29.308Z | Downloaded ring v0.16.20 |
| 1165 | 2024-11-21T21:56:29.487Z | Compiling serde v1.0.215 |
| 1166 | 2024-11-21T21:56:29.493Z | Compiling lock_api v0.4.12 |
| 1167 | 2024-11-21T21:56:29.493Z | Compiling scopeguard v1.2.0 |
| 1168 | 2024-11-21T21:56:29.493Z | Compiling value-bag v1.9.0 |
| 1169 | 2024-11-21T21:56:29.493Z | Compiling typenum v1.17.0 |
| 1170 | 2024-11-21T21:56:29.650Z | Compiling generic-array v0.14.7 |
| 1171 | 2024-11-21T21:56:29.696Z | Compiling syn v2.0.87 |
| 1172 | 2024-11-21T21:56:29.698Z | Compiling getrandom v0.2.15 |
| 1173 | 2024-11-21T21:56:29.796Z | Compiling subtle v2.6.1 |
| 1174 | 2024-11-21T21:56:29.977Z | Compiling rand_core v0.6.4 |
| 1175 | 2024-11-21T21:56:30.271Z | Compiling log v0.4.22 |
| 1176 | 2024-11-21T21:56:30.290Z | Compiling shlex v1.3.0 |
| 1177 | 2024-11-21T21:56:30.360Z | Compiling jobserver v0.1.32 |
| 1178 | 2024-11-21T21:56:30.381Z | Compiling const-oid v0.9.6 |
| 1179 | 2024-11-21T21:56:30.687Z | Compiling smallvec v1.13.2 |
| 1180 | 2024-11-21T21:56:30.707Z | Compiling spin v0.9.8 |
| 1181 | 2024-11-21T21:56:30.754Z | Compiling cc v1.1.30 |
| 1182 | 2024-11-21T21:56:31.108Z | Compiling pin-project-lite v0.2.14 |
| 1183 | 2024-11-21T21:56:31.128Z | Compiling rustix v0.38.37 |
| 1184 | 2024-11-21T21:56:31.201Z | Compiling parking_lot_core v0.9.10 |
| 1185 | 2024-11-21T21:56:31.237Z | Compiling futures-core v0.3.31 |
| 1186 | 2024-11-21T21:56:31.344Z | Compiling signal-hook-registry v1.4.2 |
| 1187 | 2024-11-21T21:56:31.488Z | Compiling mio v1.0.2 |
| 1188 | 2024-11-21T21:56:32.045Z | Compiling aho-corasick v1.1.3 |
| 1189 | 2024-11-21T21:56:32.228Z | Compiling parking_lot v0.12.3 |
| 1190 | 2024-11-21T21:56:32.364Z | Compiling either v1.13.0 |
| 1191 | 2024-11-21T21:56:32.519Z | Compiling regex-syntax v0.8.5 |
| 1192 | 2024-11-21T21:56:32.653Z | Compiling cpufeatures v0.2.14 |
| 1193 | 2024-11-21T21:56:32.724Z | Compiling lazy_static v1.5.0 |
| 1194 | 2024-11-21T21:56:32.754Z | Compiling futures-sink v0.3.31 |
| 1195 | 2024-11-21T21:56:32.801Z | Compiling stable_deref_trait v1.2.0 |
| 1196 | 2024-11-21T21:56:32.844Z | Compiling glob v0.3.1 |
| 1197 | 2024-11-21T21:56:32.906Z | Compiling socket2 v0.5.7 |
| 1198 | 2024-11-21T21:56:32.926Z | Compiling slab v0.4.9 |
| 1199 | 2024-11-21T21:56:33.180Z | Compiling prettyplease v0.2.25 |
| 1200 | 2024-11-21T21:56:33.389Z | Compiling minimal-lexical v0.2.1 |
| 1201 | 2024-11-21T21:56:33.843Z | Compiling nom v7.1.3 |
| 1202 | 2024-11-21T21:56:33.864Z | Compiling clang-sys v1.8.1 |
| 1203 | 2024-11-21T21:56:33.928Z | Compiling libloading v0.8.5 |
| 1204 | 2024-11-21T21:56:33.949Z | Compiling serde_json v1.0.132 |
| 1205 | 2024-11-21T21:56:34.258Z | Compiling home v0.5.9 |
| 1206 | 2024-11-21T21:56:34.358Z | Compiling bindgen v0.69.5 |
| 1207 | 2024-11-21T21:56:34.545Z | Compiling futures-channel v0.3.31 |
| 1208 | 2024-11-21T21:56:34.969Z | Compiling itertools v0.12.1 |
| 1209 | 2024-11-21T21:56:35.077Z | Compiling futures-task v0.3.31 |
| 1210 | 2024-11-21T21:56:35.189Z | Compiling futures-io v0.3.31 |
| 1211 | 2024-11-21T21:56:35.388Z | Compiling lazycell v1.3.0 |
| 1212 | 2024-11-21T21:56:35.587Z | Compiling pin-utils v0.1.0 |
| 1213 | 2024-11-21T21:56:35.592Z | Compiling foldhash v0.1.3 |
| 1214 | 2024-11-21T21:56:35.632Z | Compiling rustc-hash v1.1.0 |
| 1215 | 2024-11-21T21:56:35.790Z | Compiling allocator-api2 v0.2.18 |
| 1216 | 2024-11-21T21:56:35.863Z | Compiling cmake v0.1.51 |
| 1217 | 2024-11-21T21:56:36.550Z | Compiling regex-automata v0.4.8 |
| 1218 | 2024-11-21T21:56:36.914Z | Compiling hashbrown v0.15.0 |
| 1219 | 2024-11-21T21:56:37.665Z | Compiling synstructure v0.13.1 |
| 1220 | 2024-11-21T21:56:38.239Z | Compiling cexpr v0.6.0 |
| 1221 | 2024-11-21T21:56:38.276Z | Compiling dunce v1.0.5 |
| 1222 | 2024-11-21T21:56:38.408Z | Compiling tinyvec_macros v0.1.1 |
| 1223 | 2024-11-21T21:56:38.508Z | Compiling pkg-config v0.3.31 |
| 1224 | 2024-11-21T21:56:39.361Z | Compiling fs_extra v1.3.0 |
| 1225 | 2024-11-21T21:56:39.382Z | Compiling libm v0.2.8 |
| 1226 | 2024-11-21T21:56:39.740Z | Compiling tinyvec v1.8.0 |
| 1227 | 2024-11-21T21:56:39.955Z | Compiling num-traits v0.2.19 |
| 1228 | 2024-11-21T21:56:40.085Z | Compiling ring v0.17.8 |
| 1229 | 2024-11-21T21:56:40.486Z | Compiling unicode-bidi v0.3.17 |
| 1230 | 2024-11-21T21:56:41.016Z | Compiling litemap v0.7.3 |
| 1231 | 2024-11-21T21:56:41.254Z | Compiling unicode-normalization v0.1.24 |
| 1232 | 2024-11-21T21:56:41.314Z | Compiling writeable v0.5.5 |
| 1233 | 2024-11-21T21:56:41.392Z | Compiling base64ct v1.6.0 |
| 1234 | 2024-11-21T21:56:41.412Z | Compiling paste v1.0.15 |
| 1235 | 2024-11-21T21:56:41.907Z | Compiling pem-rfc7468 v0.7.0 |
| 1236 | 2024-11-21T21:56:42.015Z | Compiling flagset v0.4.6 |
| 1237 | 2024-11-21T21:56:42.220Z | Compiling regex v1.11.1 |
| 1238 | 2024-11-21T21:56:42.329Z | Compiling aws-lc-rs v1.10.0 |
| 1239 | 2024-11-21T21:56:42.540Z | Compiling httparse v1.9.5 |
| 1240 | 2024-11-21T21:56:43.301Z | Compiling tracing-core v0.1.32 |
| 1241 | 2024-11-21T21:56:43.390Z | Compiling icu_locid_transform_data v1.5.0 |
| 1242 | 2024-11-21T21:56:43.497Z | Compiling rustls-pki-types v1.9.0 |
| 1243 | 2024-11-21T21:56:43.829Z | Compiling crossbeam-utils v0.8.20 |
| 1244 | 2024-11-21T21:56:43.891Z | Compiling percent-encoding v2.3.1 |
| 1245 | 2024-11-21T21:56:44.432Z | Compiling vcpkg v0.2.15 |
| 1246 | 2024-11-21T21:56:44.515Z | Compiling untrusted v0.7.1 |
| 1247 | 2024-11-21T21:56:44.536Z | Compiling serde_derive v1.0.215 |
| 1248 | 2024-11-21T21:56:44.557Z | Compiling zeroize_derive v1.4.2 |
| 1249 | 2024-11-21T21:56:44.704Z | Compiling zerocopy-derive v0.7.35 |
| 1250 | 2024-11-21T21:56:44.947Z | Compiling tokio-macros v2.4.0 |
| 1251 | 2024-11-21T21:56:46.072Z | Compiling zeroize v1.8.1 |
| 1252 | 2024-11-21T21:56:46.496Z | Compiling zerofrom-derive v0.1.4 |
| 1253 | 2024-11-21T21:56:46.543Z | Compiling yoke-derive v0.7.4 |
| 1254 | 2024-11-21T21:56:46.562Z | Compiling thiserror-impl v1.0.69 |
| 1255 | 2024-11-21T21:56:47.014Z | Compiling zerocopy v0.7.35 |
| 1256 | 2024-11-21T21:56:47.842Z | Compiling crypto-common v0.1.6 |
| 1257 | 2024-11-21T21:56:48.077Z | Compiling block-buffer v0.10.4 |
| 1258 | 2024-11-21T21:56:48.354Z | Compiling digest v0.10.7 |
| 1259 | 2024-11-21T21:56:48.568Z | Compiling zerovec-derive v0.10.3 |
| 1260 | 2024-11-21T21:56:48.834Z | Compiling hmac v0.12.1 |
| 1261 | 2024-11-21T21:56:49.092Z | Compiling futures-macro v0.3.31 |
| 1262 | 2024-11-21T21:56:49.379Z | Compiling block-padding v0.3.3 |
| 1263 | 2024-11-21T21:56:49.519Z | Compiling displaydoc v0.2.5 |
| 1264 | 2024-11-21T21:56:49.624Z | Compiling inout v0.1.3 |
| 1265 | 2024-11-21T21:56:49.839Z | Compiling thiserror v1.0.69 |
| 1266 | 2024-11-21T21:56:49.899Z | Compiling cipher v0.4.4 |
| 1267 | 2024-11-21T21:56:49.977Z | Compiling sha2 v0.10.8 |
| 1268 | 2024-11-21T21:56:50.418Z | Compiling ppv-lite86 v0.2.20 |
| 1269 | 2024-11-21T21:56:50.583Z | Compiling zerofrom v0.1.4 |
| 1270 | 2024-11-21T21:56:50.787Z | Compiling yoke v0.7.4 |
| 1271 | 2024-11-21T21:56:51.018Z | Compiling futures-util v0.3.31 |
| 1272 | 2024-11-21T21:56:51.140Z | Compiling der_derive v0.7.3 |
| 1273 | 2024-11-21T21:56:51.174Z | Compiling zerovec v0.10.4 |
| 1274 | 2024-11-21T21:56:51.176Z | Compiling icu_provider_macros v1.5.0 |
| 1275 | 2024-11-21T21:56:51.211Z | Compiling rand_chacha v0.3.1 |
| 1276 | 2024-11-21T21:56:52.317Z | Compiling tracing-attributes v0.1.27 |
| 1277 | 2024-11-21T21:56:53.236Z | Compiling tinystr v0.7.6 |
| 1278 | 2024-11-21T21:56:53.404Z | Compiling icu_collections v1.5.0 |
| 1279 | 2024-11-21T21:56:53.425Z | Compiling rand v0.8.5 |
| 1280 | 2024-11-21T21:56:53.474Z | Compiling der v0.7.9 |
| 1281 | 2024-11-21T21:56:53.658Z | Compiling icu_locid v1.5.0 |
| 1282 | 2024-11-21T21:56:54.843Z | Compiling icu_provider v1.5.0 |
| 1283 | 2024-11-21T21:56:55.477Z | Compiling salsa20 v0.10.2 |
| 1284 | 2024-11-21T21:56:55.714Z | Compiling icu_locid_transform v1.5.0 |
| 1285 | 2024-11-21T21:56:55.763Z | Compiling spki v0.7.3 |
| 1286 | 2024-11-21T21:56:55.941Z | Compiling pest v2.7.14 |
| 1287 | 2024-11-21T21:56:56.077Z | Compiling tracing v0.1.40 |
| 1288 | 2024-11-21T21:56:56.100Z | Compiling pbkdf2 v0.12.2 |
| 1289 | 2024-11-21T21:56:56.154Z | Compiling mirai-annotations v1.12.0 |
| 1290 | 2024-11-21T21:56:56.275Z | Compiling powerfmt v0.2.0 |
| 1291 | 2024-11-21T21:56:56.356Z | Compiling num-conv v0.1.0 |
| 1292 | 2024-11-21T21:56:56.576Z | Compiling time-core v0.1.2 |
| 1293 | 2024-11-21T21:56:56.645Z | Compiling icu_properties_data v1.5.0 |
| 1294 | 2024-11-21T21:56:56.682Z | Compiling untrusted v0.9.0 |
| 1295 | 2024-11-21T21:56:56.743Z | Compiling time-macros v0.2.18 |
| 1296 | 2024-11-21T21:56:56.860Z | Compiling icu_properties v1.5.1 |
| 1297 | 2024-11-21T21:56:56.910Z | Compiling deranged v0.3.11 |
| 1298 | 2024-11-21T21:56:57.065Z | Compiling scrypt v0.11.0 |
| 1299 | 2024-11-21T21:56:57.639Z | Compiling cbc v0.1.2 |
| 1300 | 2024-11-21T21:56:57.890Z | Compiling aes v0.8.4 |
| 1301 | 2024-11-21T21:56:58.386Z | Compiling bitflags v2.6.0 |
| 1302 | 2024-11-21T21:56:58.432Z | Compiling bytes v1.8.0 |
| 1303 | 2024-11-21T21:56:58.935Z | Compiling indexmap v2.6.0 |
| 1304 | 2024-11-21T21:56:59.759Z | Compiling tokio v1.40.0 |
| 1305 | 2024-11-21T21:57:00.091Z | Compiling http v1.1.0 |
| 1306 | 2024-11-21T21:57:00.434Z | Compiling semver v1.0.23 |
| 1307 | 2024-11-21T21:57:00.746Z | Compiling pest_meta v2.7.14 |
| 1308 | 2024-11-21T21:57:00.841Z | Compiling openssl-sys v0.9.103 |
| 1309 | 2024-11-21T21:57:01.225Z | Compiling rustc_version v0.4.1 |
| 1310 | 2024-11-21T21:57:01.856Z | Compiling scroll_derive v0.12.0 |
| 1311 | 2024-11-21T21:57:02.004Z | Compiling num_threads v0.1.7 |
| 1312 | 2024-11-21T21:57:02.136Z | Compiling icu_normalizer_data v1.5.0 |
| 1313 | 2024-11-21T21:57:02.222Z | Compiling utf16_iter v1.0.5 |
| 1314 | 2024-11-21T21:57:02.246Z | Compiling utf8_iter v1.0.4 |
| 1315 | 2024-11-21T21:57:02.441Z | Compiling atomic-waker v1.1.2 |
| 1316 | 2024-11-21T21:57:02.490Z | Compiling write16 v1.0.0 |
| 1317 | 2024-11-21T21:57:02.620Z | Compiling icu_normalizer v1.5.0 |
| 1318 | 2024-11-21T21:57:02.640Z | Compiling time v0.3.36 |
| 1319 | 2024-11-21T21:57:02.858Z | Compiling which v4.4.2 |
| 1320 | 2024-11-21T21:57:03.377Z | Compiling scroll v0.12.0 |
| 1321 | 2024-11-21T21:57:03.496Z | Compiling pest_generator v2.7.14 |
| 1322 | 2024-11-21T21:57:03.961Z | Compiling http-body v1.0.1 |
| 1323 | 2024-11-21T21:57:04.171Z | Compiling pkcs5 v0.7.1 |
| 1324 | 2024-11-21T21:57:04.209Z | Compiling form_urlencoded v1.2.1 |
| 1325 | 2024-11-21T21:57:04.551Z | Compiling slog v2.7.0 |
| 1326 | 2024-11-21T21:57:04.589Z | Compiling try-lock v0.2.5 |
| 1327 | 2024-11-21T21:57:04.746Z | Compiling want v0.3.1 |
| 1328 | 2024-11-21T21:57:05.068Z | Compiling pkcs8 v0.10.2 |
| 1329 | 2024-11-21T21:57:05.205Z | Compiling goblin v0.8.2 |
| 1330 | 2024-11-21T21:57:05.442Z | Compiling idna_adapter v1.2.0 |
| 1331 | 2024-11-21T21:57:05.560Z | Compiling httpdate v1.0.3 |
| 1332 | 2024-11-21T21:57:05.671Z | Compiling idna v1.0.3 |
| 1333 | 2024-11-21T21:57:05.847Z | Compiling pest_derive v2.7.14 |
| 1334 | 2024-11-21T21:57:06.043Z | Compiling serde_tokenstream v0.2.2 |
| 1335 | 2024-11-21T21:57:06.617Z | Compiling toml_datetime v0.6.8 |
| 1336 | 2024-11-21T21:57:06.640Z | Compiling dtrace-parser v0.2.0 |
| 1337 | 2024-11-21T21:57:06.664Z | Compiling serde_spanned v0.6.8 |
| 1338 | 2024-11-21T21:57:06.902Z | Compiling uuid v1.11.0 |
| 1339 | 2024-11-21T21:57:07.146Z | Compiling iana-time-zone v0.1.61 |
| 1340 | 2024-11-21T21:57:07.510Z | Compiling adler2 v2.0.0 |
| 1341 | 2024-11-21T21:57:07.610Z | Compiling tower-service v0.3.3 |
| 1342 | 2024-11-21T21:57:07.730Z | Compiling match_cfg v0.1.0 |
| 1343 | 2024-11-21T21:57:07.750Z | Compiling base64 v0.22.1 |
| 1344 | 2024-11-21T21:57:07.834Z | Compiling rustversion v1.0.17 |
| 1345 | 2024-11-21T21:57:07.948Z | Compiling openssl v0.10.66 |
| 1346 | 2024-11-21T21:57:08.346Z | Compiling tokio-util v0.7.12 |
| 1347 | 2024-11-21T21:57:08.375Z | Compiling foreign-types-shared v0.1.1 |
| 1348 | 2024-11-21T21:57:08.491Z | Compiling foreign-types v0.3.2 |
| 1349 | 2024-11-21T21:57:08.541Z | Compiling hostname v0.3.1 |
| 1350 | 2024-11-21T21:57:08.597Z | Compiling miniz_oxide v0.8.0 |
| 1351 | 2024-11-21T21:57:08.640Z | Compiling chrono v0.4.38 |
| 1352 | 2024-11-21T21:57:08.808Z | Compiling url v2.5.3 |
| 1353 | 2024-11-21T21:57:09.784Z | Compiling h2 v0.4.6 |
| 1354 | 2024-11-21T21:57:10.140Z | Compiling async-trait v0.1.83 |
| 1355 | 2024-11-21T21:57:10.311Z | Compiling openssl-macros v0.1.1 |
| 1356 | 2024-11-21T21:57:10.868Z | Compiling dirs-sys-next v0.1.2 |
| 1357 | 2024-11-21T21:57:11.062Z | Compiling dof v0.3.0 |
| 1358 | 2024-11-21T21:57:11.554Z | Compiling native-tls v0.2.12 |
| 1359 | 2024-11-21T21:57:11.882Z | Compiling usdt-impl v0.5.0 |
| 1360 | 2024-11-21T21:57:12.520Z | Compiling rustls v0.23.14 |
| 1361 | 2024-11-21T21:57:12.787Z | Compiling rustls v0.22.4 |
| 1362 | 2024-11-21T21:57:12.881Z | Compiling siphasher v0.3.11 |
| 1363 | 2024-11-21T21:57:13.056Z | Compiling data-encoding v2.6.0 |
| 1364 | 2024-11-21T21:57:13.272Z | Compiling syn v1.0.109 |
| 1365 | 2024-11-21T21:57:13.355Z | Compiling dirs-next v2.0.0 |
| 1366 | 2024-11-21T21:57:13.988Z | Compiling http-body-util v0.1.2 |
| 1367 | 2024-11-21T21:57:14.532Z | Compiling crossbeam-epoch v0.9.18 |
| 1368 | 2024-11-21T21:57:15.011Z | Compiling heapless v0.7.17 |
| 1369 | 2024-11-21T21:57:15.289Z | Compiling signature v2.2.0 |
| 1370 | 2024-11-21T21:57:15.448Z | Compiling sha1 v0.10.6 |
| 1371 | 2024-11-21T21:57:15.488Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1372 | 2024-11-21T21:57:15.546Z | Compiling serde_derive_internals v0.29.1 |
| 1373 | 2024-11-21T21:57:15.576Z | Compiling thread_local v1.1.8 |
| 1374 | 2024-11-21T21:57:15.721Z | Compiling multer v3.1.0 |
| 1375 | 2024-11-21T21:57:15.867Z | Compiling encoding_rs v0.8.34 |
| 1376 | 2024-11-21T21:57:15.961Z | Compiling cookie v0.18.1 |
| 1377 | 2024-11-21T21:57:15.988Z | Compiling slog-async v2.8.0 |
| 1378 | 2024-11-21T21:57:16.147Z | Compiling openssl-probe v0.1.5 |
| 1379 | 2024-11-21T21:57:16.233Z | Compiling schemars v0.8.21 |
| 1380 | 2024-11-21T21:57:16.493Z | Compiling ipnet v2.10.1 |
| 1381 | 2024-11-21T21:57:16.529Z | Compiling rayon-core v1.12.1 |
| 1382 | 2024-11-21T21:57:16.592Z | Compiling signal-hook v0.3.17 |
| 1383 | 2024-11-21T21:57:16.783Z | Compiling hyper v1.5.0 |
| 1384 | 2024-11-21T21:57:16.858Z | Compiling gimli v0.31.1 |
| 1385 | 2024-11-21T21:57:17.792Z | Compiling mime v0.3.17 |
| 1386 | 2024-11-21T21:57:18.292Z | Compiling unicode-properties v0.1.3 |
| 1387 | 2024-11-21T21:57:18.413Z | Compiling schemars_derive v0.8.21 |
| 1388 | 2024-11-21T21:57:18.698Z | Compiling stringprep v0.1.5 |
| 1389 | 2024-11-21T21:57:19.972Z | Compiling hyper-util v0.1.10 |
| 1390 | 2024-11-21T21:57:20.792Z | Compiling toml_edit v0.22.22 |
| 1391 | 2024-11-21T21:57:21.036Z | Compiling usdt-attr-macro v0.5.0 |
| 1392 | 2024-11-21T21:57:21.798Z | Compiling addr2line v0.24.2 |
| 1393 | 2024-11-21T21:57:22.098Z | Compiling usdt-macro v0.5.0 |
| 1394 | 2024-11-21T21:57:22.268Z | Compiling crossbeam-deque v0.8.5 |
| 1395 | 2024-11-21T21:57:22.436Z | Compiling term v0.7.0 |
| 1396 | 2024-11-21T21:57:22.580Z | Compiling slog-json v2.6.1 |
| 1397 | 2024-11-21T21:57:22.770Z | Compiling serde_urlencoded v0.7.1 |
| 1398 | 2024-11-21T21:57:22.967Z | Compiling crossbeam-channel v0.5.13 |
| 1399 | 2024-11-21T21:57:23.125Z | Compiling curve25519-dalek v4.1.3 |
| 1400 | 2024-11-21T21:57:23.165Z | Compiling enum-as-inner v0.6.1 |
| 1401 | 2024-11-21T21:57:23.570Z | Compiling futures-executor v0.3.31 |
| 1402 | 2024-11-21T21:57:23.715Z | Compiling md-5 v0.10.6 |
| 1403 | 2024-11-21T21:57:23.951Z | Compiling async-stream-impl v0.3.6 |
| 1404 | 2024-11-21T21:57:23.988Z | Compiling rustls-pemfile v2.2.0 |
| 1405 | 2024-11-21T21:57:24.058Z | Compiling num-integer v0.1.46 |
| 1406 | 2024-11-21T21:57:24.154Z | Compiling idna v0.3.0 |
| 1407 | 2024-11-21T21:57:24.246Z | Compiling idna v0.4.0 |
| 1408 | 2024-11-21T21:57:24.316Z | Compiling hash32 v0.2.1 |
| 1409 | 2024-11-21T21:57:24.686Z | Compiling ff v0.13.0 |
| 1410 | 2024-11-21T21:57:24.813Z | Compiling is-terminal v0.4.13 |
| 1411 | 2024-11-21T21:57:24.928Z | Compiling object v0.36.5 |
| 1412 | 2024-11-21T21:57:24.946Z | Compiling dropshot v0.12.0 |
| 1413 | 2024-11-21T21:57:25.263Z | Compiling rustc-demangle v0.1.24 |
| 1414 | 2024-11-21T21:57:25.323Z | Compiling utf-8 v0.7.6 |
| 1415 | 2024-11-21T21:57:25.667Z | Compiling fallible-iterator v0.2.0 |
| 1416 | 2024-11-21T21:57:25.872Z | Compiling base16ct v0.2.0 |
| 1417 | 2024-11-21T21:57:25.992Z | Compiling take_mut v0.2.2 |
| 1418 | 2024-11-21T21:57:26.158Z | Compiling portable-atomic v1.9.0 |
| 1419 | 2024-11-21T21:57:26.207Z | Compiling smoltcp v0.9.1 |
| 1420 | 2024-11-21T21:57:26.229Z | Compiling linked-hash-map v0.5.6 |
| 1421 | 2024-11-21T21:57:26.412Z | Compiling quick-error v1.2.3 |
| 1422 | 2024-11-21T21:57:26.568Z | Compiling anyhow v1.0.93 |
| 1423 | 2024-11-21T21:57:26.602Z | Compiling psl-types v2.0.11 |
| 1424 | 2024-11-21T21:57:26.803Z | Compiling dyn-clone v1.0.17 |
| 1425 | 2024-11-21T21:57:26.918Z | Compiling num-bigint-dig v0.8.4 |
| 1426 | 2024-11-21T21:57:27.276Z | Compiling publicsuffix v2.2.3 |
| 1427 | 2024-11-21T21:57:27.301Z | Compiling lru-cache v0.1.2 |
| 1428 | 2024-11-21T21:57:27.504Z | Compiling resolv-conf v0.7.0 |
| 1429 | 2024-11-21T21:57:27.525Z | Compiling postgres-protocol v0.6.7 |
| 1430 | 2024-11-21T21:57:28.339Z | Compiling sec1 v0.7.3 |
| 1431 | 2024-11-21T21:57:28.829Z | Compiling tungstenite v0.24.0 |
| 1432 | 2024-11-21T21:57:28.851Z | Compiling async-stream v0.3.6 |
| 1433 | 2024-11-21T21:57:28.995Z | Compiling hickory-proto v0.24.1 |
| 1434 | 2024-11-21T21:57:29.154Z | Compiling slog-term v2.9.1 |
| 1435 | 2024-11-21T21:57:29.372Z | Compiling group v0.13.0 |
| 1436 | 2024-11-21T21:57:29.697Z | Compiling usdt v0.5.0 |
| 1437 | 2024-11-21T21:57:30.453Z | Compiling num-iter v0.1.45 |
| 1438 | 2024-11-21T21:57:30.651Z | Compiling toml v0.8.19 |
| 1439 | 2024-11-21T21:57:30.841Z | Compiling futures v0.3.31 |
| 1440 | 2024-11-21T21:57:31.088Z | Compiling slog-bunyan v2.5.0 |
| 1441 | 2024-11-21T21:57:31.465Z | Compiling camino v1.1.9 |
| 1442 | 2024-11-21T21:57:32.395Z | Compiling backtrace v0.3.74 |
| 1443 | 2024-11-21T21:57:32.554Z | Compiling tokio-native-tls v0.3.1 |
| 1444 | 2024-11-21T21:57:32.971Z | Compiling phf_shared v0.11.2 |
| 1445 | 2024-11-21T21:57:33.138Z | Compiling dropshot_endpoint v0.12.0 |
| 1446 | 2024-11-21T21:57:33.347Z | Compiling terminal_size v0.4.0 |
| 1447 | 2024-11-21T21:57:33.567Z | Compiling waitgroup v0.1.2 |
| 1448 | 2024-11-21T21:57:33.608Z | Compiling openapiv3 v2.0.0 |
| 1449 | 2024-11-21T21:57:33.785Z | Compiling serde_path_to_error v0.1.16 |
| 1450 | 2024-11-21T21:57:33.836Z | Compiling hkdf v0.12.4 |
| 1451 | 2024-11-21T21:57:34.092Z | Compiling crypto-bigint v0.5.5 |
| 1452 | 2024-11-21T21:57:34.657Z | Compiling zerocopy-derive v0.6.6 |
| 1453 | 2024-11-21T21:57:36.148Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1454 | 2024-11-21T21:57:36.851Z | Compiling hubpack_derive v0.1.1 |
| 1455 | 2024-11-21T21:57:37.038Z | Compiling webpki-roots v0.26.6 |
| 1456 | 2024-11-21T21:57:37.260Z | Compiling idna v0.5.0 |
| 1457 | 2024-11-21T21:57:37.718Z | Compiling hostname v0.4.0 |
| 1458 | 2024-11-21T21:57:37.721Z | Compiling crc32fast v1.4.2 |
| 1459 | 2024-11-21T21:57:37.896Z | Compiling fs-err v2.11.0 |
| 1460 | 2024-11-21T21:57:37.992Z | Compiling ahash v0.8.11 |
| 1461 | 2024-11-21T21:57:38.072Z | Compiling debug-ignore v1.0.5 |
| 1462 | 2024-11-21T21:57:38.166Z | Compiling winnow v0.5.40 |
| 1463 | 2024-11-21T21:57:38.197Z | Compiling bitflags v1.3.2 |
| 1464 | 2024-11-21T21:57:38.236Z | Compiling managed v0.8.0 |
| 1465 | 2024-11-21T21:57:38.361Z | Compiling clap_builder v4.5.21 |
| 1466 | 2024-11-21T21:57:38.560Z | Compiling cookie_store v0.21.0 |
| 1467 | 2024-11-21T21:57:38.940Z | Compiling console v0.15.8 |
| 1468 | 2024-11-21T21:57:39.580Z | Compiling strum_macros v0.25.3 |
| 1469 | 2024-11-21T21:57:40.214Z | Compiling flate2 v1.0.34 |
| 1470 | 2024-11-21T21:57:40.361Z | Compiling hubpack v0.1.2 |
| 1471 | 2024-11-21T21:57:40.814Z | Compiling elliptic-curve v0.13.8 |
| 1472 | 2024-11-21T21:57:40.885Z | Compiling zerocopy v0.6.6 |
| 1473 | 2024-11-21T21:57:41.214Z | Compiling hickory-resolver v0.24.1 |
| 1474 | 2024-11-21T21:57:41.682Z | Compiling phf v0.11.2 |
| 1475 | 2024-11-21T21:57:41.729Z | Compiling signal-hook-mio v0.2.4 |
| 1476 | 2024-11-21T21:57:41.902Z | Compiling toml_edit v0.19.15 |
| 1477 | 2024-11-21T21:57:42.166Z | Compiling hyper-tls v0.6.0 |
| 1478 | 2024-11-21T21:57:42.592Z | Compiling rayon v1.10.0 |
| 1479 | 2024-11-21T21:57:42.849Z | Compiling bzip2 v0.4.4 |
| 1480 | 2024-11-21T21:57:43.778Z | Compiling tokio-tungstenite v0.24.0 |
| 1481 | 2024-11-21T21:57:44.331Z | Compiling postgres-types v0.2.8 |
| 1482 | 2024-11-21T21:57:47.285Z | Compiling ed25519 v2.2.3 |
| 1483 | 2024-11-21T21:57:47.493Z | Compiling phf_shared v0.10.0 |
| 1484 | 2024-11-21T21:57:47.912Z | Compiling tokio-stream v0.1.16 |
| 1485 | 2024-11-21T21:57:47.988Z | Compiling pkcs1 v0.7.5 |
| 1486 | 2024-11-21T21:57:48.050Z | Compiling serde-big-array v0.5.1 |
| 1487 | 2024-11-21T21:57:48.298Z | Compiling clap_derive v4.5.18 |
| 1488 | 2024-11-21T21:57:48.788Z | Compiling rfc6979 v0.4.0 |
| 1489 | 2024-11-21T21:57:48.989Z | Compiling serde_repr v0.1.19 |
| 1490 | 2024-11-21T21:57:49.014Z | Compiling derive-where v1.2.7 |
| 1491 | 2024-11-21T21:57:49.035Z | Compiling float-cmp v0.9.0 |
| 1492 | 2024-11-21T21:57:49.210Z | Compiling bstr v1.10.0 |
| 1493 | 2024-11-21T21:57:49.258Z | Compiling sync_wrapper v1.0.1 |
| 1494 | 2024-11-21T21:57:49.420Z | Compiling bit-vec v0.6.3 |
| 1495 | 2024-11-21T21:57:49.908Z | Compiling normalize-line-endings v0.3.0 |
| 1496 | 2024-11-21T21:57:50.052Z | Compiling static_assertions v1.1.0 |
| 1497 | 2024-11-21T21:57:50.115Z | Compiling unicode-width v0.2.0 |
| 1498 | 2024-11-21T21:57:50.185Z | Compiling fixedbitset v0.4.2 |
| 1499 | 2024-11-21T21:57:50.214Z | Compiling number_prefix v0.4.0 |
| 1500 | 2024-11-21T21:57:50.436Z | Compiling precomputed-hash v0.1.1 |
| 1501 | 2024-11-21T21:57:50.555Z | Compiling unicode-segmentation v1.12.0 |
| 1502 | 2024-11-21T21:57:50.646Z | Compiling new_debug_unreachable v1.0.6 |
| 1503 | 2024-11-21T21:57:50.663Z | Compiling difflib v0.4.0 |
| 1504 | 2024-11-21T21:57:50.743Z | Compiling predicates-core v1.0.8 |
| 1505 | 2024-11-21T21:57:51.049Z | Compiling whoami v1.5.2 |
| 1506 | 2024-11-21T21:57:51.099Z | Compiling predicates v3.1.2 |
| 1507 | 2024-11-21T21:57:51.454Z | Compiling tokio-postgres v0.7.12 |
| 1508 | 2024-11-21T21:57:51.719Z | Compiling similar v2.6.0 |
| 1509 | 2024-11-21T21:57:52.304Z | Compiling string_cache v0.8.7 |
| 1510 | 2024-11-21T21:57:52.677Z | Compiling indicatif v0.17.9 |
| 1511 | 2024-11-21T21:57:52.801Z | Compiling petgraph v0.6.5 |
| 1512 | 2024-11-21T21:57:52.859Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1513 | 2024-11-21T21:57:53.439Z | Compiling clap v4.5.21 |
| 1514 | 2024-11-21T21:57:53.572Z | Compiling bit-set v0.5.3 |
| 1515 | 2024-11-21T21:57:53.876Z | Compiling ecdsa v0.16.9 |
| 1516 | 2024-11-21T21:57:54.198Z | Compiling rsa v0.9.6 |
| 1517 | 2024-11-21T21:57:54.776Z | Compiling ed25519-dalek v2.1.1 |
| 1518 | 2024-11-21T21:57:54.974Z | Compiling toml v0.7.8 |
| 1519 | 2024-11-21T21:57:56.163Z | Compiling zip v0.6.6 |
| 1520 | 2024-11-21T21:57:56.751Z | Compiling crossterm v0.28.1 |
| 1521 | 2024-11-21T21:57:57.627Z | Compiling hex v0.4.3 |
| 1522 | 2024-11-21T21:57:57.909Z | Compiling x509-cert v0.2.5 |
| 1523 | 2024-11-21T21:57:57.912Z | Compiling itertools v0.10.5 |
| 1524 | 2024-11-21T21:57:57.950Z | Compiling peg-runtime v0.8.3 |
| 1525 | 2024-11-21T21:57:58.226Z | Compiling lalrpop-util v0.19.12 |
| 1526 | 2024-11-21T21:57:58.591Z | Compiling unicode-xid v0.2.6 |
| 1527 | 2024-11-21T21:57:58.645Z | Compiling strum_macros v0.26.4 |
| 1528 | 2024-11-21T21:57:58.774Z | Compiling xattr v1.3.1 |
| 1529 | 2024-11-21T21:57:59.042Z | Compiling filetime v0.2.25 |
| 1530 | 2024-11-21T21:57:59.378Z | Compiling tar v0.4.42 |
| 1531 | 2024-11-21T21:58:03.854Z | Compiling strum v0.26.3 |
| 1532 | 2024-11-21T21:58:06.479Z | Compiling aws-lc-sys v0.22.0 |
| 1533 | 2024-11-21T21:58:40.456Z | Compiling rustls-webpki v0.102.8 |
| 1534 | 2024-11-21T21:58:43.894Z | Compiling tokio-rustls v0.25.0 |
| 1535 | 2024-11-21T21:58:45.630Z | Compiling tokio-rustls v0.26.0 |
| 1536 | 2024-11-21T21:58:45.958Z | Compiling hyper-rustls v0.27.3 |
| 1537 | 2024-11-21T21:58:46.314Z | Compiling reqwest v0.12.9 |
| 1538 | 2024-11-21T21:58:47.880Z | Compiling qorb v0.2.0 |
| 1539 | 2024-11-21T21:58:52.335Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1540 | 2024-11-21T21:58:52.565Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1541 | 2024-11-21T21:58:58.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
| 1542 | 2024-11-21T21:58:58.579Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1543 | 2024-11-21T21:58:58.634Z | Nov 21 21:58:57.113 INFO Starting download, target: Console |
| 1544 | 2024-11-21T21:58:58.634Z | Nov 21 21:58:57.113 INFO Starting download, target: Clickhouse |
| 1545 | 2024-11-21T21:58:58.634Z | Nov 21 21:58:57.113 INFO Starting download, target: Cockroach |
| 1546 | 2024-11-21T21:58:58.634Z | Nov 21 21:58:57.114 INFO Starting download, target: DendriteOpenapi |
| 1547 | 2024-11-21T21:58:58.634Z | Nov 21 21:58:57.114 INFO Starting download, target: DendriteStub |
| 1548 | 2024-11-21T21:58:58.636Z | Nov 21 21:58:57.114 INFO Starting download, target: MaghemiteMgd |
| 1549 | 2024-11-21T21:58:58.636Z | Nov 21 21:58:57.114 INFO Starting download, target: TransceiverControl |
| 1550 | 2024-11-21T21:58:58.636Z | Nov 21 21:58:57.114 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1551 | 2024-11-21T21:58:58.636Z | Nov 21 21:58:57.114 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
| 1552 | 2024-11-21T21:58:58.636Z | Nov 21 21:58:57.114 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1553 | 2024-11-21T21:58:58.636Z | Nov 21 21:58:57.114 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1554 | 2024-11-21T21:58:58.636Z | Nov 21 21:58:57.115 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1555 | 2024-11-21T21:58:58.637Z | Nov 21 21:58:57.115 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1556 | 2024-11-21T21:58:58.637Z | Nov 21 21:58:57.115 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1557 | 2024-11-21T21:58:58.933Z | Nov 21 21:58:57.382 INFO Download complete, target: DendriteOpenapi |
| 1558 | 2024-11-21T21:58:59.063Z | Nov 21 21:58:57.535 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1559 | 2024-11-21T21:58:59.282Z | Nov 21 21:58:57.760 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1560 | 2024-11-21T21:58:59.626Z | Nov 21 21:58:58.100 INFO Download complete, target: Console |
| 1561 | 2024-11-21T21:58:59.687Z | Nov 21 21:58:58.162 INFO Download complete, target: TransceiverControl |
| 1562 | 2024-11-21T21:58:59.741Z | Nov 21 21:58:58.219 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1563 | 2024-11-21T21:58:59.794Z | Nov 21 21:58:58.272 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1564 | 2024-11-21T21:59:00.283Z | Nov 21 21:58:58.763 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1565 | 2024-11-21T21:59:00.284Z | Nov 21 21:58:58.763 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1566 | 2024-11-21T21:59:00.575Z | Nov 21 21:58:59.055 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1567 | 2024-11-21T21:59:02.577Z | Nov 21 21:59:01.056 INFO Download complete, target: DendriteStub |
| 1568 | 2024-11-21T21:59:02.665Z | Nov 21 21:59:01.145 INFO Download complete, target: MaghemiteMgd |
| 1569 | 2024-11-21T21:59:07.497Z | Nov 21 21:59:05.976 INFO Checking that binary works, target: Cockroach |
| 1570 | 2024-11-21T21:59:07.667Z | Nov 21 21:59:06.145 INFO Download complete, target: Cockroach |
| 1571 | 2024-11-21T21:59:12.628Z | Nov 21 21:59:11.107 INFO Checking that binary works, target: Clickhouse |
| 1572 | 2024-11-21T21:59:13.346Z | Nov 21 21:59:11.824 INFO Download complete, target: Clickhouse |
| 1573 | 2024-11-21T21:59:13.486Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1574 | 2024-11-21T21:59:13.489Z | |
| 1575 | 2024-11-21T21:59:13.489Z | real 5:29.409091226 |
| 1576 | 2024-11-21T21:59:13.489Z | user 16:26.320263147 |
| 1577 | 2024-11-21T21:59:13.489Z | sys 3:14.362765571 |
| 1578 | 2024-11-21T21:59:13.489Z | trap 0.554542328 |
| 1579 | 2024-11-21T21:59:13.489Z | tflt 6.837230795 |
| 1580 | 2024-11-21T21:59:13.489Z | dflt 6.956680266 |
| 1581 | 2024-11-21T21:59:13.489Z | kflt 0.314829491 |
| 1582 | 2024-11-21T21:59:13.489Z | lock 29:27.253198272 |
| 1583 | 2024-11-21T21:59:13.490Z | slp 1:03:48.644697036 |
| 1584 | 2024-11-21T21:59:13.490Z | lat 54.125451331 |
| 1585 | 2024-11-21T21:59:13.490Z | stop 2:20.344857824 |
| 1586 | 2024-11-21T21:59:13.490Z | + banner clippy |
| 1587 | 2024-11-21T21:59:13.490Z | |
| 1588 | 2024-11-21T21:59:13.490Z | #### # # ##### ##### # # |
| 1589 | 2024-11-21T21:59:13.490Z | # # # # # # # # # # |
| 1590 | 2024-11-21T21:59:13.490Z | # # # # # # # # |
| 1591 | 2024-11-21T21:59:13.490Z | # # # ##### ##### # |
| 1592 | 2024-11-21T21:59:13.490Z | # # # # # # # |
| 1593 | 2024-11-21T21:59:13.490Z | #### ###### # # # # |
| 1594 | 2024-11-21T21:59:13.490Z | |
| 1595 | 2024-11-21T21:59:13.490Z | + export CARGO_INCREMENTAL=0 |
| 1596 | 2024-11-21T21:59:13.490Z | + CARGO_INCREMENTAL=0 |
| 1597 | 2024-11-21T21:59:13.490Z | + ptime -m cargo xtask clippy |
| 1598 | 2024-11-21T21:59:14.019Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1599 | 2024-11-21T21:59:17.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
| 1600 | 2024-11-21T21:59:17.571Z | Running `target/debug/xtask clippy` |
| 1601 | 2024-11-21T21:59:17.592Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1602 | 2024-11-21T21:59:18.274Z | Downloading crates ... |
| 1603 | 2024-11-21T21:59:18.607Z | Downloaded serde_regex v1.1.0 |
| 1604 | 2024-11-21T21:59:18.610Z | Downloaded rstest v0.23.0 |
| 1605 | 2024-11-21T21:59:18.614Z | Downloaded approx v0.5.1 |
| 1606 | 2024-11-21T21:59:18.616Z | Downloaded anes v0.1.6 |
| 1607 | 2024-11-21T21:59:18.619Z | Downloaded assert-json-diff v2.0.2 |
| 1608 | 2024-11-21T21:59:18.621Z | Downloaded criterion v0.5.1 |
| 1609 | 2024-11-21T21:59:18.629Z | Downloaded async-channel v1.9.0 |
| 1610 | 2024-11-21T21:59:18.631Z | Downloaded cast v0.3.0 |
| 1611 | 2024-11-21T21:59:18.631Z | Downloaded async-channel v2.3.1 |
| 1612 | 2024-11-21T21:59:18.634Z | Downloaded event-listener-strategy v0.5.2 |
| 1613 | 2024-11-21T21:59:18.637Z | Downloaded async-process v2.3.0 |
| 1614 | 2024-11-21T21:59:18.637Z | Downloaded async-object-pool v0.1.5 |
| 1615 | 2024-11-21T21:59:18.637Z | Downloaded async-attributes v1.1.2 |
| 1616 | 2024-11-21T21:59:18.641Z | Downloaded async-io v2.3.4 |
| 1617 | 2024-11-21T21:59:18.644Z | Downloaded event-listener v2.5.3 |
| 1618 | 2024-11-21T21:59:18.647Z | Downloaded async-lock v3.4.0 |
| 1619 | 2024-11-21T21:59:18.653Z | Downloaded escape8259 v0.5.3 |
| 1620 | 2024-11-21T21:59:18.655Z | Downloaded doc-comment v0.3.3 |
| 1621 | 2024-11-21T21:59:18.655Z | Downloaded concurrent-queue v2.5.0 |
| 1622 | 2024-11-21T21:59:18.664Z | Downloaded async-global-executor v2.4.1 |
| 1623 | 2024-11-21T21:59:18.666Z | Downloaded datatest-stable v0.2.9 |
| 1624 | 2024-11-21T21:59:18.668Z | Downloaded criterion-plot v0.5.0 |
| 1625 | 2024-11-21T21:59:18.670Z | Downloaded blocking v1.6.1 |
| 1626 | 2024-11-21T21:59:18.672Z | Downloaded async-signal v0.2.10 |
| 1627 | 2024-11-21T21:59:18.675Z | Downloaded async-executor v1.13.1 |
| 1628 | 2024-11-21T21:59:18.694Z | Downloaded nested v0.1.1 |
| 1629 | 2024-11-21T21:59:18.697Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1630 | 2024-11-21T21:59:18.697Z | Downloaded plotters-svg v0.3.7 |
| 1631 | 2024-11-21T21:59:18.699Z | Downloaded pathdiff v0.2.2 |
| 1632 | 2024-11-21T21:59:18.699Z | Downloaded futures-lite v2.3.0 |
| 1633 | 2024-11-21T21:59:18.706Z | Downloaded event-listener v5.3.1 |
| 1634 | 2024-11-21T21:59:18.714Z | Downloaded cfg-expr v0.17.0 |
| 1635 | 2024-11-21T21:59:18.717Z | Downloaded piper v0.2.4 |
| 1636 | 2024-11-21T21:59:18.719Z | Downloaded parking v2.2.1 |
| 1637 | 2024-11-21T21:59:18.722Z | Downloaded num_cpus v1.16.0 |
| 1638 | 2024-11-21T21:59:18.724Z | Downloaded kv-log-macro v1.0.7 |
| 1639 | 2024-11-21T21:59:18.724Z | Downloaded indoc v2.0.5 |
| 1640 | 2024-11-21T21:59:18.726Z | Downloaded target-triple v0.1.3 |
| 1641 | 2024-11-21T21:59:18.729Z | Downloaded proc-macro-crate v3.2.0 |
| 1642 | 2024-11-21T21:59:18.729Z | Downloaded plotters-backend v0.3.7 |
| 1643 | 2024-11-21T21:59:18.741Z | Downloaded path-tree v0.8.1 |
| 1644 | 2024-11-21T21:59:18.741Z | Downloaded futures-timer v3.0.3 |
| 1645 | 2024-11-21T21:59:18.741Z | Downloaded oorandom v11.1.4 |
| 1646 | 2024-11-21T21:59:18.741Z | Downloaded blake2b_simd v1.0.2 |
| 1647 | 2024-11-21T21:59:18.741Z | Downloaded async-task v4.7.1 |
| 1648 | 2024-11-21T21:59:18.741Z | Downloaded target-spec v3.2.2 |
| 1649 | 2024-11-21T21:59:18.741Z | Downloaded stringmetrics v2.2.2 |
| 1650 | 2024-11-21T21:59:18.741Z | Downloaded similar-asserts v1.6.0 |
| 1651 | 2024-11-21T21:59:18.744Z | Downloaded relative-path v1.9.3 |
| 1652 | 2024-11-21T21:59:18.747Z | Downloaded hyper-rustls v0.26.0 |
| 1653 | 2024-11-21T21:59:18.755Z | Downloaded threadpool v1.8.1 |
| 1654 | 2024-11-21T21:59:18.757Z | Downloaded partial-io v0.5.4 |
| 1655 | 2024-11-21T21:59:18.759Z | Downloaded target-lexicon v0.12.16 |
| 1656 | 2024-11-21T21:59:18.761Z | Downloaded libtest-mimic v0.7.3 |
| 1657 | 2024-11-21T21:59:18.764Z | Downloaded httptest v0.16.1 |
| 1658 | 2024-11-21T21:59:18.764Z | Downloaded assert_cmd v2.0.16 |
| 1659 | 2024-11-21T21:59:18.766Z | Downloaded fancy-regex v0.13.0 |
| 1660 | 2024-11-21T21:59:18.770Z | Downloaded tinytemplate v1.2.1 |
| 1661 | 2024-11-21T21:59:18.772Z | Downloaded rust-argon2 v2.1.0 |
| 1662 | 2024-11-21T21:59:18.777Z | Downloaded rustls-native-certs v0.7.3 |
| 1663 | 2024-11-21T21:59:18.779Z | Downloaded trybuild v1.0.101 |
| 1664 | 2024-11-21T21:59:18.787Z | Downloaded rand_distr v0.4.3 |
| 1665 | 2024-11-21T21:59:18.790Z | Downloaded rstest_macros v0.23.0 |
| 1666 | 2024-11-21T21:59:18.793Z | Downloaded polling v3.7.3 |
| 1667 | 2024-11-21T21:59:18.797Z | Downloaded yansi v1.0.1 |
| 1668 | 2024-11-21T21:59:18.800Z | Downloaded pretty_assertions v1.4.1 |
| 1669 | 2024-11-21T21:59:18.809Z | Downloaded guppy v0.17.8 |
| 1670 | 2024-11-21T21:59:18.816Z | Downloaded plotters v0.3.7 |
| 1671 | 2024-11-21T21:59:18.825Z | Downloaded async-std v1.13.0 |
| 1672 | 2024-11-21T21:59:18.918Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1673 | 2024-11-21T21:59:19.686Z | Checking cfg-if v1.0.0 |
| 1674 | 2024-11-21T21:59:19.765Z | Checking libc v0.2.162 |
| 1675 | 2024-11-21T21:59:19.785Z | Checking serde v1.0.215 |
| 1676 | 2024-11-21T21:59:19.809Z | Checking memchr v2.7.4 |
| 1677 | 2024-11-21T21:59:19.825Z | Checking value-bag v1.9.0 |
| 1678 | 2024-11-21T21:59:19.853Z | Checking scopeguard v1.2.0 |
| 1679 | 2024-11-21T21:59:19.876Z | Checking zeroize v1.8.1 |
| 1680 | 2024-11-21T21:59:19.905Z | Checking smallvec v1.13.2 |
| 1681 | 2024-11-21T21:59:19.936Z | Checking itoa v1.0.11 |
| 1682 | 2024-11-21T21:59:19.996Z | Checking lock_api v0.4.12 |
| 1683 | 2024-11-21T21:59:20.135Z | Checking byteorder v1.5.0 |
| 1684 | 2024-11-21T21:59:20.185Z | Checking pin-project-lite v0.2.14 |
| 1685 | 2024-11-21T21:59:20.238Z | Checking log v0.4.22 |
| 1686 | 2024-11-21T21:59:20.284Z | Checking subtle v2.6.1 |
| 1687 | 2024-11-21T21:59:20.312Z | Checking once_cell v1.20.2 |
| 1688 | 2024-11-21T21:59:20.391Z | Checking typenum v1.17.0 |
| 1689 | 2024-11-21T21:59:20.552Z | Checking futures-core v0.3.31 |
| 1690 | 2024-11-21T21:59:20.580Z | Checking thiserror v1.0.69 |
| 1691 | 2024-11-21T21:59:20.630Z | Checking libm v0.2.8 |
| 1692 | 2024-11-21T21:59:20.681Z | Checking zerocopy v0.7.35 |
| 1693 | 2024-11-21T21:59:20.724Z | Checking ryu v1.0.18 |
| 1694 | 2024-11-21T21:59:20.755Z | Checking spin v0.9.8 |
| 1695 | 2024-11-21T21:59:20.783Z | Checking const-oid v0.9.6 |
| 1696 | 2024-11-21T21:59:20.882Z | Checking getrandom v0.2.15 |
| 1697 | 2024-11-21T21:59:20.954Z | Checking signal-hook-registry v1.4.2 |
| 1698 | 2024-11-21T21:59:21.101Z | Checking rand_core v0.6.4 |
| 1699 | 2024-11-21T21:59:21.104Z | Checking parking_lot_core v0.9.10 |
| 1700 | 2024-11-21T21:59:21.191Z | Checking mio v1.0.2 |
| 1701 | 2024-11-21T21:59:21.425Z | Checking socket2 v0.5.7 |
| 1702 | 2024-11-21T21:59:21.452Z | Checking parking_lot v0.12.3 |
| 1703 | 2024-11-21T21:59:21.565Z | Checking num-traits v0.2.19 |
| 1704 | 2024-11-21T21:59:21.694Z | Checking generic-array v0.14.7 |
| 1705 | 2024-11-21T21:59:21.797Z | Checking futures-io v0.3.31 |
| 1706 | 2024-11-21T21:59:21.826Z | Checking slab v0.4.9 |
| 1707 | 2024-11-21T21:59:21.912Z | Checking allocator-api2 v0.2.18 |
| 1708 | 2024-11-21T21:59:21.995Z | Checking cpufeatures v0.2.14 |
| 1709 | 2024-11-21T21:59:22.089Z | Checking futures-sink v0.3.31 |
| 1710 | 2024-11-21T21:59:22.116Z | Checking pin-utils v0.1.0 |
| 1711 | 2024-11-21T21:59:22.141Z | Checking equivalent v1.0.1 |
| 1712 | 2024-11-21T21:59:22.213Z | Checking foldhash v0.1.3 |
| 1713 | 2024-11-21T21:59:22.216Z | Checking futures-channel v0.3.31 |
| 1714 | 2024-11-21T21:59:22.265Z | Checking futures-task v0.3.31 |
| 1715 | 2024-11-21T21:59:22.444Z | Checking stable_deref_trait v1.2.0 |
| 1716 | 2024-11-21T21:59:22.499Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1717 | 2024-11-21T21:59:22.560Z | Checking fnv v1.0.7 |
| 1718 | 2024-11-21T21:59:22.585Z | Checking hashbrown v0.15.0 |
| 1719 | 2024-11-21T21:59:22.609Z | Checking iana-time-zone v0.1.61 |
| 1720 | 2024-11-21T21:59:22.612Z | Checking futures-util v0.3.31 |
| 1721 | 2024-11-21T21:59:22.688Z | Checking ppv-lite86 v0.2.20 |
| 1722 | 2024-11-21T21:59:22.759Z | Checking tracing-core v0.1.32 |
| 1723 | 2024-11-21T21:59:22.824Z | Checking errno v0.3.9 |
| 1724 | 2024-11-21T21:59:22.852Z | Checking crypto-common v0.1.6 |
| 1725 | 2024-11-21T21:59:23.022Z | Checking block-buffer v0.10.4 |
| 1726 | 2024-11-21T21:59:23.064Z | Checking zerofrom v0.1.4 |
| 1727 | 2024-11-21T21:59:23.260Z | Checking dyn-clone v1.0.17 |
| 1728 | 2024-11-21T21:59:23.288Z | Checking digest v0.10.7 |
| 1729 | 2024-11-21T21:59:23.290Z | Checking yoke v0.7.4 |
| 1730 | 2024-11-21T21:59:23.420Z | Checking block-padding v0.3.3 |
| 1731 | 2024-11-21T21:59:23.450Z | Checking tracing v0.1.40 |
| 1732 | 2024-11-21T21:59:23.485Z | Checking rand_chacha v0.3.1 |
| 1733 | 2024-11-21T21:59:23.638Z | Checking zerovec v0.10.4 |
| 1734 | 2024-11-21T21:59:23.664Z | Checking inout v0.1.3 |
| 1735 | 2024-11-21T21:59:23.721Z | Checking crossbeam-utils v0.8.20 |
| 1736 | 2024-11-21T21:59:23.792Z | Checking percent-encoding v2.3.1 |
| 1737 | 2024-11-21T21:59:23.795Z | Checking litemap v0.7.3 |
| 1738 | 2024-11-21T21:59:23.874Z | Checking rand v0.8.5 |
| 1739 | 2024-11-21T21:59:23.899Z | Checking cipher v0.4.4 |
| 1740 | 2024-11-21T21:59:24.004Z | Checking writeable v0.5.5 |
| 1741 | 2024-11-21T21:59:24.145Z | Checking tinyvec_macros v0.1.1 |
| 1742 | 2024-11-21T21:59:24.246Z | Checking tinyvec v1.8.0 |
| 1743 | 2024-11-21T21:59:24.307Z | Checking form_urlencoded v1.2.1 |
| 1744 | 2024-11-21T21:59:24.334Z | Checking httparse v1.9.5 |
| 1745 | 2024-11-21T21:59:24.403Z | Checking base64ct v1.6.0 |
| 1746 | 2024-11-21T21:59:24.498Z | Checking icu_locid_transform_data v1.5.0 |
| 1747 | 2024-11-21T21:59:24.599Z | Checking atomic-waker v1.1.2 |
| 1748 | 2024-11-21T21:59:24.666Z | Checking bytes v1.8.0 |
| 1749 | 2024-11-21T21:59:24.737Z | Checking bitflags v2.6.0 |
| 1750 | 2024-11-21T21:59:24.806Z | Checking serde_json v1.0.132 |
| 1751 | 2024-11-21T21:59:24.851Z | Checking indexmap v2.6.0 |
| 1752 | 2024-11-21T21:59:25.039Z | Checking chrono v0.4.38 |
| 1753 | 2024-11-21T21:59:25.245Z | Checking rustix v0.38.37 |
| 1754 | 2024-11-21T21:59:25.307Z | Checking uuid v1.11.0 |
| 1755 | 2024-11-21T21:59:25.476Z | Checking tokio v1.40.0 |
| 1756 | 2024-11-21T21:59:25.591Z | Checking http v1.1.0 |
| 1757 | 2024-11-21T21:59:25.933Z | Checking tinystr v0.7.6 |
| 1758 | 2024-11-21T21:59:26.127Z | Checking regex-syntax v0.8.5 |
| 1759 | 2024-11-21T21:59:26.313Z | Checking icu_locid v1.5.0 |
| 1760 | 2024-11-21T21:59:26.592Z | Checking unicode-normalization v0.1.24 |
| 1761 | 2024-11-21T21:59:26.886Z | Checking icu_collections v1.5.0 |
| 1762 | 2024-11-21T21:59:27.153Z | Checking schemars v0.8.21 |
| 1763 | 2024-11-21T21:59:27.411Z | Checking icu_provider v1.5.0 |
| 1764 | 2024-11-21T21:59:27.521Z | Checking hmac v0.12.1 |
| 1765 | 2024-11-21T21:59:27.605Z | Checking untrusted v0.9.0 |
| 1766 | 2024-11-21T21:59:27.781Z | Checking icu_properties_data v1.5.0 |
| 1767 | 2024-11-21T21:59:27.892Z | Checking ring v0.17.8 |
| 1768 | 2024-11-21T21:59:27.892Z | Checking sha2 v0.10.8 |
| 1769 | 2024-11-21T21:59:28.003Z | Checking aho-corasick v1.1.3 |
| 1770 | 2024-11-21T21:59:28.078Z | Checking icu_locid_transform v1.5.0 |
| 1771 | 2024-11-21T21:59:28.404Z | Checking icu_normalizer_data v1.5.0 |
| 1772 | 2024-11-21T21:59:28.522Z | Checking write16 v1.0.0 |
| 1773 | 2024-11-21T21:59:28.644Z | Checking utf8_iter v1.0.4 |
| 1774 | 2024-11-21T21:59:28.818Z | Checking unicode-ident v1.0.13 |
| 1775 | 2024-11-21T21:59:28.866Z | Checking unicode-bidi v0.3.17 |
| 1776 | 2024-11-21T21:59:28.868Z | Checking utf16_iter v1.0.5 |
| 1777 | 2024-11-21T21:59:28.992Z | Checking lazy_static v1.5.0 |
| 1778 | 2024-11-21T21:59:29.048Z | Checking powerfmt v0.2.0 |
| 1779 | 2024-11-21T21:59:29.051Z | Checking icu_properties v1.5.1 |
| 1780 | 2024-11-21T21:59:29.121Z | Checking adler2 v2.0.0 |
| 1781 | 2024-11-21T21:59:29.282Z | Checking miniz_oxide v0.8.0 |
| 1782 | 2024-11-21T21:59:29.332Z | Checking deranged v0.3.11 |
| 1783 | 2024-11-21T21:59:29.407Z | Checking num-conv v0.1.0 |
| 1784 | 2024-11-21T21:59:29.503Z | Checking rustls-pki-types v1.9.0 |
| 1785 | 2024-11-21T21:59:29.529Z | Checking num_threads v0.1.7 |
| 1786 | 2024-11-21T21:59:29.622Z | Checking regex-automata v0.4.8 |
| 1787 | 2024-11-21T21:59:29.650Z | Checking time-core v0.1.2 |
| 1788 | 2024-11-21T21:59:29.654Z | Checking proc-macro2 v1.0.89 |
| 1789 | 2024-11-21T21:59:29.820Z | Checking pem-rfc7468 v0.7.0 |
| 1790 | 2024-11-21T21:59:30.042Z | Checking untrusted v0.7.1 |
| 1791 | 2024-11-21T21:59:30.075Z | Checking http-body v1.0.1 |
| 1792 | 2024-11-21T21:59:30.129Z | Checking aws-lc-sys v0.22.0 |
| 1793 | 2024-11-21T21:59:30.232Z | Checking base64 v0.22.1 |
| 1794 | 2024-11-21T21:59:30.294Z | Checking mirai-annotations v1.12.0 |
| 1795 | 2024-11-21T21:59:30.355Z | Checking quote v1.0.37 |
| 1796 | 2024-11-21T21:59:30.502Z | Checking try-lock v0.2.5 |
| 1797 | 2024-11-21T21:59:30.636Z | Checking httpdate v1.0.3 |
| 1798 | 2024-11-21T21:59:30.688Z | Checking syn v2.0.87 |
| 1799 | 2024-11-21T21:59:30.711Z | Checking want v0.3.1 |
| 1800 | 2024-11-21T21:59:30.844Z | Checking flagset v0.4.6 |
| 1801 | 2024-11-21T21:59:30.891Z | Checking pbkdf2 v0.12.2 |
| 1802 | 2024-11-21T21:59:31.044Z | Checking der v0.7.9 |
| 1803 | 2024-11-21T21:59:31.071Z | Checking aes v0.8.4 |
| 1804 | 2024-11-21T21:59:31.126Z | Checking time v0.3.36 |
| 1805 | 2024-11-21T21:59:31.976Z | Checking salsa20 v0.10.2 |
| 1806 | 2024-11-21T21:59:32.206Z | Checking cbc v0.1.2 |
| 1807 | 2024-11-21T21:59:32.239Z | Checking icu_normalizer v1.5.0 |
| 1808 | 2024-11-21T21:59:32.406Z | Checking ahash v0.8.11 |
| 1809 | 2024-11-21T21:59:32.765Z | Checking tokio-util v0.7.12 |
| 1810 | 2024-11-21T21:59:32.816Z | Checking aws-lc-rs v1.10.0 |
| 1811 | 2024-11-21T21:59:32.842Z | Checking spki v0.7.3 |
| 1812 | 2024-11-21T21:59:32.963Z | Checking slog v2.7.0 |
| 1813 | 2024-11-21T21:59:33.023Z | Checking idna_adapter v1.2.0 |
| 1814 | 2024-11-21T21:59:33.145Z | Checking tower-service v0.3.3 |
| 1815 | 2024-11-21T21:59:33.221Z | Checking idna v1.0.3 |
| 1816 | 2024-11-21T21:59:33.290Z | Checking scrypt v0.11.0 |
| 1817 | 2024-11-21T21:59:33.477Z | Checking gimli v0.31.1 |
| 1818 | 2024-11-21T21:59:33.511Z | Checking mime v0.3.17 |
| 1819 | 2024-11-21T21:59:33.696Z | Checking url v2.5.3 |
| 1820 | 2024-11-21T21:59:33.718Z | Checking h2 v0.4.6 |
| 1821 | 2024-11-21T21:59:33.741Z | Checking pkcs5 v0.7.1 |
| 1822 | 2024-11-21T21:59:33.844Z | Checking object v0.36.5 |
| 1823 | 2024-11-21T21:59:34.258Z | Checking utf8parse v0.2.2 |
| 1824 | 2024-11-21T21:59:34.378Z | Checking rustc-demangle v0.1.24 |
| 1825 | 2024-11-21T21:59:34.413Z | Checking regex v1.11.1 |
| 1826 | 2024-11-21T21:59:34.522Z | Checking pkcs8 v0.10.2 |
| 1827 | 2024-11-21T21:59:34.646Z | Checking rustls-webpki v0.102.8 |
| 1828 | 2024-11-21T21:59:34.825Z | Checking http-body-util v0.1.2 |
| 1829 | 2024-11-21T21:59:34.852Z | Checking futures-executor v0.3.31 |
| 1830 | 2024-11-21T21:59:35.044Z | Checking toml_datetime v0.6.8 |
| 1831 | 2024-11-21T21:59:35.076Z | Checking serde_spanned v0.6.8 |
| 1832 | 2024-11-21T21:59:35.268Z | Checking ipnet v2.10.1 |
| 1833 | 2024-11-21T21:59:35.319Z | Checking unicode-width v0.1.14 |
| 1834 | 2024-11-21T21:59:35.321Z | Checking data-encoding v2.6.0 |
| 1835 | 2024-11-21T21:59:35.444Z | Checking futures v0.3.31 |
| 1836 | 2024-11-21T21:59:35.570Z | Checking rustls-pemfile v2.2.0 |
| 1837 | 2024-11-21T21:59:35.709Z | Checking anstyle v1.0.10 |
| 1838 | 2024-11-21T21:59:35.799Z | Checking foreign-types-shared v0.1.1 |
| 1839 | 2024-11-21T21:59:35.839Z | Checking openssl-probe v0.1.5 |
| 1840 | 2024-11-21T21:59:35.907Z | Checking foreign-types v0.3.2 |
| 1841 | 2024-11-21T21:59:35.989Z | Checking semver v1.0.23 |
| 1842 | 2024-11-21T21:59:36.016Z | Checking serde_urlencoded v0.7.1 |
| 1843 | 2024-11-21T21:59:36.019Z | Checking sha1 v0.10.6 |
| 1844 | 2024-11-21T21:59:36.066Z | Checking openssl-sys v0.9.103 |
| 1845 | 2024-11-21T21:59:36.303Z | Checking encoding_rs v0.8.34 |
| 1846 | 2024-11-21T21:59:36.415Z | Checking rustls v0.23.14 |
| 1847 | 2024-11-21T21:59:36.464Z | Checking anstyle-parse v0.2.5 |
| 1848 | 2024-11-21T21:59:36.741Z | Checking camino v1.1.9 |
| 1849 | 2024-11-21T21:59:37.042Z | Checking winnow v0.6.20 |
| 1850 | 2024-11-21T21:59:37.293Z | Checking colorchoice v1.0.2 |
| 1851 | 2024-11-21T21:59:37.421Z | Checking openssl v0.10.66 |
| 1852 | 2024-11-21T21:59:37.451Z | Checking anstyle-query v1.1.1 |
| 1853 | 2024-11-21T21:59:37.491Z | Checking addr2line v0.24.2 |
| 1854 | 2024-11-21T21:59:37.581Z | Checking either v1.13.0 |
| 1855 | 2024-11-21T21:59:37.980Z | Checking is_terminal_polyfill v1.70.1 |
| 1856 | 2024-11-21T21:59:38.044Z | Checking idna v0.3.0 |
| 1857 | 2024-11-21T21:59:38.145Z | Checking anstream v0.6.15 |
| 1858 | 2024-11-21T21:59:38.533Z | Checking terminal_size v0.4.0 |
| 1859 | 2024-11-21T21:59:38.603Z | Checking openapiv3 v2.0.0 |
| 1860 | 2024-11-21T21:59:38.722Z | Checking signature v2.2.0 |
| 1861 | 2024-11-21T21:59:38.923Z | Checking clap_lex v0.7.2 |
| 1862 | 2024-11-21T21:59:38.951Z | Checking psl-types v2.0.11 |
| 1863 | 2024-11-21T21:59:39.142Z | Checking strsim v0.11.1 |
| 1864 | 2024-11-21T21:59:39.185Z | Checking publicsuffix v2.2.3 |
| 1865 | 2024-11-21T21:59:39.418Z | Checking cookie v0.18.1 |
| 1866 | 2024-11-21T21:59:39.445Z | Checking clap_builder v4.5.21 |
| 1867 | 2024-11-21T21:59:39.875Z | Checking webpki-roots v0.26.6 |
| 1868 | 2024-11-21T21:59:39.964Z | Checking hyper v1.5.0 |
| 1869 | 2024-11-21T21:59:40.027Z | Checking idna v0.5.0 |
| 1870 | 2024-11-21T21:59:40.111Z | Checking is-terminal v0.4.13 |
| 1871 | 2024-11-21T21:59:40.253Z | Checking scroll v0.12.0 |
| 1872 | 2024-11-21T21:59:40.255Z | Checking backtrace v0.3.74 |
| 1873 | 2024-11-21T21:59:40.764Z | Checking ucd-trie v0.1.7 |
| 1874 | 2024-11-21T21:59:40.838Z | Checking anyhow v1.0.93 |
| 1875 | 2024-11-21T21:59:40.912Z | Checking plain v0.2.3 |
| 1876 | 2024-11-21T21:59:40.964Z | Checking pest v2.7.14 |
| 1877 | 2024-11-21T21:59:41.068Z | Checking goblin v0.8.2 |
| 1878 | 2024-11-21T21:59:41.206Z | Checking cookie_store v0.21.0 |
| 1879 | 2024-11-21T21:59:41.873Z | Checking sync_wrapper v1.0.1 |
| 1880 | 2024-11-21T21:59:41.956Z | Checking tokio-rustls v0.26.0 |
| 1881 | 2024-11-21T21:59:42.028Z | Checking base16ct v0.2.0 |
| 1882 | 2024-11-21T21:59:42.085Z | Checking pretty-hex v0.4.1 |
| 1883 | 2024-11-21T21:59:42.108Z | Checking hyper-util v0.1.10 |
| 1884 | 2024-11-21T21:59:42.223Z | Checking sec1 v0.7.3 |
| 1885 | 2024-11-21T21:59:42.255Z | Checking num-integer v0.1.46 |
| 1886 | 2024-11-21T21:59:42.354Z | Checking ff v0.13.0 |
| 1887 | 2024-11-21T21:59:42.469Z | Checking clap v4.5.21 |
| 1888 | 2024-11-21T21:59:42.564Z | Checking thread-id v4.2.2 |
| 1889 | 2024-11-21T21:59:42.594Z | Checking group v0.13.0 |
| 1890 | 2024-11-21T21:59:42.637Z | Checking toml_edit v0.22.22 |
| 1891 | 2024-11-21T21:59:42.684Z | Checking hkdf v0.12.4 |
| 1892 | 2024-11-21T21:59:42.737Z | Checking crypto-bigint v0.5.5 |
| 1893 | 2024-11-21T21:59:42.868Z | Checking memmap v0.7.0 |
| 1894 | 2024-11-21T21:59:42.899Z | Checking dirs-sys-next v0.1.2 |
| 1895 | 2024-11-21T21:59:42.934Z | Checking native-tls v0.2.12 |
| 1896 | 2024-11-21T21:59:43.084Z | Checking crc32fast v1.4.2 |
| 1897 | 2024-11-21T21:59:43.110Z | Checking bitflags v1.3.2 |
| 1898 | 2024-11-21T21:59:43.225Z | Checking utf-8 v0.7.6 |
| 1899 | 2024-11-21T21:59:43.273Z | Checking tokio-native-tls v0.3.1 |
| 1900 | 2024-11-21T21:59:43.336Z | Checking static_assertions v1.1.0 |
| 1901 | 2024-11-21T21:59:43.433Z | Checking dtrace-parser v0.2.0 |
| 1902 | 2024-11-21T21:59:43.435Z | Checking dirs-next v2.0.0 |
| 1903 | 2024-11-21T21:59:43.435Z | Checking crossbeam-channel v0.5.13 |
| 1904 | 2024-11-21T21:59:43.536Z | Checking thread_local v1.1.8 |
| 1905 | 2024-11-21T21:59:43.602Z | Checking unicode-segmentation v1.12.0 |
| 1906 | 2024-11-21T21:59:43.833Z | Checking term v0.7.0 |
| 1907 | 2024-11-21T21:59:43.923Z | Checking num-iter v0.1.45 |
| 1908 | 2024-11-21T21:59:44.223Z | Checking hyper-tls v0.6.0 |
| 1909 | 2024-11-21T21:59:44.232Z | Checking hyper-rustls v0.27.3 |
| 1910 | 2024-11-21T21:59:44.232Z | Checking crossbeam-epoch v0.9.18 |
| 1911 | 2024-11-21T21:59:44.274Z | Checking take_mut v0.2.2 |
| 1912 | 2024-11-21T21:59:44.301Z | Checking match_cfg v0.1.0 |
| 1913 | 2024-11-21T21:59:44.387Z | Checking slog-term v2.9.1 |
| 1914 | 2024-11-21T21:59:44.415Z | Checking hostname v0.3.1 |
| 1915 | 2024-11-21T21:59:44.438Z | Checking slog-async v2.8.0 |
| 1916 | 2024-11-21T21:59:44.469Z | Checking reqwest v0.12.9 |
| 1917 | 2024-11-21T21:59:44.552Z | Checking bstr v1.10.0 |
| 1918 | 2024-11-21T21:59:44.641Z | Checking rfc6979 v0.4.0 |
| 1919 | 2024-11-21T21:59:44.745Z | Checking hex v0.4.3 |
| 1920 | 2024-11-21T21:59:44.823Z | Checking winnow v0.5.40 |
| 1921 | 2024-11-21T21:59:44.904Z | Checking managed v0.8.0 |
| 1922 | 2024-11-21T21:59:45.272Z | Checking toml v0.8.19 |
| 1923 | 2024-11-21T21:59:45.301Z | Checking crossbeam-deque v0.8.5 |
| 1924 | 2024-11-21T21:59:45.324Z | Checking num-bigint-dig v0.8.4 |
| 1925 | 2024-11-21T21:59:45.471Z | Checking flate2 v1.0.34 |
| 1926 | 2024-11-21T21:59:45.606Z | Checking elliptic-curve v0.13.8 |
| 1927 | 2024-11-21T21:59:45.633Z | Checking rustls v0.22.4 |
| 1928 | 2024-11-21T21:59:45.962Z | Checking dof v0.3.0 |
| 1929 | 2024-11-21T21:59:46.018Z | Checking pkcs1 v0.7.5 |
| 1930 | 2024-11-21T21:59:46.130Z | Checking curve25519-dalek v4.1.3 |
| 1931 | 2024-11-21T21:59:46.269Z | Checking ecdsa v0.16.9 |
| 1932 | 2024-11-21T21:59:46.319Z | Checking zerocopy v0.6.6 |
| 1933 | 2024-11-21T21:59:46.431Z | Checking siphasher v0.3.11 |
| 1934 | 2024-11-21T21:59:46.625Z | Checking usdt-impl v0.5.0 |
| 1935 | 2024-11-21T21:59:46.763Z | Checking rayon-core v1.12.1 |
| 1936 | 2024-11-21T21:59:46.981Z | Checking ed25519 v2.2.3 |
| 1937 | 2024-11-21T21:59:47.128Z | Checking slog-json v2.6.1 |
| 1938 | 2024-11-21T21:59:47.212Z | Checking usdt v0.5.0 |
| 1939 | 2024-11-21T21:59:47.300Z | Checking signal-hook v0.3.17 |
| 1940 | 2024-11-21T21:59:47.402Z | Checking quick-error v1.2.3 |
| 1941 | 2024-11-21T21:59:47.441Z | Checking debug-ignore v1.0.5 |
| 1942 | 2024-11-21T21:59:47.473Z | Checking slog-bunyan v2.5.0 |
| 1943 | 2024-11-21T21:59:47.519Z | Checking rsa v0.9.6 |
| 1944 | 2024-11-21T21:59:47.544Z | Checking multer v3.1.0 |
| 1945 | 2024-11-21T21:59:47.587Z | Checking itertools v0.10.5 |
| 1946 | 2024-11-21T21:59:47.636Z | Checking x509-cert v0.2.5 |
| 1947 | 2024-11-21T21:59:47.661Z | Checking idna v0.4.0 |
| 1948 | 2024-11-21T21:59:47.828Z | Checking toml_edit v0.19.15 |
| 1949 | 2024-11-21T21:59:47.953Z | Checking waitgroup v0.1.2 |
| 1950 | 2024-11-21T21:59:48.070Z | Checking ed25519-dalek v2.1.1 |
| 1951 | 2024-11-21T21:59:48.103Z | Checking serde_path_to_error v0.1.16 |
| 1952 | 2024-11-21T21:59:48.500Z | Checking hubpack v0.1.2 |
| 1953 | 2024-11-21T21:59:48.557Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1954 | 2024-11-21T21:59:48.615Z | Checking async-stream v0.3.6 |
| 1955 | 2024-11-21T21:59:48.694Z | Checking hostname v0.4.0 |
| 1956 | 2024-11-21T21:59:48.697Z | Checking bit-vec v0.6.3 |
| 1957 | 2024-11-21T21:59:48.813Z | Checking bzip2 v0.4.4 |
| 1958 | 2024-11-21T21:59:48.839Z | Checking hickory-proto v0.24.1 |
| 1959 | 2024-11-21T21:59:48.842Z | Checking signal-hook-mio v0.2.4 |
| 1960 | 2024-11-21T21:59:48.990Z | Checking console v0.15.8 |
| 1961 | 2024-11-21T21:59:49.034Z | Checking bit-set v0.5.3 |
| 1962 | 2024-11-21T21:59:49.097Z | Checking hash32 v0.2.1 |
| 1963 | 2024-11-21T21:59:49.243Z | Checking tokio-rustls v0.25.0 |
| 1964 | 2024-11-21T21:59:49.275Z | Checking unicode-properties v0.1.3 |
| 1965 | 2024-11-21T21:59:49.313Z | Checking predicates-core v1.0.8 |
| 1966 | 2024-11-21T21:59:49.423Z | Checking linked-hash-map v0.5.6 |
| 1967 | 2024-11-21T21:59:49.510Z | Checking heapless v0.7.17 |
| 1968 | 2024-11-21T21:59:49.556Z | Checking crossterm v0.28.1 |
| 1969 | 2024-11-21T21:59:49.627Z | Checking stringprep v0.1.5 |
| 1970 | 2024-11-21T21:59:49.654Z | Checking dropshot v0.12.0 |
| 1971 | 2024-11-21T21:59:49.760Z | Checking lru-cache v0.1.2 |
| 1972 | 2024-11-21T21:59:49.880Z | Checking rayon v1.10.0 |
| 1973 | 2024-11-21T21:59:49.907Z | Checking phf_shared v0.11.2 |
| 1974 | 2024-11-21T21:59:49.950Z | Checking similar v2.6.0 |
| 1975 | 2024-11-21T21:59:50.191Z | Checking tokio-stream v0.1.16 |
| 1976 | 2024-11-21T21:59:50.370Z | Checking toml v0.7.8 |
| 1977 | 2024-11-21T21:59:50.522Z | Checking md-5 v0.10.6 |
| 1978 | 2024-11-21T21:59:50.762Z | Checking float-cmp v0.9.0 |
| 1979 | 2024-11-21T21:59:50.826Z | Checking normalize-line-endings v0.3.0 |
| 1980 | 2024-11-21T21:59:50.961Z | Checking fixedbitset v0.4.2 |
| 1981 | 2024-11-21T21:59:50.967Z | Checking difflib v0.4.0 |
| 1982 | 2024-11-21T21:59:51.057Z | Checking fallible-iterator v0.2.0 |
| 1983 | 2024-11-21T21:59:51.121Z | Checking smoltcp v0.9.1 |
| 1984 | 2024-11-21T21:59:51.273Z | Checking petgraph v0.6.5 |
| 1985 | 2024-11-21T21:59:51.342Z | Checking predicates v3.1.2 |
| 1986 | 2024-11-21T21:59:51.363Z | Checking phf v0.11.2 |
| 1987 | 2024-11-21T21:59:51.627Z | Checking zip v0.6.6 |
| 1988 | 2024-11-21T21:59:51.650Z | Checking postgres-protocol v0.6.7 |
| 1989 | 2024-11-21T21:59:51.960Z | Checking resolv-conf v0.7.0 |
| 1990 | 2024-11-21T21:59:52.292Z | Checking phf_shared v0.10.0 |
| 1991 | 2024-11-21T21:59:52.318Z | Checking tungstenite v0.24.0 |
| 1992 | 2024-11-21T21:59:52.322Z | Checking fs-err v2.11.0 |
| 1993 | 2024-11-21T21:59:52.598Z | Checking serde-big-array v0.5.1 |
| 1994 | 2024-11-21T21:59:52.643Z | Checking portable-atomic v1.9.0 |
| 1995 | 2024-11-21T21:59:52.828Z | Checking lalrpop-util v0.19.12 |
| 1996 | 2024-11-21T21:59:52.927Z | Checking number_prefix v0.4.0 |
| 1997 | 2024-11-21T21:59:53.135Z | Checking precomputed-hash v0.1.1 |
| 1998 | 2024-11-21T21:59:53.160Z | Checking minimal-lexical v0.2.1 |
| 1999 | 2024-11-21T21:59:53.229Z | Checking unicode-width v0.2.0 |
| 2000 | 2024-11-21T21:59:53.255Z | Checking new_debug_unreachable v1.0.6 |
| 2001 | 2024-11-21T21:59:53.345Z | Checking string_cache v0.8.7 |
| 2002 | 2024-11-21T21:59:53.412Z | Checking tokio-tungstenite v0.24.0 |
| 2003 | 2024-11-21T21:59:53.573Z | Checking nom v7.1.3 |
| 2004 | 2024-11-21T21:59:53.629Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2005 | 2024-11-21T21:59:53.689Z | Checking postgres-types v0.2.8 |
| 2006 | 2024-11-21T21:59:53.717Z | Checking hickory-resolver v0.24.1 |
| 2007 | 2024-11-21T21:59:53.745Z | Checking itertools v0.12.1 |
| 2008 | 2024-11-21T21:59:53.747Z | Checking indicatif v0.17.9 |
| 2009 | 2024-11-21T21:59:53.886Z | Checking peg-runtime v0.8.3 |
| 2010 | 2024-11-21T21:59:54.126Z | Checking whoami v1.5.2 |
| 2011 | 2024-11-21T21:59:54.459Z | Checking tokio-postgres v0.7.12 |
| 2012 | 2024-11-21T21:59:54.528Z | Compiling hashbrown v0.14.5 |
| 2013 | 2024-11-21T21:59:54.555Z | Compiling ident_case v1.0.1 |
| 2014 | 2024-11-21T21:59:54.662Z | Compiling unsafe-libyaml v0.2.11 |
| 2015 | 2024-11-21T21:59:54.750Z | Compiling darling_core v0.20.10 |
| 2016 | 2024-11-21T21:59:55.311Z | Checking qorb v0.2.0 |
| 2017 | 2024-11-21T21:59:55.906Z | Compiling regress v0.10.1 |
| 2018 | 2024-11-21T21:59:56.402Z | Compiling serde_yaml v0.9.34+deprecated |
| 2019 | 2024-11-21T21:59:56.668Z | Checking heck v0.5.0 |
| 2020 | 2024-11-21T21:59:56.873Z | Checking progenitor-client v0.8.0 |
| 2021 | 2024-11-21T21:59:57.268Z | Checking fastrand v2.1.1 |
| 2022 | 2024-11-21T21:59:57.600Z | Compiling newtype-uuid v1.1.3 |
| 2023 | 2024-11-21T21:59:57.627Z | Checking ipnetwork v0.20.0 |
| 2024 | 2024-11-21T21:59:57.855Z | Compiling structmeta-derive v0.3.0 |
| 2025 | 2024-11-21T21:59:57.918Z | Checking strum v0.26.3 |
| 2026 | 2024-11-21T21:59:58.004Z | Checking macaddr v1.0.1 |
| 2027 | 2024-11-21T21:59:58.085Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2028 | 2024-11-21T21:59:58.340Z | Compiling dropshot v0.13.0 |
| 2029 | 2024-11-21T21:59:58.870Z | Compiling dropshot_endpoint v0.13.0 |
| 2030 | 2024-11-21T21:59:58.980Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2031 | 2024-11-21T21:59:59.275Z | Checking tempfile v3.13.0 |
| 2032 | 2024-11-21T21:59:59.353Z | Checking instant v0.1.13 |
| 2033 | 2024-11-21T21:59:59.482Z | Checking regress v0.9.1 |
| 2034 | 2024-11-21T21:59:59.657Z | Compiling typify-impl v0.2.0 |
| 2035 | 2024-11-21T22:00:00.693Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2036 | 2024-11-21T22:00:00.860Z | Compiling structmeta v0.3.0 |
| 2037 | 2024-11-21T22:00:01.011Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2038 | 2024-11-21T22:00:01.324Z | Checking backoff v0.4.0 |
| 2039 | 2024-11-21T22:00:01.326Z | Compiling parse-display-derive v0.10.0 |
| 2040 | 2024-11-21T22:00:01.502Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2041 | 2024-11-21T22:00:01.654Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2042 | 2024-11-21T22:00:01.680Z | Checking wait-timeout v0.2.0 |
| 2043 | 2024-11-21T22:00:01.807Z | Compiling darling_macro v0.20.10 |
| 2044 | 2024-11-21T22:00:01.835Z | Checking rand_xorshift v0.3.0 |
| 2045 | 2024-11-21T22:00:01.876Z | Checking rusty-fork v0.3.0 |
| 2046 | 2024-11-21T22:00:02.029Z | Compiling structmeta-derive v0.2.0 |
| 2047 | 2024-11-21T22:00:02.204Z | Checking unarray v0.1.4 |
| 2048 | 2024-11-21T22:00:02.354Z | Checking proptest v1.5.0 |
| 2049 | 2024-11-21T22:00:02.774Z | Compiling darling v0.20.10 |
| 2050 | 2024-11-21T22:00:02.907Z | Compiling serde_with_macros v3.11.0 |
| 2051 | 2024-11-21T22:00:03.071Z | Checking camino-tempfile v1.1.1 |
| 2052 | 2024-11-21T22:00:03.374Z | Compiling proc-macro-error v1.0.4 |
| 2053 | 2024-11-21T22:00:03.727Z | Compiling proc-macro-crate v1.3.1 |
| 2054 | 2024-11-21T22:00:04.098Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2055 | 2024-11-21T22:00:04.490Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2056 | 2024-11-21T22:00:04.797Z | Compiling foreign-types-macros v0.2.3 |
| 2057 | 2024-11-21T22:00:04.865Z | Compiling num_enum_derive v0.5.11 |
| 2058 | 2024-11-21T22:00:05.046Z | Compiling structmeta v0.2.0 |
| 2059 | 2024-11-21T22:00:05.501Z | Compiling test-strategy v0.3.1 |
| 2060 | 2024-11-21T22:00:05.931Z | Checking serde_with v3.11.0 |
| 2061 | 2024-11-21T22:00:06.048Z | Checking parse-display v0.10.0 |
| 2062 | 2024-11-21T22:00:06.094Z | Checking foreign-types-shared v0.3.1 |
| 2063 | 2024-11-21T22:00:06.216Z | Checking foreign-types v0.5.0 |
| 2064 | 2024-11-21T22:00:06.445Z | Checking tabwriter v1.4.0 |
| 2065 | 2024-11-21T22:00:06.504Z | Checking cstr-argument v0.1.2 |
| 2066 | 2024-11-21T22:00:06.689Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2067 | 2024-11-21T22:00:06.692Z | Checking pretty-hex v0.2.1 |
| 2068 | 2024-11-21T22:00:06.871Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2069 | 2024-11-21T22:00:07.062Z | Checking colored v2.1.0 |
| 2070 | 2024-11-21T22:00:07.185Z | Checking smf v0.2.3 |
| 2071 | 2024-11-21T22:00:07.342Z | Checking num_enum v0.5.11 |
| 2072 | 2024-11-21T22:00:07.367Z | Compiling zerocopy v0.8.10 |
| 2073 | 2024-11-21T22:00:07.498Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2074 | 2024-11-21T22:00:07.501Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2075 | 2024-11-21T22:00:07.611Z | Compiling crucible-workspace-hack v0.1.0 |
| 2076 | 2024-11-21T22:00:07.637Z | Checking base64 v0.21.7 |
| 2077 | 2024-11-21T22:00:07.661Z | Compiling itertools v0.13.0 |
| 2078 | 2024-11-21T22:00:07.819Z | Compiling zerocopy-derive v0.8.10 |
| 2079 | 2024-11-21T22:00:07.927Z | Checking termtree v0.4.1 |
| 2080 | 2024-11-21T22:00:08.181Z | Compiling heapless v0.8.0 |
| 2081 | 2024-11-21T22:00:08.184Z | Checking predicates-tree v1.0.11 |
| 2082 | 2024-11-21T22:00:08.385Z | Checking hash32 v0.3.1 |
| 2083 | 2024-11-21T22:00:08.468Z | Compiling smoltcp v0.11.0 |
| 2084 | 2024-11-21T22:00:08.590Z | Checking cobs v0.2.3 |
| 2085 | 2024-11-21T22:00:08.800Z | Checking postcard v1.0.10 |
| 2086 | 2024-11-21T22:00:09.284Z | Checking sigpipe v0.1.3 |
| 2087 | 2024-11-21T22:00:09.340Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2088 | 2024-11-21T22:00:09.403Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2089 | 2024-11-21T22:00:09.479Z | Checking atomicwrites v0.4.4 |
| 2090 | 2024-11-21T22:00:09.503Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2091 | 2024-11-21T22:00:09.556Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2092 | 2024-11-21T22:00:09.675Z | Compiling mockall_derive v0.13.0 |
| 2093 | 2024-11-21T22:00:09.712Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2094 | 2024-11-21T22:00:09.870Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2095 | 2024-11-21T22:00:10.093Z | Compiling zone_cfg_derive v0.3.0 |
| 2096 | 2024-11-21T22:00:10.427Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2097 | 2024-11-21T22:00:10.787Z | Compiling num-derive v0.4.2 |
| 2098 | 2024-11-21T22:00:10.853Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2099 | 2024-11-21T22:00:11.567Z | Checking downcast v0.11.0 |
| 2100 | 2024-11-21T22:00:11.771Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2101 | 2024-11-21T22:00:11.959Z | Checking fragile v2.0.0 |
| 2102 | 2024-11-21T22:00:12.094Z | Checking zone v0.3.0 |
| 2103 | 2024-11-21T22:00:12.234Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2104 | 2024-11-21T22:00:12.490Z | Compiling convert_case v0.4.0 |
| 2105 | 2024-11-21T22:00:12.874Z | Checking newline-converter v0.3.0 |
| 2106 | 2024-11-21T22:00:13.236Z | Checking expectorate v1.1.0 |
| 2107 | 2024-11-21T22:00:13.260Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2108 | 2024-11-21T22:00:13.409Z | Checking tungstenite v0.21.0 |
| 2109 | 2024-11-21T22:00:13.550Z | Compiling derive_more v0.99.18 |
| 2110 | 2024-11-21T22:00:13.745Z | Checking same-file v1.0.6 |
| 2111 | 2024-11-21T22:00:13.931Z | Checking walkdir v2.5.0 |
| 2112 | 2024-11-21T22:00:14.067Z | Checking arc-swap v1.7.1 |
| 2113 | 2024-11-21T22:00:14.239Z | Checking xattr v1.3.1 |
| 2114 | 2024-11-21T22:00:14.420Z | Checking tokio-tungstenite v0.21.0 |
| 2115 | 2024-11-21T22:00:14.458Z | Checking filetime v0.2.25 |
| 2116 | 2024-11-21T22:00:14.523Z | Checking slog-scope v4.4.0 |
| 2117 | 2024-11-21T22:00:14.672Z | Checking tar v0.4.42 |
| 2118 | 2024-11-21T22:00:14.728Z | Checking slog-stdlog v4.1.1 |
| 2119 | 2024-11-21T22:00:14.906Z | Checking slog-envlogger v2.2.0 |
| 2120 | 2024-11-21T22:00:14.940Z | Checking num-rational v0.4.2 |
| 2121 | 2024-11-21T22:00:15.132Z | Checking num-complex v0.4.6 |
| 2122 | 2024-11-21T22:00:15.545Z | Checking float-ord v0.3.2 |
| 2123 | 2024-11-21T22:00:15.620Z | Compiling cancel-safe-futures v0.1.5 |
| 2124 | 2024-11-21T22:00:15.698Z | Compiling owo-colors v4.1.0 |
| 2125 | 2024-11-21T22:00:15.847Z | Checking swrite v0.1.0 |
| 2126 | 2024-11-21T22:00:16.008Z | Checking libsw v3.3.1 |
| 2127 | 2024-11-21T22:00:16.104Z | Checking num v0.4.3 |
| 2128 | 2024-11-21T22:00:16.222Z | Checking pem v3.0.4 |
| 2129 | 2024-11-21T22:00:16.285Z | Checking password-hash v0.5.0 |
| 2130 | 2024-11-21T22:00:16.505Z | Checking blake2 v0.10.6 |
| 2131 | 2024-11-21T22:00:16.526Z | Checking linear-map v1.2.0 |
| 2132 | 2024-11-21T22:00:16.776Z | Checking indent_write v2.2.0 |
| 2133 | 2024-11-21T22:00:16.870Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2134 | 2024-11-21T22:00:16.987Z | Checking argon2 v0.5.3 |
| 2135 | 2024-11-21T22:00:17.217Z | Compiling lzma-sys v0.1.20 |
| 2136 | 2024-11-21T22:00:17.537Z | Checking headers-core v0.3.0 |
| 2137 | 2024-11-21T22:00:17.690Z | Compiling heck v0.3.3 |
| 2138 | 2024-11-21T22:00:17.693Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2139 | 2024-11-21T22:00:17.995Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2140 | 2024-11-21T22:00:18.079Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2141 | 2024-11-21T22:00:18.110Z | Compiling zone_cfg_derive v0.1.2 |
| 2142 | 2024-11-21T22:00:18.294Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2143 | 2024-11-21T22:00:18.320Z | Checking headers v0.4.0 |
| 2144 | 2024-11-21T22:00:18.344Z | Compiling typify-macro v0.2.0 |
| 2145 | 2024-11-21T22:00:18.390Z | Checking mockall v0.13.0 |
| 2146 | 2024-11-21T22:00:18.421Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2147 | 2024-11-21T22:00:18.643Z | Checking yasna v0.5.2 |
| 2148 | 2024-11-21T22:00:18.725Z | Checking highway v1.2.0 |
| 2149 | 2024-11-21T22:00:19.096Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2150 | 2024-11-21T22:00:19.159Z | Checking base64 v0.13.1 |
| 2151 | 2024-11-21T22:00:19.480Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2152 | 2024-11-21T22:00:19.574Z | Checking ron v0.7.1 |
| 2153 | 2024-11-21T22:00:19.616Z | Checking rcgen v0.12.1 |
| 2154 | 2024-11-21T22:00:19.675Z | Checking zone v0.1.8 |
| 2155 | 2024-11-21T22:00:20.330Z | Checking xz2 v0.1.7 |
| 2156 | 2024-11-21T22:00:20.371Z | Checking subprocess v0.2.9 |
| 2157 | 2024-11-21T22:00:20.653Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2158 | 2024-11-21T22:00:20.830Z | Checking humantime v2.1.0 |
| 2159 | 2024-11-21T22:00:20.929Z | Compiling semver v0.1.20 |
| 2160 | 2024-11-21T22:00:21.124Z | Checking half v2.4.1 |
| 2161 | 2024-11-21T22:00:21.431Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2162 | 2024-11-21T22:00:21.485Z | Compiling rustc_version v0.1.7 |
| 2163 | 2024-11-21T22:00:21.609Z | Checking ciborium-io v0.2.2 |
| 2164 | 2024-11-21T22:00:21.611Z | Checking prettyplease v0.2.25 |
| 2165 | 2024-11-21T22:00:21.745Z | Checking ciborium-ll v0.2.2 |
| 2166 | 2024-11-21T22:00:21.939Z | Compiling newtype_derive v0.1.6 |
| 2167 | 2024-11-21T22:00:22.002Z | Checking ciborium v0.2.2 |
| 2168 | 2024-11-21T22:00:22.688Z | Compiling typify v0.2.0 |
| 2169 | 2024-11-21T22:00:22.763Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2170 | 2024-11-21T22:00:22.836Z | Compiling progenitor-impl v0.8.0 |
| 2171 | 2024-11-21T22:00:24.431Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
| 2172 | 2024-11-21T22:00:24.784Z | Checking steno v0.4.1 |
| 2173 | 2024-11-21T22:00:25.178Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2174 | 2024-11-21T22:00:25.773Z | Checking display-error-chain v0.2.2 |
| 2175 | 2024-11-21T22:00:25.925Z | Compiling slog-dtrace v0.3.0 |
| 2176 | 2024-11-21T22:00:25.961Z | Checking gethostname v0.5.0 |
| 2177 | 2024-11-21T22:00:26.093Z | Checking nibble_vec v0.1.0 |
| 2178 | 2024-11-21T22:00:26.283Z | Compiling ring v0.16.20 |
| 2179 | 2024-11-21T22:00:26.429Z | Compiling blake3 v1.5.4 |
| 2180 | 2024-11-21T22:00:26.753Z | Checking endian-type v0.1.2 |
| 2181 | 2024-11-21T22:00:26.972Z | Checking keccak v0.1.5 |
| 2182 | 2024-11-21T22:00:27.011Z | Checking radix_trie v0.2.1 |
| 2183 | 2024-11-21T22:00:27.152Z | Checking universal-hash v0.5.1 |
| 2184 | 2024-11-21T22:00:27.287Z | Checking sha3 v0.10.8 |
| 2185 | 2024-11-21T22:00:27.347Z | Checking secrecy v0.8.0 |
| 2186 | 2024-11-21T22:00:27.434Z | Checking opaque-debug v0.3.1 |
| 2187 | 2024-11-21T22:00:27.531Z | Checking aead v0.5.2 |
| 2188 | 2024-11-21T22:00:27.558Z | Checking poly1305 v0.8.0 |
| 2189 | 2024-11-21T22:00:27.665Z | Checking chacha20 v0.9.1 |
| 2190 | 2024-11-21T22:00:28.076Z | Compiling memmap2 v0.9.5 |
| 2191 | 2024-11-21T22:00:28.100Z | Compiling spin v0.5.2 |
| 2192 | 2024-11-21T22:00:28.350Z | Compiling arrayvec v0.7.6 |
| 2193 | 2024-11-21T22:00:28.577Z | Compiling constant_time_eq v0.3.1 |
| 2194 | 2024-11-21T22:00:28.658Z | Compiling arrayref v0.3.9 |
| 2195 | 2024-11-21T22:00:28.684Z | Compiling toolchain_find v0.4.0 |
| 2196 | 2024-11-21T22:00:28.819Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2197 | 2024-11-21T22:00:28.819Z | Compiling topological-sort v0.2.2 |
| 2198 | 2024-11-21T22:00:29.071Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2199 | 2024-11-21T22:00:29.252Z | Compiling rustfmt-wrapper v0.2.1 |
| 2200 | 2024-11-21T22:00:29.372Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2201 | 2024-11-21T22:00:29.640Z | Checking chacha20poly1305 v0.10.1 |
| 2202 | 2024-11-21T22:00:29.741Z | Compiling async-recursion v1.1.1 |
| 2203 | 2024-11-21T22:00:29.816Z | Checking fxhash v0.2.1 |
| 2204 | 2024-11-21T22:00:29.848Z | Checking termcolor v1.4.1 |
| 2205 | 2024-11-21T22:00:30.024Z | Checking maplit v1.0.2 |
| 2206 | 2024-11-21T22:00:30.050Z | Compiling radium v0.7.0 |
| 2207 | 2024-11-21T22:00:30.142Z | Checking tap v1.0.1 |
| 2208 | 2024-11-21T22:00:30.298Z | Compiling maybe-uninit v2.0.0 |
| 2209 | 2024-11-21T22:00:30.319Z | Checking wyz v0.5.1 |
| 2210 | 2024-11-21T22:00:30.706Z | Checking funty v2.0.0 |
| 2211 | 2024-11-21T22:00:30.890Z | Checking home v0.5.9 |
| 2212 | 2024-11-21T22:00:30.955Z | Checking crc-catalog v2.4.0 |
| 2213 | 2024-11-21T22:00:31.044Z | Compiling packed_struct v0.10.1 |
| 2214 | 2024-11-21T22:00:31.108Z | Compiling progenitor-macro v0.8.0 |
| 2215 | 2024-11-21T22:00:31.131Z | Checking crc v3.2.1 |
| 2216 | 2024-11-21T22:00:31.523Z | Compiling const_format_proc_macros v0.2.33 |
| 2217 | 2024-11-21T22:00:31.554Z | Checking kstat-rs v0.2.4 |
| 2218 | 2024-11-21T22:00:31.579Z | Compiling packed_struct_codegen v0.10.1 |
| 2219 | 2024-11-21T22:00:31.623Z | Checking bitvec v1.0.1 |
| 2220 | 2024-11-21T22:00:31.913Z | Compiling vte_generate_state_changes v0.1.2 |
| 2221 | 2024-11-21T22:00:32.103Z | Checking thiserror-no-std v2.0.2 |
| 2222 | 2024-11-21T22:00:32.226Z | Compiling omicron-zone-package v0.11.1 |
| 2223 | 2024-11-21T22:00:32.423Z | Checking vsss-rs v3.3.4 |
| 2224 | 2024-11-21T22:00:32.568Z | Compiling indexmap v1.9.3 |
| 2225 | 2024-11-21T22:00:32.890Z | Compiling libefi-sys v0.1.0 |
| 2226 | 2024-11-21T22:00:33.224Z | Checking nodrop v0.1.14 |
| 2227 | 2024-11-21T22:00:33.356Z | Checking array-init v0.0.4 |
| 2228 | 2024-11-21T22:00:33.712Z | Checking const_format v0.2.33 |
| 2229 | 2024-11-21T22:00:33.804Z | Checking vte v0.11.1 |
| 2230 | 2024-11-21T22:00:34.215Z | Checking smallvec v0.6.14 |
| 2231 | 2024-11-21T22:00:34.378Z | Checking fd-lock v4.0.2 |
| 2232 | 2024-11-21T22:00:34.434Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2233 | 2024-11-21T22:00:34.582Z | Compiling bitfield-struct v0.6.2 |
| 2234 | 2024-11-21T22:00:34.606Z | Checking bitfield v0.14.0 |
| 2235 | 2024-11-21T22:00:34.839Z | Checking hashbrown v0.12.3 |
| 2236 | 2024-11-21T22:00:34.991Z | Checking serde-hex v0.1.0 |
| 2237 | 2024-11-21T22:00:35.165Z | Checking strip-ansi-escapes v0.2.0 |
| 2238 | 2024-11-21T22:00:35.744Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2239 | 2024-11-21T22:00:35.764Z | Checking env_logger v0.10.2 |
| 2240 | 2024-11-21T22:00:36.011Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2241 | 2024-11-21T22:00:36.013Z | Checking ron v0.8.1 |
| 2242 | 2024-11-21T22:00:36.223Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2243 | 2024-11-21T22:00:36.566Z | Checking hashbrown v0.13.2 |
| 2244 | 2024-11-21T22:00:36.609Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2245 | 2024-11-21T22:00:36.652Z | Checking nu-ansi-term v0.50.1 |
| 2246 | 2024-11-21T22:00:36.745Z | Checking crc-any v2.5.0 |
| 2247 | 2024-11-21T22:00:37.077Z | Checking reedline v0.35.0 |
| 2248 | 2024-11-21T22:00:37.150Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2249 | 2024-11-21T22:00:37.379Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2250 | 2024-11-21T22:00:37.650Z | Checking object v0.30.4 |
| 2251 | 2024-11-21T22:00:37.650Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2252 | 2024-11-21T22:00:37.905Z | Checking path-slash v0.1.5 |
| 2253 | 2024-11-21T22:00:37.945Z | Compiling parking_lot_core v0.8.6 |
| 2254 | 2024-11-21T22:00:38.082Z | Compiling phf_generator v0.11.2 |
| 2255 | 2024-11-21T22:00:38.275Z | Checking bytecount v0.6.8 |
| 2256 | 2024-11-21T22:00:38.369Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2257 | 2024-11-21T22:00:38.451Z | Checking glob v0.3.1 |
| 2258 | 2024-11-21T22:00:38.764Z | Checking papergrid v0.11.0 |
| 2259 | 2024-11-21T22:00:38.784Z | Compiling phf_codegen v0.11.2 |
| 2260 | 2024-11-21T22:00:38.847Z | Checking parking_lot v0.11.2 |
| 2261 | 2024-11-21T22:00:38.993Z | Compiling tabled_derive v0.7.0 |
| 2262 | 2024-11-21T22:00:39.012Z | Compiling parse-zoneinfo v0.3.1 |
| 2263 | 2024-11-21T22:00:39.195Z | Compiling cfg_aliases v0.1.1 |
| 2264 | 2024-11-21T22:00:39.315Z | Compiling nix v0.28.0 |
| 2265 | 2024-11-21T22:00:39.911Z | Compiling chrono-tz-build v0.4.0 |
| 2266 | 2024-11-21T22:00:40.148Z | Checking sled v0.34.7 |
| 2267 | 2024-11-21T22:00:40.268Z | Checking hickory-client v0.24.1 |
| 2268 | 2024-11-21T22:00:40.979Z | Checking hickory-server v0.24.1 |
| 2269 | 2024-11-21T22:00:41.107Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2270 | 2024-11-21T22:00:41.357Z | Compiling chrono-tz v0.10.0 |
| 2271 | 2024-11-21T22:00:41.551Z | Checking tabled v0.15.0 |
| 2272 | 2024-11-21T22:00:42.062Z | Compiling buf-list v1.0.3 |
| 2273 | 2024-11-21T22:00:43.078Z | Compiling peg-macros v0.8.4 |
| 2274 | 2024-11-21T22:00:43.356Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2275 | 2024-11-21T22:00:43.899Z | Compiling sqlparser_derive v0.2.2 |
| 2276 | 2024-11-21T22:00:43.959Z | Checking unicode_categories v0.1.1 |
| 2277 | 2024-11-21T22:00:44.275Z | Checking sqlformat v0.2.6 |
| 2278 | 2024-11-21T22:00:44.986Z | Checking sqlparser v0.45.0 |
| 2279 | 2024-11-21T22:00:45.027Z | Checking bcs v0.1.6 |
| 2280 | 2024-11-21T22:00:45.450Z | Checking rustyline v14.0.0 |
| 2281 | 2024-11-21T22:00:45.497Z | Checking primeorder v0.13.6 |
| 2282 | 2024-11-21T22:00:45.974Z | Compiling unicase v2.7.0 |
| 2283 | 2024-11-21T22:00:46.496Z | Checking nanorand v0.7.0 |
| 2284 | 2024-11-21T22:00:46.610Z | Checking progenitor v0.8.0 |
| 2285 | 2024-11-21T22:00:46.887Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2286 | 2024-11-21T22:00:46.917Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2287 | 2024-11-21T22:00:47.112Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2288 | 2024-11-21T22:00:49.020Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2289 | 2024-11-21T22:00:49.888Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2290 | 2024-11-21T22:00:51.702Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2291 | 2024-11-21T22:00:51.975Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2292 | 2024-11-21T22:00:54.244Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2293 | 2024-11-21T22:00:54.338Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2294 | 2024-11-21T22:00:54.370Z | Checking peg v0.8.4 |
| 2295 | 2024-11-21T22:00:54.486Z | Checking flume v0.11.1 |
| 2296 | 2024-11-21T22:00:54.998Z | Checking atty v0.2.14 |
| 2297 | 2024-11-21T22:00:55.135Z | Compiling salty v0.3.0 |
| 2298 | 2024-11-21T22:00:55.363Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2299 | 2024-11-21T22:00:55.617Z | Checking p384 v0.13.0 |
| 2300 | 2024-11-21T22:00:55.954Z | Compiling mime_guess v2.0.5 |
| 2301 | 2024-11-21T22:00:56.363Z | Checking env_filter v0.1.2 |
| 2302 | 2024-11-21T22:00:56.388Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2303 | 2024-11-21T22:00:56.615Z | Checking env_logger v0.11.5 |
| 2304 | 2024-11-21T22:00:56.788Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2305 | 2024-11-21T22:00:56.927Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2306 | 2024-11-21T22:00:57.054Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2307 | 2024-11-21T22:00:57.077Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
| 2308 | 2024-11-21T22:00:57.331Z | Compiling dsl_auto_type v0.1.2 |
| 2309 | 2024-11-21T22:00:57.402Z | Checking scheduled-thread-pool v0.2.7 |
| 2310 | 2024-11-21T22:00:57.427Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2311 | 2024-11-21T22:00:57.634Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2312 | 2024-11-21T22:00:57.657Z | Checking http-range v0.1.5 |
| 2313 | 2024-11-21T22:00:57.742Z | Compiling crunchy v0.2.2 |
| 2314 | 2024-11-21T22:00:58.022Z | Checking hyper-staticfile v0.10.1 |
| 2315 | 2024-11-21T22:00:58.144Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2316 | 2024-11-21T22:00:58.302Z | Checking r2d2 v0.8.10 |
| 2317 | 2024-11-21T22:00:58.562Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
| 2318 | 2024-11-21T22:00:58.586Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2319 | 2024-11-21T22:00:58.623Z | Compiling tiny-keccak v2.0.2 |
| 2320 | 2024-11-21T22:00:59.010Z | Compiling diesel_derives v2.2.3 |
| 2321 | 2024-11-21T22:00:59.062Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2322 | 2024-11-21T22:00:59.244Z | Compiling pin-project-internal v1.1.6 |
| 2323 | 2024-11-21T22:00:59.328Z | Compiling ref-cast v1.0.23 |
| 2324 | 2024-11-21T22:01:00.779Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2325 | 2024-11-21T22:01:00.841Z | Compiling ascii-canvas v3.0.0 |
| 2326 | 2024-11-21T22:01:01.092Z | Compiling ena v0.14.3 |
| 2327 | 2024-11-21T22:01:01.442Z | Compiling ref-cast-impl v1.0.23 |
| 2328 | 2024-11-21T22:01:01.514Z | Compiling diff v0.1.13 |
| 2329 | 2024-11-21T22:01:02.206Z | Compiling regex-syntax v0.6.29 |
| 2330 | 2024-11-21T22:01:02.443Z | Checking pin-project v1.1.6 |
| 2331 | 2024-11-21T22:01:02.604Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2332 | 2024-11-21T22:01:02.782Z | Checking signal-hook-tokio v0.3.1 |
| 2333 | 2024-11-21T22:01:02.805Z | Compiling snafu-derive v0.8.5 |
| 2334 | 2024-11-21T22:01:02.981Z | Checking bumpalo v3.16.0 |
| 2335 | 2024-11-21T22:01:03.400Z | Compiling zip v2.1.3 |
| 2336 | 2024-11-21T22:01:03.718Z | Checking simd-adler32 v0.3.7 |
| 2337 | 2024-11-21T22:01:04.097Z | Checking lockfree-object-pool v0.1.6 |
| 2338 | 2024-11-21T22:01:04.358Z | Checking zopfli v0.8.1 |
| 2339 | 2024-11-21T22:01:05.138Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2340 | 2024-11-21T22:01:05.449Z | Compiling derive_builder_core v0.20.2 |
| 2341 | 2024-11-21T22:01:06.903Z | Compiling lalrpop v0.19.12 |
| 2342 | 2024-11-21T22:01:08.068Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2343 | 2024-11-21T22:01:08.370Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2344 | 2024-11-21T22:01:08.681Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2345 | 2024-11-21T22:01:12.010Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2346 | 2024-11-21T22:01:12.107Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2347 | 2024-11-21T22:01:13.391Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2348 | 2024-11-21T22:01:13.717Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2349 | 2024-11-21T22:01:14.330Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2350 | 2024-11-21T22:01:14.367Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2351 | 2024-11-21T22:01:14.850Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2352 | 2024-11-21T22:01:15.784Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2353 | 2024-11-21T22:01:15.808Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2354 | 2024-11-21T22:01:15.919Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2355 | 2024-11-21T22:01:16.574Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2356 | 2024-11-21T22:01:16.649Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2357 | 2024-11-21T22:01:17.202Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2358 | 2024-11-21T22:01:17.242Z | Checking diesel v2.2.4 |
| 2359 | 2024-11-21T22:01:17.464Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2360 | 2024-11-21T22:01:17.906Z | Checking snafu v0.8.5 |
| 2361 | 2024-11-21T22:01:18.564Z | Checking globset v0.4.15 |
| 2362 | 2024-11-21T22:01:19.015Z | Checking olpc-cjson v0.1.4 |
| 2363 | 2024-11-21T22:01:19.258Z | Checking serde_plain v1.0.2 |
| 2364 | 2024-11-21T22:01:19.525Z | Compiling libxml v0.3.3 |
| 2365 | 2024-11-21T22:01:19.904Z | Compiling memoffset v0.9.1 |
| 2366 | 2024-11-21T22:01:20.218Z | Checking typed-path v0.9.3 |
| 2367 | 2024-11-21T22:01:21.025Z | Compiling derive_builder_macro v0.20.2 |
| 2368 | 2024-11-21T22:01:21.120Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2369 | 2024-11-21T22:01:21.955Z | Checking tungstenite v0.23.0 |
| 2370 | 2024-11-21T22:01:22.223Z | Checking tough v0.19.0 |
| 2371 | 2024-11-21T22:01:22.454Z | Compiling strum_macros v0.24.3 |
| 2372 | 2024-11-21T22:01:22.509Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2373 | 2024-11-21T22:01:22.772Z | Compiling samael v0.0.17 |
| 2374 | 2024-11-21T22:01:22.920Z | Compiling indoc v1.0.9 |
| 2375 | 2024-11-21T22:01:23.921Z | Checking parse-size v1.1.0 |
| 2376 | 2024-11-21T22:01:24.122Z | Checking tokio-tungstenite v0.23.1 |
| 2377 | 2024-11-21T22:01:24.621Z | Checking derive_builder v0.20.2 |
| 2378 | 2024-11-21T22:01:26.296Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2379 | 2024-11-21T22:01:26.386Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2380 | 2024-11-21T22:01:26.523Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2381 | 2024-11-21T22:01:26.810Z | Checking quick-xml v0.33.0 |
| 2382 | 2024-11-21T22:01:26.883Z | Compiling oso-derive v0.27.3 |
| 2383 | 2024-11-21T22:01:27.097Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2384 | 2024-11-21T22:01:27.250Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2385 | 2024-11-21T22:01:27.451Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2386 | 2024-11-21T22:01:27.918Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2387 | 2024-11-21T22:01:28.019Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2388 | 2024-11-21T22:01:28.957Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2389 | 2024-11-21T22:01:29.728Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2390 | 2024-11-21T22:01:30.024Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2391 | 2024-11-21T22:01:30.122Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2392 | 2024-11-21T22:01:31.081Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2393 | 2024-11-21T22:01:31.585Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2394 | 2024-11-21T22:01:34.229Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2395 | 2024-11-21T22:01:35.629Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2396 | 2024-11-21T22:01:37.115Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2397 | 2024-11-21T22:01:38.382Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2398 | 2024-11-21T22:01:38.857Z | Checking nix v0.27.1 |
| 2399 | 2024-11-21T22:01:39.352Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2400 | 2024-11-21T22:01:40.214Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2401 | 2024-11-21T22:01:40.486Z | Compiling diesel-dtrace v0.3.0 |
| 2402 | 2024-11-21T22:01:40.866Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2403 | 2024-11-21T22:01:41.245Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2404 | 2024-11-21T22:01:41.535Z | Checking bb8 v0.8.5 |
| 2405 | 2024-11-21T22:01:42.043Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2406 | 2024-11-21T22:01:42.795Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2407 | 2024-11-21T22:01:43.004Z | Checking heck v0.4.1 |
| 2408 | 2024-11-21T22:01:43.261Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2409 | 2024-11-21T22:01:43.388Z | Checking rand_seeder v0.3.0 |
| 2410 | 2024-11-21T22:01:43.586Z | Checking assert_matches v1.5.0 |
| 2411 | 2024-11-21T22:01:43.637Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2412 | 2024-11-21T22:01:43.659Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2413 | 2024-11-21T22:01:43.695Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2414 | 2024-11-21T22:01:43.941Z | Compiling libz-sys v1.1.20 |
| 2415 | 2024-11-21T22:01:44.110Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2416 | 2024-11-21T22:01:44.185Z | Checking is_ci v1.2.0 |
| 2417 | 2024-11-21T22:01:44.341Z | Checking supports-color v3.0.1 |
| 2418 | 2024-11-21T22:01:44.541Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2419 | 2024-11-21T22:01:44.963Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2420 | 2024-11-21T22:01:45.138Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2421 | 2024-11-21T22:01:45.593Z | Compiling vergen v8.3.2 |
| 2422 | 2024-11-21T22:01:45.854Z | Compiling cargo-platform v0.1.8 |
| 2423 | 2024-11-21T22:01:46.258Z | Checking smawk v0.3.2 |
| 2424 | 2024-11-21T22:01:46.444Z | Checking unicode-linebreak v0.1.5 |
| 2425 | 2024-11-21T22:01:46.466Z | Compiling cargo_metadata v0.18.1 |
| 2426 | 2024-11-21T22:01:46.815Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2427 | 2024-11-21T22:01:46.864Z | Checking textwrap v0.16.1 |
| 2428 | 2024-11-21T22:01:47.262Z | Checking castaway v0.2.3 |
| 2429 | 2024-11-21T22:01:47.423Z | Compiling libsqlite3-sys v0.30.1 |
| 2430 | 2024-11-21T22:01:47.446Z | Compiling rustls v0.21.12 |
| 2431 | 2024-11-21T22:01:47.623Z | Compiling cfg_aliases v0.2.1 |
| 2432 | 2024-11-21T22:01:47.727Z | Checking compact_str v0.8.0 |
| 2433 | 2024-11-21T22:01:47.751Z | Compiling nix v0.29.0 |
| 2434 | 2024-11-21T22:01:48.672Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2435 | 2024-11-21T22:01:48.702Z | Checking unicode-truncate v1.1.0 |
| 2436 | 2024-11-21T22:01:48.940Z | Checking sct v0.7.1 |
| 2437 | 2024-11-21T22:01:48.974Z | Checking rustls-webpki v0.101.7 |
| 2438 | 2024-11-21T22:01:49.161Z | Checking lru v0.12.5 |
| 2439 | 2024-11-21T22:01:49.469Z | Compiling instability v0.3.2 |
| 2440 | 2024-11-21T22:01:49.660Z | Checking cassowary v0.3.0 |
| 2441 | 2024-11-21T22:01:50.130Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2442 | 2024-11-21T22:01:50.433Z | Checking hashlink v0.9.1 |
| 2443 | 2024-11-21T22:01:50.514Z | Checking concurrent-queue v2.5.0 |
| 2444 | 2024-11-21T22:01:50.535Z | Checking ratatui v0.28.1 |
| 2445 | 2024-11-21T22:01:50.861Z | Checking plotters-backend v0.3.7 |
| 2446 | 2024-11-21T22:01:51.054Z | Checking fallible-iterator v0.3.0 |
| 2447 | 2024-11-21T22:01:51.194Z | Checking parking v2.2.1 |
| 2448 | 2024-11-21T22:01:51.371Z | Checking fallible-streaming-iterator v0.1.9 |
| 2449 | 2024-11-21T22:01:51.618Z | Checking plotters-svg v0.3.7 |
| 2450 | 2024-11-21T22:01:51.690Z | Checking rusqlite v0.32.1 |
| 2451 | 2024-11-21T22:01:52.375Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2452 | 2024-11-21T22:01:52.980Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2453 | 2024-11-21T22:01:53.039Z | Checking tokio-rustls v0.24.1 |
| 2454 | 2024-11-21T22:01:53.266Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2455 | 2024-11-21T22:01:53.416Z | Checking async-bb8-diesel v0.2.1 |
| 2456 | 2024-11-21T22:01:53.524Z | Checking rustls-pemfile v1.0.4 |
| 2457 | 2024-11-21T22:01:53.576Z | Checking twox-hash v1.6.3 |
| 2458 | 2024-11-21T22:01:53.683Z | Checking cast v0.3.0 |
| 2459 | 2024-11-21T22:01:53.759Z | Checking plotters v0.3.7 |
| 2460 | 2024-11-21T22:01:54.010Z | Checking criterion-plot v0.5.0 |
| 2461 | 2024-11-21T22:01:54.045Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2462 | 2024-11-21T22:01:54.121Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2463 | 2024-11-21T22:01:54.242Z | Checking fatfs v0.3.6 |
| 2464 | 2024-11-21T22:01:54.481Z | Checking tinytemplate v1.2.1 |
| 2465 | 2024-11-21T22:01:54.619Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2466 | 2024-11-21T22:01:55.264Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2467 | 2024-11-21T22:01:55.601Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2468 | 2024-11-21T22:01:55.832Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2469 | 2024-11-21T22:01:56.298Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2470 | 2024-11-21T22:01:56.494Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2471 | 2024-11-21T22:01:58.136Z | Checking csv-core v0.1.11 |
| 2472 | 2024-11-21T22:01:58.364Z | Checking anes v0.1.6 |
| 2473 | 2024-11-21T22:01:58.463Z | Checking hex-literal v0.4.1 |
| 2474 | 2024-11-21T22:01:58.608Z | Checking shell-words v1.1.0 |
| 2475 | 2024-11-21T22:01:58.733Z | Checking oorandom v11.1.4 |
| 2476 | 2024-11-21T22:01:58.788Z | Checking csv v1.3.0 |
| 2477 | 2024-11-21T22:01:58.904Z | Checking criterion v0.5.1 |
| 2478 | 2024-11-21T22:01:59.073Z | Checking event-listener v5.3.1 |
| 2479 | 2024-11-21T22:01:59.512Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2480 | 2024-11-21T22:01:59.719Z | Checking rtoolbox v0.0.2 |
| 2481 | 2024-11-21T22:01:59.934Z | Checking rpassword v7.3.1 |
| 2482 | 2024-11-21T22:02:00.110Z | Checking event-listener-strategy v0.5.2 |
| 2483 | 2024-11-21T22:02:00.340Z | Checking tui-tree-widget v0.22.0 |
| 2484 | 2024-11-21T22:02:00.659Z | Checking polyval v0.6.2 |
| 2485 | 2024-11-21T22:02:00.952Z | Checking ghash v0.5.1 |
| 2486 | 2024-11-21T22:02:01.142Z | Checking futures-lite v2.3.0 |
| 2487 | 2024-11-21T22:02:01.814Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2488 | 2024-11-21T22:02:02.534Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2489 | 2024-11-21T22:02:03.005Z | Checking ctr v0.9.2 |
| 2490 | 2024-11-21T22:02:03.547Z | Checking yansi v1.0.1 |
| 2491 | 2024-11-21T22:02:03.691Z | Checking aes-gcm v0.10.3 |
| 2492 | 2024-11-21T22:02:03.924Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2493 | 2024-11-21T22:02:03.947Z | Checking ssh-encoding v0.2.0 |
| 2494 | 2024-11-21T22:02:04.048Z | Checking pretty_assertions v1.4.1 |
| 2495 | 2024-11-21T22:02:04.259Z | Checking blowfish v0.9.1 |
| 2496 | 2024-11-21T22:02:04.281Z | Checking ssh-cipher v0.2.0 |
| 2497 | 2024-11-21T22:02:04.462Z | Checking bcrypt-pbkdf v0.10.0 |
| 2498 | 2024-11-21T22:02:04.557Z | Checking async-lock v3.4.0 |
| 2499 | 2024-11-21T22:02:04.730Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2500 | 2024-11-21T22:02:05.407Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2501 | 2024-11-21T22:02:05.752Z | Checking polling v3.7.3 |
| 2502 | 2024-11-21T22:02:06.090Z | Checking password-hash v0.4.2 |
| 2503 | 2024-11-21T22:02:06.482Z | Checking matches v0.1.10 |
| 2504 | 2024-11-21T22:02:06.589Z | Checking idna v0.2.3 |
| 2505 | 2024-11-21T22:02:06.851Z | Checking pbkdf2 v0.11.0 |
| 2506 | 2024-11-21T22:02:07.139Z | Checking async-io v2.3.4 |
| 2507 | 2024-11-21T22:02:07.441Z | Checking ssh-key v0.6.6 |
| 2508 | 2024-11-21T22:02:08.003Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2509 | 2024-11-21T22:02:08.606Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2510 | 2024-11-21T22:02:08.810Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2511 | 2024-11-21T22:02:09.294Z | Checking p521 v0.13.3 |
| 2512 | 2024-11-21T22:02:09.989Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2513 | 2024-11-21T22:02:10.704Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2514 | 2024-11-21T22:02:11.336Z | Checking p256 v0.13.2 |
| 2515 | 2024-11-21T22:02:11.489Z | Checking russh-cryptovec v0.7.3 |
| 2516 | 2024-11-21T22:02:11.711Z | Compiling enum-as-inner v0.5.1 |
| 2517 | 2024-11-21T22:02:11.816Z | Compiling doc-comment v0.3.3 |
| 2518 | 2024-11-21T22:02:12.400Z | Checking async-task v4.7.1 |
| 2519 | 2024-11-21T22:02:12.749Z | Checking md5 v0.7.0 |
| 2520 | 2024-11-21T22:02:12.787Z | Compiling target-lexicon v0.12.16 |
| 2521 | 2024-11-21T22:02:13.071Z | Checking russh-keys v0.45.0 |
| 2522 | 2024-11-21T22:02:13.902Z | Checking trust-dns-proto v0.22.0 |
| 2523 | 2024-11-21T22:02:14.673Z | Checking async-channel v2.3.1 |
| 2524 | 2024-11-21T22:02:15.002Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2525 | 2024-11-21T22:02:15.554Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2526 | 2024-11-21T22:02:16.703Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2527 | 2024-11-21T22:02:16.851Z | Checking piper v0.2.4 |
| 2528 | 2024-11-21T22:02:17.080Z | Checking num-bigint v0.4.6 |
| 2529 | 2024-11-21T22:02:17.603Z | Checking des v0.8.1 |
| 2530 | 2024-11-21T22:02:17.701Z | Checking futures-timer v3.0.3 |
| 2531 | 2024-11-21T22:02:17.882Z | Compiling guppy-workspace-hack v0.1.0 |
| 2532 | 2024-11-21T22:02:18.043Z | Compiling assert_cmd v2.0.16 |
| 2533 | 2024-11-21T22:02:18.175Z | Compiling dhcproto-macros v0.1.0 |
| 2534 | 2024-11-21T22:02:18.537Z | Checking blocking v1.6.1 |
| 2535 | 2024-11-21T22:02:19.131Z | Checking dhcproto v0.12.0 |
| 2536 | 2024-11-21T22:02:19.487Z | Checking async-executor v1.13.1 |
| 2537 | 2024-11-21T22:02:19.576Z | Checking russh v0.45.0 |
| 2538 | 2024-11-21T22:02:19.847Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2539 | 2024-11-21T22:02:20.468Z | Checking async-signal v0.2.10 |
| 2540 | 2024-11-21T22:02:20.744Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2541 | 2024-11-21T22:02:21.092Z | Checking internet-checksum v0.2.1 |
| 2542 | 2024-11-21T22:02:21.286Z | Checking event-listener v2.5.3 |
| 2543 | 2024-11-21T22:02:21.310Z | Compiling target-spec v3.2.2 |
| 2544 | 2024-11-21T22:02:21.520Z | Checking async-channel v1.9.0 |
| 2545 | 2024-11-21T22:02:22.510Z | Checking async-process v2.3.0 |
| 2546 | 2024-11-21T22:02:22.955Z | Checking async-global-executor v2.4.1 |
| 2547 | 2024-11-21T22:02:23.270Z | Checking cfg-expr v0.17.0 |
| 2548 | 2024-11-21T22:02:23.741Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2549 | 2024-11-21T22:02:24.081Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2550 | 2024-11-21T22:02:24.104Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2551 | 2024-11-21T22:02:24.567Z | Checking httptest v0.16.1 |
| 2552 | 2024-11-21T22:02:25.199Z | Checking rustls-native-certs v0.7.3 |
| 2553 | 2024-11-21T22:02:25.288Z | Compiling petname v2.0.2 |
| 2554 | 2024-11-21T22:02:25.369Z | Checking num_cpus v1.16.0 |
| 2555 | 2024-11-21T22:02:25.515Z | Checking kv-log-macro v1.0.7 |
| 2556 | 2024-11-21T22:02:25.660Z | Compiling async-attributes v1.1.2 |
| 2557 | 2024-11-21T22:02:26.495Z | Checking async-std v1.13.0 |
| 2558 | 2024-11-21T22:02:28.668Z | Checking threadpool v1.8.1 |
| 2559 | 2024-11-21T22:02:28.814Z | Checking hyper-rustls v0.26.0 |
| 2560 | 2024-11-21T22:02:29.147Z | Checking pathdiff v0.2.2 |
| 2561 | 2024-11-21T22:02:29.176Z | Compiling rstest_macros v0.23.0 |
| 2562 | 2024-11-21T22:02:29.313Z | Compiling target-triple v0.1.3 |
| 2563 | 2024-11-21T22:02:29.724Z | Checking escape8259 v0.5.3 |
| 2564 | 2024-11-21T22:02:29.858Z | Checking nested v0.1.1 |
| 2565 | 2024-11-21T22:02:29.912Z | Checking libtest-mimic v0.7.3 |
| 2566 | 2024-11-21T22:02:30.081Z | Checking guppy v0.17.8 |
| 2567 | 2024-11-21T22:02:30.247Z | Checking async-object-pool v0.1.5 |
| 2568 | 2024-11-21T22:02:30.548Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2569 | 2024-11-21T22:02:31.212Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2570 | 2024-11-21T22:02:31.519Z | Checking similar-asserts v1.6.0 |
| 2571 | 2024-11-21T22:02:31.774Z | Checking fancy-regex v0.13.0 |
| 2572 | 2024-11-21T22:02:32.107Z | Checking serde_regex v1.1.0 |
| 2573 | 2024-11-21T22:02:32.391Z | Checking assert-json-diff v2.0.2 |
| 2574 | 2024-11-21T22:02:32.511Z | Compiling proc-macro-crate v3.2.0 |
| 2575 | 2024-11-21T22:02:32.656Z | Checking path-tree v0.8.1 |
| 2576 | 2024-11-21T22:02:33.012Z | Compiling relative-path v1.9.3 |
| 2577 | 2024-11-21T22:02:33.724Z | Checking sync-ptr v0.1.1 |
| 2578 | 2024-11-21T22:02:33.804Z | Checking stringmetrics v2.2.2 |
| 2579 | 2024-11-21T22:02:33.951Z | Checking datatest-stable v0.2.9 |
| 2580 | 2024-11-21T22:02:34.024Z | Checking httpmock v0.8.0-alpha.1 |
| 2581 | 2024-11-21T22:02:34.412Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2582 | 2024-11-21T22:02:35.973Z | Checking blake2b_simd v1.0.2 |
| 2583 | 2024-11-21T22:02:36.878Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2584 | 2024-11-21T22:02:37.818Z | Compiling git2 v0.19.0 |
| 2585 | 2024-11-21T22:02:39.635Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2586 | 2024-11-21T22:02:39.962Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2587 | 2024-11-21T22:02:40.269Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2588 | 2024-11-21T22:02:40.448Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2589 | 2024-11-21T22:02:40.762Z | Checking serde_tokenstream v0.2.2 |
| 2590 | 2024-11-21T22:02:40.789Z | Checking uzers v0.12.1 |
| 2591 | 2024-11-21T22:02:41.285Z | Checking rust-argon2 v2.1.0 |
| 2592 | 2024-11-21T22:02:41.316Z | Checking trybuild v1.0.101 |
| 2593 | 2024-11-21T22:02:41.720Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2594 | 2024-11-21T22:02:42.693Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2595 | 2024-11-21T22:02:44.930Z | Checking rstest v0.23.0 |
| 2596 | 2024-11-21T22:02:45.165Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2597 | 2024-11-21T22:02:45.205Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2598 | 2024-11-21T22:02:45.516Z | Checking rand_distr v0.4.3 |
| 2599 | 2024-11-21T22:02:46.323Z | Checking multimap v0.10.0 |
| 2600 | 2024-11-21T22:02:46.347Z | Checking approx v0.5.1 |
| 2601 | 2024-11-21T22:02:46.589Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2602 | 2024-11-21T22:02:46.618Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2603 | 2024-11-21T22:02:47.326Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2604 | 2024-11-21T22:02:47.675Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2605 | 2024-11-21T22:02:47.800Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2606 | 2024-11-21T22:02:48.172Z | Checking partial-io v0.5.4 |
| 2607 | 2024-11-21T22:02:48.389Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2608 | 2024-11-21T22:02:48.557Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2609 | 2024-11-21T22:02:48.680Z | Checking cargo_toml v0.20.5 |
| 2610 | 2024-11-21T22:02:49.487Z | Checking termios v0.3.3 |
| 2611 | 2024-11-21T22:02:49.693Z | Compiling indoc v2.0.5 |
| 2612 | 2024-11-21T22:02:50.009Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2613 | 2024-11-21T22:02:50.621Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2614 | 2024-11-21T22:02:53.762Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2615 | 2024-11-21T22:03:10.084Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2616 | 2024-11-21T22:03:13.113Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2617 | 2024-11-21T22:03:14.087Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2618 | 2024-11-21T22:03:34.423Z | Compiling polar-core v0.27.3 |
| 2619 | 2024-11-21T22:03:45.924Z | Checking oso v0.27.3 |
| 2620 | 2024-11-21T22:03:50.526Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2621 | 2024-11-21T22:03:51.225Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2622 | 2024-11-21T22:03:52.277Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2623 | 2024-11-21T22:04:35.316Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2624 | 2024-11-21T22:04:35.316Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2625 | 2024-11-21T22:04:35.320Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2626 | 2024-11-21T22:06:00.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s |
| 2627 | 2024-11-21T22:06:00.463Z | |
| 2628 | 2024-11-21T22:06:00.465Z | real 6:46.934314538 |
| 2629 | 2024-11-21T22:06:00.466Z | user 36:22.387835844 |
| 2630 | 2024-11-21T22:06:00.466Z | sys 6:36.850355965 |
| 2631 | 2024-11-21T22:06:00.466Z | trap 0.995172733 |
| 2632 | 2024-11-21T22:06:00.466Z | tflt 2.029618764 |
| 2633 | 2024-11-21T22:06:00.466Z | dflt 0.702186618 |
| 2634 | 2024-11-21T22:06:00.466Z | kflt 0.000890381 |
| 2635 | 2024-11-21T22:06:00.466Z | lock 52:43.323633275 |
| 2636 | 2024-11-21T22:06:00.466Z | slp 2:05:25.899778550 |
| 2637 | 2024-11-21T22:06:00.466Z | lat 1:41.380299200 |
| 2638 | 2024-11-21T22:06:00.466Z | stop 6:16.443877536 |
| 2639 | 2024-11-21T22:06:00.466Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2640 | 2024-11-21T22:06:00.466Z | + ptime -m cargo doc --workspace --no-deps |
| 2641 | 2024-11-21T22:06:01.755Z | warning: output filename collision. |
| 2642 | 2024-11-21T22:06:01.755Z | 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)`. |
| 2643 | 2024-11-21T22:06:01.755Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2644 | 2024-11-21T22:06:01.755Z | The targets should have unique names. |
| 2645 | 2024-11-21T22:06:01.755Z | This is a known bug where multiple crates with the same name use |
| 2646 | 2024-11-21T22:06:01.755Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2647 | 2024-11-21T22:06:02.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2648 | 2024-11-21T22:06:02.196Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2649 | 2024-11-21T22:06:02.215Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2650 | 2024-11-21T22:06:02.255Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2651 | 2024-11-21T22:06:02.277Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2652 | 2024-11-21T22:06:02.306Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2653 | 2024-11-21T22:06:02.309Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2654 | 2024-11-21T22:06:02.501Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2655 | 2024-11-21T22:06:02.547Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2656 | 2024-11-21T22:06:02.572Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2657 | 2024-11-21T22:06:02.574Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2658 | 2024-11-21T22:06:02.805Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2659 | 2024-11-21T22:06:02.902Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2660 | 2024-11-21T22:06:03.098Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2661 | 2024-11-21T22:06:03.298Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2662 | 2024-11-21T22:06:05.951Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2663 | 2024-11-21T22:06:07.114Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2664 | 2024-11-21T22:06:07.396Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2665 | 2024-11-21T22:06:07.450Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2666 | 2024-11-21T22:06:07.624Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2667 | 2024-11-21T22:06:07.760Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2668 | 2024-11-21T22:06:07.786Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2669 | 2024-11-21T22:06:08.067Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2670 | 2024-11-21T22:06:08.176Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2671 | 2024-11-21T22:06:08.221Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2672 | 2024-11-21T22:06:08.485Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2673 | 2024-11-21T22:06:08.696Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2674 | 2024-11-21T22:06:08.777Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2675 | 2024-11-21T22:06:08.964Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2676 | 2024-11-21T22:06:09.045Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2677 | 2024-11-21T22:06:09.275Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2678 | 2024-11-21T22:06:09.301Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2679 | 2024-11-21T22:06:09.570Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2680 | 2024-11-21T22:06:09.821Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2681 | 2024-11-21T22:06:10.130Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2682 | 2024-11-21T22:06:10.207Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2683 | 2024-11-21T22:06:10.411Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2684 | 2024-11-21T22:06:10.740Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2685 | 2024-11-21T22:06:10.768Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2686 | 2024-11-21T22:06:11.034Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2687 | 2024-11-21T22:06:11.538Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2688 | 2024-11-21T22:06:12.814Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2689 | 2024-11-21T22:06:14.728Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2690 | 2024-11-21T22:06:16.292Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2691 | 2024-11-21T22:06:16.875Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2692 | 2024-11-21T22:06:17.076Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2693 | 2024-11-21T22:06:17.856Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2694 | 2024-11-21T22:06:18.344Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2695 | 2024-11-21T22:06:18.852Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2696 | 2024-11-21T22:06:18.957Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2697 | 2024-11-21T22:06:19.279Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2698 | 2024-11-21T22:06:19.877Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2699 | 2024-11-21T22:06:19.990Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2700 | 2024-11-21T22:06:21.708Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2701 | 2024-11-21T22:06:26.384Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2702 | 2024-11-21T22:06:27.730Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2703 | 2024-11-21T22:06:27.753Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2704 | 2024-11-21T22:06:28.361Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2705 | 2024-11-21T22:06:28.778Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2706 | 2024-11-21T22:06:28.846Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2707 | 2024-11-21T22:06:28.994Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2708 | 2024-11-21T22:06:29.297Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2709 | 2024-11-21T22:06:29.579Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2710 | 2024-11-21T22:06:30.848Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2711 | 2024-11-21T22:06:30.954Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2712 | 2024-11-21T22:06:31.530Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2713 | 2024-11-21T22:06:31.643Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2714 | 2024-11-21T22:06:32.470Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2715 | 2024-11-21T22:06:32.629Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2716 | 2024-11-21T22:06:32.713Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2717 | 2024-11-21T22:06:32.753Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2718 | 2024-11-21T22:06:32.796Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2719 | 2024-11-21T22:06:33.302Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2024-11-21T22:06:33.683Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2721 | 2024-11-21T22:06:34.158Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2722 | 2024-11-21T22:06:34.578Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2723 | 2024-11-21T22:06:34.829Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2724 | 2024-11-21T22:06:35.129Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2725 | 2024-11-21T22:06:35.221Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2726 | 2024-11-21T22:06:35.717Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2727 | 2024-11-21T22:06:36.329Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2728 | 2024-11-21T22:06:36.828Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2729 | 2024-11-21T22:06:37.029Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2730 | 2024-11-21T22:06:37.054Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2731 | 2024-11-21T22:06:37.068Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2732 | 2024-11-21T22:06:37.177Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2733 | 2024-11-21T22:06:37.536Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2734 | 2024-11-21T22:06:37.568Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2735 | 2024-11-21T22:06:37.623Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2736 | 2024-11-21T22:06:37.646Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2737 | 2024-11-21T22:06:38.763Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2738 | 2024-11-21T22:06:39.004Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2739 | 2024-11-21T22:06:39.237Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2740 | 2024-11-21T22:06:39.660Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2741 | 2024-11-21T22:06:39.815Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2742 | 2024-11-21T22:06:40.664Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2743 | 2024-11-21T22:06:40.680Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2744 | 2024-11-21T22:06:41.584Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2745 | 2024-11-21T22:06:41.749Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2746 | 2024-11-21T22:06:41.868Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2747 | 2024-11-21T22:06:42.195Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2748 | 2024-11-21T22:06:43.145Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2749 | 2024-11-21T22:06:43.457Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2750 | 2024-11-21T22:06:44.179Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2751 | 2024-11-21T22:06:46.767Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2752 | 2024-11-21T22:06:47.038Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2753 | 2024-11-21T22:06:47.227Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2754 | 2024-11-21T22:06:48.243Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2755 | 2024-11-21T22:06:49.243Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2756 | 2024-11-21T22:06:49.461Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2757 | 2024-11-21T22:06:52.978Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2758 | 2024-11-21T22:06:54.058Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2759 | 2024-11-21T22:06:55.317Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2760 | 2024-11-21T22:06:57.801Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2761 | 2024-11-21T22:07:08.509Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2762 | 2024-11-21T22:07:09.751Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2763 | 2024-11-21T22:07:58.076Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2764 | 2024-11-21T22:07:59.357Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2765 | 2024-11-21T22:08:01.321Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2766 | 2024-11-21T22:08:12.954Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2767 | 2024-11-21T22:08:33.745Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2768 | 2024-11-21T22:08:35.249Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2769 | 2024-11-21T22:08:38.335Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2770 | 2024-11-21T22:08:40.713Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2771 | 2024-11-21T22:08:42.239Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2772 | 2024-11-21T22:08:42.610Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2773 | 2024-11-21T22:08:45.297Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2774 | 2024-11-21T22:08:45.353Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2775 | 2024-11-21T22:08:53.332Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2776 | 2024-11-21T22:09:16.673Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2777 | 2024-11-21T22:09:18.901Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2778 | 2024-11-21T22:09:37.161Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2779 | 2024-11-21T22:09:40.741Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2780 | 2024-11-21T22:09:40.896Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2781 | 2024-11-21T22:09:50.757Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2782 | 2024-11-21T22:09:52.517Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2783 | 2024-11-21T22:10:04.435Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2784 | 2024-11-21T22:10:08.419Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2785 | 2024-11-21T22:10:17.381Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2786 | 2024-11-21T22:10:21.003Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2787 | 2024-11-21T22:10:23.237Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2788 | 2024-11-21T22:10:27.012Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2789 | 2024-11-21T22:10:40.637Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2790 | 2024-11-21T22:10:42.330Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2791 | 2024-11-21T22:10:44.981Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2792 | 2024-11-21T22:10:44.989Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2793 | 2024-11-21T22:10:53.352Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2794 | 2024-11-21T22:11:02.404Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2795 | 2024-11-21T22:11:02.590Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2796 | 2024-11-21T22:11:04.079Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2797 | 2024-11-21T22:11:14.284Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2798 | 2024-11-21T22:11:14.402Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2799 | 2024-11-21T22:11:14.772Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2800 | 2024-11-21T22:11:15.344Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2801 | 2024-11-21T22:11:30.585Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2802 | 2024-11-21T22:11:35.008Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2803 | 2024-11-21T22:11:35.458Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2804 | 2024-11-21T22:11:36.981Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2805 | 2024-11-21T22:11:40.179Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2806 | 2024-11-21T22:11:43.902Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2807 | 2024-11-21T22:11:50.537Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2808 | 2024-11-21T22:11:51.059Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2809 | 2024-11-21T22:11:51.064Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2810 | 2024-11-21T22:11:56.885Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2811 | 2024-11-21T22:11:57.279Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2812 | 2024-11-21T22:12:09.383Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2813 | 2024-11-21T22:12:09.445Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2814 | 2024-11-21T22:12:10.095Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2815 | 2024-11-21T22:12:11.840Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2816 | 2024-11-21T22:12:13.106Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2817 | 2024-11-21T22:12:14.890Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2818 | 2024-11-21T22:12:23.284Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2819 | 2024-11-21T22:12:23.635Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2820 | 2024-11-21T22:12:29.564Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2821 | 2024-11-21T22:12:29.817Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2822 | 2024-11-21T22:12:32.515Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2823 | 2024-11-21T22:12:34.092Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2824 | 2024-11-21T22:12:36.568Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2825 | 2024-11-21T22:12:38.210Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2826 | 2024-11-21T22:12:44.189Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2827 | 2024-11-21T22:12:44.224Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2828 | 2024-11-21T22:12:47.546Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2829 | 2024-11-21T22:12:48.866Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2830 | 2024-11-21T22:12:51.307Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2831 | 2024-11-21T22:12:58.706Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2832 | 2024-11-21T22:12:59.542Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2833 | 2024-11-21T22:12:59.900Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2834 | 2024-11-21T22:13:01.168Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2835 | 2024-11-21T22:13:03.603Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2836 | 2024-11-21T22:13:05.651Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2837 | 2024-11-21T22:13:08.131Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2838 | 2024-11-21T22:13:10.612Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2839 | 2024-11-21T22:13:15.201Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2840 | 2024-11-21T22:13:16.533Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2841 | 2024-11-21T22:13:18.380Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2842 | 2024-11-21T22:13:22.757Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2843 | 2024-11-21T22:13:26.308Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2844 | 2024-11-21T22:13:26.558Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2845 | 2024-11-21T22:13:33.974Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2846 | 2024-11-21T22:13:36.439Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2847 | 2024-11-21T22:13:40.055Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2848 | 2024-11-21T22:13:40.774Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2849 | 2024-11-21T22:13:41.167Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2850 | 2024-11-21T22:13:41.494Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2851 | 2024-11-21T22:13:45.383Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2852 | 2024-11-21T22:13:45.742Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2853 | 2024-11-21T22:13:47.787Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2854 | 2024-11-21T22:13:50.455Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2855 | 2024-11-21T22:13:54.878Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2856 | 2024-11-21T22:13:55.576Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2857 | 2024-11-21T22:13:55.701Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2858 | 2024-11-21T22:13:55.951Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2859 | 2024-11-21T22:13:59.317Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2860 | 2024-11-21T22:14:00.548Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2861 | 2024-11-21T22:14:00.966Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2862 | 2024-11-21T22:14:01.169Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2863 | 2024-11-21T22:14:04.522Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2864 | 2024-11-21T22:14:05.748Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2865 | 2024-11-21T22:14:06.190Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2866 | 2024-11-21T22:14:07.509Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2867 | 2024-11-21T22:14:08.099Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2868 | 2024-11-21T22:14:10.708Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2869 | 2024-11-21T22:14:11.174Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2870 | 2024-11-21T22:14:14.853Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2871 | 2024-11-21T22:14:14.885Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2872 | 2024-11-21T22:14:15.794Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2873 | 2024-11-21T22:14:16.330Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2874 | 2024-11-21T22:14:48.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 48s |
| 2875 | 2024-11-21T22:14:49.007Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 139 other files |
| 2876 | 2024-11-21T22:14:49.076Z | |
| 2877 | 2024-11-21T22:14:49.079Z | real 8:48.516529092 |
| 2878 | 2024-11-21T22:14:49.079Z | user 26:15.243371575 |
| 2879 | 2024-11-21T22:14:49.079Z | sys 40:10.181502609 |
| 2880 | 2024-11-21T22:14:49.079Z | trap 0.430682413 |
| 2881 | 2024-11-21T22:14:49.079Z | tflt 0.223759500 |
| 2882 | 2024-11-21T22:14:49.079Z | dflt 0.146208934 |
| 2883 | 2024-11-21T22:14:49.079Z | kflt 0.000009907 |
| 2884 | 2024-11-21T22:14:49.079Z | lock 1:28:06.488424581 |
| 2885 | 2024-11-21T22:14:49.079Z | slp 2:29:33.082589345 |
| 2886 | 2024-11-21T22:14:49.079Z | lat 1:14.623949250 |
| 2887 | 2024-11-21T22:14:49.079Z | stop 1:10.595064383 |
| 2888 | 2024-11-21T22:14:49.079Z | process exited: duration 1265091 ms, exit code 0 |
| |
| 2889 | 2024-11-21T22:14:49.084Z | found 0 output files |