|
|
|
| 1 | 2024-08-07T03:17:39.910Z | job assigned to worker 01J4NDDMA9CZ0QBAYZCKJRDDV2 (queued for 1 m 2 s) |
| |
| 2 | 2024-08-07T03:17:47.240Z | starting task 0: "setup" |
| 3 | 2024-08-07T03:17:47.249Z | ++ uname -s |
| 4 | 2024-08-07T03:17:47.252Z | + kern=SunOS |
| 5 | 2024-08-07T03:17:47.252Z | + case "$kern" in |
| 6 | 2024-08-07T03:17:47.252Z | + groupadd -g 12345 build |
| 7 | 2024-08-07T03:17:47.255Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-07T03:17:49.266Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-07T03:17:49.370Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-07T03:17:49.373Z | + home_fs=zfs |
| 11 | 2024-08-07T03:17:49.373Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-07T03:17:49.373Z | + mkdir -p /home/build |
| 13 | 2024-08-07T03:17:49.376Z | + chown build:build /home/build /work |
| 14 | 2024-08-07T03:17:51.377Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-07T03:17:51.380Z | process exited: duration 4141 ms, exit code 0 |
| |
| 16 | 2024-08-07T03:17:51.387Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-07T03:17:51.392Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-07T03:17:51.392Z | * toolchain channel = "1.80.0" |
| 19 | 2024-08-07T03:17:51.392Z | * toolchain profile = "default" |
| 20 | 2024-08-07T03:17:51.392Z | ' 1.80.0 |
| 21 | 2024-08-07T03:17:51.392Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-08-07T03:17:51.392Z | ' default |
| 23 | 2024-08-07T03:17:51.395Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-07T03:17:51.395Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
| 25 | 2024-08-07T03:17:51.510Z | info: downloading installer |
| 26 | 2024-08-07T03:17:52.912Z | info: profile set to 'default' |
| 27 | 2024-08-07T03:17:52.912Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-07T03:17:52.915Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
| 29 | 2024-08-07T03:17:53.062Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
| 30 | 2024-08-07T03:17:53.062Z | info: downloading component 'cargo' |
| 31 | 2024-08-07T03:17:53.878Z | info: downloading component 'clippy' |
| 32 | 2024-08-07T03:17:54.167Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-07T03:17:55.314Z | info: downloading component 'rust-std' |
| 34 | 2024-08-07T03:17:56.923Z | info: downloading component 'rustc' |
| 35 | 2024-08-07T03:18:01.434Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-07T03:18:01.695Z | info: installing component 'cargo' |
| 37 | 2024-08-07T03:18:02.502Z | info: installing component 'clippy' |
| 38 | 2024-08-07T03:18:02.869Z | info: installing component 'rust-docs' |
| 39 | 2024-08-07T03:18:04.499Z | info: installing component 'rust-std' |
| 40 | 2024-08-07T03:18:06.139Z | info: installing component 'rustc' |
| 41 | 2024-08-07T03:18:10.476Z | info: installing component 'rustfmt' |
| 42 | 2024-08-07T03:18:10.810Z | |
| 43 | 2024-08-07T03:18:10.815Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
| 44 | 2024-08-07T03:18:11.079Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
| 45 | 2024-08-07T03:18:11.079Z | |
| 46 | 2024-08-07T03:18:11.083Z | |
| 47 | 2024-08-07T03:18:11.083Z | Rust is installed now. Great! |
| 48 | 2024-08-07T03:18:11.083Z | |
| 49 | 2024-08-07T03:18:11.083Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-07T03:18:11.084Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-07T03:18:11.084Z | |
| 52 | 2024-08-07T03:18:11.084Z | To configure your current shell, you need to source |
| 53 | 2024-08-07T03:18:11.084Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-07T03:18:11.084Z | |
| 55 | 2024-08-07T03:18:11.084Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-07T03:18:11.084Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-07T03:18:11.084Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-07T03:18:11.135Z | + rustc --version |
| 59 | 2024-08-07T03:18:11.199Z | rustc 1.80.0 (051478957 2024-07-21) |
| 60 | 2024-08-07T03:18:11.203Z | process exited: duration 19812 ms, exit code 0 |
| |
| 61 | 2024-08-07T03:18:11.210Z | starting task 2: "authentication" |
| 62 | 2024-08-07T03:18:11.231Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2024-08-07T03:18:11.237Z | starting task 3: "clone repository" |
| 64 | 2024-08-07T03:18:11.242Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-07T03:18:11.245Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-07T03:18:11.288Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-07T03:18:16.601Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-07T03:18:16.601Z | + git fetch origin d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
| 69 | 2024-08-07T03:18:16.861Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-07T03:18:16.861Z | * branch d40ca80bc48745139dcc233a1cf6ca33a484d3c7 -> FETCH_HEAD |
| 71 | 2024-08-07T03:18:16.869Z | + [[ -n renovate/foreign-types-0.x ]] |
| 72 | 2024-08-07T03:18:16.870Z | ++ git branch --show-current |
| 73 | 2024-08-07T03:18:16.870Z | + current=main |
| 74 | 2024-08-07T03:18:16.870Z | + [[ main != renovate/foreign-types-0.x ]] |
| 75 | 2024-08-07T03:18:16.870Z | + git branch -f renovate/foreign-types-0.x d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
| 76 | 2024-08-07T03:18:16.885Z | + git checkout -f renovate/foreign-types-0.x |
| 77 | 2024-08-07T03:18:17.011Z | Switched to branch 'renovate/foreign-types-0.x' |
| 78 | 2024-08-07T03:18:17.015Z | + git reset --hard d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
| 79 | 2024-08-07T03:18:17.150Z | HEAD is now at d40ca80bc Update Rust crate foreign-types to 0.5.0 |
| 80 | 2024-08-07T03:18:17.153Z | process exited: duration 5912 ms, exit code 0 |
| |
| 81 | 2024-08-07T03:18:17.160Z | starting task 4: "build" |
| 82 | 2024-08-07T03:18:17.165Z | + cargo --version |
| 83 | 2024-08-07T03:18:17.222Z | cargo 1.80.0 (376290515 2024-07-16) |
| 84 | 2024-08-07T03:18:17.226Z | + rustc --version |
| 85 | 2024-08-07T03:18:17.282Z | rustc 1.80.0 (051478957 2024-07-21) |
| 86 | 2024-08-07T03:18:17.285Z | + source ./env.sh |
| 87 | 2024-08-07T03:18:17.285Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-08-07T03:18:17.285Z | ++ set -o xtrace |
| 89 | 2024-08-07T03:18:17.285Z | ++++ dirname ./env.sh |
| 90 | 2024-08-07T03:18:17.290Z | +++ readlink -f . |
| 91 | 2024-08-07T03:18:17.294Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-08-07T03:18:17.294Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-08-07T03:18:17.294Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-08-07T03:18:17.294Z | ++ 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 |
| 95 | 2024-08-07T03:18:17.294Z | ++ 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 |
| 96 | 2024-08-07T03:18:17.294Z | ++ 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 |
| 97 | 2024-08-07T03:18:17.294Z | ++ 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 |
| 98 | 2024-08-07T03:18:17.294Z | ++ 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 |
| 99 | 2024-08-07T03:18:17.294Z | ++ 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 |
| 100 | 2024-08-07T03:18:17.294Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-08-07T03:18:17.294Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-08-07T03:18:17.294Z | + banner prerequisites |
| 103 | 2024-08-07T03:18:17.294Z | |
| 104 | 2024-08-07T03:18:17.294Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 105 | 2024-08-07T03:18:17.294Z | # # # # # # # # # # # # # # # |
| 106 | 2024-08-07T03:18:17.294Z | # # # # ##### # # ##### # # # # # #### # |
| 107 | 2024-08-07T03:18:17.294Z | ##### ##### # ##### # # # # # # # # # |
| 108 | 2024-08-07T03:18:17.294Z | # # # # # # # # # # # # # # # |
| 109 | 2024-08-07T03:18:17.294Z | # # # ###### # # ###### ### # #### # #### # |
| 110 | 2024-08-07T03:18:17.295Z | |
| 111 | 2024-08-07T03:18:17.298Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 112 | 2024-08-07T03:18:23.995Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2024-08-07T03:18:26.026Z | Startup: Caching catalogs ... Done |
| 114 | 2024-08-07T03:18:29.809Z | Planning: Solver setup ... Done (3.189s) |
| 115 | 2024-08-07T03:18:29.869Z | Planning: Running solver ... Done (0.060s) |
| 116 | 2024-08-07T03:18:29.923Z | Planning: Finding local manifests ... Done (0.004s) |
| 117 | 2024-08-07T03:18:29.952Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2024-08-07T03:18:31.169Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2024-08-07T03:18:31.173Z | Planning: Package planning ... Done (0.049s) |
| 120 | 2024-08-07T03:18:31.173Z | Planning: Merging actions ... Done (0.050s) |
| 121 | 2024-08-07T03:18:31.173Z | Planning: Checking for conflicting actions ... Done (0.295s) |
| 122 | 2024-08-07T03:18:31.173Z | Planning: Consolidating action changes ... Done (0.011s) |
| 123 | 2024-08-07T03:18:31.526Z | Planning: Evaluating mediators ... Done (0.955s) |
| 124 | 2024-08-07T03:18:31.536Z | Planning: Planning completed in 5.44 seconds |
| 125 | 2024-08-07T03:18:31.552Z | Packages to install: 4 |
| 126 | 2024-08-07T03:18:31.553Z | Mediators to change: 2 |
| 127 | 2024-08-07T03:18:31.555Z | Services to change: 1 |
| 128 | 2024-08-07T03:18:31.555Z | Estimated space available: 155.75 GB |
| 129 | 2024-08-07T03:18:31.556Z | Estimated space to be consumed: 1.47 GB |
| 130 | 2024-08-07T03:18:31.556Z | Create boot environment: No |
| 131 | 2024-08-07T03:18:31.556Z | Create backup boot environment: No |
| 132 | 2024-08-07T03:18:31.556Z | Rebuild boot archive: No |
| 133 | 2024-08-07T03:18:31.556Z | |
| 134 | 2024-08-07T03:18:31.556Z | Changed mediators: |
| 135 | 2024-08-07T03:18:31.556Z | mediator clang: |
| 136 | 2024-08-07T03:18:31.556Z | version: None -> 15 (system default) |
| 137 | 2024-08-07T03:18:31.556Z | |
| 138 | 2024-08-07T03:18:31.556Z | mediator llvm: |
| 139 | 2024-08-07T03:18:31.556Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2024-08-07T03:18:31.556Z | |
| 141 | 2024-08-07T03:18:31.556Z | Changed packages: |
| 142 | 2024-08-07T03:18:31.556Z | helios-dev |
| 143 | 2024-08-07T03:18:31.556Z | developer/build-essential |
| 144 | 2024-08-07T03:18:31.556Z | None -> 11-2.0 |
| 145 | 2024-08-07T03:18:31.556Z | library/libxmlsec1 |
| 146 | 2024-08-07T03:18:31.556Z | None -> 1.2.35-2.0 |
| 147 | 2024-08-07T03:18:31.556Z | ooce/developer/clang-15 |
| 148 | 2024-08-07T03:18:31.556Z | None -> 15.0.7-2.0 |
| 149 | 2024-08-07T03:18:31.556Z | ooce/developer/llvm-15 |
| 150 | 2024-08-07T03:18:31.556Z | None -> 15.0.7-2.0 |
| 151 | 2024-08-07T03:18:31.556Z | |
| 152 | 2024-08-07T03:18:31.556Z | Services: |
| 153 | 2024-08-07T03:18:31.556Z | restart_fmri: |
| 154 | 2024-08-07T03:18:31.556Z | svc:/system/update-man-index:default |
| 155 | 2024-08-07T03:18:31.599Z | |
| 156 | 2024-08-07T03:18:31.599Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2024-08-07T03:18:36.630Z | Download: 205/3290 items 1.3/212.6MB 0% complete (282k/s) |
| 158 | 2024-08-07T03:18:57.468Z | Download: 212/3290 items 1.3/212.6MB 0% complete |
| 159 | 2024-08-07T03:19:02.472Z | Download: 223/3290 items 1.5/212.6MB 0% complete (15.6k/s) |
| 160 | 2024-08-07T03:19:07.483Z | Download: 592/3290 items 3.5/212.6MB 1% complete (224k/s) |
| 161 | 2024-08-07T03:19:12.492Z | Download: 740/3290 items 4.1/212.6MB 1% complete (296k/s) |
| 162 | 2024-08-07T03:19:17.504Z | Download: 984/3290 items 5.2/212.6MB 2% complete (181k/s) |
| 163 | 2024-08-07T03:19:22.505Z | Download: 1136/3290 items 58.8/212.6MB 27% complete (5.4M/s) |
| 164 | 2024-08-07T03:19:27.589Z | Download: 1187/3290 items 69.2/212.6MB 32% complete (6.4M/s) |
| 165 | 2024-08-07T03:19:34.678Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (7.7M/s) |
| 166 | 2024-08-07T03:19:39.681Z | Download: 1530/3290 items 117.2/212.6MB 55% complete (7.2M/s) |
| 167 | 2024-08-07T03:19:44.732Z | Download: 1864/3290 items 118.5/212.6MB 55% complete (3.7M/s) |
| 168 | 2024-08-07T03:19:49.906Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (252k/s) |
| 169 | 2024-08-07T03:20:16.046Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
| 170 | 2024-08-07T03:20:22.106Z | Download: 3248/3290 items 188.2/212.6MB 88% complete (13.8M/s) |
| 171 | 2024-08-07T03:20:29.271Z | Download: 3288/3290 items 212.6/212.6MB 99% complete (9.3M/s) |
| 172 | 2024-08-07T03:20:29.300Z | Download: Completed 212.60 MB in 117.68 seconds (1.8M/s) |
| 173 | 2024-08-07T03:20:29.497Z | Actions: 1/3689 actions (Installing new actions) |
| 174 | 2024-08-07T03:20:34.030Z | Actions: Completed 3689 actions in 4.53 seconds. |
| 175 | 2024-08-07T03:20:34.296Z | Done (0.261s) |
| 176 | 2024-08-07T03:20:34.296Z | Done (0.000s) |
| 177 | 2024-08-07T03:20:34.649Z | Done (0.353s) |
| 178 | 2024-08-07T03:20:39.016Z | Done (4.203s) |
| 179 | 2024-08-07T03:20:39.099Z | Done (0.017s) |
| 180 | 2024-08-07T03:20:39.102Z | Done (0.000s) |
| 181 | 2024-08-07T03:20:39.254Z | Done (0.000s) |
| 182 | 2024-08-07T03:20:39.832Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2024-08-07T03:20:39.991Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2024-08-07T03:20:39.994Z | Planning: Consolidating action changes ... Done |
| 185 | 2024-08-07T03:20:40.259Z | Planning: Evaluating mediators ... Done |
| 186 | 2024-08-07T03:20:40.261Z | Planning: Planning completed in 0.43 seconds |
| 187 | 2024-08-07T03:20:40.293Z | Mediators to change: 2 |
| 188 | 2024-08-07T03:20:40.293Z | Create boot environment: No |
| 189 | 2024-08-07T03:20:40.295Z | Create backup boot environment: No |
| 190 | 2024-08-07T03:20:40.376Z | Done |
| 191 | 2024-08-07T03:20:40.376Z | Done |
| 192 | 2024-08-07T03:20:40.597Z | Done |
| 193 | 2024-08-07T03:20:44.099Z | Done |
| 194 | 2024-08-07T03:20:44.186Z | Done |
| 195 | 2024-08-07T03:20:44.191Z | Done |
| 196 | 2024-08-07T03:20:44.292Z | Done |
| 197 | 2024-08-07T03:20:44.899Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2024-08-07T03:20:44.907Z | Planning: Merging actions ... Done |
| 199 | 2024-08-07T03:20:45.092Z | Planning: Checking for conflicting actions ... Done |
| 200 | 2024-08-07T03:20:45.096Z | Planning: Consolidating action changes ... Done |
| 201 | 2024-08-07T03:20:45.356Z | Planning: Evaluating mediators ... Done |
| 202 | 2024-08-07T03:20:45.411Z | Planning: Planning completed in 0.75 seconds |
| 203 | 2024-08-07T03:20:45.445Z | Packages to change: 1 |
| 204 | 2024-08-07T03:20:45.445Z | Mediators to change: 1 |
| 205 | 2024-08-07T03:20:45.449Z | Services to change: 1 |
| 206 | 2024-08-07T03:20:45.449Z | Create boot environment: No |
| 207 | 2024-08-07T03:20:45.449Z | Create backup boot environment: Yes |
| 208 | 2024-08-07T03:20:47.488Z | Actions: 1/6 actions (Updating modified actions) |
| 209 | 2024-08-07T03:20:47.491Z | Actions: Completed 6 actions in 0.00 seconds. |
| 210 | 2024-08-07T03:20:47.491Z | Done |
| 211 | 2024-08-07T03:20:47.491Z | Done |
| 212 | 2024-08-07T03:20:47.565Z | Done |
| 213 | 2024-08-07T03:20:51.228Z | Done |
| 214 | 2024-08-07T03:20:51.318Z | Done |
| 215 | 2024-08-07T03:20:51.321Z | Done |
| 216 | 2024-08-07T03:20:51.435Z | Done |
| 217 | 2024-08-07T03:20:51.873Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 218 | 2024-08-07T03:20:51.873Z | clang system 15 system |
| 219 | 2024-08-07T03:20:51.873Z | csh system system illumos |
| 220 | 2024-08-07T03:20:51.873Z | ctags system system illumos |
| 221 | 2024-08-07T03:20:51.873Z | gcc vendor 12 vendor |
| 222 | 2024-08-07T03:20:51.873Z | gcc system 10 system |
| 223 | 2024-08-07T03:20:51.873Z | gcc system 7 system |
| 224 | 2024-08-07T03:20:51.873Z | go system 1.20 system |
| 225 | 2024-08-07T03:20:51.873Z | go system 1.19 system |
| 226 | 2024-08-07T03:20:51.873Z | llvm system 15 system |
| 227 | 2024-08-07T03:20:51.873Z | llvm system 14 system |
| 228 | 2024-08-07T03:20:51.873Z | mariadb system 10.6 system |
| 229 | 2024-08-07T03:20:51.873Z | mta vendor vendor dma |
| 230 | 2024-08-07T03:20:51.873Z | openjdk system 17 system |
| 231 | 2024-08-07T03:20:51.873Z | openjdk system 11 system |
| 232 | 2024-08-07T03:20:51.873Z | openjdk system 1.8 system |
| 233 | 2024-08-07T03:20:51.873Z | openssl vendor 3 vendor |
| 234 | 2024-08-07T03:20:51.873Z | perl system 5.36 system |
| 235 | 2024-08-07T03:20:51.873Z | postgresql system 15 system |
| 236 | 2024-08-07T03:20:51.873Z | postgresql system 13 system |
| 237 | 2024-08-07T03:20:51.873Z | python vendor 3 vendor |
| 238 | 2024-08-07T03:20:51.874Z | python system 2 system |
| 239 | 2024-08-07T03:20:51.874Z | python3 system 3.11 system |
| 240 | 2024-08-07T03:20:51.874Z | ruby system 3.0 system |
| 241 | 2024-08-07T03:20:51.874Z | words vendor vendor american-english |
| 242 | 2024-08-07T03:20:51.874Z | words system system australian-english |
| 243 | 2024-08-07T03:20:51.874Z | words system system british-english |
| 244 | 2024-08-07T03:20:51.874Z | words system system canadian-english |
| 245 | 2024-08-07T03:20:51.874Z | words system system french |
| 246 | 2024-08-07T03:20:51.874Z | words system system italian |
| 247 | 2024-08-07T03:20:51.874Z | words system system ngerman |
| 248 | 2024-08-07T03:20:51.874Z | words system system ogerman |
| 249 | 2024-08-07T03:20:51.874Z | words system system spanish |
| 250 | 2024-08-07T03:20:52.214Z | PUBLISHER TYPE STATUS P LOCATION |
| 251 | 2024-08-07T03:20:52.214Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 252 | 2024-08-07T03:20:53.867Z | FMRI IFO |
| 253 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 254 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 255 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 256 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 257 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 258 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 259 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 260 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 261 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 262 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 263 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 264 | 2024-08-07T03:20:53.867Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 265 | 2024-08-07T03:20:54.453Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 266 | 2024-08-07T03:20:54.725Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 267 | 2024-08-07T03:20:54.958Z | Updating crates.io index |
| 268 | 2024-08-07T03:20:54.992Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 269 | 2024-08-07T03:20:55.704Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 270 | 2024-08-07T03:20:56.370Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 271 | 2024-08-07T03:20:56.611Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 272 | 2024-08-07T03:20:58.028Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2024-08-07T03:20:58.247Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 274 | 2024-08-07T03:20:58.506Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 275 | 2024-08-07T03:20:59.545Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 276 | 2024-08-07T03:21:01.322Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 277 | 2024-08-07T03:21:02.452Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 278 | 2024-08-07T03:21:03.064Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 279 | 2024-08-07T03:21:03.546Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 280 | 2024-08-07T03:21:03.798Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 281 | 2024-08-07T03:21:04.014Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 282 | 2024-08-07T03:21:04.252Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 283 | 2024-08-07T03:21:04.555Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 284 | 2024-08-07T03:21:04.752Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 285 | 2024-08-07T03:21:04.985Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 286 | 2024-08-07T03:21:05.193Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 287 | 2024-08-07T03:21:05.459Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 288 | 2024-08-07T03:21:05.725Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2024-08-07T03:21:06.025Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 290 | 2024-08-07T03:21:06.236Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2024-08-07T03:21:06.655Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2024-08-07T03:21:06.982Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 293 | 2024-08-07T03:21:07.324Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 294 | 2024-08-07T03:21:09.549Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2024-08-07T03:21:09.799Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2024-08-07T03:21:10.037Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2024-08-07T03:21:10.407Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 298 | 2024-08-07T03:21:11.460Z | Downloading crates ... |
| 299 | 2024-08-07T03:21:11.524Z | Downloaded anstyle-query v1.0.3 |
| 300 | 2024-08-07T03:21:11.530Z | Downloaded anstyle v1.0.8 |
| 301 | 2024-08-07T03:21:11.533Z | Downloaded anstream v0.6.14 |
| 302 | 2024-08-07T03:21:11.536Z | Downloaded anstyle-parse v0.2.4 |
| 303 | 2024-08-07T03:21:11.539Z | Downloaded is_terminal_polyfill v1.70.0 |
| 304 | 2024-08-07T03:21:11.542Z | Downloaded equivalent v1.0.1 |
| 305 | 2024-08-07T03:21:11.546Z | Downloaded crypto-common v0.1.6 |
| 306 | 2024-08-07T03:21:11.549Z | Downloaded cfg-if v1.0.0 |
| 307 | 2024-08-07T03:21:11.553Z | Downloaded proc-macro-error-attr v1.0.4 |
| 308 | 2024-08-07T03:21:11.556Z | Downloaded usdt-macro v0.5.0 |
| 309 | 2024-08-07T03:21:11.559Z | Downloaded usdt-attr-macro v0.5.0 |
| 310 | 2024-08-07T03:21:11.559Z | Downloaded swrite v0.1.0 |
| 311 | 2024-08-07T03:21:11.559Z | Downloaded scroll_derive v0.12.0 |
| 312 | 2024-08-07T03:21:11.559Z | Downloaded heck v0.5.0 |
| 313 | 2024-08-07T03:21:11.562Z | Downloaded colorchoice v1.0.1 |
| 314 | 2024-08-07T03:21:11.562Z | Downloaded cargo-platform v0.1.8 |
| 315 | 2024-08-07T03:21:11.562Z | Downloaded autocfg v1.3.0 |
| 316 | 2024-08-07T03:21:11.565Z | Downloaded dof v0.3.0 |
| 317 | 2024-08-07T03:21:11.565Z | Downloaded generic-array v0.14.7 |
| 318 | 2024-08-07T03:21:11.568Z | Downloaded byteorder v1.5.0 |
| 319 | 2024-08-07T03:21:11.568Z | Downloaded pretty-hex v0.4.1 |
| 320 | 2024-08-07T03:21:11.571Z | Downloaded fnv v1.0.7 |
| 321 | 2024-08-07T03:21:11.571Z | Downloaded block-buffer v0.10.4 |
| 322 | 2024-08-07T03:21:11.571Z | Downloaded macaddr v1.0.1 |
| 323 | 2024-08-07T03:21:11.574Z | Downloaded version_check v0.9.5 |
| 324 | 2024-08-07T03:21:11.578Z | Downloaded thiserror-impl v1.0.63 |
| 325 | 2024-08-07T03:21:11.578Z | Downloaded terminal_size v0.3.0 |
| 326 | 2024-08-07T03:21:11.582Z | Downloaded dtrace-parser v0.2.0 |
| 327 | 2024-08-07T03:21:11.599Z | Downloaded memmap v0.7.0 |
| 328 | 2024-08-07T03:21:11.604Z | Downloaded quote v1.0.36 |
| 329 | 2024-08-07T03:21:11.608Z | Downloaded pest_derive v2.7.10 |
| 330 | 2024-08-07T03:21:11.611Z | Downloaded digest v0.10.7 |
| 331 | 2024-08-07T03:21:11.614Z | Downloaded clap_derive v4.5.13 |
| 332 | 2024-08-07T03:21:11.619Z | Downloaded clap v4.5.13 |
| 333 | 2024-08-07T03:21:11.634Z | Downloaded sha2 v0.10.8 |
| 334 | 2024-08-07T03:21:11.638Z | Downloaded heck v0.4.1 |
| 335 | 2024-08-07T03:21:11.638Z | Downloaded errno v0.3.9 |
| 336 | 2024-08-07T03:21:11.638Z | Downloaded bytecount v0.6.8 |
| 337 | 2024-08-07T03:21:11.638Z | Downloaded strsim v0.11.1 |
| 338 | 2024-08-07T03:21:11.638Z | Downloaded plain v0.2.3 |
| 339 | 2024-08-07T03:21:11.644Z | Downloaded papergrid v0.11.0 |
| 340 | 2024-08-07T03:21:11.647Z | Downloaded ryu v1.0.18 |
| 341 | 2024-08-07T03:21:11.650Z | Downloaded toml v0.8.19 |
| 342 | 2024-08-07T03:21:11.653Z | Downloaded pest_meta v2.7.10 |
| 343 | 2024-08-07T03:21:11.656Z | Downloaded ucd-trie v0.1.6 |
| 344 | 2024-08-07T03:21:11.657Z | Downloaded itoa v1.0.11 |
| 345 | 2024-08-07T03:21:11.660Z | Downloaded camino v1.1.7 |
| 346 | 2024-08-07T03:21:11.660Z | Downloaded fs-err v2.11.0 |
| 347 | 2024-08-07T03:21:11.663Z | Downloaded cpufeatures v0.2.12 |
| 348 | 2024-08-07T03:21:11.663Z | Downloaded cargo_toml v0.20.4 |
| 349 | 2024-08-07T03:21:11.666Z | Downloaded cargo_metadata v0.18.1 |
| 350 | 2024-08-07T03:21:11.670Z | Downloaded scroll v0.12.0 |
| 351 | 2024-08-07T03:21:11.673Z | Downloaded utf8parse v0.2.1 |
| 352 | 2024-08-07T03:21:11.673Z | Downloaded toml_datetime v0.6.8 |
| 353 | 2024-08-07T03:21:11.673Z | Downloaded pest_generator v2.7.10 |
| 354 | 2024-08-07T03:21:11.676Z | Downloaded thread-id v4.2.1 |
| 355 | 2024-08-07T03:21:11.676Z | Downloaded serde_tokenstream v0.2.1 |
| 356 | 2024-08-07T03:21:11.680Z | Downloaded clap_lex v0.7.0 |
| 357 | 2024-08-07T03:21:11.683Z | Downloaded thiserror v1.0.63 |
| 358 | 2024-08-07T03:21:11.689Z | Downloaded usdt-impl v0.5.0 |
| 359 | 2024-08-07T03:21:11.689Z | Downloaded bitflags v2.6.0 |
| 360 | 2024-08-07T03:21:11.693Z | Downloaded usdt v0.5.0 |
| 361 | 2024-08-07T03:21:11.693Z | Downloaded serde_spanned v0.6.7 |
| 362 | 2024-08-07T03:21:11.693Z | Downloaded anyhow v1.0.86 |
| 363 | 2024-08-07T03:21:11.696Z | Downloaded tabled_derive v0.7.0 |
| 364 | 2024-08-07T03:21:11.696Z | Downloaded semver v1.0.23 |
| 365 | 2024-08-07T03:21:11.701Z | Downloaded once_cell v1.19.0 |
| 366 | 2024-08-07T03:21:11.701Z | Downloaded proc-macro-error v1.0.4 |
| 367 | 2024-08-07T03:21:11.714Z | Downloaded serde v1.0.204 |
| 368 | 2024-08-07T03:21:11.718Z | Downloaded proc-macro2 v1.0.86 |
| 369 | 2024-08-07T03:21:11.722Z | Downloaded log v0.4.21 |
| 370 | 2024-08-07T03:21:11.722Z | Downloaded zerocopy-derive v0.7.34 |
| 371 | 2024-08-07T03:21:11.725Z | Downloaded unicode-ident v1.0.12 |
| 372 | 2024-08-07T03:21:11.730Z | Downloaded typenum v1.17.0 |
| 373 | 2024-08-07T03:21:11.737Z | Downloaded serde_derive v1.0.204 |
| 374 | 2024-08-07T03:21:11.740Z | Downloaded indexmap v2.3.0 |
| 375 | 2024-08-07T03:21:11.744Z | Downloaded toml_edit v0.22.20 |
| 376 | 2024-08-07T03:21:11.766Z | Downloaded hashbrown v0.14.5 |
| 377 | 2024-08-07T03:21:11.783Z | Downloaded serde_json v1.0.122 |
| 378 | 2024-08-07T03:21:11.791Z | Downloaded memchr v2.7.2 |
| 379 | 2024-08-07T03:21:11.795Z | Downloaded zerocopy v0.7.34 |
| 380 | 2024-08-07T03:21:11.811Z | Downloaded pest v2.7.10 |
| 381 | 2024-08-07T03:21:11.815Z | Downloaded tabled v0.15.0 |
| 382 | 2024-08-07T03:21:11.830Z | Downloaded goblin v0.8.2 |
| 383 | 2024-08-07T03:21:11.836Z | Downloaded winnow v0.6.18 |
| 384 | 2024-08-07T03:21:11.844Z | Downloaded clap_builder v4.5.13 |
| 385 | 2024-08-07T03:21:11.856Z | Downloaded syn v1.0.109 |
| 386 | 2024-08-07T03:21:11.866Z | Downloaded syn v2.0.72 |
| 387 | 2024-08-07T03:21:11.880Z | Downloaded rustix v0.38.34 |
| 388 | 2024-08-07T03:21:11.901Z | Downloaded unicode-width v0.1.13 |
| 389 | 2024-08-07T03:21:11.910Z | Downloaded libc v0.2.155 |
| 390 | 2024-08-07T03:21:12.203Z | Compiling proc-macro2 v1.0.86 |
| 391 | 2024-08-07T03:21:12.203Z | Compiling unicode-ident v1.0.12 |
| 392 | 2024-08-07T03:21:12.206Z | Compiling version_check v0.9.5 |
| 393 | 2024-08-07T03:21:12.206Z | Compiling serde v1.0.204 |
| 394 | 2024-08-07T03:21:12.206Z | Compiling memchr v2.7.2 |
| 395 | 2024-08-07T03:21:12.206Z | Compiling thiserror v1.0.63 |
| 396 | 2024-08-07T03:21:12.206Z | Compiling libc v0.2.155 |
| 397 | 2024-08-07T03:21:12.206Z | Compiling ryu v1.0.18 |
| 398 | 2024-08-07T03:21:12.456Z | Compiling ucd-trie v0.1.6 |
| 399 | 2024-08-07T03:21:12.688Z | Compiling itoa v1.0.11 |
| 400 | 2024-08-07T03:21:12.946Z | Compiling once_cell v1.19.0 |
| 401 | 2024-08-07T03:21:13.064Z | Compiling byteorder v1.5.0 |
| 402 | 2024-08-07T03:21:13.091Z | Compiling serde_json v1.0.122 |
| 403 | 2024-08-07T03:21:13.455Z | Compiling proc-macro-error-attr v1.0.4 |
| 404 | 2024-08-07T03:21:13.538Z | Compiling usdt-impl v0.5.0 |
| 405 | 2024-08-07T03:21:13.583Z | Compiling rustix v0.38.34 |
| 406 | 2024-08-07T03:21:13.723Z | Compiling syn v1.0.109 |
| 407 | 2024-08-07T03:21:13.818Z | Compiling quote v1.0.36 |
| 408 | 2024-08-07T03:21:13.940Z | Compiling proc-macro-error v1.0.4 |
| 409 | 2024-08-07T03:21:14.036Z | Compiling plain v0.2.3 |
| 410 | 2024-08-07T03:21:14.188Z | Compiling equivalent v1.0.1 |
| 411 | 2024-08-07T03:21:14.228Z | Compiling syn v2.0.72 |
| 412 | 2024-08-07T03:21:14.304Z | Compiling log v0.4.21 |
| 413 | 2024-08-07T03:21:14.416Z | Compiling errno v0.3.9 |
| 414 | 2024-08-07T03:21:14.501Z | Compiling hashbrown v0.14.5 |
| 415 | 2024-08-07T03:21:14.544Z | Compiling bitflags v2.6.0 |
| 416 | 2024-08-07T03:21:14.651Z | Compiling thread-id v4.2.1 |
| 417 | 2024-08-07T03:21:14.675Z | Compiling utf8parse v0.2.1 |
| 418 | 2024-08-07T03:21:14.821Z | Compiling anstyle-parse v0.2.4 |
| 419 | 2024-08-07T03:21:14.957Z | Compiling anstyle-query v1.0.3 |
| 420 | 2024-08-07T03:21:15.096Z | Compiling pretty-hex v0.4.1 |
| 421 | 2024-08-07T03:21:15.122Z | Compiling autocfg v1.3.0 |
| 422 | 2024-08-07T03:21:15.153Z | Compiling anstyle v1.0.8 |
| 423 | 2024-08-07T03:21:15.322Z | Compiling colorchoice v1.0.1 |
| 424 | 2024-08-07T03:21:15.487Z | Compiling is_terminal_polyfill v1.70.0 |
| 425 | 2024-08-07T03:21:15.562Z | Compiling winnow v0.6.18 |
| 426 | 2024-08-07T03:21:15.601Z | Compiling camino v1.1.7 |
| 427 | 2024-08-07T03:21:15.626Z | Compiling semver v1.0.23 |
| 428 | 2024-08-07T03:21:15.872Z | Compiling indexmap v2.3.0 |
| 429 | 2024-08-07T03:21:16.093Z | Compiling fs-err v2.11.0 |
| 430 | 2024-08-07T03:21:16.225Z | Compiling terminal_size v0.3.0 |
| 431 | 2024-08-07T03:21:16.399Z | Compiling anstream v0.6.14 |
| 432 | 2024-08-07T03:21:16.491Z | Compiling anyhow v1.0.86 |
| 433 | 2024-08-07T03:21:16.555Z | Compiling heck v0.4.1 |
| 434 | 2024-08-07T03:21:16.617Z | Compiling heck v0.5.0 |
| 435 | 2024-08-07T03:21:17.105Z | Compiling unicode-width v0.1.13 |
| 436 | 2024-08-07T03:21:17.129Z | Compiling fnv v1.0.7 |
| 437 | 2024-08-07T03:21:17.156Z | Compiling bytecount v0.6.8 |
| 438 | 2024-08-07T03:21:17.214Z | Compiling strsim v0.11.1 |
| 439 | 2024-08-07T03:21:17.259Z | Compiling clap_lex v0.7.0 |
| 440 | 2024-08-07T03:21:17.284Z | Compiling papergrid v0.11.0 |
| 441 | 2024-08-07T03:21:17.517Z | Compiling memmap v0.7.0 |
| 442 | 2024-08-07T03:21:17.542Z | Compiling clap_builder v4.5.13 |
| 443 | 2024-08-07T03:21:18.505Z | Compiling swrite v0.1.0 |
| 444 | 2024-08-07T03:21:19.981Z | Compiling tabled_derive v0.7.0 |
| 445 | 2024-08-07T03:21:21.513Z | Compiling tabled v0.15.0 |
| 446 | 2024-08-07T03:21:22.840Z | Compiling serde_derive v1.0.204 |
| 447 | 2024-08-07T03:21:22.845Z | Compiling thiserror-impl v1.0.63 |
| 448 | 2024-08-07T03:21:22.845Z | Compiling zerocopy-derive v0.7.34 |
| 449 | 2024-08-07T03:21:23.030Z | Compiling scroll_derive v0.12.0 |
| 450 | 2024-08-07T03:21:23.054Z | Compiling clap_derive v4.5.13 |
| 451 | 2024-08-07T03:21:24.491Z | Compiling scroll v0.12.0 |
| 452 | 2024-08-07T03:21:24.786Z | Compiling zerocopy v0.7.34 |
| 453 | 2024-08-07T03:21:25.058Z | Compiling goblin v0.8.2 |
| 454 | 2024-08-07T03:21:25.640Z | Compiling pest v2.7.10 |
| 455 | 2024-08-07T03:21:26.726Z | Compiling clap v4.5.13 |
| 456 | 2024-08-07T03:21:27.817Z | Compiling pest_meta v2.7.10 |
| 457 | 2024-08-07T03:21:28.621Z | Compiling pest_generator v2.7.10 |
| 458 | 2024-08-07T03:21:30.260Z | Compiling pest_derive v2.7.10 |
| 459 | 2024-08-07T03:21:30.881Z | Compiling dtrace-parser v0.2.0 |
| 460 | 2024-08-07T03:21:33.112Z | Compiling toml_datetime v0.6.8 |
| 461 | 2024-08-07T03:21:33.112Z | Compiling serde_spanned v0.6.7 |
| 462 | 2024-08-07T03:21:33.116Z | Compiling cargo-platform v0.1.8 |
| 463 | 2024-08-07T03:21:33.490Z | Compiling serde_tokenstream v0.2.1 |
| 464 | 2024-08-07T03:21:33.568Z | Compiling toml_edit v0.22.20 |
| 465 | 2024-08-07T03:21:33.737Z | Compiling macaddr v1.0.1 |
| 466 | 2024-08-07T03:21:34.531Z | Compiling dof v0.3.0 |
| 467 | 2024-08-07T03:21:34.531Z | Compiling cargo_metadata v0.18.1 |
| 468 | 2024-08-07T03:21:36.404Z | Compiling toml v0.8.19 |
| 469 | 2024-08-07T03:21:36.447Z | Compiling usdt-macro v0.5.0 |
| 470 | 2024-08-07T03:21:36.447Z | Compiling usdt-attr-macro v0.5.0 |
| 471 | 2024-08-07T03:21:37.265Z | Compiling cargo_toml v0.20.4 |
| 472 | 2024-08-07T03:21:37.922Z | Compiling usdt v0.5.0 |
| 473 | 2024-08-07T03:21:40.995Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 474 | 2024-08-07T03:21:44.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.58s |
| 475 | 2024-08-07T03:21:45.066Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 476 | 2024-08-07T03:21:45.607Z | Downloading crates ... |
| 477 | 2024-08-07T03:21:45.753Z | Downloaded atomicwrites v0.4.3 |
| 478 | 2024-08-07T03:21:45.757Z | Downloaded async-stream-impl v0.3.5 |
| 479 | 2024-08-07T03:21:45.757Z | Downloaded atomic-waker v1.1.2 |
| 480 | 2024-08-07T03:21:45.760Z | Downloaded ascii-canvas v3.0.0 |
| 481 | 2024-08-07T03:21:45.760Z | Downloaded async-recursion v1.1.1 |
| 482 | 2024-08-07T03:21:45.764Z | Downloaded backoff v0.4.0 |
| 483 | 2024-08-07T03:21:45.768Z | Downloaded crucible-workspace-hack v0.1.0 |
| 484 | 2024-08-07T03:21:45.772Z | Downloaded ciborium-io v0.2.2 |
| 485 | 2024-08-07T03:21:45.775Z | Downloaded addr2line v0.21.0 |
| 486 | 2024-08-07T03:21:45.778Z | Downloaded aead v0.5.2 |
| 487 | 2024-08-07T03:21:45.782Z | Downloaded is-terminal v0.4.12 |
| 488 | 2024-08-07T03:21:45.782Z | Downloaded base16ct v0.2.0 |
| 489 | 2024-08-07T03:21:45.786Z | Downloaded darling_macro v0.20.9 |
| 490 | 2024-08-07T03:21:45.786Z | Downloaded opaque-debug v0.3.1 |
| 491 | 2024-08-07T03:21:45.786Z | Downloaded bitflags v1.3.2 |
| 492 | 2024-08-07T03:21:45.789Z | Downloaded ciborium-ll v0.2.2 |
| 493 | 2024-08-07T03:21:45.789Z | Downloaded oso-derive v0.27.3 |
| 494 | 2024-08-07T03:21:45.792Z | Downloaded crc v3.2.1 |
| 495 | 2024-08-07T03:21:45.794Z | Downloaded chacha20 v0.9.1 |
| 496 | 2024-08-07T03:21:45.797Z | Downloaded convert_case v0.4.0 |
| 497 | 2024-08-07T03:21:45.797Z | Downloaded openssl-probe v0.1.5 |
| 498 | 2024-08-07T03:21:45.800Z | Downloaded indent_write v2.2.0 |
| 499 | 2024-08-07T03:21:45.800Z | Downloaded crc-catalog v2.4.0 |
| 500 | 2024-08-07T03:21:45.802Z | Downloaded cexpr v0.6.0 |
| 501 | 2024-08-07T03:21:45.808Z | Downloaded bit-vec v0.6.3 |
| 502 | 2024-08-07T03:21:45.808Z | Downloaded number_prefix v0.4.0 |
| 503 | 2024-08-07T03:21:45.812Z | Downloaded defmt-macros v0.3.9 |
| 504 | 2024-08-07T03:21:45.812Z | Downloaded atty v0.2.14 |
| 505 | 2024-08-07T03:21:45.812Z | Downloaded instant v0.1.12 |
| 506 | 2024-08-07T03:21:45.817Z | Downloaded parse-size v1.0.0 |
| 507 | 2024-08-07T03:21:45.817Z | Downloaded is_ci v1.2.0 |
| 508 | 2024-08-07T03:21:45.817Z | Downloaded cancel-safe-futures v0.1.5 |
| 509 | 2024-08-07T03:21:45.819Z | Downloaded castaway v0.2.2 |
| 510 | 2024-08-07T03:21:45.819Z | Downloaded nanorand v0.7.0 |
| 511 | 2024-08-07T03:21:45.823Z | Downloaded darling v0.20.9 |
| 512 | 2024-08-07T03:21:45.828Z | Downloaded num_cpus v1.16.0 |
| 513 | 2024-08-07T03:21:45.833Z | Downloaded olpc-cjson v0.1.3 |
| 514 | 2024-08-07T03:21:45.835Z | Downloaded cfg_aliases v0.1.1 |
| 515 | 2024-08-07T03:21:45.835Z | Downloaded bitstruct_derive v0.1.0 |
| 516 | 2024-08-07T03:21:45.835Z | Downloaded bitstruct v0.1.1 |
| 517 | 2024-08-07T03:21:45.838Z | Downloaded num-iter v0.1.45 |
| 518 | 2024-08-07T03:21:45.843Z | Downloaded termtree v0.4.1 |
| 519 | 2024-08-07T03:21:45.843Z | Downloaded arrayref v0.3.7 |
| 520 | 2024-08-07T03:21:45.846Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 521 | 2024-08-07T03:21:45.846Z | Downloaded console v0.15.8 |
| 522 | 2024-08-07T03:21:45.849Z | Downloaded paste v1.0.15 |
| 523 | 2024-08-07T03:21:45.852Z | Downloaded num_enum_derive v0.5.11 |
| 524 | 2024-08-07T03:21:45.855Z | Downloaded signal-hook-registry v1.4.2 |
| 525 | 2024-08-07T03:21:45.858Z | Downloaded match_cfg v0.1.0 |
| 526 | 2024-08-07T03:21:45.858Z | Downloaded newline-converter v0.3.0 |
| 527 | 2024-08-07T03:21:45.858Z | Downloaded num_enum v0.5.11 |
| 528 | 2024-08-07T03:21:45.863Z | Downloaded cstr-argument v0.1.2 |
| 529 | 2024-08-07T03:21:45.866Z | Downloaded openssl-macros v0.1.1 |
| 530 | 2024-08-07T03:21:45.866Z | Downloaded slab v0.4.9 |
| 531 | 2024-08-07T03:21:45.869Z | Downloaded num_threads v0.1.7 |
| 532 | 2024-08-07T03:21:45.872Z | Downloaded num-conv v0.1.0 |
| 533 | 2024-08-07T03:21:45.872Z | Downloaded async-stream v0.3.5 |
| 534 | 2024-08-07T03:21:45.875Z | Downloaded newtype_derive v0.1.6 |
| 535 | 2024-08-07T03:21:45.875Z | Downloaded structmeta v0.3.0 |
| 536 | 2024-08-07T03:21:45.878Z | Downloaded static_assertions v1.1.0 |
| 537 | 2024-08-07T03:21:45.878Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 538 | 2024-08-07T03:21:45.881Z | Downloaded parking_lot_core v0.8.6 |
| 539 | 2024-08-07T03:21:45.884Z | Downloaded clang-sys v1.7.0 |
| 540 | 2024-08-07T03:21:45.887Z | Downloaded num-complex v0.4.6 |
| 541 | 2024-08-07T03:21:45.887Z | Downloaded cookie v0.18.1 |
| 542 | 2024-08-07T03:21:45.891Z | Downloaded num-traits v0.2.19 |
| 543 | 2024-08-07T03:21:45.894Z | Downloaded foreign-types-shared v0.1.1 |
| 544 | 2024-08-07T03:21:45.898Z | Downloaded foreign-types-shared v0.3.1 |
| 545 | 2024-08-07T03:21:45.898Z | Downloaded normalize-line-endings v0.3.0 |
| 546 | 2024-08-07T03:21:45.902Z | Downloaded base64ct v1.6.0 |
| 547 | 2024-08-07T03:21:45.902Z | Downloaded toolchain_find v0.4.0 |
| 548 | 2024-08-07T03:21:45.905Z | Downloaded termios v0.3.3 |
| 549 | 2024-08-07T03:21:45.905Z | Downloaded num-integer v0.1.46 |
| 550 | 2024-08-07T03:21:45.908Z | Downloaded tiny-keccak v2.0.2 |
| 551 | 2024-08-07T03:21:45.912Z | Downloaded tokio-native-tls v0.3.1 |
| 552 | 2024-08-07T03:21:45.915Z | Downloaded num v0.4.3 |
| 553 | 2024-08-07T03:21:45.915Z | Downloaded form_urlencoded v1.2.1 |
| 554 | 2024-08-07T03:21:45.915Z | Downloaded slog-stdlog v4.1.1 |
| 555 | 2024-08-07T03:21:45.917Z | Downloaded constant_time_eq v0.3.0 |
| 556 | 2024-08-07T03:21:45.921Z | Downloaded topological-sort v0.2.2 |
| 557 | 2024-08-07T03:21:45.921Z | Downloaded miniz_oxide v0.7.2 |
| 558 | 2024-08-07T03:21:45.925Z | Downloaded data-encoding v2.6.0 |
| 559 | 2024-08-07T03:21:45.928Z | Downloaded path-slash v0.1.5 |
| 560 | 2024-08-07T03:21:45.928Z | Downloaded headers-core v0.2.0 |
| 561 | 2024-08-07T03:21:45.928Z | Downloaded unicode-xid v0.2.4 |
| 562 | 2024-08-07T03:21:45.931Z | Downloaded indexmap v1.9.3 |
| 563 | 2024-08-07T03:21:45.934Z | Downloaded universal-hash v0.5.1 |
| 564 | 2024-08-07T03:21:45.934Z | Downloaded openssl-sys v0.9.103 |
| 565 | 2024-08-07T03:21:45.940Z | Downloaded const_format v0.2.32 |
| 566 | 2024-08-07T03:21:45.949Z | Downloaded bzip2 v0.4.4 |
| 567 | 2024-08-07T03:21:45.953Z | Downloaded pretty-hex v0.2.1 |
| 568 | 2024-08-07T03:21:45.953Z | Downloaded fragile v2.0.0 |
| 569 | 2024-08-07T03:21:45.953Z | Downloaded fastrand v2.1.0 |
| 570 | 2024-08-07T03:21:45.957Z | Downloaded parking_lot_core v0.9.10 |
| 571 | 2024-08-07T03:21:45.957Z | Downloaded fallible-iterator v0.2.0 |
| 572 | 2024-08-07T03:21:45.957Z | Downloaded xattr v1.3.1 |
| 573 | 2024-08-07T03:21:45.960Z | Downloaded tap v1.0.1 |
| 574 | 2024-08-07T03:21:45.963Z | Downloaded tinyvec_macros v0.1.1 |
| 575 | 2024-08-07T03:21:45.963Z | Downloaded signal-hook-tokio v0.3.1 |
| 576 | 2024-08-07T03:21:45.963Z | Downloaded downcast v0.11.0 |
| 577 | 2024-08-07T03:21:45.966Z | Downloaded ciborium v0.2.2 |
| 578 | 2024-08-07T03:21:45.969Z | Downloaded structmeta v0.2.0 |
| 579 | 2024-08-07T03:21:45.969Z | Downloaded peg-runtime v0.8.3 |
| 580 | 2024-08-07T03:21:45.973Z | Downloaded hash32 v0.3.1 |
| 581 | 2024-08-07T03:21:45.973Z | Downloaded peg v0.8.4 |
| 582 | 2024-08-07T03:21:45.977Z | Downloaded crc32fast v1.4.0 |
| 583 | 2024-08-07T03:21:45.981Z | Downloaded float-cmp v0.9.0 |
| 584 | 2024-08-07T03:21:45.981Z | Downloaded serde_with_macros v3.8.3 |
| 585 | 2024-08-07T03:21:45.984Z | Downloaded time-core v0.1.2 |
| 586 | 2024-08-07T03:21:45.984Z | Downloaded vte_generate_state_changes v0.1.1 |
| 587 | 2024-08-07T03:21:45.987Z | Downloaded rpassword v7.3.1 |
| 588 | 2024-08-07T03:21:45.987Z | Downloaded ref-cast v1.0.23 |
| 589 | 2024-08-07T03:21:45.990Z | Downloaded rand_chacha v0.3.1 |
| 590 | 2024-08-07T03:21:45.994Z | Downloaded http-range v0.1.5 |
| 591 | 2024-08-07T03:21:45.994Z | Downloaded funty v2.0.0 |
| 592 | 2024-08-07T03:21:45.997Z | Downloaded embedded-io v0.4.0 |
| 593 | 2024-08-07T03:21:45.997Z | Downloaded schemars_derive v0.8.21 |
| 594 | 2024-08-07T03:21:46.001Z | Downloaded spki v0.7.3 |
| 595 | 2024-08-07T03:21:46.001Z | Downloaded slog-envlogger v2.2.0 |
| 596 | 2024-08-07T03:21:46.005Z | Downloaded const-oid v0.9.6 |
| 597 | 2024-08-07T03:21:46.012Z | Downloaded signal-hook-mio v0.2.3 |
| 598 | 2024-08-07T03:21:46.012Z | Downloaded ppv-lite86 v0.2.17 |
| 599 | 2024-08-07T03:21:46.015Z | Downloaded spin v0.5.2 |
| 600 | 2024-08-07T03:21:46.015Z | Downloaded sec1 v0.7.3 |
| 601 | 2024-08-07T03:21:46.015Z | Downloaded tls_codec_derive v0.4.1 |
| 602 | 2024-08-07T03:21:46.019Z | Downloaded blake2 v0.10.6 |
| 603 | 2024-08-07T03:21:46.022Z | Downloaded smawk v0.3.2 |
| 604 | 2024-08-07T03:21:46.022Z | Downloaded parking_lot v0.11.2 |
| 605 | 2024-08-07T03:21:46.025Z | Downloaded oso v0.27.3 |
| 606 | 2024-08-07T03:21:46.032Z | Downloaded crc-any v2.5.0 |
| 607 | 2024-08-07T03:21:46.035Z | Downloaded tls_codec v0.4.1 |
| 608 | 2024-08-07T03:21:46.035Z | Downloaded thread_local v1.1.8 |
| 609 | 2024-08-07T03:21:46.041Z | Downloaded sync_wrapper v0.1.2 |
| 610 | 2024-08-07T03:21:46.041Z | Downloaded peg-macros v0.8.4 |
| 611 | 2024-08-07T03:21:46.041Z | Downloaded supports-color v3.0.0 |
| 612 | 2024-08-07T03:21:46.044Z | Downloaded ena v0.14.3 |
| 613 | 2024-08-07T03:21:46.044Z | Downloaded futures-task v0.3.30 |
| 614 | 2024-08-07T03:21:46.044Z | Downloaded zone_cfg_derive v0.1.2 |
| 615 | 2024-08-07T03:21:46.048Z | Downloaded tower-service v0.3.2 |
| 616 | 2024-08-07T03:21:46.048Z | Downloaded foreign-types-macros v0.2.3 |
| 617 | 2024-08-07T03:21:46.053Z | Downloaded deranged v0.3.11 |
| 618 | 2024-08-07T03:21:46.053Z | Downloaded httpdate v1.0.3 |
| 619 | 2024-08-07T03:21:46.053Z | Downloaded radium v0.7.0 |
| 620 | 2024-08-07T03:21:46.056Z | Downloaded pin-utils v0.1.0 |
| 621 | 2024-08-07T03:21:46.056Z | Downloaded http-body v0.4.6 |
| 622 | 2024-08-07T03:21:46.056Z | Downloaded either v1.12.0 |
| 623 | 2024-08-07T03:21:46.060Z | Downloaded group v0.13.0 |
| 624 | 2024-08-07T03:21:46.064Z | Downloaded glob v0.3.1 |
| 625 | 2024-08-07T03:21:46.064Z | Downloaded darling_core v0.20.9 |
| 626 | 2024-08-07T03:21:46.067Z | Downloaded base64 v0.13.1 |
| 627 | 2024-08-07T03:21:46.070Z | Downloaded want v0.3.1 |
| 628 | 2024-08-07T03:21:46.074Z | Downloaded rustc_version v0.1.7 |
| 629 | 2024-08-07T03:21:46.078Z | Downloaded shell-words v1.1.0 |
| 630 | 2024-08-07T03:21:46.078Z | Downloaded scheduled-thread-pool v0.2.7 |
| 631 | 2024-08-07T03:21:46.078Z | Downloaded tempfile v3.10.1 |
| 632 | 2024-08-07T03:21:46.083Z | Downloaded tinyvec v1.6.0 |
| 633 | 2024-08-07T03:21:46.087Z | Downloaded precomputed-hash v0.1.1 |
| 634 | 2024-08-07T03:21:46.087Z | Downloaded strum v0.26.3 |
| 635 | 2024-08-07T03:21:46.090Z | Downloaded tabwriter v1.4.0 |
| 636 | 2024-08-07T03:21:46.090Z | Downloaded smallvec v0.6.14 |
| 637 | 2024-08-07T03:21:46.090Z | Downloaded subtle v2.5.0 |
| 638 | 2024-08-07T03:21:46.090Z | Downloaded der_derive v0.7.2 |
| 639 | 2024-08-07T03:21:46.095Z | Downloaded half v2.4.1 |
| 640 | 2024-08-07T03:21:46.101Z | Downloaded foreign-types v0.5.0 |
| 641 | 2024-08-07T03:21:46.101Z | Downloaded serde-big-array v0.5.1 |
| 642 | 2024-08-07T03:21:46.105Z | Downloaded hubpack_derive v0.1.1 |
| 643 | 2024-08-07T03:21:46.105Z | Downloaded zeroize_derive v1.4.2 |
| 644 | 2024-08-07T03:21:46.105Z | Downloaded zeroize v1.7.0 |
| 645 | 2024-08-07T03:21:46.105Z | Downloaded which v4.4.2 |
| 646 | 2024-08-07T03:21:46.109Z | Downloaded untrusted v0.9.0 |
| 647 | 2024-08-07T03:21:46.109Z | Downloaded zone v0.1.8 |
| 648 | 2024-08-07T03:21:46.109Z | Downloaded postgres-types v0.2.7 |
| 649 | 2024-08-07T03:21:46.113Z | Downloaded secrecy v0.8.0 |
| 650 | 2024-08-07T03:21:46.116Z | Downloaded portpicker v0.1.1 |
| 651 | 2024-08-07T03:21:46.116Z | Downloaded hyper-staticfile v0.9.5 |
| 652 | 2024-08-07T03:21:46.116Z | Downloaded rustc-demangle v0.1.24 |
| 653 | 2024-08-07T03:21:46.119Z | Downloaded rustls-pemfile v1.0.4 |
| 654 | 2024-08-07T03:21:46.122Z | Downloaded smallvec v1.13.2 |
| 655 | 2024-08-07T03:21:46.135Z | Downloaded derive-where v1.2.7 |
| 656 | 2024-08-07T03:21:46.140Z | Downloaded stability v0.2.0 |
| 657 | 2024-08-07T03:21:46.145Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 658 | 2024-08-07T03:21:46.145Z | Downloaded strum_macros v0.24.3 |
| 659 | 2024-08-07T03:21:46.151Z | Downloaded try-lock v0.2.5 |
| 660 | 2024-08-07T03:21:46.151Z | Downloaded serde_plain v1.0.2 |
| 661 | 2024-08-07T03:21:46.151Z | Downloaded libxml v0.3.3 |
| 662 | 2024-08-07T03:21:46.154Z | Downloaded schemars v0.8.21 |
| 663 | 2024-08-07T03:21:46.168Z | Downloaded foreign-types v0.3.2 |
| 664 | 2024-08-07T03:21:46.175Z | Downloaded ident_case v1.0.1 |
| 665 | 2024-08-07T03:21:46.175Z | Downloaded ref-cast-impl v1.0.23 |
| 666 | 2024-08-07T03:21:46.175Z | Downloaded predicates-core v1.0.6 |
| 667 | 2024-08-07T03:21:46.175Z | Downloaded predicates v3.1.2 |
| 668 | 2024-08-07T03:21:46.183Z | Downloaded iana-time-zone v0.1.60 |
| 669 | 2024-08-07T03:21:46.184Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 670 | 2024-08-07T03:21:46.184Z | Downloaded hubpack v0.1.2 |
| 671 | 2024-08-07T03:21:46.190Z | Downloaded hostname v0.4.0 |
| 672 | 2024-08-07T03:21:46.190Z | Downloaded home v0.5.9 |
| 673 | 2024-08-07T03:21:46.190Z | Downloaded resolv-conf v0.7.0 |
| 674 | 2024-08-07T03:21:46.190Z | Downloaded rand_core v0.6.4 |
| 675 | 2024-08-07T03:21:46.191Z | Downloaded socket2 v0.5.7 |
| 676 | 2024-08-07T03:21:46.197Z | Downloaded tokio-stream v0.1.15 |
| 677 | 2024-08-07T03:21:46.197Z | Downloaded rustversion v1.0.17 |
| 678 | 2024-08-07T03:21:46.201Z | Downloaded sqlformat v0.2.4 |
| 679 | 2024-08-07T03:21:46.201Z | Downloaded uzers v0.11.3 |
| 680 | 2024-08-07T03:21:46.204Z | Downloaded unicode-linebreak v0.1.5 |
| 681 | 2024-08-07T03:21:46.204Z | Downloaded yasna v0.5.2 |
| 682 | 2024-08-07T03:21:46.207Z | Downloaded tracing-attributes v0.1.27 |
| 683 | 2024-08-07T03:21:46.212Z | Downloaded toml v0.7.8 |
| 684 | 2024-08-07T03:21:46.215Z | Downloaded humantime v2.1.0 |
| 685 | 2024-08-07T03:21:46.215Z | Downloaded futures-channel v0.3.30 |
| 686 | 2024-08-07T03:21:46.220Z | Downloaded futures-core v0.3.30 |
| 687 | 2024-08-07T03:21:46.225Z | Downloaded hostname v0.3.1 |
| 688 | 2024-08-07T03:21:46.225Z | Downloaded zerocopy v0.6.6 |
| 689 | 2024-08-07T03:21:46.225Z | Downloaded rsa v0.9.6 |
| 690 | 2024-08-07T03:21:46.229Z | Downloaded fxhash v0.2.1 |
| 691 | 2024-08-07T03:21:46.236Z | Downloaded take_mut v0.2.2 |
| 692 | 2024-08-07T03:21:46.237Z | Downloaded percent-encoding v2.3.1 |
| 693 | 2024-08-07T03:21:46.237Z | Downloaded getopts v0.2.21 |
| 694 | 2024-08-07T03:21:46.244Z | Downloaded itertools v0.10.5 |
| 695 | 2024-08-07T03:21:46.254Z | Downloaded snafu v0.8.2 |
| 696 | 2024-08-07T03:21:46.254Z | Downloaded termcolor v1.4.1 |
| 697 | 2024-08-07T03:21:46.254Z | Downloaded publicsuffix v2.2.3 |
| 698 | 2024-08-07T03:21:46.263Z | Downloaded heck v0.3.3 |
| 699 | 2024-08-07T03:21:46.263Z | Downloaded shlex v1.3.0 |
| 700 | 2024-08-07T03:21:46.263Z | Downloaded psl-types v2.0.11 |
| 701 | 2024-08-07T03:21:46.264Z | Downloaded pem v3.0.4 |
| 702 | 2024-08-07T03:21:46.264Z | Downloaded phf_shared v0.10.0 |
| 703 | 2024-08-07T03:21:46.271Z | Downloaded flagset v0.4.5 |
| 704 | 2024-08-07T03:21:46.271Z | Downloaded futures-executor v0.3.30 |
| 705 | 2024-08-07T03:21:46.271Z | Downloaded erased-serde v0.3.31 |
| 706 | 2024-08-07T03:21:46.271Z | Downloaded highway v1.1.0 |
| 707 | 2024-08-07T03:21:46.271Z | Downloaded unarray v0.1.4 |
| 708 | 2024-08-07T03:21:46.279Z | Downloaded tui-tree-widget v0.21.0 |
| 709 | 2024-08-07T03:21:46.279Z | Downloaded pkg-config v0.3.30 |
| 710 | 2024-08-07T03:21:46.279Z | Downloaded endian-type v0.1.2 |
| 711 | 2024-08-07T03:21:46.279Z | Downloaded waitgroup v0.1.2 |
| 712 | 2024-08-07T03:21:46.279Z | Downloaded num-bigint-dig v0.8.4 |
| 713 | 2024-08-07T03:21:46.282Z | Downloaded strum_macros v0.26.4 |
| 714 | 2024-08-07T03:21:46.282Z | Downloaded derive_builder_macro v0.20.0 |
| 715 | 2024-08-07T03:21:46.282Z | Downloaded rustls-pemfile v2.1.3 |
| 716 | 2024-08-07T03:21:46.293Z | Downloaded fixedbitset v0.4.2 |
| 717 | 2024-08-07T03:21:46.303Z | Downloaded hashbrown v0.12.3 |
| 718 | 2024-08-07T03:21:46.303Z | Downloaded serde_with v3.8.3 |
| 719 | 2024-08-07T03:21:46.310Z | Downloaded phf_shared v0.11.2 |
| 720 | 2024-08-07T03:21:46.310Z | Downloaded enum-as-inner v0.5.1 |
| 721 | 2024-08-07T03:21:46.310Z | Downloaded unicase v2.7.0 |
| 722 | 2024-08-07T03:21:46.310Z | Downloaded tracing v0.1.40 |
| 723 | 2024-08-07T03:21:46.318Z | Downloaded sigpipe v0.1.3 |
| 724 | 2024-08-07T03:21:46.318Z | Downloaded rustc_version v0.4.0 |
| 725 | 2024-08-07T03:21:46.318Z | Downloaded float-ord v0.3.2 |
| 726 | 2024-08-07T03:21:46.318Z | Downloaded futures-io v0.3.30 |
| 727 | 2024-08-07T03:21:46.326Z | Downloaded serde_urlencoded v0.7.1 |
| 728 | 2024-08-07T03:21:46.326Z | Downloaded url v2.5.2 |
| 729 | 2024-08-07T03:21:46.326Z | Downloaded slog-term v2.9.1 |
| 730 | 2024-08-07T03:21:46.326Z | Downloaded slog-json v2.6.1 |
| 731 | 2024-08-07T03:21:46.337Z | Downloaded wait-timeout v0.2.0 |
| 732 | 2024-08-07T03:21:46.337Z | Downloaded sha1 v0.10.6 |
| 733 | 2024-08-07T03:21:46.337Z | Downloaded hex v0.4.3 |
| 734 | 2024-08-07T03:21:46.337Z | Downloaded poly1305 v0.8.0 |
| 735 | 2024-08-07T03:21:46.342Z | Downloaded term v0.7.0 |
| 736 | 2024-08-07T03:21:46.342Z | Downloaded pin-project-internal v1.1.5 |
| 737 | 2024-08-07T03:21:46.342Z | Downloaded hmac v0.12.1 |
| 738 | 2024-08-07T03:21:46.342Z | Downloaded display-error-chain v0.2.0 |
| 739 | 2024-08-07T03:21:46.346Z | Downloaded heapless v0.8.0 |
| 740 | 2024-08-07T03:21:46.346Z | Downloaded http v1.1.0 |
| 741 | 2024-08-07T03:21:46.353Z | Downloaded toml v0.5.11 |
| 742 | 2024-08-07T03:21:46.358Z | Downloaded time v0.3.36 |
| 743 | 2024-08-07T03:21:46.366Z | Downloaded signature v2.2.0 |
| 744 | 2024-08-07T03:21:46.374Z | Downloaded env_logger v0.10.2 |
| 745 | 2024-08-07T03:21:46.380Z | Downloaded tar v0.4.41 |
| 746 | 2024-08-07T03:21:46.384Z | Downloaded tokio-tungstenite v0.20.1 |
| 747 | 2024-08-07T03:21:46.384Z | Downloaded pin-project-lite v0.2.14 |
| 748 | 2024-08-07T03:21:46.390Z | Downloaded vte v0.11.1 |
| 749 | 2024-08-07T03:21:46.394Z | Downloaded env_logger v0.9.3 |
| 750 | 2024-08-07T03:21:46.398Z | Downloaded vsss-rs v3.3.4 |
| 751 | 2024-08-07T03:21:46.402Z | Downloaded samael v0.0.15 |
| 752 | 2024-08-07T03:21:46.407Z | Downloaded chrono v0.4.38 |
| 753 | 2024-08-07T03:21:46.415Z | Downloaded winnow v0.5.40 |
| 754 | 2024-08-07T03:21:46.428Z | Downloaded socket2 v0.4.10 |
| 755 | 2024-08-07T03:21:46.436Z | Downloaded signal-hook v0.3.17 |
| 756 | 2024-08-07T03:21:46.436Z | Downloaded trust-dns-server v0.22.1 |
| 757 | 2024-08-07T03:21:46.440Z | Downloaded expectorate v1.1.0 |
| 758 | 2024-08-07T03:21:46.440Z | Downloaded diesel_derives v2.1.4 |
| 759 | 2024-08-07T03:21:46.449Z | Downloaded flume v0.11.0 |
| 760 | 2024-08-07T03:21:46.455Z | Downloaded h2 v0.3.26 |
| 761 | 2024-08-07T03:21:46.460Z | Downloaded serde_yaml v0.9.34+deprecated |
| 762 | 2024-08-07T03:21:46.460Z | Downloaded trust-dns-resolver v0.22.0 |
| 763 | 2024-08-07T03:21:46.468Z | Downloaded heapless v0.7.17 |
| 764 | 2024-08-07T03:21:46.472Z | Downloaded sqlparser v0.45.0 |
| 765 | 2024-08-07T03:21:46.476Z | Downloaded trust-dns-client v0.22.0 |
| 766 | 2024-08-07T03:21:46.481Z | Downloaded unicode-normalization v0.1.23 |
| 767 | 2024-08-07T03:21:46.484Z | Downloaded lalrpop v0.19.12 |
| 768 | 2024-08-07T03:21:46.494Z | Downloaded fatfs v0.3.6 |
| 769 | 2024-08-07T03:21:46.499Z | Downloaded rustyline v14.0.0 |
| 770 | 2024-08-07T03:21:46.503Z | Downloaded prettyplease v0.2.20 |
| 771 | 2024-08-07T03:21:46.508Z | Downloaded bitvec v1.0.1 |
| 772 | 2024-08-07T03:21:46.525Z | Downloaded bindgen v0.69.4 |
| 773 | 2024-08-07T03:21:46.531Z | Downloaded regex-automata v0.1.10 |
| 774 | 2024-08-07T03:21:46.539Z | Downloaded quick-xml v0.31.0 |
| 775 | 2024-08-07T03:21:46.545Z | Downloaded rustls-webpki v0.102.4 |
| 776 | 2024-08-07T03:21:46.562Z | Downloaded portable-atomic v1.6.0 |
| 777 | 2024-08-07T03:21:46.567Z | Downloaded tokio-util v0.7.11 |
| 778 | 2024-08-07T03:21:46.573Z | Downloaded reedline v0.31.0 |
| 779 | 2024-08-07T03:21:46.581Z | Downloaded proptest v1.4.0 |
| 780 | 2024-08-07T03:21:46.590Z | Downloaded openssl v0.10.66 |
| 781 | 2024-08-07T03:21:46.599Z | Downloaded bstr v1.9.1 |
| 782 | 2024-08-07T03:21:46.612Z | Downloaded regex-syntax v0.6.29 |
| 783 | 2024-08-07T03:21:46.617Z | Downloaded radix_trie v0.2.1 |
| 784 | 2024-08-07T03:21:46.622Z | Downloaded reqwest v0.11.27 |
| 785 | 2024-08-07T03:21:46.636Z | Downloaded idna v0.5.0 |
| 786 | 2024-08-07T03:21:46.644Z | Downloaded gimli v0.28.1 |
| 787 | 2024-08-07T03:21:46.650Z | Downloaded rayon v1.10.0 |
| 788 | 2024-08-07T03:21:46.661Z | Downloaded rustls v0.22.4 |
| 789 | 2024-08-07T03:21:46.674Z | Downloaded idna v0.3.0 |
| 790 | 2024-08-07T03:21:46.681Z | Downloaded regress v0.9.1 |
| 791 | 2024-08-07T03:21:46.690Z | Downloaded vcpkg v0.2.15 |
| 792 | 2024-08-07T03:21:46.733Z | Downloaded regex-syntax v0.8.3 |
| 793 | 2024-08-07T03:21:46.745Z | Downloaded rustls v0.21.12 |
| 794 | 2024-08-07T03:21:46.758Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 795 | 2024-08-07T03:21:46.773Z | Downloaded ratatui v0.27.0 |
| 796 | 2024-08-07T03:21:46.786Z | Downloaded csv v1.3.0 |
| 797 | 2024-08-07T03:21:46.806Z | Downloaded sled v0.34.7 |
| 798 | 2024-08-07T03:21:46.816Z | Downloaded trust-dns-proto v0.22.0 |
| 799 | 2024-08-07T03:21:46.830Z | Downloaded zerocopy-derive v0.6.6 |
| 800 | 2024-08-07T03:21:46.839Z | Downloaded regex v1.10.6 |
| 801 | 2024-08-07T03:21:46.853Z | Downloaded openapiv3 v2.0.0 |
| 802 | 2024-08-07T03:21:46.865Z | Downloaded polar-core v0.27.3 |
| 803 | 2024-08-07T03:21:46.874Z | Downloaded webpki-roots v0.25.4 |
| 804 | 2024-08-07T03:21:46.878Z | Downloaded nix v0.28.0 |
| 805 | 2024-08-07T03:21:46.889Z | Downloaded idna v0.2.3 |
| 806 | 2024-08-07T03:21:46.896Z | Downloaded nix v0.27.1 |
| 807 | 2024-08-07T03:21:46.906Z | Downloaded regex-automata v0.4.6 |
| 808 | 2024-08-07T03:21:46.925Z | Downloaded diesel v2.1.6 |
| 809 | 2024-08-07T03:21:46.943Z | Downloaded smoltcp v0.11.0 |
| 810 | 2024-08-07T03:21:46.956Z | Downloaded finl_unicode v1.2.0 |
| 811 | 2024-08-07T03:21:46.969Z | Downloaded tokio v1.38.1 |
| 812 | 2024-08-07T03:21:47.007Z | Downloaded petgraph v0.6.5 |
| 813 | 2024-08-07T03:21:47.024Z | Downloaded sha3 v0.10.8 |
| 814 | 2024-08-07T03:21:47.029Z | Downloaded object v0.32.2 |
| 815 | 2024-08-07T03:21:47.040Z | Downloaded bstr v0.2.17 |
| 816 | 2024-08-07T03:21:47.051Z | Downloaded rustls-webpki v0.101.7 |
| 817 | 2024-08-07T03:21:47.066Z | Downloaded hkdf v0.12.4 |
| 818 | 2024-08-07T03:21:47.069Z | Downloaded smoltcp v0.9.1 |
| 819 | 2024-08-07T03:21:47.080Z | Downloaded object v0.30.4 |
| 820 | 2024-08-07T03:21:47.091Z | Downloaded curve25519-dalek v4.1.3 |
| 821 | 2024-08-07T03:21:47.100Z | Downloaded futures-util v0.3.30 |
| 822 | 2024-08-07T03:21:47.113Z | Downloaded hyper v0.14.30 |
| 823 | 2024-08-07T03:21:47.121Z | Downloaded encoding_rs v0.8.34 |
| 824 | 2024-08-07T03:21:47.143Z | Downloaded pin-project v1.1.5 |
| 825 | 2024-08-07T03:21:47.154Z | Downloaded tokio-tungstenite v0.21.0 |
| 826 | 2024-08-07T03:21:47.157Z | Downloaded test-strategy v0.3.1 |
| 827 | 2024-08-07T03:21:47.160Z | Downloaded tungstenite v0.20.1 |
| 828 | 2024-08-07T03:21:47.163Z | Downloaded snafu-derive v0.8.2 |
| 829 | 2024-08-07T03:21:47.170Z | Downloaded tracing-core v0.1.32 |
| 830 | 2024-08-07T03:21:47.170Z | Downloaded unicode-segmentation v1.11.0 |
| 831 | 2024-08-07T03:21:47.170Z | Downloaded flate2 v1.0.31 |
| 832 | 2024-08-07T03:21:47.179Z | Downloaded rayon-core v1.12.1 |
| 833 | 2024-08-07T03:21:47.182Z | Downloaded diff v0.1.13 |
| 834 | 2024-08-07T03:21:47.184Z | Downloaded steno v0.4.1 |
| 835 | 2024-08-07T03:21:47.190Z | Downloaded slog-async v2.8.0 |
| 836 | 2024-08-07T03:21:47.190Z | Downloaded slog-scope v4.4.0 |
| 837 | 2024-08-07T03:21:47.190Z | Downloaded unicode-bidi v0.3.15 |
| 838 | 2024-08-07T03:21:47.197Z | Downloaded slog v2.7.0 |
| 839 | 2024-08-07T03:21:47.197Z | Downloaded toml_edit v0.19.15 |
| 840 | 2024-08-07T03:21:47.210Z | Downloaded aho-corasick v1.1.3 |
| 841 | 2024-08-07T03:21:47.216Z | Downloaded pkcs8 v0.10.2 |
| 842 | 2024-08-07T03:21:47.219Z | Downloaded rustfmt-wrapper v0.2.1 |
| 843 | 2024-08-07T03:21:47.221Z | Downloaded filetime v0.2.23 |
| 844 | 2024-08-07T03:21:47.221Z | Downloaded proc-macro-crate v1.3.1 |
| 845 | 2024-08-07T03:21:47.225Z | Downloaded predicates-tree v1.0.9 |
| 846 | 2024-08-07T03:21:47.225Z | Downloaded phf v0.11.2 |
| 847 | 2024-08-07T03:21:47.225Z | Downloaded slog-dtrace v0.3.0 |
| 848 | 2024-08-07T03:21:47.227Z | Downloaded http v0.2.12 |
| 849 | 2024-08-07T03:21:47.230Z | Downloaded tough v0.17.1 |
| 850 | 2024-08-07T03:21:47.239Z | Downloaded itertools v0.13.0 |
| 851 | 2024-08-07T03:21:47.246Z | Downloaded futures-macro v0.3.30 |
| 852 | 2024-08-07T03:21:47.249Z | Downloaded pem-rfc7468 v0.7.0 |
| 853 | 2024-08-07T03:21:47.251Z | Downloaded textwrap v0.16.1 |
| 854 | 2024-08-07T03:21:47.254Z | Downloaded serde_repr v0.1.19 |
| 855 | 2024-08-07T03:21:47.256Z | Downloaded gethostname v0.5.0 |
| 856 | 2024-08-07T03:21:47.256Z | Downloaded futures-sink v0.3.30 |
| 857 | 2024-08-07T03:21:47.259Z | Downloaded rustls-pki-types v1.7.0 |
| 858 | 2024-08-07T03:21:47.259Z | Downloaded hashbrown v0.13.2 |
| 859 | 2024-08-07T03:21:47.263Z | Downloaded strum_macros v0.25.3 |
| 860 | 2024-08-07T03:21:47.265Z | Downloaded futures v0.3.30 |
| 861 | 2024-08-07T03:21:47.271Z | Downloaded postcard v1.0.8 |
| 862 | 2024-08-07T03:21:47.274Z | Downloaded zip v0.6.6 |
| 863 | 2024-08-07T03:21:47.280Z | Downloaded uuid v1.10.0 |
| 864 | 2024-08-07T03:21:47.283Z | Downloaded itertools v0.12.1 |
| 865 | 2024-08-07T03:21:47.287Z | Downloaded blake3 v1.5.1 |
| 866 | 2024-08-07T03:21:47.295Z | Downloaded tokio-postgres v0.7.11 |
| 867 | 2024-08-07T03:21:47.300Z | Downloaded dirs-sys-next v0.1.2 |
| 868 | 2024-08-07T03:21:47.303Z | Downloaded dirs-next v2.0.0 |
| 869 | 2024-08-07T03:21:47.303Z | Downloaded difflib v0.4.0 |
| 870 | 2024-08-07T03:21:47.303Z | Downloaded structmeta-derive v0.3.0 |
| 871 | 2024-08-07T03:21:47.306Z | Downloaded strip-ansi-escapes v0.2.0 |
| 872 | 2024-08-07T03:21:47.306Z | Downloaded stringprep v0.1.4 |
| 873 | 2024-08-07T03:21:47.306Z | Downloaded string_cache v0.8.7 |
| 874 | 2024-08-07T03:21:47.308Z | Downloaded stable_deref_trait v1.2.0 |
| 875 | 2024-08-07T03:21:47.308Z | Downloaded rusty-fork v0.3.0 |
| 876 | 2024-08-07T03:21:47.312Z | Downloaded rcgen v0.12.1 |
| 877 | 2024-08-07T03:21:47.315Z | Downloaded quick-error v1.2.3 |
| 878 | 2024-08-07T03:21:47.315Z | Downloaded mio v0.8.11 |
| 879 | 2024-08-07T03:21:47.319Z | Downloaded typed-path v0.7.1 |
| 880 | 2024-08-07T03:21:47.325Z | Downloaded x509-cert v0.2.5 |
| 881 | 2024-08-07T03:21:47.332Z | Downloaded unicode_categories v0.1.1 |
| 882 | 2024-08-07T03:21:47.335Z | Downloaded elliptic-curve v0.13.8 |
| 883 | 2024-08-07T03:21:47.337Z | Downloaded rand v0.8.5 |
| 884 | 2024-08-07T03:21:47.342Z | Downloaded tokio-rustls v0.25.0 |
| 885 | 2024-08-07T03:21:47.345Z | Downloaded nom v7.1.3 |
| 886 | 2024-08-07T03:21:47.348Z | Downloaded minimal-lexical v0.2.1 |
| 887 | 2024-08-07T03:21:47.353Z | Downloaded libm v0.2.8 |
| 888 | 2024-08-07T03:21:47.361Z | Downloaded serde_derive_internals v0.29.1 |
| 889 | 2024-08-07T03:21:47.364Z | Downloaded similar v2.5.0 |
| 890 | 2024-08-07T03:21:47.368Z | Downloaded ff v0.13.0 |
| 891 | 2024-08-07T03:21:47.374Z | Downloaded fd-lock v4.0.2 |
| 892 | 2024-08-07T03:21:47.374Z | Downloaded hyper-rustls v0.24.2 |
| 893 | 2024-08-07T03:21:47.379Z | Downloaded derive_builder_core v0.20.0 |
| 894 | 2024-08-07T03:21:47.379Z | Downloaded derive_builder v0.20.0 |
| 895 | 2024-08-07T03:21:47.381Z | Downloaded whoami v1.5.1 |
| 896 | 2024-08-07T03:21:47.381Z | Downloaded httparse v1.8.0 |
| 897 | 2024-08-07T03:21:47.384Z | Downloaded ron v0.8.1 |
| 898 | 2024-08-07T03:21:47.389Z | Downloaded utf-8 v0.7.6 |
| 899 | 2024-08-07T03:21:47.391Z | Downloaded untrusted v0.7.1 |
| 900 | 2024-08-07T03:21:47.391Z | Downloaded unicode-truncate v1.0.0 |
| 901 | 2024-08-07T03:21:47.394Z | Downloaded walkdir v2.5.0 |
| 902 | 2024-08-07T03:21:47.394Z | Downloaded ron v0.7.1 |
| 903 | 2024-08-07T03:21:47.399Z | Downloaded smf v0.2.3 |
| 904 | 2024-08-07T03:21:47.401Z | Downloaded sqlparser_derive v0.2.2 |
| 905 | 2024-08-07T03:21:47.401Z | Downloaded serde_path_to_error v0.1.16 |
| 906 | 2024-08-07T03:21:47.404Z | Downloaded serde_arrays v0.1.0 |
| 907 | 2024-08-07T03:21:47.404Z | Downloaded serde-hex v0.1.0 |
| 908 | 2024-08-07T03:21:47.407Z | Downloaded same-file v1.0.6 |
| 909 | 2024-08-07T03:21:47.407Z | Downloaded headers v0.3.9 |
| 910 | 2024-08-07T03:21:47.413Z | Downloaded rand_xorshift v0.3.0 |
| 911 | 2024-08-07T03:21:47.416Z | Downloaded rand_seeder v0.3.0 |
| 912 | 2024-08-07T03:21:47.417Z | Downloaded hyper-tls v0.5.0 |
| 913 | 2024-08-07T03:21:47.417Z | Downloaded postgres-protocol v0.6.7 |
| 914 | 2024-08-07T03:21:47.419Z | Downloaded pkcs1 v0.7.5 |
| 915 | 2024-08-07T03:21:47.422Z | Downloaded globset v0.4.14 |
| 916 | 2024-08-07T03:21:47.422Z | Downloaded subprocess v0.2.9 |
| 917 | 2024-08-07T03:21:47.425Z | Downloaded tungstenite v0.21.0 |
| 918 | 2024-08-07T03:21:47.427Z | Downloaded cc v1.0.97 |
| 919 | 2024-08-07T03:21:47.430Z | Downloaded unsafe-libyaml v0.2.11 |
| 920 | 2024-08-07T03:21:47.435Z | Downloaded der v0.7.9 |
| 921 | 2024-08-07T03:21:47.439Z | Downloaded num-bigint v0.4.5 |
| 922 | 2024-08-07T03:21:47.444Z | Downloaded crossterm v0.27.0 |
| 923 | 2024-08-07T03:21:47.451Z | Downloaded rustc-hash v1.1.0 |
| 924 | 2024-08-07T03:21:47.453Z | Downloaded ring v0.17.8 |
| 925 | 2024-08-07T03:21:47.523Z | Downloaded rtoolbox v0.0.2 |
| 926 | 2024-08-07T03:21:47.529Z | Downloaded tokio-rustls v0.24.1 |
| 927 | 2024-08-07T03:21:47.537Z | Downloaded time-macros v0.2.18 |
| 928 | 2024-08-07T03:21:47.537Z | Downloaded spin v0.9.8 |
| 929 | 2024-08-07T03:21:47.537Z | Downloaded chacha20poly1305 v0.10.1 |
| 930 | 2024-08-07T03:21:47.540Z | Downloaded siphasher v0.3.11 |
| 931 | 2024-08-07T03:21:47.540Z | Downloaded semver v0.1.20 |
| 932 | 2024-08-07T03:21:47.540Z | Downloaded r2d2 v0.8.10 |
| 933 | 2024-08-07T03:21:47.540Z | Downloaded powerfmt v0.2.0 |
| 934 | 2024-08-07T03:21:47.540Z | Downloaded backtrace v0.3.71 |
| 935 | 2024-08-07T03:21:47.545Z | Downloaded derive_more v0.99.18 |
| 936 | 2024-08-07T03:21:47.550Z | Downloaded sct v0.7.1 |
| 937 | 2024-08-07T03:21:47.553Z | Downloaded owo-colors v4.0.0 |
| 938 | 2024-08-07T03:21:47.556Z | Downloaded getrandom v0.2.14 |
| 939 | 2024-08-07T03:21:47.559Z | Downloaded thiserror-no-std v2.0.2 |
| 940 | 2024-08-07T03:21:47.564Z | Downloaded allocator-api2 v0.2.18 |
| 941 | 2024-08-07T03:21:47.567Z | Downloaded ring v0.16.20 |
| 942 | 2024-08-07T03:21:47.647Z | Downloaded crossbeam-utils v0.8.19 |
| 943 | 2024-08-07T03:21:47.650Z | Downloaded crossbeam-channel v0.5.12 |
| 944 | 2024-08-07T03:21:47.653Z | Downloaded omicron-zone-package v0.11.0 |
| 945 | 2024-08-07T03:21:47.656Z | Downloaded scopeguard v1.2.0 |
| 946 | 2024-08-07T03:21:47.659Z | Downloaded mockall_derive v0.12.1 |
| 947 | 2024-08-07T03:21:47.659Z | Downloaded compact_str v0.7.1 |
| 948 | 2024-08-07T03:21:47.662Z | Downloaded indicatif v0.17.8 |
| 949 | 2024-08-07T03:21:47.666Z | Downloaded dyn-clone v1.0.17 |
| 950 | 2024-08-07T03:21:47.669Z | Downloaded csv-core v0.1.11 |
| 951 | 2024-08-07T03:21:47.669Z | Downloaded cookie_store v0.20.0 |
| 952 | 2024-08-07T03:21:47.672Z | Downloaded cookie v0.17.0 |
| 953 | 2024-08-07T03:21:47.672Z | Downloaded cipher v0.4.4 |
| 954 | 2024-08-07T03:21:47.675Z | Downloaded ahash v0.8.11 |
| 955 | 2024-08-07T03:21:47.678Z | Downloaded hash32 v0.2.1 |
| 956 | 2024-08-07T03:21:47.678Z | Downloaded wyz v0.5.1 |
| 957 | 2024-08-07T03:21:47.678Z | Downloaded crossbeam-deque v0.8.5 |
| 958 | 2024-08-07T03:21:47.681Z | Downloaded cassowary v0.3.0 |
| 959 | 2024-08-07T03:21:47.681Z | Downloaded slog-bunyan v2.5.0 |
| 960 | 2024-08-07T03:21:47.681Z | Downloaded password-hash v0.5.0 |
| 961 | 2024-08-07T03:21:47.685Z | Downloaded num-rational v0.4.2 |
| 962 | 2024-08-07T03:21:47.685Z | Downloaded native-tls v0.2.11 |
| 963 | 2024-08-07T03:21:47.690Z | Downloaded lock_api v0.4.12 |
| 964 | 2024-08-07T03:21:47.690Z | Downloaded bcs v0.1.6 |
| 965 | 2024-08-07T03:21:47.694Z | Downloaded base64 v0.21.7 |
| 966 | 2024-08-07T03:21:47.694Z | Downloaded memmap2 v0.9.4 |
| 967 | 2024-08-07T03:21:47.697Z | Downloaded crypto-bigint v0.5.5 |
| 968 | 2024-08-07T03:21:47.701Z | Downloaded cobs v0.2.3 |
| 969 | 2024-08-07T03:21:47.705Z | Downloaded argon2 v0.5.3 |
| 970 | 2024-08-07T03:21:47.705Z | Downloaded tokio-macros v2.3.0 |
| 971 | 2024-08-07T03:21:47.705Z | Downloaded structmeta-derive v0.2.0 |
| 972 | 2024-08-07T03:21:47.708Z | Downloaded parse-display-derive v0.9.1 |
| 973 | 2024-08-07T03:21:47.708Z | Downloaded defmt v0.3.8 |
| 974 | 2024-08-07T03:21:47.711Z | Downloaded parking_lot v0.12.2 |
| 975 | 2024-08-07T03:21:47.713Z | Downloaded bitfield-struct v0.6.1 |
| 976 | 2024-08-07T03:21:47.713Z | Downloaded async-trait v0.1.81 |
| 977 | 2024-08-07T03:21:47.717Z | Downloaded ascii v1.1.0 |
| 978 | 2024-08-07T03:21:47.720Z | Downloaded const_format_proc_macros v0.2.32 |
| 979 | 2024-08-07T03:21:47.720Z | Downloaded camino-tempfile v1.1.1 |
| 980 | 2024-08-07T03:21:47.723Z | Downloaded block-padding v0.3.3 |
| 981 | 2024-08-07T03:21:47.723Z | Downloaded multimap v0.10.0 |
| 982 | 2024-08-07T03:21:47.723Z | Downloaded nodrop v0.1.14 |
| 983 | 2024-08-07T03:21:47.723Z | Downloaded mime v0.3.17 |
| 984 | 2024-08-07T03:21:47.727Z | Downloaded maybe-uninit v2.0.0 |
| 985 | 2024-08-07T03:21:47.727Z | Downloaded libsw v3.3.1 |
| 986 | 2024-08-07T03:21:47.730Z | Downloaded buf-list v1.0.3 |
| 987 | 2024-08-07T03:21:47.730Z | Downloaded base64 v0.22.1 |
| 988 | 2024-08-07T03:21:47.733Z | Downloaded adler v1.0.2 |
| 989 | 2024-08-07T03:21:47.733Z | Downloaded lru-cache v0.1.2 |
| 990 | 2024-08-07T03:21:47.736Z | Downloaded linear-map v1.2.0 |
| 991 | 2024-08-07T03:21:47.736Z | Downloaded libloading v0.8.3 |
| 992 | 2024-08-07T03:21:47.739Z | Downloaded bytes v1.7.1 |
| 993 | 2024-08-07T03:21:47.742Z | Downloaded bit-set v0.5.3 |
| 994 | 2024-08-07T03:21:47.742Z | Downloaded nu-ansi-term v0.50.0 |
| 995 | 2024-08-07T03:21:47.744Z | Downloaded newtype-uuid v1.1.0 |
| 996 | 2024-08-07T03:21:47.744Z | Downloaded multer v3.1.0 |
| 997 | 2024-08-07T03:21:47.747Z | Downloaded mime_guess v2.0.4 |
| 998 | 2024-08-07T03:21:47.750Z | Downloaded managed v0.8.0 |
| 999 | 2024-08-07T03:21:47.750Z | Downloaded indoc v1.0.9 |
| 1000 | 2024-08-07T03:21:47.753Z | Downloaded defmt-parser v0.3.4 |
| 1001 | 2024-08-07T03:21:47.753Z | Downloaded crunchy v0.2.2 |
| 1002 | 2024-08-07T03:21:47.753Z | Downloaded lalrpop-util v0.19.12 |
| 1003 | 2024-08-07T03:21:47.753Z | Downloaded ipnetwork v0.20.0 |
| 1004 | 2024-08-07T03:21:47.756Z | Downloaded crossbeam-epoch v0.9.18 |
| 1005 | 2024-08-07T03:21:47.759Z | Downloaded parse-display v0.9.1 |
| 1006 | 2024-08-07T03:21:47.759Z | Downloaded packed_struct_codegen v0.10.1 |
| 1007 | 2024-08-07T03:21:47.762Z | Downloaded packed_struct v0.10.1 |
| 1008 | 2024-08-07T03:21:47.762Z | Downloaded lazycell v1.3.0 |
| 1009 | 2024-08-07T03:21:47.762Z | Downloaded kstat-rs v0.2.4 |
| 1010 | 2024-08-07T03:21:47.765Z | Downloaded num-derive v0.4.2 |
| 1011 | 2024-08-07T03:21:47.765Z | Downloaded nibble_vec v0.1.0 |
| 1012 | 2024-08-07T03:21:47.768Z | Downloaded mockall v0.12.1 |
| 1013 | 2024-08-07T03:21:47.768Z | Downloaded lru v0.12.3 |
| 1014 | 2024-08-07T03:21:47.768Z | Downloaded libefi-sys v0.1.0 |
| 1015 | 2024-08-07T03:21:47.773Z | Downloaded maplit v1.0.2 |
| 1016 | 2024-08-07T03:21:47.773Z | Downloaded linked-hash-map v0.5.6 |
| 1017 | 2024-08-07T03:21:47.773Z | Downloaded keccak v0.1.5 |
| 1018 | 2024-08-07T03:21:47.778Z | Downloaded ipnet v2.9.0 |
| 1019 | 2024-08-07T03:21:47.778Z | Downloaded inout v0.1.3 |
| 1020 | 2024-08-07T03:21:47.778Z | Downloaded debug-ignore v1.0.5 |
| 1021 | 2024-08-07T03:21:47.778Z | Downloaded colored v2.1.0 |
| 1022 | 2024-08-07T03:21:47.778Z | Downloaded memoffset v0.9.1 |
| 1023 | 2024-08-07T03:21:47.781Z | Downloaded md-5 v0.10.6 |
| 1024 | 2024-08-07T03:21:47.781Z | Downloaded lazy_static v1.5.0 |
| 1025 | 2024-08-07T03:21:47.781Z | Downloaded bb8 v0.8.5 |
| 1026 | 2024-08-07T03:21:47.784Z | Downloaded assert_matches v1.5.0 |
| 1027 | 2024-08-07T03:21:47.784Z | Downloaded arrayvec v0.7.4 |
| 1028 | 2024-08-07T03:21:47.784Z | Downloaded arc-swap v1.7.1 |
| 1029 | 2024-08-07T03:21:47.787Z | Downloaded bitfield v0.14.0 |
| 1030 | 2024-08-07T03:21:47.791Z | Downloaded new_debug_unreachable v1.0.6 |
| 1031 | 2024-08-07T03:21:47.791Z | Downloaded matches v0.1.10 |
| 1032 | 2024-08-07T03:21:47.791Z | Downloaded array-init v0.0.4 |
| 1033 | 2024-08-07T03:21:47.872Z | Compiling cfg-if v1.0.0 |
| 1034 | 2024-08-07T03:21:47.872Z | Compiling serde v1.0.204 |
| 1035 | 2024-08-07T03:21:47.875Z | Compiling lock_api v0.4.12 |
| 1036 | 2024-08-07T03:21:47.875Z | Compiling scopeguard v1.2.0 |
| 1037 | 2024-08-07T03:21:47.875Z | Compiling log v0.4.21 |
| 1038 | 2024-08-07T03:21:48.019Z | Compiling syn v2.0.72 |
| 1039 | 2024-08-07T03:21:48.022Z | Compiling cc v1.0.97 |
| 1040 | 2024-08-07T03:21:48.022Z | Compiling parking_lot_core v0.9.10 |
| 1041 | 2024-08-07T03:21:48.097Z | Compiling getrandom v0.2.14 |
| 1042 | 2024-08-07T03:21:48.133Z | Compiling smallvec v1.13.2 |
| 1043 | 2024-08-07T03:21:48.434Z | Compiling rand_core v0.6.4 |
| 1044 | 2024-08-07T03:21:48.516Z | Compiling typenum v1.17.0 |
| 1045 | 2024-08-07T03:21:48.590Z | Compiling generic-array v0.14.7 |
| 1046 | 2024-08-07T03:21:48.614Z | Compiling pin-project-lite v0.2.14 |
| 1047 | 2024-08-07T03:21:48.735Z | Compiling signal-hook-registry v1.4.2 |
| 1048 | 2024-08-07T03:21:48.893Z | Compiling parking_lot v0.12.2 |
| 1049 | 2024-08-07T03:21:48.958Z | Compiling spin v0.9.8 |
| 1050 | 2024-08-07T03:21:48.974Z | Compiling mio v0.8.11 |
| 1051 | 2024-08-07T03:21:49.189Z | Compiling serde_json v1.0.122 |
| 1052 | 2024-08-07T03:21:49.340Z | Compiling libm v0.2.8 |
| 1053 | 2024-08-07T03:21:49.541Z | Compiling ahash v0.8.11 |
| 1054 | 2024-08-07T03:21:49.574Z | Compiling num-traits v0.2.19 |
| 1055 | 2024-08-07T03:21:49.700Z | Compiling futures-core v0.3.30 |
| 1056 | 2024-08-07T03:21:49.815Z | Compiling tinyvec_macros v0.1.1 |
| 1057 | 2024-08-07T03:21:49.899Z | Compiling tinyvec v1.6.0 |
| 1058 | 2024-08-07T03:21:49.960Z | Compiling socket2 v0.5.7 |
| 1059 | 2024-08-07T03:21:50.062Z | Compiling num_cpus v1.16.0 |
| 1060 | 2024-08-07T03:21:50.203Z | Compiling subtle v2.5.0 |
| 1061 | 2024-08-07T03:21:50.237Z | Compiling const-oid v0.9.6 |
| 1062 | 2024-08-07T03:21:50.562Z | Compiling slab v0.4.9 |
| 1063 | 2024-08-07T03:21:50.865Z | Compiling unicode-bidi v0.3.15 |
| 1064 | 2024-08-07T03:21:51.276Z | Compiling allocator-api2 v0.2.18 |
| 1065 | 2024-08-07T03:21:51.395Z | Compiling unicode-normalization v0.1.23 |
| 1066 | 2024-08-07T03:21:51.395Z | Compiling futures-sink v0.3.30 |
| 1067 | 2024-08-07T03:21:51.625Z | Compiling futures-channel v0.3.30 |
| 1068 | 2024-08-07T03:21:52.015Z | Compiling pkg-config v0.3.30 |
| 1069 | 2024-08-07T03:21:52.041Z | Compiling pin-utils v0.1.0 |
| 1070 | 2024-08-07T03:21:52.141Z | Compiling futures-task v0.3.30 |
| 1071 | 2024-08-07T03:21:52.204Z | Compiling vcpkg v0.2.15 |
| 1072 | 2024-08-07T03:21:52.375Z | Compiling futures-io v0.3.30 |
| 1073 | 2024-08-07T03:21:52.455Z | Compiling ring v0.17.8 |
| 1074 | 2024-08-07T03:21:52.535Z | Compiling ppv-lite86 v0.2.17 |
| 1075 | 2024-08-07T03:21:52.587Z | Compiling percent-encoding v2.3.1 |
| 1076 | 2024-08-07T03:21:52.720Z | Compiling tracing-core v0.1.32 |
| 1077 | 2024-08-07T03:21:52.964Z | Compiling num-conv v0.1.0 |
| 1078 | 2024-08-07T03:21:53.135Z | Compiling untrusted v0.9.0 |
| 1079 | 2024-08-07T03:21:53.279Z | Compiling rustix v0.38.34 |
| 1080 | 2024-08-07T03:21:53.313Z | Compiling syn v1.0.109 |
| 1081 | 2024-08-07T03:21:53.358Z | Compiling rand_chacha v0.3.1 |
| 1082 | 2024-08-07T03:21:53.662Z | Compiling time-core v0.1.2 |
| 1083 | 2024-08-07T03:21:53.834Z | Compiling powerfmt v0.2.0 |
| 1084 | 2024-08-07T03:21:54.012Z | Compiling time-macros v0.2.18 |
| 1085 | 2024-08-07T03:21:54.147Z | Compiling deranged v0.3.11 |
| 1086 | 2024-08-07T03:21:54.176Z | Compiling rand v0.8.5 |
| 1087 | 2024-08-07T03:21:54.214Z | Compiling iana-time-zone v0.1.60 |
| 1088 | 2024-08-07T03:21:54.427Z | Compiling openssl-sys v0.9.103 |
| 1089 | 2024-08-07T03:21:54.657Z | Compiling httparse v1.8.0 |
| 1090 | 2024-08-07T03:21:55.174Z | Compiling num_threads v0.1.7 |
| 1091 | 2024-08-07T03:21:55.302Z | Compiling rustversion v1.0.17 |
| 1092 | 2024-08-07T03:21:55.617Z | Compiling base64ct v1.6.0 |
| 1093 | 2024-08-07T03:21:55.924Z | Compiling openssl v0.10.66 |
| 1094 | 2024-08-07T03:21:56.036Z | Compiling foreign-types-shared v0.1.1 |
| 1095 | 2024-08-07T03:21:56.062Z | Compiling pem-rfc7468 v0.7.0 |
| 1096 | 2024-08-07T03:21:56.154Z | Compiling foreign-types v0.3.2 |
| 1097 | 2024-08-07T03:21:56.282Z | Compiling form_urlencoded v1.2.1 |
| 1098 | 2024-08-07T03:21:56.401Z | Compiling flagset v0.4.5 |
| 1099 | 2024-08-07T03:21:56.623Z | Compiling crossbeam-utils v0.8.19 |
| 1100 | 2024-08-07T03:21:56.623Z | Compiling try-lock v0.2.5 |
| 1101 | 2024-08-07T03:21:56.785Z | Compiling native-tls v0.2.11 |
| 1102 | 2024-08-07T03:21:56.835Z | Compiling rustls v0.21.12 |
| 1103 | 2024-08-07T03:21:57.099Z | Compiling siphasher v0.3.11 |
| 1104 | 2024-08-07T03:21:57.171Z | Compiling want v0.3.1 |
| 1105 | 2024-08-07T03:21:57.312Z | Compiling time v0.3.36 |
| 1106 | 2024-08-07T03:21:57.479Z | Compiling serde_derive_internals v0.29.1 |
| 1107 | 2024-08-07T03:21:57.622Z | Compiling idna v0.5.0 |
| 1108 | 2024-08-07T03:21:57.949Z | Compiling lazy_static v1.5.0 |
| 1109 | 2024-08-07T03:21:58.077Z | Compiling aho-corasick v1.1.3 |
| 1110 | 2024-08-07T03:21:58.863Z | Compiling sct v0.7.1 |
| 1111 | 2024-08-07T03:21:59.174Z | Compiling rustls-webpki v0.101.7 |
| 1112 | 2024-08-07T03:21:59.230Z | Compiling cookie v0.17.0 |
| 1113 | 2024-08-07T03:21:59.529Z | Compiling signal-hook v0.3.17 |
| 1114 | 2024-08-07T03:21:59.801Z | Compiling adler v1.0.2 |
| 1115 | 2024-08-07T03:22:00.033Z | Compiling tower-service v0.3.2 |
| 1116 | 2024-08-07T03:22:00.161Z | Compiling slog v2.7.0 |
| 1117 | 2024-08-07T03:22:00.282Z | Compiling regex-syntax v0.8.3 |
| 1118 | 2024-08-07T03:22:00.624Z | Compiling openssl-probe v0.1.5 |
| 1119 | 2024-08-07T03:22:00.687Z | Compiling finl_unicode v1.2.0 |
| 1120 | 2024-08-07T03:22:00.960Z | Compiling cpufeatures v0.2.12 |
| 1121 | 2024-08-07T03:22:01.063Z | Compiling httpdate v1.0.3 |
| 1122 | 2024-08-07T03:22:01.086Z | Compiling schemars v0.8.21 |
| 1123 | 2024-08-07T03:22:01.287Z | Compiling stringprep v0.1.4 |
| 1124 | 2024-08-07T03:22:01.530Z | Compiling miniz_oxide v0.7.2 |
| 1125 | 2024-08-07T03:22:02.503Z | Compiling serde_derive v1.0.204 |
| 1126 | 2024-08-07T03:22:02.544Z | Compiling zeroize_derive v1.4.2 |
| 1127 | 2024-08-07T03:22:02.672Z | Compiling zerocopy-derive v0.7.34 |
| 1128 | 2024-08-07T03:22:03.110Z | Compiling tokio-macros v2.3.0 |
| 1129 | 2024-08-07T03:22:03.559Z | Compiling thiserror-impl v1.0.63 |
| 1130 | 2024-08-07T03:22:04.147Z | Compiling zeroize v1.7.0 |
| 1131 | 2024-08-07T03:22:04.755Z | Compiling futures-macro v0.3.30 |
| 1132 | 2024-08-07T03:22:04.924Z | Compiling zerocopy v0.7.34 |
| 1133 | 2024-08-07T03:22:05.947Z | Compiling crypto-common v0.1.6 |
| 1134 | 2024-08-07T03:22:06.184Z | Compiling block-buffer v0.10.4 |
| 1135 | 2024-08-07T03:22:06.469Z | Compiling digest v0.10.7 |
| 1136 | 2024-08-07T03:22:06.801Z | Compiling futures-util v0.3.30 |
| 1137 | 2024-08-07T03:22:06.837Z | Compiling tracing-attributes v0.1.27 |
| 1138 | 2024-08-07T03:22:06.896Z | Compiling thiserror v1.0.63 |
| 1139 | 2024-08-07T03:22:06.935Z | Compiling scroll_derive v0.12.0 |
| 1140 | 2024-08-07T03:22:07.033Z | Compiling pest v2.7.10 |
| 1141 | 2024-08-07T03:22:07.264Z | Compiling hashbrown v0.14.5 |
| 1142 | 2024-08-07T03:22:08.416Z | Compiling scroll v0.12.0 |
| 1143 | 2024-08-07T03:22:08.722Z | Compiling hmac v0.12.1 |
| 1144 | 2024-08-07T03:22:08.952Z | Compiling goblin v0.8.2 |
| 1145 | 2024-08-07T03:22:08.971Z | Compiling der_derive v0.7.2 |
| 1146 | 2024-08-07T03:22:10.073Z | Compiling pest_meta v2.7.10 |
| 1147 | 2024-08-07T03:22:10.417Z | Compiling openssl-macros v0.1.1 |
| 1148 | 2024-08-07T03:22:10.511Z | Compiling md-5 v0.10.6 |
| 1149 | 2024-08-07T03:22:10.666Z | Compiling tracing v0.1.40 |
| 1150 | 2024-08-07T03:22:10.769Z | Compiling sha2 v0.10.8 |
| 1151 | 2024-08-07T03:22:11.181Z | Compiling regex-automata v0.4.6 |
| 1152 | 2024-08-07T03:22:11.185Z | Compiling schemars_derive v0.8.21 |
| 1153 | 2024-08-07T03:22:11.506Z | Compiling pest_generator v2.7.10 |
| 1154 | 2024-08-07T03:22:13.040Z | Compiling der v0.7.9 |
| 1155 | 2024-08-07T03:22:13.664Z | Compiling url v2.5.2 |
| 1156 | 2024-08-07T03:22:14.658Z | Compiling num-integer v0.1.46 |
| 1157 | 2024-08-07T03:22:15.107Z | Compiling pest_derive v2.7.10 |
| 1158 | 2024-08-07T03:22:15.433Z | Compiling spki v0.7.3 |
| 1159 | 2024-08-07T03:22:15.519Z | Compiling idna v0.3.0 |
| 1160 | 2024-08-07T03:22:15.728Z | Compiling backtrace v0.3.71 |
| 1161 | 2024-08-07T03:22:15.809Z | Compiling hash32 v0.2.1 |
| 1162 | 2024-08-07T03:22:15.902Z | Compiling dtrace-parser v0.2.0 |
| 1163 | 2024-08-07T03:22:16.164Z | Compiling psl-types v2.0.11 |
| 1164 | 2024-08-07T03:22:16.183Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1165 | 2024-08-07T03:22:16.348Z | Compiling fallible-iterator v0.2.0 |
| 1166 | 2024-08-07T03:22:16.375Z | Compiling dyn-clone v1.0.17 |
| 1167 | 2024-08-07T03:22:16.623Z | Compiling base64 v0.22.1 |
| 1168 | 2024-08-07T03:22:17.016Z | Compiling gimli v0.28.1 |
| 1169 | 2024-08-07T03:22:17.088Z | Compiling bytes v1.7.1 |
| 1170 | 2024-08-07T03:22:17.177Z | Compiling bitflags v2.6.0 |
| 1171 | 2024-08-07T03:22:17.430Z | Compiling indexmap v2.3.0 |
| 1172 | 2024-08-07T03:22:17.623Z | Compiling semver v1.0.23 |
| 1173 | 2024-08-07T03:22:18.065Z | Compiling tokio v1.38.1 |
| 1174 | 2024-08-07T03:22:18.395Z | Compiling http v0.2.12 |
| 1175 | 2024-08-07T03:22:18.399Z | Compiling uuid v1.10.0 |
| 1176 | 2024-08-07T03:22:18.878Z | Compiling rustc_version v0.4.0 |
| 1177 | 2024-08-07T03:22:19.621Z | Compiling chrono v0.4.38 |
| 1178 | 2024-08-07T03:22:19.804Z | Compiling heapless v0.7.17 |
| 1179 | 2024-08-07T03:22:20.246Z | Compiling http-body v0.4.6 |
| 1180 | 2024-08-07T03:22:20.454Z | Compiling dof v0.3.0 |
| 1181 | 2024-08-07T03:22:20.958Z | Compiling toml_datetime v0.6.8 |
| 1182 | 2024-08-07T03:22:21.482Z | Compiling usdt-impl v0.5.0 |
| 1183 | 2024-08-07T03:22:22.063Z | Compiling serde_spanned v0.6.7 |
| 1184 | 2024-08-07T03:22:22.280Z | Compiling serde_tokenstream v0.2.1 |
| 1185 | 2024-08-07T03:22:22.523Z | Compiling crc32fast v1.4.0 |
| 1186 | 2024-08-07T03:22:22.714Z | Compiling smoltcp v0.9.1 |
| 1187 | 2024-08-07T03:22:22.942Z | Compiling stable_deref_trait v1.2.0 |
| 1188 | 2024-08-07T03:22:23.141Z | Compiling terminal_size v0.3.0 |
| 1189 | 2024-08-07T03:22:23.360Z | Compiling addr2line v0.21.0 |
| 1190 | 2024-08-07T03:22:23.454Z | Compiling postgres-protocol v0.6.7 |
| 1191 | 2024-08-07T03:22:23.529Z | Compiling publicsuffix v2.2.3 |
| 1192 | 2024-08-07T03:22:23.813Z | Compiling pkcs8 v0.10.2 |
| 1193 | 2024-08-07T03:22:24.131Z | Compiling hubpack_derive v0.1.1 |
| 1194 | 2024-08-07T03:22:24.342Z | Compiling block-padding v0.3.3 |
| 1195 | 2024-08-07T03:22:24.577Z | Compiling zerocopy-derive v0.6.6 |
| 1196 | 2024-08-07T03:22:29.089Z | Compiling async-trait v0.1.81 |
| 1197 | 2024-08-07T03:22:29.144Z | Compiling phf_shared v0.11.2 |
| 1198 | 2024-08-07T03:22:29.144Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1199 | 2024-08-07T03:22:29.144Z | Compiling ff v0.13.0 |
| 1200 | 2024-08-07T03:22:29.144Z | Compiling scheduled-thread-pool v0.2.7 |
| 1201 | 2024-08-07T03:22:29.144Z | Compiling object v0.32.2 |
| 1202 | 2024-08-07T03:22:29.144Z | Compiling fs-err v2.11.0 |
| 1203 | 2024-08-07T03:22:29.144Z | Compiling winnow v0.5.40 |
| 1204 | 2024-08-07T03:22:29.144Z | Compiling bit-vec v0.6.3 |
| 1205 | 2024-08-07T03:22:29.144Z | Compiling tokio-util v0.7.11 |
| 1206 | 2024-08-07T03:22:29.144Z | Compiling tokio-rustls v0.24.1 |
| 1207 | 2024-08-07T03:22:29.144Z | Compiling tokio-native-tls v0.3.1 |
| 1208 | 2024-08-07T03:22:29.208Z | Compiling either v1.12.0 |
| 1209 | 2024-08-07T03:22:29.208Z | Compiling rustc-demangle v0.1.24 |
| 1210 | 2024-08-07T03:22:29.208Z | Compiling regex-automata v0.1.10 |
| 1211 | 2024-08-07T03:22:29.208Z | Compiling h2 v0.3.26 |
| 1212 | 2024-08-07T03:22:29.208Z | Compiling managed v0.8.0 |
| 1213 | 2024-08-07T03:22:29.208Z | Compiling bitflags v1.3.2 |
| 1214 | 2024-08-07T03:22:29.209Z | Compiling base16ct v0.2.0 |
| 1215 | 2024-08-07T03:22:29.209Z | Compiling matches v0.1.10 |
| 1216 | 2024-08-07T03:22:29.209Z | Compiling base64 v0.21.7 |
| 1217 | 2024-08-07T03:22:29.209Z | Compiling ipnet v2.9.0 |
| 1218 | 2024-08-07T03:22:29.209Z | Compiling anyhow v1.0.86 |
| 1219 | 2024-08-07T03:22:29.232Z | Compiling rustls-pemfile v1.0.4 |
| 1220 | 2024-08-07T03:22:29.379Z | Compiling idna v0.2.3 |
| 1221 | 2024-08-07T03:22:29.538Z | Compiling clap_builder v4.5.13 |
| 1222 | 2024-08-07T03:22:29.724Z | Compiling toml_edit v0.19.15 |
| 1223 | 2024-08-07T03:22:30.083Z | Compiling sec1 v0.7.3 |
| 1224 | 2024-08-07T03:22:30.676Z | Compiling bstr v0.2.17 |
| 1225 | 2024-08-07T03:22:30.995Z | Compiling zerocopy v0.6.6 |
| 1226 | 2024-08-07T03:22:31.929Z | Compiling r2d2 v0.8.10 |
| 1227 | 2024-08-07T03:22:31.955Z | Compiling group v0.13.0 |
| 1228 | 2024-08-07T03:22:32.180Z | Compiling diesel_derives v2.1.4 |
| 1229 | 2024-08-07T03:22:32.272Z | Compiling phf v0.11.2 |
| 1230 | 2024-08-07T03:22:32.312Z | Compiling hubpack v0.1.2 |
| 1231 | 2024-08-07T03:22:32.771Z | Compiling ipnetwork v0.20.0 |
| 1232 | 2024-08-07T03:22:33.062Z | Compiling inout v0.1.3 |
| 1233 | 2024-08-07T03:22:33.342Z | Compiling signal-hook-mio v0.2.3 |
| 1234 | 2024-08-07T03:22:33.500Z | Compiling cookie_store v0.20.0 |
| 1235 | 2024-08-07T03:22:33.519Z | Compiling postgres-types v0.2.7 |
| 1236 | 2024-08-07T03:22:34.282Z | Compiling usdt-macro v0.5.0 |
| 1237 | 2024-08-07T03:22:35.028Z | Compiling hyper v0.14.30 |
| 1238 | 2024-08-07T03:22:35.089Z | Compiling usdt-attr-macro v0.5.0 |
| 1239 | 2024-08-07T03:22:35.770Z | Compiling serde_urlencoded v0.7.1 |
| 1240 | 2024-08-07T03:22:36.037Z | Compiling regex v1.10.6 |
| 1241 | 2024-08-07T03:22:36.280Z | Compiling num-bigint v0.4.5 |
| 1242 | 2024-08-07T03:22:36.825Z | Compiling futures-executor v0.3.30 |
| 1243 | 2024-08-07T03:22:37.154Z | Compiling enum-as-inner v0.5.1 |
| 1244 | 2024-08-07T03:22:37.388Z | Compiling hkdf v0.12.4 |
| 1245 | 2024-08-07T03:22:37.625Z | Compiling crypto-bigint v0.5.5 |
| 1246 | 2024-08-07T03:22:37.643Z | Compiling serde_repr v0.1.19 |
| 1247 | 2024-08-07T03:22:38.236Z | Compiling clap_derive v4.5.13 |
| 1248 | 2024-08-07T03:22:38.386Z | Compiling strum_macros v0.25.3 |
| 1249 | 2024-08-07T03:22:38.812Z | Compiling phf_shared v0.10.0 |
| 1250 | 2024-08-07T03:22:38.917Z | Compiling float-cmp v0.9.0 |
| 1251 | 2024-08-07T03:22:39.144Z | Compiling encoding_rs v0.8.34 |
| 1252 | 2024-08-07T03:22:39.233Z | Compiling fixedbitset v0.4.2 |
| 1253 | 2024-08-07T03:22:39.709Z | Compiling minimal-lexical v0.2.1 |
| 1254 | 2024-08-07T03:22:40.234Z | Compiling mime v0.3.17 |
| 1255 | 2024-08-07T03:22:40.853Z | Compiling unicode-segmentation v1.11.0 |
| 1256 | 2024-08-07T03:22:41.746Z | Compiling predicates-core v1.0.6 |
| 1257 | 2024-08-07T03:22:42.123Z | Compiling hyper-tls v0.5.0 |
| 1258 | 2024-08-07T03:22:42.468Z | Compiling hyper-rustls v0.24.2 |
| 1259 | 2024-08-07T03:22:42.505Z | Compiling new_debug_unreachable v1.0.6 |
| 1260 | 2024-08-07T03:22:42.599Z | Compiling difflib v0.4.0 |
| 1261 | 2024-08-07T03:22:42.843Z | Compiling whoami v1.5.1 |
| 1262 | 2024-08-07T03:22:43.321Z | Compiling static_assertions v1.1.0 |
| 1263 | 2024-08-07T03:22:43.429Z | Compiling webpki-roots v0.25.4 |
| 1264 | 2024-08-07T03:22:43.512Z | Compiling normalize-line-endings v0.3.0 |
| 1265 | 2024-08-07T03:22:43.594Z | Compiling sync_wrapper v0.1.2 |
| 1266 | 2024-08-07T03:22:43.634Z | Compiling precomputed-hash v0.1.1 |
| 1267 | 2024-08-07T03:22:43.661Z | Compiling data-encoding v2.6.0 |
| 1268 | 2024-08-07T03:22:43.703Z | Compiling predicates v3.1.2 |
| 1269 | 2024-08-07T03:22:43.722Z | Compiling reqwest v0.11.27 |
| 1270 | 2024-08-07T03:22:43.753Z | Compiling string_cache v0.8.7 |
| 1271 | 2024-08-07T03:22:44.129Z | Compiling toml_edit v0.22.20 |
| 1272 | 2024-08-07T03:22:44.256Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1273 | 2024-08-07T03:22:44.607Z | Compiling diesel v2.1.6 |
| 1274 | 2024-08-07T03:22:44.989Z | Compiling trust-dns-proto v0.22.0 |
| 1275 | 2024-08-07T03:22:45.422Z | Compiling clap v4.5.13 |
| 1276 | 2024-08-07T03:22:45.547Z | Compiling tokio-postgres v0.7.11 |
| 1277 | 2024-08-07T03:22:46.043Z | Compiling similar v2.5.0 |
| 1278 | 2024-08-07T03:22:47.415Z | Compiling elliptic-curve v0.13.8 |
| 1279 | 2024-08-07T03:22:48.249Z | Compiling console v0.15.8 |
| 1280 | 2024-08-07T03:22:48.681Z | Compiling nom v7.1.3 |
| 1281 | 2024-08-07T03:22:49.755Z | Compiling petgraph v0.6.5 |
| 1282 | 2024-08-07T03:22:50.672Z | Compiling yasna v0.5.2 |
| 1283 | 2024-08-07T03:22:51.117Z | Compiling usdt v0.5.0 |
| 1284 | 2024-08-07T03:22:51.654Z | Compiling futures v0.3.30 |
| 1285 | 2024-08-07T03:22:51.780Z | Compiling flate2 v1.0.31 |
| 1286 | 2024-08-07T03:22:52.308Z | Compiling crossterm v0.27.0 |
| 1287 | 2024-08-07T03:22:52.611Z | Compiling cipher v0.4.4 |
| 1288 | 2024-08-07T03:22:52.762Z | Compiling toml v0.7.8 |
| 1289 | 2024-08-07T03:22:53.280Z | Compiling itertools v0.10.5 |
| 1290 | 2024-08-07T03:22:53.470Z | Compiling itertools v0.12.1 |
| 1291 | 2024-08-07T03:22:53.814Z | Compiling bit-set v0.5.3 |
| 1292 | 2024-08-07T03:22:53.934Z | Compiling tokio-stream v0.1.15 |
| 1293 | 2024-08-07T03:22:54.119Z | Compiling openapiv3 v2.0.0 |
| 1294 | 2024-08-07T03:22:54.499Z | Compiling hex v0.4.3 |
| 1295 | 2024-08-07T03:22:54.933Z | Compiling bstr v1.9.1 |
| 1296 | 2024-08-07T03:22:55.128Z | Compiling crossbeam-epoch v0.9.18 |
| 1297 | 2024-08-07T03:22:55.910Z | Compiling num-iter v0.1.45 |
| 1298 | 2024-08-07T03:22:56.103Z | Compiling dirs-sys-next v0.1.2 |
| 1299 | 2024-08-07T03:22:56.106Z | Compiling unicode-xid v0.2.4 |
| 1300 | 2024-08-07T03:22:56.151Z | Compiling lalrpop-util v0.19.12 |
| 1301 | 2024-08-07T03:22:56.296Z | Compiling peg-runtime v0.8.3 |
| 1302 | 2024-08-07T03:22:56.505Z | Compiling dirs-next v2.0.0 |
| 1303 | 2024-08-07T03:22:56.648Z | Compiling thread_local v1.1.8 |
| 1304 | 2024-08-07T03:22:56.713Z | Compiling slog-async v2.8.0 |
| 1305 | 2024-08-07T03:22:56.737Z | Compiling term v0.7.0 |
| 1306 | 2024-08-07T03:22:56.798Z | Compiling xattr v1.3.1 |
| 1307 | 2024-08-07T03:22:56.992Z | Compiling crossbeam-channel v0.5.12 |
| 1308 | 2024-08-07T03:22:57.074Z | Compiling strum_macros v0.26.4 |
| 1309 | 2024-08-07T03:22:57.207Z | Compiling filetime v0.2.23 |
| 1310 | 2024-08-07T03:22:57.319Z | Compiling is-terminal v0.4.12 |
| 1311 | 2024-08-07T03:22:57.447Z | Compiling take_mut v0.2.2 |
| 1312 | 2024-08-07T03:22:57.530Z | Compiling slog-term v2.9.1 |
| 1313 | 2024-08-07T03:22:57.608Z | Compiling tar v0.4.41 |
| 1314 | 2024-08-07T03:22:58.274Z | Compiling camino v1.1.7 |
| 1315 | 2024-08-07T03:23:00.192Z | Compiling strum v0.26.3 |
| 1316 | 2024-08-07T03:23:11.004Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1317 | 2024-08-07T03:23:11.251Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1318 | 2024-08-07T03:23:16.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
| 1319 | 2024-08-07T03:23:16.757Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1320 | 2024-08-07T03:23:16.804Z | Aug 07 03:23:15.639 INFO Starting download, target: DendriteOpenapi |
| 1321 | 2024-08-07T03:23:16.804Z | Aug 07 03:23:15.639 INFO Starting download, target: Console |
| 1322 | 2024-08-07T03:23:16.804Z | Aug 07 03:23:15.639 INFO Starting download, target: DendriteStub |
| 1323 | 2024-08-07T03:23:16.804Z | Aug 07 03:23:15.639 INFO Starting download, target: Clickhouse |
| 1324 | 2024-08-07T03:23:16.804Z | Aug 07 03:23:15.639 INFO Starting download, target: Cockroach |
| 1325 | 2024-08-07T03:23:16.809Z | Aug 07 03:23:15.639 INFO Starting download, target: MaghemiteMgd |
| 1326 | 2024-08-07T03:23:16.809Z | Aug 07 03:23:15.639 INFO Starting download, target: TransceiverControl |
| 1327 | 2024-08-07T03:23:16.809Z | Aug 07 03:23:15.640 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1328 | 2024-08-07T03:23:16.810Z | Aug 07 03:23:15.640 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
| 1329 | 2024-08-07T03:23:16.810Z | Aug 07 03:23:15.640 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1330 | 2024-08-07T03:23:16.810Z | Aug 07 03:23:15.640 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1331 | 2024-08-07T03:23:16.810Z | Aug 07 03:23:15.640 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1332 | 2024-08-07T03:23:16.810Z | Aug 07 03:23:15.640 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1333 | 2024-08-07T03:23:16.810Z | Aug 07 03:23:15.640 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1334 | 2024-08-07T03:23:16.982Z | Aug 07 03:23:15.802 INFO Download complete, target: DendriteOpenapi |
| 1335 | 2024-08-07T03:23:17.080Z | Aug 07 03:23:15.915 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1336 | 2024-08-07T03:23:17.343Z | Aug 07 03:23:16.179 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1337 | 2024-08-07T03:23:17.489Z | Aug 07 03:23:16.326 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1338 | 2024-08-07T03:23:17.533Z | Aug 07 03:23:16.371 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1339 | 2024-08-07T03:23:17.864Z | Aug 07 03:23:16.682 INFO Download complete, target: TransceiverControl |
| 1340 | 2024-08-07T03:23:17.955Z | Aug 07 03:23:16.779 INFO Download complete, target: Console |
| 1341 | 2024-08-07T03:23:18.733Z | Aug 07 03:23:17.571 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1342 | 2024-08-07T03:23:20.430Z | Aug 07 03:23:19.267 INFO Download complete, target: DendriteStub |
| 1343 | 2024-08-07T03:23:20.653Z | Aug 07 03:23:19.490 INFO Download complete, target: MaghemiteMgd |
| 1344 | 2024-08-07T03:23:21.084Z | Aug 07 03:23:19.921 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1345 | 2024-08-07T03:23:21.084Z | Aug 07 03:23:19.921 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1346 | 2024-08-07T03:23:29.156Z | Aug 07 03:23:27.992 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1347 | 2024-08-07T03:23:29.525Z | Aug 07 03:23:28.360 INFO Checking that binary works, target: Cockroach |
| 1348 | 2024-08-07T03:23:29.727Z | Aug 07 03:23:28.563 INFO Download complete, target: Cockroach |
| 1349 | 2024-08-07T03:23:33.072Z | Aug 07 03:23:31.907 INFO Checking that binary works, target: Clickhouse |
| 1350 | 2024-08-07T03:23:33.239Z | Aug 07 03:23:32.074 INFO Download complete, target: Clickhouse |
| 1351 | 2024-08-07T03:23:33.258Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1352 | 2024-08-07T03:23:33.261Z | |
| 1353 | 2024-08-07T03:23:33.261Z | real 5:15.912760062 |
| 1354 | 2024-08-07T03:23:33.261Z | user 11:42.070126678 |
| 1355 | 2024-08-07T03:23:33.261Z | sys 2:28.574285170 |
| 1356 | 2024-08-07T03:23:33.261Z | trap 0.407534943 |
| 1357 | 2024-08-07T03:23:33.261Z | tflt 1.377502607 |
| 1358 | 2024-08-07T03:23:33.261Z | dflt 1.601966891 |
| 1359 | 2024-08-07T03:23:33.261Z | kflt 0.029813220 |
| 1360 | 2024-08-07T03:23:33.261Z | lock 22:13.590064452 |
| 1361 | 2024-08-07T03:23:33.261Z | slp 47:28.581409747 |
| 1362 | 2024-08-07T03:23:33.261Z | lat 44.094407852 |
| 1363 | 2024-08-07T03:23:33.261Z | stop 1:44.655017922 |
| 1364 | 2024-08-07T03:23:33.261Z | + banner clippy |
| 1365 | 2024-08-07T03:23:33.265Z | |
| 1366 | 2024-08-07T03:23:33.265Z | #### # # ##### ##### # # |
| 1367 | 2024-08-07T03:23:33.265Z | # # # # # # # # # # |
| 1368 | 2024-08-07T03:23:33.265Z | # # # # # # # # |
| 1369 | 2024-08-07T03:23:33.265Z | # # # ##### ##### # |
| 1370 | 2024-08-07T03:23:33.265Z | # # # # # # # |
| 1371 | 2024-08-07T03:23:33.265Z | #### ###### # # # # |
| 1372 | 2024-08-07T03:23:33.265Z | |
| 1373 | 2024-08-07T03:23:33.265Z | + export CARGO_INCREMENTAL=0 |
| 1374 | 2024-08-07T03:23:33.265Z | + CARGO_INCREMENTAL=0 |
| 1375 | 2024-08-07T03:23:33.265Z | + ptime -m cargo xtask clippy |
| 1376 | 2024-08-07T03:23:33.790Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1377 | 2024-08-07T03:23:37.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 1378 | 2024-08-07T03:23:37.349Z | Running `target/debug/xtask clippy` |
| 1379 | 2024-08-07T03:23:37.369Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1380 | 2024-08-07T03:23:38.026Z | Downloading crates ... |
| 1381 | 2024-08-07T03:23:38.309Z | Downloaded blake2b_simd v1.0.2 |
| 1382 | 2024-08-07T03:23:38.311Z | Downloaded cfg-expr v0.16.0 |
| 1383 | 2024-08-07T03:23:38.315Z | Downloaded aes v0.8.4 |
| 1384 | 2024-08-07T03:23:38.318Z | Downloaded option-ext v0.2.0 |
| 1385 | 2024-08-07T03:23:38.321Z | Downloaded doc-comment v0.3.3 |
| 1386 | 2024-08-07T03:23:38.321Z | Downloaded dhcproto-macros v0.1.0 |
| 1387 | 2024-08-07T03:23:38.321Z | Downloaded pathdiff v0.2.1 |
| 1388 | 2024-08-07T03:23:38.323Z | Downloaded http-body v1.0.0 |
| 1389 | 2024-08-07T03:23:38.326Z | Downloaded nested v0.1.1 |
| 1390 | 2024-08-07T03:23:38.329Z | Downloaded escape8259 v0.5.2 |
| 1391 | 2024-08-07T03:23:38.331Z | Downloaded russh-cryptovec v0.7.2 |
| 1392 | 2024-08-07T03:23:38.332Z | Downloaded tower-layer v0.3.2 |
| 1393 | 2024-08-07T03:23:38.342Z | Downloaded criterion-plot v0.5.0 |
| 1394 | 2024-08-07T03:23:38.346Z | Downloaded rfc6979 v0.4.0 |
| 1395 | 2024-08-07T03:23:38.350Z | Downloaded cast v0.3.0 |
| 1396 | 2024-08-07T03:23:38.350Z | Downloaded primeorder v0.13.6 |
| 1397 | 2024-08-07T03:23:38.353Z | Downloaded futures-timer v3.0.3 |
| 1398 | 2024-08-07T03:23:38.353Z | Downloaded threadpool v1.8.1 |
| 1399 | 2024-08-07T03:23:38.353Z | Downloaded plotters-backend v0.3.5 |
| 1400 | 2024-08-07T03:23:38.355Z | Downloaded pbkdf2 v0.12.2 |
| 1401 | 2024-08-07T03:23:38.355Z | Downloaded ghash v0.5.1 |
| 1402 | 2024-08-07T03:23:38.355Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1403 | 2024-08-07T03:23:38.358Z | Downloaded dirs v5.0.1 |
| 1404 | 2024-08-07T03:23:38.358Z | Downloaded ctr v0.9.2 |
| 1405 | 2024-08-07T03:23:38.361Z | Downloaded polyval v0.6.2 |
| 1406 | 2024-08-07T03:23:38.361Z | Downloaded approx v0.5.1 |
| 1407 | 2024-08-07T03:23:38.364Z | Downloaded yansi v0.5.1 |
| 1408 | 2024-08-07T03:23:38.364Z | Downloaded datatest-stable v0.2.9 |
| 1409 | 2024-08-07T03:23:38.366Z | Downloaded blowfish v0.9.1 |
| 1410 | 2024-08-07T03:23:38.369Z | Downloaded target-lexicon v0.12.16 |
| 1411 | 2024-08-07T03:23:38.369Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1412 | 2024-08-07T03:23:38.372Z | Downloaded assert_cmd v2.0.15 |
| 1413 | 2024-08-07T03:23:38.372Z | Downloaded anes v0.1.6 |
| 1414 | 2024-08-07T03:23:38.374Z | Downloaded rand_chacha v0.2.2 |
| 1415 | 2024-08-07T03:23:38.377Z | Downloaded russh-keys v0.43.0 |
| 1416 | 2024-08-07T03:23:38.380Z | Downloaded cbc v0.1.2 |
| 1417 | 2024-08-07T03:23:38.380Z | Downloaded ed25519 v2.2.3 |
| 1418 | 2024-08-07T03:23:38.398Z | Downloaded similar-asserts v1.5.0 |
| 1419 | 2024-08-07T03:23:38.401Z | Downloaded md5 v0.7.0 |
| 1420 | 2024-08-07T03:23:38.401Z | Downloaded libtest-mimic v0.7.3 |
| 1421 | 2024-08-07T03:23:38.406Z | Downloaded dirs-sys v0.4.1 |
| 1422 | 2024-08-07T03:23:38.409Z | Downloaded pbkdf2 v0.11.0 |
| 1423 | 2024-08-07T03:23:38.411Z | Downloaded rustls-native-certs v0.7.0 |
| 1424 | 2024-08-07T03:23:38.417Z | Downloaded dhcproto v0.12.0 |
| 1425 | 2024-08-07T03:23:38.421Z | Downloaded internet-checksum v0.2.1 |
| 1426 | 2024-08-07T03:23:38.426Z | Downloaded target-spec v3.2.1 |
| 1427 | 2024-08-07T03:23:38.428Z | Downloaded oorandom v11.1.3 |
| 1428 | 2024-08-07T03:23:38.428Z | Downloaded hex-literal v0.4.1 |
| 1429 | 2024-08-07T03:23:38.431Z | Downloaded plotters-svg v0.3.5 |
| 1430 | 2024-08-07T03:23:38.431Z | Downloaded relative-path v1.9.3 |
| 1431 | 2024-08-07T03:23:38.431Z | Downloaded ecdsa v0.16.9 |
| 1432 | 2024-08-07T03:23:38.438Z | Downloaded password-hash v0.4.2 |
| 1433 | 2024-08-07T03:23:38.440Z | Downloaded partial-io v0.5.4 |
| 1434 | 2024-08-07T03:23:38.443Z | Downloaded hyper-rustls v0.26.0 |
| 1435 | 2024-08-07T03:23:38.446Z | Downloaded httptest v0.15.5 |
| 1436 | 2024-08-07T03:23:38.446Z | Downloaded rstest_macros v0.19.0 |
| 1437 | 2024-08-07T03:23:38.448Z | Downloaded getrandom v0.1.16 |
| 1438 | 2024-08-07T03:23:38.464Z | Downloaded tinytemplate v1.2.1 |
| 1439 | 2024-08-07T03:23:38.467Z | Downloaded rand_distr v0.4.3 |
| 1440 | 2024-08-07T03:23:38.470Z | Downloaded trybuild v1.0.99 |
| 1441 | 2024-08-07T03:23:38.472Z | Downloaded rust-argon2 v2.1.0 |
| 1442 | 2024-08-07T03:23:38.475Z | Downloaded rstest v0.19.0 |
| 1443 | 2024-08-07T03:23:38.479Z | Downloaded rand_core v0.5.1 |
| 1444 | 2024-08-07T03:23:38.481Z | Downloaded p256 v0.13.2 |
| 1445 | 2024-08-07T03:23:38.485Z | Downloaded hyper-util v0.1.3 |
| 1446 | 2024-08-07T03:23:38.497Z | Downloaded pretty_assertions v1.4.0 |
| 1447 | 2024-08-07T03:23:38.499Z | Downloaded ed25519-dalek v2.1.1 |
| 1448 | 2024-08-07T03:23:38.505Z | Downloaded fancy-regex v0.13.0 |
| 1449 | 2024-08-07T03:23:38.509Z | Downloaded criterion v0.5.1 |
| 1450 | 2024-08-07T03:23:38.515Z | Downloaded tower v0.4.13 |
| 1451 | 2024-08-07T03:23:38.523Z | Downloaded p521 v0.13.3 |
| 1452 | 2024-08-07T03:23:38.527Z | Downloaded russh v0.43.0 |
| 1453 | 2024-08-07T03:23:38.531Z | Downloaded rand v0.7.3 |
| 1454 | 2024-08-07T03:23:38.536Z | Downloaded plotters v0.3.5 |
| 1455 | 2024-08-07T03:23:38.543Z | Downloaded hyper v1.3.1 |
| 1456 | 2024-08-07T03:23:38.549Z | Downloaded aes-gcm v0.10.3 |
| 1457 | 2024-08-07T03:23:38.552Z | Downloaded guppy v0.17.7 |
| 1458 | 2024-08-07T03:23:39.139Z | Checking cfg-if v1.0.0 |
| 1459 | 2024-08-07T03:23:39.201Z | Checking libc v0.2.155 |
| 1460 | 2024-08-07T03:23:39.218Z | Checking serde v1.0.204 |
| 1461 | 2024-08-07T03:23:39.220Z | Checking memchr v2.7.2 |
| 1462 | 2024-08-07T03:23:39.247Z | Checking scopeguard v1.2.0 |
| 1463 | 2024-08-07T03:23:39.250Z | Checking log v0.4.21 |
| 1464 | 2024-08-07T03:23:39.250Z | Checking itoa v1.0.11 |
| 1465 | 2024-08-07T03:23:39.298Z | Checking byteorder v1.5.0 |
| 1466 | 2024-08-07T03:23:39.318Z | Checking smallvec v1.13.2 |
| 1467 | 2024-08-07T03:23:39.374Z | Checking lock_api v0.4.12 |
| 1468 | 2024-08-07T03:23:39.534Z | Checking once_cell v1.19.0 |
| 1469 | 2024-08-07T03:23:39.572Z | Checking pin-project-lite v0.2.14 |
| 1470 | 2024-08-07T03:23:39.702Z | Checking zeroize v1.7.0 |
| 1471 | 2024-08-07T03:23:39.725Z | Checking libm v0.2.8 |
| 1472 | 2024-08-07T03:23:39.751Z | Checking ryu v1.0.18 |
| 1473 | 2024-08-07T03:23:39.841Z | Checking typenum v1.17.0 |
| 1474 | 2024-08-07T03:23:39.862Z | Checking spin v0.9.8 |
| 1475 | 2024-08-07T03:23:39.977Z | Checking futures-core v0.3.30 |
| 1476 | 2024-08-07T03:23:39.999Z | Checking thiserror v1.0.63 |
| 1477 | 2024-08-07T03:23:40.123Z | Checking zerocopy v0.7.34 |
| 1478 | 2024-08-07T03:23:40.129Z | Checking subtle v2.5.0 |
| 1479 | 2024-08-07T03:23:40.231Z | Checking futures-sink v0.3.30 |
| 1480 | 2024-08-07T03:23:40.234Z | Checking slab v0.4.9 |
| 1481 | 2024-08-07T03:23:40.411Z | Checking futures-channel v0.3.30 |
| 1482 | 2024-08-07T03:23:40.445Z | Checking getrandom v0.2.14 |
| 1483 | 2024-08-07T03:23:40.445Z | Checking parking_lot_core v0.9.10 |
| 1484 | 2024-08-07T03:23:40.581Z | Checking signal-hook-registry v1.4.2 |
| 1485 | 2024-08-07T03:23:40.684Z | Checking rand_core v0.6.4 |
| 1486 | 2024-08-07T03:23:40.711Z | Checking mio v0.8.11 |
| 1487 | 2024-08-07T03:23:40.760Z | Checking num-traits v0.2.19 |
| 1488 | 2024-08-07T03:23:40.807Z | Checking parking_lot v0.12.2 |
| 1489 | 2024-08-07T03:23:40.829Z | Checking num_cpus v1.16.0 |
| 1490 | 2024-08-07T03:23:40.939Z | Checking socket2 v0.5.7 |
| 1491 | 2024-08-07T03:23:40.980Z | Checking futures-io v0.3.30 |
| 1492 | 2024-08-07T03:23:41.133Z | Checking futures-task v0.3.30 |
| 1493 | 2024-08-07T03:23:41.161Z | Checking pin-utils v0.1.0 |
| 1494 | 2024-08-07T03:23:41.260Z | Checking generic-array v0.14.7 |
| 1495 | 2024-08-07T03:23:41.285Z | Checking const-oid v0.9.6 |
| 1496 | 2024-08-07T03:23:41.335Z | Checking allocator-api2 v0.2.18 |
| 1497 | 2024-08-07T03:23:41.364Z | Checking futures-util v0.3.30 |
| 1498 | 2024-08-07T03:23:41.438Z | Checking fnv v1.0.7 |
| 1499 | 2024-08-07T03:23:41.573Z | Checking iana-time-zone v0.1.60 |
| 1500 | 2024-08-07T03:23:41.618Z | Checking ahash v0.8.11 |
| 1501 | 2024-08-07T03:23:41.729Z | Checking equivalent v1.0.1 |
| 1502 | 2024-08-07T03:23:41.840Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1503 | 2024-08-07T03:23:41.995Z | Checking ppv-lite86 v0.2.17 |
| 1504 | 2024-08-07T03:23:42.187Z | Checking hashbrown v0.14.5 |
| 1505 | 2024-08-07T03:23:42.211Z | Checking tinyvec_macros v0.1.1 |
| 1506 | 2024-08-07T03:23:42.299Z | Checking tinyvec v1.6.0 |
| 1507 | 2024-08-07T03:23:42.374Z | Checking crypto-common v0.1.6 |
| 1508 | 2024-08-07T03:23:42.468Z | Checking block-buffer v0.10.4 |
| 1509 | 2024-08-07T03:23:42.555Z | Checking cpufeatures v0.2.12 |
| 1510 | 2024-08-07T03:23:42.659Z | Checking lazy_static v1.5.0 |
| 1511 | 2024-08-07T03:23:42.686Z | Checking unicode-bidi v0.3.15 |
| 1512 | 2024-08-07T03:23:42.710Z | Checking rand_chacha v0.3.1 |
| 1513 | 2024-08-07T03:23:42.783Z | Checking tracing-core v0.1.32 |
| 1514 | 2024-08-07T03:23:43.068Z | Checking digest v0.10.7 |
| 1515 | 2024-08-07T03:23:43.090Z | Checking rand v0.8.5 |
| 1516 | 2024-08-07T03:23:43.313Z | Checking dyn-clone v1.0.17 |
| 1517 | 2024-08-07T03:23:43.345Z | Checking regex-syntax v0.8.3 |
| 1518 | 2024-08-07T03:23:43.444Z | Checking tracing v0.1.40 |
| 1519 | 2024-08-07T03:23:43.466Z | Checking percent-encoding v2.3.1 |
| 1520 | 2024-08-07T03:23:43.469Z | Checking errno v0.3.9 |
| 1521 | 2024-08-07T03:23:43.617Z | Checking unicode-normalization v0.1.23 |
| 1522 | 2024-08-07T03:23:43.667Z | Checking aho-corasick v1.1.3 |
| 1523 | 2024-08-07T03:23:43.670Z | Checking unicode-ident v1.0.12 |
| 1524 | 2024-08-07T03:23:43.786Z | Checking form_urlencoded v1.2.1 |
| 1525 | 2024-08-07T03:23:43.845Z | Checking powerfmt v0.2.0 |
| 1526 | 2024-08-07T03:23:43.980Z | Checking unicode-width v0.1.13 |
| 1527 | 2024-08-07T03:23:44.115Z | Checking deranged v0.3.11 |
| 1528 | 2024-08-07T03:23:44.164Z | Checking num_threads v0.1.7 |
| 1529 | 2024-08-07T03:23:44.276Z | Checking time-core v0.1.2 |
| 1530 | 2024-08-07T03:23:44.298Z | Checking bytes v1.7.1 |
| 1531 | 2024-08-07T03:23:44.322Z | Checking bitflags v2.6.0 |
| 1532 | 2024-08-07T03:23:44.430Z | Checking serde_json v1.0.122 |
| 1533 | 2024-08-07T03:23:44.502Z | Checking chrono v0.4.38 |
| 1534 | 2024-08-07T03:23:44.656Z | Checking indexmap v2.3.0 |
| 1535 | 2024-08-07T03:23:45.141Z | Checking tokio v1.38.1 |
| 1536 | 2024-08-07T03:23:45.333Z | Checking uuid v1.10.0 |
| 1537 | 2024-08-07T03:23:45.861Z | Checking rustix v0.38.34 |
| 1538 | 2024-08-07T03:23:45.883Z | Checking num-conv v0.1.0 |
| 1539 | 2024-08-07T03:23:45.941Z | Checking proc-macro2 v1.0.86 |
| 1540 | 2024-08-07T03:23:46.121Z | Checking httparse v1.8.0 |
| 1541 | 2024-08-07T03:23:46.144Z | Checking time v0.3.36 |
| 1542 | 2024-08-07T03:23:46.412Z | Checking adler v1.0.2 |
| 1543 | 2024-08-07T03:23:46.502Z | Checking regex-automata v0.4.6 |
| 1544 | 2024-08-07T03:23:46.524Z | Checking http v0.2.12 |
| 1545 | 2024-08-07T03:23:46.565Z | Checking miniz_oxide v0.7.2 |
| 1546 | 2024-08-07T03:23:46.587Z | Checking quote v1.0.36 |
| 1547 | 2024-08-07T03:23:46.590Z | Checking schemars v0.8.21 |
| 1548 | 2024-08-07T03:23:46.926Z | Checking idna v0.5.0 |
| 1549 | 2024-08-07T03:23:47.362Z | Checking syn v2.0.72 |
| 1550 | 2024-08-07T03:23:47.790Z | Checking url v2.5.2 |
| 1551 | 2024-08-07T03:23:47.816Z | Checking untrusted v0.9.0 |
| 1552 | 2024-08-07T03:23:47.911Z | Checking try-lock v0.2.5 |
| 1553 | 2024-08-07T03:23:47.969Z | Checking ring v0.17.8 |
| 1554 | 2024-08-07T03:23:48.056Z | Checking base64ct v1.6.0 |
| 1555 | 2024-08-07T03:23:48.308Z | Checking want v0.3.1 |
| 1556 | 2024-08-07T03:23:48.507Z | Checking slog v2.7.0 |
| 1557 | 2024-08-07T03:23:48.532Z | Checking tower-service v0.3.2 |
| 1558 | 2024-08-07T03:23:48.583Z | Checking futures-executor v0.3.30 |
| 1559 | 2024-08-07T03:23:48.647Z | Checking gimli v0.28.1 |
| 1560 | 2024-08-07T03:23:48.671Z | Checking object v0.32.2 |
| 1561 | 2024-08-07T03:23:48.816Z | Checking base64 v0.21.7 |
| 1562 | 2024-08-07T03:23:48.961Z | Checking httpdate v1.0.3 |
| 1563 | 2024-08-07T03:23:49.212Z | Checking utf8parse v0.2.1 |
| 1564 | 2024-08-07T03:23:49.309Z | Checking rustc-demangle v0.1.24 |
| 1565 | 2024-08-07T03:23:49.369Z | Checking futures v0.3.30 |
| 1566 | 2024-08-07T03:23:49.502Z | Checking http-body v0.4.6 |
| 1567 | 2024-08-07T03:23:49.763Z | Checking openssl-probe v0.1.5 |
| 1568 | 2024-08-07T03:23:49.787Z | Checking foreign-types-shared v0.1.1 |
| 1569 | 2024-08-07T03:23:49.900Z | Checking foreign-types v0.3.2 |
| 1570 | 2024-08-07T03:23:49.924Z | Checking pem-rfc7468 v0.7.0 |
| 1571 | 2024-08-07T03:23:49.927Z | Checking openssl-sys v0.9.103 |
| 1572 | 2024-08-07T03:23:49.997Z | Checking ipnet v2.9.0 |
| 1573 | 2024-08-07T03:23:50.196Z | Checking flagset v0.4.5 |
| 1574 | 2024-08-07T03:23:50.400Z | Checking anstyle v1.0.8 |
| 1575 | 2024-08-07T03:23:50.475Z | Checking mime v0.3.17 |
| 1576 | 2024-08-07T03:23:50.789Z | Checking der v0.7.9 |
| 1577 | 2024-08-07T03:23:50.792Z | Checking semver v1.0.23 |
| 1578 | 2024-08-07T03:23:51.190Z | Checking regex v1.10.6 |
| 1579 | 2024-08-07T03:23:51.218Z | Checking either v1.12.0 |
| 1580 | 2024-08-07T03:23:51.265Z | Checking openssl v0.10.66 |
| 1581 | 2024-08-07T03:23:51.578Z | Checking sct v0.7.1 |
| 1582 | 2024-08-07T03:23:51.778Z | Checking rustls-webpki v0.101.7 |
| 1583 | 2024-08-07T03:23:51.801Z | Checking serde_spanned v0.6.7 |
| 1584 | 2024-08-07T03:23:51.995Z | Checking toml_datetime v0.6.8 |
| 1585 | 2024-08-07T03:23:52.116Z | Checking tokio-util v0.7.11 |
| 1586 | 2024-08-07T03:23:52.292Z | Checking crossbeam-utils v0.8.19 |
| 1587 | 2024-08-07T03:23:52.464Z | Checking data-encoding v2.6.0 |
| 1588 | 2024-08-07T03:23:52.577Z | Checking spki v0.7.3 |
| 1589 | 2024-08-07T03:23:52.641Z | Checking addr2line v0.21.0 |
| 1590 | 2024-08-07T03:23:52.854Z | Checking rustls v0.21.12 |
| 1591 | 2024-08-07T03:23:52.977Z | Checking anstyle-parse v0.2.4 |
| 1592 | 2024-08-07T03:23:52.980Z | Checking h2 v0.3.26 |
| 1593 | 2024-08-07T03:23:53.129Z | Checking idna v0.3.0 |
| 1594 | 2024-08-07T03:23:53.152Z | Checking serde_urlencoded v0.7.1 |
| 1595 | 2024-08-07T03:23:53.278Z | Checking scroll v0.12.0 |
| 1596 | 2024-08-07T03:23:53.564Z | Checking encoding_rs v0.8.34 |
| 1597 | 2024-08-07T03:23:53.742Z | Checking anstyle-query v1.0.3 |
| 1598 | 2024-08-07T03:23:53.764Z | Checking is_terminal_polyfill v1.70.0 |
| 1599 | 2024-08-07T03:23:53.866Z | Checking ucd-trie v0.1.6 |
| 1600 | 2024-08-07T03:23:53.886Z | Checking colorchoice v1.0.1 |
| 1601 | 2024-08-07T03:23:53.950Z | Checking plain v0.2.3 |
| 1602 | 2024-08-07T03:23:54.011Z | Checking psl-types v2.0.11 |
| 1603 | 2024-08-07T03:23:54.057Z | Checking bitflags v1.3.2 |
| 1604 | 2024-08-07T03:23:54.105Z | Checking goblin v0.8.2 |
| 1605 | 2024-08-07T03:23:54.159Z | Checking pest v2.7.10 |
| 1606 | 2024-08-07T03:23:54.190Z | Checking publicsuffix v2.2.3 |
| 1607 | 2024-08-07T03:23:54.462Z | Checking anstream v0.6.14 |
| 1608 | 2024-08-07T03:23:54.835Z | Checking backtrace v0.3.71 |
| 1609 | 2024-08-07T03:23:54.859Z | Checking pkcs8 v0.10.2 |
| 1610 | 2024-08-07T03:23:55.132Z | Checking cookie v0.17.0 |
| 1611 | 2024-08-07T03:23:55.398Z | Checking anyhow v1.0.86 |
| 1612 | 2024-08-07T03:23:55.534Z | Checking terminal_size v0.3.0 |
| 1613 | 2024-08-07T03:23:55.717Z | Checking sha2 v0.10.8 |
| 1614 | 2024-08-07T03:23:55.762Z | Checking hmac v0.12.1 |
| 1615 | 2024-08-07T03:23:55.896Z | Checking strsim v0.11.1 |
| 1616 | 2024-08-07T03:23:55.984Z | Checking pretty-hex v0.4.1 |
| 1617 | 2024-08-07T03:23:56.040Z | Checking tokio-rustls v0.24.1 |
| 1618 | 2024-08-07T03:23:56.156Z | Checking clap_lex v0.7.0 |
| 1619 | 2024-08-07T03:23:56.182Z | Checking cookie_store v0.20.0 |
| 1620 | 2024-08-07T03:23:56.301Z | Checking rustls-pemfile v1.0.4 |
| 1621 | 2024-08-07T03:23:56.385Z | Checking clap_builder v4.5.13 |
| 1622 | 2024-08-07T03:23:56.408Z | Checking num-integer v0.1.46 |
| 1623 | 2024-08-07T03:23:56.505Z | Checking thread-id v4.2.1 |
| 1624 | 2024-08-07T03:23:56.624Z | Checking webpki-roots v0.25.4 |
| 1625 | 2024-08-07T03:23:56.648Z | Checking dtrace-parser v0.2.0 |
| 1626 | 2024-08-07T03:23:56.743Z | Checking native-tls v0.2.11 |
| 1627 | 2024-08-07T03:23:56.784Z | Checking sync_wrapper v0.1.2 |
| 1628 | 2024-08-07T03:23:56.797Z | Checking openapiv3 v2.0.0 |
| 1629 | 2024-08-07T03:23:56.868Z | Checking block-padding v0.3.3 |
| 1630 | 2024-08-07T03:23:56.911Z | Checking memmap v0.7.0 |
| 1631 | 2024-08-07T03:23:57.062Z | Checking tokio-native-tls v0.3.1 |
| 1632 | 2024-08-07T03:23:57.084Z | Checking base64 v0.22.1 |
| 1633 | 2024-08-07T03:23:57.128Z | Checking inout v0.1.3 |
| 1634 | 2024-08-07T03:23:57.133Z | Checking stable_deref_trait v1.2.0 |
| 1635 | 2024-08-07T03:23:57.256Z | Checking ipnetwork v0.20.0 |
| 1636 | 2024-08-07T03:23:57.323Z | Checking ff v0.13.0 |
| 1637 | 2024-08-07T03:23:57.375Z | Checking cipher v0.4.4 |
| 1638 | 2024-08-07T03:23:57.555Z | Checking crc32fast v1.4.0 |
| 1639 | 2024-08-07T03:23:57.575Z | Checking bit-vec v0.6.3 |
| 1640 | 2024-08-07T03:23:57.621Z | Checking base16ct v0.2.0 |
| 1641 | 2024-08-07T03:23:57.766Z | Checking group v0.13.0 |
| 1642 | 2024-08-07T03:23:57.786Z | Checking hkdf v0.12.4 |
| 1643 | 2024-08-07T03:23:57.821Z | Checking sec1 v0.7.3 |
| 1644 | 2024-08-07T03:23:57.923Z | Checking crossbeam-epoch v0.9.18 |
| 1645 | 2024-08-07T03:23:58.013Z | Checking hex v0.4.3 |
| 1646 | 2024-08-07T03:23:58.037Z | Checking crypto-bigint v0.5.5 |
| 1647 | 2024-08-07T03:23:58.204Z | Checking winnow v0.5.40 |
| 1648 | 2024-08-07T03:23:58.366Z | Checking managed v0.8.0 |
| 1649 | 2024-08-07T03:23:58.526Z | Checking winnow v0.6.18 |
| 1650 | 2024-08-07T03:23:58.728Z | Checking unicode-segmentation v1.11.0 |
| 1651 | 2024-08-07T03:23:59.018Z | Checking dof v0.3.0 |
| 1652 | 2024-08-07T03:23:59.289Z | Checking hyper v0.14.30 |
| 1653 | 2024-08-07T03:23:59.389Z | Checking clap v4.5.13 |
| 1654 | 2024-08-07T03:23:59.407Z | Checking zerocopy v0.6.6 |
| 1655 | 2024-08-07T03:23:59.514Z | Checking flate2 v1.0.31 |
| 1656 | 2024-08-07T03:23:59.670Z | Checking usdt-impl v0.5.0 |
| 1657 | 2024-08-07T03:24:00.161Z | Checking num-iter v0.1.45 |
| 1658 | 2024-08-07T03:24:00.184Z | Checking signal-hook v0.3.17 |
| 1659 | 2024-08-07T03:24:00.214Z | Checking usdt v0.5.0 |
| 1660 | 2024-08-07T03:24:00.328Z | Checking static_assertions v1.1.0 |
| 1661 | 2024-08-07T03:24:00.360Z | Checking matches v0.1.10 |
| 1662 | 2024-08-07T03:24:00.438Z | Checking siphasher v0.3.11 |
| 1663 | 2024-08-07T03:24:00.462Z | Checking itertools v0.10.5 |
| 1664 | 2024-08-07T03:24:00.464Z | Checking idna v0.2.3 |
| 1665 | 2024-08-07T03:24:00.539Z | Checking regex-automata v0.1.10 |
| 1666 | 2024-08-07T03:24:00.723Z | Checking signal-hook-mio v0.2.3 |
| 1667 | 2024-08-07T03:24:00.867Z | Checking bit-set v0.5.3 |
| 1668 | 2024-08-07T03:24:00.891Z | Checking elliptic-curve v0.13.8 |
| 1669 | 2024-08-07T03:24:00.941Z | Checking bstr v0.2.17 |
| 1670 | 2024-08-07T03:24:01.138Z | Checking num-bigint v0.4.5 |
| 1671 | 2024-08-07T03:24:01.292Z | Checking toml_edit v0.19.15 |
| 1672 | 2024-08-07T03:24:01.332Z | Checking trust-dns-proto v0.22.0 |
| 1673 | 2024-08-07T03:24:01.437Z | Checking toml_edit v0.22.20 |
| 1674 | 2024-08-07T03:24:01.543Z | Checking itertools v0.12.1 |
| 1675 | 2024-08-07T03:24:01.746Z | Checking scheduled-thread-pool v0.2.7 |
| 1676 | 2024-08-07T03:24:01.969Z | Checking hash32 v0.2.1 |
| 1677 | 2024-08-07T03:24:02.288Z | Checking predicates-core v1.0.6 |
| 1678 | 2024-08-07T03:24:02.489Z | Checking finl_unicode v1.2.0 |
| 1679 | 2024-08-07T03:24:02.831Z | Checking heapless v0.7.17 |
| 1680 | 2024-08-07T03:24:03.086Z | Checking stringprep v0.1.4 |
| 1681 | 2024-08-07T03:24:03.466Z | Checking r2d2 v0.8.10 |
| 1682 | 2024-08-07T03:24:03.705Z | Checking crossterm v0.27.0 |
| 1683 | 2024-08-07T03:24:03.708Z | Checking yasna v0.5.2 |
| 1684 | 2024-08-07T03:24:03.833Z | Checking toml v0.7.8 |
| 1685 | 2024-08-07T03:24:03.883Z | Checking bstr v1.9.1 |
| 1686 | 2024-08-07T03:24:04.046Z | Checking console v0.15.8 |
| 1687 | 2024-08-07T03:24:04.159Z | Checking md-5 v0.10.6 |
| 1688 | 2024-08-07T03:24:04.407Z | Checking float-cmp v0.9.0 |
| 1689 | 2024-08-07T03:24:04.598Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1690 | 2024-08-07T03:24:04.602Z | Checking normalize-line-endings v0.3.0 |
| 1691 | 2024-08-07T03:24:04.643Z | Checking fallible-iterator v0.2.0 |
| 1692 | 2024-08-07T03:24:04.647Z | Checking fixedbitset v0.4.2 |
| 1693 | 2024-08-07T03:24:04.741Z | Checking difflib v0.4.0 |
| 1694 | 2024-08-07T03:24:04.815Z | Checking smoltcp v0.9.1 |
| 1695 | 2024-08-07T03:24:04.854Z | Checking diesel v2.1.6 |
| 1696 | 2024-08-07T03:24:04.917Z | Checking petgraph v0.6.5 |
| 1697 | 2024-08-07T03:24:05.054Z | Checking predicates v3.1.2 |
| 1698 | 2024-08-07T03:24:05.258Z | Checking postgres-protocol v0.6.7 |
| 1699 | 2024-08-07T03:24:05.282Z | Checking similar v2.5.0 |
| 1700 | 2024-08-07T03:24:05.472Z | Checking phf_shared v0.10.0 |
| 1701 | 2024-08-07T03:24:05.552Z | Checking hyper-rustls v0.24.2 |
| 1702 | 2024-08-07T03:24:05.685Z | Checking hyper-tls v0.5.0 |
| 1703 | 2024-08-07T03:24:05.752Z | Checking phf_shared v0.11.2 |
| 1704 | 2024-08-07T03:24:05.863Z | Checking fs-err v2.11.0 |
| 1705 | 2024-08-07T03:24:05.913Z | Checking tokio-stream v0.1.15 |
| 1706 | 2024-08-07T03:24:05.977Z | Checking reqwest v0.11.27 |
| 1707 | 2024-08-07T03:24:06.018Z | Checking hubpack v0.1.2 |
| 1708 | 2024-08-07T03:24:06.109Z | Checking new_debug_unreachable v1.0.6 |
| 1709 | 2024-08-07T03:24:06.203Z | Checking minimal-lexical v0.2.1 |
| 1710 | 2024-08-07T03:24:06.286Z | Checking precomputed-hash v0.1.1 |
| 1711 | 2024-08-07T03:24:06.316Z | Checking lalrpop-util v0.19.12 |
| 1712 | 2024-08-07T03:24:06.396Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1713 | 2024-08-07T03:24:06.399Z | Checking string_cache v0.8.7 |
| 1714 | 2024-08-07T03:24:06.596Z | Checking phf v0.11.2 |
| 1715 | 2024-08-07T03:24:06.619Z | Checking nom v7.1.3 |
| 1716 | 2024-08-07T03:24:06.680Z | Checking postgres-types v0.2.7 |
| 1717 | 2024-08-07T03:24:06.705Z | Checking peg-runtime v0.8.3 |
| 1718 | 2024-08-07T03:24:06.861Z | Checking whoami v1.5.1 |
| 1719 | 2024-08-07T03:24:06.927Z | Compiling regress v0.9.1 |
| 1720 | 2024-08-07T03:24:07.280Z | Compiling getopts v0.2.21 |
| 1721 | 2024-08-07T03:24:07.396Z | Checking tokio-postgres v0.7.11 |
| 1722 | 2024-08-07T03:24:07.635Z | Compiling unsafe-libyaml v0.2.11 |
| 1723 | 2024-08-07T03:24:08.206Z | Checking heck v0.5.0 |
| 1724 | 2024-08-07T03:24:08.248Z | Checking camino v1.1.7 |
| 1725 | 2024-08-07T03:24:08.768Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1726 | 2024-08-07T03:24:09.103Z | Compiling serde_yaml v0.9.34+deprecated |
| 1727 | 2024-08-07T03:24:09.458Z | Checking is-terminal v0.4.12 |
| 1728 | 2024-08-07T03:24:09.589Z | Compiling paste v1.0.15 |
| 1729 | 2024-08-07T03:24:09.927Z | Checking sha1 v0.10.6 |
| 1730 | 2024-08-07T03:24:10.205Z | Compiling rustls v0.22.4 |
| 1731 | 2024-08-07T03:24:10.358Z | Compiling ident_case v1.0.1 |
| 1732 | 2024-08-07T03:24:10.523Z | Compiling darling_core v0.20.9 |
| 1733 | 2024-08-07T03:24:10.546Z | Checking http v1.1.0 |
| 1734 | 2024-08-07T03:24:11.423Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1735 | 2024-08-07T03:24:11.452Z | Checking dirs-sys-next v0.1.2 |
| 1736 | 2024-08-07T03:24:11.642Z | Checking dirs-next v2.0.0 |
| 1737 | 2024-08-07T03:24:11.778Z | Checking strum v0.26.3 |
| 1738 | 2024-08-07T03:24:11.936Z | Checking crossbeam-channel v0.5.12 |
| 1739 | 2024-08-07T03:24:11.957Z | Checking thread_local v1.1.8 |
| 1740 | 2024-08-07T03:24:12.105Z | Checking term v0.7.0 |
| 1741 | 2024-08-07T03:24:12.246Z | Compiling multer v3.1.0 |
| 1742 | 2024-08-07T03:24:12.542Z | Checking take_mut v0.2.2 |
| 1743 | 2024-08-07T03:24:12.637Z | Checking slog-term v2.9.1 |
| 1744 | 2024-08-07T03:24:12.678Z | Compiling async-stream-impl v0.3.5 |
| 1745 | 2024-08-07T03:24:12.707Z | Checking slog-async v2.8.0 |
| 1746 | 2024-08-07T03:24:12.989Z | Checking rustls-pki-types v1.7.0 |
| 1747 | 2024-08-07T03:24:13.125Z | Checking match_cfg v0.1.0 |
| 1748 | 2024-08-07T03:24:13.223Z | Checking hostname v0.3.1 |
| 1749 | 2024-08-07T03:24:13.289Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 1750 | 2024-08-07T03:24:13.369Z | Checking toml v0.8.19 |
| 1751 | 2024-08-07T03:24:13.420Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 1752 | 2024-08-07T03:24:13.663Z | Checking rustls-webpki v0.102.4 |
| 1753 | 2024-08-07T03:24:14.076Z | Checking rustls-pemfile v2.1.3 |
| 1754 | 2024-08-07T03:24:14.113Z | Checking debug-ignore v1.0.5 |
| 1755 | 2024-08-07T03:24:14.252Z | Checking slog-json v2.6.1 |
| 1756 | 2024-08-07T03:24:14.325Z | Checking instant v0.1.12 |
| 1757 | 2024-08-07T03:24:14.352Z | Checking atomic-waker v1.1.2 |
| 1758 | 2024-08-07T03:24:14.456Z | Checking async-stream v0.3.5 |
| 1759 | 2024-08-07T03:24:14.520Z | Checking slog-bunyan v2.5.0 |
| 1760 | 2024-08-07T03:24:14.536Z | Checking waitgroup v0.1.2 |
| 1761 | 2024-08-07T03:24:14.679Z | Checking serde_path_to_error v0.1.16 |
| 1762 | 2024-08-07T03:24:14.682Z | Checking hostname v0.4.0 |
| 1763 | 2024-08-07T03:24:14.843Z | Checking fastrand v2.1.0 |
| 1764 | 2024-08-07T03:24:15.048Z | Compiling structmeta-derive v0.3.0 |
| 1765 | 2024-08-07T03:24:15.171Z | Checking tempfile v3.10.1 |
| 1766 | 2024-08-07T03:24:15.297Z | Checking quick-error v1.2.3 |
| 1767 | 2024-08-07T03:24:15.442Z | Checking newtype-uuid v1.1.0 |
| 1768 | 2024-08-07T03:24:15.545Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1769 | 2024-08-07T03:24:15.704Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1770 | 2024-08-07T03:24:16.335Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1771 | 2024-08-07T03:24:16.528Z | Checking macaddr v1.0.1 |
| 1772 | 2024-08-07T03:24:16.644Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1773 | 2024-08-07T03:24:16.799Z | Checking backoff v0.4.0 |
| 1774 | 2024-08-07T03:24:16.876Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1775 | 2024-08-07T03:24:17.084Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1776 | 2024-08-07T03:24:17.215Z | Checking wait-timeout v0.2.0 |
| 1777 | 2024-08-07T03:24:17.251Z | Checking rand_xorshift v0.3.0 |
| 1778 | 2024-08-07T03:24:17.401Z | Checking rusty-fork v0.3.0 |
| 1779 | 2024-08-07T03:24:17.439Z | Compiling structmeta-derive v0.2.0 |
| 1780 | 2024-08-07T03:24:17.506Z | Checking unarray v0.1.4 |
| 1781 | 2024-08-07T03:24:17.666Z | Compiling proc-macro-error v1.0.4 |
| 1782 | 2024-08-07T03:24:17.711Z | Checking proptest v1.4.0 |
| 1783 | 2024-08-07T03:24:17.749Z | Compiling darling_macro v0.20.9 |
| 1784 | 2024-08-07T03:24:17.985Z | Compiling structmeta v0.3.0 |
| 1785 | 2024-08-07T03:24:18.237Z | Checking tokio-rustls v0.25.0 |
| 1786 | 2024-08-07T03:24:18.343Z | Checking camino-tempfile v1.1.1 |
| 1787 | 2024-08-07T03:24:18.408Z | Compiling parse-display-derive v0.9.1 |
| 1788 | 2024-08-07T03:24:18.628Z | Compiling proc-macro-crate v1.3.1 |
| 1789 | 2024-08-07T03:24:18.698Z | Compiling darling v0.20.9 |
| 1790 | 2024-08-07T03:24:18.823Z | Compiling serde_with_macros v3.8.3 |
| 1791 | 2024-08-07T03:24:19.795Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1792 | 2024-08-07T03:24:20.182Z | Compiling num_enum_derive v0.5.11 |
| 1793 | 2024-08-07T03:24:20.368Z | Compiling structmeta v0.2.0 |
| 1794 | 2024-08-07T03:24:20.826Z | Compiling test-strategy v0.3.1 |
| 1795 | 2024-08-07T03:24:21.985Z | Checking serde_with v3.8.3 |
| 1796 | 2024-08-07T03:24:22.523Z | Compiling foreign-types-macros v0.2.3 |
| 1797 | 2024-08-07T03:24:22.585Z | Checking foreign-types-shared v0.3.1 |
| 1798 | 2024-08-07T03:24:22.699Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1799 | 2024-08-07T03:24:22.865Z | Checking num_enum v0.5.11 |
| 1800 | 2024-08-07T03:24:23.029Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1801 | 2024-08-07T03:24:23.229Z | Checking parse-display v0.9.1 |
| 1802 | 2024-08-07T03:24:23.342Z | Checking cstr-argument v0.1.2 |
| 1803 | 2024-08-07T03:24:23.369Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1804 | 2024-08-07T03:24:23.462Z | Checking pretty-hex v0.2.1 |
| 1805 | 2024-08-07T03:24:23.529Z | Checking tabwriter v1.4.0 |
| 1806 | 2024-08-07T03:24:23.624Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1807 | 2024-08-07T03:24:23.784Z | Checking colored v2.1.0 |
| 1808 | 2024-08-07T03:24:23.811Z | Checking foreign-types v0.5.0 |
| 1809 | 2024-08-07T03:24:23.909Z | Checking socket2 v0.4.10 |
| 1810 | 2024-08-07T03:24:23.931Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1811 | 2024-08-07T03:24:24.091Z | Checking smf v0.2.3 |
| 1812 | 2024-08-07T03:24:24.243Z | Checking termtree v0.4.1 |
| 1813 | 2024-08-07T03:24:24.350Z | Compiling heapless v0.8.0 |
| 1814 | 2024-08-07T03:24:24.373Z | Checking hash32 v0.3.1 |
| 1815 | 2024-08-07T03:24:24.487Z | Checking predicates-tree v1.0.9 |
| 1816 | 2024-08-07T03:24:24.569Z | Compiling smoltcp v0.11.0 |
| 1817 | 2024-08-07T03:24:24.609Z | Checking embedded-io v0.4.0 |
| 1818 | 2024-08-07T03:24:24.648Z | Compiling crucible-workspace-hack v0.1.0 |
| 1819 | 2024-08-07T03:24:24.817Z | Checking cobs v0.2.3 |
| 1820 | 2024-08-07T03:24:24.846Z | Checking sigpipe v0.1.3 |
| 1821 | 2024-08-07T03:24:24.970Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1822 | 2024-08-07T03:24:25.007Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1823 | 2024-08-07T03:24:25.010Z | Checking postcard v1.0.8 |
| 1824 | 2024-08-07T03:24:25.254Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1825 | 2024-08-07T03:24:25.324Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1826 | 2024-08-07T03:24:25.365Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1827 | 2024-08-07T03:24:25.392Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1828 | 2024-08-07T03:24:25.589Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1829 | 2024-08-07T03:24:25.699Z | Compiling mockall_derive v0.12.1 |
| 1830 | 2024-08-07T03:24:25.962Z | Compiling num-derive v0.4.2 |
| 1831 | 2024-08-07T03:24:26.137Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1832 | 2024-08-07T03:24:26.463Z | Checking downcast v0.11.0 |
| 1833 | 2024-08-07T03:24:26.661Z | Checking fragile v2.0.0 |
| 1834 | 2024-08-07T03:24:26.908Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1835 | 2024-08-07T03:24:26.960Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1836 | 2024-08-07T03:24:27.230Z | Checking humantime v2.1.0 |
| 1837 | 2024-08-07T03:24:27.402Z | Checking newline-converter v0.3.0 |
| 1838 | 2024-08-07T03:24:27.540Z | Checking arc-swap v1.7.1 |
| 1839 | 2024-08-07T03:24:27.571Z | Checking expectorate v1.1.0 |
| 1840 | 2024-08-07T03:24:27.683Z | Checking xattr v1.3.1 |
| 1841 | 2024-08-07T03:24:27.735Z | Checking filetime v0.2.23 |
| 1842 | 2024-08-07T03:24:27.883Z | Checking termcolor v1.4.1 |
| 1843 | 2024-08-07T03:24:27.955Z | Checking tar v0.4.41 |
| 1844 | 2024-08-07T03:24:27.958Z | Checking slog-scope v4.4.0 |
| 1845 | 2024-08-07T03:24:29.191Z | Checking slog-stdlog v4.1.1 |
| 1846 | 2024-08-07T03:24:29.194Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 1847 | 2024-08-07T03:24:29.194Z | Compiling derive-where v1.2.7 |
| 1848 | 2024-08-07T03:24:29.194Z | Checking slog-envlogger v2.2.0 |
| 1849 | 2024-08-07T03:24:29.194Z | Checking same-file v1.0.6 |
| 1850 | 2024-08-07T03:24:29.194Z | Checking utf-8 v0.7.6 |
| 1851 | 2024-08-07T03:24:29.194Z | Checking walkdir v2.5.0 |
| 1852 | 2024-08-07T03:24:29.194Z | Checking password-hash v0.5.0 |
| 1853 | 2024-08-07T03:24:29.194Z | Checking blake2 v0.10.6 |
| 1854 | 2024-08-07T03:24:29.194Z | Checking atty v0.2.14 |
| 1855 | 2024-08-07T03:24:29.325Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1856 | 2024-08-07T03:24:29.384Z | Checking argon2 v0.5.3 |
| 1857 | 2024-08-07T03:24:29.751Z | Checking tungstenite v0.21.0 |
| 1858 | 2024-08-07T03:24:30.056Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1859 | 2024-08-07T03:24:30.101Z | Checking pem v3.0.4 |
| 1860 | 2024-08-07T03:24:30.369Z | Compiling convert_case v0.4.0 |
| 1861 | 2024-08-07T03:24:30.710Z | Checking tokio-tungstenite v0.21.0 |
| 1862 | 2024-08-07T03:24:30.787Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1863 | 2024-08-07T03:24:30.963Z | Checking tungstenite v0.20.1 |
| 1864 | 2024-08-07T03:24:31.185Z | Checking env_logger v0.9.3 |
| 1865 | 2024-08-07T03:24:31.341Z | Compiling derive_more v0.99.18 |
| 1866 | 2024-08-07T03:24:31.641Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1867 | 2024-08-07T03:24:31.874Z | Checking tokio-tungstenite v0.20.1 |
| 1868 | 2024-08-07T03:24:31.982Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1869 | 2024-08-07T03:24:32.008Z | Compiling bitstruct_derive v0.1.0 |
| 1870 | 2024-08-07T03:24:32.112Z | Checking ascii v1.1.0 |
| 1871 | 2024-08-07T03:24:32.345Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1872 | 2024-08-07T03:24:32.514Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1873 | 2024-08-07T03:24:32.535Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1874 | 2024-08-07T03:24:32.541Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1875 | 2024-08-07T03:24:32.765Z | Checking atomicwrites v0.4.3 |
| 1876 | 2024-08-07T03:24:32.831Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1877 | 2024-08-07T03:24:32.988Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1878 | 2024-08-07T03:24:33.129Z | Checking erased-serde v0.3.31 |
| 1879 | 2024-08-07T03:24:33.237Z | Checking serde_arrays v0.1.0 |
| 1880 | 2024-08-07T03:24:33.363Z | Checking bitstruct v0.1.1 |
| 1881 | 2024-08-07T03:24:33.395Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1882 | 2024-08-07T03:24:33.438Z | Compiling heck v0.3.3 |
| 1883 | 2024-08-07T03:24:33.476Z | Compiling rayon-core v1.12.1 |
| 1884 | 2024-08-07T03:24:33.724Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1885 | 2024-08-07T03:24:33.796Z | Checking mockall v0.12.1 |
| 1886 | 2024-08-07T03:24:33.823Z | Checking headers-core v0.2.0 |
| 1887 | 2024-08-07T03:24:33.849Z | Compiling zone_cfg_derive v0.1.2 |
| 1888 | 2024-08-07T03:24:33.958Z | Checking base64 v0.13.1 |
| 1889 | 2024-08-07T03:24:34.018Z | Checking headers v0.3.9 |
| 1890 | 2024-08-07T03:24:34.243Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1891 | 2024-08-07T03:24:34.372Z | Checking ron v0.7.1 |
| 1892 | 2024-08-07T03:24:34.431Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1893 | 2024-08-07T03:24:34.586Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1894 | 2024-08-07T03:24:35.429Z | Checking zone v0.1.8 |
| 1895 | 2024-08-07T03:24:35.547Z | Checking portpicker v0.1.1 |
| 1896 | 2024-08-07T03:24:35.689Z | Checking half v2.4.1 |
| 1897 | 2024-08-07T03:24:35.854Z | Checking ciborium-io v0.2.2 |
| 1898 | 2024-08-07T03:24:35.977Z | Checking rcgen v0.12.1 |
| 1899 | 2024-08-07T03:24:36.160Z | Checking ciborium-ll v0.2.2 |
| 1900 | 2024-08-07T03:24:36.181Z | Checking subprocess v0.2.9 |
| 1901 | 2024-08-07T03:24:36.462Z | Checking ciborium v0.2.2 |
| 1902 | 2024-08-07T03:24:36.653Z | Compiling prettyplease v0.2.20 |
| 1903 | 2024-08-07T03:24:36.708Z | Checking swrite v0.1.0 |
| 1904 | 2024-08-07T03:24:36.833Z | Compiling home v0.5.9 |
| 1905 | 2024-08-07T03:24:36.995Z | Compiling semver v0.1.20 |
| 1906 | 2024-08-07T03:24:37.077Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1907 | 2024-08-07T03:24:37.131Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1908 | 2024-08-07T03:24:37.289Z | Checking linked-hash-map v0.5.6 |
| 1909 | 2024-08-07T03:24:37.394Z | Compiling rustc_version v0.1.7 |
| 1910 | 2024-08-07T03:24:37.490Z | Compiling blake3 v1.5.1 |
| 1911 | 2024-08-07T03:24:37.490Z | Compiling ring v0.16.20 |
| 1912 | 2024-08-07T03:24:37.620Z | Checking lru-cache v0.1.2 |
| 1913 | 2024-08-07T03:24:37.643Z | Compiling cancel-safe-futures v0.1.5 |
| 1914 | 2024-08-07T03:24:37.903Z | Compiling newtype_derive v0.1.6 |
| 1915 | 2024-08-07T03:24:38.035Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1916 | 2024-08-07T03:24:38.404Z | Checking steno v0.4.1 |
| 1917 | 2024-08-07T03:24:38.973Z | Checking num-rational v0.4.2 |
| 1918 | 2024-08-07T03:24:39.186Z | Checking num-complex v0.4.6 |
| 1919 | 2024-08-07T03:24:39.659Z | Checking float-ord v0.3.2 |
| 1920 | 2024-08-07T03:24:39.824Z | Checking resolv-conf v0.7.0 |
| 1921 | 2024-08-07T03:24:40.140Z | Checking num v0.4.3 |
| 1922 | 2024-08-07T03:24:40.235Z | Compiling slog-dtrace v0.3.0 |
| 1923 | 2024-08-07T03:24:40.629Z | Checking trust-dns-resolver v0.22.0 |
| 1924 | 2024-08-07T03:24:40.649Z | Checking libsw v3.3.1 |
| 1925 | 2024-08-07T03:24:41.190Z | Checking linear-map v1.2.0 |
| 1926 | 2024-08-07T03:24:41.709Z | Checking owo-colors v4.0.0 |
| 1927 | 2024-08-07T03:24:42.702Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1928 | 2024-08-07T03:24:43.181Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1929 | 2024-08-07T03:24:43.481Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1930 | 2024-08-07T03:24:43.546Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1931 | 2024-08-07T03:24:44.126Z | Compiling crossbeam-deque v0.8.5 |
| 1932 | 2024-08-07T03:24:46.203Z | Compiling memmap2 v0.9.4 |
| 1933 | 2024-08-07T03:24:46.403Z | Compiling spin v0.5.2 |
| 1934 | 2024-08-07T03:24:46.651Z | Compiling rayon v1.10.0 |
| 1935 | 2024-08-07T03:24:46.672Z | Compiling arrayvec v0.7.4 |
| 1936 | 2024-08-07T03:24:47.093Z | Compiling arrayref v0.3.7 |
| 1937 | 2024-08-07T03:24:47.210Z | Compiling untrusted v0.7.1 |
| 1938 | 2024-08-07T03:24:47.407Z | Compiling constant_time_eq v0.3.0 |
| 1939 | 2024-08-07T03:24:47.694Z | Compiling toolchain_find v0.4.0 |
| 1940 | 2024-08-07T03:24:48.076Z | Compiling topological-sort v0.2.2 |
| 1941 | 2024-08-07T03:24:48.218Z | Compiling rustfmt-wrapper v0.2.1 |
| 1942 | 2024-08-07T03:24:48.314Z | Checking display-error-chain v0.2.0 |
| 1943 | 2024-08-07T03:24:48.353Z | Checking nibble_vec v0.1.0 |
| 1944 | 2024-08-07T03:24:48.471Z | Checking endian-type v0.1.2 |
| 1945 | 2024-08-07T03:24:48.539Z | Checking signature v2.2.0 |
| 1946 | 2024-08-07T03:24:48.690Z | Checking radix_trie v0.2.1 |
| 1947 | 2024-08-07T03:24:48.750Z | Checking gethostname v0.5.0 |
| 1948 | 2024-08-07T03:24:48.795Z | Compiling libefi-sys v0.1.0 |
| 1949 | 2024-08-07T03:24:48.888Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1950 | 2024-08-07T03:24:49.118Z | Compiling bitfield-struct v0.6.1 |
| 1951 | 2024-08-07T03:24:49.396Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1952 | 2024-08-07T03:24:49.565Z | Checking fxhash v0.2.1 |
| 1953 | 2024-08-07T03:24:49.725Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1954 | 2024-08-07T03:24:49.753Z | Checking keccak v0.1.5 |
| 1955 | 2024-08-07T03:24:50.060Z | Checking sha3 v0.10.8 |
| 1956 | 2024-08-07T03:24:50.085Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1957 | 2024-08-07T03:24:50.328Z | Checking secrecy v0.8.0 |
| 1958 | 2024-08-07T03:24:50.620Z | Checking maplit v1.0.2 |
| 1959 | 2024-08-07T03:24:50.631Z | Checking glob v0.3.1 |
| 1960 | 2024-08-07T03:24:50.631Z | Compiling radium v0.7.0 |
| 1961 | 2024-08-07T03:24:50.631Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1962 | 2024-08-07T03:24:50.862Z | Checking universal-hash v0.5.1 |
| 1963 | 2024-08-07T03:24:51.106Z | Compiling curve25519-dalek v4.1.3 |
| 1964 | 2024-08-07T03:24:51.173Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1965 | 2024-08-07T03:24:51.217Z | Checking tap v1.0.1 |
| 1966 | 2024-08-07T03:24:51.297Z | Compiling maybe-uninit v2.0.0 |
| 1967 | 2024-08-07T03:24:51.376Z | Checking opaque-debug v0.3.1 |
| 1968 | 2024-08-07T03:24:51.401Z | Checking wyz v0.5.1 |
| 1969 | 2024-08-07T03:24:51.656Z | Compiling omicron-zone-package v0.11.0 |
| 1970 | 2024-08-07T03:24:51.798Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1971 | 2024-08-07T03:24:51.863Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1972 | 2024-08-07T03:24:51.881Z | Checking crc-catalog v2.4.0 |
| 1973 | 2024-08-07T03:24:51.910Z | Compiling num-bigint-dig v0.8.4 |
| 1974 | 2024-08-07T03:24:52.025Z | Compiling packed_struct v0.10.1 |
| 1975 | 2024-08-07T03:24:52.233Z | Checking funty v2.0.0 |
| 1976 | 2024-08-07T03:24:52.284Z | Checking crc v3.2.1 |
| 1977 | 2024-08-07T03:24:52.641Z | Compiling packed_struct_codegen v0.10.1 |
| 1978 | 2024-08-07T03:24:52.735Z | Compiling async-recursion v1.1.1 |
| 1979 | 2024-08-07T03:24:53.072Z | Compiling indexmap v1.9.3 |
| 1980 | 2024-08-07T03:24:53.243Z | Checking bitvec v1.0.1 |
| 1981 | 2024-08-07T03:24:53.406Z | Checking nodrop v0.1.14 |
| 1982 | 2024-08-07T03:24:53.560Z | Checking array-init v0.0.4 |
| 1983 | 2024-08-07T03:24:54.565Z | Checking smallvec v0.6.14 |
| 1984 | 2024-08-07T03:24:54.603Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 1985 | 2024-08-07T03:24:54.976Z | Checking pkcs1 v0.7.5 |
| 1986 | 2024-08-07T03:24:55.254Z | Checking aead v0.5.2 |
| 1987 | 2024-08-07T03:24:55.387Z | Checking bitfield v0.14.0 |
| 1988 | 2024-08-07T03:24:55.476Z | Checking hashbrown v0.12.3 |
| 1989 | 2024-08-07T03:24:55.496Z | Compiling parking_lot_core v0.8.6 |
| 1990 | 2024-08-07T03:24:55.519Z | Checking serde-hex v0.1.0 |
| 1991 | 2024-08-07T03:24:55.659Z | Checking bzip2 v0.4.4 |
| 1992 | 2024-08-07T03:24:55.967Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1993 | 2024-08-07T03:24:56.019Z | Checking poly1305 v0.8.0 |
| 1994 | 2024-08-07T03:24:56.227Z | Checking env_logger v0.10.2 |
| 1995 | 2024-08-07T03:24:56.533Z | Checking chacha20 v0.9.1 |
| 1996 | 2024-08-07T03:24:56.646Z | Checking x509-cert v0.2.5 |
| 1997 | 2024-08-07T03:24:56.743Z | Checking rsa v0.9.6 |
| 1998 | 2024-08-07T03:24:56.876Z | Checking ron v0.8.1 |
| 1999 | 2024-08-07T03:24:57.181Z | Checking hashbrown v0.13.2 |
| 2000 | 2024-08-07T03:24:57.802Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2001 | 2024-08-07T03:24:58.069Z | Checking crc-any v2.5.0 |
| 2002 | 2024-08-07T03:24:58.103Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2003 | 2024-08-07T03:24:58.249Z | Checking object v0.30.4 |
| 2004 | 2024-08-07T03:24:58.360Z | Checking zip v0.6.6 |
| 2005 | 2024-08-07T03:24:58.434Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2006 | 2024-08-07T03:24:58.573Z | Checking path-slash v0.1.5 |
| 2007 | 2024-08-07T03:24:58.727Z | Checking parking_lot v0.11.2 |
| 2008 | 2024-08-07T03:24:58.811Z | Checking chacha20poly1305 v0.10.1 |
| 2009 | 2024-08-07T03:24:58.992Z | Checking trust-dns-client v0.22.0 |
| 2010 | 2024-08-07T03:24:59.073Z | Checking toml v0.5.11 |
| 2011 | 2024-08-07T03:24:59.091Z | Checking sled v0.34.7 |
| 2012 | 2024-08-07T03:24:59.533Z | Compiling buf-list v1.0.3 |
| 2013 | 2024-08-07T03:24:59.899Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2014 | 2024-08-07T03:25:00.242Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2015 | 2024-08-07T03:25:00.546Z | Checking trust-dns-server v0.22.1 |
| 2016 | 2024-08-07T03:25:00.567Z | Compiling unicase v2.7.0 |
| 2017 | 2024-08-07T03:25:00.619Z | Checking nanorand v0.7.0 |
| 2018 | 2024-08-07T03:25:00.881Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2019 | 2024-08-07T03:25:01.094Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2020 | 2024-08-07T03:25:01.117Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2021 | 2024-08-07T03:25:01.144Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2022 | 2024-08-07T03:25:01.164Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2023 | 2024-08-07T03:25:02.435Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2024 | 2024-08-07T03:25:03.022Z | Checking thiserror-no-std v2.0.2 |
| 2025 | 2024-08-07T03:25:03.141Z | Checking vsss-rs v3.3.4 |
| 2026 | 2024-08-07T03:25:04.461Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2027 | 2024-08-07T03:25:05.292Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2028 | 2024-08-07T03:25:05.661Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2029 | 2024-08-07T03:25:05.882Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2030 | 2024-08-07T03:25:07.443Z | Checking flume v0.11.0 |
| 2031 | 2024-08-07T03:25:07.555Z | Checking kstat-rs v0.2.4 |
| 2032 | 2024-08-07T03:25:07.915Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2033 | 2024-08-07T03:25:08.051Z | Compiling vte_generate_state_changes v0.1.1 |
| 2034 | 2024-08-07T03:25:08.296Z | Compiling mime_guess v2.0.4 |
| 2035 | 2024-08-07T03:25:08.732Z | Checking vte v0.11.1 |
| 2036 | 2024-08-07T03:25:08.961Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2037 | 2024-08-07T03:25:09.612Z | Checking fd-lock v4.0.2 |
| 2038 | 2024-08-07T03:25:09.720Z | Compiling pin-project-internal v1.1.5 |
| 2039 | 2024-08-07T03:25:10.085Z | Checking strip-ansi-escapes v0.2.0 |
| 2040 | 2024-08-07T03:25:10.167Z | Checking nu-ansi-term v0.50.0 |
| 2041 | 2024-08-07T03:25:10.598Z | Checking reedline v0.31.0 |
| 2042 | 2024-08-07T03:25:10.947Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2043 | 2024-08-07T03:25:11.236Z | Checking http-range v0.1.5 |
| 2044 | 2024-08-07T03:25:11.239Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2045 | 2024-08-07T03:25:11.437Z | Compiling crunchy v0.2.2 |
| 2046 | 2024-08-07T03:25:12.048Z | Checking hyper-staticfile v0.9.5 |
| 2047 | 2024-08-07T03:25:12.478Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2048 | 2024-08-07T03:25:12.804Z | Checking pin-project v1.1.5 |
| 2049 | 2024-08-07T03:25:12.937Z | Compiling clang-sys v1.7.0 |
| 2050 | 2024-08-07T03:25:13.378Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2051 | 2024-08-07T03:25:13.398Z | Compiling tiny-keccak v2.0.2 |
| 2052 | 2024-08-07T03:25:13.742Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2053 | 2024-08-07T03:25:13.797Z | Checking bytecount v0.6.8 |
| 2054 | 2024-08-07T03:25:13.951Z | Compiling ref-cast v1.0.23 |
| 2055 | 2024-08-07T03:25:14.014Z | Checking papergrid v0.11.0 |
| 2056 | 2024-08-07T03:25:14.577Z | Compiling ascii-canvas v3.0.0 |
| 2057 | 2024-08-07T03:25:14.794Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2058 | 2024-08-07T03:25:15.107Z | Compiling tabled_derive v0.7.0 |
| 2059 | 2024-08-07T03:25:15.155Z | Compiling ena v0.14.3 |
| 2060 | 2024-08-07T03:25:15.495Z | Compiling ref-cast-impl v1.0.23 |
| 2061 | 2024-08-07T03:25:15.586Z | Compiling libloading v0.8.3 |
| 2062 | 2024-08-07T03:25:16.022Z | Compiling cfg_aliases v0.1.1 |
| 2063 | 2024-08-07T03:25:16.140Z | Compiling diff v0.1.13 |
| 2064 | 2024-08-07T03:25:16.561Z | Compiling bindgen v0.69.4 |
| 2065 | 2024-08-07T03:25:16.717Z | Compiling regex-syntax v0.6.29 |
| 2066 | 2024-08-07T03:25:16.954Z | Compiling nix v0.28.0 |
| 2067 | 2024-08-07T03:25:17.627Z | Checking tabled v0.15.0 |
| 2068 | 2024-08-07T03:25:17.785Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2069 | 2024-08-07T03:25:17.957Z | Compiling which v4.4.2 |
| 2070 | 2024-08-07T03:25:18.618Z | Compiling cexpr v0.6.0 |
| 2071 | 2024-08-07T03:25:20.447Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2072 | 2024-08-07T03:25:20.606Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2073 | 2024-08-07T03:25:22.476Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2074 | 2024-08-07T03:25:23.582Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2075 | 2024-08-07T03:25:23.714Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2076 | 2024-08-07T03:25:25.127Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2077 | 2024-08-07T03:25:25.558Z | error[E0599]: no method named `as_ptr` found for reference `&openssl::x509::X509Ref` in the current scope |
| 2078 | 2024-08-07T03:25:25.558Z | --> certificates/src/openssl_ext.rs:55:22 |
| 2079 | 2024-08-07T03:25:25.558Z | | |
| 2080 | 2024-08-07T03:25:25.558Z | 55 | self.as_ptr(), |
| 2081 | 2024-08-07T03:25:25.558Z | | ^^^^^^ method not found in `&X509Ref` |
| 2082 | 2024-08-07T03:25:25.558Z | | |
| 2083 | 2024-08-07T03:25:25.558Z | = help: items from traits can only be used if the trait is in scope |
| 2084 | 2024-08-07T03:25:25.558Z | help: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it |
| 2085 | 2024-08-07T03:25:25.558Z | | |
| 2086 | 2024-08-07T03:25:25.558Z | 8 + use foreign_types_shared::ForeignTypeRef; |
| 2087 | 2024-08-07T03:25:25.558Z | | |
| 2088 | 2024-08-07T03:25:25.558Z | |
| 2089 | 2024-08-07T03:25:25.588Z | error[E0599]: no method named `as_ptr` found for reference `&openssl::x509::X509Ref` in the current scope |
| 2090 | 2024-08-07T03:25:25.588Z | --> certificates/src/openssl_ext.rs:114:65 |
| 2091 | 2024-08-07T03:25:25.588Z | | |
| 2092 | 2024-08-07T03:25:25.588Z | 114 | unsafe { openssl_sys::X509_get_extension_flags(self.as_ptr()) }; |
| 2093 | 2024-08-07T03:25:25.588Z | | ^^^^^^ method not found in `&X509Ref` |
| 2094 | 2024-08-07T03:25:25.588Z | | |
| 2095 | 2024-08-07T03:25:25.588Z | = help: items from traits can only be used if the trait is in scope |
| 2096 | 2024-08-07T03:25:25.588Z | help: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it |
| 2097 | 2024-08-07T03:25:25.588Z | | |
| 2098 | 2024-08-07T03:25:25.588Z | 8 + use foreign_types_shared::ForeignTypeRef; |
| 2099 | 2024-08-07T03:25:25.588Z | | |
| 2100 | 2024-08-07T03:25:25.588Z | |
| 2101 | 2024-08-07T03:25:25.603Z | error[E0599]: no method named `as_ptr` found for reference `&openssl::x509::X509Ref` in the current scope |
| 2102 | 2024-08-07T03:25:25.603Z | --> certificates/src/openssl_ext.rs:121:68 |
| 2103 | 2024-08-07T03:25:25.603Z | | |
| 2104 | 2024-08-07T03:25:25.603Z | 121 | unsafe { openssl_sys::X509_get_extended_key_usage(self.as_ptr()) }; |
| 2105 | 2024-08-07T03:25:25.603Z | | ^^^^^^ method not found in `&X509Ref` |
| 2106 | 2024-08-07T03:25:25.603Z | | |
| 2107 | 2024-08-07T03:25:25.603Z | = help: items from traits can only be used if the trait is in scope |
| 2108 | 2024-08-07T03:25:25.603Z | help: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it |
| 2109 | 2024-08-07T03:25:25.603Z | | |
| 2110 | 2024-08-07T03:25:25.603Z | 8 + use foreign_types_shared::ForeignTypeRef; |
| 2111 | 2024-08-07T03:25:25.603Z | | |
| 2112 | 2024-08-07T03:25:25.603Z | |
| 2113 | 2024-08-07T03:25:25.617Z | error: unused import: `foreign_types::ForeignTypeRef` |
| 2114 | 2024-08-07T03:25:25.618Z | --> certificates/src/openssl_ext.rs:8:5 |
| 2115 | 2024-08-07T03:25:25.618Z | | |
| 2116 | 2024-08-07T03:25:25.618Z | 8 | use foreign_types::ForeignTypeRef; |
| 2117 | 2024-08-07T03:25:25.618Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 2118 | 2024-08-07T03:25:25.618Z | | |
| 2119 | 2024-08-07T03:25:25.618Z | = note: `-D unused-imports` implied by `-D warnings` |
| 2120 | 2024-08-07T03:25:25.618Z | = help: to override `-D warnings` add `#[allow(unused_imports)]` |
| 2121 | 2024-08-07T03:25:25.618Z | |
| 2122 | 2024-08-07T03:25:25.696Z | For more information about this error, try `rustc --explain E0599`. |
| 2123 | 2024-08-07T03:25:25.745Z | error: could not compile `omicron-certificates` (lib) due to 4 previous errors |
| 2124 | 2024-08-07T03:25:25.745Z | warning: build failed, waiting for other jobs to finish... |
| 2125 | 2024-08-07T03:25:34.779Z | Error: clippy failed: exit status: 101 |
| 2126 | 2024-08-07T03:25:34.782Z | |
| 2127 | 2024-08-07T03:25:34.782Z | real 2:01.496708483 |
| 2128 | 2024-08-07T03:25:34.782Z | user 11:34.631086475 |
| 2129 | 2024-08-07T03:25:34.782Z | sys 2:48.899420148 |
| 2130 | 2024-08-07T03:25:34.782Z | trap 0.356164926 |
| 2131 | 2024-08-07T03:25:34.782Z | tflt 0.878149066 |
| 2132 | 2024-08-07T03:25:34.782Z | dflt 0.460234754 |
| 2133 | 2024-08-07T03:25:34.782Z | kflt 0.000034294 |
| 2134 | 2024-08-07T03:25:34.782Z | lock 15:52.780479857 |
| 2135 | 2024-08-07T03:25:34.782Z | slp 45:41.917214594 |
| 2136 | 2024-08-07T03:25:34.782Z | lat 56.273150453 |
| 2137 | 2024-08-07T03:25:34.782Z | stop 3:05.739159953 |
| 2138 | 2024-08-07T03:25:34.782Z | process exited: duration 437553 ms, exit code 1 |
| |
| 2139 | 2024-08-07T03:25:34.788Z | found 0 output files |