|
|
|
1 | 2025-01-17T03:38:08.317Z | job assigned to worker 01JHS5C81MHA76PK5CMPS581YB [factory aws, i-0ca96c16299831ca7] (queued for 59 s) |
|
2 | 2025-01-17T03:38:16.403Z | starting task 0: "setup" |
3 | 2025-01-17T03:38:16.412Z | ++ uname -s |
4 | 2025-01-17T03:38:16.415Z | + kern=SunOS |
5 | 2025-01-17T03:38:16.415Z | + case "$kern" in |
6 | 2025-01-17T03:38:16.415Z | + groupadd -g 12345 build |
7 | 2025-01-17T03:38:16.418Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T03:38:18.425Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T03:38:18.531Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T03:38:18.534Z | + home_fs=zfs |
11 | 2025-01-17T03:38:18.534Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T03:38:18.534Z | + mkdir -p /home/build |
13 | 2025-01-17T03:38:18.537Z | + chown build:build /home/build /work |
14 | 2025-01-17T03:38:20.538Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T03:38:20.541Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2025-01-17T03:38:20.546Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T03:38:20.552Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T03:38:20.552Z | * toolchain channel = "1.84.0" |
19 | 2025-01-17T03:38:20.552Z | ' 1.84.0 |
20 | 2025-01-17T03:38:20.552Z | * toolchain profile = "default" |
21 | 2025-01-17T03:38:20.552Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-17T03:38:20.552Z | ' default |
23 | 2025-01-17T03:38:20.555Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T03:38:20.555Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T03:38:20.679Z | info: downloading installer |
26 | 2025-01-17T03:38:21.907Z | info: profile set to 'default' |
27 | 2025-01-17T03:38:21.907Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T03:38:21.910Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T03:38:22.065Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T03:38:22.065Z | info: downloading component 'cargo' |
31 | 2025-01-17T03:38:22.966Z | info: downloading component 'clippy' |
32 | 2025-01-17T03:38:23.306Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T03:38:24.523Z | info: downloading component 'rust-std' |
34 | 2025-01-17T03:38:26.317Z | info: downloading component 'rustc' |
35 | 2025-01-17T03:38:33.225Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T03:38:33.487Z | info: installing component 'cargo' |
37 | 2025-01-17T03:38:34.345Z | info: installing component 'clippy' |
38 | 2025-01-17T03:38:34.725Z | info: installing component 'rust-docs' |
39 | 2025-01-17T03:38:36.429Z | info: installing component 'rust-std' |
40 | 2025-01-17T03:38:38.129Z | info: installing component 'rustc' |
41 | 2025-01-17T03:38:44.205Z | info: installing component 'rustfmt' |
42 | 2025-01-17T03:38:44.533Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T03:38:44.533Z | |
44 | 2025-01-17T03:38:44.921Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T03:38:44.921Z | |
46 | 2025-01-17T03:38:44.924Z | |
47 | 2025-01-17T03:38:44.924Z | Rust is installed now. Great! |
48 | 2025-01-17T03:38:44.924Z | |
49 | 2025-01-17T03:38:44.924Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T03:38:44.924Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T03:38:44.924Z | |
52 | 2025-01-17T03:38:44.924Z | To configure your current shell, you need to source |
53 | 2025-01-17T03:38:44.924Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T03:38:44.924Z | |
55 | 2025-01-17T03:38:44.924Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T03:38:44.924Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T03:38:44.924Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T03:38:45.003Z | + rustc --version |
59 | 2025-01-17T03:38:45.073Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T03:38:45.076Z | process exited: duration 24524 ms, exit code 0 |
|
61 | 2025-01-17T03:38:45.082Z | starting task 2: "authentication" |
62 | 2025-01-17T03:38:45.103Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-17T03:38:45.109Z | starting task 3: "clone repository" |
64 | 2025-01-17T03:38:45.115Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T03:38:45.118Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T03:38:45.155Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T03:38:52.770Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T03:38:52.770Z | + git fetch origin a953ba78a502acc83f0035cfa8ee0dd9be032649 |
69 | 2025-01-17T03:38:53.075Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T03:38:53.075Z | * branch a953ba78a502acc83f0035cfa8ee0dd9be032649 -> FETCH_HEAD |
71 | 2025-01-17T03:38:53.086Z | + [[ -n eliza/dropshot-1180 ]] |
72 | 2025-01-17T03:38:53.089Z | ++ git branch --show-current |
73 | 2025-01-17T03:38:53.092Z | + current=main |
74 | 2025-01-17T03:38:53.092Z | + [[ main != eliza/dropshot-1180 ]] |
75 | 2025-01-17T03:38:53.092Z | + git branch -f eliza/dropshot-1180 a953ba78a502acc83f0035cfa8ee0dd9be032649 |
76 | 2025-01-17T03:38:53.095Z | + git checkout -f eliza/dropshot-1180 |
77 | 2025-01-17T03:38:53.278Z | Switched to branch 'eliza/dropshot-1180' |
78 | 2025-01-17T03:38:53.280Z | + git reset --hard a953ba78a502acc83f0035cfa8ee0dd9be032649 |
79 | 2025-01-17T03:38:53.307Z | HEAD is now at a953ba78a Merge remote-tracking branch 'origin/main' into eliza/dropshot-1180 |
80 | 2025-01-17T03:38:53.310Z | process exited: duration 8198 ms, exit code 0 |
|
81 | 2025-01-17T03:38:53.315Z | starting task 4: "build" |
82 | 2025-01-17T03:38:53.321Z | + source ./env.sh |
83 | 2025-01-17T03:38:53.321Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-17T03:38:53.321Z | ++ set -o xtrace |
85 | 2025-01-17T03:38:53.324Z | ++++ dirname ./env.sh |
86 | 2025-01-17T03:38:53.327Z | +++ readlink -f . |
87 | 2025-01-17T03:38:53.329Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-17T03:38:53.332Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-17T03:38:53.332Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-17T03:38:53.332Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-17T03:38:53.332Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-17T03:38:53.332Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-17T03:38:53.332Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-17T03:38:53.332Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-17T03:38:53.332Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-17T03:38:53.332Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-17T03:38:53.332Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-17T03:38:53.332Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-17T03:38:53.332Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-17T03:38:53.332Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-17T03:38:53.333Z | + cargo --version |
102 | 2025-01-17T03:38:53.393Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-17T03:38:53.395Z | + rustc --version |
104 | 2025-01-17T03:38:53.461Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-17T03:38:53.464Z | + banner prerequisites |
106 | 2025-01-17T03:38:53.466Z | |
107 | 2025-01-17T03:38:53.467Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-17T03:38:53.467Z | # # # # # # # # # # # # # # # |
109 | 2025-01-17T03:38:53.467Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-17T03:38:53.467Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-17T03:38:53.467Z | # # # # # # # # # # # # # # # |
112 | 2025-01-17T03:38:53.467Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-17T03:38:53.467Z | |
114 | 2025-01-17T03:38:53.470Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-17T03:38:55.079Z | pkg list: illegal option -- F |
116 | 2025-01-17T03:38:55.079Z | Usage: |
117 | 2025-01-17T03:38:55.083Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-17T03:38:55.083Z | [pkg_fmri_pattern ...] |
119 | 2025-01-17T03:38:55.948Z | pkg list: illegal option -- F |
120 | 2025-01-17T03:38:55.949Z | Usage: |
121 | 2025-01-17T03:38:55.951Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-17T03:38:55.951Z | [pkg_fmri_pattern ...] |
123 | 2025-01-17T03:39:02.928Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-17T03:39:07.063Z | Startup: Caching catalogs ... Done |
125 | 2025-01-17T03:39:18.478Z | Planning: Solver setup ... Done (10.584s) |
126 | 2025-01-17T03:39:18.627Z | Planning: Running solver ... Done (0.149s) |
127 | 2025-01-17T03:39:18.743Z | Planning: Finding local manifests ... Done (0.006s) |
128 | 2025-01-17T03:39:18.756Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-17T03:39:18.992Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-17T03:39:19.102Z | Planning: Package planning ... Done (0.111s) |
131 | 2025-01-17T03:39:19.159Z | Planning: Merging actions ... Done (0.056s) |
132 | 2025-01-17T03:39:19.355Z | Planning: Checking for conflicting actions ... Done (0.196s) |
133 | 2025-01-17T03:39:21.371Z | Planning: Consolidating action changes ... Done (2.015s) |
134 | 2025-01-17T03:39:21.807Z | Planning: Evaluating mediators ... Done (0.436s) |
135 | 2025-01-17T03:39:21.893Z | Planning: Planning completed in 14.73 seconds |
136 | 2025-01-17T03:39:21.909Z | Packages to install: 4 |
137 | 2025-01-17T03:39:21.909Z | Packages to update: 3 |
138 | 2025-01-17T03:39:21.912Z | Mediators to change: 2 |
139 | 2025-01-17T03:39:21.912Z | Services to change: 1 |
140 | 2025-01-17T03:39:21.912Z | Estimated space available: 155.61 GB |
141 | 2025-01-17T03:39:21.912Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-17T03:39:21.912Z | Create boot environment: No |
143 | 2025-01-17T03:39:21.912Z | Create backup boot environment: Yes |
144 | 2025-01-17T03:39:21.912Z | Rebuild boot archive: No |
145 | 2025-01-17T03:39:21.913Z | |
146 | 2025-01-17T03:39:21.913Z | Changed mediators: |
147 | 2025-01-17T03:39:21.913Z | mediator clang: |
148 | 2025-01-17T03:39:21.913Z | version: None -> 15 (system default) |
149 | 2025-01-17T03:39:21.913Z | |
150 | 2025-01-17T03:39:21.913Z | mediator llvm: |
151 | 2025-01-17T03:39:21.913Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-17T03:39:21.913Z | |
153 | 2025-01-17T03:39:21.913Z | Changed packages: |
154 | 2025-01-17T03:39:21.913Z | helios-dev |
155 | 2025-01-17T03:39:21.913Z | developer/build-essential |
156 | 2025-01-17T03:39:21.913Z | None -> 11-2.0 |
157 | 2025-01-17T03:39:21.913Z | library/libxmlsec1 |
158 | 2025-01-17T03:39:21.913Z | None -> 1.2.35-2.0 |
159 | 2025-01-17T03:39:21.913Z | ooce/developer/clang-15 |
160 | 2025-01-17T03:39:21.913Z | None -> 15.0.7-2.0 |
161 | 2025-01-17T03:39:21.914Z | ooce/developer/llvm-15 |
162 | 2025-01-17T03:39:21.914Z | None -> 15.0.7-2.0 |
163 | 2025-01-17T03:39:21.914Z | package/pkg |
164 | 2025-01-17T03:39:21.914Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-17T03:39:21.914Z | system/library/g++-runtime |
166 | 2025-01-17T03:39:21.914Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-17T03:39:21.914Z | system/library/gcc-runtime |
168 | 2025-01-17T03:39:21.914Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-17T03:39:21.914Z | |
170 | 2025-01-17T03:39:21.914Z | Services: |
171 | 2025-01-17T03:39:21.914Z | restart_fmri: |
172 | 2025-01-17T03:39:21.914Z | svc:/system/update-man-index:default |
173 | 2025-01-17T03:39:21.914Z | |
174 | 2025-01-17T03:39:21.914Z | Editable files to change: |
175 | 2025-01-17T03:39:21.914Z | Update: |
176 | 2025-01-17T03:39:21.914Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-17T03:39:21.991Z | |
178 | 2025-01-17T03:39:21.991Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-17T03:39:27.130Z | Download: 1197/4301 items 65.6/225.4MB 29% complete (13.1M/s) |
180 | 2025-01-17T03:39:32.132Z | Download: 1901/4301 items 117.5/225.4MB 52% complete (11.8M/s) |
181 | 2025-01-17T03:39:37.203Z | Download: 2429/4301 items 119.9/225.4MB 53% complete (5.9M/s) |
182 | 2025-01-17T03:39:42.203Z | Download: 3184/4301 items 148.0/225.4MB 65% complete (3.0M/s) |
183 | 2025-01-17T03:39:48.634Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.3M/s) |
184 | 2025-01-17T03:40:01.358Z | Download: 3289/4301 items 212.0/225.4MB 94% complete (8.7M/s) |
185 | 2025-01-17T03:40:06.550Z | Download: 4205/4301 items 220.5/225.4MB 97% complete (2.0M/s) |
186 | 2025-01-17T03:40:12.397Z | Download: 4298/4301 items 225.0/225.4MB 99% complete (1.5M/s) |
187 | 2025-01-17T03:40:12.412Z | Download: Completed 225.42 MB in 50.42 seconds (4.5M/s) |
188 | 2025-01-17T03:40:14.596Z | Actions: 1/5122 actions (Removing old actions) |
189 | 2025-01-17T03:40:14.620Z | Actions: 194/5122 actions (Installing new actions) |
190 | 2025-01-17T03:40:19.402Z | Actions: 4267/5122 actions (Updating modified actions) |
191 | 2025-01-17T03:40:19.761Z | Actions: Completed 5122 actions in 5.16 seconds. |
192 | 2025-01-17T03:40:20.175Z | Done (0.406s) |
193 | 2025-01-17T03:40:20.178Z | Done (0.001s) |
194 | 2025-01-17T03:40:20.763Z | Done (0.585s) |
195 | 2025-01-17T03:40:25.353Z | Done (4.354s) |
196 | 2025-01-17T03:40:25.439Z | Done (0.019s) |
197 | 2025-01-17T03:40:25.441Z | Done (0.000s) |
198 | 2025-01-17T03:40:25.616Z | Done (0.000s) |
199 | 2025-01-17T03:40:26.333Z | Planning: Evaluating mediator changes ... Done |
200 | 2025-01-17T03:40:26.500Z | Planning: Checking for conflicting actions ... Done |
201 | 2025-01-17T03:40:26.503Z | Planning: Consolidating action changes ... Done |
202 | 2025-01-17T03:40:26.779Z | Planning: Evaluating mediators ... Done |
203 | 2025-01-17T03:40:26.782Z | Planning: Planning completed in 0.45 seconds |
204 | 2025-01-17T03:40:26.818Z | Mediators to change: 2 |
205 | 2025-01-17T03:40:26.818Z | Create boot environment: No |
206 | 2025-01-17T03:40:26.821Z | Create backup boot environment: No |
207 | 2025-01-17T03:40:26.901Z | Done |
208 | 2025-01-17T03:40:26.901Z | Done |
209 | 2025-01-17T03:40:27.270Z | Done |
210 | 2025-01-17T03:40:31.064Z | Done |
211 | 2025-01-17T03:40:31.157Z | Done |
212 | 2025-01-17T03:40:31.160Z | Done |
213 | 2025-01-17T03:40:31.276Z | Done |
214 | 2025-01-17T03:40:31.908Z | Planning: Evaluating mediator changes ... Done |
215 | 2025-01-17T03:40:31.911Z | Planning: Merging actions ... Done |
216 | 2025-01-17T03:40:32.102Z | Planning: Checking for conflicting actions ... Done |
217 | 2025-01-17T03:40:32.104Z | Planning: Consolidating action changes ... Done |
218 | 2025-01-17T03:40:32.375Z | Planning: Evaluating mediators ... Done |
219 | 2025-01-17T03:40:32.434Z | Planning: Planning completed in 0.77 seconds |
220 | 2025-01-17T03:40:32.477Z | Packages to change: 1 |
221 | 2025-01-17T03:40:32.477Z | Mediators to change: 1 |
222 | 2025-01-17T03:40:32.477Z | Services to change: 1 |
223 | 2025-01-17T03:40:32.481Z | Create boot environment: No |
224 | 2025-01-17T03:40:32.481Z | Create backup boot environment: Yes |
225 | 2025-01-17T03:40:34.624Z | Actions: 1/6 actions (Updating modified actions) |
226 | 2025-01-17T03:40:34.627Z | Actions: Completed 6 actions in 0.00 seconds. |
227 | 2025-01-17T03:40:34.627Z | Done |
228 | 2025-01-17T03:40:34.627Z | Done |
229 | 2025-01-17T03:40:34.744Z | Done |
230 | 2025-01-17T03:40:38.569Z | Done |
231 | 2025-01-17T03:40:38.662Z | Done |
232 | 2025-01-17T03:40:38.665Z | Done |
233 | 2025-01-17T03:40:38.794Z | Done |
234 | 2025-01-17T03:40:39.240Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
235 | 2025-01-17T03:40:39.240Z | clang system 15 system |
236 | 2025-01-17T03:40:39.240Z | csh system system illumos |
237 | 2025-01-17T03:40:39.240Z | ctags system system illumos |
238 | 2025-01-17T03:40:39.240Z | gcc vendor 12 vendor |
239 | 2025-01-17T03:40:39.240Z | gcc system 10 system |
240 | 2025-01-17T03:40:39.240Z | gcc system 7 system |
241 | 2025-01-17T03:40:39.240Z | go system 1.20 system |
242 | 2025-01-17T03:40:39.240Z | go system 1.19 system |
243 | 2025-01-17T03:40:39.240Z | llvm system 15 system |
244 | 2025-01-17T03:40:39.240Z | llvm system 14 system |
245 | 2025-01-17T03:40:39.241Z | mariadb system 10.6 system |
246 | 2025-01-17T03:40:39.241Z | mta vendor vendor dma |
247 | 2025-01-17T03:40:39.241Z | openjdk system 17 system |
248 | 2025-01-17T03:40:39.241Z | openjdk system 11 system |
249 | 2025-01-17T03:40:39.241Z | openjdk system 1.8 system |
250 | 2025-01-17T03:40:39.241Z | openssl vendor 3 vendor |
251 | 2025-01-17T03:40:39.241Z | perl system 5.36 system |
252 | 2025-01-17T03:40:39.241Z | postgresql system 15 system |
253 | 2025-01-17T03:40:39.241Z | postgresql system 13 system |
254 | 2025-01-17T03:40:39.241Z | python vendor 3 vendor |
255 | 2025-01-17T03:40:39.241Z | python system 2 system |
256 | 2025-01-17T03:40:39.241Z | python3 system 3.11 system |
257 | 2025-01-17T03:40:39.241Z | ruby system 3.0 system |
258 | 2025-01-17T03:40:39.241Z | words vendor vendor american-english |
259 | 2025-01-17T03:40:39.241Z | words system system australian-english |
260 | 2025-01-17T03:40:39.241Z | words system system british-english |
261 | 2025-01-17T03:40:39.241Z | words system system canadian-english |
262 | 2025-01-17T03:40:39.241Z | words system system french |
263 | 2025-01-17T03:40:39.241Z | words system system italian |
264 | 2025-01-17T03:40:39.241Z | words system system ngerman |
265 | 2025-01-17T03:40:39.241Z | words system system ogerman |
266 | 2025-01-17T03:40:39.241Z | words system system spanish |
267 | 2025-01-17T03:40:39.589Z | PUBLISHER TYPE STATUS P LOCATION |
268 | 2025-01-17T03:40:39.589Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
269 | 2025-01-17T03:40:42.440Z | FMRI IFO |
270 | 2025-01-17T03:40:42.440Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
271 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
272 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
273 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
274 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
275 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
276 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
277 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
278 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
280 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
281 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
283 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
284 | 2025-01-17T03:40:42.441Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
285 | 2025-01-17T03:40:43.215Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
286 | 2025-01-17T03:40:43.530Z | Updating crates.io index |
287 | 2025-01-17T03:40:43.532Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
288 | 2025-01-17T03:40:43.919Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
289 | 2025-01-17T03:40:44.528Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
290 | 2025-01-17T03:40:44.824Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
291 | 2025-01-17T03:40:45.158Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
292 | 2025-01-17T03:40:45.420Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
293 | 2025-01-17T03:40:46.335Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
294 | 2025-01-17T03:40:48.031Z | Updating git repository `https://github.com/oxidecomputer/opte` |
295 | 2025-01-17T03:40:48.672Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2025-01-17T03:40:49.373Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
297 | 2025-01-17T03:40:49.639Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
298 | 2025-01-17T03:40:49.948Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
299 | 2025-01-17T03:40:50.596Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
300 | 2025-01-17T03:40:50.953Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
301 | 2025-01-17T03:40:51.328Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2025-01-17T03:40:51.644Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2025-01-17T03:40:51.959Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2025-01-17T03:40:52.224Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2025-01-17T03:40:52.566Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2025-01-17T03:40:52.970Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-01-17T03:40:53.382Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-01-17T03:40:53.634Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-01-17T03:40:54.128Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-01-17T03:40:54.440Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-01-17T03:40:54.846Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-01-17T03:40:55.229Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-01-17T03:40:55.579Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-01-17T03:40:55.838Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-01-17T03:40:56.141Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-01-17T03:40:57.498Z | Downloading crates ... |
317 | 2025-01-17T03:40:57.583Z | Downloaded anyhow v1.0.93 |
318 | 2025-01-17T03:40:57.587Z | Downloaded heck v0.4.1 |
319 | 2025-01-17T03:40:57.590Z | Downloaded byteorder v1.5.0 |
320 | 2025-01-17T03:40:57.590Z | Downloaded block-buffer v0.10.4 |
321 | 2025-01-17T03:40:57.602Z | Downloaded equivalent v1.0.1 |
322 | 2025-01-17T03:40:57.610Z | Downloaded scroll_derive v0.12.0 |
323 | 2025-01-17T03:40:57.616Z | Downloaded autocfg v1.4.0 |
324 | 2025-01-17T03:40:57.619Z | Downloaded plain v0.2.3 |
325 | 2025-01-17T03:40:57.622Z | Downloaded cargo_metadata v0.18.1 |
326 | 2025-01-17T03:40:57.622Z | Downloaded cargo-platform v0.1.8 |
327 | 2025-01-17T03:40:57.625Z | Downloaded usdt-macro v0.5.0 |
328 | 2025-01-17T03:40:57.628Z | Downloaded swrite v0.1.0 |
329 | 2025-01-17T03:40:57.630Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2025-01-17T03:40:57.633Z | Downloaded pretty-hex v0.4.1 |
331 | 2025-01-17T03:40:57.633Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2025-01-17T03:40:57.636Z | Downloaded fastrand v2.1.1 |
333 | 2025-01-17T03:40:57.636Z | Downloaded crypto-common v0.1.6 |
334 | 2025-01-17T03:40:57.636Z | Downloaded dtrace-parser v0.2.0 |
335 | 2025-01-17T03:40:57.639Z | Downloaded is_terminal_polyfill v1.70.1 |
336 | 2025-01-17T03:40:57.641Z | Downloaded memmap v0.7.0 |
337 | 2025-01-17T03:40:57.641Z | Downloaded bytecount v0.6.8 |
338 | 2025-01-17T03:40:57.644Z | Downloaded anstyle-query v1.1.1 |
339 | 2025-01-17T03:40:57.647Z | Downloaded cpufeatures v0.2.14 |
340 | 2025-01-17T03:40:57.649Z | Downloaded unicode-linebreak v0.1.5 |
341 | 2025-01-17T03:40:57.649Z | Downloaded toml_datetime v0.6.8 |
342 | 2025-01-17T03:40:57.652Z | Downloaded itoa v1.0.11 |
343 | 2025-01-17T03:40:57.652Z | Downloaded generic-array v0.14.7 |
344 | 2025-01-17T03:40:57.654Z | Downloaded fnv v1.0.7 |
345 | 2025-01-17T03:40:57.654Z | Downloaded clap_lex v0.7.2 |
346 | 2025-01-17T03:40:57.654Z | Downloaded serde_spanned v0.6.8 |
347 | 2025-01-17T03:40:57.657Z | Downloaded fs-err v2.11.0 |
348 | 2025-01-17T03:40:57.660Z | Downloaded dof v0.3.0 |
349 | 2025-01-17T03:40:57.660Z | Downloaded cfg-if v1.0.0 |
350 | 2025-01-17T03:40:57.660Z | Downloaded anstyle v1.0.10 |
351 | 2025-01-17T03:40:57.662Z | Downloaded anstyle-parse v0.2.5 |
352 | 2025-01-17T03:40:57.665Z | Downloaded usdt-impl v0.5.0 |
353 | 2025-01-17T03:40:57.665Z | Downloaded thread-id v4.2.2 |
354 | 2025-01-17T03:40:57.668Z | Downloaded scroll v0.12.0 |
355 | 2025-01-17T03:40:57.668Z | Downloaded colorchoice v1.0.2 |
356 | 2025-01-17T03:40:57.668Z | Downloaded camino v1.1.9 |
357 | 2025-01-17T03:40:57.671Z | Downloaded thiserror-impl v1.0.69 |
358 | 2025-01-17T03:40:57.671Z | Downloaded pest_generator v2.7.14 |
359 | 2025-01-17T03:40:57.674Z | Downloaded heck v0.5.0 |
360 | 2025-01-17T03:40:57.676Z | Downloaded errno v0.3.9 |
361 | 2025-01-17T03:40:57.679Z | Downloaded smawk v0.3.2 |
362 | 2025-01-17T03:40:57.679Z | Downloaded version_check v0.9.5 |
363 | 2025-01-17T03:40:57.681Z | Downloaded sha2 v0.10.8 |
364 | 2025-01-17T03:40:57.684Z | Downloaded clap_derive v4.5.18 |
365 | 2025-01-17T03:40:57.687Z | Downloaded digest v0.10.7 |
366 | 2025-01-17T03:40:57.687Z | Downloaded usdt v0.5.0 |
367 | 2025-01-17T03:40:57.689Z | Downloaded proc-macro-error-attr v1.0.4 |
368 | 2025-01-17T03:40:57.689Z | Downloaded semver v1.0.24 |
369 | 2025-01-17T03:40:57.692Z | Downloaded once_cell v1.20.2 |
370 | 2025-01-17T03:40:57.695Z | Downloaded thiserror v1.0.69 |
371 | 2025-01-17T03:40:57.700Z | Downloaded zerocopy-derive v0.7.35 |
372 | 2025-01-17T03:40:57.704Z | Downloaded strsim v0.11.1 |
373 | 2025-01-17T03:40:57.707Z | Downloaded macaddr v1.0.1 |
374 | 2025-01-17T03:40:57.709Z | Downloaded terminal_size v0.4.0 |
375 | 2025-01-17T03:40:57.709Z | Downloaded quote v1.0.38 |
376 | 2025-01-17T03:40:57.713Z | Downloaded anstream v0.6.15 |
377 | 2025-01-17T03:40:57.716Z | Downloaded tabled_derive v0.7.0 |
378 | 2025-01-17T03:40:57.716Z | Downloaded proc-macro-error v1.0.4 |
379 | 2025-01-17T03:40:57.719Z | Downloaded utf8parse v0.2.2 |
380 | 2025-01-17T03:40:57.719Z | Downloaded camino-tempfile v1.1.1 |
381 | 2025-01-17T03:40:57.723Z | Downloaded pest_meta v2.7.14 |
382 | 2025-01-17T03:40:57.726Z | Downloaded bitflags v2.6.0 |
383 | 2025-01-17T03:40:57.729Z | Downloaded unicode-ident v1.0.14 |
384 | 2025-01-17T03:40:57.732Z | Downloaded ryu v1.0.18 |
385 | 2025-01-17T03:40:57.735Z | Downloaded clap v4.5.21 |
386 | 2025-01-17T03:40:57.743Z | Downloaded tempfile v3.13.0 |
387 | 2025-01-17T03:40:57.746Z | Downloaded cargo_toml v0.20.5 |
388 | 2025-01-17T03:40:57.749Z | Downloaded textwrap v0.16.1 |
389 | 2025-01-17T03:40:57.751Z | Downloaded pest_derive v2.7.14 |
390 | 2025-01-17T03:40:57.754Z | Downloaded papergrid v0.11.0 |
391 | 2025-01-17T03:40:57.756Z | Downloaded ucd-trie v0.1.7 |
392 | 2025-01-17T03:40:57.759Z | Downloaded toml v0.8.19 |
393 | 2025-01-17T03:40:57.762Z | Downloaded typenum v1.17.0 |
394 | 2025-01-17T03:40:57.764Z | Downloaded serde_derive v1.0.217 |
395 | 2025-01-17T03:40:57.767Z | Downloaded log v0.4.22 |
396 | 2025-01-17T03:40:57.770Z | Downloaded proc-macro2 v1.0.92 |
397 | 2025-01-17T03:40:57.772Z | Downloaded serde v1.0.217 |
398 | 2025-01-17T03:40:57.775Z | Downloaded indexmap v2.7.0 |
399 | 2025-01-17T03:40:57.793Z | Downloaded memchr v2.7.4 |
400 | 2025-01-17T03:40:57.798Z | Downloaded toml_edit v0.22.22 |
401 | 2025-01-17T03:40:57.841Z | Downloaded serde_json v1.0.135 |
402 | 2025-01-17T03:40:57.849Z | Downloaded pest v2.7.14 |
403 | 2025-01-17T03:40:57.854Z | Downloaded hashbrown v0.15.1 |
404 | 2025-01-17T03:40:57.859Z | Downloaded zerocopy v0.7.35 |
405 | 2025-01-17T03:40:57.874Z | Downloaded goblin v0.8.2 |
406 | 2025-01-17T03:40:57.880Z | Downloaded tabled v0.15.0 |
407 | 2025-01-17T03:40:57.894Z | Downloaded clap_builder v4.5.21 |
408 | 2025-01-17T03:40:57.900Z | Downloaded winnow v0.6.20 |
409 | 2025-01-17T03:40:57.908Z | Downloaded syn v1.0.109 |
410 | 2025-01-17T03:40:57.918Z | Downloaded unicode-width v0.1.14 |
411 | 2025-01-17T03:40:57.923Z | Downloaded syn v2.0.96 |
412 | 2025-01-17T03:40:57.941Z | Downloaded rustix v0.38.37 |
413 | 2025-01-17T03:40:57.972Z | Downloaded libc v0.2.169 |
414 | 2025-01-17T03:40:58.285Z | Compiling proc-macro2 v1.0.92 |
415 | 2025-01-17T03:40:58.285Z | Compiling unicode-ident v1.0.14 |
416 | 2025-01-17T03:40:58.287Z | Compiling serde v1.0.217 |
417 | 2025-01-17T03:40:58.287Z | Compiling version_check v0.9.5 |
418 | 2025-01-17T03:40:58.287Z | Compiling thiserror v1.0.69 |
419 | 2025-01-17T03:40:58.287Z | Compiling memchr v2.7.4 |
420 | 2025-01-17T03:40:58.287Z | Compiling libc v0.2.169 |
421 | 2025-01-17T03:40:58.322Z | Compiling ryu v1.0.18 |
422 | 2025-01-17T03:40:58.568Z | Compiling ucd-trie v0.1.7 |
423 | 2025-01-17T03:40:58.819Z | Compiling itoa v1.0.11 |
424 | 2025-01-17T03:40:59.052Z | Compiling once_cell v1.20.2 |
425 | 2025-01-17T03:40:59.139Z | Compiling byteorder v1.5.0 |
426 | 2025-01-17T03:40:59.142Z | Compiling rustix v0.38.37 |
427 | 2025-01-17T03:40:59.428Z | Compiling serde_json v1.0.135 |
428 | 2025-01-17T03:40:59.549Z | Compiling bitflags v2.6.0 |
429 | 2025-01-17T03:40:59.770Z | Compiling proc-macro-error-attr v1.0.4 |
430 | 2025-01-17T03:41:00.007Z | Compiling usdt-impl v0.5.0 |
431 | 2025-01-17T03:41:00.032Z | Compiling syn v1.0.109 |
432 | 2025-01-17T03:41:00.035Z | Compiling proc-macro-error v1.0.4 |
433 | 2025-01-17T03:41:00.074Z | Compiling hashbrown v0.15.1 |
434 | 2025-01-17T03:41:00.170Z | Compiling quote v1.0.38 |
435 | 2025-01-17T03:41:00.337Z | Compiling errno v0.3.9 |
436 | 2025-01-17T03:41:00.450Z | Compiling plain v0.2.3 |
437 | 2025-01-17T03:41:00.574Z | Compiling syn v2.0.96 |
438 | 2025-01-17T03:41:00.627Z | Compiling utf8parse v0.2.2 |
439 | 2025-01-17T03:41:00.679Z | Compiling equivalent v1.0.1 |
440 | 2025-01-17T03:41:00.797Z | Compiling camino v1.1.9 |
441 | 2025-01-17T03:41:00.824Z | Compiling thread-id v4.2.2 |
442 | 2025-01-17T03:41:00.855Z | Compiling log v0.4.22 |
443 | 2025-01-17T03:41:00.881Z | Compiling anstyle-parse v0.2.5 |
444 | 2025-01-17T03:41:01.182Z | Compiling indexmap v2.7.0 |
445 | 2025-01-17T03:41:01.371Z | Compiling unicode-width v0.1.14 |
446 | 2025-01-17T03:41:01.481Z | Compiling autocfg v1.4.0 |
447 | 2025-01-17T03:41:01.580Z | Compiling anstyle v1.0.10 |
448 | 2025-01-17T03:41:01.628Z | Compiling colorchoice v1.0.2 |
449 | 2025-01-17T03:41:01.812Z | Compiling anstyle-query v1.1.1 |
450 | 2025-01-17T03:41:01.943Z | Compiling winnow v0.6.20 |
451 | 2025-01-17T03:41:01.989Z | Compiling semver v1.0.24 |
452 | 2025-01-17T03:41:02.017Z | Compiling pretty-hex v0.4.1 |
453 | 2025-01-17T03:41:02.257Z | Compiling is_terminal_polyfill v1.70.1 |
454 | 2025-01-17T03:41:02.384Z | Compiling anstream v0.6.15 |
455 | 2025-01-17T03:41:02.442Z | Compiling fs-err v2.11.0 |
456 | 2025-01-17T03:41:02.568Z | Compiling terminal_size v0.4.0 |
457 | 2025-01-17T03:41:02.736Z | Compiling heck v0.4.1 |
458 | 2025-01-17T03:41:02.762Z | Compiling anyhow v1.0.93 |
459 | 2025-01-17T03:41:02.801Z | Compiling fastrand v2.1.1 |
460 | 2025-01-17T03:41:03.020Z | Compiling clap_lex v0.7.2 |
461 | 2025-01-17T03:41:03.048Z | Compiling cfg-if v1.0.0 |
462 | 2025-01-17T03:41:03.164Z | Compiling bytecount v0.6.8 |
463 | 2025-01-17T03:41:03.193Z | Compiling strsim v0.11.1 |
464 | 2025-01-17T03:41:03.343Z | Compiling heck v0.5.0 |
465 | 2025-01-17T03:41:03.370Z | Compiling fnv v1.0.7 |
466 | 2025-01-17T03:41:03.528Z | Compiling papergrid v0.11.0 |
467 | 2025-01-17T03:41:03.883Z | Compiling tempfile v3.13.0 |
468 | 2025-01-17T03:41:03.918Z | Compiling clap_builder v4.5.21 |
469 | 2025-01-17T03:41:04.108Z | Compiling memmap v0.7.0 |
470 | 2025-01-17T03:41:04.467Z | Compiling unicode-linebreak v0.1.5 |
471 | 2025-01-17T03:41:04.471Z | Compiling smawk v0.3.2 |
472 | 2025-01-17T03:41:04.996Z | Compiling textwrap v0.16.1 |
473 | 2025-01-17T03:41:05.265Z | Compiling swrite v0.1.0 |
474 | 2025-01-17T03:41:06.127Z | Compiling tabled_derive v0.7.0 |
475 | 2025-01-17T03:41:07.428Z | Compiling serde_derive v1.0.217 |
476 | 2025-01-17T03:41:07.428Z | Compiling thiserror-impl v1.0.69 |
477 | 2025-01-17T03:41:07.431Z | Compiling zerocopy-derive v0.7.35 |
478 | 2025-01-17T03:41:07.431Z | Compiling scroll_derive v0.12.0 |
479 | 2025-01-17T03:41:07.431Z | Compiling clap_derive v4.5.18 |
480 | 2025-01-17T03:41:07.653Z | Compiling tabled v0.15.0 |
481 | 2025-01-17T03:41:08.670Z | Compiling scroll v0.12.0 |
482 | 2025-01-17T03:41:09.266Z | Compiling goblin v0.8.2 |
483 | 2025-01-17T03:41:09.524Z | Compiling zerocopy v0.7.35 |
484 | 2025-01-17T03:41:10.495Z | Compiling pest v2.7.14 |
485 | 2025-01-17T03:41:11.134Z | Compiling clap v4.5.21 |
486 | 2025-01-17T03:41:12.679Z | Compiling pest_meta v2.7.14 |
487 | 2025-01-17T03:41:13.552Z | Compiling pest_generator v2.7.14 |
488 | 2025-01-17T03:41:15.062Z | Compiling pest_derive v2.7.14 |
489 | 2025-01-17T03:41:15.642Z | Compiling dtrace-parser v0.2.0 |
490 | 2025-01-17T03:41:16.122Z | Compiling serde_spanned v0.6.8 |
491 | 2025-01-17T03:41:16.124Z | Compiling toml_datetime v0.6.8 |
492 | 2025-01-17T03:41:16.432Z | Compiling serde_tokenstream v0.2.2 |
493 | 2025-01-17T03:41:16.460Z | Compiling toml_edit v0.22.22 |
494 | 2025-01-17T03:41:16.607Z | Compiling cargo-platform v0.1.8 |
495 | 2025-01-17T03:41:16.634Z | Compiling macaddr v1.0.1 |
496 | 2025-01-17T03:41:17.068Z | Compiling camino-tempfile v1.1.1 |
497 | 2025-01-17T03:41:17.581Z | Compiling dof v0.3.0 |
498 | 2025-01-17T03:41:17.581Z | Compiling cargo_metadata v0.18.1 |
499 | 2025-01-17T03:41:19.266Z | Compiling usdt-macro v0.5.0 |
500 | 2025-01-17T03:41:19.266Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2025-01-17T03:41:19.495Z | Compiling toml v0.8.19 |
502 | 2025-01-17T03:41:20.346Z | Compiling cargo_toml v0.20.5 |
503 | 2025-01-17T03:41:20.519Z | Compiling usdt v0.5.0 |
504 | 2025-01-17T03:41:23.049Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
505 | 2025-01-17T03:41:26.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.34s |
506 | 2025-01-17T03:41:26.619Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
507 | 2025-01-17T03:41:27.167Z | Downloading crates ... |
508 | 2025-01-17T03:41:27.293Z | Downloaded aead v0.5.2 |
509 | 2025-01-17T03:41:27.312Z | Downloaded assert_matches v1.5.0 |
510 | 2025-01-17T03:41:27.314Z | Downloaded darling v0.20.10 |
511 | 2025-01-17T03:41:27.328Z | Downloaded heapless v0.8.0 |
512 | 2025-01-17T03:41:27.340Z | Downloaded cfg_aliases v0.2.1 |
513 | 2025-01-17T03:41:27.342Z | Downloaded hubpack_derive v0.1.1 |
514 | 2025-01-17T03:41:27.342Z | Downloaded atty v0.2.14 |
515 | 2025-01-17T03:41:27.345Z | Downloaded http-body v1.0.1 |
516 | 2025-01-17T03:41:27.350Z | Downloaded cstr-argument v0.1.2 |
517 | 2025-01-17T03:41:27.353Z | Downloaded http-range v0.1.5 |
518 | 2025-01-17T03:41:27.353Z | Downloaded headers-core v0.3.0 |
519 | 2025-01-17T03:41:27.353Z | Downloaded bcrypt-pbkdf v0.10.0 |
520 | 2025-01-17T03:41:27.357Z | Downloaded icu_provider_macros v1.5.0 |
521 | 2025-01-17T03:41:27.359Z | Downloaded ciborium-io v0.2.2 |
522 | 2025-01-17T03:41:27.362Z | Downloaded home v0.5.9 |
523 | 2025-01-17T03:41:27.366Z | Downloaded hex-literal v0.4.1 |
524 | 2025-01-17T03:41:27.368Z | Downloaded hex v0.4.3 |
525 | 2025-01-17T03:41:27.372Z | Downloaded indoc v1.0.9 |
526 | 2025-01-17T03:41:27.375Z | Downloaded hostname v0.4.0 |
527 | 2025-01-17T03:41:27.375Z | Downloaded crunchy v0.2.2 |
528 | 2025-01-17T03:41:27.375Z | Downloaded lazy_static v1.5.0 |
529 | 2025-01-17T03:41:27.378Z | Downloaded match_cfg v0.1.0 |
530 | 2025-01-17T03:41:27.380Z | Downloaded matches v0.1.10 |
531 | 2025-01-17T03:41:27.380Z | Downloaded bitflags v1.3.2 |
532 | 2025-01-17T03:41:27.383Z | Downloaded bit-set v0.5.3 |
533 | 2025-01-17T03:41:27.385Z | Downloaded arrayref v0.3.9 |
534 | 2025-01-17T03:41:27.385Z | Downloaded buf-list v1.0.3 |
535 | 2025-01-17T03:41:27.388Z | Downloaded crc v3.2.1 |
536 | 2025-01-17T03:41:27.391Z | Downloaded bit-vec v0.6.3 |
537 | 2025-01-17T03:41:27.393Z | Downloaded async-stream v0.3.6 |
538 | 2025-01-17T03:41:27.396Z | Downloaded hostname v0.3.1 |
539 | 2025-01-17T03:41:27.398Z | Downloaded md-5 v0.10.6 |
540 | 2025-01-17T03:41:27.398Z | Downloaded maplit v1.0.2 |
541 | 2025-01-17T03:41:27.404Z | Downloaded instability v0.3.2 |
542 | 2025-01-17T03:41:27.404Z | Downloaded maybe-uninit v2.0.0 |
543 | 2025-01-17T03:41:27.404Z | Downloaded blowfish v0.9.1 |
544 | 2025-01-17T03:41:27.404Z | Downloaded crucible-workspace-hack v0.1.0 |
545 | 2025-01-17T03:41:27.409Z | Downloaded progenitor-macro v0.9.1 |
546 | 2025-01-17T03:41:27.409Z | Downloaded base16ct v0.2.0 |
547 | 2025-01-17T03:41:27.409Z | Downloaded bitfield-struct v0.6.2 |
548 | 2025-01-17T03:41:27.409Z | Downloaded bb8 v0.8.5 |
549 | 2025-01-17T03:41:27.411Z | Downloaded ascii-canvas v3.0.0 |
550 | 2025-01-17T03:41:27.411Z | Downloaded md5 v0.7.0 |
551 | 2025-01-17T03:41:27.414Z | Downloaded crossbeam-deque v0.8.5 |
552 | 2025-01-17T03:41:27.416Z | Downloaded lazycell v1.3.0 |
553 | 2025-01-17T03:41:27.416Z | Downloaded kstat-rs v0.2.4 |
554 | 2025-01-17T03:41:27.419Z | Downloaded iana-time-zone v0.1.61 |
555 | 2025-01-17T03:41:27.421Z | Downloaded backoff v0.4.0 |
556 | 2025-01-17T03:41:27.423Z | Downloaded lockfree-object-pool v0.1.6 |
557 | 2025-01-17T03:41:27.425Z | Downloaded convert_case v0.4.0 |
558 | 2025-01-17T03:41:27.428Z | Downloaded cipher v0.4.4 |
559 | 2025-01-17T03:41:27.428Z | Downloaded http-body-util v0.1.2 |
560 | 2025-01-17T03:41:27.430Z | Downloaded is_ci v1.2.0 |
561 | 2025-01-17T03:41:27.433Z | Downloaded block-padding v0.3.3 |
562 | 2025-01-17T03:41:27.433Z | Downloaded inout v0.1.3 |
563 | 2025-01-17T03:41:27.435Z | Downloaded ciborium-ll v0.2.2 |
564 | 2025-01-17T03:41:27.435Z | Downloaded ident_case v1.0.1 |
565 | 2025-01-17T03:41:27.438Z | Downloaded crc-catalog v2.4.0 |
566 | 2025-01-17T03:41:27.438Z | Downloaded cmake v0.1.51 |
567 | 2025-01-17T03:41:27.440Z | Downloaded hickory-client v0.24.1 |
568 | 2025-01-17T03:41:27.443Z | Downloaded progenitor-client v0.8.0 |
569 | 2025-01-17T03:41:27.446Z | Downloaded memoffset v0.9.1 |
570 | 2025-01-17T03:41:27.446Z | Downloaded linked-hash-map v0.5.6 |
571 | 2025-01-17T03:41:27.446Z | Downloaded ipnetwork v0.20.0 |
572 | 2025-01-17T03:41:27.448Z | Downloaded managed v0.8.0 |
573 | 2025-01-17T03:41:27.451Z | Downloaded memmap2 v0.9.5 |
574 | 2025-01-17T03:41:27.453Z | Downloaded jobserver v0.1.32 |
575 | 2025-01-17T03:41:27.456Z | Downloaded ctr v0.9.2 |
576 | 2025-01-17T03:41:27.459Z | Downloaded lock_api v0.4.12 |
577 | 2025-01-17T03:41:27.461Z | Downloaded mime_guess v2.0.5 |
578 | 2025-01-17T03:41:27.461Z | Downloaded console v0.15.8 |
579 | 2025-01-17T03:41:27.464Z | Downloaded atomicwrites v0.4.4 |
580 | 2025-01-17T03:41:27.467Z | Downloaded hyper-rustls v0.27.3 |
581 | 2025-01-17T03:41:27.469Z | Downloaded lalrpop-util v0.19.12 |
582 | 2025-01-17T03:41:27.471Z | Downloaded idna_adapter v1.2.0 |
583 | 2025-01-17T03:41:27.471Z | Downloaded highway v1.2.0 |
584 | 2025-01-17T03:41:27.474Z | Downloaded linear-map v1.2.0 |
585 | 2025-01-17T03:41:27.477Z | Downloaded ipnet v2.10.1 |
586 | 2025-01-17T03:41:27.480Z | Downloaded icu_normalizer v1.5.0 |
587 | 2025-01-17T03:41:27.483Z | Downloaded hmac v0.12.1 |
588 | 2025-01-17T03:41:27.485Z | Downloaded cookie_store v0.21.0 |
589 | 2025-01-17T03:41:27.488Z | Downloaded is-terminal v0.4.13 |
590 | 2025-01-17T03:41:27.488Z | Downloaded mime v0.3.17 |
591 | 2025-01-17T03:41:27.490Z | Downloaded libsw v3.3.1 |
592 | 2025-01-17T03:41:27.493Z | Downloaded libefi-sys v0.1.0 |
593 | 2025-01-17T03:41:27.493Z | Downloaded want v0.3.1 |
594 | 2025-01-17T03:41:27.497Z | Downloaded indent_write v2.2.0 |
595 | 2025-01-17T03:41:27.497Z | Downloaded argon2 v0.5.3 |
596 | 2025-01-17T03:41:27.500Z | Downloaded const_format_proc_macros v0.2.33 |
597 | 2025-01-17T03:41:27.500Z | Downloaded addr2line v0.24.2 |
598 | 2025-01-17T03:41:27.502Z | Downloaded ref-cast-impl v1.0.23 |
599 | 2025-01-17T03:41:27.505Z | Downloaded lru-cache v0.1.2 |
600 | 2025-01-17T03:41:27.505Z | Downloaded strum v0.26.3 |
601 | 2025-01-17T03:41:27.507Z | Downloaded termtree v0.4.1 |
602 | 2025-01-17T03:41:27.507Z | Downloaded sqlparser_derive v0.2.2 |
603 | 2025-01-17T03:41:27.510Z | Downloaded libloading v0.8.5 |
604 | 2025-01-17T03:41:27.512Z | Downloaded humantime v2.1.0 |
605 | 2025-01-17T03:41:27.512Z | Downloaded crc32fast v1.4.2 |
606 | 2025-01-17T03:41:27.515Z | Downloaded icu_locid_transform v1.5.0 |
607 | 2025-01-17T03:41:27.517Z | Downloaded cookie v0.18.1 |
608 | 2025-01-17T03:41:27.520Z | Downloaded hyper-util v0.1.10 |
609 | 2025-01-17T03:41:27.525Z | Downloaded radium v0.7.0 |
610 | 2025-01-17T03:41:27.527Z | Downloaded r2d2 v0.8.10 |
611 | 2025-01-17T03:41:27.527Z | Downloaded lru v0.12.5 |
612 | 2025-01-17T03:41:27.530Z | Downloaded serde_urlencoded v0.7.1 |
613 | 2025-01-17T03:41:27.532Z | Downloaded indicatif v0.17.9 |
614 | 2025-01-17T03:41:27.535Z | Downloaded icu_locid v1.5.0 |
615 | 2025-01-17T03:41:27.541Z | Downloaded derive_builder_macro v0.20.2 |
616 | 2025-01-17T03:41:27.543Z | Downloaded openssl-probe v0.1.5 |
617 | 2025-01-17T03:41:27.543Z | Downloaded foreign-types-shared v0.3.1 |
618 | 2025-01-17T03:41:27.546Z | Downloaded slab v0.4.9 |
619 | 2025-01-17T03:41:27.546Z | Downloaded serde_repr v0.1.19 |
620 | 2025-01-17T03:41:27.550Z | Downloaded serde_plain v1.0.2 |
621 | 2025-01-17T03:41:27.553Z | Downloaded num-conv v0.1.0 |
622 | 2025-01-17T03:41:27.553Z | Downloaded crc-any v2.5.0 |
623 | 2025-01-17T03:41:27.556Z | Downloaded cexpr v0.6.0 |
624 | 2025-01-17T03:41:27.556Z | Downloaded fxhash v0.2.1 |
625 | 2025-01-17T03:41:27.558Z | Downloaded schemars_derive v0.8.21 |
626 | 2025-01-17T03:41:27.558Z | Downloaded thiserror-impl v2.0.11 |
627 | 2025-01-17T03:41:27.561Z | Downloaded cancel-safe-futures v0.1.5 |
628 | 2025-01-17T03:41:27.563Z | Downloaded ahash v0.8.11 |
629 | 2025-01-17T03:41:27.566Z | Downloaded hubpack v0.1.2 |
630 | 2025-01-17T03:41:27.568Z | Downloaded strum_macros v0.24.3 |
631 | 2025-01-17T03:41:27.571Z | Downloaded crossbeam-epoch v0.9.18 |
632 | 2025-01-17T03:41:27.573Z | Downloaded structmeta-derive v0.3.0 |
633 | 2025-01-17T03:41:27.576Z | Downloaded icu_properties v1.5.1 |
634 | 2025-01-17T03:41:27.580Z | Downloaded zerovec-derive v0.10.3 |
635 | 2025-01-17T03:41:27.582Z | Downloaded number_prefix v0.4.0 |
636 | 2025-01-17T03:41:27.583Z | Downloaded structmeta-derive v0.2.0 |
637 | 2025-01-17T03:41:27.583Z | Downloaded smallvec v0.6.14 |
638 | 2025-01-17T03:41:27.585Z | Downloaded icu_locid_transform_data v1.5.0 |
639 | 2025-01-17T03:41:27.588Z | Downloaded rusty-fork v0.3.0 |
640 | 2025-01-17T03:41:27.588Z | Downloaded tokio-macros v2.5.0 |
641 | 2025-01-17T03:41:27.591Z | Downloaded castaway v0.2.3 |
642 | 2025-01-17T03:41:27.591Z | Downloaded hyper-tls v0.6.0 |
643 | 2025-01-17T03:41:27.593Z | Downloaded icu_collections v1.5.0 |
644 | 2025-01-17T03:41:27.692Z | Downloaded universal-hash v0.5.1 |
645 | 2025-01-17T03:41:27.696Z | Downloaded unicode-xid v0.2.6 |
646 | 2025-01-17T03:41:27.696Z | Downloaded indexmap v1.9.3 |
647 | 2025-01-17T03:41:27.696Z | Downloaded dyn-clone v1.0.17 |
648 | 2025-01-17T03:41:27.696Z | Downloaded gethostname v0.5.0 |
649 | 2025-01-17T03:41:27.696Z | Downloaded slog-term v2.9.1 |
650 | 2025-01-17T03:41:27.696Z | Downloaded fallible-iterator v0.2.0 |
651 | 2025-01-17T03:41:27.696Z | Downloaded dirs-next v2.0.0 |
652 | 2025-01-17T03:41:27.696Z | Downloaded quick-error v1.2.3 |
653 | 2025-01-17T03:41:27.696Z | Downloaded bytes v1.9.0 |
654 | 2025-01-17T03:41:27.696Z | Downloaded group v0.13.0 |
655 | 2025-01-17T03:41:27.696Z | Downloaded slog-dtrace v0.3.0 |
656 | 2025-01-17T03:41:27.696Z | Downloaded scheduled-thread-pool v0.2.7 |
657 | 2025-01-17T03:41:27.696Z | Downloaded chacha20poly1305 v0.10.1 |
658 | 2025-01-17T03:41:27.696Z | Downloaded compact_str v0.8.0 |
659 | 2025-01-17T03:41:27.696Z | Downloaded percent-encoding v2.3.1 |
660 | 2025-01-17T03:41:27.696Z | Downloaded tokio-rustls v0.24.1 |
661 | 2025-01-17T03:41:27.696Z | Downloaded try-lock v0.2.5 |
662 | 2025-01-17T03:41:27.696Z | Downloaded time-core v0.1.2 |
663 | 2025-01-17T03:41:27.696Z | Downloaded ssh-encoding v0.2.0 |
664 | 2025-01-17T03:41:27.696Z | Downloaded thiserror v2.0.11 |
665 | 2025-01-17T03:41:27.696Z | Downloaded pem v3.0.4 |
666 | 2025-01-17T03:41:27.696Z | Downloaded tokio-native-tls v0.3.1 |
667 | 2025-01-17T03:41:27.696Z | Downloaded bzip2 v0.4.4 |
668 | 2025-01-17T03:41:27.696Z | Downloaded glob v0.3.1 |
669 | 2025-01-17T03:41:27.696Z | Downloaded ghash v0.5.1 |
670 | 2025-01-17T03:41:27.696Z | Downloaded pkg-config v0.3.31 |
671 | 2025-01-17T03:41:27.696Z | Downloaded csv-core v0.1.11 |
672 | 2025-01-17T03:41:27.696Z | Downloaded cc v1.1.30 |
673 | 2025-01-17T03:41:27.696Z | Downloaded num-derive v0.4.2 |
674 | 2025-01-17T03:41:27.696Z | Downloaded arc-swap v1.7.1 |
675 | 2025-01-17T03:41:27.696Z | Downloaded dhcproto-macros v0.1.0 |
676 | 2025-01-17T03:41:27.697Z | Downloaded hickory-server v0.24.1 |
677 | 2025-01-17T03:41:27.697Z | Downloaded string_cache v0.8.7 |
678 | 2025-01-17T03:41:27.697Z | Downloaded same-file v1.0.6 |
679 | 2025-01-17T03:41:27.697Z | Downloaded derive_builder v0.20.2 |
680 | 2025-01-17T03:41:27.697Z | Downloaded endian-type v0.1.2 |
681 | 2025-01-17T03:41:27.697Z | Downloaded futures-executor v0.3.31 |
682 | 2025-01-17T03:41:27.697Z | Downloaded fallible-iterator v0.3.0 |
683 | 2025-01-17T03:41:27.697Z | Downloaded oso-derive v0.27.3 |
684 | 2025-01-17T03:41:27.697Z | Downloaded hickory-resolver v0.24.1 |
685 | 2025-01-17T03:41:27.706Z | Downloaded ssh-cipher v0.2.0 |
686 | 2025-01-17T03:41:27.706Z | Downloaded base64 v0.22.1 |
687 | 2025-01-17T03:41:27.710Z | Downloaded smf v0.2.3 |
688 | 2025-01-17T03:41:27.711Z | Downloaded siphasher v0.3.11 |
689 | 2025-01-17T03:41:27.713Z | Downloaded signal-hook-registry v1.4.2 |
690 | 2025-01-17T03:41:27.713Z | Downloaded utf16_iter v1.0.5 |
691 | 2025-01-17T03:41:27.716Z | Downloaded thread_local v1.1.8 |
692 | 2025-01-17T03:41:27.716Z | Downloaded thiserror-no-std v2.0.2 |
693 | 2025-01-17T03:41:27.719Z | Downloaded subtle v2.6.1 |
694 | 2025-01-17T03:41:27.721Z | Downloaded base64 v0.21.7 |
695 | 2025-01-17T03:41:27.725Z | Downloaded globset v0.4.15 |
696 | 2025-01-17T03:41:27.727Z | Downloaded yoke v0.7.4 |
697 | 2025-01-17T03:41:27.730Z | Downloaded utf8_iter v1.0.4 |
698 | 2025-01-17T03:41:27.732Z | Downloaded path-slash v0.1.5 |
699 | 2025-01-17T03:41:27.733Z | Downloaded tui-tree-widget v0.22.0 |
700 | 2025-01-17T03:41:27.735Z | Downloaded time-macros v0.2.18 |
701 | 2025-01-17T03:41:27.735Z | Downloaded rtoolbox v0.0.2 |
702 | 2025-01-17T03:41:27.739Z | Downloaded utf-8 v0.7.6 |
703 | 2025-01-17T03:41:27.739Z | Downloaded backtrace v0.3.74 |
704 | 2025-01-17T03:41:27.743Z | Downloaded ena v0.14.3 |
705 | 2025-01-17T03:41:27.746Z | Downloaded predicates v3.1.2 |
706 | 2025-01-17T03:41:27.748Z | Downloaded zeroize v1.8.1 |
707 | 2025-01-17T03:41:27.751Z | Downloaded zerofrom-derive v0.1.4 |
708 | 2025-01-17T03:41:27.751Z | Downloaded walkdir v2.5.0 |
709 | 2025-01-17T03:41:27.754Z | Downloaded schemars v0.8.21 |
710 | 2025-01-17T03:41:27.765Z | Downloaded hash32 v0.3.1 |
711 | 2025-01-17T03:41:27.767Z | Downloaded bumpalo v3.16.0 |
712 | 2025-01-17T03:41:27.770Z | Downloaded base64 v0.13.1 |
713 | 2025-01-17T03:41:27.773Z | Downloaded hash32 v0.2.1 |
714 | 2025-01-17T03:41:27.776Z | Downloaded tungstenite v0.23.0 |
715 | 2025-01-17T03:41:27.779Z | Downloaded test-strategy v0.3.1 |
716 | 2025-01-17T03:41:27.782Z | Downloaded crypto-bigint v0.5.5 |
717 | 2025-01-17T03:41:27.790Z | Downloaded waitgroup v0.1.2 |
718 | 2025-01-17T03:41:27.792Z | Downloaded polyval v0.6.2 |
719 | 2025-01-17T03:41:27.795Z | Downloaded pbkdf2 v0.11.0 |
720 | 2025-01-17T03:41:27.797Z | Downloaded unicode-bidi v0.3.17 |
721 | 2025-01-17T03:41:27.800Z | Downloaded rsa v0.9.6 |
722 | 2025-01-17T03:41:27.804Z | Downloaded foreign-types-shared v0.1.1 |
723 | 2025-01-17T03:41:27.807Z | Downloaded downcast v0.11.0 |
724 | 2025-01-17T03:41:27.807Z | Downloaded zone_cfg_derive v0.3.0 |
725 | 2025-01-17T03:41:27.807Z | Downloaded ref-cast v1.0.23 |
726 | 2025-01-17T03:41:27.809Z | Downloaded progenitor v0.9.1 |
727 | 2025-01-17T03:41:27.812Z | Downloaded uzers v0.12.1 |
728 | 2025-01-17T03:41:27.815Z | Downloaded num_threads v0.1.7 |
729 | 2025-01-17T03:41:27.818Z | Downloaded scopeguard v1.2.0 |
730 | 2025-01-17T03:41:27.818Z | Downloaded progenitor v0.8.0 |
731 | 2025-01-17T03:41:27.820Z | Downloaded zerofrom v0.1.4 |
732 | 2025-01-17T03:41:27.820Z | Downloaded zerocopy-derive v0.8.10 |
733 | 2025-01-17T03:41:27.825Z | Downloaded slog-bunyan v2.5.0 |
734 | 2025-01-17T03:41:27.828Z | Downloaded simd-adler32 v0.3.7 |
735 | 2025-01-17T03:41:27.830Z | Downloaded rustfmt-wrapper v0.2.1 |
736 | 2025-01-17T03:41:27.830Z | Downloaded similar v2.6.0 |
737 | 2025-01-17T03:41:27.835Z | Downloaded slog-async v2.8.0 |
738 | 2025-01-17T03:41:27.837Z | Downloaded russh-keys v0.45.0 |
739 | 2025-01-17T03:41:27.840Z | Downloaded russh-cryptovec v0.7.3 |
740 | 2025-01-17T03:41:27.842Z | Downloaded tinystr v0.7.6 |
741 | 2025-01-17T03:41:27.845Z | Downloaded unicode_categories v0.1.1 |
742 | 2025-01-17T03:41:27.845Z | Downloaded tungstenite v0.24.0 |
743 | 2025-01-17T03:41:27.849Z | Downloaded unarray v0.1.4 |
744 | 2025-01-17T03:41:27.851Z | Downloaded libm v0.2.8 |
745 | 2025-01-17T03:41:27.859Z | Downloaded debug-ignore v1.0.5 |
746 | 2025-01-17T03:41:27.861Z | Downloaded heapless v0.7.17 |
747 | 2025-01-17T03:41:27.865Z | Downloaded filetime v0.2.25 |
748 | 2025-01-17T03:41:27.868Z | Downloaded take_mut v0.2.2 |
749 | 2025-01-17T03:41:27.868Z | Downloaded ff v0.13.0 |
750 | 2025-01-17T03:41:27.871Z | Downloaded which v4.4.2 |
751 | 2025-01-17T03:41:27.871Z | Downloaded untrusted v0.7.1 |
752 | 2025-01-17T03:41:27.874Z | Downloaded pkcs8 v0.10.2 |
753 | 2025-01-17T03:41:27.877Z | Downloaded fragile v2.0.0 |
754 | 2025-01-17T03:41:27.878Z | Downloaded defmt-macros v0.3.9 |
755 | 2025-01-17T03:41:27.881Z | Downloaded semver v0.1.20 |
756 | 2025-01-17T03:41:27.884Z | Downloaded poly1305 v0.8.0 |
757 | 2025-01-17T03:41:27.886Z | Downloaded serde_with_macros v3.11.0 |
758 | 2025-01-17T03:41:27.889Z | Downloaded futures-task v0.3.31 |
759 | 2025-01-17T03:41:27.889Z | Downloaded zone_cfg_derive v0.1.2 |
760 | 2025-01-17T03:41:27.891Z | Downloaded tar v0.4.42 |
761 | 2025-01-17T03:41:27.894Z | Downloaded float-cmp v0.9.0 |
762 | 2025-01-17T03:41:27.894Z | Downloaded zeroize_derive v1.4.2 |
763 | 2025-01-17T03:41:27.897Z | Downloaded strum_macros v0.26.4 |
764 | 2025-01-17T03:41:27.899Z | Downloaded libxml v0.3.3 |
765 | 2025-01-17T03:41:27.904Z | Downloaded diesel_table_macro_syntax v0.2.0 |
766 | 2025-01-17T03:41:27.907Z | Downloaded rand_chacha v0.3.1 |
767 | 2025-01-17T03:41:27.908Z | Downloaded thiserror-impl-no-std v2.0.2 |
768 | 2025-01-17T03:41:27.910Z | Downloaded strum_macros v0.25.3 |
769 | 2025-01-17T03:41:27.914Z | Downloaded shlex v1.3.0 |
770 | 2025-01-17T03:41:27.914Z | Downloaded parse-display v0.10.0 |
771 | 2025-01-17T03:41:27.917Z | Downloaded itertools v0.10.5 |
772 | 2025-01-17T03:41:27.920Z | Downloaded whoami v1.5.2 |
773 | 2025-01-17T03:41:27.923Z | Downloaded display-error-chain v0.2.2 |
774 | 2025-01-17T03:41:27.926Z | Downloaded serde_path_to_error v0.1.16 |
775 | 2025-01-17T03:41:27.926Z | Downloaded rand_core v0.6.4 |
776 | 2025-01-17T03:41:27.928Z | Downloaded hyper v1.5.2 |
777 | 2025-01-17T03:41:27.934Z | Downloaded newline-converter v0.3.0 |
778 | 2025-01-17T03:41:27.937Z | Downloaded mirai-annotations v1.12.0 |
779 | 2025-01-17T03:41:27.937Z | Downloaded displaydoc v0.2.5 |
780 | 2025-01-17T03:41:27.940Z | Downloaded pretty-hex v0.2.1 |
781 | 2025-01-17T03:41:27.942Z | Downloaded unicase v2.7.0 |
782 | 2025-01-17T03:41:27.945Z | Downloaded tap v1.0.1 |
783 | 2025-01-17T03:41:27.945Z | Downloaded zip v2.1.3 |
784 | 2025-01-17T03:41:27.949Z | Downloaded termios v0.3.3 |
785 | 2025-01-17T03:41:27.951Z | Downloaded slog v2.7.0 |
786 | 2025-01-17T03:41:27.954Z | Downloaded wait-timeout v0.2.0 |
787 | 2025-01-17T03:41:27.957Z | Downloaded shell-words v1.1.0 |
788 | 2025-01-17T03:41:27.957Z | Downloaded fs_extra v1.3.0 |
789 | 2025-01-17T03:41:27.959Z | Downloaded signal-hook-tokio v0.3.1 |
790 | 2025-01-17T03:41:27.962Z | Downloaded precomputed-hash v0.1.1 |
791 | 2025-01-17T03:41:27.962Z | Downloaded typify-macro v0.3.0 |
792 | 2025-01-17T03:41:27.964Z | Downloaded tiny-keccak v2.0.2 |
793 | 2025-01-17T03:41:27.967Z | Downloaded futures-macro v0.3.31 |
794 | 2025-01-17T03:41:27.967Z | Downloaded futures-io v0.3.31 |
795 | 2025-01-17T03:41:27.969Z | Downloaded crossterm v0.28.1 |
796 | 2025-01-17T03:41:27.974Z | Downloaded diesel-dtrace v0.4.2 |
797 | 2025-01-17T03:41:27.977Z | Downloaded postgres-protocol v0.6.7 |
798 | 2025-01-17T03:41:27.979Z | Downloaded itertools v0.13.0 |
799 | 2025-01-17T03:41:27.986Z | Downloaded darling_macro v0.20.10 |
800 | 2025-01-17T03:41:27.989Z | Downloaded serde_derive_internals v0.29.1 |
801 | 2025-01-17T03:41:27.989Z | Downloaded packed_struct_codegen v0.10.1 |
802 | 2025-01-17T03:41:27.991Z | Downloaded num-iter v0.1.45 |
803 | 2025-01-17T03:41:27.994Z | Downloaded newtype-uuid v1.2.1 |
804 | 2025-01-17T03:41:27.994Z | Downloaded difflib v0.4.0 |
805 | 2025-01-17T03:41:27.996Z | Downloaded funty v2.0.0 |
806 | 2025-01-17T03:41:27.996Z | Downloaded num-integer v0.1.46 |
807 | 2025-01-17T03:41:27.999Z | Downloaded aes-gcm v0.10.3 |
808 | 2025-01-17T03:41:28.002Z | Downloaded uuid v1.11.0 |
809 | 2025-01-17T03:41:28.004Z | Downloaded phf_shared v0.10.0 |
810 | 2025-01-17T03:41:28.007Z | Downloaded owo-colors v4.1.0 |
811 | 2025-01-17T03:41:28.009Z | Downloaded progenitor-client v0.9.1 |
812 | 2025-01-17T03:41:28.009Z | Downloaded rustc-hash v1.1.0 |
813 | 2025-01-17T03:41:28.012Z | Downloaded untrusted v0.9.0 |
814 | 2025-01-17T03:41:28.012Z | Downloaded futures-channel v0.3.31 |
815 | 2025-01-17T03:41:28.015Z | Downloaded ppv-lite86 v0.2.20 |
816 | 2025-01-17T03:41:28.017Z | Downloaded serde_yaml v0.9.34+deprecated |
817 | 2025-01-17T03:41:28.019Z | Downloaded num_enum v0.5.11 |
818 | 2025-01-17T03:41:28.024Z | Downloaded term v0.7.0 |
819 | 2025-01-17T03:41:28.028Z | Downloaded sync-ptr v0.1.1 |
820 | 2025-01-17T03:41:28.030Z | Downloaded futures-core v0.3.31 |
821 | 2025-01-17T03:41:28.031Z | Downloaded resolv-conf v0.7.0 |
822 | 2025-01-17T03:41:28.034Z | Downloaded blake3 v1.5.4 |
823 | 2025-01-17T03:41:28.040Z | Downloaded typify-macro v0.2.0 |
824 | 2025-01-17T03:41:28.043Z | Downloaded termcolor v1.4.1 |
825 | 2025-01-17T03:41:28.046Z | Downloaded progenitor-impl v0.9.1 |
826 | 2025-01-17T03:41:28.046Z | Downloaded hkdf v0.12.4 |
827 | 2025-01-17T03:41:28.048Z | Downloaded progenitor-impl v0.8.0 |
828 | 2025-01-17T03:41:28.051Z | Downloaded tabwriter v1.4.0 |
829 | 2025-01-17T03:41:28.053Z | Downloaded futures v0.3.31 |
830 | 2025-01-17T03:41:28.057Z | Downloaded quinn v0.11.5 |
831 | 2025-01-17T03:41:28.060Z | Downloaded rustc-demangle v0.1.24 |
832 | 2025-01-17T03:41:28.063Z | Downloaded peg-runtime v0.8.3 |
833 | 2025-01-17T03:41:28.065Z | Downloaded tower-service v0.3.3 |
834 | 2025-01-17T03:41:28.065Z | Downloaded ron v0.7.1 |
835 | 2025-01-17T03:41:28.069Z | Downloaded fixedbitset v0.4.2 |
836 | 2025-01-17T03:41:28.072Z | Downloaded nodrop v0.1.14 |
837 | 2025-01-17T03:41:28.074Z | Downloaded num v0.4.3 |
838 | 2025-01-17T03:41:28.075Z | Downloaded hashbrown v0.13.2 |
839 | 2025-01-17T03:41:28.078Z | Downloaded data-encoding v2.6.0 |
840 | 2025-01-17T03:41:28.080Z | Downloaded rfc6979 v0.4.0 |
841 | 2025-01-17T03:41:28.083Z | Downloaded proc-macro-crate v1.3.1 |
842 | 2025-01-17T03:41:28.083Z | Downloaded primeorder v0.13.6 |
843 | 2025-01-17T03:41:28.086Z | Downloaded num-complex v0.4.6 |
844 | 2025-01-17T03:41:28.086Z | Downloaded float-ord v0.3.2 |
845 | 2025-01-17T03:41:28.088Z | Downloaded phf_generator v0.11.2 |
846 | 2025-01-17T03:41:28.088Z | Downloaded flagset v0.4.6 |
847 | 2025-01-17T03:41:28.091Z | Downloaded powerfmt v0.2.0 |
848 | 2025-01-17T03:41:28.091Z | Downloaded tokio-tungstenite v0.21.0 |
849 | 2025-01-17T03:41:28.094Z | Downloaded pkcs1 v0.7.5 |
850 | 2025-01-17T03:41:28.096Z | Downloaded typify v0.3.0 |
851 | 2025-01-17T03:41:28.100Z | Downloaded yoke-derive v0.7.4 |
852 | 2025-01-17T03:41:28.102Z | Downloaded idna v1.0.3 |
853 | 2025-01-17T03:41:28.105Z | Downloaded opaque-debug v0.3.1 |
854 | 2025-01-17T03:41:28.108Z | Downloaded nibble_vec v0.1.0 |
855 | 2025-01-17T03:41:28.111Z | Downloaded signature v2.2.0 |
856 | 2025-01-17T03:41:28.111Z | Downloaded yasna v0.5.2 |
857 | 2025-01-17T03:41:28.113Z | Downloaded tokio-stream v0.1.16 |
858 | 2025-01-17T03:41:28.117Z | Downloaded signal-hook-mio v0.2.4 |
859 | 2025-01-17T03:41:28.119Z | Downloaded tracing v0.1.40 |
860 | 2025-01-17T03:41:28.123Z | Downloaded dhcproto v0.12.0 |
861 | 2025-01-17T03:41:28.126Z | Downloaded olpc-cjson v0.1.4 |
862 | 2025-01-17T03:41:28.129Z | Downloaded enum-as-inner v0.5.1 |
863 | 2025-01-17T03:41:28.132Z | Downloaded embedded-io v0.6.1 |
864 | 2025-01-17T03:41:28.132Z | Downloaded supports-color v3.0.1 |
865 | 2025-01-17T03:41:28.132Z | Downloaded newtype_derive v0.1.6 |
866 | 2025-01-17T03:41:28.135Z | Downloaded quinn-udp v0.5.5 |
867 | 2025-01-17T03:41:28.137Z | Downloaded num_enum_derive v0.5.11 |
868 | 2025-01-17T03:41:28.137Z | Downloaded num-traits v0.2.19 |
869 | 2025-01-17T03:41:28.140Z | Downloaded either v1.13.0 |
870 | 2025-01-17T03:41:28.142Z | Downloaded p256 v0.13.2 |
871 | 2025-01-17T03:41:28.145Z | Downloaded rustc_version v0.4.1 |
872 | 2025-01-17T03:41:28.148Z | Downloaded serde_with v3.11.0 |
873 | 2025-01-17T03:41:28.155Z | Downloaded rustc_version v0.1.7 |
874 | 2025-01-17T03:41:28.158Z | Downloaded ed25519 v2.2.3 |
875 | 2025-01-17T03:41:28.161Z | Downloaded new_debug_unreachable v1.0.6 |
876 | 2025-01-17T03:41:28.161Z | Downloaded dunce v1.0.5 |
877 | 2025-01-17T03:41:28.161Z | Downloaded slog-stdlog v4.1.1 |
878 | 2025-01-17T03:41:28.163Z | Downloaded ssh-key v0.6.6 |
879 | 2025-01-17T03:41:28.170Z | Downloaded xz2 v0.1.7 |
880 | 2025-01-17T03:41:28.172Z | Downloaded tough v0.19.0 |
881 | 2025-01-17T03:41:28.180Z | Downloaded vsss-rs v3.3.4 |
882 | 2025-01-17T03:41:28.183Z | Downloaded aho-corasick v1.1.3 |
883 | 2025-01-17T03:41:28.189Z | Downloaded sync_wrapper v1.0.1 |
884 | 2025-01-17T03:41:28.192Z | Downloaded fallible-streaming-iterator v0.1.9 |
885 | 2025-01-17T03:41:28.192Z | Downloaded env_filter v0.1.2 |
886 | 2025-01-17T03:41:28.195Z | Downloaded wyz v0.5.1 |
887 | 2025-01-17T03:41:28.195Z | Downloaded foldhash v0.1.3 |
888 | 2025-01-17T03:41:28.197Z | Downloaded nu-ansi-term v0.50.1 |
889 | 2025-01-17T03:41:28.200Z | Downloaded flate2 v1.0.34 |
890 | 2025-01-17T03:41:28.205Z | Downloaded strip-ansi-escapes v0.2.0 |
891 | 2025-01-17T03:41:28.208Z | Downloaded sigpipe v0.1.3 |
892 | 2025-01-17T03:41:28.208Z | Downloaded rustls-pemfile v1.0.4 |
893 | 2025-01-17T03:41:28.211Z | Downloaded des v0.8.1 |
894 | 2025-01-17T03:41:28.213Z | Downloaded zopfli v0.8.1 |
895 | 2025-01-17T03:41:28.216Z | Downloaded tinyvec_macros v0.1.1 |
896 | 2025-01-17T03:41:28.219Z | Downloaded scrypt v0.11.0 |
897 | 2025-01-17T03:41:28.219Z | Downloaded salsa20 v0.10.2 |
898 | 2025-01-17T03:41:28.221Z | Downloaded nanorand v0.7.0 |
899 | 2025-01-17T03:41:28.224Z | Downloaded rustls-pemfile v2.2.0 |
900 | 2025-01-17T03:41:28.226Z | Downloaded peg-macros v0.8.4 |
901 | 2025-01-17T03:41:28.229Z | Downloaded tokio-tungstenite v0.23.1 |
902 | 2025-01-17T03:41:28.231Z | Downloaded snafu v0.8.5 |
903 | 2025-01-17T03:41:28.237Z | Downloaded foreign-types v0.3.2 |
904 | 2025-01-17T03:41:28.240Z | Downloaded tokio-rustls v0.26.0 |
905 | 2025-01-17T03:41:28.242Z | Downloaded pin-utils v0.1.0 |
906 | 2025-01-17T03:41:28.245Z | Downloaded parse-size v1.1.0 |
907 | 2025-01-17T03:41:28.245Z | Downloaded spki v0.7.3 |
908 | 2025-01-17T03:41:28.247Z | Downloaded postcard v1.0.10 |
909 | 2025-01-17T03:41:28.250Z | Downloaded vte v0.11.1 |
910 | 2025-01-17T03:41:28.253Z | Downloaded structmeta v0.2.0 |
911 | 2025-01-17T03:41:28.253Z | Downloaded parse-display-derive v0.10.0 |
912 | 2025-01-17T03:41:28.256Z | Downloaded enum-as-inner v0.6.1 |
913 | 2025-01-17T03:41:28.256Z | Downloaded tokio-tungstenite v0.24.0 |
914 | 2025-01-17T03:41:28.260Z | Downloaded darling_core v0.20.10 |
915 | 2025-01-17T03:41:28.263Z | Downloaded openssl-macros v0.1.1 |
916 | 2025-01-17T03:41:28.266Z | Downloaded twox-hash v1.6.3 |
917 | 2025-01-17T03:41:28.268Z | Downloaded rand_seeder v0.3.0 |
918 | 2025-01-17T03:41:28.268Z | Downloaded pin-project-internal v1.1.6 |
919 | 2025-01-17T03:41:28.271Z | Downloaded rustversion v1.0.17 |
920 | 2025-01-17T03:41:28.273Z | Downloaded zone v0.1.8 |
921 | 2025-01-17T03:41:28.276Z | Downloaded synstructure v0.13.1 |
922 | 2025-01-17T03:41:28.276Z | Downloaded foreign-types-macros v0.2.3 |
923 | 2025-01-17T03:41:28.279Z | Downloaded foreign-types v0.5.0 |
924 | 2025-01-17T03:41:28.279Z | Downloaded signal-hook v0.3.17 |
925 | 2025-01-17T03:41:28.282Z | Downloaded typify v0.2.0 |
926 | 2025-01-17T03:41:28.286Z | Downloaded rustc-hash v2.0.0 |
927 | 2025-01-17T03:41:28.289Z | Downloaded flume v0.11.1 |
928 | 2025-01-17T03:41:28.292Z | Downloaded vte_generate_state_changes v0.1.2 |
929 | 2025-01-17T03:41:28.295Z | Downloaded psl-types v2.0.11 |
930 | 2025-01-17T03:41:28.295Z | Downloaded vergen v8.3.2 |
931 | 2025-01-17T03:41:28.298Z | Downloaded phf_shared v0.11.2 |
932 | 2025-01-17T03:41:28.301Z | Downloaded icu_properties_data v1.5.0 |
933 | 2025-01-17T03:41:28.310Z | Downloaded miniz_oxide v0.8.0 |
934 | 2025-01-17T03:41:28.313Z | Downloaded hashlink v0.9.1 |
935 | 2025-01-17T03:41:28.316Z | Downloaded normalize-line-endings v0.3.0 |
936 | 2025-01-17T03:41:28.318Z | Downloaded peg v0.8.4 |
937 | 2025-01-17T03:41:28.321Z | Downloaded slog-envlogger v2.2.0 |
938 | 2025-01-17T03:41:28.324Z | Downloaded unicode-truncate v1.1.0 |
939 | 2025-01-17T03:41:28.326Z | Downloaded spin v0.9.8 |
940 | 2025-01-17T03:41:28.329Z | Downloaded multimap v0.10.0 |
941 | 2025-01-17T03:41:28.329Z | Downloaded stringprep v0.1.5 |
942 | 2025-01-17T03:41:28.331Z | Downloaded fd-lock v4.0.2 |
943 | 2025-01-17T03:41:28.334Z | Downloaded toml v0.7.8 |
944 | 2025-01-17T03:41:28.336Z | Downloaded elliptic-curve v0.13.8 |
945 | 2025-01-17T03:41:28.340Z | Downloaded serde-big-array v0.5.1 |
946 | 2025-01-17T03:41:28.343Z | Downloaded topological-sort v0.2.2 |
947 | 2025-01-17T03:41:28.346Z | Downloaded slog-json v2.6.1 |
948 | 2025-01-17T03:41:28.346Z | Downloaded deranged v0.3.11 |
949 | 2025-01-17T03:41:28.348Z | Downloaded tls_codec_derive v0.4.1 |
950 | 2025-01-17T03:41:28.350Z | Downloaded slog-scope v4.4.0 |
951 | 2025-01-17T03:41:28.353Z | Downloaded mockall_derive v0.13.0 |
952 | 2025-01-17T03:41:28.356Z | Downloaded tokio-util v0.7.12 |
953 | 2025-01-17T03:41:28.362Z | Downloaded mio v1.0.2 |
954 | 2025-01-17T03:41:28.367Z | Downloaded serde-hex v0.1.0 |
955 | 2025-01-17T03:41:28.370Z | Downloaded password-hash v0.5.0 |
956 | 2025-01-17T03:41:28.372Z | Downloaded pin-project-lite v0.2.14 |
957 | 2025-01-17T03:41:28.377Z | Downloaded phf v0.11.2 |
958 | 2025-01-17T03:41:28.380Z | Downloaded derive_more v0.99.18 |
959 | 2025-01-17T03:41:28.383Z | Downloaded toolchain_find v0.4.0 |
960 | 2025-01-17T03:41:28.386Z | Downloaded parse-zoneinfo v0.3.1 |
961 | 2025-01-17T03:41:28.389Z | Downloaded aws-lc-rs v1.10.0 |
962 | 2025-01-17T03:41:28.398Z | Downloaded tls_codec v0.4.1 |
963 | 2025-01-17T03:41:28.401Z | Downloaded chrono v0.4.38 |
964 | 2025-01-17T03:41:28.409Z | Downloaded sqlformat v0.2.6 |
965 | 2025-01-17T03:41:28.411Z | Downloaded multer v3.1.0 |
966 | 2025-01-17T03:41:28.414Z | Downloaded bitvec v1.0.1 |
967 | 2025-01-17T03:41:28.431Z | Downloaded dropshot_endpoint v0.12.0 |
968 | 2025-01-17T03:41:28.435Z | Downloaded unicode-properties v0.1.3 |
969 | 2025-01-17T03:41:28.437Z | Downloaded publicsuffix v2.2.3 |
970 | 2025-01-17T03:41:28.440Z | Downloaded futures-util v0.3.31 |
971 | 2025-01-17T03:41:28.453Z | Downloaded ed25519-dalek v2.1.1 |
972 | 2025-01-17T03:41:28.456Z | Downloaded h2 v0.4.6 |
973 | 2025-01-17T03:41:28.463Z | Downloaded x509-cert v0.2.5 |
974 | 2025-01-17T03:41:28.469Z | Downloaded p521 v0.13.3 |
975 | 2025-01-17T03:41:28.474Z | Downloaded tracing-core v0.1.32 |
976 | 2025-01-17T03:41:28.476Z | Downloaded bindgen v0.69.5 |
977 | 2025-01-17T03:41:28.484Z | Downloaded rcgen v0.12.1 |
978 | 2025-01-17T03:41:28.487Z | Downloaded idna v0.4.0 |
979 | 2025-01-17T03:41:28.495Z | Downloaded zerocopy v0.6.6 |
980 | 2025-01-17T03:41:28.497Z | Downloaded reedline v0.35.0 |
981 | 2025-01-17T03:41:28.506Z | Downloaded steno v0.4.1 |
982 | 2025-01-17T03:41:28.511Z | Downloaded url v2.5.3 |
983 | 2025-01-17T03:41:28.514Z | Downloaded toml_edit v0.19.15 |
984 | 2025-01-17T03:41:28.533Z | Downloaded fatfs v0.3.6 |
985 | 2025-01-17T03:41:28.536Z | Downloaded idna v0.5.0 |
986 | 2025-01-17T03:41:28.544Z | Downloaded radix_trie v0.2.1 |
987 | 2025-01-17T03:41:28.549Z | Downloaded rustls v0.21.12 |
988 | 2025-01-17T03:41:28.563Z | Downloaded derive-where v1.2.7 |
989 | 2025-01-17T03:41:28.567Z | Downloaded num-bigint-dig v0.8.4 |
990 | 2025-01-17T03:41:28.571Z | Downloaded rustls-webpki v0.101.7 |
991 | 2025-01-17T03:41:28.587Z | Downloaded rustyline v14.0.0 |
992 | 2025-01-17T03:41:28.592Z | Downloaded idna v0.2.3 |
993 | 2025-01-17T03:41:28.600Z | Downloaded regex v1.11.1 |
994 | 2025-01-17T03:41:28.615Z | Downloaded hashbrown v0.14.5 |
995 | 2025-01-17T03:41:28.620Z | Downloaded unicode-normalization v0.1.24 |
996 | 2025-01-17T03:41:28.624Z | Downloaded object v0.30.4 |
997 | 2025-01-17T03:41:28.635Z | Downloaded zerocopy v0.8.10 |
998 | 2025-01-17T03:41:28.662Z | Downloaded rustls-webpki v0.102.8 |
999 | 2025-01-17T03:41:28.681Z | Downloaded curve25519-dalek v4.1.3 |
1000 | 2025-01-17T03:41:28.690Z | Downloaded webpki-roots v0.26.6 |
1001 | 2025-01-17T03:41:28.694Z | Downloaded smoltcp v0.9.1 |
1002 | 2025-01-17T03:41:28.729Z | Downloaded nom v7.1.3 |
1003 | 2025-01-17T03:41:28.736Z | Downloaded dropshot v0.12.0 |
1004 | 2025-01-17T03:41:28.765Z | Downloaded petname v2.0.2 |
1005 | 2025-01-17T03:41:28.771Z | Downloaded hickory-proto v0.24.1 |
1006 | 2025-01-17T03:41:28.786Z | Downloaded nix v0.28.0 |
1007 | 2025-01-17T03:41:28.797Z | Downloaded unicode-width v0.2.0 |
1008 | 2025-01-17T03:41:28.803Z | Downloaded der v0.7.9 |
1009 | 2025-01-17T03:41:28.807Z | Downloaded portable-atomic v1.9.0 |
1010 | 2025-01-17T03:41:28.813Z | Downloaded regress v0.10.1 |
1011 | 2025-01-17T03:41:28.822Z | Downloaded sqlparser v0.45.0 |
1012 | 2025-01-17T03:41:28.827Z | Downloaded dropshot v0.15.1 |
1013 | 2025-01-17T03:41:28.848Z | Downloaded ratatui v0.28.1 |
1014 | 2025-01-17T03:41:28.867Z | Downloaded trust-dns-proto v0.22.0 |
1015 | 2025-01-17T03:41:28.880Z | Downloaded p384 v0.13.0 |
1016 | 2025-01-17T03:41:28.886Z | Downloaded polar-core v0.27.3 |
1017 | 2025-01-17T03:41:28.894Z | Downloaded chrono-tz v0.10.0 |
1018 | 2025-01-17T03:41:28.901Z | Downloaded gimli v0.31.1 |
1019 | 2025-01-17T03:41:28.909Z | Downloaded git2 v0.19.0 |
1020 | 2025-01-17T03:41:28.917Z | Downloaded quinn-proto v0.11.8 |
1021 | 2025-01-17T03:41:28.924Z | Downloaded vcpkg v0.2.15 |
1022 | 2025-01-17T03:41:28.962Z | Downloaded proptest v1.5.0 |
1023 | 2025-01-17T03:41:28.971Z | Downloaded object v0.36.5 |
1024 | 2025-01-17T03:41:28.983Z | Downloaded quick-xml v0.33.0 |
1025 | 2025-01-17T03:41:28.990Z | Downloaded regex-automata v0.4.8 |
1026 | 2025-01-17T03:41:29.007Z | Downloaded nix v0.27.1 |
1027 | 2025-01-17T03:41:29.017Z | Downloaded petgraph v0.6.5 |
1028 | 2025-01-17T03:41:29.033Z | Downloaded openssl v0.10.66 |
1029 | 2025-01-17T03:41:29.043Z | Downloaded smoltcp v0.11.0 |
1030 | 2025-01-17T03:41:29.056Z | Downloaded regress v0.9.1 |
1031 | 2025-01-17T03:41:29.065Z | Downloaded lzma-sys v0.1.20 |
1032 | 2025-01-17T03:41:29.096Z | Downloaded regex-syntax v0.6.29 |
1033 | 2025-01-17T03:41:29.103Z | Downloaded libz-sys v1.1.20 |
1034 | 2025-01-17T03:41:29.124Z | Downloaded rustls v0.22.4 |
1035 | 2025-01-17T03:41:29.138Z | Downloaded rustls v0.23.19 |
1036 | 2025-01-17T03:41:29.150Z | Downloaded regex-syntax v0.8.5 |
1037 | 2025-01-17T03:41:29.158Z | Downloaded diesel v2.2.6 |
1038 | 2025-01-17T03:41:29.177Z | Downloaded openapiv3 v2.0.0 |
1039 | 2025-01-17T03:41:29.190Z | Downloaded nix v0.29.0 |
1040 | 2025-01-17T03:41:29.201Z | Downloaded sled v0.34.7 |
1041 | 2025-01-17T03:41:29.210Z | Downloaded typify-impl v0.3.0 |
1042 | 2025-01-17T03:41:29.224Z | Downloaded typify-impl v0.2.0 |
1043 | 2025-01-17T03:41:29.240Z | Downloaded zerocopy-derive v0.6.6 |
1044 | 2025-01-17T03:41:29.249Z | Downloaded sha3 v0.10.8 |
1045 | 2025-01-17T03:41:29.253Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1046 | 2025-01-17T03:41:29.265Z | Downloaded bstr v1.10.0 |
1047 | 2025-01-17T03:41:29.275Z | Downloaded typed-path v0.9.3 |
1048 | 2025-01-17T03:41:29.281Z | Downloaded rand v0.8.5 |
1049 | 2025-01-17T03:41:29.284Z | Downloaded winnow v0.5.40 |
1050 | 2025-01-17T03:41:29.293Z | Downloaded idna v0.3.0 |
1051 | 2025-01-17T03:41:29.300Z | Downloaded salty v0.3.0 |
1052 | 2025-01-17T03:41:29.307Z | Downloaded pin-project v1.1.6 |
1053 | 2025-01-17T03:41:29.318Z | Downloaded oso v0.27.3 |
1054 | 2025-01-17T03:41:29.323Z | Downloaded rayon v1.10.0 |
1055 | 2025-01-17T03:41:29.333Z | Downloaded lalrpop v0.19.12 |
1056 | 2025-01-17T03:41:29.343Z | Downloaded reqwest v0.12.9 |
1057 | 2025-01-17T03:41:29.351Z | Downloaded secrecy v0.8.0 |
1058 | 2025-01-17T03:41:29.354Z | Downloaded mockall v0.13.0 |
1059 | 2025-01-17T03:41:29.354Z | Downloaded zone v0.3.0 |
1060 | 2025-01-17T03:41:29.356Z | Downloaded sec1 v0.7.3 |
1061 | 2025-01-17T03:41:29.356Z | Downloaded subprocess v0.2.9 |
1062 | 2025-01-17T03:41:29.359Z | Downloaded omicron-zone-package v0.12.0 |
1063 | 2025-01-17T03:41:29.362Z | Downloaded headers v0.4.0 |
1064 | 2025-01-17T03:41:29.367Z | Downloaded pkcs5 v0.7.1 |
1065 | 2025-01-17T03:41:29.370Z | Downloaded csv v1.3.0 |
1066 | 2025-01-17T03:41:29.394Z | Downloaded phf_codegen v0.11.2 |
1067 | 2025-01-17T03:41:29.397Z | Downloaded tokio v1.43.0 |
1068 | 2025-01-17T03:41:29.428Z | Downloaded progenitor-macro v0.8.0 |
1069 | 2025-01-17T03:41:29.431Z | Downloaded writeable v0.5.5 |
1070 | 2025-01-17T03:41:29.431Z | Downloaded native-tls v0.2.12 |
1071 | 2025-01-17T03:41:29.434Z | Downloaded der_derive v0.7.3 |
1072 | 2025-01-17T03:41:29.437Z | Downloaded unicode-segmentation v1.12.0 |
1073 | 2025-01-17T03:41:29.439Z | Downloaded rusqlite v0.32.1 |
1074 | 2025-01-17T03:41:29.445Z | Downloaded diesel_derives v2.2.3 |
1075 | 2025-01-17T03:41:29.449Z | Downloaded socket2 v0.5.7 |
1076 | 2025-01-17T03:41:29.452Z | Downloaded hashbrown v0.12.3 |
1077 | 2025-01-17T03:41:29.456Z | Downloaded zerovec v0.10.4 |
1078 | 2025-01-17T03:41:29.462Z | Downloaded embedded-io v0.4.0 |
1079 | 2025-01-17T03:41:29.465Z | Downloaded password-hash v0.4.2 |
1080 | 2025-01-17T03:41:29.469Z | Downloaded num-bigint v0.4.6 |
1081 | 2025-01-17T03:41:29.471Z | Downloaded tinyvec v1.8.0 |
1082 | 2025-01-17T03:41:29.474Z | Downloaded xattr v1.3.1 |
1083 | 2025-01-17T03:41:29.477Z | Downloaded tracing-attributes v0.1.27 |
1084 | 2025-01-17T03:41:29.479Z | Downloaded sct v0.7.1 |
1085 | 2025-01-17T03:41:29.482Z | Downloaded snafu-derive v0.8.5 |
1086 | 2025-01-17T03:41:29.484Z | Downloaded diff v0.1.13 |
1087 | 2025-01-17T03:41:29.487Z | Downloaded time v0.3.36 |
1088 | 2025-01-17T03:41:29.494Z | Downloaded structmeta v0.3.0 |
1089 | 2025-01-17T03:41:29.497Z | Downloaded russh v0.45.0 |
1090 | 2025-01-17T03:41:29.501Z | Downloaded defmt-parser v0.3.4 |
1091 | 2025-01-17T03:41:29.505Z | Downloaded qorb v0.2.1 |
1092 | 2025-01-17T03:41:29.508Z | Downloaded itertools v0.12.1 |
1093 | 2025-01-17T03:41:29.513Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1094 | 2025-01-17T03:41:29.574Z | Downloaded write16 v1.0.0 |
1095 | 2025-01-17T03:41:29.577Z | Downloaded value-bag v1.9.0 |
1096 | 2025-01-17T03:41:29.580Z | Downloaded rayon-core v1.12.1 |
1097 | 2025-01-17T03:41:29.582Z | Downloaded static_assertions v1.1.0 |
1098 | 2025-01-17T03:41:29.585Z | Downloaded stable_deref_trait v1.2.0 |
1099 | 2025-01-17T03:41:29.587Z | Downloaded postgres-types v0.2.8 |
1100 | 2025-01-17T03:41:29.590Z | Downloaded defmt v0.3.8 |
1101 | 2025-01-17T03:41:29.593Z | Downloaded expectorate v1.1.0 |
1102 | 2025-01-17T03:41:29.595Z | Downloaded samael v0.0.17 |
1103 | 2025-01-17T03:41:29.600Z | Downloaded encoding_rs v0.8.34 |
1104 | 2025-01-17T03:41:29.623Z | Downloaded ron v0.8.1 |
1105 | 2025-01-17T03:41:29.628Z | Downloaded openssl-sys v0.9.103 |
1106 | 2025-01-17T03:41:29.634Z | Downloaded futures-sink v0.3.31 |
1107 | 2025-01-17T03:41:29.636Z | Downloaded num-rational v0.4.2 |
1108 | 2025-01-17T03:41:29.636Z | Downloaded half v2.4.1 |
1109 | 2025-01-17T03:41:29.639Z | Downloaded crossbeam-channel v0.5.13 |
1110 | 2025-01-17T03:41:29.642Z | Downloaded dropshot_endpoint v0.15.1 |
1111 | 2025-01-17T03:41:29.646Z | Downloaded aes v0.8.4 |
1112 | 2025-01-17T03:41:29.650Z | Downloaded minimal-lexical v0.2.1 |
1113 | 2025-01-17T03:41:29.655Z | Downloaded paste v1.0.15 |
1114 | 2025-01-17T03:41:29.658Z | Downloaded pbkdf2 v0.12.2 |
1115 | 2025-01-17T03:41:29.661Z | Downloaded packed_struct v0.10.1 |
1116 | 2025-01-17T03:41:29.663Z | Downloaded parking_lot v0.12.3 |
1117 | 2025-01-17T03:41:29.666Z | Downloaded parking_lot v0.11.2 |
1118 | 2025-01-17T03:41:29.666Z | Downloaded zip v0.6.6 |
1119 | 2025-01-17T03:41:29.670Z | Downloaded unsafe-libyaml v0.2.11 |
1120 | 2025-01-17T03:41:29.674Z | Downloaded tungstenite v0.21.0 |
1121 | 2025-01-17T03:41:29.677Z | Downloaded icu_provider v1.5.0 |
1122 | 2025-01-17T03:41:29.680Z | Downloaded form_urlencoded v1.2.1 |
1123 | 2025-01-17T03:41:29.683Z | Downloaded dsl_auto_type v0.1.2 |
1124 | 2025-01-17T03:41:29.683Z | Downloaded dirs-sys-next v0.1.2 |
1125 | 2025-01-17T03:41:29.686Z | Downloaded tokio-postgres v0.7.12 |
1126 | 2025-01-17T03:41:29.689Z | Downloaded const_format v0.2.33 |
1127 | 2025-01-17T03:41:29.693Z | Downloaded http v1.2.0 |
1128 | 2025-01-17T03:41:29.697Z | Downloaded rand_xorshift v0.3.0 |
1129 | 2025-01-17T03:41:29.700Z | Downloaded pem-rfc7468 v0.7.0 |
1130 | 2025-01-17T03:41:29.703Z | Downloaded sha1 v0.10.6 |
1131 | 2025-01-17T03:41:29.703Z | Downloaded parking_lot_core v0.9.10 |
1132 | 2025-01-17T03:41:29.705Z | Downloaded parking_lot_core v0.8.6 |
1133 | 2025-01-17T03:41:29.708Z | Downloaded env_logger v0.11.5 |
1134 | 2025-01-17T03:41:29.711Z | Downloaded smallvec v1.13.2 |
1135 | 2025-01-17T03:41:29.711Z | Downloaded prettyplease v0.2.25 |
1136 | 2025-01-17T03:41:29.714Z | Downloaded ecdsa v0.16.9 |
1137 | 2025-01-17T03:41:29.716Z | Downloaded tokio-rustls v0.25.0 |
1138 | 2025-01-17T03:41:29.719Z | Downloaded getrandom v0.2.15 |
1139 | 2025-01-17T03:41:29.722Z | Downloaded env_logger v0.10.2 |
1140 | 2025-01-17T03:41:29.725Z | Downloaded derive_builder_core v0.20.2 |
1141 | 2025-01-17T03:41:29.727Z | Downloaded rpassword v7.3.1 |
1142 | 2025-01-17T03:41:29.730Z | Downloaded predicates-tree v1.0.11 |
1143 | 2025-01-17T03:41:29.730Z | Downloaded predicates-core v1.0.8 |
1144 | 2025-01-17T03:41:29.730Z | Downloaded rustls-pki-types v1.10.0 |
1145 | 2025-01-17T03:41:29.734Z | Downloaded icu_normalizer_data v1.5.0 |
1146 | 2025-01-17T03:41:29.737Z | Downloaded crossbeam-utils v0.8.20 |
1147 | 2025-01-17T03:41:29.739Z | Downloaded clang-sys v1.8.1 |
1148 | 2025-01-17T03:41:29.743Z | Downloaded ciborium v0.2.2 |
1149 | 2025-01-17T03:41:29.745Z | Downloaded const-oid v0.9.6 |
1150 | 2025-01-17T03:41:29.745Z | Downloaded blake2 v0.10.6 |
1151 | 2025-01-17T03:41:29.748Z | Downloaded async-bb8-diesel v0.2.1 |
1152 | 2025-01-17T03:41:29.750Z | Downloaded httpdate v1.0.3 |
1153 | 2025-01-17T03:41:29.753Z | Downloaded heck v0.3.3 |
1154 | 2025-01-17T03:41:29.753Z | Downloaded chrono-tz-build v0.4.0 |
1155 | 2025-01-17T03:41:29.755Z | Downloaded async-trait v0.1.83 |
1156 | 2025-01-17T03:41:29.758Z | Downloaded litemap v0.7.3 |
1157 | 2025-01-17T03:41:29.761Z | Downloaded hyper-staticfile v0.10.1 |
1158 | 2025-01-17T03:41:29.763Z | Downloaded httparse v1.9.5 |
1159 | 2025-01-17T03:41:29.766Z | Downloaded bitfield v0.14.0 |
1160 | 2025-01-17T03:41:29.766Z | Downloaded internet-checksum v0.2.1 |
1161 | 2025-01-17T03:41:29.769Z | Downloaded cobs v0.2.3 |
1162 | 2025-01-17T03:41:29.769Z | Downloaded chacha20 v0.9.1 |
1163 | 2025-01-17T03:41:29.771Z | Downloaded cassowary v0.3.0 |
1164 | 2025-01-17T03:41:29.774Z | Downloaded bcs v0.1.6 |
1165 | 2025-01-17T03:41:29.774Z | Downloaded base64ct v1.6.0 |
1166 | 2025-01-17T03:41:29.776Z | Downloaded arrayvec v0.7.6 |
1167 | 2025-01-17T03:41:29.779Z | Downloaded array-init v0.0.4 |
1168 | 2025-01-17T03:41:29.781Z | Downloaded instant v0.1.13 |
1169 | 2025-01-17T03:41:29.781Z | Downloaded curve25519-dalek-derive v0.1.1 |
1170 | 2025-01-17T03:41:29.784Z | Downloaded allocator-api2 v0.2.18 |
1171 | 2025-01-17T03:41:29.787Z | Downloaded keccak v0.1.5 |
1172 | 2025-01-17T03:41:29.787Z | Downloaded impl-trait-for-tuples v0.2.2 |
1173 | 2025-01-17T03:41:29.789Z | Downloaded constant_time_eq v0.3.1 |
1174 | 2025-01-17T03:41:29.792Z | Downloaded cbc v0.1.2 |
1175 | 2025-01-17T03:41:29.792Z | Downloaded colored v2.1.0 |
1176 | 2025-01-17T03:41:29.794Z | Downloaded atomic-waker v1.1.2 |
1177 | 2025-01-17T03:41:29.797Z | Downloaded async-recursion v1.1.1 |
1178 | 2025-01-17T03:41:29.800Z | Downloaded adler2 v2.0.0 |
1179 | 2025-01-17T03:41:29.802Z | Downloaded cfg_aliases v0.1.1 |
1180 | 2025-01-17T03:41:29.802Z | Downloaded async-stream-impl v0.3.6 |
1181 | 2025-01-17T03:41:29.967Z | Downloaded libsqlite3-sys v0.30.1 |
1182 | 2025-01-17T03:41:30.124Z | Downloaded ring v0.17.8 |
1183 | 2025-01-17T03:41:30.449Z | Downloaded aws-lc-sys v0.22.0 |
1184 | 2025-01-17T03:41:30.771Z | Compiling serde v1.0.217 |
1185 | 2025-01-17T03:41:30.774Z | Compiling lock_api v0.4.12 |
1186 | 2025-01-17T03:41:30.774Z | Compiling scopeguard v1.2.0 |
1187 | 2025-01-17T03:41:30.774Z | Compiling value-bag v1.9.0 |
1188 | 2025-01-17T03:41:30.774Z | Compiling typenum v1.17.0 |
1189 | 2025-01-17T03:41:30.774Z | Compiling generic-array v0.14.7 |
1190 | 2025-01-17T03:41:30.959Z | Compiling syn v2.0.96 |
1191 | 2025-01-17T03:41:30.962Z | Compiling getrandom v0.2.15 |
1192 | 2025-01-17T03:41:31.146Z | Compiling shlex v1.3.0 |
1193 | 2025-01-17T03:41:31.305Z | Compiling rand_core v0.6.4 |
1194 | 2025-01-17T03:41:31.406Z | Compiling log v0.4.22 |
1195 | 2025-01-17T03:41:31.490Z | Compiling subtle v2.6.1 |
1196 | 2025-01-17T03:41:31.529Z | Compiling jobserver v0.1.32 |
1197 | 2025-01-17T03:41:31.548Z | Compiling smallvec v1.13.2 |
1198 | 2025-01-17T03:41:31.768Z | Compiling const-oid v0.9.6 |
1199 | 2025-01-17T03:41:31.816Z | Compiling spin v0.9.8 |
1200 | 2025-01-17T03:41:31.846Z | Compiling pin-project-lite v0.2.14 |
1201 | 2025-01-17T03:41:31.946Z | Compiling cc v1.1.30 |
1202 | 2025-01-17T03:41:31.972Z | Compiling rustix v0.38.37 |
1203 | 2025-01-17T03:41:32.156Z | Compiling parking_lot_core v0.9.10 |
1204 | 2025-01-17T03:41:32.179Z | Compiling futures-core v0.3.31 |
1205 | 2025-01-17T03:41:32.377Z | Compiling signal-hook-registry v1.4.2 |
1206 | 2025-01-17T03:41:32.410Z | Compiling mio v1.0.2 |
1207 | 2025-01-17T03:41:32.769Z | Compiling aho-corasick v1.1.3 |
1208 | 2025-01-17T03:41:33.105Z | Compiling parking_lot v0.12.3 |
1209 | 2025-01-17T03:41:33.174Z | Compiling either v1.13.0 |
1210 | 2025-01-17T03:41:33.258Z | Compiling cpufeatures v0.2.14 |
1211 | 2025-01-17T03:41:33.372Z | Compiling regex-syntax v0.8.5 |
1212 | 2025-01-17T03:41:33.476Z | Compiling lazy_static v1.5.0 |
1213 | 2025-01-17T03:41:33.580Z | Compiling futures-sink v0.3.31 |
1214 | 2025-01-17T03:41:33.615Z | Compiling glob v0.3.1 |
1215 | 2025-01-17T03:41:33.861Z | Compiling stable_deref_trait v1.2.0 |
1216 | 2025-01-17T03:41:33.884Z | Compiling socket2 v0.5.7 |
1217 | 2025-01-17T03:41:33.988Z | Compiling slab v0.4.9 |
1218 | 2025-01-17T03:41:34.061Z | Compiling prettyplease v0.2.25 |
1219 | 2025-01-17T03:41:34.457Z | Compiling minimal-lexical v0.2.1 |
1220 | 2025-01-17T03:41:34.503Z | Compiling serde_json v1.0.135 |
1221 | 2025-01-17T03:41:34.544Z | Compiling clang-sys v1.8.1 |
1222 | 2025-01-17T03:41:34.870Z | Compiling nom v7.1.3 |
1223 | 2025-01-17T03:41:34.987Z | Compiling libloading v0.8.5 |
1224 | 2025-01-17T03:41:35.111Z | Compiling bindgen v0.69.5 |
1225 | 2025-01-17T03:41:35.274Z | Compiling home v0.5.9 |
1226 | 2025-01-17T03:41:35.529Z | Compiling futures-channel v0.3.31 |
1227 | 2025-01-17T03:41:35.818Z | Compiling itertools v0.12.1 |
1228 | 2025-01-17T03:41:35.918Z | Compiling futures-task v0.3.31 |
1229 | 2025-01-17T03:41:35.978Z | Compiling futures-io v0.3.31 |
1230 | 2025-01-17T03:41:36.231Z | Compiling pin-utils v0.1.0 |
1231 | 2025-01-17T03:41:36.269Z | Compiling allocator-api2 v0.2.18 |
1232 | 2025-01-17T03:41:36.340Z | Compiling foldhash v0.1.3 |
1233 | 2025-01-17T03:41:36.656Z | Compiling libm v0.2.8 |
1234 | 2025-01-17T03:41:36.994Z | Compiling rustc-hash v1.1.0 |
1235 | 2025-01-17T03:41:37.059Z | Compiling lazycell v1.3.0 |
1236 | 2025-01-17T03:41:37.196Z | Compiling hashbrown v0.15.1 |
1237 | 2025-01-17T03:41:37.231Z | Compiling cmake v0.1.51 |
1238 | 2025-01-17T03:41:37.612Z | Compiling regex-automata v0.4.8 |
1239 | 2025-01-17T03:41:38.135Z | Compiling cexpr v0.6.0 |
1240 | 2025-01-17T03:41:38.370Z | Compiling synstructure v0.13.1 |
1241 | 2025-01-17T03:41:38.735Z | Compiling num-traits v0.2.19 |
1242 | 2025-01-17T03:41:39.045Z | Compiling tinyvec_macros v0.1.1 |
1243 | 2025-01-17T03:41:39.153Z | Compiling fs_extra v1.3.0 |
1244 | 2025-01-17T03:41:39.732Z | Compiling pkg-config v0.3.31 |
1245 | 2025-01-17T03:41:39.840Z | Compiling dunce v1.0.5 |
1246 | 2025-01-17T03:41:39.883Z | Compiling tinyvec v1.8.0 |
1247 | 2025-01-17T03:41:40.132Z | Compiling ring v0.17.8 |
1248 | 2025-01-17T03:41:41.182Z | Compiling base64ct v1.6.0 |
1249 | 2025-01-17T03:41:41.339Z | Compiling unicode-normalization v0.1.24 |
1250 | 2025-01-17T03:41:41.360Z | Compiling litemap v0.7.3 |
1251 | 2025-01-17T03:41:41.363Z | Compiling writeable v0.5.5 |
1252 | 2025-01-17T03:41:41.750Z | Compiling unicode-bidi v0.3.17 |
1253 | 2025-01-17T03:41:41.769Z | Compiling paste v1.0.15 |
1254 | 2025-01-17T03:41:41.929Z | Compiling pem-rfc7468 v0.7.0 |
1255 | 2025-01-17T03:41:42.428Z | Compiling flagset v0.4.6 |
1256 | 2025-01-17T03:41:42.565Z | Compiling aws-lc-rs v1.10.0 |
1257 | 2025-01-17T03:41:42.649Z | Compiling httparse v1.9.5 |
1258 | 2025-01-17T03:41:42.980Z | Compiling tracing-core v0.1.32 |
1259 | 2025-01-17T03:41:43.000Z | Compiling regex v1.11.1 |
1260 | 2025-01-17T03:41:43.358Z | Compiling percent-encoding v2.3.1 |
1261 | 2025-01-17T03:41:43.672Z | Compiling rustls-pki-types v1.10.0 |
1262 | 2025-01-17T03:41:43.856Z | Compiling crossbeam-utils v0.8.20 |
1263 | 2025-01-17T03:41:43.987Z | Compiling serde_derive v1.0.217 |
1264 | 2025-01-17T03:41:44.007Z | Compiling zeroize_derive v1.4.2 |
1265 | 2025-01-17T03:41:44.140Z | Compiling zerocopy-derive v0.7.35 |
1266 | 2025-01-17T03:41:44.383Z | Compiling tokio-macros v2.5.0 |
1267 | 2025-01-17T03:41:44.613Z | Compiling zerofrom-derive v0.1.4 |
1268 | 2025-01-17T03:41:45.437Z | Compiling zeroize v1.8.1 |
1269 | 2025-01-17T03:41:45.869Z | Compiling thiserror-impl v1.0.69 |
1270 | 2025-01-17T03:41:46.093Z | Compiling yoke-derive v0.7.4 |
1271 | 2025-01-17T03:41:46.175Z | Compiling zerocopy v0.7.35 |
1272 | 2025-01-17T03:41:47.127Z | Compiling crypto-common v0.1.6 |
1273 | 2025-01-17T03:41:47.393Z | Compiling block-buffer v0.10.4 |
1274 | 2025-01-17T03:41:47.473Z | Compiling futures-macro v0.3.31 |
1275 | 2025-01-17T03:41:47.652Z | Compiling digest v0.10.7 |
1276 | 2025-01-17T03:41:47.673Z | Compiling zerovec-derive v0.10.3 |
1277 | 2025-01-17T03:41:48.155Z | Compiling hmac v0.12.1 |
1278 | 2025-01-17T03:41:48.190Z | Compiling zerofrom v0.1.4 |
1279 | 2025-01-17T03:41:48.413Z | Compiling block-padding v0.3.3 |
1280 | 2025-01-17T03:41:48.432Z | Compiling displaydoc v0.2.5 |
1281 | 2025-01-17T03:41:48.618Z | Compiling inout v0.1.3 |
1282 | 2025-01-17T03:41:48.671Z | Compiling sha2 v0.10.8 |
1283 | 2025-01-17T03:41:48.824Z | Compiling yoke v0.7.4 |
1284 | 2025-01-17T03:41:48.944Z | Compiling thiserror v1.0.69 |
1285 | 2025-01-17T03:41:48.964Z | Compiling cipher v0.4.4 |
1286 | 2025-01-17T03:41:49.090Z | Compiling ppv-lite86 v0.2.20 |
1287 | 2025-01-17T03:41:49.205Z | Compiling icu_provider_macros v1.5.0 |
1288 | 2025-01-17T03:41:49.417Z | Compiling futures-util v0.3.31 |
1289 | 2025-01-17T03:41:49.500Z | Compiling der_derive v0.7.3 |
1290 | 2025-01-17T03:41:49.908Z | Compiling rand_chacha v0.3.1 |
1291 | 2025-01-17T03:41:50.032Z | Compiling tracing-attributes v0.1.27 |
1292 | 2025-01-17T03:41:50.287Z | Compiling zerovec v0.10.4 |
1293 | 2025-01-17T03:41:50.313Z | Compiling icu_locid_transform_data v1.5.0 |
1294 | 2025-01-17T03:41:50.429Z | Compiling rand v0.8.5 |
1295 | 2025-01-17T03:41:51.884Z | Compiling der v0.7.9 |
1296 | 2025-01-17T03:41:52.196Z | Compiling tinystr v0.7.6 |
1297 | 2025-01-17T03:41:52.306Z | Compiling icu_collections v1.5.0 |
1298 | 2025-01-17T03:41:52.361Z | Compiling salsa20 v0.10.2 |
1299 | 2025-01-17T03:41:52.478Z | Compiling pest v2.7.14 |
1300 | 2025-01-17T03:41:52.592Z | Compiling icu_locid v1.5.0 |
1301 | 2025-01-17T03:41:52.595Z | Compiling pbkdf2 v0.12.2 |
1302 | 2025-01-17T03:41:53.381Z | Compiling tracing v0.1.40 |
1303 | 2025-01-17T03:41:53.545Z | Compiling vcpkg v0.2.15 |
1304 | 2025-01-17T03:41:53.620Z | Compiling icu_properties_data v1.5.0 |
1305 | 2025-01-17T03:41:53.901Z | Compiling icu_provider v1.5.0 |
1306 | 2025-01-17T03:41:53.924Z | Compiling spki v0.7.3 |
1307 | 2025-01-17T03:41:54.285Z | Compiling untrusted v0.9.0 |
1308 | 2025-01-17T03:41:54.495Z | Compiling mirai-annotations v1.12.0 |
1309 | 2025-01-17T03:41:54.709Z | Compiling icu_locid_transform v1.5.0 |
1310 | 2025-01-17T03:41:54.795Z | Compiling powerfmt v0.2.0 |
1311 | 2025-01-17T03:41:54.833Z | Compiling time-core v0.1.2 |
1312 | 2025-01-17T03:41:54.925Z | Compiling num-conv v0.1.0 |
1313 | 2025-01-17T03:41:54.961Z | Compiling untrusted v0.7.1 |
1314 | 2025-01-17T03:41:55.165Z | Compiling deranged v0.3.11 |
1315 | 2025-01-17T03:41:55.207Z | Compiling time-macros v0.2.18 |
1316 | 2025-01-17T03:41:55.417Z | Compiling openssl-sys v0.9.103 |
1317 | 2025-01-17T03:41:55.656Z | Compiling pest_meta v2.7.14 |
1318 | 2025-01-17T03:41:56.301Z | Compiling icu_properties v1.5.1 |
1319 | 2025-01-17T03:41:56.499Z | Compiling scrypt v0.11.0 |
1320 | 2025-01-17T03:41:56.592Z | Compiling cbc v0.1.2 |
1321 | 2025-01-17T03:41:56.825Z | Compiling aes v0.8.4 |
1322 | 2025-01-17T03:41:57.016Z | Compiling scroll_derive v0.12.0 |
1323 | 2025-01-17T03:41:57.083Z | Compiling bitflags v2.6.0 |
1324 | 2025-01-17T03:41:57.361Z | Compiling bytes v1.9.0 |
1325 | 2025-01-17T03:41:58.288Z | Compiling tokio v1.43.0 |
1326 | 2025-01-17T03:41:58.482Z | Compiling indexmap v2.7.0 |
1327 | 2025-01-17T03:41:58.568Z | Compiling http v1.2.0 |
1328 | 2025-01-17T03:41:59.735Z | Compiling semver v1.0.24 |
1329 | 2025-01-17T03:41:59.830Z | Compiling num_threads v0.1.7 |
1330 | 2025-01-17T03:41:59.980Z | Compiling utf16_iter v1.0.5 |
1331 | 2025-01-17T03:42:00.184Z | Compiling rustc_version v0.4.1 |
1332 | 2025-01-17T03:42:00.205Z | Compiling atomic-waker v1.1.2 |
1333 | 2025-01-17T03:42:00.408Z | Compiling icu_normalizer_data v1.5.0 |
1334 | 2025-01-17T03:42:00.437Z | Compiling write16 v1.0.0 |
1335 | 2025-01-17T03:42:00.526Z | Compiling utf8_iter v1.0.4 |
1336 | 2025-01-17T03:42:00.592Z | Compiling http-body v1.0.1 |
1337 | 2025-01-17T03:42:00.783Z | Compiling icu_normalizer v1.5.0 |
1338 | 2025-01-17T03:42:00.843Z | Compiling time v0.3.36 |
1339 | 2025-01-17T03:42:00.865Z | Compiling scroll v0.12.0 |
1340 | 2025-01-17T03:42:00.883Z | Compiling pkcs5 v0.7.1 |
1341 | 2025-01-17T03:42:00.948Z | Compiling pest_generator v2.7.14 |
1342 | 2025-01-17T03:42:01.386Z | Compiling which v4.4.2 |
1343 | 2025-01-17T03:42:01.552Z | Compiling form_urlencoded v1.2.1 |
1344 | 2025-01-17T03:42:01.939Z | Compiling slog v2.7.0 |
1345 | 2025-01-17T03:42:01.963Z | Compiling try-lock v0.2.5 |
1346 | 2025-01-17T03:42:02.126Z | Compiling want v0.3.1 |
1347 | 2025-01-17T03:42:02.374Z | Compiling goblin v0.8.2 |
1348 | 2025-01-17T03:42:02.423Z | Compiling idna_adapter v1.2.0 |
1349 | 2025-01-17T03:42:02.511Z | Compiling pkcs8 v0.10.2 |
1350 | 2025-01-17T03:42:02.595Z | Compiling uuid v1.11.0 |
1351 | 2025-01-17T03:42:02.664Z | Compiling httpdate v1.0.3 |
1352 | 2025-01-17T03:42:02.884Z | Compiling pest_derive v2.7.14 |
1353 | 2025-01-17T03:42:03.128Z | Compiling iana-time-zone v0.1.61 |
1354 | 2025-01-17T03:42:03.149Z | Compiling idna v1.0.3 |
1355 | 2025-01-17T03:42:03.536Z | Compiling chrono v0.4.38 |
1356 | 2025-01-17T03:42:03.695Z | Compiling dtrace-parser v0.2.0 |
1357 | 2025-01-17T03:42:04.748Z | Compiling toml_datetime v0.6.8 |
1358 | 2025-01-17T03:42:04.881Z | Compiling serde_tokenstream v0.2.2 |
1359 | 2025-01-17T03:42:05.210Z | Compiling serde_spanned v0.6.8 |
1360 | 2025-01-17T03:42:05.455Z | Compiling foreign-types-shared v0.1.1 |
1361 | 2025-01-17T03:42:05.491Z | Compiling match_cfg v0.1.0 |
1362 | 2025-01-17T03:42:05.581Z | Compiling rustversion v1.0.17 |
1363 | 2025-01-17T03:42:05.600Z | Compiling openssl v0.10.66 |
1364 | 2025-01-17T03:42:05.603Z | Compiling tower-service v0.3.3 |
1365 | 2025-01-17T03:42:05.640Z | Compiling adler2 v2.0.0 |
1366 | 2025-01-17T03:42:05.762Z | Compiling base64 v0.22.1 |
1367 | 2025-01-17T03:42:05.863Z | Compiling miniz_oxide v0.8.0 |
1368 | 2025-01-17T03:42:06.046Z | Compiling hostname v0.3.1 |
1369 | 2025-01-17T03:42:06.276Z | Compiling foreign-types v0.3.2 |
1370 | 2025-01-17T03:42:06.327Z | Compiling url v2.5.3 |
1371 | 2025-01-17T03:42:06.386Z | Compiling tokio-util v0.7.12 |
1372 | 2025-01-17T03:42:07.024Z | Compiling openssl-macros v0.1.1 |
1373 | 2025-01-17T03:42:07.284Z | Compiling h2 v0.4.6 |
1374 | 2025-01-17T03:42:07.640Z | Compiling async-trait v0.1.83 |
1375 | 2025-01-17T03:42:07.710Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2025-01-17T03:42:07.768Z | Compiling dirs-sys-next v0.1.2 |
1377 | 2025-01-17T03:42:08.153Z | Compiling dof v0.3.0 |
1378 | 2025-01-17T03:42:08.327Z | Compiling schemars v0.8.21 |
1379 | 2025-01-17T03:42:08.654Z | Compiling data-encoding v2.6.0 |
1380 | 2025-01-17T03:42:10.068Z | Compiling usdt-impl v0.5.0 |
1381 | 2025-01-17T03:42:10.071Z | Compiling siphasher v0.3.11 |
1382 | 2025-01-17T03:42:10.168Z | Compiling syn v1.0.109 |
1383 | 2025-01-17T03:42:10.465Z | Compiling rustls v0.23.19 |
1384 | 2025-01-17T03:42:10.736Z | Compiling native-tls v0.2.12 |
1385 | 2025-01-17T03:42:10.754Z | Compiling rustls v0.22.4 |
1386 | 2025-01-17T03:42:10.861Z | Compiling schemars_derive v0.8.21 |
1387 | 2025-01-17T03:42:11.111Z | Compiling dirs-next v2.0.0 |
1388 | 2025-01-17T03:42:11.431Z | Compiling heapless v0.7.17 |
1389 | 2025-01-17T03:42:11.850Z | Compiling http-body-util v0.1.2 |
1390 | 2025-01-17T03:42:11.871Z | Compiling crossbeam-epoch v0.9.18 |
1391 | 2025-01-17T03:42:12.005Z | Compiling sha1 v0.10.6 |
1392 | 2025-01-17T03:42:12.333Z | Compiling signature v2.2.0 |
1393 | 2025-01-17T03:42:12.439Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1394 | 2025-01-17T03:42:12.549Z | Compiling thread_local v1.1.8 |
1395 | 2025-01-17T03:42:12.590Z | Compiling encoding_rs v0.8.34 |
1396 | 2025-01-17T03:42:12.647Z | Compiling multer v3.1.0 |
1397 | 2025-01-17T03:42:12.923Z | Compiling cookie v0.18.1 |
1398 | 2025-01-17T03:42:12.944Z | Compiling unicode-properties v0.1.3 |
1399 | 2025-01-17T03:42:13.036Z | Compiling gimli v0.31.1 |
1400 | 2025-01-17T03:42:13.216Z | Compiling rayon-core v1.12.1 |
1401 | 2025-01-17T03:42:13.367Z | Compiling dyn-clone v1.0.17 |
1402 | 2025-01-17T03:42:13.494Z | Compiling signal-hook v0.3.17 |
1403 | 2025-01-17T03:42:13.584Z | Compiling slog-async v2.8.0 |
1404 | 2025-01-17T03:42:13.809Z | Compiling openssl-probe v0.1.5 |
1405 | 2025-01-17T03:42:13.973Z | Compiling mime v0.3.17 |
1406 | 2025-01-17T03:42:14.114Z | Compiling ipnet v2.10.1 |
1407 | 2025-01-17T03:42:14.543Z | Compiling hyper v1.5.2 |
1408 | 2025-01-17T03:42:15.341Z | Compiling toml_edit v0.22.22 |
1409 | 2025-01-17T03:42:16.934Z | Compiling hyper-util v0.1.10 |
1410 | 2025-01-17T03:42:17.516Z | Compiling addr2line v0.24.2 |
1411 | 2025-01-17T03:42:17.871Z | Compiling stringprep v0.1.5 |
1412 | 2025-01-17T03:42:18.331Z | Compiling crossbeam-deque v0.8.5 |
1413 | 2025-01-17T03:42:18.444Z | Compiling usdt-attr-macro v0.5.0 |
1414 | 2025-01-17T03:42:18.658Z | Compiling usdt-macro v0.5.0 |
1415 | 2025-01-17T03:42:19.011Z | Compiling term v0.7.0 |
1416 | 2025-01-17T03:42:19.983Z | Compiling slog-json v2.6.1 |
1417 | 2025-01-17T03:42:20.004Z | Compiling serde_urlencoded v0.7.1 |
1418 | 2025-01-17T03:42:20.024Z | Compiling curve25519-dalek v4.1.3 |
1419 | 2025-01-17T03:42:20.100Z | Compiling crossbeam-channel v0.5.13 |
1420 | 2025-01-17T03:42:20.281Z | Compiling enum-as-inner v0.6.1 |
1421 | 2025-01-17T03:42:20.369Z | Compiling futures-executor v0.3.31 |
1422 | 2025-01-17T03:42:20.507Z | Compiling md-5 v0.10.6 |
1423 | 2025-01-17T03:42:20.735Z | Compiling rustls-pemfile v2.2.0 |
1424 | 2025-01-17T03:42:20.799Z | Compiling async-stream-impl v0.3.6 |
1425 | 2025-01-17T03:42:20.874Z | Compiling num-integer v0.1.46 |
1426 | 2025-01-17T03:42:21.045Z | Compiling idna v0.3.0 |
1427 | 2025-01-17T03:42:21.148Z | Compiling idna v0.4.0 |
1428 | 2025-01-17T03:42:21.322Z | Compiling hash32 v0.2.1 |
1429 | 2025-01-17T03:42:21.626Z | Compiling ff v0.13.0 |
1430 | 2025-01-17T03:42:21.699Z | Compiling is-terminal v0.4.13 |
1431 | 2025-01-17T03:42:21.844Z | Compiling dropshot v0.12.0 |
1432 | 2025-01-17T03:42:21.864Z | Compiling object v0.36.5 |
1433 | 2025-01-17T03:42:22.034Z | Compiling fallible-iterator v0.2.0 |
1434 | 2025-01-17T03:42:22.145Z | Compiling num-bigint-dig v0.8.4 |
1435 | 2025-01-17T03:42:22.446Z | Compiling portable-atomic v1.9.0 |
1436 | 2025-01-17T03:42:22.623Z | Compiling psl-types v2.0.11 |
1437 | 2025-01-17T03:42:22.725Z | Compiling utf-8 v0.7.6 |
1438 | 2025-01-17T03:42:22.746Z | Compiling quick-error v1.2.3 |
1439 | 2025-01-17T03:42:22.835Z | Compiling take_mut v0.2.2 |
1440 | 2025-01-17T03:42:22.914Z | Compiling base16ct v0.2.0 |
1441 | 2025-01-17T03:42:23.016Z | Compiling anyhow v1.0.93 |
1442 | 2025-01-17T03:42:23.041Z | Compiling linked-hash-map v0.5.6 |
1443 | 2025-01-17T03:42:23.065Z | Compiling rustc-demangle v0.1.24 |
1444 | 2025-01-17T03:42:23.262Z | Compiling smoltcp v0.9.1 |
1445 | 2025-01-17T03:42:23.376Z | Compiling lru-cache v0.1.2 |
1446 | 2025-01-17T03:42:23.472Z | Compiling sec1 v0.7.3 |
1447 | 2025-01-17T03:42:23.980Z | Compiling tungstenite v0.24.0 |
1448 | 2025-01-17T03:42:24.066Z | Compiling resolv-conf v0.7.0 |
1449 | 2025-01-17T03:42:24.089Z | Compiling publicsuffix v2.2.3 |
1450 | 2025-01-17T03:42:24.107Z | Compiling postgres-protocol v0.6.7 |
1451 | 2025-01-17T03:42:24.474Z | Compiling hickory-proto v0.24.1 |
1452 | 2025-01-17T03:42:24.641Z | Compiling async-stream v0.3.6 |
1453 | 2025-01-17T03:42:24.767Z | Compiling usdt v0.5.0 |
1454 | 2025-01-17T03:42:24.931Z | Compiling group v0.13.0 |
1455 | 2025-01-17T03:42:25.254Z | Compiling slog-term v2.9.1 |
1456 | 2025-01-17T03:42:25.356Z | Compiling num-iter v0.1.45 |
1457 | 2025-01-17T03:42:25.679Z | Compiling futures v0.3.31 |
1458 | 2025-01-17T03:42:25.806Z | Compiling slog-bunyan v2.5.0 |
1459 | 2025-01-17T03:42:26.071Z | Compiling toml v0.8.19 |
1460 | 2025-01-17T03:42:27.362Z | Compiling tokio-native-tls v0.3.1 |
1461 | 2025-01-17T03:42:27.611Z | Compiling camino v1.1.9 |
1462 | 2025-01-17T03:42:27.661Z | Compiling phf_shared v0.11.2 |
1463 | 2025-01-17T03:42:27.816Z | Compiling dropshot_endpoint v0.12.0 |
1464 | 2025-01-17T03:42:28.018Z | Compiling terminal_size v0.4.0 |
1465 | 2025-01-17T03:42:28.270Z | Compiling openapiv3 v2.0.0 |
1466 | 2025-01-17T03:42:28.412Z | Compiling backtrace v0.3.74 |
1467 | 2025-01-17T03:42:28.494Z | Compiling waitgroup v0.1.2 |
1468 | 2025-01-17T03:42:28.726Z | Compiling serde_path_to_error v0.1.16 |
1469 | 2025-01-17T03:42:29.037Z | Compiling hkdf v0.12.4 |
1470 | 2025-01-17T03:42:29.319Z | Compiling crypto-bigint v0.5.5 |
1471 | 2025-01-17T03:42:29.494Z | Compiling webpki-roots v0.26.6 |
1472 | 2025-01-17T03:42:29.726Z | Compiling curve25519-dalek-derive v0.1.1 |
1473 | 2025-01-17T03:42:31.205Z | Compiling zerocopy-derive v0.6.6 |
1474 | 2025-01-17T03:42:31.504Z | Compiling idna v0.5.0 |
1475 | 2025-01-17T03:42:31.845Z | Compiling hubpack_derive v0.1.1 |
1476 | 2025-01-17T03:42:32.243Z | Compiling hostname v0.4.0 |
1477 | 2025-01-17T03:42:32.464Z | Compiling fs-err v2.11.0 |
1478 | 2025-01-17T03:42:32.488Z | Compiling crc32fast v1.4.2 |
1479 | 2025-01-17T03:42:32.744Z | Compiling ahash v0.8.11 |
1480 | 2025-01-17T03:42:32.774Z | Compiling newtype-uuid v1.2.1 |
1481 | 2025-01-17T03:42:32.828Z | Compiling debug-ignore v1.0.5 |
1482 | 2025-01-17T03:42:33.000Z | Compiling bitflags v1.3.2 |
1483 | 2025-01-17T03:42:33.066Z | Compiling managed v0.8.0 |
1484 | 2025-01-17T03:42:33.068Z | Compiling winnow v0.5.40 |
1485 | 2025-01-17T03:42:33.106Z | Compiling strum_macros v0.25.3 |
1486 | 2025-01-17T03:42:33.109Z | Compiling console v0.15.8 |
1487 | 2025-01-17T03:42:33.174Z | Compiling zerocopy v0.6.6 |
1488 | 2025-01-17T03:42:34.036Z | Compiling clap_builder v4.5.21 |
1489 | 2025-01-17T03:42:34.225Z | Compiling hubpack v0.1.2 |
1490 | 2025-01-17T03:42:34.616Z | Compiling flate2 v1.0.34 |
1491 | 2025-01-17T03:42:34.673Z | Compiling cookie_store v0.21.0 |
1492 | 2025-01-17T03:42:35.359Z | Compiling elliptic-curve v0.13.8 |
1493 | 2025-01-17T03:42:35.601Z | Compiling hickory-resolver v0.24.1 |
1494 | 2025-01-17T03:42:36.200Z | Compiling phf v0.11.2 |
1495 | 2025-01-17T03:42:36.485Z | Compiling signal-hook-mio v0.2.4 |
1496 | 2025-01-17T03:42:36.672Z | Compiling toml_edit v0.19.15 |
1497 | 2025-01-17T03:42:36.813Z | Compiling hyper-tls v0.6.0 |
1498 | 2025-01-17T03:42:36.997Z | Compiling rayon v1.10.0 |
1499 | 2025-01-17T03:42:37.018Z | Compiling bzip2 v0.4.4 |
1500 | 2025-01-17T03:42:37.414Z | Compiling tokio-tungstenite v0.24.0 |
1501 | 2025-01-17T03:42:38.032Z | Compiling postgres-types v0.2.8 |
1502 | 2025-01-17T03:42:40.726Z | Compiling ed25519 v2.2.3 |
1503 | 2025-01-17T03:42:41.480Z | Compiling phf_shared v0.10.0 |
1504 | 2025-01-17T03:42:41.642Z | Compiling tokio-stream v0.1.16 |
1505 | 2025-01-17T03:42:41.867Z | Compiling pkcs1 v0.7.5 |
1506 | 2025-01-17T03:42:42.445Z | Compiling serde-big-array v0.5.1 |
1507 | 2025-01-17T03:42:42.583Z | Compiling clap_derive v4.5.18 |
1508 | 2025-01-17T03:42:42.608Z | Compiling rfc6979 v0.4.0 |
1509 | 2025-01-17T03:42:42.688Z | Compiling derive-where v1.2.7 |
1510 | 2025-01-17T03:42:42.808Z | Compiling serde_repr v0.1.19 |
1511 | 2025-01-17T03:42:42.829Z | Compiling bstr v1.10.0 |
1512 | 2025-01-17T03:42:43.662Z | Compiling float-cmp v0.9.0 |
1513 | 2025-01-17T03:42:43.916Z | Compiling sync_wrapper v1.0.1 |
1514 | 2025-01-17T03:42:43.956Z | Compiling fixedbitset v0.4.2 |
1515 | 2025-01-17T03:42:44.065Z | Compiling precomputed-hash v0.1.1 |
1516 | 2025-01-17T03:42:44.093Z | Compiling static_assertions v1.1.0 |
1517 | 2025-01-17T03:42:44.204Z | Compiling difflib v0.4.0 |
1518 | 2025-01-17T03:42:44.224Z | Compiling unicode-segmentation v1.12.0 |
1519 | 2025-01-17T03:42:44.407Z | Compiling bit-vec v0.6.3 |
1520 | 2025-01-17T03:42:44.447Z | Compiling number_prefix v0.4.0 |
1521 | 2025-01-17T03:42:44.687Z | Compiling predicates-core v1.0.8 |
1522 | 2025-01-17T03:42:44.805Z | Compiling new_debug_unreachable v1.0.6 |
1523 | 2025-01-17T03:42:44.911Z | Compiling unicode-width v0.2.0 |
1524 | 2025-01-17T03:42:45.013Z | Compiling whoami v1.5.2 |
1525 | 2025-01-17T03:42:45.063Z | Compiling normalize-line-endings v0.3.0 |
1526 | 2025-01-17T03:42:45.207Z | Compiling predicates v3.1.2 |
1527 | 2025-01-17T03:42:45.463Z | Compiling indicatif v0.17.9 |
1528 | 2025-01-17T03:42:45.574Z | Compiling tokio-postgres v0.7.12 |
1529 | 2025-01-17T03:42:45.600Z | Compiling string_cache v0.8.7 |
1530 | 2025-01-17T03:42:46.034Z | Compiling similar v2.6.0 |
1531 | 2025-01-17T03:42:46.068Z | Compiling bit-set v0.5.3 |
1532 | 2025-01-17T03:42:46.363Z | Compiling petgraph v0.6.5 |
1533 | 2025-01-17T03:42:46.744Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1534 | 2025-01-17T03:42:47.198Z | Compiling clap v4.5.21 |
1535 | 2025-01-17T03:42:47.326Z | Compiling ecdsa v0.16.9 |
1536 | 2025-01-17T03:42:47.475Z | Compiling rsa v0.9.6 |
1537 | 2025-01-17T03:42:48.155Z | Compiling ed25519-dalek v2.1.1 |
1538 | 2025-01-17T03:42:48.241Z | Compiling toml v0.7.8 |
1539 | 2025-01-17T03:42:49.502Z | Compiling zip v0.6.6 |
1540 | 2025-01-17T03:42:49.835Z | Compiling crossterm v0.28.1 |
1541 | 2025-01-17T03:42:51.201Z | Compiling hex v0.4.3 |
1542 | 2025-01-17T03:42:51.240Z | Compiling x509-cert v0.2.5 |
1543 | 2025-01-17T03:42:51.336Z | Compiling itertools v0.10.5 |
1544 | 2025-01-17T03:42:51.427Z | Compiling peg-runtime v0.8.3 |
1545 | 2025-01-17T03:42:51.785Z | Compiling lalrpop-util v0.19.12 |
1546 | 2025-01-17T03:42:52.050Z | Compiling unicode-xid v0.2.6 |
1547 | 2025-01-17T03:42:52.162Z | Compiling strum_macros v0.26.4 |
1548 | 2025-01-17T03:42:52.255Z | Compiling xattr v1.3.1 |
1549 | 2025-01-17T03:42:52.539Z | Compiling filetime v0.2.25 |
1550 | 2025-01-17T03:42:52.854Z | Compiling tar v0.4.42 |
1551 | 2025-01-17T03:42:56.922Z | Compiling strum v0.26.3 |
1552 | 2025-01-17T03:43:00.253Z | Compiling aws-lc-sys v0.22.0 |
1553 | 2025-01-17T03:43:28.065Z | Compiling rustls-webpki v0.102.8 |
1554 | 2025-01-17T03:43:31.368Z | Compiling tokio-rustls v0.25.0 |
1555 | 2025-01-17T03:43:33.039Z | Compiling tokio-rustls v0.26.0 |
1556 | 2025-01-17T03:43:33.354Z | Compiling hyper-rustls v0.27.3 |
1557 | 2025-01-17T03:43:33.873Z | Compiling reqwest v0.12.9 |
1558 | 2025-01-17T03:43:35.011Z | Compiling qorb v0.2.1 |
1559 | 2025-01-17T03:43:38.264Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1560 | 2025-01-17T03:43:38.527Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1561 | 2025-01-17T03:43:43.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1562 | 2025-01-17T03:43:43.269Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1563 | 2025-01-17T03:43:43.326Z | Jan 17 03:43:42.160 INFO Starting download, target: Cockroach |
1564 | 2025-01-17T03:43:43.326Z | Jan 17 03:43:42.160 INFO Starting download, target: Clickhouse |
1565 | 2025-01-17T03:43:43.326Z | Jan 17 03:43:42.160 INFO Starting download, target: DendriteOpenapi |
1566 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.160 INFO Starting download, target: Console |
1567 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.160 INFO Starting download, target: DendriteStub |
1568 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.160 INFO Starting download, target: MaghemiteMgd |
1569 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.160 INFO Starting download, target: TransceiverControl |
1570 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.161 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1571 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.161 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1572 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.161 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1573 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.161 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1574 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.161 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1575 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.161 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1576 | 2025-01-17T03:43:43.329Z | Jan 17 03:43:42.161 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1577 | 2025-01-17T03:43:43.590Z | Jan 17 03:43:42.408 INFO Download complete, target: DendriteOpenapi |
1578 | 2025-01-17T03:43:43.688Z | Jan 17 03:43:42.510 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1579 | 2025-01-17T03:43:43.801Z | Jan 17 03:43:42.620 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1580 | 2025-01-17T03:43:44.135Z | Jan 17 03:43:42.945 INFO Download complete, target: Console |
1581 | 2025-01-17T03:43:44.283Z | Jan 17 03:43:43.113 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1582 | 2025-01-17T03:43:44.348Z | Jan 17 03:43:43.172 INFO Download complete, target: TransceiverControl |
1583 | 2025-01-17T03:43:44.465Z | Jan 17 03:43:43.297 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1584 | 2025-01-17T03:43:45.007Z | Jan 17 03:43:43.840 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1585 | 2025-01-17T03:43:45.008Z | Jan 17 03:43:43.840 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1586 | 2025-01-17T03:43:45.548Z | Jan 17 03:43:44.382 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1587 | 2025-01-17T03:43:47.194Z | Jan 17 03:43:45.995 INFO Download complete, target: DendriteStub |
1588 | 2025-01-17T03:43:47.284Z | Jan 17 03:43:46.105 INFO Download complete, target: MaghemiteMgd |
1589 | 2025-01-17T03:43:52.351Z | Jan 17 03:43:51.184 INFO Checking that binary works, target: Cockroach |
1590 | 2025-01-17T03:43:52.673Z | Jan 17 03:43:51.489 INFO Download complete, target: Cockroach |
1591 | 2025-01-17T03:43:57.853Z | Jan 17 03:43:56.685 INFO Checking that binary works, target: Clickhouse |
1592 | 2025-01-17T03:43:57.993Z | Jan 17 03:43:56.825 INFO Download complete, target: Clickhouse |
1593 | 2025-01-17T03:43:58.014Z | All builder prerequisites installed successfully, and PATH looks valid |
1594 | 2025-01-17T03:43:58.017Z | |
1595 | 2025-01-17T03:43:58.017Z | real 5:04.511556669 |
1596 | 2025-01-17T03:43:58.017Z | user 16:03.661180142 |
1597 | 2025-01-17T03:43:58.017Z | sys 2:06.366918638 |
1598 | 2025-01-17T03:43:58.017Z | trap 0.597490851 |
1599 | 2025-01-17T03:43:58.017Z | tflt 1.549242150 |
1600 | 2025-01-17T03:43:58.017Z | dflt 1.788594604 |
1601 | 2025-01-17T03:43:58.017Z | kflt 0.028629080 |
1602 | 2025-01-17T03:43:58.017Z | lock 26:25.564805789 |
1603 | 2025-01-17T03:43:58.017Z | slp 56:44.339376477 |
1604 | 2025-01-17T03:43:58.017Z | lat 1:01.950966426 |
1605 | 2025-01-17T03:43:58.017Z | stop 2:26.823810227 |
1606 | 2025-01-17T03:43:58.017Z | + banner clippy |
1607 | 2025-01-17T03:43:58.020Z | |
1608 | 2025-01-17T03:43:58.020Z | #### # # ##### ##### # # |
1609 | 2025-01-17T03:43:58.020Z | # # # # # # # # # # |
1610 | 2025-01-17T03:43:58.020Z | # # # # # # # # |
1611 | 2025-01-17T03:43:58.020Z | # # # ##### ##### # |
1612 | 2025-01-17T03:43:58.020Z | # # # # # # # |
1613 | 2025-01-17T03:43:58.020Z | #### ###### # # # # |
1614 | 2025-01-17T03:43:58.020Z | |
1615 | 2025-01-17T03:43:58.021Z | + export CARGO_INCREMENTAL=0 |
1616 | 2025-01-17T03:43:58.021Z | + CARGO_INCREMENTAL=0 |
1617 | 2025-01-17T03:43:58.021Z | + ptime -m cargo xtask clippy |
1618 | 2025-01-17T03:43:58.561Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1619 | 2025-01-17T03:44:01.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s |
1620 | 2025-01-17T03:44:01.534Z | Running `target/debug/xtask clippy` |
1621 | 2025-01-17T03:44:01.557Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1622 | 2025-01-17T03:44:02.192Z | Downloading crates ... |
1623 | 2025-01-17T03:44:02.540Z | Downloaded cast v0.3.0 |
1624 | 2025-01-17T03:44:02.542Z | Downloaded async-signal v0.2.10 |
1625 | 2025-01-17T03:44:02.546Z | Downloaded blocking v1.6.1 |
1626 | 2025-01-17T03:44:02.550Z | Downloaded doc-comment v0.3.3 |
1627 | 2025-01-17T03:44:02.552Z | Downloaded assert-json-diff v2.0.2 |
1628 | 2025-01-17T03:44:02.555Z | Downloaded async-object-pool v0.1.5 |
1629 | 2025-01-17T03:44:02.564Z | Downloaded target-triple v0.1.3 |
1630 | 2025-01-17T03:44:02.566Z | Downloaded plotters-svg v0.3.7 |
1631 | 2025-01-17T03:44:02.566Z | Downloaded pathdiff v0.2.2 |
1632 | 2025-01-17T03:44:02.569Z | Downloaded escape8259 v0.5.3 |
1633 | 2025-01-17T03:44:02.575Z | Downloaded nested v0.1.1 |
1634 | 2025-01-17T03:44:02.578Z | Downloaded guppy-workspace-hack v0.1.0 |
1635 | 2025-01-17T03:44:02.581Z | Downloaded event-listener-strategy v0.5.2 |
1636 | 2025-01-17T03:44:02.590Z | Downloaded parking v2.2.1 |
1637 | 2025-01-17T03:44:02.593Z | Downloaded concurrent-queue v2.5.0 |
1638 | 2025-01-17T03:44:02.593Z | Downloaded async-global-executor v2.4.1 |
1639 | 2025-01-17T03:44:02.596Z | Downloaded similar-asserts v1.6.0 |
1640 | 2025-01-17T03:44:02.598Z | Downloaded async-channel v1.9.0 |
1641 | 2025-01-17T03:44:02.601Z | Downloaded target-spec v3.2.2 |
1642 | 2025-01-17T03:44:02.603Z | Downloaded async-lock v3.4.0 |
1643 | 2025-01-17T03:44:02.606Z | Downloaded relative-path v1.9.3 |
1644 | 2025-01-17T03:44:02.609Z | Downloaded serde_regex v1.1.0 |
1645 | 2025-01-17T03:44:02.611Z | Downloaded tinytemplate v1.2.1 |
1646 | 2025-01-17T03:44:02.614Z | Downloaded piper v0.2.4 |
1647 | 2025-01-17T03:44:02.614Z | Downloaded futures-timer v3.0.3 |
1648 | 2025-01-17T03:44:02.616Z | Downloaded datatest-stable v0.2.9 |
1649 | 2025-01-17T03:44:02.619Z | Downloaded approx v0.5.1 |
1650 | 2025-01-17T03:44:02.619Z | Downloaded criterion-plot v0.5.0 |
1651 | 2025-01-17T03:44:02.622Z | Downloaded oorandom v11.1.4 |
1652 | 2025-01-17T03:44:02.622Z | Downloaded kv-log-macro v1.0.7 |
1653 | 2025-01-17T03:44:02.624Z | Downloaded proc-macro-crate v3.2.0 |
1654 | 2025-01-17T03:44:02.627Z | Downloaded threadpool v1.8.1 |
1655 | 2025-01-17T03:44:02.627Z | Downloaded plotters-backend v0.3.7 |
1656 | 2025-01-17T03:44:02.629Z | Downloaded async-channel v2.3.1 |
1657 | 2025-01-17T03:44:02.629Z | Downloaded stringmetrics v2.2.2 |
1658 | 2025-01-17T03:44:02.632Z | Downloaded anes v0.1.6 |
1659 | 2025-01-17T03:44:02.635Z | Downloaded indoc v2.0.5 |
1660 | 2025-01-17T03:44:02.637Z | Downloaded hyper-rustls v0.26.0 |
1661 | 2025-01-17T03:44:02.640Z | Downloaded event-listener v5.3.1 |
1662 | 2025-01-17T03:44:02.644Z | Downloaded async-process v2.3.0 |
1663 | 2025-01-17T03:44:02.644Z | Downloaded async-executor v1.13.1 |
1664 | 2025-01-17T03:44:02.664Z | Downloaded target-lexicon v0.12.16 |
1665 | 2025-01-17T03:44:02.667Z | Downloaded cfg-expr v0.17.0 |
1666 | 2025-01-17T03:44:02.669Z | Downloaded blake2b_simd v1.0.2 |
1667 | 2025-01-17T03:44:02.672Z | Downloaded async-io v2.3.4 |
1668 | 2025-01-17T03:44:02.675Z | Downloaded trybuild v1.0.101 |
1669 | 2025-01-17T03:44:02.677Z | Downloaded async-attributes v1.1.2 |
1670 | 2025-01-17T03:44:02.680Z | Downloaded futures-lite v2.3.0 |
1671 | 2025-01-17T03:44:02.682Z | Downloaded assert_cmd v2.0.16 |
1672 | 2025-01-17T03:44:02.685Z | Downloaded rstest_macros v0.23.0 |
1673 | 2025-01-17T03:44:02.687Z | Downloaded rustls-native-certs v0.7.3 |
1674 | 2025-01-17T03:44:02.690Z | Downloaded rstest v0.23.0 |
1675 | 2025-01-17T03:44:02.693Z | Downloaded polling v3.7.3 |
1676 | 2025-01-17T03:44:02.696Z | Downloaded async-task v4.7.1 |
1677 | 2025-01-17T03:44:02.699Z | Downloaded rand_distr v0.4.3 |
1678 | 2025-01-17T03:44:02.702Z | Downloaded rust-argon2 v2.1.0 |
1679 | 2025-01-17T03:44:02.704Z | Downloaded pretty_assertions v1.4.1 |
1680 | 2025-01-17T03:44:02.707Z | Downloaded fancy-regex v0.13.0 |
1681 | 2025-01-17T03:44:02.709Z | Downloaded yansi v1.0.1 |
1682 | 2025-01-17T03:44:02.712Z | Downloaded criterion v0.5.1 |
1683 | 2025-01-17T03:44:02.718Z | Downloaded path-tree v0.8.1 |
1684 | 2025-01-17T03:44:02.720Z | Downloaded partial-io v0.5.4 |
1685 | 2025-01-17T03:44:02.723Z | Downloaded num_cpus v1.16.0 |
1686 | 2025-01-17T03:44:02.725Z | Downloaded libtest-mimic v0.7.3 |
1687 | 2025-01-17T03:44:02.726Z | Downloaded guppy v0.17.8 |
1688 | 2025-01-17T03:44:02.731Z | Downloaded plotters v0.3.7 |
1689 | 2025-01-17T03:44:02.739Z | Downloaded async-std v1.13.0 |
1690 | 2025-01-17T03:44:02.757Z | Downloaded httptest v0.16.1 |
1691 | 2025-01-17T03:44:02.760Z | Downloaded event-listener v2.5.3 |
1692 | 2025-01-17T03:44:02.832Z | Downloaded httpmock v0.8.0-alpha.1 |
1693 | 2025-01-17T03:44:03.656Z | Checking cfg-if v1.0.0 |
1694 | 2025-01-17T03:44:03.737Z | Checking libc v0.2.169 |
1695 | 2025-01-17T03:44:03.761Z | Checking serde v1.0.217 |
1696 | 2025-01-17T03:44:03.789Z | Checking memchr v2.7.4 |
1697 | 2025-01-17T03:44:03.809Z | Checking value-bag v1.9.0 |
1698 | 2025-01-17T03:44:03.834Z | Checking scopeguard v1.2.0 |
1699 | 2025-01-17T03:44:03.858Z | Checking zeroize v1.8.1 |
1700 | 2025-01-17T03:44:03.883Z | Checking itoa v1.0.11 |
1701 | 2025-01-17T03:44:03.886Z | Checking smallvec v1.13.2 |
1702 | 2025-01-17T03:44:03.973Z | Checking lock_api v0.4.12 |
1703 | 2025-01-17T03:44:04.105Z | Checking byteorder v1.5.0 |
1704 | 2025-01-17T03:44:04.134Z | Checking pin-project-lite v0.2.14 |
1705 | 2025-01-17T03:44:04.223Z | Checking log v0.4.22 |
1706 | 2025-01-17T03:44:04.252Z | Checking subtle v2.6.1 |
1707 | 2025-01-17T03:44:04.281Z | Checking once_cell v1.20.2 |
1708 | 2025-01-17T03:44:04.346Z | Checking typenum v1.17.0 |
1709 | 2025-01-17T03:44:04.512Z | Checking libm v0.2.8 |
1710 | 2025-01-17T03:44:04.537Z | Checking futures-core v0.3.31 |
1711 | 2025-01-17T03:44:04.593Z | Checking zerocopy v0.7.35 |
1712 | 2025-01-17T03:44:04.646Z | Checking ryu v1.0.18 |
1713 | 2025-01-17T03:44:04.717Z | Checking thiserror v1.0.69 |
1714 | 2025-01-17T03:44:04.748Z | Checking spin v0.9.8 |
1715 | 2025-01-17T03:44:04.776Z | Checking getrandom v0.2.15 |
1716 | 2025-01-17T03:44:04.868Z | Checking parking_lot_core v0.9.10 |
1717 | 2025-01-17T03:44:04.896Z | Checking signal-hook-registry v1.4.2 |
1718 | 2025-01-17T03:44:05.010Z | Checking rand_core v0.6.4 |
1719 | 2025-01-17T03:44:05.085Z | Checking mio v1.0.2 |
1720 | 2025-01-17T03:44:05.144Z | Checking socket2 v0.5.7 |
1721 | 2025-01-17T03:44:05.217Z | Checking parking_lot v0.12.3 |
1722 | 2025-01-17T03:44:05.324Z | Checking const-oid v0.9.6 |
1723 | 2025-01-17T03:44:05.405Z | Checking generic-array v0.14.7 |
1724 | 2025-01-17T03:44:05.453Z | Checking num-traits v0.2.19 |
1725 | 2025-01-17T03:44:05.597Z | Checking allocator-api2 v0.2.18 |
1726 | 2025-01-17T03:44:05.648Z | Checking futures-io v0.3.31 |
1727 | 2025-01-17T03:44:05.677Z | Checking slab v0.4.9 |
1728 | 2025-01-17T03:44:05.799Z | Checking cpufeatures v0.2.14 |
1729 | 2025-01-17T03:44:05.836Z | Checking futures-sink v0.3.31 |
1730 | 2025-01-17T03:44:05.908Z | Checking foldhash v0.1.3 |
1731 | 2025-01-17T03:44:05.949Z | Checking pin-utils v0.1.0 |
1732 | 2025-01-17T03:44:05.995Z | Checking equivalent v1.0.1 |
1733 | 2025-01-17T03:44:06.064Z | Checking futures-channel v0.3.31 |
1734 | 2025-01-17T03:44:06.131Z | Checking futures-task v0.3.31 |
1735 | 2025-01-17T03:44:06.164Z | Checking iana-time-zone v0.1.61 |
1736 | 2025-01-17T03:44:06.209Z | Checking hashbrown v0.15.1 |
1737 | 2025-01-17T03:44:06.350Z | Checking stable_deref_trait v1.2.0 |
1738 | 2025-01-17T03:44:06.382Z | Checking fnv v1.0.7 |
1739 | 2025-01-17T03:44:06.439Z | Checking futures-util v0.3.31 |
1740 | 2025-01-17T03:44:06.474Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1741 | 2025-01-17T03:44:06.523Z | Checking tracing-core v0.1.32 |
1742 | 2025-01-17T03:44:06.526Z | Checking crypto-common v0.1.6 |
1743 | 2025-01-17T03:44:06.746Z | Checking block-buffer v0.10.4 |
1744 | 2025-01-17T03:44:06.814Z | Checking ppv-lite86 v0.2.20 |
1745 | 2025-01-17T03:44:06.970Z | Checking errno v0.3.9 |
1746 | 2025-01-17T03:44:07.008Z | Checking dyn-clone v1.0.17 |
1747 | 2025-01-17T03:44:07.149Z | Checking tracing v0.1.40 |
1748 | 2025-01-17T03:44:07.175Z | Checking zerofrom v0.1.4 |
1749 | 2025-01-17T03:44:07.179Z | Checking percent-encoding v2.3.1 |
1750 | 2025-01-17T03:44:07.289Z | Checking digest v0.10.7 |
1751 | 2025-01-17T03:44:07.292Z | Checking block-padding v0.3.3 |
1752 | 2025-01-17T03:44:07.381Z | Checking yoke v0.7.4 |
1753 | 2025-01-17T03:44:07.442Z | Checking litemap v0.7.3 |
1754 | 2025-01-17T03:44:07.513Z | Checking rand_chacha v0.3.1 |
1755 | 2025-01-17T03:44:07.542Z | Checking writeable v0.5.5 |
1756 | 2025-01-17T03:44:07.544Z | Checking inout v0.1.3 |
1757 | 2025-01-17T03:44:07.662Z | Checking crossbeam-utils v0.8.20 |
1758 | 2025-01-17T03:44:07.720Z | Checking zerovec v0.10.4 |
1759 | 2025-01-17T03:44:07.796Z | Checking tinyvec_macros v0.1.1 |
1760 | 2025-01-17T03:44:07.835Z | Checking cipher v0.4.4 |
1761 | 2025-01-17T03:44:07.900Z | Checking tinyvec v1.8.0 |
1762 | 2025-01-17T03:44:07.903Z | Checking form_urlencoded v1.2.1 |
1763 | 2025-01-17T03:44:07.941Z | Checking rand v0.8.5 |
1764 | 2025-01-17T03:44:08.134Z | Checking httparse v1.9.5 |
1765 | 2025-01-17T03:44:08.265Z | Checking bytes v1.9.0 |
1766 | 2025-01-17T03:44:08.268Z | Checking bitflags v2.6.0 |
1767 | 2025-01-17T03:44:08.412Z | Checking serde_json v1.0.135 |
1768 | 2025-01-17T03:44:08.601Z | Checking chrono v0.4.38 |
1769 | 2025-01-17T03:44:08.629Z | Checking indexmap v2.7.0 |
1770 | 2025-01-17T03:44:09.074Z | Checking tokio v1.43.0 |
1771 | 2025-01-17T03:44:09.132Z | Checking uuid v1.11.0 |
1772 | 2025-01-17T03:44:09.219Z | Checking rustix v0.38.37 |
1773 | 2025-01-17T03:44:09.283Z | Checking http v1.2.0 |
1774 | 2025-01-17T03:44:09.766Z | Checking tinystr v0.7.6 |
1775 | 2025-01-17T03:44:09.796Z | Checking atomic-waker v1.1.2 |
1776 | 2025-01-17T03:44:09.961Z | Checking icu_locid_transform_data v1.5.0 |
1777 | 2025-01-17T03:44:09.995Z | Checking regex-syntax v0.8.5 |
1778 | 2025-01-17T03:44:10.081Z | Checking unicode-ident v1.0.14 |
1779 | 2025-01-17T03:44:10.120Z | Checking icu_locid v1.5.0 |
1780 | 2025-01-17T03:44:10.266Z | Checking icu_collections v1.5.0 |
1781 | 2025-01-17T03:44:10.552Z | Checking schemars v0.8.21 |
1782 | 2025-01-17T03:44:10.601Z | Checking unicode-normalization v0.1.24 |
1783 | 2025-01-17T03:44:10.950Z | Checking icu_properties_data v1.5.0 |
1784 | 2025-01-17T03:44:11.009Z | Checking untrusted v0.9.0 |
1785 | 2025-01-17T03:44:11.076Z | Checking icu_provider v1.5.0 |
1786 | 2025-01-17T03:44:11.173Z | Checking ring v0.17.8 |
1787 | 2025-01-17T03:44:11.202Z | Checking aho-corasick v1.1.3 |
1788 | 2025-01-17T03:44:11.578Z | Checking utf16_iter v1.0.5 |
1789 | 2025-01-17T03:44:11.686Z | Checking icu_locid_transform v1.5.0 |
1790 | 2025-01-17T03:44:11.766Z | Checking utf8_iter v1.0.4 |
1791 | 2025-01-17T03:44:11.990Z | Checking icu_normalizer_data v1.5.0 |
1792 | 2025-01-17T03:44:12.058Z | Checking write16 v1.0.0 |
1793 | 2025-01-17T03:44:12.101Z | Checking base64ct v1.6.0 |
1794 | 2025-01-17T03:44:12.220Z | Checking unicode-bidi v0.3.17 |
1795 | 2025-01-17T03:44:12.462Z | Checking proc-macro2 v1.0.92 |
1796 | 2025-01-17T03:44:12.572Z | Checking sha2 v0.10.8 |
1797 | 2025-01-17T03:44:12.684Z | Checking icu_properties v1.5.1 |
1798 | 2025-01-17T03:44:12.860Z | Checking hmac v0.12.1 |
1799 | 2025-01-17T03:44:12.889Z | Checking powerfmt v0.2.0 |
1800 | 2025-01-17T03:44:12.937Z | Checking time-core v0.1.2 |
1801 | 2025-01-17T03:44:13.084Z | Checking num-conv v0.1.0 |
1802 | 2025-01-17T03:44:13.117Z | Checking quote v1.0.38 |
1803 | 2025-01-17T03:44:13.119Z | Checking rustls-pki-types v1.10.0 |
1804 | 2025-01-17T03:44:13.169Z | Checking num_threads v0.1.7 |
1805 | 2025-01-17T03:44:13.171Z | Checking deranged v0.3.11 |
1806 | 2025-01-17T03:44:13.253Z | Checking regex-automata v0.4.8 |
1807 | 2025-01-17T03:44:13.319Z | Checking lazy_static v1.5.0 |
1808 | 2025-01-17T03:44:13.349Z | Checking adler2 v2.0.0 |
1809 | 2025-01-17T03:44:13.458Z | Checking http-body v1.0.1 |
1810 | 2025-01-17T03:44:13.486Z | Checking syn v2.0.96 |
1811 | 2025-01-17T03:44:13.517Z | Checking miniz_oxide v0.8.0 |
1812 | 2025-01-17T03:44:13.640Z | Checking aws-lc-sys v0.22.0 |
1813 | 2025-01-17T03:44:13.685Z | Checking httpdate v1.0.3 |
1814 | 2025-01-17T03:44:13.959Z | Checking try-lock v0.2.5 |
1815 | 2025-01-17T03:44:14.125Z | Checking mirai-annotations v1.12.0 |
1816 | 2025-01-17T03:44:14.231Z | Checking untrusted v0.7.1 |
1817 | 2025-01-17T03:44:14.318Z | Checking base64 v0.22.1 |
1818 | 2025-01-17T03:44:14.418Z | Checking want v0.3.1 |
1819 | 2025-01-17T03:44:14.482Z | Checking time v0.3.36 |
1820 | 2025-01-17T03:44:14.627Z | Checking pem-rfc7468 v0.7.0 |
1821 | 2025-01-17T03:44:14.830Z | Checking ahash v0.8.11 |
1822 | 2025-01-17T03:44:14.907Z | Checking tower-service v0.3.3 |
1823 | 2025-01-17T03:44:15.054Z | Checking flagset v0.4.6 |
1824 | 2025-01-17T03:44:15.280Z | Checking der v0.7.9 |
1825 | 2025-01-17T03:44:15.335Z | Checking pbkdf2 v0.12.2 |
1826 | 2025-01-17T03:44:15.524Z | Checking aes v0.8.4 |
1827 | 2025-01-17T03:44:15.741Z | Checking aws-lc-rs v1.10.0 |
1828 | 2025-01-17T03:44:15.872Z | Checking tokio-util v0.7.12 |
1829 | 2025-01-17T03:44:15.902Z | Checking icu_normalizer v1.5.0 |
1830 | 2025-01-17T03:44:16.416Z | Checking mime v0.3.17 |
1831 | 2025-01-17T03:44:16.731Z | Checking idna_adapter v1.2.0 |
1832 | 2025-01-17T03:44:16.733Z | Checking h2 v0.4.6 |
1833 | 2025-01-17T03:44:16.782Z | Checking salsa20 v0.10.2 |
1834 | 2025-01-17T03:44:16.852Z | Checking cbc v0.1.2 |
1835 | 2025-01-17T03:44:16.951Z | Checking idna v1.0.3 |
1836 | 2025-01-17T03:44:17.023Z | Checking slog v2.7.0 |
1837 | 2025-01-17T03:44:17.026Z | Checking spki v0.7.3 |
1838 | 2025-01-17T03:44:17.076Z | Checking scrypt v0.11.0 |
1839 | 2025-01-17T03:44:17.336Z | Checking http-body-util v0.1.2 |
1840 | 2025-01-17T03:44:17.339Z | Checking semver v1.0.24 |
1841 | 2025-01-17T03:44:17.463Z | Checking url v2.5.3 |
1842 | 2025-01-17T03:44:17.532Z | Checking rustls-webpki v0.102.8 |
1843 | 2025-01-17T03:44:17.561Z | Checking ipnet v2.10.1 |
1844 | 2025-01-17T03:44:17.653Z | Checking regex v1.11.1 |
1845 | 2025-01-17T03:44:17.764Z | Checking gimli v0.31.1 |
1846 | 2025-01-17T03:44:17.792Z | Checking pkcs5 v0.7.1 |
1847 | 2025-01-17T03:44:18.025Z | Checking rustls-pemfile v2.2.0 |
1848 | 2025-01-17T03:44:18.248Z | Checking object v0.36.5 |
1849 | 2025-01-17T03:44:18.277Z | Checking utf8parse v0.2.2 |
1850 | 2025-01-17T03:44:18.279Z | Checking openssl-probe v0.1.5 |
1851 | 2025-01-17T03:44:18.327Z | Checking rustc-demangle v0.1.24 |
1852 | 2025-01-17T03:44:18.330Z | Checking foreign-types-shared v0.1.1 |
1853 | 2025-01-17T03:44:18.449Z | Checking pkcs8 v0.10.2 |
1854 | 2025-01-17T03:44:18.479Z | Checking futures-executor v0.3.31 |
1855 | 2025-01-17T03:44:18.482Z | Checking foreign-types v0.3.2 |
1856 | 2025-01-17T03:44:18.584Z | Checking toml_datetime v0.6.8 |
1857 | 2025-01-17T03:44:18.750Z | Checking serde_spanned v0.6.8 |
1858 | 2025-01-17T03:44:18.781Z | Checking serde_urlencoded v0.7.1 |
1859 | 2025-01-17T03:44:18.784Z | Checking openssl-sys v0.9.103 |
1860 | 2025-01-17T03:44:18.896Z | Checking encoding_rs v0.8.34 |
1861 | 2025-01-17T03:44:18.952Z | Checking unicode-width v0.1.14 |
1862 | 2025-01-17T03:44:19.185Z | Checking data-encoding v2.6.0 |
1863 | 2025-01-17T03:44:19.464Z | Checking futures v0.3.31 |
1864 | 2025-01-17T03:44:19.577Z | Checking either v1.13.0 |
1865 | 2025-01-17T03:44:19.606Z | Checking anstyle v1.0.10 |
1866 | 2025-01-17T03:44:19.754Z | Checking rustls v0.23.19 |
1867 | 2025-01-17T03:44:19.901Z | Checking openssl v0.10.66 |
1868 | 2025-01-17T03:44:19.948Z | Checking sha1 v0.10.6 |
1869 | 2025-01-17T03:44:19.989Z | Checking idna v0.3.0 |
1870 | 2025-01-17T03:44:20.236Z | Checking openapiv3 v2.0.0 |
1871 | 2025-01-17T03:44:20.919Z | Checking psl-types v2.0.11 |
1872 | 2025-01-17T03:44:21.075Z | Checking anstyle-parse v0.2.5 |
1873 | 2025-01-17T03:44:21.104Z | Checking publicsuffix v2.2.3 |
1874 | 2025-01-17T03:44:21.355Z | Checking cookie v0.18.1 |
1875 | 2025-01-17T03:44:21.383Z | Checking webpki-roots v0.26.6 |
1876 | 2025-01-17T03:44:21.467Z | Checking addr2line v0.24.2 |
1877 | 2025-01-17T03:44:21.594Z | Checking idna v0.5.0 |
1878 | 2025-01-17T03:44:21.836Z | Checking camino v1.1.9 |
1879 | 2025-01-17T03:44:22.003Z | Checking winnow v0.6.20 |
1880 | 2025-01-17T03:44:22.376Z | Checking colorchoice v1.0.2 |
1881 | 2025-01-17T03:44:22.529Z | Checking is_terminal_polyfill v1.70.1 |
1882 | 2025-01-17T03:44:22.557Z | Checking anstyle-query v1.1.1 |
1883 | 2025-01-17T03:44:22.674Z | Checking cookie_store v0.21.0 |
1884 | 2025-01-17T03:44:22.705Z | Checking anstream v0.6.15 |
1885 | 2025-01-17T03:44:23.094Z | Checking terminal_size v0.4.0 |
1886 | 2025-01-17T03:44:23.183Z | Checking hyper v1.5.2 |
1887 | 2025-01-17T03:44:23.296Z | Checking signature v2.2.0 |
1888 | 2025-01-17T03:44:23.374Z | Checking sync_wrapper v1.0.1 |
1889 | 2025-01-17T03:44:23.507Z | Checking strsim v0.11.1 |
1890 | 2025-01-17T03:44:23.510Z | Checking clap_lex v0.7.2 |
1891 | 2025-01-17T03:44:23.557Z | Checking is-terminal v0.4.13 |
1892 | 2025-01-17T03:44:23.703Z | Checking scroll v0.12.0 |
1893 | 2025-01-17T03:44:23.788Z | Checking ucd-trie v0.1.7 |
1894 | 2025-01-17T03:44:23.821Z | Checking clap_builder v4.5.21 |
1895 | 2025-01-17T03:44:24.031Z | Checking plain v0.2.3 |
1896 | 2025-01-17T03:44:24.187Z | Checking pest v2.7.14 |
1897 | 2025-01-17T03:44:24.218Z | Checking goblin v0.8.2 |
1898 | 2025-01-17T03:44:24.221Z | Checking backtrace v0.3.74 |
1899 | 2025-01-17T03:44:24.661Z | Checking pretty-hex v0.4.1 |
1900 | 2025-01-17T03:44:24.786Z | Checking anyhow v1.0.93 |
1901 | 2025-01-17T03:44:24.822Z | Checking native-tls v0.2.12 |
1902 | 2025-01-17T03:44:24.850Z | Checking base16ct v0.2.0 |
1903 | 2025-01-17T03:44:24.902Z | Checking tokio-rustls v0.26.0 |
1904 | 2025-01-17T03:44:25.072Z | Checking sec1 v0.7.3 |
1905 | 2025-01-17T03:44:25.145Z | Checking tokio-native-tls v0.3.1 |
1906 | 2025-01-17T03:44:25.148Z | Checking hyper-util v0.1.10 |
1907 | 2025-01-17T03:44:25.191Z | Checking num-integer v0.1.46 |
1908 | 2025-01-17T03:44:25.312Z | Checking ff v0.13.0 |
1909 | 2025-01-17T03:44:25.394Z | Checking thread-id v4.2.2 |
1910 | 2025-01-17T03:44:25.441Z | Checking toml_edit v0.22.22 |
1911 | 2025-01-17T03:44:25.529Z | Checking hkdf v0.12.4 |
1912 | 2025-01-17T03:44:25.558Z | Checking group v0.13.0 |
1913 | 2025-01-17T03:44:25.660Z | Checking crypto-bigint v0.5.5 |
1914 | 2025-01-17T03:44:25.759Z | Checking memmap v0.7.0 |
1915 | 2025-01-17T03:44:25.811Z | Checking dirs-sys-next v0.1.2 |
1916 | 2025-01-17T03:44:25.973Z | Checking crc32fast v1.4.2 |
1917 | 2025-01-17T03:44:26.009Z | Checking bitflags v1.3.2 |
1918 | 2025-01-17T03:44:26.132Z | Checking utf-8 v0.7.6 |
1919 | 2025-01-17T03:44:26.240Z | Checking static_assertions v1.1.0 |
1920 | 2025-01-17T03:44:26.361Z | Checking dirs-next v2.0.0 |
1921 | 2025-01-17T03:44:26.364Z | Checking crossbeam-channel v0.5.13 |
1922 | 2025-01-17T03:44:26.518Z | Checking thread_local v1.1.8 |
1923 | 2025-01-17T03:44:26.775Z | Checking dtrace-parser v0.2.0 |
1924 | 2025-01-17T03:44:26.778Z | Checking clap v4.5.21 |
1925 | 2025-01-17T03:44:26.827Z | Checking unicode-segmentation v1.12.0 |
1926 | 2025-01-17T03:44:26.929Z | Checking term v0.7.0 |
1927 | 2025-01-17T03:44:27.058Z | Checking num-iter v0.1.45 |
1928 | 2025-01-17T03:44:27.119Z | Checking hyper-rustls v0.27.3 |
1929 | 2025-01-17T03:44:27.258Z | Checking hyper-tls v0.6.0 |
1930 | 2025-01-17T03:44:27.287Z | Checking crossbeam-epoch v0.9.18 |
1931 | 2025-01-17T03:44:27.402Z | Checking take_mut v0.2.2 |
1932 | 2025-01-17T03:44:27.515Z | Checking match_cfg v0.1.0 |
1933 | 2025-01-17T03:44:27.551Z | Checking reqwest v0.12.9 |
1934 | 2025-01-17T03:44:27.580Z | Checking slog-term v2.9.1 |
1935 | 2025-01-17T03:44:27.583Z | Checking slog-async v2.8.0 |
1936 | 2025-01-17T03:44:27.629Z | Checking hostname v0.3.1 |
1937 | 2025-01-17T03:44:27.713Z | Checking itertools v0.10.5 |
1938 | 2025-01-17T03:44:27.778Z | Checking bstr v1.10.0 |
1939 | 2025-01-17T03:44:27.888Z | Checking rfc6979 v0.4.0 |
1940 | 2025-01-17T03:44:28.093Z | Checking hex v0.4.3 |
1941 | 2025-01-17T03:44:28.127Z | Checking toml v0.8.19 |
1942 | 2025-01-17T03:44:28.130Z | Checking managed v0.8.0 |
1943 | 2025-01-17T03:44:28.394Z | Checking elliptic-curve v0.13.8 |
1944 | 2025-01-17T03:44:28.543Z | Checking winnow v0.5.40 |
1945 | 2025-01-17T03:44:28.596Z | Checking crossbeam-deque v0.8.5 |
1946 | 2025-01-17T03:44:28.645Z | Checking num-bigint-dig v0.8.4 |
1947 | 2025-01-17T03:44:28.799Z | Checking flate2 v1.0.34 |
1948 | 2025-01-17T03:44:28.924Z | Checking pkcs1 v0.7.5 |
1949 | 2025-01-17T03:44:29.011Z | Checking dof v0.3.0 |
1950 | 2025-01-17T03:44:29.084Z | Checking ecdsa v0.16.9 |
1951 | 2025-01-17T03:44:29.309Z | Checking rustls v0.22.4 |
1952 | 2025-01-17T03:44:29.351Z | Checking curve25519-dalek v4.1.3 |
1953 | 2025-01-17T03:44:29.418Z | Checking zerocopy v0.6.6 |
1954 | 2025-01-17T03:44:29.638Z | Checking usdt-impl v0.5.0 |
1955 | 2025-01-17T03:44:29.804Z | Checking siphasher v0.3.11 |
1956 | 2025-01-17T03:44:29.830Z | Checking rayon-core v1.12.1 |
1957 | 2025-01-17T03:44:30.122Z | Checking ed25519 v2.2.3 |
1958 | 2025-01-17T03:44:30.152Z | Checking slog-json v2.6.1 |
1959 | 2025-01-17T03:44:30.182Z | Checking usdt v0.5.0 |
1960 | 2025-01-17T03:44:30.440Z | Checking signal-hook v0.3.17 |
1961 | 2025-01-17T03:44:30.471Z | Checking quick-error v1.2.3 |
1962 | 2025-01-17T03:44:30.474Z | Checking debug-ignore v1.0.5 |
1963 | 2025-01-17T03:44:30.523Z | Checking slog-bunyan v2.5.0 |
1964 | 2025-01-17T03:44:30.642Z | Checking multer v3.1.0 |
1965 | 2025-01-17T03:44:30.648Z | Checking x509-cert v0.2.5 |
1966 | 2025-01-17T03:44:30.691Z | Checking rsa v0.9.6 |
1967 | 2025-01-17T03:44:30.715Z | Checking idna v0.4.0 |
1968 | 2025-01-17T03:44:30.760Z | Checking waitgroup v0.1.2 |
1969 | 2025-01-17T03:44:30.920Z | Checking serde_path_to_error v0.1.16 |
1970 | 2025-01-17T03:44:31.052Z | Checking hubpack v0.1.2 |
1971 | 2025-01-17T03:44:31.170Z | Checking ed25519-dalek v2.1.1 |
1972 | 2025-01-17T03:44:31.363Z | Checking bzip2-sys v0.1.11+1.0.8 |
1973 | 2025-01-17T03:44:31.366Z | Checking toml_edit v0.19.15 |
1974 | 2025-01-17T03:44:31.505Z | Checking async-stream v0.3.6 |
1975 | 2025-01-17T03:44:31.533Z | Checking hostname v0.4.0 |
1976 | 2025-01-17T03:44:31.598Z | Checking bit-vec v0.6.3 |
1977 | 2025-01-17T03:44:31.638Z | Checking hickory-proto v0.24.1 |
1978 | 2025-01-17T03:44:31.642Z | Checking bzip2 v0.4.4 |
1979 | 2025-01-17T03:44:31.691Z | Checking signal-hook-mio v0.2.4 |
1980 | 2025-01-17T03:44:31.718Z | Checking console v0.15.8 |
1981 | 2025-01-17T03:44:31.846Z | Checking hash32 v0.2.1 |
1982 | 2025-01-17T03:44:31.943Z | Checking bit-set v0.5.3 |
1983 | 2025-01-17T03:44:31.971Z | Checking predicates-core v1.0.8 |
1984 | 2025-01-17T03:44:32.131Z | Checking unicode-properties v0.1.3 |
1985 | 2025-01-17T03:44:32.172Z | Checking linked-hash-map v0.5.6 |
1986 | 2025-01-17T03:44:32.210Z | Checking heapless v0.7.17 |
1987 | 2025-01-17T03:44:32.240Z | Checking crossterm v0.28.1 |
1988 | 2025-01-17T03:44:32.284Z | Checking rayon v1.10.0 |
1989 | 2025-01-17T03:44:32.483Z | Checking lru-cache v0.1.2 |
1990 | 2025-01-17T03:44:32.534Z | Checking stringprep v0.1.5 |
1991 | 2025-01-17T03:44:32.674Z | Checking phf_shared v0.11.2 |
1992 | 2025-01-17T03:44:32.707Z | Checking tokio-rustls v0.25.0 |
1993 | 2025-01-17T03:44:32.799Z | Checking similar v2.6.0 |
1994 | 2025-01-17T03:44:32.957Z | Checking tokio-stream v0.1.16 |
1995 | 2025-01-17T03:44:33.105Z | Checking dropshot v0.12.0 |
1996 | 2025-01-17T03:44:33.132Z | Checking newtype-uuid v1.2.1 |
1997 | 2025-01-17T03:44:33.387Z | Checking md-5 v0.10.6 |
1998 | 2025-01-17T03:44:33.640Z | Checking float-cmp v0.9.0 |
1999 | 2025-01-17T03:44:33.689Z | Checking difflib v0.4.0 |
2000 | 2025-01-17T03:44:33.756Z | Checking normalize-line-endings v0.3.0 |
2001 | 2025-01-17T03:44:33.845Z | Checking toml v0.7.8 |
2002 | 2025-01-17T03:44:33.875Z | Checking fixedbitset v0.4.2 |
2003 | 2025-01-17T03:44:33.900Z | Checking fallible-iterator v0.2.0 |
2004 | 2025-01-17T03:44:33.977Z | Checking smoltcp v0.9.1 |
2005 | 2025-01-17T03:44:34.008Z | Checking predicates v3.1.2 |
2006 | 2025-01-17T03:44:34.162Z | Checking petgraph v0.6.5 |
2007 | 2025-01-17T03:44:34.501Z | Checking postgres-protocol v0.6.7 |
2008 | 2025-01-17T03:44:34.548Z | Checking phf v0.11.2 |
2009 | 2025-01-17T03:44:34.683Z | Checking zip v0.6.6 |
2010 | 2025-01-17T03:44:34.842Z | Checking resolv-conf v0.7.0 |
2011 | 2025-01-17T03:44:35.170Z | Checking phf_shared v0.10.0 |
2012 | 2025-01-17T03:44:35.220Z | Checking tungstenite v0.24.0 |
2013 | 2025-01-17T03:44:35.405Z | Checking fs-err v2.11.0 |
2014 | 2025-01-17T03:44:35.435Z | Checking serde-big-array v0.5.1 |
2015 | 2025-01-17T03:44:35.466Z | Checking portable-atomic v1.9.0 |
2016 | 2025-01-17T03:44:35.658Z | Checking lalrpop-util v0.19.12 |
2017 | 2025-01-17T03:44:35.752Z | Checking unicode-width v0.2.0 |
2018 | 2025-01-17T03:44:35.937Z | Checking number_prefix v0.4.0 |
2019 | 2025-01-17T03:44:35.975Z | Checking minimal-lexical v0.2.1 |
2020 | 2025-01-17T03:44:36.168Z | Checking new_debug_unreachable v1.0.6 |
2021 | 2025-01-17T03:44:36.173Z | Checking precomputed-hash v0.1.1 |
2022 | 2025-01-17T03:44:36.194Z | Checking tokio-tungstenite v0.24.0 |
2023 | 2025-01-17T03:44:36.221Z | Checking hickory-resolver v0.24.1 |
2024 | 2025-01-17T03:44:36.247Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2025 | 2025-01-17T03:44:36.274Z | Checking string_cache v0.8.7 |
2026 | 2025-01-17T03:44:36.399Z | Checking nom v7.1.3 |
2027 | 2025-01-17T03:44:36.471Z | Checking indicatif v0.17.9 |
2028 | 2025-01-17T03:44:36.551Z | Checking postgres-types v0.2.8 |
2029 | 2025-01-17T03:44:36.580Z | Checking itertools v0.12.1 |
2030 | 2025-01-17T03:44:36.631Z | Checking whoami v1.5.2 |
2031 | 2025-01-17T03:44:36.971Z | Checking peg-runtime v0.8.3 |
2032 | 2025-01-17T03:44:37.226Z | Checking tokio-postgres v0.7.12 |
2033 | 2025-01-17T03:44:37.228Z | Compiling hashbrown v0.14.5 |
2034 | 2025-01-17T03:44:37.301Z | Compiling thiserror v2.0.11 |
2035 | 2025-01-17T03:44:37.408Z | Compiling thiserror-impl v2.0.11 |
2036 | 2025-01-17T03:44:37.790Z | Checking qorb v0.2.1 |
2037 | 2025-01-17T03:44:38.316Z | Compiling regress v0.10.1 |
2038 | 2025-01-17T03:44:38.413Z | Compiling ident_case v1.0.1 |
2039 | 2025-01-17T03:44:38.630Z | Compiling darling_core v0.20.10 |
2040 | 2025-01-17T03:44:38.942Z | Compiling unsafe-libyaml v0.2.11 |
2041 | 2025-01-17T03:44:40.045Z | Checking heck v0.5.0 |
2042 | 2025-01-17T03:44:40.255Z | Compiling serde_yaml v0.9.34+deprecated |
2043 | 2025-01-17T03:44:40.344Z | Checking fastrand v2.1.1 |
2044 | 2025-01-17T03:44:40.687Z | Checking ipnetwork v0.20.0 |
2045 | 2025-01-17T03:44:40.809Z | Checking progenitor-client v0.9.1 |
2046 | 2025-01-17T03:44:40.943Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2047 | 2025-01-17T03:44:41.046Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2048 | 2025-01-17T03:44:41.220Z | Compiling structmeta-derive v0.3.0 |
2049 | 2025-01-17T03:44:41.422Z | Checking strum v0.26.3 |
2050 | 2025-01-17T03:44:41.452Z | Compiling dropshot v0.15.1 |
2051 | 2025-01-17T03:44:41.598Z | Checking macaddr v1.0.1 |
2052 | 2025-01-17T03:44:41.849Z | Compiling dropshot_endpoint v0.15.1 |
2053 | 2025-01-17T03:44:41.938Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2025-01-17T03:44:42.138Z | Compiling typify-impl v0.2.0 |
2055 | 2025-01-17T03:44:42.725Z | Checking tempfile v3.13.0 |
2056 | 2025-01-17T03:44:43.072Z | Checking progenitor-client v0.8.0 |
2057 | 2025-01-17T03:44:43.106Z | Checking instant v0.1.13 |
2058 | 2025-01-17T03:44:43.252Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2059 | 2025-01-17T03:44:43.431Z | Checking regress v0.9.1 |
2060 | 2025-01-17T03:44:43.851Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2061 | 2025-01-17T03:44:43.889Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2025-01-17T03:44:43.973Z | Compiling structmeta v0.3.0 |
2063 | 2025-01-17T03:44:44.280Z | Checking backoff v0.4.0 |
2064 | 2025-01-17T03:44:44.407Z | Compiling parse-display-derive v0.10.0 |
2065 | 2025-01-17T03:44:44.571Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2025-01-17T03:44:44.600Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2067 | 2025-01-17T03:44:44.740Z | Compiling darling_macro v0.20.10 |
2068 | 2025-01-17T03:44:44.743Z | Checking wait-timeout v0.2.0 |
2069 | 2025-01-17T03:44:44.784Z | Checking rand_xorshift v0.3.0 |
2070 | 2025-01-17T03:44:44.951Z | Checking rusty-fork v0.3.0 |
2071 | 2025-01-17T03:44:44.980Z | Checking unarray v0.1.4 |
2072 | 2025-01-17T03:44:45.149Z | Compiling structmeta-derive v0.2.0 |
2073 | 2025-01-17T03:44:45.268Z | Checking proptest v1.5.0 |
2074 | 2025-01-17T03:44:45.658Z | Compiling darling v0.20.10 |
2075 | 2025-01-17T03:44:45.795Z | Compiling serde_with_macros v3.11.0 |
2076 | 2025-01-17T03:44:46.142Z | Checking camino-tempfile v1.1.1 |
2077 | 2025-01-17T03:44:46.453Z | Compiling proc-macro-error v1.0.4 |
2078 | 2025-01-17T03:44:46.895Z | Compiling proc-macro-crate v1.3.1 |
2079 | 2025-01-17T03:44:47.086Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2080 | 2025-01-17T03:44:47.523Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2081 | 2025-01-17T03:44:47.770Z | Compiling structmeta v0.2.0 |
2082 | 2025-01-17T03:44:47.861Z | Compiling foreign-types-macros v0.2.3 |
2083 | 2025-01-17T03:44:47.888Z | Compiling num_enum_derive v0.5.11 |
2084 | 2025-01-17T03:44:48.204Z | Compiling test-strategy v0.3.1 |
2085 | 2025-01-17T03:44:48.489Z | Checking serde_with v3.11.0 |
2086 | 2025-01-17T03:44:48.517Z | Checking parse-display v0.10.0 |
2087 | 2025-01-17T03:44:48.757Z | Checking foreign-types-shared v0.3.1 |
2088 | 2025-01-17T03:44:49.100Z | Checking foreign-types v0.5.0 |
2089 | 2025-01-17T03:44:49.228Z | Checking tabwriter v1.4.0 |
2090 | 2025-01-17T03:44:49.255Z | Checking cstr-argument v0.1.2 |
2091 | 2025-01-17T03:44:49.454Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2092 | 2025-01-17T03:44:49.490Z | Checking pretty-hex v0.2.1 |
2093 | 2025-01-17T03:44:49.682Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2094 | 2025-01-17T03:44:49.756Z | Checking colored v2.1.0 |
2095 | 2025-01-17T03:44:50.063Z | Checking smf v0.2.3 |
2096 | 2025-01-17T03:44:50.191Z | Checking itertools v0.13.0 |
2097 | 2025-01-17T03:44:50.217Z | Checking num_enum v0.5.11 |
2098 | 2025-01-17T03:44:50.255Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2099 | 2025-01-17T03:44:50.284Z | Checking base64 v0.21.7 |
2100 | 2025-01-17T03:44:50.387Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2101 | 2025-01-17T03:44:50.431Z | Compiling typify-impl v0.3.0 |
2102 | 2025-01-17T03:44:50.497Z | Compiling crucible-workspace-hack v0.1.0 |
2103 | 2025-01-17T03:44:50.679Z | Compiling zerocopy v0.8.10 |
2104 | 2025-01-17T03:44:50.938Z | Checking atomicwrites v0.4.4 |
2105 | 2025-01-17T03:44:51.394Z | Compiling zerocopy-derive v0.8.10 |
2106 | 2025-01-17T03:44:51.586Z | Checking termtree v0.4.1 |
2107 | 2025-01-17T03:44:51.714Z | Compiling heapless v0.8.0 |
2108 | 2025-01-17T03:44:51.792Z | Checking predicates-tree v1.0.11 |
2109 | 2025-01-17T03:44:51.968Z | Checking hash32 v0.3.1 |
2110 | 2025-01-17T03:44:52.193Z | Compiling smoltcp v0.11.0 |
2111 | 2025-01-17T03:44:53.663Z | Checking cobs v0.2.3 |
2112 | 2025-01-17T03:44:53.665Z | Checking postcard v1.0.10 |
2113 | 2025-01-17T03:44:53.665Z | Checking sigpipe v0.1.3 |
2114 | 2025-01-17T03:44:53.665Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2115 | 2025-01-17T03:44:53.665Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2116 | 2025-01-17T03:44:53.665Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2117 | 2025-01-17T03:44:53.665Z | Compiling mockall_derive v0.13.0 |
2118 | 2025-01-17T03:44:53.665Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2119 | 2025-01-17T03:44:53.798Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2120 | 2025-01-17T03:44:53.833Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2121 | 2025-01-17T03:44:54.048Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2122 | 2025-01-17T03:44:54.257Z | Compiling zone_cfg_derive v0.3.0 |
2123 | 2025-01-17T03:44:55.692Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2124 | 2025-01-17T03:44:56.004Z | Compiling num-derive v0.4.2 |
2125 | 2025-01-17T03:44:56.068Z | Checking downcast v0.11.0 |
2126 | 2025-01-17T03:44:56.291Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2127 | 2025-01-17T03:44:56.317Z | Checking fragile v2.0.0 |
2128 | 2025-01-17T03:44:56.605Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2129 | 2025-01-17T03:44:56.668Z | Checking zone v0.3.0 |
2130 | 2025-01-17T03:44:56.867Z | Compiling convert_case v0.4.0 |
2131 | 2025-01-17T03:44:56.942Z | Checking tungstenite v0.21.0 |
2132 | 2025-01-17T03:44:57.457Z | Checking newline-converter v0.3.0 |
2133 | 2025-01-17T03:44:57.642Z | Checking expectorate v1.1.0 |
2134 | 2025-01-17T03:44:57.782Z | Compiling derive_more v0.99.18 |
2135 | 2025-01-17T03:44:57.840Z | Checking same-file v1.0.6 |
2136 | 2025-01-17T03:44:57.887Z | Checking tokio-tungstenite v0.21.0 |
2137 | 2025-01-17T03:44:57.914Z | Compiling typify-macro v0.2.0 |
2138 | 2025-01-17T03:44:58.026Z | Checking walkdir v2.5.0 |
2139 | 2025-01-17T03:44:58.278Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2140 | 2025-01-17T03:44:58.344Z | Checking arc-swap v1.7.1 |
2141 | 2025-01-17T03:44:58.401Z | Checking xattr v1.3.1 |
2142 | 2025-01-17T03:44:58.629Z | Checking filetime v0.2.25 |
2143 | 2025-01-17T03:44:58.713Z | Checking num-rational v0.4.2 |
2144 | 2025-01-17T03:44:58.779Z | Checking slog-scope v4.4.0 |
2145 | 2025-01-17T03:44:58.858Z | Checking tar v0.4.42 |
2146 | 2025-01-17T03:44:59.001Z | Checking slog-stdlog v4.1.1 |
2147 | 2025-01-17T03:44:59.194Z | Checking slog-envlogger v2.2.0 |
2148 | 2025-01-17T03:44:59.372Z | Checking num-complex v0.4.6 |
2149 | 2025-01-17T03:44:59.438Z | Checking float-ord v0.3.2 |
2150 | 2025-01-17T03:44:59.608Z | Checking indent_write v2.2.0 |
2151 | 2025-01-17T03:44:59.697Z | Checking swrite v0.1.0 |
2152 | 2025-01-17T03:44:59.818Z | Compiling owo-colors v4.1.0 |
2153 | 2025-01-17T03:44:59.844Z | Compiling cancel-safe-futures v0.1.5 |
2154 | 2025-01-17T03:45:00.261Z | Checking num v0.4.3 |
2155 | 2025-01-17T03:45:00.382Z | Checking libsw v3.3.1 |
2156 | 2025-01-17T03:45:00.646Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2157 | 2025-01-17T03:45:00.653Z | Checking password-hash v0.5.0 |
2158 | 2025-01-17T03:45:00.694Z | Checking blake2 v0.10.6 |
2159 | 2025-01-17T03:45:01.092Z | Checking linear-map v1.2.0 |
2160 | 2025-01-17T03:45:01.153Z | Checking argon2 v0.5.3 |
2161 | 2025-01-17T03:45:01.348Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2162 | 2025-01-17T03:45:01.394Z | Checking pem v3.0.4 |
2163 | 2025-01-17T03:45:01.424Z | Checking mockall v0.13.0 |
2164 | 2025-01-17T03:45:01.631Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2165 | 2025-01-17T03:45:01.678Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2166 | 2025-01-17T03:45:01.714Z | Compiling typify v0.2.0 |
2167 | 2025-01-17T03:45:01.857Z | Compiling progenitor-impl v0.8.0 |
2168 | 2025-01-17T03:45:01.947Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2169 | 2025-01-17T03:45:02.214Z | Compiling lzma-sys v0.1.20 |
2170 | 2025-01-17T03:45:02.332Z | Checking headers-core v0.3.0 |
2171 | 2025-01-17T03:45:02.509Z | Compiling heck v0.3.3 |
2172 | 2025-01-17T03:45:02.914Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2173 | 2025-01-17T03:45:03.042Z | Checking highway v1.2.0 |
2174 | 2025-01-17T03:45:03.426Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2025-01-17T03:45:03.450Z | Compiling zone_cfg_derive v0.1.2 |
2176 | 2025-01-17T03:45:03.483Z | Checking headers v0.4.0 |
2177 | 2025-01-17T03:45:04.067Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2178 | 2025-01-17T03:45:04.379Z | Checking yasna v0.5.2 |
2179 | 2025-01-17T03:45:04.542Z | Checking base64 v0.13.1 |
2180 | 2025-01-17T03:45:04.698Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2181 | 2025-01-17T03:45:04.838Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2182 | 2025-01-17T03:45:04.877Z | Checking zone v0.1.8 |
2183 | 2025-01-17T03:45:04.952Z | Checking ron v0.7.1 |
2184 | 2025-01-17T03:45:05.152Z | Checking xz2 v0.1.7 |
2185 | 2025-01-17T03:45:05.215Z | Checking rcgen v0.12.1 |
2186 | 2025-01-17T03:45:05.487Z | Checking subprocess v0.2.9 |
2187 | 2025-01-17T03:45:05.536Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2188 | 2025-01-17T03:45:05.852Z | Checking humantime v2.1.0 |
2189 | 2025-01-17T03:45:05.992Z | Compiling typify-macro v0.3.0 |
2190 | 2025-01-17T03:45:06.043Z | Compiling semver v0.1.20 |
2191 | 2025-01-17T03:45:06.083Z | Checking prettyplease v0.2.25 |
2192 | 2025-01-17T03:45:06.182Z | Checking half v2.4.1 |
2193 | 2025-01-17T03:45:06.354Z | Checking ciborium-io v0.2.2 |
2194 | 2025-01-17T03:45:06.504Z | Compiling rustc_version v0.1.7 |
2195 | 2025-01-17T03:45:06.529Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2196 | 2025-01-17T03:45:06.683Z | Checking ciborium-ll v0.2.2 |
2197 | 2025-01-17T03:45:06.946Z | Compiling newtype_derive v0.1.6 |
2198 | 2025-01-17T03:45:07.006Z | Checking ciborium v0.2.2 |
2199 | 2025-01-17T03:45:07.484Z | Checking steno v0.4.1 |
2200 | 2025-01-17T03:45:09.014Z | Compiling progenitor-macro v0.8.0 |
2201 | 2025-01-17T03:45:09.923Z | Compiling typify v0.3.0 |
2202 | 2025-01-17T03:45:10.076Z | Compiling progenitor-impl v0.9.1 |
2203 | 2025-01-17T03:45:10.105Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2204 | 2025-01-17T03:45:10.530Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2205 | 2025-01-17T03:45:10.939Z | Compiling slog-dtrace v0.3.0 |
2206 | 2025-01-17T03:45:11.256Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2207 | 2025-01-17T03:45:11.365Z | Checking display-error-chain v0.2.2 |
2208 | 2025-01-17T03:45:11.561Z | Checking gethostname v0.5.0 |
2209 | 2025-01-17T03:45:11.709Z | Checking nibble_vec v0.1.0 |
2210 | 2025-01-17T03:45:11.812Z | Compiling blake3 v1.5.4 |
2211 | 2025-01-17T03:45:11.838Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2212 | 2025-01-17T03:45:11.922Z | Checking endian-type v0.1.2 |
2213 | 2025-01-17T03:45:12.155Z | Checking keccak v0.1.5 |
2214 | 2025-01-17T03:45:12.181Z | Checking radix_trie v0.2.1 |
2215 | 2025-01-17T03:45:12.535Z | Checking sha3 v0.10.8 |
2216 | 2025-01-17T03:45:12.614Z | Checking universal-hash v0.5.1 |
2217 | 2025-01-17T03:45:12.822Z | Checking secrecy v0.8.0 |
2218 | 2025-01-17T03:45:12.958Z | Checking opaque-debug v0.3.1 |
2219 | 2025-01-17T03:45:13.042Z | Checking aead v0.5.2 |
2220 | 2025-01-17T03:45:13.070Z | Checking poly1305 v0.8.0 |
2221 | 2025-01-17T03:45:13.110Z | Checking chacha20 v0.9.1 |
2222 | 2025-01-17T03:45:13.543Z | Compiling memmap2 v0.9.5 |
2223 | 2025-01-17T03:45:13.622Z | Compiling arrayref v0.3.9 |
2224 | 2025-01-17T03:45:13.744Z | Compiling constant_time_eq v0.3.1 |
2225 | 2025-01-17T03:45:13.959Z | Compiling arrayvec v0.7.6 |
2226 | 2025-01-17T03:45:13.990Z | Compiling toolchain_find v0.4.0 |
2227 | 2025-01-17T03:45:14.202Z | Compiling thiserror-impl-no-std v2.0.2 |
2228 | 2025-01-17T03:45:14.441Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2229 | 2025-01-17T03:45:14.519Z | Compiling topological-sort v0.2.2 |
2230 | 2025-01-17T03:45:14.604Z | Compiling rustfmt-wrapper v0.2.1 |
2231 | 2025-01-17T03:45:14.752Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2232 | 2025-01-17T03:45:15.021Z | Compiling omicron-zone-package v0.12.0 |
2233 | 2025-01-17T03:45:15.099Z | Checking chacha20poly1305 v0.10.1 |
2234 | 2025-01-17T03:45:15.191Z | Compiling async-recursion v1.1.1 |
2235 | 2025-01-17T03:45:15.300Z | Checking fxhash v0.2.1 |
2236 | 2025-01-17T03:45:15.501Z | Checking lockfree-object-pool v0.1.6 |
2237 | 2025-01-17T03:45:15.525Z | Checking simd-adler32 v0.3.7 |
2238 | 2025-01-17T03:45:15.772Z | Checking bumpalo v3.16.0 |
2239 | 2025-01-17T03:45:15.902Z | Compiling zip v2.1.3 |
2240 | 2025-01-17T03:45:16.125Z | Checking zopfli v0.8.1 |
2241 | 2025-01-17T03:45:16.267Z | Checking maplit v1.0.2 |
2242 | 2025-01-17T03:45:16.408Z | Checking termcolor v1.4.1 |
2243 | 2025-01-17T03:45:16.465Z | Compiling radium v0.7.0 |
2244 | 2025-01-17T03:45:16.735Z | Compiling const_format_proc_macros v0.2.33 |
2245 | 2025-01-17T03:45:16.845Z | Compiling maybe-uninit v2.0.0 |
2246 | 2025-01-17T03:45:16.966Z | Checking tap v1.0.1 |
2247 | 2025-01-17T03:45:17.030Z | Checking thiserror-no-std v2.0.2 |
2248 | 2025-01-17T03:45:17.115Z | Compiling progenitor-macro v0.9.1 |
2249 | 2025-01-17T03:45:17.154Z | Checking wyz v0.5.1 |
2250 | 2025-01-17T03:45:17.178Z | Checking vsss-rs v3.3.4 |
2251 | 2025-01-17T03:45:17.545Z | Checking crc-catalog v2.4.0 |
2252 | 2025-01-17T03:45:17.729Z | Checking funty v2.0.0 |
2253 | 2025-01-17T03:45:17.840Z | Compiling packed_struct v0.10.1 |
2254 | 2025-01-17T03:45:17.975Z | Checking home v0.5.9 |
2255 | 2025-01-17T03:45:18.141Z | Checking crc v3.2.1 |
2256 | 2025-01-17T03:45:18.425Z | Checking kstat-rs v0.2.4 |
2257 | 2025-01-17T03:45:18.598Z | Checking bitvec v1.0.1 |
2258 | 2025-01-17T03:45:18.601Z | Compiling packed_struct_codegen v0.10.1 |
2259 | 2025-01-17T03:45:18.726Z | Checking const_format v0.2.33 |
2260 | 2025-01-17T03:45:18.774Z | Compiling vte_generate_state_changes v0.1.2 |
2261 | 2025-01-17T03:45:19.224Z | Compiling indexmap v1.9.3 |
2262 | 2025-01-17T03:45:19.394Z | Compiling libefi-sys v0.1.0 |
2263 | 2025-01-17T03:45:19.544Z | Checking nodrop v0.1.14 |
2264 | 2025-01-17T03:45:19.692Z | Checking array-init v0.0.4 |
2265 | 2025-01-17T03:45:19.789Z | Checking vte v0.11.1 |
2266 | 2025-01-17T03:45:20.238Z | Checking smallvec v0.6.14 |
2267 | 2025-01-17T03:45:20.567Z | Checking fd-lock v4.0.2 |
2268 | 2025-01-17T03:45:20.625Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2269 | 2025-01-17T03:45:20.780Z | Compiling bitfield-struct v0.6.2 |
2270 | 2025-01-17T03:45:21.045Z | Checking bitfield v0.14.0 |
2271 | 2025-01-17T03:45:21.072Z | Checking hashbrown v0.12.3 |
2272 | 2025-01-17T03:45:21.274Z | Checking strip-ansi-escapes v0.2.0 |
2273 | 2025-01-17T03:45:21.332Z | Checking serde-hex v0.1.0 |
2274 | 2025-01-17T03:45:21.451Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2275 | 2025-01-17T03:45:21.556Z | Checking progenitor v0.8.0 |
2276 | 2025-01-17T03:45:21.729Z | Checking env_logger v0.10.2 |
2277 | 2025-01-17T03:45:21.783Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2278 | 2025-01-17T03:45:21.914Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2279 | 2025-01-17T03:45:22.129Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2280 | 2025-01-17T03:45:22.765Z | Checking ron v0.8.1 |
2281 | 2025-01-17T03:45:22.948Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2282 | 2025-01-17T03:45:23.276Z | Checking hashbrown v0.13.2 |
2283 | 2025-01-17T03:45:24.028Z | Checking crc-any v2.5.0 |
2284 | 2025-01-17T03:45:24.241Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2285 | 2025-01-17T03:45:24.378Z | Checking nu-ansi-term v0.50.1 |
2286 | 2025-01-17T03:45:24.431Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2287 | 2025-01-17T03:45:24.771Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2025-01-17T03:45:24.809Z | Checking reedline v0.35.0 |
2289 | 2025-01-17T03:45:24.898Z | Checking object v0.30.4 |
2290 | 2025-01-17T03:45:25.267Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2291 | 2025-01-17T03:45:25.821Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2292 | 2025-01-17T03:45:26.067Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2293 | 2025-01-17T03:45:26.092Z | Checking path-slash v0.1.5 |
2294 | 2025-01-17T03:45:26.254Z | Compiling parking_lot_core v0.8.6 |
2295 | 2025-01-17T03:45:26.578Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2025-01-17T03:45:27.093Z | Compiling phf_generator v0.11.2 |
2297 | 2025-01-17T03:45:27.405Z | Checking glob v0.3.1 |
2298 | 2025-01-17T03:45:27.721Z | Checking bytecount v0.6.8 |
2299 | 2025-01-17T03:45:27.898Z | Checking papergrid v0.11.0 |
2300 | 2025-01-17T03:45:28.570Z | Compiling phf_codegen v0.11.2 |
2301 | 2025-01-17T03:45:28.795Z | Checking parking_lot v0.11.2 |
2302 | 2025-01-17T03:45:29.162Z | Compiling tabled_derive v0.7.0 |
2303 | 2025-01-17T03:45:29.401Z | Compiling parse-zoneinfo v0.3.1 |
2304 | 2025-01-17T03:45:29.426Z | Compiling cfg_aliases v0.1.1 |
2305 | 2025-01-17T03:45:29.552Z | Compiling nix v0.28.0 |
2306 | 2025-01-17T03:45:30.041Z | Checking progenitor v0.9.1 |
2307 | 2025-01-17T03:45:30.271Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2308 | 2025-01-17T03:45:30.351Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2309 | 2025-01-17T03:45:30.973Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2310 | 2025-01-17T03:45:31.159Z | Compiling chrono-tz-build v0.4.0 |
2311 | 2025-01-17T03:45:31.395Z | Checking tabled v0.15.0 |
2312 | 2025-01-17T03:45:32.432Z | Checking sled v0.34.7 |
2313 | 2025-01-17T03:45:34.253Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2314 | 2025-01-17T03:45:34.309Z | Checking hickory-client v0.24.1 |
2315 | 2025-01-17T03:45:35.007Z | Checking hickory-server v0.24.1 |
2316 | 2025-01-17T03:45:35.401Z | Compiling chrono-tz v0.10.0 |
2317 | 2025-01-17T03:45:35.496Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2318 | 2025-01-17T03:45:35.714Z | Compiling unicase v2.7.0 |
2319 | 2025-01-17T03:45:36.020Z | Compiling buf-list v1.0.3 |
2320 | 2025-01-17T03:45:36.207Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2321 | 2025-01-17T03:45:36.707Z | Compiling peg-macros v0.8.4 |
2322 | 2025-01-17T03:45:37.239Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2323 | 2025-01-17T03:45:37.611Z | Compiling sqlparser_derive v0.2.2 |
2324 | 2025-01-17T03:45:38.368Z | Checking unicode_categories v0.1.1 |
2325 | 2025-01-17T03:45:38.512Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2326 | 2025-01-17T03:45:38.652Z | Checking sqlparser v0.45.0 |
2327 | 2025-01-17T03:45:38.696Z | Checking sqlformat v0.2.6 |
2328 | 2025-01-17T03:45:38.960Z | Checking rustyline v14.0.0 |
2329 | 2025-01-17T03:45:40.298Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2330 | 2025-01-17T03:45:40.534Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2331 | 2025-01-17T03:45:42.032Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2332 | 2025-01-17T03:45:43.294Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2333 | 2025-01-17T03:45:43.432Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2334 | 2025-01-17T03:45:44.861Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2335 | 2025-01-17T03:45:45.287Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2336 | 2025-01-17T03:45:45.361Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2337 | 2025-01-17T03:45:46.600Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2338 | 2025-01-17T03:45:46.641Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2339 | 2025-01-17T03:45:47.045Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2340 | 2025-01-17T03:45:47.482Z | Checking peg v0.8.4 |
2341 | 2025-01-17T03:45:47.518Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2342 | 2025-01-17T03:45:47.606Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2343 | 2025-01-17T03:45:48.040Z | Checking bcs v0.1.6 |
2344 | 2025-01-17T03:45:48.558Z | Checking primeorder v0.13.6 |
2345 | 2025-01-17T03:45:48.656Z | Compiling mime_guess v2.0.5 |
2346 | 2025-01-17T03:45:49.046Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2347 | 2025-01-17T03:45:49.318Z | Checking nanorand v0.7.0 |
2348 | 2025-01-17T03:45:49.689Z | Checking http-range v0.1.5 |
2349 | 2025-01-17T03:45:49.692Z | Checking flume v0.11.1 |
2350 | 2025-01-17T03:45:49.896Z | Checking atty v0.2.14 |
2351 | 2025-01-17T03:45:50.040Z | Compiling salty v0.3.0 |
2352 | 2025-01-17T03:45:50.181Z | Checking p384 v0.13.0 |
2353 | 2025-01-17T03:45:50.510Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2354 | 2025-01-17T03:45:50.867Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2355 | 2025-01-17T03:45:51.186Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2356 | 2025-01-17T03:45:51.251Z | Checking hyper-staticfile v0.10.1 |
2357 | 2025-01-17T03:45:51.428Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2358 | 2025-01-17T03:45:51.742Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2359 | 2025-01-17T03:45:51.799Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2360 | 2025-01-17T03:45:51.848Z | Compiling dsl_auto_type v0.1.2 |
2361 | 2025-01-17T03:45:51.896Z | Checking scheduled-thread-pool v0.2.7 |
2362 | 2025-01-17T03:45:51.947Z | Checking env_filter v0.1.2 |
2363 | 2025-01-17T03:45:52.128Z | Compiling diesel_table_macro_syntax v0.2.0 |
2364 | 2025-01-17T03:45:52.227Z | Compiling crunchy v0.2.2 |
2365 | 2025-01-17T03:45:52.245Z | Checking env_logger v0.11.5 |
2366 | 2025-01-17T03:45:52.580Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2367 | 2025-01-17T03:45:52.607Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2368 | 2025-01-17T03:45:52.667Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2369 | 2025-01-17T03:45:52.882Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2370 | 2025-01-17T03:45:53.236Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2371 | 2025-01-17T03:45:53.371Z | Compiling diesel_derives v2.2.3 |
2372 | 2025-01-17T03:45:54.093Z | Checking r2d2 v0.8.10 |
2373 | 2025-01-17T03:45:54.372Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2374 | 2025-01-17T03:45:54.428Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2375 | 2025-01-17T03:45:54.492Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2376 | 2025-01-17T03:45:54.973Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2377 | 2025-01-17T03:45:55.525Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2378 | 2025-01-17T03:45:56.118Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2379 | 2025-01-17T03:45:56.941Z | Compiling tiny-keccak v2.0.2 |
2380 | 2025-01-17T03:45:57.304Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2381 | 2025-01-17T03:45:57.679Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2382 | 2025-01-17T03:45:57.777Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2383 | 2025-01-17T03:45:58.112Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2384 | 2025-01-17T03:45:58.202Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2385 | 2025-01-17T03:45:59.644Z | Compiling ref-cast v1.0.23 |
2386 | 2025-01-17T03:46:00.120Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2387 | 2025-01-17T03:46:00.123Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2388 | 2025-01-17T03:46:00.503Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2389 | 2025-01-17T03:46:00.600Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2390 | 2025-01-17T03:46:00.939Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2391 | 2025-01-17T03:46:01.207Z | Compiling ascii-canvas v3.0.0 |
2392 | 2025-01-17T03:46:01.256Z | Compiling ena v0.14.3 |
2393 | 2025-01-17T03:46:01.673Z | Compiling ref-cast-impl v1.0.23 |
2394 | 2025-01-17T03:46:01.701Z | Compiling diff v0.1.13 |
2395 | 2025-01-17T03:46:01.891Z | Compiling regex-syntax v0.6.29 |
2396 | 2025-01-17T03:46:02.310Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2397 | 2025-01-17T03:46:03.070Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2398 | 2025-01-17T03:46:03.517Z | Compiling pin-project-internal v1.1.6 |
2399 | 2025-01-17T03:46:04.358Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2400 | 2025-01-17T03:46:04.669Z | Compiling derive_builder_core v0.20.2 |
2401 | 2025-01-17T03:46:05.152Z | Checking diesel v2.2.6 |
2402 | 2025-01-17T03:46:05.660Z | Compiling lalrpop v0.19.12 |
2403 | 2025-01-17T03:46:05.791Z | Compiling libxml v0.3.3 |
2404 | 2025-01-17T03:46:05.942Z | Checking signal-hook-tokio v0.3.1 |
2405 | 2025-01-17T03:46:06.130Z | Compiling strum_macros v0.24.3 |
2406 | 2025-01-17T03:46:06.203Z | Compiling samael v0.0.17 |
2407 | 2025-01-17T03:46:06.272Z | Checking pin-project v1.1.6 |
2408 | 2025-01-17T03:46:06.432Z | Compiling snafu-derive v0.8.5 |
2409 | 2025-01-17T03:46:06.870Z | Compiling derive_builder_macro v0.20.2 |
2410 | 2025-01-17T03:46:07.454Z | Compiling indoc v1.0.9 |
2411 | 2025-01-17T03:46:07.744Z | Checking derive_builder v0.20.2 |
2412 | 2025-01-17T03:46:08.369Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2413 | 2025-01-17T03:46:09.453Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2414 | 2025-01-17T03:46:09.498Z | Checking globset v0.4.15 |
2415 | 2025-01-17T03:46:09.643Z | Checking olpc-cjson v0.1.4 |
2416 | 2025-01-17T03:46:09.743Z | Checking serde_plain v1.0.2 |
2417 | 2025-01-17T03:46:09.900Z | Checking quick-xml v0.33.0 |
2418 | 2025-01-17T03:46:10.019Z | Compiling impl-trait-for-tuples v0.2.2 |
2419 | 2025-01-17T03:46:10.042Z | Compiling oso-derive v0.27.3 |
2420 | 2025-01-17T03:46:10.104Z | Compiling memoffset v0.9.1 |
2421 | 2025-01-17T03:46:10.441Z | Checking typed-path v0.9.3 |
2422 | 2025-01-17T03:46:11.215Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2423 | 2025-01-17T03:46:11.400Z | Checking snafu v0.8.5 |
2424 | 2025-01-17T03:46:11.873Z | Checking tungstenite v0.23.0 |
2425 | 2025-01-17T03:46:12.356Z | Checking tough v0.19.0 |
2426 | 2025-01-17T03:46:12.822Z | Compiling diesel-dtrace v0.4.2 |
2427 | 2025-01-17T03:46:12.948Z | Checking parse-size v1.1.0 |
2428 | 2025-01-17T03:46:13.170Z | Checking tokio-tungstenite v0.23.1 |
2429 | 2025-01-17T03:46:13.359Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2430 | 2025-01-17T03:46:13.645Z | Checking bb8 v0.8.5 |
2431 | 2025-01-17T03:46:13.685Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2432 | 2025-01-17T03:46:14.125Z | Checking nix v0.27.1 |
2433 | 2025-01-17T03:46:14.157Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2434 | 2025-01-17T03:46:14.451Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2435 | 2025-01-17T03:46:16.094Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2436 | 2025-01-17T03:46:16.855Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2437 | 2025-01-17T03:46:17.142Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2438 | 2025-01-17T03:46:17.146Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2439 | 2025-01-17T03:46:17.591Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2440 | 2025-01-17T03:46:17.631Z | Checking heck v0.4.1 |
2441 | 2025-01-17T03:46:17.876Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2442 | 2025-01-17T03:46:18.304Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2443 | 2025-01-17T03:46:18.548Z | Checking rand_seeder v0.3.0 |
2444 | 2025-01-17T03:46:18.631Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2445 | 2025-01-17T03:46:18.799Z | Checking assert_matches v1.5.0 |
2446 | 2025-01-17T03:46:18.911Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2447 | 2025-01-17T03:46:18.998Z | Compiling libz-sys v1.1.20 |
2448 | 2025-01-17T03:46:19.047Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2449 | 2025-01-17T03:46:19.142Z | Checking castaway v0.2.3 |
2450 | 2025-01-17T03:46:19.331Z | Checking is_ci v1.2.0 |
2451 | 2025-01-17T03:46:19.356Z | Checking compact_str v0.8.0 |
2452 | 2025-01-17T03:46:19.484Z | Checking supports-color v3.0.1 |
2453 | 2025-01-17T03:46:19.688Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2454 | 2025-01-17T03:46:19.758Z | Checking unicode-truncate v1.1.0 |
2455 | 2025-01-17T03:46:20.019Z | Checking lru v0.12.5 |
2456 | 2025-01-17T03:46:20.209Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2457 | 2025-01-17T03:46:20.245Z | Compiling instability v0.3.2 |
2458 | 2025-01-17T03:46:20.317Z | Checking cassowary v0.3.0 |
2459 | 2025-01-17T03:46:20.728Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2460 | 2025-01-17T03:46:20.943Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2461 | 2025-01-17T03:46:21.134Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2462 | 2025-01-17T03:46:21.320Z | Checking ratatui v0.28.1 |
2463 | 2025-01-17T03:46:21.953Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2464 | 2025-01-17T03:46:22.169Z | Compiling vergen v8.3.2 |
2465 | 2025-01-17T03:46:22.449Z | Compiling cargo-platform v0.1.8 |
2466 | 2025-01-17T03:46:22.476Z | Checking smawk v0.3.2 |
2467 | 2025-01-17T03:46:22.704Z | Checking unicode-linebreak v0.1.5 |
2468 | 2025-01-17T03:46:22.969Z | Compiling cargo_metadata v0.18.1 |
2469 | 2025-01-17T03:46:23.172Z | Checking textwrap v0.16.1 |
2470 | 2025-01-17T03:46:23.636Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2471 | 2025-01-17T03:46:24.257Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2472 | 2025-01-17T03:46:24.285Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2473 | 2025-01-17T03:46:24.921Z | Compiling libsqlite3-sys v0.30.1 |
2474 | 2025-01-17T03:46:25.456Z | Checking shell-words v1.1.0 |
2475 | 2025-01-17T03:46:25.655Z | Compiling cfg_aliases v0.2.1 |
2476 | 2025-01-17T03:46:25.735Z | Compiling rustls v0.21.12 |
2477 | 2025-01-17T03:46:25.781Z | Compiling nix v0.29.0 |
2478 | 2025-01-17T03:46:26.112Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2479 | 2025-01-17T03:46:26.163Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2480 | 2025-01-17T03:46:26.424Z | Checking rustls-webpki v0.101.7 |
2481 | 2025-01-17T03:46:26.489Z | Checking sct v0.7.1 |
2482 | 2025-01-17T03:46:26.749Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2483 | 2025-01-17T03:46:27.097Z | Checking hashlink v0.9.1 |
2484 | 2025-01-17T03:46:27.122Z | Checking concurrent-queue v2.5.0 |
2485 | 2025-01-17T03:46:27.277Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2486 | 2025-01-17T03:46:27.491Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2487 | 2025-01-17T03:46:27.516Z | Checking fallible-iterator v0.3.0 |
2488 | 2025-01-17T03:46:27.696Z | Checking fallible-streaming-iterator v0.1.9 |
2489 | 2025-01-17T03:46:27.945Z | Checking plotters-backend v0.3.7 |
2490 | 2025-01-17T03:46:28.078Z | Checking parking v2.2.1 |
2491 | 2025-01-17T03:46:28.283Z | Checking rusqlite v0.32.1 |
2492 | 2025-01-17T03:46:28.312Z | Checking plotters-svg v0.3.7 |
2493 | 2025-01-17T03:46:28.456Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2494 | 2025-01-17T03:46:28.561Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2495 | 2025-01-17T03:46:30.108Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2496 | 2025-01-17T03:46:30.170Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2497 | 2025-01-17T03:46:30.222Z | Checking tokio-rustls v0.24.1 |
2498 | 2025-01-17T03:46:30.574Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2499 | 2025-01-17T03:46:30.878Z | Checking rustls-pemfile v1.0.4 |
2500 | 2025-01-17T03:46:30.901Z | Checking twox-hash v1.6.3 |
2501 | 2025-01-17T03:46:31.108Z | Checking cast v0.3.0 |
2502 | 2025-01-17T03:46:31.342Z | Checking plotters v0.3.7 |
2503 | 2025-01-17T03:46:31.370Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2504 | 2025-01-17T03:46:31.394Z | Checking criterion-plot v0.5.0 |
2505 | 2025-01-17T03:46:31.871Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2506 | 2025-01-17T03:46:32.720Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2025-01-17T03:46:33.079Z | Checking fatfs v0.3.6 |
2508 | 2025-01-17T03:46:33.466Z | Checking tinytemplate v1.2.1 |
2509 | 2025-01-17T03:46:33.696Z | Checking csv-core v0.1.11 |
2510 | 2025-01-17T03:46:33.890Z | Checking oorandom v11.1.4 |
2511 | 2025-01-17T03:46:34.025Z | Checking anes v0.1.6 |
2512 | 2025-01-17T03:46:34.070Z | Checking hex-literal v0.4.1 |
2513 | 2025-01-17T03:46:34.093Z | Checking csv v1.3.0 |
2514 | 2025-01-17T03:46:34.233Z | Checking event-listener v5.3.1 |
2515 | 2025-01-17T03:46:34.376Z | Checking criterion v0.5.1 |
2516 | 2025-01-17T03:46:34.666Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2517 | 2025-01-17T03:46:34.904Z | Checking rtoolbox v0.0.2 |
2518 | 2025-01-17T03:46:35.122Z | Checking rpassword v7.3.1 |
2519 | 2025-01-17T03:46:35.293Z | Checking async-bb8-diesel v0.2.1 |
2520 | 2025-01-17T03:46:36.379Z | Checking event-listener-strategy v0.5.2 |
2521 | 2025-01-17T03:46:36.615Z | Checking tui-tree-widget v0.22.0 |
2522 | 2025-01-17T03:46:36.970Z | Checking polyval v0.6.2 |
2523 | 2025-01-17T03:46:37.072Z | Checking futures-lite v2.3.0 |
2524 | 2025-01-17T03:46:37.277Z | Checking ghash v0.5.1 |
2525 | 2025-01-17T03:46:37.481Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2526 | 2025-01-17T03:46:38.427Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2527 | 2025-01-17T03:46:38.537Z | Checking ctr v0.9.2 |
2528 | 2025-01-17T03:46:39.048Z | Checking yansi v1.0.1 |
2529 | 2025-01-17T03:46:39.553Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2530 | 2025-01-17T03:46:39.576Z | Checking aes-gcm v0.10.3 |
2531 | 2025-01-17T03:46:39.614Z | Checking pretty_assertions v1.4.1 |
2532 | 2025-01-17T03:46:39.828Z | Checking ssh-encoding v0.2.0 |
2533 | 2025-01-17T03:46:39.830Z | Checking blowfish v0.9.1 |
2534 | 2025-01-17T03:46:40.107Z | Checking bcrypt-pbkdf v0.10.0 |
2535 | 2025-01-17T03:46:40.194Z | Checking ssh-cipher v0.2.0 |
2536 | 2025-01-17T03:46:40.402Z | Checking async-lock v3.4.0 |
2537 | 2025-01-17T03:46:40.516Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2538 | 2025-01-17T03:46:41.215Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2539 | 2025-01-17T03:46:41.388Z | Checking password-hash v0.4.2 |
2540 | 2025-01-17T03:46:41.824Z | Checking polling v3.7.3 |
2541 | 2025-01-17T03:46:42.245Z | Checking matches v0.1.10 |
2542 | 2025-01-17T03:46:42.371Z | Checking idna v0.2.3 |
2543 | 2025-01-17T03:46:42.624Z | Checking async-io v2.3.4 |
2544 | 2025-01-17T03:46:43.226Z | Checking pbkdf2 v0.11.0 |
2545 | 2025-01-17T03:46:43.518Z | Checking ssh-key v0.6.6 |
2546 | 2025-01-17T03:46:43.558Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2547 | 2025-01-17T03:46:44.203Z | Checking p256 v0.13.2 |
2548 | 2025-01-17T03:46:44.693Z | Checking p521 v0.13.3 |
2549 | 2025-01-17T03:46:45.118Z | Compiling enum-as-inner v0.5.1 |
2550 | 2025-01-17T03:46:45.428Z | Checking russh-cryptovec v0.7.3 |
2551 | 2025-01-17T03:46:45.661Z | Compiling doc-comment v0.3.3 |
2552 | 2025-01-17T03:46:46.038Z | Checking async-task v4.7.1 |
2553 | 2025-01-17T03:46:46.105Z | Compiling target-lexicon v0.12.16 |
2554 | 2025-01-17T03:46:46.146Z | Checking md5 v0.7.0 |
2555 | 2025-01-17T03:46:46.468Z | Checking russh-keys v0.45.0 |
2556 | 2025-01-17T03:46:46.558Z | Checking trust-dns-proto v0.22.0 |
2557 | 2025-01-17T03:46:47.165Z | Checking async-channel v2.3.1 |
2558 | 2025-01-17T03:46:47.529Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2559 | 2025-01-17T03:46:47.755Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2560 | 2025-01-17T03:46:48.514Z | Checking piper v0.2.4 |
2561 | 2025-01-17T03:46:48.759Z | Checking num-bigint v0.4.6 |
2562 | 2025-01-17T03:46:49.129Z | Checking des v0.8.1 |
2563 | 2025-01-17T03:46:49.424Z | Compiling guppy-workspace-hack v0.1.0 |
2564 | 2025-01-17T03:46:49.754Z | Compiling dhcproto-macros v0.1.0 |
2565 | 2025-01-17T03:46:50.201Z | Checking futures-timer v3.0.3 |
2566 | 2025-01-17T03:46:50.536Z | Compiling assert_cmd v2.0.16 |
2567 | 2025-01-17T03:46:50.629Z | Checking dhcproto v0.12.0 |
2568 | 2025-01-17T03:46:51.026Z | Checking blocking v1.6.1 |
2569 | 2025-01-17T03:46:51.197Z | Checking russh v0.45.0 |
2570 | 2025-01-17T03:46:51.887Z | Checking async-executor v1.13.1 |
2571 | 2025-01-17T03:46:51.975Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2572 | 2025-01-17T03:46:52.266Z | Checking async-signal v0.2.10 |
2573 | 2025-01-17T03:46:52.533Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2574 | 2025-01-17T03:46:52.869Z | Checking internet-checksum v0.2.1 |
2575 | 2025-01-17T03:46:52.916Z | Compiling target-spec v3.2.2 |
2576 | 2025-01-17T03:46:53.044Z | Checking event-listener v2.5.3 |
2577 | 2025-01-17T03:46:53.276Z | Checking async-channel v1.9.0 |
2578 | 2025-01-17T03:46:53.548Z | Checking async-process v2.3.0 |
2579 | 2025-01-17T03:46:53.970Z | Checking async-global-executor v2.4.1 |
2580 | 2025-01-17T03:46:54.020Z | Checking cfg-expr v0.17.0 |
2581 | 2025-01-17T03:46:54.400Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2582 | 2025-01-17T03:46:54.446Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2583 | 2025-01-17T03:46:54.704Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2584 | 2025-01-17T03:46:55.141Z | Checking httptest v0.16.1 |
2585 | 2025-01-17T03:46:55.339Z | Checking rustls-native-certs v0.7.3 |
2586 | 2025-01-17T03:46:55.525Z | Compiling petname v2.0.2 |
2587 | 2025-01-17T03:46:55.737Z | Checking num_cpus v1.16.0 |
2588 | 2025-01-17T03:46:55.853Z | Checking kv-log-macro v1.0.7 |
2589 | 2025-01-17T03:46:55.890Z | Compiling async-attributes v1.1.2 |
2590 | 2025-01-17T03:46:56.739Z | Checking async-std v1.13.0 |
2591 | 2025-01-17T03:46:56.910Z | Checking threadpool v1.8.1 |
2592 | 2025-01-17T03:46:57.139Z | Checking hyper-rustls v0.26.0 |
2593 | 2025-01-17T03:46:57.889Z | Checking pathdiff v0.2.2 |
2594 | 2025-01-17T03:46:58.072Z | Compiling rstest_macros v0.23.0 |
2595 | 2025-01-17T03:46:58.095Z | Compiling target-triple v0.1.3 |
2596 | 2025-01-17T03:46:58.172Z | Checking nested v0.1.1 |
2597 | 2025-01-17T03:46:58.405Z | Checking escape8259 v0.5.3 |
2598 | 2025-01-17T03:46:58.603Z | Checking libtest-mimic v0.7.3 |
2599 | 2025-01-17T03:46:58.634Z | Checking guppy v0.17.8 |
2600 | 2025-01-17T03:46:58.678Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2601 | 2025-01-17T03:46:59.907Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2602 | 2025-01-17T03:47:00.153Z | Checking async-object-pool v0.1.5 |
2603 | 2025-01-17T03:47:00.221Z | Checking similar-asserts v1.6.0 |
2604 | 2025-01-17T03:47:00.365Z | Checking fancy-regex v0.13.0 |
2605 | 2025-01-17T03:47:00.494Z | Checking serde_regex v1.1.0 |
2606 | 2025-01-17T03:47:00.569Z | Checking assert-json-diff v2.0.2 |
2607 | 2025-01-17T03:47:00.783Z | Compiling proc-macro-crate v3.2.0 |
2608 | 2025-01-17T03:47:00.887Z | Checking path-tree v0.8.1 |
2609 | 2025-01-17T03:47:01.149Z | Compiling relative-path v1.9.3 |
2610 | 2025-01-17T03:47:01.267Z | Checking sync-ptr v0.1.1 |
2611 | 2025-01-17T03:47:01.454Z | Checking stringmetrics v2.2.2 |
2612 | 2025-01-17T03:47:01.497Z | Checking datatest-stable v0.2.9 |
2613 | 2025-01-17T03:47:01.708Z | Checking httpmock v0.8.0-alpha.1 |
2614 | 2025-01-17T03:47:01.844Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2615 | 2025-01-17T03:47:01.950Z | Checking blake2b_simd v1.0.2 |
2616 | 2025-01-17T03:47:02.843Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2617 | 2025-01-17T03:47:03.239Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2618 | 2025-01-17T03:47:03.510Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2619 | 2025-01-17T03:47:03.832Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2620 | 2025-01-17T03:47:04.147Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2621 | 2025-01-17T03:47:04.709Z | Checking serde_tokenstream v0.2.2 |
2622 | 2025-01-17T03:47:05.133Z | Checking uzers v0.12.1 |
2623 | 2025-01-17T03:47:05.680Z | Checking rust-argon2 v2.1.0 |
2624 | 2025-01-17T03:47:06.157Z | Checking trybuild v1.0.101 |
2625 | 2025-01-17T03:47:06.676Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2626 | 2025-01-17T03:47:07.454Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2627 | 2025-01-17T03:47:07.994Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2628 | 2025-01-17T03:47:09.151Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2629 | 2025-01-17T03:47:09.470Z | Checking rand_distr v0.4.3 |
2630 | 2025-01-17T03:47:10.204Z | Checking multimap v0.10.0 |
2631 | 2025-01-17T03:47:10.505Z | Checking approx v0.5.1 |
2632 | 2025-01-17T03:47:10.775Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2633 | 2025-01-17T03:47:11.323Z | Checking rstest v0.23.0 |
2634 | 2025-01-17T03:47:11.568Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2635 | 2025-01-17T03:47:12.397Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2636 | 2025-01-17T03:47:12.701Z | Compiling git2 v0.19.0 |
2637 | 2025-01-17T03:47:12.838Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2638 | 2025-01-17T03:47:13.503Z | Checking partial-io v0.5.4 |
2639 | 2025-01-17T03:47:13.676Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2640 | 2025-01-17T03:47:13.817Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2641 | 2025-01-17T03:47:13.851Z | Checking cargo_toml v0.20.5 |
2642 | 2025-01-17T03:47:13.993Z | Checking termios v0.3.3 |
2643 | 2025-01-17T03:47:14.098Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2644 | 2025-01-17T03:47:14.223Z | Compiling indoc v2.0.5 |
2645 | 2025-01-17T03:47:15.080Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2646 | 2025-01-17T03:47:15.810Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2647 | 2025-01-17T03:47:19.868Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2648 | 2025-01-17T03:47:21.390Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2649 | 2025-01-17T03:47:32.756Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2650 | 2025-01-17T03:47:36.665Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2651 | 2025-01-17T03:47:43.905Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2652 | 2025-01-17T03:48:11.711Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2653 | 2025-01-17T03:48:13.200Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2654 | 2025-01-17T03:48:13.709Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2655 | 2025-01-17T03:48:30.654Z | Compiling polar-core v0.27.3 |
2656 | 2025-01-17T03:48:38.278Z | Checking oso v0.27.3 |
2657 | 2025-01-17T03:49:13.215Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2658 | 2025-01-17T03:49:13.219Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2659 | 2025-01-17T03:49:13.219Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2660 | 2025-01-17T03:50:25.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s |
2661 | 2025-01-17T03:50:25.645Z | |
2662 | 2025-01-17T03:50:25.645Z | real 6:27.582495834 |
2663 | 2025-01-17T03:50:25.645Z | user 34:07.100060693 |
2664 | 2025-01-17T03:50:25.645Z | sys 5:07.910538241 |
2665 | 2025-01-17T03:50:25.645Z | trap 1.001654014 |
2666 | 2025-01-17T03:50:25.645Z | tflt 1.763986741 |
2667 | 2025-01-17T03:50:25.645Z | dflt 0.391370690 |
2668 | 2025-01-17T03:50:25.648Z | kflt 0.001045211 |
2669 | 2025-01-17T03:50:25.648Z | lock 47:55.026072833 |
2670 | 2025-01-17T03:50:25.648Z | slp 1:55:30.542770385 |
2671 | 2025-01-17T03:50:25.648Z | lat 1:45.039172270 |
2672 | 2025-01-17T03:50:25.648Z | stop 6:55.839753340 |
2673 | 2025-01-17T03:50:25.648Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2674 | 2025-01-17T03:50:25.648Z | + ptime -m cargo doc --workspace --no-deps |
2675 | 2025-01-17T03:50:26.846Z | warning: output filename collision. |
2676 | 2025-01-17T03:50:26.846Z | 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)`. |
2677 | 2025-01-17T03:50:26.846Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2678 | 2025-01-17T03:50:26.846Z | The targets should have unique names. |
2679 | 2025-01-17T03:50:26.846Z | This is a known bug where multiple crates with the same name use |
2680 | 2025-01-17T03:50:26.846Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2681 | 2025-01-17T03:50:27.344Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2682 | 2025-01-17T03:50:27.418Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2683 | 2025-01-17T03:50:27.441Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2684 | 2025-01-17T03:50:27.484Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2685 | 2025-01-17T03:50:27.509Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2686 | 2025-01-17T03:50:27.542Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2687 | 2025-01-17T03:50:27.542Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2688 | 2025-01-17T03:50:27.758Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2689 | 2025-01-17T03:50:27.784Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2690 | 2025-01-17T03:50:27.815Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2691 | 2025-01-17T03:50:27.890Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2692 | 2025-01-17T03:50:28.075Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2693 | 2025-01-17T03:50:28.181Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2694 | 2025-01-17T03:50:28.368Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2695 | 2025-01-17T03:50:28.506Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2696 | 2025-01-17T03:50:28.508Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2697 | 2025-01-17T03:50:28.956Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2698 | 2025-01-17T03:50:29.319Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2699 | 2025-01-17T03:50:29.558Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2700 | 2025-01-17T03:50:29.613Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2701 | 2025-01-17T03:50:29.654Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2702 | 2025-01-17T03:50:29.894Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2703 | 2025-01-17T03:50:29.998Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2704 | 2025-01-17T03:50:30.245Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2705 | 2025-01-17T03:50:30.637Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2706 | 2025-01-17T03:50:31.051Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2707 | 2025-01-17T03:50:31.132Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2708 | 2025-01-17T03:50:31.545Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2709 | 2025-01-17T03:50:31.611Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2710 | 2025-01-17T03:50:31.672Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2711 | 2025-01-17T03:50:31.768Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2712 | 2025-01-17T03:50:31.919Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2713 | 2025-01-17T03:50:31.971Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2714 | 2025-01-17T03:50:32.147Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2715 | 2025-01-17T03:50:32.177Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2716 | 2025-01-17T03:50:32.287Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2717 | 2025-01-17T03:50:32.551Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2718 | 2025-01-17T03:50:32.856Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2719 | 2025-01-17T03:50:32.878Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2720 | 2025-01-17T03:50:32.915Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2721 | 2025-01-17T03:50:33.248Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2722 | 2025-01-17T03:50:33.269Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2723 | 2025-01-17T03:50:33.272Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2724 | 2025-01-17T03:50:33.311Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2725 | 2025-01-17T03:50:34.186Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2726 | 2025-01-17T03:50:34.563Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2727 | 2025-01-17T03:50:34.888Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2728 | 2025-01-17T03:50:36.055Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2729 | 2025-01-17T03:50:36.609Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2730 | 2025-01-17T03:50:37.036Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2731 | 2025-01-17T03:50:37.193Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2732 | 2025-01-17T03:50:37.744Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2733 | 2025-01-17T03:50:38.833Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2734 | 2025-01-17T03:50:39.825Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2735 | 2025-01-17T03:50:40.035Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2736 | 2025-01-17T03:50:41.316Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2737 | 2025-01-17T03:50:41.665Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2738 | 2025-01-17T03:50:42.042Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2739 | 2025-01-17T03:50:42.189Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2740 | 2025-01-17T03:50:42.352Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2741 | 2025-01-17T03:50:43.502Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2742 | 2025-01-17T03:50:43.687Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2743 | 2025-01-17T03:50:43.739Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2744 | 2025-01-17T03:50:44.239Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2745 | 2025-01-17T03:50:48.479Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2746 | 2025-01-17T03:50:49.039Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2747 | 2025-01-17T03:50:49.775Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2748 | 2025-01-17T03:50:50.262Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2749 | 2025-01-17T03:50:50.661Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2750 | 2025-01-17T03:50:50.864Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2751 | 2025-01-17T03:50:51.477Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2752 | 2025-01-17T03:50:51.923Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2753 | 2025-01-17T03:50:52.395Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2754 | 2025-01-17T03:50:53.272Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2755 | 2025-01-17T03:50:53.914Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2756 | 2025-01-17T03:50:53.953Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2757 | 2025-01-17T03:50:54.489Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2758 | 2025-01-17T03:50:54.534Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2759 | 2025-01-17T03:50:54.622Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2760 | 2025-01-17T03:50:55.028Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2761 | 2025-01-17T03:50:55.272Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2762 | 2025-01-17T03:50:55.336Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2763 | 2025-01-17T03:50:55.970Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2764 | 2025-01-17T03:50:56.005Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2765 | 2025-01-17T03:50:56.492Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2766 | 2025-01-17T03:50:56.514Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2767 | 2025-01-17T03:50:56.564Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2768 | 2025-01-17T03:50:56.794Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2769 | 2025-01-17T03:50:57.871Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2770 | 2025-01-17T03:50:58.226Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2771 | 2025-01-17T03:50:58.719Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2772 | 2025-01-17T03:50:58.931Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2773 | 2025-01-17T03:50:58.968Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2774 | 2025-01-17T03:50:59.084Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2775 | 2025-01-17T03:50:59.402Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2776 | 2025-01-17T03:50:59.724Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2777 | 2025-01-17T03:50:59.859Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2778 | 2025-01-17T03:50:59.927Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2779 | 2025-01-17T03:51:00.301Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2780 | 2025-01-17T03:51:00.992Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2781 | 2025-01-17T03:51:01.165Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2782 | 2025-01-17T03:51:01.197Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2783 | 2025-01-17T03:51:01.327Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2784 | 2025-01-17T03:51:01.734Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2785 | 2025-01-17T03:51:01.929Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2786 | 2025-01-17T03:51:02.224Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2787 | 2025-01-17T03:51:02.475Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2788 | 2025-01-17T03:51:02.668Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2789 | 2025-01-17T03:51:03.850Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2790 | 2025-01-17T03:51:03.973Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2791 | 2025-01-17T03:51:04.150Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2792 | 2025-01-17T03:51:04.694Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2793 | 2025-01-17T03:51:05.648Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2794 | 2025-01-17T03:51:06.283Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2795 | 2025-01-17T03:51:07.137Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2796 | 2025-01-17T03:51:07.520Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2797 | 2025-01-17T03:51:07.940Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2798 | 2025-01-17T03:51:09.533Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2799 | 2025-01-17T03:51:10.291Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2800 | 2025-01-17T03:51:10.377Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2801 | 2025-01-17T03:51:10.746Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2802 | 2025-01-17T03:51:12.085Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2803 | 2025-01-17T03:51:12.269Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2804 | 2025-01-17T03:51:12.291Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2805 | 2025-01-17T03:51:12.766Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2806 | 2025-01-17T03:51:12.989Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2807 | 2025-01-17T03:51:13.898Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2808 | 2025-01-17T03:51:15.728Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2809 | 2025-01-17T03:51:16.751Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2810 | 2025-01-17T03:51:20.773Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2811 | 2025-01-17T03:51:20.918Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2812 | 2025-01-17T03:51:25.805Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2813 | 2025-01-17T03:51:27.042Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2814 | 2025-01-17T03:51:27.731Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2815 | 2025-01-17T03:51:30.238Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2816 | 2025-01-17T03:51:30.390Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2817 | 2025-01-17T03:51:32.587Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2818 | 2025-01-17T03:51:33.092Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2819 | 2025-01-17T03:51:33.144Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2820 | 2025-01-17T03:51:34.381Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2821 | 2025-01-17T03:51:35.505Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2822 | 2025-01-17T03:51:36.029Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2823 | 2025-01-17T03:51:36.149Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2824 | 2025-01-17T03:51:36.788Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2825 | 2025-01-17T03:51:37.557Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2826 | 2025-01-17T03:51:38.019Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2827 | 2025-01-17T03:51:38.063Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2828 | 2025-01-17T03:51:42.917Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2829 | 2025-01-17T03:51:43.014Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2830 | 2025-01-17T03:51:43.187Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2831 | 2025-01-17T03:51:44.632Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2832 | 2025-01-17T03:51:45.854Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2833 | 2025-01-17T03:51:46.570Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2834 | 2025-01-17T03:51:47.252Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2835 | 2025-01-17T03:51:47.785Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2836 | 2025-01-17T03:51:47.939Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2837 | 2025-01-17T03:51:49.799Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2838 | 2025-01-17T03:51:51.194Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2839 | 2025-01-17T03:51:51.359Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2840 | 2025-01-17T03:51:51.361Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2841 | 2025-01-17T03:51:51.625Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2842 | 2025-01-17T03:51:53.434Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2843 | 2025-01-17T03:51:55.015Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2844 | 2025-01-17T03:51:55.086Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2845 | 2025-01-17T03:51:55.575Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2846 | 2025-01-17T03:51:55.908Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2847 | 2025-01-17T03:51:56.054Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2848 | 2025-01-17T03:51:58.370Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2849 | 2025-01-17T03:51:58.412Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2850 | 2025-01-17T03:51:59.591Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2851 | 2025-01-17T03:52:00.145Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2852 | 2025-01-17T03:52:00.290Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2853 | 2025-01-17T03:52:01.568Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2854 | 2025-01-17T03:52:01.979Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2855 | 2025-01-17T03:52:03.275Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2856 | 2025-01-17T03:52:03.511Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2857 | 2025-01-17T03:52:03.566Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2858 | 2025-01-17T03:52:04.194Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2859 | 2025-01-17T03:52:05.289Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2860 | 2025-01-17T03:52:06.238Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2861 | 2025-01-17T03:52:06.720Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2862 | 2025-01-17T03:52:07.365Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2863 | 2025-01-17T03:52:09.367Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2864 | 2025-01-17T03:52:10.570Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2865 | 2025-01-17T03:52:10.762Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2866 | 2025-01-17T03:52:10.997Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2867 | 2025-01-17T03:52:14.048Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2868 | 2025-01-17T03:52:14.189Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2869 | 2025-01-17T03:52:14.603Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2870 | 2025-01-17T03:52:15.046Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2871 | 2025-01-17T03:52:16.014Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2872 | 2025-01-17T03:52:18.496Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2873 | 2025-01-17T03:52:19.344Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2874 | 2025-01-17T03:52:19.429Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2875 | 2025-01-17T03:52:19.474Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2876 | 2025-01-17T03:52:20.265Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2877 | 2025-01-17T03:52:22.711Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2878 | 2025-01-17T03:52:22.746Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2879 | 2025-01-17T03:52:23.068Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2880 | 2025-01-17T03:52:23.295Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2881 | 2025-01-17T03:52:23.813Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2882 | 2025-01-17T03:52:24.566Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2883 | 2025-01-17T03:52:26.908Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2884 | 2025-01-17T03:52:27.036Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2885 | 2025-01-17T03:52:27.646Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2886 | 2025-01-17T03:52:28.040Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2887 | 2025-01-17T03:52:29.126Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2888 | 2025-01-17T03:52:30.328Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2889 | 2025-01-17T03:52:30.488Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2890 | 2025-01-17T03:52:31.682Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2891 | 2025-01-17T03:52:31.946Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2892 | 2025-01-17T03:52:32.752Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2893 | 2025-01-17T03:52:33.952Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2894 | 2025-01-17T03:52:34.933Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2895 | 2025-01-17T03:52:34.933Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2896 | 2025-01-17T03:52:35.221Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2897 | 2025-01-17T03:52:35.371Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2898 | 2025-01-17T03:52:36.053Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2899 | 2025-01-17T03:52:36.490Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2900 | 2025-01-17T03:52:36.915Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2901 | 2025-01-17T03:52:37.311Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2902 | 2025-01-17T03:52:37.405Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2903 | 2025-01-17T03:52:37.696Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2904 | 2025-01-17T03:52:38.518Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2905 | 2025-01-17T03:52:51.162Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2906 | 2025-01-17T03:52:51.165Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2907 | 2025-01-17T03:52:51.165Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2908 | 2025-01-17T03:52:51.165Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2909 | 2025-01-17T03:52:52.066Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2910 | 2025-01-17T03:52:52.209Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2911 | 2025-01-17T03:52:52.324Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2912 | 2025-01-17T03:52:52.403Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2913 | 2025-01-17T03:52:54.274Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2914 | 2025-01-17T03:53:00.275Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2915 | 2025-01-17T03:53:00.417Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2916 | 2025-01-17T03:53:39.816Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2917 | 2025-01-17T03:53:46.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 20s |
2918 | 2025-01-17T03:53:46.683Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2919 | 2025-01-17T03:53:46.751Z | |
2920 | 2025-01-17T03:53:46.751Z | real 3:21.038565370 |
2921 | 2025-01-17T03:53:46.751Z | user 18:01.184307354 |
2922 | 2025-01-17T03:53:46.751Z | sys 2:33.945153837 |
2923 | 2025-01-17T03:53:46.751Z | trap 0.528180675 |
2924 | 2025-01-17T03:53:46.751Z | tflt 0.280099206 |
2925 | 2025-01-17T03:53:46.751Z | dflt 0.130032008 |
2926 | 2025-01-17T03:53:46.754Z | kflt 0.000076089 |
2927 | 2025-01-17T03:53:46.754Z | lock 28:03.021387948 |
2928 | 2025-01-17T03:53:46.754Z | slp 50:50.976980696 |
2929 | 2025-01-17T03:53:46.754Z | lat 1:12.548237718 |
2930 | 2025-01-17T03:53:46.754Z | stop 1:18.388517847 |
2931 | 2025-01-17T03:53:46.754Z | process exited: duration 893339 ms, exit code 0 |
|
2932 | 2025-01-17T03:53:46.760Z | found 0 output files |