|
|
|
| 1 | 2024-08-12T21:53:43.149Z | job assigned to worker 01J5498HAE2SPP7PTDXMAYEC24 (queued for 1 m 8 s) |
| |
| 2 | 2024-08-12T21:53:52.108Z | starting task 0: "setup" |
| 3 | 2024-08-12T21:53:52.166Z | ++ uname -s |
| 4 | 2024-08-12T21:53:52.169Z | + kern=SunOS |
| 5 | 2024-08-12T21:53:52.169Z | + case "$kern" in |
| 6 | 2024-08-12T21:53:52.169Z | + groupadd -g 12345 build |
| 7 | 2024-08-12T21:53:52.169Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-12T21:53:54.191Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-12T21:53:54.305Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-12T21:53:54.308Z | + home_fs=zfs |
| 11 | 2024-08-12T21:53:54.308Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-12T21:53:54.308Z | + mkdir -p /home/build |
| 13 | 2024-08-12T21:53:54.311Z | + chown build:build /home/build /work |
| 14 | 2024-08-12T21:53:56.312Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-12T21:53:56.315Z | process exited: duration 4206 ms, exit code 0 |
| |
| 16 | 2024-08-12T21:53:56.321Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-12T21:53:56.326Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-12T21:53:56.326Z | ' 1.80.1 |
| 19 | 2024-08-12T21:53:56.329Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-08-12T21:53:56.329Z | * toolchain channel = "1.80.1" |
| 21 | 2024-08-12T21:53:56.329Z | * toolchain profile = "default" |
| 22 | 2024-08-12T21:53:56.329Z | ' default |
| 23 | 2024-08-12T21:53:56.329Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-12T21:53:56.329Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-12T21:53:56.433Z | info: downloading installer |
| 26 | 2024-08-12T21:53:57.889Z | info: profile set to 'default' |
| 27 | 2024-08-12T21:53:57.889Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-12T21:53:57.893Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-12T21:53:58.051Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-12T21:53:58.051Z | info: downloading component 'cargo' |
| 31 | 2024-08-12T21:53:58.990Z | info: downloading component 'clippy' |
| 32 | 2024-08-12T21:53:59.325Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-12T21:54:00.645Z | info: downloading component 'rust-std' |
| 34 | 2024-08-12T21:54:02.492Z | info: downloading component 'rustc' |
| 35 | 2024-08-12T21:54:07.650Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-12T21:54:07.923Z | info: installing component 'cargo' |
| 37 | 2024-08-12T21:54:08.773Z | info: installing component 'clippy' |
| 38 | 2024-08-12T21:54:09.155Z | info: installing component 'rust-docs' |
| 39 | 2024-08-12T21:54:10.795Z | info: installing component 'rust-std' |
| 40 | 2024-08-12T21:54:12.462Z | info: installing component 'rustc' |
| 41 | 2024-08-12T21:54:16.637Z | info: installing component 'rustfmt' |
| 42 | 2024-08-12T21:54:16.981Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-12T21:54:16.981Z | |
| 44 | 2024-08-12T21:54:17.231Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-12T21:54:17.231Z | |
| 46 | 2024-08-12T21:54:17.234Z | |
| 47 | 2024-08-12T21:54:17.234Z | Rust is installed now. Great! |
| 48 | 2024-08-12T21:54:17.234Z | |
| 49 | 2024-08-12T21:54:17.234Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-12T21:54:17.234Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-12T21:54:17.234Z | |
| 52 | 2024-08-12T21:54:17.234Z | To configure your current shell, you need to source |
| 53 | 2024-08-12T21:54:17.234Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-12T21:54:17.234Z | |
| 55 | 2024-08-12T21:54:17.234Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-12T21:54:17.234Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-12T21:54:17.234Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-12T21:54:17.347Z | + rustc --version |
| 59 | 2024-08-12T21:54:17.414Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-12T21:54:17.417Z | process exited: duration 21091 ms, exit code 0 |
| |
| 61 | 2024-08-12T21:54:17.423Z | starting task 2: "authentication" |
| 62 | 2024-08-12T21:54:17.444Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-08-12T21:54:17.450Z | starting task 3: "clone repository" |
| 64 | 2024-08-12T21:54:17.455Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-12T21:54:17.458Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-12T21:54:18.218Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-12T21:54:24.390Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-12T21:54:24.390Z | + git fetch origin 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
| 69 | 2024-08-12T21:54:24.650Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-12T21:54:24.650Z | * branch 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 -> FETCH_HEAD |
| 71 | 2024-08-12T21:54:24.661Z | + [[ -n eliza/oximeter-units ]] |
| 72 | 2024-08-12T21:54:24.664Z | ++ git branch --show-current |
| 73 | 2024-08-12T21:54:24.666Z | + current=main |
| 74 | 2024-08-12T21:54:24.666Z | + [[ main != eliza/oximeter-units ]] |
| 75 | 2024-08-12T21:54:24.666Z | + git branch -f eliza/oximeter-units 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
| 76 | 2024-08-12T21:54:24.669Z | + git checkout -f eliza/oximeter-units |
| 77 | 2024-08-12T21:54:24.814Z | Switched to branch 'eliza/oximeter-units' |
| 78 | 2024-08-12T21:54:24.816Z | + git reset --hard 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
| 79 | 2024-08-12T21:54:24.837Z | HEAD is now at 75bedabd5 regen openapi |
| 80 | 2024-08-12T21:54:24.840Z | process exited: duration 7387 ms, exit code 0 |
| |
| 81 | 2024-08-12T21:54:24.845Z | starting task 4: "build" |
| 82 | 2024-08-12T21:54:24.851Z | + cargo --version |
| 83 | 2024-08-12T21:54:24.909Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-12T21:54:24.911Z | + rustc --version |
| 85 | 2024-08-12T21:54:24.970Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-12T21:54:24.974Z | + source ./env.sh |
| 87 | 2024-08-12T21:54:24.974Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-08-12T21:54:24.974Z | ++ set -o xtrace |
| 89 | 2024-08-12T21:54:24.976Z | ++++ dirname ./env.sh |
| 90 | 2024-08-12T21:54:24.979Z | +++ readlink -f . |
| 91 | 2024-08-12T21:54:25.022Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-08-12T21:54:25.025Z | ++ 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-12T21:54:25.025Z | ++ 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-12T21:54:25.025Z | ++ 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-12T21:54:25.025Z | ++ 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-12T21:54:25.025Z | ++ 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-12T21:54:25.025Z | ++ 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-12T21:54:25.025Z | ++ 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-12T21:54:25.025Z | ++ 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-12T21:54:25.025Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-08-12T21:54:25.025Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-08-12T21:54:25.025Z | + banner prerequisites |
| 103 | 2024-08-12T21:54:25.083Z | |
| 104 | 2024-08-12T21:54:25.083Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 105 | 2024-08-12T21:54:25.083Z | # # # # # # # # # # # # # # # |
| 106 | 2024-08-12T21:54:25.083Z | # # # # ##### # # ##### # # # # # #### # |
| 107 | 2024-08-12T21:54:25.083Z | ##### ##### # ##### # # # # # # # # # |
| 108 | 2024-08-12T21:54:25.083Z | # # # # # # # # # # # # # # # |
| 109 | 2024-08-12T21:54:25.083Z | # # # ###### # # ###### ### # #### # #### # |
| 110 | 2024-08-12T21:54:25.083Z | |
| 111 | 2024-08-12T21:54:25.086Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 112 | 2024-08-12T21:54:36.653Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2024-08-12T21:54:38.864Z | Startup: Caching catalogs ... Done |
| 114 | 2024-08-12T21:54:43.157Z | Planning: Solver setup ... Done (3.700s) |
| 115 | 2024-08-12T21:54:43.223Z | Planning: Running solver ... Done (0.066s) |
| 116 | 2024-08-12T21:54:43.279Z | Planning: Finding local manifests ... Done (0.003s) |
| 117 | 2024-08-12T21:54:43.313Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2024-08-12T21:54:44.115Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2024-08-12T21:54:44.166Z | Planning: Package planning ... Done (0.051s) |
| 120 | 2024-08-12T21:54:44.217Z | Planning: Merging actions ... Done (0.051s) |
| 121 | 2024-08-12T21:54:45.126Z | Planning: Checking for conflicting actions ... Done (0.909s) |
| 122 | 2024-08-12T21:54:45.137Z | Planning: Consolidating action changes ... Done (0.011s) |
| 123 | 2024-08-12T21:54:48.928Z | Planning: Evaluating mediators ... Done (3.790s) |
| 124 | 2024-08-12T21:54:48.937Z | Planning: Planning completed in 10.00 seconds |
| 125 | 2024-08-12T21:54:49.425Z | Packages to install: 4 |
| 126 | 2024-08-12T21:54:49.425Z | Mediators to change: 2 |
| 127 | 2024-08-12T21:54:49.425Z | Services to change: 1 |
| 128 | 2024-08-12T21:54:49.425Z | Estimated space available: 155.75 GB |
| 129 | 2024-08-12T21:54:49.425Z | Estimated space to be consumed: 1.48 GB |
| 130 | 2024-08-12T21:54:49.428Z | Create boot environment: No |
| 131 | 2024-08-12T21:54:49.428Z | Create backup boot environment: No |
| 132 | 2024-08-12T21:54:49.428Z | Rebuild boot archive: No |
| 133 | 2024-08-12T21:54:49.428Z | |
| 134 | 2024-08-12T21:54:49.429Z | Changed mediators: |
| 135 | 2024-08-12T21:54:49.429Z | mediator clang: |
| 136 | 2024-08-12T21:54:49.429Z | version: None -> 15 (system default) |
| 137 | 2024-08-12T21:54:49.429Z | |
| 138 | 2024-08-12T21:54:49.429Z | mediator llvm: |
| 139 | 2024-08-12T21:54:49.429Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2024-08-12T21:54:49.429Z | |
| 141 | 2024-08-12T21:54:49.429Z | Changed packages: |
| 142 | 2024-08-12T21:54:49.429Z | helios-dev |
| 143 | 2024-08-12T21:54:49.429Z | developer/build-essential |
| 144 | 2024-08-12T21:54:49.429Z | None -> 11-2.0 |
| 145 | 2024-08-12T21:54:49.429Z | library/libxmlsec1 |
| 146 | 2024-08-12T21:54:49.429Z | None -> 1.2.35-2.0 |
| 147 | 2024-08-12T21:54:49.429Z | ooce/developer/clang-15 |
| 148 | 2024-08-12T21:54:49.429Z | None -> 15.0.7-2.0 |
| 149 | 2024-08-12T21:54:49.429Z | ooce/developer/llvm-15 |
| 150 | 2024-08-12T21:54:49.429Z | None -> 15.0.7-2.0 |
| 151 | 2024-08-12T21:54:49.429Z | |
| 152 | 2024-08-12T21:54:49.429Z | Services: |
| 153 | 2024-08-12T21:54:49.429Z | restart_fmri: |
| 154 | 2024-08-12T21:54:49.429Z | svc:/system/update-man-index:default |
| 155 | 2024-08-12T21:54:49.550Z | |
| 156 | 2024-08-12T21:54:49.550Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2024-08-12T21:54:55.681Z | Download: 212/3290 items 1.3/212.6MB 0% complete (866k/s) |
| 158 | 2024-08-12T21:55:00.686Z | Download: 787/3290 items 4.6/212.6MB 2% complete (365k/s) |
| 159 | 2024-08-12T21:55:05.833Z | Download: 1197/3290 items 81.9/212.6MB 38% complete (8.8M/s) |
| 160 | 2024-08-12T21:55:10.845Z | Download: 1306/3290 items 113.6/212.6MB 53% complete (10.9M/s) |
| 161 | 2024-08-12T21:55:15.847Z | Download: 2301/3290 items 119.6/212.6MB 56% complete (3.9M/s) |
| 162 | 2024-08-12T21:55:20.849Z | Download: 2746/3290 items 120.6/212.6MB 56% complete (747k/s) |
| 163 | 2024-08-12T21:55:27.336Z | Download: 3243/3290 items 203.0/212.6MB 95% complete (8.3M/s) |
| 164 | 2024-08-12T21:55:28.867Z | Download: Completed 212.60 MB in 39.31 seconds (5.4M/s) |
| 165 | 2024-08-12T21:55:29.115Z | Actions: 1/3689 actions (Installing new actions) |
| 166 | 2024-08-12T21:55:34.118Z | Actions: 3604/3689 actions (Installing new actions) |
| 167 | 2024-08-12T21:55:34.248Z | Actions: Completed 3689 actions in 5.13 seconds. |
| 168 | 2024-08-12T21:55:34.527Z | Done (0.273s) |
| 169 | 2024-08-12T21:55:34.527Z | Done (0.000s) |
| 170 | 2024-08-12T21:55:34.883Z | Done (0.356s) |
| 171 | 2024-08-12T21:55:40.728Z | Done (5.679s) |
| 172 | 2024-08-12T21:55:40.892Z | Done (0.091s) |
| 173 | 2024-08-12T21:55:40.894Z | Done (0.000s) |
| 174 | 2024-08-12T21:55:41.064Z | Done (0.000s) |
| 175 | 2024-08-12T21:55:41.663Z | Planning: Evaluating mediator changes ... Done |
| 176 | 2024-08-12T21:55:41.832Z | Planning: Checking for conflicting actions ... Done |
| 177 | 2024-08-12T21:55:41.835Z | Planning: Consolidating action changes ... Done |
| 178 | 2024-08-12T21:55:42.106Z | Planning: Evaluating mediators ... Done |
| 179 | 2024-08-12T21:55:42.109Z | Planning: Planning completed in 0.44 seconds |
| 180 | 2024-08-12T21:55:42.136Z | Mediators to change: 2 |
| 181 | 2024-08-12T21:55:42.136Z | Create boot environment: No |
| 182 | 2024-08-12T21:55:42.139Z | Create backup boot environment: No |
| 183 | 2024-08-12T21:55:42.212Z | Done |
| 184 | 2024-08-12T21:55:42.212Z | Done |
| 185 | 2024-08-12T21:55:42.445Z | Done |
| 186 | 2024-08-12T21:55:46.101Z | Done |
| 187 | 2024-08-12T21:55:46.190Z | Done |
| 188 | 2024-08-12T21:55:46.193Z | Done |
| 189 | 2024-08-12T21:55:46.323Z | Done |
| 190 | 2024-08-12T21:55:46.939Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2024-08-12T21:55:46.942Z | Planning: Merging actions ... Done |
| 192 | 2024-08-12T21:55:47.137Z | Planning: Checking for conflicting actions ... Done |
| 193 | 2024-08-12T21:55:47.137Z | Planning: Consolidating action changes ... Done |
| 194 | 2024-08-12T21:55:47.403Z | Planning: Evaluating mediators ... Done |
| 195 | 2024-08-12T21:55:47.459Z | Planning: Planning completed in 0.77 seconds |
| 196 | 2024-08-12T21:55:47.494Z | Packages to change: 1 |
| 197 | 2024-08-12T21:55:47.494Z | Mediators to change: 1 |
| 198 | 2024-08-12T21:55:47.494Z | Services to change: 1 |
| 199 | 2024-08-12T21:55:47.494Z | Create boot environment: No |
| 200 | 2024-08-12T21:55:47.494Z | Create backup boot environment: Yes |
| 201 | 2024-08-12T21:55:49.449Z | Actions: 1/6 actions (Updating modified actions) |
| 202 | 2024-08-12T21:55:49.490Z | Actions: Completed 6 actions in 0.04 seconds. |
| 203 | 2024-08-12T21:55:49.493Z | Done |
| 204 | 2024-08-12T21:55:49.493Z | Done |
| 205 | 2024-08-12T21:55:49.567Z | Done |
| 206 | 2024-08-12T21:55:53.345Z | Done |
| 207 | 2024-08-12T21:55:53.432Z | Done |
| 208 | 2024-08-12T21:55:53.435Z | Done |
| 209 | 2024-08-12T21:55:53.550Z | Done |
| 210 | 2024-08-12T21:55:53.985Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 211 | 2024-08-12T21:55:53.985Z | clang system 15 system |
| 212 | 2024-08-12T21:55:53.985Z | csh system system illumos |
| 213 | 2024-08-12T21:55:53.985Z | ctags system system illumos |
| 214 | 2024-08-12T21:55:53.985Z | gcc vendor 12 vendor |
| 215 | 2024-08-12T21:55:53.985Z | gcc system 10 system |
| 216 | 2024-08-12T21:55:53.985Z | gcc system 7 system |
| 217 | 2024-08-12T21:55:53.985Z | go system 1.20 system |
| 218 | 2024-08-12T21:55:53.985Z | go system 1.19 system |
| 219 | 2024-08-12T21:55:53.988Z | llvm system 15 system |
| 220 | 2024-08-12T21:55:53.988Z | llvm system 14 system |
| 221 | 2024-08-12T21:55:53.988Z | mariadb system 10.6 system |
| 222 | 2024-08-12T21:55:53.988Z | mta vendor vendor dma |
| 223 | 2024-08-12T21:55:53.989Z | openjdk system 17 system |
| 224 | 2024-08-12T21:55:53.989Z | openjdk system 11 system |
| 225 | 2024-08-12T21:55:53.989Z | openjdk system 1.8 system |
| 226 | 2024-08-12T21:55:53.989Z | openssl vendor 3 vendor |
| 227 | 2024-08-12T21:55:53.989Z | perl system 5.36 system |
| 228 | 2024-08-12T21:55:53.989Z | postgresql system 15 system |
| 229 | 2024-08-12T21:55:53.989Z | postgresql system 13 system |
| 230 | 2024-08-12T21:55:53.989Z | python vendor 3 vendor |
| 231 | 2024-08-12T21:55:53.989Z | python system 2 system |
| 232 | 2024-08-12T21:55:53.989Z | python3 system 3.11 system |
| 233 | 2024-08-12T21:55:53.989Z | ruby system 3.0 system |
| 234 | 2024-08-12T21:55:53.989Z | words vendor vendor american-english |
| 235 | 2024-08-12T21:55:53.989Z | words system system australian-english |
| 236 | 2024-08-12T21:55:53.989Z | words system system british-english |
| 237 | 2024-08-12T21:55:53.989Z | words system system canadian-english |
| 238 | 2024-08-12T21:55:53.989Z | words system system french |
| 239 | 2024-08-12T21:55:53.989Z | words system system italian |
| 240 | 2024-08-12T21:55:53.989Z | words system system ngerman |
| 241 | 2024-08-12T21:55:53.989Z | words system system ogerman |
| 242 | 2024-08-12T21:55:53.989Z | words system system spanish |
| 243 | 2024-08-12T21:55:54.323Z | PUBLISHER TYPE STATUS P LOCATION |
| 244 | 2024-08-12T21:55:54.323Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 245 | 2024-08-12T21:55:56.013Z | FMRI IFO |
| 246 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 247 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 248 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 249 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 250 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 251 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 252 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 253 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 254 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 255 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 257 | 2024-08-12T21:55:56.013Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2024-08-12T21:55:56.604Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2024-08-12T21:55:56.840Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 260 | 2024-08-12T21:55:57.063Z | Updating crates.io index |
| 261 | 2024-08-12T21:55:57.131Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 262 | 2024-08-12T21:55:57.880Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 263 | 2024-08-12T21:55:58.648Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 264 | 2024-08-12T21:55:58.924Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 265 | 2024-08-12T21:56:00.409Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2024-08-12T21:56:00.621Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 267 | 2024-08-12T21:56:00.842Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 268 | 2024-08-12T21:56:01.824Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2024-08-12T21:56:03.728Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 270 | 2024-08-12T21:56:04.677Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 271 | 2024-08-12T21:56:05.361Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2024-08-12T21:56:05.860Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 273 | 2024-08-12T21:56:06.141Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 274 | 2024-08-12T21:56:06.402Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 275 | 2024-08-12T21:56:06.676Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 276 | 2024-08-12T21:56:06.949Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 277 | 2024-08-12T21:56:07.199Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 278 | 2024-08-12T21:56:07.405Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 279 | 2024-08-12T21:56:07.669Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 280 | 2024-08-12T21:56:07.975Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 281 | 2024-08-12T21:56:08.252Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 282 | 2024-08-12T21:56:08.487Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 283 | 2024-08-12T21:56:08.853Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2024-08-12T21:56:09.224Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 285 | 2024-08-12T21:56:09.491Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 286 | 2024-08-12T21:56:09.887Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 287 | 2024-08-12T21:56:11.943Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 288 | 2024-08-12T21:56:12.199Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 289 | 2024-08-12T21:56:12.454Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 290 | 2024-08-12T21:56:12.763Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 291 | 2024-08-12T21:56:13.841Z | Downloading crates ... |
| 292 | 2024-08-12T21:56:13.894Z | Downloaded autocfg v1.3.0 |
| 293 | 2024-08-12T21:56:13.897Z | Downloaded anstyle v1.0.8 |
| 294 | 2024-08-12T21:56:13.900Z | Downloaded cpufeatures v0.2.12 |
| 295 | 2024-08-12T21:56:13.904Z | Downloaded digest v0.10.7 |
| 296 | 2024-08-12T21:56:13.907Z | Downloaded bytecount v0.6.8 |
| 297 | 2024-08-12T21:56:13.912Z | Downloaded dtrace-parser v0.2.0 |
| 298 | 2024-08-12T21:56:13.919Z | Downloaded is_terminal_polyfill v1.70.0 |
| 299 | 2024-08-12T21:56:13.923Z | Downloaded swrite v0.1.0 |
| 300 | 2024-08-12T21:56:13.928Z | Downloaded anstyle-query v1.0.3 |
| 301 | 2024-08-12T21:56:13.933Z | Downloaded heck v0.5.0 |
| 302 | 2024-08-12T21:56:13.933Z | Downloaded clap_lex v0.7.0 |
| 303 | 2024-08-12T21:56:13.933Z | Downloaded cfg-if v1.0.0 |
| 304 | 2024-08-12T21:56:13.937Z | Downloaded thiserror v1.0.63 |
| 305 | 2024-08-12T21:56:13.939Z | Downloaded serde_spanned v0.6.7 |
| 306 | 2024-08-12T21:56:13.940Z | Downloaded usdt v0.5.0 |
| 307 | 2024-08-12T21:56:13.940Z | Downloaded thread-id v4.2.1 |
| 308 | 2024-08-12T21:56:13.942Z | Downloaded macaddr v1.0.1 |
| 309 | 2024-08-12T21:56:13.942Z | Downloaded memmap v0.7.0 |
| 310 | 2024-08-12T21:56:13.945Z | Downloaded generic-array v0.14.7 |
| 311 | 2024-08-12T21:56:13.948Z | Downloaded tabled_derive v0.7.0 |
| 312 | 2024-08-12T21:56:13.948Z | Downloaded fnv v1.0.7 |
| 313 | 2024-08-12T21:56:13.949Z | Downloaded equivalent v1.0.1 |
| 314 | 2024-08-12T21:56:13.953Z | Downloaded scroll v0.12.0 |
| 315 | 2024-08-12T21:56:13.956Z | Downloaded utf8parse v0.2.1 |
| 316 | 2024-08-12T21:56:13.956Z | Downloaded cargo_metadata v0.18.1 |
| 317 | 2024-08-12T21:56:13.957Z | Downloaded camino v1.1.7 |
| 318 | 2024-08-12T21:56:13.959Z | Downloaded bitflags v2.6.0 |
| 319 | 2024-08-12T21:56:13.962Z | Downloaded anstyle-parse v0.2.4 |
| 320 | 2024-08-12T21:56:13.965Z | Downloaded usdt-impl v0.5.0 |
| 321 | 2024-08-12T21:56:13.965Z | Downloaded toml_datetime v0.6.8 |
| 322 | 2024-08-12T21:56:13.968Z | Downloaded proc-macro-error v1.0.4 |
| 323 | 2024-08-12T21:56:13.972Z | Downloaded zerocopy-derive v0.7.34 |
| 324 | 2024-08-12T21:56:13.977Z | Downloaded scroll_derive v0.12.0 |
| 325 | 2024-08-12T21:56:13.982Z | Downloaded usdt-macro v0.5.0 |
| 326 | 2024-08-12T21:56:13.985Z | Downloaded usdt-attr-macro v0.5.0 |
| 327 | 2024-08-12T21:56:13.985Z | Downloaded semver v1.0.23 |
| 328 | 2024-08-12T21:56:13.988Z | Downloaded sha2 v0.10.8 |
| 329 | 2024-08-12T21:56:13.992Z | Downloaded crypto-common v0.1.6 |
| 330 | 2024-08-12T21:56:13.992Z | Downloaded colorchoice v1.0.1 |
| 331 | 2024-08-12T21:56:13.994Z | Downloaded cargo-platform v0.1.8 |
| 332 | 2024-08-12T21:56:13.994Z | Downloaded dof v0.3.0 |
| 333 | 2024-08-12T21:56:13.995Z | Downloaded anstream v0.6.14 |
| 334 | 2024-08-12T21:56:13.997Z | Downloaded byteorder v1.5.0 |
| 335 | 2024-08-12T21:56:13.997Z | Downloaded proc-macro2 v1.0.86 |
| 336 | 2024-08-12T21:56:14.001Z | Downloaded unicode-ident v1.0.12 |
| 337 | 2024-08-12T21:56:14.004Z | Downloaded papergrid v0.11.0 |
| 338 | 2024-08-12T21:56:14.009Z | Downloaded fs-err v2.11.0 |
| 339 | 2024-08-12T21:56:14.012Z | Downloaded proc-macro-error-attr v1.0.4 |
| 340 | 2024-08-12T21:56:14.012Z | Downloaded plain v0.2.3 |
| 341 | 2024-08-12T21:56:14.012Z | Downloaded pest_generator v2.7.10 |
| 342 | 2024-08-12T21:56:14.015Z | Downloaded itoa v1.0.11 |
| 343 | 2024-08-12T21:56:14.015Z | Downloaded serde_tokenstream v0.2.1 |
| 344 | 2024-08-12T21:56:14.018Z | Downloaded heck v0.4.1 |
| 345 | 2024-08-12T21:56:14.020Z | Downloaded thiserror-impl v1.0.63 |
| 346 | 2024-08-12T21:56:14.020Z | Downloaded version_check v0.9.5 |
| 347 | 2024-08-12T21:56:14.023Z | Downloaded clap_derive v4.5.13 |
| 348 | 2024-08-12T21:56:14.026Z | Downloaded typenum v1.17.0 |
| 349 | 2024-08-12T21:56:14.026Z | Downloaded cargo_toml v0.20.4 |
| 350 | 2024-08-12T21:56:14.029Z | Downloaded terminal_size v0.3.0 |
| 351 | 2024-08-12T21:56:14.029Z | Downloaded quote v1.0.36 |
| 352 | 2024-08-12T21:56:14.032Z | Downloaded pest_derive v2.7.10 |
| 353 | 2024-08-12T21:56:14.035Z | Downloaded errno v0.3.9 |
| 354 | 2024-08-12T21:56:14.037Z | Downloaded strsim v0.11.1 |
| 355 | 2024-08-12T21:56:14.037Z | Downloaded once_cell v1.19.0 |
| 356 | 2024-08-12T21:56:14.040Z | Downloaded serde_derive v1.0.206 |
| 357 | 2024-08-12T21:56:14.044Z | Downloaded pest_meta v2.7.10 |
| 358 | 2024-08-12T21:56:14.049Z | Downloaded anyhow v1.0.86 |
| 359 | 2024-08-12T21:56:14.053Z | Downloaded block-buffer v0.10.4 |
| 360 | 2024-08-12T21:56:14.053Z | Downloaded pretty-hex v0.4.1 |
| 361 | 2024-08-12T21:56:14.053Z | Downloaded log v0.4.21 |
| 362 | 2024-08-12T21:56:14.058Z | Downloaded ryu v1.0.18 |
| 363 | 2024-08-12T21:56:14.061Z | Downloaded toml v0.8.19 |
| 364 | 2024-08-12T21:56:14.064Z | Downloaded clap v4.5.15 |
| 365 | 2024-08-12T21:56:14.073Z | Downloaded ucd-trie v0.1.6 |
| 366 | 2024-08-12T21:56:14.079Z | Downloaded indexmap v2.3.0 |
| 367 | 2024-08-12T21:56:14.087Z | Downloaded serde v1.0.206 |
| 368 | 2024-08-12T21:56:14.101Z | Downloaded memchr v2.7.2 |
| 369 | 2024-08-12T21:56:14.108Z | Downloaded toml_edit v0.22.20 |
| 370 | 2024-08-12T21:56:14.131Z | Downloaded winnow v0.6.18 |
| 371 | 2024-08-12T21:56:14.139Z | Downloaded pest v2.7.10 |
| 372 | 2024-08-12T21:56:14.143Z | Downloaded hashbrown v0.14.5 |
| 373 | 2024-08-12T21:56:14.150Z | Downloaded clap_builder v4.5.15 |
| 374 | 2024-08-12T21:56:14.156Z | Downloaded zerocopy v0.7.34 |
| 375 | 2024-08-12T21:56:14.172Z | Downloaded goblin v0.8.2 |
| 376 | 2024-08-12T21:56:14.178Z | Downloaded tabled v0.15.0 |
| 377 | 2024-08-12T21:56:14.194Z | Downloaded serde_json v1.0.122 |
| 378 | 2024-08-12T21:56:14.202Z | Downloaded syn v2.0.72 |
| 379 | 2024-08-12T21:56:14.212Z | Downloaded syn v1.0.109 |
| 380 | 2024-08-12T21:56:14.222Z | Downloaded rustix v0.38.34 |
| 381 | 2024-08-12T21:56:14.243Z | Downloaded unicode-width v0.1.13 |
| 382 | 2024-08-12T21:56:14.250Z | Downloaded libc v0.2.155 |
| 383 | 2024-08-12T21:56:14.549Z | Compiling proc-macro2 v1.0.86 |
| 384 | 2024-08-12T21:56:14.552Z | Compiling unicode-ident v1.0.12 |
| 385 | 2024-08-12T21:56:14.552Z | Compiling version_check v0.9.5 |
| 386 | 2024-08-12T21:56:14.552Z | Compiling serde v1.0.206 |
| 387 | 2024-08-12T21:56:14.552Z | Compiling memchr v2.7.2 |
| 388 | 2024-08-12T21:56:14.552Z | Compiling thiserror v1.0.63 |
| 389 | 2024-08-12T21:56:14.552Z | Compiling libc v0.2.155 |
| 390 | 2024-08-12T21:56:14.582Z | Compiling ryu v1.0.18 |
| 391 | 2024-08-12T21:56:14.809Z | Compiling ucd-trie v0.1.6 |
| 392 | 2024-08-12T21:56:14.940Z | Compiling itoa v1.0.11 |
| 393 | 2024-08-12T21:56:15.142Z | Compiling once_cell v1.19.0 |
| 394 | 2024-08-12T21:56:15.434Z | Compiling byteorder v1.5.0 |
| 395 | 2024-08-12T21:56:15.780Z | Compiling serde_json v1.0.122 |
| 396 | 2024-08-12T21:56:16.378Z | Compiling usdt-impl v0.5.0 |
| 397 | 2024-08-12T21:56:16.397Z | Compiling proc-macro-error-attr v1.0.4 |
| 398 | 2024-08-12T21:56:16.437Z | Compiling rustix v0.38.34 |
| 399 | 2024-08-12T21:56:16.500Z | Compiling syn v1.0.109 |
| 400 | 2024-08-12T21:56:16.504Z | Compiling proc-macro-error v1.0.4 |
| 401 | 2024-08-12T21:56:16.750Z | Compiling log v0.4.21 |
| 402 | 2024-08-12T21:56:16.806Z | Compiling plain v0.2.3 |
| 403 | 2024-08-12T21:56:16.851Z | Compiling hashbrown v0.14.5 |
| 404 | 2024-08-12T21:56:16.966Z | Compiling utf8parse v0.2.1 |
| 405 | 2024-08-12T21:56:17.111Z | Compiling thread-id v4.2.1 |
| 406 | 2024-08-12T21:56:17.133Z | Compiling equivalent v1.0.1 |
| 407 | 2024-08-12T21:56:17.176Z | Compiling bitflags v2.6.0 |
| 408 | 2024-08-12T21:56:17.219Z | Compiling anstyle-parse v0.2.4 |
| 409 | 2024-08-12T21:56:17.408Z | Compiling quote v1.0.36 |
| 410 | 2024-08-12T21:56:17.432Z | Compiling camino v1.1.7 |
| 411 | 2024-08-12T21:56:17.528Z | Compiling anstyle v1.0.8 |
| 412 | 2024-08-12T21:56:17.585Z | Compiling errno v0.3.9 |
| 413 | 2024-08-12T21:56:17.622Z | Compiling winnow v0.6.18 |
| 414 | 2024-08-12T21:56:17.820Z | Compiling syn v2.0.72 |
| 415 | 2024-08-12T21:56:18.072Z | Compiling anstyle-query v1.0.3 |
| 416 | 2024-08-12T21:56:18.108Z | Compiling indexmap v2.3.0 |
| 417 | 2024-08-12T21:56:18.180Z | Compiling autocfg v1.3.0 |
| 418 | 2024-08-12T21:56:18.206Z | Compiling semver v1.0.23 |
| 419 | 2024-08-12T21:56:18.793Z | Compiling colorchoice v1.0.1 |
| 420 | 2024-08-12T21:56:18.967Z | Compiling is_terminal_polyfill v1.70.0 |
| 421 | 2024-08-12T21:56:19.095Z | Compiling pretty-hex v0.4.1 |
| 422 | 2024-08-12T21:56:19.251Z | Compiling fs-err v2.11.0 |
| 423 | 2024-08-12T21:56:19.277Z | Compiling terminal_size v0.3.0 |
| 424 | 2024-08-12T21:56:19.323Z | Compiling anstream v0.6.14 |
| 425 | 2024-08-12T21:56:19.582Z | Compiling unicode-width v0.1.13 |
| 426 | 2024-08-12T21:56:19.607Z | Compiling heck v0.4.1 |
| 427 | 2024-08-12T21:56:19.670Z | Compiling bytecount v0.6.8 |
| 428 | 2024-08-12T21:56:19.696Z | Compiling strsim v0.11.1 |
| 429 | 2024-08-12T21:56:19.826Z | Compiling heck v0.5.0 |
| 430 | 2024-08-12T21:56:19.879Z | Compiling fnv v1.0.7 |
| 431 | 2024-08-12T21:56:20.017Z | Compiling clap_lex v0.7.0 |
| 432 | 2024-08-12T21:56:20.049Z | Compiling anyhow v1.0.86 |
| 433 | 2024-08-12T21:56:20.116Z | Compiling papergrid v0.11.0 |
| 434 | 2024-08-12T21:56:20.344Z | Compiling clap_builder v4.5.15 |
| 435 | 2024-08-12T21:56:20.627Z | Compiling memmap v0.7.0 |
| 436 | 2024-08-12T21:56:21.238Z | Compiling swrite v0.1.0 |
| 437 | 2024-08-12T21:56:22.970Z | Compiling tabled_derive v0.7.0 |
| 438 | 2024-08-12T21:56:24.458Z | Compiling tabled v0.15.0 |
| 439 | 2024-08-12T21:56:26.490Z | Compiling serde_derive v1.0.206 |
| 440 | 2024-08-12T21:56:26.490Z | Compiling thiserror-impl v1.0.63 |
| 441 | 2024-08-12T21:56:26.493Z | Compiling zerocopy-derive v0.7.34 |
| 442 | 2024-08-12T21:56:26.493Z | Compiling scroll_derive v0.12.0 |
| 443 | 2024-08-12T21:56:26.493Z | Compiling clap_derive v4.5.13 |
| 444 | 2024-08-12T21:56:27.836Z | Compiling scroll v0.12.0 |
| 445 | 2024-08-12T21:56:28.343Z | Compiling zerocopy v0.7.34 |
| 446 | 2024-08-12T21:56:28.423Z | Compiling goblin v0.8.2 |
| 447 | 2024-08-12T21:56:29.218Z | Compiling pest v2.7.10 |
| 448 | 2024-08-12T21:56:30.125Z | Compiling clap v4.5.15 |
| 449 | 2024-08-12T21:56:31.345Z | Compiling pest_meta v2.7.10 |
| 450 | 2024-08-12T21:56:32.169Z | Compiling pest_generator v2.7.10 |
| 451 | 2024-08-12T21:56:34.085Z | Compiling pest_derive v2.7.10 |
| 452 | 2024-08-12T21:56:34.780Z | Compiling dtrace-parser v0.2.0 |
| 453 | 2024-08-12T21:56:36.392Z | Compiling serde_spanned v0.6.7 |
| 454 | 2024-08-12T21:56:36.392Z | Compiling toml_datetime v0.6.8 |
| 455 | 2024-08-12T21:56:36.394Z | Compiling cargo-platform v0.1.8 |
| 456 | 2024-08-12T21:56:36.761Z | Compiling serde_tokenstream v0.2.1 |
| 457 | 2024-08-12T21:56:36.793Z | Compiling toml_edit v0.22.20 |
| 458 | 2024-08-12T21:56:36.922Z | Compiling macaddr v1.0.1 |
| 459 | 2024-08-12T21:56:37.752Z | Compiling dof v0.3.0 |
| 460 | 2024-08-12T21:56:37.752Z | Compiling cargo_metadata v0.18.1 |
| 461 | 2024-08-12T21:56:39.682Z | Compiling toml v0.8.19 |
| 462 | 2024-08-12T21:56:39.917Z | Compiling usdt-macro v0.5.0 |
| 463 | 2024-08-12T21:56:39.940Z | Compiling usdt-attr-macro v0.5.0 |
| 464 | 2024-08-12T21:56:40.522Z | Compiling cargo_toml v0.20.4 |
| 465 | 2024-08-12T21:56:41.220Z | Compiling usdt v0.5.0 |
| 466 | 2024-08-12T21:56:44.324Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 467 | 2024-08-12T21:56:48.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.81s |
| 468 | 2024-08-12T21:56:48.442Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 469 | 2024-08-12T21:56:49.009Z | Downloading crates ... |
| 470 | 2024-08-12T21:56:49.127Z | Downloaded addr2line v0.21.0 |
| 471 | 2024-08-12T21:56:49.132Z | Downloaded bb8 v0.8.5 |
| 472 | 2024-08-12T21:56:49.135Z | Downloaded atomic-waker v1.1.2 |
| 473 | 2024-08-12T21:56:49.135Z | Downloaded async-stream-impl v0.3.5 |
| 474 | 2024-08-12T21:56:49.138Z | Downloaded adler v1.0.2 |
| 475 | 2024-08-12T21:56:49.141Z | Downloaded bitstruct v0.1.1 |
| 476 | 2024-08-12T21:56:49.141Z | Downloaded atty v0.2.14 |
| 477 | 2024-08-12T21:56:49.144Z | Downloaded is-terminal v0.4.12 |
| 478 | 2024-08-12T21:56:49.148Z | Downloaded cfg_aliases v0.1.1 |
| 479 | 2024-08-12T21:56:49.152Z | Downloaded crucible-workspace-hack v0.1.0 |
| 480 | 2024-08-12T21:56:49.154Z | Downloaded matches v0.1.10 |
| 481 | 2024-08-12T21:56:49.161Z | Downloaded arrayref v0.3.7 |
| 482 | 2024-08-12T21:56:49.164Z | Downloaded openssl-probe v0.1.5 |
| 483 | 2024-08-12T21:56:49.167Z | Downloaded instant v0.1.12 |
| 484 | 2024-08-12T21:56:49.169Z | Downloaded opaque-debug v0.3.1 |
| 485 | 2024-08-12T21:56:49.169Z | Downloaded num-conv v0.1.0 |
| 486 | 2024-08-12T21:56:49.172Z | Downloaded ascii-canvas v3.0.0 |
| 487 | 2024-08-12T21:56:49.172Z | Downloaded num_threads v0.1.7 |
| 488 | 2024-08-12T21:56:49.175Z | Downloaded buf-list v1.0.3 |
| 489 | 2024-08-12T21:56:49.178Z | Downloaded is_ci v1.2.0 |
| 490 | 2024-08-12T21:56:49.178Z | Downloaded async-recursion v1.1.1 |
| 491 | 2024-08-12T21:56:49.182Z | Downloaded crossbeam-deque v0.8.5 |
| 492 | 2024-08-12T21:56:49.185Z | Downloaded instability v0.3.2 |
| 493 | 2024-08-12T21:56:49.187Z | Downloaded newtype-uuid v1.1.0 |
| 494 | 2024-08-12T21:56:49.193Z | Downloaded lalrpop-util v0.19.12 |
| 495 | 2024-08-12T21:56:49.193Z | Downloaded maplit v1.0.2 |
| 496 | 2024-08-12T21:56:49.193Z | Downloaded linear-map v1.2.0 |
| 497 | 2024-08-12T21:56:49.196Z | Downloaded bitstruct_derive v0.1.0 |
| 498 | 2024-08-12T21:56:49.196Z | Downloaded argon2 v0.5.3 |
| 499 | 2024-08-12T21:56:49.199Z | Downloaded mockall v0.13.0 |
| 500 | 2024-08-12T21:56:49.199Z | Downloaded md-5 v0.10.6 |
| 501 | 2024-08-12T21:56:49.202Z | Downloaded lru-cache v0.1.2 |
| 502 | 2024-08-12T21:56:49.202Z | Downloaded num-integer v0.1.46 |
| 503 | 2024-08-12T21:56:49.205Z | Downloaded multimap v0.10.0 |
| 504 | 2024-08-12T21:56:49.205Z | Downloaded olpc-cjson v0.1.3 |
| 505 | 2024-08-12T21:56:49.208Z | Downloaded darling_macro v0.20.9 |
| 506 | 2024-08-12T21:56:49.208Z | Downloaded cstr-argument v0.1.2 |
| 507 | 2024-08-12T21:56:49.210Z | Downloaded lock_api v0.4.12 |
| 508 | 2024-08-12T21:56:49.210Z | Downloaded ciborium-io v0.2.2 |
| 509 | 2024-08-12T21:56:49.214Z | Downloaded libloading v0.8.3 |
| 510 | 2024-08-12T21:56:49.216Z | Downloaded num_enum v0.5.11 |
| 511 | 2024-08-12T21:56:49.220Z | Downloaded packed_struct_codegen v0.10.1 |
| 512 | 2024-08-12T21:56:49.223Z | Downloaded openssl-macros v0.1.1 |
| 513 | 2024-08-12T21:56:49.225Z | Downloaded normalize-line-endings v0.3.0 |
| 514 | 2024-08-12T21:56:49.225Z | Downloaded number_prefix v0.4.0 |
| 515 | 2024-08-12T21:56:49.228Z | Downloaded camino-tempfile v1.1.1 |
| 516 | 2024-08-12T21:56:49.232Z | Downloaded newline-converter v0.3.0 |
| 517 | 2024-08-12T21:56:49.232Z | Downloaded newtype_derive v0.1.6 |
| 518 | 2024-08-12T21:56:49.235Z | Downloaded libsw v3.3.1 |
| 519 | 2024-08-12T21:56:49.235Z | Downloaded nibble_vec v0.1.0 |
| 520 | 2024-08-12T21:56:49.238Z | Downloaded console v0.15.8 |
| 521 | 2024-08-12T21:56:49.241Z | Downloaded num-rational v0.4.2 |
| 522 | 2024-08-12T21:56:49.244Z | Downloaded nu-ansi-term v0.50.0 |
| 523 | 2024-08-12T21:56:49.246Z | Downloaded cookie v0.17.0 |
| 524 | 2024-08-12T21:56:49.249Z | Downloaded owo-colors v4.0.0 |
| 525 | 2024-08-12T21:56:49.252Z | Downloaded sqlparser_derive v0.2.2 |
| 526 | 2024-08-12T21:56:49.255Z | Downloaded parking_lot_core v0.9.10 |
| 527 | 2024-08-12T21:56:49.258Z | Downloaded parking_lot_core v0.8.6 |
| 528 | 2024-08-12T21:56:49.258Z | Downloaded indexmap v1.9.3 |
| 529 | 2024-08-12T21:56:49.262Z | Downloaded libefi-sys v0.1.0 |
| 530 | 2024-08-12T21:56:49.265Z | Downloaded packed_struct v0.10.1 |
| 531 | 2024-08-12T21:56:49.268Z | Downloaded try-lock v0.2.5 |
| 532 | 2024-08-12T21:56:49.271Z | Downloaded num_enum_derive v0.5.11 |
| 533 | 2024-08-12T21:56:49.271Z | Downloaded toolchain_find v0.4.0 |
| 534 | 2024-08-12T21:56:49.273Z | Downloaded tinyvec_macros v0.1.1 |
| 535 | 2024-08-12T21:56:49.273Z | Downloaded nodrop v0.1.14 |
| 536 | 2024-08-12T21:56:49.276Z | Downloaded cobs v0.2.3 |
| 537 | 2024-08-12T21:56:49.276Z | Downloaded crc v3.2.1 |
| 538 | 2024-08-12T21:56:49.279Z | Downloaded parse-display v0.10.0 |
| 539 | 2024-08-12T21:56:49.282Z | Downloaded crc-catalog v2.4.0 |
| 540 | 2024-08-12T21:56:49.282Z | Downloaded stringprep v0.1.4 |
| 541 | 2024-08-12T21:56:49.284Z | Downloaded native-tls v0.2.11 |
| 542 | 2024-08-12T21:56:49.287Z | Downloaded num-traits v0.2.19 |
| 543 | 2024-08-12T21:56:49.290Z | Downloaded serde_path_to_error v0.1.16 |
| 544 | 2024-08-12T21:56:49.293Z | Downloaded foreign-types-shared v0.3.1 |
| 545 | 2024-08-12T21:56:49.293Z | Downloaded foreign-types-shared v0.1.1 |
| 546 | 2024-08-12T21:56:49.295Z | Downloaded tap v1.0.1 |
| 547 | 2024-08-12T21:56:49.295Z | Downloaded cookie_store v0.20.0 |
| 548 | 2024-08-12T21:56:49.298Z | Downloaded arrayvec v0.7.4 |
| 549 | 2024-08-12T21:56:49.302Z | Downloaded oso v0.27.3 |
| 550 | 2024-08-12T21:56:49.305Z | Downloaded clang-sys v1.7.0 |
| 551 | 2024-08-12T21:56:49.308Z | Downloaded pretty-hex v0.2.1 |
| 552 | 2024-08-12T21:56:49.310Z | Downloaded phf_shared v0.10.0 |
| 553 | 2024-08-12T21:56:49.310Z | Downloaded slog-json v2.6.1 |
| 554 | 2024-08-12T21:56:49.313Z | Downloaded num v0.4.3 |
| 555 | 2024-08-12T21:56:49.313Z | Downloaded want v0.3.1 |
| 556 | 2024-08-12T21:56:49.316Z | Downloaded spin v0.5.2 |
| 557 | 2024-08-12T21:56:49.316Z | Downloaded slog-envlogger v2.2.0 |
| 558 | 2024-08-12T21:56:49.319Z | Downloaded sha1 v0.10.6 |
| 559 | 2024-08-12T21:56:49.321Z | Downloaded rpassword v7.3.1 |
| 560 | 2024-08-12T21:56:49.321Z | Downloaded base64ct v1.6.0 |
| 561 | 2024-08-12T21:56:49.324Z | Downloaded backoff v0.4.0 |
| 562 | 2024-08-12T21:56:49.327Z | Downloaded zeroize v1.7.0 |
| 563 | 2024-08-12T21:56:49.330Z | Downloaded either v1.13.0 |
| 564 | 2024-08-12T21:56:49.333Z | Downloaded dyn-clone v1.0.17 |
| 565 | 2024-08-12T21:56:49.335Z | Downloaded dsl_auto_type v0.1.2 |
| 566 | 2024-08-12T21:56:49.335Z | Downloaded signal-hook-tokio v0.3.1 |
| 567 | 2024-08-12T21:56:49.338Z | Downloaded darling v0.20.9 |
| 568 | 2024-08-12T21:56:49.341Z | Downloaded csv-core v0.1.11 |
| 569 | 2024-08-12T21:56:49.344Z | Downloaded time-core v0.1.2 |
| 570 | 2024-08-12T21:56:49.344Z | Downloaded form_urlencoded v1.2.1 |
| 571 | 2024-08-12T21:56:49.347Z | Downloaded const_format_proc_macros v0.2.32 |
| 572 | 2024-08-12T21:56:49.350Z | Downloaded hash32 v0.2.1 |
| 573 | 2024-08-12T21:56:49.350Z | Downloaded defmt-macros v0.3.9 |
| 574 | 2024-08-12T21:56:49.353Z | Downloaded crc-any v2.5.0 |
| 575 | 2024-08-12T21:56:49.356Z | Downloaded indicatif v0.17.8 |
| 576 | 2024-08-12T21:56:49.360Z | Downloaded http-body v0.4.6 |
| 577 | 2024-08-12T21:56:49.363Z | Downloaded rand_chacha v0.3.1 |
| 578 | 2024-08-12T21:56:49.367Z | Downloaded parking_lot v0.12.2 |
| 579 | 2024-08-12T21:56:49.370Z | Downloaded display-error-chain v0.2.0 |
| 580 | 2024-08-12T21:56:49.370Z | Downloaded filetime v0.2.24 |
| 581 | 2024-08-12T21:56:49.370Z | Downloaded tui-tree-widget v0.22.0 |
| 582 | 2024-08-12T21:56:49.373Z | Downloaded downcast v0.11.0 |
| 583 | 2024-08-12T21:56:49.375Z | Downloaded serde_with_macros v3.8.3 |
| 584 | 2024-08-12T21:56:49.378Z | Downloaded percent-encoding v2.3.1 |
| 585 | 2024-08-12T21:56:49.378Z | Downloaded hostname v0.4.0 |
| 586 | 2024-08-12T21:56:49.381Z | Downloaded heck v0.3.3 |
| 587 | 2024-08-12T21:56:49.381Z | Downloaded blake2 v0.10.6 |
| 588 | 2024-08-12T21:56:49.384Z | Downloaded rustls-pemfile v1.0.4 |
| 589 | 2024-08-12T21:56:49.388Z | Downloaded serde_plain v1.0.2 |
| 590 | 2024-08-12T21:56:49.391Z | Downloaded mockall_derive v0.13.0 |
| 591 | 2024-08-12T21:56:49.391Z | Downloaded slog-stdlog v4.1.1 |
| 592 | 2024-08-12T21:56:49.393Z | Downloaded spki v0.7.3 |
| 593 | 2024-08-12T21:56:49.396Z | Downloaded signature v2.2.0 |
| 594 | 2024-08-12T21:56:49.396Z | Downloaded signal-hook-registry v1.4.2 |
| 595 | 2024-08-12T21:56:49.400Z | Downloaded subprocess v0.2.9 |
| 596 | 2024-08-12T21:56:49.404Z | Downloaded tiny-keccak v2.0.2 |
| 597 | 2024-08-12T21:56:49.408Z | Downloaded time-macros v0.2.18 |
| 598 | 2024-08-12T21:56:49.408Z | Downloaded thread_local v1.1.8 |
| 599 | 2024-08-12T21:56:49.412Z | Downloaded crossbeam-utils v0.8.19 |
| 600 | 2024-08-12T21:56:49.412Z | Downloaded backtrace v0.3.71 |
| 601 | 2024-08-12T21:56:49.418Z | Downloaded const-oid v0.9.6 |
| 602 | 2024-08-12T21:56:49.421Z | Downloaded deranged v0.3.11 |
| 603 | 2024-08-12T21:56:49.425Z | Downloaded waitgroup v0.1.2 |
| 604 | 2024-08-12T21:56:49.425Z | Downloaded sync_wrapper v0.1.2 |
| 605 | 2024-08-12T21:56:49.425Z | Downloaded gethostname v0.5.0 |
| 606 | 2024-08-12T21:56:49.428Z | Downloaded embedded-io v0.4.0 |
| 607 | 2024-08-12T21:56:49.428Z | Downloaded foreign-types-macros v0.2.3 |
| 608 | 2024-08-12T21:56:49.428Z | Downloaded futures-task v0.3.30 |
| 609 | 2024-08-12T21:56:49.431Z | Downloaded vte v0.11.1 |
| 610 | 2024-08-12T21:56:49.435Z | Downloaded vte_generate_state_changes v0.1.1 |
| 611 | 2024-08-12T21:56:49.435Z | Downloaded foreign-types v0.3.2 |
| 612 | 2024-08-12T21:56:49.438Z | Downloaded foreign-types v0.5.0 |
| 613 | 2024-08-12T21:56:49.438Z | Downloaded rustls-pki-types v1.7.0 |
| 614 | 2024-08-12T21:56:49.438Z | Downloaded rustls-pemfile v2.1.3 |
| 615 | 2024-08-12T21:56:49.442Z | Downloaded serde_derive_internals v0.29.1 |
| 616 | 2024-08-12T21:56:49.444Z | Downloaded ff v0.13.0 |
| 617 | 2024-08-12T21:56:49.447Z | Downloaded bytes v1.7.1 |
| 618 | 2024-08-12T21:56:49.450Z | Downloaded zerocopy v0.6.6 |
| 619 | 2024-08-12T21:56:49.453Z | Downloaded hubpack_derive v0.1.1 |
| 620 | 2024-08-12T21:56:49.456Z | Downloaded slog-term v2.9.1 |
| 621 | 2024-08-12T21:56:49.460Z | Downloaded half v2.4.1 |
| 622 | 2024-08-12T21:56:49.462Z | Downloaded ident_case v1.0.1 |
| 623 | 2024-08-12T21:56:49.462Z | Downloaded psl-types v2.0.11 |
| 624 | 2024-08-12T21:56:49.462Z | Downloaded itertools v0.10.5 |
| 625 | 2024-08-12T21:56:49.468Z | Downloaded funty v2.0.0 |
| 626 | 2024-08-12T21:56:49.471Z | Downloaded structmeta v0.2.0 |
| 627 | 2024-08-12T21:56:49.474Z | Downloaded topological-sort v0.2.2 |
| 628 | 2024-08-12T21:56:49.474Z | Downloaded schemars_derive v0.8.21 |
| 629 | 2024-08-12T21:56:49.477Z | Downloaded base64 v0.22.1 |
| 630 | 2024-08-12T21:56:49.480Z | Downloaded der_derive v0.7.2 |
| 631 | 2024-08-12T21:56:49.482Z | Downloaded tungstenite v0.21.0 |
| 632 | 2024-08-12T21:56:49.486Z | Downloaded darling_core v0.20.9 |
| 633 | 2024-08-12T21:56:49.494Z | Downloaded fragile v2.0.0 |
| 634 | 2024-08-12T21:56:49.498Z | Downloaded smawk v0.3.2 |
| 635 | 2024-08-12T21:56:49.498Z | Downloaded elliptic-curve v0.13.8 |
| 636 | 2024-08-12T21:56:49.503Z | Downloaded zone v0.1.8 |
| 637 | 2024-08-12T21:56:49.503Z | Downloaded portpicker v0.1.1 |
| 638 | 2024-08-12T21:56:49.503Z | Downloaded httpdate v1.0.3 |
| 639 | 2024-08-12T21:56:49.506Z | Downloaded socket2 v0.5.7 |
| 640 | 2024-08-12T21:56:49.506Z | Downloaded fallible-iterator v0.2.0 |
| 641 | 2024-08-12T21:56:49.510Z | Downloaded rand_core v0.6.4 |
| 642 | 2024-08-12T21:56:49.520Z | Downloaded socket2 v0.4.10 |
| 643 | 2024-08-12T21:56:49.524Z | Downloaded endian-type v0.1.2 |
| 644 | 2024-08-12T21:56:49.528Z | Downloaded termtree v0.4.1 |
| 645 | 2024-08-12T21:56:49.528Z | Downloaded sigpipe v0.1.3 |
| 646 | 2024-08-12T21:56:49.528Z | Downloaded parse-display-derive v0.10.0 |
| 647 | 2024-08-12T21:56:49.532Z | Downloaded rustc_version v0.1.7 |
| 648 | 2024-08-12T21:56:49.532Z | Downloaded serde_repr v0.1.19 |
| 649 | 2024-08-12T21:56:49.532Z | Downloaded rustversion v1.0.17 |
| 650 | 2024-08-12T21:56:49.535Z | Downloaded derive_more v0.99.18 |
| 651 | 2024-08-12T21:56:49.540Z | Downloaded serde_arrays v0.1.0 |
| 652 | 2024-08-12T21:56:49.543Z | Downloaded path-slash v0.1.5 |
| 653 | 2024-08-12T21:56:49.543Z | Downloaded slab v0.4.9 |
| 654 | 2024-08-12T21:56:49.545Z | Downloaded hostname v0.3.1 |
| 655 | 2024-08-12T21:56:49.548Z | Downloaded glob v0.3.1 |
| 656 | 2024-08-12T21:56:49.548Z | Downloaded termcolor v1.4.1 |
| 657 | 2024-08-12T21:56:49.551Z | Downloaded smf v0.2.3 |
| 658 | 2024-08-12T21:56:49.551Z | Downloaded spin v0.9.8 |
| 659 | 2024-08-12T21:56:49.554Z | Downloaded nom v7.1.3 |
| 660 | 2024-08-12T21:56:49.561Z | Downloaded siphasher v0.3.11 |
| 661 | 2024-08-12T21:56:49.564Z | Downloaded strum v0.26.3 |
| 662 | 2024-08-12T21:56:49.564Z | Downloaded ron v0.7.1 |
| 663 | 2024-08-12T21:56:49.567Z | Downloaded which v4.4.2 |
| 664 | 2024-08-12T21:56:49.571Z | Downloaded home v0.5.9 |
| 665 | 2024-08-12T21:56:49.573Z | Downloaded rtoolbox v0.0.2 |
| 666 | 2024-08-12T21:56:49.574Z | Downloaded hex v0.4.3 |
| 667 | 2024-08-12T21:56:49.577Z | Downloaded schemars v0.8.21 |
| 668 | 2024-08-12T21:56:49.587Z | Downloaded tabwriter v1.4.0 |
| 669 | 2024-08-12T21:56:49.592Z | Downloaded precomputed-hash v0.1.1 |
| 670 | 2024-08-12T21:56:49.592Z | Downloaded static_assertions v1.1.0 |
| 671 | 2024-08-12T21:56:49.595Z | Downloaded poly1305 v0.8.0 |
| 672 | 2024-08-12T21:56:49.595Z | Downloaded trust-dns-server v0.22.1 |
| 673 | 2024-08-12T21:56:49.601Z | Downloaded ena v0.14.3 |
| 674 | 2024-08-12T21:56:49.604Z | Downloaded tokio-stream v0.1.15 |
| 675 | 2024-08-12T21:56:49.608Z | Downloaded derive-where v1.2.7 |
| 676 | 2024-08-12T21:56:49.614Z | Downloaded termios v0.3.3 |
| 677 | 2024-08-12T21:56:49.618Z | Downloaded parse-size v1.0.0 |
| 678 | 2024-08-12T21:56:49.618Z | Downloaded strum_macros v0.24.3 |
| 679 | 2024-08-12T21:56:49.618Z | Downloaded sct v0.7.1 |
| 680 | 2024-08-12T21:56:49.622Z | Downloaded unsafe-libyaml v0.2.11 |
| 681 | 2024-08-12T21:56:49.625Z | Downloaded tokio-macros v2.3.0 |
| 682 | 2024-08-12T21:56:49.632Z | Downloaded futures-core v0.3.30 |
| 683 | 2024-08-12T21:56:49.632Z | Downloaded dirs-next v2.0.0 |
| 684 | 2024-08-12T21:56:49.636Z | Downloaded rustc-demangle v0.1.24 |
| 685 | 2024-08-12T21:56:49.636Z | Downloaded slog-bunyan v2.5.0 |
| 686 | 2024-08-12T21:56:49.636Z | Downloaded proc-macro-crate v1.3.1 |
| 687 | 2024-08-12T21:56:49.636Z | Downloaded erased-serde v0.3.31 |
| 688 | 2024-08-12T21:56:49.643Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 689 | 2024-08-12T21:56:49.643Z | Downloaded stable_deref_trait v1.2.0 |
| 690 | 2024-08-12T21:56:49.643Z | Downloaded walkdir v2.5.0 |
| 691 | 2024-08-12T21:56:49.647Z | Downloaded vsss-rs v3.3.4 |
| 692 | 2024-08-12T21:56:49.647Z | Downloaded derive_builder_macro v0.20.0 |
| 693 | 2024-08-12T21:56:49.647Z | Downloaded futures-sink v0.3.30 |
| 694 | 2024-08-12T21:56:49.647Z | Downloaded hmac v0.12.1 |
| 695 | 2024-08-12T21:56:49.651Z | Downloaded url v2.5.2 |
| 696 | 2024-08-12T21:56:49.655Z | Downloaded tinyvec v1.6.0 |
| 697 | 2024-08-12T21:56:49.655Z | Downloaded radium v0.7.0 |
| 698 | 2024-08-12T21:56:49.659Z | Downloaded powerfmt v0.2.0 |
| 699 | 2024-08-12T21:56:49.659Z | Downloaded unicode-truncate v1.0.0 |
| 700 | 2024-08-12T21:56:49.659Z | Downloaded float-ord v0.3.2 |
| 701 | 2024-08-12T21:56:49.663Z | Downloaded peg-runtime v0.8.3 |
| 702 | 2024-08-12T21:56:49.663Z | Downloaded structmeta-derive v0.2.0 |
| 703 | 2024-08-12T21:56:49.663Z | Downloaded r2d2 v0.8.10 |
| 704 | 2024-08-12T21:56:49.667Z | Downloaded publicsuffix v2.2.3 |
| 705 | 2024-08-12T21:56:49.667Z | Downloaded ppv-lite86 v0.2.17 |
| 706 | 2024-08-12T21:56:49.670Z | Downloaded futures-macro v0.3.30 |
| 707 | 2024-08-12T21:56:49.670Z | Downloaded futures-io v0.3.30 |
| 708 | 2024-08-12T21:56:49.670Z | Downloaded peg v0.8.4 |
| 709 | 2024-08-12T21:56:49.674Z | Downloaded itertools v0.13.0 |
| 710 | 2024-08-12T21:56:49.682Z | Downloaded unarray v0.1.4 |
| 711 | 2024-08-12T21:56:49.685Z | Downloaded futures-executor v0.3.30 |
| 712 | 2024-08-12T21:56:49.685Z | Downloaded semver v0.1.20 |
| 713 | 2024-08-12T21:56:49.689Z | Downloaded tokio-tungstenite v0.20.1 |
| 714 | 2024-08-12T21:56:49.689Z | Downloaded structmeta v0.3.0 |
| 715 | 2024-08-12T21:56:49.693Z | Downloaded tls_codec v0.4.1 |
| 716 | 2024-08-12T21:56:49.693Z | Downloaded tokio-rustls v0.24.1 |
| 717 | 2024-08-12T21:56:49.697Z | Downloaded headers-core v0.2.0 |
| 718 | 2024-08-12T21:56:49.697Z | Downloaded uuid v1.10.0 |
| 719 | 2024-08-12T21:56:49.701Z | Downloaded http v1.1.0 |
| 720 | 2024-08-12T21:56:49.704Z | Downloaded string_cache v0.8.7 |
| 721 | 2024-08-12T21:56:49.710Z | Downloaded ref-cast-impl v1.0.23 |
| 722 | 2024-08-12T21:56:49.710Z | Downloaded unicode-xid v0.2.4 |
| 723 | 2024-08-12T21:56:49.710Z | Downloaded postgres-types v0.2.7 |
| 724 | 2024-08-12T21:56:49.715Z | Downloaded flume v0.11.0 |
| 725 | 2024-08-12T21:56:49.718Z | Downloaded tower-service v0.3.2 |
| 726 | 2024-08-12T21:56:49.718Z | Downloaded num-bigint-dig v0.8.4 |
| 727 | 2024-08-12T21:56:49.722Z | Downloaded hash32 v0.3.1 |
| 728 | 2024-08-12T21:56:49.726Z | Downloaded slog-scope v4.4.0 |
| 729 | 2024-08-12T21:56:49.726Z | Downloaded slog-dtrace v0.3.0 |
| 730 | 2024-08-12T21:56:49.726Z | Downloaded serde_urlencoded v0.7.1 |
| 731 | 2024-08-12T21:56:49.730Z | Downloaded sec1 v0.7.3 |
| 732 | 2024-08-12T21:56:49.730Z | Downloaded rand_xorshift v0.3.0 |
| 733 | 2024-08-12T21:56:49.734Z | Downloaded time v0.3.36 |
| 734 | 2024-08-12T21:56:49.739Z | Downloaded rand_seeder v0.3.0 |
| 735 | 2024-08-12T21:56:49.743Z | Downloaded flagset v0.4.5 |
| 736 | 2024-08-12T21:56:49.743Z | Downloaded futures-channel v0.3.30 |
| 737 | 2024-08-12T21:56:49.748Z | Downloaded pkcs1 v0.7.5 |
| 738 | 2024-08-12T21:56:49.748Z | Downloaded hyper-staticfile v0.9.5 |
| 739 | 2024-08-12T21:56:49.752Z | Downloaded pin-project v1.1.5 |
| 740 | 2024-08-12T21:56:49.760Z | Downloaded hubpack v0.1.2 |
| 741 | 2024-08-12T21:56:49.764Z | Downloaded difflib v0.4.0 |
| 742 | 2024-08-12T21:56:49.764Z | Downloaded http v0.2.12 |
| 743 | 2024-08-12T21:56:49.767Z | Downloaded float-cmp v0.9.0 |
| 744 | 2024-08-12T21:56:49.770Z | Downloaded toml v0.7.8 |
| 745 | 2024-08-12T21:56:49.774Z | Downloaded headers v0.3.9 |
| 746 | 2024-08-12T21:56:49.778Z | Downloaded xattr v1.3.1 |
| 747 | 2024-08-12T21:56:49.782Z | Downloaded hyper-tls v0.5.0 |
| 748 | 2024-08-12T21:56:49.782Z | Downloaded strip-ansi-escapes v0.2.0 |
| 749 | 2024-08-12T21:56:49.786Z | Downloaded smallvec v0.6.14 |
| 750 | 2024-08-12T21:56:49.786Z | Downloaded peg-macros v0.8.4 |
| 751 | 2024-08-12T21:56:49.786Z | Downloaded humantime v2.1.0 |
| 752 | 2024-08-12T21:56:49.791Z | Downloaded blake3 v1.5.1 |
| 753 | 2024-08-12T21:56:49.795Z | Downloaded shlex v1.3.0 |
| 754 | 2024-08-12T21:56:49.802Z | Downloaded zeroize_derive v1.4.2 |
| 755 | 2024-08-12T21:56:49.802Z | Downloaded yasna v0.5.2 |
| 756 | 2024-08-12T21:56:49.806Z | Downloaded unicode-bidi v0.3.15 |
| 757 | 2024-08-12T21:56:49.806Z | Downloaded whoami v1.5.1 |
| 758 | 2024-08-12T21:56:49.806Z | Downloaded hashbrown v0.12.3 |
| 759 | 2024-08-12T21:56:49.808Z | Downloaded unicode-normalization v0.1.23 |
| 760 | 2024-08-12T21:56:49.812Z | Downloaded signal-hook-mio v0.2.4 |
| 761 | 2024-08-12T21:56:49.815Z | Downloaded iana-time-zone v0.1.60 |
| 762 | 2024-08-12T21:56:49.819Z | Downloaded env_logger v0.9.3 |
| 763 | 2024-08-12T21:56:49.819Z | Downloaded toml_edit v0.19.15 |
| 764 | 2024-08-12T21:56:49.836Z | Downloaded slog v2.7.0 |
| 765 | 2024-08-12T21:56:49.839Z | Downloaded smallvec v1.13.2 |
| 766 | 2024-08-12T21:56:49.843Z | Downloaded diesel_derives v2.2.2 |
| 767 | 2024-08-12T21:56:49.847Z | Downloaded tokio-postgres v0.7.11 |
| 768 | 2024-08-12T21:56:49.850Z | Downloaded signal-hook v0.3.17 |
| 769 | 2024-08-12T21:56:49.867Z | Downloaded unicode_categories v0.1.1 |
| 770 | 2024-08-12T21:56:49.872Z | Downloaded heapless v0.8.0 |
| 771 | 2024-08-12T21:56:49.872Z | Downloaded toml v0.5.11 |
| 772 | 2024-08-12T21:56:49.872Z | Downloaded unicode-segmentation v1.11.0 |
| 773 | 2024-08-12T21:56:49.872Z | Downloaded regex-automata v0.1.10 |
| 774 | 2024-08-12T21:56:49.875Z | Downloaded reedline v0.33.0 |
| 775 | 2024-08-12T21:56:49.879Z | Downloaded trust-dns-resolver v0.22.0 |
| 776 | 2024-08-12T21:56:49.883Z | Downloaded env_logger v0.10.2 |
| 777 | 2024-08-12T21:56:49.887Z | Downloaded reqwest v0.11.27 |
| 778 | 2024-08-12T21:56:49.897Z | Downloaded idna v0.5.0 |
| 779 | 2024-08-12T21:56:49.905Z | Downloaded trust-dns-client v0.22.0 |
| 780 | 2024-08-12T21:56:49.909Z | Downloaded quick-xml v0.31.0 |
| 781 | 2024-08-12T21:56:49.914Z | Downloaded zip v0.6.6 |
| 782 | 2024-08-12T21:56:49.918Z | Downloaded steno v0.4.1 |
| 783 | 2024-08-12T21:56:49.923Z | Downloaded aho-corasick v1.1.3 |
| 784 | 2024-08-12T21:56:49.929Z | Downloaded portable-atomic v1.6.0 |
| 785 | 2024-08-12T21:56:49.937Z | Downloaded x509-cert v0.2.5 |
| 786 | 2024-08-12T21:56:49.944Z | Downloaded flate2 v1.0.31 |
| 787 | 2024-08-12T21:56:49.950Z | Downloaded winnow v0.5.40 |
| 788 | 2024-08-12T21:56:49.956Z | Downloaded openssl v0.10.66 |
| 789 | 2024-08-12T21:56:49.967Z | Downloaded serde_with v3.8.3 |
| 790 | 2024-08-12T21:56:49.974Z | Downloaded tough v0.17.1 |
| 791 | 2024-08-12T21:56:49.986Z | Downloaded hkdf v0.12.4 |
| 792 | 2024-08-12T21:56:49.990Z | Downloaded rayon v1.10.0 |
| 793 | 2024-08-12T21:56:49.996Z | Downloaded tokio-util v0.7.11 |
| 794 | 2024-08-12T21:56:50.007Z | Downloaded h2 v0.3.26 |
| 795 | 2024-08-12T21:56:50.010Z | Downloaded rustls-webpki v0.102.4 |
| 796 | 2024-08-12T21:56:50.032Z | Downloaded webpki-roots v0.25.4 |
| 797 | 2024-08-12T21:56:50.035Z | Downloaded regex v1.10.6 |
| 798 | 2024-08-12T21:56:50.047Z | Downloaded radix_trie v0.2.1 |
| 799 | 2024-08-12T21:56:50.051Z | Downloaded rustls-webpki v0.101.7 |
| 800 | 2024-08-12T21:56:50.067Z | Downloaded proptest v1.5.0 |
| 801 | 2024-08-12T21:56:50.076Z | Downloaded openapiv3 v2.0.0 |
| 802 | 2024-08-12T21:56:50.088Z | Downloaded rustls v0.22.4 |
| 803 | 2024-08-12T21:56:50.104Z | Downloaded trust-dns-proto v0.22.0 |
| 804 | 2024-08-12T21:56:50.114Z | Downloaded bstr v0.2.17 |
| 805 | 2024-08-12T21:56:50.129Z | Downloaded sqlparser v0.45.0 |
| 806 | 2024-08-12T21:56:50.132Z | Downloaded curve25519-dalek v4.1.3 |
| 807 | 2024-08-12T21:56:50.139Z | Downloaded vcpkg v0.2.15 |
| 808 | 2024-08-12T21:56:50.178Z | Downloaded hyper v0.14.30 |
| 809 | 2024-08-12T21:56:50.186Z | Downloaded gimli v0.28.1 |
| 810 | 2024-08-12T21:56:50.193Z | Downloaded sled v0.34.7 |
| 811 | 2024-08-12T21:56:50.204Z | Downloaded smoltcp v0.9.1 |
| 812 | 2024-08-12T21:56:50.216Z | Downloaded rustls v0.21.12 |
| 813 | 2024-08-12T21:56:50.226Z | Downloaded idna v0.2.3 |
| 814 | 2024-08-12T21:56:50.233Z | Downloaded regex-syntax v0.6.29 |
| 815 | 2024-08-12T21:56:50.240Z | Downloaded regress v0.9.1 |
| 816 | 2024-08-12T21:56:50.248Z | Downloaded bstr v1.9.1 |
| 817 | 2024-08-12T21:56:50.260Z | Downloaded finl_unicode v1.2.0 |
| 818 | 2024-08-12T21:56:50.273Z | Downloaded regex-syntax v0.8.4 |
| 819 | 2024-08-12T21:56:50.281Z | Downloaded tokio v1.38.1 |
| 820 | 2024-08-12T21:56:50.319Z | Downloaded diesel v2.2.2 |
| 821 | 2024-08-12T21:56:50.338Z | Downloaded polar-core v0.27.3 |
| 822 | 2024-08-12T21:56:50.346Z | Downloaded zerocopy-derive v0.6.6 |
| 823 | 2024-08-12T21:56:50.357Z | Downloaded smoltcp v0.11.0 |
| 824 | 2024-08-12T21:56:50.372Z | Downloaded ratatui v0.28.0 |
| 825 | 2024-08-12T21:56:50.392Z | Downloaded object v0.32.2 |
| 826 | 2024-08-12T21:56:50.404Z | Downloaded regex-automata v0.4.6 |
| 827 | 2024-08-12T21:56:50.422Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 828 | 2024-08-12T21:56:50.435Z | Downloaded encoding_rs v0.8.34 |
| 829 | 2024-08-12T21:56:50.458Z | Downloaded petgraph v0.6.5 |
| 830 | 2024-08-12T21:56:50.476Z | Downloaded sha3 v0.10.8 |
| 831 | 2024-08-12T21:56:50.481Z | Downloaded csv v1.3.0 |
| 832 | 2024-08-12T21:56:50.502Z | Downloaded nix v0.27.1 |
| 833 | 2024-08-12T21:56:50.514Z | Downloaded chrono v0.4.38 |
| 834 | 2024-08-12T21:56:50.520Z | Downloaded nix v0.28.0 |
| 835 | 2024-08-12T21:56:50.533Z | Downloaded idna v0.3.0 |
| 836 | 2024-08-12T21:56:50.539Z | Downloaded bitvec v1.0.1 |
| 837 | 2024-08-12T21:56:50.555Z | Downloaded bindgen v0.69.4 |
| 838 | 2024-08-12T21:56:50.562Z | Downloaded object v0.30.4 |
| 839 | 2024-08-12T21:56:50.572Z | Downloaded futures-util v0.3.30 |
| 840 | 2024-08-12T21:56:50.584Z | Downloaded lalrpop v0.19.12 |
| 841 | 2024-08-12T21:56:50.595Z | Downloaded diff v0.1.13 |
| 842 | 2024-08-12T21:56:50.598Z | Downloaded heapless v0.7.17 |
| 843 | 2024-08-12T21:56:50.602Z | Downloaded hashbrown v0.13.2 |
| 844 | 2024-08-12T21:56:50.606Z | Downloaded expectorate v1.1.0 |
| 845 | 2024-08-12T21:56:50.611Z | Downloaded rustyline v14.0.0 |
| 846 | 2024-08-12T21:56:50.614Z | Downloaded futures v0.3.30 |
| 847 | 2024-08-12T21:56:50.618Z | Downloaded rsa v0.9.6 |
| 848 | 2024-08-12T21:56:50.623Z | Downloaded rcgen v0.12.1 |
| 849 | 2024-08-12T21:56:50.626Z | Downloaded shell-words v1.1.0 |
| 850 | 2024-08-12T21:56:50.630Z | Downloaded sqlformat v0.2.4 |
| 851 | 2024-08-12T21:56:50.632Z | Downloaded rayon-core v1.12.1 |
| 852 | 2024-08-12T21:56:50.632Z | Downloaded prettyplease v0.2.20 |
| 853 | 2024-08-12T21:56:50.636Z | Downloaded crossterm v0.28.1 |
| 854 | 2024-08-12T21:56:50.642Z | Downloaded derive_builder_core v0.20.0 |
| 855 | 2024-08-12T21:56:50.645Z | Downloaded derive_builder v0.20.0 |
| 856 | 2024-08-12T21:56:50.649Z | Downloaded group v0.13.0 |
| 857 | 2024-08-12T21:56:50.651Z | Downloaded similar v2.5.0 |
| 858 | 2024-08-12T21:56:50.655Z | Downloaded phf_shared v0.11.2 |
| 859 | 2024-08-12T21:56:50.658Z | Downloaded pkcs8 v0.10.2 |
| 860 | 2024-08-12T21:56:50.661Z | Downloaded scopeguard v1.2.0 |
| 861 | 2024-08-12T21:56:50.664Z | Downloaded rustfmt-wrapper v0.2.1 |
| 862 | 2024-08-12T21:56:50.664Z | Downloaded rustc_version v0.4.0 |
| 863 | 2024-08-12T21:56:50.667Z | Downloaded rustc-hash v1.1.0 |
| 864 | 2024-08-12T21:56:50.669Z | Downloaded globset v0.4.14 |
| 865 | 2024-08-12T21:56:50.669Z | Downloaded textwrap v0.16.1 |
| 866 | 2024-08-12T21:56:50.672Z | Downloaded snafu v0.8.2 |
| 867 | 2024-08-12T21:56:50.677Z | Downloaded unicase v2.7.0 |
| 868 | 2024-08-12T21:56:50.680Z | Downloaded der v0.7.9 |
| 869 | 2024-08-12T21:56:50.684Z | Downloaded itertools v0.12.1 |
| 870 | 2024-08-12T21:56:50.691Z | Downloaded tracing v0.1.40 |
| 871 | 2024-08-12T21:56:50.697Z | Downloaded dirs-sys-next v0.1.2 |
| 872 | 2024-08-12T21:56:50.700Z | Downloaded term v0.7.0 |
| 873 | 2024-08-12T21:56:50.702Z | Downloaded crossterm v0.27.0 |
| 874 | 2024-08-12T21:56:50.706Z | Downloaded pin-project-internal v1.1.5 |
| 875 | 2024-08-12T21:56:50.710Z | Downloaded tokio-rustls v0.25.0 |
| 876 | 2024-08-12T21:56:50.713Z | Downloaded pkg-config v0.3.30 |
| 877 | 2024-08-12T21:56:50.713Z | Downloaded slog-async v2.8.0 |
| 878 | 2024-08-12T21:56:50.713Z | Downloaded resolv-conf v0.7.0 |
| 879 | 2024-08-12T21:56:50.716Z | Downloaded rand v0.8.5 |
| 880 | 2024-08-12T21:56:50.718Z | Downloaded mio v1.0.1 |
| 881 | 2024-08-12T21:56:50.724Z | Downloaded tar v0.4.41 |
| 882 | 2024-08-12T21:56:50.726Z | Downloaded samael v0.0.15 |
| 883 | 2024-08-12T21:56:50.731Z | Downloaded tracing-core v0.1.32 |
| 884 | 2024-08-12T21:56:50.734Z | Downloaded uzers v0.11.3 |
| 885 | 2024-08-12T21:56:50.737Z | Downloaded tls_codec_derive v0.4.1 |
| 886 | 2024-08-12T21:56:50.740Z | Downloaded serde-hex v0.1.0 |
| 887 | 2024-08-12T21:56:50.740Z | Downloaded serde-big-array v0.5.1 |
| 888 | 2024-08-12T21:56:50.743Z | Downloaded libxml v0.3.3 |
| 889 | 2024-08-12T21:56:50.747Z | Downloaded libm v0.2.8 |
| 890 | 2024-08-12T21:56:50.754Z | Downloaded typed-path v0.7.1 |
| 891 | 2024-08-12T21:56:50.761Z | Downloaded crossbeam-channel v0.5.12 |
| 892 | 2024-08-12T21:56:50.764Z | Downloaded wyz v0.5.1 |
| 893 | 2024-08-12T21:56:50.767Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 894 | 2024-08-12T21:56:50.767Z | Downloaded predicates v3.1.2 |
| 895 | 2024-08-12T21:56:50.770Z | Downloaded postcard v1.0.8 |
| 896 | 2024-08-12T21:56:50.773Z | Downloaded fatfs v0.3.6 |
| 897 | 2024-08-12T21:56:50.776Z | Downloaded ring v0.17.8 |
| 898 | 2024-08-12T21:56:50.847Z | Downloaded fastrand v2.1.0 |
| 899 | 2024-08-12T21:56:50.850Z | Downloaded ron v0.8.1 |
| 900 | 2024-08-12T21:56:50.854Z | Downloaded snafu-derive v0.8.2 |
| 901 | 2024-08-12T21:56:50.857Z | Downloaded getrandom v0.2.14 |
| 902 | 2024-08-12T21:56:50.860Z | Downloaded tempfile v3.10.1 |
| 903 | 2024-08-12T21:56:50.863Z | Downloaded tungstenite v0.20.1 |
| 904 | 2024-08-12T21:56:50.865Z | Downloaded postgres-protocol v0.6.7 |
| 905 | 2024-08-12T21:56:50.865Z | Downloaded pin-project-lite v0.2.14 |
| 906 | 2024-08-12T21:56:50.870Z | Downloaded highway v1.2.0 |
| 907 | 2024-08-12T21:56:50.873Z | Downloaded compact_str v0.8.0 |
| 908 | 2024-08-12T21:56:50.876Z | Downloaded base64 v0.21.7 |
| 909 | 2024-08-12T21:56:50.879Z | Downloaded arc-swap v1.7.1 |
| 910 | 2024-08-12T21:56:50.883Z | Downloaded wait-timeout v0.2.0 |
| 911 | 2024-08-12T21:56:50.886Z | Downloaded unicode-linebreak v0.1.5 |
| 912 | 2024-08-12T21:56:50.886Z | Downloaded serde_yaml v0.9.34+deprecated |
| 913 | 2024-08-12T21:56:50.889Z | Downloaded num-bigint v0.4.5 |
| 914 | 2024-08-12T21:56:50.893Z | Downloaded strum_macros v0.25.3 |
| 915 | 2024-08-12T21:56:50.896Z | Downloaded ring v0.16.20 |
| 916 | 2024-08-12T21:56:50.977Z | Downloaded password-hash v0.5.0 |
| 917 | 2024-08-12T21:56:50.980Z | Downloaded hyper-rustls v0.24.2 |
| 918 | 2024-08-12T21:56:50.982Z | Downloaded getopts v0.2.21 |
| 919 | 2024-08-12T21:56:50.982Z | Downloaded fd-lock v4.0.2 |
| 920 | 2024-08-12T21:56:50.986Z | Downloaded mio v0.8.11 |
| 921 | 2024-08-12T21:56:50.989Z | Downloaded minimal-lexical v0.2.1 |
| 922 | 2024-08-12T21:56:50.993Z | Downloaded crypto-bigint v0.5.5 |
| 923 | 2024-08-12T21:56:50.999Z | Downloaded scheduled-thread-pool v0.2.7 |
| 924 | 2024-08-12T21:56:51.002Z | Downloaded same-file v1.0.6 |
| 925 | 2024-08-12T21:56:51.002Z | Downloaded rusty-fork v0.3.0 |
| 926 | 2024-08-12T21:56:51.006Z | Downloaded thiserror-no-std v2.0.2 |
| 927 | 2024-08-12T21:56:51.010Z | Downloaded strum_macros v0.26.4 |
| 928 | 2024-08-12T21:56:51.010Z | Downloaded openssl-sys v0.9.103 |
| 929 | 2024-08-12T21:56:51.012Z | Downloaded quick-error v1.2.3 |
| 930 | 2024-08-12T21:56:51.016Z | Downloaded pin-utils v0.1.0 |
| 931 | 2024-08-12T21:56:51.016Z | Downloaded paste v1.0.15 |
| 932 | 2024-08-12T21:56:51.019Z | Downloaded enum-as-inner v0.5.1 |
| 933 | 2024-08-12T21:56:51.019Z | Downloaded zone_cfg_derive v0.1.2 |
| 934 | 2024-08-12T21:56:51.019Z | Downloaded untrusted v0.9.0 |
| 935 | 2024-08-12T21:56:51.022Z | Downloaded untrusted v0.7.1 |
| 936 | 2024-08-12T21:56:51.022Z | Downloaded universal-hash v0.5.1 |
| 937 | 2024-08-12T21:56:51.022Z | Downloaded utf-8 v0.7.6 |
| 938 | 2024-08-12T21:56:51.025Z | Downloaded httparse v1.8.0 |
| 939 | 2024-08-12T21:56:51.025Z | Downloaded const_format v0.2.32 |
| 940 | 2024-08-12T21:56:51.030Z | Downloaded cc v1.0.97 |
| 941 | 2024-08-12T21:56:51.034Z | Downloaded supports-color v3.0.0 |
| 942 | 2024-08-12T21:56:51.034Z | Downloaded subtle v2.5.0 |
| 943 | 2024-08-12T21:56:51.040Z | Downloaded tracing-attributes v0.1.27 |
| 944 | 2024-08-12T21:56:51.040Z | Downloaded test-strategy v0.3.1 |
| 945 | 2024-08-12T21:56:51.043Z | Downloaded secrecy v0.8.0 |
| 946 | 2024-08-12T21:56:51.043Z | Downloaded ref-cast v1.0.23 |
| 947 | 2024-08-12T21:56:51.043Z | Downloaded predicates-tree v1.0.9 |
| 948 | 2024-08-12T21:56:51.046Z | Downloaded predicates-core v1.0.6 |
| 949 | 2024-08-12T21:56:51.046Z | Downloaded pem-rfc7468 v0.7.0 |
| 950 | 2024-08-12T21:56:51.046Z | Downloaded pem v3.0.4 |
| 951 | 2024-08-12T21:56:51.048Z | Downloaded cookie v0.18.1 |
| 952 | 2024-08-12T21:56:51.051Z | Downloaded cancel-safe-futures v0.1.5 |
| 953 | 2024-08-12T21:56:51.054Z | Downloaded omicron-zone-package v0.11.0 |
| 954 | 2024-08-12T21:56:51.054Z | Downloaded phf v0.11.2 |
| 955 | 2024-08-12T21:56:51.059Z | Downloaded tokio-tungstenite v0.21.0 |
| 956 | 2024-08-12T21:56:51.059Z | Downloaded chacha20poly1305 v0.10.1 |
| 957 | 2024-08-12T21:56:51.061Z | Downloaded base64 v0.13.1 |
| 958 | 2024-08-12T21:56:51.065Z | Downloaded allocator-api2 v0.2.18 |
| 959 | 2024-08-12T21:56:51.068Z | Downloaded fixedbitset v0.4.2 |
| 960 | 2024-08-12T21:56:51.068Z | Downloaded take_mut v0.2.2 |
| 961 | 2024-08-12T21:56:51.068Z | Downloaded structmeta-derive v0.3.0 |
| 962 | 2024-08-12T21:56:51.068Z | Downloaded cipher v0.4.4 |
| 963 | 2024-08-12T21:56:51.068Z | Downloaded ascii v1.1.0 |
| 964 | 2024-08-12T21:56:51.073Z | Downloaded async-trait v0.1.81 |
| 965 | 2024-08-12T21:56:51.075Z | Downloaded num-complex v0.4.6 |
| 966 | 2024-08-12T21:56:51.075Z | Downloaded bcs v0.1.6 |
| 967 | 2024-08-12T21:56:51.078Z | Downloaded http-range v0.1.5 |
| 968 | 2024-08-12T21:56:51.078Z | Downloaded fxhash v0.2.1 |
| 969 | 2024-08-12T21:56:51.078Z | Downloaded tokio-native-tls v0.3.1 |
| 970 | 2024-08-12T21:56:51.081Z | Downloaded parking_lot v0.11.2 |
| 971 | 2024-08-12T21:56:51.081Z | Downloaded num-derive v0.4.2 |
| 972 | 2024-08-12T21:56:51.084Z | Downloaded crossbeam-epoch v0.9.18 |
| 973 | 2024-08-12T21:56:51.088Z | Downloaded crc32fast v1.4.0 |
| 974 | 2024-08-12T21:56:51.088Z | Downloaded debug-ignore v1.0.5 |
| 975 | 2024-08-12T21:56:51.092Z | Downloaded cexpr v0.6.0 |
| 976 | 2024-08-12T21:56:51.092Z | Downloaded miniz_oxide v0.7.2 |
| 977 | 2024-08-12T21:56:51.095Z | Downloaded chacha20 v0.9.1 |
| 978 | 2024-08-12T21:56:51.095Z | Downloaded convert_case v0.4.0 |
| 979 | 2024-08-12T21:56:51.095Z | Downloaded num-iter v0.1.45 |
| 980 | 2024-08-12T21:56:51.095Z | Downloaded memmap2 v0.9.4 |
| 981 | 2024-08-12T21:56:51.098Z | Downloaded linked-hash-map v0.5.6 |
| 982 | 2024-08-12T21:56:51.098Z | Downloaded bitflags v1.3.2 |
| 983 | 2024-08-12T21:56:51.102Z | Downloaded nanorand v0.7.0 |
| 984 | 2024-08-12T21:56:51.102Z | Downloaded aead v0.5.2 |
| 985 | 2024-08-12T21:56:51.105Z | Downloaded lazy_static v1.5.0 |
| 986 | 2024-08-12T21:56:51.105Z | Downloaded bit-set v0.5.3 |
| 987 | 2024-08-12T21:56:51.109Z | Downloaded base16ct v0.2.0 |
| 988 | 2024-08-12T21:56:51.109Z | Downloaded async-stream v0.3.5 |
| 989 | 2024-08-12T21:56:51.109Z | Downloaded assert_matches v1.5.0 |
| 990 | 2024-08-12T21:56:51.111Z | Downloaded block-padding v0.3.3 |
| 991 | 2024-08-12T21:56:51.111Z | Downloaded maybe-uninit v2.0.0 |
| 992 | 2024-08-12T21:56:51.111Z | Downloaded bitfield v0.14.0 |
| 993 | 2024-08-12T21:56:51.112Z | Downloaded array-init v0.0.4 |
| 994 | 2024-08-12T21:56:51.114Z | Downloaded castaway v0.2.3 |
| 995 | 2024-08-12T21:56:51.114Z | Downloaded atomicwrites v0.4.3 |
| 996 | 2024-08-12T21:56:51.114Z | Downloaded num_cpus v1.16.0 |
| 997 | 2024-08-12T21:56:51.117Z | Downloaded lru v0.12.3 |
| 998 | 2024-08-12T21:56:51.117Z | Downloaded keccak v0.1.5 |
| 999 | 2024-08-12T21:56:51.120Z | Downloaded ahash v0.8.11 |
| 1000 | 2024-08-12T21:56:51.123Z | Downloaded multer v3.1.0 |
| 1001 | 2024-08-12T21:56:51.123Z | Downloaded ciborium v0.2.2 |
| 1002 | 2024-08-12T21:56:51.126Z | Downloaded mime_guess v2.0.4 |
| 1003 | 2024-08-12T21:56:51.129Z | Downloaded mime v0.3.17 |
| 1004 | 2024-08-12T21:56:51.129Z | Downloaded memoffset v0.9.1 |
| 1005 | 2024-08-12T21:56:51.129Z | Downloaded managed v0.8.0 |
| 1006 | 2024-08-12T21:56:51.132Z | Downloaded bzip2 v0.4.4 |
| 1007 | 2024-08-12T21:56:51.132Z | Downloaded new_debug_unreachable v1.0.6 |
| 1008 | 2024-08-12T21:56:51.132Z | Downloaded colored v2.1.0 |
| 1009 | 2024-08-12T21:56:51.135Z | Downloaded cassowary v0.3.0 |
| 1010 | 2024-08-12T21:56:51.135Z | Downloaded match_cfg v0.1.0 |
| 1011 | 2024-08-12T21:56:51.138Z | Downloaded defmt v0.3.8 |
| 1012 | 2024-08-12T21:56:51.140Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1013 | 2024-08-12T21:56:51.141Z | Downloaded ciborium-ll v0.2.2 |
| 1014 | 2024-08-12T21:56:51.141Z | Downloaded bitfield-struct v0.6.1 |
| 1015 | 2024-08-12T21:56:51.143Z | Downloaded oso-derive v0.27.3 |
| 1016 | 2024-08-12T21:56:51.144Z | Downloaded ipnet v2.9.0 |
| 1017 | 2024-08-12T21:56:51.144Z | Downloaded data-encoding v2.6.0 |
| 1018 | 2024-08-12T21:56:51.146Z | Downloaded crunchy v0.2.2 |
| 1019 | 2024-08-12T21:56:51.146Z | Downloaded bit-vec v0.6.3 |
| 1020 | 2024-08-12T21:56:51.146Z | Downloaded ipnetwork v0.20.0 |
| 1021 | 2024-08-12T21:56:51.150Z | Downloaded kstat-rs v0.2.4 |
| 1022 | 2024-08-12T21:56:51.150Z | Downloaded lazycell v1.3.0 |
| 1023 | 2024-08-12T21:56:51.150Z | Downloaded indent_write v2.2.0 |
| 1024 | 2024-08-12T21:56:51.154Z | Downloaded inout v0.1.3 |
| 1025 | 2024-08-12T21:56:51.154Z | Downloaded indoc v1.0.9 |
| 1026 | 2024-08-12T21:56:51.154Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1027 | 2024-08-12T21:56:51.158Z | Downloaded defmt-parser v0.3.4 |
| 1028 | 2024-08-12T21:56:51.158Z | Downloaded constant_time_eq v0.3.0 |
| 1029 | 2024-08-12T21:56:51.241Z | Compiling cfg-if v1.0.0 |
| 1030 | 2024-08-12T21:56:51.241Z | Compiling serde v1.0.206 |
| 1031 | 2024-08-12T21:56:51.244Z | Compiling lock_api v0.4.12 |
| 1032 | 2024-08-12T21:56:51.244Z | Compiling scopeguard v1.2.0 |
| 1033 | 2024-08-12T21:56:51.389Z | Compiling log v0.4.21 |
| 1034 | 2024-08-12T21:56:51.401Z | Compiling cc v1.0.97 |
| 1035 | 2024-08-12T21:56:51.421Z | Compiling syn v2.0.72 |
| 1036 | 2024-08-12T21:56:51.444Z | Compiling getrandom v0.2.14 |
| 1037 | 2024-08-12T21:56:51.477Z | Compiling typenum v1.17.0 |
| 1038 | 2024-08-12T21:56:51.531Z | Compiling generic-array v0.14.7 |
| 1039 | 2024-08-12T21:56:51.843Z | Compiling rand_core v0.6.4 |
| 1040 | 2024-08-12T21:56:51.866Z | Compiling pin-project-lite v0.2.14 |
| 1041 | 2024-08-12T21:56:51.990Z | Compiling parking_lot_core v0.9.10 |
| 1042 | 2024-08-12T21:56:52.014Z | Compiling smallvec v1.13.2 |
| 1043 | 2024-08-12T21:56:52.030Z | Compiling signal-hook-registry v1.4.2 |
| 1044 | 2024-08-12T21:56:52.293Z | Compiling spin v0.9.8 |
| 1045 | 2024-08-12T21:56:52.392Z | Compiling mio v0.8.11 |
| 1046 | 2024-08-12T21:56:52.425Z | Compiling ahash v0.8.11 |
| 1047 | 2024-08-12T21:56:52.659Z | Compiling tinyvec_macros v0.1.1 |
| 1048 | 2024-08-12T21:56:52.750Z | Compiling tinyvec v1.6.0 |
| 1049 | 2024-08-12T21:56:52.805Z | Compiling num_cpus v1.16.0 |
| 1050 | 2024-08-12T21:56:52.831Z | Compiling socket2 v0.5.7 |
| 1051 | 2024-08-12T21:56:52.930Z | Compiling parking_lot v0.12.2 |
| 1052 | 2024-08-12T21:56:53.126Z | Compiling serde_json v1.0.122 |
| 1053 | 2024-08-12T21:56:53.474Z | Compiling subtle v2.5.0 |
| 1054 | 2024-08-12T21:56:53.814Z | Compiling libm v0.2.8 |
| 1055 | 2024-08-12T21:56:53.895Z | Compiling futures-core v0.3.30 |
| 1056 | 2024-08-12T21:56:53.956Z | Compiling const-oid v0.9.6 |
| 1057 | 2024-08-12T21:56:53.999Z | Compiling slab v0.4.9 |
| 1058 | 2024-08-12T21:56:54.154Z | Compiling num-traits v0.2.19 |
| 1059 | 2024-08-12T21:56:54.210Z | Compiling allocator-api2 v0.2.18 |
| 1060 | 2024-08-12T21:56:54.228Z | Compiling futures-sink v0.3.30 |
| 1061 | 2024-08-12T21:56:54.318Z | Compiling unicode-normalization v0.1.23 |
| 1062 | 2024-08-12T21:56:54.353Z | Compiling unicode-bidi v0.3.15 |
| 1063 | 2024-08-12T21:56:54.967Z | Compiling futures-channel v0.3.30 |
| 1064 | 2024-08-12T21:56:55.054Z | Compiling pkg-config v0.3.30 |
| 1065 | 2024-08-12T21:56:55.122Z | Compiling pin-utils v0.1.0 |
| 1066 | 2024-08-12T21:56:55.307Z | Compiling vcpkg v0.2.15 |
| 1067 | 2024-08-12T21:56:55.514Z | Compiling futures-task v0.3.30 |
| 1068 | 2024-08-12T21:56:55.532Z | Compiling futures-io v0.3.30 |
| 1069 | 2024-08-12T21:56:55.865Z | Compiling ring v0.17.8 |
| 1070 | 2024-08-12T21:56:56.015Z | Compiling percent-encoding v2.3.1 |
| 1071 | 2024-08-12T21:56:56.036Z | Compiling ppv-lite86 v0.2.17 |
| 1072 | 2024-08-12T21:56:56.053Z | Compiling tracing-core v0.1.32 |
| 1073 | 2024-08-12T21:56:56.382Z | Compiling rustix v0.38.34 |
| 1074 | 2024-08-12T21:56:56.683Z | Compiling untrusted v0.9.0 |
| 1075 | 2024-08-12T21:56:56.808Z | Compiling rand_chacha v0.3.1 |
| 1076 | 2024-08-12T21:56:56.888Z | Compiling powerfmt v0.2.0 |
| 1077 | 2024-08-12T21:56:57.266Z | Compiling num-conv v0.1.0 |
| 1078 | 2024-08-12T21:56:57.310Z | Compiling time-core v0.1.2 |
| 1079 | 2024-08-12T21:56:57.480Z | Compiling syn v1.0.109 |
| 1080 | 2024-08-12T21:56:57.497Z | Compiling openssl-sys v0.9.103 |
| 1081 | 2024-08-12T21:56:57.532Z | Compiling time-macros v0.2.18 |
| 1082 | 2024-08-12T21:56:57.630Z | Compiling rand v0.8.5 |
| 1083 | 2024-08-12T21:56:57.829Z | Compiling deranged v0.3.11 |
| 1084 | 2024-08-12T21:56:58.139Z | Compiling openssl v0.10.66 |
| 1085 | 2024-08-12T21:56:58.567Z | Compiling num_threads v0.1.7 |
| 1086 | 2024-08-12T21:56:58.687Z | Compiling httparse v1.8.0 |
| 1087 | 2024-08-12T21:56:59.098Z | Compiling base64ct v1.6.0 |
| 1088 | 2024-08-12T21:56:59.138Z | Compiling rustversion v1.0.17 |
| 1089 | 2024-08-12T21:56:59.425Z | Compiling foreign-types-shared v0.1.1 |
| 1090 | 2024-08-12T21:56:59.554Z | Compiling foreign-types v0.3.2 |
| 1091 | 2024-08-12T21:56:59.572Z | Compiling pem-rfc7468 v0.7.0 |
| 1092 | 2024-08-12T21:56:59.655Z | Compiling form_urlencoded v1.2.1 |
| 1093 | 2024-08-12T21:56:59.842Z | Compiling rustls v0.21.12 |
| 1094 | 2024-08-12T21:56:59.938Z | Compiling siphasher v0.3.11 |
| 1095 | 2024-08-12T21:57:00.118Z | Compiling native-tls v0.2.11 |
| 1096 | 2024-08-12T21:57:00.225Z | Compiling crossbeam-utils v0.8.19 |
| 1097 | 2024-08-12T21:57:00.285Z | Compiling flagset v0.4.5 |
| 1098 | 2024-08-12T21:57:00.482Z | Compiling try-lock v0.2.5 |
| 1099 | 2024-08-12T21:57:00.606Z | Compiling time v0.3.36 |
| 1100 | 2024-08-12T21:57:00.623Z | Compiling want v0.3.1 |
| 1101 | 2024-08-12T21:57:00.856Z | Compiling idna v0.5.0 |
| 1102 | 2024-08-12T21:57:00.881Z | Compiling lazy_static v1.5.0 |
| 1103 | 2024-08-12T21:57:00.997Z | Compiling aho-corasick v1.1.3 |
| 1104 | 2024-08-12T21:57:01.422Z | Compiling cookie v0.17.0 |
| 1105 | 2024-08-12T21:57:01.719Z | Compiling iana-time-zone v0.1.60 |
| 1106 | 2024-08-12T21:57:01.881Z | Compiling regex-syntax v0.8.4 |
| 1107 | 2024-08-12T21:57:02.136Z | Compiling openssl-probe v0.1.5 |
| 1108 | 2024-08-12T21:57:02.469Z | Compiling httpdate v1.0.3 |
| 1109 | 2024-08-12T21:57:02.489Z | Compiling finl_unicode v1.2.0 |
| 1110 | 2024-08-12T21:57:02.896Z | Compiling adler v1.0.2 |
| 1111 | 2024-08-12T21:57:03.083Z | Compiling tower-service v0.3.2 |
| 1112 | 2024-08-12T21:57:03.108Z | Compiling cpufeatures v0.2.12 |
| 1113 | 2024-08-12T21:57:03.202Z | Compiling slog v2.7.0 |
| 1114 | 2024-08-12T21:57:03.205Z | Compiling miniz_oxide v0.7.2 |
| 1115 | 2024-08-12T21:57:03.845Z | Compiling stringprep v0.1.4 |
| 1116 | 2024-08-12T21:57:04.854Z | Compiling url v2.5.2 |
| 1117 | 2024-08-12T21:57:05.812Z | Compiling regex-automata v0.4.6 |
| 1118 | 2024-08-12T21:57:05.919Z | Compiling serde_derive v1.0.206 |
| 1119 | 2024-08-12T21:57:06.387Z | Compiling zeroize_derive v1.4.2 |
| 1120 | 2024-08-12T21:57:06.473Z | Compiling zerocopy-derive v0.7.34 |
| 1121 | 2024-08-12T21:57:06.726Z | Compiling tokio-macros v2.3.0 |
| 1122 | 2024-08-12T21:57:07.779Z | Compiling thiserror-impl v1.0.63 |
| 1123 | 2024-08-12T21:57:08.047Z | Compiling zeroize v1.7.0 |
| 1124 | 2024-08-12T21:57:08.429Z | Compiling futures-macro v0.3.30 |
| 1125 | 2024-08-12T21:57:08.451Z | Compiling tracing-attributes v0.1.27 |
| 1126 | 2024-08-12T21:57:08.849Z | Compiling zerocopy v0.7.34 |
| 1127 | 2024-08-12T21:57:09.875Z | Compiling crypto-common v0.1.6 |
| 1128 | 2024-08-12T21:57:10.106Z | Compiling block-buffer v0.10.4 |
| 1129 | 2024-08-12T21:57:10.457Z | Compiling digest v0.10.7 |
| 1130 | 2024-08-12T21:57:10.460Z | Compiling futures-util v0.3.30 |
| 1131 | 2024-08-12T21:57:10.943Z | Compiling hashbrown v0.14.5 |
| 1132 | 2024-08-12T21:57:10.983Z | Compiling scroll_derive v0.12.0 |
| 1133 | 2024-08-12T21:57:11.110Z | Compiling thiserror v1.0.63 |
| 1134 | 2024-08-12T21:57:11.241Z | Compiling pest v2.7.10 |
| 1135 | 2024-08-12T21:57:12.340Z | Compiling hmac v0.12.1 |
| 1136 | 2024-08-12T21:57:12.363Z | Compiling tracing v0.1.40 |
| 1137 | 2024-08-12T21:57:12.561Z | Compiling scroll v0.12.0 |
| 1138 | 2024-08-12T21:57:12.593Z | Compiling der_derive v0.7.2 |
| 1139 | 2024-08-12T21:57:12.870Z | Compiling openssl-macros v0.1.1 |
| 1140 | 2024-08-12T21:57:13.131Z | Compiling goblin v0.8.2 |
| 1141 | 2024-08-12T21:57:13.500Z | Compiling rustls-webpki v0.101.7 |
| 1142 | 2024-08-12T21:57:13.683Z | Compiling sct v0.7.1 |
| 1143 | 2024-08-12T21:57:14.004Z | Compiling pest_meta v2.7.10 |
| 1144 | 2024-08-12T21:57:15.131Z | Compiling der v0.7.9 |
| 1145 | 2024-08-12T21:57:15.400Z | Compiling pest_generator v2.7.10 |
| 1146 | 2024-08-12T21:57:16.684Z | Compiling md-5 v0.10.6 |
| 1147 | 2024-08-12T21:57:16.947Z | Compiling sha2 v0.10.8 |
| 1148 | 2024-08-12T21:57:17.488Z | Compiling spki v0.7.3 |
| 1149 | 2024-08-12T21:57:17.867Z | Compiling num-integer v0.1.46 |
| 1150 | 2024-08-12T21:57:18.526Z | Compiling idna v0.3.0 |
| 1151 | 2024-08-12T21:57:18.677Z | Compiling backtrace v0.3.71 |
| 1152 | 2024-08-12T21:57:18.857Z | Compiling hash32 v0.2.1 |
| 1153 | 2024-08-12T21:57:19.142Z | Compiling stable_deref_trait v1.2.0 |
| 1154 | 2024-08-12T21:57:19.191Z | Compiling pest_derive v2.7.10 |
| 1155 | 2024-08-12T21:57:19.236Z | Compiling psl-types v2.0.11 |
| 1156 | 2024-08-12T21:57:19.252Z | Compiling crc32fast v1.4.0 |
| 1157 | 2024-08-12T21:57:19.415Z | Compiling signal-hook v0.3.17 |
| 1158 | 2024-08-12T21:57:19.698Z | Compiling smoltcp v0.9.1 |
| 1159 | 2024-08-12T21:57:19.775Z | Compiling gimli v0.28.1 |
| 1160 | 2024-08-12T21:57:19.983Z | Compiling dtrace-parser v0.2.0 |
| 1161 | 2024-08-12T21:57:20.151Z | Compiling bytes v1.7.1 |
| 1162 | 2024-08-12T21:57:20.449Z | Compiling bitflags v2.6.0 |
| 1163 | 2024-08-12T21:57:20.589Z | Compiling indexmap v2.3.0 |
| 1164 | 2024-08-12T21:57:20.904Z | Compiling semver v1.0.23 |
| 1165 | 2024-08-12T21:57:21.446Z | Compiling tokio v1.38.1 |
| 1166 | 2024-08-12T21:57:21.666Z | Compiling http v0.2.12 |
| 1167 | 2024-08-12T21:57:22.074Z | Compiling rustc_version v0.4.0 |
| 1168 | 2024-08-12T21:57:22.867Z | Compiling heapless v0.7.17 |
| 1169 | 2024-08-12T21:57:23.303Z | Compiling http-body v0.4.6 |
| 1170 | 2024-08-12T21:57:23.343Z | Compiling dof v0.3.0 |
| 1171 | 2024-08-12T21:57:23.555Z | Compiling uuid v1.10.0 |
| 1172 | 2024-08-12T21:57:23.879Z | Compiling chrono v0.4.38 |
| 1173 | 2024-08-12T21:57:24.225Z | Compiling usdt-impl v0.5.0 |
| 1174 | 2024-08-12T21:57:24.801Z | Compiling serde_spanned v0.6.7 |
| 1175 | 2024-08-12T21:57:25.039Z | Compiling serde_tokenstream v0.2.1 |
| 1176 | 2024-08-12T21:57:25.058Z | Compiling toml_datetime v0.6.8 |
| 1177 | 2024-08-12T21:57:25.245Z | Compiling base64 v0.22.1 |
| 1178 | 2024-08-12T21:57:25.568Z | Compiling fallible-iterator v0.2.0 |
| 1179 | 2024-08-12T21:57:25.572Z | Compiling terminal_size v0.3.0 |
| 1180 | 2024-08-12T21:57:25.603Z | Compiling addr2line v0.21.0 |
| 1181 | 2024-08-12T21:57:25.939Z | Compiling publicsuffix v2.2.3 |
| 1182 | 2024-08-12T21:57:26.011Z | Compiling pkcs8 v0.10.2 |
| 1183 | 2024-08-12T21:57:26.186Z | Compiling hubpack_derive v0.1.1 |
| 1184 | 2024-08-12T21:57:26.253Z | Compiling postgres-protocol v0.6.7 |
| 1185 | 2024-08-12T21:57:26.272Z | Compiling block-padding v0.3.3 |
| 1186 | 2024-08-12T21:57:26.518Z | Compiling zerocopy-derive v0.6.6 |
| 1187 | 2024-08-12T21:57:26.571Z | Compiling async-trait v0.1.81 |
| 1188 | 2024-08-12T21:57:27.590Z | Compiling phf_shared v0.11.2 |
| 1189 | 2024-08-12T21:57:27.648Z | Compiling serde_derive_internals v0.29.1 |
| 1190 | 2024-08-12T21:57:27.950Z | Compiling ff v0.13.0 |
| 1191 | 2024-08-12T21:57:27.972Z | Compiling object v0.32.2 |
| 1192 | 2024-08-12T21:57:28.092Z | Compiling fs-err v2.11.0 |
| 1193 | 2024-08-12T21:57:28.170Z | Compiling base64 v0.21.7 |
| 1194 | 2024-08-12T21:57:28.381Z | Compiling winnow v0.5.40 |
| 1195 | 2024-08-12T21:57:28.786Z | Compiling base16ct v0.2.0 |
| 1196 | 2024-08-12T21:57:28.937Z | Compiling anyhow v1.0.86 |
| 1197 | 2024-08-12T21:57:29.119Z | Compiling ipnet v2.9.0 |
| 1198 | 2024-08-12T21:57:29.369Z | Compiling matches v0.1.10 |
| 1199 | 2024-08-12T21:57:29.523Z | Compiling tokio-util v0.7.11 |
| 1200 | 2024-08-12T21:57:30.112Z | Compiling tokio-native-tls v0.3.1 |
| 1201 | 2024-08-12T21:57:30.301Z | Compiling tokio-rustls v0.24.1 |
| 1202 | 2024-08-12T21:57:30.395Z | Compiling managed v0.8.0 |
| 1203 | 2024-08-12T21:57:30.497Z | Compiling h2 v0.3.26 |
| 1204 | 2024-08-12T21:57:30.696Z | Compiling regex-automata v0.1.10 |
| 1205 | 2024-08-12T21:57:30.831Z | Compiling bitflags v1.3.2 |
| 1206 | 2024-08-12T21:57:30.923Z | Compiling rustc-demangle v0.1.24 |
| 1207 | 2024-08-12T21:57:30.940Z | Compiling bit-vec v0.6.3 |
| 1208 | 2024-08-12T21:57:31.188Z | Compiling schemars v0.8.21 |
| 1209 | 2024-08-12T21:57:31.396Z | Compiling either v1.13.0 |
| 1210 | 2024-08-12T21:57:31.571Z | Compiling bstr v0.2.17 |
| 1211 | 2024-08-12T21:57:31.834Z | Compiling toml_edit v0.19.15 |
| 1212 | 2024-08-12T21:57:32.213Z | Compiling clap_builder v4.5.15 |
| 1213 | 2024-08-12T21:57:32.242Z | Compiling schemars_derive v0.8.21 |
| 1214 | 2024-08-12T21:57:33.222Z | Compiling idna v0.2.3 |
| 1215 | 2024-08-12T21:57:34.063Z | Compiling sec1 v0.7.3 |
| 1216 | 2024-08-12T21:57:34.878Z | Compiling zerocopy v0.6.6 |
| 1217 | 2024-08-12T21:57:35.307Z | Compiling rustls-pemfile v1.0.4 |
| 1218 | 2024-08-12T21:57:35.733Z | Compiling group v0.13.0 |
| 1219 | 2024-08-12T21:57:35.764Z | Compiling phf v0.11.2 |
| 1220 | 2024-08-12T21:57:35.847Z | Compiling cookie_store v0.20.0 |
| 1221 | 2024-08-12T21:57:36.052Z | Compiling hubpack v0.1.2 |
| 1222 | 2024-08-12T21:57:36.055Z | Compiling postgres-types v0.2.7 |
| 1223 | 2024-08-12T21:57:36.528Z | Compiling inout v0.1.3 |
| 1224 | 2024-08-12T21:57:37.172Z | Compiling usdt-macro v0.5.0 |
| 1225 | 2024-08-12T21:57:37.368Z | Compiling hyper v0.14.30 |
| 1226 | 2024-08-12T21:57:37.598Z | Compiling usdt-attr-macro v0.5.0 |
| 1227 | 2024-08-12T21:57:37.777Z | Compiling serde_urlencoded v0.7.1 |
| 1228 | 2024-08-12T21:57:38.204Z | Compiling num-bigint v0.4.5 |
| 1229 | 2024-08-12T21:57:38.308Z | Compiling futures-executor v0.3.30 |
| 1230 | 2024-08-12T21:57:38.672Z | Compiling enum-as-inner v0.5.1 |
| 1231 | 2024-08-12T21:57:38.917Z | Compiling hkdf v0.12.4 |
| 1232 | 2024-08-12T21:57:39.153Z | Compiling regex v1.10.6 |
| 1233 | 2024-08-12T21:57:39.302Z | Compiling crypto-bigint v0.5.5 |
| 1234 | 2024-08-12T21:57:39.737Z | Compiling serde_repr v0.1.19 |
| 1235 | 2024-08-12T21:57:39.740Z | Compiling strum_macros v0.25.3 |
| 1236 | 2024-08-12T21:57:40.292Z | Compiling clap_derive v4.5.13 |
| 1237 | 2024-08-12T21:57:40.940Z | Compiling phf_shared v0.10.0 |
| 1238 | 2024-08-12T21:57:41.075Z | Compiling float-cmp v0.9.0 |
| 1239 | 2024-08-12T21:57:41.310Z | Compiling mio v1.0.1 |
| 1240 | 2024-08-12T21:57:41.349Z | Compiling encoding_rs v0.8.34 |
| 1241 | 2024-08-12T21:57:41.639Z | Compiling webpki-roots v0.25.4 |
| 1242 | 2024-08-12T21:57:41.799Z | Compiling precomputed-hash v0.1.1 |
| 1243 | 2024-08-12T21:57:41.912Z | Compiling sync_wrapper v0.1.2 |
| 1244 | 2024-08-12T21:57:42.043Z | Compiling new_debug_unreachable v1.0.6 |
| 1245 | 2024-08-12T21:57:42.138Z | Compiling minimal-lexical v0.2.1 |
| 1246 | 2024-08-12T21:57:42.536Z | Compiling mime v0.3.17 |
| 1247 | 2024-08-12T21:57:42.641Z | Compiling data-encoding v2.6.0 |
| 1248 | 2024-08-12T21:57:43.155Z | Compiling normalize-line-endings v0.3.0 |
| 1249 | 2024-08-12T21:57:43.282Z | Compiling predicates-core v1.0.6 |
| 1250 | 2024-08-12T21:57:43.678Z | Compiling dyn-clone v1.0.17 |
| 1251 | 2024-08-12T21:57:43.926Z | Compiling fixedbitset v0.4.2 |
| 1252 | 2024-08-12T21:57:43.948Z | Compiling whoami v1.5.1 |
| 1253 | 2024-08-12T21:57:44.398Z | Compiling hyper-rustls v0.24.2 |
| 1254 | 2024-08-12T21:57:44.581Z | Compiling hyper-tls v0.5.0 |
| 1255 | 2024-08-12T21:57:44.756Z | Compiling static_assertions v1.1.0 |
| 1256 | 2024-08-12T21:57:44.857Z | Compiling unicode-segmentation v1.11.0 |
| 1257 | 2024-08-12T21:57:44.951Z | Compiling difflib v0.4.0 |
| 1258 | 2024-08-12T21:57:45.047Z | Compiling reqwest v0.11.27 |
| 1259 | 2024-08-12T21:57:45.413Z | Compiling predicates v3.1.2 |
| 1260 | 2024-08-12T21:57:45.416Z | Compiling clap v4.5.15 |
| 1261 | 2024-08-12T21:57:45.536Z | Compiling similar v2.5.0 |
| 1262 | 2024-08-12T21:57:45.696Z | Compiling toml_edit v0.22.20 |
| 1263 | 2024-08-12T21:57:45.922Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1264 | 2024-08-12T21:57:46.587Z | Compiling tokio-postgres v0.7.11 |
| 1265 | 2024-08-12T21:57:47.177Z | Compiling petgraph v0.6.5 |
| 1266 | 2024-08-12T21:57:47.290Z | Compiling console v0.15.8 |
| 1267 | 2024-08-12T21:57:48.884Z | Compiling trust-dns-proto v0.22.0 |
| 1268 | 2024-08-12T21:57:49.278Z | Compiling nom v7.1.3 |
| 1269 | 2024-08-12T21:57:51.244Z | Compiling elliptic-curve v0.13.8 |
| 1270 | 2024-08-12T21:57:52.080Z | Compiling string_cache v0.8.7 |
| 1271 | 2024-08-12T21:57:52.104Z | Compiling signal-hook-mio v0.2.4 |
| 1272 | 2024-08-12T21:57:52.189Z | Compiling usdt v0.5.0 |
| 1273 | 2024-08-12T21:57:52.263Z | Compiling yasna v0.5.2 |
| 1274 | 2024-08-12T21:57:52.348Z | Compiling futures v0.3.30 |
| 1275 | 2024-08-12T21:57:52.466Z | Compiling flate2 v1.0.31 |
| 1276 | 2024-08-12T21:57:52.544Z | Compiling cipher v0.4.4 |
| 1277 | 2024-08-12T21:57:53.056Z | Compiling toml v0.7.8 |
| 1278 | 2024-08-12T21:57:53.390Z | Compiling itertools v0.12.1 |
| 1279 | 2024-08-12T21:57:53.512Z | Compiling itertools v0.10.5 |
| 1280 | 2024-08-12T21:57:53.921Z | Compiling bit-set v0.5.3 |
| 1281 | 2024-08-12T21:57:54.072Z | Compiling tokio-stream v0.1.15 |
| 1282 | 2024-08-12T21:57:54.213Z | Compiling openapiv3 v2.0.0 |
| 1283 | 2024-08-12T21:57:54.231Z | Compiling hex v0.4.3 |
| 1284 | 2024-08-12T21:57:54.956Z | Compiling num-iter v0.1.45 |
| 1285 | 2024-08-12T21:57:54.959Z | Compiling bstr v1.9.1 |
| 1286 | 2024-08-12T21:57:55.030Z | Compiling crossbeam-epoch v0.9.18 |
| 1287 | 2024-08-12T21:57:55.064Z | Compiling dirs-sys-next v0.1.2 |
| 1288 | 2024-08-12T21:57:55.740Z | Compiling unicode-xid v0.2.4 |
| 1289 | 2024-08-12T21:57:55.818Z | Compiling lalrpop-util v0.19.12 |
| 1290 | 2024-08-12T21:57:55.920Z | Compiling peg-runtime v0.8.3 |
| 1291 | 2024-08-12T21:57:56.165Z | Compiling dirs-next v2.0.0 |
| 1292 | 2024-08-12T21:57:56.303Z | Compiling thread_local v1.1.8 |
| 1293 | 2024-08-12T21:57:56.366Z | Compiling slog-async v2.8.0 |
| 1294 | 2024-08-12T21:57:56.552Z | Compiling term v0.7.0 |
| 1295 | 2024-08-12T21:57:56.570Z | Compiling xattr v1.3.1 |
| 1296 | 2024-08-12T21:57:56.670Z | Compiling strum_macros v0.26.4 |
| 1297 | 2024-08-12T21:57:56.838Z | Compiling crossbeam-channel v0.5.12 |
| 1298 | 2024-08-12T21:57:56.855Z | Compiling filetime v0.2.24 |
| 1299 | 2024-08-12T21:57:56.965Z | Compiling is-terminal v0.4.12 |
| 1300 | 2024-08-12T21:57:57.092Z | Compiling take_mut v0.2.2 |
| 1301 | 2024-08-12T21:57:57.171Z | Compiling slog-term v2.9.1 |
| 1302 | 2024-08-12T21:57:57.220Z | Compiling tar v0.4.41 |
| 1303 | 2024-08-12T21:57:57.241Z | Compiling camino v1.1.7 |
| 1304 | 2024-08-12T21:57:59.419Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1305 | 2024-08-12T21:57:59.910Z | Compiling strum v0.26.3 |
| 1306 | 2024-08-12T21:57:59.988Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1307 | 2024-08-12T21:58:05.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 1308 | 2024-08-12T21:58:05.205Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1309 | 2024-08-12T21:58:05.250Z | Aug 12 21:58:04.563 INFO Starting download, target: Clickhouse |
| 1310 | 2024-08-12T21:58:05.250Z | Aug 12 21:58:04.564 INFO Starting download, target: Cockroach |
| 1311 | 2024-08-12T21:58:05.250Z | Aug 12 21:58:04.564 INFO Starting download, target: Console |
| 1312 | 2024-08-12T21:58:05.250Z | Aug 12 21:58:04.564 INFO Starting download, target: DendriteOpenapi |
| 1313 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.564 INFO Starting download, target: DendriteStub |
| 1314 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.564 INFO Starting download, target: MaghemiteMgd |
| 1315 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.564 INFO Starting download, target: TransceiverControl |
| 1316 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.565 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
| 1317 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.565 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1318 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.565 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1319 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.565 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1320 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.565 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1321 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.565 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1322 | 2024-08-12T21:58:05.254Z | Aug 12 21:58:04.565 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1323 | 2024-08-12T21:58:05.389Z | Aug 12 21:58:04.702 INFO Download complete, target: DendriteOpenapi |
| 1324 | 2024-08-12T21:58:05.550Z | Aug 12 21:58:04.861 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1325 | 2024-08-12T21:58:05.753Z | Aug 12 21:58:05.066 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1326 | 2024-08-12T21:58:05.909Z | Aug 12 21:58:05.221 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1327 | 2024-08-12T21:58:06.095Z | Aug 12 21:58:05.408 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1328 | 2024-08-12T21:58:06.146Z | Aug 12 21:58:05.459 INFO Download complete, target: Console |
| 1329 | 2024-08-12T21:58:06.385Z | Aug 12 21:58:05.686 INFO Download complete, target: TransceiverControl |
| 1330 | 2024-08-12T21:58:07.263Z | Aug 12 21:58:06.577 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1331 | 2024-08-12T21:58:08.906Z | Aug 12 21:58:08.219 INFO Download complete, target: DendriteStub |
| 1332 | 2024-08-12T21:58:09.038Z | Aug 12 21:58:08.350 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1333 | 2024-08-12T21:58:09.038Z | Aug 12 21:58:08.350 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1334 | 2024-08-12T21:58:09.275Z | Aug 12 21:58:08.588 INFO Download complete, target: MaghemiteMgd |
| 1335 | 2024-08-12T21:58:17.084Z | Aug 12 21:58:16.395 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1336 | 2024-08-12T21:58:17.422Z | Aug 12 21:58:16.733 INFO Checking that binary works, target: Cockroach |
| 1337 | 2024-08-12T21:58:17.641Z | Aug 12 21:58:16.952 INFO Download complete, target: Cockroach |
| 1338 | 2024-08-12T21:58:21.178Z | Aug 12 21:58:20.488 INFO Checking that binary works, target: Clickhouse |
| 1339 | 2024-08-12T21:58:21.434Z | Aug 12 21:58:20.745 INFO Download complete, target: Clickhouse |
| 1340 | 2024-08-12T21:58:21.576Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1341 | 2024-08-12T21:58:21.579Z | |
| 1342 | 2024-08-12T21:58:21.579Z | real 3:56.364583888 |
| 1343 | 2024-08-12T21:58:21.579Z | user 11:02.500466004 |
| 1344 | 2024-08-12T21:58:21.579Z | sys 2:21.453192354 |
| 1345 | 2024-08-12T21:58:21.579Z | trap 0.421549854 |
| 1346 | 2024-08-12T21:58:21.579Z | tflt 4.078092478 |
| 1347 | 2024-08-12T21:58:21.579Z | dflt 4.653963535 |
| 1348 | 2024-08-12T21:58:21.579Z | kflt 0.136335047 |
| 1349 | 2024-08-12T21:58:21.579Z | lock 21:12.003651012 |
| 1350 | 2024-08-12T21:58:21.579Z | slp 43:06.289062483 |
| 1351 | 2024-08-12T21:58:21.579Z | lat 39.498564684 |
| 1352 | 2024-08-12T21:58:21.579Z | stop 1:41.555545504 |
| 1353 | 2024-08-12T21:58:21.579Z | + banner clippy |
| 1354 | 2024-08-12T21:58:21.582Z | |
| 1355 | 2024-08-12T21:58:21.582Z | #### # # ##### ##### # # |
| 1356 | 2024-08-12T21:58:21.582Z | # # # # # # # # # # |
| 1357 | 2024-08-12T21:58:21.582Z | # # # # # # # # |
| 1358 | 2024-08-12T21:58:21.582Z | # # # ##### ##### # |
| 1359 | 2024-08-12T21:58:21.582Z | # # # # # # # |
| 1360 | 2024-08-12T21:58:21.582Z | #### ###### # # # # |
| 1361 | 2024-08-12T21:58:21.582Z | |
| 1362 | 2024-08-12T21:58:21.582Z | + export CARGO_INCREMENTAL=0 |
| 1363 | 2024-08-12T21:58:21.582Z | + CARGO_INCREMENTAL=0 |
| 1364 | 2024-08-12T21:58:21.582Z | + ptime -m cargo xtask clippy |
| 1365 | 2024-08-12T21:58:22.128Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1366 | 2024-08-12T21:58:25.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 1367 | 2024-08-12T21:58:25.686Z | Running `target/debug/xtask clippy` |
| 1368 | 2024-08-12T21:58:25.708Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1369 | 2024-08-12T21:58:26.387Z | Downloading crates ... |
| 1370 | 2024-08-12T21:58:26.676Z | Downloaded md5 v0.7.0 |
| 1371 | 2024-08-12T21:58:26.679Z | Downloaded dhcproto-macros v0.1.0 |
| 1372 | 2024-08-12T21:58:26.683Z | Downloaded tower-layer v0.3.2 |
| 1373 | 2024-08-12T21:58:26.685Z | Downloaded russh-cryptovec v0.7.2 |
| 1374 | 2024-08-12T21:58:26.691Z | Downloaded approx v0.5.1 |
| 1375 | 2024-08-12T21:58:26.697Z | Downloaded escape8259 v0.5.2 |
| 1376 | 2024-08-12T21:58:26.700Z | Downloaded http-body v1.0.0 |
| 1377 | 2024-08-12T21:58:26.700Z | Downloaded doc-comment v0.3.3 |
| 1378 | 2024-08-12T21:58:26.703Z | Downloaded pathdiff v0.2.1 |
| 1379 | 2024-08-12T21:58:26.703Z | Downloaded nested v0.1.1 |
| 1380 | 2024-08-12T21:58:26.706Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1381 | 2024-08-12T21:58:26.709Z | Downloaded blowfish v0.9.1 |
| 1382 | 2024-08-12T21:58:26.709Z | Downloaded criterion-plot v0.5.0 |
| 1383 | 2024-08-12T21:58:26.712Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1384 | 2024-08-12T21:58:26.712Z | Downloaded oorandom v11.1.3 |
| 1385 | 2024-08-12T21:58:26.716Z | Downloaded internet-checksum v0.2.1 |
| 1386 | 2024-08-12T21:58:26.720Z | Downloaded hex-literal v0.4.1 |
| 1387 | 2024-08-12T21:58:26.720Z | Downloaded rand_chacha v0.2.2 |
| 1388 | 2024-08-12T21:58:26.730Z | Downloaded rfc6979 v0.4.0 |
| 1389 | 2024-08-12T21:58:26.730Z | Downloaded pbkdf2 v0.12.2 |
| 1390 | 2024-08-12T21:58:26.730Z | Downloaded dirs-sys v0.4.1 |
| 1391 | 2024-08-12T21:58:26.730Z | Downloaded target-spec v3.2.1 |
| 1392 | 2024-08-12T21:58:26.730Z | Downloaded polyval v0.6.2 |
| 1393 | 2024-08-12T21:58:26.730Z | Downloaded plotters-backend v0.3.5 |
| 1394 | 2024-08-12T21:58:26.730Z | Downloaded cast v0.3.0 |
| 1395 | 2024-08-12T21:58:26.734Z | Downloaded option-ext v0.2.0 |
| 1396 | 2024-08-12T21:58:26.736Z | Downloaded plotters-svg v0.3.5 |
| 1397 | 2024-08-12T21:58:26.736Z | Downloaded similar-asserts v1.5.0 |
| 1398 | 2024-08-12T21:58:26.739Z | Downloaded ctr v0.9.2 |
| 1399 | 2024-08-12T21:58:26.743Z | Downloaded ghash v0.5.1 |
| 1400 | 2024-08-12T21:58:26.746Z | Downloaded ed25519 v2.2.3 |
| 1401 | 2024-08-12T21:58:26.746Z | Downloaded getrandom v0.1.16 |
| 1402 | 2024-08-12T21:58:26.749Z | Downloaded dirs v5.0.1 |
| 1403 | 2024-08-12T21:58:26.749Z | Downloaded primeorder v0.13.6 |
| 1404 | 2024-08-12T21:58:26.752Z | Downloaded blake2b_simd v1.0.2 |
| 1405 | 2024-08-12T21:58:26.752Z | Downloaded ecdsa v0.16.9 |
| 1406 | 2024-08-12T21:58:26.754Z | Downloaded anes v0.1.6 |
| 1407 | 2024-08-12T21:58:26.757Z | Downloaded cbc v0.1.2 |
| 1408 | 2024-08-12T21:58:26.757Z | Downloaded hyper-rustls v0.26.0 |
| 1409 | 2024-08-12T21:58:26.760Z | Downloaded httptest v0.15.5 |
| 1410 | 2024-08-12T21:58:26.763Z | Downloaded tinytemplate v1.2.1 |
| 1411 | 2024-08-12T21:58:26.763Z | Downloaded rust-argon2 v2.1.0 |
| 1412 | 2024-08-12T21:58:26.765Z | Downloaded partial-io v0.5.4 |
| 1413 | 2024-08-12T21:58:26.768Z | Downloaded yansi v0.5.1 |
| 1414 | 2024-08-12T21:58:26.768Z | Downloaded threadpool v1.8.1 |
| 1415 | 2024-08-12T21:58:26.768Z | Downloaded relative-path v1.9.3 |
| 1416 | 2024-08-12T21:58:26.771Z | Downloaded pbkdf2 v0.11.0 |
| 1417 | 2024-08-12T21:58:26.774Z | Downloaded rand_core v0.5.1 |
| 1418 | 2024-08-12T21:58:26.774Z | Downloaded datatest-stable v0.2.9 |
| 1419 | 2024-08-12T21:58:26.777Z | Downloaded futures-timer v3.0.3 |
| 1420 | 2024-08-12T21:58:26.780Z | Downloaded libtest-mimic v0.7.3 |
| 1421 | 2024-08-12T21:58:26.782Z | Downloaded cfg-expr v0.16.0 |
| 1422 | 2024-08-12T21:58:26.788Z | Downloaded assert_cmd v2.0.16 |
| 1423 | 2024-08-12T21:58:26.791Z | Downloaded password-hash v0.4.2 |
| 1424 | 2024-08-12T21:58:26.795Z | Downloaded rustls-native-certs v0.7.0 |
| 1425 | 2024-08-12T21:58:26.811Z | Downloaded target-lexicon v0.12.16 |
| 1426 | 2024-08-12T21:58:26.814Z | Downloaded russh-keys v0.43.0 |
| 1427 | 2024-08-12T21:58:26.817Z | Downloaded rstest v0.19.0 |
| 1428 | 2024-08-12T21:58:26.820Z | Downloaded p256 v0.13.2 |
| 1429 | 2024-08-12T21:58:26.824Z | Downloaded dhcproto v0.12.0 |
| 1430 | 2024-08-12T21:58:26.826Z | Downloaded trybuild v1.0.99 |
| 1431 | 2024-08-12T21:58:26.830Z | Downloaded rand_distr v0.4.3 |
| 1432 | 2024-08-12T21:58:26.833Z | Downloaded rstest_macros v0.19.0 |
| 1433 | 2024-08-12T21:58:26.836Z | Downloaded fancy-regex v0.13.0 |
| 1434 | 2024-08-12T21:58:26.839Z | Downloaded hyper-util v0.1.3 |
| 1435 | 2024-08-12T21:58:26.843Z | Downloaded ed25519-dalek v2.1.1 |
| 1436 | 2024-08-12T21:58:26.846Z | Downloaded aes-gcm v0.10.3 |
| 1437 | 2024-08-12T21:58:26.855Z | Downloaded pretty_assertions v1.4.0 |
| 1438 | 2024-08-12T21:58:26.858Z | Downloaded tower v0.4.13 |
| 1439 | 2024-08-12T21:58:26.866Z | Downloaded russh v0.43.0 |
| 1440 | 2024-08-12T21:58:26.871Z | Downloaded rand v0.7.3 |
| 1441 | 2024-08-12T21:58:26.875Z | Downloaded hyper v1.3.1 |
| 1442 | 2024-08-12T21:58:26.881Z | Downloaded plotters v0.3.5 |
| 1443 | 2024-08-12T21:58:26.889Z | Downloaded p521 v0.13.3 |
| 1444 | 2024-08-12T21:58:26.893Z | Downloaded guppy v0.17.7 |
| 1445 | 2024-08-12T21:58:26.898Z | Downloaded criterion v0.5.1 |
| 1446 | 2024-08-12T21:58:26.904Z | Downloaded aes v0.8.4 |
| 1447 | 2024-08-12T21:58:27.546Z | Checking cfg-if v1.0.0 |
| 1448 | 2024-08-12T21:58:27.610Z | Checking libc v0.2.155 |
| 1449 | 2024-08-12T21:58:27.629Z | Checking serde v1.0.206 |
| 1450 | 2024-08-12T21:58:27.646Z | Checking memchr v2.7.2 |
| 1451 | 2024-08-12T21:58:27.667Z | Checking scopeguard v1.2.0 |
| 1452 | 2024-08-12T21:58:27.669Z | Checking log v0.4.21 |
| 1453 | 2024-08-12T21:58:27.702Z | Checking itoa v1.0.11 |
| 1454 | 2024-08-12T21:58:27.724Z | Checking byteorder v1.5.0 |
| 1455 | 2024-08-12T21:58:27.746Z | Checking smallvec v1.13.2 |
| 1456 | 2024-08-12T21:58:27.801Z | Checking lock_api v0.4.12 |
| 1457 | 2024-08-12T21:58:27.916Z | Checking once_cell v1.19.0 |
| 1458 | 2024-08-12T21:58:27.984Z | Checking pin-project-lite v0.2.14 |
| 1459 | 2024-08-12T21:58:28.096Z | Checking zeroize v1.7.0 |
| 1460 | 2024-08-12T21:58:28.123Z | Checking libm v0.2.8 |
| 1461 | 2024-08-12T21:58:28.150Z | Checking ryu v1.0.18 |
| 1462 | 2024-08-12T21:58:28.198Z | Checking spin v0.9.8 |
| 1463 | 2024-08-12T21:58:28.223Z | Checking typenum v1.17.0 |
| 1464 | 2024-08-12T21:58:28.360Z | Checking thiserror v1.0.63 |
| 1465 | 2024-08-12T21:58:28.385Z | Checking futures-core v0.3.30 |
| 1466 | 2024-08-12T21:58:28.490Z | Checking zerocopy v0.7.34 |
| 1467 | 2024-08-12T21:58:28.493Z | Checking subtle v2.5.0 |
| 1468 | 2024-08-12T21:58:28.538Z | Checking futures-sink v0.3.30 |
| 1469 | 2024-08-12T21:58:28.567Z | Checking slab v0.4.9 |
| 1470 | 2024-08-12T21:58:28.679Z | Checking futures-channel v0.3.30 |
| 1471 | 2024-08-12T21:58:28.703Z | Checking getrandom v0.2.14 |
| 1472 | 2024-08-12T21:58:28.761Z | Checking parking_lot_core v0.9.10 |
| 1473 | 2024-08-12T21:58:28.820Z | Checking signal-hook-registry v1.4.2 |
| 1474 | 2024-08-12T21:58:28.942Z | Checking rand_core v0.6.4 |
| 1475 | 2024-08-12T21:58:29.018Z | Checking mio v0.8.11 |
| 1476 | 2024-08-12T21:58:29.043Z | Checking num-traits v0.2.19 |
| 1477 | 2024-08-12T21:58:29.066Z | Checking num_cpus v1.16.0 |
| 1478 | 2024-08-12T21:58:29.085Z | Checking parking_lot v0.12.2 |
| 1479 | 2024-08-12T21:58:29.174Z | Checking socket2 v0.5.7 |
| 1480 | 2024-08-12T21:58:29.222Z | Checking pin-utils v0.1.0 |
| 1481 | 2024-08-12T21:58:29.321Z | Checking futures-io v0.3.30 |
| 1482 | 2024-08-12T21:58:29.424Z | Checking futures-task v0.3.30 |
| 1483 | 2024-08-12T21:58:29.500Z | Checking const-oid v0.9.6 |
| 1484 | 2024-08-12T21:58:29.594Z | Checking generic-array v0.14.7 |
| 1485 | 2024-08-12T21:58:29.622Z | Checking allocator-api2 v0.2.18 |
| 1486 | 2024-08-12T21:58:29.653Z | Checking futures-util v0.3.30 |
| 1487 | 2024-08-12T21:58:29.676Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1488 | 2024-08-12T21:58:29.974Z | Checking ahash v0.8.11 |
| 1489 | 2024-08-12T21:58:29.999Z | Checking fnv v1.0.7 |
| 1490 | 2024-08-12T21:58:30.244Z | Checking iana-time-zone v0.1.60 |
| 1491 | 2024-08-12T21:58:30.248Z | Checking equivalent v1.0.1 |
| 1492 | 2024-08-12T21:58:30.311Z | Checking ppv-lite86 v0.2.17 |
| 1493 | 2024-08-12T21:58:30.336Z | Checking tinyvec_macros v0.1.1 |
| 1494 | 2024-08-12T21:58:30.424Z | Checking tinyvec v1.6.0 |
| 1495 | 2024-08-12T21:58:30.478Z | Checking hashbrown v0.14.5 |
| 1496 | 2024-08-12T21:58:30.713Z | Checking crypto-common v0.1.6 |
| 1497 | 2024-08-12T21:58:30.795Z | Checking block-buffer v0.10.4 |
| 1498 | 2024-08-12T21:58:30.914Z | Checking cpufeatures v0.2.12 |
| 1499 | 2024-08-12T21:58:30.987Z | Checking rand_chacha v0.3.1 |
| 1500 | 2024-08-12T21:58:31.013Z | Checking lazy_static v1.5.0 |
| 1501 | 2024-08-12T21:58:31.036Z | Checking unicode-bidi v0.3.15 |
| 1502 | 2024-08-12T21:58:31.134Z | Checking errno v0.3.9 |
| 1503 | 2024-08-12T21:58:31.269Z | Checking digest v0.10.7 |
| 1504 | 2024-08-12T21:58:31.311Z | Checking tracing-core v0.1.32 |
| 1505 | 2024-08-12T21:58:31.370Z | Checking rand v0.8.5 |
| 1506 | 2024-08-12T21:58:31.646Z | Checking dyn-clone v1.0.17 |
| 1507 | 2024-08-12T21:58:31.669Z | Checking percent-encoding v2.3.1 |
| 1508 | 2024-08-12T21:58:31.692Z | Checking regex-syntax v0.8.4 |
| 1509 | 2024-08-12T21:58:31.775Z | Checking unicode-normalization v0.1.23 |
| 1510 | 2024-08-12T21:58:31.800Z | Checking aho-corasick v1.1.3 |
| 1511 | 2024-08-12T21:58:31.879Z | Checking unicode-ident v1.0.12 |
| 1512 | 2024-08-12T21:58:31.942Z | Checking tracing v0.1.40 |
| 1513 | 2024-08-12T21:58:32.047Z | Checking form_urlencoded v1.2.1 |
| 1514 | 2024-08-12T21:58:32.243Z | Checking unicode-width v0.1.13 |
| 1515 | 2024-08-12T21:58:32.289Z | Checking powerfmt v0.2.0 |
| 1516 | 2024-08-12T21:58:32.443Z | Checking time-core v0.1.2 |
| 1517 | 2024-08-12T21:58:32.565Z | Checking bytes v1.7.1 |
| 1518 | 2024-08-12T21:58:32.590Z | Checking bitflags v2.6.0 |
| 1519 | 2024-08-12T21:58:32.593Z | Checking serde_json v1.0.122 |
| 1520 | 2024-08-12T21:58:32.631Z | Checking chrono v0.4.38 |
| 1521 | 2024-08-12T21:58:32.690Z | Checking uuid v1.10.0 |
| 1522 | 2024-08-12T21:58:32.895Z | Checking indexmap v2.3.0 |
| 1523 | 2024-08-12T21:58:33.314Z | Checking rustix v0.38.34 |
| 1524 | 2024-08-12T21:58:33.372Z | Checking tokio v1.38.1 |
| 1525 | 2024-08-12T21:58:33.395Z | Checking deranged v0.3.11 |
| 1526 | 2024-08-12T21:58:34.208Z | Checking num_threads v0.1.7 |
| 1527 | 2024-08-12T21:58:34.295Z | Checking num-conv v0.1.0 |
| 1528 | 2024-08-12T21:58:34.327Z | Checking proc-macro2 v1.0.86 |
| 1529 | 2024-08-12T21:58:34.540Z | Checking httparse v1.8.0 |
| 1530 | 2024-08-12T21:58:34.726Z | Checking adler v1.0.2 |
| 1531 | 2024-08-12T21:58:34.776Z | Checking schemars v0.8.21 |
| 1532 | 2024-08-12T21:58:34.871Z | Checking miniz_oxide v0.7.2 |
| 1533 | 2024-08-12T21:58:34.894Z | Checking regex-automata v0.4.6 |
| 1534 | 2024-08-12T21:58:34.958Z | Checking http v0.2.12 |
| 1535 | 2024-08-12T21:58:34.980Z | Checking quote v1.0.36 |
| 1536 | 2024-08-12T21:58:35.167Z | Checking time v0.3.36 |
| 1537 | 2024-08-12T21:58:35.304Z | Checking idna v0.5.0 |
| 1538 | 2024-08-12T21:58:35.323Z | Checking syn v2.0.72 |
| 1539 | 2024-08-12T21:58:35.563Z | Checking untrusted v0.9.0 |
| 1540 | 2024-08-12T21:58:35.724Z | Checking ring v0.17.8 |
| 1541 | 2024-08-12T21:58:36.158Z | Checking url v2.5.2 |
| 1542 | 2024-08-12T21:58:36.306Z | Checking base64ct v1.6.0 |
| 1543 | 2024-08-12T21:58:36.399Z | Checking try-lock v0.2.5 |
| 1544 | 2024-08-12T21:58:36.540Z | Checking want v0.3.1 |
| 1545 | 2024-08-12T21:58:36.721Z | Checking slog v2.7.0 |
| 1546 | 2024-08-12T21:58:36.770Z | Checking tower-service v0.3.2 |
| 1547 | 2024-08-12T21:58:36.895Z | Checking futures-executor v0.3.30 |
| 1548 | 2024-08-12T21:58:36.964Z | Checking gimli v0.28.1 |
| 1549 | 2024-08-12T21:58:37.118Z | Checking object v0.32.2 |
| 1550 | 2024-08-12T21:58:37.210Z | Checking rustc-demangle v0.1.24 |
| 1551 | 2024-08-12T21:58:37.616Z | Checking httpdate v1.0.3 |
| 1552 | 2024-08-12T21:58:37.619Z | Checking base64 v0.21.7 |
| 1553 | 2024-08-12T21:58:37.654Z | Checking utf8parse v0.2.1 |
| 1554 | 2024-08-12T21:58:37.804Z | Checking futures v0.3.30 |
| 1555 | 2024-08-12T21:58:37.849Z | Checking http-body v0.4.6 |
| 1556 | 2024-08-12T21:58:37.920Z | Checking foreign-types-shared v0.1.1 |
| 1557 | 2024-08-12T21:58:38.026Z | Checking openssl-probe v0.1.5 |
| 1558 | 2024-08-12T21:58:38.069Z | Checking foreign-types v0.3.2 |
| 1559 | 2024-08-12T21:58:38.164Z | Checking pem-rfc7468 v0.7.0 |
| 1560 | 2024-08-12T21:58:38.185Z | Checking openssl-sys v0.9.103 |
| 1561 | 2024-08-12T21:58:38.237Z | Checking ipnet v2.9.0 |
| 1562 | 2024-08-12T21:58:38.431Z | Checking flagset v0.4.5 |
| 1563 | 2024-08-12T21:58:38.631Z | Checking anstyle v1.0.8 |
| 1564 | 2024-08-12T21:58:38.720Z | Checking mime v0.3.17 |
| 1565 | 2024-08-12T21:58:38.980Z | Checking der v0.7.9 |
| 1566 | 2024-08-12T21:58:39.082Z | Checking semver v1.0.23 |
| 1567 | 2024-08-12T21:58:39.455Z | Checking openssl v0.10.66 |
| 1568 | 2024-08-12T21:58:39.480Z | Checking either v1.13.0 |
| 1569 | 2024-08-12T21:58:39.483Z | Checking regex v1.10.6 |
| 1570 | 2024-08-12T21:58:39.855Z | Checking sct v0.7.1 |
| 1571 | 2024-08-12T21:58:40.052Z | Checking rustls-webpki v0.101.7 |
| 1572 | 2024-08-12T21:58:40.116Z | Checking serde_spanned v0.6.7 |
| 1573 | 2024-08-12T21:58:40.312Z | Checking toml_datetime v0.6.8 |
| 1574 | 2024-08-12T21:58:40.419Z | Checking tokio-util v0.7.11 |
| 1575 | 2024-08-12T21:58:40.592Z | Checking crossbeam-utils v0.8.19 |
| 1576 | 2024-08-12T21:58:40.769Z | Checking data-encoding v2.6.0 |
| 1577 | 2024-08-12T21:58:40.792Z | Checking spki v0.7.3 |
| 1578 | 2024-08-12T21:58:40.839Z | Checking addr2line v0.21.0 |
| 1579 | 2024-08-12T21:58:41.078Z | Checking rustls v0.21.12 |
| 1580 | 2024-08-12T21:58:41.252Z | Checking h2 v0.3.26 |
| 1581 | 2024-08-12T21:58:41.301Z | Checking anstyle-parse v0.2.4 |
| 1582 | 2024-08-12T21:58:41.341Z | Checking idna v0.3.0 |
| 1583 | 2024-08-12T21:58:41.431Z | Checking serde_urlencoded v0.7.1 |
| 1584 | 2024-08-12T21:58:41.589Z | Checking scroll v0.12.0 |
| 1585 | 2024-08-12T21:58:41.754Z | Checking encoding_rs v0.8.34 |
| 1586 | 2024-08-12T21:58:41.866Z | Checking colorchoice v1.0.1 |
| 1587 | 2024-08-12T21:58:41.997Z | Checking anstyle-query v1.0.3 |
| 1588 | 2024-08-12T21:58:42.086Z | Checking bitflags v1.3.2 |
| 1589 | 2024-08-12T21:58:42.135Z | Checking is_terminal_polyfill v1.70.0 |
| 1590 | 2024-08-12T21:58:42.185Z | Checking psl-types v2.0.11 |
| 1591 | 2024-08-12T21:58:42.188Z | Checking plain v0.2.3 |
| 1592 | 2024-08-12T21:58:42.245Z | Checking ucd-trie v0.1.6 |
| 1593 | 2024-08-12T21:58:42.349Z | Checking goblin v0.8.2 |
| 1594 | 2024-08-12T21:58:42.372Z | Checking publicsuffix v2.2.3 |
| 1595 | 2024-08-12T21:58:42.451Z | Checking pest v2.7.10 |
| 1596 | 2024-08-12T21:58:42.603Z | Checking anstream v0.6.14 |
| 1597 | 2024-08-12T21:58:42.939Z | Checking pkcs8 v0.10.2 |
| 1598 | 2024-08-12T21:58:43.108Z | Checking backtrace v0.3.71 |
| 1599 | 2024-08-12T21:58:43.192Z | Checking cookie v0.17.0 |
| 1600 | 2024-08-12T21:58:43.624Z | Checking terminal_size v0.3.0 |
| 1601 | 2024-08-12T21:58:43.647Z | Checking anyhow v1.0.86 |
| 1602 | 2024-08-12T21:58:43.785Z | Checking hmac v0.12.1 |
| 1603 | 2024-08-12T21:58:44.003Z | Checking sha2 v0.10.8 |
| 1604 | 2024-08-12T21:58:44.024Z | Checking strsim v0.11.1 |
| 1605 | 2024-08-12T21:58:44.071Z | Checking pretty-hex v0.4.1 |
| 1606 | 2024-08-12T21:58:44.244Z | Checking tokio-rustls v0.24.1 |
| 1607 | 2024-08-12T21:58:44.247Z | Checking clap_lex v0.7.0 |
| 1608 | 2024-08-12T21:58:44.286Z | Checking cookie_store v0.20.0 |
| 1609 | 2024-08-12T21:58:44.512Z | Checking clap_builder v4.5.15 |
| 1610 | 2024-08-12T21:58:44.574Z | Checking rustls-pemfile v1.0.4 |
| 1611 | 2024-08-12T21:58:44.631Z | Checking num-integer v0.1.46 |
| 1612 | 2024-08-12T21:58:44.779Z | Checking thread-id v4.2.1 |
| 1613 | 2024-08-12T21:58:44.870Z | Checking native-tls v0.2.11 |
| 1614 | 2024-08-12T21:58:44.896Z | Checking dtrace-parser v0.2.0 |
| 1615 | 2024-08-12T21:58:44.899Z | Checking sync_wrapper v0.1.2 |
| 1616 | 2024-08-12T21:58:44.899Z | Checking webpki-roots v0.25.4 |
| 1617 | 2024-08-12T21:58:45.032Z | Checking openapiv3 v2.0.0 |
| 1618 | 2024-08-12T21:58:45.055Z | Checking block-padding v0.3.3 |
| 1619 | 2024-08-12T21:58:45.116Z | Checking memmap v0.7.0 |
| 1620 | 2024-08-12T21:58:45.181Z | Checking tokio-native-tls v0.3.1 |
| 1621 | 2024-08-12T21:58:45.259Z | Checking base64 v0.22.1 |
| 1622 | 2024-08-12T21:58:45.313Z | Checking inout v0.1.3 |
| 1623 | 2024-08-12T21:58:45.388Z | Checking stable_deref_trait v1.2.0 |
| 1624 | 2024-08-12T21:58:45.425Z | Checking ff v0.13.0 |
| 1625 | 2024-08-12T21:58:45.487Z | Checking crc32fast v1.4.0 |
| 1626 | 2024-08-12T21:58:45.545Z | Checking cipher v0.4.4 |
| 1627 | 2024-08-12T21:58:45.638Z | Checking bit-vec v0.6.3 |
| 1628 | 2024-08-12T21:58:45.712Z | Checking base16ct v0.2.0 |
| 1629 | 2024-08-12T21:58:45.737Z | Checking group v0.13.0 |
| 1630 | 2024-08-12T21:58:45.896Z | Checking sec1 v0.7.3 |
| 1631 | 2024-08-12T21:58:45.934Z | Checking hkdf v0.12.4 |
| 1632 | 2024-08-12T21:58:45.975Z | Checking crossbeam-epoch v0.9.18 |
| 1633 | 2024-08-12T21:58:45.998Z | Checking hex v0.4.3 |
| 1634 | 2024-08-12T21:58:46.143Z | Checking crypto-bigint v0.5.5 |
| 1635 | 2024-08-12T21:58:46.288Z | Checking unicode-segmentation v1.11.0 |
| 1636 | 2024-08-12T21:58:46.415Z | Checking winnow v0.5.40 |
| 1637 | 2024-08-12T21:58:46.506Z | Checking managed v0.8.0 |
| 1638 | 2024-08-12T21:58:46.874Z | Checking winnow v0.6.18 |
| 1639 | 2024-08-12T21:58:46.940Z | Checking signal-hook v0.3.17 |
| 1640 | 2024-08-12T21:58:47.277Z | Checking zerocopy v0.6.6 |
| 1641 | 2024-08-12T21:58:47.299Z | Checking dof v0.3.0 |
| 1642 | 2024-08-12T21:58:47.421Z | Checking hyper v0.14.30 |
| 1643 | 2024-08-12T21:58:47.444Z | Checking clap v4.5.15 |
| 1644 | 2024-08-12T21:58:47.555Z | Checking flate2 v1.0.31 |
| 1645 | 2024-08-12T21:58:47.932Z | Checking usdt-impl v0.5.0 |
| 1646 | 2024-08-12T21:58:48.064Z | Checking num-iter v0.1.45 |
| 1647 | 2024-08-12T21:58:48.220Z | Checking mio v1.0.1 |
| 1648 | 2024-08-12T21:58:48.242Z | Checking matches v0.1.10 |
| 1649 | 2024-08-12T21:58:48.346Z | Checking siphasher v0.3.11 |
| 1650 | 2024-08-12T21:58:48.477Z | Checking usdt v0.5.0 |
| 1651 | 2024-08-12T21:58:48.557Z | Checking static_assertions v1.1.0 |
| 1652 | 2024-08-12T21:58:48.636Z | Checking idna v0.2.3 |
| 1653 | 2024-08-12T21:58:48.659Z | Checking itertools v0.10.5 |
| 1654 | 2024-08-12T21:58:48.733Z | Checking regex-automata v0.1.10 |
| 1655 | 2024-08-12T21:58:48.779Z | Checking signal-hook-mio v0.2.4 |
| 1656 | 2024-08-12T21:58:48.934Z | Checking bit-set v0.5.3 |
| 1657 | 2024-08-12T21:58:49.032Z | Checking elliptic-curve v0.13.8 |
| 1658 | 2024-08-12T21:58:49.121Z | Checking bstr v0.2.17 |
| 1659 | 2024-08-12T21:58:49.181Z | Checking num-bigint v0.4.5 |
| 1660 | 2024-08-12T21:58:49.423Z | Checking toml_edit v0.19.15 |
| 1661 | 2024-08-12T21:58:49.499Z | Checking trust-dns-proto v0.22.0 |
| 1662 | 2024-08-12T21:58:49.700Z | Checking itertools v0.12.1 |
| 1663 | 2024-08-12T21:58:49.799Z | Checking toml_edit v0.22.20 |
| 1664 | 2024-08-12T21:58:49.947Z | Checking hash32 v0.2.1 |
| 1665 | 2024-08-12T21:58:50.246Z | Checking predicates-core v1.0.6 |
| 1666 | 2024-08-12T21:58:50.435Z | Checking finl_unicode v1.2.0 |
| 1667 | 2024-08-12T21:58:50.940Z | Checking heapless v0.7.17 |
| 1668 | 2024-08-12T21:58:51.018Z | Checking stringprep v0.1.4 |
| 1669 | 2024-08-12T21:58:51.294Z | Checking bstr v1.9.1 |
| 1670 | 2024-08-12T21:58:51.778Z | Checking yasna v0.5.2 |
| 1671 | 2024-08-12T21:58:51.948Z | Checking toml v0.7.8 |
| 1672 | 2024-08-12T21:58:52.012Z | Checking console v0.15.8 |
| 1673 | 2024-08-12T21:58:52.192Z | Checking md-5 v0.10.6 |
| 1674 | 2024-08-12T21:58:52.257Z | Checking float-cmp v0.9.0 |
| 1675 | 2024-08-12T21:58:52.409Z | Checking fallible-iterator v0.2.0 |
| 1676 | 2024-08-12T21:58:52.453Z | Checking difflib v0.4.0 |
| 1677 | 2024-08-12T21:58:52.509Z | Checking fixedbitset v0.4.2 |
| 1678 | 2024-08-12T21:58:52.611Z | Checking normalize-line-endings v0.3.0 |
| 1679 | 2024-08-12T21:58:52.680Z | Checking smoltcp v0.9.1 |
| 1680 | 2024-08-12T21:58:52.684Z | Checking similar v2.5.0 |
| 1681 | 2024-08-12T21:58:52.731Z | Checking phf_shared v0.11.2 |
| 1682 | 2024-08-12T21:58:52.763Z | Checking predicates v3.1.2 |
| 1683 | 2024-08-12T21:58:52.786Z | Checking petgraph v0.6.5 |
| 1684 | 2024-08-12T21:58:52.991Z | Checking postgres-protocol v0.6.7 |
| 1685 | 2024-08-12T21:58:53.013Z | Checking phf_shared v0.10.0 |
| 1686 | 2024-08-12T21:58:53.301Z | Checking tokio-stream v0.1.15 |
| 1687 | 2024-08-12T21:58:53.433Z | Checking fs-err v2.11.0 |
| 1688 | 2024-08-12T21:58:53.503Z | Checking hyper-rustls v0.24.2 |
| 1689 | 2024-08-12T21:58:53.506Z | Checking hyper-tls v0.5.0 |
| 1690 | 2024-08-12T21:58:53.544Z | Checking hubpack v0.1.2 |
| 1691 | 2024-08-12T21:58:53.687Z | Checking new_debug_unreachable v1.0.6 |
| 1692 | 2024-08-12T21:58:53.784Z | Checking minimal-lexical v0.2.1 |
| 1693 | 2024-08-12T21:58:53.808Z | Checking precomputed-hash v0.1.1 |
| 1694 | 2024-08-12T21:58:53.828Z | Checking reqwest v0.11.27 |
| 1695 | 2024-08-12T21:58:53.871Z | Checking lalrpop-util v0.19.12 |
| 1696 | 2024-08-12T21:58:53.908Z | Checking string_cache v0.8.7 |
| 1697 | 2024-08-12T21:58:53.957Z | Checking postgres-types v0.2.7 |
| 1698 | 2024-08-12T21:58:54.117Z | Checking phf v0.11.2 |
| 1699 | 2024-08-12T21:58:54.161Z | Checking peg-runtime v0.8.3 |
| 1700 | 2024-08-12T21:58:54.164Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1701 | 2024-08-12T21:58:54.200Z | Checking whoami v1.5.1 |
| 1702 | 2024-08-12T21:58:54.203Z | Checking nom v7.1.3 |
| 1703 | 2024-08-12T21:58:54.407Z | Compiling regress v0.9.1 |
| 1704 | 2024-08-12T21:58:54.489Z | Compiling getopts v0.2.21 |
| 1705 | 2024-08-12T21:58:54.509Z | Compiling unsafe-libyaml v0.2.11 |
| 1706 | 2024-08-12T21:58:54.635Z | Checking tokio-postgres v0.7.11 |
| 1707 | 2024-08-12T21:58:55.417Z | Checking heck v0.5.0 |
| 1708 | 2024-08-12T21:58:55.465Z | Checking camino v1.1.7 |
| 1709 | 2024-08-12T21:58:56.039Z | Compiling serde_yaml v0.9.34+deprecated |
| 1710 | 2024-08-12T21:58:56.090Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1711 | 2024-08-12T21:58:56.426Z | Checking is-terminal v0.4.12 |
| 1712 | 2024-08-12T21:58:56.510Z | Compiling ident_case v1.0.1 |
| 1713 | 2024-08-12T21:58:56.698Z | Compiling darling_core v0.20.9 |
| 1714 | 2024-08-12T21:58:56.898Z | Compiling paste v1.0.15 |
| 1715 | 2024-08-12T21:58:57.069Z | Checking sha1 v0.10.6 |
| 1716 | 2024-08-12T21:58:57.374Z | Compiling rustls v0.22.4 |
| 1717 | 2024-08-12T21:58:57.661Z | Checking http v1.1.0 |
| 1718 | 2024-08-12T21:58:57.712Z | Checking dirs-sys-next v0.1.2 |
| 1719 | 2024-08-12T21:58:57.898Z | Checking dirs-next v2.0.0 |
| 1720 | 2024-08-12T21:58:58.042Z | Checking strum v0.26.3 |
| 1721 | 2024-08-12T21:58:58.206Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1722 | 2024-08-12T21:58:58.724Z | Checking crossbeam-channel v0.5.12 |
| 1723 | 2024-08-12T21:58:59.043Z | Checking thread_local v1.1.8 |
| 1724 | 2024-08-12T21:58:59.262Z | Checking term v0.7.0 |
| 1725 | 2024-08-12T21:58:59.319Z | Compiling multer v3.1.0 |
| 1726 | 2024-08-12T21:58:59.471Z | Checking take_mut v0.2.2 |
| 1727 | 2024-08-12T21:58:59.568Z | Compiling async-stream-impl v0.3.5 |
| 1728 | 2024-08-12T21:58:59.623Z | Checking slog-async v2.8.0 |
| 1729 | 2024-08-12T21:58:59.692Z | Checking slog-term v2.9.1 |
| 1730 | 2024-08-12T21:58:59.719Z | Checking match_cfg v0.1.0 |
| 1731 | 2024-08-12T21:58:59.815Z | Checking rustls-pki-types v1.7.0 |
| 1732 | 2024-08-12T21:58:59.914Z | Checking hostname v0.3.1 |
| 1733 | 2024-08-12T21:59:00.055Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 1734 | 2024-08-12T21:59:00.115Z | Checking toml v0.8.19 |
| 1735 | 2024-08-12T21:59:00.202Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 1736 | 2024-08-12T21:59:00.229Z | Checking rustls-webpki v0.102.4 |
| 1737 | 2024-08-12T21:59:00.445Z | Checking rustls-pemfile v2.1.3 |
| 1738 | 2024-08-12T21:59:00.687Z | Checking debug-ignore v1.0.5 |
| 1739 | 2024-08-12T21:59:00.821Z | Checking slog-json v2.6.1 |
| 1740 | 2024-08-12T21:59:00.858Z | Checking ipnetwork v0.20.0 |
| 1741 | 2024-08-12T21:59:00.978Z | Checking instant v0.1.12 |
| 1742 | 2024-08-12T21:59:01.064Z | Checking atomic-waker v1.1.2 |
| 1743 | 2024-08-12T21:59:01.099Z | Checking slog-bunyan v2.5.0 |
| 1744 | 2024-08-12T21:59:01.198Z | Checking waitgroup v0.1.2 |
| 1745 | 2024-08-12T21:59:01.225Z | Checking async-stream v0.3.5 |
| 1746 | 2024-08-12T21:59:01.336Z | Checking serde_path_to_error v0.1.16 |
| 1747 | 2024-08-12T21:59:01.410Z | Checking hostname v0.4.0 |
| 1748 | 2024-08-12T21:59:01.499Z | Checking fastrand v2.1.0 |
| 1749 | 2024-08-12T21:59:01.545Z | Compiling structmeta-derive v0.3.0 |
| 1750 | 2024-08-12T21:59:01.674Z | Checking quick-error v1.2.3 |
| 1751 | 2024-08-12T21:59:01.822Z | Checking newtype-uuid v1.1.0 |
| 1752 | 2024-08-12T21:59:01.845Z | Checking tempfile v3.10.1 |
| 1753 | 2024-08-12T21:59:01.929Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1754 | 2024-08-12T21:59:02.057Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1755 | 2024-08-12T21:59:02.222Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1756 | 2024-08-12T21:59:02.544Z | Checking macaddr v1.0.1 |
| 1757 | 2024-08-12T21:59:02.747Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1758 | 2024-08-12T21:59:02.880Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1759 | 2024-08-12T21:59:02.899Z | Checking backoff v0.4.0 |
| 1760 | 2024-08-12T21:59:02.902Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1761 | 2024-08-12T21:59:03.066Z | Checking wait-timeout v0.2.0 |
| 1762 | 2024-08-12T21:59:03.176Z | Checking rand_xorshift v0.3.0 |
| 1763 | 2024-08-12T21:59:03.220Z | Compiling structmeta-derive v0.2.0 |
| 1764 | 2024-08-12T21:59:03.249Z | Checking rusty-fork v0.3.0 |
| 1765 | 2024-08-12T21:59:03.366Z | Checking unarray v0.1.4 |
| 1766 | 2024-08-12T21:59:03.530Z | Compiling proc-macro-error v1.0.4 |
| 1767 | 2024-08-12T21:59:03.554Z | Checking proptest v1.5.0 |
| 1768 | 2024-08-12T21:59:03.890Z | Compiling darling_macro v0.20.9 |
| 1769 | 2024-08-12T21:59:04.230Z | Checking camino-tempfile v1.1.1 |
| 1770 | 2024-08-12T21:59:04.304Z | Compiling proc-macro-crate v1.3.1 |
| 1771 | 2024-08-12T21:59:04.488Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1772 | 2024-08-12T21:59:04.608Z | Compiling structmeta v0.3.0 |
| 1773 | 2024-08-12T21:59:04.754Z | Checking tokio-rustls v0.25.0 |
| 1774 | 2024-08-12T21:59:04.872Z | Compiling darling v0.20.9 |
| 1775 | 2024-08-12T21:59:04.894Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1776 | 2024-08-12T21:59:04.980Z | Compiling serde_with_macros v3.8.3 |
| 1777 | 2024-08-12T21:59:05.037Z | Compiling parse-display-derive v0.10.0 |
| 1778 | 2024-08-12T21:59:05.227Z | Compiling foreign-types-macros v0.2.3 |
| 1779 | 2024-08-12T21:59:05.413Z | Compiling num_enum_derive v0.5.11 |
| 1780 | 2024-08-12T21:59:06.207Z | Compiling structmeta v0.2.0 |
| 1781 | 2024-08-12T21:59:06.554Z | Checking foreign-types-shared v0.3.1 |
| 1782 | 2024-08-12T21:59:06.653Z | Compiling test-strategy v0.3.1 |
| 1783 | 2024-08-12T21:59:06.676Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1784 | 2024-08-12T21:59:07.010Z | Checking foreign-types v0.5.0 |
| 1785 | 2024-08-12T21:59:07.486Z | Checking cstr-argument v0.1.2 |
| 1786 | 2024-08-12T21:59:07.663Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1787 | 2024-08-12T21:59:08.076Z | Checking serde_with v3.8.3 |
| 1788 | 2024-08-12T21:59:08.079Z | Checking num_enum v0.5.11 |
| 1789 | 2024-08-12T21:59:08.240Z | Checking pretty-hex v0.2.1 |
| 1790 | 2024-08-12T21:59:08.309Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1791 | 2024-08-12T21:59:08.416Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1792 | 2024-08-12T21:59:08.623Z | Checking tabwriter v1.4.0 |
| 1793 | 2024-08-12T21:59:08.660Z | Checking colored v2.1.0 |
| 1794 | 2024-08-12T21:59:08.692Z | Checking socket2 v0.4.10 |
| 1795 | 2024-08-12T21:59:08.861Z | Checking smf v0.2.3 |
| 1796 | 2024-08-12T21:59:08.961Z | Checking termtree v0.4.1 |
| 1797 | 2024-08-12T21:59:09.096Z | Compiling heapless v0.8.0 |
| 1798 | 2024-08-12T21:59:09.119Z | Checking hash32 v0.3.1 |
| 1799 | 2024-08-12T21:59:09.151Z | Checking predicates-tree v1.0.9 |
| 1800 | 2024-08-12T21:59:09.299Z | Compiling smoltcp v0.11.0 |
| 1801 | 2024-08-12T21:59:09.322Z | Compiling crucible-workspace-hack v0.1.0 |
| 1802 | 2024-08-12T21:59:09.325Z | Checking embedded-io v0.4.0 |
| 1803 | 2024-08-12T21:59:09.543Z | Checking cobs v0.2.3 |
| 1804 | 2024-08-12T21:59:09.634Z | Checking sigpipe v0.1.3 |
| 1805 | 2024-08-12T21:59:09.726Z | Checking parse-display v0.10.0 |
| 1806 | 2024-08-12T21:59:09.747Z | Checking postcard v1.0.8 |
| 1807 | 2024-08-12T21:59:09.764Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1808 | 2024-08-12T21:59:09.939Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1809 | 2024-08-12T21:59:10.090Z | Checking humantime v2.1.0 |
| 1810 | 2024-08-12T21:59:10.171Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1811 | 2024-08-12T21:59:10.246Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1812 | 2024-08-12T21:59:10.397Z | Compiling mockall_derive v0.13.0 |
| 1813 | 2024-08-12T21:59:10.418Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1814 | 2024-08-12T21:59:10.575Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1815 | 2024-08-12T21:59:10.716Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1816 | 2024-08-12T21:59:10.798Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1817 | 2024-08-12T21:59:11.069Z | Compiling num-derive v0.4.2 |
| 1818 | 2024-08-12T21:59:11.143Z | Checking downcast v0.11.0 |
| 1819 | 2024-08-12T21:59:11.355Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1820 | 2024-08-12T21:59:11.375Z | Checking fragile v2.0.0 |
| 1821 | 2024-08-12T21:59:11.641Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1822 | 2024-08-12T21:59:11.699Z | Checking arc-swap v1.7.1 |
| 1823 | 2024-08-12T21:59:11.899Z | Checking xattr v1.3.1 |
| 1824 | 2024-08-12T21:59:12.084Z | Checking filetime v0.2.24 |
| 1825 | 2024-08-12T21:59:12.138Z | Checking slog-scope v4.4.0 |
| 1826 | 2024-08-12T21:59:12.207Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1827 | 2024-08-12T21:59:12.302Z | Checking termcolor v1.4.1 |
| 1828 | 2024-08-12T21:59:12.334Z | Checking slog-stdlog v4.1.1 |
| 1829 | 2024-08-12T21:59:12.485Z | Checking tar v0.4.41 |
| 1830 | 2024-08-12T21:59:12.541Z | Checking slog-envlogger v2.2.0 |
| 1831 | 2024-08-12T21:59:12.767Z | Checking same-file v1.0.6 |
| 1832 | 2024-08-12T21:59:12.789Z | Checking newline-converter v0.3.0 |
| 1833 | 2024-08-12T21:59:12.946Z | Checking walkdir v2.5.0 |
| 1834 | 2024-08-12T21:59:12.967Z | Checking expectorate v1.1.0 |
| 1835 | 2024-08-12T21:59:13.030Z | Checking utf-8 v0.7.6 |
| 1836 | 2024-08-12T21:59:13.125Z | Checking atty v0.2.14 |
| 1837 | 2024-08-12T21:59:13.218Z | Compiling derive-where v1.2.7 |
| 1838 | 2024-08-12T21:59:13.241Z | Checking pem v3.0.4 |
| 1839 | 2024-08-12T21:59:13.244Z | Checking tungstenite v0.21.0 |
| 1840 | 2024-08-12T21:59:13.244Z | Checking password-hash v0.5.0 |
| 1841 | 2024-08-12T21:59:13.488Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 1842 | 2024-08-12T21:59:13.509Z | Checking blake2 v0.10.6 |
| 1843 | 2024-08-12T21:59:13.701Z | Checking tungstenite v0.20.1 |
| 1844 | 2024-08-12T21:59:13.919Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1845 | 2024-08-12T21:59:13.956Z | Checking env_logger v0.9.3 |
| 1846 | 2024-08-12T21:59:13.978Z | Checking argon2 v0.5.3 |
| 1847 | 2024-08-12T21:59:14.165Z | Checking tokio-tungstenite v0.21.0 |
| 1848 | 2024-08-12T21:59:14.402Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1849 | 2024-08-12T21:59:14.575Z | Checking tokio-tungstenite v0.20.1 |
| 1850 | 2024-08-12T21:59:14.641Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1851 | 2024-08-12T21:59:14.671Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1852 | 2024-08-12T21:59:14.761Z | Compiling bitstruct_derive v0.1.0 |
| 1853 | 2024-08-12T21:59:14.781Z | Checking ascii v1.1.0 |
| 1854 | 2024-08-12T21:59:15.011Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1855 | 2024-08-12T21:59:15.057Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1856 | 2024-08-12T21:59:15.164Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1857 | 2024-08-12T21:59:15.213Z | Checking atomicwrites v0.4.3 |
| 1858 | 2024-08-12T21:59:15.269Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1859 | 2024-08-12T21:59:15.324Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1860 | 2024-08-12T21:59:15.406Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1861 | 2024-08-12T21:59:15.567Z | Checking serde_arrays v0.1.0 |
| 1862 | 2024-08-12T21:59:15.671Z | Checking erased-serde v0.3.31 |
| 1863 | 2024-08-12T21:59:15.716Z | Compiling heck v0.3.3 |
| 1864 | 2024-08-12T21:59:16.065Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1865 | 2024-08-12T21:59:16.147Z | Compiling zone_cfg_derive v0.1.2 |
| 1866 | 2024-08-12T21:59:16.150Z | Checking bitstruct v0.1.1 |
| 1867 | 2024-08-12T21:59:16.280Z | Checking headers-core v0.2.0 |
| 1868 | 2024-08-12T21:59:16.795Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1869 | 2024-08-12T21:59:16.818Z | Checking base64 v0.13.1 |
| 1870 | 2024-08-12T21:59:16.884Z | Checking headers v0.3.9 |
| 1871 | 2024-08-12T21:59:17.015Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1872 | 2024-08-12T21:59:17.228Z | Checking ron v0.7.1 |
| 1873 | 2024-08-12T21:59:17.381Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1874 | 2024-08-12T21:59:17.723Z | Checking zone v0.1.8 |
| 1875 | 2024-08-12T21:59:18.089Z | Checking rcgen v0.12.1 |
| 1876 | 2024-08-12T21:59:18.128Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1877 | 2024-08-12T21:59:18.422Z | Checking portpicker v0.1.1 |
| 1878 | 2024-08-12T21:59:18.461Z | Compiling convert_case v0.4.0 |
| 1879 | 2024-08-12T21:59:18.489Z | Checking subprocess v0.2.9 |
| 1880 | 2024-08-12T21:59:18.556Z | Checking half v2.4.1 |
| 1881 | 2024-08-12T21:59:18.742Z | Checking ciborium-io v0.2.2 |
| 1882 | 2024-08-12T21:59:18.876Z | Compiling rayon-core v1.12.1 |
| 1883 | 2024-08-12T21:59:19.024Z | Checking ciborium-ll v0.2.2 |
| 1884 | 2024-08-12T21:59:19.027Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1885 | 2024-08-12T21:59:19.082Z | Checking mockall v0.13.0 |
| 1886 | 2024-08-12T21:59:19.133Z | Compiling prettyplease v0.2.20 |
| 1887 | 2024-08-12T21:59:19.183Z | Checking swrite v0.1.0 |
| 1888 | 2024-08-12T21:59:19.302Z | Compiling home v0.5.9 |
| 1889 | 2024-08-12T21:59:19.330Z | Compiling semver v0.1.20 |
| 1890 | 2024-08-12T21:59:19.351Z | Checking ciborium v0.2.2 |
| 1891 | 2024-08-12T21:59:19.411Z | Compiling derive_more v0.99.18 |
| 1892 | 2024-08-12T21:59:19.470Z | Checking linked-hash-map v0.5.6 |
| 1893 | 2024-08-12T21:59:19.566Z | Compiling blake3 v1.5.1 |
| 1894 | 2024-08-12T21:59:19.823Z | Checking lru-cache v0.1.2 |
| 1895 | 2024-08-12T21:59:19.995Z | Compiling rustc_version v0.1.7 |
| 1896 | 2024-08-12T21:59:20.018Z | Compiling ring v0.16.20 |
| 1897 | 2024-08-12T21:59:20.148Z | Compiling cancel-safe-futures v0.1.5 |
| 1898 | 2024-08-12T21:59:20.506Z | Compiling newtype_derive v0.1.6 |
| 1899 | 2024-08-12T21:59:20.557Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1900 | 2024-08-12T21:59:21.027Z | Checking steno v0.4.1 |
| 1901 | 2024-08-12T21:59:21.349Z | Checking num-rational v0.4.2 |
| 1902 | 2024-08-12T21:59:21.771Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1903 | 2024-08-12T21:59:21.925Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1904 | 2024-08-12T21:59:21.959Z | Checking itertools v0.13.0 |
| 1905 | 2024-08-12T21:59:23.329Z | Checking num-complex v0.4.6 |
| 1906 | 2024-08-12T21:59:23.765Z | Compiling slog-dtrace v0.3.0 |
| 1907 | 2024-08-12T21:59:24.237Z | Checking float-ord v0.3.2 |
| 1908 | 2024-08-12T21:59:24.258Z | Checking num v0.4.3 |
| 1909 | 2024-08-12T21:59:24.404Z | Checking resolv-conf v0.7.0 |
| 1910 | 2024-08-12T21:59:24.727Z | Checking libsw v3.3.1 |
| 1911 | 2024-08-12T21:59:24.746Z | Checking trust-dns-resolver v0.22.0 |
| 1912 | 2024-08-12T21:59:25.067Z | Checking linear-map v1.2.0 |
| 1913 | 2024-08-12T21:59:25.400Z | Checking owo-colors v4.0.0 |
| 1914 | 2024-08-12T21:59:25.726Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1915 | 2024-08-12T21:59:26.032Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1916 | 2024-08-12T21:59:27.730Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1917 | 2024-08-12T21:59:28.416Z | Compiling crossbeam-deque v0.8.5 |
| 1918 | 2024-08-12T21:59:30.114Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1919 | 2024-08-12T21:59:30.387Z | Compiling memmap2 v0.9.4 |
| 1920 | 2024-08-12T21:59:30.587Z | Compiling arrayref v0.3.7 |
| 1921 | 2024-08-12T21:59:30.696Z | Compiling rayon v1.10.0 |
| 1922 | 2024-08-12T21:59:30.843Z | Compiling spin v0.5.2 |
| 1923 | 2024-08-12T21:59:31.087Z | Compiling untrusted v0.7.1 |
| 1924 | 2024-08-12T21:59:31.286Z | Compiling constant_time_eq v0.3.0 |
| 1925 | 2024-08-12T21:59:31.482Z | Compiling arrayvec v0.7.4 |
| 1926 | 2024-08-12T21:59:31.904Z | Compiling toolchain_find v0.4.0 |
| 1927 | 2024-08-12T21:59:32.252Z | Compiling topological-sort v0.2.2 |
| 1928 | 2024-08-12T21:59:32.285Z | Compiling rustfmt-wrapper v0.2.1 |
| 1929 | 2024-08-12T21:59:32.489Z | Checking signature v2.2.0 |
| 1930 | 2024-08-12T21:59:32.652Z | Checking display-error-chain v0.2.0 |
| 1931 | 2024-08-12T21:59:32.710Z | Checking nibble_vec v0.1.0 |
| 1932 | 2024-08-12T21:59:32.808Z | Checking endian-type v0.1.2 |
| 1933 | 2024-08-12T21:59:32.913Z | Checking gethostname v0.5.0 |
| 1934 | 2024-08-12T21:59:32.917Z | Checking fxhash v0.2.1 |
| 1935 | 2024-08-12T21:59:33.034Z | Checking radix_trie v0.2.1 |
| 1936 | 2024-08-12T21:59:33.056Z | Compiling libefi-sys v0.1.0 |
| 1937 | 2024-08-12T21:59:33.115Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1938 | 2024-08-12T21:59:33.396Z | Compiling bitfield-struct v0.6.1 |
| 1939 | 2024-08-12T21:59:33.737Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1940 | 2024-08-12T21:59:33.832Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1941 | 2024-08-12T21:59:33.956Z | Checking keccak v0.1.5 |
| 1942 | 2024-08-12T21:59:34.280Z | Checking sha3 v0.10.8 |
| 1943 | 2024-08-12T21:59:34.311Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1944 | 2024-08-12T21:59:34.559Z | Checking secrecy v0.8.0 |
| 1945 | 2024-08-12T21:59:34.673Z | Checking maplit v1.0.2 |
| 1946 | 2024-08-12T21:59:34.761Z | Checking glob v0.3.1 |
| 1947 | 2024-08-12T21:59:34.790Z | Compiling radium v0.7.0 |
| 1948 | 2024-08-12T21:59:34.823Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1949 | 2024-08-12T21:59:35.271Z | Checking tap v1.0.1 |
| 1950 | 2024-08-12T21:59:35.328Z | Compiling maybe-uninit v2.0.0 |
| 1951 | 2024-08-12T21:59:35.377Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1952 | 2024-08-12T21:59:35.435Z | Checking wyz v0.5.1 |
| 1953 | 2024-08-12T21:59:35.600Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1954 | 2024-08-12T21:59:35.824Z | Compiling omicron-zone-package v0.11.0 |
| 1955 | 2024-08-12T21:59:35.843Z | Compiling packed_struct v0.10.1 |
| 1956 | 2024-08-12T21:59:35.870Z | Checking funty v2.0.0 |
| 1957 | 2024-08-12T21:59:35.944Z | Checking crc-catalog v2.4.0 |
| 1958 | 2024-08-12T21:59:36.081Z | Compiling num-bigint-dig v0.8.4 |
| 1959 | 2024-08-12T21:59:36.103Z | Checking crc v3.2.1 |
| 1960 | 2024-08-12T21:59:36.441Z | Checking universal-hash v0.5.1 |
| 1961 | 2024-08-12T21:59:36.462Z | Compiling curve25519-dalek v4.1.3 |
| 1962 | 2024-08-12T21:59:36.514Z | Compiling packed_struct_codegen v0.10.1 |
| 1963 | 2024-08-12T21:59:36.619Z | Compiling indexmap v1.9.3 |
| 1964 | 2024-08-12T21:59:36.814Z | Checking bitvec v1.0.1 |
| 1965 | 2024-08-12T21:59:36.936Z | Checking opaque-debug v0.3.1 |
| 1966 | 2024-08-12T21:59:37.032Z | Checking nodrop v0.1.14 |
| 1967 | 2024-08-12T21:59:37.158Z | Checking array-init v0.0.4 |
| 1968 | 2024-08-12T21:59:37.209Z | Checking smallvec v0.6.14 |
| 1969 | 2024-08-12T21:59:37.635Z | Checking pkcs1 v0.7.5 |
| 1970 | 2024-08-12T21:59:38.070Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1971 | 2024-08-12T21:59:38.233Z | Checking hashbrown v0.12.3 |
| 1972 | 2024-08-12T21:59:38.845Z | Checking bitfield v0.14.0 |
| 1973 | 2024-08-12T21:59:39.135Z | Checking serde-hex v0.1.0 |
| 1974 | 2024-08-12T21:59:39.374Z | Checking bzip2 v0.4.4 |
| 1975 | 2024-08-12T21:59:39.452Z | Checking rsa v0.9.6 |
| 1976 | 2024-08-12T21:59:39.670Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1977 | 2024-08-12T21:59:39.925Z | Checking env_logger v0.10.2 |
| 1978 | 2024-08-12T21:59:39.990Z | Checking x509-cert v0.2.5 |
| 1979 | 2024-08-12T21:59:40.364Z | Checking ron v0.8.1 |
| 1980 | 2024-08-12T21:59:40.489Z | Checking hashbrown v0.13.2 |
| 1981 | 2024-08-12T21:59:41.532Z | Compiling async-recursion v1.1.1 |
| 1982 | 2024-08-12T21:59:41.563Z | Checking crc-any v2.5.0 |
| 1983 | 2024-08-12T21:59:41.610Z | Checking object v0.30.4 |
| 1984 | 2024-08-12T21:59:41.641Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1985 | 2024-08-12T21:59:41.915Z | Checking zip v0.6.6 |
| 1986 | 2024-08-12T21:59:41.935Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 1987 | 2024-08-12T21:59:42.244Z | Checking aead v0.5.2 |
| 1988 | 2024-08-12T21:59:42.487Z | Compiling parking_lot_core v0.8.6 |
| 1989 | 2024-08-12T21:59:42.641Z | Checking path-slash v0.1.5 |
| 1990 | 2024-08-12T21:59:42.791Z | Checking poly1305 v0.8.0 |
| 1991 | 2024-08-12T21:59:42.824Z | Checking chacha20 v0.9.1 |
| 1992 | 2024-08-12T21:59:43.022Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1993 | 2024-08-12T21:59:43.184Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1994 | 2024-08-12T21:59:43.259Z | Checking chacha20poly1305 v0.10.1 |
| 1995 | 2024-08-12T21:59:43.278Z | Checking trust-dns-client v0.22.0 |
| 1996 | 2024-08-12T21:59:43.424Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1997 | 2024-08-12T21:59:43.446Z | Checking parking_lot v0.11.2 |
| 1998 | 2024-08-12T21:59:43.448Z | Checking toml v0.5.11 |
| 1999 | 2024-08-12T21:59:43.531Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2000 | 2024-08-12T21:59:43.811Z | Checking sled v0.34.7 |
| 2001 | 2024-08-12T21:59:43.884Z | Checking crossterm v0.28.1 |
| 2002 | 2024-08-12T21:59:44.537Z | Compiling buf-list v1.0.3 |
| 2003 | 2024-08-12T21:59:44.902Z | Checking trust-dns-server v0.22.1 |
| 2004 | 2024-08-12T21:59:45.301Z | Compiling unicase v2.7.0 |
| 2005 | 2024-08-12T21:59:45.585Z | Checking nanorand v0.7.0 |
| 2006 | 2024-08-12T21:59:45.986Z | Checking flume v0.11.0 |
| 2007 | 2024-08-12T21:59:46.220Z | Checking thiserror-no-std v2.0.2 |
| 2008 | 2024-08-12T21:59:46.331Z | Checking vsss-rs v3.3.4 |
| 2009 | 2024-08-12T21:59:46.505Z | Checking kstat-rs v0.2.4 |
| 2010 | 2024-08-12T21:59:46.804Z | Compiling vte_generate_state_changes v0.1.1 |
| 2011 | 2024-08-12T21:59:46.839Z | Checking fd-lock v4.0.2 |
| 2012 | 2024-08-12T21:59:47.007Z | Compiling mime_guess v2.0.4 |
| 2013 | 2024-08-12T21:59:47.039Z | Compiling pin-project-internal v1.1.5 |
| 2014 | 2024-08-12T21:59:47.477Z | Checking vte v0.11.1 |
| 2015 | 2024-08-12T21:59:47.677Z | Checking crossterm v0.27.0 |
| 2016 | 2024-08-12T21:59:47.744Z | Checking nu-ansi-term v0.50.0 |
| 2017 | 2024-08-12T21:59:48.143Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2018 | 2024-08-12T21:59:48.353Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2019 | 2024-08-12T21:59:48.402Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2020 | 2024-08-12T21:59:48.896Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2021 | 2024-08-12T21:59:49.403Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2022 | 2024-08-12T21:59:49.554Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2023 | 2024-08-12T21:59:50.127Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2024 | 2024-08-12T21:59:50.611Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2025 | 2024-08-12T21:59:51.325Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2026 | 2024-08-12T21:59:52.139Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2027 | 2024-08-12T21:59:52.445Z | Checking pin-project v1.1.5 |
| 2028 | 2024-08-12T21:59:52.582Z | Checking strip-ansi-escapes v0.2.0 |
| 2029 | 2024-08-12T21:59:53.015Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2030 | 2024-08-12T21:59:53.114Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2031 | 2024-08-12T21:59:54.820Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2032 | 2024-08-12T21:59:54.939Z | Checking reedline v0.33.0 |
| 2033 | 2024-08-12T21:59:55.238Z | Compiling dsl_auto_type v0.1.2 |
| 2034 | 2024-08-12T21:59:56.196Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2035 | 2024-08-12T21:59:56.431Z | Checking scheduled-thread-pool v0.2.7 |
| 2036 | 2024-08-12T21:59:56.482Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2037 | 2024-08-12T21:59:56.800Z | Checking http-range v0.1.5 |
| 2038 | 2024-08-12T21:59:56.850Z | Compiling crunchy v0.2.2 |
| 2039 | 2024-08-12T21:59:56.919Z | Checking hyper-staticfile v0.9.5 |
| 2040 | 2024-08-12T21:59:56.922Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2041 | 2024-08-12T21:59:56.954Z | Compiling diesel_derives v2.2.2 |
| 2042 | 2024-08-12T21:59:57.357Z | Checking r2d2 v0.8.10 |
| 2043 | 2024-08-12T21:59:57.423Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2044 | 2024-08-12T21:59:57.630Z | Compiling clang-sys v1.7.0 |
| 2045 | 2024-08-12T21:59:57.808Z | Compiling tiny-keccak v2.0.2 |
| 2046 | 2024-08-12T21:59:58.286Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2047 | 2024-08-12T21:59:58.376Z | Compiling ref-cast v1.0.23 |
| 2048 | 2024-08-12T21:59:58.567Z | Checking bytecount v0.6.8 |
| 2049 | 2024-08-12T21:59:58.717Z | Checking papergrid v0.11.0 |
| 2050 | 2024-08-12T21:59:59.684Z | Compiling ascii-canvas v3.0.0 |
| 2051 | 2024-08-12T22:00:00.243Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2052 | 2024-08-12T22:00:00.268Z | Compiling tabled_derive v0.7.0 |
| 2053 | 2024-08-12T22:00:00.562Z | Compiling ena v0.14.3 |
| 2054 | 2024-08-12T22:00:00.976Z | Compiling ref-cast-impl v1.0.23 |
| 2055 | 2024-08-12T22:00:01.777Z | Compiling libloading v0.8.3 |
| 2056 | 2024-08-12T22:00:02.211Z | Compiling regex-syntax v0.6.29 |
| 2057 | 2024-08-12T22:00:02.243Z | Compiling diff v0.1.13 |
| 2058 | 2024-08-12T22:00:02.550Z | Compiling bindgen v0.69.4 |
| 2059 | 2024-08-12T22:00:02.841Z | Compiling cfg_aliases v0.1.1 |
| 2060 | 2024-08-12T22:00:02.941Z | Checking tabled v0.15.0 |
| 2061 | 2024-08-12T22:00:02.962Z | Compiling nix v0.28.0 |
| 2062 | 2024-08-12T22:00:03.833Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2063 | 2024-08-12T22:00:05.888Z | Compiling lalrpop v0.19.12 |
| 2064 | 2024-08-12T22:00:07.940Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2065 | 2024-08-12T22:00:08.096Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2066 | 2024-08-12T22:00:11.243Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2067 | 2024-08-12T22:00:13.218Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2068 | 2024-08-12T22:00:13.507Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2069 | 2024-08-12T22:00:14.228Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2070 | 2024-08-12T22:00:14.520Z | Checking diesel v2.2.2 |
| 2071 | 2024-08-12T22:00:14.821Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2072 | 2024-08-12T22:00:14.917Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2073 | 2024-08-12T22:00:15.246Z | Compiling which v4.4.2 |
| 2074 | 2024-08-12T22:00:15.881Z | Checking signal-hook-tokio v0.3.1 |
| 2075 | 2024-08-12T22:00:15.930Z | Compiling cexpr v0.6.0 |
| 2076 | 2024-08-12T22:00:16.068Z | Compiling snafu-derive v0.8.2 |
| 2077 | 2024-08-12T22:00:17.681Z | Compiling rustc-hash v1.1.0 |
| 2078 | 2024-08-12T22:00:17.847Z | Compiling lazycell v1.3.0 |
| 2079 | 2024-08-12T22:00:18.032Z | Compiling shlex v1.3.0 |
| 2080 | 2024-08-12T22:00:18.521Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2081 | 2024-08-12T22:00:18.843Z | Compiling derive_builder_core v0.20.0 |
| 2082 | 2024-08-12T22:00:19.467Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2083 | 2024-08-12T22:00:20.729Z | Checking globset v0.4.14 |
| 2084 | 2024-08-12T22:00:21.258Z | Checking olpc-cjson v0.1.3 |
| 2085 | 2024-08-12T22:00:21.346Z | Checking serde_plain v1.0.2 |
| 2086 | 2024-08-12T22:00:21.506Z | Compiling libxml v0.3.3 |
| 2087 | 2024-08-12T22:00:21.606Z | Compiling memoffset v0.9.1 |
| 2088 | 2024-08-12T22:00:21.766Z | Checking snafu v0.8.2 |
| 2089 | 2024-08-12T22:00:21.892Z | Checking typed-path v0.7.1 |
| 2090 | 2024-08-12T22:00:22.136Z | Compiling derive_builder_macro v0.20.0 |
| 2091 | 2024-08-12T22:00:23.043Z | Compiling peg-macros v0.8.4 |
| 2092 | 2024-08-12T22:00:23.754Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2093 | 2024-08-12T22:00:23.812Z | Checking tough v0.17.1 |
| 2094 | 2024-08-12T22:00:24.798Z | Compiling strum_macros v0.24.3 |
| 2095 | 2024-08-12T22:00:24.876Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2096 | 2024-08-12T22:00:25.762Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2097 | 2024-08-12T22:00:27.013Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2098 | 2024-08-12T22:00:27.645Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2099 | 2024-08-12T22:00:28.449Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2100 | 2024-08-12T22:00:28.544Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2101 | 2024-08-12T22:00:28.712Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2102 | 2024-08-12T22:00:28.776Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2103 | 2024-08-12T22:00:30.648Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2104 | 2024-08-12T22:00:32.562Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2105 | 2024-08-12T22:00:32.565Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2106 | 2024-08-12T22:00:33.446Z | Compiling sqlparser_derive v0.2.2 |
| 2107 | 2024-08-12T22:00:33.805Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2108 | 2024-08-12T22:00:34.506Z | Compiling cookie v0.18.1 |
| 2109 | 2024-08-12T22:00:34.527Z | Checking unicode_categories v0.1.1 |
| 2110 | 2024-08-12T22:00:34.833Z | Compiling indoc v1.0.9 |
| 2111 | 2024-08-12T22:00:34.853Z | Checking parse-size v1.0.0 |
| 2112 | 2024-08-12T22:00:35.189Z | Checking rustyline v14.0.0 |
| 2113 | 2024-08-12T22:00:35.859Z | Checking sqlformat v0.2.4 |
| 2114 | 2024-08-12T22:00:36.327Z | Checking sqlparser v0.45.0 |
| 2115 | 2024-08-12T22:00:36.930Z | Checking peg v0.8.4 |
| 2116 | 2024-08-12T22:00:37.041Z | Checking derive_builder v0.20.0 |
| 2117 | 2024-08-12T22:00:38.979Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2118 | 2024-08-12T22:00:39.349Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2119 | 2024-08-12T22:00:39.475Z | Checking bcs v0.1.6 |
| 2120 | 2024-08-12T22:00:39.652Z | Checking quick-xml v0.31.0 |
| 2121 | 2024-08-12T22:00:39.944Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2122 | 2024-08-12T22:00:40.518Z | Compiling oso-derive v0.27.3 |
| 2123 | 2024-08-12T22:00:41.618Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2124 | 2024-08-12T22:00:41.754Z | Checking highway v1.2.0 |
| 2125 | 2024-08-12T22:00:42.057Z | Checking nix v0.27.1 |
| 2126 | 2024-08-12T22:00:42.709Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2127 | 2024-08-12T22:00:43.440Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2128 | 2024-08-12T22:00:45.249Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2129 | 2024-08-12T22:00:45.308Z | Checking serde-big-array v0.5.1 |
| 2130 | 2024-08-12T22:00:45.503Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2131 | 2024-08-12T22:00:45.644Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2132 | 2024-08-12T22:00:45.886Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2133 | 2024-08-12T22:00:47.783Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2134 | 2024-08-12T22:00:48.096Z | Checking bb8 v0.8.5 |
| 2135 | 2024-08-12T22:00:48.452Z | Compiling const_format_proc_macros v0.2.32 |
| 2136 | 2024-08-12T22:00:48.611Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2137 | 2024-08-12T22:00:48.757Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2138 | 2024-08-12T22:00:49.192Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2139 | 2024-08-12T22:00:50.113Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2140 | 2024-08-12T22:00:50.729Z | Checking const_format v0.2.32 |
| 2141 | 2024-08-12T22:00:50.873Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2142 | 2024-08-12T22:00:51.458Z | Checking heck v0.4.1 |
| 2143 | 2024-08-12T22:00:51.484Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2144 | 2024-08-12T22:00:51.640Z | Checking assert_matches v1.5.0 |
| 2145 | 2024-08-12T22:00:51.683Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2146 | 2024-08-12T22:00:51.729Z | Compiling portable-atomic v1.6.0 |
| 2147 | 2024-08-12T22:00:52.095Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2148 | 2024-08-12T22:00:52.340Z | Checking rand_seeder v0.3.0 |
| 2149 | 2024-08-12T22:00:52.624Z | Checking number_prefix v0.4.0 |
| 2150 | 2024-08-12T22:00:52.868Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2151 | 2024-08-12T22:00:53.417Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2152 | 2024-08-12T22:00:53.676Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2153 | 2024-08-12T22:00:53.858Z | Checking indicatif v0.17.8 |
| 2154 | 2024-08-12T22:00:54.648Z | Checking is_ci v1.2.0 |
| 2155 | 2024-08-12T22:00:54.795Z | Checking supports-color v3.0.0 |
| 2156 | 2024-08-12T22:00:54.992Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2157 | 2024-08-12T22:00:55.073Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2158 | 2024-08-12T22:00:55.648Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2159 | 2024-08-12T22:00:55.981Z | Checking castaway v0.2.3 |
| 2160 | 2024-08-12T22:00:56.145Z | Checking compact_str v0.8.0 |
| 2161 | 2024-08-12T22:00:56.232Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2162 | 2024-08-12T22:00:56.556Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2163 | 2024-08-12T22:00:56.656Z | Checking unicode-truncate v1.0.0 |
| 2164 | 2024-08-12T22:00:56.872Z | Checking lru v0.12.3 |
| 2165 | 2024-08-12T22:00:56.905Z | Compiling instability v0.3.2 |
| 2166 | 2024-08-12T22:00:57.026Z | Checking cassowary v0.3.0 |
| 2167 | 2024-08-12T22:00:57.284Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2168 | 2024-08-12T22:00:57.445Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2169 | 2024-08-12T22:00:58.045Z | Checking ratatui v0.28.0 |
| 2170 | 2024-08-12T22:00:58.380Z | Checking smawk v0.3.2 |
| 2171 | 2024-08-12T22:00:58.599Z | Checking unicode-linebreak v0.1.5 |
| 2172 | 2024-08-12T22:00:58.688Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2173 | 2024-08-12T22:00:59.000Z | Checking textwrap v0.16.1 |
| 2174 | 2024-08-12T22:00:59.050Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2175 | 2024-08-12T22:00:59.280Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2176 | 2024-08-12T22:00:59.392Z | Checking fatfs v0.3.6 |
| 2177 | 2024-08-12T22:01:00.393Z | Checking csv-core v0.1.11 |
| 2178 | 2024-08-12T22:01:00.734Z | Checking shell-words v1.1.0 |
| 2179 | 2024-08-12T22:01:00.909Z | Checking csv v1.3.0 |
| 2180 | 2024-08-12T22:01:00.977Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2181 | 2024-08-12T22:01:01.098Z | Checking cargo-platform v0.1.8 |
| 2182 | 2024-08-12T22:01:01.397Z | Checking rtoolbox v0.0.2 |
| 2183 | 2024-08-12T22:01:01.493Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2184 | 2024-08-12T22:01:01.599Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2185 | 2024-08-12T22:01:01.764Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2186 | 2024-08-12T22:01:02.257Z | Compiling getrandom v0.1.16 |
| 2187 | 2024-08-12T22:01:02.861Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2188 | 2024-08-12T22:01:03.065Z | Checking rpassword v7.3.1 |
| 2189 | 2024-08-12T22:01:03.213Z | Checking cargo_metadata v0.18.1 |
| 2190 | 2024-08-12T22:01:04.381Z | Checking tui-tree-widget v0.22.0 |
| 2191 | 2024-08-12T22:01:04.739Z | Checking plotters-backend v0.3.5 |
| 2192 | 2024-08-12T22:01:05.131Z | Checking plotters-svg v0.3.5 |
| 2193 | 2024-08-12T22:01:05.156Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2194 | 2024-08-12T22:01:05.344Z | Checking rfc6979 v0.4.0 |
| 2195 | 2024-08-12T22:01:05.910Z | Checking yansi v0.5.1 |
| 2196 | 2024-08-12T22:01:06.203Z | Checking cast v0.3.0 |
| 2197 | 2024-08-12T22:01:06.519Z | Checking criterion-plot v0.5.0 |
| 2198 | 2024-08-12T22:01:06.755Z | Checking pretty_assertions v1.4.0 |
| 2199 | 2024-08-12T22:01:06.958Z | Checking ecdsa v0.16.9 |
| 2200 | 2024-08-12T22:01:07.040Z | Checking plotters v0.3.5 |
| 2201 | 2024-08-12T22:01:07.704Z | Checking rand_core v0.5.1 |
| 2202 | 2024-08-12T22:01:07.992Z | Checking primeorder v0.13.6 |
| 2203 | 2024-08-12T22:01:08.472Z | Checking tinytemplate v1.2.1 |
| 2204 | 2024-08-12T22:01:08.705Z | Checking oorandom v11.1.3 |
| 2205 | 2024-08-12T22:01:08.876Z | Checking option-ext v0.2.0 |
| 2206 | 2024-08-12T22:01:08.878Z | Checking anes v0.1.6 |
| 2207 | 2024-08-12T22:01:09.024Z | Checking dirs-sys v0.4.1 |
| 2208 | 2024-08-12T22:01:09.056Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2209 | 2024-08-12T22:01:09.207Z | Checking rand_chacha v0.2.2 |
| 2210 | 2024-08-12T22:01:09.250Z | Checking criterion v0.5.1 |
| 2211 | 2024-08-12T22:01:09.548Z | Checking polyval v0.6.2 |
| 2212 | 2024-08-12T22:01:09.837Z | Checking ed25519 v2.2.3 |
| 2213 | 2024-08-12T22:01:10.092Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2214 | 2024-08-12T22:01:11.650Z | Checking ctr v0.9.2 |
| 2215 | 2024-08-12T22:01:11.941Z | Checking blowfish v0.9.1 |
| 2216 | 2024-08-12T22:01:12.129Z | Checking aes v0.8.4 |
| 2217 | 2024-08-12T22:01:12.185Z | Checking password-hash v0.4.2 |
| 2218 | 2024-08-12T22:01:12.659Z | Checking pbkdf2 v0.12.2 |
| 2219 | 2024-08-12T22:01:12.838Z | Checking hex-literal v0.4.1 |
| 2220 | 2024-08-12T22:01:12.983Z | Checking bcrypt-pbkdf v0.10.0 |
| 2221 | 2024-08-12T22:01:13.062Z | Checking pbkdf2 v0.11.0 |
| 2222 | 2024-08-12T22:01:13.254Z | Checking ed25519-dalek v2.1.1 |
| 2223 | 2024-08-12T22:01:13.363Z | Checking ghash v0.5.1 |
| 2224 | 2024-08-12T22:01:13.547Z | Checking rand v0.7.3 |
| 2225 | 2024-08-12T22:01:13.601Z | Checking dirs v5.0.1 |
| 2226 | 2024-08-12T22:01:13.756Z | Checking p256 v0.13.2 |
| 2227 | 2024-08-12T22:01:14.271Z | Checking p521 v0.13.3 |
| 2228 | 2024-08-12T22:01:14.992Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2229 | 2024-08-12T22:01:15.713Z | Checking cbc v0.1.2 |
| 2230 | 2024-08-12T22:01:15.800Z | Checking russh-cryptovec v0.7.2 |
| 2231 | 2024-08-12T22:01:15.939Z | Compiling doc-comment v0.3.3 |
| 2232 | 2024-08-12T22:01:16.018Z | Compiling target-lexicon v0.12.16 |
| 2233 | 2024-08-12T22:01:16.578Z | Checking md5 v0.7.0 |
| 2234 | 2024-08-12T22:01:16.764Z | Checking aes-gcm v0.10.3 |
| 2235 | 2024-08-12T22:01:16.870Z | Checking russh-keys v0.43.0 |
| 2236 | 2024-08-12T22:01:17.028Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2237 | 2024-08-12T22:01:17.136Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2238 | 2024-08-12T22:01:18.004Z | Checking http-body v1.0.0 |
| 2239 | 2024-08-12T22:01:18.026Z | Checking tower-layer v0.3.2 |
| 2240 | 2024-08-12T22:01:18.230Z | Compiling guppy-workspace-hack v0.1.0 |
| 2241 | 2024-08-12T22:01:18.297Z | Compiling dhcproto-macros v0.1.0 |
| 2242 | 2024-08-12T22:01:18.542Z | Compiling assert_cmd v2.0.16 |
| 2243 | 2024-08-12T22:01:18.902Z | Checking tower v0.4.13 |
| 2244 | 2024-08-12T22:01:19.042Z | Checking hyper v1.3.1 |
| 2245 | 2024-08-12T22:01:19.303Z | Checking dhcproto v0.12.0 |
| 2246 | 2024-08-12T22:01:19.651Z | Checking russh v0.43.0 |
| 2247 | 2024-08-12T22:01:20.879Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2248 | 2024-08-12T22:01:20.911Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2249 | 2024-08-12T22:01:21.499Z | Compiling target-spec v3.2.1 |
| 2250 | 2024-08-12T22:01:21.628Z | Checking internet-checksum v0.2.1 |
| 2251 | 2024-08-12T22:01:23.206Z | Checking cfg-expr v0.16.0 |
| 2252 | 2024-08-12T22:01:23.716Z | Checking hyper-util v0.1.3 |
| 2253 | 2024-08-12T22:01:24.050Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2254 | 2024-08-12T22:01:24.138Z | Checking rustls-native-certs v0.7.0 |
| 2255 | 2024-08-12T22:01:24.289Z | Checking httptest v0.15.5 |
| 2256 | 2024-08-12T22:01:25.317Z | Checking hyper-rustls v0.26.0 |
| 2257 | 2024-08-12T22:01:26.040Z | Checking pathdiff v0.2.1 |
| 2258 | 2024-08-12T22:01:26.212Z | Checking threadpool v1.8.1 |
| 2259 | 2024-08-12T22:01:26.437Z | Compiling rstest_macros v0.19.0 |
| 2260 | 2024-08-12T22:01:26.966Z | Checking escape8259 v0.5.2 |
| 2261 | 2024-08-12T22:01:27.139Z | Checking nested v0.1.1 |
| 2262 | 2024-08-12T22:01:27.167Z | Checking libtest-mimic v0.7.3 |
| 2263 | 2024-08-12T22:01:27.366Z | Checking guppy v0.17.7 |
| 2264 | 2024-08-12T22:01:27.778Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2265 | 2024-08-12T22:01:28.109Z | Checking similar-asserts v1.5.0 |
| 2266 | 2024-08-12T22:01:28.378Z | Checking fancy-regex v0.13.0 |
| 2267 | 2024-08-12T22:01:28.940Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2268 | 2024-08-12T22:01:29.212Z | Compiling trybuild v1.0.99 |
| 2269 | 2024-08-12T22:01:29.624Z | Compiling relative-path v1.9.3 |
| 2270 | 2024-08-12T22:01:29.770Z | Checking datatest-stable v0.2.9 |
| 2271 | 2024-08-12T22:01:30.097Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2272 | 2024-08-12T22:01:31.484Z | Checking blake2b_simd v1.0.2 |
| 2273 | 2024-08-12T22:01:32.138Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2274 | 2024-08-12T22:01:32.414Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2275 | 2024-08-12T22:01:32.615Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2276 | 2024-08-12T22:01:32.746Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2277 | 2024-08-12T22:01:32.957Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2278 | 2024-08-12T22:01:33.289Z | Checking serde_tokenstream v0.2.1 |
| 2279 | 2024-08-12T22:01:33.308Z | Checking uzers v0.11.3 |
| 2280 | 2024-08-12T22:01:33.661Z | Checking indent_write v2.2.0 |
| 2281 | 2024-08-12T22:01:33.682Z | Checking futures-timer v3.0.3 |
| 2282 | 2024-08-12T22:01:34.010Z | Checking rust-argon2 v2.1.0 |
| 2283 | 2024-08-12T22:01:34.445Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2284 | 2024-08-12T22:01:35.748Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2285 | 2024-08-12T22:01:36.077Z | Checking rand_distr v0.4.3 |
| 2286 | 2024-08-12T22:01:36.827Z | Checking multimap v0.10.0 |
| 2287 | 2024-08-12T22:01:37.146Z | Checking approx v0.5.1 |
| 2288 | 2024-08-12T22:01:37.456Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2289 | 2024-08-12T22:01:38.126Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2290 | 2024-08-12T22:01:39.664Z | Checking rstest v0.19.0 |
| 2291 | 2024-08-12T22:01:39.888Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2292 | 2024-08-12T22:01:40.665Z | Checking partial-io v0.5.4 |
| 2293 | 2024-08-12T22:01:40.873Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2294 | 2024-08-12T22:01:41.055Z | Checking cargo_toml v0.20.4 |
| 2295 | 2024-08-12T22:01:41.409Z | Checking termios v0.3.3 |
| 2296 | 2024-08-12T22:01:41.638Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2297 | 2024-08-12T22:01:43.168Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2298 | 2024-08-12T22:01:47.449Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2299 | 2024-08-12T22:01:53.105Z | Compiling samael v0.0.15 |
| 2300 | 2024-08-12T22:02:00.047Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2301 | 2024-08-12T22:02:10.900Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2302 | 2024-08-12T22:02:31.286Z | Compiling polar-core v0.27.3 |
| 2303 | 2024-08-12T22:02:34.278Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2304 | 2024-08-12T22:02:34.924Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2305 | 2024-08-12T22:02:35.222Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2306 | 2024-08-12T22:02:42.106Z | Checking oso v0.27.3 |
| 2307 | 2024-08-12T22:03:21.240Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2308 | 2024-08-12T22:03:21.240Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2309 | 2024-08-12T22:03:21.242Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2310 | 2024-08-12T22:04:45.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s |
| 2311 | 2024-08-12T22:04:45.472Z | |
| 2312 | 2024-08-12T22:04:45.472Z | real 6:23.810080704 |
| 2313 | 2024-08-12T22:04:45.472Z | user 34:10.073608464 |
| 2314 | 2024-08-12T22:04:45.472Z | sys 5:45.083108362 |
| 2315 | 2024-08-12T22:04:45.472Z | trap 0.873863275 |
| 2316 | 2024-08-12T22:04:45.475Z | tflt 1.220787230 |
| 2317 | 2024-08-12T22:04:45.475Z | dflt 0.428252819 |
| 2318 | 2024-08-12T22:04:45.475Z | kflt 0.006310664 |
| 2319 | 2024-08-12T22:04:45.475Z | lock 54:15.581838149 |
| 2320 | 2024-08-12T22:04:45.475Z | slp 1:58:37.404573793 |
| 2321 | 2024-08-12T22:04:45.475Z | lat 1:34.845041043 |
| 2322 | 2024-08-12T22:04:45.475Z | stop 5:27.190318105 |
| 2323 | 2024-08-12T22:04:45.475Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2324 | 2024-08-12T22:04:45.475Z | + ptime -m cargo doc --workspace --no-deps |
| 2325 | 2024-08-12T22:04:46.647Z | warning: output filename collision. |
| 2326 | 2024-08-12T22:04:46.647Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2327 | 2024-08-12T22:04:46.648Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2328 | 2024-08-12T22:04:46.648Z | The targets should have unique names. |
| 2329 | 2024-08-12T22:04:46.648Z | This is a known bug where multiple crates with the same name use |
| 2330 | 2024-08-12T22:04:46.648Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2331 | 2024-08-12T22:04:46.995Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2332 | 2024-08-12T22:04:47.053Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2333 | 2024-08-12T22:04:47.070Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2334 | 2024-08-12T22:04:47.108Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2335 | 2024-08-12T22:04:47.133Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2336 | 2024-08-12T22:04:47.161Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2337 | 2024-08-12T22:04:47.161Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2338 | 2024-08-12T22:04:47.408Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2339 | 2024-08-12T22:04:47.408Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2340 | 2024-08-12T22:04:47.415Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2341 | 2024-08-12T22:04:47.440Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2342 | 2024-08-12T22:04:47.459Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2343 | 2024-08-12T22:04:47.697Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2344 | 2024-08-12T22:04:47.716Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2345 | 2024-08-12T22:04:47.959Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2346 | 2024-08-12T22:04:48.189Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2347 | 2024-08-12T22:04:48.894Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2348 | 2024-08-12T22:04:51.910Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2349 | 2024-08-12T22:04:52.141Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2350 | 2024-08-12T22:04:52.305Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2351 | 2024-08-12T22:04:52.463Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2352 | 2024-08-12T22:04:52.485Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2353 | 2024-08-12T22:04:52.804Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2354 | 2024-08-12T22:04:52.849Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2355 | 2024-08-12T22:04:53.200Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2356 | 2024-08-12T22:04:53.263Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2357 | 2024-08-12T22:04:53.544Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2358 | 2024-08-12T22:04:53.753Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2359 | 2024-08-12T22:04:53.927Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2360 | 2024-08-12T22:04:54.055Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2361 | 2024-08-12T22:04:54.345Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2362 | 2024-08-12T22:04:54.555Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2363 | 2024-08-12T22:04:54.682Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2364 | 2024-08-12T22:04:54.996Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2365 | 2024-08-12T22:04:55.110Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2366 | 2024-08-12T22:04:55.440Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2367 | 2024-08-12T22:04:55.522Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2368 | 2024-08-12T22:04:55.828Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2369 | 2024-08-12T22:04:55.863Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2370 | 2024-08-12T22:04:56.215Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2371 | 2024-08-12T22:04:56.240Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2372 | 2024-08-12T22:04:56.307Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2373 | 2024-08-12T22:05:00.080Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2374 | 2024-08-12T22:05:00.722Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2375 | 2024-08-12T22:05:00.789Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2376 | 2024-08-12T22:05:02.127Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2377 | 2024-08-12T22:05:02.392Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2378 | 2024-08-12T22:05:04.047Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2379 | 2024-08-12T22:05:07.290Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2380 | 2024-08-12T22:05:08.183Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2381 | 2024-08-12T22:05:09.475Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2382 | 2024-08-12T22:05:10.008Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2383 | 2024-08-12T22:05:10.430Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2384 | 2024-08-12T22:05:11.852Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2385 | 2024-08-12T22:05:11.913Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2386 | 2024-08-12T22:05:12.519Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2387 | 2024-08-12T22:05:13.687Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2388 | 2024-08-12T22:05:14.637Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2389 | 2024-08-12T22:05:14.664Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2390 | 2024-08-12T22:05:15.184Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2391 | 2024-08-12T22:05:15.350Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2392 | 2024-08-12T22:05:16.034Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2393 | 2024-08-12T22:05:16.235Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2394 | 2024-08-12T22:05:16.395Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2395 | 2024-08-12T22:05:16.398Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2396 | 2024-08-12T22:05:17.021Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2397 | 2024-08-12T22:05:17.745Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2398 | 2024-08-12T22:05:18.085Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2399 | 2024-08-12T22:05:18.160Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2400 | 2024-08-12T22:05:18.604Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2401 | 2024-08-12T22:05:18.688Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2402 | 2024-08-12T22:05:19.198Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2403 | 2024-08-12T22:05:19.256Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2404 | 2024-08-12T22:05:19.391Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2405 | 2024-08-12T22:05:19.483Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2406 | 2024-08-12T22:05:19.804Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2407 | 2024-08-12T22:05:20.384Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2408 | 2024-08-12T22:05:20.710Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2409 | 2024-08-12T22:05:21.229Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2410 | 2024-08-12T22:05:21.368Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2411 | 2024-08-12T22:05:21.785Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2412 | 2024-08-12T22:05:21.946Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2413 | 2024-08-12T22:05:22.179Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2414 | 2024-08-12T22:05:22.972Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2415 | 2024-08-12T22:05:23.296Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2416 | 2024-08-12T22:05:24.215Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2417 | 2024-08-12T22:05:25.036Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2418 | 2024-08-12T22:05:26.107Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2419 | 2024-08-12T22:05:26.257Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2420 | 2024-08-12T22:05:26.285Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2421 | 2024-08-12T22:05:26.818Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2422 | 2024-08-12T22:05:28.898Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2423 | 2024-08-12T22:05:29.463Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2424 | 2024-08-12T22:05:31.017Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2425 | 2024-08-12T22:05:31.035Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2426 | 2024-08-12T22:05:32.078Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2427 | 2024-08-12T22:05:48.782Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2428 | 2024-08-12T22:05:56.982Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2429 | 2024-08-12T22:06:03.810Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2430 | 2024-08-12T22:06:22.466Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2431 | 2024-08-12T22:06:23.681Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2432 | 2024-08-12T22:06:25.537Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2433 | 2024-08-12T22:06:26.120Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2434 | 2024-08-12T22:06:26.974Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2435 | 2024-08-12T22:06:43.058Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2436 | 2024-08-12T22:06:45.388Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2437 | 2024-08-12T22:06:48.223Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2438 | 2024-08-12T22:06:53.464Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2439 | 2024-08-12T22:07:02.923Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2440 | 2024-08-12T22:07:04.079Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2441 | 2024-08-12T22:07:05.664Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2442 | 2024-08-12T22:07:06.595Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2443 | 2024-08-12T22:07:06.733Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2444 | 2024-08-12T22:07:09.299Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2445 | 2024-08-12T22:07:09.939Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2446 | 2024-08-12T22:07:13.887Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2447 | 2024-08-12T22:07:18.617Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2448 | 2024-08-12T22:07:34.701Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2449 | 2024-08-12T22:07:35.124Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2450 | 2024-08-12T22:07:55.080Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2451 | 2024-08-12T22:07:55.698Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2452 | 2024-08-12T22:08:04.198Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2453 | 2024-08-12T22:08:06.010Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2454 | 2024-08-12T22:08:16.731Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2455 | 2024-08-12T22:08:17.847Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2456 | 2024-08-12T22:08:20.749Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2457 | 2024-08-12T22:08:21.449Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2458 | 2024-08-12T22:08:25.244Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2459 | 2024-08-12T22:08:26.061Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2460 | 2024-08-12T22:08:28.697Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2461 | 2024-08-12T22:08:29.140Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2462 | 2024-08-12T22:08:32.237Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2463 | 2024-08-12T22:08:40.067Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2464 | 2024-08-12T22:08:43.347Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2465 | 2024-08-12T22:08:43.371Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2466 | 2024-08-12T22:08:46.630Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2467 | 2024-08-12T22:08:47.925Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2468 | 2024-08-12T22:08:59.006Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2469 | 2024-08-12T22:08:59.100Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2470 | 2024-08-12T22:09:04.277Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2471 | 2024-08-12T22:09:05.417Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2472 | 2024-08-12T22:09:20.925Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2473 | 2024-08-12T22:09:21.069Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2474 | 2024-08-12T22:09:21.156Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2475 | 2024-08-12T22:09:21.175Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2476 | 2024-08-12T22:09:29.003Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2477 | 2024-08-12T22:09:31.198Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2478 | 2024-08-12T22:09:31.624Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2479 | 2024-08-12T22:09:35.566Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2480 | 2024-08-12T22:09:40.072Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2481 | 2024-08-12T22:09:40.421Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2482 | 2024-08-12T22:09:40.673Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2483 | 2024-08-12T22:09:44.518Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2484 | 2024-08-12T22:09:44.695Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2485 | 2024-08-12T22:09:51.728Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2486 | 2024-08-12T22:09:52.467Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2487 | 2024-08-12T22:09:53.373Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2488 | 2024-08-12T22:09:57.999Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2489 | 2024-08-12T22:09:58.016Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2490 | 2024-08-12T22:10:07.242Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2491 | 2024-08-12T22:10:07.566Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2492 | 2024-08-12T22:10:13.294Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2493 | 2024-08-12T22:10:14.612Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2494 | 2024-08-12T22:10:16.250Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2495 | 2024-08-12T22:10:17.424Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2496 | 2024-08-12T22:10:17.424Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2497 | 2024-08-12T22:10:26.235Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2498 | 2024-08-12T22:10:26.276Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2499 | 2024-08-12T22:10:27.518Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2500 | 2024-08-12T22:10:30.172Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2501 | 2024-08-12T22:10:30.205Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2502 | 2024-08-12T22:10:33.263Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2503 | 2024-08-12T22:10:35.325Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2504 | 2024-08-12T22:10:36.065Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2505 | 2024-08-12T22:10:40.257Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2506 | 2024-08-12T22:10:40.273Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2507 | 2024-08-12T22:10:42.006Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2508 | 2024-08-12T22:10:42.724Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2509 | 2024-08-12T22:10:45.771Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2510 | 2024-08-12T22:10:46.725Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2511 | 2024-08-12T22:10:47.157Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2512 | 2024-08-12T22:10:47.176Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2513 | 2024-08-12T22:10:48.262Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2514 | 2024-08-12T22:10:53.173Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2515 | 2024-08-12T22:10:53.365Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2516 | 2024-08-12T22:10:54.370Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2517 | 2024-08-12T22:10:54.916Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2518 | 2024-08-12T22:10:56.857Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2519 | 2024-08-12T22:10:58.547Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2520 | 2024-08-12T22:10:58.933Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2521 | 2024-08-12T22:11:21.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 35s |
| 2522 | 2024-08-12T22:11:21.612Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 116 other files |
| 2523 | 2024-08-12T22:11:21.670Z | |
| 2524 | 2024-08-12T22:11:21.673Z | real 6:36.076608607 |
| 2525 | 2024-08-12T22:11:21.673Z | user 20:50.290626563 |
| 2526 | 2024-08-12T22:11:21.673Z | sys 29:03.769328378 |
| 2527 | 2024-08-12T22:11:21.673Z | trap 0.362529886 |
| 2528 | 2024-08-12T22:11:21.673Z | tflt 0.311859688 |
| 2529 | 2024-08-12T22:11:21.673Z | dflt 0.132008771 |
| 2530 | 2024-08-12T22:11:21.673Z | kflt 0.000005598 |
| 2531 | 2024-08-12T22:11:21.673Z | lock 1:04:10.690317197 |
| 2532 | 2024-08-12T22:11:21.673Z | slp 1:53:41.823756349 |
| 2533 | 2024-08-12T22:11:21.673Z | lat 1:04.519048519 |
| 2534 | 2024-08-12T22:11:21.673Z | stop 54.817345836 |
| 2535 | 2024-08-12T22:11:21.673Z | process exited: duration 1016614 ms, exit code 0 |
| |
| 2536 | 2024-08-12T22:11:21.679Z | found 0 output files |