|
|
|
| 1 | 2024-12-21T04:30:23.927Z | job assigned to worker 01JFKQMDTQG26KM8XKBG1JYWBZ [factory aws, i-099f9a7b82b5104f8] (queued for 9 m 28 s) |
| |
| 2 | 2024-12-21T04:30:32.241Z | starting task 0: "setup" |
| 3 | 2024-12-21T04:30:32.247Z | ++ uname -s |
| 4 | 2024-12-21T04:30:32.251Z | + kern=SunOS |
| 5 | 2024-12-21T04:30:32.251Z | + case "$kern" in |
| 6 | 2024-12-21T04:30:32.251Z | + groupadd -g 12345 build |
| 7 | 2024-12-21T04:30:32.254Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-21T04:30:34.259Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-21T04:30:34.354Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-21T04:30:34.357Z | + home_fs=zfs |
| 11 | 2024-12-21T04:30:34.357Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-21T04:30:34.357Z | + mkdir -p /home/build |
| 13 | 2024-12-21T04:30:34.360Z | + chown build:build /home/build /work |
| 14 | 2024-12-21T04:30:36.361Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-21T04:30:36.364Z | process exited: duration 4126 ms, exit code 0 |
| |
| 16 | 2024-12-21T04:30:36.369Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-21T04:30:36.374Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-21T04:30:36.375Z | ' 1.81.0 |
| 19 | 2024-12-21T04:30:36.375Z | * toolchain channel = "1.81.0" |
| 20 | 2024-12-21T04:30:36.375Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-12-21T04:30:36.375Z | * toolchain profile = "default" |
| 22 | 2024-12-21T04:30:36.375Z | ' default |
| 23 | 2024-12-21T04:30:36.377Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-21T04:30:36.377Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-12-21T04:30:36.495Z | info: downloading installer |
| 26 | 2024-12-21T04:30:37.817Z | info: profile set to 'default' |
| 27 | 2024-12-21T04:30:37.817Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-21T04:30:37.821Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-12-21T04:30:37.957Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-12-21T04:30:37.957Z | info: downloading component 'cargo' |
| 31 | 2024-12-21T04:30:38.655Z | info: downloading component 'clippy' |
| 32 | 2024-12-21T04:30:38.910Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-21T04:30:39.872Z | info: downloading component 'rust-std' |
| 34 | 2024-12-21T04:30:41.372Z | info: downloading component 'rustc' |
| 35 | 2024-12-21T04:30:46.742Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-21T04:30:46.945Z | info: installing component 'cargo' |
| 37 | 2024-12-21T04:30:47.765Z | info: installing component 'clippy' |
| 38 | 2024-12-21T04:30:48.129Z | info: installing component 'rust-docs' |
| 39 | 2024-12-21T04:30:49.772Z | info: installing component 'rust-std' |
| 40 | 2024-12-21T04:30:51.451Z | info: installing component 'rustc' |
| 41 | 2024-12-21T04:30:57.303Z | info: installing component 'rustfmt' |
| 42 | 2024-12-21T04:30:57.629Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-12-21T04:30:57.629Z | |
| 44 | 2024-12-21T04:30:57.996Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-12-21T04:30:57.996Z | |
| 46 | 2024-12-21T04:30:57.999Z | |
| 47 | 2024-12-21T04:30:57.999Z | Rust is installed now. Great! |
| 48 | 2024-12-21T04:30:57.999Z | |
| 49 | 2024-12-21T04:30:57.999Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-21T04:30:57.999Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-21T04:30:57.999Z | |
| 52 | 2024-12-21T04:30:57.999Z | To configure your current shell, you need to source |
| 53 | 2024-12-21T04:30:57.999Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-21T04:30:57.999Z | |
| 55 | 2024-12-21T04:30:57.999Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-21T04:30:58.000Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-21T04:30:58.000Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-21T04:30:58.072Z | + rustc --version |
| 59 | 2024-12-21T04:30:58.146Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-12-21T04:30:58.149Z | process exited: duration 21779 ms, exit code 0 |
| |
| 61 | 2024-12-21T04:30:58.156Z | starting task 2: "authentication" |
| 62 | 2024-12-21T04:30:58.180Z | process exited: duration 24 ms, exit code 0 |
| |
| 63 | 2024-12-21T04:30:58.184Z | starting task 3: "clone repository" |
| 64 | 2024-12-21T04:30:58.190Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-12-21T04:30:58.193Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-12-21T04:30:58.452Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-12-21T04:31:05.260Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-12-21T04:31:05.260Z | + git fetch origin 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
| 69 | 2024-12-21T04:31:05.429Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-12-21T04:31:05.429Z | * branch 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 -> FETCH_HEAD |
| 71 | 2024-12-21T04:31:05.440Z | + [[ -n renovate/secrecy-0.x ]] |
| 72 | 2024-12-21T04:31:05.443Z | ++ git branch --show-current |
| 73 | 2024-12-21T04:31:05.446Z | + current=main |
| 74 | 2024-12-21T04:31:05.446Z | + [[ main != renovate/secrecy-0.x ]] |
| 75 | 2024-12-21T04:31:05.446Z | + git branch -f renovate/secrecy-0.x 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
| 76 | 2024-12-21T04:31:05.449Z | + git checkout -f renovate/secrecy-0.x |
| 77 | 2024-12-21T04:31:05.495Z | Switched to branch 'renovate/secrecy-0.x' |
| 78 | 2024-12-21T04:31:05.498Z | + git reset --hard 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
| 79 | 2024-12-21T04:31:05.545Z | HEAD is now at 71dd48bb5 Update Rust crate secrecy to 0.10.3 |
| 80 | 2024-12-21T04:31:05.548Z | process exited: duration 7362 ms, exit code 0 |
| |
| 81 | 2024-12-21T04:31:05.553Z | starting task 4: "build" |
| 82 | 2024-12-21T04:31:05.558Z | + source ./env.sh |
| 83 | 2024-12-21T04:31:05.558Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2024-12-21T04:31:05.558Z | ++ set -o xtrace |
| 85 | 2024-12-21T04:31:05.561Z | ++++ dirname ./env.sh |
| 86 | 2024-12-21T04:31:05.564Z | +++ readlink -f . |
| 87 | 2024-12-21T04:31:05.627Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2024-12-21T04:31:05.630Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 89 | 2024-12-21T04:31:05.630Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2024-12-21T04:31:05.630Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 91 | 2024-12-21T04:31:05.630Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 92 | 2024-12-21T04:31:05.630Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-12-21T04:31:05.630Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-12-21T04:31:05.630Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-12-21T04:31:05.630Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-12-21T04:31:05.630Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2024-12-21T04:31:05.630Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2024-12-21T04:31:05.630Z | + source .github/buildomat/ci-env.sh |
| 99 | 2024-12-21T04:31:05.630Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2024-12-21T04:31:05.630Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2024-12-21T04:31:05.630Z | + cargo --version |
| 102 | 2024-12-21T04:31:05.689Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 103 | 2024-12-21T04:31:05.692Z | + rustc --version |
| 104 | 2024-12-21T04:31:05.756Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 105 | 2024-12-21T04:31:05.759Z | + banner prerequisites |
| 106 | 2024-12-21T04:31:05.857Z | |
| 107 | 2024-12-21T04:31:05.857Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2024-12-21T04:31:05.857Z | # # # # # # # # # # # # # # # |
| 109 | 2024-12-21T04:31:05.857Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2024-12-21T04:31:05.857Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2024-12-21T04:31:05.857Z | # # # # # # # # # # # # # # # |
| 112 | 2024-12-21T04:31:05.857Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2024-12-21T04:31:05.857Z | |
| 114 | 2024-12-21T04:31:05.860Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2024-12-21T04:31:19.902Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2024-12-21T04:31:24.063Z | Startup: Caching catalogs ... Done |
| 117 | 2024-12-21T04:31:35.019Z | Planning: Solver setup ... Done (9.959s) |
| 118 | 2024-12-21T04:31:35.153Z | Planning: Running solver ... Done (0.135s) |
| 119 | 2024-12-21T04:31:35.393Z | Planning: Finding local manifests ... Done (0.136s) |
| 120 | 2024-12-21T04:31:35.406Z | Planning: Fetching manifests: 0/5 0% complete |
| 121 | 2024-12-21T04:31:35.639Z | Planning: Fetching manifests: 5/5 100% complete |
| 122 | 2024-12-21T04:31:35.927Z | Planning: Package planning ... Done (0.289s) |
| 123 | 2024-12-21T04:31:36.175Z | Planning: Merging actions ... Done (0.246s) |
| 124 | 2024-12-21T04:31:37.022Z | Planning: Checking for conflicting actions ... Done (0.848s) |
| 125 | 2024-12-21T04:31:44.031Z | Planning: Consolidating action changes ... Done (7.007s) |
| 126 | 2024-12-21T04:31:44.410Z | Planning: Evaluating mediators ... Done (0.378s) |
| 127 | 2024-12-21T04:31:44.569Z | Planning: Planning completed in 20.41 seconds |
| 128 | 2024-12-21T04:31:44.961Z | Packages to install: 4 |
| 129 | 2024-12-21T04:31:44.961Z | Packages to update: 1 |
| 130 | 2024-12-21T04:31:44.961Z | Mediators to change: 2 |
| 131 | 2024-12-21T04:31:44.963Z | Services to change: 1 |
| 132 | 2024-12-21T04:31:44.964Z | Estimated space available: 155.63 GB |
| 133 | 2024-12-21T04:31:44.964Z | Estimated space to be consumed: 1.62 GB |
| 134 | 2024-12-21T04:31:44.964Z | Create boot environment: No |
| 135 | 2024-12-21T04:31:44.964Z | Create backup boot environment: Yes |
| 136 | 2024-12-21T04:31:44.964Z | Rebuild boot archive: No |
| 137 | 2024-12-21T04:31:44.964Z | |
| 138 | 2024-12-21T04:31:44.964Z | Changed mediators: |
| 139 | 2024-12-21T04:31:44.964Z | mediator clang: |
| 140 | 2024-12-21T04:31:44.964Z | version: None -> 15 (system default) |
| 141 | 2024-12-21T04:31:44.964Z | |
| 142 | 2024-12-21T04:31:44.964Z | mediator llvm: |
| 143 | 2024-12-21T04:31:44.964Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2024-12-21T04:31:44.964Z | |
| 145 | 2024-12-21T04:31:44.964Z | Changed packages: |
| 146 | 2024-12-21T04:31:44.964Z | helios-dev |
| 147 | 2024-12-21T04:31:44.964Z | developer/build-essential |
| 148 | 2024-12-21T04:31:44.964Z | None -> 11-2.0 |
| 149 | 2024-12-21T04:31:44.964Z | library/libxmlsec1 |
| 150 | 2024-12-21T04:31:44.964Z | None -> 1.2.35-2.0 |
| 151 | 2024-12-21T04:31:44.965Z | ooce/developer/clang-15 |
| 152 | 2024-12-21T04:31:44.965Z | None -> 15.0.7-2.0 |
| 153 | 2024-12-21T04:31:44.965Z | ooce/developer/llvm-15 |
| 154 | 2024-12-21T04:31:44.965Z | None -> 15.0.7-2.0 |
| 155 | 2024-12-21T04:31:44.965Z | package/pkg |
| 156 | 2024-12-21T04:31:44.965Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2024-12-21T04:31:44.965Z | |
| 158 | 2024-12-21T04:31:44.965Z | Services: |
| 159 | 2024-12-21T04:31:44.965Z | restart_fmri: |
| 160 | 2024-12-21T04:31:44.965Z | svc:/system/update-man-index:default |
| 161 | 2024-12-21T04:31:44.965Z | |
| 162 | 2024-12-21T04:31:44.965Z | Editable files to change: |
| 163 | 2024-12-21T04:31:44.965Z | Update: |
| 164 | 2024-12-21T04:31:44.965Z | usr/share/lib/pkg/web/config.shtml |
| 165 | 2024-12-21T04:31:45.241Z | |
| 166 | 2024-12-21T04:31:45.241Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 167 | 2024-12-21T04:31:50.241Z | Download: 1259/4281 items 98.5/220.6MB 44% complete (19.7M/s) |
| 168 | 2024-12-21T04:31:55.244Z | Download: 3145/4281 items 153.9/220.6MB 69% complete (15.4M/s) |
| 169 | 2024-12-21T04:31:59.612Z | Download: Completed 220.60 MB in 14.37 seconds (15.3M/s) |
| 170 | 2024-12-21T04:32:01.719Z | Actions: 1/5063 actions (Removing old actions) |
| 171 | 2024-12-21T04:32:01.735Z | Actions: 194/5063 actions (Installing new actions) |
| 172 | 2024-12-21T04:32:06.782Z | Actions: 4123/5063 actions (Installing new actions) |
| 173 | 2024-12-21T04:32:07.383Z | Actions: 4226/5063 actions (Updating modified actions) |
| 174 | 2024-12-21T04:32:07.771Z | Actions: Completed 5063 actions in 6.05 seconds. |
| 175 | 2024-12-21T04:32:08.204Z | Done (0.425s) |
| 176 | 2024-12-21T04:32:08.206Z | Done (0.000s) |
| 177 | 2024-12-21T04:32:08.791Z | Done (0.586s) |
| 178 | 2024-12-21T04:32:15.321Z | Done (6.296s) |
| 179 | 2024-12-21T04:32:15.700Z | Done (0.305s) |
| 180 | 2024-12-21T04:32:15.702Z | Done (0.000s) |
| 181 | 2024-12-21T04:32:15.914Z | Done (0.000s) |
| 182 | 2024-12-21T04:32:16.670Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2024-12-21T04:32:16.839Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2024-12-21T04:32:16.841Z | Planning: Consolidating action changes ... Done |
| 185 | 2024-12-21T04:32:17.121Z | Planning: Evaluating mediators ... Done |
| 186 | 2024-12-21T04:32:17.123Z | Planning: Planning completed in 0.45 seconds |
| 187 | 2024-12-21T04:32:17.162Z | Mediators to change: 2 |
| 188 | 2024-12-21T04:32:17.162Z | Create boot environment: No |
| 189 | 2024-12-21T04:32:17.162Z | Create backup boot environment: No |
| 190 | 2024-12-21T04:32:17.254Z | Done |
| 191 | 2024-12-21T04:32:17.254Z | Done |
| 192 | 2024-12-21T04:32:17.629Z | Done |
| 193 | 2024-12-21T04:32:21.599Z | Done |
| 194 | 2024-12-21T04:32:21.705Z | Done |
| 195 | 2024-12-21T04:32:21.707Z | Done |
| 196 | 2024-12-21T04:32:21.819Z | Done |
| 197 | 2024-12-21T04:32:22.452Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2024-12-21T04:32:22.454Z | Planning: Merging actions ... Done |
| 199 | 2024-12-21T04:32:22.648Z | Planning: Checking for conflicting actions ... Done |
| 200 | 2024-12-21T04:32:22.651Z | Planning: Consolidating action changes ... Done |
| 201 | 2024-12-21T04:32:22.925Z | Planning: Evaluating mediators ... Done |
| 202 | 2024-12-21T04:32:22.984Z | Planning: Planning completed in 0.78 seconds |
| 203 | 2024-12-21T04:32:23.027Z | Packages to change: 1 |
| 204 | 2024-12-21T04:32:23.027Z | Mediators to change: 1 |
| 205 | 2024-12-21T04:32:23.027Z | Services to change: 1 |
| 206 | 2024-12-21T04:32:23.029Z | Create boot environment: No |
| 207 | 2024-12-21T04:32:23.029Z | Create backup boot environment: Yes |
| 208 | 2024-12-21T04:32:25.235Z | Actions: 1/6 actions (Updating modified actions) |
| 209 | 2024-12-21T04:32:25.288Z | Actions: Completed 6 actions in 0.05 seconds. |
| 210 | 2024-12-21T04:32:25.290Z | Done |
| 211 | 2024-12-21T04:32:25.290Z | Done |
| 212 | 2024-12-21T04:32:25.407Z | Done |
| 213 | 2024-12-21T04:32:29.353Z | Done |
| 214 | 2024-12-21T04:32:29.454Z | Done |
| 215 | 2024-12-21T04:32:29.456Z | Done |
| 216 | 2024-12-21T04:32:29.584Z | Done |
| 217 | 2024-12-21T04:32:30.045Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 218 | 2024-12-21T04:32:30.045Z | clang system 15 system |
| 219 | 2024-12-21T04:32:30.045Z | csh system system illumos |
| 220 | 2024-12-21T04:32:30.045Z | ctags system system illumos |
| 221 | 2024-12-21T04:32:30.045Z | gcc vendor 12 vendor |
| 222 | 2024-12-21T04:32:30.045Z | gcc system 10 system |
| 223 | 2024-12-21T04:32:30.045Z | gcc system 7 system |
| 224 | 2024-12-21T04:32:30.045Z | go system 1.20 system |
| 225 | 2024-12-21T04:32:30.045Z | go system 1.19 system |
| 226 | 2024-12-21T04:32:30.045Z | llvm system 15 system |
| 227 | 2024-12-21T04:32:30.045Z | llvm system 14 system |
| 228 | 2024-12-21T04:32:30.045Z | mariadb system 10.6 system |
| 229 | 2024-12-21T04:32:30.045Z | mta vendor vendor dma |
| 230 | 2024-12-21T04:32:30.045Z | openjdk system 17 system |
| 231 | 2024-12-21T04:32:30.045Z | openjdk system 11 system |
| 232 | 2024-12-21T04:32:30.045Z | openjdk system 1.8 system |
| 233 | 2024-12-21T04:32:30.045Z | openssl vendor 3 vendor |
| 234 | 2024-12-21T04:32:30.045Z | perl system 5.36 system |
| 235 | 2024-12-21T04:32:30.045Z | postgresql system 15 system |
| 236 | 2024-12-21T04:32:30.045Z | postgresql system 13 system |
| 237 | 2024-12-21T04:32:30.045Z | python vendor 3 vendor |
| 238 | 2024-12-21T04:32:30.045Z | python system 2 system |
| 239 | 2024-12-21T04:32:30.045Z | python3 system 3.11 system |
| 240 | 2024-12-21T04:32:30.045Z | ruby system 3.0 system |
| 241 | 2024-12-21T04:32:30.045Z | words vendor vendor american-english |
| 242 | 2024-12-21T04:32:30.045Z | words system system australian-english |
| 243 | 2024-12-21T04:32:30.045Z | words system system british-english |
| 244 | 2024-12-21T04:32:30.045Z | words system system canadian-english |
| 245 | 2024-12-21T04:32:30.045Z | words system system french |
| 246 | 2024-12-21T04:32:30.045Z | words system system italian |
| 247 | 2024-12-21T04:32:30.045Z | words system system ngerman |
| 248 | 2024-12-21T04:32:30.046Z | words system system ogerman |
| 249 | 2024-12-21T04:32:30.046Z | words system system spanish |
| 250 | 2024-12-21T04:32:30.392Z | PUBLISHER TYPE STATUS P LOCATION |
| 251 | 2024-12-21T04:32:30.392Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 252 | 2024-12-21T04:32:33.184Z | FMRI IFO |
| 253 | 2024-12-21T04:32:33.184Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 254 | 2024-12-21T04:32:33.184Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 255 | 2024-12-21T04:32:33.184Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 256 | 2024-12-21T04:32:33.184Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 257 | 2024-12-21T04:32:33.184Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 258 | 2024-12-21T04:32:33.184Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 259 | 2024-12-21T04:32:33.184Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 260 | 2024-12-21T04:32:33.184Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 261 | 2024-12-21T04:32:33.185Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 262 | 2024-12-21T04:32:33.185Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 263 | 2024-12-21T04:32:33.185Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 264 | 2024-12-21T04:32:33.185Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 265 | 2024-12-21T04:32:33.185Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 266 | 2024-12-21T04:32:33.185Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 267 | 2024-12-21T04:32:33.185Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 268 | 2024-12-21T04:32:34.000Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 269 | 2024-12-21T04:32:34.314Z | Updating crates.io index |
| 270 | 2024-12-21T04:32:34.427Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 271 | 2024-12-21T04:32:34.706Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 272 | 2024-12-21T04:32:35.226Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 273 | 2024-12-21T04:32:35.495Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2024-12-21T04:32:35.740Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 275 | 2024-12-21T04:32:36.025Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 276 | 2024-12-21T04:32:36.998Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 277 | 2024-12-21T04:32:38.465Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 278 | 2024-12-21T04:32:39.177Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 279 | 2024-12-21T04:32:40.084Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 280 | 2024-12-21T04:32:40.281Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 281 | 2024-12-21T04:32:40.731Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 282 | 2024-12-21T04:32:41.340Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 283 | 2024-12-21T04:32:41.780Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 284 | 2024-12-21T04:32:42.083Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 285 | 2024-12-21T04:32:42.333Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 286 | 2024-12-21T04:32:42.888Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 287 | 2024-12-21T04:32:43.126Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 288 | 2024-12-21T04:32:43.421Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 289 | 2024-12-21T04:32:43.718Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 290 | 2024-12-21T04:32:44.138Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 291 | 2024-12-21T04:32:44.552Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 292 | 2024-12-21T04:32:45.165Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 293 | 2024-12-21T04:32:45.510Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 294 | 2024-12-21T04:32:45.878Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 295 | 2024-12-21T04:32:46.291Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 296 | 2024-12-21T04:32:46.559Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 297 | 2024-12-21T04:32:46.830Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 298 | 2024-12-21T04:32:47.091Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 299 | 2024-12-21T04:32:48.605Z | Downloading crates ... |
| 300 | 2024-12-21T04:32:48.695Z | Downloaded anstyle-query v1.1.1 |
| 301 | 2024-12-21T04:32:48.700Z | Downloaded dtrace-parser v0.2.0 |
| 302 | 2024-12-21T04:32:48.710Z | Downloaded anstyle v1.0.10 |
| 303 | 2024-12-21T04:32:48.720Z | Downloaded pretty-hex v0.4.1 |
| 304 | 2024-12-21T04:32:48.724Z | Downloaded usdt-macro v0.5.0 |
| 305 | 2024-12-21T04:32:48.727Z | Downloaded usdt-attr-macro v0.5.0 |
| 306 | 2024-12-21T04:32:48.729Z | Downloaded scroll_derive v0.12.0 |
| 307 | 2024-12-21T04:32:48.739Z | Downloaded fastrand v2.1.1 |
| 308 | 2024-12-21T04:32:48.742Z | Downloaded anyhow v1.0.93 |
| 309 | 2024-12-21T04:32:48.745Z | Downloaded generic-array v0.14.7 |
| 310 | 2024-12-21T04:32:48.748Z | Downloaded autocfg v1.4.0 |
| 311 | 2024-12-21T04:32:48.751Z | Downloaded anstyle-parse v0.2.5 |
| 312 | 2024-12-21T04:32:48.751Z | Downloaded crypto-common v0.1.6 |
| 313 | 2024-12-21T04:32:48.753Z | Downloaded swrite v0.1.0 |
| 314 | 2024-12-21T04:32:48.756Z | Downloaded serde_spanned v0.6.8 |
| 315 | 2024-12-21T04:32:48.759Z | Downloaded is_terminal_polyfill v1.70.1 |
| 316 | 2024-12-21T04:32:48.759Z | Downloaded byteorder v1.5.0 |
| 317 | 2024-12-21T04:32:48.763Z | Downloaded heck v0.5.0 |
| 318 | 2024-12-21T04:32:48.763Z | Downloaded fnv v1.0.7 |
| 319 | 2024-12-21T04:32:48.763Z | Downloaded equivalent v1.0.1 |
| 320 | 2024-12-21T04:32:48.766Z | Downloaded utf8parse v0.2.2 |
| 321 | 2024-12-21T04:32:48.766Z | Downloaded thread-id v4.2.2 |
| 322 | 2024-12-21T04:32:48.766Z | Downloaded unicode-linebreak v0.1.5 |
| 323 | 2024-12-21T04:32:48.766Z | Downloaded proc-macro-error-attr v1.0.4 |
| 324 | 2024-12-21T04:32:48.768Z | Downloaded errno v0.3.9 |
| 325 | 2024-12-21T04:32:48.768Z | Downloaded smawk v0.3.2 |
| 326 | 2024-12-21T04:32:48.770Z | Downloaded cpufeatures v0.2.14 |
| 327 | 2024-12-21T04:32:48.770Z | Downloaded fs-err v2.11.0 |
| 328 | 2024-12-21T04:32:48.773Z | Downloaded cargo-platform v0.1.8 |
| 329 | 2024-12-21T04:32:48.775Z | Downloaded dof v0.3.0 |
| 330 | 2024-12-21T04:32:48.775Z | Downloaded cfg-if v1.0.0 |
| 331 | 2024-12-21T04:32:48.778Z | Downloaded itoa v1.0.11 |
| 332 | 2024-12-21T04:32:48.778Z | Downloaded thiserror v1.0.69 |
| 333 | 2024-12-21T04:32:48.782Z | Downloaded memmap v0.7.0 |
| 334 | 2024-12-21T04:32:48.786Z | Downloaded digest v0.10.7 |
| 335 | 2024-12-21T04:32:48.789Z | Downloaded thiserror-impl v1.0.69 |
| 336 | 2024-12-21T04:32:48.789Z | Downloaded heck v0.4.1 |
| 337 | 2024-12-21T04:32:48.789Z | Downloaded tabled_derive v0.7.0 |
| 338 | 2024-12-21T04:32:48.791Z | Downloaded cargo_metadata v0.18.1 |
| 339 | 2024-12-21T04:32:48.794Z | Downloaded cargo_toml v0.20.5 |
| 340 | 2024-12-21T04:32:48.794Z | Downloaded camino v1.1.9 |
| 341 | 2024-12-21T04:32:48.796Z | Downloaded macaddr v1.0.1 |
| 342 | 2024-12-21T04:32:48.799Z | Downloaded anstream v0.6.15 |
| 343 | 2024-12-21T04:32:48.801Z | Downloaded terminal_size v0.4.0 |
| 344 | 2024-12-21T04:32:48.801Z | Downloaded block-buffer v0.10.4 |
| 345 | 2024-12-21T04:32:48.803Z | Downloaded colorchoice v1.0.2 |
| 346 | 2024-12-21T04:32:48.803Z | Downloaded version_check v0.9.5 |
| 347 | 2024-12-21T04:32:48.806Z | Downloaded quote v1.0.37 |
| 348 | 2024-12-21T04:32:48.806Z | Downloaded clap_derive v4.5.18 |
| 349 | 2024-12-21T04:32:48.808Z | Downloaded usdt v0.5.0 |
| 350 | 2024-12-21T04:32:48.811Z | Downloaded clap_lex v0.7.2 |
| 351 | 2024-12-21T04:32:48.811Z | Downloaded camino-tempfile v1.1.1 |
| 352 | 2024-12-21T04:32:48.813Z | Downloaded bytecount v0.6.8 |
| 353 | 2024-12-21T04:32:48.816Z | Downloaded once_cell v1.20.2 |
| 354 | 2024-12-21T04:32:48.817Z | Downloaded strsim v0.11.1 |
| 355 | 2024-12-21T04:32:48.820Z | Downloaded pest_generator v2.7.14 |
| 356 | 2024-12-21T04:32:48.820Z | Downloaded pest_derive v2.7.14 |
| 357 | 2024-12-21T04:32:48.822Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2024-12-21T04:32:48.825Z | Downloaded toml_datetime v0.6.8 |
| 359 | 2024-12-21T04:32:48.828Z | Downloaded plain v0.2.3 |
| 360 | 2024-12-21T04:32:48.829Z | Downloaded scroll v0.12.0 |
| 361 | 2024-12-21T04:32:48.831Z | Downloaded usdt-impl v0.5.0 |
| 362 | 2024-12-21T04:32:48.833Z | Downloaded serde_tokenstream v0.2.2 |
| 363 | 2024-12-21T04:32:48.837Z | Downloaded semver v1.0.23 |
| 364 | 2024-12-21T04:32:48.839Z | Downloaded proc-macro2 v1.0.89 |
| 365 | 2024-12-21T04:32:48.842Z | Downloaded tempfile v3.13.0 |
| 366 | 2024-12-21T04:32:48.846Z | Downloaded ryu v1.0.18 |
| 367 | 2024-12-21T04:32:48.848Z | Downloaded pest_meta v2.7.14 |
| 368 | 2024-12-21T04:32:48.850Z | Downloaded clap v4.5.21 |
| 369 | 2024-12-21T04:32:48.860Z | Downloaded unicode-ident v1.0.13 |
| 370 | 2024-12-21T04:32:48.862Z | Downloaded zerocopy-derive v0.7.35 |
| 371 | 2024-12-21T04:32:48.867Z | Downloaded bitflags v2.6.0 |
| 372 | 2024-12-21T04:32:48.871Z | Downloaded serde_derive v1.0.215 |
| 373 | 2024-12-21T04:32:48.873Z | Downloaded textwrap v0.16.1 |
| 374 | 2024-12-21T04:32:48.876Z | Downloaded papergrid v0.11.0 |
| 375 | 2024-12-21T04:32:48.881Z | Downloaded ucd-trie v0.1.7 |
| 376 | 2024-12-21T04:32:48.884Z | Downloaded typenum v1.17.0 |
| 377 | 2024-12-21T04:32:48.886Z | Downloaded serde v1.0.215 |
| 378 | 2024-12-21T04:32:48.889Z | Downloaded indexmap v2.6.0 |
| 379 | 2024-12-21T04:32:48.893Z | Downloaded log v0.4.22 |
| 380 | 2024-12-21T04:32:48.895Z | Downloaded toml v0.8.19 |
| 381 | 2024-12-21T04:32:48.899Z | Downloaded memchr v2.7.4 |
| 382 | 2024-12-21T04:32:48.904Z | Downloaded sha2 v0.10.8 |
| 383 | 2024-12-21T04:32:48.914Z | Downloaded toml_edit v0.22.22 |
| 384 | 2024-12-21T04:32:48.935Z | Downloaded hashbrown v0.15.1 |
| 385 | 2024-12-21T04:32:48.945Z | Downloaded pest v2.7.14 |
| 386 | 2024-12-21T04:32:48.951Z | Downloaded winnow v0.6.20 |
| 387 | 2024-12-21T04:32:48.959Z | Downloaded zerocopy v0.7.35 |
| 388 | 2024-12-21T04:32:48.975Z | Downloaded serde_json v1.0.133 |
| 389 | 2024-12-21T04:32:48.981Z | Downloaded clap_builder v4.5.21 |
| 390 | 2024-12-21T04:32:48.987Z | Downloaded tabled v0.15.0 |
| 391 | 2024-12-21T04:32:49.002Z | Downloaded goblin v0.8.2 |
| 392 | 2024-12-21T04:32:49.007Z | Downloaded syn v1.0.109 |
| 393 | 2024-12-21T04:32:49.017Z | Downloaded syn v2.0.87 |
| 394 | 2024-12-21T04:32:49.027Z | Downloaded unicode-width v0.1.14 |
| 395 | 2024-12-21T04:32:49.040Z | Downloaded rustix v0.38.37 |
| 396 | 2024-12-21T04:32:49.070Z | Downloaded libc v0.2.162 |
| 397 | 2024-12-21T04:32:49.386Z | Compiling proc-macro2 v1.0.89 |
| 398 | 2024-12-21T04:32:49.386Z | Compiling unicode-ident v1.0.13 |
| 399 | 2024-12-21T04:32:49.389Z | Compiling version_check v0.9.5 |
| 400 | 2024-12-21T04:32:49.389Z | Compiling serde v1.0.215 |
| 401 | 2024-12-21T04:32:49.389Z | Compiling memchr v2.7.4 |
| 402 | 2024-12-21T04:32:49.389Z | Compiling thiserror v1.0.69 |
| 403 | 2024-12-21T04:32:49.389Z | Compiling libc v0.2.162 |
| 404 | 2024-12-21T04:32:49.389Z | Compiling itoa v1.0.11 |
| 405 | 2024-12-21T04:32:49.744Z | Compiling ucd-trie v0.1.7 |
| 406 | 2024-12-21T04:32:49.770Z | Compiling ryu v1.0.18 |
| 407 | 2024-12-21T04:32:50.322Z | Compiling once_cell v1.20.2 |
| 408 | 2024-12-21T04:32:50.342Z | Compiling byteorder v1.5.0 |
| 409 | 2024-12-21T04:32:50.685Z | Compiling rustix v0.38.37 |
| 410 | 2024-12-21T04:32:50.869Z | Compiling serde_json v1.0.133 |
| 411 | 2024-12-21T04:32:51.303Z | Compiling bitflags v2.6.0 |
| 412 | 2024-12-21T04:32:51.368Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2024-12-21T04:32:51.462Z | Compiling usdt-impl v0.5.0 |
| 414 | 2024-12-21T04:32:51.511Z | Compiling syn v1.0.109 |
| 415 | 2024-12-21T04:32:51.663Z | Compiling proc-macro-error v1.0.4 |
| 416 | 2024-12-21T04:32:51.712Z | Compiling camino v1.1.9 |
| 417 | 2024-12-21T04:32:51.744Z | Compiling utf8parse v0.2.2 |
| 418 | 2024-12-21T04:32:51.903Z | Compiling equivalent v1.0.1 |
| 419 | 2024-12-21T04:32:51.930Z | Compiling log v0.4.22 |
| 420 | 2024-12-21T04:32:51.955Z | Compiling plain v0.2.3 |
| 421 | 2024-12-21T04:32:52.016Z | Compiling hashbrown v0.15.1 |
| 422 | 2024-12-21T04:32:52.222Z | Compiling thread-id v4.2.2 |
| 423 | 2024-12-21T04:32:52.249Z | Compiling anstyle-parse v0.2.5 |
| 424 | 2024-12-21T04:32:52.333Z | Compiling semver v1.0.23 |
| 425 | 2024-12-21T04:32:52.359Z | Compiling anstyle-query v1.1.1 |
| 426 | 2024-12-21T04:32:52.477Z | Compiling quote v1.0.37 |
| 427 | 2024-12-21T04:32:52.516Z | Compiling is_terminal_polyfill v1.70.1 |
| 428 | 2024-12-21T04:32:52.574Z | Compiling colorchoice v1.0.2 |
| 429 | 2024-12-21T04:32:52.629Z | Compiling anstyle v1.0.10 |
| 430 | 2024-12-21T04:32:52.658Z | Compiling errno v0.3.9 |
| 431 | 2024-12-21T04:32:52.736Z | Compiling winnow v0.6.20 |
| 432 | 2024-12-21T04:32:52.895Z | Compiling syn v2.0.87 |
| 433 | 2024-12-21T04:32:53.096Z | Compiling pretty-hex v0.4.1 |
| 434 | 2024-12-21T04:32:53.244Z | Compiling indexmap v2.6.0 |
| 435 | 2024-12-21T04:32:53.312Z | Compiling autocfg v1.4.0 |
| 436 | 2024-12-21T04:32:53.340Z | Compiling unicode-width v0.1.14 |
| 437 | 2024-12-21T04:32:53.887Z | Compiling anstream v0.6.15 |
| 438 | 2024-12-21T04:32:54.581Z | Compiling fs-err v2.11.0 |
| 439 | 2024-12-21T04:32:54.743Z | Compiling fnv v1.0.7 |
| 440 | 2024-12-21T04:32:54.813Z | Compiling fastrand v2.1.1 |
| 441 | 2024-12-21T04:32:54.870Z | Compiling heck v0.4.1 |
| 442 | 2024-12-21T04:32:54.895Z | Compiling bytecount v0.6.8 |
| 443 | 2024-12-21T04:32:54.895Z | Compiling clap_lex v0.7.2 |
| 444 | 2024-12-21T04:32:55.120Z | Compiling strsim v0.11.1 |
| 445 | 2024-12-21T04:32:55.390Z | Compiling terminal_size v0.4.0 |
| 446 | 2024-12-21T04:32:55.492Z | Compiling heck v0.5.0 |
| 447 | 2024-12-21T04:32:55.608Z | Compiling cfg-if v1.0.0 |
| 448 | 2024-12-21T04:32:55.720Z | Compiling anyhow v1.0.93 |
| 449 | 2024-12-21T04:32:55.843Z | Compiling tempfile v3.13.0 |
| 450 | 2024-12-21T04:32:56.049Z | Compiling clap_builder v4.5.21 |
| 451 | 2024-12-21T04:32:56.085Z | Compiling papergrid v0.11.0 |
| 452 | 2024-12-21T04:32:56.735Z | Compiling memmap v0.7.0 |
| 453 | 2024-12-21T04:32:56.738Z | Compiling smawk v0.3.2 |
| 454 | 2024-12-21T04:32:56.784Z | Compiling unicode-linebreak v0.1.5 |
| 455 | 2024-12-21T04:32:57.139Z | Compiling swrite v0.1.0 |
| 456 | 2024-12-21T04:32:57.287Z | Compiling textwrap v0.16.1 |
| 457 | 2024-12-21T04:32:58.564Z | Compiling tabled_derive v0.7.0 |
| 458 | 2024-12-21T04:33:00.241Z | Compiling tabled v0.15.0 |
| 459 | 2024-12-21T04:33:01.948Z | Compiling serde_derive v1.0.215 |
| 460 | 2024-12-21T04:33:01.948Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2024-12-21T04:33:01.951Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2024-12-21T04:33:01.951Z | Compiling scroll_derive v0.12.0 |
| 463 | 2024-12-21T04:33:01.951Z | Compiling clap_derive v4.5.18 |
| 464 | 2024-12-21T04:33:03.246Z | Compiling scroll v0.12.0 |
| 465 | 2024-12-21T04:33:03.696Z | Compiling zerocopy v0.7.35 |
| 466 | 2024-12-21T04:33:03.718Z | Compiling goblin v0.8.2 |
| 467 | 2024-12-21T04:33:04.763Z | Compiling pest v2.7.14 |
| 468 | 2024-12-21T04:33:05.832Z | Compiling clap v4.5.21 |
| 469 | 2024-12-21T04:33:06.933Z | Compiling pest_meta v2.7.14 |
| 470 | 2024-12-21T04:33:07.803Z | Compiling pest_generator v2.7.14 |
| 471 | 2024-12-21T04:33:09.776Z | Compiling pest_derive v2.7.14 |
| 472 | 2024-12-21T04:33:10.470Z | Compiling dtrace-parser v0.2.0 |
| 473 | 2024-12-21T04:33:12.518Z | Compiling serde_tokenstream v0.2.2 |
| 474 | 2024-12-21T04:33:12.569Z | Compiling serde_spanned v0.6.8 |
| 475 | 2024-12-21T04:33:12.571Z | Compiling toml_datetime v0.6.8 |
| 476 | 2024-12-21T04:33:12.836Z | Compiling cargo-platform v0.1.8 |
| 477 | 2024-12-21T04:33:12.957Z | Compiling toml_edit v0.22.22 |
| 478 | 2024-12-21T04:33:13.141Z | Compiling macaddr v1.0.1 |
| 479 | 2024-12-21T04:33:13.346Z | Compiling camino-tempfile v1.1.1 |
| 480 | 2024-12-21T04:33:14.100Z | Compiling dof v0.3.0 |
| 481 | 2024-12-21T04:33:14.121Z | Compiling cargo_metadata v0.18.1 |
| 482 | 2024-12-21T04:33:15.912Z | Compiling toml v0.8.19 |
| 483 | 2024-12-21T04:33:15.966Z | Compiling usdt-macro v0.5.0 |
| 484 | 2024-12-21T04:33:15.968Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2024-12-21T04:33:16.800Z | Compiling cargo_toml v0.20.5 |
| 486 | 2024-12-21T04:33:17.276Z | Compiling usdt v0.5.0 |
| 487 | 2024-12-21T04:33:20.431Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 488 | 2024-12-21T04:33:24.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.04s |
| 489 | 2024-12-21T04:33:25.067Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 490 | 2024-12-21T04:33:25.632Z | Downloading crates ... |
| 491 | 2024-12-21T04:33:25.764Z | Downloaded addr2line v0.24.2 |
| 492 | 2024-12-21T04:33:25.774Z | Downloaded hex-literal v0.4.1 |
| 493 | 2024-12-21T04:33:25.776Z | Downloaded hex v0.4.3 |
| 494 | 2024-12-21T04:33:25.779Z | Downloaded heck v0.3.3 |
| 495 | 2024-12-21T04:33:25.781Z | Downloaded headers-core v0.3.0 |
| 496 | 2024-12-21T04:33:25.781Z | Downloaded atty v0.2.14 |
| 497 | 2024-12-21T04:33:25.785Z | Downloaded atomicwrites v0.4.4 |
| 498 | 2024-12-21T04:33:25.790Z | Downloaded ciborium-io v0.2.2 |
| 499 | 2024-12-21T04:33:25.792Z | Downloaded cfg_aliases v0.1.1 |
| 500 | 2024-12-21T04:33:25.794Z | Downloaded async-stream-impl v0.3.6 |
| 501 | 2024-12-21T04:33:25.796Z | Downloaded is_ci v1.2.0 |
| 502 | 2024-12-21T04:33:25.796Z | Downloaded http-range v0.1.5 |
| 503 | 2024-12-21T04:33:25.800Z | Downloaded icu_provider_macros v1.5.0 |
| 504 | 2024-12-21T04:33:25.803Z | Downloaded cfg_aliases v0.2.1 |
| 505 | 2024-12-21T04:33:25.805Z | Downloaded arrayref v0.3.9 |
| 506 | 2024-12-21T04:33:25.805Z | Downloaded aead v0.5.2 |
| 507 | 2024-12-21T04:33:25.807Z | Downloaded adler2 v2.0.0 |
| 508 | 2024-12-21T04:33:25.809Z | Downloaded matches v0.1.10 |
| 509 | 2024-12-21T04:33:25.811Z | Downloaded cstr-argument v0.1.2 |
| 510 | 2024-12-21T04:33:25.811Z | Downloaded crucible-workspace-hack v0.1.0 |
| 511 | 2024-12-21T04:33:25.813Z | Downloaded match_cfg v0.1.0 |
| 512 | 2024-12-21T04:33:25.816Z | Downloaded hubpack_derive v0.1.1 |
| 513 | 2024-12-21T04:33:25.818Z | Downloaded crunchy v0.2.2 |
| 514 | 2024-12-21T04:33:25.818Z | Downloaded constant_time_eq v0.3.1 |
| 515 | 2024-12-21T04:33:25.821Z | Downloaded md5 v0.7.0 |
| 516 | 2024-12-21T04:33:25.823Z | Downloaded base16ct v0.2.0 |
| 517 | 2024-12-21T04:33:25.826Z | Downloaded async-recursion v1.1.1 |
| 518 | 2024-12-21T04:33:25.830Z | Downloaded instant v0.1.13 |
| 519 | 2024-12-21T04:33:25.832Z | Downloaded ascii-canvas v3.0.0 |
| 520 | 2024-12-21T04:33:25.834Z | Downloaded ident_case v1.0.1 |
| 521 | 2024-12-21T04:33:25.834Z | Downloaded bitfield v0.14.0 |
| 522 | 2024-12-21T04:33:25.836Z | Downloaded http-body v1.0.1 |
| 523 | 2024-12-21T04:33:25.836Z | Downloaded bb8 v0.8.5 |
| 524 | 2024-12-21T04:33:25.839Z | Downloaded async-stream v0.3.6 |
| 525 | 2024-12-21T04:33:25.841Z | Downloaded linked-hash-map v0.5.6 |
| 526 | 2024-12-21T04:33:25.843Z | Downloaded cmake v0.1.51 |
| 527 | 2024-12-21T04:33:25.845Z | Downloaded crc v3.2.1 |
| 528 | 2024-12-21T04:33:25.847Z | Downloaded chrono-tz-build v0.4.0 |
| 529 | 2024-12-21T04:33:25.849Z | Downloaded assert_matches v1.5.0 |
| 530 | 2024-12-21T04:33:25.849Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 531 | 2024-12-21T04:33:25.851Z | Downloaded internet-checksum v0.2.1 |
| 532 | 2024-12-21T04:33:25.853Z | Downloaded const_format_proc_macros v0.2.33 |
| 533 | 2024-12-21T04:33:25.856Z | Downloaded cbc v0.1.2 |
| 534 | 2024-12-21T04:33:25.858Z | Downloaded indoc v1.0.9 |
| 535 | 2024-12-21T04:33:25.860Z | Downloaded chacha20 v0.9.1 |
| 536 | 2024-12-21T04:33:25.862Z | Downloaded cassowary v0.3.0 |
| 537 | 2024-12-21T04:33:25.865Z | Downloaded managed v0.8.0 |
| 538 | 2024-12-21T04:33:25.867Z | Downloaded lazy_static v1.5.0 |
| 539 | 2024-12-21T04:33:25.869Z | Downloaded linear-map v1.2.0 |
| 540 | 2024-12-21T04:33:25.869Z | Downloaded colored v2.1.0 |
| 541 | 2024-12-21T04:33:25.871Z | Downloaded libefi-sys v0.1.0 |
| 542 | 2024-12-21T04:33:25.873Z | Downloaded indent_write v2.2.0 |
| 543 | 2024-12-21T04:33:25.876Z | Downloaded buf-list v1.0.3 |
| 544 | 2024-12-21T04:33:25.878Z | Downloaded http-body-util v0.1.2 |
| 545 | 2024-12-21T04:33:25.880Z | Downloaded crossbeam-deque v0.8.5 |
| 546 | 2024-12-21T04:33:25.883Z | Downloaded lockfree-object-pool v0.1.6 |
| 547 | 2024-12-21T04:33:25.883Z | Downloaded instability v0.3.2 |
| 548 | 2024-12-21T04:33:25.885Z | Downloaded md-5 v0.10.6 |
| 549 | 2024-12-21T04:33:25.887Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 550 | 2024-12-21T04:33:25.889Z | Downloaded crc-catalog v2.4.0 |
| 551 | 2024-12-21T04:33:25.891Z | Downloaded lru v0.12.5 |
| 552 | 2024-12-21T04:33:25.891Z | Downloaded hyper-tls v0.6.0 |
| 553 | 2024-12-21T04:33:25.893Z | Downloaded memoffset v0.9.1 |
| 554 | 2024-12-21T04:33:25.895Z | Downloaded ctr v0.9.2 |
| 555 | 2024-12-21T04:33:25.897Z | Downloaded blowfish v0.9.1 |
| 556 | 2024-12-21T04:33:25.898Z | Downloaded maplit v1.0.2 |
| 557 | 2024-12-21T04:33:25.901Z | Downloaded maybe-uninit v2.0.0 |
| 558 | 2024-12-21T04:33:25.901Z | Downloaded async-trait v0.1.83 |
| 559 | 2024-12-21T04:33:25.904Z | Downloaded russh-cryptovec v0.7.3 |
| 560 | 2024-12-21T04:33:25.906Z | Downloaded kstat-rs v0.2.4 |
| 561 | 2024-12-21T04:33:25.909Z | Downloaded highway v1.2.0 |
| 562 | 2024-12-21T04:33:25.910Z | Downloaded cookie_store v0.21.0 |
| 563 | 2024-12-21T04:33:25.913Z | Downloaded keccak v0.1.5 |
| 564 | 2024-12-21T04:33:25.913Z | Downloaded httpdate v1.0.3 |
| 565 | 2024-12-21T04:33:25.915Z | Downloaded humantime v2.1.0 |
| 566 | 2024-12-21T04:33:25.917Z | Downloaded mime v0.3.17 |
| 567 | 2024-12-21T04:33:25.917Z | Downloaded darling v0.20.10 |
| 568 | 2024-12-21T04:33:25.923Z | Downloaded hyper-staticfile v0.10.1 |
| 569 | 2024-12-21T04:33:25.925Z | Downloaded litemap v0.7.3 |
| 570 | 2024-12-21T04:33:25.927Z | Downloaded bcs v0.1.6 |
| 571 | 2024-12-21T04:33:25.930Z | Downloaded libloading v0.8.5 |
| 572 | 2024-12-21T04:33:25.933Z | Downloaded idna_adapter v1.2.0 |
| 573 | 2024-12-21T04:33:25.935Z | Downloaded ciborium v0.2.2 |
| 574 | 2024-12-21T04:33:25.935Z | Downloaded quick-error v1.2.3 |
| 575 | 2024-12-21T04:33:25.938Z | Downloaded hyper-rustls v0.27.3 |
| 576 | 2024-12-21T04:33:25.940Z | Downloaded crc32fast v1.4.2 |
| 577 | 2024-12-21T04:33:25.942Z | Downloaded atomic-waker v1.1.2 |
| 578 | 2024-12-21T04:33:25.944Z | Downloaded async-bb8-diesel v0.2.1 |
| 579 | 2024-12-21T04:33:25.946Z | Downloaded lazycell v1.3.0 |
| 580 | 2024-12-21T04:33:25.948Z | Downloaded try-lock v0.2.5 |
| 581 | 2024-12-21T04:33:25.948Z | Downloaded tower-service v0.3.3 |
| 582 | 2024-12-21T04:33:25.950Z | Downloaded base64ct v1.6.0 |
| 583 | 2024-12-21T04:33:25.953Z | Downloaded dirs-next v2.0.0 |
| 584 | 2024-12-21T04:33:25.953Z | Downloaded waitgroup v0.1.2 |
| 585 | 2024-12-21T04:33:25.955Z | Downloaded array-init v0.0.4 |
| 586 | 2024-12-21T04:33:25.958Z | Downloaded memmap2 v0.9.5 |
| 587 | 2024-12-21T04:33:25.959Z | Downloaded csv-core v0.1.11 |
| 588 | 2024-12-21T04:33:25.961Z | Downloaded ipnet v2.10.1 |
| 589 | 2024-12-21T04:33:25.961Z | Downloaded ref-cast-impl v1.0.23 |
| 590 | 2024-12-21T04:33:25.964Z | Downloaded icu_locid_transform v1.5.0 |
| 591 | 2024-12-21T04:33:25.966Z | Downloaded mime_guess v2.0.5 |
| 592 | 2024-12-21T04:33:25.968Z | Downloaded lru-cache v0.1.2 |
| 593 | 2024-12-21T04:33:25.968Z | Downloaded libsw v3.3.1 |
| 594 | 2024-12-21T04:33:25.971Z | Downloaded darling_macro v0.20.10 |
| 595 | 2024-12-21T04:33:25.973Z | Downloaded zone_cfg_derive v0.3.0 |
| 596 | 2024-12-21T04:33:25.973Z | Downloaded zone_cfg_derive v0.1.2 |
| 597 | 2024-12-21T04:33:25.973Z | Downloaded rustls-pemfile v1.0.4 |
| 598 | 2024-12-21T04:33:25.977Z | Downloaded hostname v0.3.1 |
| 599 | 2024-12-21T04:33:25.979Z | Downloaded ahash v0.8.11 |
| 600 | 2024-12-21T04:33:25.981Z | Downloaded signature v2.2.0 |
| 601 | 2024-12-21T04:33:25.983Z | Downloaded cookie v0.18.1 |
| 602 | 2024-12-21T04:33:25.986Z | Downloaded icu_locid_transform_data v1.5.0 |
| 603 | 2024-12-21T04:33:25.988Z | Downloaded scheduled-thread-pool v0.2.7 |
| 604 | 2024-12-21T04:33:25.988Z | Downloaded same-file v1.0.6 |
| 605 | 2024-12-21T04:33:25.991Z | Downloaded lock_api v0.4.12 |
| 606 | 2024-12-21T04:33:25.993Z | Downloaded foreign-types-shared v0.3.1 |
| 607 | 2024-12-21T04:33:25.993Z | Downloaded backoff v0.4.0 |
| 608 | 2024-12-21T04:33:25.995Z | Downloaded icu_provider v1.5.0 |
| 609 | 2024-12-21T04:33:25.998Z | Downloaded indexmap v1.9.3 |
| 610 | 2024-12-21T04:33:26.002Z | Downloaded num_threads v0.1.7 |
| 611 | 2024-12-21T04:33:26.006Z | Downloaded signal-hook-tokio v0.3.1 |
| 612 | 2024-12-21T04:33:26.008Z | Downloaded icu_normalizer_data v1.5.0 |
| 613 | 2024-12-21T04:33:26.008Z | Downloaded parse-size v1.1.0 |
| 614 | 2024-12-21T04:33:26.012Z | Downloaded precomputed-hash v0.1.1 |
| 615 | 2024-12-21T04:33:26.012Z | Downloaded tap v1.0.1 |
| 616 | 2024-12-21T04:33:26.012Z | Downloaded stringprep v0.1.5 |
| 617 | 2024-12-21T04:33:26.015Z | Downloaded string_cache v0.8.7 |
| 618 | 2024-12-21T04:33:26.015Z | Downloaded tiny-keccak v2.0.2 |
| 619 | 2024-12-21T04:33:26.018Z | Downloaded utf8_iter v1.0.4 |
| 620 | 2024-12-21T04:33:26.020Z | Downloaded peg-runtime v0.8.3 |
| 621 | 2024-12-21T04:33:26.020Z | Downloaded xz2 v0.1.7 |
| 622 | 2024-12-21T04:33:26.022Z | Downloaded wait-timeout v0.2.0 |
| 623 | 2024-12-21T04:33:26.025Z | Downloaded hickory-client v0.24.1 |
| 624 | 2024-12-21T04:33:26.027Z | Downloaded utf16_iter v1.0.5 |
| 625 | 2024-12-21T04:33:26.029Z | Downloaded env_filter v0.1.2 |
| 626 | 2024-12-21T04:33:26.029Z | Downloaded difflib v0.4.0 |
| 627 | 2024-12-21T04:33:26.032Z | Downloaded zerofrom-derive v0.1.4 |
| 628 | 2024-12-21T04:33:26.032Z | Downloaded tokio-native-tls v0.3.1 |
| 629 | 2024-12-21T04:33:26.035Z | Downloaded ssh-cipher v0.2.0 |
| 630 | 2024-12-21T04:33:26.039Z | Downloaded russh-keys v0.45.0 |
| 631 | 2024-12-21T04:33:26.042Z | Downloaded strip-ansi-escapes v0.2.0 |
| 632 | 2024-12-21T04:33:26.042Z | Downloaded oso-derive v0.27.3 |
| 633 | 2024-12-21T04:33:26.042Z | Downloaded number_prefix v0.4.0 |
| 634 | 2024-12-21T04:33:26.042Z | Downloaded slog-envlogger v2.2.0 |
| 635 | 2024-12-21T04:33:26.044Z | Downloaded base64 v0.13.1 |
| 636 | 2024-12-21T04:33:26.047Z | Downloaded fallible-iterator v0.2.0 |
| 637 | 2024-12-21T04:33:26.050Z | Downloaded ed25519 v2.2.3 |
| 638 | 2024-12-21T04:33:26.052Z | Downloaded fragile v2.0.0 |
| 639 | 2024-12-21T04:33:26.055Z | Downloaded icu_normalizer v1.5.0 |
| 640 | 2024-12-21T04:33:26.057Z | Downloaded bytes v1.8.0 |
| 641 | 2024-12-21T04:33:26.061Z | Downloaded nanorand v0.7.0 |
| 642 | 2024-12-21T04:33:26.064Z | Downloaded sigpipe v0.1.3 |
| 643 | 2024-12-21T04:33:26.067Z | Downloaded progenitor-impl v0.8.0 |
| 644 | 2024-12-21T04:33:26.069Z | Downloaded indicatif v0.17.9 |
| 645 | 2024-12-21T04:33:26.071Z | Downloaded tinyvec_macros v0.1.1 |
| 646 | 2024-12-21T04:33:26.074Z | Downloaded num_enum_derive v0.5.11 |
| 647 | 2024-12-21T04:33:26.076Z | Downloaded multimap v0.10.0 |
| 648 | 2024-12-21T04:33:26.076Z | Downloaded sync-ptr v0.1.1 |
| 649 | 2024-12-21T04:33:26.078Z | Downloaded structmeta v0.2.0 |
| 650 | 2024-12-21T04:33:26.078Z | Downloaded arc-swap v1.7.1 |
| 651 | 2024-12-21T04:33:26.082Z | Downloaded yoke-derive v0.7.4 |
| 652 | 2024-12-21T04:33:26.085Z | Downloaded time-core v0.1.2 |
| 653 | 2024-12-21T04:33:26.085Z | Downloaded zeroize v1.8.1 |
| 654 | 2024-12-21T04:33:26.087Z | Downloaded pkg-config v0.3.31 |
| 655 | 2024-12-21T04:33:26.089Z | Downloaded psl-types v2.0.11 |
| 656 | 2024-12-21T04:33:26.089Z | Downloaded thiserror v2.0.3 |
| 657 | 2024-12-21T04:33:26.094Z | Downloaded percent-encoding v2.3.1 |
| 658 | 2024-12-21T04:33:26.096Z | Downloaded rpassword v7.3.1 |
| 659 | 2024-12-21T04:33:26.098Z | Downloaded rfc6979 v0.4.0 |
| 660 | 2024-12-21T04:33:26.098Z | Downloaded rand_seeder v0.3.0 |
| 661 | 2024-12-21T04:33:26.101Z | Downloaded pem v3.0.4 |
| 662 | 2024-12-21T04:33:26.103Z | Downloaded yasna v0.5.2 |
| 663 | 2024-12-21T04:33:26.106Z | Downloaded tui-tree-widget v0.22.0 |
| 664 | 2024-12-21T04:33:26.106Z | Downloaded rand_xorshift v0.3.0 |
| 665 | 2024-12-21T04:33:26.108Z | Downloaded quinn-udp v0.5.5 |
| 666 | 2024-12-21T04:33:26.111Z | Downloaded compact_str v0.8.0 |
| 667 | 2024-12-21T04:33:26.114Z | Downloaded rtoolbox v0.0.2 |
| 668 | 2024-12-21T04:33:26.114Z | Downloaded walkdir v2.5.0 |
| 669 | 2024-12-21T04:33:26.117Z | Downloaded base64 v0.21.7 |
| 670 | 2024-12-21T04:33:26.120Z | Downloaded num-conv v0.1.0 |
| 671 | 2024-12-21T04:33:26.125Z | Downloaded serde_plain v1.0.2 |
| 672 | 2024-12-21T04:33:26.127Z | Downloaded fs_extra v1.3.0 |
| 673 | 2024-12-21T04:33:26.127Z | Downloaded serde_with_macros v3.11.0 |
| 674 | 2024-12-21T04:33:26.130Z | Downloaded env_logger v0.11.5 |
| 675 | 2024-12-21T04:33:26.132Z | Downloaded newtype_derive v0.1.6 |
| 676 | 2024-12-21T04:33:26.136Z | Downloaded icu_locid v1.5.0 |
| 677 | 2024-12-21T04:33:26.148Z | Downloaded unicode-truncate v1.1.0 |
| 678 | 2024-12-21T04:33:26.151Z | Downloaded owo-colors v4.1.0 |
| 679 | 2024-12-21T04:33:26.156Z | Downloaded num-complex v0.4.6 |
| 680 | 2024-12-21T04:33:26.159Z | Downloaded tinystr v0.7.6 |
| 681 | 2024-12-21T04:33:26.159Z | Downloaded prettyplease v0.2.25 |
| 682 | 2024-12-21T04:33:26.161Z | Downloaded deranged v0.3.11 |
| 683 | 2024-12-21T04:33:26.163Z | Downloaded predicates v3.1.2 |
| 684 | 2024-12-21T04:33:26.165Z | Downloaded pem-rfc7468 v0.7.0 |
| 685 | 2024-12-21T04:33:26.167Z | Downloaded ff v0.13.0 |
| 686 | 2024-12-21T04:33:26.169Z | Downloaded postcard v1.0.10 |
| 687 | 2024-12-21T04:33:26.172Z | Downloaded httparse v1.9.5 |
| 688 | 2024-12-21T04:33:26.174Z | Downloaded base64 v0.22.1 |
| 689 | 2024-12-21T04:33:26.178Z | Downloaded hyper-util v0.1.10 |
| 690 | 2024-12-21T04:33:26.183Z | Downloaded backtrace v0.3.74 |
| 691 | 2024-12-21T04:33:26.189Z | Downloaded ena v0.14.3 |
| 692 | 2024-12-21T04:33:26.191Z | Downloaded zopfli v0.8.1 |
| 693 | 2024-12-21T04:33:26.194Z | Downloaded futures-task v0.3.31 |
| 694 | 2024-12-21T04:33:26.196Z | Downloaded hickory-resolver v0.24.1 |
| 695 | 2024-12-21T04:33:26.203Z | Downloaded strum v0.26.3 |
| 696 | 2024-12-21T04:33:26.205Z | Downloaded num v0.4.3 |
| 697 | 2024-12-21T04:33:26.205Z | Downloaded write16 v1.0.0 |
| 698 | 2024-12-21T04:33:26.205Z | Downloaded toolchain_find v0.4.0 |
| 699 | 2024-12-21T04:33:26.205Z | Downloaded peg v0.8.4 |
| 700 | 2024-12-21T04:33:26.209Z | Downloaded newtype-uuid v1.1.3 |
| 701 | 2024-12-21T04:33:26.212Z | Downloaded packed_struct_codegen v0.10.1 |
| 702 | 2024-12-21T04:33:26.214Z | Downloaded radium v0.7.0 |
| 703 | 2024-12-21T04:33:26.214Z | Downloaded ppv-lite86 v0.2.20 |
| 704 | 2024-12-21T04:33:26.216Z | Downloaded powerfmt v0.2.0 |
| 705 | 2024-12-21T04:33:26.218Z | Downloaded slog-term v2.9.1 |
| 706 | 2024-12-21T04:33:26.222Z | Downloaded slog-stdlog v4.1.1 |
| 707 | 2024-12-21T04:33:26.222Z | Downloaded foreign-types-shared v0.1.1 |
| 708 | 2024-12-21T04:33:26.222Z | Downloaded salsa20 v0.10.2 |
| 709 | 2024-12-21T04:33:26.224Z | Downloaded unicase v2.7.0 |
| 710 | 2024-12-21T04:33:26.224Z | Downloaded futures-sink v0.3.31 |
| 711 | 2024-12-21T04:33:26.227Z | Downloaded futures-io v0.3.31 |
| 712 | 2024-12-21T04:33:26.227Z | Downloaded native-tls v0.2.12 |
| 713 | 2024-12-21T04:33:26.229Z | Downloaded snafu v0.8.5 |
| 714 | 2024-12-21T04:33:26.235Z | Downloaded slog-async v2.8.0 |
| 715 | 2024-12-21T04:33:26.237Z | Downloaded shlex v1.3.0 |
| 716 | 2024-12-21T04:33:26.240Z | Downloaded futures-channel v0.3.31 |
| 717 | 2024-12-21T04:33:26.243Z | Downloaded rsa v0.9.6 |
| 718 | 2024-12-21T04:33:26.246Z | Downloaded unsafe-libyaml v0.2.11 |
| 719 | 2024-12-21T04:33:26.250Z | Downloaded openssl-probe v0.1.5 |
| 720 | 2024-12-21T04:33:26.252Z | Downloaded openssl-macros v0.1.1 |
| 721 | 2024-12-21T04:33:26.252Z | Downloaded tungstenite v0.24.0 |
| 722 | 2024-12-21T04:33:26.257Z | Downloaded path-slash v0.1.5 |
| 723 | 2024-12-21T04:33:26.260Z | Downloaded http v1.1.0 |
| 724 | 2024-12-21T04:33:26.263Z | Downloaded ssh-encoding v0.2.0 |
| 725 | 2024-12-21T04:33:26.265Z | Downloaded smf v0.2.3 |
| 726 | 2024-12-21T04:33:26.265Z | Downloaded nu-ansi-term v0.50.1 |
| 727 | 2024-12-21T04:33:26.267Z | Downloaded strum_macros v0.24.3 |
| 728 | 2024-12-21T04:33:26.269Z | Downloaded serde_yaml v0.9.34+deprecated |
| 729 | 2024-12-21T04:33:26.272Z | Downloaded rustc_version v0.1.7 |
| 730 | 2024-12-21T04:33:26.275Z | Downloaded termcolor v1.4.1 |
| 731 | 2024-12-21T04:33:26.277Z | Downloaded topological-sort v0.2.2 |
| 732 | 2024-12-21T04:33:26.278Z | Downloaded postgres-types v0.2.8 |
| 733 | 2024-12-21T04:33:26.280Z | Downloaded zone v0.1.8 |
| 734 | 2024-12-21T04:33:26.282Z | Downloaded which v4.4.2 |
| 735 | 2024-12-21T04:33:26.282Z | Downloaded peg-macros v0.8.4 |
| 736 | 2024-12-21T04:33:26.284Z | Downloaded hash32 v0.3.1 |
| 737 | 2024-12-21T04:33:26.286Z | Downloaded hash32 v0.2.1 |
| 738 | 2024-12-21T04:33:26.288Z | Downloaded serde_urlencoded v0.7.1 |
| 739 | 2024-12-21T04:33:26.290Z | Downloaded embedded-io v0.6.1 |
| 740 | 2024-12-21T04:33:26.290Z | Downloaded embedded-io v0.4.0 |
| 741 | 2024-12-21T04:33:26.293Z | Downloaded p256 v0.13.2 |
| 742 | 2024-12-21T04:33:26.296Z | Downloaded whoami v1.5.2 |
| 743 | 2024-12-21T04:33:26.299Z | Downloaded subprocess v0.2.9 |
| 744 | 2024-12-21T04:33:26.301Z | Downloaded smallvec v1.13.2 |
| 745 | 2024-12-21T04:33:26.304Z | Downloaded qorb v0.2.1 |
| 746 | 2024-12-21T04:33:26.308Z | Downloaded derive-where v1.2.7 |
| 747 | 2024-12-21T04:33:26.312Z | Downloaded crossbeam-channel v0.5.13 |
| 748 | 2024-12-21T04:33:26.317Z | Downloaded paste v1.0.15 |
| 749 | 2024-12-21T04:33:26.322Z | Downloaded opaque-debug v0.3.1 |
| 750 | 2024-12-21T04:33:26.325Z | Downloaded pin-utils v0.1.0 |
| 751 | 2024-12-21T04:33:26.325Z | Downloaded futures-macro v0.3.31 |
| 752 | 2024-12-21T04:33:26.325Z | Downloaded diff v0.1.13 |
| 753 | 2024-12-21T04:33:26.327Z | Downloaded polyval v0.6.2 |
| 754 | 2024-12-21T04:33:26.329Z | Downloaded endian-type v0.1.2 |
| 755 | 2024-12-21T04:33:26.331Z | Downloaded term v0.7.0 |
| 756 | 2024-12-21T04:33:26.335Z | Downloaded parking_lot v0.12.3 |
| 757 | 2024-12-21T04:33:26.337Z | Downloaded serde-big-array v0.5.1 |
| 758 | 2024-12-21T04:33:26.339Z | Downloaded scopeguard v1.2.0 |
| 759 | 2024-12-21T04:33:26.342Z | Downloaded tokio-tungstenite v0.24.0 |
| 760 | 2024-12-21T04:33:26.345Z | Downloaded tokio-stream v0.1.16 |
| 761 | 2024-12-21T04:33:26.347Z | Downloaded tokio-rustls v0.26.0 |
| 762 | 2024-12-21T04:33:26.351Z | Downloaded ron v0.7.1 |
| 763 | 2024-12-21T04:33:26.354Z | Downloaded tokio-macros v2.4.0 |
| 764 | 2024-12-21T04:33:26.356Z | Downloaded num-rational v0.4.2 |
| 765 | 2024-12-21T04:33:26.360Z | Downloaded tabwriter v1.4.0 |
| 766 | 2024-12-21T04:33:26.360Z | Downloaded gethostname v0.5.0 |
| 767 | 2024-12-21T04:33:26.364Z | Downloaded phf_shared v0.10.0 |
| 768 | 2024-12-21T04:33:26.364Z | Downloaded sha1 v0.10.6 |
| 769 | 2024-12-21T04:33:26.364Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 770 | 2024-12-21T04:33:26.371Z | Downloaded smallvec v0.6.14 |
| 771 | 2024-12-21T04:33:26.371Z | Downloaded signal-hook v0.3.17 |
| 772 | 2024-12-21T04:33:26.379Z | Downloaded dropshot_endpoint v0.12.0 |
| 773 | 2024-12-21T04:33:26.379Z | Downloaded tls_codec v0.4.1 |
| 774 | 2024-12-21T04:33:26.383Z | Downloaded unicode-bidi v0.3.17 |
| 775 | 2024-12-21T04:33:26.383Z | Downloaded synstructure v0.13.1 |
| 776 | 2024-12-21T04:33:26.383Z | Downloaded zerocopy v0.6.6 |
| 777 | 2024-12-21T04:33:26.388Z | Downloaded fallible-iterator v0.3.0 |
| 778 | 2024-12-21T04:33:26.388Z | Downloaded enum-as-inner v0.6.1 |
| 779 | 2024-12-21T04:33:26.388Z | Downloaded enum-as-inner v0.5.1 |
| 780 | 2024-12-21T04:33:26.393Z | Downloaded expectorate v1.1.0 |
| 781 | 2024-12-21T04:33:26.393Z | Downloaded mirai-annotations v1.12.0 |
| 782 | 2024-12-21T04:33:26.393Z | Downloaded dyn-clone v1.0.17 |
| 783 | 2024-12-21T04:33:26.395Z | Downloaded diesel-dtrace v0.4.2 |
| 784 | 2024-12-21T04:33:26.395Z | Downloaded pin-project-lite v0.2.14 |
| 785 | 2024-12-21T04:33:26.400Z | Downloaded foreign-types v0.3.2 |
| 786 | 2024-12-21T04:33:26.402Z | Downloaded phf_generator v0.11.2 |
| 787 | 2024-12-21T04:33:26.405Z | Downloaded progenitor-client v0.8.0 |
| 788 | 2024-12-21T04:33:26.405Z | Downloaded either v1.13.0 |
| 789 | 2024-12-21T04:33:26.405Z | Downloaded ecdsa v0.16.9 |
| 790 | 2024-12-21T04:33:26.408Z | Downloaded rustc-hash v2.0.0 |
| 791 | 2024-12-21T04:33:26.412Z | Downloaded r2d2 v0.8.10 |
| 792 | 2024-12-21T04:33:26.412Z | Downloaded rand_chacha v0.3.1 |
| 793 | 2024-12-21T04:33:26.412Z | Downloaded phf_codegen v0.11.2 |
| 794 | 2024-12-21T04:33:26.415Z | Downloaded olpc-cjson v0.1.4 |
| 795 | 2024-12-21T04:33:26.415Z | Downloaded semver v0.1.20 |
| 796 | 2024-12-21T04:33:26.418Z | Downloaded ron v0.8.1 |
| 797 | 2024-12-21T04:33:26.421Z | Downloaded dhcproto v0.12.0 |
| 798 | 2024-12-21T04:33:26.424Z | Downloaded take_mut v0.2.2 |
| 799 | 2024-12-21T04:33:26.427Z | Downloaded steno v0.4.1 |
| 800 | 2024-12-21T04:33:26.430Z | Downloaded derive_builder v0.20.2 |
| 801 | 2024-12-21T04:33:26.435Z | Downloaded sync_wrapper v1.0.1 |
| 802 | 2024-12-21T04:33:26.439Z | Downloaded thread_local v1.1.8 |
| 803 | 2024-12-21T04:33:26.439Z | Downloaded strum_macros v0.25.3 |
| 804 | 2024-12-21T04:33:26.441Z | Downloaded secrecy v0.10.3 |
| 805 | 2024-12-21T04:33:26.441Z | Downloaded vte v0.11.1 |
| 806 | 2024-12-21T04:33:26.444Z | Downloaded thiserror-no-std v2.0.2 |
| 807 | 2024-12-21T04:33:26.447Z | Downloaded uzers v0.12.1 |
| 808 | 2024-12-21T04:33:26.450Z | Downloaded untrusted v0.9.0 |
| 809 | 2024-12-21T04:33:26.452Z | Downloaded structmeta-derive v0.3.0 |
| 810 | 2024-12-21T04:33:26.454Z | Downloaded new_debug_unreachable v1.0.6 |
| 811 | 2024-12-21T04:33:26.456Z | Downloaded crossterm v0.28.1 |
| 812 | 2024-12-21T04:33:26.461Z | Downloaded sqlformat v0.2.6 |
| 813 | 2024-12-21T04:33:26.464Z | Downloaded pin-project-internal v1.1.6 |
| 814 | 2024-12-21T04:33:26.466Z | Downloaded vsss-rs v3.3.4 |
| 815 | 2024-12-21T04:33:26.468Z | Downloaded schemars v0.8.21 |
| 816 | 2024-12-21T04:33:26.480Z | Downloaded slab v0.4.9 |
| 817 | 2024-12-21T04:33:26.483Z | Downloaded tracing v0.1.40 |
| 818 | 2024-12-21T04:33:26.487Z | Downloaded snafu-derive v0.8.5 |
| 819 | 2024-12-21T04:33:26.490Z | Downloaded elliptic-curve v0.13.8 |
| 820 | 2024-12-21T04:33:26.493Z | Downloaded num-traits v0.2.19 |
| 821 | 2024-12-21T04:33:26.496Z | Downloaded zerofrom v0.1.4 |
| 822 | 2024-12-21T04:33:26.499Z | Downloaded want v0.3.1 |
| 823 | 2024-12-21T04:33:26.499Z | Downloaded vte_generate_state_changes v0.1.2 |
| 824 | 2024-12-21T04:33:26.501Z | Downloaded spin v0.5.2 |
| 825 | 2024-12-21T04:33:26.501Z | Downloaded secrecy v0.8.0 |
| 826 | 2024-12-21T04:33:26.503Z | Downloaded parse-zoneinfo v0.3.1 |
| 827 | 2024-12-21T04:33:26.505Z | Downloaded universal-hash v0.5.1 |
| 828 | 2024-12-21T04:33:26.508Z | Downloaded flume v0.11.1 |
| 829 | 2024-12-21T04:33:26.510Z | Downloaded dsl_auto_type v0.1.2 |
| 830 | 2024-12-21T04:33:26.514Z | Downloaded zone v0.3.0 |
| 831 | 2024-12-21T04:33:26.514Z | Downloaded tokio-rustls v0.24.1 |
| 832 | 2024-12-21T04:33:26.516Z | Downloaded tokio-rustls v0.25.0 |
| 833 | 2024-12-21T04:33:26.518Z | Downloaded value-bag v1.9.0 |
| 834 | 2024-12-21T04:33:26.521Z | Downloaded aes-gcm v0.10.3 |
| 835 | 2024-12-21T04:33:26.524Z | Downloaded vergen v8.3.2 |
| 836 | 2024-12-21T04:33:26.531Z | Downloaded pin-project v1.1.6 |
| 837 | 2024-12-21T04:33:26.539Z | Downloaded normalize-line-endings v0.3.0 |
| 838 | 2024-12-21T04:33:26.542Z | Downloaded hyper v1.5.0 |
| 839 | 2024-12-21T04:33:26.547Z | Downloaded fxhash v0.2.1 |
| 840 | 2024-12-21T04:33:26.549Z | Downloaded pretty-hex v0.2.1 |
| 841 | 2024-12-21T04:33:26.549Z | Downloaded predicates-core v1.0.8 |
| 842 | 2024-12-21T04:33:26.552Z | Downloaded rustfmt-wrapper v0.2.1 |
| 843 | 2024-12-21T04:33:26.552Z | Downloaded omicron-zone-package v0.11.1 |
| 844 | 2024-12-21T04:33:26.555Z | Downloaded spki v0.7.3 |
| 845 | 2024-12-21T04:33:26.558Z | Downloaded rusty-fork v0.3.0 |
| 846 | 2024-12-21T04:33:26.561Z | Downloaded rustversion v1.0.17 |
| 847 | 2024-12-21T04:33:26.563Z | Downloaded x509-cert v0.2.5 |
| 848 | 2024-12-21T04:33:26.568Z | Downloaded unicode-xid v0.2.6 |
| 849 | 2024-12-21T04:33:26.570Z | Downloaded termios v0.3.3 |
| 850 | 2024-12-21T04:33:26.572Z | Downloaded slog-scope v4.4.0 |
| 851 | 2024-12-21T04:33:26.575Z | Downloaded slog-json v2.6.1 |
| 852 | 2024-12-21T04:33:26.577Z | Downloaded resolv-conf v0.7.0 |
| 853 | 2024-12-21T04:33:26.577Z | Downloaded zeroize_derive v1.4.2 |
| 854 | 2024-12-21T04:33:26.580Z | Downloaded num-bigint-dig v0.8.4 |
| 855 | 2024-12-21T04:33:26.583Z | Downloaded slog-bunyan v2.5.0 |
| 856 | 2024-12-21T04:33:26.585Z | Downloaded tracing-attributes v0.1.27 |
| 857 | 2024-12-21T04:33:26.587Z | Downloaded ref-cast v1.0.23 |
| 858 | 2024-12-21T04:33:26.590Z | Downloaded group v0.13.0 |
| 859 | 2024-12-21T04:33:26.592Z | Downloaded defmt-macros v0.3.9 |
| 860 | 2024-12-21T04:33:26.594Z | Downloaded dhcproto-macros v0.1.0 |
| 861 | 2024-12-21T04:33:26.597Z | Downloaded zerovec-derive v0.10.3 |
| 862 | 2024-12-21T04:33:26.597Z | Downloaded derive_builder_macro v0.20.2 |
| 863 | 2024-12-21T04:33:26.599Z | Downloaded defmt-parser v0.3.4 |
| 864 | 2024-12-21T04:33:26.599Z | Downloaded parse-display-derive v0.10.0 |
| 865 | 2024-12-21T04:33:26.602Z | Downloaded parse-display v0.10.0 |
| 866 | 2024-12-21T04:33:26.602Z | Downloaded signal-hook-registry v1.4.2 |
| 867 | 2024-12-21T04:33:26.604Z | Downloaded dropshot_endpoint v0.13.0 |
| 868 | 2024-12-21T04:33:26.606Z | Downloaded downcast v0.11.0 |
| 869 | 2024-12-21T04:33:26.608Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 870 | 2024-12-21T04:33:26.611Z | Downloaded packed_struct v0.10.1 |
| 871 | 2024-12-21T04:33:26.611Z | Downloaded typify-macro v0.2.0 |
| 872 | 2024-12-21T04:33:26.613Z | Downloaded predicates-tree v1.0.11 |
| 873 | 2024-12-21T04:33:26.613Z | Downloaded funty v2.0.0 |
| 874 | 2024-12-21T04:33:26.615Z | Downloaded primeorder v0.13.6 |
| 875 | 2024-12-21T04:33:26.619Z | Downloaded num-derive v0.4.2 |
| 876 | 2024-12-21T04:33:26.619Z | Downloaded structmeta-derive v0.2.0 |
| 877 | 2024-12-21T04:33:26.621Z | Downloaded unarray v0.1.4 |
| 878 | 2024-12-21T04:33:26.621Z | Downloaded twox-hash v1.6.3 |
| 879 | 2024-12-21T04:33:26.623Z | Downloaded unicode-segmentation v1.12.0 |
| 880 | 2024-12-21T04:33:26.627Z | Downloaded hashbrown v0.12.3 |
| 881 | 2024-12-21T04:33:26.630Z | Downloaded zip v2.1.3 |
| 882 | 2024-12-21T04:33:26.635Z | Downloaded newline-converter v0.3.0 |
| 883 | 2024-12-21T04:33:26.637Z | Downloaded rustc-hash v1.1.0 |
| 884 | 2024-12-21T04:33:26.639Z | Downloaded hashlink v0.9.1 |
| 885 | 2024-12-21T04:33:26.639Z | Downloaded password-hash v0.4.2 |
| 886 | 2024-12-21T04:33:26.643Z | Downloaded proc-macro-crate v1.3.1 |
| 887 | 2024-12-21T04:33:26.645Z | Downloaded parking_lot_core v0.9.10 |
| 888 | 2024-12-21T04:33:26.645Z | Downloaded writeable v0.5.5 |
| 889 | 2024-12-21T04:33:26.648Z | Downloaded hkdf v0.12.4 |
| 890 | 2024-12-21T04:33:26.650Z | Downloaded socket2 v0.5.7 |
| 891 | 2024-12-21T04:33:26.652Z | Downloaded mockall_derive v0.13.0 |
| 892 | 2024-12-21T04:33:26.654Z | Downloaded sqlparser_derive v0.2.2 |
| 893 | 2024-12-21T04:33:26.656Z | Downloaded blake3 v1.5.4 |
| 894 | 2024-12-21T04:33:26.662Z | Downloaded untrusted v0.7.1 |
| 895 | 2024-12-21T04:33:26.665Z | Downloaded aws-lc-rs v1.10.0 |
| 896 | 2024-12-21T04:33:26.674Z | Downloaded float-cmp v0.9.0 |
| 897 | 2024-12-21T04:33:26.676Z | Downloaded dunce v1.0.5 |
| 898 | 2024-12-21T04:33:26.676Z | Downloaded display-error-chain v0.2.2 |
| 899 | 2024-12-21T04:33:26.676Z | Downloaded defmt v0.3.8 |
| 900 | 2024-12-21T04:33:26.680Z | Downloaded flagset v0.4.6 |
| 901 | 2024-12-21T04:33:26.682Z | Downloaded fd-lock v4.0.2 |
| 902 | 2024-12-21T04:33:26.685Z | Downloaded scrypt v0.11.0 |
| 903 | 2024-12-21T04:33:26.685Z | Downloaded postgres-protocol v0.6.7 |
| 904 | 2024-12-21T04:33:26.688Z | Downloaded signal-hook-mio v0.2.4 |
| 905 | 2024-12-21T04:33:26.688Z | Downloaded typify v0.2.0 |
| 906 | 2024-12-21T04:33:26.691Z | Downloaded rustls-pki-types v1.10.0 |
| 907 | 2024-12-21T04:33:26.694Z | Downloaded tar v0.4.42 |
| 908 | 2024-12-21T04:33:26.697Z | Downloaded diesel_derives v2.2.3 |
| 909 | 2024-12-21T04:33:26.701Z | Downloaded phf v0.11.2 |
| 910 | 2024-12-21T04:33:26.704Z | Downloaded pbkdf2 v0.11.0 |
| 911 | 2024-12-21T04:33:26.706Z | Downloaded utf-8 v0.7.6 |
| 912 | 2024-12-21T04:33:26.706Z | Downloaded shell-words v1.1.0 |
| 913 | 2024-12-21T04:33:26.708Z | Downloaded serde-hex v0.1.0 |
| 914 | 2024-12-21T04:33:26.710Z | Downloaded miniz_oxide v0.8.0 |
| 915 | 2024-12-21T04:33:26.712Z | Downloaded rusqlite v0.32.1 |
| 916 | 2024-12-21T04:33:26.720Z | Downloaded termtree v0.4.1 |
| 917 | 2024-12-21T04:33:26.722Z | Downloaded aho-corasick v1.1.3 |
| 918 | 2024-12-21T04:33:26.726Z | Downloaded static_assertions v1.1.0 |
| 919 | 2024-12-21T04:33:26.728Z | Downloaded futures v0.3.31 |
| 920 | 2024-12-21T04:33:26.733Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 921 | 2024-12-21T04:33:26.735Z | Downloaded num-integer v0.1.46 |
| 922 | 2024-12-21T04:33:26.737Z | Downloaded thiserror-impl v2.0.3 |
| 923 | 2024-12-21T04:33:26.737Z | Downloaded der v0.7.9 |
| 924 | 2024-12-21T04:33:26.742Z | Downloaded displaydoc v0.2.5 |
| 925 | 2024-12-21T04:33:26.745Z | Downloaded ghash v0.5.1 |
| 926 | 2024-12-21T04:33:26.747Z | Downloaded rustc-demangle v0.1.24 |
| 927 | 2024-12-21T04:33:26.750Z | Downloaded structmeta v0.3.0 |
| 928 | 2024-12-21T04:33:26.750Z | Downloaded similar v2.6.0 |
| 929 | 2024-12-21T04:33:26.754Z | Downloaded rustyline v14.0.0 |
| 930 | 2024-12-21T04:33:26.759Z | Downloaded progenitor v0.8.0 |
| 931 | 2024-12-21T04:33:26.762Z | Downloaded nodrop v0.1.14 |
| 932 | 2024-12-21T04:33:26.762Z | Downloaded headers v0.4.0 |
| 933 | 2024-12-21T04:33:26.767Z | Downloaded pbkdf2 v0.12.2 |
| 934 | 2024-12-21T04:33:26.770Z | Downloaded password-hash v0.5.0 |
| 935 | 2024-12-21T04:33:26.776Z | Downloaded strum_macros v0.26.4 |
| 936 | 2024-12-21T04:33:26.776Z | Downloaded slog v2.7.0 |
| 937 | 2024-12-21T04:33:26.779Z | Downloaded rustls-webpki v0.102.8 |
| 938 | 2024-12-21T04:33:26.795Z | Downloaded getrandom v0.2.15 |
| 939 | 2024-12-21T04:33:26.798Z | Downloaded tracing-core v0.1.32 |
| 940 | 2024-12-21T04:33:26.800Z | Downloaded chrono v0.4.38 |
| 941 | 2024-12-21T04:33:26.808Z | Downloaded uuid v1.11.0 |
| 942 | 2024-12-21T04:33:26.811Z | Downloaded test-strategy v0.3.1 |
| 943 | 2024-12-21T04:33:26.815Z | Downloaded time v0.3.36 |
| 944 | 2024-12-21T04:33:26.822Z | Downloaded hashbrown v0.14.5 |
| 945 | 2024-12-21T04:33:26.827Z | Downloaded quinn v0.11.5 |
| 946 | 2024-12-21T04:33:26.831Z | Downloaded icu_properties_data v1.5.0 |
| 947 | 2024-12-21T04:33:26.842Z | Downloaded half v2.4.1 |
| 948 | 2024-12-21T04:33:26.845Z | Downloaded tokio-util v0.7.12 |
| 949 | 2024-12-21T04:33:26.852Z | Downloaded rustls-webpki v0.101.7 |
| 950 | 2024-12-21T04:33:26.867Z | Downloaded mio v1.0.2 |
| 951 | 2024-12-21T04:33:26.872Z | Downloaded lalrpop v0.19.12 |
| 952 | 2024-12-21T04:33:26.884Z | Downloaded salty v0.3.0 |
| 953 | 2024-12-21T04:33:26.890Z | Downloaded winnow v0.5.40 |
| 954 | 2024-12-21T04:33:26.900Z | Downloaded zerocopy-derive v0.8.10 |
| 955 | 2024-12-21T04:33:26.906Z | Downloaded bitvec v1.0.1 |
| 956 | 2024-12-21T04:33:26.921Z | Downloaded serde_with v3.11.0 |
| 957 | 2024-12-21T04:33:26.929Z | Downloaded url v2.5.3 |
| 958 | 2024-12-21T04:33:26.933Z | Downloaded bindgen v0.69.5 |
| 959 | 2024-12-21T04:33:26.940Z | Downloaded radix_trie v0.2.1 |
| 960 | 2024-12-21T04:33:26.946Z | Downloaded idna v0.4.0 |
| 961 | 2024-12-21T04:33:26.953Z | Downloaded siphasher v0.3.11 |
| 962 | 2024-12-21T04:33:26.955Z | Downloaded typed-path v0.9.3 |
| 963 | 2024-12-21T04:33:26.960Z | Downloaded russh v0.45.0 |
| 964 | 2024-12-21T04:33:26.966Z | Downloaded idna v0.3.0 |
| 965 | 2024-12-21T04:33:26.973Z | Downloaded publicsuffix v2.2.3 |
| 966 | 2024-12-21T04:33:26.979Z | Downloaded reedline v0.35.0 |
| 967 | 2024-12-21T04:33:26.989Z | Downloaded nom v7.1.3 |
| 968 | 2024-12-21T04:33:26.991Z | Downloaded idna v0.2.3 |
| 969 | 2024-12-21T04:33:26.996Z | Downloaded rustls-pemfile v2.2.0 |
| 970 | 2024-12-21T04:33:26.999Z | Downloaded idna v0.5.0 |
| 971 | 2024-12-21T04:33:27.006Z | Downloaded fatfs v0.3.6 |
| 972 | 2024-12-21T04:33:27.009Z | Downloaded flate2 v1.0.34 |
| 973 | 2024-12-21T04:33:27.014Z | Downloaded rcgen v0.12.1 |
| 974 | 2024-12-21T04:33:27.017Z | Downloaded unicode_categories v0.1.1 |
| 975 | 2024-12-21T04:33:27.019Z | Downloaded rayon v1.10.0 |
| 976 | 2024-12-21T04:33:27.029Z | Downloaded petname v2.0.2 |
| 977 | 2024-12-21T04:33:27.034Z | Downloaded git2 v0.19.0 |
| 978 | 2024-12-21T04:33:27.043Z | Downloaded unicode-normalization v0.1.24 |
| 979 | 2024-12-21T04:33:27.047Z | Downloaded curve25519-dalek v4.1.3 |
| 980 | 2024-12-21T04:33:27.490Z | Downloaded reqwest v0.12.9 |
| 981 | 2024-12-21T04:33:27.527Z | Downloaded futures-util v0.3.31 |
| 982 | 2024-12-21T04:33:27.527Z | Downloaded zip v0.6.6 |
| 983 | 2024-12-21T04:33:27.527Z | Downloaded hashbrown v0.13.2 |
| 984 | 2024-12-21T04:33:27.527Z | Downloaded zerovec v0.10.4 |
| 985 | 2024-12-21T04:33:27.527Z | Downloaded regex v1.11.1 |
| 986 | 2024-12-21T04:33:27.527Z | Downloaded portable-atomic v1.9.0 |
| 987 | 2024-12-21T04:33:27.527Z | Downloaded zerocopy v0.8.10 |
| 988 | 2024-12-21T04:33:27.527Z | Downloaded p521 v0.13.3 |
| 989 | 2024-12-21T04:33:27.527Z | Downloaded hickory-proto v0.24.1 |
| 990 | 2024-12-21T04:33:27.527Z | Downloaded h2 v0.4.6 |
| 991 | 2024-12-21T04:33:27.527Z | Downloaded polar-core v0.27.3 |
| 992 | 2024-12-21T04:33:27.527Z | Downloaded quinn-proto v0.11.8 |
| 993 | 2024-12-21T04:33:27.527Z | Downloaded webpki-roots v0.26.6 |
| 994 | 2024-12-21T04:33:27.527Z | Downloaded smoltcp v0.9.1 |
| 995 | 2024-12-21T04:33:27.527Z | Downloaded sqlparser v0.45.0 |
| 996 | 2024-12-21T04:33:27.527Z | Downloaded proptest v1.5.0 |
| 997 | 2024-12-21T04:33:27.527Z | Downloaded object v0.30.4 |
| 998 | 2024-12-21T04:33:27.527Z | Downloaded regex-syntax v0.6.29 |
| 999 | 2024-12-21T04:33:27.527Z | Downloaded dropshot v0.13.0 |
| 1000 | 2024-12-21T04:33:27.541Z | Downloaded unicode-width v0.2.0 |
| 1001 | 2024-12-21T04:33:27.541Z | Downloaded chrono-tz v0.10.0 |
| 1002 | 2024-12-21T04:33:27.541Z | Downloaded p384 v0.13.0 |
| 1003 | 2024-12-21T04:33:27.541Z | Downloaded nix v0.28.0 |
| 1004 | 2024-12-21T04:33:27.541Z | Downloaded dropshot v0.12.0 |
| 1005 | 2024-12-21T04:33:27.541Z | Downloaded trust-dns-proto v0.22.0 |
| 1006 | 2024-12-21T04:33:27.541Z | Downloaded rustls v0.22.4 |
| 1007 | 2024-12-21T04:33:27.541Z | Downloaded object v0.36.5 |
| 1008 | 2024-12-21T04:33:27.541Z | Downloaded openapiv3 v2.0.0 |
| 1009 | 2024-12-21T04:33:27.541Z | Downloaded nix v0.29.0 |
| 1010 | 2024-12-21T04:33:27.541Z | Downloaded rustls v0.23.19 |
| 1011 | 2024-12-21T04:33:27.542Z | Downloaded diesel v2.2.6 |
| 1012 | 2024-12-21T04:33:27.542Z | Downloaded regex-syntax v0.8.5 |
| 1013 | 2024-12-21T04:33:27.542Z | Downloaded bstr v1.10.0 |
| 1014 | 2024-12-21T04:33:27.542Z | Downloaded openssl v0.10.66 |
| 1015 | 2024-12-21T04:33:27.542Z | Downloaded rustls v0.21.12 |
| 1016 | 2024-12-21T04:33:27.542Z | Downloaded smoltcp v0.11.0 |
| 1017 | 2024-12-21T04:33:27.542Z | Downloaded ratatui v0.28.1 |
| 1018 | 2024-12-21T04:33:27.542Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1019 | 2024-12-21T04:33:27.542Z | Downloaded sled v0.34.7 |
| 1020 | 2024-12-21T04:33:27.542Z | Downloaded typify-impl v0.2.0 |
| 1021 | 2024-12-21T04:33:27.542Z | Downloaded zerocopy-derive v0.6.6 |
| 1022 | 2024-12-21T04:33:27.542Z | Downloaded regex-automata v0.4.8 |
| 1023 | 2024-12-21T04:33:27.543Z | Downloaded regress v0.10.1 |
| 1024 | 2024-12-21T04:33:27.543Z | Downloaded regress v0.9.1 |
| 1025 | 2024-12-21T04:33:27.546Z | Downloaded petgraph v0.6.5 |
| 1026 | 2024-12-21T04:33:27.555Z | Downloaded lzma-sys v0.1.20 |
| 1027 | 2024-12-21T04:33:27.584Z | Downloaded quick-xml v0.33.0 |
| 1028 | 2024-12-21T04:33:27.590Z | Downloaded nix v0.27.1 |
| 1029 | 2024-12-21T04:33:27.601Z | Downloaded vcpkg v0.2.15 |
| 1030 | 2024-12-21T04:33:27.638Z | Downloaded gimli v0.31.1 |
| 1031 | 2024-12-21T04:33:27.646Z | Downloaded parking_lot_core v0.8.6 |
| 1032 | 2024-12-21T04:33:27.648Z | Downloaded libz-sys v1.1.20 |
| 1033 | 2024-12-21T04:33:27.669Z | Downloaded csv v1.3.0 |
| 1034 | 2024-12-21T04:33:27.689Z | Downloaded rayon-core v1.12.1 |
| 1035 | 2024-12-21T04:33:27.693Z | Downloaded oso v0.27.3 |
| 1036 | 2024-12-21T04:33:27.696Z | Downloaded tokio v1.40.0 |
| 1037 | 2024-12-21T04:33:27.733Z | Downloaded tokio-postgres v0.7.12 |
| 1038 | 2024-12-21T04:33:27.739Z | Downloaded ssh-key v0.6.6 |
| 1039 | 2024-12-21T04:33:27.745Z | Downloaded tough v0.19.0 |
| 1040 | 2024-12-21T04:33:27.752Z | Downloaded toml_edit v0.19.15 |
| 1041 | 2024-12-21T04:33:27.768Z | Downloaded phf_shared v0.11.2 |
| 1042 | 2024-12-21T04:33:27.770Z | Downloaded foreign-types-macros v0.2.3 |
| 1043 | 2024-12-21T04:33:27.770Z | Downloaded debug-ignore v1.0.5 |
| 1044 | 2024-12-21T04:33:27.773Z | Downloaded num_enum v0.5.11 |
| 1045 | 2024-12-21T04:33:27.775Z | Downloaded sha3 v0.10.8 |
| 1046 | 2024-12-21T04:33:27.780Z | Downloaded mockall v0.13.0 |
| 1047 | 2024-12-21T04:33:27.782Z | Downloaded derive_builder_core v0.20.2 |
| 1048 | 2024-12-21T04:33:27.784Z | Downloaded wyz v0.5.1 |
| 1049 | 2024-12-21T04:33:27.787Z | Downloaded num-bigint v0.4.6 |
| 1050 | 2024-12-21T04:33:27.789Z | Downloaded itertools v0.13.0 |
| 1051 | 2024-12-21T04:33:27.796Z | Downloaded idna v1.0.3 |
| 1052 | 2024-12-21T04:33:27.800Z | Downloaded rustc_version v0.4.1 |
| 1053 | 2024-12-21T04:33:27.802Z | Downloaded progenitor-macro v0.8.0 |
| 1054 | 2024-12-21T04:33:27.802Z | Downloaded num-iter v0.1.45 |
| 1055 | 2024-12-21T04:33:27.805Z | Downloaded foreign-types v0.5.0 |
| 1056 | 2024-12-21T04:33:27.805Z | Downloaded foldhash v0.1.3 |
| 1057 | 2024-12-21T04:33:27.805Z | Downloaded float-ord v0.3.2 |
| 1058 | 2024-12-21T04:33:27.807Z | Downloaded sct v0.7.1 |
| 1059 | 2024-12-21T04:33:27.809Z | Downloaded rand_core v0.6.4 |
| 1060 | 2024-12-21T04:33:27.811Z | Downloaded nibble_vec v0.1.0 |
| 1061 | 2024-12-21T04:33:27.811Z | Downloaded pkcs5 v0.7.1 |
| 1062 | 2024-12-21T04:33:27.814Z | Downloaded des v0.8.1 |
| 1063 | 2024-12-21T04:33:27.817Z | Downloaded derive_more v0.99.18 |
| 1064 | 2024-12-21T04:33:27.821Z | Downloaded toml v0.7.8 |
| 1065 | 2024-12-21T04:33:27.824Z | Downloaded serde_derive_internals v0.29.1 |
| 1066 | 2024-12-21T04:33:27.826Z | Downloaded schemars_derive v0.8.21 |
| 1067 | 2024-12-21T04:33:28.831Z | Downloaded poly1305 v0.8.0 |
| 1068 | 2024-12-21T04:33:28.835Z | Downloaded pkcs8 v0.10.2 |
| 1069 | 2024-12-21T04:33:28.836Z | Downloaded pkcs1 v0.7.5 |
| 1070 | 2024-12-21T04:33:28.836Z | Downloaded itertools v0.12.1 |
| 1071 | 2024-12-21T04:33:28.836Z | Downloaded openssl-sys v0.9.103 |
| 1072 | 2024-12-21T04:33:28.836Z | Downloaded libm v0.2.8 |
| 1073 | 2024-12-21T04:33:28.836Z | Downloaded darling_core v0.20.10 |
| 1074 | 2024-12-21T04:33:28.836Z | Downloaded libxml v0.3.3 |
| 1075 | 2024-12-21T04:33:28.836Z | Downloaded itertools v0.10.5 |
| 1076 | 2024-12-21T04:33:28.836Z | Downloaded ed25519-dalek v2.1.1 |
| 1077 | 2024-12-21T04:33:28.836Z | Downloaded aes v0.8.4 |
| 1078 | 2024-12-21T04:33:28.836Z | Downloaded bumpalo v3.16.0 |
| 1079 | 2024-12-21T04:33:28.836Z | Downloaded unicode-properties v0.1.3 |
| 1080 | 2024-12-21T04:33:28.836Z | Downloaded minimal-lexical v0.2.1 |
| 1081 | 2024-12-21T04:33:28.836Z | Downloaded spin v0.9.8 |
| 1082 | 2024-12-21T04:33:28.836Z | Downloaded parking_lot v0.11.2 |
| 1083 | 2024-12-21T04:33:28.836Z | Downloaded tinyvec v1.8.0 |
| 1084 | 2024-12-21T04:33:28.836Z | Downloaded tls_codec_derive v0.4.1 |
| 1085 | 2024-12-21T04:33:28.836Z | Downloaded rand v0.8.5 |
| 1086 | 2024-12-21T04:33:28.836Z | Downloaded tungstenite v0.23.0 |
| 1087 | 2024-12-21T04:33:28.836Z | Downloaded icu_collections v1.5.0 |
| 1088 | 2024-12-21T04:33:28.836Z | Downloaded der_derive v0.7.3 |
| 1089 | 2024-12-21T04:33:28.836Z | Downloaded yoke v0.7.4 |
| 1090 | 2024-12-21T04:33:28.836Z | Downloaded xattr v1.3.1 |
| 1091 | 2024-12-21T04:33:28.836Z | Downloaded tungstenite v0.21.0 |
| 1092 | 2024-12-21T04:33:28.836Z | Downloaded futures-executor v0.3.31 |
| 1093 | 2024-12-21T04:33:28.836Z | Downloaded futures-core v0.3.31 |
| 1094 | 2024-12-21T04:33:28.836Z | Downloaded fixedbitset v0.4.2 |
| 1095 | 2024-12-21T04:33:28.836Z | Downloaded filetime v0.2.25 |
| 1096 | 2024-12-21T04:33:28.836Z | Downloaded serde_repr v0.1.19 |
| 1097 | 2024-12-21T04:33:28.836Z | Downloaded encoding_rs v0.8.34 |
| 1098 | 2024-12-21T04:33:28.836Z | Downloaded samael v0.0.17 |
| 1099 | 2024-12-21T04:33:28.836Z | Downloaded hickory-server v0.24.1 |
| 1100 | 2024-12-21T04:33:28.836Z | Downloaded crypto-bigint v0.5.5 |
| 1101 | 2024-12-21T04:33:28.836Z | Downloaded cc v1.1.30 |
| 1102 | 2024-12-21T04:33:28.836Z | Downloaded supports-color v3.0.1 |
| 1103 | 2024-12-21T04:33:28.836Z | Downloaded subtle v2.6.1 |
| 1104 | 2024-12-21T04:33:28.836Z | Downloaded stable_deref_trait v1.2.0 |
| 1105 | 2024-12-21T04:33:28.836Z | Downloaded simd-adler32 v0.3.7 |
| 1106 | 2024-12-21T04:33:28.836Z | Downloaded sec1 v0.7.3 |
| 1107 | 2024-12-21T04:33:28.836Z | Downloaded multer v3.1.0 |
| 1108 | 2024-12-21T04:33:28.837Z | Downloaded glob v0.3.1 |
| 1109 | 2024-12-21T04:33:28.837Z | Downloaded const_format v0.2.33 |
| 1110 | 2024-12-21T04:33:28.837Z | Downloaded heapless v0.8.0 |
| 1111 | 2024-12-21T04:33:28.837Z | Downloaded globset v0.4.15 |
| 1112 | 2024-12-21T04:33:28.837Z | Downloaded env_logger v0.10.2 |
| 1113 | 2024-12-21T04:33:28.837Z | Downloaded chacha20poly1305 v0.10.1 |
| 1114 | 2024-12-21T04:33:28.837Z | Downloaded icu_properties v1.5.1 |
| 1115 | 2024-12-21T04:33:28.837Z | Downloaded tokio-tungstenite v0.23.1 |
| 1116 | 2024-12-21T04:33:28.837Z | Downloaded tokio-tungstenite v0.21.0 |
| 1117 | 2024-12-21T04:33:28.837Z | Downloaded time-macros v0.2.18 |
| 1118 | 2024-12-21T04:33:28.837Z | Downloaded form_urlencoded v1.2.1 |
| 1119 | 2024-12-21T04:33:28.837Z | Downloaded hmac v0.12.1 |
| 1120 | 2024-12-21T04:33:28.837Z | Downloaded dirs-sys-next v0.1.2 |
| 1121 | 2024-12-21T04:33:28.837Z | Downloaded data-encoding v2.6.0 |
| 1122 | 2024-12-21T04:33:28.837Z | Downloaded slog-dtrace v0.3.0 |
| 1123 | 2024-12-21T04:33:28.837Z | Downloaded crossbeam-utils v0.8.20 |
| 1124 | 2024-12-21T04:33:28.837Z | Downloaded cancel-safe-futures v0.1.5 |
| 1125 | 2024-12-21T04:33:28.837Z | Downloaded allocator-api2 v0.2.18 |
| 1126 | 2024-12-21T04:33:28.837Z | Downloaded crossbeam-epoch v0.9.18 |
| 1127 | 2024-12-21T04:33:28.837Z | Downloaded crc-any v2.5.0 |
| 1128 | 2024-12-21T04:33:28.837Z | Downloaded const-oid v0.9.6 |
| 1129 | 2024-12-21T04:33:28.837Z | Downloaded console v0.15.8 |
| 1130 | 2024-12-21T04:33:28.837Z | Downloaded serde_path_to_error v0.1.16 |
| 1131 | 2024-12-21T04:33:28.837Z | Downloaded jobserver v0.1.32 |
| 1132 | 2024-12-21T04:33:28.837Z | Downloaded iana-time-zone v0.1.61 |
| 1133 | 2024-12-21T04:33:28.837Z | Downloaded clang-sys v1.8.1 |
| 1134 | 2024-12-21T04:33:28.837Z | Downloaded blake2 v0.10.6 |
| 1135 | 2024-12-21T04:33:28.837Z | Downloaded bzip2 v0.4.4 |
| 1136 | 2024-12-21T04:33:28.837Z | Downloaded inout v0.1.3 |
| 1137 | 2024-12-21T04:33:28.837Z | Downloaded cexpr v0.6.0 |
| 1138 | 2024-12-21T04:33:28.837Z | Downloaded bit-set v0.5.3 |
| 1139 | 2024-12-21T04:33:28.837Z | Downloaded bitflags v1.3.2 |
| 1140 | 2024-12-21T04:33:28.837Z | Downloaded heapless v0.7.17 |
| 1141 | 2024-12-21T04:33:28.837Z | Downloaded bitfield-struct v0.6.2 |
| 1142 | 2024-12-21T04:33:28.837Z | Downloaded cobs v0.2.3 |
| 1143 | 2024-12-21T04:33:28.837Z | Downloaded castaway v0.2.3 |
| 1144 | 2024-12-21T04:33:28.837Z | Downloaded arrayvec v0.7.6 |
| 1145 | 2024-12-21T04:33:28.837Z | Downloaded lalrpop-util v0.19.12 |
| 1146 | 2024-12-21T04:33:28.838Z | Downloaded is-terminal v0.4.13 |
| 1147 | 2024-12-21T04:33:28.838Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1148 | 2024-12-21T04:33:28.838Z | Downloaded ipnetwork v0.20.0 |
| 1149 | 2024-12-21T04:33:28.838Z | Downloaded hostname v0.4.0 |
| 1150 | 2024-12-21T04:33:28.838Z | Downloaded block-padding v0.3.3 |
| 1151 | 2024-12-21T04:33:28.838Z | Downloaded argon2 v0.5.3 |
| 1152 | 2024-12-21T04:33:28.838Z | Downloaded convert_case v0.4.0 |
| 1153 | 2024-12-21T04:33:28.838Z | Downloaded ciborium-ll v0.2.2 |
| 1154 | 2024-12-21T04:33:28.838Z | Downloaded hubpack v0.1.2 |
| 1155 | 2024-12-21T04:33:28.838Z | Downloaded home v0.5.9 |
| 1156 | 2024-12-21T04:33:28.838Z | Downloaded cipher v0.4.4 |
| 1157 | 2024-12-21T04:33:28.838Z | Downloaded bit-vec v0.6.3 |
| 1158 | 2024-12-21T04:33:28.838Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1159 | 2024-12-21T04:33:28.838Z | Downloaded aws-lc-sys v0.22.0 |
| 1160 | 2024-12-21T04:33:28.838Z | Downloaded ring v0.17.8 |
| 1161 | 2024-12-21T04:33:28.993Z | Downloaded libsqlite3-sys v0.30.1 |
| 1162 | 2024-12-21T04:33:29.073Z | Downloaded ring v0.16.20 |
| 1163 | 2024-12-21T04:33:29.252Z | Compiling serde v1.0.215 |
| 1164 | 2024-12-21T04:33:29.255Z | Compiling lock_api v0.4.12 |
| 1165 | 2024-12-21T04:33:29.255Z | Compiling scopeguard v1.2.0 |
| 1166 | 2024-12-21T04:33:29.255Z | Compiling value-bag v1.9.0 |
| 1167 | 2024-12-21T04:33:29.255Z | Compiling typenum v1.17.0 |
| 1168 | 2024-12-21T04:33:29.255Z | Compiling generic-array v0.14.7 |
| 1169 | 2024-12-21T04:33:29.431Z | Compiling syn v2.0.87 |
| 1170 | 2024-12-21T04:33:29.444Z | Compiling getrandom v0.2.15 |
| 1171 | 2024-12-21T04:33:29.740Z | Compiling shlex v1.3.0 |
| 1172 | 2024-12-21T04:33:29.966Z | Compiling rand_core v0.6.4 |
| 1173 | 2024-12-21T04:33:30.107Z | Compiling log v0.4.22 |
| 1174 | 2024-12-21T04:33:30.127Z | Compiling subtle v2.6.1 |
| 1175 | 2024-12-21T04:33:30.164Z | Compiling jobserver v0.1.32 |
| 1176 | 2024-12-21T04:33:30.199Z | Compiling smallvec v1.13.2 |
| 1177 | 2024-12-21T04:33:30.500Z | Compiling const-oid v0.9.6 |
| 1178 | 2024-12-21T04:33:30.523Z | Compiling spin v0.9.8 |
| 1179 | 2024-12-21T04:33:30.543Z | Compiling pin-project-lite v0.2.14 |
| 1180 | 2024-12-21T04:33:30.640Z | Compiling cc v1.1.30 |
| 1181 | 2024-12-21T04:33:30.679Z | Compiling rustix v0.38.37 |
| 1182 | 2024-12-21T04:33:30.976Z | Compiling parking_lot_core v0.9.10 |
| 1183 | 2024-12-21T04:33:31.067Z | Compiling futures-core v0.3.31 |
| 1184 | 2024-12-21T04:33:31.287Z | Compiling signal-hook-registry v1.4.2 |
| 1185 | 2024-12-21T04:33:31.332Z | Compiling mio v1.0.2 |
| 1186 | 2024-12-21T04:33:31.687Z | Compiling aho-corasick v1.1.3 |
| 1187 | 2024-12-21T04:33:32.174Z | Compiling parking_lot v0.12.3 |
| 1188 | 2024-12-21T04:33:32.192Z | Compiling cpufeatures v0.2.14 |
| 1189 | 2024-12-21T04:33:32.309Z | Compiling regex-syntax v0.8.5 |
| 1190 | 2024-12-21T04:33:32.540Z | Compiling either v1.13.0 |
| 1191 | 2024-12-21T04:33:32.598Z | Compiling lazy_static v1.5.0 |
| 1192 | 2024-12-21T04:33:32.637Z | Compiling futures-sink v0.3.31 |
| 1193 | 2024-12-21T04:33:32.726Z | Compiling glob v0.3.1 |
| 1194 | 2024-12-21T04:33:32.799Z | Compiling stable_deref_trait v1.2.0 |
| 1195 | 2024-12-21T04:33:32.946Z | Compiling socket2 v0.5.7 |
| 1196 | 2024-12-21T04:33:33.075Z | Compiling slab v0.4.9 |
| 1197 | 2024-12-21T04:33:33.232Z | Compiling prettyplease v0.2.25 |
| 1198 | 2024-12-21T04:33:33.489Z | Compiling minimal-lexical v0.2.1 |
| 1199 | 2024-12-21T04:33:33.586Z | Compiling serde_json v1.0.133 |
| 1200 | 2024-12-21T04:33:33.814Z | Compiling clang-sys v1.8.1 |
| 1201 | 2024-12-21T04:33:33.928Z | Compiling nom v7.1.3 |
| 1202 | 2024-12-21T04:33:34.037Z | Compiling libloading v0.8.5 |
| 1203 | 2024-12-21T04:33:34.274Z | Compiling home v0.5.9 |
| 1204 | 2024-12-21T04:33:34.483Z | Compiling bindgen v0.69.5 |
| 1205 | 2024-12-21T04:33:34.590Z | Compiling itertools v0.12.1 |
| 1206 | 2024-12-21T04:33:35.128Z | Compiling futures-channel v0.3.31 |
| 1207 | 2024-12-21T04:33:35.331Z | Compiling futures-task v0.3.31 |
| 1208 | 2024-12-21T04:33:35.554Z | Compiling foldhash v0.1.3 |
| 1209 | 2024-12-21T04:33:35.633Z | Compiling pin-utils v0.1.0 |
| 1210 | 2024-12-21T04:33:35.733Z | Compiling libm v0.2.8 |
| 1211 | 2024-12-21T04:33:35.849Z | Compiling rustc-hash v1.1.0 |
| 1212 | 2024-12-21T04:33:36.019Z | Compiling regex-automata v0.4.8 |
| 1213 | 2024-12-21T04:33:36.056Z | Compiling allocator-api2 v0.2.18 |
| 1214 | 2024-12-21T04:33:36.900Z | Compiling futures-io v0.3.31 |
| 1215 | 2024-12-21T04:33:37.229Z | Compiling lazycell v1.3.0 |
| 1216 | 2024-12-21T04:33:37.407Z | Compiling synstructure v0.13.1 |
| 1217 | 2024-12-21T04:33:37.781Z | Compiling cexpr v0.6.0 |
| 1218 | 2024-12-21T04:33:37.850Z | Compiling hashbrown v0.15.1 |
| 1219 | 2024-12-21T04:33:39.257Z | Compiling cmake v0.1.51 |
| 1220 | 2024-12-21T04:33:39.278Z | Compiling num-traits v0.2.19 |
| 1221 | 2024-12-21T04:33:39.380Z | Compiling pkg-config v0.3.31 |
| 1222 | 2024-12-21T04:33:39.577Z | Compiling tinyvec_macros v0.1.1 |
| 1223 | 2024-12-21T04:33:39.642Z | Compiling dunce v1.0.5 |
| 1224 | 2024-12-21T04:33:39.675Z | Compiling fs_extra v1.3.0 |
| 1225 | 2024-12-21T04:33:39.780Z | Compiling tinyvec v1.8.0 |
| 1226 | 2024-12-21T04:33:40.538Z | Compiling ring v0.17.8 |
| 1227 | 2024-12-21T04:33:40.981Z | Compiling writeable v0.5.5 |
| 1228 | 2024-12-21T04:33:41.003Z | Compiling base64ct v1.6.0 |
| 1229 | 2024-12-21T04:33:41.392Z | Compiling unicode-normalization v0.1.24 |
| 1230 | 2024-12-21T04:33:41.621Z | Compiling litemap v0.7.3 |
| 1231 | 2024-12-21T04:33:41.676Z | Compiling unicode-bidi v0.3.17 |
| 1232 | 2024-12-21T04:33:41.856Z | Compiling regex v1.11.1 |
| 1233 | 2024-12-21T04:33:42.003Z | Compiling paste v1.0.15 |
| 1234 | 2024-12-21T04:33:42.602Z | Compiling pem-rfc7468 v0.7.0 |
| 1235 | 2024-12-21T04:33:42.954Z | Compiling httparse v1.9.5 |
| 1236 | 2024-12-21T04:33:43.135Z | Compiling flagset v0.4.6 |
| 1237 | 2024-12-21T04:33:43.238Z | Compiling aws-lc-rs v1.10.0 |
| 1238 | 2024-12-21T04:33:43.667Z | Compiling tracing-core v0.1.32 |
| 1239 | 2024-12-21T04:33:43.689Z | Compiling percent-encoding v2.3.1 |
| 1240 | 2024-12-21T04:33:43.776Z | Compiling rustls-pki-types v1.10.0 |
| 1241 | 2024-12-21T04:33:44.031Z | Compiling icu_locid_transform_data v1.5.0 |
| 1242 | 2024-12-21T04:33:44.145Z | Compiling crossbeam-utils v0.8.20 |
| 1243 | 2024-12-21T04:33:44.641Z | Compiling serde_derive v1.0.215 |
| 1244 | 2024-12-21T04:33:44.716Z | Compiling zeroize_derive v1.4.2 |
| 1245 | 2024-12-21T04:33:44.846Z | Compiling zerocopy-derive v0.7.35 |
| 1246 | 2024-12-21T04:33:45.064Z | Compiling tokio-macros v2.4.0 |
| 1247 | 2024-12-21T04:33:45.128Z | Compiling zerofrom-derive v0.1.4 |
| 1248 | 2024-12-21T04:33:46.277Z | Compiling zeroize v1.8.1 |
| 1249 | 2024-12-21T04:33:46.647Z | Compiling thiserror-impl v1.0.69 |
| 1250 | 2024-12-21T04:33:46.830Z | Compiling yoke-derive v0.7.4 |
| 1251 | 2024-12-21T04:33:47.056Z | Compiling zerocopy v0.7.35 |
| 1252 | 2024-12-21T04:33:48.056Z | Compiling crypto-common v0.1.6 |
| 1253 | 2024-12-21T04:33:48.309Z | Compiling block-buffer v0.10.4 |
| 1254 | 2024-12-21T04:33:48.555Z | Compiling digest v0.10.7 |
| 1255 | 2024-12-21T04:33:48.608Z | Compiling zerovec-derive v0.10.3 |
| 1256 | 2024-12-21T04:33:49.022Z | Compiling hmac v0.12.1 |
| 1257 | 2024-12-21T04:33:49.109Z | Compiling zerofrom v0.1.4 |
| 1258 | 2024-12-21T04:33:49.244Z | Compiling futures-macro v0.3.31 |
| 1259 | 2024-12-21T04:33:49.281Z | Compiling block-padding v0.3.3 |
| 1260 | 2024-12-21T04:33:49.324Z | Compiling displaydoc v0.2.5 |
| 1261 | 2024-12-21T04:33:49.529Z | Compiling inout v0.1.3 |
| 1262 | 2024-12-21T04:33:49.834Z | Compiling cipher v0.4.4 |
| 1263 | 2024-12-21T04:33:49.862Z | Compiling yoke v0.7.4 |
| 1264 | 2024-12-21T04:33:50.105Z | Compiling thiserror v1.0.69 |
| 1265 | 2024-12-21T04:33:50.242Z | Compiling sha2 v0.10.8 |
| 1266 | 2024-12-21T04:33:50.263Z | Compiling ppv-lite86 v0.2.20 |
| 1267 | 2024-12-21T04:33:50.353Z | Compiling icu_provider_macros v1.5.0 |
| 1268 | 2024-12-21T04:33:51.071Z | Compiling der_derive v0.7.3 |
| 1269 | 2024-12-21T04:33:51.147Z | Compiling rand_chacha v0.3.1 |
| 1270 | 2024-12-21T04:33:51.209Z | Compiling futures-util v0.3.31 |
| 1271 | 2024-12-21T04:33:51.291Z | Compiling zerovec v0.10.4 |
| 1272 | 2024-12-21T04:33:51.530Z | Compiling tracing-attributes v0.1.27 |
| 1273 | 2024-12-21T04:33:53.476Z | Compiling tinystr v0.7.6 |
| 1274 | 2024-12-21T04:33:53.521Z | Compiling icu_collections v1.5.0 |
| 1275 | 2024-12-21T04:33:53.550Z | Compiling rand v0.8.5 |
| 1276 | 2024-12-21T04:33:53.577Z | Compiling der v0.7.9 |
| 1277 | 2024-12-21T04:33:53.911Z | Compiling icu_locid v1.5.0 |
| 1278 | 2024-12-21T04:33:55.054Z | Compiling icu_provider v1.5.0 |
| 1279 | 2024-12-21T04:33:55.346Z | Compiling tracing v0.1.40 |
| 1280 | 2024-12-21T04:33:55.634Z | Compiling salsa20 v0.10.2 |
| 1281 | 2024-12-21T04:33:55.762Z | Compiling spki v0.7.3 |
| 1282 | 2024-12-21T04:33:55.841Z | Compiling icu_locid_transform v1.5.0 |
| 1283 | 2024-12-21T04:33:55.882Z | Compiling pest v2.7.14 |
| 1284 | 2024-12-21T04:33:56.151Z | Compiling pbkdf2 v0.12.2 |
| 1285 | 2024-12-21T04:33:56.206Z | Compiling icu_properties_data v1.5.0 |
| 1286 | 2024-12-21T04:33:56.228Z | Compiling mirai-annotations v1.12.0 |
| 1287 | 2024-12-21T04:33:56.329Z | Compiling num-conv v0.1.0 |
| 1288 | 2024-12-21T04:33:56.440Z | Compiling untrusted v0.9.0 |
| 1289 | 2024-12-21T04:33:56.464Z | Compiling vcpkg v0.2.15 |
| 1290 | 2024-12-21T04:33:56.614Z | Compiling untrusted v0.7.1 |
| 1291 | 2024-12-21T04:33:56.636Z | Compiling powerfmt v0.2.0 |
| 1292 | 2024-12-21T04:33:56.815Z | Compiling time-core v0.1.2 |
| 1293 | 2024-12-21T04:33:57.001Z | Compiling time-macros v0.2.18 |
| 1294 | 2024-12-21T04:33:57.040Z | Compiling deranged v0.3.11 |
| 1295 | 2024-12-21T04:33:57.114Z | Compiling icu_properties v1.5.1 |
| 1296 | 2024-12-21T04:33:58.639Z | Compiling bitflags v2.6.0 |
| 1297 | 2024-12-21T04:33:58.752Z | Compiling bytes v1.8.0 |
| 1298 | 2024-12-21T04:33:58.983Z | Compiling indexmap v2.6.0 |
| 1299 | 2024-12-21T04:33:59.098Z | Compiling semver v1.0.23 |
| 1300 | 2024-12-21T04:33:59.913Z | Compiling tokio v1.40.0 |
| 1301 | 2024-12-21T04:34:00.111Z | Compiling http v1.1.0 |
| 1302 | 2024-12-21T04:34:00.427Z | Compiling rustc_version v0.4.1 |
| 1303 | 2024-12-21T04:34:00.594Z | Compiling openssl-sys v0.9.103 |
| 1304 | 2024-12-21T04:34:01.255Z | Compiling pest_meta v2.7.14 |
| 1305 | 2024-12-21T04:34:01.553Z | Compiling scrypt v0.11.0 |
| 1306 | 2024-12-21T04:34:02.167Z | Compiling aes v0.8.4 |
| 1307 | 2024-12-21T04:34:02.250Z | Compiling cbc v0.1.2 |
| 1308 | 2024-12-21T04:34:02.385Z | Compiling scroll_derive v0.12.0 |
| 1309 | 2024-12-21T04:34:02.498Z | Compiling num_threads v0.1.7 |
| 1310 | 2024-12-21T04:34:02.636Z | Compiling utf16_iter v1.0.5 |
| 1311 | 2024-12-21T04:34:02.711Z | Compiling utf8_iter v1.0.4 |
| 1312 | 2024-12-21T04:34:02.847Z | Compiling atomic-waker v1.1.2 |
| 1313 | 2024-12-21T04:34:02.964Z | Compiling write16 v1.0.0 |
| 1314 | 2024-12-21T04:34:03.013Z | Compiling icu_normalizer_data v1.5.0 |
| 1315 | 2024-12-21T04:34:03.033Z | Compiling which v4.4.2 |
| 1316 | 2024-12-21T04:34:03.090Z | Compiling time v0.3.36 |
| 1317 | 2024-12-21T04:34:03.123Z | Compiling icu_normalizer v1.5.0 |
| 1318 | 2024-12-21T04:34:03.895Z | Compiling scroll v0.12.0 |
| 1319 | 2024-12-21T04:34:04.481Z | Compiling pkcs5 v0.7.1 |
| 1320 | 2024-12-21T04:34:04.534Z | Compiling pest_generator v2.7.14 |
| 1321 | 2024-12-21T04:34:05.240Z | Compiling http-body v1.0.1 |
| 1322 | 2024-12-21T04:34:05.381Z | Compiling form_urlencoded v1.2.1 |
| 1323 | 2024-12-21T04:34:05.501Z | Compiling try-lock v0.2.5 |
| 1324 | 2024-12-21T04:34:05.659Z | Compiling slog v2.7.0 |
| 1325 | 2024-12-21T04:34:05.717Z | Compiling goblin v0.8.2 |
| 1326 | 2024-12-21T04:34:05.779Z | Compiling want v0.3.1 |
| 1327 | 2024-12-21T04:34:06.084Z | Compiling pkcs8 v0.10.2 |
| 1328 | 2024-12-21T04:34:06.290Z | Compiling idna_adapter v1.2.0 |
| 1329 | 2024-12-21T04:34:06.510Z | Compiling uuid v1.11.0 |
| 1330 | 2024-12-21T04:34:06.528Z | Compiling iana-time-zone v0.1.61 |
| 1331 | 2024-12-21T04:34:06.680Z | Compiling pest_derive v2.7.14 |
| 1332 | 2024-12-21T04:34:06.812Z | Compiling httpdate v1.0.3 |
| 1333 | 2024-12-21T04:34:06.989Z | Compiling chrono v0.4.38 |
| 1334 | 2024-12-21T04:34:07.287Z | Compiling idna v1.0.3 |
| 1335 | 2024-12-21T04:34:07.485Z | Compiling dtrace-parser v0.2.0 |
| 1336 | 2024-12-21T04:34:08.606Z | Compiling tokio-util v0.7.12 |
| 1337 | 2024-12-21T04:34:08.842Z | Compiling toml_datetime v0.6.8 |
| 1338 | 2024-12-21T04:34:09.205Z | Compiling serde_tokenstream v0.2.2 |
| 1339 | 2024-12-21T04:34:09.382Z | Compiling serde_spanned v0.6.8 |
| 1340 | 2024-12-21T04:34:09.645Z | Compiling h2 v0.4.6 |
| 1341 | 2024-12-21T04:34:09.762Z | Compiling tower-service v0.3.3 |
| 1342 | 2024-12-21T04:34:09.880Z | Compiling base64 v0.22.1 |
| 1343 | 2024-12-21T04:34:09.902Z | Compiling rustversion v1.0.17 |
| 1344 | 2024-12-21T04:34:10.121Z | Compiling foreign-types-shared v0.1.1 |
| 1345 | 2024-12-21T04:34:10.242Z | Compiling openssl v0.10.66 |
| 1346 | 2024-12-21T04:34:10.633Z | Compiling adler2 v2.0.0 |
| 1347 | 2024-12-21T04:34:10.653Z | Compiling match_cfg v0.1.0 |
| 1348 | 2024-12-21T04:34:10.752Z | Compiling hostname v0.3.1 |
| 1349 | 2024-12-21T04:34:10.772Z | Compiling miniz_oxide v0.8.0 |
| 1350 | 2024-12-21T04:34:10.814Z | Compiling foreign-types v0.3.2 |
| 1351 | 2024-12-21T04:34:10.852Z | Compiling url v2.5.3 |
| 1352 | 2024-12-21T04:34:11.004Z | Compiling async-trait v0.1.83 |
| 1353 | 2024-12-21T04:34:12.359Z | Compiling dof v0.3.0 |
| 1354 | 2024-12-21T04:34:12.382Z | Compiling openssl-macros v0.1.1 |
| 1355 | 2024-12-21T04:34:12.920Z | Compiling serde_derive_internals v0.29.1 |
| 1356 | 2024-12-21T04:34:13.184Z | Compiling usdt-impl v0.5.0 |
| 1357 | 2024-12-21T04:34:13.819Z | Compiling dirs-sys-next v0.1.2 |
| 1358 | 2024-12-21T04:34:14.934Z | Compiling data-encoding v2.6.0 |
| 1359 | 2024-12-21T04:34:14.968Z | Compiling rustls v0.22.4 |
| 1360 | 2024-12-21T04:34:14.968Z | Compiling siphasher v0.3.11 |
| 1361 | 2024-12-21T04:34:14.968Z | Compiling native-tls v0.2.12 |
| 1362 | 2024-12-21T04:34:15.249Z | Compiling syn v1.0.109 |
| 1363 | 2024-12-21T04:34:15.283Z | Compiling rustls v0.23.19 |
| 1364 | 2024-12-21T04:34:15.558Z | Compiling schemars v0.8.21 |
| 1365 | 2024-12-21T04:34:15.844Z | Compiling schemars_derive v0.8.21 |
| 1366 | 2024-12-21T04:34:15.963Z | Compiling dirs-next v2.0.0 |
| 1367 | 2024-12-21T04:34:16.168Z | Compiling http-body-util v0.1.2 |
| 1368 | 2024-12-21T04:34:16.422Z | Compiling crossbeam-epoch v0.9.18 |
| 1369 | 2024-12-21T04:34:16.740Z | Compiling heapless v0.7.17 |
| 1370 | 2024-12-21T04:34:16.952Z | Compiling hyper v1.5.0 |
| 1371 | 2024-12-21T04:34:17.182Z | Compiling sha1 v0.10.6 |
| 1372 | 2024-12-21T04:34:17.204Z | Compiling signature v2.2.0 |
| 1373 | 2024-12-21T04:34:17.435Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1374 | 2024-12-21T04:34:17.510Z | Compiling thread_local v1.1.8 |
| 1375 | 2024-12-21T04:34:17.618Z | Compiling multer v3.1.0 |
| 1376 | 2024-12-21T04:34:17.919Z | Compiling cookie v0.18.1 |
| 1377 | 2024-12-21T04:34:17.962Z | Compiling encoding_rs v0.8.34 |
| 1378 | 2024-12-21T04:34:18.067Z | Compiling signal-hook v0.3.17 |
| 1379 | 2024-12-21T04:34:18.203Z | Compiling mime v0.3.17 |
| 1380 | 2024-12-21T04:34:18.339Z | Compiling ipnet v2.10.1 |
| 1381 | 2024-12-21T04:34:18.860Z | Compiling slog-async v2.8.0 |
| 1382 | 2024-12-21T04:34:19.260Z | Compiling rayon-core v1.12.1 |
| 1383 | 2024-12-21T04:34:19.394Z | Compiling hyper-util v0.1.10 |
| 1384 | 2024-12-21T04:34:19.590Z | Compiling openssl-probe v0.1.5 |
| 1385 | 2024-12-21T04:34:19.688Z | Compiling dyn-clone v1.0.17 |
| 1386 | 2024-12-21T04:34:19.922Z | Compiling gimli v0.31.1 |
| 1387 | 2024-12-21T04:34:19.986Z | Compiling unicode-properties v0.1.3 |
| 1388 | 2024-12-21T04:34:20.430Z | Compiling stringprep v0.1.5 |
| 1389 | 2024-12-21T04:34:20.590Z | Compiling toml_edit v0.22.22 |
| 1390 | 2024-12-21T04:34:22.772Z | Compiling crossbeam-deque v0.8.5 |
| 1391 | 2024-12-21T04:34:23.112Z | Compiling usdt-attr-macro v0.5.0 |
| 1392 | 2024-12-21T04:34:23.219Z | Compiling usdt-macro v0.5.0 |
| 1393 | 2024-12-21T04:34:23.563Z | Compiling term v0.7.0 |
| 1394 | 2024-12-21T04:34:24.722Z | Compiling addr2line v0.24.2 |
| 1395 | 2024-12-21T04:34:24.956Z | Compiling slog-json v2.6.1 |
| 1396 | 2024-12-21T04:34:25.010Z | Compiling serde_urlencoded v0.7.1 |
| 1397 | 2024-12-21T04:34:25.151Z | Compiling crossbeam-channel v0.5.13 |
| 1398 | 2024-12-21T04:34:25.298Z | Compiling curve25519-dalek v4.1.3 |
| 1399 | 2024-12-21T04:34:25.337Z | Compiling futures-executor v0.3.31 |
| 1400 | 2024-12-21T04:34:25.461Z | Compiling enum-as-inner v0.6.1 |
| 1401 | 2024-12-21T04:34:25.548Z | Compiling md-5 v0.10.6 |
| 1402 | 2024-12-21T04:34:25.820Z | Compiling async-stream-impl v0.3.6 |
| 1403 | 2024-12-21T04:34:25.886Z | Compiling rustls-pemfile v2.2.0 |
| 1404 | 2024-12-21T04:34:25.920Z | Compiling num-integer v0.1.46 |
| 1405 | 2024-12-21T04:34:26.244Z | Compiling idna v0.4.0 |
| 1406 | 2024-12-21T04:34:26.287Z | Compiling idna v0.3.0 |
| 1407 | 2024-12-21T04:34:26.566Z | Compiling hash32 v0.2.1 |
| 1408 | 2024-12-21T04:34:26.743Z | Compiling ff v0.13.0 |
| 1409 | 2024-12-21T04:34:26.941Z | Compiling is-terminal v0.4.13 |
| 1410 | 2024-12-21T04:34:26.971Z | Compiling object v0.36.5 |
| 1411 | 2024-12-21T04:34:27.073Z | Compiling dropshot v0.12.0 |
| 1412 | 2024-12-21T04:34:27.209Z | Compiling anyhow v1.0.93 |
| 1413 | 2024-12-21T04:34:27.362Z | Compiling smoltcp v0.9.1 |
| 1414 | 2024-12-21T04:34:27.875Z | Compiling fallible-iterator v0.2.0 |
| 1415 | 2024-12-21T04:34:27.942Z | Compiling quick-error v1.2.3 |
| 1416 | 2024-12-21T04:34:27.969Z | Compiling rustc-demangle v0.1.24 |
| 1417 | 2024-12-21T04:34:28.077Z | Compiling base16ct v0.2.0 |
| 1418 | 2024-12-21T04:34:28.099Z | Compiling portable-atomic v1.9.0 |
| 1419 | 2024-12-21T04:34:28.416Z | Compiling utf-8 v0.7.6 |
| 1420 | 2024-12-21T04:34:28.644Z | Compiling num-bigint-dig v0.8.4 |
| 1421 | 2024-12-21T04:34:28.765Z | Compiling take_mut v0.2.2 |
| 1422 | 2024-12-21T04:34:28.929Z | Compiling psl-types v2.0.11 |
| 1423 | 2024-12-21T04:34:28.952Z | Compiling linked-hash-map v0.5.6 |
| 1424 | 2024-12-21T04:34:29.124Z | Compiling publicsuffix v2.2.3 |
| 1425 | 2024-12-21T04:34:29.215Z | Compiling tungstenite v0.24.0 |
| 1426 | 2024-12-21T04:34:29.245Z | Compiling postgres-protocol v0.6.7 |
| 1427 | 2024-12-21T04:34:29.316Z | Compiling lru-cache v0.1.2 |
| 1428 | 2024-12-21T04:34:29.409Z | Compiling sec1 v0.7.3 |
| 1429 | 2024-12-21T04:34:29.597Z | Compiling resolv-conf v0.7.0 |
| 1430 | 2024-12-21T04:34:30.358Z | Compiling async-stream v0.3.6 |
| 1431 | 2024-12-21T04:34:30.409Z | Compiling hickory-proto v0.24.1 |
| 1432 | 2024-12-21T04:34:30.434Z | Compiling slog-term v2.9.1 |
| 1433 | 2024-12-21T04:34:30.651Z | Compiling usdt v0.5.0 |
| 1434 | 2024-12-21T04:34:30.675Z | Compiling group v0.13.0 |
| 1435 | 2024-12-21T04:34:31.168Z | Compiling num-iter v0.1.45 |
| 1436 | 2024-12-21T04:34:31.483Z | Compiling futures v0.3.31 |
| 1437 | 2024-12-21T04:34:31.619Z | Compiling slog-bunyan v2.5.0 |
| 1438 | 2024-12-21T04:34:31.684Z | Compiling toml v0.8.19 |
| 1439 | 2024-12-21T04:34:31.907Z | Compiling tokio-native-tls v0.3.1 |
| 1440 | 2024-12-21T04:34:33.395Z | Compiling camino v1.1.9 |
| 1441 | 2024-12-21T04:34:33.553Z | Compiling phf_shared v0.11.2 |
| 1442 | 2024-12-21T04:34:33.721Z | Compiling dropshot_endpoint v0.12.0 |
| 1443 | 2024-12-21T04:34:33.960Z | Compiling terminal_size v0.4.0 |
| 1444 | 2024-12-21T04:34:34.191Z | Compiling waitgroup v0.1.2 |
| 1445 | 2024-12-21T04:34:34.377Z | Compiling openapiv3 v2.0.0 |
| 1446 | 2024-12-21T04:34:34.400Z | Compiling serde_path_to_error v0.1.16 |
| 1447 | 2024-12-21T04:34:34.432Z | Compiling hkdf v0.12.4 |
| 1448 | 2024-12-21T04:34:34.728Z | Compiling backtrace v0.3.74 |
| 1449 | 2024-12-21T04:34:35.281Z | Compiling crypto-bigint v0.5.5 |
| 1450 | 2024-12-21T04:34:35.401Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1451 | 2024-12-21T04:34:37.004Z | Compiling zerocopy-derive v0.6.6 |
| 1452 | 2024-12-21T04:34:38.499Z | Compiling webpki-roots v0.26.6 |
| 1453 | 2024-12-21T04:34:38.520Z | Compiling idna v0.5.0 |
| 1454 | 2024-12-21T04:34:38.731Z | Compiling hostname v0.4.0 |
| 1455 | 2024-12-21T04:34:38.983Z | Compiling fs-err v2.11.0 |
| 1456 | 2024-12-21T04:34:39.007Z | Compiling crc32fast v1.4.2 |
| 1457 | 2024-12-21T04:34:39.275Z | Compiling ahash v0.8.11 |
| 1458 | 2024-12-21T04:34:39.308Z | Compiling winnow v0.5.40 |
| 1459 | 2024-12-21T04:34:39.351Z | Compiling hubpack_derive v0.1.1 |
| 1460 | 2024-12-21T04:34:39.373Z | Compiling bitflags v1.3.2 |
| 1461 | 2024-12-21T04:34:39.481Z | Compiling managed v0.8.0 |
| 1462 | 2024-12-21T04:34:39.627Z | Compiling newtype-uuid v1.1.3 |
| 1463 | 2024-12-21T04:34:39.953Z | Compiling debug-ignore v1.0.5 |
| 1464 | 2024-12-21T04:34:39.977Z | Compiling console v0.15.8 |
| 1465 | 2024-12-21T04:34:40.311Z | Compiling cookie_store v0.21.0 |
| 1466 | 2024-12-21T04:34:40.330Z | Compiling hubpack v0.1.2 |
| 1467 | 2024-12-21T04:34:40.808Z | Compiling clap_builder v4.5.21 |
| 1468 | 2024-12-21T04:34:41.258Z | Compiling strum_macros v0.25.3 |
| 1469 | 2024-12-21T04:34:41.639Z | Compiling zerocopy v0.6.6 |
| 1470 | 2024-12-21T04:34:41.808Z | Compiling flate2 v1.0.34 |
| 1471 | 2024-12-21T04:34:42.010Z | Compiling elliptic-curve v0.13.8 |
| 1472 | 2024-12-21T04:34:42.487Z | Compiling hickory-resolver v0.24.1 |
| 1473 | 2024-12-21T04:34:42.877Z | Compiling phf v0.11.2 |
| 1474 | 2024-12-21T04:34:43.187Z | Compiling toml_edit v0.19.15 |
| 1475 | 2024-12-21T04:34:43.333Z | Compiling signal-hook-mio v0.2.4 |
| 1476 | 2024-12-21T04:34:43.510Z | Compiling rayon v1.10.0 |
| 1477 | 2024-12-21T04:34:43.736Z | Compiling hyper-tls v0.6.0 |
| 1478 | 2024-12-21T04:34:44.158Z | Compiling bzip2 v0.4.4 |
| 1479 | 2024-12-21T04:34:45.659Z | Compiling tokio-tungstenite v0.24.0 |
| 1480 | 2024-12-21T04:34:46.236Z | Compiling postgres-types v0.2.8 |
| 1481 | 2024-12-21T04:34:48.551Z | Compiling ed25519 v2.2.3 |
| 1482 | 2024-12-21T04:34:49.251Z | Compiling phf_shared v0.10.0 |
| 1483 | 2024-12-21T04:34:49.513Z | Compiling tokio-stream v0.1.16 |
| 1484 | 2024-12-21T04:34:49.685Z | Compiling pkcs1 v0.7.5 |
| 1485 | 2024-12-21T04:34:50.502Z | Compiling serde-big-array v0.5.1 |
| 1486 | 2024-12-21T04:34:50.645Z | Compiling clap_derive v4.5.18 |
| 1487 | 2024-12-21T04:34:50.669Z | Compiling rfc6979 v0.4.0 |
| 1488 | 2024-12-21T04:34:50.753Z | Compiling serde_repr v0.1.19 |
| 1489 | 2024-12-21T04:34:50.773Z | Compiling derive-where v1.2.7 |
| 1490 | 2024-12-21T04:34:50.775Z | Compiling float-cmp v0.9.0 |
| 1491 | 2024-12-21T04:34:50.870Z | Compiling bstr v1.10.0 |
| 1492 | 2024-12-21T04:34:51.032Z | Compiling sync_wrapper v1.0.1 |
| 1493 | 2024-12-21T04:34:51.186Z | Compiling new_debug_unreachable v1.0.6 |
| 1494 | 2024-12-21T04:34:51.296Z | Compiling unicode-segmentation v1.12.0 |
| 1495 | 2024-12-21T04:34:51.586Z | Compiling unicode-width v0.2.0 |
| 1496 | 2024-12-21T04:34:51.963Z | Compiling precomputed-hash v0.1.1 |
| 1497 | 2024-12-21T04:34:52.089Z | Compiling static_assertions v1.1.0 |
| 1498 | 2024-12-21T04:34:52.121Z | Compiling predicates-core v1.0.8 |
| 1499 | 2024-12-21T04:34:52.162Z | Compiling number_prefix v0.4.0 |
| 1500 | 2024-12-21T04:34:52.195Z | Compiling fixedbitset v0.4.2 |
| 1501 | 2024-12-21T04:34:52.394Z | Compiling normalize-line-endings v0.3.0 |
| 1502 | 2024-12-21T04:34:52.486Z | Compiling whoami v1.5.2 |
| 1503 | 2024-12-21T04:34:52.529Z | Compiling bit-vec v0.6.3 |
| 1504 | 2024-12-21T04:34:52.676Z | Compiling difflib v0.4.0 |
| 1505 | 2024-12-21T04:34:52.738Z | Compiling petgraph v0.6.5 |
| 1506 | 2024-12-21T04:34:53.011Z | Compiling bit-set v0.5.3 |
| 1507 | 2024-12-21T04:34:53.138Z | Compiling predicates v3.1.2 |
| 1508 | 2024-12-21T04:34:53.311Z | Compiling tokio-postgres v0.7.12 |
| 1509 | 2024-12-21T04:34:54.458Z | Compiling indicatif v0.17.9 |
| 1510 | 2024-12-21T04:34:54.550Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1511 | 2024-12-21T04:34:55.052Z | Compiling string_cache v0.8.7 |
| 1512 | 2024-12-21T04:34:55.550Z | Compiling similar v2.6.0 |
| 1513 | 2024-12-21T04:34:55.931Z | Compiling clap v4.5.21 |
| 1514 | 2024-12-21T04:34:56.062Z | Compiling ecdsa v0.16.9 |
| 1515 | 2024-12-21T04:34:56.860Z | Compiling rsa v0.9.6 |
| 1516 | 2024-12-21T04:34:56.977Z | Compiling ed25519-dalek v2.1.1 |
| 1517 | 2024-12-21T04:34:57.103Z | Compiling toml v0.7.8 |
| 1518 | 2024-12-21T04:34:58.070Z | Compiling zip v0.6.6 |
| 1519 | 2024-12-21T04:34:58.377Z | Compiling crossterm v0.28.1 |
| 1520 | 2024-12-21T04:34:59.597Z | Compiling hex v0.4.3 |
| 1521 | 2024-12-21T04:34:59.767Z | Compiling x509-cert v0.2.5 |
| 1522 | 2024-12-21T04:34:59.814Z | Compiling itertools v0.10.5 |
| 1523 | 2024-12-21T04:34:59.985Z | Compiling unicode-xid v0.2.6 |
| 1524 | 2024-12-21T04:35:00.171Z | Compiling lalrpop-util v0.19.12 |
| 1525 | 2024-12-21T04:35:00.202Z | Compiling peg-runtime v0.8.3 |
| 1526 | 2024-12-21T04:35:00.546Z | Compiling strum_macros v0.26.4 |
| 1527 | 2024-12-21T04:35:00.922Z | Compiling xattr v1.3.1 |
| 1528 | 2024-12-21T04:35:01.198Z | Compiling filetime v0.2.25 |
| 1529 | 2024-12-21T04:35:01.550Z | Compiling tar v0.4.42 |
| 1530 | 2024-12-21T04:35:05.749Z | Compiling strum v0.26.3 |
| 1531 | 2024-12-21T04:35:08.735Z | Compiling aws-lc-sys v0.22.0 |
| 1532 | 2024-12-21T04:35:44.825Z | Compiling rustls-webpki v0.102.8 |
| 1533 | 2024-12-21T04:35:48.423Z | Compiling tokio-rustls v0.25.0 |
| 1534 | 2024-12-21T04:35:50.204Z | Compiling tokio-rustls v0.26.0 |
| 1535 | 2024-12-21T04:35:50.626Z | Compiling hyper-rustls v0.27.3 |
| 1536 | 2024-12-21T04:35:51.013Z | Compiling reqwest v0.12.9 |
| 1537 | 2024-12-21T04:35:52.248Z | Compiling qorb v0.2.1 |
| 1538 | 2024-12-21T04:35:57.194Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1539 | 2024-12-21T04:35:57.455Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1540 | 2024-12-21T04:36:03.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
| 1541 | 2024-12-21T04:36:03.828Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1542 | 2024-12-21T04:36:03.886Z | Dec 21 04:36:02.846 INFO Starting download, target: Cockroach |
| 1543 | 2024-12-21T04:36:03.886Z | Dec 21 04:36:02.846 INFO Starting download, target: Console |
| 1544 | 2024-12-21T04:36:03.886Z | Dec 21 04:36:02.846 INFO Starting download, target: Clickhouse |
| 1545 | 2024-12-21T04:36:03.886Z | Dec 21 04:36:02.846 INFO Starting download, target: DendriteOpenapi |
| 1546 | 2024-12-21T04:36:03.888Z | Dec 21 04:36:02.846 INFO Starting download, target: DendriteStub |
| 1547 | 2024-12-21T04:36:03.888Z | Dec 21 04:36:02.846 INFO Starting download, target: MaghemiteMgd |
| 1548 | 2024-12-21T04:36:03.888Z | Dec 21 04:36:02.846 INFO Starting download, target: TransceiverControl |
| 1549 | 2024-12-21T04:36:03.888Z | Dec 21 04:36:02.847 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1550 | 2024-12-21T04:36:03.888Z | Dec 21 04:36:02.847 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1551 | 2024-12-21T04:36:03.888Z | Dec 21 04:36:02.847 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1552 | 2024-12-21T04:36:03.888Z | Dec 21 04:36:02.847 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1553 | 2024-12-21T04:36:03.888Z | Dec 21 04:36:02.847 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1554 | 2024-12-21T04:36:03.888Z | Dec 21 04:36:02.847 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1555 | 2024-12-21T04:36:03.889Z | Dec 21 04:36:02.847 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1556 | 2024-12-21T04:36:04.077Z | Dec 21 04:36:03.037 INFO Download complete, target: DendriteOpenapi |
| 1557 | 2024-12-21T04:36:04.247Z | Dec 21 04:36:03.201 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1558 | 2024-12-21T04:36:04.359Z | Dec 21 04:36:03.317 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1559 | 2024-12-21T04:36:04.702Z | Dec 21 04:36:03.655 INFO Download complete, target: Console |
| 1560 | 2024-12-21T04:36:04.889Z | Dec 21 04:36:03.846 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1561 | 2024-12-21T04:36:04.905Z | Dec 21 04:36:03.857 INFO Download complete, target: TransceiverControl |
| 1562 | 2024-12-21T04:36:05.111Z | Dec 21 04:36:04.069 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1563 | 2024-12-21T04:36:05.686Z | Dec 21 04:36:04.646 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1564 | 2024-12-21T04:36:05.686Z | Dec 21 04:36:04.646 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1565 | 2024-12-21T04:36:05.935Z | Dec 21 04:36:04.896 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1566 | 2024-12-21T04:36:07.882Z | Dec 21 04:36:06.841 INFO Download complete, target: MaghemiteMgd |
| 1567 | 2024-12-21T04:36:07.957Z | Dec 21 04:36:06.916 INFO Download complete, target: DendriteStub |
| 1568 | 2024-12-21T04:36:13.106Z | Dec 21 04:36:12.065 INFO Checking that binary works, target: Cockroach |
| 1569 | 2024-12-21T04:36:13.356Z | Dec 21 04:36:12.317 INFO Download complete, target: Cockroach |
| 1570 | 2024-12-21T04:36:18.393Z | Dec 21 04:36:17.353 INFO Checking that binary works, target: Clickhouse |
| 1571 | 2024-12-21T04:36:18.939Z | Dec 21 04:36:17.900 INFO Download complete, target: Clickhouse |
| 1572 | 2024-12-21T04:36:19.026Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1573 | 2024-12-21T04:36:19.030Z | |
| 1574 | 2024-12-21T04:36:19.030Z | real 5:13.156092712 |
| 1575 | 2024-12-21T04:36:19.030Z | user 16:58.616860347 |
| 1576 | 2024-12-21T04:36:19.030Z | sys 3:19.690067471 |
| 1577 | 2024-12-21T04:36:19.030Z | trap 0.601456238 |
| 1578 | 2024-12-21T04:36:19.030Z | tflt 7.673305280 |
| 1579 | 2024-12-21T04:36:19.030Z | dflt 6.996615083 |
| 1580 | 2024-12-21T04:36:19.030Z | kflt 0.271653438 |
| 1581 | 2024-12-21T04:36:19.030Z | lock 31:04.549176114 |
| 1582 | 2024-12-21T04:36:19.030Z | slp 1:04:27.002650034 |
| 1583 | 2024-12-21T04:36:19.030Z | lat 56.021918235 |
| 1584 | 2024-12-21T04:36:19.030Z | stop 2:26.687181064 |
| 1585 | 2024-12-21T04:36:19.030Z | + banner clippy |
| 1586 | 2024-12-21T04:36:19.030Z | |
| 1587 | 2024-12-21T04:36:19.030Z | #### # # ##### ##### # # |
| 1588 | 2024-12-21T04:36:19.030Z | # # # # # # # # # # |
| 1589 | 2024-12-21T04:36:19.030Z | # # # # # # # # |
| 1590 | 2024-12-21T04:36:19.030Z | # # # ##### ##### # |
| 1591 | 2024-12-21T04:36:19.030Z | # # # # # # # |
| 1592 | 2024-12-21T04:36:19.030Z | #### ###### # # # # |
| 1593 | 2024-12-21T04:36:19.030Z | |
| 1594 | 2024-12-21T04:36:19.030Z | + export CARGO_INCREMENTAL=0 |
| 1595 | 2024-12-21T04:36:19.030Z | + CARGO_INCREMENTAL=0 |
| 1596 | 2024-12-21T04:36:19.031Z | + ptime -m cargo xtask clippy |
| 1597 | 2024-12-21T04:36:19.587Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1598 | 2024-12-21T04:36:23.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 1599 | 2024-12-21T04:36:23.272Z | Running `target/debug/xtask clippy` |
| 1600 | 2024-12-21T04:36:23.296Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1601 | 2024-12-21T04:36:24.005Z | Downloading crates ... |
| 1602 | 2024-12-21T04:36:24.368Z | Downloaded assert-json-diff v2.0.2 |
| 1603 | 2024-12-21T04:36:24.371Z | Downloaded async-channel v2.3.1 |
| 1604 | 2024-12-21T04:36:24.375Z | Downloaded async-executor v1.13.1 |
| 1605 | 2024-12-21T04:36:24.378Z | Downloaded assert_cmd v2.0.16 |
| 1606 | 2024-12-21T04:36:24.381Z | Downloaded async-channel v1.9.0 |
| 1607 | 2024-12-21T04:36:24.381Z | Downloaded async-attributes v1.1.2 |
| 1608 | 2024-12-21T04:36:24.390Z | Downloaded async-global-executor v2.4.1 |
| 1609 | 2024-12-21T04:36:24.410Z | Downloaded async-object-pool v0.1.5 |
| 1610 | 2024-12-21T04:36:24.412Z | Downloaded criterion-plot v0.5.0 |
| 1611 | 2024-12-21T04:36:24.414Z | Downloaded concurrent-queue v2.5.0 |
| 1612 | 2024-12-21T04:36:24.416Z | Downloaded cast v0.3.0 |
| 1613 | 2024-12-21T04:36:24.417Z | Downloaded async-io v2.3.4 |
| 1614 | 2024-12-21T04:36:24.420Z | Downloaded escape8259 v0.5.3 |
| 1615 | 2024-12-21T04:36:24.423Z | Downloaded async-lock v3.4.0 |
| 1616 | 2024-12-21T04:36:24.425Z | Downloaded approx v0.5.1 |
| 1617 | 2024-12-21T04:36:24.425Z | Downloaded doc-comment v0.3.3 |
| 1618 | 2024-12-21T04:36:24.427Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1619 | 2024-12-21T04:36:24.427Z | Downloaded event-listener v2.5.3 |
| 1620 | 2024-12-21T04:36:24.430Z | Downloaded async-signal v0.2.10 |
| 1621 | 2024-12-21T04:36:24.430Z | Downloaded anes v0.1.6 |
| 1622 | 2024-12-21T04:36:24.433Z | Downloaded blocking v1.6.1 |
| 1623 | 2024-12-21T04:36:24.435Z | Downloaded kv-log-macro v1.0.7 |
| 1624 | 2024-12-21T04:36:24.438Z | Downloaded indoc v2.0.5 |
| 1625 | 2024-12-21T04:36:24.441Z | Downloaded futures-timer v3.0.3 |
| 1626 | 2024-12-21T04:36:24.443Z | Downloaded plotters-svg v0.3.7 |
| 1627 | 2024-12-21T04:36:24.444Z | Downloaded async-process v2.3.0 |
| 1628 | 2024-12-21T04:36:24.446Z | Downloaded pathdiff v0.2.2 |
| 1629 | 2024-12-21T04:36:24.446Z | Downloaded num_cpus v1.16.0 |
| 1630 | 2024-12-21T04:36:24.448Z | Downloaded hyper-rustls v0.26.0 |
| 1631 | 2024-12-21T04:36:24.451Z | Downloaded futures-lite v2.3.0 |
| 1632 | 2024-12-21T04:36:24.454Z | Downloaded httptest v0.16.1 |
| 1633 | 2024-12-21T04:36:24.456Z | Downloaded blake2b_simd v1.0.2 |
| 1634 | 2024-12-21T04:36:24.458Z | Downloaded nested v0.1.1 |
| 1635 | 2024-12-21T04:36:24.458Z | Downloaded libtest-mimic v0.7.3 |
| 1636 | 2024-12-21T04:36:24.460Z | Downloaded datatest-stable v0.2.9 |
| 1637 | 2024-12-21T04:36:24.463Z | Downloaded event-listener-strategy v0.5.2 |
| 1638 | 2024-12-21T04:36:24.466Z | Downloaded target-triple v0.1.3 |
| 1639 | 2024-12-21T04:36:24.466Z | Downloaded similar-asserts v1.6.0 |
| 1640 | 2024-12-21T04:36:24.468Z | Downloaded piper v0.2.4 |
| 1641 | 2024-12-21T04:36:24.468Z | Downloaded plotters-backend v0.3.7 |
| 1642 | 2024-12-21T04:36:24.470Z | Downloaded path-tree v0.8.1 |
| 1643 | 2024-12-21T04:36:24.473Z | Downloaded cfg-expr v0.17.0 |
| 1644 | 2024-12-21T04:36:24.476Z | Downloaded oorandom v11.1.4 |
| 1645 | 2024-12-21T04:36:24.476Z | Downloaded parking v2.2.1 |
| 1646 | 2024-12-21T04:36:24.478Z | Downloaded async-task v4.7.1 |
| 1647 | 2024-12-21T04:36:24.481Z | Downloaded proc-macro-crate v3.2.0 |
| 1648 | 2024-12-21T04:36:24.481Z | Downloaded target-spec v3.2.2 |
| 1649 | 2024-12-21T04:36:24.483Z | Downloaded serde_regex v1.1.0 |
| 1650 | 2024-12-21T04:36:24.483Z | Downloaded relative-path v1.9.3 |
| 1651 | 2024-12-21T04:36:24.488Z | Downloaded threadpool v1.8.1 |
| 1652 | 2024-12-21T04:36:24.488Z | Downloaded partial-io v0.5.4 |
| 1653 | 2024-12-21T04:36:24.491Z | Downloaded stringmetrics v2.2.2 |
| 1654 | 2024-12-21T04:36:24.494Z | Downloaded rust-argon2 v2.1.0 |
| 1655 | 2024-12-21T04:36:24.497Z | Downloaded target-lexicon v0.12.16 |
| 1656 | 2024-12-21T04:36:24.501Z | Downloaded fancy-regex v0.13.0 |
| 1657 | 2024-12-21T04:36:24.505Z | Downloaded trybuild v1.0.101 |
| 1658 | 2024-12-21T04:36:24.509Z | Downloaded tinytemplate v1.2.1 |
| 1659 | 2024-12-21T04:36:24.512Z | Downloaded rustls-native-certs v0.7.3 |
| 1660 | 2024-12-21T04:36:24.515Z | Downloaded rstest v0.23.0 |
| 1661 | 2024-12-21T04:36:24.520Z | Downloaded rstest_macros v0.23.0 |
| 1662 | 2024-12-21T04:36:24.523Z | Downloaded rand_distr v0.4.3 |
| 1663 | 2024-12-21T04:36:24.526Z | Downloaded yansi v1.0.1 |
| 1664 | 2024-12-21T04:36:24.529Z | Downloaded guppy v0.17.8 |
| 1665 | 2024-12-21T04:36:24.535Z | Downloaded criterion v0.5.1 |
| 1666 | 2024-12-21T04:36:24.542Z | Downloaded pretty_assertions v1.4.1 |
| 1667 | 2024-12-21T04:36:24.545Z | Downloaded polling v3.7.3 |
| 1668 | 2024-12-21T04:36:24.547Z | Downloaded plotters v0.3.7 |
| 1669 | 2024-12-21T04:36:24.556Z | Downloaded event-listener v5.3.1 |
| 1670 | 2024-12-21T04:36:24.558Z | Downloaded async-std v1.13.0 |
| 1671 | 2024-12-21T04:36:24.639Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1672 | 2024-12-21T04:36:25.471Z | Checking cfg-if v1.0.0 |
| 1673 | 2024-12-21T04:36:25.551Z | Checking libc v0.2.162 |
| 1674 | 2024-12-21T04:36:25.577Z | Checking serde v1.0.215 |
| 1675 | 2024-12-21T04:36:25.596Z | Checking memchr v2.7.4 |
| 1676 | 2024-12-21T04:36:25.618Z | Checking value-bag v1.9.0 |
| 1677 | 2024-12-21T04:36:25.645Z | Checking scopeguard v1.2.0 |
| 1678 | 2024-12-21T04:36:25.673Z | Checking zeroize v1.8.1 |
| 1679 | 2024-12-21T04:36:25.699Z | Checking smallvec v1.13.2 |
| 1680 | 2024-12-21T04:36:25.725Z | Checking itoa v1.0.11 |
| 1681 | 2024-12-21T04:36:25.803Z | Checking lock_api v0.4.12 |
| 1682 | 2024-12-21T04:36:25.947Z | Checking byteorder v1.5.0 |
| 1683 | 2024-12-21T04:36:25.977Z | Checking pin-project-lite v0.2.14 |
| 1684 | 2024-12-21T04:36:26.018Z | Checking log v0.4.22 |
| 1685 | 2024-12-21T04:36:26.074Z | Checking subtle v2.6.1 |
| 1686 | 2024-12-21T04:36:26.118Z | Checking once_cell v1.20.2 |
| 1687 | 2024-12-21T04:36:26.252Z | Checking typenum v1.17.0 |
| 1688 | 2024-12-21T04:36:26.346Z | Checking futures-core v0.3.31 |
| 1689 | 2024-12-21T04:36:26.382Z | Checking libm v0.2.8 |
| 1690 | 2024-12-21T04:36:26.435Z | Checking thiserror v1.0.69 |
| 1691 | 2024-12-21T04:36:26.465Z | Checking zerocopy v0.7.35 |
| 1692 | 2024-12-21T04:36:26.548Z | Checking ryu v1.0.18 |
| 1693 | 2024-12-21T04:36:26.584Z | Checking spin v0.9.8 |
| 1694 | 2024-12-21T04:36:26.612Z | Checking const-oid v0.9.6 |
| 1695 | 2024-12-21T04:36:26.718Z | Checking getrandom v0.2.15 |
| 1696 | 2024-12-21T04:36:26.798Z | Checking signal-hook-registry v1.4.2 |
| 1697 | 2024-12-21T04:36:26.945Z | Checking parking_lot_core v0.9.10 |
| 1698 | 2024-12-21T04:36:26.974Z | Checking rand_core v0.6.4 |
| 1699 | 2024-12-21T04:36:27.063Z | Checking mio v1.0.2 |
| 1700 | 2024-12-21T04:36:27.294Z | Checking parking_lot v0.12.3 |
| 1701 | 2024-12-21T04:36:27.323Z | Checking socket2 v0.5.7 |
| 1702 | 2024-12-21T04:36:27.326Z | Checking num-traits v0.2.19 |
| 1703 | 2024-12-21T04:36:27.623Z | Checking generic-array v0.14.7 |
| 1704 | 2024-12-21T04:36:27.693Z | Checking futures-io v0.3.31 |
| 1705 | 2024-12-21T04:36:27.725Z | Checking slab v0.4.9 |
| 1706 | 2024-12-21T04:36:27.827Z | Checking allocator-api2 v0.2.18 |
| 1707 | 2024-12-21T04:36:27.949Z | Checking cpufeatures v0.2.14 |
| 1708 | 2024-12-21T04:36:28.007Z | Checking futures-sink v0.3.31 |
| 1709 | 2024-12-21T04:36:28.045Z | Checking pin-utils v0.1.0 |
| 1710 | 2024-12-21T04:36:28.076Z | Checking foldhash v0.1.3 |
| 1711 | 2024-12-21T04:36:28.146Z | Checking equivalent v1.0.1 |
| 1712 | 2024-12-21T04:36:28.175Z | Checking futures-channel v0.3.31 |
| 1713 | 2024-12-21T04:36:28.281Z | Checking futures-task v0.3.31 |
| 1714 | 2024-12-21T04:36:28.320Z | Checking stable_deref_trait v1.2.0 |
| 1715 | 2024-12-21T04:36:28.448Z | Checking iana-time-zone v0.1.61 |
| 1716 | 2024-12-21T04:36:28.517Z | Checking hashbrown v0.15.1 |
| 1717 | 2024-12-21T04:36:28.569Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1718 | 2024-12-21T04:36:28.600Z | Checking futures-util v0.3.31 |
| 1719 | 2024-12-21T04:36:28.627Z | Checking fnv v1.0.7 |
| 1720 | 2024-12-21T04:36:28.630Z | Checking ppv-lite86 v0.2.20 |
| 1721 | 2024-12-21T04:36:28.756Z | Checking tracing-core v0.1.32 |
| 1722 | 2024-12-21T04:36:28.897Z | Checking crypto-common v0.1.6 |
| 1723 | 2024-12-21T04:36:28.929Z | Checking block-buffer v0.10.4 |
| 1724 | 2024-12-21T04:36:29.095Z | Checking errno v0.3.9 |
| 1725 | 2024-12-21T04:36:29.124Z | Checking zerofrom v0.1.4 |
| 1726 | 2024-12-21T04:36:29.162Z | Checking digest v0.10.7 |
| 1727 | 2024-12-21T04:36:29.266Z | Checking dyn-clone v1.0.17 |
| 1728 | 2024-12-21T04:36:29.360Z | Checking yoke v0.7.4 |
| 1729 | 2024-12-21T04:36:29.421Z | Checking block-padding v0.3.3 |
| 1730 | 2024-12-21T04:36:29.451Z | Checking rand_chacha v0.3.1 |
| 1731 | 2024-12-21T04:36:29.453Z | Checking tracing v0.1.40 |
| 1732 | 2024-12-21T04:36:29.549Z | Checking crossbeam-utils v0.8.20 |
| 1733 | 2024-12-21T04:36:29.634Z | Checking inout v0.1.3 |
| 1734 | 2024-12-21T04:36:29.704Z | Checking zerovec v0.10.4 |
| 1735 | 2024-12-21T04:36:29.706Z | Checking percent-encoding v2.3.1 |
| 1736 | 2024-12-21T04:36:29.834Z | Checking writeable v0.5.5 |
| 1737 | 2024-12-21T04:36:29.863Z | Checking rand v0.8.5 |
| 1738 | 2024-12-21T04:36:29.891Z | Checking cipher v0.4.4 |
| 1739 | 2024-12-21T04:36:29.930Z | Checking litemap v0.7.3 |
| 1740 | 2024-12-21T04:36:30.189Z | Checking tinyvec_macros v0.1.1 |
| 1741 | 2024-12-21T04:36:30.279Z | Checking form_urlencoded v1.2.1 |
| 1742 | 2024-12-21T04:36:30.307Z | Checking tinyvec v1.8.0 |
| 1743 | 2024-12-21T04:36:30.335Z | Checking httparse v1.9.5 |
| 1744 | 2024-12-21T04:36:30.338Z | Checking base64ct v1.6.0 |
| 1745 | 2024-12-21T04:36:30.489Z | Checking icu_locid_transform_data v1.5.0 |
| 1746 | 2024-12-21T04:36:30.598Z | Checking atomic-waker v1.1.2 |
| 1747 | 2024-12-21T04:36:30.754Z | Checking regex-syntax v0.8.5 |
| 1748 | 2024-12-21T04:36:30.784Z | Checking bytes v1.8.0 |
| 1749 | 2024-12-21T04:36:30.812Z | Checking bitflags v2.6.0 |
| 1750 | 2024-12-21T04:36:30.852Z | Checking serde_json v1.0.133 |
| 1751 | 2024-12-21T04:36:31.120Z | Checking chrono v0.4.38 |
| 1752 | 2024-12-21T04:36:31.204Z | Checking indexmap v2.6.0 |
| 1753 | 2024-12-21T04:36:31.404Z | Checking uuid v1.11.0 |
| 1754 | 2024-12-21T04:36:31.646Z | Checking tokio v1.40.0 |
| 1755 | 2024-12-21T04:36:31.698Z | Checking rustix v0.38.37 |
| 1756 | 2024-12-21T04:36:32.039Z | Checking http v1.1.0 |
| 1757 | 2024-12-21T04:36:32.550Z | Checking tinystr v0.7.6 |
| 1758 | 2024-12-21T04:36:32.656Z | Checking unicode-normalization v0.1.24 |
| 1759 | 2024-12-21T04:36:32.973Z | Checking icu_locid v1.5.0 |
| 1760 | 2024-12-21T04:36:33.328Z | Checking schemars v0.8.21 |
| 1761 | 2024-12-21T04:36:33.560Z | Checking icu_collections v1.5.0 |
| 1762 | 2024-12-21T04:36:33.645Z | Checking hmac v0.12.1 |
| 1763 | 2024-12-21T04:36:33.875Z | Checking untrusted v0.9.0 |
| 1764 | 2024-12-21T04:36:33.919Z | Checking icu_properties_data v1.5.0 |
| 1765 | 2024-12-21T04:36:34.044Z | Checking ring v0.17.8 |
| 1766 | 2024-12-21T04:36:34.079Z | Checking icu_provider v1.5.0 |
| 1767 | 2024-12-21T04:36:34.203Z | Checking sha2 v0.10.8 |
| 1768 | 2024-12-21T04:36:34.252Z | Checking aho-corasick v1.1.3 |
| 1769 | 2024-12-21T04:36:34.279Z | Checking icu_normalizer_data v1.5.0 |
| 1770 | 2024-12-21T04:36:34.389Z | Checking utf16_iter v1.0.5 |
| 1771 | 2024-12-21T04:36:34.569Z | Checking utf8_iter v1.0.4 |
| 1772 | 2024-12-21T04:36:34.737Z | Checking icu_locid_transform v1.5.0 |
| 1773 | 2024-12-21T04:36:34.774Z | Checking unicode-bidi v0.3.17 |
| 1774 | 2024-12-21T04:36:34.805Z | Checking write16 v1.0.0 |
| 1775 | 2024-12-21T04:36:34.941Z | Checking unicode-ident v1.0.13 |
| 1776 | 2024-12-21T04:36:34.980Z | Checking lazy_static v1.5.0 |
| 1777 | 2024-12-21T04:36:35.129Z | Checking powerfmt v0.2.0 |
| 1778 | 2024-12-21T04:36:35.133Z | Checking adler2 v2.0.0 |
| 1779 | 2024-12-21T04:36:35.323Z | Checking miniz_oxide v0.8.0 |
| 1780 | 2024-12-21T04:36:35.402Z | Checking deranged v0.3.11 |
| 1781 | 2024-12-21T04:36:35.431Z | Checking num-conv v0.1.0 |
| 1782 | 2024-12-21T04:36:35.465Z | Checking rustls-pki-types v1.10.0 |
| 1783 | 2024-12-21T04:36:35.704Z | Checking time-core v0.1.2 |
| 1784 | 2024-12-21T04:36:35.791Z | Checking icu_properties v1.5.1 |
| 1785 | 2024-12-21T04:36:35.873Z | Checking num_threads v0.1.7 |
| 1786 | 2024-12-21T04:36:35.963Z | Checking proc-macro2 v1.0.89 |
| 1787 | 2024-12-21T04:36:35.998Z | Checking pem-rfc7468 v0.7.0 |
| 1788 | 2024-12-21T04:36:36.026Z | Checking regex-automata v0.4.8 |
| 1789 | 2024-12-21T04:36:36.064Z | Checking untrusted v0.7.1 |
| 1790 | 2024-12-21T04:36:36.099Z | Checking http-body v1.0.1 |
| 1791 | 2024-12-21T04:36:36.254Z | Checking aws-lc-sys v0.22.0 |
| 1792 | 2024-12-21T04:36:36.282Z | Checking base64 v0.22.1 |
| 1793 | 2024-12-21T04:36:36.315Z | Checking try-lock v0.2.5 |
| 1794 | 2024-12-21T04:36:36.461Z | Checking httpdate v1.0.3 |
| 1795 | 2024-12-21T04:36:36.693Z | Checking quote v1.0.37 |
| 1796 | 2024-12-21T04:36:36.721Z | Checking mirai-annotations v1.12.0 |
| 1797 | 2024-12-21T04:36:36.796Z | Checking want v0.3.1 |
| 1798 | 2024-12-21T04:36:37.274Z | Checking flagset v0.4.6 |
| 1799 | 2024-12-21T04:36:37.293Z | Checking pbkdf2 v0.12.2 |
| 1800 | 2024-12-21T04:36:37.293Z | Checking syn v2.0.87 |
| 1801 | 2024-12-21T04:36:37.293Z | Checking der v0.7.9 |
| 1802 | 2024-12-21T04:36:37.293Z | Checking aes v0.8.4 |
| 1803 | 2024-12-21T04:36:37.324Z | Checking time v0.3.36 |
| 1804 | 2024-12-21T04:36:38.156Z | Checking salsa20 v0.10.2 |
| 1805 | 2024-12-21T04:36:38.403Z | Checking cbc v0.1.2 |
| 1806 | 2024-12-21T04:36:38.614Z | Checking ahash v0.8.11 |
| 1807 | 2024-12-21T04:36:38.784Z | Checking aws-lc-rs v1.10.0 |
| 1808 | 2024-12-21T04:36:39.125Z | Checking spki v0.7.3 |
| 1809 | 2024-12-21T04:36:39.175Z | Checking slog v2.7.0 |
| 1810 | 2024-12-21T04:36:39.250Z | Checking icu_normalizer v1.5.0 |
| 1811 | 2024-12-21T04:36:39.443Z | Checking tower-service v0.3.3 |
| 1812 | 2024-12-21T04:36:39.496Z | Checking tokio-util v0.7.12 |
| 1813 | 2024-12-21T04:36:39.565Z | Checking scrypt v0.11.0 |
| 1814 | 2024-12-21T04:36:39.672Z | Checking mime v0.3.17 |
| 1815 | 2024-12-21T04:36:39.796Z | Checking gimli v0.31.1 |
| 1816 | 2024-12-21T04:36:40.019Z | Checking pkcs5 v0.7.1 |
| 1817 | 2024-12-21T04:36:40.046Z | Checking object v0.36.5 |
| 1818 | 2024-12-21T04:36:40.101Z | Checking idna_adapter v1.2.0 |
| 1819 | 2024-12-21T04:36:40.306Z | Checking idna v1.0.3 |
| 1820 | 2024-12-21T04:36:40.407Z | Checking h2 v0.4.6 |
| 1821 | 2024-12-21T04:36:40.575Z | Checking utf8parse v0.2.2 |
| 1822 | 2024-12-21T04:36:40.691Z | Checking rustls-webpki v0.102.8 |
| 1823 | 2024-12-21T04:36:40.732Z | Checking rustc-demangle v0.1.24 |
| 1824 | 2024-12-21T04:36:40.845Z | Checking url v2.5.3 |
| 1825 | 2024-12-21T04:36:40.884Z | Checking regex v1.11.1 |
| 1826 | 2024-12-21T04:36:41.212Z | Checking pkcs8 v0.10.2 |
| 1827 | 2024-12-21T04:36:41.538Z | Checking http-body-util v0.1.2 |
| 1828 | 2024-12-21T04:36:41.567Z | Checking futures-executor v0.3.31 |
| 1829 | 2024-12-21T04:36:41.570Z | Checking toml_datetime v0.6.8 |
| 1830 | 2024-12-21T04:36:41.748Z | Checking serde_spanned v0.6.8 |
| 1831 | 2024-12-21T04:36:41.808Z | Checking unicode-width v0.1.14 |
| 1832 | 2024-12-21T04:36:41.897Z | Checking ipnet v2.10.1 |
| 1833 | 2024-12-21T04:36:41.970Z | Checking data-encoding v2.6.0 |
| 1834 | 2024-12-21T04:36:42.025Z | Checking futures v0.3.31 |
| 1835 | 2024-12-21T04:36:42.143Z | Checking rustls-pemfile v2.2.0 |
| 1836 | 2024-12-21T04:36:42.297Z | Checking anstyle v1.0.10 |
| 1837 | 2024-12-21T04:36:42.368Z | Checking either v1.13.0 |
| 1838 | 2024-12-21T04:36:42.405Z | Checking openssl-probe v0.1.5 |
| 1839 | 2024-12-21T04:36:42.583Z | Checking foreign-types-shared v0.1.1 |
| 1840 | 2024-12-21T04:36:42.668Z | Checking semver v1.0.23 |
| 1841 | 2024-12-21T04:36:42.712Z | Checking foreign-types v0.3.2 |
| 1842 | 2024-12-21T04:36:42.715Z | Checking serde_urlencoded v0.7.1 |
| 1843 | 2024-12-21T04:36:42.798Z | Checking sha1 v0.10.6 |
| 1844 | 2024-12-21T04:36:42.826Z | Checking openssl-sys v0.9.103 |
| 1845 | 2024-12-21T04:36:43.107Z | Checking encoding_rs v0.8.34 |
| 1846 | 2024-12-21T04:36:43.133Z | Checking rustls v0.23.19 |
| 1847 | 2024-12-21T04:36:43.205Z | Checking anstyle-parse v0.2.5 |
| 1848 | 2024-12-21T04:36:43.498Z | Checking camino v1.1.9 |
| 1849 | 2024-12-21T04:36:43.965Z | Checking winnow v0.6.20 |
| 1850 | 2024-12-21T04:36:44.034Z | Checking addr2line v0.24.2 |
| 1851 | 2024-12-21T04:36:44.080Z | Checking is_terminal_polyfill v1.70.1 |
| 1852 | 2024-12-21T04:36:44.135Z | Checking openssl v0.10.66 |
| 1853 | 2024-12-21T04:36:44.217Z | Checking colorchoice v1.0.2 |
| 1854 | 2024-12-21T04:36:44.372Z | Checking anstyle-query v1.1.1 |
| 1855 | 2024-12-21T04:36:44.516Z | Checking anstream v0.6.15 |
| 1856 | 2024-12-21T04:36:44.556Z | Checking idna v0.3.0 |
| 1857 | 2024-12-21T04:36:44.889Z | Checking terminal_size v0.4.0 |
| 1858 | 2024-12-21T04:36:45.081Z | Checking openapiv3 v2.0.0 |
| 1859 | 2024-12-21T04:36:45.461Z | Checking signature v2.2.0 |
| 1860 | 2024-12-21T04:36:45.582Z | Checking clap_lex v0.7.2 |
| 1861 | 2024-12-21T04:36:45.671Z | Checking psl-types v2.0.11 |
| 1862 | 2024-12-21T04:36:45.853Z | Checking strsim v0.11.1 |
| 1863 | 2024-12-21T04:36:45.882Z | Checking publicsuffix v2.2.3 |
| 1864 | 2024-12-21T04:36:46.151Z | Checking clap_builder v4.5.21 |
| 1865 | 2024-12-21T04:36:46.155Z | Checking cookie v0.18.1 |
| 1866 | 2024-12-21T04:36:46.661Z | Checking webpki-roots v0.26.6 |
| 1867 | 2024-12-21T04:36:46.695Z | Checking backtrace v0.3.74 |
| 1868 | 2024-12-21T04:36:46.894Z | Checking idna v0.5.0 |
| 1869 | 2024-12-21T04:36:47.030Z | Checking is-terminal v0.4.13 |
| 1870 | 2024-12-21T04:36:47.159Z | Checking scroll v0.12.0 |
| 1871 | 2024-12-21T04:36:47.162Z | Checking hyper v1.5.0 |
| 1872 | 2024-12-21T04:36:47.296Z | Checking anyhow v1.0.93 |
| 1873 | 2024-12-21T04:36:47.694Z | Checking ucd-trie v0.1.7 |
| 1874 | 2024-12-21T04:36:47.724Z | Checking plain v0.2.3 |
| 1875 | 2024-12-21T04:36:47.862Z | Checking cookie_store v0.21.0 |
| 1876 | 2024-12-21T04:36:47.908Z | Checking goblin v0.8.2 |
| 1877 | 2024-12-21T04:36:47.936Z | Checking pest v2.7.14 |
| 1878 | 2024-12-21T04:36:48.648Z | Checking sync_wrapper v1.0.1 |
| 1879 | 2024-12-21T04:36:48.687Z | Checking pretty-hex v0.4.1 |
| 1880 | 2024-12-21T04:36:48.815Z | Checking base16ct v0.2.0 |
| 1881 | 2024-12-21T04:36:48.872Z | Checking num-integer v0.1.46 |
| 1882 | 2024-12-21T04:36:48.969Z | Checking tokio-rustls v0.26.0 |
| 1883 | 2024-12-21T04:36:49.021Z | Checking sec1 v0.7.3 |
| 1884 | 2024-12-21T04:36:49.247Z | Checking clap v4.5.21 |
| 1885 | 2024-12-21T04:36:49.355Z | Checking ff v0.13.0 |
| 1886 | 2024-12-21T04:36:49.383Z | Checking thread-id v4.2.2 |
| 1887 | 2024-12-21T04:36:49.385Z | Checking toml_edit v0.22.22 |
| 1888 | 2024-12-21T04:36:49.436Z | Checking hyper-util v0.1.10 |
| 1889 | 2024-12-21T04:36:49.479Z | Checking hkdf v0.12.4 |
| 1890 | 2024-12-21T04:36:49.529Z | Checking crypto-bigint v0.5.5 |
| 1891 | 2024-12-21T04:36:49.581Z | Checking group v0.13.0 |
| 1892 | 2024-12-21T04:36:49.722Z | Checking dirs-sys-next v0.1.2 |
| 1893 | 2024-12-21T04:36:49.753Z | Checking native-tls v0.2.12 |
| 1894 | 2024-12-21T04:36:49.837Z | Checking memmap v0.7.0 |
| 1895 | 2024-12-21T04:36:49.909Z | Checking crc32fast v1.4.2 |
| 1896 | 2024-12-21T04:36:50.075Z | Checking utf-8 v0.7.6 |
| 1897 | 2024-12-21T04:36:50.104Z | Checking tokio-native-tls v0.3.1 |
| 1898 | 2024-12-21T04:36:50.155Z | Checking bitflags v1.3.2 |
| 1899 | 2024-12-21T04:36:50.265Z | Checking static_assertions v1.1.0 |
| 1900 | 2024-12-21T04:36:50.313Z | Checking dirs-next v2.0.0 |
| 1901 | 2024-12-21T04:36:50.372Z | Checking crossbeam-channel v0.5.13 |
| 1902 | 2024-12-21T04:36:50.400Z | Checking thread_local v1.1.8 |
| 1903 | 2024-12-21T04:36:50.453Z | Checking unicode-segmentation v1.12.0 |
| 1904 | 2024-12-21T04:36:50.482Z | Checking dtrace-parser v0.2.0 |
| 1905 | 2024-12-21T04:36:50.683Z | Checking term v0.7.0 |
| 1906 | 2024-12-21T04:36:50.992Z | Checking num-iter v0.1.45 |
| 1907 | 2024-12-21T04:36:51.158Z | Checking crossbeam-epoch v0.9.18 |
| 1908 | 2024-12-21T04:36:51.186Z | Checking take_mut v0.2.2 |
| 1909 | 2024-12-21T04:36:51.189Z | Checking match_cfg v0.1.0 |
| 1910 | 2024-12-21T04:36:51.189Z | Checking slog-term v2.9.1 |
| 1911 | 2024-12-21T04:36:51.334Z | Checking hostname v0.3.1 |
| 1912 | 2024-12-21T04:36:51.363Z | Checking slog-async v2.8.0 |
| 1913 | 2024-12-21T04:36:51.488Z | Checking itertools v0.10.5 |
| 1914 | 2024-12-21T04:36:51.557Z | Checking hyper-tls v0.6.0 |
| 1915 | 2024-12-21T04:36:51.604Z | Checking hyper-rustls v0.27.3 |
| 1916 | 2024-12-21T04:36:51.672Z | Checking bstr v1.10.0 |
| 1917 | 2024-12-21T04:36:51.715Z | Checking rfc6979 v0.4.0 |
| 1918 | 2024-12-21T04:36:51.873Z | Checking hex v0.4.3 |
| 1919 | 2024-12-21T04:36:51.911Z | Checking managed v0.8.0 |
| 1920 | 2024-12-21T04:36:51.981Z | Checking reqwest v0.12.9 |
| 1921 | 2024-12-21T04:36:52.189Z | Checking toml v0.8.19 |
| 1922 | 2024-12-21T04:36:52.303Z | Checking winnow v0.5.40 |
| 1923 | 2024-12-21T04:36:52.450Z | Checking crossbeam-deque v0.8.5 |
| 1924 | 2024-12-21T04:36:52.604Z | Checking elliptic-curve v0.13.8 |
| 1925 | 2024-12-21T04:36:52.632Z | Checking num-bigint-dig v0.8.4 |
| 1926 | 2024-12-21T04:36:52.802Z | Checking flate2 v1.0.34 |
| 1927 | 2024-12-21T04:36:52.945Z | Checking rustls v0.22.4 |
| 1928 | 2024-12-21T04:36:53.066Z | Checking dof v0.3.0 |
| 1929 | 2024-12-21T04:36:53.323Z | Checking ecdsa v0.16.9 |
| 1930 | 2024-12-21T04:36:53.531Z | Checking pkcs1 v0.7.5 |
| 1931 | 2024-12-21T04:36:53.724Z | Checking usdt-impl v0.5.0 |
| 1932 | 2024-12-21T04:36:53.894Z | Checking curve25519-dalek v4.1.3 |
| 1933 | 2024-12-21T04:36:53.944Z | Checking zerocopy v0.6.6 |
| 1934 | 2024-12-21T04:36:53.992Z | Checking siphasher v0.3.11 |
| 1935 | 2024-12-21T04:36:54.095Z | Checking rayon-core v1.12.1 |
| 1936 | 2024-12-21T04:36:54.322Z | Checking usdt v0.5.0 |
| 1937 | 2024-12-21T04:36:54.349Z | Checking ed25519 v2.2.3 |
| 1938 | 2024-12-21T04:36:54.606Z | Checking slog-json v2.6.1 |
| 1939 | 2024-12-21T04:36:54.675Z | Checking signal-hook v0.3.17 |
| 1940 | 2024-12-21T04:36:54.766Z | Checking quick-error v1.2.3 |
| 1941 | 2024-12-21T04:36:54.847Z | Checking debug-ignore v1.0.5 |
| 1942 | 2024-12-21T04:36:54.889Z | Checking rsa v0.9.6 |
| 1943 | 2024-12-21T04:36:54.892Z | Checking slog-bunyan v2.5.0 |
| 1944 | 2024-12-21T04:36:54.941Z | Checking multer v3.1.0 |
| 1945 | 2024-12-21T04:36:55.005Z | Checking x509-cert v0.2.5 |
| 1946 | 2024-12-21T04:36:55.008Z | Checking idna v0.4.0 |
| 1947 | 2024-12-21T04:36:55.095Z | Checking hubpack v0.1.2 |
| 1948 | 2024-12-21T04:36:55.356Z | Checking serde_path_to_error v0.1.16 |
| 1949 | 2024-12-21T04:36:55.432Z | Checking waitgroup v0.1.2 |
| 1950 | 2024-12-21T04:36:55.510Z | Checking toml_edit v0.19.15 |
| 1951 | 2024-12-21T04:36:55.592Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1952 | 2024-12-21T04:36:55.743Z | Checking async-stream v0.3.6 |
| 1953 | 2024-12-21T04:36:55.882Z | Checking ed25519-dalek v2.1.1 |
| 1954 | 2024-12-21T04:36:55.935Z | Checking hostname v0.4.0 |
| 1955 | 2024-12-21T04:36:55.965Z | Checking bit-vec v0.6.3 |
| 1956 | 2024-12-21T04:36:55.968Z | Checking hickory-proto v0.24.1 |
| 1957 | 2024-12-21T04:36:56.016Z | Checking bzip2 v0.4.4 |
| 1958 | 2024-12-21T04:36:56.078Z | Checking signal-hook-mio v0.2.4 |
| 1959 | 2024-12-21T04:36:56.240Z | Checking console v0.15.8 |
| 1960 | 2024-12-21T04:36:56.294Z | Checking bit-set v0.5.3 |
| 1961 | 2024-12-21T04:36:56.324Z | Checking hash32 v0.2.1 |
| 1962 | 2024-12-21T04:36:56.327Z | Checking unicode-properties v0.1.3 |
| 1963 | 2024-12-21T04:36:56.553Z | Checking linked-hash-map v0.5.6 |
| 1964 | 2024-12-21T04:36:56.647Z | Checking predicates-core v1.0.8 |
| 1965 | 2024-12-21T04:36:56.714Z | Checking heapless v0.7.17 |
| 1966 | 2024-12-21T04:36:56.740Z | Checking stringprep v0.1.5 |
| 1967 | 2024-12-21T04:36:56.815Z | Checking tokio-rustls v0.25.0 |
| 1968 | 2024-12-21T04:36:56.844Z | Checking crossterm v0.28.1 |
| 1969 | 2024-12-21T04:36:56.873Z | Checking rayon v1.10.0 |
| 1970 | 2024-12-21T04:36:56.901Z | Checking lru-cache v0.1.2 |
| 1971 | 2024-12-21T04:36:57.007Z | Checking phf_shared v0.11.2 |
| 1972 | 2024-12-21T04:36:57.102Z | Checking similar v2.6.0 |
| 1973 | 2024-12-21T04:36:57.216Z | Checking dropshot v0.12.0 |
| 1974 | 2024-12-21T04:36:57.307Z | Checking tokio-stream v0.1.16 |
| 1975 | 2024-12-21T04:36:57.770Z | Checking newtype-uuid v1.1.3 |
| 1976 | 2024-12-21T04:36:58.046Z | Checking md-5 v0.10.6 |
| 1977 | 2024-12-21T04:36:58.074Z | Checking float-cmp v0.9.0 |
| 1978 | 2024-12-21T04:36:58.192Z | Checking toml v0.7.8 |
| 1979 | 2024-12-21T04:36:58.264Z | Checking normalize-line-endings v0.3.0 |
| 1980 | 2024-12-21T04:36:58.289Z | Checking difflib v0.4.0 |
| 1981 | 2024-12-21T04:36:58.318Z | Checking fixedbitset v0.4.2 |
| 1982 | 2024-12-21T04:36:58.399Z | Checking fallible-iterator v0.2.0 |
| 1983 | 2024-12-21T04:36:58.621Z | Checking petgraph v0.6.5 |
| 1984 | 2024-12-21T04:36:58.633Z | Checking predicates v3.1.2 |
| 1985 | 2024-12-21T04:36:58.806Z | Checking smoltcp v0.9.1 |
| 1986 | 2024-12-21T04:36:59.002Z | Checking phf v0.11.2 |
| 1987 | 2024-12-21T04:36:59.060Z | Checking postgres-protocol v0.6.7 |
| 1988 | 2024-12-21T04:36:59.303Z | Checking zip v0.6.6 |
| 1989 | 2024-12-21T04:36:59.338Z | Checking resolv-conf v0.7.0 |
| 1990 | 2024-12-21T04:36:59.736Z | Checking phf_shared v0.10.0 |
| 1991 | 2024-12-21T04:36:59.778Z | Checking tungstenite v0.24.0 |
| 1992 | 2024-12-21T04:37:00.048Z | Checking fs-err v2.11.0 |
| 1993 | 2024-12-21T04:37:00.053Z | Checking serde-big-array v0.5.1 |
| 1994 | 2024-12-21T04:37:00.301Z | Checking portable-atomic v1.9.0 |
| 1995 | 2024-12-21T04:37:00.366Z | Checking new_debug_unreachable v1.0.6 |
| 1996 | 2024-12-21T04:37:00.474Z | Checking unicode-width v0.2.0 |
| 1997 | 2024-12-21T04:37:00.633Z | Checking lalrpop-util v0.19.12 |
| 1998 | 2024-12-21T04:37:00.742Z | Checking precomputed-hash v0.1.1 |
| 1999 | 2024-12-21T04:37:00.859Z | Checking minimal-lexical v0.2.1 |
| 2000 | 2024-12-21T04:37:00.888Z | Checking number_prefix v0.4.0 |
| 2001 | 2024-12-21T04:37:00.944Z | Checking string_cache v0.8.7 |
| 2002 | 2024-12-21T04:37:00.971Z | Checking tokio-tungstenite v0.24.0 |
| 2003 | 2024-12-21T04:37:01.091Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2004 | 2024-12-21T04:37:01.147Z | Checking hickory-resolver v0.24.1 |
| 2005 | 2024-12-21T04:37:01.222Z | Checking postgres-types v0.2.8 |
| 2006 | 2024-12-21T04:37:01.250Z | Checking itertools v0.12.1 |
| 2007 | 2024-12-21T04:37:01.279Z | Checking nom v7.1.3 |
| 2008 | 2024-12-21T04:37:01.386Z | Checking indicatif v0.17.9 |
| 2009 | 2024-12-21T04:37:01.454Z | Checking whoami v1.5.2 |
| 2010 | 2024-12-21T04:37:01.782Z | Checking peg-runtime v0.8.3 |
| 2011 | 2024-12-21T04:37:01.996Z | Checking tokio-postgres v0.7.12 |
| 2012 | 2024-12-21T04:37:02.052Z | Compiling hashbrown v0.14.5 |
| 2013 | 2024-12-21T04:37:02.158Z | Compiling ident_case v1.0.1 |
| 2014 | 2024-12-21T04:37:02.202Z | Compiling unsafe-libyaml v0.2.11 |
| 2015 | 2024-12-21T04:37:02.357Z | Compiling darling_core v0.20.10 |
| 2016 | 2024-12-21T04:37:02.893Z | Checking qorb v0.2.1 |
| 2017 | 2024-12-21T04:37:03.607Z | Compiling regress v0.10.1 |
| 2018 | 2024-12-21T04:37:03.970Z | Compiling serde_yaml v0.9.34+deprecated |
| 2019 | 2024-12-21T04:37:04.280Z | Checking heck v0.5.0 |
| 2020 | 2024-12-21T04:37:04.490Z | Checking progenitor-client v0.8.0 |
| 2021 | 2024-12-21T04:37:04.898Z | Checking fastrand v2.1.1 |
| 2022 | 2024-12-21T04:37:05.264Z | Checking ipnetwork v0.20.0 |
| 2023 | 2024-12-21T04:37:05.295Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
| 2024 | 2024-12-21T04:37:05.631Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2025 | 2024-12-21T04:37:05.666Z | Compiling structmeta-derive v0.3.0 |
| 2026 | 2024-12-21T04:37:06.008Z | Checking strum v0.26.3 |
| 2027 | 2024-12-21T04:37:06.175Z | Compiling dropshot v0.13.0 |
| 2028 | 2024-12-21T04:37:06.560Z | Checking macaddr v1.0.1 |
| 2029 | 2024-12-21T04:37:06.608Z | Compiling dropshot_endpoint v0.13.0 |
| 2030 | 2024-12-21T04:37:06.860Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2031 | 2024-12-21T04:37:06.919Z | Checking tempfile v3.13.0 |
| 2032 | 2024-12-21T04:37:07.319Z | Checking instant v0.1.13 |
| 2033 | 2024-12-21T04:37:07.453Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
| 2034 | 2024-12-21T04:37:07.650Z | Compiling typify-impl v0.2.0 |
| 2035 | 2024-12-21T04:37:08.095Z | Checking regress v0.9.1 |
| 2036 | 2024-12-21T04:37:08.373Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2037 | 2024-12-21T04:37:08.717Z | Compiling structmeta v0.3.0 |
| 2038 | 2024-12-21T04:37:08.916Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2039 | 2024-12-21T04:37:09.173Z | Compiling parse-display-derive v0.10.0 |
| 2040 | 2024-12-21T04:37:09.176Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2041 | 2024-12-21T04:37:09.311Z | Checking backoff v0.4.0 |
| 2042 | 2024-12-21T04:37:09.354Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2043 | 2024-12-21T04:37:09.524Z | Checking wait-timeout v0.2.0 |
| 2044 | 2024-12-21T04:37:09.625Z | Checking rand_xorshift v0.3.0 |
| 2045 | 2024-12-21T04:37:09.628Z | Compiling darling_macro v0.20.10 |
| 2046 | 2024-12-21T04:37:09.712Z | Checking rusty-fork v0.3.0 |
| 2047 | 2024-12-21T04:37:09.842Z | Checking unarray v0.1.4 |
| 2048 | 2024-12-21T04:37:10.015Z | Compiling structmeta-derive v0.2.0 |
| 2049 | 2024-12-21T04:37:10.043Z | Checking proptest v1.5.0 |
| 2050 | 2024-12-21T04:37:10.600Z | Compiling darling v0.20.10 |
| 2051 | 2024-12-21T04:37:10.736Z | Compiling serde_with_macros v3.11.0 |
| 2052 | 2024-12-21T04:37:11.787Z | Checking camino-tempfile v1.1.1 |
| 2053 | 2024-12-21T04:37:11.958Z | Compiling proc-macro-error v1.0.4 |
| 2054 | 2024-12-21T04:37:12.090Z | Compiling proc-macro-crate v1.3.1 |
| 2055 | 2024-12-21T04:37:12.704Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2056 | 2024-12-21T04:37:13.152Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2057 | 2024-12-21T04:37:13.248Z | Compiling structmeta v0.2.0 |
| 2058 | 2024-12-21T04:37:13.306Z | Compiling num_enum_derive v0.5.11 |
| 2059 | 2024-12-21T04:37:13.472Z | Compiling foreign-types-macros v0.2.3 |
| 2060 | 2024-12-21T04:37:13.710Z | Compiling test-strategy v0.3.1 |
| 2061 | 2024-12-21T04:37:13.749Z | Checking serde_with v3.11.0 |
| 2062 | 2024-12-21T04:37:14.079Z | Checking parse-display v0.10.0 |
| 2063 | 2024-12-21T04:37:14.339Z | Checking foreign-types-shared v0.3.1 |
| 2064 | 2024-12-21T04:37:14.819Z | Checking foreign-types v0.5.0 |
| 2065 | 2024-12-21T04:37:14.846Z | Checking tabwriter v1.4.0 |
| 2066 | 2024-12-21T04:37:14.946Z | Checking cstr-argument v0.1.2 |
| 2067 | 2024-12-21T04:37:15.011Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2068 | 2024-12-21T04:37:15.084Z | Checking pretty-hex v0.2.1 |
| 2069 | 2024-12-21T04:37:15.150Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2070 | 2024-12-21T04:37:15.267Z | Checking colored v2.1.0 |
| 2071 | 2024-12-21T04:37:15.479Z | Checking smf v0.2.3 |
| 2072 | 2024-12-21T04:37:15.580Z | Checking itertools v0.13.0 |
| 2073 | 2024-12-21T04:37:15.896Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2074 | 2024-12-21T04:37:15.991Z | Checking base64 v0.21.7 |
| 2075 | 2024-12-21T04:37:15.994Z | Checking num_enum v0.5.11 |
| 2076 | 2024-12-21T04:37:16.051Z | Compiling crucible-workspace-hack v0.1.0 |
| 2077 | 2024-12-21T04:37:16.075Z | Compiling zerocopy v0.8.10 |
| 2078 | 2024-12-21T04:37:16.463Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2079 | 2024-12-21T04:37:16.488Z | Checking atomicwrites v0.4.4 |
| 2080 | 2024-12-21T04:37:16.713Z | Compiling zerocopy-derive v0.8.10 |
| 2081 | 2024-12-21T04:37:16.749Z | Checking termtree v0.4.1 |
| 2082 | 2024-12-21T04:37:16.968Z | Compiling heapless v0.8.0 |
| 2083 | 2024-12-21T04:37:17.032Z | Checking predicates-tree v1.0.11 |
| 2084 | 2024-12-21T04:37:17.211Z | Checking hash32 v0.3.1 |
| 2085 | 2024-12-21T04:37:17.343Z | Compiling smoltcp v0.11.0 |
| 2086 | 2024-12-21T04:37:17.432Z | Checking cobs v0.2.3 |
| 2087 | 2024-12-21T04:37:17.627Z | Checking postcard v1.0.10 |
| 2088 | 2024-12-21T04:37:17.763Z | Checking sigpipe v0.1.3 |
| 2089 | 2024-12-21T04:37:17.901Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2090 | 2024-12-21T04:37:18.188Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2091 | 2024-12-21T04:37:18.320Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2092 | 2024-12-21T04:37:18.324Z | Compiling thiserror v2.0.3 |
| 2093 | 2024-12-21T04:37:18.367Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2094 | 2024-12-21T04:37:18.457Z | Compiling mockall_derive v0.13.0 |
| 2095 | 2024-12-21T04:37:18.699Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2096 | 2024-12-21T04:37:18.807Z | Compiling thiserror-impl v2.0.3 |
| 2097 | 2024-12-21T04:37:19.046Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2098 | 2024-12-21T04:37:19.363Z | Compiling zone_cfg_derive v0.3.0 |
| 2099 | 2024-12-21T04:37:19.893Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2100 | 2024-12-21T04:37:20.909Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2101 | 2024-12-21T04:37:21.313Z | Compiling num-derive v0.4.2 |
| 2102 | 2024-12-21T04:37:21.382Z | Checking downcast v0.11.0 |
| 2103 | 2024-12-21T04:37:21.605Z | Checking fragile v2.0.0 |
| 2104 | 2024-12-21T04:37:21.889Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2105 | 2024-12-21T04:37:21.970Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2106 | 2024-12-21T04:37:22.218Z | Checking zone v0.3.0 |
| 2107 | 2024-12-21T04:37:22.244Z | Compiling convert_case v0.4.0 |
| 2108 | 2024-12-21T04:37:22.813Z | Checking tungstenite v0.21.0 |
| 2109 | 2024-12-21T04:37:23.031Z | Checking newline-converter v0.3.0 |
| 2110 | 2024-12-21T04:37:23.148Z | Checking same-file v1.0.6 |
| 2111 | 2024-12-21T04:37:23.203Z | Checking expectorate v1.1.0 |
| 2112 | 2024-12-21T04:37:23.318Z | Compiling derive_more v0.99.18 |
| 2113 | 2024-12-21T04:37:23.342Z | Checking walkdir v2.5.0 |
| 2114 | 2024-12-21T04:37:23.392Z | Checking arc-swap v1.7.1 |
| 2115 | 2024-12-21T04:37:23.639Z | Checking xattr v1.3.1 |
| 2116 | 2024-12-21T04:37:23.727Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2117 | 2024-12-21T04:37:23.851Z | Checking filetime v0.2.25 |
| 2118 | 2024-12-21T04:37:23.854Z | Checking slog-scope v4.4.0 |
| 2119 | 2024-12-21T04:37:23.901Z | Checking tokio-tungstenite v0.21.0 |
| 2120 | 2024-12-21T04:37:24.077Z | Checking tar v0.4.42 |
| 2121 | 2024-12-21T04:37:24.103Z | Checking slog-stdlog v4.1.1 |
| 2122 | 2024-12-21T04:37:24.228Z | Checking num-rational v0.4.2 |
| 2123 | 2024-12-21T04:37:24.722Z | Checking slog-envlogger v2.2.0 |
| 2124 | 2024-12-21T04:37:24.763Z | Checking num-complex v0.4.6 |
| 2125 | 2024-12-21T04:37:24.763Z | Checking float-ord v0.3.2 |
| 2126 | 2024-12-21T04:37:24.763Z | Compiling cancel-safe-futures v0.1.5 |
| 2127 | 2024-12-21T04:37:24.914Z | Checking swrite v0.1.0 |
| 2128 | 2024-12-21T04:37:24.968Z | Compiling owo-colors v4.1.0 |
| 2129 | 2024-12-21T04:37:25.078Z | Checking libsw v3.3.1 |
| 2130 | 2024-12-21T04:37:25.368Z | Checking password-hash v0.5.0 |
| 2131 | 2024-12-21T04:37:25.458Z | Checking num v0.4.3 |
| 2132 | 2024-12-21T04:37:25.583Z | Checking blake2 v0.10.6 |
| 2133 | 2024-12-21T04:37:25.607Z | Checking linear-map v1.2.0 |
| 2134 | 2024-12-21T04:37:25.871Z | Checking indent_write v2.2.0 |
| 2135 | 2024-12-21T04:37:25.962Z | Checking pem v3.0.4 |
| 2136 | 2024-12-21T04:37:26.094Z | Checking argon2 v0.5.3 |
| 2137 | 2024-12-21T04:37:26.112Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2138 | 2024-12-21T04:37:26.468Z | Compiling lzma-sys v0.1.20 |
| 2139 | 2024-12-21T04:37:26.765Z | Checking headers-core v0.3.0 |
| 2140 | 2024-12-21T04:37:26.801Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2141 | 2024-12-21T04:37:26.827Z | Compiling typify-macro v0.2.0 |
| 2142 | 2024-12-21T04:37:26.923Z | Compiling heck v0.3.3 |
| 2143 | 2024-12-21T04:37:27.192Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2144 | 2024-12-21T04:37:27.278Z | Checking highway v1.2.0 |
| 2145 | 2024-12-21T04:37:27.301Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2146 | 2024-12-21T04:37:27.386Z | Compiling zone_cfg_derive v0.1.2 |
| 2147 | 2024-12-21T04:37:27.467Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2148 | 2024-12-21T04:37:27.697Z | Checking headers v0.4.0 |
| 2149 | 2024-12-21T04:37:27.699Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2150 | 2024-12-21T04:37:27.748Z | Checking mockall v0.13.0 |
| 2151 | 2024-12-21T04:37:28.011Z | Checking yasna v0.5.2 |
| 2152 | 2024-12-21T04:37:28.077Z | Checking base64 v0.13.1 |
| 2153 | 2024-12-21T04:37:28.347Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2154 | 2024-12-21T04:37:28.508Z | Checking ron v0.7.1 |
| 2155 | 2024-12-21T04:37:28.912Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2156 | 2024-12-21T04:37:28.997Z | Checking rcgen v0.12.1 |
| 2157 | 2024-12-21T04:37:29.021Z | Checking zone v0.1.8 |
| 2158 | 2024-12-21T04:37:29.426Z | Checking xz2 v0.1.7 |
| 2159 | 2024-12-21T04:37:29.761Z | Checking subprocess v0.2.9 |
| 2160 | 2024-12-21T04:37:29.761Z | Checking humantime v2.1.0 |
| 2161 | 2024-12-21T04:37:29.764Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2162 | 2024-12-21T04:37:30.081Z | Compiling semver v0.1.20 |
| 2163 | 2024-12-21T04:37:30.392Z | Checking half v2.4.1 |
| 2164 | 2024-12-21T04:37:30.764Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2165 | 2024-12-21T04:37:30.790Z | Compiling rustc_version v0.1.7 |
| 2166 | 2024-12-21T04:37:30.874Z | Checking ciborium-io v0.2.2 |
| 2167 | 2024-12-21T04:37:30.967Z | Checking prettyplease v0.2.25 |
| 2168 | 2024-12-21T04:37:31.010Z | Checking ciborium-ll v0.2.2 |
| 2169 | 2024-12-21T04:37:31.297Z | Compiling newtype_derive v0.1.6 |
| 2170 | 2024-12-21T04:37:31.323Z | Checking ciborium v0.2.2 |
| 2171 | 2024-12-21T04:37:31.348Z | Compiling typify v0.2.0 |
| 2172 | 2024-12-21T04:37:31.500Z | Compiling progenitor-impl v0.8.0 |
| 2173 | 2024-12-21T04:37:31.825Z | Checking steno v0.4.1 |
| 2174 | 2024-12-21T04:37:32.283Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2175 | 2024-12-21T04:37:34.272Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2176 | 2024-12-21T04:37:34.643Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2177 | 2024-12-21T04:37:34.723Z | Compiling slog-dtrace v0.3.0 |
| 2178 | 2024-12-21T04:37:35.431Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2179 | 2024-12-21T04:37:35.812Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2180 | 2024-12-21T04:37:35.853Z | Checking display-error-chain v0.2.2 |
| 2181 | 2024-12-21T04:37:35.954Z | Checking gethostname v0.5.0 |
| 2182 | 2024-12-21T04:37:35.972Z | Checking nibble_vec v0.1.0 |
| 2183 | 2024-12-21T04:37:36.033Z | Compiling ring v0.16.20 |
| 2184 | 2024-12-21T04:37:36.086Z | Compiling blake3 v1.5.4 |
| 2185 | 2024-12-21T04:37:36.183Z | Checking endian-type v0.1.2 |
| 2186 | 2024-12-21T04:37:36.419Z | Checking keccak v0.1.5 |
| 2187 | 2024-12-21T04:37:36.460Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2188 | 2024-12-21T04:37:36.788Z | Checking sha3 v0.10.8 |
| 2189 | 2024-12-21T04:37:36.852Z | Checking radix_trie v0.2.1 |
| 2190 | 2024-12-21T04:37:37.243Z | Checking universal-hash v0.5.1 |
| 2191 | 2024-12-21T04:37:37.267Z | Checking opaque-debug v0.3.1 |
| 2192 | 2024-12-21T04:37:37.365Z | Checking secrecy v0.10.3 |
| 2193 | 2024-12-21T04:37:37.424Z | Checking aead v0.5.2 |
| 2194 | 2024-12-21T04:37:37.427Z | Checking poly1305 v0.8.0 |
| 2195 | 2024-12-21T04:37:37.547Z | Checking chacha20 v0.9.1 |
| 2196 | 2024-12-21T04:37:38.022Z | Compiling memmap2 v0.9.5 |
| 2197 | 2024-12-21T04:37:38.525Z | Compiling arrayref v0.3.9 |
| 2198 | 2024-12-21T04:37:38.648Z | Compiling constant_time_eq v0.3.1 |
| 2199 | 2024-12-21T04:37:38.682Z | Compiling spin v0.5.2 |
| 2200 | 2024-12-21T04:37:38.820Z | Compiling arrayvec v0.7.6 |
| 2201 | 2024-12-21T04:37:38.869Z | Compiling toolchain_find v0.4.0 |
| 2202 | 2024-12-21T04:37:38.942Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2203 | 2024-12-21T04:37:39.339Z | Compiling topological-sort v0.2.2 |
| 2204 | 2024-12-21T04:37:39.422Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2205 | 2024-12-21T04:37:39.565Z | Compiling rustfmt-wrapper v0.2.1 |
| 2206 | 2024-12-21T04:37:39.593Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2207 | 2024-12-21T04:37:39.961Z | Checking chacha20poly1305 v0.10.1 |
| 2208 | 2024-12-21T04:37:39.984Z | Compiling async-recursion v1.1.1 |
| 2209 | 2024-12-21T04:37:40.163Z | Checking fxhash v0.2.1 |
| 2210 | 2024-12-21T04:37:40.198Z | Checking lockfree-object-pool v0.1.6 |
| 2211 | 2024-12-21T04:37:40.243Z | Compiling progenitor-macro v0.8.0 |
| 2212 | 2024-12-21T04:37:40.364Z | Checking simd-adler32 v0.3.7 |
| 2213 | 2024-12-21T04:37:40.463Z | Checking bumpalo v3.16.0 |
| 2214 | 2024-12-21T04:37:40.547Z | Compiling zip v2.1.3 |
| 2215 | 2024-12-21T04:37:40.737Z | Checking termcolor v1.4.1 |
| 2216 | 2024-12-21T04:37:40.835Z | Checking zopfli v0.8.1 |
| 2217 | 2024-12-21T04:37:40.897Z | Checking maplit v1.0.2 |
| 2218 | 2024-12-21T04:37:41.026Z | Compiling radium v0.7.0 |
| 2219 | 2024-12-21T04:37:41.205Z | Compiling maybe-uninit v2.0.0 |
| 2220 | 2024-12-21T04:37:41.539Z | Checking tap v1.0.1 |
| 2221 | 2024-12-21T04:37:41.743Z | Checking wyz v0.5.1 |
| 2222 | 2024-12-21T04:37:41.842Z | Checking home v0.5.9 |
| 2223 | 2024-12-21T04:37:42.003Z | Compiling omicron-zone-package v0.11.1 |
| 2224 | 2024-12-21T04:37:42.128Z | Compiling packed_struct v0.10.1 |
| 2225 | 2024-12-21T04:37:42.152Z | Checking crc-catalog v2.4.0 |
| 2226 | 2024-12-21T04:37:42.253Z | Checking thiserror-no-std v2.0.2 |
| 2227 | 2024-12-21T04:37:42.315Z | Checking funty v2.0.0 |
| 2228 | 2024-12-21T04:37:42.383Z | Checking vsss-rs v3.3.4 |
| 2229 | 2024-12-21T04:37:42.637Z | Checking crc v3.2.1 |
| 2230 | 2024-12-21T04:37:42.911Z | Compiling const_format_proc_macros v0.2.33 |
| 2231 | 2024-12-21T04:37:43.129Z | Checking kstat-rs v0.2.4 |
| 2232 | 2024-12-21T04:37:43.322Z | Compiling packed_struct_codegen v0.10.1 |
| 2233 | 2024-12-21T04:37:43.400Z | Checking bitvec v1.0.1 |
| 2234 | 2024-12-21T04:37:43.505Z | Compiling vte_generate_state_changes v0.1.2 |
| 2235 | 2024-12-21T04:37:43.708Z | Compiling indexmap v1.9.3 |
| 2236 | 2024-12-21T04:37:44.027Z | Checking nodrop v0.1.14 |
| 2237 | 2024-12-21T04:37:44.167Z | Compiling libefi-sys v0.1.0 |
| 2238 | 2024-12-21T04:37:44.196Z | Checking vte v0.11.1 |
| 2239 | 2024-12-21T04:37:44.509Z | Checking array-init v0.0.4 |
| 2240 | 2024-12-21T04:37:45.139Z | Checking const_format v0.2.33 |
| 2241 | 2024-12-21T04:37:45.664Z | Checking smallvec v0.6.14 |
| 2242 | 2024-12-21T04:37:45.667Z | Checking fd-lock v4.0.2 |
| 2243 | 2024-12-21T04:37:45.709Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2244 | 2024-12-21T04:37:45.760Z | Compiling bitfield-struct v0.6.2 |
| 2245 | 2024-12-21T04:37:45.884Z | Checking bitfield v0.14.0 |
| 2246 | 2024-12-21T04:37:46.077Z | Checking hashbrown v0.12.3 |
| 2247 | 2024-12-21T04:37:46.201Z | Checking serde-hex v0.1.0 |
| 2248 | 2024-12-21T04:37:46.241Z | Checking strip-ansi-escapes v0.2.0 |
| 2249 | 2024-12-21T04:37:46.411Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2250 | 2024-12-21T04:37:46.708Z | Checking env_logger v0.10.2 |
| 2251 | 2024-12-21T04:37:46.777Z | Checking ron v0.8.1 |
| 2252 | 2024-12-21T04:37:47.169Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2253 | 2024-12-21T04:37:47.339Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2254 | 2024-12-21T04:37:47.493Z | Checking hashbrown v0.13.2 |
| 2255 | 2024-12-21T04:37:47.969Z | Checking crc-any v2.5.0 |
| 2256 | 2024-12-21T04:37:48.004Z | Checking nu-ansi-term v0.50.1 |
| 2257 | 2024-12-21T04:37:48.176Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2258 | 2024-12-21T04:37:48.314Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2259 | 2024-12-21T04:37:48.342Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2260 | 2024-12-21T04:37:48.471Z | Checking reedline v0.35.0 |
| 2261 | 2024-12-21T04:37:48.687Z | Checking object v0.30.4 |
| 2262 | 2024-12-21T04:37:48.804Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2263 | 2024-12-21T04:37:48.895Z | Checking path-slash v0.1.5 |
| 2264 | 2024-12-21T04:37:48.973Z | Compiling parking_lot_core v0.8.6 |
| 2265 | 2024-12-21T04:37:49.040Z | Compiling phf_generator v0.11.2 |
| 2266 | 2024-12-21T04:37:49.043Z | Checking glob v0.3.1 |
| 2267 | 2024-12-21T04:37:49.237Z | Checking bytecount v0.6.8 |
| 2268 | 2024-12-21T04:37:49.394Z | Checking papergrid v0.11.0 |
| 2269 | 2024-12-21T04:37:49.417Z | Compiling phf_codegen v0.11.2 |
| 2270 | 2024-12-21T04:37:49.633Z | Compiling tabled_derive v0.7.0 |
| 2271 | 2024-12-21T04:37:49.854Z | Checking parking_lot v0.11.2 |
| 2272 | 2024-12-21T04:37:50.241Z | Compiling parse-zoneinfo v0.3.1 |
| 2273 | 2024-12-21T04:37:50.378Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2274 | 2024-12-21T04:37:50.448Z | Compiling cfg_aliases v0.1.1 |
| 2275 | 2024-12-21T04:37:50.571Z | Compiling nix v0.28.0 |
| 2276 | 2024-12-21T04:37:50.929Z | Compiling chrono-tz-build v0.4.0 |
| 2277 | 2024-12-21T04:37:51.434Z | Checking sled v0.34.7 |
| 2278 | 2024-12-21T04:37:51.462Z | Checking hickory-client v0.24.1 |
| 2279 | 2024-12-21T04:37:52.174Z | Checking hickory-server v0.24.1 |
| 2280 | 2024-12-21T04:37:52.268Z | Checking tabled v0.15.0 |
| 2281 | 2024-12-21T04:37:52.383Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2282 | 2024-12-21T04:37:52.463Z | Compiling chrono-tz v0.10.0 |
| 2283 | 2024-12-21T04:37:53.199Z | Compiling buf-list v1.0.3 |
| 2284 | 2024-12-21T04:37:54.441Z | Compiling peg-macros v0.8.4 |
| 2285 | 2024-12-21T04:37:54.723Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2286 | 2024-12-21T04:37:54.997Z | Compiling sqlparser_derive v0.2.2 |
| 2287 | 2024-12-21T04:37:55.219Z | Checking unicode_categories v0.1.1 |
| 2288 | 2024-12-21T04:37:55.524Z | Checking sqlformat v0.2.6 |
| 2289 | 2024-12-21T04:37:55.943Z | Checking progenitor v0.8.0 |
| 2290 | 2024-12-21T04:37:56.101Z | Checking sqlparser v0.45.0 |
| 2291 | 2024-12-21T04:37:56.243Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2292 | 2024-12-21T04:37:56.298Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2293 | 2024-12-21T04:37:56.572Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2294 | 2024-12-21T04:38:00.320Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2295 | 2024-12-21T04:38:01.313Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2296 | 2024-12-21T04:38:01.524Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2297 | 2024-12-21T04:38:01.901Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2298 | 2024-12-21T04:38:03.291Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2299 | 2024-12-21T04:38:03.888Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2300 | 2024-12-21T04:38:05.080Z | Checking peg v0.8.4 |
| 2301 | 2024-12-21T04:38:05.200Z | Checking rustyline v14.0.0 |
| 2302 | 2024-12-21T04:38:05.462Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2303 | 2024-12-21T04:38:06.194Z | Checking bcs v0.1.6 |
| 2304 | 2024-12-21T04:38:06.366Z | Checking primeorder v0.13.6 |
| 2305 | 2024-12-21T04:38:06.698Z | Compiling unicase v2.7.0 |
| 2306 | 2024-12-21T04:38:06.850Z | Checking nanorand v0.7.0 |
| 2307 | 2024-12-21T04:38:07.017Z | Checking atty v0.2.14 |
| 2308 | 2024-12-21T04:38:07.127Z | Compiling salty v0.3.0 |
| 2309 | 2024-12-21T04:38:07.179Z | Checking p384 v0.13.0 |
| 2310 | 2024-12-21T04:38:07.238Z | Checking flume v0.11.1 |
| 2311 | 2024-12-21T04:38:07.450Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2312 | 2024-12-21T04:38:07.671Z | Compiling mime_guess v2.0.5 |
| 2313 | 2024-12-21T04:38:07.776Z | Checking env_filter v0.1.2 |
| 2314 | 2024-12-21T04:38:08.030Z | Checking http-range v0.1.5 |
| 2315 | 2024-12-21T04:38:08.155Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2316 | 2024-12-21T04:38:08.236Z | Checking env_logger v0.11.5 |
| 2317 | 2024-12-21T04:38:08.568Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2318 | 2024-12-21T04:38:08.644Z | Compiling dsl_auto_type v0.1.2 |
| 2319 | 2024-12-21T04:38:08.681Z | Checking scheduled-thread-pool v0.2.7 |
| 2320 | 2024-12-21T04:38:08.839Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2321 | 2024-12-21T04:38:08.914Z | Checking secrecy v0.8.0 |
| 2322 | 2024-12-21T04:38:08.938Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2323 | 2024-12-21T04:38:09.129Z | Compiling crunchy v0.2.2 |
| 2324 | 2024-12-21T04:38:09.415Z | Checking r2d2 v0.8.10 |
| 2325 | 2024-12-21T04:38:09.685Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2326 | 2024-12-21T04:38:09.780Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2327 | 2024-12-21T04:38:09.829Z | Checking hyper-staticfile v0.10.1 |
| 2328 | 2024-12-21T04:38:09.892Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2329 | 2024-12-21T04:38:10.208Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2330 | 2024-12-21T04:38:10.366Z | Compiling tiny-keccak v2.0.2 |
| 2331 | 2024-12-21T04:38:10.402Z | Compiling diesel_derives v2.2.3 |
| 2332 | 2024-12-21T04:38:10.581Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2333 | 2024-12-21T04:38:10.686Z | Compiling pin-project-internal v1.1.6 |
| 2334 | 2024-12-21T04:38:10.718Z | Compiling ref-cast v1.0.23 |
| 2335 | 2024-12-21T04:38:11.369Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2336 | 2024-12-21T04:38:11.523Z | Compiling ascii-canvas v3.0.0 |
| 2337 | 2024-12-21T04:38:11.663Z | Compiling ena v0.14.3 |
| 2338 | 2024-12-21T04:38:12.201Z | Compiling ref-cast-impl v1.0.23 |
| 2339 | 2024-12-21T04:38:12.209Z | Compiling regex-syntax v0.6.29 |
| 2340 | 2024-12-21T04:38:13.321Z | Compiling diff v0.1.13 |
| 2341 | 2024-12-21T04:38:13.942Z | Checking pin-project v1.1.6 |
| 2342 | 2024-12-21T04:38:14.078Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2343 | 2024-12-21T04:38:14.105Z | Checking signal-hook-tokio v0.3.1 |
| 2344 | 2024-12-21T04:38:14.150Z | Compiling snafu-derive v0.8.5 |
| 2345 | 2024-12-21T04:38:14.312Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2346 | 2024-12-21T04:38:14.629Z | Compiling derive_builder_core v0.20.2 |
| 2347 | 2024-12-21T04:38:17.192Z | Compiling lalrpop v0.19.12 |
| 2348 | 2024-12-21T04:38:18.265Z | Checking globset v0.4.15 |
| 2349 | 2024-12-21T04:38:18.289Z | Checking olpc-cjson v0.1.4 |
| 2350 | 2024-12-21T04:38:18.532Z | Checking serde_plain v1.0.2 |
| 2351 | 2024-12-21T04:38:18.801Z | Compiling libxml v0.3.3 |
| 2352 | 2024-12-21T04:38:18.826Z | Compiling memoffset v0.9.1 |
| 2353 | 2024-12-21T04:38:19.151Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2354 | 2024-12-21T04:38:19.192Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2355 | 2024-12-21T04:38:20.172Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2356 | 2024-12-21T04:38:23.048Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2357 | 2024-12-21T04:38:23.652Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2358 | 2024-12-21T04:38:24.534Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2359 | 2024-12-21T04:38:24.795Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2360 | 2024-12-21T04:38:25.507Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2361 | 2024-12-21T04:38:26.182Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2362 | 2024-12-21T04:38:26.744Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2363 | 2024-12-21T04:38:27.071Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2364 | 2024-12-21T04:38:27.136Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2365 | 2024-12-21T04:38:27.448Z | error[E0432]: unresolved import `secrecy::Secret` |
| 2366 | 2024-12-21T04:38:27.448Z | --> key-manager/src/lib.rs:12:29 |
| 2367 | 2024-12-21T04:38:27.448Z | | |
| 2368 | 2024-12-21T04:38:27.448Z | 12 | use secrecy::{ExposeSecret, Secret}; |
| 2369 | 2024-12-21T04:38:27.448Z | | ^^^^^^ no `Secret` in the root |
| 2370 | 2024-12-21T04:38:27.448Z | |
| 2371 | 2024-12-21T04:38:27.620Z | error: unused import: `ExposeSecret` |
| 2372 | 2024-12-21T04:38:27.620Z | --> key-manager/src/lib.rs:12:15 |
| 2373 | 2024-12-21T04:38:27.620Z | | |
| 2374 | 2024-12-21T04:38:27.620Z | 12 | use secrecy::{ExposeSecret, Secret}; |
| 2375 | 2024-12-21T04:38:27.620Z | | ^^^^^^^^^^^^ |
| 2376 | 2024-12-21T04:38:27.620Z | | |
| 2377 | 2024-12-21T04:38:27.620Z | = note: `-D unused-imports` implied by `-D warnings` |
| 2378 | 2024-12-21T04:38:27.620Z | = help: to override `-D warnings` add `#[allow(unused_imports)]` |
| 2379 | 2024-12-21T04:38:27.620Z | |
| 2380 | 2024-12-21T04:38:27.667Z | For more information about this error, try `rustc --explain E0432`. |
| 2381 | 2024-12-21T04:38:27.759Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2382 | 2024-12-21T04:38:27.926Z | error: could not compile `key-manager` (lib) due to 2 previous errors |
| 2383 | 2024-12-21T04:38:27.926Z | warning: build failed, waiting for other jobs to finish... |
| 2384 | 2024-12-21T04:38:52.707Z | Error: failed: exit status: 101 |
| 2385 | 2024-12-21T04:38:52.710Z | |
| 2386 | 2024-12-21T04:38:52.710Z | real 2:33.677073045 |
| 2387 | 2024-12-21T04:38:52.710Z | user 15:26.917353506 |
| 2388 | 2024-12-21T04:38:52.710Z | sys 3:12.175072348 |
| 2389 | 2024-12-21T04:38:52.710Z | trap 0.460131192 |
| 2390 | 2024-12-21T04:38:52.710Z | tflt 0.731007917 |
| 2391 | 2024-12-21T04:38:52.710Z | dflt 0.521922446 |
| 2392 | 2024-12-21T04:38:52.710Z | kflt 0.000756249 |
| 2393 | 2024-12-21T04:38:52.710Z | lock 19:40.103107333 |
| 2394 | 2024-12-21T04:38:52.710Z | slp 53:12.762832594 |
| 2395 | 2024-12-21T04:38:52.710Z | lat 1:03.048344143 |
| 2396 | 2024-12-21T04:38:52.710Z | stop 3:56.201943631 |
| 2397 | 2024-12-21T04:38:52.710Z | process exited: duration 467147 ms, exit code 1 |
| |
| 2398 | 2024-12-21T04:38:52.716Z | found 0 output files |