|
|
|
| 1 | 2024-10-01T01:48:09.580Z | job assigned to worker 01J92W5D8F9FAE640CJPT9MGZT (queued for 51 s) |
| |
| 2 | 2024-10-01T01:48:17.406Z | starting task 0: "setup" |
| 3 | 2024-10-01T01:48:17.414Z | ++ uname -s |
| 4 | 2024-10-01T01:48:17.416Z | + kern=SunOS |
| 5 | 2024-10-01T01:48:17.416Z | + case "$kern" in |
| 6 | 2024-10-01T01:48:17.416Z | + groupadd -g 12345 build |
| 7 | 2024-10-01T01:48:17.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-10-01T01:48:19.427Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-10-01T01:48:19.575Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-10-01T01:48:19.578Z | + home_fs=zfs |
| 11 | 2024-10-01T01:48:19.578Z | + [[ zfs == autofs ]] |
| 12 | 2024-10-01T01:48:19.578Z | + mkdir -p /home/build |
| 13 | 2024-10-01T01:48:19.581Z | + chown build:build /home/build /work |
| 14 | 2024-10-01T01:48:21.582Z | + chmod 0700 /home/build /work |
| 15 | 2024-10-01T01:48:21.585Z | process exited: duration 4179 ms, exit code 0 |
| |
| 16 | 2024-10-01T01:48:21.590Z | starting task 1: "rust-toolchain" |
| 17 | 2024-10-01T01:48:21.595Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-10-01T01:48:21.596Z | ' 1.80.1 |
| 19 | 2024-10-01T01:48:21.596Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-10-01T01:48:21.596Z | ' default |
| 21 | 2024-10-01T01:48:21.598Z | * toolchain channel = "1.80.1" |
| 22 | 2024-10-01T01:48:21.598Z | * toolchain profile = "default" |
| 23 | 2024-10-01T01:48:21.598Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-10-01T01:48:21.598Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-10-01T01:48:21.714Z | info: downloading installer |
| 26 | 2024-10-01T01:48:23.425Z | info: profile set to 'default' |
| 27 | 2024-10-01T01:48:23.425Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-10-01T01:48:23.428Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-10-01T01:48:23.568Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-10-01T01:48:23.568Z | info: downloading component 'cargo' |
| 31 | 2024-10-01T01:48:24.264Z | info: downloading component 'clippy' |
| 32 | 2024-10-01T01:48:24.510Z | info: downloading component 'rust-docs' |
| 33 | 2024-10-01T01:48:25.476Z | info: downloading component 'rust-std' |
| 34 | 2024-10-01T01:48:26.844Z | info: downloading component 'rustc' |
| 35 | 2024-10-01T01:48:30.650Z | info: downloading component 'rustfmt' |
| 36 | 2024-10-01T01:48:30.853Z | info: installing component 'cargo' |
| 37 | 2024-10-01T01:48:31.697Z | info: installing component 'clippy' |
| 38 | 2024-10-01T01:48:32.096Z | info: installing component 'rust-docs' |
| 39 | 2024-10-01T01:48:33.698Z | info: installing component 'rust-std' |
| 40 | 2024-10-01T01:48:35.382Z | info: installing component 'rustc' |
| 41 | 2024-10-01T01:48:39.624Z | info: installing component 'rustfmt' |
| 42 | 2024-10-01T01:48:39.956Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-10-01T01:48:39.956Z | |
| 44 | 2024-10-01T01:48:40.203Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-10-01T01:48:40.203Z | |
| 46 | 2024-10-01T01:48:40.203Z | |
| 47 | 2024-10-01T01:48:40.203Z | Rust is installed now. Great! |
| 48 | 2024-10-01T01:48:40.203Z | |
| 49 | 2024-10-01T01:48:40.203Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-10-01T01:48:40.203Z | environment variable. This has not been done automatically. |
| 51 | 2024-10-01T01:48:40.203Z | |
| 52 | 2024-10-01T01:48:40.203Z | To configure your current shell, you need to source |
| 53 | 2024-10-01T01:48:40.203Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-10-01T01:48:40.203Z | |
| 55 | 2024-10-01T01:48:40.203Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-10-01T01:48:40.203Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-10-01T01:48:40.203Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-10-01T01:48:40.247Z | + rustc --version |
| 59 | 2024-10-01T01:48:40.308Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-10-01T01:48:40.310Z | process exited: duration 18717 ms, exit code 0 |
| |
| 61 | 2024-10-01T01:48:40.316Z | starting task 2: "authentication" |
| 62 | 2024-10-01T01:48:40.336Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-10-01T01:48:40.341Z | starting task 3: "clone repository" |
| 64 | 2024-10-01T01:48:40.346Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-10-01T01:48:40.348Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-10-01T01:48:40.629Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-10-01T01:48:47.349Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-10-01T01:48:47.349Z | + git fetch origin 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 |
| 69 | 2024-10-01T01:48:47.827Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-10-01T01:48:47.827Z | * branch 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 -> FETCH_HEAD |
| 71 | 2024-10-01T01:48:47.834Z | + [[ -n '' ]] |
| 72 | 2024-10-01T01:48:47.834Z | + git reset --hard 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 |
| 73 | 2024-10-01T01:48:47.992Z | HEAD is now at 383d87c09 wait for associated sagas to transition the requests |
| 74 | 2024-10-01T01:48:47.995Z | process exited: duration 7652 ms, exit code 0 |
| |
| 75 | 2024-10-01T01:48:48.003Z | starting task 4: "build" |
| 76 | 2024-10-01T01:48:48.006Z | + cargo --version |
| 77 | 2024-10-01T01:48:48.058Z | cargo 1.80.1 (376290515 2024-07-16) |
| 78 | 2024-10-01T01:48:48.061Z | + rustc --version |
| 79 | 2024-10-01T01:48:48.115Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 80 | 2024-10-01T01:48:48.118Z | + source ./env.sh |
| 81 | 2024-10-01T01:48:48.118Z | ++ OLD_SHELL_OPTS=ehxB |
| 82 | 2024-10-01T01:48:48.118Z | ++ set -o xtrace |
| 83 | 2024-10-01T01:48:48.120Z | ++++ dirname ./env.sh |
| 84 | 2024-10-01T01:48:48.123Z | +++ readlink -f . |
| 85 | 2024-10-01T01:48:48.142Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 86 | 2024-10-01T01:48:48.145Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 87 | 2024-10-01T01:48:48.145Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 88 | 2024-10-01T01:48:48.145Z | ++ 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 |
| 89 | 2024-10-01T01:48:48.145Z | ++ 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 |
| 90 | 2024-10-01T01:48:48.145Z | ++ 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 |
| 91 | 2024-10-01T01:48:48.145Z | ++ 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 |
| 92 | 2024-10-01T01:48:48.145Z | ++ 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 |
| 93 | 2024-10-01T01:48:48.145Z | ++ 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 |
| 94 | 2024-10-01T01:48:48.145Z | ++ case $OLD_SHELL_OPTS in |
| 95 | 2024-10-01T01:48:48.145Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 96 | 2024-10-01T01:48:48.145Z | + banner prerequisites |
| 97 | 2024-10-01T01:48:48.175Z | |
| 98 | 2024-10-01T01:48:48.175Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 99 | 2024-10-01T01:48:48.175Z | # # # # # # # # # # # # # # # |
| 100 | 2024-10-01T01:48:48.175Z | # # # # ##### # # ##### # # # # # #### # |
| 101 | 2024-10-01T01:48:48.175Z | ##### ##### # ##### # # # # # # # # # |
| 102 | 2024-10-01T01:48:48.175Z | # # # # # # # # # # # # # # # |
| 103 | 2024-10-01T01:48:48.175Z | # # # ###### # # ###### ### # #### # #### # |
| 104 | 2024-10-01T01:48:48.175Z | |
| 105 | 2024-10-01T01:48:48.178Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 106 | 2024-10-01T01:48:56.441Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 107 | 2024-10-01T01:48:59.514Z | Startup: Caching catalogs ... Done |
| 108 | 2024-10-01T01:49:03.476Z | Planning: Solver setup ... Done (3.355s) |
| 109 | 2024-10-01T01:49:03.530Z | Planning: Running solver ... Done (0.053s) |
| 110 | 2024-10-01T01:49:03.698Z | Planning: Finding local manifests ... Done (0.116s) |
| 111 | 2024-10-01T01:49:03.730Z | Planning: Fetching manifests: 0/5 0% complete |
| 112 | 2024-10-01T01:49:04.380Z | Planning: Fetching manifests: 5/5 100% complete |
| 113 | 2024-10-01T01:49:04.735Z | Planning: Package planning ... Done (0.354s) |
| 114 | 2024-10-01T01:49:04.792Z | Planning: Merging actions ... Done (0.056s) |
| 115 | 2024-10-01T01:49:06.207Z | Planning: Checking for conflicting actions ... Done (1.414s) |
| 116 | 2024-10-01T01:49:16.165Z | Planning: Consolidating action changes ... Done (9.958s) |
| 117 | 2024-10-01T01:49:16.569Z | Planning: Evaluating mediators ... Done (0.404s) |
| 118 | 2024-10-01T01:49:16.794Z | Planning: Planning completed in 17.20 seconds |
| 119 | 2024-10-01T01:49:17.574Z | Packages to install: 4 |
| 120 | 2024-10-01T01:49:17.574Z | Packages to update: 1 |
| 121 | 2024-10-01T01:49:17.577Z | Mediators to change: 2 |
| 122 | 2024-10-01T01:49:17.577Z | Services to change: 1 |
| 123 | 2024-10-01T01:49:17.577Z | Estimated space available: 155.71 GB |
| 124 | 2024-10-01T01:49:17.577Z | Estimated space to be consumed: 1.55 GB |
| 125 | 2024-10-01T01:49:17.577Z | Create boot environment: No |
| 126 | 2024-10-01T01:49:17.577Z | Create backup boot environment: Yes |
| 127 | 2024-10-01T01:49:17.577Z | Rebuild boot archive: No |
| 128 | 2024-10-01T01:49:17.577Z | |
| 129 | 2024-10-01T01:49:17.577Z | Changed mediators: |
| 130 | 2024-10-01T01:49:17.577Z | mediator clang: |
| 131 | 2024-10-01T01:49:17.577Z | version: None -> 15 (system default) |
| 132 | 2024-10-01T01:49:17.577Z | |
| 133 | 2024-10-01T01:49:17.577Z | mediator llvm: |
| 134 | 2024-10-01T01:49:17.578Z | version: 14 (system default) -> 15 (system default) |
| 135 | 2024-10-01T01:49:17.578Z | |
| 136 | 2024-10-01T01:49:17.578Z | Changed packages: |
| 137 | 2024-10-01T01:49:17.578Z | helios-dev |
| 138 | 2024-10-01T01:49:17.578Z | developer/build-essential |
| 139 | 2024-10-01T01:49:17.578Z | None -> 11-2.0 |
| 140 | 2024-10-01T01:49:17.578Z | library/libxmlsec1 |
| 141 | 2024-10-01T01:49:17.578Z | None -> 1.2.35-2.0 |
| 142 | 2024-10-01T01:49:17.578Z | ooce/developer/clang-15 |
| 143 | 2024-10-01T01:49:17.578Z | None -> 15.0.7-2.0 |
| 144 | 2024-10-01T01:49:17.578Z | ooce/developer/llvm-15 |
| 145 | 2024-10-01T01:49:17.578Z | None -> 15.0.7-2.0 |
| 146 | 2024-10-01T01:49:17.578Z | package/pkg |
| 147 | 2024-10-01T01:49:17.578Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 148 | 2024-10-01T01:49:17.578Z | |
| 149 | 2024-10-01T01:49:17.578Z | Services: |
| 150 | 2024-10-01T01:49:17.578Z | restart_fmri: |
| 151 | 2024-10-01T01:49:17.578Z | svc:/system/update-man-index:default |
| 152 | 2024-10-01T01:49:17.578Z | |
| 153 | 2024-10-01T01:49:17.578Z | Editable files to change: |
| 154 | 2024-10-01T01:49:17.578Z | Update: |
| 155 | 2024-10-01T01:49:17.578Z | usr/share/lib/pkg/web/config.shtml |
| 156 | 2024-10-01T01:49:18.119Z | |
| 157 | 2024-10-01T01:49:18.119Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 158 | 2024-10-01T01:49:23.124Z | Download: 546/4281 items 17.5/220.6MB 7% complete (3.6M/s) |
| 159 | 2024-10-01T01:49:28.173Z | Download: 1195/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
| 160 | 2024-10-01T01:49:33.625Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
| 161 | 2024-10-01T01:49:38.630Z | Download: 1742/4281 items 118.2/220.6MB 53% complete (3.6M/s) |
| 162 | 2024-10-01T01:49:44.165Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (4.6M/s) |
| 163 | 2024-10-01T01:49:49.173Z | Download: 2952/4281 items 121.2/220.6MB 54% complete (282k/s) |
| 164 | 2024-10-01T01:49:55.655Z | Download: 3247/4281 items 202.7/220.6MB 91% complete (8.6M/s) |
| 165 | 2024-10-01T01:50:00.787Z | Download: 4205/4281 items 220.5/220.6MB 99% complete (9.3M/s) |
| 166 | 2024-10-01T01:50:02.974Z | Download: Completed 220.60 MB in 44.85 seconds (4.9M/s) |
| 167 | 2024-10-01T01:50:03.918Z | Actions: 1/5063 actions (Removing old actions) |
| 168 | 2024-10-01T01:50:03.933Z | Actions: 194/5063 actions (Installing new actions) |
| 169 | 2024-10-01T01:50:09.054Z | Actions: 4085/5063 actions (Installing new actions) |
| 170 | 2024-10-01T01:50:10.302Z | Actions: 4226/5063 actions (Updating modified actions) |
| 171 | 2024-10-01T01:50:10.732Z | Actions: Completed 5063 actions in 6.81 seconds. |
| 172 | 2024-10-01T01:50:11.031Z | Done (0.292s) |
| 173 | 2024-10-01T01:50:11.033Z | Done (0.000s) |
| 174 | 2024-10-01T01:50:11.476Z | Done (0.444s) |
| 175 | 2024-10-01T01:50:18.628Z | Done (6.968s) |
| 176 | 2024-10-01T01:50:19.023Z | Done (0.327s) |
| 177 | 2024-10-01T01:50:19.026Z | Done (0.000s) |
| 178 | 2024-10-01T01:50:19.453Z | Done (0.000s) |
| 179 | 2024-10-01T01:50:20.045Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2024-10-01T01:50:20.204Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2024-10-01T01:50:20.207Z | Planning: Consolidating action changes ... Done |
| 182 | 2024-10-01T01:50:20.476Z | Planning: Evaluating mediators ... Done |
| 183 | 2024-10-01T01:50:20.479Z | Planning: Planning completed in 0.43 seconds |
| 184 | 2024-10-01T01:50:20.515Z | Mediators to change: 2 |
| 185 | 2024-10-01T01:50:20.515Z | Create boot environment: No |
| 186 | 2024-10-01T01:50:20.515Z | Create backup boot environment: No |
| 187 | 2024-10-01T01:50:20.654Z | Done |
| 188 | 2024-10-01T01:50:20.654Z | Done |
| 189 | 2024-10-01T01:50:20.921Z | Done |
| 190 | 2024-10-01T01:50:24.430Z | Done |
| 191 | 2024-10-01T01:50:24.514Z | Done |
| 192 | 2024-10-01T01:50:24.514Z | Done |
| 193 | 2024-10-01T01:50:24.857Z | Done |
| 194 | 2024-10-01T01:50:25.450Z | Planning: Evaluating mediator changes ... Done |
| 195 | 2024-10-01T01:50:25.453Z | Planning: Merging actions ... Done |
| 196 | 2024-10-01T01:50:25.636Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2024-10-01T01:50:25.639Z | Planning: Consolidating action changes ... Done |
| 198 | 2024-10-01T01:50:25.898Z | Planning: Evaluating mediators ... Done |
| 199 | 2024-10-01T01:50:25.953Z | Planning: Planning completed in 0.74 seconds |
| 200 | 2024-10-01T01:50:25.991Z | Packages to change: 1 |
| 201 | 2024-10-01T01:50:25.991Z | Mediators to change: 1 |
| 202 | 2024-10-01T01:50:25.994Z | Services to change: 1 |
| 203 | 2024-10-01T01:50:25.994Z | Create boot environment: No |
| 204 | 2024-10-01T01:50:25.994Z | Create backup boot environment: Yes |
| 205 | 2024-10-01T01:50:27.873Z | Actions: 1/6 actions (Updating modified actions) |
| 206 | 2024-10-01T01:50:27.987Z | Actions: Completed 6 actions in 0.11 seconds. |
| 207 | 2024-10-01T01:50:27.989Z | Done |
| 208 | 2024-10-01T01:50:27.990Z | Done |
| 209 | 2024-10-01T01:50:28.085Z | Done |
| 210 | 2024-10-01T01:50:31.538Z | Done |
| 211 | 2024-10-01T01:50:31.621Z | Done |
| 212 | 2024-10-01T01:50:31.624Z | Done |
| 213 | 2024-10-01T01:50:32.087Z | Done |
| 214 | 2024-10-01T01:50:32.504Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 215 | 2024-10-01T01:50:32.504Z | clang system 15 system |
| 216 | 2024-10-01T01:50:32.504Z | csh system system illumos |
| 217 | 2024-10-01T01:50:32.504Z | ctags system system illumos |
| 218 | 2024-10-01T01:50:32.504Z | gcc vendor 12 vendor |
| 219 | 2024-10-01T01:50:32.504Z | gcc system 10 system |
| 220 | 2024-10-01T01:50:32.504Z | gcc system 7 system |
| 221 | 2024-10-01T01:50:32.504Z | go system 1.20 system |
| 222 | 2024-10-01T01:50:32.504Z | go system 1.19 system |
| 223 | 2024-10-01T01:50:32.504Z | llvm system 15 system |
| 224 | 2024-10-01T01:50:32.504Z | llvm system 14 system |
| 225 | 2024-10-01T01:50:32.504Z | mariadb system 10.6 system |
| 226 | 2024-10-01T01:50:32.504Z | mta vendor vendor dma |
| 227 | 2024-10-01T01:50:32.504Z | openjdk system 17 system |
| 228 | 2024-10-01T01:50:32.504Z | openjdk system 11 system |
| 229 | 2024-10-01T01:50:32.504Z | openjdk system 1.8 system |
| 230 | 2024-10-01T01:50:32.504Z | openssl vendor 3 vendor |
| 231 | 2024-10-01T01:50:32.504Z | perl system 5.36 system |
| 232 | 2024-10-01T01:50:32.504Z | postgresql system 15 system |
| 233 | 2024-10-01T01:50:32.504Z | postgresql system 13 system |
| 234 | 2024-10-01T01:50:32.504Z | python vendor 3 vendor |
| 235 | 2024-10-01T01:50:32.504Z | python system 2 system |
| 236 | 2024-10-01T01:50:32.505Z | python3 system 3.11 system |
| 237 | 2024-10-01T01:50:32.505Z | ruby system 3.0 system |
| 238 | 2024-10-01T01:50:32.505Z | words vendor vendor american-english |
| 239 | 2024-10-01T01:50:32.505Z | words system system australian-english |
| 240 | 2024-10-01T01:50:32.505Z | words system system british-english |
| 241 | 2024-10-01T01:50:32.505Z | words system system canadian-english |
| 242 | 2024-10-01T01:50:32.505Z | words system system french |
| 243 | 2024-10-01T01:50:32.505Z | words system system italian |
| 244 | 2024-10-01T01:50:32.505Z | words system system ngerman |
| 245 | 2024-10-01T01:50:32.505Z | words system system ogerman |
| 246 | 2024-10-01T01:50:32.505Z | words system system spanish |
| 247 | 2024-10-01T01:50:32.824Z | PUBLISHER TYPE STATUS P LOCATION |
| 248 | 2024-10-01T01:50:32.824Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 249 | 2024-10-01T01:50:34.821Z | FMRI IFO |
| 250 | 2024-10-01T01:50:34.821Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 251 | 2024-10-01T01:50:34.821Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 252 | 2024-10-01T01:50:34.821Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 253 | 2024-10-01T01:50:34.821Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 254 | 2024-10-01T01:50:34.822Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 255 | 2024-10-01T01:50:34.822Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 256 | 2024-10-01T01:50:34.822Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 257 | 2024-10-01T01:50:34.822Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 258 | 2024-10-01T01:50:34.822Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 259 | 2024-10-01T01:50:34.822Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 260 | 2024-10-01T01:50:34.822Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 261 | 2024-10-01T01:50:34.822Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 262 | 2024-10-01T01:50:34.822Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 263 | 2024-10-01T01:50:35.443Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 264 | 2024-10-01T01:50:35.738Z | Updating crates.io index |
| 265 | 2024-10-01T01:50:35.741Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2024-10-01T01:50:36.919Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 267 | 2024-10-01T01:50:37.144Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2024-10-01T01:50:37.371Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 269 | 2024-10-01T01:50:37.617Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 270 | 2024-10-01T01:50:38.310Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2024-10-01T01:50:40.435Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 272 | 2024-10-01T01:50:41.362Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 273 | 2024-10-01T01:50:42.007Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2024-10-01T01:50:42.240Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2024-10-01T01:50:42.457Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 276 | 2024-10-01T01:50:42.980Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 277 | 2024-10-01T01:50:43.236Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 278 | 2024-10-01T01:50:43.518Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 279 | 2024-10-01T01:50:43.790Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 280 | 2024-10-01T01:50:44.064Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 281 | 2024-10-01T01:50:44.309Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 282 | 2024-10-01T01:50:44.559Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 283 | 2024-10-01T01:50:44.833Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 284 | 2024-10-01T01:50:45.113Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 285 | 2024-10-01T01:50:45.435Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 286 | 2024-10-01T01:50:45.699Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 287 | 2024-10-01T01:50:45.998Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 288 | 2024-10-01T01:50:46.345Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 289 | 2024-10-01T01:50:46.680Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2024-10-01T01:50:46.929Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 291 | 2024-10-01T01:50:47.281Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 292 | 2024-10-01T01:50:47.701Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 293 | 2024-10-01T01:50:47.926Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 294 | 2024-10-01T01:50:48.173Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 295 | 2024-10-01T01:50:49.416Z | Downloading crates ... |
| 296 | 2024-10-01T01:50:49.494Z | Downloaded equivalent v1.0.1 |
| 297 | 2024-10-01T01:50:49.525Z | Downloaded usdt-macro v0.5.0 |
| 298 | 2024-10-01T01:50:49.534Z | Downloaded heck v0.4.1 |
| 299 | 2024-10-01T01:50:49.541Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2024-10-01T01:50:49.544Z | Downloaded cargo-platform v0.1.8 |
| 301 | 2024-10-01T01:50:49.546Z | Downloaded colorchoice v1.0.1 |
| 302 | 2024-10-01T01:50:49.553Z | Downloaded toml_datetime v0.6.8 |
| 303 | 2024-10-01T01:50:49.556Z | Downloaded thread-id v4.2.1 |
| 304 | 2024-10-01T01:50:49.556Z | Downloaded plain v0.2.3 |
| 305 | 2024-10-01T01:50:49.558Z | Downloaded fastrand v2.1.0 |
| 306 | 2024-10-01T01:50:49.558Z | Downloaded anstyle-parse v0.2.4 |
| 307 | 2024-10-01T01:50:49.563Z | Downloaded serde_spanned v0.6.7 |
| 308 | 2024-10-01T01:50:49.566Z | Downloaded version_check v0.9.5 |
| 309 | 2024-10-01T01:50:49.568Z | Downloaded crypto-common v0.1.6 |
| 310 | 2024-10-01T01:50:49.568Z | Downloaded thiserror v1.0.64 |
| 311 | 2024-10-01T01:50:49.571Z | Downloaded bytecount v0.6.8 |
| 312 | 2024-10-01T01:50:49.573Z | Downloaded tabled_derive v0.7.0 |
| 313 | 2024-10-01T01:50:49.576Z | Downloaded proc-macro-error v1.0.4 |
| 314 | 2024-10-01T01:50:49.578Z | Downloaded itoa v1.0.11 |
| 315 | 2024-10-01T01:50:49.580Z | Downloaded strsim v0.11.1 |
| 316 | 2024-10-01T01:50:49.580Z | Downloaded once_cell v1.19.0 |
| 317 | 2024-10-01T01:50:49.583Z | Downloaded dof v0.3.0 |
| 318 | 2024-10-01T01:50:49.583Z | Downloaded tempfile v3.10.1 |
| 319 | 2024-10-01T01:50:49.585Z | Downloaded clap_derive v4.5.18 |
| 320 | 2024-10-01T01:50:49.588Z | Downloaded sha2 v0.10.8 |
| 321 | 2024-10-01T01:50:49.590Z | Downloaded anstream v0.6.14 |
| 322 | 2024-10-01T01:50:49.592Z | Downloaded cargo_toml v0.20.5 |
| 323 | 2024-10-01T01:50:49.594Z | Downloaded semver v1.0.23 |
| 324 | 2024-10-01T01:50:49.597Z | Downloaded camino v1.1.9 |
| 325 | 2024-10-01T01:50:49.599Z | Downloaded textwrap v0.16.1 |
| 326 | 2024-10-01T01:50:49.605Z | Downloaded anyhow v1.0.89 |
| 327 | 2024-10-01T01:50:49.612Z | Downloaded typenum v1.17.0 |
| 328 | 2024-10-01T01:50:49.614Z | Downloaded scroll v0.12.0 |
| 329 | 2024-10-01T01:50:49.616Z | Downloaded unicode-linebreak v0.1.5 |
| 330 | 2024-10-01T01:50:49.616Z | Downloaded scroll_derive v0.12.0 |
| 331 | 2024-10-01T01:50:49.619Z | Downloaded pest_generator v2.7.10 |
| 332 | 2024-10-01T01:50:49.619Z | Downloaded fs-err v2.11.0 |
| 333 | 2024-10-01T01:50:49.621Z | Downloaded dtrace-parser v0.2.0 |
| 334 | 2024-10-01T01:50:49.623Z | Downloaded pretty-hex v0.4.1 |
| 335 | 2024-10-01T01:50:49.626Z | Downloaded unicode-ident v1.0.13 |
| 336 | 2024-10-01T01:50:49.631Z | Downloaded clap v4.5.18 |
| 337 | 2024-10-01T01:50:49.639Z | Downloaded terminal_size v0.3.0 |
| 338 | 2024-10-01T01:50:49.642Z | Downloaded anstyle v1.0.8 |
| 339 | 2024-10-01T01:50:49.644Z | Downloaded camino-tempfile v1.1.1 |
| 340 | 2024-10-01T01:50:49.644Z | Downloaded block-buffer v0.10.4 |
| 341 | 2024-10-01T01:50:49.646Z | Downloaded swrite v0.1.0 |
| 342 | 2024-10-01T01:50:49.646Z | Downloaded generic-array v0.14.7 |
| 343 | 2024-10-01T01:50:49.649Z | Downloaded clap_lex v0.7.0 |
| 344 | 2024-10-01T01:50:49.649Z | Downloaded cfg-if v1.0.0 |
| 345 | 2024-10-01T01:50:49.651Z | Downloaded autocfg v1.3.0 |
| 346 | 2024-10-01T01:50:49.651Z | Downloaded anstyle-query v1.0.3 |
| 347 | 2024-10-01T01:50:49.653Z | Downloaded proc-macro2 v1.0.86 |
| 348 | 2024-10-01T01:50:49.655Z | Downloaded bitflags v2.6.0 |
| 349 | 2024-10-01T01:50:49.658Z | Downloaded fnv v1.0.7 |
| 350 | 2024-10-01T01:50:49.660Z | Downloaded errno v0.3.9 |
| 351 | 2024-10-01T01:50:49.660Z | Downloaded digest v0.10.7 |
| 352 | 2024-10-01T01:50:49.662Z | Downloaded memmap v0.7.0 |
| 353 | 2024-10-01T01:50:49.664Z | Downloaded heck v0.5.0 |
| 354 | 2024-10-01T01:50:49.667Z | Downloaded smawk v0.3.2 |
| 355 | 2024-10-01T01:50:49.667Z | Downloaded proc-macro-error-attr v1.0.4 |
| 356 | 2024-10-01T01:50:49.669Z | Downloaded cpufeatures v0.2.12 |
| 357 | 2024-10-01T01:50:49.674Z | Downloaded usdt v0.5.0 |
| 358 | 2024-10-01T01:50:49.679Z | Downloaded serde_tokenstream v0.2.2 |
| 359 | 2024-10-01T01:50:49.681Z | Downloaded cargo_metadata v0.18.1 |
| 360 | 2024-10-01T01:50:49.684Z | Downloaded is_terminal_polyfill v1.70.0 |
| 361 | 2024-10-01T01:50:49.686Z | Downloaded thiserror-impl v1.0.64 |
| 362 | 2024-10-01T01:50:49.688Z | Downloaded macaddr v1.0.1 |
| 363 | 2024-10-01T01:50:49.695Z | Downloaded utf8parse v0.2.1 |
| 364 | 2024-10-01T01:50:49.699Z | Downloaded indexmap v2.5.0 |
| 365 | 2024-10-01T01:50:49.703Z | Downloaded quote v1.0.37 |
| 366 | 2024-10-01T01:50:49.706Z | Downloaded pest_derive v2.7.10 |
| 367 | 2024-10-01T01:50:49.708Z | Downloaded byteorder v1.5.0 |
| 368 | 2024-10-01T01:50:49.710Z | Downloaded log v0.4.22 |
| 369 | 2024-10-01T01:50:49.724Z | Downloaded zerocopy-derive v0.7.34 |
| 370 | 2024-10-01T01:50:49.728Z | Downloaded usdt-impl v0.5.0 |
| 371 | 2024-10-01T01:50:49.730Z | Downloaded serde_derive v1.0.210 |
| 372 | 2024-10-01T01:50:49.732Z | Downloaded toml v0.8.19 |
| 373 | 2024-10-01T01:50:49.735Z | Downloaded ryu v1.0.18 |
| 374 | 2024-10-01T01:50:49.738Z | Downloaded pest_meta v2.7.10 |
| 375 | 2024-10-01T01:50:49.740Z | Downloaded ucd-trie v0.1.6 |
| 376 | 2024-10-01T01:50:49.743Z | Downloaded goblin v0.8.2 |
| 377 | 2024-10-01T01:50:49.753Z | Downloaded serde v1.0.210 |
| 378 | 2024-10-01T01:50:49.758Z | Downloaded papergrid v0.11.0 |
| 379 | 2024-10-01T01:50:49.764Z | Downloaded pest v2.7.10 |
| 380 | 2024-10-01T01:50:49.768Z | Downloaded memchr v2.7.2 |
| 381 | 2024-10-01T01:50:49.791Z | Downloaded toml_edit v0.22.22 |
| 382 | 2024-10-01T01:50:49.812Z | Downloaded zerocopy v0.7.34 |
| 383 | 2024-10-01T01:50:49.826Z | Downloaded hashbrown v0.14.5 |
| 384 | 2024-10-01T01:50:49.831Z | Downloaded serde_json v1.0.128 |
| 385 | 2024-10-01T01:50:49.841Z | Downloaded clap_builder v4.5.18 |
| 386 | 2024-10-01T01:50:49.861Z | Downloaded winnow v0.6.18 |
| 387 | 2024-10-01T01:50:49.868Z | Downloaded syn v1.0.109 |
| 388 | 2024-10-01T01:50:49.878Z | Downloaded tabled v0.15.0 |
| 389 | 2024-10-01T01:50:49.891Z | Downloaded syn v2.0.79 |
| 390 | 2024-10-01T01:50:49.901Z | Downloaded rustix v0.38.34 |
| 391 | 2024-10-01T01:50:49.934Z | Downloaded unicode-width v0.1.13 |
| 392 | 2024-10-01T01:50:49.954Z | Downloaded libc v0.2.159 |
| 393 | 2024-10-01T01:50:50.245Z | Compiling proc-macro2 v1.0.86 |
| 394 | 2024-10-01T01:50:50.246Z | Compiling unicode-ident v1.0.13 |
| 395 | 2024-10-01T01:50:50.248Z | Compiling serde v1.0.210 |
| 396 | 2024-10-01T01:50:50.248Z | Compiling version_check v0.9.5 |
| 397 | 2024-10-01T01:50:50.248Z | Compiling memchr v2.7.2 |
| 398 | 2024-10-01T01:50:50.248Z | Compiling thiserror v1.0.64 |
| 399 | 2024-10-01T01:50:50.248Z | Compiling libc v0.2.159 |
| 400 | 2024-10-01T01:50:50.248Z | Compiling itoa v1.0.11 |
| 401 | 2024-10-01T01:50:50.487Z | Compiling ucd-trie v0.1.6 |
| 402 | 2024-10-01T01:50:50.614Z | Compiling ryu v1.0.18 |
| 403 | 2024-10-01T01:50:50.937Z | Compiling once_cell v1.19.0 |
| 404 | 2024-10-01T01:50:51.046Z | Compiling byteorder v1.5.0 |
| 405 | 2024-10-01T01:50:51.369Z | Compiling serde_json v1.0.128 |
| 406 | 2024-10-01T01:50:51.571Z | Compiling rustix v0.38.34 |
| 407 | 2024-10-01T01:50:52.475Z | Compiling bitflags v2.6.0 |
| 408 | 2024-10-01T01:50:52.535Z | Compiling usdt-impl v0.5.0 |
| 409 | 2024-10-01T01:50:52.579Z | Compiling proc-macro-error-attr v1.0.4 |
| 410 | 2024-10-01T01:50:52.583Z | Compiling syn v1.0.109 |
| 411 | 2024-10-01T01:50:52.811Z | Compiling proc-macro-error v1.0.4 |
| 412 | 2024-10-01T01:50:52.922Z | Compiling utf8parse v0.2.1 |
| 413 | 2024-10-01T01:50:52.949Z | Compiling camino v1.1.9 |
| 414 | 2024-10-01T01:50:53.027Z | Compiling hashbrown v0.14.5 |
| 415 | 2024-10-01T01:50:53.071Z | Compiling equivalent v1.0.1 |
| 416 | 2024-10-01T01:50:53.095Z | Compiling log v0.4.22 |
| 417 | 2024-10-01T01:50:53.184Z | Compiling thread-id v4.2.1 |
| 418 | 2024-10-01T01:50:53.239Z | Compiling plain v0.2.3 |
| 419 | 2024-10-01T01:50:53.327Z | Compiling anstyle-parse v0.2.4 |
| 420 | 2024-10-01T01:50:53.399Z | Compiling quote v1.0.37 |
| 421 | 2024-10-01T01:50:53.461Z | Compiling pretty-hex v0.4.1 |
| 422 | 2024-10-01T01:50:53.631Z | Compiling errno v0.3.9 |
| 423 | 2024-10-01T01:50:53.661Z | Compiling semver v1.0.23 |
| 424 | 2024-10-01T01:50:53.684Z | Compiling is_terminal_polyfill v1.70.0 |
| 425 | 2024-10-01T01:50:53.760Z | Compiling autocfg v1.3.0 |
| 426 | 2024-10-01T01:50:53.802Z | Compiling syn v2.0.79 |
| 427 | 2024-10-01T01:50:54.124Z | Compiling anstyle v1.0.8 |
| 428 | 2024-10-01T01:50:54.202Z | Compiling unicode-width v0.1.13 |
| 429 | 2024-10-01T01:50:54.319Z | Compiling indexmap v2.5.0 |
| 430 | 2024-10-01T01:50:54.419Z | Compiling colorchoice v1.0.1 |
| 431 | 2024-10-01T01:50:54.551Z | Compiling winnow v0.6.18 |
| 432 | 2024-10-01T01:50:54.574Z | Compiling anstyle-query v1.0.3 |
| 433 | 2024-10-01T01:50:54.696Z | Compiling fs-err v2.11.0 |
| 434 | 2024-10-01T01:50:54.720Z | Compiling anstream v0.6.14 |
| 435 | 2024-10-01T01:50:55.333Z | Compiling cfg-if v1.0.0 |
| 436 | 2024-10-01T01:50:55.440Z | Compiling clap_lex v0.7.0 |
| 437 | 2024-10-01T01:50:55.442Z | Compiling heck v0.4.1 |
| 438 | 2024-10-01T01:50:55.510Z | Compiling fnv v1.0.7 |
| 439 | 2024-10-01T01:50:55.635Z | Compiling fastrand v2.1.0 |
| 440 | 2024-10-01T01:50:55.677Z | Compiling bytecount v0.6.8 |
| 441 | 2024-10-01T01:50:55.892Z | Compiling terminal_size v0.3.0 |
| 442 | 2024-10-01T01:50:55.933Z | Compiling strsim v0.11.1 |
| 443 | 2024-10-01T01:50:55.955Z | Compiling heck v0.5.0 |
| 444 | 2024-10-01T01:50:56.085Z | Compiling anyhow v1.0.89 |
| 445 | 2024-10-01T01:50:56.196Z | Compiling tempfile v3.10.1 |
| 446 | 2024-10-01T01:50:56.477Z | Compiling clap_builder v4.5.18 |
| 447 | 2024-10-01T01:50:56.600Z | Compiling papergrid v0.11.0 |
| 448 | 2024-10-01T01:50:57.072Z | Compiling memmap v0.7.0 |
| 449 | 2024-10-01T01:50:57.204Z | Compiling unicode-linebreak v0.1.5 |
| 450 | 2024-10-01T01:50:57.429Z | Compiling smawk v0.3.2 |
| 451 | 2024-10-01T01:50:57.634Z | Compiling textwrap v0.16.1 |
| 452 | 2024-10-01T01:50:58.033Z | Compiling swrite v0.1.0 |
| 453 | 2024-10-01T01:50:59.380Z | Compiling tabled_derive v0.7.0 |
| 454 | 2024-10-01T01:51:00.844Z | Compiling tabled v0.15.0 |
| 455 | 2024-10-01T01:51:02.416Z | Compiling serde_derive v1.0.210 |
| 456 | 2024-10-01T01:51:02.416Z | Compiling thiserror-impl v1.0.64 |
| 457 | 2024-10-01T01:51:02.418Z | Compiling zerocopy-derive v0.7.34 |
| 458 | 2024-10-01T01:51:02.418Z | Compiling scroll_derive v0.12.0 |
| 459 | 2024-10-01T01:51:02.418Z | Compiling clap_derive v4.5.18 |
| 460 | 2024-10-01T01:51:03.549Z | Compiling scroll v0.12.0 |
| 461 | 2024-10-01T01:51:03.987Z | Compiling zerocopy v0.7.34 |
| 462 | 2024-10-01T01:51:04.009Z | Compiling goblin v0.8.2 |
| 463 | 2024-10-01T01:51:04.839Z | Compiling pest v2.7.10 |
| 464 | 2024-10-01T01:51:06.005Z | Compiling clap v4.5.18 |
| 465 | 2024-10-01T01:51:07.143Z | Compiling pest_meta v2.7.10 |
| 466 | 2024-10-01T01:51:07.949Z | Compiling pest_generator v2.7.10 |
| 467 | 2024-10-01T01:51:09.840Z | Compiling pest_derive v2.7.10 |
| 468 | 2024-10-01T01:51:10.500Z | Compiling dtrace-parser v0.2.0 |
| 469 | 2024-10-01T01:51:12.200Z | Compiling serde_tokenstream v0.2.2 |
| 470 | 2024-10-01T01:51:12.237Z | Compiling toml_datetime v0.6.8 |
| 471 | 2024-10-01T01:51:12.237Z | Compiling serde_spanned v0.6.7 |
| 472 | 2024-10-01T01:51:12.573Z | Compiling cargo-platform v0.1.8 |
| 473 | 2024-10-01T01:51:12.604Z | Compiling toml_edit v0.22.22 |
| 474 | 2024-10-01T01:51:12.800Z | Compiling macaddr v1.0.1 |
| 475 | 2024-10-01T01:51:12.834Z | Compiling camino-tempfile v1.1.1 |
| 476 | 2024-10-01T01:51:13.579Z | Compiling dof v0.3.0 |
| 477 | 2024-10-01T01:51:13.670Z | Compiling cargo_metadata v0.18.1 |
| 478 | 2024-10-01T01:51:15.299Z | Compiling usdt-macro v0.5.0 |
| 479 | 2024-10-01T01:51:15.299Z | Compiling usdt-attr-macro v0.5.0 |
| 480 | 2024-10-01T01:51:15.409Z | Compiling toml v0.8.19 |
| 481 | 2024-10-01T01:51:16.287Z | Compiling cargo_toml v0.20.5 |
| 482 | 2024-10-01T01:51:16.757Z | Compiling usdt v0.5.0 |
| 483 | 2024-10-01T01:51:19.991Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 484 | 2024-10-01T01:51:24.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.85s |
| 485 | 2024-10-01T01:51:24.328Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 486 | 2024-10-01T01:51:24.858Z | Downloading crates ... |
| 487 | 2024-10-01T01:51:24.983Z | Downloaded addr2line v0.21.0 |
| 488 | 2024-10-01T01:51:24.988Z | Downloaded assert_matches v1.5.0 |
| 489 | 2024-10-01T01:51:24.991Z | Downloaded bb8 v0.8.5 |
| 490 | 2024-10-01T01:51:24.993Z | Downloaded allocator-api2 v0.2.18 |
| 491 | 2024-10-01T01:51:24.996Z | Downloaded atty v0.2.14 |
| 492 | 2024-10-01T01:51:24.996Z | Downloaded cassowary v0.3.0 |
| 493 | 2024-10-01T01:51:25.002Z | Downloaded adler2 v2.0.0 |
| 494 | 2024-10-01T01:51:25.005Z | Downloaded arrayref v0.3.7 |
| 495 | 2024-10-01T01:51:25.005Z | Downloaded bit-set v0.5.3 |
| 496 | 2024-10-01T01:51:25.008Z | Downloaded ascii-canvas v3.0.0 |
| 497 | 2024-10-01T01:51:25.010Z | Downloaded darling_macro v0.20.9 |
| 498 | 2024-10-01T01:51:25.013Z | Downloaded ahash v0.8.11 |
| 499 | 2024-10-01T01:51:25.017Z | Downloaded ident_case v1.0.1 |
| 500 | 2024-10-01T01:51:25.017Z | Downloaded http-body v1.0.0 |
| 501 | 2024-10-01T01:51:25.020Z | Downloaded home v0.5.9 |
| 502 | 2024-10-01T01:51:25.020Z | Downloaded block-padding v0.3.3 |
| 503 | 2024-10-01T01:51:25.020Z | Downloaded cexpr v0.6.0 |
| 504 | 2024-10-01T01:51:25.022Z | Downloaded constant_time_eq v0.3.0 |
| 505 | 2024-10-01T01:51:25.022Z | Downloaded hyper-tls v0.6.0 |
| 506 | 2024-10-01T01:51:25.025Z | Downloaded bitflags v1.3.2 |
| 507 | 2024-10-01T01:51:25.028Z | Downloaded bcs v0.1.6 |
| 508 | 2024-10-01T01:51:25.031Z | Downloaded cfg_aliases v0.1.1 |
| 509 | 2024-10-01T01:51:25.031Z | Downloaded md5 v0.7.0 |
| 510 | 2024-10-01T01:51:25.034Z | Downloaded async-recursion v1.1.1 |
| 511 | 2024-10-01T01:51:25.037Z | Downloaded http-range v0.1.5 |
| 512 | 2024-10-01T01:51:25.037Z | Downloaded nodrop v0.1.14 |
| 513 | 2024-10-01T01:51:25.037Z | Downloaded cstr-argument v0.1.2 |
| 514 | 2024-10-01T01:51:25.040Z | Downloaded darling v0.20.9 |
| 515 | 2024-10-01T01:51:25.043Z | Downloaded blake2 v0.10.6 |
| 516 | 2024-10-01T01:51:25.045Z | Downloaded crucible-workspace-hack v0.1.0 |
| 517 | 2024-10-01T01:51:25.048Z | Downloaded colored v2.1.0 |
| 518 | 2024-10-01T01:51:25.048Z | Downloaded ciborium v0.2.2 |
| 519 | 2024-10-01T01:51:25.050Z | Downloaded argon2 v0.5.3 |
| 520 | 2024-10-01T01:51:25.053Z | Downloaded nibble_vec v0.1.0 |
| 521 | 2024-10-01T01:51:25.056Z | Downloaded newtype-uuid v1.1.0 |
| 522 | 2024-10-01T01:51:25.056Z | Downloaded hubpack_derive v0.1.1 |
| 523 | 2024-10-01T01:51:25.058Z | Downloaded libefi-sys v0.1.0 |
| 524 | 2024-10-01T01:51:25.058Z | Downloaded instability v0.3.2 |
| 525 | 2024-10-01T01:51:25.061Z | Downloaded cookie v0.18.1 |
| 526 | 2024-10-01T01:51:25.065Z | Downloaded mime v0.3.17 |
| 527 | 2024-10-01T01:51:25.065Z | Downloaded nanorand v0.7.0 |
| 528 | 2024-10-01T01:51:25.068Z | Downloaded crossbeam-epoch v0.9.18 |
| 529 | 2024-10-01T01:51:25.071Z | Downloaded bytes v1.7.2 |
| 530 | 2024-10-01T01:51:25.073Z | Downloaded lru v0.12.3 |
| 531 | 2024-10-01T01:51:25.076Z | Downloaded rustc-hash v1.1.0 |
| 532 | 2024-10-01T01:51:25.076Z | Downloaded ref-cast v1.0.23 |
| 533 | 2024-10-01T01:51:25.079Z | Downloaded multer v3.1.0 |
| 534 | 2024-10-01T01:51:25.082Z | Downloaded mockall v0.13.0 |
| 535 | 2024-10-01T01:51:25.085Z | Downloaded miniz_oxide v0.8.0 |
| 536 | 2024-10-01T01:51:25.087Z | Downloaded highway v1.2.0 |
| 537 | 2024-10-01T01:51:25.089Z | Downloaded atomicwrites v0.4.4 |
| 538 | 2024-10-01T01:51:25.089Z | Downloaded async-stream-impl v0.3.5 |
| 539 | 2024-10-01T01:51:25.092Z | Downloaded csv-core v0.1.11 |
| 540 | 2024-10-01T01:51:25.092Z | Downloaded strum v0.26.3 |
| 541 | 2024-10-01T01:51:25.094Z | Downloaded const_format v0.2.33 |
| 542 | 2024-10-01T01:51:25.098Z | Downloaded serde_urlencoded v0.7.1 |
| 543 | 2024-10-01T01:51:25.100Z | Downloaded lru-cache v0.1.2 |
| 544 | 2024-10-01T01:51:25.104Z | Downloaded http v1.1.0 |
| 545 | 2024-10-01T01:51:25.108Z | Downloaded cfg_aliases v0.2.1 |
| 546 | 2024-10-01T01:51:25.108Z | Downloaded serde-hex v0.1.0 |
| 547 | 2024-10-01T01:51:25.111Z | Downloaded base16ct v0.2.0 |
| 548 | 2024-10-01T01:51:25.111Z | Downloaded array-init v0.0.4 |
| 549 | 2024-10-01T01:51:25.111Z | Downloaded ipnet v2.10.0 |
| 550 | 2024-10-01T01:51:25.114Z | Downloaded ciborium-io v0.2.2 |
| 551 | 2024-10-01T01:51:25.114Z | Downloaded ron v0.7.1 |
| 552 | 2024-10-01T01:51:25.119Z | Downloaded crunchy v0.2.2 |
| 553 | 2024-10-01T01:51:25.121Z | Downloaded stringprep v0.1.4 |
| 554 | 2024-10-01T01:51:25.124Z | Downloaded buf-list v1.0.3 |
| 555 | 2024-10-01T01:51:25.126Z | Downloaded minimal-lexical v0.2.1 |
| 556 | 2024-10-01T01:51:25.130Z | Downloaded keccak v0.1.5 |
| 557 | 2024-10-01T01:51:25.133Z | Downloaded dhcproto-macros v0.1.0 |
| 558 | 2024-10-01T01:51:25.133Z | Downloaded sec1 v0.7.3 |
| 559 | 2024-10-01T01:51:25.136Z | Downloaded unicase v2.7.0 |
| 560 | 2024-10-01T01:51:25.136Z | Downloaded crossbeam-channel v0.5.12 |
| 561 | 2024-10-01T01:51:25.140Z | Downloaded castaway v0.2.3 |
| 562 | 2024-10-01T01:51:25.142Z | Downloaded wyz v0.5.1 |
| 563 | 2024-10-01T01:51:25.145Z | Downloaded typify-macro v0.2.0 |
| 564 | 2024-10-01T01:51:25.146Z | Downloaded xattr v1.3.1 |
| 565 | 2024-10-01T01:51:25.148Z | Downloaded serde_with_macros v3.9.0 |
| 566 | 2024-10-01T01:51:25.151Z | Downloaded crossbeam-deque v0.8.5 |
| 567 | 2024-10-01T01:51:25.151Z | Downloaded oso-derive v0.27.3 |
| 568 | 2024-10-01T01:51:25.156Z | Downloaded dropshot_endpoint v0.10.1 |
| 569 | 2024-10-01T01:51:25.156Z | Downloaded humantime v2.1.0 |
| 570 | 2024-10-01T01:51:25.156Z | Downloaded http-body-util v0.1.2 |
| 571 | 2024-10-01T01:51:25.159Z | Downloaded glob v0.3.1 |
| 572 | 2024-10-01T01:51:25.159Z | Downloaded http-body v0.4.6 |
| 573 | 2024-10-01T01:51:25.163Z | Downloaded group v0.13.0 |
| 574 | 2024-10-01T01:51:25.165Z | Downloaded foreign-types-shared v0.3.1 |
| 575 | 2024-10-01T01:51:25.165Z | Downloaded hostname v0.3.1 |
| 576 | 2024-10-01T01:51:25.165Z | Downloaded downcast v0.11.0 |
| 577 | 2024-10-01T01:51:25.168Z | Downloaded foreign-types-shared v0.1.1 |
| 578 | 2024-10-01T01:51:25.168Z | Downloaded indent_write v2.2.0 |
| 579 | 2024-10-01T01:51:25.171Z | Downloaded ctr v0.9.2 |
| 580 | 2024-10-01T01:51:25.171Z | Downloaded convert_case v0.4.0 |
| 581 | 2024-10-01T01:51:25.174Z | Downloaded instant v0.1.12 |
| 582 | 2024-10-01T01:51:25.174Z | Downloaded newtype_derive v0.1.6 |
| 583 | 2024-10-01T01:51:25.176Z | Downloaded backoff v0.4.0 |
| 584 | 2024-10-01T01:51:25.176Z | Downloaded async-bb8-diesel v0.2.1 |
| 585 | 2024-10-01T01:51:25.179Z | Downloaded thread_local v1.1.8 |
| 586 | 2024-10-01T01:51:25.182Z | Downloaded num-integer v0.1.46 |
| 587 | 2024-10-01T01:51:25.184Z | Downloaded subtle v2.5.0 |
| 588 | 2024-10-01T01:51:25.184Z | Downloaded vergen v8.3.2 |
| 589 | 2024-10-01T01:51:25.186Z | Downloaded is-terminal v0.4.12 |
| 590 | 2024-10-01T01:51:25.189Z | Downloaded display-error-chain v0.2.1 |
| 591 | 2024-10-01T01:51:25.194Z | Downloaded cookie_store v0.21.0 |
| 592 | 2024-10-01T01:51:25.194Z | Downloaded inout v0.1.3 |
| 593 | 2024-10-01T01:51:25.197Z | Downloaded matches v0.1.10 |
| 594 | 2024-10-01T01:51:25.197Z | Downloaded httparse v1.8.0 |
| 595 | 2024-10-01T01:51:25.197Z | Downloaded ghash v0.5.1 |
| 596 | 2024-10-01T01:51:25.199Z | Downloaded nom v7.1.3 |
| 597 | 2024-10-01T01:51:25.203Z | Downloaded maplit v1.0.2 |
| 598 | 2024-10-01T01:51:25.206Z | Downloaded multimap v0.10.0 |
| 599 | 2024-10-01T01:51:25.209Z | Downloaded predicates-core v1.0.6 |
| 600 | 2024-10-01T01:51:25.210Z | Downloaded slab v0.4.9 |
| 601 | 2024-10-01T01:51:25.213Z | Downloaded md-5 v0.10.6 |
| 602 | 2024-10-01T01:51:25.213Z | Downloaded bzip2 v0.4.4 |
| 603 | 2024-10-01T01:51:25.215Z | Downloaded sync_wrapper v0.1.2 |
| 604 | 2024-10-01T01:51:25.215Z | Downloaded ipnetwork v0.20.0 |
| 605 | 2024-10-01T01:51:25.217Z | Downloaded newline-converter v0.3.0 |
| 606 | 2024-10-01T01:51:25.218Z | Downloaded const-oid v0.9.6 |
| 607 | 2024-10-01T01:51:25.220Z | Downloaded memoffset v0.9.1 |
| 608 | 2024-10-01T01:51:25.222Z | Downloaded tokio-tungstenite v0.23.1 |
| 609 | 2024-10-01T01:51:25.226Z | Downloaded lazycell v1.3.0 |
| 610 | 2024-10-01T01:51:25.226Z | Downloaded thiserror-no-std v2.0.2 |
| 611 | 2024-10-01T01:51:25.229Z | Downloaded supports-color v3.0.1 |
| 612 | 2024-10-01T01:51:25.232Z | Downloaded tinyvec_macros v0.1.1 |
| 613 | 2024-10-01T01:51:25.232Z | Downloaded linear-map v1.2.0 |
| 614 | 2024-10-01T01:51:25.235Z | Downloaded kstat-rs v0.2.4 |
| 615 | 2024-10-01T01:51:25.235Z | Downloaded rustfmt-wrapper v0.2.1 |
| 616 | 2024-10-01T01:51:25.237Z | Downloaded num-conv v0.1.0 |
| 617 | 2024-10-01T01:51:25.237Z | Downloaded take_mut v0.2.2 |
| 618 | 2024-10-01T01:51:25.237Z | Downloaded serde-big-array v0.5.1 |
| 619 | 2024-10-01T01:51:25.240Z | Downloaded rustc-hash v2.0.0 |
| 620 | 2024-10-01T01:51:25.242Z | Downloaded parse-display v0.10.0 |
| 621 | 2024-10-01T01:51:25.242Z | Downloaded mime_guess v2.0.4 |
| 622 | 2024-10-01T01:51:25.245Z | Downloaded phf v0.11.2 |
| 623 | 2024-10-01T01:51:25.245Z | Downloaded libloading v0.8.3 |
| 624 | 2024-10-01T01:51:25.247Z | Downloaded filetime v0.2.25 |
| 625 | 2024-10-01T01:51:25.250Z | Downloaded crossbeam-utils v0.8.19 |
| 626 | 2024-10-01T01:51:25.252Z | Downloaded crc-any v2.5.0 |
| 627 | 2024-10-01T01:51:25.255Z | Downloaded native-tls v0.2.11 |
| 628 | 2024-10-01T01:51:25.258Z | Downloaded foreign-types-macros v0.2.3 |
| 629 | 2024-10-01T01:51:25.258Z | Downloaded signal-hook-mio v0.2.4 |
| 630 | 2024-10-01T01:51:25.260Z | Downloaded unarray v0.1.4 |
| 631 | 2024-10-01T01:51:25.260Z | Downloaded lock_api v0.4.12 |
| 632 | 2024-10-01T01:51:25.263Z | Downloaded jobserver v0.1.32 |
| 633 | 2024-10-01T01:51:25.265Z | Downloaded tower-service v0.3.2 |
| 634 | 2024-10-01T01:51:25.267Z | Downloaded sqlformat v0.2.6 |
| 635 | 2024-10-01T01:51:25.267Z | Downloaded hkdf v0.12.4 |
| 636 | 2024-10-01T01:51:25.270Z | Downloaded rand_seeder v0.3.0 |
| 637 | 2024-10-01T01:51:25.272Z | Downloaded siphasher v0.3.11 |
| 638 | 2024-10-01T01:51:25.275Z | Downloaded smallvec v1.13.2 |
| 639 | 2024-10-01T01:51:25.278Z | Downloaded uzers v0.11.3 |
| 640 | 2024-10-01T01:51:25.278Z | Downloaded num-derive v0.4.2 |
| 641 | 2024-10-01T01:51:25.280Z | Downloaded slog-stdlog v4.1.1 |
| 642 | 2024-10-01T01:51:25.283Z | Downloaded headers-core v0.3.0 |
| 643 | 2024-10-01T01:51:25.283Z | Downloaded slog-json v2.6.1 |
| 644 | 2024-10-01T01:51:25.285Z | Downloaded base64 v0.21.7 |
| 645 | 2024-10-01T01:51:25.288Z | Downloaded snafu-derive v0.8.2 |
| 646 | 2024-10-01T01:51:25.290Z | Downloaded opaque-debug v0.3.1 |
| 647 | 2024-10-01T01:51:25.293Z | Downloaded hyper-util v0.1.9 |
| 648 | 2024-10-01T01:51:25.295Z | Downloaded crc32fast v1.4.0 |
| 649 | 2024-10-01T01:51:25.298Z | Downloaded phf_shared v0.10.0 |
| 650 | 2024-10-01T01:51:25.300Z | Downloaded indicatif v0.17.8 |
| 651 | 2024-10-01T01:51:25.303Z | Downloaded zeroize_derive v1.4.2 |
| 652 | 2024-10-01T01:51:25.306Z | Downloaded slog-term v2.9.1 |
| 653 | 2024-10-01T01:51:25.308Z | Downloaded rand_core v0.6.4 |
| 654 | 2024-10-01T01:51:25.308Z | Downloaded precomputed-hash v0.1.1 |
| 655 | 2024-10-01T01:51:25.311Z | Downloaded path-slash v0.1.5 |
| 656 | 2024-10-01T01:51:25.311Z | Downloaded postgres-protocol v0.6.7 |
| 657 | 2024-10-01T01:51:25.313Z | Downloaded hash32 v0.3.1 |
| 658 | 2024-10-01T01:51:25.315Z | Downloaded flagset v0.4.5 |
| 659 | 2024-10-01T01:51:25.315Z | Downloaded tokio-native-tls v0.3.1 |
| 660 | 2024-10-01T01:51:25.318Z | Downloaded structmeta-derive v0.3.0 |
| 661 | 2024-10-01T01:51:25.320Z | Downloaded rustc_version v0.1.7 |
| 662 | 2024-10-01T01:51:25.320Z | Downloaded owo-colors v4.1.0 |
| 663 | 2024-10-01T01:51:25.323Z | Downloaded predicates-tree v1.0.9 |
| 664 | 2024-10-01T01:51:25.326Z | Downloaded rtoolbox v0.0.2 |
| 665 | 2024-10-01T01:51:25.326Z | Downloaded hickory-server v0.24.1 |
| 666 | 2024-10-01T01:51:25.331Z | Downloaded compact_str v0.8.0 |
| 667 | 2024-10-01T01:51:25.335Z | Downloaded fixedbitset v0.4.2 |
| 668 | 2024-10-01T01:51:25.337Z | Downloaded poly1305 v0.8.0 |
| 669 | 2024-10-01T01:51:25.339Z | Downloaded derive_builder_macro v0.20.0 |
| 670 | 2024-10-01T01:51:25.342Z | Downloaded rfc6979 v0.4.0 |
| 671 | 2024-10-01T01:51:25.342Z | Downloaded phf_shared v0.11.2 |
| 672 | 2024-10-01T01:51:25.344Z | Downloaded resolv-conf v0.7.0 |
| 673 | 2024-10-01T01:51:25.344Z | Downloaded radium v0.7.0 |
| 674 | 2024-10-01T01:51:25.348Z | Downloaded ff v0.13.0 |
| 675 | 2024-10-01T01:51:25.351Z | Downloaded mockall_derive v0.13.0 |
| 676 | 2024-10-01T01:51:25.351Z | Downloaded ssh-encoding v0.2.0 |
| 677 | 2024-10-01T01:51:25.353Z | Downloaded packed_struct v0.10.1 |
| 678 | 2024-10-01T01:51:25.353Z | Downloaded ppv-lite86 v0.2.17 |
| 679 | 2024-10-01T01:51:25.356Z | Downloaded env_logger v0.10.2 |
| 680 | 2024-10-01T01:51:25.358Z | Downloaded derive_builder_core v0.20.0 |
| 681 | 2024-10-01T01:51:25.361Z | Downloaded dropshot_endpoint v0.12.0 |
| 682 | 2024-10-01T01:51:25.363Z | Downloaded defmt-macros v0.3.9 |
| 683 | 2024-10-01T01:51:25.366Z | Downloaded slog-async v2.8.0 |
| 684 | 2024-10-01T01:51:25.369Z | Downloaded schemars v0.8.21 |
| 685 | 2024-10-01T01:51:25.380Z | Downloaded want v0.3.1 |
| 686 | 2024-10-01T01:51:25.382Z | Downloaded russh-cryptovec v0.7.2 |
| 687 | 2024-10-01T01:51:25.382Z | Downloaded defmt v0.3.8 |
| 688 | 2024-10-01T01:51:25.396Z | Downloaded tungstenite v0.21.0 |
| 689 | 2024-10-01T01:51:25.398Z | Downloaded powerfmt v0.2.0 |
| 690 | 2024-10-01T01:51:25.401Z | Downloaded derive-where v1.2.7 |
| 691 | 2024-10-01T01:51:25.404Z | Downloaded unicode-truncate v1.0.0 |
| 692 | 2024-10-01T01:51:25.406Z | Downloaded which v4.4.2 |
| 693 | 2024-10-01T01:51:25.408Z | Downloaded miniz_oxide v0.7.2 |
| 694 | 2024-10-01T01:51:25.411Z | Downloaded idna v0.4.0 |
| 695 | 2024-10-01T01:51:25.417Z | Downloaded scheduled-thread-pool v0.2.7 |
| 696 | 2024-10-01T01:51:25.419Z | Downloaded progenitor-macro v0.8.0 |
| 697 | 2024-10-01T01:51:25.419Z | Downloaded num-traits v0.2.19 |
| 698 | 2024-10-01T01:51:25.423Z | Downloaded itertools v0.13.0 |
| 699 | 2024-10-01T01:51:25.430Z | Downloaded polyval v0.6.2 |
| 700 | 2024-10-01T01:51:25.432Z | Downloaded normalize-line-endings v0.3.0 |
| 701 | 2024-10-01T01:51:25.436Z | Downloaded parse-size v1.0.0 |
| 702 | 2024-10-01T01:51:25.436Z | Downloaded tls_codec v0.4.1 |
| 703 | 2024-10-01T01:51:25.438Z | Downloaded der v0.7.9 |
| 704 | 2024-10-01T01:51:25.441Z | Downloaded foreign-types v0.3.2 |
| 705 | 2024-10-01T01:51:25.443Z | Downloaded twox-hash v1.6.3 |
| 706 | 2024-10-01T01:51:25.446Z | Downloaded parking_lot v0.11.2 |
| 707 | 2024-10-01T01:51:25.448Z | Downloaded serde_repr v0.1.19 |
| 708 | 2024-10-01T01:51:25.451Z | Downloaded vte_generate_state_changes v0.1.1 |
| 709 | 2024-10-01T01:51:25.451Z | Downloaded progenitor-client v0.8.0 |
| 710 | 2024-10-01T01:51:25.453Z | Downloaded ed25519 v2.2.3 |
| 711 | 2024-10-01T01:51:25.453Z | Downloaded password-hash v0.4.2 |
| 712 | 2024-10-01T01:51:25.455Z | Downloaded hashlink v0.9.1 |
| 713 | 2024-10-01T01:51:25.458Z | Downloaded tls_codec_derive v0.4.1 |
| 714 | 2024-10-01T01:51:25.461Z | Downloaded pretty-hex v0.2.1 |
| 715 | 2024-10-01T01:51:25.461Z | Downloaded num v0.4.3 |
| 716 | 2024-10-01T01:51:25.461Z | Downloaded fallible-iterator v0.3.0 |
| 717 | 2024-10-01T01:51:25.463Z | Downloaded mio v1.0.2 |
| 718 | 2024-10-01T01:51:25.468Z | Downloaded strum_macros v0.25.3 |
| 719 | 2024-10-01T01:51:25.470Z | Downloaded gethostname v0.5.0 |
| 720 | 2024-10-01T01:51:25.473Z | Downloaded untrusted v0.9.0 |
| 721 | 2024-10-01T01:51:25.475Z | Downloaded string_cache v0.8.7 |
| 722 | 2024-10-01T01:51:25.475Z | Downloaded spin v0.9.8 |
| 723 | 2024-10-01T01:51:25.478Z | Downloaded samael v0.0.17 |
| 724 | 2024-10-01T01:51:25.483Z | Downloaded float-cmp v0.9.0 |
| 725 | 2024-10-01T01:51:25.486Z | Downloaded hash32 v0.2.1 |
| 726 | 2024-10-01T01:51:25.488Z | Downloaded shlex v1.3.0 |
| 727 | 2024-10-01T01:51:25.488Z | Downloaded float-ord v0.3.2 |
| 728 | 2024-10-01T01:51:25.492Z | Downloaded time-macros v0.2.18 |
| 729 | 2024-10-01T01:51:25.494Z | Downloaded term v0.7.0 |
| 730 | 2024-10-01T01:51:25.494Z | Downloaded peg v0.8.4 |
| 731 | 2024-10-01T01:51:25.498Z | Downloaded sha1 v0.10.6 |
| 732 | 2024-10-01T01:51:25.501Z | Downloaded zone v0.1.8 |
| 733 | 2024-10-01T01:51:25.501Z | Downloaded foreign-types v0.5.0 |
| 734 | 2024-10-01T01:51:25.504Z | Downloaded x509-cert v0.2.5 |
| 735 | 2024-10-01T01:51:25.508Z | Downloaded pin-project-lite v0.2.14 |
| 736 | 2024-10-01T01:51:25.513Z | Downloaded derive_more v0.99.18 |
| 737 | 2024-10-01T01:51:25.518Z | Downloaded signal-hook v0.3.17 |
| 738 | 2024-10-01T01:51:25.521Z | Downloaded pbkdf2 v0.12.2 |
| 739 | 2024-10-01T01:51:25.524Z | Downloaded rand v0.8.5 |
| 740 | 2024-10-01T01:51:25.527Z | Downloaded url v2.5.2 |
| 741 | 2024-10-01T01:51:25.530Z | Downloaded num_enum v0.5.11 |
| 742 | 2024-10-01T01:51:25.535Z | Downloaded vte v0.11.1 |
| 743 | 2024-10-01T01:51:25.538Z | Downloaded subprocess v0.2.9 |
| 744 | 2024-10-01T01:51:25.540Z | Downloaded dirs-sys-next v0.1.2 |
| 745 | 2024-10-01T01:51:25.543Z | Downloaded ref-cast-impl v1.0.23 |
| 746 | 2024-10-01T01:51:25.543Z | Downloaded strum_macros v0.26.4 |
| 747 | 2024-10-01T01:51:25.546Z | Downloaded flume v0.11.0 |
| 748 | 2024-10-01T01:51:25.550Z | Downloaded peg-runtime v0.8.3 |
| 749 | 2024-10-01T01:51:25.553Z | Downloaded fallible-iterator v0.2.0 |
| 750 | 2024-10-01T01:51:25.553Z | Downloaded paste v1.0.15 |
| 751 | 2024-10-01T01:51:25.556Z | Downloaded hickory-resolver v0.24.1 |
| 752 | 2024-10-01T01:51:25.559Z | Downloaded sigpipe v0.1.3 |
| 753 | 2024-10-01T01:51:25.561Z | Downloaded futures-io v0.3.30 |
| 754 | 2024-10-01T01:51:25.561Z | Downloaded aes-gcm v0.10.3 |
| 755 | 2024-10-01T01:51:25.564Z | Downloaded wait-timeout v0.2.0 |
| 756 | 2024-10-01T01:51:25.567Z | Downloaded time-core v0.1.2 |
| 757 | 2024-10-01T01:51:25.569Z | Downloaded tracing v0.1.40 |
| 758 | 2024-10-01T01:51:25.571Z | Downloaded idna v0.3.0 |
| 759 | 2024-10-01T01:51:25.579Z | Downloaded olpc-cjson v0.1.3 |
| 760 | 2024-10-01T01:51:25.581Z | Downloaded rustls-pemfile v2.1.3 |
| 761 | 2024-10-01T01:51:25.584Z | Downloaded spin v0.5.2 |
| 762 | 2024-10-01T01:51:25.584Z | Downloaded slog v2.7.0 |
| 763 | 2024-10-01T01:51:25.586Z | Downloaded snafu v0.8.2 |
| 764 | 2024-10-01T01:51:25.592Z | Downloaded spki v0.7.3 |
| 765 | 2024-10-01T01:51:25.595Z | Downloaded half v2.4.1 |
| 766 | 2024-10-01T01:51:25.597Z | Downloaded futures-executor v0.3.30 |
| 767 | 2024-10-01T01:51:25.600Z | Downloaded env_logger v0.11.5 |
| 768 | 2024-10-01T01:51:25.602Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 769 | 2024-10-01T01:51:25.604Z | Downloaded signal-hook-tokio v0.3.1 |
| 770 | 2024-10-01T01:51:25.604Z | Downloaded serde_path_to_error v0.1.16 |
| 771 | 2024-10-01T01:51:25.607Z | Downloaded hyper v1.4.1 |
| 772 | 2024-10-01T01:51:25.613Z | Downloaded termtree v0.4.1 |
| 773 | 2024-10-01T01:51:25.615Z | Downloaded funty v2.0.0 |
| 774 | 2024-10-01T01:51:25.615Z | Downloaded ron v0.8.1 |
| 775 | 2024-10-01T01:51:25.620Z | Downloaded rustc-demangle v0.1.24 |
| 776 | 2024-10-01T01:51:25.623Z | Downloaded strip-ansi-escapes v0.2.0 |
| 777 | 2024-10-01T01:51:25.625Z | Downloaded sqlparser_derive v0.2.2 |
| 778 | 2024-10-01T01:51:25.625Z | Downloaded dirs-next v2.0.0 |
| 779 | 2024-10-01T01:51:25.625Z | Downloaded tar v0.4.42 |
| 780 | 2024-10-01T01:51:25.628Z | Downloaded pin-utils v0.1.0 |
| 781 | 2024-10-01T01:51:25.631Z | Downloaded postcard v1.0.8 |
| 782 | 2024-10-01T01:51:25.633Z | Downloaded pin-project-internal v1.1.5 |
| 783 | 2024-10-01T01:51:25.636Z | Downloaded serde_with v3.9.0 |
| 784 | 2024-10-01T01:51:25.643Z | Downloaded fxhash v0.2.1 |
| 785 | 2024-10-01T01:51:25.646Z | Downloaded slog-dtrace v0.3.0 |
| 786 | 2024-10-01T01:51:25.646Z | Downloaded unsafe-libyaml v0.2.11 |
| 787 | 2024-10-01T01:51:25.649Z | Downloaded tokio-util v0.7.12 |
| 788 | 2024-10-01T01:51:25.656Z | Downloaded try-lock v0.2.5 |
| 789 | 2024-10-01T01:51:25.658Z | Downloaded zone_cfg_derive v0.1.2 |
| 790 | 2024-10-01T01:51:25.658Z | Downloaded num_threads v0.1.7 |
| 791 | 2024-10-01T01:51:25.660Z | Downloaded quinn-udp v0.5.5 |
| 792 | 2024-10-01T01:51:25.660Z | Downloaded unicode-xid v0.2.4 |
| 793 | 2024-10-01T01:51:25.663Z | Downloaded typify v0.2.0 |
| 794 | 2024-10-01T01:51:25.665Z | Downloaded publicsuffix v2.2.3 |
| 795 | 2024-10-01T01:51:25.668Z | Downloaded tracing-core v0.1.32 |
| 796 | 2024-10-01T01:51:25.670Z | Downloaded whoami v1.5.2 |
| 797 | 2024-10-01T01:51:25.673Z | Downloaded zip v0.6.6 |
| 798 | 2024-10-01T01:51:25.677Z | Downloaded tungstenite v0.23.0 |
| 799 | 2024-10-01T01:51:25.680Z | Downloaded signal-hook-registry v1.4.2 |
| 800 | 2024-10-01T01:51:25.683Z | Downloaded waitgroup v0.1.2 |
| 801 | 2024-10-01T01:51:25.683Z | Downloaded num_enum_derive v0.5.11 |
| 802 | 2024-10-01T01:51:25.686Z | Downloaded difflib v0.4.0 |
| 803 | 2024-10-01T01:51:25.686Z | Downloaded shell-words v1.1.0 |
| 804 | 2024-10-01T01:51:25.686Z | Downloaded walkdir v2.5.0 |
| 805 | 2024-10-01T01:51:25.688Z | Downloaded env_filter v0.1.2 |
| 806 | 2024-10-01T01:51:25.691Z | Downloaded socket2 v0.5.7 |
| 807 | 2024-10-01T01:51:25.694Z | Downloaded nix v0.28.0 |
| 808 | 2024-10-01T01:51:25.703Z | Downloaded enum-as-inner v0.5.1 |
| 809 | 2024-10-01T01:51:25.706Z | Downloaded endian-type v0.1.2 |
| 810 | 2024-10-01T01:51:25.706Z | Downloaded toolchain_find v0.4.0 |
| 811 | 2024-10-01T01:51:25.709Z | Downloaded number_prefix v0.4.0 |
| 812 | 2024-10-01T01:51:25.709Z | Downloaded tui-tree-widget v0.22.0 |
| 813 | 2024-10-01T01:51:25.709Z | Downloaded structmeta-derive v0.2.0 |
| 814 | 2024-10-01T01:51:25.711Z | Downloaded rustversion v1.0.17 |
| 815 | 2024-10-01T01:51:25.714Z | Downloaded rustls-pemfile v1.0.4 |
| 816 | 2024-10-01T01:51:25.716Z | Downloaded rustls-webpki v0.101.7 |
| 817 | 2024-10-01T01:51:25.728Z | Downloaded hex v0.4.3 |
| 818 | 2024-10-01T01:51:25.730Z | Downloaded futures-task v0.3.30 |
| 819 | 2024-10-01T01:51:25.733Z | Downloaded scrypt v0.11.0 |
| 820 | 2024-10-01T01:51:25.733Z | Downloaded either v1.13.0 |
| 821 | 2024-10-01T01:51:25.735Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 822 | 2024-10-01T01:51:25.735Z | Downloaded hex-literal v0.4.1 |
| 823 | 2024-10-01T01:51:25.735Z | Downloaded openssl-probe v0.1.5 |
| 824 | 2024-10-01T01:51:25.740Z | Downloaded openssl-macros v0.1.1 |
| 825 | 2024-10-01T01:51:25.740Z | Downloaded structmeta v0.3.0 |
| 826 | 2024-10-01T01:51:25.744Z | Downloaded zone_cfg_derive v0.3.0 |
| 827 | 2024-10-01T01:51:25.744Z | Downloaded password-hash v0.5.0 |
| 828 | 2024-10-01T01:51:25.744Z | Downloaded rcgen v0.12.1 |
| 829 | 2024-10-01T01:51:25.746Z | Downloaded rustls-webpki v0.102.4 |
| 830 | 2024-10-01T01:51:25.761Z | Downloaded topological-sort v0.2.2 |
| 831 | 2024-10-01T01:51:25.763Z | Downloaded scopeguard v1.2.0 |
| 832 | 2024-10-01T01:51:25.763Z | Downloaded structmeta v0.2.0 |
| 833 | 2024-10-01T01:51:25.766Z | Downloaded psl-types v2.0.11 |
| 834 | 2024-10-01T01:51:25.766Z | Downloaded proc-macro-crate v1.3.1 |
| 835 | 2024-10-01T01:51:25.766Z | Downloaded serde_plain v1.0.2 |
| 836 | 2024-10-01T01:51:25.768Z | Downloaded termios v0.3.3 |
| 837 | 2024-10-01T01:51:25.771Z | Downloaded rusty-fork v0.3.0 |
| 838 | 2024-10-01T01:51:25.771Z | Downloaded quick-error v1.2.3 |
| 839 | 2024-10-01T01:51:25.773Z | Downloaded ssh-cipher v0.2.0 |
| 840 | 2024-10-01T01:51:25.773Z | Downloaded xz2 v0.1.7 |
| 841 | 2024-10-01T01:51:25.776Z | Downloaded pkcs1 v0.7.5 |
| 842 | 2024-10-01T01:51:25.779Z | Downloaded zone v0.3.0 |
| 843 | 2024-10-01T01:51:25.779Z | Downloaded p521 v0.13.3 |
| 844 | 2024-10-01T01:51:25.781Z | Downloaded futures v0.3.30 |
| 845 | 2024-10-01T01:51:25.786Z | Downloaded num-bigint-dig v0.8.4 |
| 846 | 2024-10-01T01:51:25.791Z | Downloaded unicode-normalization v0.1.23 |
| 847 | 2024-10-01T01:51:25.795Z | Downloaded unicode_categories v0.1.1 |
| 848 | 2024-10-01T01:51:25.798Z | Downloaded serde_derive_internals v0.29.1 |
| 849 | 2024-10-01T01:51:25.800Z | Downloaded diff v0.1.13 |
| 850 | 2024-10-01T01:51:25.802Z | Downloaded reqwest v0.12.7 |
| 851 | 2024-10-01T01:51:25.810Z | Downloaded futures-channel v0.3.30 |
| 852 | 2024-10-01T01:51:25.812Z | Downloaded expectorate v1.1.0 |
| 853 | 2024-10-01T01:51:25.815Z | Downloaded salty v0.3.0 |
| 854 | 2024-10-01T01:51:25.821Z | Downloaded quick-xml v0.33.0 |
| 855 | 2024-10-01T01:51:25.828Z | Downloaded hickory-client v0.24.1 |
| 856 | 2024-10-01T01:51:25.830Z | Downloaded futures-sink v0.3.30 |
| 857 | 2024-10-01T01:51:25.833Z | Downloaded pkcs5 v0.7.1 |
| 858 | 2024-10-01T01:51:25.835Z | Downloaded test-strategy v0.3.1 |
| 859 | 2024-10-01T01:51:25.838Z | Downloaded r2d2 v0.8.10 |
| 860 | 2024-10-01T01:51:25.840Z | Downloaded heapless v0.8.0 |
| 861 | 2024-10-01T01:51:25.843Z | Downloaded p256 v0.13.2 |
| 862 | 2024-10-01T01:51:25.848Z | Downloaded reqwest v0.11.27 |
| 863 | 2024-10-01T01:51:25.854Z | Downloaded idna v0.2.3 |
| 864 | 2024-10-01T01:51:25.861Z | Downloaded ena v0.14.3 |
| 865 | 2024-10-01T01:51:25.864Z | Downloaded rusqlite v0.32.1 |
| 866 | 2024-10-01T01:51:25.870Z | Downloaded typed-path v0.7.1 |
| 867 | 2024-10-01T01:51:25.877Z | Downloaded portable-atomic v1.6.0 |
| 868 | 2024-10-01T01:51:25.884Z | Downloaded des v0.8.1 |
| 869 | 2024-10-01T01:51:25.887Z | Downloaded serde_yaml v0.9.34+deprecated |
| 870 | 2024-10-01T01:51:25.890Z | Downloaded git2 v0.19.0 |
| 871 | 2024-10-01T01:51:25.899Z | Downloaded curve25519-dalek v4.1.3 |
| 872 | 2024-10-01T01:51:25.909Z | Downloaded vcpkg v0.2.15 |
| 873 | 2024-10-01T01:51:25.950Z | Downloaded nix v0.27.1 |
| 874 | 2024-10-01T01:51:25.960Z | Downloaded toml_edit v0.19.15 |
| 875 | 2024-10-01T01:51:25.976Z | Downloaded rustls v0.21.12 |
| 876 | 2024-10-01T01:51:25.988Z | Downloaded openssl-sys v0.9.103 |
| 877 | 2024-10-01T01:51:25.994Z | Downloaded rustyline v14.0.0 |
| 878 | 2024-10-01T01:51:26.000Z | Downloaded tough v0.17.1 |
| 879 | 2024-10-01T01:51:26.008Z | Downloaded regex-syntax v0.6.29 |
| 880 | 2024-10-01T01:51:26.016Z | Downloaded reedline v0.33.0 |
| 881 | 2024-10-01T01:51:26.025Z | Downloaded futures-util v0.3.30 |
| 882 | 2024-10-01T01:51:26.036Z | Downloaded sqlparser v0.45.0 |
| 883 | 2024-10-01T01:51:26.043Z | Downloaded object v0.30.4 |
| 884 | 2024-10-01T01:51:26.054Z | Downloaded webpki-roots v0.26.3 |
| 885 | 2024-10-01T01:51:26.057Z | Downloaded quinn-proto v0.11.8 |
| 886 | 2024-10-01T01:51:26.065Z | Downloaded openapiv3 v2.0.0 |
| 887 | 2024-10-01T01:51:26.078Z | Downloaded regex v1.10.6 |
| 888 | 2024-10-01T01:51:26.092Z | Downloaded smoltcp v0.9.1 |
| 889 | 2024-10-01T01:51:26.104Z | Downloaded regex-syntax v0.8.4 |
| 890 | 2024-10-01T01:51:26.113Z | Downloaded p384 v0.13.0 |
| 891 | 2024-10-01T01:51:26.121Z | Downloaded openssl v0.10.66 |
| 892 | 2024-10-01T01:51:26.131Z | Downloaded smoltcp v0.11.0 |
| 893 | 2024-10-01T01:51:26.144Z | Downloaded polar-core v0.27.3 |
| 894 | 2024-10-01T01:51:26.152Z | Downloaded regress v0.10.1 |
| 895 | 2024-10-01T01:51:26.161Z | Downloaded object v0.32.2 |
| 896 | 2024-10-01T01:51:26.172Z | Downloaded rustls v0.23.10 |
| 897 | 2024-10-01T01:51:26.189Z | Downloaded hickory-proto v0.24.1 |
| 898 | 2024-10-01T01:51:26.205Z | Downloaded typify-impl v0.2.0 |
| 899 | 2024-10-01T01:51:26.223Z | Downloaded diesel v2.2.4 |
| 900 | 2024-10-01T01:51:26.242Z | Downloaded sled v0.34.7 |
| 901 | 2024-10-01T01:51:26.251Z | Downloaded finl_unicode v1.2.0 |
| 902 | 2024-10-01T01:51:26.266Z | Downloaded zerocopy-derive v0.6.6 |
| 903 | 2024-10-01T01:51:26.274Z | Downloaded regex-automata v0.4.6 |
| 904 | 2024-10-01T01:51:26.292Z | Downloaded csv v1.3.0 |
| 905 | 2024-10-01T01:51:26.313Z | Downloaded lzma-sys v0.1.20 |
| 906 | 2024-10-01T01:51:26.342Z | Downloaded petgraph v0.6.5 |
| 907 | 2024-10-01T01:51:26.360Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 908 | 2024-10-01T01:51:26.371Z | Downloaded ratatui v0.28.0 |
| 909 | 2024-10-01T01:51:26.391Z | Downloaded tokio v1.39.3 |
| 910 | 2024-10-01T01:51:26.428Z | Downloaded rustls v0.22.4 |
| 911 | 2024-10-01T01:51:26.441Z | Downloaded regress v0.9.1 |
| 912 | 2024-10-01T01:51:26.450Z | Downloaded dropshot v0.12.0 |
| 913 | 2024-10-01T01:51:26.469Z | Downloaded sha3 v0.10.8 |
| 914 | 2024-10-01T01:51:26.473Z | Downloaded h2 v0.4.6 |
| 915 | 2024-10-01T01:51:26.480Z | Downloaded nix v0.29.0 |
| 916 | 2024-10-01T01:51:26.492Z | Downloaded h2 v0.3.26 |
| 917 | 2024-10-01T01:51:26.498Z | Downloaded rayon v1.10.0 |
| 918 | 2024-10-01T01:51:26.507Z | Downloaded radix_trie v0.2.1 |
| 919 | 2024-10-01T01:51:26.512Z | Downloaded trust-dns-proto v0.22.0 |
| 920 | 2024-10-01T01:51:26.524Z | Downloaded gimli v0.28.1 |
| 921 | 2024-10-01T01:51:26.532Z | Downloaded dropshot v0.10.1 |
| 922 | 2024-10-01T01:51:26.542Z | Downloaded hashbrown v0.12.3 |
| 923 | 2024-10-01T01:51:26.546Z | Downloaded proptest v1.5.0 |
| 924 | 2024-10-01T01:51:26.555Z | Downloaded heapless v0.7.17 |
| 925 | 2024-10-01T01:51:26.558Z | Downloaded bstr v1.9.1 |
| 926 | 2024-10-01T01:51:26.569Z | Downloaded schemars_derive v0.8.21 |
| 927 | 2024-10-01T01:51:26.571Z | Downloaded diesel_derives v2.2.2 |
| 928 | 2024-10-01T01:51:26.574Z | Downloaded rayon-core v1.12.1 |
| 929 | 2024-10-01T01:51:26.578Z | Downloaded num-bigint v0.4.5 |
| 930 | 2024-10-01T01:51:26.582Z | Downloaded idna v0.5.0 |
| 931 | 2024-10-01T01:51:26.589Z | Downloaded bitvec v1.0.1 |
| 932 | 2024-10-01T01:51:26.604Z | Downloaded bindgen v0.69.4 |
| 933 | 2024-10-01T01:51:26.611Z | Downloaded unicode-bidi v0.3.15 |
| 934 | 2024-10-01T01:51:26.613Z | Downloaded pin-project v1.1.5 |
| 935 | 2024-10-01T01:51:26.624Z | Downloaded hashbrown v0.13.2 |
| 936 | 2024-10-01T01:51:26.628Z | Downloaded termcolor v1.4.1 |
| 937 | 2024-10-01T01:51:26.631Z | Downloaded heck v0.3.3 |
| 938 | 2024-10-01T01:51:26.631Z | Downloaded omicron-zone-package v0.11.1 |
| 939 | 2024-10-01T01:51:26.634Z | Downloaded ed25519-dalek v2.1.1 |
| 940 | 2024-10-01T01:51:26.636Z | Downloaded winnow v0.5.40 |
| 941 | 2024-10-01T01:51:26.645Z | Downloaded zerocopy v0.6.6 |
| 942 | 2024-10-01T01:51:26.647Z | Downloaded russh-keys v0.45.0 |
| 943 | 2024-10-01T01:51:26.650Z | Downloaded aho-corasick v1.1.3 |
| 944 | 2024-10-01T01:51:26.656Z | Downloaded signature v2.2.0 |
| 945 | 2024-10-01T01:51:26.658Z | Downloaded encoding_rs v0.8.34 |
| 946 | 2024-10-01T01:51:26.686Z | Downloaded salsa20 v0.10.2 |
| 947 | 2024-10-01T01:51:26.689Z | Downloaded yasna v0.5.2 |
| 948 | 2024-10-01T01:51:26.693Z | Downloaded pkcs8 v0.10.2 |
| 949 | 2024-10-01T01:51:26.695Z | Downloaded oso v0.27.3 |
| 950 | 2024-10-01T01:51:26.700Z | Downloaded smallvec v0.6.14 |
| 951 | 2024-10-01T01:51:26.703Z | Downloaded pem-rfc7468 v0.7.0 |
| 952 | 2024-10-01T01:51:26.705Z | Downloaded embedded-io v0.4.0 |
| 953 | 2024-10-01T01:51:26.707Z | Downloaded tokio-tungstenite v0.21.0 |
| 954 | 2024-10-01T01:51:26.710Z | Downloaded peg-macros v0.8.4 |
| 955 | 2024-10-01T01:51:26.713Z | Downloaded rsa v0.9.6 |
| 956 | 2024-10-01T01:51:26.718Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 957 | 2024-10-01T01:51:26.778Z | Downloaded unicode-segmentation v1.11.0 |
| 958 | 2024-10-01T01:51:26.781Z | Downloaded blake3 v1.5.1 |
| 959 | 2024-10-01T01:51:26.789Z | Downloaded rand_xorshift v0.3.0 |
| 960 | 2024-10-01T01:51:26.791Z | Downloaded rand_chacha v0.3.1 |
| 961 | 2024-10-01T01:51:26.791Z | Downloaded tokio-stream v0.1.16 |
| 962 | 2024-10-01T01:51:26.796Z | Downloaded tokio-rustls v0.26.0 |
| 963 | 2024-10-01T01:51:26.798Z | Downloaded tokio-rustls v0.25.0 |
| 964 | 2024-10-01T01:51:26.801Z | Downloaded socket2 v0.4.10 |
| 965 | 2024-10-01T01:51:26.803Z | Downloaded chrono v0.4.38 |
| 966 | 2024-10-01T01:51:26.808Z | Downloaded itertools v0.12.1 |
| 967 | 2024-10-01T01:51:26.815Z | Downloaded progenitor-impl v0.8.0 |
| 968 | 2024-10-01T01:51:26.817Z | Downloaded headers v0.4.0 |
| 969 | 2024-10-01T01:51:26.822Z | Downloaded steno v0.4.1 |
| 970 | 2024-10-01T01:51:26.826Z | Downloaded primeorder v0.13.6 |
| 971 | 2024-10-01T01:51:26.828Z | Downloaded pem v3.0.4 |
| 972 | 2024-10-01T01:51:26.833Z | Downloaded fragile v2.0.0 |
| 973 | 2024-10-01T01:51:26.833Z | Downloaded prettyplease v0.2.22 |
| 974 | 2024-10-01T01:51:26.835Z | Downloaded postgres-types v0.2.8 |
| 975 | 2024-10-01T01:51:26.838Z | Downloaded flate2 v1.0.34 |
| 976 | 2024-10-01T01:51:26.841Z | Downloaded ecdsa v0.16.9 |
| 977 | 2024-10-01T01:51:26.844Z | Downloaded vsss-rs v3.3.4 |
| 978 | 2024-10-01T01:51:26.846Z | Downloaded time v0.3.36 |
| 979 | 2024-10-01T01:51:26.852Z | Downloaded russh v0.45.0 |
| 980 | 2024-10-01T01:51:26.857Z | Downloaded smf v0.2.3 |
| 981 | 2024-10-01T01:51:26.860Z | Downloaded sct v0.7.1 |
| 982 | 2024-10-01T01:51:26.862Z | Downloaded parking_lot v0.12.2 |
| 983 | 2024-10-01T01:51:26.865Z | Downloaded rustls-pki-types v1.7.0 |
| 984 | 2024-10-01T01:51:26.867Z | Downloaded elliptic-curve v0.13.8 |
| 985 | 2024-10-01T01:51:26.870Z | Downloaded percent-encoding v2.3.1 |
| 986 | 2024-10-01T01:51:26.873Z | Downloaded futures-core v0.3.30 |
| 987 | 2024-10-01T01:51:26.873Z | Downloaded dyn-clone v1.0.17 |
| 988 | 2024-10-01T01:51:26.876Z | Downloaded tokio-macros v2.4.0 |
| 989 | 2024-10-01T01:51:26.876Z | Downloaded nu-ansi-term v0.50.0 |
| 990 | 2024-10-01T01:51:26.878Z | Downloaded tinyvec v1.6.0 |
| 991 | 2024-10-01T01:51:26.881Z | Downloaded num-rational v0.4.2 |
| 992 | 2024-10-01T01:51:26.883Z | Downloaded crossterm v0.28.1 |
| 993 | 2024-10-01T01:51:26.887Z | Downloaded universal-hash v0.5.1 |
| 994 | 2024-10-01T01:51:26.889Z | Downloaded futures-macro v0.3.30 |
| 995 | 2024-10-01T01:51:26.889Z | Downloaded zeroize v1.8.1 |
| 996 | 2024-10-01T01:51:26.892Z | Downloaded strum_macros v0.24.3 |
| 997 | 2024-10-01T01:51:26.892Z | Downloaded libxml v0.3.3 |
| 998 | 2024-10-01T01:51:26.897Z | Downloaded lalrpop v0.19.12 |
| 999 | 2024-10-01T01:51:26.908Z | Downloaded uuid v1.10.0 |
| 1000 | 2024-10-01T01:51:26.910Z | Downloaded untrusted v0.7.1 |
| 1001 | 2024-10-01T01:51:26.913Z | Downloaded ssh-key v0.6.6 |
| 1002 | 2024-10-01T01:51:26.918Z | Downloaded enum-as-inner v0.6.0 |
| 1003 | 2024-10-01T01:51:26.921Z | Downloaded rpassword v7.3.1 |
| 1004 | 2024-10-01T01:51:26.921Z | Downloaded progenitor v0.8.0 |
| 1005 | 2024-10-01T01:51:26.923Z | Downloaded packed_struct_codegen v0.10.1 |
| 1006 | 2024-10-01T01:51:26.923Z | Downloaded tokio-postgres v0.7.12 |
| 1007 | 2024-10-01T01:51:26.927Z | Downloaded quinn v0.11.5 |
| 1008 | 2024-10-01T01:51:26.931Z | Downloaded hyper v0.14.30 |
| 1009 | 2024-10-01T01:51:26.939Z | Downloaded sync_wrapper v1.0.1 |
| 1010 | 2024-10-01T01:51:26.942Z | Downloaded slog-bunyan v2.5.0 |
| 1011 | 2024-10-01T01:51:26.942Z | Downloaded tiny-keccak v2.0.2 |
| 1012 | 2024-10-01T01:51:26.942Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1013 | 2024-10-01T01:51:26.944Z | Downloaded fatfs v0.3.6 |
| 1014 | 2024-10-01T01:51:26.947Z | Downloaded crossterm v0.27.0 |
| 1015 | 2024-10-01T01:51:26.951Z | Downloaded same-file v1.0.6 |
| 1016 | 2024-10-01T01:51:26.954Z | Downloaded tracing-attributes v0.1.27 |
| 1017 | 2024-10-01T01:51:26.956Z | Downloaded similar v2.6.0 |
| 1018 | 2024-10-01T01:51:26.959Z | Downloaded mio v0.8.11 |
| 1019 | 2024-10-01T01:51:26.965Z | Downloaded aes v0.8.4 |
| 1020 | 2024-10-01T01:51:26.968Z | Downloaded static_assertions v1.1.0 |
| 1021 | 2024-10-01T01:51:26.970Z | Downloaded stable_deref_trait v1.2.0 |
| 1022 | 2024-10-01T01:51:26.970Z | Downloaded dhcproto v0.12.0 |
| 1023 | 2024-10-01T01:51:26.973Z | Downloaded cc v1.0.97 |
| 1024 | 2024-10-01T01:51:26.976Z | Downloaded darling_core v0.20.9 |
| 1025 | 2024-10-01T01:51:26.980Z | Downloaded pbkdf2 v0.11.0 |
| 1026 | 2024-10-01T01:51:26.984Z | Downloaded derive_builder v0.20.0 |
| 1027 | 2024-10-01T01:51:26.987Z | Downloaded fd-lock v4.0.2 |
| 1028 | 2024-10-01T01:51:26.990Z | Downloaded defmt-parser v0.3.4 |
| 1029 | 2024-10-01T01:51:26.992Z | Downloaded http v0.2.12 |
| 1030 | 2024-10-01T01:51:26.995Z | Downloaded chacha20poly1305 v0.10.1 |
| 1031 | 2024-10-01T01:51:26.998Z | Downloaded deranged v0.3.11 |
| 1032 | 2024-10-01T01:51:27.001Z | Downloaded tabwriter v1.4.0 |
| 1033 | 2024-10-01T01:51:27.001Z | Downloaded parking_lot_core v0.9.10 |
| 1034 | 2024-10-01T01:51:27.003Z | Downloaded parking_lot_core v0.8.6 |
| 1035 | 2024-10-01T01:51:27.004Z | Downloaded num-complex v0.4.6 |
| 1036 | 2024-10-01T01:51:27.006Z | Downloaded getrandom v0.2.14 |
| 1037 | 2024-10-01T01:51:27.008Z | Downloaded utf-8 v0.7.6 |
| 1038 | 2024-10-01T01:51:27.010Z | Downloaded tap v1.0.1 |
| 1039 | 2024-10-01T01:51:27.010Z | Downloaded slog-scope v4.4.0 |
| 1040 | 2024-10-01T01:51:27.013Z | Downloaded secrecy v0.8.0 |
| 1041 | 2024-10-01T01:51:27.013Z | Downloaded value-bag v1.9.0 |
| 1042 | 2024-10-01T01:51:27.015Z | Downloaded slog-envlogger v2.2.0 |
| 1043 | 2024-10-01T01:51:27.018Z | Downloaded semver v0.1.20 |
| 1044 | 2024-10-01T01:51:27.018Z | Downloaded rustc_version v0.4.0 |
| 1045 | 2024-10-01T01:51:27.020Z | Downloaded pkg-config v0.3.30 |
| 1046 | 2024-10-01T01:51:27.020Z | Downloaded num-iter v0.1.45 |
| 1047 | 2024-10-01T01:51:27.023Z | Downloaded form_urlencoded v1.2.1 |
| 1048 | 2024-10-01T01:51:27.023Z | Downloaded tokio-rustls v0.24.1 |
| 1049 | 2024-10-01T01:51:27.025Z | Downloaded toml v0.7.8 |
| 1050 | 2024-10-01T01:51:27.028Z | Downloaded predicates v3.1.2 |
| 1051 | 2024-10-01T01:51:27.030Z | Downloaded parse-display-derive v0.10.0 |
| 1052 | 2024-10-01T01:51:27.030Z | Downloaded globset v0.4.14 |
| 1053 | 2024-10-01T01:51:27.033Z | Downloaded dsl_auto_type v0.1.2 |
| 1054 | 2024-10-01T01:51:27.035Z | Downloaded arc-swap v1.7.1 |
| 1055 | 2024-10-01T01:51:27.038Z | Downloaded der_derive v0.7.2 |
| 1056 | 2024-10-01T01:51:27.040Z | Downloaded hmac v0.12.1 |
| 1057 | 2024-10-01T01:51:27.040Z | Downloaded internet-checksum v0.2.1 |
| 1058 | 2024-10-01T01:51:27.042Z | Downloaded base64ct v1.6.0 |
| 1059 | 2024-10-01T01:51:27.045Z | Downloaded libm v0.2.8 |
| 1060 | 2024-10-01T01:51:27.051Z | Downloaded itertools v0.10.5 |
| 1061 | 2024-10-01T01:51:27.057Z | Downloaded hyper-staticfile v0.10.1 |
| 1062 | 2024-10-01T01:51:27.060Z | Downloaded const_format_proc_macros v0.2.33 |
| 1063 | 2024-10-01T01:51:27.062Z | Downloaded iana-time-zone v0.1.60 |
| 1064 | 2024-10-01T01:51:27.064Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1065 | 2024-10-01T01:51:27.067Z | Downloaded hubpack v0.1.2 |
| 1066 | 2024-10-01T01:51:27.069Z | Downloaded data-encoding v2.6.0 |
| 1067 | 2024-10-01T01:51:27.069Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1068 | 2024-10-01T01:51:27.072Z | Downloaded cobs v0.2.3 |
| 1069 | 2024-10-01T01:51:27.072Z | Downloaded cipher v0.4.4 |
| 1070 | 2024-10-01T01:51:27.074Z | Downloaded arrayvec v0.7.4 |
| 1071 | 2024-10-01T01:51:27.075Z | Downloaded async-stream v0.3.5 |
| 1072 | 2024-10-01T01:51:27.077Z | Downloaded adler v1.0.2 |
| 1073 | 2024-10-01T01:51:27.079Z | Downloaded blowfish v0.9.1 |
| 1074 | 2024-10-01T01:51:27.079Z | Downloaded bitfield-struct v0.6.1 |
| 1075 | 2024-10-01T01:51:27.082Z | Downloaded httpdate v1.0.3 |
| 1076 | 2024-10-01T01:51:27.085Z | Downloaded bit-vec v0.6.3 |
| 1077 | 2024-10-01T01:51:27.085Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1078 | 2024-10-01T01:51:27.087Z | Downloaded atomic-waker v1.1.2 |
| 1079 | 2024-10-01T01:51:27.087Z | Downloaded aead v0.5.2 |
| 1080 | 2024-10-01T01:51:27.090Z | Downloaded indexmap v1.9.3 |
| 1081 | 2024-10-01T01:51:27.093Z | Downloaded memmap2 v0.9.4 |
| 1082 | 2024-10-01T01:51:27.093Z | Downloaded linked-hash-map v0.5.6 |
| 1083 | 2024-10-01T01:51:27.096Z | Downloaded backtrace v0.3.71 |
| 1084 | 2024-10-01T01:51:27.099Z | Downloaded new_debug_unreachable v1.0.6 |
| 1085 | 2024-10-01T01:51:27.101Z | Downloaded match_cfg v0.1.0 |
| 1086 | 2024-10-01T01:51:27.103Z | Downloaded is_ci v1.2.0 |
| 1087 | 2024-10-01T01:51:27.103Z | Downloaded crypto-bigint v0.5.5 |
| 1088 | 2024-10-01T01:51:27.110Z | Downloaded crc v3.2.1 |
| 1089 | 2024-10-01T01:51:27.112Z | Downloaded libsw v3.3.1 |
| 1090 | 2024-10-01T01:51:27.115Z | Downloaded lazy_static v1.5.0 |
| 1091 | 2024-10-01T01:51:27.117Z | Downloaded indoc v1.0.9 |
| 1092 | 2024-10-01T01:51:27.119Z | Downloaded managed v0.8.0 |
| 1093 | 2024-10-01T01:51:27.122Z | Downloaded hostname v0.4.0 |
| 1094 | 2024-10-01T01:51:27.122Z | Downloaded crc-catalog v2.4.0 |
| 1095 | 2024-10-01T01:51:27.125Z | Downloaded console v0.15.8 |
| 1096 | 2024-10-01T01:51:27.128Z | Downloaded cbc v0.1.2 |
| 1097 | 2024-10-01T01:51:27.128Z | Downloaded base64 v0.22.1 |
| 1098 | 2024-10-01T01:51:27.131Z | Downloaded maybe-uninit v2.0.0 |
| 1099 | 2024-10-01T01:51:27.133Z | Downloaded clang-sys v1.7.0 |
| 1100 | 2024-10-01T01:51:27.136Z | Downloaded hyper-rustls v0.27.3 |
| 1101 | 2024-10-01T01:51:27.138Z | Downloaded debug-ignore v1.0.5 |
| 1102 | 2024-10-01T01:51:27.140Z | Downloaded ciborium-ll v0.2.2 |
| 1103 | 2024-10-01T01:51:27.140Z | Downloaded base64 v0.13.1 |
| 1104 | 2024-10-01T01:51:27.143Z | Downloaded lalrpop-util v0.19.12 |
| 1105 | 2024-10-01T01:51:27.146Z | Downloaded chacha20 v0.9.1 |
| 1106 | 2024-10-01T01:51:27.146Z | Downloaded bitfield v0.14.0 |
| 1107 | 2024-10-01T01:51:27.148Z | Downloaded async-trait v0.1.83 |
| 1108 | 2024-10-01T01:51:27.151Z | Downloaded cancel-safe-futures v0.1.5 |
| 1109 | 2024-10-01T01:51:27.228Z | Downloaded libz-sys v1.1.16 |
| 1110 | 2024-10-01T01:51:27.355Z | Downloaded ring v0.17.8 |
| 1111 | 2024-10-01T01:51:27.500Z | Downloaded ring v0.16.20 |
| 1112 | 2024-10-01T01:51:27.581Z | Downloaded libsqlite3-sys v0.30.1 |
| 1113 | 2024-10-01T01:51:27.755Z | Compiling serde v1.0.210 |
| 1114 | 2024-10-01T01:51:27.757Z | Compiling typenum v1.17.0 |
| 1115 | 2024-10-01T01:51:27.757Z | Compiling generic-array v0.14.7 |
| 1116 | 2024-10-01T01:51:27.757Z | Compiling lock_api v0.4.12 |
| 1117 | 2024-10-01T01:51:27.931Z | Compiling scopeguard v1.2.0 |
| 1118 | 2024-10-01T01:51:27.939Z | Compiling value-bag v1.9.0 |
| 1119 | 2024-10-01T01:51:27.944Z | Compiling syn v2.0.79 |
| 1120 | 2024-10-01T01:51:27.947Z | Compiling getrandom v0.2.14 |
| 1121 | 2024-10-01T01:51:28.090Z | Compiling subtle v2.5.0 |
| 1122 | 2024-10-01T01:51:28.204Z | Compiling rand_core v0.6.4 |
| 1123 | 2024-10-01T01:51:28.433Z | Compiling log v0.4.22 |
| 1124 | 2024-10-01T01:51:28.467Z | Compiling const-oid v0.9.6 |
| 1125 | 2024-10-01T01:51:28.483Z | Compiling jobserver v0.1.32 |
| 1126 | 2024-10-01T01:51:28.563Z | Compiling pin-project-lite v0.2.14 |
| 1127 | 2024-10-01T01:51:28.680Z | Compiling smallvec v1.13.2 |
| 1128 | 2024-10-01T01:51:28.740Z | Compiling parking_lot_core v0.9.10 |
| 1129 | 2024-10-01T01:51:28.889Z | Compiling cc v1.0.97 |
| 1130 | 2024-10-01T01:51:29.095Z | Compiling signal-hook-registry v1.4.2 |
| 1131 | 2024-10-01T01:51:29.282Z | Compiling futures-core v0.3.30 |
| 1132 | 2024-10-01T01:51:29.422Z | Compiling mio v1.0.2 |
| 1133 | 2024-10-01T01:51:29.514Z | Compiling ahash v0.8.11 |
| 1134 | 2024-10-01T01:51:29.873Z | Compiling parking_lot v0.12.2 |
| 1135 | 2024-10-01T01:51:29.895Z | Compiling futures-sink v0.3.30 |
| 1136 | 2024-10-01T01:51:29.951Z | Compiling cpufeatures v0.2.12 |
| 1137 | 2024-10-01T01:51:30.052Z | Compiling socket2 v0.5.7 |
| 1138 | 2024-10-01T01:51:30.093Z | Compiling slab v0.4.9 |
| 1139 | 2024-10-01T01:51:30.393Z | Compiling allocator-api2 v0.2.18 |
| 1140 | 2024-10-01T01:51:30.567Z | Compiling spin v0.9.8 |
| 1141 | 2024-10-01T01:51:30.585Z | Compiling tinyvec_macros v0.1.1 |
| 1142 | 2024-10-01T01:51:30.665Z | Compiling tinyvec v1.6.0 |
| 1143 | 2024-10-01T01:51:30.794Z | Compiling futures-channel v0.3.30 |
| 1144 | 2024-10-01T01:51:30.819Z | Compiling libm v0.2.8 |
| 1145 | 2024-10-01T01:51:30.942Z | Compiling futures-task v0.3.30 |
| 1146 | 2024-10-01T01:51:31.041Z | Compiling base64ct v1.6.0 |
| 1147 | 2024-10-01T01:51:31.157Z | Compiling serde_json v1.0.128 |
| 1148 | 2024-10-01T01:51:31.160Z | Compiling futures-io v0.3.30 |
| 1149 | 2024-10-01T01:51:31.194Z | Compiling pin-utils v0.1.0 |
| 1150 | 2024-10-01T01:51:31.269Z | Compiling num-traits v0.2.19 |
| 1151 | 2024-10-01T01:51:31.284Z | Compiling flagset v0.4.5 |
| 1152 | 2024-10-01T01:51:31.471Z | Compiling pem-rfc7468 v0.7.0 |
| 1153 | 2024-10-01T01:51:31.490Z | Compiling unicode-bidi v0.3.15 |
| 1154 | 2024-10-01T01:51:31.605Z | Compiling tracing-core v0.1.32 |
| 1155 | 2024-10-01T01:51:31.817Z | Compiling vcpkg v0.2.15 |
| 1156 | 2024-10-01T01:51:32.219Z | Compiling unicode-normalization v0.1.23 |
| 1157 | 2024-10-01T01:51:32.286Z | Compiling pkg-config v0.3.30 |
| 1158 | 2024-10-01T01:51:33.085Z | Compiling crossbeam-utils v0.8.19 |
| 1159 | 2024-10-01T01:51:33.109Z | Compiling ring v0.17.8 |
| 1160 | 2024-10-01T01:51:33.111Z | Compiling percent-encoding v2.3.1 |
| 1161 | 2024-10-01T01:51:33.353Z | Compiling httparse v1.8.0 |
| 1162 | 2024-10-01T01:51:33.504Z | Compiling ppv-lite86 v0.2.17 |
| 1163 | 2024-10-01T01:51:33.826Z | Compiling rustix v0.38.34 |
| 1164 | 2024-10-01T01:51:33.874Z | Compiling rustls-pki-types v1.7.0 |
| 1165 | 2024-10-01T01:51:34.178Z | Compiling openssl-sys v0.9.103 |
| 1166 | 2024-10-01T01:51:34.306Z | Compiling rand_chacha v0.3.1 |
| 1167 | 2024-10-01T01:51:34.591Z | Compiling try-lock v0.2.5 |
| 1168 | 2024-10-01T01:51:34.727Z | Compiling want v0.3.1 |
| 1169 | 2024-10-01T01:51:34.741Z | Compiling rand v0.8.5 |
| 1170 | 2024-10-01T01:51:34.998Z | Compiling openssl v0.10.66 |
| 1171 | 2024-10-01T01:51:35.013Z | Compiling untrusted v0.9.0 |
| 1172 | 2024-10-01T01:51:35.148Z | Compiling powerfmt v0.2.0 |
| 1173 | 2024-10-01T01:51:35.381Z | Compiling time-core v0.1.2 |
| 1174 | 2024-10-01T01:51:35.511Z | Compiling httpdate v1.0.3 |
| 1175 | 2024-10-01T01:51:35.529Z | Compiling atomic-waker v1.1.2 |
| 1176 | 2024-10-01T01:51:35.577Z | Compiling foreign-types-shared v0.1.1 |
| 1177 | 2024-10-01T01:51:35.664Z | Compiling rustversion v1.0.17 |
| 1178 | 2024-10-01T01:51:35.680Z | Compiling num-conv v0.1.0 |
| 1179 | 2024-10-01T01:51:35.907Z | Compiling foreign-types v0.3.2 |
| 1180 | 2024-10-01T01:51:35.948Z | Compiling time-macros v0.2.18 |
| 1181 | 2024-10-01T01:51:35.978Z | Compiling deranged v0.3.11 |
| 1182 | 2024-10-01T01:51:36.243Z | Compiling form_urlencoded v1.2.1 |
| 1183 | 2024-10-01T01:51:36.319Z | Compiling aho-corasick v1.1.3 |
| 1184 | 2024-10-01T01:51:36.413Z | Compiling native-tls v0.2.11 |
| 1185 | 2024-10-01T01:51:36.520Z | Compiling rustls v0.23.10 |
| 1186 | 2024-10-01T01:51:36.761Z | Compiling syn v1.0.109 |
| 1187 | 2024-10-01T01:51:36.796Z | Compiling regex-syntax v0.8.4 |
| 1188 | 2024-10-01T01:51:37.292Z | Compiling siphasher v0.3.11 |
| 1189 | 2024-10-01T01:51:37.640Z | Compiling base64 v0.22.1 |
| 1190 | 2024-10-01T01:51:37.654Z | Compiling num_threads v0.1.7 |
| 1191 | 2024-10-01T01:51:37.760Z | Compiling tower-service v0.3.2 |
| 1192 | 2024-10-01T01:51:38.320Z | Compiling crossbeam-epoch v0.9.18 |
| 1193 | 2024-10-01T01:51:38.902Z | Compiling time v0.3.36 |
| 1194 | 2024-10-01T01:51:38.954Z | Compiling idna v0.5.0 |
| 1195 | 2024-10-01T01:51:39.185Z | Compiling lazy_static v1.5.0 |
| 1196 | 2024-10-01T01:51:39.300Z | Compiling cookie v0.18.1 |
| 1197 | 2024-10-01T01:51:39.586Z | Compiling regex-automata v0.4.6 |
| 1198 | 2024-10-01T01:51:40.317Z | Compiling iana-time-zone v0.1.60 |
| 1199 | 2024-10-01T01:51:40.692Z | Compiling finl_unicode v1.2.0 |
| 1200 | 2024-10-01T01:51:40.834Z | Compiling either v1.13.0 |
| 1201 | 2024-10-01T01:51:41.070Z | Compiling rayon-core v1.12.1 |
| 1202 | 2024-10-01T01:51:41.153Z | Compiling serde_derive v1.0.210 |
| 1203 | 2024-10-01T01:51:41.175Z | Compiling zeroize_derive v1.4.2 |
| 1204 | 2024-10-01T01:51:41.212Z | Compiling zerocopy-derive v0.7.34 |
| 1205 | 2024-10-01T01:51:41.330Z | Compiling tokio-macros v2.4.0 |
| 1206 | 2024-10-01T01:51:42.369Z | Compiling futures-macro v0.3.30 |
| 1207 | 2024-10-01T01:51:42.781Z | Compiling zeroize v1.8.1 |
| 1208 | 2024-10-01T01:51:42.938Z | Compiling thiserror-impl v1.0.64 |
| 1209 | 2024-10-01T01:51:43.375Z | Compiling zerocopy v0.7.34 |
| 1210 | 2024-10-01T01:51:43.841Z | Compiling der_derive v0.7.2 |
| 1211 | 2024-10-01T01:51:44.288Z | Compiling futures-util v0.3.30 |
| 1212 | 2024-10-01T01:51:44.535Z | Compiling crypto-common v0.1.6 |
| 1213 | 2024-10-01T01:51:44.760Z | Compiling block-buffer v0.10.4 |
| 1214 | 2024-10-01T01:51:45.015Z | Compiling digest v0.10.7 |
| 1215 | 2024-10-01T01:51:45.429Z | Compiling hmac v0.12.1 |
| 1216 | 2024-10-01T01:51:45.464Z | Compiling block-padding v0.3.3 |
| 1217 | 2024-10-01T01:51:45.670Z | Compiling inout v0.1.3 |
| 1218 | 2024-10-01T01:51:45.705Z | Compiling hashbrown v0.14.5 |
| 1219 | 2024-10-01T01:51:45.917Z | Compiling cipher v0.4.4 |
| 1220 | 2024-10-01T01:51:46.063Z | Compiling sha2 v0.10.8 |
| 1221 | 2024-10-01T01:51:46.138Z | Compiling der v0.7.9 |
| 1222 | 2024-10-01T01:51:46.423Z | Compiling thiserror v1.0.64 |
| 1223 | 2024-10-01T01:51:46.564Z | Compiling salsa20 v0.10.2 |
| 1224 | 2024-10-01T01:51:46.822Z | Compiling pbkdf2 v0.12.2 |
| 1225 | 2024-10-01T01:51:46.983Z | Compiling tracing-attributes v0.1.27 |
| 1226 | 2024-10-01T01:51:47.001Z | Compiling scrypt v0.11.0 |
| 1227 | 2024-10-01T01:51:47.572Z | Compiling aes v0.8.4 |
| 1228 | 2024-10-01T01:51:49.365Z | Compiling spki v0.7.3 |
| 1229 | 2024-10-01T01:51:49.503Z | Compiling cbc v0.1.2 |
| 1230 | 2024-10-01T01:51:49.697Z | Compiling pkcs5 v0.7.1 |
| 1231 | 2024-10-01T01:51:49.731Z | Compiling pest v2.7.10 |
| 1232 | 2024-10-01T01:51:50.028Z | Compiling scroll_derive v0.12.0 |
| 1233 | 2024-10-01T01:51:50.072Z | Compiling openssl-macros v0.1.1 |
| 1234 | 2024-10-01T01:51:50.583Z | Compiling tracing v0.1.40 |
| 1235 | 2024-10-01T01:51:50.809Z | Compiling pkcs8 v0.10.2 |
| 1236 | 2024-10-01T01:51:50.896Z | Compiling signature v2.2.0 |
| 1237 | 2024-10-01T01:51:51.061Z | Compiling openssl-probe v0.1.5 |
| 1238 | 2024-10-01T01:51:51.187Z | Compiling slog v2.7.0 |
| 1239 | 2024-10-01T01:51:51.432Z | Compiling md-5 v0.10.6 |
| 1240 | 2024-10-01T01:51:51.480Z | Compiling stringprep v0.1.4 |
| 1241 | 2024-10-01T01:51:51.499Z | Compiling scroll v0.12.0 |
| 1242 | 2024-10-01T01:51:51.501Z | Compiling url v2.5.2 |
| 1243 | 2024-10-01T01:51:51.778Z | Compiling crossbeam-deque v0.8.5 |
| 1244 | 2024-10-01T01:51:52.090Z | Compiling goblin v0.8.2 |
| 1245 | 2024-10-01T01:51:52.107Z | Compiling rustls-webpki v0.102.4 |
| 1246 | 2024-10-01T01:51:52.690Z | Compiling pest_meta v2.7.10 |
| 1247 | 2024-10-01T01:51:52.713Z | Compiling num-integer v0.1.46 |
| 1248 | 2024-10-01T01:51:53.495Z | Compiling idna v0.3.0 |
| 1249 | 2024-10-01T01:51:53.811Z | Compiling backtrace v0.3.71 |
| 1250 | 2024-10-01T01:51:54.232Z | Compiling pest_generator v2.7.10 |
| 1251 | 2024-10-01T01:51:54.270Z | Compiling ff v0.13.0 |
| 1252 | 2024-10-01T01:51:54.490Z | Compiling hash32 v0.2.1 |
| 1253 | 2024-10-01T01:51:54.868Z | Compiling bytes v1.7.2 |
| 1254 | 2024-10-01T01:51:54.970Z | Compiling indexmap v2.5.0 |
| 1255 | 2024-10-01T01:51:55.088Z | Compiling bitflags v2.6.0 |
| 1256 | 2024-10-01T01:51:56.155Z | Compiling tokio v1.39.3 |
| 1257 | 2024-10-01T01:51:56.188Z | Compiling semver v1.0.23 |
| 1258 | 2024-10-01T01:51:56.413Z | Compiling http v1.1.0 |
| 1259 | 2024-10-01T01:51:56.945Z | Compiling rustc_version v0.4.0 |
| 1260 | 2024-10-01T01:51:57.720Z | Compiling pest_derive v2.7.10 |
| 1261 | 2024-10-01T01:51:58.498Z | Compiling http-body v1.0.0 |
| 1262 | 2024-10-01T01:51:58.615Z | Compiling dtrace-parser v0.2.0 |
| 1263 | 2024-10-01T01:51:58.740Z | Compiling heapless v0.7.17 |
| 1264 | 2024-10-01T01:51:58.905Z | Compiling dof v0.3.0 |
| 1265 | 2024-10-01T01:52:00.778Z | Compiling uuid v1.10.0 |
| 1266 | 2024-10-01T01:52:01.131Z | Compiling usdt-impl v0.5.0 |
| 1267 | 2024-10-01T01:52:02.346Z | Compiling curve25519-dalek v4.1.3 |
| 1268 | 2024-10-01T01:52:02.376Z | Compiling http v0.2.12 |
| 1269 | 2024-10-01T01:52:02.710Z | Compiling serde_spanned v0.6.7 |
| 1270 | 2024-10-01T01:52:02.944Z | Compiling serde_tokenstream v0.2.2 |
| 1271 | 2024-10-01T01:52:02.964Z | Compiling chrono v0.4.38 |
| 1272 | 2024-10-01T01:52:02.985Z | Compiling toml_datetime v0.6.8 |
| 1273 | 2024-10-01T01:52:03.500Z | Compiling fallible-iterator v0.2.0 |
| 1274 | 2024-10-01T01:52:03.542Z | Compiling stable_deref_trait v1.2.0 |
| 1275 | 2024-10-01T01:52:03.643Z | Compiling psl-types v2.0.11 |
| 1276 | 2024-10-01T01:52:03.832Z | Compiling smoltcp v0.9.1 |
| 1277 | 2024-10-01T01:52:04.203Z | Compiling tokio-util v0.7.12 |
| 1278 | 2024-10-01T01:52:04.577Z | Compiling signal-hook v0.3.17 |
| 1279 | 2024-10-01T01:52:04.831Z | Compiling base16ct v0.2.0 |
| 1280 | 2024-10-01T01:52:04.857Z | Compiling num-bigint-dig v0.8.4 |
| 1281 | 2024-10-01T01:52:05.139Z | Compiling crc32fast v1.4.0 |
| 1282 | 2024-10-01T01:52:05.159Z | Compiling h2 v0.4.6 |
| 1283 | 2024-10-01T01:52:05.655Z | Compiling portable-atomic v1.6.0 |
| 1284 | 2024-10-01T01:52:05.869Z | Compiling adler v1.0.2 |
| 1285 | 2024-10-01T01:52:06.100Z | Compiling gimli v0.28.1 |
| 1286 | 2024-10-01T01:52:06.182Z | Compiling miniz_oxide v0.7.2 |
| 1287 | 2024-10-01T01:52:06.655Z | Compiling tokio-native-tls v0.3.1 |
| 1288 | 2024-10-01T01:52:06.726Z | Compiling hubpack_derive v0.1.1 |
| 1289 | 2024-10-01T01:52:07.013Z | Compiling sec1 v0.7.3 |
| 1290 | 2024-10-01T01:52:07.092Z | Compiling postgres-protocol v0.6.7 |
| 1291 | 2024-10-01T01:52:07.390Z | Compiling tokio-rustls v0.26.0 |
| 1292 | 2024-10-01T01:52:07.619Z | Compiling publicsuffix v2.2.3 |
| 1293 | 2024-10-01T01:52:07.862Z | Compiling terminal_size v0.3.0 |
| 1294 | 2024-10-01T01:52:07.931Z | Compiling http-body-util v0.1.2 |
| 1295 | 2024-10-01T01:52:07.950Z | Compiling group v0.13.0 |
| 1296 | 2024-10-01T01:52:08.088Z | Compiling num-iter v0.1.45 |
| 1297 | 2024-10-01T01:52:08.452Z | Compiling hkdf v0.12.4 |
| 1298 | 2024-10-01T01:52:08.702Z | Compiling crypto-bigint v0.5.5 |
| 1299 | 2024-10-01T01:52:08.824Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1300 | 2024-10-01T01:52:09.117Z | Compiling async-trait v0.1.83 |
| 1301 | 2024-10-01T01:52:09.434Z | Compiling zerocopy-derive v0.6.6 |
| 1302 | 2024-10-01T01:52:10.038Z | Compiling phf_shared v0.11.2 |
| 1303 | 2024-10-01T01:52:10.362Z | Compiling addr2line v0.21.0 |
| 1304 | 2024-10-01T01:52:10.419Z | Compiling serde_derive_internals v0.29.1 |
| 1305 | 2024-10-01T01:52:10.970Z | Compiling webpki-roots v0.26.3 |
| 1306 | 2024-10-01T01:52:11.051Z | Compiling object v0.32.2 |
| 1307 | 2024-10-01T01:52:11.073Z | Compiling fs-err v2.11.0 |
| 1308 | 2024-10-01T01:52:11.166Z | Compiling bitflags v1.3.2 |
| 1309 | 2024-10-01T01:52:11.263Z | Compiling anyhow v1.0.89 |
| 1310 | 2024-10-01T01:52:11.354Z | Compiling ipnet v2.10.0 |
| 1311 | 2024-10-01T01:52:11.548Z | Compiling winnow v0.5.40 |
| 1312 | 2024-10-01T01:52:11.908Z | Compiling hyper v1.4.1 |
| 1313 | 2024-10-01T01:52:11.927Z | Compiling managed v0.8.0 |
| 1314 | 2024-10-01T01:52:12.376Z | Compiling schemars v0.8.21 |
| 1315 | 2024-10-01T01:52:12.600Z | Compiling adler2 v2.0.0 |
| 1316 | 2024-10-01T01:52:12.733Z | Compiling rustc-demangle v0.1.24 |
| 1317 | 2024-10-01T01:52:12.810Z | Compiling miniz_oxide v0.8.0 |
| 1318 | 2024-10-01T01:52:13.136Z | Compiling schemars_derive v0.8.21 |
| 1319 | 2024-10-01T01:52:14.365Z | Compiling hyper-util v0.1.9 |
| 1320 | 2024-10-01T01:52:14.747Z | Compiling clap_builder v4.5.18 |
| 1321 | 2024-10-01T01:52:15.414Z | Compiling toml_edit v0.19.15 |
| 1322 | 2024-10-01T01:52:15.832Z | Compiling elliptic-curve v0.13.8 |
| 1323 | 2024-10-01T01:52:15.890Z | Compiling zerocopy v0.6.6 |
| 1324 | 2024-10-01T01:52:16.262Z | Compiling console v0.15.8 |
| 1325 | 2024-10-01T01:52:16.524Z | Compiling hyper-tls v0.6.0 |
| 1326 | 2024-10-01T01:52:16.637Z | Compiling hyper-rustls v0.27.3 |
| 1327 | 2024-10-01T01:52:16.988Z | Compiling phf v0.11.2 |
| 1328 | 2024-10-01T01:52:17.262Z | Compiling rayon v1.10.0 |
| 1329 | 2024-10-01T01:52:17.282Z | Compiling cookie_store v0.21.0 |
| 1330 | 2024-10-01T01:52:18.238Z | Compiling postgres-types v0.2.8 |
| 1331 | 2024-10-01T01:52:18.830Z | Compiling hubpack v0.1.2 |
| 1332 | 2024-10-01T01:52:20.275Z | Compiling h2 v0.3.26 |
| 1333 | 2024-10-01T01:52:21.274Z | Compiling http-body v0.4.6 |
| 1334 | 2024-10-01T01:52:21.478Z | Compiling usdt-macro v0.5.0 |
| 1335 | 2024-10-01T01:52:21.766Z | Compiling usdt-attr-macro v0.5.0 |
| 1336 | 2024-10-01T01:52:21.969Z | Compiling serde-big-array v0.5.1 |
| 1337 | 2024-10-01T01:52:22.207Z | Compiling serde_urlencoded v0.7.1 |
| 1338 | 2024-10-01T01:52:22.748Z | Compiling clap_derive v4.5.18 |
| 1339 | 2024-10-01T01:52:22.992Z | Compiling ed25519 v2.2.3 |
| 1340 | 2024-10-01T01:52:23.274Z | Compiling pkcs1 v0.7.5 |
| 1341 | 2024-10-01T01:52:23.476Z | Compiling futures-executor v0.3.30 |
| 1342 | 2024-10-01T01:52:23.995Z | Compiling rfc6979 v0.4.0 |
| 1343 | 2024-10-01T01:52:24.039Z | Compiling bstr v1.9.1 |
| 1344 | 2024-10-01T01:52:24.176Z | Compiling regex v1.10.6 |
| 1345 | 2024-10-01T01:52:24.294Z | Compiling enum-as-inner v0.6.0 |
| 1346 | 2024-10-01T01:52:24.795Z | Compiling serde_repr v0.1.19 |
| 1347 | 2024-10-01T01:52:25.014Z | Compiling strum_macros v0.25.3 |
| 1348 | 2024-10-01T01:52:25.252Z | Compiling rustls-pemfile v2.1.3 |
| 1349 | 2024-10-01T01:52:25.365Z | Compiling phf_shared v0.10.0 |
| 1350 | 2024-10-01T01:52:25.707Z | Compiling float-cmp v0.9.0 |
| 1351 | 2024-10-01T01:52:25.771Z | Compiling idna v0.4.0 |
| 1352 | 2024-10-01T01:52:25.774Z | Compiling sync_wrapper v1.0.1 |
| 1353 | 2024-10-01T01:52:25.907Z | Compiling mio v0.8.11 |
| 1354 | 2024-10-01T01:52:25.926Z | Compiling encoding_rs v0.8.34 |
| 1355 | 2024-10-01T01:52:25.977Z | Compiling fixedbitset v0.4.2 |
| 1356 | 2024-10-01T01:52:26.411Z | Compiling normalize-line-endings v0.3.0 |
| 1357 | 2024-10-01T01:52:26.529Z | Compiling precomputed-hash v0.1.1 |
| 1358 | 2024-10-01T01:52:26.643Z | Compiling static_assertions v1.1.0 |
| 1359 | 2024-10-01T01:52:26.776Z | Compiling dyn-clone v1.0.17 |
| 1360 | 2024-10-01T01:52:26.995Z | Compiling number_prefix v0.4.0 |
| 1361 | 2024-10-01T01:52:27.224Z | Compiling mime v0.3.17 |
| 1362 | 2024-10-01T01:52:27.242Z | Compiling bit-vec v0.6.3 |
| 1363 | 2024-10-01T01:52:27.342Z | Compiling difflib v0.4.0 |
| 1364 | 2024-10-01T01:52:27.674Z | Compiling predicates-core v1.0.6 |
| 1365 | 2024-10-01T01:52:27.711Z | Compiling unicode-segmentation v1.11.0 |
| 1366 | 2024-10-01T01:52:27.791Z | Compiling new_debug_unreachable v1.0.6 |
| 1367 | 2024-10-01T01:52:27.884Z | Compiling data-encoding v2.6.0 |
| 1368 | 2024-10-01T01:52:28.034Z | Compiling minimal-lexical v0.2.1 |
| 1369 | 2024-10-01T01:52:28.545Z | Compiling whoami v1.5.2 |
| 1370 | 2024-10-01T01:52:28.547Z | Compiling nom v7.1.3 |
| 1371 | 2024-10-01T01:52:28.885Z | Compiling tokio-postgres v0.7.12 |
| 1372 | 2024-10-01T01:52:29.031Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1373 | 2024-10-01T01:52:29.151Z | Compiling hickory-proto v0.24.1 |
| 1374 | 2024-10-01T01:52:30.258Z | Compiling similar v2.6.0 |
| 1375 | 2024-10-01T01:52:30.340Z | Compiling reqwest v0.12.7 |
| 1376 | 2024-10-01T01:52:30.589Z | Compiling string_cache v0.8.7 |
| 1377 | 2024-10-01T01:52:31.076Z | Compiling predicates v3.1.2 |
| 1378 | 2024-10-01T01:52:31.782Z | Compiling clap v4.5.18 |
| 1379 | 2024-10-01T01:52:31.906Z | Compiling bit-set v0.5.3 |
| 1380 | 2024-10-01T01:52:32.195Z | Compiling indicatif v0.17.8 |
| 1381 | 2024-10-01T01:52:32.264Z | Compiling hyper v0.14.30 |
| 1382 | 2024-10-01T01:52:32.785Z | Compiling toml_edit v0.22.22 |
| 1383 | 2024-10-01T01:52:34.368Z | Compiling signal-hook-mio v0.2.4 |
| 1384 | 2024-10-01T01:52:34.535Z | Compiling petgraph v0.6.5 |
| 1385 | 2024-10-01T01:52:34.647Z | Compiling usdt v0.5.0 |
| 1386 | 2024-10-01T01:52:35.138Z | Compiling ecdsa v0.16.9 |
| 1387 | 2024-10-01T01:52:35.853Z | Compiling rsa v0.9.6 |
| 1388 | 2024-10-01T01:52:35.971Z | Compiling futures v0.3.30 |
| 1389 | 2024-10-01T01:52:36.087Z | Compiling ed25519-dalek v2.1.1 |
| 1390 | 2024-10-01T01:52:36.447Z | Compiling flate2 v1.0.34 |
| 1391 | 2024-10-01T01:52:37.419Z | Compiling toml v0.7.8 |
| 1392 | 2024-10-01T01:52:38.536Z | Compiling tokio-stream v0.1.16 |
| 1393 | 2024-10-01T01:52:39.101Z | Compiling openapiv3 v2.0.0 |
| 1394 | 2024-10-01T01:52:39.120Z | Compiling hex v0.4.3 |
| 1395 | 2024-10-01T01:52:39.285Z | Compiling x509-cert v0.2.5 |
| 1396 | 2024-10-01T01:52:39.581Z | Compiling sha1 v0.10.6 |
| 1397 | 2024-10-01T01:52:39.705Z | Compiling itertools v0.12.1 |
| 1398 | 2024-10-01T01:52:40.005Z | Compiling itertools v0.10.5 |
| 1399 | 2024-10-01T01:52:40.915Z | Compiling dirs-sys-next v0.1.2 |
| 1400 | 2024-10-01T01:52:41.588Z | Compiling lalrpop-util v0.19.12 |
| 1401 | 2024-10-01T01:52:41.952Z | Compiling unicode-xid v0.2.4 |
| 1402 | 2024-10-01T01:52:42.004Z | Compiling peg-runtime v0.8.3 |
| 1403 | 2024-10-01T01:52:42.114Z | Compiling dirs-next v2.0.0 |
| 1404 | 2024-10-01T01:52:42.307Z | Compiling thread_local v1.1.8 |
| 1405 | 2024-10-01T01:52:42.612Z | Compiling slog-async v2.8.0 |
| 1406 | 2024-10-01T01:52:42.631Z | Compiling term v0.7.0 |
| 1407 | 2024-10-01T01:52:42.780Z | Compiling xattr v1.3.1 |
| 1408 | 2024-10-01T01:52:42.783Z | Compiling strum_macros v0.26.4 |
| 1409 | 2024-10-01T01:52:42.852Z | Compiling crossbeam-channel v0.5.12 |
| 1410 | 2024-10-01T01:52:43.040Z | Compiling is-terminal v0.4.12 |
| 1411 | 2024-10-01T01:52:43.170Z | Compiling filetime v0.2.25 |
| 1412 | 2024-10-01T01:52:43.201Z | Compiling take_mut v0.2.2 |
| 1413 | 2024-10-01T01:52:43.358Z | Compiling slog-term v2.9.1 |
| 1414 | 2024-10-01T01:52:43.476Z | Compiling tar v0.4.42 |
| 1415 | 2024-10-01T01:52:43.499Z | Compiling camino v1.1.9 |
| 1416 | 2024-10-01T01:52:44.045Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1417 | 2024-10-01T01:52:45.664Z | Compiling strum v0.26.3 |
| 1418 | 2024-10-01T01:52:45.737Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1419 | 2024-10-01T01:52:50.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 1420 | 2024-10-01T01:52:51.027Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1421 | 2024-10-01T01:52:51.071Z | Oct 01 01:52:49.950 INFO Starting download, target: Clickhouse |
| 1422 | 2024-10-01T01:52:51.071Z | Oct 01 01:52:49.951 INFO Starting download, target: Cockroach |
| 1423 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.951 INFO Starting download, target: Console |
| 1424 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.951 INFO Starting download, target: DendriteOpenapi |
| 1425 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.951 INFO Starting download, target: DendriteStub |
| 1426 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.951 INFO Starting download, target: MaghemiteMgd |
| 1427 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.951 INFO Starting download, target: TransceiverControl |
| 1428 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.951 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1429 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.951 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
| 1430 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.952 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1431 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.952 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1432 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.952 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1433 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.952 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1434 | 2024-10-01T01:52:51.074Z | Oct 01 01:52:49.952 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1435 | 2024-10-01T01:52:51.193Z | Oct 01 01:52:50.069 INFO Download complete, target: DendriteOpenapi |
| 1436 | 2024-10-01T01:52:51.417Z | Oct 01 01:52:50.292 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1437 | 2024-10-01T01:52:51.593Z | Oct 01 01:52:50.472 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1438 | 2024-10-01T01:52:51.798Z | Oct 01 01:52:50.677 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1439 | 2024-10-01T01:52:51.800Z | Oct 01 01:52:50.678 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1440 | 2024-10-01T01:52:51.998Z | Oct 01 01:52:50.877 INFO Download complete, target: Console |
| 1441 | 2024-10-01T01:52:52.221Z | Oct 01 01:52:51.100 INFO Download complete, target: TransceiverControl |
| 1442 | 2024-10-01T01:52:52.278Z | Oct 01 01:52:51.158 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1443 | 2024-10-01T01:52:52.278Z | Oct 01 01:52:51.158 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1444 | 2024-10-01T01:52:53.135Z | Oct 01 01:52:52.015 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1445 | 2024-10-01T01:52:54.976Z | Oct 01 01:52:53.855 INFO Download complete, target: DendriteStub |
| 1446 | 2024-10-01T01:52:55.022Z | Oct 01 01:52:53.901 INFO Download complete, target: MaghemiteMgd |
| 1447 | 2024-10-01T01:53:00.567Z | Oct 01 01:52:59.445 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1448 | 2024-10-01T01:53:00.852Z | Oct 01 01:52:59.731 INFO Checking that binary works, target: Cockroach |
| 1449 | 2024-10-01T01:53:01.002Z | Oct 01 01:52:59.880 INFO Download complete, target: Cockroach |
| 1450 | 2024-10-01T01:53:06.973Z | Oct 01 01:53:05.850 INFO Checking that binary works, target: Clickhouse |
| 1451 | 2024-10-01T01:53:07.876Z | Oct 01 01:53:06.754 INFO Download complete, target: Clickhouse |
| 1452 | 2024-10-01T01:53:08.276Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1453 | 2024-10-01T01:53:08.279Z | |
| 1454 | 2024-10-01T01:53:08.279Z | real 4:20.070644259 |
| 1455 | 2024-10-01T01:53:08.280Z | user 11:57.107651739 |
| 1456 | 2024-10-01T01:53:08.280Z | sys 2:29.777093107 |
| 1457 | 2024-10-01T01:53:08.280Z | trap 0.389443427 |
| 1458 | 2024-10-01T01:53:08.280Z | tflt 9.731272837 |
| 1459 | 2024-10-01T01:53:08.280Z | dflt 7.133103737 |
| 1460 | 2024-10-01T01:53:08.280Z | kflt 0.197336423 |
| 1461 | 2024-10-01T01:53:08.280Z | lock 24:04.200752336 |
| 1462 | 2024-10-01T01:53:08.280Z | slp 48:38.227031088 |
| 1463 | 2024-10-01T01:53:08.280Z | lat 38.199083802 |
| 1464 | 2024-10-01T01:53:08.280Z | stop 1:47.231819413 |
| 1465 | 2024-10-01T01:53:08.280Z | + banner clippy |
| 1466 | 2024-10-01T01:53:08.282Z | |
| 1467 | 2024-10-01T01:53:08.282Z | #### # # ##### ##### # # |
| 1468 | 2024-10-01T01:53:08.282Z | # # # # # # # # # # |
| 1469 | 2024-10-01T01:53:08.283Z | # # # # # # # # |
| 1470 | 2024-10-01T01:53:08.283Z | # # # ##### ##### # |
| 1471 | 2024-10-01T01:53:08.283Z | # # # # # # # |
| 1472 | 2024-10-01T01:53:08.283Z | #### ###### # # # # |
| 1473 | 2024-10-01T01:53:08.283Z | |
| 1474 | 2024-10-01T01:53:08.283Z | + export CARGO_INCREMENTAL=0 |
| 1475 | 2024-10-01T01:53:08.283Z | + CARGO_INCREMENTAL=0 |
| 1476 | 2024-10-01T01:53:08.283Z | + ptime -m cargo xtask clippy |
| 1477 | 2024-10-01T01:53:08.818Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1478 | 2024-10-01T01:53:12.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 1479 | 2024-10-01T01:53:12.681Z | Running `target/debug/xtask clippy` |
| 1480 | 2024-10-01T01:53:12.699Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1481 | 2024-10-01T01:53:13.366Z | Downloading crates ... |
| 1482 | 2024-10-01T01:53:13.685Z | Downloaded async-attributes v1.1.2 |
| 1483 | 2024-10-01T01:53:13.688Z | Downloaded assert-json-diff v2.0.2 |
| 1484 | 2024-10-01T01:53:13.690Z | Downloaded async-lock v3.4.0 |
| 1485 | 2024-10-01T01:53:13.692Z | Downloaded anes v0.1.6 |
| 1486 | 2024-10-01T01:53:13.695Z | Downloaded async-object-pool v0.1.5 |
| 1487 | 2024-10-01T01:53:13.697Z | Downloaded async-global-executor v2.4.1 |
| 1488 | 2024-10-01T01:53:13.697Z | Downloaded escape8259 v0.5.2 |
| 1489 | 2024-10-01T01:53:13.699Z | Downloaded async-channel v2.3.1 |
| 1490 | 2024-10-01T01:53:13.703Z | Downloaded nested v0.1.1 |
| 1491 | 2024-10-01T01:53:13.706Z | Downloaded approx v0.5.1 |
| 1492 | 2024-10-01T01:53:13.709Z | Downloaded async-channel v1.9.0 |
| 1493 | 2024-10-01T01:53:13.711Z | Downloaded cast v0.3.0 |
| 1494 | 2024-10-01T01:53:13.711Z | Downloaded plotters-svg v0.3.5 |
| 1495 | 2024-10-01T01:53:13.711Z | Downloaded pathdiff v0.2.1 |
| 1496 | 2024-10-01T01:53:13.713Z | Downloaded event-listener-strategy v0.5.2 |
| 1497 | 2024-10-01T01:53:13.713Z | Downloaded async-signal v0.2.10 |
| 1498 | 2024-10-01T01:53:13.716Z | Downloaded threadpool v1.8.1 |
| 1499 | 2024-10-01T01:53:13.716Z | Downloaded oorandom v11.1.3 |
| 1500 | 2024-10-01T01:53:13.718Z | Downloaded kv-log-macro v1.0.7 |
| 1501 | 2024-10-01T01:53:13.721Z | Downloaded event-listener v2.5.3 |
| 1502 | 2024-10-01T01:53:13.724Z | Downloaded async-executor v1.13.1 |
| 1503 | 2024-10-01T01:53:13.726Z | Downloaded assert_cmd v2.0.16 |
| 1504 | 2024-10-01T01:53:13.729Z | Downloaded relative-path v1.9.3 |
| 1505 | 2024-10-01T01:53:13.729Z | Downloaded futures-lite v2.3.0 |
| 1506 | 2024-10-01T01:53:13.731Z | Downloaded similar-asserts v1.5.0 |
| 1507 | 2024-10-01T01:53:13.733Z | Downloaded piper v0.2.4 |
| 1508 | 2024-10-01T01:53:13.735Z | Downloaded target-lexicon v0.12.16 |
| 1509 | 2024-10-01T01:53:13.738Z | Downloaded datatest-stable v0.2.9 |
| 1510 | 2024-10-01T01:53:13.740Z | Downloaded rustls-native-certs v0.7.0 |
| 1511 | 2024-10-01T01:53:13.743Z | Downloaded partial-io v0.5.4 |
| 1512 | 2024-10-01T01:53:13.745Z | Downloaded async-task v4.7.1 |
| 1513 | 2024-10-01T01:53:13.748Z | Downloaded async-io v2.3.4 |
| 1514 | 2024-10-01T01:53:13.750Z | Downloaded hyper-rustls v0.26.0 |
| 1515 | 2024-10-01T01:53:13.753Z | Downloaded blake2b_simd v1.0.2 |
| 1516 | 2024-10-01T01:53:13.755Z | Downloaded rstest_macros v0.22.0 |
| 1517 | 2024-10-01T01:53:13.759Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1518 | 2024-10-01T01:53:13.761Z | Downloaded doc-comment v0.3.3 |
| 1519 | 2024-10-01T01:53:13.766Z | Downloaded yansi v1.0.1 |
| 1520 | 2024-10-01T01:53:13.769Z | Downloaded pretty_assertions v1.4.1 |
| 1521 | 2024-10-01T01:53:13.771Z | Downloaded blocking v1.6.1 |
| 1522 | 2024-10-01T01:53:13.774Z | Downloaded async-process v2.2.4 |
| 1523 | 2024-10-01T01:53:13.776Z | Downloaded proc-macro-crate v3.1.0 |
| 1524 | 2024-10-01T01:53:13.778Z | Downloaded plotters-backend v0.3.5 |
| 1525 | 2024-10-01T01:53:13.778Z | Downloaded concurrent-queue v2.5.0 |
| 1526 | 2024-10-01T01:53:13.794Z | Downloaded toml_edit v0.21.1 |
| 1527 | 2024-10-01T01:53:13.819Z | Downloaded stringmetrics v2.2.2 |
| 1528 | 2024-10-01T01:53:13.822Z | Downloaded tinytemplate v1.2.1 |
| 1529 | 2024-10-01T01:53:13.824Z | Downloaded target-spec v3.2.1 |
| 1530 | 2024-10-01T01:53:13.824Z | Downloaded rust-argon2 v2.1.0 |
| 1531 | 2024-10-01T01:53:13.827Z | Downloaded parking v2.2.1 |
| 1532 | 2024-10-01T01:53:13.829Z | Downloaded libtest-mimic v0.7.3 |
| 1533 | 2024-10-01T01:53:13.831Z | Downloaded trybuild v1.0.99 |
| 1534 | 2024-10-01T01:53:13.834Z | Downloaded rstest v0.22.0 |
| 1535 | 2024-10-01T01:53:13.838Z | Downloaded rand_distr v0.4.3 |
| 1536 | 2024-10-01T01:53:13.841Z | Downloaded guppy v0.17.7 |
| 1537 | 2024-10-01T01:53:13.847Z | Downloaded fancy-regex v0.13.0 |
| 1538 | 2024-10-01T01:53:13.850Z | Downloaded polling v3.7.3 |
| 1539 | 2024-10-01T01:53:13.853Z | Downloaded plotters v0.3.5 |
| 1540 | 2024-10-01T01:53:13.862Z | Downloaded async-std v1.13.0 |
| 1541 | 2024-10-01T01:53:13.880Z | Downloaded httptest v0.16.1 |
| 1542 | 2024-10-01T01:53:13.883Z | Downloaded event-listener v5.3.1 |
| 1543 | 2024-10-01T01:53:13.885Z | Downloaded criterion v0.5.1 |
| 1544 | 2024-10-01T01:53:13.891Z | Downloaded cfg-expr v0.16.0 |
| 1545 | 2024-10-01T01:53:13.893Z | Downloaded serde_regex v1.1.0 |
| 1546 | 2024-10-01T01:53:13.896Z | Downloaded path-tree v0.8.1 |
| 1547 | 2024-10-01T01:53:13.896Z | Downloaded num_cpus v1.16.0 |
| 1548 | 2024-10-01T01:53:13.898Z | Downloaded indoc v2.0.5 |
| 1549 | 2024-10-01T01:53:13.901Z | Downloaded futures-timer v3.0.3 |
| 1550 | 2024-10-01T01:53:13.903Z | Downloaded criterion-plot v0.5.0 |
| 1551 | 2024-10-01T01:53:13.924Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1552 | 2024-10-01T01:53:14.598Z | Checking cfg-if v1.0.0 |
| 1553 | 2024-10-01T01:53:14.667Z | Checking libc v0.2.159 |
| 1554 | 2024-10-01T01:53:14.684Z | Checking serde v1.0.210 |
| 1555 | 2024-10-01T01:53:14.701Z | Checking memchr v2.7.2 |
| 1556 | 2024-10-01T01:53:14.715Z | Checking value-bag v1.9.0 |
| 1557 | 2024-10-01T01:53:14.735Z | Checking scopeguard v1.2.0 |
| 1558 | 2024-10-01T01:53:14.757Z | Checking byteorder v1.5.0 |
| 1559 | 2024-10-01T01:53:14.778Z | Checking zeroize v1.8.1 |
| 1560 | 2024-10-01T01:53:14.801Z | Checking itoa v1.0.11 |
| 1561 | 2024-10-01T01:53:14.872Z | Checking lock_api v0.4.12 |
| 1562 | 2024-10-01T01:53:15.020Z | Checking smallvec v1.13.2 |
| 1563 | 2024-10-01T01:53:15.050Z | Checking once_cell v1.19.0 |
| 1564 | 2024-10-01T01:53:15.117Z | Checking log v0.4.22 |
| 1565 | 2024-10-01T01:53:15.149Z | Checking pin-project-lite v0.2.14 |
| 1566 | 2024-10-01T01:53:15.268Z | Checking subtle v2.5.0 |
| 1567 | 2024-10-01T01:53:15.295Z | Checking typenum v1.17.0 |
| 1568 | 2024-10-01T01:53:15.357Z | Checking futures-core v0.3.30 |
| 1569 | 2024-10-01T01:53:15.386Z | Checking zerocopy v0.7.34 |
| 1570 | 2024-10-01T01:53:15.499Z | Checking thiserror v1.0.64 |
| 1571 | 2024-10-01T01:53:15.524Z | Checking libm v0.2.8 |
| 1572 | 2024-10-01T01:53:15.548Z | Checking ryu v1.0.18 |
| 1573 | 2024-10-01T01:53:15.632Z | Checking spin v0.9.8 |
| 1574 | 2024-10-01T01:53:15.660Z | Checking futures-io v0.3.30 |
| 1575 | 2024-10-01T01:53:15.739Z | Checking getrandom v0.2.14 |
| 1576 | 2024-10-01T01:53:15.778Z | Checking signal-hook-registry v1.4.2 |
| 1577 | 2024-10-01T01:53:15.838Z | Checking parking_lot_core v0.9.10 |
| 1578 | 2024-10-01T01:53:15.958Z | Checking mio v1.0.2 |
| 1579 | 2024-10-01T01:53:16.009Z | Checking rand_core v0.6.4 |
| 1580 | 2024-10-01T01:53:16.033Z | Checking socket2 v0.5.7 |
| 1581 | 2024-10-01T01:53:16.196Z | Checking parking_lot v0.12.2 |
| 1582 | 2024-10-01T01:53:16.311Z | Checking const-oid v0.9.6 |
| 1583 | 2024-10-01T01:53:16.461Z | Checking num-traits v0.2.19 |
| 1584 | 2024-10-01T01:53:16.502Z | Checking generic-array v0.14.7 |
| 1585 | 2024-10-01T01:53:16.527Z | Checking slab v0.4.9 |
| 1586 | 2024-10-01T01:53:16.550Z | Checking allocator-api2 v0.2.18 |
| 1587 | 2024-10-01T01:53:16.577Z | Checking futures-sink v0.3.30 |
| 1588 | 2024-10-01T01:53:16.711Z | Checking ahash v0.8.11 |
| 1589 | 2024-10-01T01:53:16.739Z | Checking cpufeatures v0.2.12 |
| 1590 | 2024-10-01T01:53:16.782Z | Checking pin-utils v0.1.0 |
| 1591 | 2024-10-01T01:53:16.832Z | Checking futures-channel v0.3.30 |
| 1592 | 2024-10-01T01:53:16.876Z | Checking futures-task v0.3.30 |
| 1593 | 2024-10-01T01:53:17.137Z | Checking fnv v1.0.7 |
| 1594 | 2024-10-01T01:53:17.197Z | Checking futures-util v0.3.30 |
| 1595 | 2024-10-01T01:53:17.222Z | Checking equivalent v1.0.1 |
| 1596 | 2024-10-01T01:53:17.254Z | Checking hashbrown v0.14.5 |
| 1597 | 2024-10-01T01:53:17.257Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1598 | 2024-10-01T01:53:17.329Z | Checking tracing-core v0.1.32 |
| 1599 | 2024-10-01T01:53:17.603Z | Checking errno v0.3.9 |
| 1600 | 2024-10-01T01:53:17.668Z | Checking crypto-common v0.1.6 |
| 1601 | 2024-10-01T01:53:17.757Z | Checking block-buffer v0.10.4 |
| 1602 | 2024-10-01T01:53:17.838Z | Checking iana-time-zone v0.1.60 |
| 1603 | 2024-10-01T01:53:17.971Z | Checking tinyvec_macros v0.1.1 |
| 1604 | 2024-10-01T01:53:17.996Z | Checking ppv-lite86 v0.2.17 |
| 1605 | 2024-10-01T01:53:17.999Z | Checking tracing v0.1.40 |
| 1606 | 2024-10-01T01:53:18.060Z | Checking tinyvec v1.6.0 |
| 1607 | 2024-10-01T01:53:18.063Z | Checking digest v0.10.7 |
| 1608 | 2024-10-01T01:53:18.110Z | Checking block-padding v0.3.3 |
| 1609 | 2024-10-01T01:53:18.311Z | Checking unicode-bidi v0.3.15 |
| 1610 | 2024-10-01T01:53:18.356Z | Checking inout v0.1.3 |
| 1611 | 2024-10-01T01:53:18.413Z | Checking crossbeam-utils v0.8.19 |
| 1612 | 2024-10-01T01:53:18.452Z | Checking percent-encoding v2.3.1 |
| 1613 | 2024-10-01T01:53:18.574Z | Checking cipher v0.4.4 |
| 1614 | 2024-10-01T01:53:18.649Z | Checking form_urlencoded v1.2.1 |
| 1615 | 2024-10-01T01:53:18.673Z | Checking rand_chacha v0.3.1 |
| 1616 | 2024-10-01T01:53:18.876Z | Checking base64ct v1.6.0 |
| 1617 | 2024-10-01T01:53:18.916Z | Checking dyn-clone v1.0.17 |
| 1618 | 2024-10-01T01:53:19.015Z | Checking hmac v0.12.1 |
| 1619 | 2024-10-01T01:53:19.063Z | Checking httparse v1.8.0 |
| 1620 | 2024-10-01T01:53:19.086Z | Checking rand v0.8.5 |
| 1621 | 2024-10-01T01:53:19.112Z | Checking regex-syntax v0.8.4 |
| 1622 | 2024-10-01T01:53:19.230Z | Checking sha2 v0.10.8 |
| 1623 | 2024-10-01T01:53:19.320Z | Checking atomic-waker v1.1.2 |
| 1624 | 2024-10-01T01:53:19.369Z | Checking unicode-normalization v0.1.23 |
| 1625 | 2024-10-01T01:53:19.444Z | Checking untrusted v0.9.0 |
| 1626 | 2024-10-01T01:53:19.471Z | Checking lazy_static v1.5.0 |
| 1627 | 2024-10-01T01:53:19.505Z | Checking bytes v1.7.2 |
| 1628 | 2024-10-01T01:53:19.592Z | Checking bitflags v2.6.0 |
| 1629 | 2024-10-01T01:53:19.598Z | Checking serde_json v1.0.128 |
| 1630 | 2024-10-01T01:53:19.784Z | Checking indexmap v2.5.0 |
| 1631 | 2024-10-01T01:53:19.896Z | Checking rustix v0.38.34 |
| 1632 | 2024-10-01T01:53:20.271Z | Checking chrono v0.4.38 |
| 1633 | 2024-10-01T01:53:20.293Z | Checking uuid v1.10.0 |
| 1634 | 2024-10-01T01:53:20.317Z | Checking tokio v1.39.3 |
| 1635 | 2024-10-01T01:53:20.864Z | Checking http v1.1.0 |
| 1636 | 2024-10-01T01:53:21.034Z | Checking ring v0.17.8 |
| 1637 | 2024-10-01T01:53:21.236Z | Checking aho-corasick v1.1.3 |
| 1638 | 2024-10-01T01:53:22.177Z | Checking idna v0.5.0 |
| 1639 | 2024-10-01T01:53:22.217Z | Checking pem-rfc7468 v0.7.0 |
| 1640 | 2024-10-01T01:53:22.277Z | Checking powerfmt v0.2.0 |
| 1641 | 2024-10-01T01:53:22.297Z | Checking schemars v0.8.21 |
| 1642 | 2024-10-01T01:53:22.483Z | Checking httpdate v1.0.3 |
| 1643 | 2024-10-01T01:53:22.529Z | Checking try-lock v0.2.5 |
| 1644 | 2024-10-01T01:53:22.664Z | Checking unicode-ident v1.0.13 |
| 1645 | 2024-10-01T01:53:22.712Z | Checking want v0.3.1 |
| 1646 | 2024-10-01T01:53:22.800Z | Checking deranged v0.3.11 |
| 1647 | 2024-10-01T01:53:22.828Z | Checking rustls-pki-types v1.7.0 |
| 1648 | 2024-10-01T01:53:22.871Z | Checking regex-automata v0.4.6 |
| 1649 | 2024-10-01T01:53:22.897Z | Checking time-core v0.1.2 |
| 1650 | 2024-10-01T01:53:23.008Z | Checking url v2.5.2 |
| 1651 | 2024-10-01T01:53:23.056Z | Checking base64 v0.22.1 |
| 1652 | 2024-10-01T01:53:23.223Z | Checking num-conv v0.1.0 |
| 1653 | 2024-10-01T01:53:23.291Z | Checking num_threads v0.1.7 |
| 1654 | 2024-10-01T01:53:23.415Z | Checking flagset v0.4.5 |
| 1655 | 2024-10-01T01:53:23.486Z | Checking proc-macro2 v1.0.86 |
| 1656 | 2024-10-01T01:53:23.525Z | Checking pbkdf2 v0.12.2 |
| 1657 | 2024-10-01T01:53:23.609Z | Checking der v0.7.9 |
| 1658 | 2024-10-01T01:53:23.688Z | Checking aes v0.8.4 |
| 1659 | 2024-10-01T01:53:23.816Z | Checking tower-service v0.3.2 |
| 1660 | 2024-10-01T01:53:23.836Z | Checking cbc v0.1.2 |
| 1661 | 2024-10-01T01:53:23.940Z | Checking salsa20 v0.10.2 |
| 1662 | 2024-10-01T01:53:24.052Z | Checking rustls-webpki v0.102.4 |
| 1663 | 2024-10-01T01:53:24.146Z | Checking scrypt v0.11.0 |
| 1664 | 2024-10-01T01:53:24.171Z | Checking quote v1.0.37 |
| 1665 | 2024-10-01T01:53:24.382Z | Checking http-body v1.0.0 |
| 1666 | 2024-10-01T01:53:24.520Z | Checking syn v2.0.79 |
| 1667 | 2024-10-01T01:53:24.588Z | Checking slog v2.7.0 |
| 1668 | 2024-10-01T01:53:24.611Z | Checking gimli v0.28.1 |
| 1669 | 2024-10-01T01:53:24.636Z | Checking time v0.3.36 |
| 1670 | 2024-10-01T01:53:24.773Z | Checking adler v1.0.2 |
| 1671 | 2024-10-01T01:53:24.938Z | Checking mime v0.3.17 |
| 1672 | 2024-10-01T01:53:25.034Z | Checking miniz_oxide v0.7.2 |
| 1673 | 2024-10-01T01:53:25.250Z | Checking object v0.32.2 |
| 1674 | 2024-10-01T01:53:25.450Z | Checking spki v0.7.3 |
| 1675 | 2024-10-01T01:53:25.475Z | Checking utf8parse v0.2.1 |
| 1676 | 2024-10-01T01:53:25.628Z | Checking rustc-demangle v0.1.24 |
| 1677 | 2024-10-01T01:53:25.749Z | Checking pkcs5 v0.7.1 |
| 1678 | 2024-10-01T01:53:26.078Z | Checking toml_datetime v0.6.8 |
| 1679 | 2024-10-01T01:53:26.285Z | Checking pkcs8 v0.10.2 |
| 1680 | 2024-10-01T01:53:26.366Z | Checking serde_spanned v0.6.7 |
| 1681 | 2024-10-01T01:53:26.547Z | Checking ipnet v2.10.0 |
| 1682 | 2024-10-01T01:53:26.601Z | Checking unicode-width v0.1.13 |
| 1683 | 2024-10-01T01:53:26.796Z | Checking futures-executor v0.3.30 |
| 1684 | 2024-10-01T01:53:26.998Z | Checking anstyle v1.0.8 |
| 1685 | 2024-10-01T01:53:27.022Z | Checking futures v0.3.30 |
| 1686 | 2024-10-01T01:53:27.045Z | Checking serde_urlencoded v0.7.1 |
| 1687 | 2024-10-01T01:53:27.144Z | Checking encoding_rs v0.8.34 |
| 1688 | 2024-10-01T01:53:27.171Z | Checking tokio-util v0.7.12 |
| 1689 | 2024-10-01T01:53:27.332Z | Checking rustls-pemfile v2.1.3 |
| 1690 | 2024-10-01T01:53:27.437Z | Checking regex v1.10.6 |
| 1691 | 2024-10-01T01:53:27.464Z | Checking foreign-types-shared v0.1.1 |
| 1692 | 2024-10-01T01:53:27.569Z | Checking openssl-probe v0.1.5 |
| 1693 | 2024-10-01T01:53:27.593Z | Checking either v1.13.0 |
| 1694 | 2024-10-01T01:53:27.729Z | Checking data-encoding v2.6.0 |
| 1695 | 2024-10-01T01:53:27.953Z | Checking foreign-types v0.3.2 |
| 1696 | 2024-10-01T01:53:27.993Z | Checking h2 v0.4.6 |
| 1697 | 2024-10-01T01:53:28.044Z | Checking anstyle-parse v0.2.4 |
| 1698 | 2024-10-01T01:53:28.046Z | Checking http-body-util v0.1.2 |
| 1699 | 2024-10-01T01:53:28.303Z | Checking semver v1.0.23 |
| 1700 | 2024-10-01T01:53:28.360Z | Checking openssl-sys v0.9.103 |
| 1701 | 2024-10-01T01:53:28.417Z | Checking addr2line v0.21.0 |
| 1702 | 2024-10-01T01:53:28.511Z | Checking anstyle-query v1.0.3 |
| 1703 | 2024-10-01T01:53:28.648Z | Checking colorchoice v1.0.1 |
| 1704 | 2024-10-01T01:53:28.713Z | Checking is_terminal_polyfill v1.70.0 |
| 1705 | 2024-10-01T01:53:28.785Z | Checking terminal_size v0.3.0 |
| 1706 | 2024-10-01T01:53:28.837Z | Checking anstream v0.6.14 |
| 1707 | 2024-10-01T01:53:28.945Z | Checking signature v2.2.0 |
| 1708 | 2024-10-01T01:53:28.947Z | Checking sha1 v0.10.6 |
| 1709 | 2024-10-01T01:53:29.133Z | Checking strsim v0.11.1 |
| 1710 | 2024-10-01T01:53:29.199Z | Checking clap_lex v0.7.0 |
| 1711 | 2024-10-01T01:53:29.255Z | Checking rustls v0.23.10 |
| 1712 | 2024-10-01T01:53:29.402Z | Checking openapiv3 v2.0.0 |
| 1713 | 2024-10-01T01:53:29.426Z | Checking winnow v0.6.18 |
| 1714 | 2024-10-01T01:53:29.450Z | Checking clap_builder v4.5.18 |
| 1715 | 2024-10-01T01:53:29.608Z | Checking openssl v0.10.66 |
| 1716 | 2024-10-01T01:53:30.656Z | Checking idna v0.3.0 |
| 1717 | 2024-10-01T01:53:31.071Z | Checking backtrace v0.3.71 |
| 1718 | 2024-10-01T01:53:31.482Z | Checking base16ct v0.2.0 |
| 1719 | 2024-10-01T01:53:31.639Z | Checking anyhow v1.0.89 |
| 1720 | 2024-10-01T01:53:31.683Z | Checking psl-types v2.0.11 |
| 1721 | 2024-10-01T01:53:31.861Z | Checking publicsuffix v2.2.3 |
| 1722 | 2024-10-01T01:53:32.031Z | Checking sec1 v0.7.3 |
| 1723 | 2024-10-01T01:53:32.097Z | Checking cookie v0.18.1 |
| 1724 | 2024-10-01T01:53:32.244Z | Checking webpki-roots v0.26.3 |
| 1725 | 2024-10-01T01:53:32.408Z | Checking num-integer v0.1.46 |
| 1726 | 2024-10-01T01:53:32.411Z | Checking clap v4.5.18 |
| 1727 | 2024-10-01T01:53:32.460Z | Checking ff v0.13.0 |
| 1728 | 2024-10-01T01:53:32.527Z | Checking scroll v0.12.0 |
| 1729 | 2024-10-01T01:53:32.552Z | Checking ucd-trie v0.1.6 |
| 1730 | 2024-10-01T01:53:32.656Z | Checking plain v0.2.3 |
| 1731 | 2024-10-01T01:53:32.752Z | Checking pest v2.7.10 |
| 1732 | 2024-10-01T01:53:32.806Z | Checking group v0.13.0 |
| 1733 | 2024-10-01T01:53:32.892Z | Checking cookie_store v0.21.0 |
| 1734 | 2024-10-01T01:53:32.915Z | Checking toml_edit v0.22.22 |
| 1735 | 2024-10-01T01:53:33.015Z | Checking goblin v0.8.2 |
| 1736 | 2024-10-01T01:53:33.066Z | Checking hkdf v0.12.4 |
| 1737 | 2024-10-01T01:53:33.270Z | Checking crypto-bigint v0.5.5 |
| 1738 | 2024-10-01T01:53:33.474Z | Checking sync_wrapper v1.0.1 |
| 1739 | 2024-10-01T01:53:33.621Z | Checking bitflags v1.3.2 |
| 1740 | 2024-10-01T01:53:33.729Z | Checking pretty-hex v0.4.1 |
| 1741 | 2024-10-01T01:53:33.926Z | Checking static_assertions v1.1.0 |
| 1742 | 2024-10-01T01:53:34.035Z | Checking thread-id v4.2.1 |
| 1743 | 2024-10-01T01:53:34.072Z | Checking hyper v1.4.1 |
| 1744 | 2024-10-01T01:53:34.098Z | Checking tokio-rustls v0.26.0 |
| 1745 | 2024-10-01T01:53:34.152Z | Checking stable_deref_trait v1.2.0 |
| 1746 | 2024-10-01T01:53:34.261Z | Checking num-iter v0.1.45 |
| 1747 | 2024-10-01T01:53:34.437Z | Checking crossbeam-epoch v0.9.18 |
| 1748 | 2024-10-01T01:53:34.501Z | Checking memmap v0.7.0 |
| 1749 | 2024-10-01T01:53:34.719Z | Checking crc32fast v1.4.0 |
| 1750 | 2024-10-01T01:53:34.858Z | Checking unicode-segmentation v1.11.0 |
| 1751 | 2024-10-01T01:53:34.940Z | Checking bstr v1.9.1 |
| 1752 | 2024-10-01T01:53:35.137Z | Checking native-tls v0.2.11 |
| 1753 | 2024-10-01T01:53:35.230Z | Checking dtrace-parser v0.2.0 |
| 1754 | 2024-10-01T01:53:35.414Z | Checking hex v0.4.3 |
| 1755 | 2024-10-01T01:53:35.464Z | Checking tokio-native-tls v0.3.1 |
| 1756 | 2024-10-01T01:53:35.491Z | Checking rfc6979 v0.4.0 |
| 1757 | 2024-10-01T01:53:35.673Z | Checking managed v0.8.0 |
| 1758 | 2024-10-01T01:53:35.696Z | Checking winnow v0.5.40 |
| 1759 | 2024-10-01T01:53:35.725Z | Checking adler2 v2.0.0 |
| 1760 | 2024-10-01T01:53:35.843Z | Checking crossbeam-deque v0.8.5 |
| 1761 | 2024-10-01T01:53:35.882Z | Checking miniz_oxide v0.8.0 |
| 1762 | 2024-10-01T01:53:35.912Z | Checking num-bigint-dig v0.8.4 |
| 1763 | 2024-10-01T01:53:35.974Z | Checking elliptic-curve v0.13.8 |
| 1764 | 2024-10-01T01:53:36.027Z | Checking pkcs1 v0.7.5 |
| 1765 | 2024-10-01T01:53:36.086Z | Checking hyper-util v0.1.9 |
| 1766 | 2024-10-01T01:53:36.136Z | Checking http v0.2.12 |
| 1767 | 2024-10-01T01:53:36.425Z | Checking curve25519-dalek v4.1.3 |
| 1768 | 2024-10-01T01:53:36.602Z | Checking zerocopy v0.6.6 |
| 1769 | 2024-10-01T01:53:36.627Z | Checking ecdsa v0.16.9 |
| 1770 | 2024-10-01T01:53:37.374Z | Checking signal-hook v0.3.17 |
| 1771 | 2024-10-01T01:53:37.404Z | Checking flate2 v1.0.34 |
| 1772 | 2024-10-01T01:53:37.477Z | Checking rayon-core v1.12.1 |
| 1773 | 2024-10-01T01:53:37.688Z | Checking ed25519 v2.2.3 |
| 1774 | 2024-10-01T01:53:37.861Z | Checking dof v0.3.0 |
| 1775 | 2024-10-01T01:53:37.949Z | Checking rsa v0.9.6 |
| 1776 | 2024-10-01T01:53:37.993Z | Checking mio v0.8.11 |
| 1777 | 2024-10-01T01:53:38.026Z | Checking siphasher v0.3.11 |
| 1778 | 2024-10-01T01:53:38.095Z | Checking hyper-rustls v0.27.3 |
| 1779 | 2024-10-01T01:53:38.120Z | Checking hyper-tls v0.6.0 |
| 1780 | 2024-10-01T01:53:38.278Z | Checking ed25519-dalek v2.1.1 |
| 1781 | 2024-10-01T01:53:38.325Z | Checking rayon v1.10.0 |
| 1782 | 2024-10-01T01:53:38.408Z | Checking http-body v0.4.6 |
| 1783 | 2024-10-01T01:53:38.432Z | Checking reqwest v0.12.7 |
| 1784 | 2024-10-01T01:53:38.455Z | Checking usdt-impl v0.5.0 |
| 1785 | 2024-10-01T01:53:38.578Z | Checking signal-hook-mio v0.2.4 |
| 1786 | 2024-10-01T01:53:38.631Z | Checking toml_edit v0.19.15 |
| 1787 | 2024-10-01T01:53:38.655Z | Checking h2 v0.3.26 |
| 1788 | 2024-10-01T01:53:38.730Z | Checking itertools v0.10.5 |
| 1789 | 2024-10-01T01:53:38.772Z | Checking x509-cert v0.2.5 |
| 1790 | 2024-10-01T01:53:38.986Z | Checking usdt v0.5.0 |
| 1791 | 2024-10-01T01:53:39.007Z | Checking idna v0.4.0 |
| 1792 | 2024-10-01T01:53:39.245Z | Checking hubpack v0.1.2 |
| 1793 | 2024-10-01T01:53:39.574Z | Checking bit-vec v0.6.3 |
| 1794 | 2024-10-01T01:53:39.899Z | Checking hickory-proto v0.24.1 |
| 1795 | 2024-10-01T01:53:39.924Z | Checking bit-set v0.5.3 |
| 1796 | 2024-10-01T01:53:40.202Z | Checking itertools v0.12.1 |
| 1797 | 2024-10-01T01:53:40.227Z | Checking console v0.15.8 |
| 1798 | 2024-10-01T01:53:40.346Z | Checking hash32 v0.2.1 |
| 1799 | 2024-10-01T01:53:40.649Z | Checking predicates-core v1.0.6 |
| 1800 | 2024-10-01T01:53:40.820Z | Checking finl_unicode v1.2.0 |
| 1801 | 2024-10-01T01:53:40.845Z | Checking heapless v0.7.17 |
| 1802 | 2024-10-01T01:53:40.879Z | Checking similar v2.6.0 |
| 1803 | 2024-10-01T01:53:40.994Z | Checking toml v0.7.8 |
| 1804 | 2024-10-01T01:53:41.387Z | Checking stringprep v0.1.4 |
| 1805 | 2024-10-01T01:53:41.672Z | Checking tokio-stream v0.1.16 |
| 1806 | 2024-10-01T01:53:41.697Z | Checking md-5 v0.10.6 |
| 1807 | 2024-10-01T01:53:41.723Z | Checking float-cmp v0.9.0 |
| 1808 | 2024-10-01T01:53:41.843Z | Checking fixedbitset v0.4.2 |
| 1809 | 2024-10-01T01:53:41.906Z | Checking fallible-iterator v0.2.0 |
| 1810 | 2024-10-01T01:53:41.930Z | Checking normalize-line-endings v0.3.0 |
| 1811 | 2024-10-01T01:53:42.025Z | Checking difflib v0.4.0 |
| 1812 | 2024-10-01T01:53:42.055Z | Checking smoltcp v0.9.1 |
| 1813 | 2024-10-01T01:53:42.106Z | Checking petgraph v0.6.5 |
| 1814 | 2024-10-01T01:53:42.366Z | Checking predicates v3.1.2 |
| 1815 | 2024-10-01T01:53:42.478Z | Checking postgres-protocol v0.6.7 |
| 1816 | 2024-10-01T01:53:42.504Z | Checking phf_shared v0.11.2 |
| 1817 | 2024-10-01T01:53:42.735Z | Checking phf_shared v0.10.0 |
| 1818 | 2024-10-01T01:53:42.788Z | Checking fs-err v2.11.0 |
| 1819 | 2024-10-01T01:53:43.015Z | Checking serde-big-array v0.5.1 |
| 1820 | 2024-10-01T01:53:43.018Z | Checking portable-atomic v1.6.0 |
| 1821 | 2024-10-01T01:53:43.113Z | Checking number_prefix v0.4.0 |
| 1822 | 2024-10-01T01:53:43.235Z | Checking lalrpop-util v0.19.12 |
| 1823 | 2024-10-01T01:53:43.314Z | Checking precomputed-hash v0.1.1 |
| 1824 | 2024-10-01T01:53:43.339Z | Checking minimal-lexical v0.2.1 |
| 1825 | 2024-10-01T01:53:43.431Z | Checking new_debug_unreachable v1.0.6 |
| 1826 | 2024-10-01T01:53:43.523Z | Checking postgres-types v0.2.8 |
| 1827 | 2024-10-01T01:53:43.545Z | Checking string_cache v0.8.7 |
| 1828 | 2024-10-01T01:53:43.567Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1829 | 2024-10-01T01:53:43.739Z | Checking nom v7.1.3 |
| 1830 | 2024-10-01T01:53:43.840Z | Checking phf v0.11.2 |
| 1831 | 2024-10-01T01:53:44.073Z | Checking indicatif v0.17.8 |
| 1832 | 2024-10-01T01:53:44.122Z | Checking whoami v1.5.2 |
| 1833 | 2024-10-01T01:53:44.222Z | Checking peg-runtime v0.8.3 |
| 1834 | 2024-10-01T01:53:44.415Z | Checking tokio-postgres v0.7.12 |
| 1835 | 2024-10-01T01:53:44.514Z | Checking camino v1.1.9 |
| 1836 | 2024-10-01T01:53:44.569Z | Compiling regress v0.10.1 |
| 1837 | 2024-10-01T01:53:44.612Z | Checking hyper v0.14.30 |
| 1838 | 2024-10-01T01:53:44.843Z | Compiling unsafe-libyaml v0.2.11 |
| 1839 | 2024-10-01T01:53:45.052Z | Checking is-terminal v0.4.12 |
| 1840 | 2024-10-01T01:53:45.186Z | Checking heck v0.5.0 |
| 1841 | 2024-10-01T01:53:45.361Z | Compiling ident_case v1.0.1 |
| 1842 | 2024-10-01T01:53:45.382Z | Compiling paste v1.0.15 |
| 1843 | 2024-10-01T01:53:45.548Z | Compiling darling_core v0.20.9 |
| 1844 | 2024-10-01T01:53:46.512Z | Compiling serde_yaml v0.9.34+deprecated |
| 1845 | 2024-10-01T01:53:47.283Z | Checking progenitor-client v0.8.0 |
| 1846 | 2024-10-01T01:53:47.482Z | Compiling rustls v0.22.4 |
| 1847 | 2024-10-01T01:53:47.624Z | Checking dirs-sys-next v0.1.2 |
| 1848 | 2024-10-01T01:53:47.806Z | Checking fastrand v2.1.0 |
| 1849 | 2024-10-01T01:53:47.836Z | Checking dirs-next v2.0.0 |
| 1850 | 2024-10-01T01:53:47.974Z | Checking toml v0.8.19 |
| 1851 | 2024-10-01T01:53:48.148Z | Compiling typify-impl v0.2.0 |
| 1852 | 2024-10-01T01:53:48.723Z | Checking crossbeam-channel v0.5.12 |
| 1853 | 2024-10-01T01:53:48.747Z | Checking thread_local v1.1.8 |
| 1854 | 2024-10-01T01:53:49.043Z | Checking term v0.7.0 |
| 1855 | 2024-10-01T01:53:49.468Z | Compiling multer v3.1.0 |
| 1856 | 2024-10-01T01:53:49.491Z | Checking take_mut v0.2.2 |
| 1857 | 2024-10-01T01:53:49.513Z | Checking slog-term v2.9.1 |
| 1858 | 2024-10-01T01:53:49.647Z | Checking slog-async v2.8.0 |
| 1859 | 2024-10-01T01:53:49.857Z | Compiling async-stream-impl v0.3.5 |
| 1860 | 2024-10-01T01:53:49.935Z | Checking match_cfg v0.1.0 |
| 1861 | 2024-10-01T01:53:50.022Z | Compiling dropshot v0.12.0 |
| 1862 | 2024-10-01T01:53:50.045Z | Checking hostname v0.3.1 |
| 1863 | 2024-10-01T01:53:50.189Z | Compiling dropshot_endpoint v0.12.0 |
| 1864 | 2024-10-01T01:53:50.668Z | Checking debug-ignore v1.0.5 |
| 1865 | 2024-10-01T01:53:50.758Z | Checking slog-json v2.6.1 |
| 1866 | 2024-10-01T01:53:50.808Z | Compiling structmeta-derive v0.3.0 |
| 1867 | 2024-10-01T01:53:51.019Z | Checking slog-bunyan v2.5.0 |
| 1868 | 2024-10-01T01:53:51.278Z | Checking async-stream v0.3.5 |
| 1869 | 2024-10-01T01:53:51.474Z | Checking ipnetwork v0.20.0 |
| 1870 | 2024-10-01T01:53:51.597Z | Checking serde_path_to_error v0.1.16 |
| 1871 | 2024-10-01T01:53:51.842Z | Checking waitgroup v0.1.2 |
| 1872 | 2024-10-01T01:53:51.984Z | Checking hostname v0.4.0 |
| 1873 | 2024-10-01T01:53:52.124Z | Checking strum v0.26.3 |
| 1874 | 2024-10-01T01:53:52.237Z | Checking tempfile v3.10.1 |
| 1875 | 2024-10-01T01:53:52.289Z | Checking instant v0.1.12 |
| 1876 | 2024-10-01T01:53:52.407Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1877 | 2024-10-01T01:53:52.500Z | Compiling darling_macro v0.20.9 |
| 1878 | 2024-10-01T01:53:52.598Z | Checking quick-error v1.2.3 |
| 1879 | 2024-10-01T01:53:52.654Z | Checking newtype-uuid v1.1.0 |
| 1880 | 2024-10-01T01:53:52.743Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1881 | 2024-10-01T01:53:52.903Z | Checking regress v0.9.1 |
| 1882 | 2024-10-01T01:53:53.162Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1883 | 2024-10-01T01:53:53.420Z | Compiling darling v0.20.9 |
| 1884 | 2024-10-01T01:53:53.494Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1885 | 2024-10-01T01:53:53.535Z | Checking macaddr v1.0.1 |
| 1886 | 2024-10-01T01:53:53.559Z | Compiling serde_with_macros v3.9.0 |
| 1887 | 2024-10-01T01:53:53.724Z | Compiling structmeta v0.3.0 |
| 1888 | 2024-10-01T01:53:53.788Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1889 | 2024-10-01T01:53:53.865Z | Checking backoff v0.4.0 |
| 1890 | 2024-10-01T01:53:53.983Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1891 | 2024-10-01T01:53:54.008Z | Checking tokio-rustls v0.25.0 |
| 1892 | 2024-10-01T01:53:54.140Z | Checking wait-timeout v0.2.0 |
| 1893 | 2024-10-01T01:53:54.161Z | Checking rand_xorshift v0.3.0 |
| 1894 | 2024-10-01T01:53:54.202Z | Compiling parse-display-derive v0.10.0 |
| 1895 | 2024-10-01T01:53:54.321Z | Checking rusty-fork v0.3.0 |
| 1896 | 2024-10-01T01:53:54.344Z | Compiling structmeta-derive v0.2.0 |
| 1897 | 2024-10-01T01:53:54.378Z | Checking unarray v0.1.4 |
| 1898 | 2024-10-01T01:53:54.537Z | Checking camino-tempfile v1.1.1 |
| 1899 | 2024-10-01T01:53:54.606Z | Checking proptest v1.5.0 |
| 1900 | 2024-10-01T01:53:54.807Z | Compiling proc-macro-error v1.0.4 |
| 1901 | 2024-10-01T01:53:55.488Z | Compiling proc-macro-crate v1.3.1 |
| 1902 | 2024-10-01T01:53:56.428Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1903 | 2024-10-01T01:53:56.546Z | Checking serde_with v3.9.0 |
| 1904 | 2024-10-01T01:53:56.582Z | Compiling num_enum_derive v0.5.11 |
| 1905 | 2024-10-01T01:53:56.815Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1906 | 2024-10-01T01:53:57.144Z | Compiling foreign-types-macros v0.2.3 |
| 1907 | 2024-10-01T01:53:57.262Z | Compiling structmeta v0.2.0 |
| 1908 | 2024-10-01T01:53:57.709Z | Compiling test-strategy v0.3.1 |
| 1909 | 2024-10-01T01:53:58.305Z | Checking foreign-types-shared v0.3.1 |
| 1910 | 2024-10-01T01:53:58.453Z | Checking foreign-types v0.5.0 |
| 1911 | 2024-10-01T01:53:58.585Z | Checking tabwriter v1.4.0 |
| 1912 | 2024-10-01T01:53:58.728Z | Checking cstr-argument v0.1.2 |
| 1913 | 2024-10-01T01:53:58.796Z | Checking parse-display v0.10.0 |
| 1914 | 2024-10-01T01:53:58.839Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1915 | 2024-10-01T01:53:58.902Z | Checking pretty-hex v0.2.1 |
| 1916 | 2024-10-01T01:53:59.050Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1917 | 2024-10-01T01:53:59.074Z | Checking colored v2.1.0 |
| 1918 | 2024-10-01T01:53:59.115Z | Checking num_enum v0.5.11 |
| 1919 | 2024-10-01T01:53:59.138Z | Checking smf v0.2.3 |
| 1920 | 2024-10-01T01:53:59.275Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1921 | 2024-10-01T01:53:59.361Z | Checking base64 v0.21.7 |
| 1922 | 2024-10-01T01:53:59.384Z | Checking termtree v0.4.1 |
| 1923 | 2024-10-01T01:53:59.559Z | Compiling heapless v0.8.0 |
| 1924 | 2024-10-01T01:53:59.583Z | Checking predicates-tree v1.0.9 |
| 1925 | 2024-10-01T01:53:59.603Z | Checking hash32 v0.3.1 |
| 1926 | 2024-10-01T01:53:59.691Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1927 | 2024-10-01T01:53:59.728Z | Compiling crucible-workspace-hack v0.1.0 |
| 1928 | 2024-10-01T01:53:59.789Z | Compiling smoltcp v0.11.0 |
| 1929 | 2024-10-01T01:53:59.828Z | Checking cobs v0.2.3 |
| 1930 | 2024-10-01T01:53:59.850Z | Checking embedded-io v0.4.0 |
| 1931 | 2024-10-01T01:53:59.876Z | Checking sigpipe v0.1.3 |
| 1932 | 2024-10-01T01:53:59.988Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1933 | 2024-10-01T01:54:00.030Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1934 | 2024-10-01T01:54:00.050Z | Checking postcard v1.0.8 |
| 1935 | 2024-10-01T01:54:00.166Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1936 | 2024-10-01T01:54:00.169Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1937 | 2024-10-01T01:54:00.345Z | Compiling mockall_derive v0.13.0 |
| 1938 | 2024-10-01T01:54:00.509Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1939 | 2024-10-01T01:54:00.564Z | Checking socket2 v0.4.10 |
| 1940 | 2024-10-01T01:54:00.665Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1941 | 2024-10-01T01:54:00.821Z | Compiling zone_cfg_derive v0.3.0 |
| 1942 | 2024-10-01T01:54:00.898Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 1943 | 2024-10-01T01:54:01.054Z | Compiling num-derive v0.4.2 |
| 1944 | 2024-10-01T01:54:01.237Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1945 | 2024-10-01T01:54:01.546Z | Checking downcast v0.11.0 |
| 1946 | 2024-10-01T01:54:01.667Z | Checking fragile v2.0.0 |
| 1947 | 2024-10-01T01:54:01.795Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 1948 | 2024-10-01T01:54:01.923Z | Checking utf-8 v0.7.6 |
| 1949 | 2024-10-01T01:54:02.030Z | Checking atomicwrites v0.4.4 |
| 1950 | 2024-10-01T01:54:02.125Z | Checking tungstenite v0.21.0 |
| 1951 | 2024-10-01T01:54:02.214Z | Checking newline-converter v0.3.0 |
| 1952 | 2024-10-01T01:54:02.242Z | Checking zone v0.3.0 |
| 1953 | 2024-10-01T01:54:02.362Z | Compiling convert_case v0.4.0 |
| 1954 | 2024-10-01T01:54:02.715Z | Checking expectorate v1.1.0 |
| 1955 | 2024-10-01T01:54:02.878Z | Checking same-file v1.0.6 |
| 1956 | 2024-10-01T01:54:02.993Z | Checking itertools v0.13.0 |
| 1957 | 2024-10-01T01:54:03.029Z | Checking tokio-tungstenite v0.21.0 |
| 1958 | 2024-10-01T01:54:03.049Z | Checking walkdir v2.5.0 |
| 1959 | 2024-10-01T01:54:03.296Z | Compiling derive_more v0.99.18 |
| 1960 | 2024-10-01T01:54:03.332Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 1961 | 2024-10-01T01:54:03.335Z | Checking arc-swap v1.7.1 |
| 1962 | 2024-10-01T01:54:03.499Z | Checking xattr v1.3.1 |
| 1963 | 2024-10-01T01:54:03.700Z | Checking filetime v0.2.25 |
| 1964 | 2024-10-01T01:54:03.773Z | Checking slog-scope v4.4.0 |
| 1965 | 2024-10-01T01:54:03.777Z | Compiling owo-colors v4.1.0 |
| 1966 | 2024-10-01T01:54:03.965Z | Checking tar v0.4.42 |
| 1967 | 2024-10-01T01:54:04.027Z | Checking slog-stdlog v4.1.1 |
| 1968 | 2024-10-01T01:54:04.094Z | Compiling cancel-safe-futures v0.1.5 |
| 1969 | 2024-10-01T01:54:04.201Z | Checking slog-envlogger v2.2.0 |
| 1970 | 2024-10-01T01:54:04.336Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1971 | 2024-10-01T01:54:04.416Z | Checking swrite v0.1.0 |
| 1972 | 2024-10-01T01:54:04.536Z | Compiling derive-where v1.2.7 |
| 1973 | 2024-10-01T01:54:05.227Z | Checking libsw v3.3.1 |
| 1974 | 2024-10-01T01:54:05.491Z | Checking indent_write v2.2.0 |
| 1975 | 2024-10-01T01:54:05.671Z | Checking linear-map v1.2.0 |
| 1976 | 2024-10-01T01:54:05.700Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1977 | 2024-10-01T01:54:05.750Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1978 | 2024-10-01T01:54:05.994Z | Checking password-hash v0.5.0 |
| 1979 | 2024-10-01T01:54:06.042Z | Checking blake2 v0.10.6 |
| 1980 | 2024-10-01T01:54:06.442Z | Checking num-rational v0.4.2 |
| 1981 | 2024-10-01T01:54:06.466Z | Compiling typify-macro v0.2.0 |
| 1982 | 2024-10-01T01:54:06.485Z | Checking num-complex v0.4.6 |
| 1983 | 2024-10-01T01:54:06.507Z | Checking argon2 v0.5.3 |
| 1984 | 2024-10-01T01:54:07.081Z | Checking float-ord v0.3.2 |
| 1985 | 2024-10-01T01:54:07.192Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1986 | 2024-10-01T01:54:07.232Z | Checking pem v3.0.4 |
| 1987 | 2024-10-01T01:54:07.412Z | Checking num v0.4.3 |
| 1988 | 2024-10-01T01:54:07.487Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1989 | 2024-10-01T01:54:07.509Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1990 | 2024-10-01T01:54:07.776Z | Checking humantime v2.1.0 |
| 1991 | 2024-10-01T01:54:08.013Z | Compiling lzma-sys v0.1.20 |
| 1992 | 2024-10-01T01:54:08.049Z | Checking headers-core v0.3.0 |
| 1993 | 2024-10-01T01:54:08.052Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1994 | 2024-10-01T01:54:08.202Z | Compiling heck v0.3.3 |
| 1995 | 2024-10-01T01:54:08.625Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 1996 | 2024-10-01T01:54:08.731Z | Checking mockall v0.13.0 |
| 1997 | 2024-10-01T01:54:08.937Z | Compiling zone_cfg_derive v0.1.2 |
| 1998 | 2024-10-01T01:54:08.956Z | Checking headers v0.4.0 |
| 1999 | 2024-10-01T01:54:08.984Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2000 | 2024-10-01T01:54:09.004Z | Checking yasna v0.5.2 |
| 2001 | 2024-10-01T01:54:09.229Z | Checking base64 v0.13.1 |
| 2002 | 2024-10-01T01:54:09.287Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2003 | 2024-10-01T01:54:09.644Z | Checking ron v0.7.1 |
| 2004 | 2024-10-01T01:54:09.773Z | Checking xz2 v0.1.7 |
| 2005 | 2024-10-01T01:54:09.893Z | Checking rcgen v0.12.1 |
| 2006 | 2024-10-01T01:54:10.080Z | Checking subprocess v0.2.9 |
| 2007 | 2024-10-01T01:54:10.483Z | Checking zone v0.1.8 |
| 2008 | 2024-10-01T01:54:10.515Z | Compiling semver v0.1.20 |
| 2009 | 2024-10-01T01:54:10.626Z | Checking half v2.4.1 |
| 2010 | 2024-10-01T01:54:10.757Z | Checking highway v1.2.0 |
| 2011 | 2024-10-01T01:54:10.794Z | Compiling typify v0.2.0 |
| 2012 | 2024-10-01T01:54:10.951Z | Compiling progenitor-impl v0.8.0 |
| 2013 | 2024-10-01T01:54:11.094Z | Compiling rustc_version v0.1.7 |
| 2014 | 2024-10-01T01:54:11.127Z | Checking ciborium-io v0.2.2 |
| 2015 | 2024-10-01T01:54:11.157Z | Compiling prettyplease v0.2.22 |
| 2016 | 2024-10-01T01:54:11.245Z | Checking ciborium-ll v0.2.2 |
| 2017 | 2024-10-01T01:54:11.437Z | Checking linked-hash-map v0.5.6 |
| 2018 | 2024-10-01T01:54:11.489Z | Checking resolv-conf v0.7.0 |
| 2019 | 2024-10-01T01:54:11.538Z | Checking ciborium v0.2.2 |
| 2020 | 2024-10-01T01:54:11.588Z | Compiling newtype_derive v0.1.6 |
| 2021 | 2024-10-01T01:54:11.758Z | Checking lru-cache v0.1.2 |
| 2022 | 2024-10-01T01:54:11.953Z | Checking hickory-resolver v0.24.1 |
| 2023 | 2024-10-01T01:54:12.082Z | Checking steno v0.4.1 |
| 2024 | 2024-10-01T01:54:12.444Z | Compiling home v0.5.9 |
| 2025 | 2024-10-01T01:54:13.245Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2026 | 2024-10-01T01:54:15.516Z | Compiling slog-dtrace v0.3.0 |
| 2027 | 2024-10-01T01:54:15.734Z | Checking display-error-chain v0.2.1 |
| 2028 | 2024-10-01T01:54:15.883Z | Compiling blake3 v1.5.1 |
| 2029 | 2024-10-01T01:54:16.177Z | Compiling ring v0.16.20 |
| 2030 | 2024-10-01T01:54:16.297Z | Checking keccak v0.1.5 |
| 2031 | 2024-10-01T01:54:16.627Z | Checking sha3 v0.10.8 |
| 2032 | 2024-10-01T01:54:16.700Z | Checking universal-hash v0.5.1 |
| 2033 | 2024-10-01T01:54:17.018Z | Checking secrecy v0.8.0 |
| 2034 | 2024-10-01T01:54:17.140Z | Checking opaque-debug v0.3.1 |
| 2035 | 2024-10-01T01:54:17.233Z | Checking aead v0.5.2 |
| 2036 | 2024-10-01T01:54:17.277Z | Checking poly1305 v0.8.0 |
| 2037 | 2024-10-01T01:54:17.468Z | Checking chacha20 v0.9.1 |
| 2038 | 2024-10-01T01:54:18.510Z | Checking gethostname v0.5.0 |
| 2039 | 2024-10-01T01:54:18.642Z | Compiling memmap2 v0.9.4 |
| 2040 | 2024-10-01T01:54:18.669Z | Compiling arrayvec v0.7.4 |
| 2041 | 2024-10-01T01:54:18.776Z | Compiling untrusted v0.7.1 |
| 2042 | 2024-10-01T01:54:18.970Z | Compiling progenitor-macro v0.8.0 |
| 2043 | 2024-10-01T01:54:18.992Z | Compiling arrayref v0.3.7 |
| 2044 | 2024-10-01T01:54:19.100Z | Compiling spin v0.5.2 |
| 2045 | 2024-10-01T01:54:19.121Z | Compiling constant_time_eq v0.3.0 |
| 2046 | 2024-10-01T01:54:19.141Z | Compiling toolchain_find v0.4.0 |
| 2047 | 2024-10-01T01:54:19.784Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2048 | 2024-10-01T01:54:19.816Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2049 | 2024-10-01T01:54:20.125Z | Compiling topological-sort v0.2.2 |
| 2050 | 2024-10-01T01:54:20.188Z | Compiling rustfmt-wrapper v0.2.1 |
| 2051 | 2024-10-01T01:54:20.350Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2052 | 2024-10-01T01:54:20.710Z | Checking chacha20poly1305 v0.10.1 |
| 2053 | 2024-10-01T01:54:20.734Z | Checking nibble_vec v0.1.0 |
| 2054 | 2024-10-01T01:54:20.807Z | Checking endian-type v0.1.2 |
| 2055 | 2024-10-01T01:54:20.888Z | Checking fxhash v0.2.1 |
| 2056 | 2024-10-01T01:54:20.919Z | Checking termcolor v1.4.1 |
| 2057 | 2024-10-01T01:54:21.014Z | Checking radix_trie v0.2.1 |
| 2058 | 2024-10-01T01:54:21.062Z | Checking maplit v1.0.2 |
| 2059 | 2024-10-01T01:54:21.181Z | Compiling radium v0.7.0 |
| 2060 | 2024-10-01T01:54:21.324Z | Checking tap v1.0.1 |
| 2061 | 2024-10-01T01:54:21.419Z | Compiling maybe-uninit v2.0.0 |
| 2062 | 2024-10-01T01:54:21.494Z | Checking wyz v0.5.1 |
| 2063 | 2024-10-01T01:54:21.881Z | Compiling omicron-zone-package v0.11.1 |
| 2064 | 2024-10-01T01:54:22.021Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2065 | 2024-10-01T01:54:22.064Z | Checking crc-catalog v2.4.0 |
| 2066 | 2024-10-01T01:54:22.209Z | Checking funty v2.0.0 |
| 2067 | 2024-10-01T01:54:22.533Z | Compiling packed_struct v0.10.1 |
| 2068 | 2024-10-01T01:54:22.932Z | Checking thiserror-no-std v2.0.2 |
| 2069 | 2024-10-01T01:54:23.029Z | Checking vsss-rs v3.3.4 |
| 2070 | 2024-10-01T01:54:23.050Z | Checking crc v3.2.1 |
| 2071 | 2024-10-01T01:54:23.094Z | Checking bitvec v1.0.1 |
| 2072 | 2024-10-01T01:54:23.508Z | Checking kstat-rs v0.2.4 |
| 2073 | 2024-10-01T01:54:23.534Z | Compiling packed_struct_codegen v0.10.1 |
| 2074 | 2024-10-01T01:54:23.825Z | Compiling indexmap v1.9.3 |
| 2075 | 2024-10-01T01:54:24.154Z | Checking nodrop v0.1.14 |
| 2076 | 2024-10-01T01:54:24.273Z | Compiling libefi-sys v0.1.0 |
| 2077 | 2024-10-01T01:54:24.460Z | Checking array-init v0.0.4 |
| 2078 | 2024-10-01T01:54:24.624Z | Checking smallvec v0.6.14 |
| 2079 | 2024-10-01T01:54:25.032Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2080 | 2024-10-01T01:54:25.449Z | Compiling async-recursion v1.1.1 |
| 2081 | 2024-10-01T01:54:25.468Z | Compiling bitfield-struct v0.6.1 |
| 2082 | 2024-10-01T01:54:26.298Z | Checking hashbrown v0.12.3 |
| 2083 | 2024-10-01T01:54:26.388Z | Checking bitfield v0.14.0 |
| 2084 | 2024-10-01T01:54:26.445Z | Checking serde-hex v0.1.0 |
| 2085 | 2024-10-01T01:54:26.839Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2086 | 2024-10-01T01:54:27.072Z | Checking bzip2 v0.4.4 |
| 2087 | 2024-10-01T01:54:27.305Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2088 | 2024-10-01T01:54:27.359Z | Checking env_logger v0.10.2 |
| 2089 | 2024-10-01T01:54:27.416Z | Checking ron v0.8.1 |
| 2090 | 2024-10-01T01:54:27.540Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2091 | 2024-10-01T01:54:27.772Z | Checking hashbrown v0.13.2 |
| 2092 | 2024-10-01T01:54:27.843Z | Checking crc-any v2.5.0 |
| 2093 | 2024-10-01T01:54:28.010Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2094 | 2024-10-01T01:54:28.136Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2095 | 2024-10-01T01:54:28.245Z | Checking zip v0.6.6 |
| 2096 | 2024-10-01T01:54:28.457Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2097 | 2024-10-01T01:54:28.594Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2098 | 2024-10-01T01:54:28.684Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2099 | 2024-10-01T01:54:28.703Z | Checking path-slash v0.1.5 |
| 2100 | 2024-10-01T01:54:28.831Z | Checking object v0.30.4 |
| 2101 | 2024-10-01T01:54:28.867Z | Compiling parking_lot_core v0.8.6 |
| 2102 | 2024-10-01T01:54:28.943Z | Checking glob v0.3.1 |
| 2103 | 2024-10-01T01:54:28.968Z | Checking hickory-client v0.24.1 |
| 2104 | 2024-10-01T01:54:29.256Z | Checking hickory-server v0.24.1 |
| 2105 | 2024-10-01T01:54:29.401Z | Checking crossterm v0.28.1 |
| 2106 | 2024-10-01T01:54:29.565Z | Checking tungstenite v0.23.0 |
| 2107 | 2024-10-01T01:54:29.590Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2108 | 2024-10-01T01:54:29.752Z | Checking parking_lot v0.11.2 |
| 2109 | 2024-10-01T01:54:30.078Z | Checking sled v0.34.7 |
| 2110 | 2024-10-01T01:54:30.332Z | Checking primeorder v0.13.6 |
| 2111 | 2024-10-01T01:54:30.493Z | Checking tokio-tungstenite v0.23.1 |
| 2112 | 2024-10-01T01:54:30.682Z | Compiling unicase v2.7.0 |
| 2113 | 2024-10-01T01:54:30.947Z | Compiling buf-list v1.0.3 |
| 2114 | 2024-10-01T01:54:31.190Z | Checking nanorand v0.7.0 |
| 2115 | 2024-10-01T01:54:31.716Z | Checking flume v0.11.0 |
| 2116 | 2024-10-01T01:54:31.807Z | Checking atty v0.2.14 |
| 2117 | 2024-10-01T01:54:31.916Z | Compiling vte_generate_state_changes v0.1.1 |
| 2118 | 2024-10-01T01:54:31.938Z | Compiling salty v0.3.0 |
| 2119 | 2024-10-01T01:54:32.197Z | Checking p384 v0.13.0 |
| 2120 | 2024-10-01T01:54:32.395Z | Checking fd-lock v4.0.2 |
| 2121 | 2024-10-01T01:54:32.437Z | Compiling mime_guess v2.0.4 |
| 2122 | 2024-10-01T01:54:32.574Z | Checking vte v0.11.1 |
| 2123 | 2024-10-01T01:54:32.760Z | Checking crossterm v0.27.0 |
| 2124 | 2024-10-01T01:54:33.142Z | Checking env_filter v0.1.2 |
| 2125 | 2024-10-01T01:54:33.280Z | Checking nu-ansi-term v0.50.0 |
| 2126 | 2024-10-01T01:54:33.384Z | Checking env_logger v0.11.5 |
| 2127 | 2024-10-01T01:54:33.667Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2128 | 2024-10-01T01:54:33.787Z | Compiling dsl_auto_type v0.1.2 |
| 2129 | 2024-10-01T01:54:33.942Z | Checking strip-ansi-escapes v0.2.0 |
| 2130 | 2024-10-01T01:54:34.017Z | Checking scheduled-thread-pool v0.2.7 |
| 2131 | 2024-10-01T01:54:34.108Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2132 | 2024-10-01T01:54:34.241Z | Compiling crunchy v0.2.2 |
| 2133 | 2024-10-01T01:54:34.283Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2134 | 2024-10-01T01:54:34.483Z | Checking reedline v0.33.0 |
| 2135 | 2024-10-01T01:54:34.539Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2136 | 2024-10-01T01:54:34.606Z | Checking r2d2 v0.8.10 |
| 2137 | 2024-10-01T01:54:34.836Z | Compiling clang-sys v1.7.0 |
| 2138 | 2024-10-01T01:54:34.897Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2139 | 2024-10-01T01:54:34.931Z | Compiling tiny-keccak v2.0.2 |
| 2140 | 2024-10-01T01:54:35.161Z | Checking http-range v0.1.5 |
| 2141 | 2024-10-01T01:54:35.398Z | Checking hyper-staticfile v0.10.1 |
| 2142 | 2024-10-01T01:54:35.417Z | Compiling diesel_derives v2.2.2 |
| 2143 | 2024-10-01T01:54:35.462Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2144 | 2024-10-01T01:54:35.557Z | Compiling ref-cast v1.0.23 |
| 2145 | 2024-10-01T01:54:35.722Z | Checking bytecount v0.6.8 |
| 2146 | 2024-10-01T01:54:35.876Z | Checking papergrid v0.11.0 |
| 2147 | 2024-10-01T01:54:35.936Z | Compiling ascii-canvas v3.0.0 |
| 2148 | 2024-10-01T01:54:36.173Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2149 | 2024-10-01T01:54:36.448Z | Compiling tabled_derive v0.7.0 |
| 2150 | 2024-10-01T01:54:36.478Z | Compiling ena v0.14.3 |
| 2151 | 2024-10-01T01:54:36.612Z | Compiling ref-cast-impl v1.0.23 |
| 2152 | 2024-10-01T01:54:36.844Z | Compiling libloading v0.8.3 |
| 2153 | 2024-10-01T01:54:36.964Z | Checking progenitor v0.8.0 |
| 2154 | 2024-10-01T01:54:37.199Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
| 2155 | 2024-10-01T01:54:37.243Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2156 | 2024-10-01T01:54:37.331Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2157 | 2024-10-01T01:54:37.351Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2158 | 2024-10-01T01:54:38.561Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2159 | 2024-10-01T01:54:38.965Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
| 2160 | 2024-10-01T01:54:40.049Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2161 | 2024-10-01T01:54:40.544Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2162 | 2024-10-01T01:54:41.529Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2163 | 2024-10-01T01:54:41.570Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
| 2164 | 2024-10-01T01:54:41.999Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2165 | 2024-10-01T01:54:42.591Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2166 | 2024-10-01T01:54:42.702Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2167 | 2024-10-01T01:54:43.927Z | Compiling regex-syntax v0.6.29 |
| 2168 | 2024-10-01T01:54:44.048Z | Compiling diff v0.1.13 |
| 2169 | 2024-10-01T01:54:44.731Z | Compiling bindgen v0.69.4 |
| 2170 | 2024-10-01T01:54:45.536Z | Compiling cfg_aliases v0.1.1 |
| 2171 | 2024-10-01T01:54:45.648Z | Compiling nix v0.28.0 |
| 2172 | 2024-10-01T01:54:45.942Z | Checking tabled v0.15.0 |
| 2173 | 2024-10-01T01:54:46.796Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2174 | 2024-10-01T01:54:47.847Z | Checking diesel v2.2.4 |
| 2175 | 2024-10-01T01:54:48.913Z | Compiling lalrpop v0.19.12 |
| 2176 | 2024-10-01T01:54:49.875Z | Compiling which v4.4.2 |
| 2177 | 2024-10-01T01:54:50.481Z | Compiling cexpr v0.6.0 |
| 2178 | 2024-10-01T01:54:50.823Z | Compiling lazycell v1.3.0 |
| 2179 | 2024-10-01T01:54:50.994Z | Compiling shlex v1.3.0 |
| 2180 | 2024-10-01T01:54:51.455Z | Compiling rustc-hash v1.1.0 |
| 2181 | 2024-10-01T01:54:52.275Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2182 | 2024-10-01T01:54:52.842Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2183 | 2024-10-01T01:54:53.158Z | Compiling derive_builder_core v0.20.0 |
| 2184 | 2024-10-01T01:54:55.718Z | Checking signal-hook-tokio v0.3.1 |
| 2185 | 2024-10-01T01:54:55.899Z | Compiling libxml v0.3.3 |
| 2186 | 2024-10-01T01:54:56.308Z | Compiling derive_builder_macro v0.20.0 |
| 2187 | 2024-10-01T01:54:58.797Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2188 | 2024-10-01T01:54:59.737Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2189 | 2024-10-01T01:55:02.621Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2190 | 2024-10-01T01:55:04.714Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2191 | 2024-10-01T01:55:05.041Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2192 | 2024-10-01T01:55:06.805Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2193 | 2024-10-01T01:55:07.672Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2194 | 2024-10-01T01:55:08.317Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2195 | 2024-10-01T01:55:08.737Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2196 | 2024-10-01T01:55:09.068Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2197 | 2024-10-01T01:55:09.452Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2198 | 2024-10-01T01:55:09.547Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2199 | 2024-10-01T01:55:09.645Z | Compiling peg-macros v0.8.4 |
| 2200 | 2024-10-01T01:55:09.916Z | Compiling strum_macros v0.24.3 |
| 2201 | 2024-10-01T01:55:13.583Z | Compiling pin-project-internal v1.1.5 |
| 2202 | 2024-10-01T01:55:14.060Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2203 | 2024-10-01T01:55:14.625Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2204 | 2024-10-01T01:55:15.293Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2205 | 2024-10-01T01:55:15.492Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2206 | 2024-10-01T01:55:16.630Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2207 | 2024-10-01T01:55:16.874Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2208 | 2024-10-01T01:55:17.697Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2209 | 2024-10-01T01:55:18.213Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2210 | 2024-10-01T01:55:18.501Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2211 | 2024-10-01T01:55:19.635Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2212 | 2024-10-01T01:55:20.965Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2213 | 2024-10-01T01:55:21.781Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2214 | 2024-10-01T01:55:22.639Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2215 | 2024-10-01T01:55:23.070Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2216 | 2024-10-01T01:55:23.667Z | Compiling sqlparser_derive v0.2.2 |
| 2217 | 2024-10-01T01:55:24.555Z | Compiling memoffset v0.9.1 |
| 2218 | 2024-10-01T01:55:24.890Z | Compiling indoc v1.0.9 |
| 2219 | 2024-10-01T01:55:24.910Z | Checking unicode_categories v0.1.1 |
| 2220 | 2024-10-01T01:55:25.208Z | Checking sqlparser v0.45.0 |
| 2221 | 2024-10-01T01:55:25.229Z | Checking sqlformat v0.2.6 |
| 2222 | 2024-10-01T01:55:25.290Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2223 | 2024-10-01T01:55:25.834Z | Checking pin-project v1.1.5 |
| 2224 | 2024-10-01T01:55:25.971Z | Checking peg v0.8.4 |
| 2225 | 2024-10-01T01:55:26.087Z | Checking rustyline v14.0.0 |
| 2226 | 2024-10-01T01:55:26.643Z | Checking derive_builder v0.20.0 |
| 2227 | 2024-10-01T01:55:27.752Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2228 | 2024-10-01T01:55:28.068Z | Checking bcs v0.1.6 |
| 2229 | 2024-10-01T01:55:28.529Z | Checking quick-xml v0.33.0 |
| 2230 | 2024-10-01T01:55:28.614Z | Compiling oso-derive v0.27.3 |
| 2231 | 2024-10-01T01:55:29.624Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2232 | 2024-10-01T01:55:29.693Z | Compiling dropshot v0.10.1 |
| 2233 | 2024-10-01T01:55:30.239Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2234 | 2024-10-01T01:55:30.480Z | Compiling snafu-derive v0.8.2 |
| 2235 | 2024-10-01T01:55:30.640Z | Compiling dropshot_endpoint v0.10.1 |
| 2236 | 2024-10-01T01:55:32.079Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2237 | 2024-10-01T01:55:32.398Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2238 | 2024-10-01T01:55:32.720Z | Checking sync_wrapper v0.1.2 |
| 2239 | 2024-10-01T01:55:32.857Z | Checking reqwest v0.11.27 |
| 2240 | 2024-10-01T01:55:34.111Z | Checking nix v0.27.1 |
| 2241 | 2024-10-01T01:55:34.469Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2242 | 2024-10-01T01:55:35.406Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2243 | 2024-10-01T01:55:35.665Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2244 | 2024-10-01T01:55:35.961Z | Checking globset v0.4.14 |
| 2245 | 2024-10-01T01:55:36.127Z | Checking snafu v0.8.2 |
| 2246 | 2024-10-01T01:55:36.456Z | Checking bb8 v0.8.5 |
| 2247 | 2024-10-01T01:55:36.567Z | Checking olpc-cjson v0.1.3 |
| 2248 | 2024-10-01T01:55:36.603Z | Checking serde_plain v1.0.2 |
| 2249 | 2024-10-01T01:55:36.795Z | Compiling const_format_proc_macros v0.2.33 |
| 2250 | 2024-10-01T01:55:36.857Z | Checking typed-path v0.7.1 |
| 2251 | 2024-10-01T01:55:36.927Z | Checking async-bb8-diesel v0.2.1 |
| 2252 | 2024-10-01T01:55:37.645Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
| 2253 | 2024-10-01T01:55:38.695Z | Checking tough v0.17.1 |
| 2254 | 2024-10-01T01:55:38.997Z | Checking const_format v0.2.33 |
| 2255 | 2024-10-01T01:55:39.828Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2256 | 2024-10-01T01:55:39.887Z | Checking parse-size v1.0.0 |
| 2257 | 2024-10-01T01:55:40.078Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2258 | 2024-10-01T01:55:40.152Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2259 | 2024-10-01T01:55:40.881Z | Checking assert_matches v1.5.0 |
| 2260 | 2024-10-01T01:55:40.987Z | Checking heck v0.4.1 |
| 2261 | 2024-10-01T01:55:41.199Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2262 | 2024-10-01T01:55:41.315Z | Checking rand_seeder v0.3.0 |
| 2263 | 2024-10-01T01:55:41.557Z | Compiling libz-sys v1.1.16 |
| 2264 | 2024-10-01T01:55:41.578Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2265 | 2024-10-01T01:55:41.622Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2266 | 2024-10-01T01:55:42.946Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2267 | 2024-10-01T01:55:43.366Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2268 | 2024-10-01T01:55:43.676Z | Checking is_ci v1.2.0 |
| 2269 | 2024-10-01T01:55:43.826Z | Checking supports-color v3.0.1 |
| 2270 | 2024-10-01T01:55:44.035Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2271 | 2024-10-01T01:55:44.277Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2272 | 2024-10-01T01:55:45.273Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2273 | 2024-10-01T01:55:45.439Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2274 | 2024-10-01T01:55:45.842Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2275 | 2024-10-01T01:55:46.551Z | Compiling vergen v8.3.2 |
| 2276 | 2024-10-01T01:55:46.859Z | Compiling cargo-platform v0.1.8 |
| 2277 | 2024-10-01T01:55:47.169Z | Checking unicode-linebreak v0.1.5 |
| 2278 | 2024-10-01T01:55:47.309Z | Checking smawk v0.3.2 |
| 2279 | 2024-10-01T01:55:47.432Z | Compiling cargo_metadata v0.18.1 |
| 2280 | 2024-10-01T01:55:47.525Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2281 | 2024-10-01T01:55:47.588Z | Checking textwrap v0.16.1 |
| 2282 | 2024-10-01T01:55:47.964Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2283 | 2024-10-01T01:55:49.613Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2284 | 2024-10-01T01:55:49.748Z | Checking castaway v0.2.3 |
| 2285 | 2024-10-01T01:55:49.895Z | Compiling libsqlite3-sys v0.30.1 |
| 2286 | 2024-10-01T01:55:49.917Z | Compiling cfg_aliases v0.2.1 |
| 2287 | 2024-10-01T01:55:50.039Z | Compiling rustls v0.21.12 |
| 2288 | 2024-10-01T01:55:50.349Z | Compiling nix v0.29.0 |
| 2289 | 2024-10-01T01:55:50.467Z | Checking compact_str v0.8.0 |
| 2290 | 2024-10-01T01:55:51.028Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2291 | 2024-10-01T01:55:51.250Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2292 | 2024-10-01T01:55:51.286Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2293 | 2024-10-01T01:55:51.545Z | Checking unicode-truncate v1.0.0 |
| 2294 | 2024-10-01T01:55:51.592Z | Checking sct v0.7.1 |
| 2295 | 2024-10-01T01:55:51.783Z | Checking rustls-webpki v0.101.7 |
| 2296 | 2024-10-01T01:55:52.067Z | Checking lru v0.12.3 |
| 2297 | 2024-10-01T01:55:52.372Z | Compiling instability v0.3.2 |
| 2298 | 2024-10-01T01:55:52.499Z | Checking cassowary v0.3.0 |
| 2299 | 2024-10-01T01:55:53.343Z | Checking ratatui v0.28.0 |
| 2300 | 2024-10-01T01:55:54.182Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2301 | 2024-10-01T01:55:54.616Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2302 | 2024-10-01T01:55:55.381Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2303 | 2024-10-01T01:55:55.384Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2304 | 2024-10-01T01:55:56.018Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2305 | 2024-10-01T01:55:56.759Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2306 | 2024-10-01T01:55:57.918Z | Checking concurrent-queue v2.5.0 |
| 2307 | 2024-10-01T01:55:57.977Z | Checking hashlink v0.9.1 |
| 2308 | 2024-10-01T01:55:58.237Z | Checking fallible-iterator v0.3.0 |
| 2309 | 2024-10-01T01:55:58.590Z | Checking parking v2.2.1 |
| 2310 | 2024-10-01T01:55:58.768Z | Checking plotters-backend v0.3.5 |
| 2311 | 2024-10-01T01:55:58.899Z | Checking fallible-streaming-iterator v0.1.9 |
| 2312 | 2024-10-01T01:55:59.138Z | Checking rusqlite v0.32.1 |
| 2313 | 2024-10-01T01:55:59.141Z | Checking plotters-svg v0.3.5 |
| 2314 | 2024-10-01T01:55:59.894Z | Checking tokio-rustls v0.24.1 |
| 2315 | 2024-10-01T01:56:00.274Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2316 | 2024-10-01T01:56:00.574Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2317 | 2024-10-01T01:56:00.595Z | Checking rustls-pemfile v1.0.4 |
| 2318 | 2024-10-01T01:56:00.793Z | Checking twox-hash v1.6.3 |
| 2319 | 2024-10-01T01:56:00.813Z | Checking cast v0.3.0 |
| 2320 | 2024-10-01T01:56:01.054Z | Checking criterion-plot v0.5.0 |
| 2321 | 2024-10-01T01:56:01.283Z | Checking plotters v0.3.5 |
| 2322 | 2024-10-01T01:56:01.551Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2323 | 2024-10-01T01:56:01.632Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2324 | 2024-10-01T01:56:02.999Z | Checking fatfs v0.3.6 |
| 2325 | 2024-10-01T01:56:03.194Z | Checking tinytemplate v1.2.1 |
| 2326 | 2024-10-01T01:56:03.609Z | Checking csv-core v0.1.11 |
| 2327 | 2024-10-01T01:56:03.944Z | Checking anes v0.1.6 |
| 2328 | 2024-10-01T01:56:03.980Z | Checking shell-words v1.1.0 |
| 2329 | 2024-10-01T01:56:04.174Z | Checking oorandom v11.1.3 |
| 2330 | 2024-10-01T01:56:04.287Z | Checking csv v1.3.0 |
| 2331 | 2024-10-01T01:56:04.339Z | Checking criterion v0.5.1 |
| 2332 | 2024-10-01T01:56:05.140Z | Checking event-listener v5.3.1 |
| 2333 | 2024-10-01T01:56:05.548Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2334 | 2024-10-01T01:56:07.023Z | Checking rtoolbox v0.0.2 |
| 2335 | 2024-10-01T01:56:07.224Z | Checking rpassword v7.3.1 |
| 2336 | 2024-10-01T01:56:07.384Z | Checking event-listener-strategy v0.5.2 |
| 2337 | 2024-10-01T01:56:07.602Z | Checking tui-tree-widget v0.22.0 |
| 2338 | 2024-10-01T01:56:07.945Z | Checking polyval v0.6.2 |
| 2339 | 2024-10-01T01:56:08.214Z | Checking ghash v0.5.1 |
| 2340 | 2024-10-01T01:56:08.363Z | Checking futures-lite v2.3.0 |
| 2341 | 2024-10-01T01:56:09.786Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2342 | 2024-10-01T01:56:10.890Z | Checking ctr v0.9.2 |
| 2343 | 2024-10-01T01:56:11.358Z | Checking yansi v1.0.1 |
| 2344 | 2024-10-01T01:56:11.887Z | Checking pretty_assertions v1.4.1 |
| 2345 | 2024-10-01T01:56:12.010Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2346 | 2024-10-01T01:56:12.092Z | Checking aes-gcm v0.10.3 |
| 2347 | 2024-10-01T01:56:12.336Z | Checking ssh-encoding v0.2.0 |
| 2348 | 2024-10-01T01:56:12.678Z | Checking blowfish v0.9.1 |
| 2349 | 2024-10-01T01:56:12.930Z | Checking bcrypt-pbkdf v0.10.0 |
| 2350 | 2024-10-01T01:56:13.141Z | Checking ssh-cipher v0.2.0 |
| 2351 | 2024-10-01T01:56:13.411Z | Checking async-lock v3.4.0 |
| 2352 | 2024-10-01T01:56:14.305Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2353 | 2024-10-01T01:56:15.900Z | Checking polling v3.7.3 |
| 2354 | 2024-10-01T01:56:16.298Z | Checking password-hash v0.4.2 |
| 2355 | 2024-10-01T01:56:16.715Z | Checking matches v0.1.10 |
| 2356 | 2024-10-01T01:56:16.816Z | Checking hex-literal v0.4.1 |
| 2357 | 2024-10-01T01:56:16.916Z | Checking idna v0.2.3 |
| 2358 | 2024-10-01T01:56:17.770Z | Checking pbkdf2 v0.11.0 |
| 2359 | 2024-10-01T01:56:18.061Z | Checking async-io v2.3.4 |
| 2360 | 2024-10-01T01:56:18.956Z | Checking ssh-key v0.6.6 |
| 2361 | 2024-10-01T01:56:19.112Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2362 | 2024-10-01T01:56:19.974Z | Checking p256 v0.13.2 |
| 2363 | 2024-10-01T01:56:20.437Z | Checking p521 v0.13.3 |
| 2364 | 2024-10-01T01:56:20.559Z | Checking russh-cryptovec v0.7.2 |
| 2365 | 2024-10-01T01:56:20.776Z | Compiling enum-as-inner v0.5.1 |
| 2366 | 2024-10-01T01:56:21.778Z | Checking async-task v4.7.1 |
| 2367 | 2024-10-01T01:56:21.806Z | Compiling target-lexicon v0.12.16 |
| 2368 | 2024-10-01T01:56:21.825Z | Checking md5 v0.7.0 |
| 2369 | 2024-10-01T01:56:22.109Z | Compiling doc-comment v0.3.3 |
| 2370 | 2024-10-01T01:56:22.131Z | Checking russh-keys v0.45.0 |
| 2371 | 2024-10-01T01:56:22.870Z | Checking trust-dns-proto v0.22.0 |
| 2372 | 2024-10-01T01:56:22.900Z | Checking async-channel v2.3.1 |
| 2373 | 2024-10-01T01:56:23.215Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2374 | 2024-10-01T01:56:23.497Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2375 | 2024-10-01T01:56:24.229Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2376 | 2024-10-01T01:56:24.790Z | Checking piper v0.2.4 |
| 2377 | 2024-10-01T01:56:24.986Z | Checking num-bigint v0.4.5 |
| 2378 | 2024-10-01T01:56:25.024Z | Checking des v0.8.1 |
| 2379 | 2024-10-01T01:56:25.229Z | Compiling samael v0.0.17 |
| 2380 | 2024-10-01T01:56:25.303Z | Compiling assert_cmd v2.0.16 |
| 2381 | 2024-10-01T01:56:25.717Z | Compiling guppy-workspace-hack v0.1.0 |
| 2382 | 2024-10-01T01:56:26.017Z | Checking futures-timer v3.0.3 |
| 2383 | 2024-10-01T01:56:26.324Z | Compiling dhcproto-macros v0.1.0 |
| 2384 | 2024-10-01T01:56:26.688Z | Checking blocking v1.6.1 |
| 2385 | 2024-10-01T01:56:27.297Z | Checking dhcproto v0.12.0 |
| 2386 | 2024-10-01T01:56:27.412Z | Checking russh v0.45.0 |
| 2387 | 2024-10-01T01:56:27.515Z | Checking async-executor v1.13.1 |
| 2388 | 2024-10-01T01:56:27.857Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2389 | 2024-10-01T01:56:28.439Z | Checking async-signal v0.2.10 |
| 2390 | 2024-10-01T01:56:28.721Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2391 | 2024-10-01T01:56:29.064Z | Compiling target-spec v3.2.1 |
| 2392 | 2024-10-01T01:56:29.560Z | Checking internet-checksum v0.2.1 |
| 2393 | 2024-10-01T01:56:29.647Z | Checking event-listener v2.5.3 |
| 2394 | 2024-10-01T01:56:29.872Z | Checking async-channel v1.9.0 |
| 2395 | 2024-10-01T01:56:30.711Z | Checking async-process v2.2.4 |
| 2396 | 2024-10-01T01:56:31.122Z | Checking async-global-executor v2.4.1 |
| 2397 | 2024-10-01T01:56:31.407Z | Checking cfg-expr v0.16.0 |
| 2398 | 2024-10-01T01:56:31.692Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2399 | 2024-10-01T01:56:31.904Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2400 | 2024-10-01T01:56:32.134Z | Checking httptest v0.16.1 |
| 2401 | 2024-10-01T01:56:32.615Z | Checking rustls-native-certs v0.7.0 |
| 2402 | 2024-10-01T01:56:32.769Z | Checking num_cpus v1.16.0 |
| 2403 | 2024-10-01T01:56:32.825Z | Checking kv-log-macro v1.0.7 |
| 2404 | 2024-10-01T01:56:32.903Z | Compiling async-attributes v1.1.2 |
| 2405 | 2024-10-01T01:56:33.801Z | Checking async-std v1.13.0 |
| 2406 | 2024-10-01T01:56:34.953Z | Checking threadpool v1.8.1 |
| 2407 | 2024-10-01T01:56:35.183Z | Checking hyper-rustls v0.26.0 |
| 2408 | 2024-10-01T01:56:35.875Z | Checking pathdiff v0.2.1 |
| 2409 | 2024-10-01T01:56:36.041Z | Compiling toml_edit v0.21.1 |
| 2410 | 2024-10-01T01:56:36.067Z | Checking escape8259 v0.5.2 |
| 2411 | 2024-10-01T01:56:36.189Z | Compiling rstest_macros v0.22.0 |
| 2412 | 2024-10-01T01:56:36.229Z | Checking nested v0.1.1 |
| 2413 | 2024-10-01T01:56:36.435Z | Checking guppy v0.17.7 |
| 2414 | 2024-10-01T01:56:36.832Z | Checking libtest-mimic v0.7.3 |
| 2415 | 2024-10-01T01:56:37.283Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2416 | 2024-10-01T01:56:37.537Z | Compiling git2 v0.19.0 |
| 2417 | 2024-10-01T01:56:37.591Z | Checking async-object-pool v0.1.5 |
| 2418 | 2024-10-01T01:56:37.779Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2419 | 2024-10-01T01:56:38.109Z | Checking similar-asserts v1.5.0 |
| 2420 | 2024-10-01T01:56:38.358Z | Checking fancy-regex v0.13.0 |
| 2421 | 2024-10-01T01:56:38.513Z | Compiling proc-macro-crate v3.1.0 |
| 2422 | 2024-10-01T01:56:39.156Z | Checking serde_regex v1.1.0 |
| 2423 | 2024-10-01T01:56:39.431Z | Checking assert-json-diff v2.0.2 |
| 2424 | 2024-10-01T01:56:39.726Z | Checking path-tree v0.8.1 |
| 2425 | 2024-10-01T01:56:40.054Z | Checking stringmetrics v2.2.2 |
| 2426 | 2024-10-01T01:56:40.076Z | Compiling trybuild v1.0.99 |
| 2427 | 2024-10-01T01:56:40.310Z | Compiling relative-path v1.9.3 |
| 2428 | 2024-10-01T01:56:40.435Z | Checking httpmock v0.8.0-alpha.1 |
| 2429 | 2024-10-01T01:56:40.627Z | Checking datatest-stable v0.2.9 |
| 2430 | 2024-10-01T01:56:40.950Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2431 | 2024-10-01T01:56:41.050Z | Checking blake2b_simd v1.0.2 |
| 2432 | 2024-10-01T01:56:41.921Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2433 | 2024-10-01T01:56:42.389Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2434 | 2024-10-01T01:56:42.702Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2435 | 2024-10-01T01:56:45.017Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2436 | 2024-10-01T01:56:45.331Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2437 | 2024-10-01T01:56:45.649Z | Checking serde_tokenstream v0.2.2 |
| 2438 | 2024-10-01T01:56:45.835Z | Checking uzers v0.11.3 |
| 2439 | 2024-10-01T01:56:46.173Z | Checking rust-argon2 v2.1.0 |
| 2440 | 2024-10-01T01:56:46.582Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2441 | 2024-10-01T01:56:47.282Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2442 | 2024-10-01T01:56:47.594Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2443 | 2024-10-01T01:56:48.545Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2444 | 2024-10-01T01:56:48.872Z | Checking rand_distr v0.4.3 |
| 2445 | 2024-10-01T01:56:49.493Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2446 | 2024-10-01T01:56:49.642Z | Checking multimap v0.10.0 |
| 2447 | 2024-10-01T01:56:49.962Z | Checking approx v0.5.1 |
| 2448 | 2024-10-01T01:56:50.226Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2449 | 2024-10-01T01:56:50.959Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2450 | 2024-10-01T01:56:51.774Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2451 | 2024-10-01T01:56:51.994Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2452 | 2024-10-01T01:56:53.036Z | Checking partial-io v0.5.4 |
| 2453 | 2024-10-01T01:56:53.259Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2454 | 2024-10-01T01:56:53.410Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2455 | 2024-10-01T01:56:53.542Z | Checking cargo_toml v0.20.5 |
| 2456 | 2024-10-01T01:56:53.563Z | Checking termios v0.3.3 |
| 2457 | 2024-10-01T01:56:53.586Z | Checking rstest v0.22.0 |
| 2458 | 2024-10-01T01:56:53.771Z | Compiling indoc v2.0.5 |
| 2459 | 2024-10-01T01:56:53.823Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2460 | 2024-10-01T01:56:55.596Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2461 | 2024-10-01T01:56:57.626Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2462 | 2024-10-01T01:57:08.074Z | Compiling polar-core v0.27.3 |
| 2463 | 2024-10-01T01:57:10.451Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2464 | 2024-10-01T01:57:16.547Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2465 | 2024-10-01T01:57:18.851Z | Checking oso v0.27.3 |
| 2466 | 2024-10-01T01:57:41.674Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2467 | 2024-10-01T01:57:44.248Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2468 | 2024-10-01T01:57:44.703Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2469 | 2024-10-01T01:58:09.461Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2470 | 2024-10-01T01:58:09.461Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2471 | 2024-10-01T01:58:09.463Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2472 | 2024-10-01T01:59:26.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 13s |
| 2473 | 2024-10-01T01:59:26.897Z | |
| 2474 | 2024-10-01T01:59:26.897Z | real 6:18.573957244 |
| 2475 | 2024-10-01T01:59:26.897Z | user 35:46.942358480 |
| 2476 | 2024-10-01T01:59:26.897Z | sys 6:13.685179806 |
| 2477 | 2024-10-01T01:59:26.897Z | trap 0.929788451 |
| 2478 | 2024-10-01T01:59:26.897Z | tflt 2.930764955 |
| 2479 | 2024-10-01T01:59:26.897Z | dflt 0.550151168 |
| 2480 | 2024-10-01T01:59:26.897Z | kflt 0.002314194 |
| 2481 | 2024-10-01T01:59:26.897Z | lock 54:23.461524714 |
| 2482 | 2024-10-01T01:59:26.897Z | slp 2:05:56.197422269 |
| 2483 | 2024-10-01T01:59:26.897Z | lat 1:40.114940777 |
| 2484 | 2024-10-01T01:59:26.900Z | stop 5:43.069447701 |
| 2485 | 2024-10-01T01:59:26.900Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2486 | 2024-10-01T01:59:26.900Z | + ptime -m cargo doc --workspace --no-deps |
| 2487 | 2024-10-01T01:59:28.063Z | warning: output filename collision. |
| 2488 | 2024-10-01T01:59:28.063Z | 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)`. |
| 2489 | 2024-10-01T01:59:28.063Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2490 | 2024-10-01T01:59:28.063Z | The targets should have unique names. |
| 2491 | 2024-10-01T01:59:28.063Z | This is a known bug where multiple crates with the same name use |
| 2492 | 2024-10-01T01:59:28.063Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2493 | 2024-10-01T01:59:28.441Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2494 | 2024-10-01T01:59:28.504Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2495 | 2024-10-01T01:59:28.520Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2496 | 2024-10-01T01:59:28.556Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2497 | 2024-10-01T01:59:28.586Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2498 | 2024-10-01T01:59:28.588Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2499 | 2024-10-01T01:59:28.751Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2500 | 2024-10-01T01:59:28.858Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2501 | 2024-10-01T01:59:28.858Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2502 | 2024-10-01T01:59:28.858Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2503 | 2024-10-01T01:59:28.910Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2504 | 2024-10-01T01:59:29.093Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2505 | 2024-10-01T01:59:29.163Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2506 | 2024-10-01T01:59:29.400Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2507 | 2024-10-01T01:59:29.662Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2508 | 2024-10-01T01:59:31.822Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2509 | 2024-10-01T01:59:33.001Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2510 | 2024-10-01T01:59:33.351Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2511 | 2024-10-01T01:59:33.572Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2512 | 2024-10-01T01:59:33.590Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2513 | 2024-10-01T01:59:33.890Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2514 | 2024-10-01T01:59:34.102Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2515 | 2024-10-01T01:59:34.233Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2516 | 2024-10-01T01:59:34.436Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2517 | 2024-10-01T01:59:34.459Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2518 | 2024-10-01T01:59:34.763Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2519 | 2024-10-01T01:59:34.968Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2520 | 2024-10-01T01:59:35.147Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2521 | 2024-10-01T01:59:35.260Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2522 | 2024-10-01T01:59:35.561Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2523 | 2024-10-01T01:59:35.874Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2524 | 2024-10-01T01:59:36.024Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2525 | 2024-10-01T01:59:36.043Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2526 | 2024-10-01T01:59:36.254Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2527 | 2024-10-01T01:59:36.370Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2528 | 2024-10-01T01:59:36.691Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2529 | 2024-10-01T01:59:36.896Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2530 | 2024-10-01T01:59:37.072Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2531 | 2024-10-01T01:59:37.201Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2532 | 2024-10-01T01:59:37.569Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2533 | 2024-10-01T01:59:37.594Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2534 | 2024-10-01T01:59:38.311Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2535 | 2024-10-01T01:59:40.214Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2536 | 2024-10-01T01:59:41.773Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2537 | 2024-10-01T01:59:42.222Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2538 | 2024-10-01T01:59:42.944Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2539 | 2024-10-01T01:59:43.437Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2540 | 2024-10-01T01:59:43.718Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2541 | 2024-10-01T01:59:44.624Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2542 | 2024-10-01T01:59:44.911Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2543 | 2024-10-01T01:59:44.960Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2544 | 2024-10-01T01:59:45.668Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2545 | 2024-10-01T01:59:52.047Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2546 | 2024-10-01T01:59:52.261Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2547 | 2024-10-01T01:59:53.291Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2548 | 2024-10-01T01:59:53.310Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2549 | 2024-10-01T01:59:53.779Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2550 | 2024-10-01T01:59:53.825Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2551 | 2024-10-01T01:59:54.181Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2552 | 2024-10-01T01:59:55.253Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2553 | 2024-10-01T01:59:55.359Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2554 | 2024-10-01T01:59:55.559Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2555 | 2024-10-01T01:59:55.923Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2556 | 2024-10-01T01:59:55.962Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2557 | 2024-10-01T01:59:55.965Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2558 | 2024-10-01T01:59:56.176Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2559 | 2024-10-01T01:59:56.587Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2560 | 2024-10-01T01:59:57.125Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2561 | 2024-10-01T01:59:57.697Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2562 | 2024-10-01T01:59:57.748Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2563 | 2024-10-01T01:59:57.953Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2564 | 2024-10-01T01:59:58.024Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2565 | 2024-10-01T01:59:58.135Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2566 | 2024-10-01T01:59:58.545Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2567 | 2024-10-01T01:59:58.591Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2568 | 2024-10-01T01:59:58.994Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2569 | 2024-10-01T01:59:59.159Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2570 | 2024-10-01T01:59:59.481Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2571 | 2024-10-01T01:59:59.579Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2572 | 2024-10-01T01:59:59.656Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2573 | 2024-10-01T01:59:59.976Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2574 | 2024-10-01T02:00:00.144Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2575 | 2024-10-01T02:00:00.506Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2576 | 2024-10-01T02:00:00.839Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2577 | 2024-10-01T02:00:01.299Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2578 | 2024-10-01T02:00:01.364Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2579 | 2024-10-01T02:00:01.761Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2580 | 2024-10-01T02:00:01.823Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2581 | 2024-10-01T02:00:03.075Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2582 | 2024-10-01T02:00:03.248Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2583 | 2024-10-01T02:00:03.275Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2584 | 2024-10-01T02:00:04.059Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2585 | 2024-10-01T02:00:06.213Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2586 | 2024-10-01T02:00:06.684Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2587 | 2024-10-01T02:00:07.500Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2588 | 2024-10-01T02:00:09.642Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2589 | 2024-10-01T02:00:09.713Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2590 | 2024-10-01T02:00:10.400Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2591 | 2024-10-01T02:00:10.679Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2592 | 2024-10-01T02:00:10.891Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2593 | 2024-10-01T02:00:12.362Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2594 | 2024-10-01T02:00:14.414Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2595 | 2024-10-01T02:00:15.336Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2596 | 2024-10-01T02:00:16.464Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2597 | 2024-10-01T02:00:23.087Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2598 | 2024-10-01T02:00:28.369Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2599 | 2024-10-01T02:00:41.881Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2600 | 2024-10-01T02:00:43.032Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2601 | 2024-10-01T02:01:12.902Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2602 | 2024-10-01T02:01:15.681Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2603 | 2024-10-01T02:01:16.247Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2604 | 2024-10-01T02:01:23.787Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2605 | 2024-10-01T02:01:24.298Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2606 | 2024-10-01T02:01:29.929Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2607 | 2024-10-01T02:01:33.511Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2608 | 2024-10-01T02:01:47.155Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2609 | 2024-10-01T02:01:48.072Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2610 | 2024-10-01T02:01:51.892Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2611 | 2024-10-01T02:01:56.603Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2612 | 2024-10-01T02:02:00.772Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2613 | 2024-10-01T02:02:01.238Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2614 | 2024-10-01T02:02:03.660Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2615 | 2024-10-01T02:02:03.989Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2616 | 2024-10-01T02:02:07.093Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2617 | 2024-10-01T02:02:20.811Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2618 | 2024-10-01T02:02:35.397Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2619 | 2024-10-01T02:02:45.424Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2620 | 2024-10-01T02:02:47.298Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2621 | 2024-10-01T02:02:48.468Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2622 | 2024-10-01T02:02:50.807Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2623 | 2024-10-01T02:02:51.485Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2624 | 2024-10-01T02:03:01.875Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2625 | 2024-10-01T02:03:06.957Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2626 | 2024-10-01T02:03:09.688Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2627 | 2024-10-01T02:03:13.224Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2628 | 2024-10-01T02:03:24.583Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2629 | 2024-10-01T02:03:28.165Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2630 | 2024-10-01T02:03:29.700Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2631 | 2024-10-01T02:03:41.426Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2632 | 2024-10-01T02:03:49.572Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2633 | 2024-10-01T02:03:50.800Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2634 | 2024-10-01T02:03:51.987Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2635 | 2024-10-01T02:03:52.483Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2636 | 2024-10-01T02:03:57.511Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2637 | 2024-10-01T02:04:06.575Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2638 | 2024-10-01T02:04:07.034Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2639 | 2024-10-01T02:04:08.972Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2640 | 2024-10-01T02:04:10.769Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2641 | 2024-10-01T02:04:15.924Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2642 | 2024-10-01T02:04:17.156Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2643 | 2024-10-01T02:04:17.205Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2644 | 2024-10-01T02:04:21.232Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2645 | 2024-10-01T02:04:24.169Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2646 | 2024-10-01T02:04:35.382Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2647 | 2024-10-01T02:04:37.379Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2648 | 2024-10-01T02:04:37.473Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2649 | 2024-10-01T02:04:42.565Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2650 | 2024-10-01T02:04:42.593Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2651 | 2024-10-01T02:04:43.388Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2652 | 2024-10-01T02:04:44.015Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2653 | 2024-10-01T02:04:49.584Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2654 | 2024-10-01T02:04:50.239Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2655 | 2024-10-01T02:04:51.752Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2656 | 2024-10-01T02:04:56.297Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2657 | 2024-10-01T02:04:59.899Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2658 | 2024-10-01T02:05:01.206Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2659 | 2024-10-01T02:05:02.501Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2660 | 2024-10-01T02:05:03.841Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2661 | 2024-10-01T02:05:07.580Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2662 | 2024-10-01T02:05:08.088Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2663 | 2024-10-01T02:05:09.129Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2664 | 2024-10-01T02:05:12.877Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2665 | 2024-10-01T02:05:16.193Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2666 | 2024-10-01T02:05:20.634Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2667 | 2024-10-01T02:05:21.384Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2668 | 2024-10-01T02:05:22.657Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2669 | 2024-10-01T02:05:23.957Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2670 | 2024-10-01T02:05:26.934Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2671 | 2024-10-01T02:05:31.376Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2672 | 2024-10-01T02:05:32.438Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2673 | 2024-10-01T02:05:34.667Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2674 | 2024-10-01T02:05:35.222Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2675 | 2024-10-01T02:05:39.733Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2676 | 2024-10-01T02:05:40.641Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2677 | 2024-10-01T02:05:41.119Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2678 | 2024-10-01T02:05:42.338Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2679 | 2024-10-01T02:05:47.622Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2680 | 2024-10-01T02:05:49.074Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2681 | 2024-10-01T02:05:51.068Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2682 | 2024-10-01T02:05:51.918Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2683 | 2024-10-01T02:05:56.336Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2684 | 2024-10-01T02:05:57.529Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2685 | 2024-10-01T02:05:58.418Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2686 | 2024-10-01T02:05:59.469Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2687 | 2024-10-01T02:06:01.720Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2688 | 2024-10-01T02:06:02.383Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2689 | 2024-10-01T02:06:02.963Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2690 | 2024-10-01T02:06:03.953Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2691 | 2024-10-01T02:06:04.493Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2692 | 2024-10-01T02:06:07.101Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2693 | 2024-10-01T02:06:09.337Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2694 | 2024-10-01T02:06:09.798Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2695 | 2024-10-01T02:06:09.855Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2696 | 2024-10-01T02:06:13.586Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2697 | 2024-10-01T02:06:14.203Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2698 | 2024-10-01T02:06:14.558Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2699 | 2024-10-01T02:06:14.732Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2700 | 2024-10-01T02:06:16.690Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2701 | 2024-10-01T02:06:18.970Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2702 | 2024-10-01T02:06:19.425Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2703 | 2024-10-01T02:06:45.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 18s |
| 2704 | 2024-10-01T02:06:45.835Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 128 other files |
| 2705 | 2024-10-01T02:06:45.893Z | |
| 2706 | 2024-10-01T02:06:45.893Z | real 7:18.911033089 |
| 2707 | 2024-10-01T02:06:45.893Z | user 22:08.266541325 |
| 2708 | 2024-10-01T02:06:45.893Z | sys 33:00.445130343 |
| 2709 | 2024-10-01T02:06:45.893Z | trap 0.355921841 |
| 2710 | 2024-10-01T02:06:45.893Z | tflt 0.291561840 |
| 2711 | 2024-10-01T02:06:45.895Z | dflt 0.168456535 |
| 2712 | 2024-10-01T02:06:45.895Z | kflt 0.000008088 |
| 2713 | 2024-10-01T02:06:45.895Z | lock 1:10:58.988648668 |
| 2714 | 2024-10-01T02:06:45.895Z | slp 2:04:58.299707427 |
| 2715 | 2024-10-01T02:06:45.895Z | lat 1:04.556141053 |
| 2716 | 2024-10-01T02:06:45.895Z | stop 57.455126269 |
| 2717 | 2024-10-01T02:06:45.895Z | process exited: duration 1077775 ms, exit code 0 |
| |
| 2718 | 2024-10-01T02:06:45.900Z | found 0 output files |