|
|
|
1 | 2025-01-22T08:38:45.122Z | job assigned to worker 01JJ6JJ9WYB3E7C02SNTYJMF8S [factory aws, i-0dded09765738eec2] (queued for 55 s) |
|
2 | 2025-01-22T08:38:52.251Z | starting task 0: "setup" |
3 | 2025-01-22T08:38:52.261Z | ++ uname -s |
4 | 2025-01-22T08:38:52.265Z | + kern=SunOS |
5 | 2025-01-22T08:38:52.265Z | + case "$kern" in |
6 | 2025-01-22T08:38:52.265Z | + groupadd -g 12345 build |
7 | 2025-01-22T08:38:52.269Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T08:38:54.274Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T08:38:54.451Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T08:38:54.453Z | + home_fs=zfs |
11 | 2025-01-22T08:38:54.453Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T08:38:54.453Z | + mkdir -p /home/build |
13 | 2025-01-22T08:38:54.456Z | + chown build:build /home/build /work |
14 | 2025-01-22T08:38:56.525Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T08:38:56.541Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2025-01-22T08:38:56.547Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T08:38:56.553Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T08:38:56.553Z | * toolchain channel = "1.84.0" |
19 | 2025-01-22T08:38:56.553Z | ' 1.84.0 |
20 | 2025-01-22T08:38:56.553Z | * toolchain profile = "default" |
21 | 2025-01-22T08:38:56.553Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-22T08:38:56.553Z | ' default |
23 | 2025-01-22T08:38:56.556Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T08:38:56.556Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T08:38:56.678Z | info: downloading installer |
26 | 2025-01-22T08:38:57.804Z | info: profile set to 'default' |
27 | 2025-01-22T08:38:57.804Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T08:38:57.808Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T08:38:57.963Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T08:38:57.963Z | info: downloading component 'cargo' |
31 | 2025-01-22T08:38:58.861Z | info: downloading component 'clippy' |
32 | 2025-01-22T08:38:59.209Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T08:39:00.435Z | info: downloading component 'rust-std' |
34 | 2025-01-22T08:39:02.254Z | info: downloading component 'rustc' |
35 | 2025-01-22T08:39:09.239Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T08:39:09.501Z | info: installing component 'cargo' |
37 | 2025-01-22T08:39:10.381Z | info: installing component 'clippy' |
38 | 2025-01-22T08:39:10.765Z | info: installing component 'rust-docs' |
39 | 2025-01-22T08:39:12.495Z | info: installing component 'rust-std' |
40 | 2025-01-22T08:39:14.268Z | info: installing component 'rustc' |
41 | 2025-01-22T08:39:20.527Z | info: installing component 'rustfmt' |
42 | 2025-01-22T08:39:20.877Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T08:39:20.877Z | |
44 | 2025-01-22T08:39:21.268Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T08:39:21.268Z | |
46 | 2025-01-22T08:39:21.271Z | |
47 | 2025-01-22T08:39:21.271Z | Rust is installed now. Great! |
48 | 2025-01-22T08:39:21.271Z | |
49 | 2025-01-22T08:39:21.271Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T08:39:21.271Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T08:39:21.271Z | |
52 | 2025-01-22T08:39:21.271Z | To configure your current shell, you need to source |
53 | 2025-01-22T08:39:21.271Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T08:39:21.271Z | |
55 | 2025-01-22T08:39:21.271Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T08:39:21.271Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T08:39:21.271Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T08:39:21.356Z | + rustc --version |
59 | 2025-01-22T08:39:21.430Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T08:39:21.435Z | process exited: duration 24883 ms, exit code 0 |
|
61 | 2025-01-22T08:39:21.441Z | starting task 2: "authentication" |
62 | 2025-01-22T08:39:21.463Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-22T08:39:21.469Z | starting task 3: "clone repository" |
64 | 2025-01-22T08:39:21.475Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T08:39:21.477Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T08:39:21.516Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T08:39:29.160Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T08:39:29.160Z | + git fetch origin c583627edbddd33f0f1d5ea04e564af5c2579cf1 |
69 | 2025-01-22T08:39:29.457Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T08:39:29.457Z | * branch c583627edbddd33f0f1d5ea04e564af5c2579cf1 -> FETCH_HEAD |
71 | 2025-01-22T08:39:29.469Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
72 | 2025-01-22T08:39:29.472Z | ++ git branch --show-current |
73 | 2025-01-22T08:39:29.475Z | + current=main |
74 | 2025-01-22T08:39:29.475Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
75 | 2025-01-22T08:39:29.475Z | + git branch -f renovate/anyhow-1.x-lockfile c583627edbddd33f0f1d5ea04e564af5c2579cf1 |
76 | 2025-01-22T08:39:29.477Z | + git checkout -f renovate/anyhow-1.x-lockfile |
77 | 2025-01-22T08:39:29.719Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
78 | 2025-01-22T08:39:29.722Z | + git reset --hard c583627edbddd33f0f1d5ea04e564af5c2579cf1 |
79 | 2025-01-22T08:39:29.850Z | HEAD is now at c583627ed Update Rust crate anyhow to v1.0.95 |
80 | 2025-01-22T08:39:29.853Z | process exited: duration 8381 ms, exit code 0 |
|
81 | 2025-01-22T08:39:29.858Z | starting task 4: "build" |
82 | 2025-01-22T08:39:29.864Z | + source ./env.sh |
83 | 2025-01-22T08:39:29.864Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-22T08:39:29.864Z | ++ set -o xtrace |
85 | 2025-01-22T08:39:29.867Z | ++++ dirname ./env.sh |
86 | 2025-01-22T08:39:29.870Z | +++ readlink -f . |
87 | 2025-01-22T08:39:29.873Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-22T08:39:29.875Z | ++ 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-22T08:39:29.875Z | ++ 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-22T08:39:29.875Z | ++ 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-22T08:39:29.875Z | ++ 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-22T08:39:29.875Z | ++ 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-22T08:39:29.875Z | ++ 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-22T08:39:29.875Z | ++ 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-22T08:39:29.875Z | ++ 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-22T08:39:29.875Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-22T08:39:29.875Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-22T08:39:29.875Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-22T08:39:29.875Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-22T08:39:29.875Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-22T08:39:29.875Z | + cargo --version |
102 | 2025-01-22T08:39:29.939Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-22T08:39:29.941Z | + rustc --version |
104 | 2025-01-22T08:39:30.011Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-22T08:39:30.015Z | + banner prerequisites |
106 | 2025-01-22T08:39:30.019Z | |
107 | 2025-01-22T08:39:30.019Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-22T08:39:30.019Z | # # # # # # # # # # # # # # # |
109 | 2025-01-22T08:39:30.019Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-22T08:39:30.019Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-22T08:39:30.019Z | # # # # # # # # # # # # # # # |
112 | 2025-01-22T08:39:30.019Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-22T08:39:30.019Z | |
114 | 2025-01-22T08:39:30.022Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-22T08:39:31.678Z | pkg list: illegal option -- F |
116 | 2025-01-22T08:39:31.678Z | Usage: |
117 | 2025-01-22T08:39:31.681Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-22T08:39:31.681Z | [pkg_fmri_pattern ...] |
119 | 2025-01-22T08:39:32.610Z | pkg list: illegal option -- F |
120 | 2025-01-22T08:39:32.610Z | Usage: |
121 | 2025-01-22T08:39:32.613Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-22T08:39:32.613Z | [pkg_fmri_pattern ...] |
123 | 2025-01-22T08:39:40.233Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-22T08:39:44.431Z | Startup: Caching catalogs ... Done |
125 | 2025-01-22T08:39:56.079Z | Planning: Solver setup ... Done (10.795s) |
126 | 2025-01-22T08:39:56.229Z | Planning: Running solver ... Done (0.149s) |
127 | 2025-01-22T08:39:56.348Z | Planning: Finding local manifests ... Done (0.006s) |
128 | 2025-01-22T08:39:56.378Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-22T08:39:58.374Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-22T08:39:58.561Z | Planning: Package planning ... Done (0.121s) |
131 | 2025-01-22T08:39:58.565Z | Planning: Merging actions ... Done (0.060s) |
132 | 2025-01-22T08:39:58.757Z | Planning: Checking for conflicting actions ... Done (0.202s) |
133 | 2025-01-22T08:40:00.799Z | Planning: Consolidating action changes ... Done (2.041s) |
134 | 2025-01-22T08:40:01.247Z | Planning: Evaluating mediators ... Done (0.448s) |
135 | 2025-01-22T08:40:01.338Z | Planning: Planning completed in 16.80 seconds |
136 | 2025-01-22T08:40:01.355Z | Packages to install: 4 |
137 | 2025-01-22T08:40:01.355Z | Packages to update: 3 |
138 | 2025-01-22T08:40:01.355Z | Mediators to change: 2 |
139 | 2025-01-22T08:40:01.357Z | Services to change: 1 |
140 | 2025-01-22T08:40:01.357Z | Estimated space available: 155.61 GB |
141 | 2025-01-22T08:40:01.357Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-22T08:40:01.357Z | Create boot environment: No |
143 | 2025-01-22T08:40:01.358Z | Create backup boot environment: Yes |
144 | 2025-01-22T08:40:01.358Z | Rebuild boot archive: No |
145 | 2025-01-22T08:40:01.358Z | |
146 | 2025-01-22T08:40:01.358Z | Changed mediators: |
147 | 2025-01-22T08:40:01.358Z | mediator clang: |
148 | 2025-01-22T08:40:01.358Z | version: None -> 15 (system default) |
149 | 2025-01-22T08:40:01.358Z | |
150 | 2025-01-22T08:40:01.358Z | mediator llvm: |
151 | 2025-01-22T08:40:01.358Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-22T08:40:01.358Z | |
153 | 2025-01-22T08:40:01.358Z | Changed packages: |
154 | 2025-01-22T08:40:01.358Z | helios-dev |
155 | 2025-01-22T08:40:01.358Z | developer/build-essential |
156 | 2025-01-22T08:40:01.358Z | None -> 11-2.0 |
157 | 2025-01-22T08:40:01.358Z | library/libxmlsec1 |
158 | 2025-01-22T08:40:01.358Z | None -> 1.2.35-2.0 |
159 | 2025-01-22T08:40:01.358Z | ooce/developer/clang-15 |
160 | 2025-01-22T08:40:01.358Z | None -> 15.0.7-2.0 |
161 | 2025-01-22T08:40:01.358Z | ooce/developer/llvm-15 |
162 | 2025-01-22T08:40:01.358Z | None -> 15.0.7-2.0 |
163 | 2025-01-22T08:40:01.358Z | package/pkg |
164 | 2025-01-22T08:40:01.358Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-22T08:40:01.358Z | system/library/g++-runtime |
166 | 2025-01-22T08:40:01.358Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-22T08:40:01.358Z | system/library/gcc-runtime |
168 | 2025-01-22T08:40:01.358Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-22T08:40:01.358Z | |
170 | 2025-01-22T08:40:01.358Z | Services: |
171 | 2025-01-22T08:40:01.358Z | restart_fmri: |
172 | 2025-01-22T08:40:01.358Z | svc:/system/update-man-index:default |
173 | 2025-01-22T08:40:01.358Z | |
174 | 2025-01-22T08:40:01.358Z | Editable files to change: |
175 | 2025-01-22T08:40:01.358Z | Update: |
176 | 2025-01-22T08:40:01.358Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-22T08:40:01.441Z | |
178 | 2025-01-22T08:40:01.441Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-22T08:40:06.442Z | Download: 726/4301 items 18.2/225.4MB 8% complete (3.8M/s) |
180 | 2025-01-22T08:40:11.443Z | Download: 1249/4301 items 97.2/225.4MB 43% complete (9.8M/s) |
181 | 2025-01-22T08:40:16.445Z | Download: 2163/4301 items 119.0/225.4MB 52% complete (10.1M/s) |
182 | 2025-01-22T08:40:21.450Z | Download: 2559/4301 items 120.2/225.4MB 53% complete (2.8M/s) |
183 | 2025-01-22T08:40:46.639Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
184 | 2025-01-22T08:40:51.647Z | Download: 3730/4301 items 216.6/225.4MB 96% complete (2.8M/s) |
185 | 2025-01-22T08:40:56.723Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (1.9M/s) |
186 | 2025-01-22T08:41:03.148Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (1.8M/s) |
187 | 2025-01-22T08:41:05.850Z | Download: Completed 225.42 MB in 64.40 seconds (3.5M/s) |
188 | 2025-01-22T08:41:07.824Z | Actions: 1/5122 actions (Removing old actions) |
189 | 2025-01-22T08:41:07.846Z | Actions: 194/5122 actions (Installing new actions) |
190 | 2025-01-22T08:41:12.701Z | Actions: 4267/5122 actions (Updating modified actions) |
191 | 2025-01-22T08:41:13.062Z | Actions: Completed 5122 actions in 5.24 seconds. |
192 | 2025-01-22T08:41:13.487Z | Done (0.416s) |
193 | 2025-01-22T08:41:13.490Z | Done (0.001s) |
194 | 2025-01-22T08:41:14.156Z | Done (0.587s) |
195 | 2025-01-22T08:41:18.960Z | Done (4.637s) |
196 | 2025-01-22T08:41:19.053Z | Done (0.017s) |
197 | 2025-01-22T08:41:19.055Z | Done (0.000s) |
198 | 2025-01-22T08:41:19.250Z | Done (0.000s) |
199 | 2025-01-22T08:41:19.995Z | Planning: Evaluating mediator changes ... Done |
200 | 2025-01-22T08:41:20.164Z | Planning: Checking for conflicting actions ... Done |
201 | 2025-01-22T08:41:20.166Z | Planning: Consolidating action changes ... Done |
202 | 2025-01-22T08:41:20.450Z | Planning: Evaluating mediators ... Done |
203 | 2025-01-22T08:41:20.453Z | Planning: Planning completed in 0.46 seconds |
204 | 2025-01-22T08:41:20.493Z | Mediators to change: 2 |
205 | 2025-01-22T08:41:20.493Z | Create boot environment: No |
206 | 2025-01-22T08:41:20.493Z | Create backup boot environment: No |
207 | 2025-01-22T08:41:20.582Z | Done |
208 | 2025-01-22T08:41:20.582Z | Done |
209 | 2025-01-22T08:41:21.012Z | Done |
210 | 2025-01-22T08:41:25.068Z | Done |
211 | 2025-01-22T08:41:25.166Z | Done |
212 | 2025-01-22T08:41:25.168Z | Done |
213 | 2025-01-22T08:41:25.306Z | Done |
214 | 2025-01-22T08:41:25.982Z | Planning: Evaluating mediator changes ... Done |
215 | 2025-01-22T08:41:25.985Z | Planning: Merging actions ... Done |
216 | 2025-01-22T08:41:26.187Z | Planning: Checking for conflicting actions ... Done |
217 | 2025-01-22T08:41:26.190Z | Planning: Consolidating action changes ... Done |
218 | 2025-01-22T08:41:26.468Z | Planning: Evaluating mediators ... Done |
219 | 2025-01-22T08:41:26.567Z | Planning: Planning completed in 0.80 seconds |
220 | 2025-01-22T08:41:26.576Z | Packages to change: 1 |
221 | 2025-01-22T08:41:26.576Z | Mediators to change: 1 |
222 | 2025-01-22T08:41:26.576Z | Services to change: 1 |
223 | 2025-01-22T08:41:26.576Z | Create boot environment: No |
224 | 2025-01-22T08:41:26.576Z | Create backup boot environment: Yes |
225 | 2025-01-22T08:41:28.704Z | Actions: 1/6 actions (Updating modified actions) |
226 | 2025-01-22T08:41:28.706Z | Actions: Completed 6 actions in 0.00 seconds. |
227 | 2025-01-22T08:41:28.706Z | Done |
228 | 2025-01-22T08:41:28.706Z | Done |
229 | 2025-01-22T08:41:28.826Z | Done |
230 | 2025-01-22T08:41:32.902Z | Done |
231 | 2025-01-22T08:41:33.005Z | Done |
232 | 2025-01-22T08:41:33.007Z | Done |
233 | 2025-01-22T08:41:33.216Z | Done |
234 | 2025-01-22T08:41:33.716Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
235 | 2025-01-22T08:41:33.716Z | clang system 15 system |
236 | 2025-01-22T08:41:33.716Z | csh system system illumos |
237 | 2025-01-22T08:41:33.716Z | ctags system system illumos |
238 | 2025-01-22T08:41:33.716Z | gcc vendor 12 vendor |
239 | 2025-01-22T08:41:33.716Z | gcc system 10 system |
240 | 2025-01-22T08:41:33.716Z | gcc system 7 system |
241 | 2025-01-22T08:41:33.716Z | go system 1.20 system |
242 | 2025-01-22T08:41:33.716Z | go system 1.19 system |
243 | 2025-01-22T08:41:33.716Z | llvm system 15 system |
244 | 2025-01-22T08:41:33.716Z | llvm system 14 system |
245 | 2025-01-22T08:41:33.716Z | mariadb system 10.6 system |
246 | 2025-01-22T08:41:33.716Z | mta vendor vendor dma |
247 | 2025-01-22T08:41:33.716Z | openjdk system 17 system |
248 | 2025-01-22T08:41:33.716Z | openjdk system 11 system |
249 | 2025-01-22T08:41:33.717Z | openjdk system 1.8 system |
250 | 2025-01-22T08:41:33.717Z | openssl vendor 3 vendor |
251 | 2025-01-22T08:41:33.717Z | perl system 5.36 system |
252 | 2025-01-22T08:41:33.717Z | postgresql system 15 system |
253 | 2025-01-22T08:41:33.717Z | postgresql system 13 system |
254 | 2025-01-22T08:41:33.717Z | python vendor 3 vendor |
255 | 2025-01-22T08:41:33.717Z | python system 2 system |
256 | 2025-01-22T08:41:33.717Z | python3 system 3.11 system |
257 | 2025-01-22T08:41:33.717Z | ruby system 3.0 system |
258 | 2025-01-22T08:41:33.717Z | words vendor vendor american-english |
259 | 2025-01-22T08:41:33.717Z | words system system australian-english |
260 | 2025-01-22T08:41:33.717Z | words system system british-english |
261 | 2025-01-22T08:41:33.717Z | words system system canadian-english |
262 | 2025-01-22T08:41:33.717Z | words system system french |
263 | 2025-01-22T08:41:33.717Z | words system system italian |
264 | 2025-01-22T08:41:33.717Z | words system system ngerman |
265 | 2025-01-22T08:41:33.717Z | words system system ogerman |
266 | 2025-01-22T08:41:33.717Z | words system system spanish |
267 | 2025-01-22T08:41:33.990Z | PUBLISHER TYPE STATUS P LOCATION |
268 | 2025-01-22T08:41:33.990Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
269 | 2025-01-22T08:41:36.836Z | FMRI IFO |
270 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
271 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
272 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
273 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
274 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
275 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
276 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
277 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
278 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
280 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
281 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
283 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
284 | 2025-01-22T08:41:36.837Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
285 | 2025-01-22T08:41:37.666Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
286 | 2025-01-22T08:41:37.948Z | Updating crates.io index |
287 | 2025-01-22T08:41:38.007Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
288 | 2025-01-22T08:41:38.337Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
289 | 2025-01-22T08:41:38.903Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
290 | 2025-01-22T08:41:39.124Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
291 | 2025-01-22T08:41:39.433Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
292 | 2025-01-22T08:41:39.689Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
293 | 2025-01-22T08:41:40.731Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
294 | 2025-01-22T08:41:42.427Z | Updating git repository `https://github.com/oxidecomputer/opte` |
295 | 2025-01-22T08:41:43.197Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2025-01-22T08:41:43.975Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
297 | 2025-01-22T08:41:44.306Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
298 | 2025-01-22T08:41:44.510Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
299 | 2025-01-22T08:41:45.133Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
300 | 2025-01-22T08:41:45.427Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
301 | 2025-01-22T08:41:45.713Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2025-01-22T08:41:45.944Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2025-01-22T08:41:46.263Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2025-01-22T08:41:46.522Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2025-01-22T08:41:46.739Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2025-01-22T08:41:46.993Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-01-22T08:41:47.332Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-01-22T08:41:47.651Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2025-01-22T08:41:47.964Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-01-22T08:41:48.450Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-01-22T08:41:48.742Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-01-22T08:41:49.089Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-01-22T08:41:49.458Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
314 | 2025-01-22T08:41:49.711Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-01-22T08:41:49.978Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-01-22T08:41:50.232Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-01-22T08:41:51.494Z | Downloading crates ... |
318 | 2025-01-22T08:41:51.579Z | Downloaded block-buffer v0.10.4 |
319 | 2025-01-22T08:41:51.582Z | Downloaded anstream v0.6.15 |
320 | 2025-01-22T08:41:51.586Z | Downloaded autocfg v1.4.0 |
321 | 2025-01-22T08:41:51.590Z | Downloaded byteorder v1.5.0 |
322 | 2025-01-22T08:41:51.593Z | Downloaded camino v1.1.9 |
323 | 2025-01-22T08:41:51.596Z | Downloaded anstyle-parse v0.2.5 |
324 | 2025-01-22T08:41:51.602Z | Downloaded equivalent v1.0.1 |
325 | 2025-01-22T08:41:51.604Z | Downloaded dtrace-parser v0.2.0 |
326 | 2025-01-22T08:41:51.622Z | Downloaded swrite v0.1.0 |
327 | 2025-01-22T08:41:51.625Z | Downloaded pretty-hex v0.4.1 |
328 | 2025-01-22T08:41:51.629Z | Downloaded scroll_derive v0.12.0 |
329 | 2025-01-22T08:41:51.640Z | Downloaded usdt-macro v0.5.0 |
330 | 2025-01-22T08:41:51.643Z | Downloaded usdt-attr-macro v0.5.0 |
331 | 2025-01-22T08:41:51.645Z | Downloaded errno v0.3.9 |
332 | 2025-01-22T08:41:51.645Z | Downloaded anstyle v1.0.10 |
333 | 2025-01-22T08:41:51.650Z | Downloaded is_terminal_polyfill v1.70.1 |
334 | 2025-01-22T08:41:51.652Z | Downloaded heck v0.5.0 |
335 | 2025-01-22T08:41:51.652Z | Downloaded fnv v1.0.7 |
336 | 2025-01-22T08:41:51.655Z | Downloaded heck v0.4.1 |
337 | 2025-01-22T08:41:51.655Z | Downloaded anstyle-query v1.1.1 |
338 | 2025-01-22T08:41:51.659Z | Downloaded bytecount v0.6.8 |
339 | 2025-01-22T08:41:51.659Z | Downloaded fs-err v2.11.0 |
340 | 2025-01-22T08:41:51.662Z | Downloaded crypto-common v0.1.6 |
341 | 2025-01-22T08:41:51.662Z | Downloaded cpufeatures v0.2.14 |
342 | 2025-01-22T08:41:51.662Z | Downloaded colorchoice v1.0.2 |
343 | 2025-01-22T08:41:51.665Z | Downloaded usdt v0.5.0 |
344 | 2025-01-22T08:41:51.671Z | Downloaded terminal_size v0.4.0 |
345 | 2025-01-22T08:41:51.674Z | Downloaded serde_spanned v0.6.8 |
346 | 2025-01-22T08:41:51.674Z | Downloaded pest_generator v2.7.14 |
347 | 2025-01-22T08:41:51.677Z | Downloaded thread-id v4.2.2 |
348 | 2025-01-22T08:41:51.677Z | Downloaded thiserror-impl v1.0.69 |
349 | 2025-01-22T08:41:51.681Z | Downloaded toml_datetime v0.6.8 |
350 | 2025-01-22T08:41:51.684Z | Downloaded camino-tempfile v1.1.1 |
351 | 2025-01-22T08:41:51.686Z | Downloaded memmap v0.7.0 |
352 | 2025-01-22T08:41:51.691Z | Downloaded smawk v0.3.2 |
353 | 2025-01-22T08:41:51.694Z | Downloaded thiserror v1.0.69 |
354 | 2025-01-22T08:41:51.699Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2025-01-22T08:41:51.702Z | Downloaded scroll v0.12.0 |
356 | 2025-01-22T08:41:51.702Z | Downloaded cargo-platform v0.1.8 |
357 | 2025-01-22T08:41:51.704Z | Downloaded plain v0.2.3 |
358 | 2025-01-22T08:41:51.704Z | Downloaded clap_lex v0.7.2 |
359 | 2025-01-22T08:41:51.707Z | Downloaded version_check v0.9.5 |
360 | 2025-01-22T08:41:51.707Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2025-01-22T08:41:51.709Z | Downloaded itoa v1.0.11 |
362 | 2025-01-22T08:41:51.709Z | Downloaded dof v0.3.0 |
363 | 2025-01-22T08:41:51.712Z | Downloaded generic-array v0.14.7 |
364 | 2025-01-22T08:41:51.712Z | Downloaded cfg-if v1.0.0 |
365 | 2025-01-22T08:41:51.715Z | Downloaded utf8parse v0.2.2 |
366 | 2025-01-22T08:41:51.715Z | Downloaded macaddr v1.0.1 |
367 | 2025-01-22T08:41:51.722Z | Downloaded fastrand v2.1.1 |
368 | 2025-01-22T08:41:51.724Z | Downloaded cargo_metadata v0.18.1 |
369 | 2025-01-22T08:41:51.727Z | Downloaded digest v0.10.7 |
370 | 2025-01-22T08:41:51.735Z | Downloaded once_cell v1.20.2 |
371 | 2025-01-22T08:41:51.742Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2025-01-22T08:41:51.746Z | Downloaded quote v1.0.38 |
373 | 2025-01-22T08:41:51.748Z | Downloaded sha2 v0.10.8 |
374 | 2025-01-22T08:41:51.755Z | Downloaded proc-macro-error v1.0.4 |
375 | 2025-01-22T08:41:51.757Z | Downloaded clap_derive v4.5.18 |
376 | 2025-01-22T08:41:51.757Z | Downloaded usdt-impl v0.5.0 |
377 | 2025-01-22T08:41:51.760Z | Downloaded strsim v0.11.1 |
378 | 2025-01-22T08:41:51.760Z | Downloaded pest_derive v2.7.14 |
379 | 2025-01-22T08:41:51.762Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2025-01-22T08:41:51.766Z | Downloaded tempfile v3.13.0 |
381 | 2025-01-22T08:41:51.769Z | Downloaded semver v1.0.24 |
382 | 2025-01-22T08:41:51.773Z | Downloaded anyhow v1.0.95 |
383 | 2025-01-22T08:41:51.777Z | Downloaded log v0.4.22 |
384 | 2025-01-22T08:41:51.779Z | Downloaded ryu v1.0.18 |
385 | 2025-01-22T08:41:51.784Z | Downloaded toml v0.8.19 |
386 | 2025-01-22T08:41:51.787Z | Downloaded textwrap v0.16.1 |
387 | 2025-01-22T08:41:51.790Z | Downloaded bitflags v2.6.0 |
388 | 2025-01-22T08:41:51.794Z | Downloaded tabled_derive v0.7.0 |
389 | 2025-01-22T08:41:51.796Z | Downloaded pest_meta v2.7.14 |
390 | 2025-01-22T08:41:51.799Z | Downloaded ucd-trie v0.1.7 |
391 | 2025-01-22T08:41:51.799Z | Downloaded typenum v1.17.0 |
392 | 2025-01-22T08:41:51.801Z | Downloaded proc-macro2 v1.0.92 |
393 | 2025-01-22T08:41:51.804Z | Downloaded papergrid v0.11.0 |
394 | 2025-01-22T08:41:51.808Z | Downloaded unicode-ident v1.0.14 |
395 | 2025-01-22T08:41:51.810Z | Downloaded clap v4.5.21 |
396 | 2025-01-22T08:41:51.820Z | Downloaded serde_derive v1.0.217 |
397 | 2025-01-22T08:41:51.822Z | Downloaded indexmap v2.7.0 |
398 | 2025-01-22T08:41:51.826Z | Downloaded cargo_toml v0.20.5 |
399 | 2025-01-22T08:41:51.829Z | Downloaded serde v1.0.217 |
400 | 2025-01-22T08:41:51.845Z | Downloaded memchr v2.7.4 |
401 | 2025-01-22T08:41:51.860Z | Downloaded toml_edit v0.22.22 |
402 | 2025-01-22T08:41:51.892Z | Downloaded pest v2.7.14 |
403 | 2025-01-22T08:41:51.912Z | Downloaded hashbrown v0.15.1 |
404 | 2025-01-22T08:41:51.922Z | Downloaded clap_builder v4.5.21 |
405 | 2025-01-22T08:41:51.932Z | Downloaded zerocopy v0.7.35 |
406 | 2025-01-22T08:41:51.948Z | Downloaded winnow v0.6.20 |
407 | 2025-01-22T08:41:51.956Z | Downloaded serde_json v1.0.135 |
408 | 2025-01-22T08:41:51.965Z | Downloaded tabled v0.15.0 |
409 | 2025-01-22T08:41:51.978Z | Downloaded goblin v0.8.2 |
410 | 2025-01-22T08:41:51.983Z | Downloaded syn v1.0.109 |
411 | 2025-01-22T08:41:52.076Z | Downloaded syn v2.0.96 |
412 | 2025-01-22T08:41:52.080Z | Downloaded unicode-width v0.1.14 |
413 | 2025-01-22T08:41:52.080Z | Downloaded rustix v0.38.37 |
414 | 2025-01-22T08:41:52.080Z | Downloaded libc v0.2.169 |
415 | 2025-01-22T08:41:52.379Z | Compiling proc-macro2 v1.0.92 |
416 | 2025-01-22T08:41:52.379Z | Compiling unicode-ident v1.0.14 |
417 | 2025-01-22T08:41:52.382Z | Compiling version_check v0.9.5 |
418 | 2025-01-22T08:41:52.382Z | Compiling serde v1.0.217 |
419 | 2025-01-22T08:41:52.382Z | Compiling memchr v2.7.4 |
420 | 2025-01-22T08:41:52.382Z | Compiling thiserror v1.0.69 |
421 | 2025-01-22T08:41:52.417Z | Compiling libc v0.2.169 |
422 | 2025-01-22T08:41:52.420Z | Compiling ucd-trie v0.1.7 |
423 | 2025-01-22T08:41:52.669Z | Compiling itoa v1.0.11 |
424 | 2025-01-22T08:41:52.937Z | Compiling ryu v1.0.18 |
425 | 2025-01-22T08:41:53.201Z | Compiling once_cell v1.20.2 |
426 | 2025-01-22T08:41:53.280Z | Compiling byteorder v1.5.0 |
427 | 2025-01-22T08:41:53.341Z | Compiling serde_json v1.0.135 |
428 | 2025-01-22T08:41:53.641Z | Compiling rustix v0.38.37 |
429 | 2025-01-22T08:41:53.778Z | Compiling bitflags v2.6.0 |
430 | 2025-01-22T08:41:53.806Z | Compiling proc-macro-error-attr v1.0.4 |
431 | 2025-01-22T08:41:54.101Z | Compiling usdt-impl v0.5.0 |
432 | 2025-01-22T08:41:54.127Z | Compiling syn v1.0.109 |
433 | 2025-01-22T08:41:54.292Z | Compiling proc-macro-error v1.0.4 |
434 | 2025-01-22T08:41:54.296Z | Compiling log v0.4.22 |
435 | 2025-01-22T08:41:54.321Z | Compiling quote v1.0.38 |
436 | 2025-01-22T08:41:54.589Z | Compiling errno v0.3.9 |
437 | 2025-01-22T08:41:54.618Z | Compiling utf8parse v0.2.2 |
438 | 2025-01-22T08:41:54.694Z | Compiling syn v2.0.96 |
439 | 2025-01-22T08:41:54.822Z | Compiling hashbrown v0.15.1 |
440 | 2025-01-22T08:41:54.825Z | Compiling equivalent v1.0.1 |
441 | 2025-01-22T08:41:54.874Z | Compiling thread-id v4.2.2 |
442 | 2025-01-22T08:41:54.942Z | Compiling plain v0.2.3 |
443 | 2025-01-22T08:41:54.945Z | Compiling camino v1.1.9 |
444 | 2025-01-22T08:41:55.019Z | Compiling anstyle-parse v0.2.5 |
445 | 2025-01-22T08:41:55.402Z | Compiling pretty-hex v0.4.1 |
446 | 2025-01-22T08:41:55.607Z | Compiling is_terminal_polyfill v1.70.1 |
447 | 2025-01-22T08:41:55.631Z | Compiling unicode-width v0.1.14 |
448 | 2025-01-22T08:41:55.634Z | Compiling anstyle-query v1.1.1 |
449 | 2025-01-22T08:41:55.741Z | Compiling anstyle v1.0.10 |
450 | 2025-01-22T08:41:55.795Z | Compiling winnow v0.6.20 |
451 | 2025-01-22T08:41:55.824Z | Compiling semver v1.0.24 |
452 | 2025-01-22T08:41:55.911Z | Compiling indexmap v2.7.0 |
453 | 2025-01-22T08:41:56.171Z | Compiling autocfg v1.4.0 |
454 | 2025-01-22T08:41:56.201Z | Compiling colorchoice v1.0.2 |
455 | 2025-01-22T08:41:56.392Z | Compiling anstream v0.6.15 |
456 | 2025-01-22T08:41:56.730Z | Compiling anyhow v1.0.95 |
457 | 2025-01-22T08:41:57.078Z | Compiling terminal_size v0.4.0 |
458 | 2025-01-22T08:41:57.165Z | Compiling clap_lex v0.7.2 |
459 | 2025-01-22T08:41:57.218Z | Compiling fs-err v2.11.0 |
460 | 2025-01-22T08:41:57.313Z | Compiling strsim v0.11.1 |
461 | 2025-01-22T08:41:57.427Z | Compiling heck v0.5.0 |
462 | 2025-01-22T08:41:57.526Z | Compiling fnv v1.0.7 |
463 | 2025-01-22T08:41:57.629Z | Compiling heck v0.4.1 |
464 | 2025-01-22T08:41:57.683Z | Compiling cfg-if v1.0.0 |
465 | 2025-01-22T08:41:57.798Z | Compiling fastrand v2.1.1 |
466 | 2025-01-22T08:41:57.883Z | Compiling bytecount v0.6.8 |
467 | 2025-01-22T08:41:58.062Z | Compiling papergrid v0.11.0 |
468 | 2025-01-22T08:41:58.144Z | Compiling clap_builder v4.5.21 |
469 | 2025-01-22T08:41:58.334Z | Compiling tempfile v3.13.0 |
470 | 2025-01-22T08:41:58.540Z | Compiling memmap v0.7.0 |
471 | 2025-01-22T08:41:58.797Z | Compiling unicode-linebreak v0.1.5 |
472 | 2025-01-22T08:41:58.916Z | Compiling smawk v0.3.2 |
473 | 2025-01-22T08:41:59.303Z | Compiling textwrap v0.16.1 |
474 | 2025-01-22T08:41:59.346Z | Compiling swrite v0.1.0 |
475 | 2025-01-22T08:42:00.248Z | Compiling tabled_derive v0.7.0 |
476 | 2025-01-22T08:42:01.842Z | Compiling serde_derive v1.0.217 |
477 | 2025-01-22T08:42:01.842Z | Compiling thiserror-impl v1.0.69 |
478 | 2025-01-22T08:42:01.844Z | Compiling zerocopy-derive v0.7.35 |
479 | 2025-01-22T08:42:01.844Z | Compiling scroll_derive v0.12.0 |
480 | 2025-01-22T08:42:01.844Z | Compiling clap_derive v4.5.18 |
481 | 2025-01-22T08:42:02.053Z | Compiling tabled v0.15.0 |
482 | 2025-01-22T08:42:03.188Z | Compiling scroll v0.12.0 |
483 | 2025-01-22T08:42:03.795Z | Compiling goblin v0.8.2 |
484 | 2025-01-22T08:42:03.949Z | Compiling zerocopy v0.7.35 |
485 | 2025-01-22T08:42:05.092Z | Compiling pest v2.7.14 |
486 | 2025-01-22T08:42:05.558Z | Compiling clap v4.5.21 |
487 | 2025-01-22T08:42:07.282Z | Compiling pest_meta v2.7.14 |
488 | 2025-01-22T08:42:08.285Z | Compiling pest_generator v2.7.14 |
489 | 2025-01-22T08:42:09.842Z | Compiling pest_derive v2.7.14 |
490 | 2025-01-22T08:42:10.415Z | Compiling dtrace-parser v0.2.0 |
491 | 2025-01-22T08:42:11.195Z | Compiling toml_datetime v0.6.8 |
492 | 2025-01-22T08:42:11.201Z | Compiling serde_spanned v0.6.8 |
493 | 2025-01-22T08:42:11.201Z | Compiling cargo-platform v0.1.8 |
494 | 2025-01-22T08:42:11.503Z | Compiling serde_tokenstream v0.2.2 |
495 | 2025-01-22T08:42:11.574Z | Compiling macaddr v1.0.1 |
496 | 2025-01-22T08:42:11.732Z | Compiling toml_edit v0.22.22 |
497 | 2025-01-22T08:42:11.784Z | Compiling camino-tempfile v1.1.1 |
498 | 2025-01-22T08:42:12.652Z | Compiling dof v0.3.0 |
499 | 2025-01-22T08:42:12.652Z | Compiling cargo_metadata v0.18.1 |
500 | 2025-01-22T08:42:14.283Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2025-01-22T08:42:14.298Z | Compiling usdt-macro v0.5.0 |
502 | 2025-01-22T08:42:14.714Z | Compiling toml v0.8.19 |
503 | 2025-01-22T08:42:15.399Z | Compiling usdt v0.5.0 |
504 | 2025-01-22T08:42:15.536Z | Compiling cargo_toml v0.20.5 |
505 | 2025-01-22T08:42:18.440Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
506 | 2025-01-22T08:42:21.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.40s |
507 | 2025-01-22T08:42:22.124Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
508 | 2025-01-22T08:42:22.712Z | Downloading crates ... |
509 | 2025-01-22T08:42:22.830Z | Downloaded adler2 v2.0.0 |
510 | 2025-01-22T08:42:22.840Z | Downloaded addr2line v0.24.2 |
511 | 2025-01-22T08:42:22.851Z | Downloaded atty v0.2.14 |
512 | 2025-01-22T08:42:22.854Z | Downloaded atomicwrites v0.4.4 |
513 | 2025-01-22T08:42:22.860Z | Downloaded cfg_aliases v0.2.1 |
514 | 2025-01-22T08:42:22.870Z | Downloaded darling v0.20.10 |
515 | 2025-01-22T08:42:22.878Z | Downloaded ident_case v1.0.1 |
516 | 2025-01-22T08:42:22.881Z | Downloaded match_cfg v0.1.0 |
517 | 2025-01-22T08:42:22.883Z | Downloaded is_ci v1.2.0 |
518 | 2025-01-22T08:42:22.884Z | Downloaded icu_provider_macros v1.5.0 |
519 | 2025-01-22T08:42:22.886Z | Downloaded http-range v0.1.5 |
520 | 2025-01-22T08:42:22.886Z | Downloaded cstr-argument v0.1.2 |
521 | 2025-01-22T08:42:22.889Z | Downloaded async-stream-impl v0.3.6 |
522 | 2025-01-22T08:42:22.889Z | Downloaded newline-converter v0.3.0 |
523 | 2025-01-22T08:42:22.893Z | Downloaded instant v0.1.13 |
524 | 2025-01-22T08:42:22.896Z | Downloaded crucible-workspace-hack v0.1.0 |
525 | 2025-01-22T08:42:22.896Z | Downloaded array-init v0.0.4 |
526 | 2025-01-22T08:42:22.898Z | Downloaded mirai-annotations v1.12.0 |
527 | 2025-01-22T08:42:22.898Z | Downloaded cfg_aliases v0.1.1 |
528 | 2025-01-22T08:42:22.901Z | Downloaded ahash v0.8.11 |
529 | 2025-01-22T08:42:22.903Z | Downloaded inout v0.1.3 |
530 | 2025-01-22T08:42:22.907Z | Downloaded async-recursion v1.1.1 |
531 | 2025-01-22T08:42:22.910Z | Downloaded bcrypt-pbkdf v0.10.0 |
532 | 2025-01-22T08:42:22.910Z | Downloaded async-stream v0.3.6 |
533 | 2025-01-22T08:42:22.913Z | Downloaded aead v0.5.2 |
534 | 2025-01-22T08:42:22.915Z | Downloaded new_debug_unreachable v1.0.6 |
535 | 2025-01-22T08:42:22.917Z | Downloaded hyper-tls v0.6.0 |
536 | 2025-01-22T08:42:22.920Z | Downloaded crc v3.2.1 |
537 | 2025-01-22T08:42:22.922Z | Downloaded linked-hash-map v0.5.6 |
538 | 2025-01-22T08:42:22.924Z | Downloaded lazy_static v1.5.0 |
539 | 2025-01-22T08:42:22.928Z | Downloaded ipnetwork v0.20.0 |
540 | 2025-01-22T08:42:22.930Z | Downloaded linear-map v1.2.0 |
541 | 2025-01-22T08:42:22.933Z | Downloaded idna_adapter v1.2.0 |
542 | 2025-01-22T08:42:22.933Z | Downloaded bitflags v1.3.2 |
543 | 2025-01-22T08:42:22.937Z | Downloaded memoffset v0.9.1 |
544 | 2025-01-22T08:42:22.940Z | Downloaded mockall v0.13.0 |
545 | 2025-01-22T08:42:22.942Z | Downloaded humantime v2.1.0 |
546 | 2025-01-22T08:42:22.952Z | Downloaded managed v0.8.0 |
547 | 2025-01-22T08:42:22.952Z | Downloaded lockfree-object-pool v0.1.6 |
548 | 2025-01-22T08:42:22.952Z | Downloaded bitfield v0.14.0 |
549 | 2025-01-22T08:42:22.954Z | Downloaded md-5 v0.10.6 |
550 | 2025-01-22T08:42:22.954Z | Downloaded mime v0.3.17 |
551 | 2025-01-22T08:42:22.957Z | Downloaded nanorand v0.7.0 |
552 | 2025-01-22T08:42:22.960Z | Downloaded keccak v0.1.5 |
553 | 2025-01-22T08:42:22.962Z | Downloaded instability v0.3.2 |
554 | 2025-01-22T08:42:22.962Z | Downloaded curve25519-dalek-derive v0.1.1 |
555 | 2025-01-22T08:42:22.964Z | Downloaded russh-cryptovec v0.7.3 |
556 | 2025-01-22T08:42:22.967Z | Downloaded cexpr v0.6.0 |
557 | 2025-01-22T08:42:22.969Z | Downloaded maybe-uninit v2.0.0 |
558 | 2025-01-22T08:42:22.969Z | Downloaded ipnet v2.10.1 |
559 | 2025-01-22T08:42:22.972Z | Downloaded multimap v0.10.0 |
560 | 2025-01-22T08:42:22.974Z | Downloaded lazycell v1.3.0 |
561 | 2025-01-22T08:42:22.977Z | Downloaded icu_locid_transform v1.5.0 |
562 | 2025-01-22T08:42:22.979Z | Downloaded crunchy v0.2.2 |
563 | 2025-01-22T08:42:22.982Z | Downloaded ctr v0.9.2 |
564 | 2025-01-22T08:42:22.984Z | Downloaded lock_api v0.4.12 |
565 | 2025-01-22T08:42:22.987Z | Downloaded httparse v1.9.5 |
566 | 2025-01-22T08:42:22.989Z | Downloaded multer v3.1.0 |
567 | 2025-01-22T08:42:22.992Z | Downloaded indoc v1.0.9 |
568 | 2025-01-22T08:42:22.996Z | Downloaded mime_guess v2.0.5 |
569 | 2025-01-22T08:42:22.999Z | Downloaded bzip2 v0.4.4 |
570 | 2025-01-22T08:42:23.002Z | Downloaded strum v0.26.3 |
571 | 2025-01-22T08:42:23.005Z | Downloaded icu_normalizer v1.5.0 |
572 | 2025-01-22T08:42:23.009Z | Downloaded impl-trait-for-tuples v0.2.2 |
573 | 2025-01-22T08:42:23.012Z | Downloaded crc32fast v1.4.2 |
574 | 2025-01-22T08:42:23.014Z | Downloaded console v0.15.8 |
575 | 2025-01-22T08:42:23.018Z | Downloaded zerofrom v0.1.4 |
576 | 2025-01-22T08:42:23.021Z | Downloaded cmake v0.1.51 |
577 | 2025-01-22T08:42:23.023Z | Downloaded serde-big-array v0.5.1 |
578 | 2025-01-22T08:42:23.026Z | Downloaded signal-hook-mio v0.2.4 |
579 | 2025-01-22T08:42:23.026Z | Downloaded native-tls v0.2.12 |
580 | 2025-01-22T08:42:23.029Z | Downloaded icu_normalizer_data v1.5.0 |
581 | 2025-01-22T08:42:23.032Z | Downloaded litrs v0.4.1 |
582 | 2025-01-22T08:42:23.035Z | Downloaded which v4.4.2 |
583 | 2025-01-22T08:42:23.038Z | Downloaded miniz_oxide v0.8.0 |
584 | 2025-01-22T08:42:23.041Z | Downloaded r2d2 v0.8.10 |
585 | 2025-01-22T08:42:23.043Z | Downloaded slog-async v2.8.0 |
586 | 2025-01-22T08:42:23.047Z | Downloaded rand_seeder v0.3.0 |
587 | 2025-01-22T08:42:23.052Z | Downloaded highway v1.2.0 |
588 | 2025-01-22T08:42:23.052Z | Downloaded float-ord v0.3.2 |
589 | 2025-01-22T08:42:23.054Z | Downloaded darling_macro v0.20.10 |
590 | 2025-01-22T08:42:23.055Z | Downloaded mockall_derive v0.13.0 |
591 | 2025-01-22T08:42:23.058Z | Downloaded icu_provider v1.5.0 |
592 | 2025-01-22T08:42:23.062Z | Downloaded thiserror-impl-no-std v2.0.2 |
593 | 2025-01-22T08:42:23.065Z | Downloaded tokio-native-tls v0.3.1 |
594 | 2025-01-22T08:42:23.069Z | Downloaded crc-catalog v2.4.0 |
595 | 2025-01-22T08:42:23.072Z | Downloaded thiserror-impl v2.0.11 |
596 | 2025-01-22T08:42:23.075Z | Downloaded peg-runtime v0.8.3 |
597 | 2025-01-22T08:42:23.075Z | Downloaded arrayvec v0.7.6 |
598 | 2025-01-22T08:42:23.078Z | Downloaded strum_macros v0.24.3 |
599 | 2025-01-22T08:42:23.081Z | Downloaded zerofrom-derive v0.1.4 |
600 | 2025-01-22T08:42:23.083Z | Downloaded indicatif v0.17.9 |
601 | 2025-01-22T08:42:23.088Z | Downloaded hyper-util v0.1.10 |
602 | 2025-01-22T08:42:23.093Z | Downloaded precomputed-hash v0.1.1 |
603 | 2025-01-22T08:42:23.174Z | Downloaded clang-sys v1.8.1 |
604 | 2025-01-22T08:42:23.187Z | Downloaded dunce v1.0.5 |
605 | 2025-01-22T08:42:23.187Z | Downloaded debug-ignore v1.0.5 |
606 | 2025-01-22T08:42:23.187Z | Downloaded num_threads v0.1.7 |
607 | 2025-01-22T08:42:23.187Z | Downloaded hex v0.4.3 |
608 | 2025-01-22T08:42:23.187Z | Downloaded serde-hex v0.1.0 |
609 | 2025-01-22T08:42:23.187Z | Downloaded crc-any v2.5.0 |
610 | 2025-01-22T08:42:23.187Z | Downloaded thiserror-no-std v2.0.2 |
611 | 2025-01-22T08:42:23.187Z | Downloaded oso-derive v0.27.3 |
612 | 2025-01-22T08:42:23.187Z | Downloaded smallvec v0.6.14 |
613 | 2025-01-22T08:42:23.187Z | Downloaded futures-task v0.3.31 |
614 | 2025-01-22T08:42:23.188Z | Downloaded fragile v2.0.0 |
615 | 2025-01-22T08:42:23.188Z | Downloaded float-cmp v0.9.0 |
616 | 2025-01-22T08:42:23.188Z | Downloaded scopeguard v1.2.0 |
617 | 2025-01-22T08:42:23.188Z | Downloaded unicase v2.7.0 |
618 | 2025-01-22T08:42:23.188Z | Downloaded tokio-macros v2.5.0 |
619 | 2025-01-22T08:42:23.188Z | Downloaded unarray v0.1.4 |
620 | 2025-01-22T08:42:23.188Z | Downloaded typify-macro v0.3.0 |
621 | 2025-01-22T08:42:23.188Z | Downloaded fallible-streaming-iterator v0.1.9 |
622 | 2025-01-22T08:42:23.188Z | Downloaded percent-encoding v2.3.1 |
623 | 2025-01-22T08:42:23.188Z | Downloaded pem v3.0.4 |
624 | 2025-01-22T08:42:23.188Z | Downloaded form_urlencoded v1.2.1 |
625 | 2025-01-22T08:42:23.188Z | Downloaded dirs-next v2.0.0 |
626 | 2025-01-22T08:42:23.188Z | Downloaded difflib v0.4.0 |
627 | 2025-01-22T08:42:23.188Z | Downloaded parse-display-derive v0.10.0 |
628 | 2025-01-22T08:42:23.188Z | Downloaded parse-display v0.10.0 |
629 | 2025-01-22T08:42:23.188Z | Downloaded bcs v0.1.6 |
630 | 2025-01-22T08:42:23.188Z | Downloaded icu_collections v1.5.0 |
631 | 2025-01-22T08:42:23.188Z | Downloaded data-encoding v2.6.0 |
632 | 2025-01-22T08:42:23.188Z | Downloaded psl-types v2.0.11 |
633 | 2025-01-22T08:42:23.188Z | Downloaded predicates v3.1.2 |
634 | 2025-01-22T08:42:23.188Z | Downloaded write16 v1.0.0 |
635 | 2025-01-22T08:42:23.188Z | Downloaded hex-literal v0.4.1 |
636 | 2025-01-22T08:42:23.188Z | Downloaded group v0.13.0 |
637 | 2025-01-22T08:42:23.188Z | Downloaded endian-type v0.1.2 |
638 | 2025-01-22T08:42:23.188Z | Downloaded base64 v0.13.1 |
639 | 2025-01-22T08:42:23.188Z | Downloaded argon2 v0.5.3 |
640 | 2025-01-22T08:42:23.188Z | Downloaded stringprep v0.1.5 |
641 | 2025-01-22T08:42:23.188Z | Downloaded signal-hook-registry v1.4.2 |
642 | 2025-01-22T08:42:23.188Z | Downloaded shlex v1.3.0 |
643 | 2025-01-22T08:42:23.189Z | Downloaded shell-words v1.1.0 |
644 | 2025-01-22T08:42:23.189Z | Downloaded tracing-attributes v0.1.27 |
645 | 2025-01-22T08:42:23.189Z | Downloaded globset v0.4.15 |
646 | 2025-01-22T08:42:23.192Z | Downloaded serde_derive_internals v0.29.1 |
647 | 2025-01-22T08:42:23.192Z | Downloaded subtle v2.6.1 |
648 | 2025-01-22T08:42:23.192Z | Downloaded supports-color v3.0.1 |
649 | 2025-01-22T08:42:23.192Z | Downloaded filetime v0.2.25 |
650 | 2025-01-22T08:42:23.192Z | Downloaded static_assertions v1.1.0 |
651 | 2025-01-22T08:42:23.192Z | Downloaded stable_deref_trait v1.2.0 |
652 | 2025-01-22T08:42:23.192Z | Downloaded time-core v0.1.2 |
653 | 2025-01-22T08:42:23.192Z | Downloaded smf v0.2.3 |
654 | 2025-01-22T08:42:23.192Z | Downloaded postcard v1.0.10 |
655 | 2025-01-22T08:42:23.195Z | Downloaded pem-rfc7468 v0.7.0 |
656 | 2025-01-22T08:42:23.195Z | Downloaded num_enum_derive v0.5.11 |
657 | 2025-01-22T08:42:23.208Z | Downloaded openssl-probe v0.1.5 |
658 | 2025-01-22T08:42:23.210Z | Downloaded waitgroup v0.1.2 |
659 | 2025-01-22T08:42:23.214Z | Downloaded vte_generate_state_changes v0.1.2 |
660 | 2025-01-22T08:42:23.214Z | Downloaded openssl-macros v0.1.1 |
661 | 2025-01-22T08:42:23.214Z | Downloaded universal-hash v0.5.1 |
662 | 2025-01-22T08:42:23.216Z | Downloaded progenitor-macro v0.9.1 |
663 | 2025-01-22T08:42:23.216Z | Downloaded progenitor-macro v0.8.0 |
664 | 2025-01-22T08:42:23.219Z | Downloaded minimal-lexical v0.2.1 |
665 | 2025-01-22T08:42:23.222Z | Downloaded writeable v0.5.5 |
666 | 2025-01-22T08:42:23.225Z | Downloaded embedded-io v0.6.1 |
667 | 2025-01-22T08:42:23.228Z | Downloaded ed25519 v2.2.3 |
668 | 2025-01-22T08:42:23.233Z | Downloaded unicode-properties v0.1.3 |
669 | 2025-01-22T08:42:23.233Z | Downloaded smallvec v1.13.2 |
670 | 2025-01-22T08:42:23.235Z | Downloaded allocator-api2 v0.2.18 |
671 | 2025-01-22T08:42:23.239Z | Downloaded take_mut v0.2.2 |
672 | 2025-01-22T08:42:23.242Z | Downloaded sqlparser_derive v0.2.2 |
673 | 2025-01-22T08:42:23.242Z | Downloaded cc v1.1.30 |
674 | 2025-01-22T08:42:23.245Z | Downloaded glob v0.3.1 |
675 | 2025-01-22T08:42:23.248Z | Downloaded mio v1.0.2 |
676 | 2025-01-22T08:42:23.254Z | Downloaded newtype_derive v0.1.6 |
677 | 2025-01-22T08:42:23.257Z | Downloaded opaque-debug v0.3.1 |
678 | 2025-01-22T08:42:23.257Z | Downloaded unicode-bidi v0.3.17 |
679 | 2025-01-22T08:42:23.260Z | Downloaded predicates-core v1.0.8 |
680 | 2025-01-22T08:42:23.262Z | Downloaded tokio-rustls v0.25.0 |
681 | 2025-01-22T08:42:23.265Z | Downloaded signal-hook v0.3.17 |
682 | 2025-01-22T08:42:23.269Z | Downloaded const_format v0.2.33 |
683 | 2025-01-22T08:42:23.273Z | Downloaded backtrace v0.3.74 |
684 | 2025-01-22T08:42:23.279Z | Downloaded rustversion v1.0.17 |
685 | 2025-01-22T08:42:23.282Z | Downloaded zopfli v0.8.1 |
686 | 2025-01-22T08:42:23.286Z | Downloaded tokio-stream v0.1.16 |
687 | 2025-01-22T08:42:23.291Z | Downloaded number_prefix v0.4.0 |
688 | 2025-01-22T08:42:23.295Z | Downloaded tui-tree-widget v0.22.0 |
689 | 2025-01-22T08:42:23.297Z | Downloaded funty v2.0.0 |
690 | 2025-01-22T08:42:23.297Z | Downloaded fd-lock v4.0.2 |
691 | 2025-01-22T08:42:23.300Z | Downloaded dirs-sys-next v0.1.2 |
692 | 2025-01-22T08:42:23.303Z | Downloaded zerocopy-derive v0.8.10 |
693 | 2025-01-22T08:42:23.310Z | Downloaded owo-colors v4.1.0 |
694 | 2025-01-22T08:42:23.314Z | Downloaded libm v0.2.8 |
695 | 2025-01-22T08:42:23.321Z | Downloaded untrusted v0.9.0 |
696 | 2025-01-22T08:42:23.323Z | Downloaded sync-ptr v0.1.1 |
697 | 2025-01-22T08:42:23.326Z | Downloaded zerovec-derive v0.10.3 |
698 | 2025-01-22T08:42:23.329Z | Downloaded tinyvec_macros v0.1.1 |
699 | 2025-01-22T08:42:23.329Z | Downloaded unicode-xid v0.2.6 |
700 | 2025-01-22T08:42:23.332Z | Downloaded uzers v0.12.1 |
701 | 2025-01-22T08:42:23.334Z | Downloaded futures-core v0.3.31 |
702 | 2025-01-22T08:42:23.334Z | Downloaded nibble_vec v0.1.0 |
703 | 2025-01-22T08:42:23.337Z | Downloaded subprocess v0.2.9 |
704 | 2025-01-22T08:42:23.339Z | Downloaded num-conv v0.1.0 |
705 | 2025-01-22T08:42:23.343Z | Downloaded foreign-types v0.5.0 |
706 | 2025-01-22T08:42:23.343Z | Downloaded crossbeam-channel v0.5.13 |
707 | 2025-01-22T08:42:23.346Z | Downloaded progenitor-client v0.8.0 |
708 | 2025-01-22T08:42:23.348Z | Downloaded signal-hook-tokio v0.3.1 |
709 | 2025-01-22T08:42:23.348Z | Downloaded sha1 v0.10.6 |
710 | 2025-01-22T08:42:23.351Z | Downloaded tokio-tungstenite v0.24.0 |
711 | 2025-01-22T08:42:23.353Z | Downloaded tungstenite v0.21.0 |
712 | 2025-01-22T08:42:23.357Z | Downloaded typify v0.2.0 |
713 | 2025-01-22T08:42:23.361Z | Downloaded unsafe-libyaml v0.2.11 |
714 | 2025-01-22T08:42:23.364Z | Downloaded progenitor v0.8.0 |
715 | 2025-01-22T08:42:23.370Z | Downloaded publicsuffix v2.3.0 |
716 | 2025-01-22T08:42:23.373Z | Downloaded darling_core v0.20.10 |
717 | 2025-01-22T08:42:23.376Z | Downloaded serde_urlencoded v0.7.1 |
718 | 2025-01-22T08:42:23.379Z | Downloaded progenitor-client v0.9.1 |
719 | 2025-01-22T08:42:23.382Z | Downloaded sqlformat v0.2.6 |
720 | 2025-01-22T08:42:23.384Z | Downloaded tinystr v0.7.6 |
721 | 2025-01-22T08:42:23.387Z | Downloaded defmt-parser v0.3.4 |
722 | 2025-01-22T08:42:23.387Z | Downloaded tls_codec_derive v0.4.1 |
723 | 2025-01-22T08:42:23.389Z | Downloaded tls_codec v0.4.1 |
724 | 2025-01-22T08:42:23.392Z | Downloaded heapless v0.8.0 |
725 | 2025-01-22T08:42:23.397Z | Downloaded zeroize v1.8.1 |
726 | 2025-01-22T08:42:23.399Z | Downloaded zeroize_derive v1.4.2 |
727 | 2025-01-22T08:42:23.401Z | Downloaded sigpipe v0.1.3 |
728 | 2025-01-22T08:42:23.405Z | Downloaded num-rational v0.4.2 |
729 | 2025-01-22T08:42:23.405Z | Downloaded rustls-pki-types v1.10.0 |
730 | 2025-01-22T08:42:23.408Z | Downloaded derive_builder_macro v0.20.2 |
731 | 2025-01-22T08:42:23.410Z | Downloaded idna v1.0.3 |
732 | 2025-01-22T08:42:23.414Z | Downloaded document-features v0.2.10 |
733 | 2025-01-22T08:42:23.416Z | Downloaded pkcs8 v0.10.2 |
734 | 2025-01-22T08:42:23.419Z | Downloaded fxhash v0.2.1 |
735 | 2025-01-22T08:42:23.422Z | Downloaded socket2 v0.5.7 |
736 | 2025-01-22T08:42:23.424Z | Downloaded zone_cfg_derive v0.1.2 |
737 | 2025-01-22T08:42:23.427Z | Downloaded typify-macro v0.2.0 |
738 | 2025-01-22T08:42:23.427Z | Downloaded p256 v0.13.2 |
739 | 2025-01-22T08:42:23.430Z | Downloaded pin-utils v0.1.0 |
740 | 2025-01-22T08:42:23.433Z | Downloaded typify v0.3.0 |
741 | 2025-01-22T08:42:23.439Z | Downloaded diesel_table_macro_syntax v0.2.0 |
742 | 2025-01-22T08:42:23.441Z | Downloaded phf_shared v0.10.0 |
743 | 2025-01-22T08:42:23.441Z | Downloaded rustc-hash v2.0.0 |
744 | 2025-01-22T08:42:23.441Z | Downloaded dropshot_endpoint v0.15.1 |
745 | 2025-01-22T08:42:23.444Z | Downloaded structmeta v0.2.0 |
746 | 2025-01-22T08:42:23.447Z | Downloaded thread_local v1.1.8 |
747 | 2025-01-22T08:42:23.450Z | Downloaded thiserror v2.0.11 |
748 | 2025-01-22T08:42:23.454Z | Downloaded sync_wrapper v1.0.1 |
749 | 2025-01-22T08:42:23.456Z | Downloaded scrypt v0.11.0 |
750 | 2025-01-22T08:42:23.459Z | Downloaded structmeta v0.3.0 |
751 | 2025-01-22T08:42:23.461Z | Downloaded samael v0.0.17 |
752 | 2025-01-22T08:42:23.466Z | Downloaded rustyline v14.0.0 |
753 | 2025-01-22T08:42:23.473Z | Downloaded termtree v0.5.1 |
754 | 2025-01-22T08:42:23.475Z | Downloaded hkdf v0.12.4 |
755 | 2025-01-22T08:42:23.478Z | Downloaded omicron-zone-package v0.12.0 |
756 | 2025-01-22T08:42:23.481Z | Downloaded fixedbitset v0.4.2 |
757 | 2025-01-22T08:42:23.484Z | Downloaded foreign-types-macros v0.2.3 |
758 | 2025-01-22T08:42:23.486Z | Downloaded derive_builder_core v0.20.2 |
759 | 2025-01-22T08:42:23.488Z | Downloaded parse-size v1.1.0 |
760 | 2025-01-22T08:42:23.488Z | Downloaded pin-project-lite v0.2.14 |
761 | 2025-01-22T08:42:23.494Z | Downloaded rpassword v7.3.1 |
762 | 2025-01-22T08:42:23.496Z | Downloaded primeorder v0.13.6 |
763 | 2025-01-22T08:42:23.499Z | Downloaded phf_shared v0.11.2 |
764 | 2025-01-22T08:42:23.499Z | Downloaded phf_generator v0.11.2 |
765 | 2025-01-22T08:42:23.501Z | Downloaded rand_core v0.6.4 |
766 | 2025-01-22T08:42:23.504Z | Downloaded try-lock v0.2.5 |
767 | 2025-01-22T08:42:23.506Z | Downloaded num-complex v0.4.6 |
768 | 2025-01-22T08:42:23.506Z | Downloaded structmeta-derive v0.2.0 |
769 | 2025-01-22T08:42:23.509Z | Downloaded openssl-sys v0.9.103 |
770 | 2025-01-22T08:42:23.514Z | Downloaded signature v2.2.0 |
771 | 2025-01-22T08:42:23.517Z | Downloaded hyper v1.5.2 |
772 | 2025-01-22T08:42:23.525Z | Downloaded twox-hash v1.6.3 |
773 | 2025-01-22T08:42:23.528Z | Downloaded tokio-tungstenite v0.21.0 |
774 | 2025-01-22T08:42:23.530Z | Downloaded termtree v0.4.1 |
775 | 2025-01-22T08:42:23.533Z | Downloaded fallible-iterator v0.2.0 |
776 | 2025-01-22T08:42:23.535Z | Downloaded dsl_auto_type v0.1.2 |
777 | 2025-01-22T08:42:23.535Z | Downloaded unicode_categories v0.1.1 |
778 | 2025-01-22T08:42:23.539Z | Downloaded getrandom v0.2.15 |
779 | 2025-01-22T08:42:23.542Z | Downloaded aes v0.8.4 |
780 | 2025-01-22T08:42:23.547Z | Downloaded path-slash v0.1.5 |
781 | 2025-01-22T08:42:23.549Z | Downloaded foreign-types-shared v0.3.1 |
782 | 2025-01-22T08:42:23.549Z | Downloaded foreign-types-shared v0.1.1 |
783 | 2025-01-22T08:42:23.552Z | Downloaded enum-as-inner v0.6.1 |
784 | 2025-01-22T08:42:23.554Z | Downloaded quick-error v1.2.3 |
785 | 2025-01-22T08:42:23.557Z | Downloaded packed_struct_codegen v0.10.1 |
786 | 2025-01-22T08:42:23.557Z | Downloaded zone_cfg_derive v0.3.0 |
787 | 2025-01-22T08:42:23.559Z | Downloaded hash32 v0.2.1 |
788 | 2025-01-22T08:42:23.559Z | Downloaded itertools v0.13.0 |
789 | 2025-01-22T08:42:23.568Z | Downloaded slog-dtrace v0.3.0 |
790 | 2025-01-22T08:42:23.570Z | Downloaded rtoolbox v0.0.2 |
791 | 2025-01-22T08:42:23.572Z | Downloaded similar v2.6.0 |
792 | 2025-01-22T08:42:23.577Z | Downloaded serde_yaml v0.9.34+deprecated |
793 | 2025-01-22T08:42:23.583Z | Downloaded normalize-line-endings v0.3.0 |
794 | 2025-01-22T08:42:23.586Z | Downloaded topological-sort v0.2.2 |
795 | 2025-01-22T08:42:23.586Z | Downloaded foreign-types v0.3.2 |
796 | 2025-01-22T08:42:23.589Z | Downloaded num-bigint-dig v0.8.4 |
797 | 2025-01-22T08:42:23.592Z | Downloaded pkg-config v0.3.31 |
798 | 2025-01-22T08:42:23.595Z | Downloaded utf8_iter v1.0.4 |
799 | 2025-01-22T08:42:23.595Z | Downloaded termios v0.3.3 |
800 | 2025-01-22T08:42:23.598Z | Downloaded heck v0.3.3 |
801 | 2025-01-22T08:42:23.598Z | Downloaded ppv-lite86 v0.2.20 |
802 | 2025-01-22T08:42:23.600Z | Downloaded powerfmt v0.2.0 |
803 | 2025-01-22T08:42:23.603Z | Downloaded diesel-dtrace v0.4.2 |
804 | 2025-01-22T08:42:23.603Z | Downloaded toolchain_find v0.4.0 |
805 | 2025-01-22T08:42:23.606Z | Downloaded pretty-hex v0.2.1 |
806 | 2025-01-22T08:42:23.606Z | Downloaded reedline v0.35.0 |
807 | 2025-01-22T08:42:23.613Z | Downloaded tower-service v0.3.3 |
808 | 2025-01-22T08:42:23.617Z | Downloaded paste v1.0.15 |
809 | 2025-01-22T08:42:23.620Z | Downloaded hashbrown v0.13.2 |
810 | 2025-01-22T08:42:23.623Z | Downloaded ref-cast-impl v1.0.23 |
811 | 2025-01-22T08:42:23.623Z | Downloaded ref-cast v1.0.23 |
812 | 2025-01-22T08:42:23.626Z | Downloaded rand v0.8.5 |
813 | 2025-01-22T08:42:23.629Z | Downloaded packed_struct v0.10.1 |
814 | 2025-01-22T08:42:23.631Z | Downloaded yoke-derive v0.7.4 |
815 | 2025-01-22T08:42:23.633Z | Downloaded siphasher v0.3.11 |
816 | 2025-01-22T08:42:23.633Z | Downloaded quinn-udp v0.5.5 |
817 | 2025-01-22T08:42:23.636Z | Downloaded env_logger v0.10.2 |
818 | 2025-01-22T08:42:23.638Z | Downloaded nodrop v0.1.14 |
819 | 2025-01-22T08:42:23.641Z | Downloaded postgres-protocol v0.6.7 |
820 | 2025-01-22T08:42:23.641Z | Downloaded termcolor v1.4.1 |
821 | 2025-01-22T08:42:23.644Z | Downloaded pin-project v1.1.6 |
822 | 2025-01-22T08:42:23.653Z | Downloaded displaydoc v0.2.5 |
823 | 2025-01-22T08:42:23.656Z | Downloaded secrecy v0.8.0 |
824 | 2025-01-22T08:42:23.659Z | Downloaded des v0.8.1 |
825 | 2025-01-22T08:42:23.661Z | Downloaded zone v0.3.0 |
826 | 2025-01-22T08:42:23.661Z | Downloaded zone v0.1.8 |
827 | 2025-01-22T08:42:23.664Z | Downloaded salsa20 v0.10.2 |
828 | 2025-01-22T08:42:23.664Z | Downloaded test-strategy v0.3.1 |
829 | 2025-01-22T08:42:23.666Z | Downloaded rusty-fork v0.3.0 |
830 | 2025-01-22T08:42:23.669Z | Downloaded wyz v0.5.1 |
831 | 2025-01-22T08:42:23.671Z | Downloaded parking_lot_core v0.9.10 |
832 | 2025-01-22T08:42:23.674Z | Downloaded utf-8 v0.7.6 |
833 | 2025-01-22T08:42:23.674Z | Downloaded serde_with_macros v3.11.0 |
834 | 2025-01-22T08:42:23.676Z | Downloaded xz2 v0.1.7 |
835 | 2025-01-22T08:42:23.680Z | Downloaded futures-channel v0.3.31 |
836 | 2025-01-22T08:42:23.682Z | Downloaded env_logger v0.11.5 |
837 | 2025-01-22T08:42:23.682Z | Downloaded value-bag v1.9.0 |
838 | 2025-01-22T08:42:23.685Z | Downloaded spin v0.9.8 |
839 | 2025-01-22T08:42:23.687Z | Downloaded der v0.7.9 |
840 | 2025-01-22T08:42:23.691Z | Downloaded newtype-uuid v1.2.1 |
841 | 2025-01-22T08:42:23.694Z | Downloaded pkcs5 v0.7.1 |
842 | 2025-01-22T08:42:23.696Z | Downloaded headers-core v0.3.0 |
843 | 2025-01-22T08:42:23.699Z | Downloaded diesel_derives v2.2.3 |
844 | 2025-01-22T08:42:23.702Z | Downloaded parking_lot v0.12.3 |
845 | 2025-01-22T08:42:23.705Z | Downloaded slab v0.4.9 |
846 | 2025-01-22T08:42:23.708Z | Downloaded semver v0.1.20 |
847 | 2025-01-22T08:42:23.708Z | Downloaded password-hash v0.4.2 |
848 | 2025-01-22T08:42:23.710Z | Downloaded slog-stdlog v4.1.1 |
849 | 2025-01-22T08:42:23.712Z | Downloaded defmt v0.3.8 |
850 | 2025-01-22T08:42:23.715Z | Downloaded sec1 v0.7.3 |
851 | 2025-01-22T08:42:23.717Z | Downloaded parking_lot v0.11.2 |
852 | 2025-01-22T08:42:23.720Z | Downloaded spki v0.7.3 |
853 | 2025-01-22T08:42:23.720Z | Downloaded fatfs v0.3.6 |
854 | 2025-01-22T08:42:23.722Z | Downloaded futures-macro v0.3.31 |
855 | 2025-01-22T08:42:23.725Z | Downloaded rustfmt-wrapper v0.2.1 |
856 | 2025-01-22T08:42:23.725Z | Downloaded futures-executor v0.3.31 |
857 | 2025-01-22T08:42:23.727Z | Downloaded prettyplease v0.2.25 |
858 | 2025-01-22T08:42:23.730Z | Downloaded ssh-cipher v0.2.0 |
859 | 2025-01-22T08:42:23.732Z | Downloaded futures-io v0.3.31 |
860 | 2025-01-22T08:42:23.732Z | Downloaded radium v0.7.0 |
861 | 2025-01-22T08:42:23.735Z | Downloaded phf v0.11.2 |
862 | 2025-01-22T08:42:23.735Z | Downloaded icu_properties_data v1.5.0 |
863 | 2025-01-22T08:42:23.746Z | Downloaded password-hash v0.5.0 |
864 | 2025-01-22T08:42:23.748Z | Downloaded tungstenite v0.24.0 |
865 | 2025-01-22T08:42:23.752Z | Downloaded vsss-rs v3.3.4 |
866 | 2025-01-22T08:42:23.755Z | Downloaded tungstenite v0.23.0 |
867 | 2025-01-22T08:42:23.758Z | Downloaded ron v0.8.1 |
868 | 2025-01-22T08:42:23.764Z | Downloaded uuid v1.12.0 |
869 | 2025-01-22T08:42:23.768Z | Downloaded rayon-core v1.12.1 |
870 | 2025-01-22T08:42:23.772Z | Downloaded yoke v0.7.4 |
871 | 2025-01-22T08:42:23.774Z | Downloaded yasna v0.5.2 |
872 | 2025-01-22T08:42:23.778Z | Downloaded foldhash v0.1.3 |
873 | 2025-01-22T08:42:23.780Z | Downloaded slog-envlogger v2.2.0 |
874 | 2025-01-22T08:42:23.780Z | Downloaded polyval v0.6.2 |
875 | 2025-01-22T08:42:23.783Z | Downloaded crossterm v0.28.1 |
876 | 2025-01-22T08:42:23.788Z | Downloaded slog-scope v4.4.0 |
877 | 2025-01-22T08:42:23.790Z | Downloaded slog-json v2.6.1 |
878 | 2025-01-22T08:42:23.793Z | Downloaded progenitor-impl v0.8.0 |
879 | 2025-01-22T08:42:23.795Z | Downloaded winnow v0.5.40 |
880 | 2025-01-22T08:42:23.803Z | Downloaded synstructure v0.13.1 |
881 | 2025-01-22T08:42:23.805Z | Downloaded pkcs1 v0.7.5 |
882 | 2025-01-22T08:42:23.808Z | Downloaded headers v0.4.0 |
883 | 2025-01-22T08:42:23.815Z | Downloaded hashbrown v0.12.3 |
884 | 2025-01-22T08:42:23.817Z | Downloaded poly1305 v0.8.0 |
885 | 2025-01-22T08:42:23.820Z | Downloaded vergen v8.3.2 |
886 | 2025-01-22T08:42:23.823Z | Downloaded russh v0.45.0 |
887 | 2025-01-22T08:42:23.828Z | Downloaded either v1.13.0 |
888 | 2025-01-22T08:42:23.831Z | Downloaded x509-cert v0.2.5 |
889 | 2025-01-22T08:42:23.836Z | Downloaded phf_codegen v0.11.2 |
890 | 2025-01-22T08:42:23.839Z | Downloaded hashlink v0.9.1 |
891 | 2025-01-22T08:42:23.843Z | Downloaded steno v0.4.1 |
892 | 2025-01-22T08:42:23.846Z | Downloaded expectorate v1.1.0 |
893 | 2025-01-22T08:42:23.849Z | Downloaded zerovec v0.10.4 |
894 | 2025-01-22T08:42:23.852Z | Downloaded zerocopy v0.6.6 |
895 | 2025-01-22T08:42:23.855Z | Downloaded h2 v0.4.6 |
896 | 2025-01-22T08:42:23.863Z | Downloaded ssh-key v0.6.6 |
897 | 2025-01-22T08:42:23.870Z | Downloaded ecdsa v0.16.9 |
898 | 2025-01-22T08:42:23.873Z | Downloaded parse-zoneinfo v0.3.1 |
899 | 2025-01-22T08:42:23.876Z | Downloaded aho-corasick v1.1.3 |
900 | 2025-01-22T08:42:23.881Z | Downloaded serde_with v3.11.0 |
901 | 2025-01-22T08:42:23.890Z | Downloaded heapless v0.7.17 |
902 | 2025-01-22T08:42:23.894Z | Downloaded hashbrown v0.14.5 |
903 | 2025-01-22T08:42:23.899Z | Downloaded qorb v0.2.1 |
904 | 2025-01-22T08:42:23.904Z | Downloaded webpki-roots v0.26.6 |
905 | 2025-01-22T08:42:23.908Z | Downloaded postgres-types v0.2.8 |
906 | 2025-01-22T08:42:23.910Z | Downloaded flume v0.11.1 |
907 | 2025-01-22T08:42:23.914Z | Downloaded p521 v0.13.3 |
908 | 2025-01-22T08:42:23.918Z | Downloaded quinn v0.11.5 |
909 | 2025-01-22T08:42:23.922Z | Downloaded toml v0.7.8 |
910 | 2025-01-22T08:42:23.925Z | Downloaded hickory-proto v0.24.2 |
911 | 2025-01-22T08:42:23.941Z | Downloaded tough v0.19.0 |
912 | 2025-01-22T08:42:23.950Z | Downloaded typed-path v0.9.3 |
913 | 2025-01-22T08:42:23.956Z | Downloaded time v0.3.36 |
914 | 2025-01-22T08:42:23.964Z | Downloaded nom v7.1.3 |
915 | 2025-01-22T08:42:23.969Z | Downloaded aws-lc-rs v1.10.0 |
916 | 2025-01-22T08:42:23.978Z | Downloaded tokio-util v0.7.12 |
917 | 2025-01-22T08:42:23.985Z | Downloaded rusqlite v0.32.1 |
918 | 2025-01-22T08:42:23.991Z | Downloaded zip v2.1.3 |
919 | 2025-01-22T08:42:23.996Z | Downloaded ed25519-dalek v2.1.1 |
920 | 2025-01-22T08:42:24.000Z | Downloaded portable-atomic v1.9.0 |
921 | 2025-01-22T08:42:24.007Z | Downloaded openssl v0.10.66 |
922 | 2025-01-22T08:42:24.016Z | Downloaded salty v0.3.0 |
923 | 2025-01-22T08:42:24.023Z | Downloaded object v0.30.4 |
924 | 2025-01-22T08:42:24.034Z | Downloaded chrono v0.4.39 |
925 | 2025-01-22T08:42:24.042Z | Downloaded elliptic-curve v0.13.8 |
926 | 2025-01-22T08:42:24.046Z | Downloaded unicode-width v0.2.0 |
927 | 2025-01-22T08:42:24.053Z | Downloaded vcpkg v0.2.15 |
928 | 2025-01-22T08:42:24.092Z | Downloaded flate2 v1.0.35 |
929 | 2025-01-22T08:42:24.099Z | Downloaded futures-util v0.3.31 |
930 | 2025-01-22T08:42:24.110Z | Downloaded petname v2.0.2 |
931 | 2025-01-22T08:42:24.115Z | Downloaded dropshot v0.12.0 |
932 | 2025-01-22T08:42:24.136Z | Downloaded gimli v0.31.1 |
933 | 2025-01-22T08:42:24.145Z | Downloaded object v0.36.5 |
934 | 2025-01-22T08:42:24.157Z | Downloaded regex v1.11.1 |
935 | 2025-01-22T08:42:24.170Z | Downloaded dropshot v0.15.1 |
936 | 2025-01-22T08:42:24.192Z | Downloaded git2 v0.19.0 |
937 | 2025-01-22T08:42:24.201Z | Downloaded nix v0.29.0 |
938 | 2025-01-22T08:42:24.288Z | Downloaded curve25519-dalek v4.1.3 |
939 | 2025-01-22T08:42:24.293Z | Downloaded regress v0.9.1 |
940 | 2025-01-22T08:42:24.293Z | Downloaded nix v0.28.0 |
941 | 2025-01-22T08:42:24.293Z | Downloaded diesel v2.2.6 |
942 | 2025-01-22T08:42:24.293Z | Downloaded rayon v1.10.0 |
943 | 2025-01-22T08:42:24.293Z | Downloaded nix v0.27.1 |
944 | 2025-01-22T08:42:24.293Z | Downloaded radix_trie v0.2.1 |
945 | 2025-01-22T08:42:24.293Z | Downloaded quinn-proto v0.11.8 |
946 | 2025-01-22T08:42:24.300Z | Downloaded typify-impl v0.2.0 |
947 | 2025-01-22T08:42:24.317Z | Downloaded ratatui v0.28.1 |
948 | 2025-01-22T08:42:24.331Z | Downloaded typify-impl v0.3.0 |
949 | 2025-01-22T08:42:24.347Z | Downloaded zerocopy v0.8.10 |
950 | 2025-01-22T08:42:24.371Z | Downloaded smoltcp v0.11.0 |
951 | 2025-01-22T08:42:24.384Z | Downloaded rustls v0.21.12 |
952 | 2025-01-22T08:42:24.395Z | Downloaded chrono-tz v0.10.0 |
953 | 2025-01-22T08:42:24.403Z | Downloaded zerocopy-derive v0.6.6 |
954 | 2025-01-22T08:42:24.413Z | Downloaded polar-core v0.27.3 |
955 | 2025-01-22T08:42:24.422Z | Downloaded regress v0.10.1 |
956 | 2025-01-22T08:42:24.431Z | Downloaded lzma-sys v0.1.20 |
957 | 2025-01-22T08:42:24.461Z | Downloaded rustls v0.23.19 |
958 | 2025-01-22T08:42:24.472Z | Downloaded rustls v0.22.4 |
959 | 2025-01-22T08:42:24.485Z | Downloaded openapiv3 v2.0.0 |
960 | 2025-01-22T08:42:24.498Z | Downloaded smoltcp v0.9.1 |
961 | 2025-01-22T08:42:24.509Z | Downloaded libz-sys v1.1.20 |
962 | 2025-01-22T08:42:24.529Z | Downloaded regex-automata v0.4.8 |
963 | 2025-01-22T08:42:24.546Z | Downloaded bstr v1.10.0 |
964 | 2025-01-22T08:42:24.557Z | Downloaded regex-syntax v0.8.5 |
965 | 2025-01-22T08:42:24.566Z | Downloaded bindgen v0.69.5 |
966 | 2025-01-22T08:42:24.573Z | Downloaded reqwest v0.12.9 |
967 | 2025-01-22T08:42:24.581Z | Downloaded toml_edit v0.19.15 |
968 | 2025-01-22T08:42:24.597Z | Downloaded sled v0.34.7 |
969 | 2025-01-22T08:42:24.607Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
970 | 2025-01-22T08:42:24.620Z | Downloaded bitvec v1.0.1 |
971 | 2025-01-22T08:42:24.634Z | Downloaded p384 v0.13.0 |
972 | 2025-01-22T08:42:24.641Z | Downloaded blake3 v1.5.4 |
973 | 2025-01-22T08:42:24.648Z | Downloaded proptest v1.5.0 |
974 | 2025-01-22T08:42:24.659Z | Downloaded rsa v0.9.6 |
975 | 2025-01-22T08:42:24.664Z | Downloaded sqlparser v0.45.0 |
976 | 2025-01-22T08:42:24.669Z | Downloaded rustls-webpki v0.102.8 |
977 | 2025-01-22T08:42:24.686Z | Downloaded regex-syntax v0.6.29 |
978 | 2025-01-22T08:42:24.694Z | Downloaded zip v0.6.6 |
979 | 2025-01-22T08:42:24.698Z | Downloaded quick-xml v0.33.0 |
980 | 2025-01-22T08:42:24.704Z | Downloaded aes-gcm v0.10.3 |
981 | 2025-01-22T08:42:24.708Z | Downloaded rustls-webpki v0.101.7 |
982 | 2025-01-22T08:42:24.721Z | Downloaded lalrpop v0.19.12 |
983 | 2025-01-22T08:42:24.732Z | Downloaded term v0.7.0 |
984 | 2025-01-22T08:42:24.735Z | Downloaded embedded-io v0.4.0 |
985 | 2025-01-22T08:42:24.737Z | Downloaded sct v0.7.1 |
986 | 2025-01-22T08:42:24.740Z | Downloaded url v2.5.3 |
987 | 2025-01-22T08:42:24.743Z | Downloaded der_derive v0.7.3 |
988 | 2025-01-22T08:42:24.745Z | Downloaded utf16_iter v1.0.5 |
989 | 2025-01-22T08:42:24.745Z | Downloaded ssh-encoding v0.2.0 |
990 | 2025-01-22T08:42:24.749Z | Downloaded pin-project-internal v1.1.6 |
991 | 2025-01-22T08:42:24.752Z | Downloaded petgraph v0.6.5 |
992 | 2025-01-22T08:42:24.767Z | Downloaded tokio v1.43.0 |
993 | 2025-01-22T08:42:24.804Z | Downloaded sha3 v0.10.8 |
994 | 2025-01-22T08:42:24.809Z | Downloaded derive_builder v0.20.2 |
995 | 2025-01-22T08:42:24.813Z | Downloaded csv v1.3.0 |
996 | 2025-01-22T08:42:24.834Z | Downloaded xattr v1.3.1 |
997 | 2025-01-22T08:42:24.837Z | Downloaded rustc-demangle v0.1.24 |
998 | 2025-01-22T08:42:24.840Z | Downloaded slog-bunyan v2.5.0 |
999 | 2025-01-22T08:42:24.840Z | Downloaded rustc_version v0.4.1 |
1000 | 2025-01-22T08:42:24.840Z | Downloaded predicates-tree v1.0.11 |
1001 | 2025-01-22T08:42:24.842Z | Downloaded derive_more v0.99.18 |
1002 | 2025-01-22T08:42:24.845Z | Downloaded encoding_rs v0.8.34 |
1003 | 2025-01-22T08:42:24.866Z | Downloaded rand_chacha v0.3.1 |
1004 | 2025-01-22T08:42:24.868Z | Downloaded progenitor-impl v0.9.1 |
1005 | 2025-01-22T08:42:24.870Z | Downloaded unicode-normalization v0.1.24 |
1006 | 2025-01-22T08:42:24.873Z | Downloaded hash32 v0.3.1 |
1007 | 2025-01-22T08:42:24.876Z | Downloaded pbkdf2 v0.11.0 |
1008 | 2025-01-22T08:42:24.876Z | Downloaded tinyvec v1.8.0 |
1009 | 2025-01-22T08:42:24.880Z | Downloaded parking_lot_core v0.8.6 |
1010 | 2025-01-22T08:42:24.883Z | Downloaded strum_macros v0.26.4 |
1011 | 2025-01-22T08:42:24.885Z | Downloaded env_filter v0.1.2 |
1012 | 2025-01-22T08:42:24.885Z | Downloaded itertools v0.12.1 |
1013 | 2025-01-22T08:42:24.891Z | Downloaded simd-adler32 v0.3.7 |
1014 | 2025-01-22T08:42:24.894Z | Downloaded num-traits v0.2.19 |
1015 | 2025-01-22T08:42:24.896Z | Downloaded flagset v0.4.6 |
1016 | 2025-01-22T08:42:24.900Z | Downloaded defmt-macros v0.3.9 |
1017 | 2025-01-22T08:42:24.904Z | Downloaded strum_macros v0.25.3 |
1018 | 2025-01-22T08:42:24.904Z | Downloaded dropshot_endpoint v0.12.0 |
1019 | 2025-01-22T08:42:24.907Z | Downloaded rustc-hash v1.1.0 |
1020 | 2025-01-22T08:42:24.907Z | Downloaded rand_xorshift v0.3.0 |
1021 | 2025-01-22T08:42:24.907Z | Downloaded nu-ansi-term v0.50.1 |
1022 | 2025-01-22T08:42:24.909Z | Downloaded tracing v0.1.40 |
1023 | 2025-01-22T08:42:24.913Z | Downloaded tokio-rustls v0.24.1 |
1024 | 2025-01-22T08:42:24.915Z | Downloaded pbkdf2 v0.12.2 |
1025 | 2025-01-22T08:42:24.917Z | Downloaded ghash v0.5.1 |
1026 | 2025-01-22T08:42:24.917Z | Downloaded gethostname v0.5.0 |
1027 | 2025-01-22T08:42:24.920Z | Downloaded rustc_version v0.1.7 |
1028 | 2025-01-22T08:42:24.920Z | Downloaded num-iter v0.1.45 |
1029 | 2025-01-22T08:42:24.922Z | Downloaded num-integer v0.1.46 |
1030 | 2025-01-22T08:42:24.922Z | Downloaded num-derive v0.4.2 |
1031 | 2025-01-22T08:42:24.925Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1032 | 2025-01-22T08:42:24.982Z | Downloaded num v0.4.3 |
1033 | 2025-01-22T08:42:24.985Z | Downloaded futures v0.3.31 |
1034 | 2025-01-22T08:42:24.988Z | Downloaded num-bigint v0.4.6 |
1035 | 2025-01-22T08:42:24.992Z | Downloaded unicode-segmentation v1.12.0 |
1036 | 2025-01-22T08:42:24.996Z | Downloaded derive-where v1.2.7 |
1037 | 2025-01-22T08:42:24.999Z | Downloaded ron v0.7.1 |
1038 | 2025-01-22T08:42:25.006Z | Downloaded unicode-truncate v1.1.0 |
1039 | 2025-01-22T08:42:25.008Z | Downloaded fs_extra v1.3.0 |
1040 | 2025-01-22T08:42:25.010Z | Downloaded vte v0.11.1 |
1041 | 2025-01-22T08:42:25.010Z | Downloaded serde_repr v0.1.19 |
1042 | 2025-01-22T08:42:25.013Z | Downloaded serde_plain v1.0.2 |
1043 | 2025-01-22T08:42:25.015Z | Downloaded serde_path_to_error v0.1.16 |
1044 | 2025-01-22T08:42:25.015Z | Downloaded string_cache v0.8.7 |
1045 | 2025-01-22T08:42:25.018Z | Downloaded tar v0.4.42 |
1046 | 2025-01-22T08:42:25.020Z | Downloaded snafu v0.8.5 |
1047 | 2025-01-22T08:42:25.024Z | Downloaded oso v0.27.3 |
1048 | 2025-01-22T08:42:25.030Z | Downloaded tokio-tungstenite v0.23.1 |
1049 | 2025-01-22T08:42:25.033Z | Downloaded half v2.4.1 |
1050 | 2025-01-22T08:42:25.033Z | Downloaded proc-macro-crate v1.3.1 |
1051 | 2025-01-22T08:42:25.035Z | Downloaded olpc-cjson v0.1.4 |
1052 | 2025-01-22T08:42:25.035Z | Downloaded tiny-keccak v2.0.2 |
1053 | 2025-01-22T08:42:25.038Z | Downloaded base64 v0.21.7 |
1054 | 2025-01-22T08:42:25.040Z | Downloaded untrusted v0.7.1 |
1055 | 2025-01-22T08:42:25.043Z | Downloaded libxml v0.3.3 |
1056 | 2025-01-22T08:42:25.048Z | Downloaded crypto-bigint v0.5.5 |
1057 | 2025-01-22T08:42:25.053Z | Downloaded itertools v0.10.5 |
1058 | 2025-01-22T08:42:25.059Z | Downloaded http v1.2.0 |
1059 | 2025-01-22T08:42:25.064Z | Downloaded compact_str v0.8.0 |
1060 | 2025-01-22T08:42:25.066Z | Downloaded arc-swap v1.7.1 |
1061 | 2025-01-22T08:42:25.070Z | Downloaded deranged v0.3.11 |
1062 | 2025-01-22T08:42:25.072Z | Downloaded wait-timeout v0.2.0 |
1063 | 2025-01-22T08:42:25.072Z | Downloaded downcast v0.11.0 |
1064 | 2025-01-22T08:42:25.075Z | Downloaded tabwriter v1.4.0 |
1065 | 2025-01-22T08:42:25.075Z | Downloaded strip-ansi-escapes v0.2.0 |
1066 | 2025-01-22T08:42:25.078Z | Downloaded diff v0.1.13 |
1067 | 2025-01-22T08:42:25.080Z | Downloaded tokio-postgres v0.7.12 |
1068 | 2025-01-22T08:42:25.083Z | Downloaded rustls-pemfile v1.0.4 |
1069 | 2025-01-22T08:42:25.086Z | Downloaded whoami v1.5.2 |
1070 | 2025-01-22T08:42:25.088Z | Downloaded peg-macros v0.8.4 |
1071 | 2025-01-22T08:42:25.091Z | Downloaded peg v0.8.4 |
1072 | 2025-01-22T08:42:25.093Z | Downloaded ff v0.13.0 |
1073 | 2025-01-22T08:42:25.096Z | Downloaded tokio-rustls v0.26.0 |
1074 | 2025-01-22T08:42:25.096Z | Downloaded time-macros v0.2.18 |
1075 | 2025-01-22T08:42:25.098Z | Downloaded slog-term v2.9.1 |
1076 | 2025-01-22T08:42:25.100Z | Downloaded bumpalo v3.16.0 |
1077 | 2025-01-22T08:42:25.103Z | Downloaded base64 v0.22.1 |
1078 | 2025-01-22T08:42:25.106Z | Downloaded tracing-core v0.1.32 |
1079 | 2025-01-22T08:42:25.109Z | Downloaded display-error-chain v0.2.2 |
1080 | 2025-01-22T08:42:25.111Z | Downloaded hickory-client v0.24.2 |
1081 | 2025-01-22T08:42:25.114Z | Downloaded hickory-server v0.24.2 |
1082 | 2025-01-22T08:42:25.117Z | Downloaded same-file v1.0.6 |
1083 | 2025-01-22T08:42:25.119Z | Downloaded rfc6979 v0.4.0 |
1084 | 2025-01-22T08:42:25.119Z | Downloaded resolv-conf v0.7.0 |
1085 | 2025-01-22T08:42:25.122Z | Downloaded progenitor v0.9.1 |
1086 | 2025-01-22T08:42:25.124Z | Downloaded futures-sink v0.3.31 |
1087 | 2025-01-22T08:42:25.124Z | Downloaded walkdir v2.5.0 |
1088 | 2025-01-22T08:42:25.124Z | Downloaded tap v1.0.1 |
1089 | 2025-01-22T08:42:25.127Z | Downloaded snafu-derive v0.8.5 |
1090 | 2025-01-22T08:42:25.127Z | Downloaded slog v2.7.0 |
1091 | 2025-01-22T08:42:25.129Z | Downloaded schemars v0.8.21 |
1092 | 2025-01-22T08:42:25.140Z | Downloaded rustls-pemfile v2.2.0 |
1093 | 2025-01-22T08:42:25.142Z | Downloaded hickory-resolver v0.24.2 |
1094 | 2025-01-22T08:42:25.146Z | Downloaded num_enum v0.5.11 |
1095 | 2025-01-22T08:42:25.150Z | Downloaded bytes v1.9.0 |
1096 | 2025-01-22T08:42:25.153Z | Downloaded russh-keys v0.45.0 |
1097 | 2025-01-22T08:42:25.156Z | Downloaded scheduled-thread-pool v0.2.7 |
1098 | 2025-01-22T08:42:25.159Z | Downloaded rcgen v0.12.1 |
1099 | 2025-01-22T08:42:25.161Z | Downloaded chacha20poly1305 v0.10.1 |
1100 | 2025-01-22T08:42:25.161Z | Downloaded crossbeam-utils v0.8.20 |
1101 | 2025-01-22T08:42:25.164Z | Downloaded crossbeam-epoch v0.9.18 |
1102 | 2025-01-22T08:42:25.167Z | Downloaded cobs v0.2.3 |
1103 | 2025-01-22T08:42:25.167Z | Downloaded fallible-iterator v0.3.0 |
1104 | 2025-01-22T08:42:25.169Z | Downloaded ena v0.14.3 |
1105 | 2025-01-22T08:42:25.171Z | Downloaded dyn-clone v1.0.17 |
1106 | 2025-01-22T08:42:25.171Z | Downloaded const-oid v0.9.6 |
1107 | 2025-01-22T08:42:25.174Z | Downloaded cassowary v0.3.0 |
1108 | 2025-01-22T08:42:25.176Z | Downloaded blake2 v0.10.6 |
1109 | 2025-01-22T08:42:25.176Z | Downloaded hmac v0.12.1 |
1110 | 2025-01-22T08:42:25.179Z | Downloaded cookie v0.18.1 |
1111 | 2025-01-22T08:42:25.181Z | Downloaded icu_properties v1.5.1 |
1112 | 2025-01-22T08:42:25.185Z | Downloaded structmeta-derive v0.3.0 |
1113 | 2025-01-22T08:42:25.185Z | Downloaded bit-vec v0.6.3 |
1114 | 2025-01-22T08:42:25.190Z | Downloaded base16ct v0.2.0 |
1115 | 2025-01-22T08:42:25.190Z | Downloaded assert_matches v1.5.0 |
1116 | 2025-01-22T08:42:25.190Z | Downloaded arrayref v0.3.9 |
1117 | 2025-01-22T08:42:25.193Z | Downloaded indexmap v1.9.3 |
1118 | 2025-01-22T08:42:25.193Z | Downloaded want v0.3.1 |
1119 | 2025-01-22T08:42:25.193Z | Downloaded libloading v0.8.5 |
1120 | 2025-01-22T08:42:25.195Z | Downloaded bitfield-struct v0.6.2 |
1121 | 2025-01-22T08:42:25.195Z | Downloaded async-bb8-diesel v0.2.1 |
1122 | 2025-01-22T08:42:25.198Z | Downloaded icu_locid v1.5.0 |
1123 | 2025-01-22T08:42:25.201Z | Downloaded icu_locid_transform_data v1.5.0 |
1124 | 2025-01-22T08:42:25.205Z | Downloaded iana-time-zone v0.1.61 |
1125 | 2025-01-22T08:42:25.207Z | Downloaded memmap2 v0.9.5 |
1126 | 2025-01-22T08:42:25.210Z | Downloaded csv-core v0.1.11 |
1127 | 2025-01-22T08:42:25.214Z | Downloaded schemars_derive v0.8.21 |
1128 | 2025-01-22T08:42:25.214Z | Downloaded jobserver v0.1.32 |
1129 | 2025-01-22T08:42:25.216Z | Downloaded cookie_store v0.21.1 |
1130 | 2025-01-22T08:42:25.216Z | Downloaded cancel-safe-futures v0.1.5 |
1131 | 2025-01-22T08:42:25.219Z | Downloaded buf-list v1.0.3 |
1132 | 2025-01-22T08:42:25.221Z | Downloaded const_format_proc_macros v0.2.33 |
1133 | 2025-01-22T08:42:25.223Z | Downloaded ciborium v0.2.2 |
1134 | 2025-01-22T08:42:25.226Z | Downloaded litemap v0.7.3 |
1135 | 2025-01-22T08:42:25.228Z | Downloaded libefi-sys v0.1.0 |
1136 | 2025-01-22T08:42:25.228Z | Downloaded hyper-rustls v0.27.3 |
1137 | 2025-01-22T08:42:25.231Z | Downloaded http-body-util v0.1.2 |
1138 | 2025-01-22T08:42:25.233Z | Downloaded colored v2.1.0 |
1139 | 2025-01-22T08:42:25.233Z | Downloaded blowfish v0.9.1 |
1140 | 2025-01-22T08:42:25.236Z | Downloaded castaway v0.2.3 |
1141 | 2025-01-22T08:42:25.236Z | Downloaded atomic-waker v1.1.2 |
1142 | 2025-01-22T08:42:25.238Z | Downloaded ciborium-io v0.2.2 |
1143 | 2025-01-22T08:42:25.238Z | Downloaded backoff v0.4.0 |
1144 | 2025-01-22T08:42:25.242Z | Downloaded hostname v0.4.0 |
1145 | 2025-01-22T08:42:25.242Z | Downloaded lalrpop-util v0.19.12 |
1146 | 2025-01-22T08:42:25.247Z | Downloaded async-trait v0.1.83 |
1147 | 2025-01-22T08:42:25.247Z | Downloaded is-terminal v0.4.13 |
1148 | 2025-01-22T08:42:25.251Z | Downloaded hyper-staticfile v0.10.1 |
1149 | 2025-01-22T08:42:25.251Z | Downloaded maplit v1.0.2 |
1150 | 2025-01-22T08:42:25.251Z | Downloaded lru-cache v0.1.2 |
1151 | 2025-01-22T08:42:25.251Z | Downloaded base64ct v1.6.0 |
1152 | 2025-01-22T08:42:25.253Z | Downloaded ascii-canvas v3.0.0 |
1153 | 2025-01-22T08:42:25.253Z | Downloaded libsw v3.3.1 |
1154 | 2025-01-22T08:42:25.256Z | Downloaded constant_time_eq v0.3.1 |
1155 | 2025-01-22T08:42:25.256Z | Downloaded chrono-tz-build v0.4.0 |
1156 | 2025-01-22T08:42:25.256Z | Downloaded bb8 v0.8.5 |
1157 | 2025-01-22T08:42:25.258Z | Downloaded httpdate v1.0.3 |
1158 | 2025-01-22T08:42:25.258Z | Downloaded home v0.5.9 |
1159 | 2025-01-22T08:42:25.258Z | Downloaded convert_case v0.4.0 |
1160 | 2025-01-22T08:42:25.261Z | Downloaded chacha20 v0.9.1 |
1161 | 2025-01-22T08:42:25.261Z | Downloaded md5 v0.7.0 |
1162 | 2025-01-22T08:42:25.264Z | Downloaded lru v0.12.5 |
1163 | 2025-01-22T08:42:25.264Z | Downloaded kstat-rs v0.2.4 |
1164 | 2025-01-22T08:42:25.266Z | Downloaded crossbeam-deque v0.8.5 |
1165 | 2025-01-22T08:42:25.266Z | Downloaded cbc v0.1.2 |
1166 | 2025-01-22T08:42:25.269Z | Downloaded bit-set v0.5.3 |
1167 | 2025-01-22T08:42:25.269Z | Downloaded cipher v0.4.4 |
1168 | 2025-01-22T08:42:25.269Z | Downloaded block-padding v0.3.3 |
1169 | 2025-01-22T08:42:25.273Z | Downloaded internet-checksum v0.2.1 |
1170 | 2025-01-22T08:42:25.275Z | Downloaded indent_write v2.2.0 |
1171 | 2025-01-22T08:42:25.275Z | Downloaded ciborium-ll v0.2.2 |
1172 | 2025-01-22T08:42:25.275Z | Downloaded hubpack v0.1.2 |
1173 | 2025-01-22T08:42:25.278Z | Downloaded hostname v0.3.1 |
1174 | 2025-01-22T08:42:25.278Z | Downloaded hubpack_derive v0.1.1 |
1175 | 2025-01-22T08:42:25.278Z | Downloaded http-body v1.0.1 |
1176 | 2025-01-22T08:42:25.410Z | Downloaded libsqlite3-sys v0.30.1 |
1177 | 2025-01-22T08:42:25.555Z | Downloaded ring v0.17.8 |
1178 | 2025-01-22T08:42:25.920Z | Downloaded aws-lc-sys v0.22.0 |
1179 | 2025-01-22T08:42:26.241Z | Compiling serde v1.0.217 |
1180 | 2025-01-22T08:42:26.243Z | Compiling lock_api v0.4.12 |
1181 | 2025-01-22T08:42:26.243Z | Compiling scopeguard v1.2.0 |
1182 | 2025-01-22T08:42:26.243Z | Compiling value-bag v1.9.0 |
1183 | 2025-01-22T08:42:26.243Z | Compiling typenum v1.17.0 |
1184 | 2025-01-22T08:42:26.243Z | Compiling generic-array v0.14.7 |
1185 | 2025-01-22T08:42:26.407Z | Compiling syn v2.0.96 |
1186 | 2025-01-22T08:42:26.421Z | Compiling getrandom v0.2.15 |
1187 | 2025-01-22T08:42:26.540Z | Compiling subtle v2.6.1 |
1188 | 2025-01-22T08:42:26.802Z | Compiling log v0.4.22 |
1189 | 2025-01-22T08:42:26.850Z | Compiling rand_core v0.6.4 |
1190 | 2025-01-22T08:42:26.928Z | Compiling shlex v1.3.0 |
1191 | 2025-01-22T08:42:26.962Z | Compiling jobserver v0.1.32 |
1192 | 2025-01-22T08:42:26.983Z | Compiling smallvec v1.13.2 |
1193 | 2025-01-22T08:42:27.306Z | Compiling const-oid v0.9.6 |
1194 | 2025-01-22T08:42:27.327Z | Compiling spin v0.9.8 |
1195 | 2025-01-22T08:42:27.382Z | Compiling cc v1.1.30 |
1196 | 2025-01-22T08:42:27.401Z | Compiling pin-project-lite v0.2.14 |
1197 | 2025-01-22T08:42:27.539Z | Compiling rustix v0.38.37 |
1198 | 2025-01-22T08:42:27.627Z | Compiling parking_lot_core v0.9.10 |
1199 | 2025-01-22T08:42:27.696Z | Compiling futures-core v0.3.31 |
1200 | 2025-01-22T08:42:27.832Z | Compiling signal-hook-registry v1.4.2 |
1201 | 2025-01-22T08:42:27.985Z | Compiling mio v1.0.2 |
1202 | 2025-01-22T08:42:28.519Z | Compiling aho-corasick v1.1.3 |
1203 | 2025-01-22T08:42:28.743Z | Compiling parking_lot v0.12.3 |
1204 | 2025-01-22T08:42:28.835Z | Compiling cpufeatures v0.2.14 |
1205 | 2025-01-22T08:42:28.953Z | Compiling regex-syntax v0.8.5 |
1206 | 2025-01-22T08:42:29.028Z | Compiling stable_deref_trait v1.2.0 |
1207 | 2025-01-22T08:42:29.161Z | Compiling either v1.13.0 |
1208 | 2025-01-22T08:42:29.312Z | Compiling lazy_static v1.5.0 |
1209 | 2025-01-22T08:42:29.488Z | Compiling glob v0.3.1 |
1210 | 2025-01-22T08:42:29.603Z | Compiling futures-sink v0.3.31 |
1211 | 2025-01-22T08:42:29.625Z | Compiling socket2 v0.5.7 |
1212 | 2025-01-22T08:42:29.628Z | Compiling slab v0.4.9 |
1213 | 2025-01-22T08:42:29.842Z | Compiling prettyplease v0.2.25 |
1214 | 2025-01-22T08:42:30.139Z | Compiling serde_json v1.0.135 |
1215 | 2025-01-22T08:42:30.168Z | Compiling minimal-lexical v0.2.1 |
1216 | 2025-01-22T08:42:30.415Z | Compiling clang-sys v1.8.1 |
1217 | 2025-01-22T08:42:30.581Z | Compiling libloading v0.8.5 |
1218 | 2025-01-22T08:42:30.740Z | Compiling nom v7.1.3 |
1219 | 2025-01-22T08:42:30.831Z | Compiling bindgen v0.69.5 |
1220 | 2025-01-22T08:42:31.011Z | Compiling home v0.5.9 |
1221 | 2025-01-22T08:42:31.292Z | Compiling futures-channel v0.3.31 |
1222 | 2025-01-22T08:42:31.451Z | Compiling itertools v0.12.1 |
1223 | 2025-01-22T08:42:31.740Z | Compiling allocator-api2 v0.2.18 |
1224 | 2025-01-22T08:42:31.795Z | Compiling futures-task v0.3.31 |
1225 | 2025-01-22T08:42:32.114Z | Compiling rustc-hash v1.1.0 |
1226 | 2025-01-22T08:42:32.296Z | Compiling lazycell v1.3.0 |
1227 | 2025-01-22T08:42:32.477Z | Compiling futures-io v0.3.31 |
1228 | 2025-01-22T08:42:32.538Z | Compiling foldhash v0.1.3 |
1229 | 2025-01-22T08:42:32.768Z | Compiling pin-utils v0.1.0 |
1230 | 2025-01-22T08:42:32.845Z | Compiling libm v0.2.8 |
1231 | 2025-01-22T08:42:32.871Z | Compiling regex-automata v0.4.8 |
1232 | 2025-01-22T08:42:33.256Z | Compiling hashbrown v0.15.1 |
1233 | 2025-01-22T08:42:33.698Z | Compiling cmake v0.1.51 |
1234 | 2025-01-22T08:42:34.309Z | Compiling cexpr v0.6.0 |
1235 | 2025-01-22T08:42:34.442Z | Compiling synstructure v0.13.1 |
1236 | 2025-01-22T08:42:34.624Z | Compiling num-traits v0.2.19 |
1237 | 2025-01-22T08:42:34.927Z | Compiling fs_extra v1.3.0 |
1238 | 2025-01-22T08:42:35.511Z | Compiling dunce v1.0.5 |
1239 | 2025-01-22T08:42:35.548Z | Compiling pkg-config v0.3.31 |
1240 | 2025-01-22T08:42:35.978Z | Compiling litemap v0.7.3 |
1241 | 2025-01-22T08:42:36.036Z | Compiling writeable v0.5.5 |
1242 | 2025-01-22T08:42:36.376Z | Compiling ring v0.17.8 |
1243 | 2025-01-22T08:42:36.617Z | Compiling paste v1.0.15 |
1244 | 2025-01-22T08:42:37.138Z | Compiling base64ct v1.6.0 |
1245 | 2025-01-22T08:42:37.386Z | Compiling flagset v0.4.6 |
1246 | 2025-01-22T08:42:37.408Z | Compiling icu_locid_transform_data v1.5.0 |
1247 | 2025-01-22T08:42:37.516Z | Compiling httparse v1.9.5 |
1248 | 2025-01-22T08:42:37.612Z | Compiling pem-rfc7468 v0.7.0 |
1249 | 2025-01-22T08:42:37.721Z | Compiling aws-lc-rs v1.10.0 |
1250 | 2025-01-22T08:42:38.292Z | Compiling tracing-core v0.1.32 |
1251 | 2025-01-22T08:42:38.310Z | Compiling crossbeam-utils v0.8.20 |
1252 | 2025-01-22T08:42:38.755Z | Compiling regex v1.11.1 |
1253 | 2025-01-22T08:42:38.861Z | Compiling rustls-pki-types v1.10.0 |
1254 | 2025-01-22T08:42:39.234Z | Compiling percent-encoding v2.3.1 |
1255 | 2025-01-22T08:42:39.525Z | Compiling icu_properties_data v1.5.0 |
1256 | 2025-01-22T08:42:39.740Z | Compiling time-core v0.1.2 |
1257 | 2025-01-22T08:42:39.840Z | Compiling untrusted v0.9.0 |
1258 | 2025-01-22T08:42:39.869Z | Compiling icu_normalizer_data v1.5.0 |
1259 | 2025-01-22T08:42:39.905Z | Compiling write16 v1.0.0 |
1260 | 2025-01-22T08:42:39.970Z | Compiling utf8_iter v1.0.4 |
1261 | 2025-01-22T08:42:39.991Z | Compiling mirai-annotations v1.12.0 |
1262 | 2025-01-22T08:42:40.053Z | Compiling powerfmt v0.2.0 |
1263 | 2025-01-22T08:42:40.093Z | Compiling serde_derive v1.0.217 |
1264 | 2025-01-22T08:42:40.176Z | Compiling zeroize_derive v1.4.2 |
1265 | 2025-01-22T08:42:40.220Z | Compiling zerocopy-derive v0.7.35 |
1266 | 2025-01-22T08:42:40.297Z | Compiling tokio-macros v2.5.0 |
1267 | 2025-01-22T08:42:40.448Z | Compiling zerofrom-derive v0.1.4 |
1268 | 2025-01-22T08:42:41.625Z | Compiling zeroize v1.8.1 |
1269 | 2025-01-22T08:42:41.789Z | Compiling yoke-derive v0.7.4 |
1270 | 2025-01-22T08:42:42.066Z | Compiling thiserror-impl v1.0.69 |
1271 | 2025-01-22T08:42:42.218Z | Compiling zerocopy v0.7.35 |
1272 | 2025-01-22T08:42:43.338Z | Compiling crypto-common v0.1.6 |
1273 | 2025-01-22T08:42:43.419Z | Compiling block-buffer v0.10.4 |
1274 | 2025-01-22T08:42:43.604Z | Compiling zerovec-derive v0.10.3 |
1275 | 2025-01-22T08:42:43.625Z | Compiling futures-macro v0.3.31 |
1276 | 2025-01-22T08:42:43.712Z | Compiling digest v0.10.7 |
1277 | 2025-01-22T08:42:44.115Z | Compiling zerofrom v0.1.4 |
1278 | 2025-01-22T08:42:44.197Z | Compiling hmac v0.12.1 |
1279 | 2025-01-22T08:42:44.356Z | Compiling displaydoc v0.2.5 |
1280 | 2025-01-22T08:42:44.451Z | Compiling block-padding v0.3.3 |
1281 | 2025-01-22T08:42:44.474Z | Compiling sha2 v0.10.8 |
1282 | 2025-01-22T08:42:44.627Z | Compiling yoke v0.7.4 |
1283 | 2025-01-22T08:42:44.712Z | Compiling inout v0.1.3 |
1284 | 2025-01-22T08:42:44.983Z | Compiling cipher v0.4.4 |
1285 | 2025-01-22T08:42:45.009Z | Compiling icu_provider_macros v1.5.0 |
1286 | 2025-01-22T08:42:45.172Z | Compiling thiserror v1.0.69 |
1287 | 2025-01-22T08:42:45.396Z | Compiling ppv-lite86 v0.2.20 |
1288 | 2025-01-22T08:42:45.521Z | Compiling der_derive v0.7.3 |
1289 | 2025-01-22T08:42:45.541Z | Compiling futures-util v0.3.31 |
1290 | 2025-01-22T08:42:45.957Z | Compiling tracing-attributes v0.1.27 |
1291 | 2025-01-22T08:42:46.092Z | Compiling rand_chacha v0.3.1 |
1292 | 2025-01-22T08:42:46.138Z | Compiling salsa20 v0.10.2 |
1293 | 2025-01-22T08:42:46.203Z | Compiling zerovec v0.10.4 |
1294 | 2025-01-22T08:42:46.367Z | Compiling pest v2.7.14 |
1295 | 2025-01-22T08:42:47.882Z | Compiling der v0.7.9 |
1296 | 2025-01-22T08:42:48.158Z | Compiling tinystr v0.7.6 |
1297 | 2025-01-22T08:42:48.515Z | Compiling icu_locid v1.5.0 |
1298 | 2025-01-22T08:42:48.573Z | Compiling icu_collections v1.5.0 |
1299 | 2025-01-22T08:42:48.594Z | Compiling rand v0.8.5 |
1300 | 2025-01-22T08:42:49.455Z | Compiling tracing v0.1.40 |
1301 | 2025-01-22T08:42:49.592Z | Compiling pbkdf2 v0.12.2 |
1302 | 2025-01-22T08:42:49.826Z | Compiling icu_provider v1.5.0 |
1303 | 2025-01-22T08:42:49.951Z | Compiling untrusted v0.7.1 |
1304 | 2025-01-22T08:42:50.008Z | Compiling spki v0.7.3 |
1305 | 2025-01-22T08:42:50.144Z | Compiling vcpkg v0.2.15 |
1306 | 2025-01-22T08:42:50.390Z | Compiling num-conv v0.1.0 |
1307 | 2025-01-22T08:42:50.615Z | Compiling icu_locid_transform v1.5.0 |
1308 | 2025-01-22T08:42:50.685Z | Compiling utf16_iter v1.0.5 |
1309 | 2025-01-22T08:42:50.688Z | Compiling time-macros v0.2.18 |
1310 | 2025-01-22T08:42:50.823Z | Compiling scrypt v0.11.0 |
1311 | 2025-01-22T08:42:50.938Z | Compiling pest_meta v2.7.14 |
1312 | 2025-01-22T08:42:51.084Z | Compiling cbc v0.1.2 |
1313 | 2025-01-22T08:42:51.105Z | Compiling aes v0.8.4 |
1314 | 2025-01-22T08:42:51.364Z | Compiling deranged v0.3.11 |
1315 | 2025-01-22T08:42:52.076Z | Compiling icu_properties v1.5.1 |
1316 | 2025-01-22T08:42:52.868Z | Compiling openssl-sys v0.9.103 |
1317 | 2025-01-22T08:42:53.158Z | Compiling scroll_derive v0.12.0 |
1318 | 2025-01-22T08:42:53.927Z | Compiling bitflags v2.6.0 |
1319 | 2025-01-22T08:42:53.981Z | Compiling bytes v1.9.0 |
1320 | 2025-01-22T08:42:54.027Z | Compiling indexmap v2.7.0 |
1321 | 2025-01-22T08:42:54.550Z | Compiling semver v1.0.24 |
1322 | 2025-01-22T08:42:55.046Z | Compiling tokio v1.43.0 |
1323 | 2025-01-22T08:42:55.207Z | Compiling http v1.2.0 |
1324 | 2025-01-22T08:42:55.282Z | Compiling rustc_version v0.4.1 |
1325 | 2025-01-22T08:42:55.546Z | Compiling atomic-waker v1.1.2 |
1326 | 2025-01-22T08:42:55.758Z | Compiling num_threads v0.1.7 |
1327 | 2025-01-22T08:42:55.899Z | Compiling icu_normalizer v1.5.0 |
1328 | 2025-01-22T08:42:55.973Z | Compiling tinyvec_macros v0.1.1 |
1329 | 2025-01-22T08:42:56.078Z | Compiling tinyvec v1.8.0 |
1330 | 2025-01-22T08:42:56.628Z | Compiling time v0.3.36 |
1331 | 2025-01-22T08:42:56.903Z | Compiling idna_adapter v1.2.0 |
1332 | 2025-01-22T08:42:56.953Z | Compiling http-body v1.0.1 |
1333 | 2025-01-22T08:42:57.150Z | Compiling scroll v0.12.0 |
1334 | 2025-01-22T08:42:57.319Z | Compiling pest_generator v2.7.14 |
1335 | 2025-01-22T08:42:57.609Z | Compiling pkcs5 v0.7.1 |
1336 | 2025-01-22T08:42:57.622Z | Compiling form_urlencoded v1.2.1 |
1337 | 2025-01-22T08:42:57.711Z | Compiling slog v2.7.0 |
1338 | 2025-01-22T08:42:57.732Z | Compiling try-lock v0.2.5 |
1339 | 2025-01-22T08:42:57.901Z | Compiling want v0.3.1 |
1340 | 2025-01-22T08:42:57.944Z | Compiling goblin v0.8.2 |
1341 | 2025-01-22T08:42:58.223Z | Compiling which v4.4.2 |
1342 | 2025-01-22T08:42:58.327Z | Compiling pkcs8 v0.10.2 |
1343 | 2025-01-22T08:42:58.839Z | Compiling idna v1.0.3 |
1344 | 2025-01-22T08:42:59.001Z | Compiling uuid v1.12.0 |
1345 | 2025-01-22T08:42:59.275Z | Compiling httpdate v1.0.3 |
1346 | 2025-01-22T08:42:59.364Z | Compiling pest_derive v2.7.14 |
1347 | 2025-01-22T08:42:59.826Z | Compiling iana-time-zone v0.1.61 |
1348 | 2025-01-22T08:43:00.173Z | Compiling chrono v0.4.39 |
1349 | 2025-01-22T08:43:00.223Z | Compiling dtrace-parser v0.2.0 |
1350 | 2025-01-22T08:43:00.551Z | Compiling serde_spanned v0.6.8 |
1351 | 2025-01-22T08:43:00.804Z | Compiling serde_tokenstream v0.2.2 |
1352 | 2025-01-22T08:43:01.286Z | Compiling toml_datetime v0.6.8 |
1353 | 2025-01-22T08:43:01.416Z | Compiling foreign-types-shared v0.1.1 |
1354 | 2025-01-22T08:43:01.555Z | Compiling openssl v0.10.66 |
1355 | 2025-01-22T08:43:01.593Z | Compiling rustversion v1.0.17 |
1356 | 2025-01-22T08:43:01.801Z | Compiling tower-service v0.3.3 |
1357 | 2025-01-22T08:43:01.957Z | Compiling match_cfg v0.1.0 |
1358 | 2025-01-22T08:43:02.047Z | Compiling base64 v0.22.1 |
1359 | 2025-01-22T08:43:02.068Z | Compiling adler2 v2.0.0 |
1360 | 2025-01-22T08:43:02.184Z | Compiling hostname v0.3.1 |
1361 | 2025-01-22T08:43:02.303Z | Compiling miniz_oxide v0.8.0 |
1362 | 2025-01-22T08:43:02.385Z | Compiling foreign-types v0.3.2 |
1363 | 2025-01-22T08:43:02.411Z | Compiling url v2.5.3 |
1364 | 2025-01-22T08:43:02.672Z | Compiling async-trait v0.1.83 |
1365 | 2025-01-22T08:43:03.726Z | Compiling tokio-util v0.7.12 |
1366 | 2025-01-22T08:43:03.865Z | Compiling openssl-macros v0.1.1 |
1367 | 2025-01-22T08:43:03.887Z | Compiling dof v0.3.0 |
1368 | 2025-01-22T08:43:04.294Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2025-01-22T08:43:04.623Z | Compiling dirs-sys-next v0.1.2 |
1370 | 2025-01-22T08:43:05.024Z | Compiling h2 v0.4.6 |
1371 | 2025-01-22T08:43:05.200Z | Compiling usdt-impl v0.5.0 |
1372 | 2025-01-22T08:43:05.222Z | Compiling rustls v0.22.4 |
1373 | 2025-01-22T08:43:05.511Z | Compiling schemars v0.8.21 |
1374 | 2025-01-22T08:43:05.732Z | Compiling syn v1.0.109 |
1375 | 2025-01-22T08:43:05.852Z | Compiling rustls v0.23.19 |
1376 | 2025-01-22T08:43:06.146Z | Compiling data-encoding v2.6.0 |
1377 | 2025-01-22T08:43:06.336Z | Compiling siphasher v0.3.11 |
1378 | 2025-01-22T08:43:06.628Z | Compiling native-tls v0.2.12 |
1379 | 2025-01-22T08:43:06.752Z | Compiling schemars_derive v0.8.21 |
1380 | 2025-01-22T08:43:06.877Z | Compiling dirs-next v2.0.0 |
1381 | 2025-01-22T08:43:07.666Z | Compiling unicode-normalization v0.1.24 |
1382 | 2025-01-22T08:43:08.330Z | Compiling http-body-util v0.1.2 |
1383 | 2025-01-22T08:43:08.439Z | Compiling crossbeam-epoch v0.9.18 |
1384 | 2025-01-22T08:43:08.837Z | Compiling heapless v0.7.17 |
1385 | 2025-01-22T08:43:08.862Z | Compiling signature v2.2.0 |
1386 | 2025-01-22T08:43:09.117Z | Compiling sha1 v0.10.6 |
1387 | 2025-01-22T08:43:09.180Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1388 | 2025-01-22T08:43:09.201Z | Compiling thread_local v1.1.8 |
1389 | 2025-01-22T08:43:09.273Z | Compiling cookie v0.18.1 |
1390 | 2025-01-22T08:43:09.546Z | Compiling encoding_rs v0.8.34 |
1391 | 2025-01-22T08:43:09.572Z | Compiling multer v3.1.0 |
1392 | 2025-01-22T08:43:09.652Z | Compiling openssl-probe v0.1.5 |
1393 | 2025-01-22T08:43:09.684Z | Compiling mime v0.3.17 |
1394 | 2025-01-22T08:43:09.870Z | Compiling dyn-clone v1.0.17 |
1395 | 2025-01-22T08:43:09.996Z | Compiling slog-async v2.8.0 |
1396 | 2025-01-22T08:43:10.070Z | Compiling rayon-core v1.12.1 |
1397 | 2025-01-22T08:43:10.106Z | Compiling ipnet v2.10.1 |
1398 | 2025-01-22T08:43:10.188Z | Compiling unicode-properties v0.1.3 |
1399 | 2025-01-22T08:43:10.377Z | Compiling gimli v0.31.1 |
1400 | 2025-01-22T08:43:10.489Z | Compiling signal-hook v0.3.17 |
1401 | 2025-01-22T08:43:10.597Z | Compiling unicode-bidi v0.3.17 |
1402 | 2025-01-22T08:43:11.326Z | Compiling toml_edit v0.22.22 |
1403 | 2025-01-22T08:43:11.981Z | Compiling stringprep v0.1.5 |
1404 | 2025-01-22T08:43:13.084Z | Compiling hyper v1.5.2 |
1405 | 2025-01-22T08:43:14.689Z | Compiling crossbeam-deque v0.8.5 |
1406 | 2025-01-22T08:43:15.040Z | Compiling addr2line v0.24.2 |
1407 | 2025-01-22T08:43:15.062Z | Compiling usdt-macro v0.5.0 |
1408 | 2025-01-22T08:43:15.388Z | Compiling usdt-attr-macro v0.5.0 |
1409 | 2025-01-22T08:43:15.619Z | Compiling hyper-util v0.1.10 |
1410 | 2025-01-22T08:43:15.714Z | Compiling term v0.7.0 |
1411 | 2025-01-22T08:43:16.506Z | Compiling slog-json v2.6.1 |
1412 | 2025-01-22T08:43:16.886Z | Compiling serde_urlencoded v0.7.1 |
1413 | 2025-01-22T08:43:16.973Z | Compiling crossbeam-channel v0.5.13 |
1414 | 2025-01-22T08:43:17.005Z | Compiling curve25519-dalek v4.1.3 |
1415 | 2025-01-22T08:43:17.045Z | Compiling futures-executor v0.3.31 |
1416 | 2025-01-22T08:43:17.375Z | Compiling md-5 v0.10.6 |
1417 | 2025-01-22T08:43:17.622Z | Compiling async-stream-impl v0.3.6 |
1418 | 2025-01-22T08:43:17.665Z | Compiling enum-as-inner v0.6.1 |
1419 | 2025-01-22T08:43:17.726Z | Compiling rustls-pemfile v2.2.0 |
1420 | 2025-01-22T08:43:18.028Z | Compiling num-integer v0.1.46 |
1421 | 2025-01-22T08:43:18.146Z | Compiling hash32 v0.2.1 |
1422 | 2025-01-22T08:43:18.537Z | Compiling ff v0.13.0 |
1423 | 2025-01-22T08:43:18.729Z | Compiling is-terminal v0.4.13 |
1424 | 2025-01-22T08:43:18.774Z | Compiling object v0.36.5 |
1425 | 2025-01-22T08:43:18.796Z | Compiling dropshot v0.12.0 |
1426 | 2025-01-22T08:43:18.817Z | Compiling fallible-iterator v0.2.0 |
1427 | 2025-01-22T08:43:18.841Z | Compiling base16ct v0.2.0 |
1428 | 2025-01-22T08:43:18.982Z | Compiling rustc-demangle v0.1.24 |
1429 | 2025-01-22T08:43:19.064Z | Compiling anyhow v1.0.95 |
1430 | 2025-01-22T08:43:19.094Z | Compiling linked-hash-map v0.5.6 |
1431 | 2025-01-22T08:43:19.187Z | Compiling portable-atomic v1.9.0 |
1432 | 2025-01-22T08:43:19.454Z | Compiling quick-error v1.2.3 |
1433 | 2025-01-22T08:43:19.479Z | Compiling psl-types v2.0.11 |
1434 | 2025-01-22T08:43:19.611Z | Compiling smoltcp v0.9.1 |
1435 | 2025-01-22T08:43:19.660Z | Compiling take_mut v0.2.2 |
1436 | 2025-01-22T08:43:19.682Z | Compiling litrs v0.4.1 |
1437 | 2025-01-22T08:43:19.846Z | Compiling num-bigint-dig v0.8.4 |
1438 | 2025-01-22T08:43:19.948Z | Compiling utf-8 v0.7.6 |
1439 | 2025-01-22T08:43:20.203Z | Compiling tungstenite v0.24.0 |
1440 | 2025-01-22T08:43:20.268Z | Compiling publicsuffix v2.3.0 |
1441 | 2025-01-22T08:43:20.600Z | Compiling resolv-conf v0.7.0 |
1442 | 2025-01-22T08:43:20.728Z | Compiling lru-cache v0.1.2 |
1443 | 2025-01-22T08:43:20.823Z | Compiling document-features v0.2.10 |
1444 | 2025-01-22T08:43:20.947Z | Compiling postgres-protocol v0.6.7 |
1445 | 2025-01-22T08:43:21.366Z | Compiling sec1 v0.7.3 |
1446 | 2025-01-22T08:43:21.425Z | Compiling async-stream v0.3.6 |
1447 | 2025-01-22T08:43:21.740Z | Compiling slog-term v2.9.1 |
1448 | 2025-01-22T08:43:21.954Z | Compiling usdt v0.5.0 |
1449 | 2025-01-22T08:43:22.079Z | Compiling hickory-proto v0.24.2 |
1450 | 2025-01-22T08:43:22.219Z | Compiling group v0.13.0 |
1451 | 2025-01-22T08:43:22.409Z | Compiling num-iter v0.1.45 |
1452 | 2025-01-22T08:43:22.614Z | Compiling futures v0.3.31 |
1453 | 2025-01-22T08:43:22.679Z | Compiling slog-bunyan v2.5.0 |
1454 | 2025-01-22T08:43:22.925Z | Compiling toml v0.8.19 |
1455 | 2025-01-22T08:43:23.597Z | Compiling camino v1.1.9 |
1456 | 2025-01-22T08:43:24.055Z | Compiling tokio-native-tls v0.3.1 |
1457 | 2025-01-22T08:43:24.562Z | Compiling phf_shared v0.11.2 |
1458 | 2025-01-22T08:43:24.597Z | Compiling dropshot_endpoint v0.12.0 |
1459 | 2025-01-22T08:43:24.941Z | Compiling terminal_size v0.4.0 |
1460 | 2025-01-22T08:43:25.189Z | Compiling openapiv3 v2.0.0 |
1461 | 2025-01-22T08:43:25.399Z | Compiling waitgroup v0.1.2 |
1462 | 2025-01-22T08:43:25.438Z | Compiling backtrace v0.3.74 |
1463 | 2025-01-22T08:43:25.647Z | Compiling serde_path_to_error v0.1.16 |
1464 | 2025-01-22T08:43:26.086Z | Compiling hkdf v0.12.4 |
1465 | 2025-01-22T08:43:26.372Z | Compiling crypto-bigint v0.5.5 |
1466 | 2025-01-22T08:43:26.512Z | Compiling curve25519-dalek-derive v0.1.1 |
1467 | 2025-01-22T08:43:27.972Z | Compiling zerocopy-derive v0.6.6 |
1468 | 2025-01-22T08:43:28.740Z | Compiling webpki-roots v0.26.6 |
1469 | 2025-01-22T08:43:28.902Z | Compiling hostname v0.4.0 |
1470 | 2025-01-22T08:43:29.017Z | Compiling fs-err v2.11.0 |
1471 | 2025-01-22T08:43:29.144Z | Compiling ahash v0.8.11 |
1472 | 2025-01-22T08:43:29.177Z | Compiling hubpack_derive v0.1.1 |
1473 | 2025-01-22T08:43:29.341Z | Compiling crc32fast v1.4.2 |
1474 | 2025-01-22T08:43:29.494Z | Compiling debug-ignore v1.0.5 |
1475 | 2025-01-22T08:43:29.498Z | Compiling managed v0.8.0 |
1476 | 2025-01-22T08:43:29.661Z | Compiling newtype-uuid v1.2.1 |
1477 | 2025-01-22T08:43:29.685Z | Compiling bitflags v1.3.2 |
1478 | 2025-01-22T08:43:29.871Z | Compiling winnow v0.5.40 |
1479 | 2025-01-22T08:43:29.940Z | Compiling strum_macros v0.25.3 |
1480 | 2025-01-22T08:43:29.991Z | Compiling zerocopy v0.6.6 |
1481 | 2025-01-22T08:43:30.064Z | Compiling hubpack v0.1.2 |
1482 | 2025-01-22T08:43:30.529Z | Compiling console v0.15.8 |
1483 | 2025-01-22T08:43:30.767Z | Compiling clap_builder v4.5.21 |
1484 | 2025-01-22T08:43:31.815Z | Compiling flate2 v1.0.35 |
1485 | 2025-01-22T08:43:32.090Z | Compiling elliptic-curve v0.13.8 |
1486 | 2025-01-22T08:43:32.721Z | Compiling hickory-resolver v0.24.2 |
1487 | 2025-01-22T08:43:32.931Z | Compiling signal-hook-mio v0.2.4 |
1488 | 2025-01-22T08:43:33.207Z | Compiling phf v0.11.2 |
1489 | 2025-01-22T08:43:33.444Z | Compiling toml_edit v0.19.15 |
1490 | 2025-01-22T08:43:33.590Z | Compiling hyper-tls v0.6.0 |
1491 | 2025-01-22T08:43:33.615Z | Compiling rayon v1.10.0 |
1492 | 2025-01-22T08:43:33.949Z | Compiling cookie_store v0.21.1 |
1493 | 2025-01-22T08:43:34.039Z | Compiling bzip2 v0.4.4 |
1494 | 2025-01-22T08:43:35.460Z | Compiling postgres-types v0.2.8 |
1495 | 2025-01-22T08:43:36.888Z | Compiling tokio-tungstenite v0.24.0 |
1496 | 2025-01-22T08:43:38.037Z | Compiling ed25519 v2.2.3 |
1497 | 2025-01-22T08:43:38.878Z | Compiling phf_shared v0.10.0 |
1498 | 2025-01-22T08:43:38.984Z | Compiling tokio-stream v0.1.16 |
1499 | 2025-01-22T08:43:39.297Z | Compiling pkcs1 v0.7.5 |
1500 | 2025-01-22T08:43:39.351Z | Compiling serde-big-array v0.5.1 |
1501 | 2025-01-22T08:43:39.600Z | Compiling rfc6979 v0.4.0 |
1502 | 2025-01-22T08:43:39.883Z | Compiling clap_derive v4.5.18 |
1503 | 2025-01-22T08:43:40.053Z | Compiling serde_repr v0.1.19 |
1504 | 2025-01-22T08:43:40.074Z | Compiling derive-where v1.2.7 |
1505 | 2025-01-22T08:43:40.255Z | Compiling float-cmp v0.9.0 |
1506 | 2025-01-22T08:43:40.510Z | Compiling bstr v1.10.0 |
1507 | 2025-01-22T08:43:40.612Z | Compiling sync_wrapper v1.0.1 |
1508 | 2025-01-22T08:43:40.784Z | Compiling precomputed-hash v0.1.1 |
1509 | 2025-01-22T08:43:40.988Z | Compiling whoami v1.5.2 |
1510 | 2025-01-22T08:43:41.050Z | Compiling normalize-line-endings v0.3.0 |
1511 | 2025-01-22T08:43:41.181Z | Compiling predicates-core v1.0.8 |
1512 | 2025-01-22T08:43:41.201Z | Compiling difflib v0.4.0 |
1513 | 2025-01-22T08:43:41.526Z | Compiling bit-vec v0.6.3 |
1514 | 2025-01-22T08:43:41.574Z | Compiling unicode-width v0.2.0 |
1515 | 2025-01-22T08:43:41.971Z | Compiling unicode-segmentation v1.12.0 |
1516 | 2025-01-22T08:43:42.153Z | Compiling new_debug_unreachable v1.0.6 |
1517 | 2025-01-22T08:43:42.225Z | Compiling number_prefix v0.4.0 |
1518 | 2025-01-22T08:43:42.269Z | Compiling fixedbitset v0.4.2 |
1519 | 2025-01-22T08:43:42.482Z | Compiling static_assertions v1.1.0 |
1520 | 2025-01-22T08:43:42.603Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1521 | 2025-01-22T08:43:42.624Z | Compiling petgraph v0.6.5 |
1522 | 2025-01-22T08:43:42.701Z | Compiling similar v2.6.0 |
1523 | 2025-01-22T08:43:42.878Z | Compiling indicatif v0.17.9 |
1524 | 2025-01-22T08:43:43.424Z | Compiling string_cache v0.8.7 |
1525 | 2025-01-22T08:43:43.854Z | Compiling bit-set v0.5.3 |
1526 | 2025-01-22T08:43:44.153Z | Compiling predicates v3.1.2 |
1527 | 2025-01-22T08:43:44.663Z | Compiling clap v4.5.21 |
1528 | 2025-01-22T08:43:44.802Z | Compiling tokio-postgres v0.7.12 |
1529 | 2025-01-22T08:43:44.963Z | Compiling rsa v0.9.6 |
1530 | 2025-01-22T08:43:45.040Z | Compiling ecdsa v0.16.9 |
1531 | 2025-01-22T08:43:45.803Z | Compiling ed25519-dalek v2.1.1 |
1532 | 2025-01-22T08:43:45.898Z | Compiling toml v0.7.8 |
1533 | 2025-01-22T08:43:46.394Z | Compiling zip v0.6.6 |
1534 | 2025-01-22T08:43:47.159Z | Compiling crossterm v0.28.1 |
1535 | 2025-01-22T08:43:48.451Z | Compiling hex v0.4.3 |
1536 | 2025-01-22T08:43:48.755Z | Compiling x509-cert v0.2.5 |
1537 | 2025-01-22T08:43:49.081Z | Compiling itertools v0.10.5 |
1538 | 2025-01-22T08:43:49.178Z | Compiling unicode-xid v0.2.6 |
1539 | 2025-01-22T08:43:49.300Z | Compiling lalrpop-util v0.19.12 |
1540 | 2025-01-22T08:43:49.380Z | Compiling peg-runtime v0.8.3 |
1541 | 2025-01-22T08:43:49.697Z | Compiling strum_macros v0.26.4 |
1542 | 2025-01-22T08:43:50.011Z | Compiling xattr v1.3.1 |
1543 | 2025-01-22T08:43:50.303Z | Compiling filetime v0.2.25 |
1544 | 2025-01-22T08:43:50.642Z | Compiling tar v0.4.42 |
1545 | 2025-01-22T08:43:54.618Z | Compiling strum v0.26.3 |
1546 | 2025-01-22T08:43:58.624Z | Compiling aws-lc-sys v0.22.0 |
1547 | 2025-01-22T08:44:27.714Z | Compiling rustls-webpki v0.102.8 |
1548 | 2025-01-22T08:44:31.266Z | Compiling tokio-rustls v0.25.0 |
1549 | 2025-01-22T08:44:32.978Z | Compiling tokio-rustls v0.26.0 |
1550 | 2025-01-22T08:44:33.333Z | Compiling hyper-rustls v0.27.3 |
1551 | 2025-01-22T08:44:33.721Z | Compiling reqwest v0.12.9 |
1552 | 2025-01-22T08:44:35.286Z | Compiling qorb v0.2.1 |
1553 | 2025-01-22T08:44:38.599Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1554 | 2025-01-22T08:44:38.876Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1555 | 2025-01-22T08:44:43.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
1556 | 2025-01-22T08:44:43.908Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1557 | 2025-01-22T08:44:43.966Z | Jan 22 08:44:43.177 INFO Starting download, target: Clickhouse |
1558 | 2025-01-22T08:44:43.966Z | Jan 22 08:44:43.177 INFO Starting download, target: Console |
1559 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.177 INFO Starting download, target: Cockroach |
1560 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.177 INFO Starting download, target: DendriteOpenapi |
1561 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.177 INFO Starting download, target: DendriteStub |
1562 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.177 INFO Starting download, target: MaghemiteMgd |
1563 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.177 INFO Starting download, target: TransceiverControl |
1564 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.178 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1565 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.178 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1566 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.178 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1567 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.178 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1568 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.178 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1569 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.178 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1570 | 2025-01-22T08:44:43.969Z | Jan 22 08:44:43.178 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1571 | 2025-01-22T08:44:44.137Z | Jan 22 08:44:43.343 INFO Download complete, target: DendriteOpenapi |
1572 | 2025-01-22T08:44:44.430Z | Jan 22 08:44:43.619 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1573 | 2025-01-22T08:44:44.871Z | Jan 22 08:44:43.884 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1574 | 2025-01-22T08:44:44.918Z | Jan 22 08:44:44.123 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1575 | 2025-01-22T08:44:44.984Z | Jan 22 08:44:44.193 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1576 | 2025-01-22T08:44:45.067Z | Jan 22 08:44:44.277 INFO Download complete, target: Console |
1577 | 2025-01-22T08:44:45.118Z | Jan 22 08:44:44.328 INFO Download complete, target: TransceiverControl |
1578 | 2025-01-22T08:44:45.393Z | Jan 22 08:44:44.604 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1579 | 2025-01-22T08:44:45.393Z | Jan 22 08:44:44.604 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1580 | 2025-01-22T08:44:45.886Z | Jan 22 08:44:45.097 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1581 | 2025-01-22T08:44:47.762Z | Jan 22 08:44:46.973 INFO Download complete, target: DendriteStub |
1582 | 2025-01-22T08:44:47.852Z | Jan 22 08:44:47.063 INFO Download complete, target: MaghemiteMgd |
1583 | 2025-01-22T08:44:52.989Z | Jan 22 08:44:52.124 INFO Checking that binary works, target: Cockroach |
1584 | 2025-01-22T08:44:53.258Z | Jan 22 08:44:52.303 INFO Download complete, target: Cockroach |
1585 | 2025-01-22T08:44:58.500Z | Jan 22 08:44:57.709 INFO Checking that binary works, target: Clickhouse |
1586 | 2025-01-22T08:44:58.670Z | Jan 22 08:44:57.879 INFO Download complete, target: Clickhouse |
1587 | 2025-01-22T08:44:58.693Z | All builder prerequisites installed successfully, and PATH looks valid |
1588 | 2025-01-22T08:44:58.695Z | |
1589 | 2025-01-22T08:44:58.695Z | real 5:28.607841169 |
1590 | 2025-01-22T08:44:58.695Z | user 16:31.417240154 |
1591 | 2025-01-22T08:44:58.695Z | sys 2:10.395067142 |
1592 | 2025-01-22T08:44:58.695Z | trap 0.654904683 |
1593 | 2025-01-22T08:44:58.695Z | tflt 1.412700557 |
1594 | 2025-01-22T08:44:58.695Z | dflt 1.660582543 |
1595 | 2025-01-22T08:44:58.695Z | kflt 0.024841656 |
1596 | 2025-01-22T08:44:58.695Z | lock 26:15.801500853 |
1597 | 2025-01-22T08:44:58.695Z | slp 58:45.458106875 |
1598 | 2025-01-22T08:44:58.695Z | lat 1:02.385688290 |
1599 | 2025-01-22T08:44:58.695Z | stop 2:28.297507430 |
1600 | 2025-01-22T08:44:58.695Z | + banner clippy |
1601 | 2025-01-22T08:44:58.698Z | |
1602 | 2025-01-22T08:44:58.698Z | #### # # ##### ##### # # |
1603 | 2025-01-22T08:44:58.698Z | # # # # # # # # # # |
1604 | 2025-01-22T08:44:58.698Z | # # # # # # # # |
1605 | 2025-01-22T08:44:58.698Z | # # # ##### ##### # |
1606 | 2025-01-22T08:44:58.698Z | # # # # # # # |
1607 | 2025-01-22T08:44:58.698Z | #### ###### # # # # |
1608 | 2025-01-22T08:44:58.698Z | |
1609 | 2025-01-22T08:44:58.698Z | + export CARGO_INCREMENTAL=0 |
1610 | 2025-01-22T08:44:58.698Z | + CARGO_INCREMENTAL=0 |
1611 | 2025-01-22T08:44:58.698Z | + ptime -m cargo xtask clippy |
1612 | 2025-01-22T08:44:59.267Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1613 | 2025-01-22T08:45:02.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
1614 | 2025-01-22T08:45:02.417Z | Running `target/debug/xtask clippy` |
1615 | 2025-01-22T08:45:02.445Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1616 | 2025-01-22T08:45:03.143Z | Downloading crates ... |
1617 | 2025-01-22T08:45:03.472Z | Downloaded anes v0.1.6 |
1618 | 2025-01-22T08:45:03.492Z | Downloaded async-lock v3.4.0 |
1619 | 2025-01-22T08:45:03.499Z | Downloaded async-io v2.3.4 |
1620 | 2025-01-22T08:45:03.503Z | Downloaded oorandom v11.1.4 |
1621 | 2025-01-22T08:45:03.505Z | Downloaded criterion-plot v0.5.0 |
1622 | 2025-01-22T08:45:03.505Z | Downloaded async-process v2.3.0 |
1623 | 2025-01-22T08:45:03.507Z | Downloaded guppy-workspace-hack v0.1.0 |
1624 | 2025-01-22T08:45:03.510Z | Downloaded event-listener-strategy v0.5.2 |
1625 | 2025-01-22T08:45:03.510Z | Downloaded escape8259 v0.5.3 |
1626 | 2025-01-22T08:45:03.513Z | Downloaded event-listener v5.3.1 |
1627 | 2025-01-22T08:45:03.516Z | Downloaded async-task v4.7.1 |
1628 | 2025-01-22T08:45:03.526Z | Downloaded futures-timer v3.0.3 |
1629 | 2025-01-22T08:45:03.528Z | Downloaded nested v0.1.1 |
1630 | 2025-01-22T08:45:03.531Z | Downloaded blake2b_simd v1.0.2 |
1631 | 2025-01-22T08:45:03.531Z | Downloaded async-attributes v1.1.2 |
1632 | 2025-01-22T08:45:03.533Z | Downloaded guppy v0.17.8 |
1633 | 2025-01-22T08:45:03.539Z | Downloaded concurrent-queue v2.5.0 |
1634 | 2025-01-22T08:45:03.541Z | Downloaded assert_cmd v2.0.16 |
1635 | 2025-01-22T08:45:03.544Z | Downloaded async-std v1.13.0 |
1636 | 2025-01-22T08:45:03.579Z | Downloaded libtest-mimic v0.7.3 |
1637 | 2025-01-22T08:45:03.582Z | Downloaded assert-json-diff v2.0.2 |
1638 | 2025-01-22T08:45:03.584Z | Downloaded hyper-rustls v0.26.0 |
1639 | 2025-01-22T08:45:03.587Z | Downloaded futures-lite v2.3.0 |
1640 | 2025-01-22T08:45:03.587Z | Downloaded event-listener v2.5.3 |
1641 | 2025-01-22T08:45:03.589Z | Downloaded async-object-pool v0.1.5 |
1642 | 2025-01-22T08:45:03.590Z | Downloaded doc-comment v0.3.3 |
1643 | 2025-01-22T08:45:03.592Z | Downloaded blocking v1.6.1 |
1644 | 2025-01-22T08:45:03.592Z | Downloaded async-signal v0.2.10 |
1645 | 2025-01-22T08:45:03.594Z | Downloaded async-channel v2.3.1 |
1646 | 2025-01-22T08:45:03.597Z | Downloaded parking v2.2.1 |
1647 | 2025-01-22T08:45:03.601Z | Downloaded plotters-svg v0.3.7 |
1648 | 2025-01-22T08:45:03.601Z | Downloaded target-triple v0.1.3 |
1649 | 2025-01-22T08:45:03.605Z | Downloaded pathdiff v0.2.2 |
1650 | 2025-01-22T08:45:03.608Z | Downloaded stringmetrics v2.2.2 |
1651 | 2025-01-22T08:45:03.614Z | Downloaded indoc v2.0.5 |
1652 | 2025-01-22T08:45:03.616Z | Downloaded num_cpus v1.16.0 |
1653 | 2025-01-22T08:45:03.619Z | Downloaded async-channel v1.9.0 |
1654 | 2025-01-22T08:45:03.622Z | Downloaded cast v0.3.0 |
1655 | 2025-01-22T08:45:03.622Z | Downloaded async-global-executor v2.4.1 |
1656 | 2025-01-22T08:45:03.624Z | Downloaded similar-asserts v1.6.0 |
1657 | 2025-01-22T08:45:03.627Z | Downloaded threadpool v1.8.1 |
1658 | 2025-01-22T08:45:03.627Z | Downloaded approx v0.5.1 |
1659 | 2025-01-22T08:45:03.629Z | Downloaded serde_regex v1.1.0 |
1660 | 2025-01-22T08:45:03.629Z | Downloaded kv-log-macro v1.0.7 |
1661 | 2025-01-22T08:45:03.634Z | Downloaded proc-macro-crate v3.2.0 |
1662 | 2025-01-22T08:45:03.636Z | Downloaded target-spec v3.2.2 |
1663 | 2025-01-22T08:45:03.639Z | Downloaded datatest-stable v0.2.9 |
1664 | 2025-01-22T08:45:03.639Z | Downloaded plotters-backend v0.3.7 |
1665 | 2025-01-22T08:45:03.641Z | Downloaded piper v0.2.4 |
1666 | 2025-01-22T08:45:03.641Z | Downloaded partial-io v0.5.4 |
1667 | 2025-01-22T08:45:03.644Z | Downloaded target-lexicon v0.12.16 |
1668 | 2025-01-22T08:45:03.646Z | Downloaded async-executor v1.13.1 |
1669 | 2025-01-22T08:45:03.649Z | Downloaded rustls-native-certs v0.7.3 |
1670 | 2025-01-22T08:45:03.651Z | Downloaded path-tree v0.8.1 |
1671 | 2025-01-22T08:45:03.651Z | Downloaded tinytemplate v1.2.1 |
1672 | 2025-01-22T08:45:03.653Z | Downloaded rust-argon2 v2.1.0 |
1673 | 2025-01-22T08:45:03.657Z | Downloaded trybuild v1.0.101 |
1674 | 2025-01-22T08:45:03.660Z | Downloaded cfg-expr v0.17.0 |
1675 | 2025-01-22T08:45:03.664Z | Downloaded rstest v0.23.0 |
1676 | 2025-01-22T08:45:03.666Z | Downloaded relative-path v1.9.3 |
1677 | 2025-01-22T08:45:03.666Z | Downloaded httptest v0.16.1 |
1678 | 2025-01-22T08:45:03.669Z | Downloaded rand_distr v0.4.3 |
1679 | 2025-01-22T08:45:03.672Z | Downloaded rstest_macros v0.23.0 |
1680 | 2025-01-22T08:45:03.675Z | Downloaded pretty_assertions v1.4.1 |
1681 | 2025-01-22T08:45:03.677Z | Downloaded polling v3.7.3 |
1682 | 2025-01-22T08:45:03.680Z | Downloaded yansi v1.0.1 |
1683 | 2025-01-22T08:45:03.682Z | Downloaded plotters v0.3.7 |
1684 | 2025-01-22T08:45:03.690Z | Downloaded criterion v0.5.1 |
1685 | 2025-01-22T08:45:03.696Z | Downloaded fancy-regex v0.13.0 |
1686 | 2025-01-22T08:45:03.772Z | Downloaded httpmock v0.8.0-alpha.1 |
1687 | 2025-01-22T08:45:04.644Z | Checking cfg-if v1.0.0 |
1688 | 2025-01-22T08:45:04.724Z | Checking libc v0.2.169 |
1689 | 2025-01-22T08:45:04.749Z | Checking serde v1.0.217 |
1690 | 2025-01-22T08:45:04.775Z | Checking memchr v2.7.4 |
1691 | 2025-01-22T08:45:04.798Z | Checking value-bag v1.9.0 |
1692 | 2025-01-22T08:45:04.824Z | Checking scopeguard v1.2.0 |
1693 | 2025-01-22T08:45:04.850Z | Checking zeroize v1.8.1 |
1694 | 2025-01-22T08:45:04.880Z | Checking itoa v1.0.11 |
1695 | 2025-01-22T08:45:04.883Z | Checking smallvec v1.13.2 |
1696 | 2025-01-22T08:45:04.979Z | Checking lock_api v0.4.12 |
1697 | 2025-01-22T08:45:05.135Z | Checking byteorder v1.5.0 |
1698 | 2025-01-22T08:45:05.167Z | Checking pin-project-lite v0.2.14 |
1699 | 2025-01-22T08:45:05.210Z | Checking log v0.4.22 |
1700 | 2025-01-22T08:45:05.295Z | Checking subtle v2.6.1 |
1701 | 2025-01-22T08:45:05.323Z | Checking once_cell v1.20.2 |
1702 | 2025-01-22T08:45:05.375Z | Checking typenum v1.17.0 |
1703 | 2025-01-22T08:45:05.553Z | Checking libm v0.2.8 |
1704 | 2025-01-22T08:45:05.587Z | Checking futures-core v0.3.31 |
1705 | 2025-01-22T08:45:05.623Z | Checking ryu v1.0.18 |
1706 | 2025-01-22T08:45:05.653Z | Checking zerocopy v0.7.35 |
1707 | 2025-01-22T08:45:05.736Z | Checking getrandom v0.2.15 |
1708 | 2025-01-22T08:45:05.787Z | Checking signal-hook-registry v1.4.2 |
1709 | 2025-01-22T08:45:05.822Z | Checking parking_lot_core v0.9.10 |
1710 | 2025-01-22T08:45:05.888Z | Checking mio v1.0.2 |
1711 | 2025-01-22T08:45:06.047Z | Checking rand_core v0.6.4 |
1712 | 2025-01-22T08:45:06.119Z | Checking thiserror v1.0.69 |
1713 | 2025-01-22T08:45:06.163Z | Checking parking_lot v0.12.3 |
1714 | 2025-01-22T08:45:06.233Z | Checking socket2 v0.5.7 |
1715 | 2025-01-22T08:45:06.327Z | Checking spin v0.9.8 |
1716 | 2025-01-22T08:45:06.521Z | Checking generic-array v0.14.7 |
1717 | 2025-01-22T08:45:06.705Z | Checking const-oid v0.9.6 |
1718 | 2025-01-22T08:45:06.721Z | Checking allocator-api2 v0.2.18 |
1719 | 2025-01-22T08:45:06.721Z | Checking num-traits v0.2.19 |
1720 | 2025-01-22T08:45:06.721Z | Checking futures-io v0.3.31 |
1721 | 2025-01-22T08:45:06.748Z | Checking slab v0.4.9 |
1722 | 2025-01-22T08:45:06.906Z | Checking cpufeatures v0.2.14 |
1723 | 2025-01-22T08:45:06.978Z | Checking futures-sink v0.3.31 |
1724 | 2025-01-22T08:45:07.040Z | Checking equivalent v1.0.1 |
1725 | 2025-01-22T08:45:07.074Z | Checking foldhash v0.1.3 |
1726 | 2025-01-22T08:45:07.205Z | Checking pin-utils v0.1.0 |
1727 | 2025-01-22T08:45:07.241Z | Checking futures-channel v0.3.31 |
1728 | 2025-01-22T08:45:07.271Z | Checking iana-time-zone v0.1.61 |
1729 | 2025-01-22T08:45:07.337Z | Checking futures-task v0.3.31 |
1730 | 2025-01-22T08:45:07.354Z | Checking hashbrown v0.15.1 |
1731 | 2025-01-22T08:45:07.462Z | Checking stable_deref_trait v1.2.0 |
1732 | 2025-01-22T08:45:07.610Z | Checking fnv v1.0.7 |
1733 | 2025-01-22T08:45:07.615Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1734 | 2025-01-22T08:45:07.663Z | Checking crypto-common v0.1.6 |
1735 | 2025-01-22T08:45:07.666Z | Checking block-buffer v0.10.4 |
1736 | 2025-01-22T08:45:07.771Z | Checking futures-util v0.3.31 |
1737 | 2025-01-22T08:45:07.908Z | Checking tracing-core v0.1.32 |
1738 | 2025-01-22T08:45:08.005Z | Checking ppv-lite86 v0.2.20 |
1739 | 2025-01-22T08:45:08.015Z | Checking errno v0.3.9 |
1740 | 2025-01-22T08:45:08.067Z | Checking dyn-clone v1.0.17 |
1741 | 2025-01-22T08:45:08.213Z | Checking zerofrom v0.1.4 |
1742 | 2025-01-22T08:45:08.243Z | Checking block-padding v0.3.3 |
1743 | 2025-01-22T08:45:08.436Z | Checking digest v0.10.7 |
1744 | 2025-01-22T08:45:08.465Z | Checking yoke v0.7.4 |
1745 | 2025-01-22T08:45:08.500Z | Checking litemap v0.7.3 |
1746 | 2025-01-22T08:45:08.564Z | Checking writeable v0.5.5 |
1747 | 2025-01-22T08:45:08.592Z | Checking tracing v0.1.40 |
1748 | 2025-01-22T08:45:08.742Z | Checking rand_chacha v0.3.1 |
1749 | 2025-01-22T08:45:08.814Z | Checking zerovec v0.10.4 |
1750 | 2025-01-22T08:45:08.842Z | Checking percent-encoding v2.3.1 |
1751 | 2025-01-22T08:45:08.875Z | Checking inout v0.1.3 |
1752 | 2025-01-22T08:45:08.921Z | Checking crossbeam-utils v0.8.20 |
1753 | 2025-01-22T08:45:08.974Z | Checking httparse v1.9.5 |
1754 | 2025-01-22T08:45:09.112Z | Checking atomic-waker v1.1.2 |
1755 | 2025-01-22T08:45:09.125Z | Checking cipher v0.4.4 |
1756 | 2025-01-22T08:45:09.184Z | Checking rand v0.8.5 |
1757 | 2025-01-22T08:45:09.251Z | Checking icu_locid_transform_data v1.5.0 |
1758 | 2025-01-22T08:45:09.373Z | Checking regex-syntax v0.8.5 |
1759 | 2025-01-22T08:45:09.433Z | Checking unicode-ident v1.0.14 |
1760 | 2025-01-22T08:45:09.465Z | Checking bytes v1.9.0 |
1761 | 2025-01-22T08:45:09.533Z | Checking bitflags v2.6.0 |
1762 | 2025-01-22T08:45:09.635Z | Checking serde_json v1.0.135 |
1763 | 2025-01-22T08:45:09.665Z | Checking chrono v0.4.39 |
1764 | 2025-01-22T08:45:09.862Z | Checking indexmap v2.7.0 |
1765 | 2025-01-22T08:45:10.352Z | Checking tokio v1.43.0 |
1766 | 2025-01-22T08:45:10.456Z | Checking uuid v1.12.0 |
1767 | 2025-01-22T08:45:10.477Z | Checking rustix v0.38.37 |
1768 | 2025-01-22T08:45:11.074Z | Checking http v1.2.0 |
1769 | 2025-01-22T08:45:11.094Z | Checking tinystr v0.7.6 |
1770 | 2025-01-22T08:45:11.384Z | Checking icu_collections v1.5.0 |
1771 | 2025-01-22T08:45:11.494Z | Checking icu_locid v1.5.0 |
1772 | 2025-01-22T08:45:11.670Z | Checking schemars v0.8.21 |
1773 | 2025-01-22T08:45:12.108Z | Checking form_urlencoded v1.2.1 |
1774 | 2025-01-22T08:45:12.351Z | Checking untrusted v0.9.0 |
1775 | 2025-01-22T08:45:12.399Z | Checking icu_properties_data v1.5.0 |
1776 | 2025-01-22T08:45:12.474Z | Checking aho-corasick v1.1.3 |
1777 | 2025-01-22T08:45:12.503Z | Checking icu_provider v1.5.0 |
1778 | 2025-01-22T08:45:12.606Z | Checking ring v0.17.8 |
1779 | 2025-01-22T08:45:12.647Z | Checking utf16_iter v1.0.5 |
1780 | 2025-01-22T08:45:12.754Z | Checking base64ct v1.6.0 |
1781 | 2025-01-22T08:45:12.854Z | Checking icu_normalizer_data v1.5.0 |
1782 | 2025-01-22T08:45:12.986Z | Checking write16 v1.0.0 |
1783 | 2025-01-22T08:45:13.150Z | Checking utf8_iter v1.0.4 |
1784 | 2025-01-22T08:45:13.181Z | Checking icu_locid_transform v1.5.0 |
1785 | 2025-01-22T08:45:13.235Z | Checking proc-macro2 v1.0.92 |
1786 | 2025-01-22T08:45:13.384Z | Checking sha2 v0.10.8 |
1787 | 2025-01-22T08:45:13.416Z | Checking hmac v0.12.1 |
1788 | 2025-01-22T08:45:13.712Z | Checking powerfmt v0.2.0 |
1789 | 2025-01-22T08:45:13.945Z | Checking quote v1.0.38 |
1790 | 2025-01-22T08:45:13.979Z | Checking time-core v0.1.2 |
1791 | 2025-01-22T08:45:13.982Z | Checking deranged v0.3.11 |
1792 | 2025-01-22T08:45:13.982Z | Checking rustls-pki-types v1.10.0 |
1793 | 2025-01-22T08:45:14.140Z | Checking regex-automata v0.4.8 |
1794 | 2025-01-22T08:45:14.173Z | Checking num-conv v0.1.0 |
1795 | 2025-01-22T08:45:14.265Z | Checking icu_properties v1.5.1 |
1796 | 2025-01-22T08:45:14.294Z | Checking num_threads v0.1.7 |
1797 | 2025-01-22T08:45:14.410Z | Checking syn v2.0.96 |
1798 | 2025-01-22T08:45:14.438Z | Checking adler2 v2.0.0 |
1799 | 2025-01-22T08:45:14.441Z | Checking http-body v1.0.1 |
1800 | 2025-01-22T08:45:14.625Z | Checking aws-lc-sys v0.22.0 |
1801 | 2025-01-22T08:45:14.627Z | Checking miniz_oxide v0.8.0 |
1802 | 2025-01-22T08:45:14.686Z | Checking untrusted v0.7.1 |
1803 | 2025-01-22T08:45:14.897Z | Checking mirai-annotations v1.12.0 |
1804 | 2025-01-22T08:45:15.119Z | Checking httpdate v1.0.3 |
1805 | 2025-01-22T08:45:15.345Z | Checking time v0.3.36 |
1806 | 2025-01-22T08:45:15.377Z | Checking try-lock v0.2.5 |
1807 | 2025-01-22T08:45:15.433Z | Checking base64 v0.22.1 |
1808 | 2025-01-22T08:45:15.544Z | Checking want v0.3.1 |
1809 | 2025-01-22T08:45:15.753Z | Checking pem-rfc7468 v0.7.0 |
1810 | 2025-01-22T08:45:15.951Z | Checking ahash v0.8.11 |
1811 | 2025-01-22T08:45:16.071Z | Checking lazy_static v1.5.0 |
1812 | 2025-01-22T08:45:16.222Z | Checking tower-service v0.3.3 |
1813 | 2025-01-22T08:45:16.380Z | Checking flagset v0.4.6 |
1814 | 2025-01-22T08:45:16.427Z | Checking pbkdf2 v0.12.2 |
1815 | 2025-01-22T08:45:16.624Z | Checking der v0.7.9 |
1816 | 2025-01-22T08:45:16.653Z | Checking aes v0.8.4 |
1817 | 2025-01-22T08:45:16.833Z | Checking aws-lc-rs v1.10.0 |
1818 | 2025-01-22T08:45:17.474Z | Checking tokio-util v0.7.12 |
1819 | 2025-01-22T08:45:17.638Z | Checking mime v0.3.17 |
1820 | 2025-01-22T08:45:17.749Z | Checking icu_normalizer v1.5.0 |
1821 | 2025-01-22T08:45:17.923Z | Checking cbc v0.1.2 |
1822 | 2025-01-22T08:45:17.969Z | Checking salsa20 v0.10.2 |
1823 | 2025-01-22T08:45:18.167Z | Checking slog v2.7.0 |
1824 | 2025-01-22T08:45:18.219Z | Checking scrypt v0.11.0 |
1825 | 2025-01-22T08:45:18.330Z | Checking h2 v0.4.6 |
1826 | 2025-01-22T08:45:18.455Z | Checking spki v0.7.3 |
1827 | 2025-01-22T08:45:18.483Z | Checking http-body-util v0.1.2 |
1828 | 2025-01-22T08:45:18.558Z | Checking idna_adapter v1.2.0 |
1829 | 2025-01-22T08:45:18.666Z | Checking rustls-webpki v0.102.8 |
1830 | 2025-01-22T08:45:18.693Z | Checking semver v1.0.24 |
1831 | 2025-01-22T08:45:18.720Z | Checking regex v1.11.1 |
1832 | 2025-01-22T08:45:18.750Z | Checking gimli v0.31.1 |
1833 | 2025-01-22T08:45:18.773Z | Checking idna v1.0.3 |
1834 | 2025-01-22T08:45:18.924Z | Checking pkcs5 v0.7.1 |
1835 | 2025-01-22T08:45:19.108Z | Checking rustls-pemfile v2.2.0 |
1836 | 2025-01-22T08:45:19.297Z | Checking url v2.5.3 |
1837 | 2025-01-22T08:45:19.344Z | Checking object v0.36.5 |
1838 | 2025-01-22T08:45:19.373Z | Checking foreign-types-shared v0.1.1 |
1839 | 2025-01-22T08:45:19.477Z | Checking utf8parse v0.2.2 |
1840 | 2025-01-22T08:45:19.507Z | Checking rustc-demangle v0.1.24 |
1841 | 2025-01-22T08:45:19.510Z | Checking openssl-probe v0.1.5 |
1842 | 2025-01-22T08:45:19.654Z | Checking ipnet v2.10.1 |
1843 | 2025-01-22T08:45:19.712Z | Checking foreign-types v0.3.2 |
1844 | 2025-01-22T08:45:19.835Z | Checking pkcs8 v0.10.2 |
1845 | 2025-01-22T08:45:19.995Z | Checking futures-executor v0.3.31 |
1846 | 2025-01-22T08:45:20.138Z | Checking serde_urlencoded v0.7.1 |
1847 | 2025-01-22T08:45:20.141Z | Checking toml_datetime v0.6.8 |
1848 | 2025-01-22T08:45:20.198Z | Checking serde_spanned v0.6.8 |
1849 | 2025-01-22T08:45:20.243Z | Checking openssl-sys v0.9.103 |
1850 | 2025-01-22T08:45:20.418Z | Checking encoding_rs v0.8.34 |
1851 | 2025-01-22T08:45:20.469Z | Checking unicode-width v0.1.14 |
1852 | 2025-01-22T08:45:20.544Z | Checking futures v0.3.31 |
1853 | 2025-01-22T08:45:20.577Z | Checking anstyle v1.0.10 |
1854 | 2025-01-22T08:45:20.671Z | Checking either v1.13.0 |
1855 | 2025-01-22T08:45:20.937Z | Checking data-encoding v2.6.0 |
1856 | 2025-01-22T08:45:20.971Z | Checking rustls v0.23.19 |
1857 | 2025-01-22T08:45:21.034Z | Checking sha1 v0.10.6 |
1858 | 2025-01-22T08:45:21.358Z | Checking openapiv3 v2.0.0 |
1859 | 2025-01-22T08:45:21.395Z | Checking openssl v0.10.66 |
1860 | 2025-01-22T08:45:21.563Z | Checking psl-types v2.0.11 |
1861 | 2025-01-22T08:45:21.791Z | Checking publicsuffix v2.3.0 |
1862 | 2025-01-22T08:45:22.116Z | Checking anstyle-parse v0.2.5 |
1863 | 2025-01-22T08:45:22.412Z | Checking cookie v0.18.1 |
1864 | 2025-01-22T08:45:22.684Z | Checking addr2line v0.24.2 |
1865 | 2025-01-22T08:45:22.818Z | Checking webpki-roots v0.26.6 |
1866 | 2025-01-22T08:45:22.901Z | Checking camino v1.1.9 |
1867 | 2025-01-22T08:45:23.088Z | Checking colorchoice v1.0.2 |
1868 | 2025-01-22T08:45:23.195Z | Checking winnow v0.6.20 |
1869 | 2025-01-22T08:45:23.253Z | Checking anstyle-query v1.1.1 |
1870 | 2025-01-22T08:45:23.410Z | Checking is_terminal_polyfill v1.70.1 |
1871 | 2025-01-22T08:45:23.482Z | Checking cookie_store v0.21.1 |
1872 | 2025-01-22T08:45:23.569Z | Checking anstream v0.6.15 |
1873 | 2025-01-22T08:45:23.968Z | Checking terminal_size v0.4.0 |
1874 | 2025-01-22T08:45:24.188Z | Checking signature v2.2.0 |
1875 | 2025-01-22T08:45:24.237Z | Checking sync_wrapper v1.0.1 |
1876 | 2025-01-22T08:45:24.421Z | Checking strsim v0.11.1 |
1877 | 2025-01-22T08:45:24.450Z | Checking clap_lex v0.7.2 |
1878 | 2025-01-22T08:45:24.724Z | Checking scroll v0.12.0 |
1879 | 2025-01-22T08:45:24.755Z | Checking clap_builder v4.5.21 |
1880 | 2025-01-22T08:45:24.909Z | Checking is-terminal v0.4.13 |
1881 | 2025-01-22T08:45:24.932Z | Checking hyper v1.5.2 |
1882 | 2025-01-22T08:45:24.987Z | Checking ucd-trie v0.1.7 |
1883 | 2025-01-22T08:45:25.232Z | Checking plain v0.2.3 |
1884 | 2025-01-22T08:45:25.262Z | Checking tinyvec_macros v0.1.1 |
1885 | 2025-01-22T08:45:25.377Z | Checking tinyvec v1.8.0 |
1886 | 2025-01-22T08:45:25.413Z | Checking goblin v0.8.2 |
1887 | 2025-01-22T08:45:25.739Z | Checking backtrace v0.3.74 |
1888 | 2025-01-22T08:45:26.047Z | Checking pest v2.7.14 |
1889 | 2025-01-22T08:45:26.307Z | Checking anyhow v1.0.95 |
1890 | 2025-01-22T08:45:26.335Z | Checking tokio-rustls v0.26.0 |
1891 | 2025-01-22T08:45:26.647Z | Checking native-tls v0.2.12 |
1892 | 2025-01-22T08:45:26.698Z | Checking base16ct v0.2.0 |
1893 | 2025-01-22T08:45:26.731Z | Checking pretty-hex v0.4.1 |
1894 | 2025-01-22T08:45:26.778Z | Checking num-integer v0.1.46 |
1895 | 2025-01-22T08:45:26.920Z | Checking sec1 v0.7.3 |
1896 | 2025-01-22T08:45:26.950Z | Checking ff v0.13.0 |
1897 | 2025-01-22T08:45:26.981Z | Checking tokio-native-tls v0.3.1 |
1898 | 2025-01-22T08:45:27.006Z | Checking hyper-util v0.1.10 |
1899 | 2025-01-22T08:45:27.209Z | Checking thread-id v4.2.2 |
1900 | 2025-01-22T08:45:27.262Z | Checking group v0.13.0 |
1901 | 2025-01-22T08:45:27.314Z | Checking toml_edit v0.22.22 |
1902 | 2025-01-22T08:45:27.317Z | Checking hkdf v0.12.4 |
1903 | 2025-01-22T08:45:27.363Z | Checking crypto-bigint v0.5.5 |
1904 | 2025-01-22T08:45:27.545Z | Checking dirs-sys-next v0.1.2 |
1905 | 2025-01-22T08:45:27.573Z | Checking memmap v0.7.0 |
1906 | 2025-01-22T08:45:27.752Z | Checking crc32fast v1.4.2 |
1907 | 2025-01-22T08:45:27.806Z | Checking static_assertions v1.1.0 |
1908 | 2025-01-22T08:45:27.838Z | Checking clap v4.5.21 |
1909 | 2025-01-22T08:45:27.931Z | Checking utf-8 v0.7.6 |
1910 | 2025-01-22T08:45:27.982Z | Checking bitflags v1.3.2 |
1911 | 2025-01-22T08:45:28.014Z | Checking dirs-next v2.0.0 |
1912 | 2025-01-22T08:45:28.111Z | Checking crossbeam-channel v0.5.13 |
1913 | 2025-01-22T08:45:28.253Z | Checking thread_local v1.1.8 |
1914 | 2025-01-22T08:45:28.258Z | Checking unicode-segmentation v1.12.0 |
1915 | 2025-01-22T08:45:28.520Z | Checking term v0.7.0 |
1916 | 2025-01-22T08:45:28.660Z | Checking dtrace-parser v0.2.0 |
1917 | 2025-01-22T08:45:28.817Z | Checking num-iter v0.1.45 |
1918 | 2025-01-22T08:45:28.911Z | Checking crossbeam-epoch v0.9.18 |
1919 | 2025-01-22T08:45:29.004Z | Checking match_cfg v0.1.0 |
1920 | 2025-01-22T08:45:29.032Z | Checking take_mut v0.2.2 |
1921 | 2025-01-22T08:45:29.081Z | Checking hyper-rustls v0.27.3 |
1922 | 2025-01-22T08:45:29.117Z | Checking hyper-tls v0.6.0 |
1923 | 2025-01-22T08:45:29.147Z | Checking hostname v0.3.1 |
1924 | 2025-01-22T08:45:29.300Z | Checking slog-async v2.8.0 |
1925 | 2025-01-22T08:45:29.383Z | Checking slog-term v2.9.1 |
1926 | 2025-01-22T08:45:29.397Z | Checking itertools v0.10.5 |
1927 | 2025-01-22T08:45:29.428Z | Checking bstr v1.10.0 |
1928 | 2025-01-22T08:45:29.430Z | Checking reqwest v0.12.9 |
1929 | 2025-01-22T08:45:29.529Z | Checking rfc6979 v0.4.0 |
1930 | 2025-01-22T08:45:29.773Z | Checking hex v0.4.3 |
1931 | 2025-01-22T08:45:29.859Z | Checking winnow v0.5.40 |
1932 | 2025-01-22T08:45:30.023Z | Checking toml v0.8.19 |
1933 | 2025-01-22T08:45:30.271Z | Checking elliptic-curve v0.13.8 |
1934 | 2025-01-22T08:45:30.298Z | Checking managed v0.8.0 |
1935 | 2025-01-22T08:45:30.500Z | Checking crossbeam-deque v0.8.5 |
1936 | 2025-01-22T08:45:30.520Z | Checking dof v0.3.0 |
1937 | 2025-01-22T08:45:30.702Z | Checking num-bigint-dig v0.8.4 |
1938 | 2025-01-22T08:45:30.757Z | Checking flate2 v1.0.35 |
1939 | 2025-01-22T08:45:30.792Z | Checking pkcs1 v0.7.5 |
1940 | 2025-01-22T08:45:30.909Z | Checking ecdsa v0.16.9 |
1941 | 2025-01-22T08:45:31.132Z | Checking usdt-impl v0.5.0 |
1942 | 2025-01-22T08:45:31.203Z | Checking rustls v0.22.4 |
1943 | 2025-01-22T08:45:31.343Z | Checking curve25519-dalek v4.1.3 |
1944 | 2025-01-22T08:45:31.438Z | Checking zerocopy v0.6.6 |
1945 | 2025-01-22T08:45:31.613Z | Checking siphasher v0.3.11 |
1946 | 2025-01-22T08:45:31.647Z | Checking rayon-core v1.12.1 |
1947 | 2025-01-22T08:45:31.698Z | Checking usdt v0.5.0 |
1948 | 2025-01-22T08:45:31.911Z | Checking unicode-normalization v0.1.24 |
1949 | 2025-01-22T08:45:31.981Z | Checking ed25519 v2.2.3 |
1950 | 2025-01-22T08:45:32.159Z | Checking slog-json v2.6.1 |
1951 | 2025-01-22T08:45:32.344Z | Checking signal-hook v0.3.17 |
1952 | 2025-01-22T08:45:32.370Z | Checking debug-ignore v1.0.5 |
1953 | 2025-01-22T08:45:32.453Z | Checking quick-error v1.2.3 |
1954 | 2025-01-22T08:45:32.541Z | Checking slog-bunyan v2.5.0 |
1955 | 2025-01-22T08:45:32.620Z | Checking hickory-proto v0.24.2 |
1956 | 2025-01-22T08:45:32.721Z | Checking multer v3.1.0 |
1957 | 2025-01-22T08:45:32.746Z | Checking x509-cert v0.2.5 |
1958 | 2025-01-22T08:45:32.796Z | Checking toml_edit v0.19.15 |
1959 | 2025-01-22T08:45:32.826Z | Checking rsa v0.9.6 |
1960 | 2025-01-22T08:45:32.934Z | Checking hubpack v0.1.2 |
1961 | 2025-01-22T08:45:33.153Z | Checking serde_path_to_error v0.1.16 |
1962 | 2025-01-22T08:45:33.300Z | Checking ed25519-dalek v2.1.1 |
1963 | 2025-01-22T08:45:33.368Z | Checking waitgroup v0.1.2 |
1964 | 2025-01-22T08:45:33.476Z | Checking bzip2-sys v0.1.11+1.0.8 |
1965 | 2025-01-22T08:45:33.616Z | Checking async-stream v0.3.6 |
1966 | 2025-01-22T08:45:33.712Z | Checking hostname v0.4.0 |
1967 | 2025-01-22T08:45:33.961Z | Checking bit-vec v0.6.3 |
1968 | 2025-01-22T08:45:33.975Z | Checking bzip2 v0.4.4 |
1969 | 2025-01-22T08:45:33.975Z | Checking signal-hook-mio v0.2.4 |
1970 | 2025-01-22T08:45:33.975Z | Checking console v0.15.8 |
1971 | 2025-01-22T08:45:34.020Z | Checking hash32 v0.2.1 |
1972 | 2025-01-22T08:45:34.107Z | Checking predicates-core v1.0.8 |
1973 | 2025-01-22T08:45:34.112Z | Checking bit-set v0.5.3 |
1974 | 2025-01-22T08:45:34.305Z | Checking unicode-bidi v0.3.17 |
1975 | 2025-01-22T08:45:34.336Z | Checking linked-hash-map v0.5.6 |
1976 | 2025-01-22T08:45:34.338Z | Checking unicode-properties v0.1.3 |
1977 | 2025-01-22T08:45:34.400Z | Checking heapless v0.7.17 |
1978 | 2025-01-22T08:45:34.471Z | Checking crossterm v0.28.1 |
1979 | 2025-01-22T08:45:34.661Z | Checking lru-cache v0.1.2 |
1980 | 2025-01-22T08:45:34.691Z | Checking tokio-rustls v0.25.0 |
1981 | 2025-01-22T08:45:34.780Z | Checking rayon v1.10.0 |
1982 | 2025-01-22T08:45:34.870Z | Checking phf_shared v0.11.2 |
1983 | 2025-01-22T08:45:34.942Z | Checking stringprep v0.1.5 |
1984 | 2025-01-22T08:45:35.114Z | Checking dropshot v0.12.0 |
1985 | 2025-01-22T08:45:35.159Z | Checking similar v2.6.0 |
1986 | 2025-01-22T08:45:35.264Z | Checking tokio-stream v0.1.16 |
1987 | 2025-01-22T08:45:35.319Z | Checking newtype-uuid v1.2.1 |
1988 | 2025-01-22T08:45:35.344Z | Checking toml v0.7.8 |
1989 | 2025-01-22T08:45:35.601Z | Checking md-5 v0.10.6 |
1990 | 2025-01-22T08:45:35.862Z | Checking float-cmp v0.9.0 |
1991 | 2025-01-22T08:45:35.977Z | Checking normalize-line-endings v0.3.0 |
1992 | 2025-01-22T08:45:36.065Z | Checking fallible-iterator v0.2.0 |
1993 | 2025-01-22T08:45:36.093Z | Checking fixedbitset v0.4.2 |
1994 | 2025-01-22T08:45:36.097Z | Checking difflib v0.4.0 |
1995 | 2025-01-22T08:45:36.224Z | Checking smoltcp v0.9.1 |
1996 | 2025-01-22T08:45:36.319Z | Checking phf v0.11.2 |
1997 | 2025-01-22T08:45:36.403Z | Checking petgraph v0.6.5 |
1998 | 2025-01-22T08:45:36.453Z | Checking predicates v3.1.2 |
1999 | 2025-01-22T08:45:36.607Z | Checking zip v0.6.6 |
2000 | 2025-01-22T08:45:36.680Z | Checking postgres-protocol v0.6.7 |
2001 | 2025-01-22T08:45:37.112Z | Checking resolv-conf v0.7.0 |
2002 | 2025-01-22T08:45:37.355Z | Checking phf_shared v0.10.0 |
2003 | 2025-01-22T08:45:37.390Z | Checking tungstenite v0.24.0 |
2004 | 2025-01-22T08:45:37.421Z | Checking fs-err v2.11.0 |
2005 | 2025-01-22T08:45:37.466Z | Checking serde-big-array v0.5.1 |
2006 | 2025-01-22T08:45:37.642Z | Checking portable-atomic v1.9.0 |
2007 | 2025-01-22T08:45:37.694Z | Checking precomputed-hash v0.1.1 |
2008 | 2025-01-22T08:45:37.697Z | Checking minimal-lexical v0.2.1 |
2009 | 2025-01-22T08:45:37.844Z | Checking new_debug_unreachable v1.0.6 |
2010 | 2025-01-22T08:45:37.967Z | Checking unicode-width v0.2.0 |
2011 | 2025-01-22T08:45:38.000Z | Checking lalrpop-util v0.19.12 |
2012 | 2025-01-22T08:45:38.147Z | Checking number_prefix v0.4.0 |
2013 | 2025-01-22T08:45:38.309Z | Checking nom v7.1.3 |
2014 | 2025-01-22T08:45:38.339Z | Checking tokio-tungstenite v0.24.0 |
2015 | 2025-01-22T08:45:38.453Z | Checking string_cache v0.8.7 |
2016 | 2025-01-22T08:45:38.473Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2017 | 2025-01-22T08:45:38.501Z | Checking hickory-resolver v0.24.2 |
2018 | 2025-01-22T08:45:38.640Z | Checking indicatif v0.17.9 |
2019 | 2025-01-22T08:45:38.683Z | Checking postgres-types v0.2.8 |
2020 | 2025-01-22T08:45:38.830Z | Checking itertools v0.12.1 |
2021 | 2025-01-22T08:45:38.861Z | Checking whoami v1.5.2 |
2022 | 2025-01-22T08:45:39.199Z | Checking peg-runtime v0.8.3 |
2023 | 2025-01-22T08:45:39.372Z | Checking tokio-postgres v0.7.12 |
2024 | 2025-01-22T08:45:39.452Z | Compiling hashbrown v0.14.5 |
2025 | 2025-01-22T08:45:39.570Z | Compiling thiserror v2.0.11 |
2026 | 2025-01-22T08:45:39.640Z | Compiling thiserror-impl v2.0.11 |
2027 | 2025-01-22T08:45:40.185Z | Checking qorb v0.2.1 |
2028 | 2025-01-22T08:45:40.690Z | Compiling regress v0.10.1 |
2029 | 2025-01-22T08:45:40.696Z | Compiling ident_case v1.0.1 |
2030 | 2025-01-22T08:45:40.876Z | Compiling darling_core v0.20.10 |
2031 | 2025-01-22T08:45:41.119Z | Compiling unsafe-libyaml v0.2.11 |
2032 | 2025-01-22T08:45:42.444Z | Checking heck v0.5.0 |
2033 | 2025-01-22T08:45:42.654Z | Compiling serde_yaml v0.9.34+deprecated |
2034 | 2025-01-22T08:45:42.933Z | Checking fastrand v2.1.1 |
2035 | 2025-01-22T08:45:43.096Z | Checking ipnetwork v0.20.0 |
2036 | 2025-01-22T08:45:43.224Z | Checking progenitor-client v0.9.1 |
2037 | 2025-01-22T08:45:43.302Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2038 | 2025-01-22T08:45:43.493Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2039 | 2025-01-22T08:45:43.670Z | Compiling structmeta-derive v0.3.0 |
2040 | 2025-01-22T08:45:43.899Z | Checking strum v0.26.3 |
2041 | 2025-01-22T08:45:43.927Z | Compiling dropshot v0.15.1 |
2042 | 2025-01-22T08:45:44.098Z | Checking macaddr v1.0.1 |
2043 | 2025-01-22T08:45:44.337Z | Compiling dropshot_endpoint v0.15.1 |
2044 | 2025-01-22T08:45:44.451Z | Compiling typify-impl v0.2.0 |
2045 | 2025-01-22T08:45:44.618Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2046 | 2025-01-22T08:45:45.422Z | Checking tempfile v3.13.0 |
2047 | 2025-01-22T08:45:45.559Z | Checking progenitor-client v0.8.0 |
2048 | 2025-01-22T08:45:45.827Z | Checking instant v0.1.13 |
2049 | 2025-01-22T08:45:45.946Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2050 | 2025-01-22T08:45:45.980Z | Checking regress v0.9.1 |
2051 | 2025-01-22T08:45:46.361Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2052 | 2025-01-22T08:45:46.410Z | Compiling structmeta v0.3.0 |
2053 | 2025-01-22T08:45:46.545Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2054 | 2025-01-22T08:45:46.850Z | Compiling parse-display-derive v0.10.0 |
2055 | 2025-01-22T08:45:46.963Z | Checking backoff v0.4.0 |
2056 | 2025-01-22T08:45:47.136Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2025-01-22T08:45:47.250Z | Compiling darling_macro v0.20.10 |
2058 | 2025-01-22T08:45:47.375Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2059 | 2025-01-22T08:45:47.380Z | Checking wait-timeout v0.2.0 |
2060 | 2025-01-22T08:45:47.490Z | Checking rand_xorshift v0.3.0 |
2061 | 2025-01-22T08:45:47.567Z | Checking rusty-fork v0.3.0 |
2062 | 2025-01-22T08:45:47.710Z | Checking unarray v0.1.4 |
2063 | 2025-01-22T08:45:47.903Z | Compiling structmeta-derive v0.2.0 |
2064 | 2025-01-22T08:45:47.932Z | Checking proptest v1.5.0 |
2065 | 2025-01-22T08:45:48.220Z | Compiling darling v0.20.10 |
2066 | 2025-01-22T08:45:48.370Z | Compiling serde_with_macros v3.11.0 |
2067 | 2025-01-22T08:45:48.893Z | Checking camino-tempfile v1.1.1 |
2068 | 2025-01-22T08:45:49.204Z | Compiling proc-macro-error v1.0.4 |
2069 | 2025-01-22T08:45:49.660Z | Compiling proc-macro-crate v1.3.1 |
2070 | 2025-01-22T08:45:49.862Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2071 | 2025-01-22T08:45:50.277Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2072 | 2025-01-22T08:45:50.530Z | Compiling structmeta v0.2.0 |
2073 | 2025-01-22T08:45:50.720Z | Compiling foreign-types-macros v0.2.3 |
2074 | 2025-01-22T08:45:50.725Z | Compiling num_enum_derive v0.5.11 |
2075 | 2025-01-22T08:45:50.962Z | Compiling test-strategy v0.3.1 |
2076 | 2025-01-22T08:45:51.014Z | Checking parse-display v0.10.0 |
2077 | 2025-01-22T08:45:51.098Z | Checking serde_with v3.11.0 |
2078 | 2025-01-22T08:45:51.267Z | Checking foreign-types-shared v0.3.1 |
2079 | 2025-01-22T08:45:51.843Z | Checking tabwriter v1.4.0 |
2080 | 2025-01-22T08:45:51.909Z | Checking foreign-types v0.5.0 |
2081 | 2025-01-22T08:45:52.046Z | Checking cstr-argument v0.1.2 |
2082 | 2025-01-22T08:45:52.075Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2025-01-22T08:45:52.293Z | Checking pretty-hex v0.2.1 |
2084 | 2025-01-22T08:45:52.503Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2085 | 2025-01-22T08:45:52.760Z | Checking colored v2.1.0 |
2086 | 2025-01-22T08:45:52.971Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2087 | 2025-01-22T08:45:53.031Z | Checking smf v0.2.3 |
2088 | 2025-01-22T08:45:53.091Z | Checking num_enum v0.5.11 |
2089 | 2025-01-22T08:45:53.115Z | Checking itertools v0.13.0 |
2090 | 2025-01-22T08:45:53.160Z | Checking base64 v0.21.7 |
2091 | 2025-01-22T08:45:53.185Z | Compiling typify-impl v0.3.0 |
2092 | 2025-01-22T08:45:53.259Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2093 | 2025-01-22T08:45:53.501Z | Compiling crucible-workspace-hack v0.1.0 |
2094 | 2025-01-22T08:45:53.581Z | Compiling zerocopy v0.8.10 |
2095 | 2025-01-22T08:45:53.962Z | Checking atomicwrites v0.4.4 |
2096 | 2025-01-22T08:45:54.234Z | Compiling zerocopy-derive v0.8.10 |
2097 | 2025-01-22T08:45:54.525Z | Compiling heapless v0.8.0 |
2098 | 2025-01-22T08:45:54.820Z | Checking termtree v0.4.1 |
2099 | 2025-01-22T08:45:55.048Z | Checking predicates-tree v1.0.11 |
2100 | 2025-01-22T08:45:55.245Z | Checking hash32 v0.3.1 |
2101 | 2025-01-22T08:45:55.414Z | Compiling smoltcp v0.11.0 |
2102 | 2025-01-22T08:45:55.662Z | Checking cobs v0.2.3 |
2103 | 2025-01-22T08:45:55.891Z | Checking postcard v1.0.10 |
2104 | 2025-01-22T08:45:56.136Z | Checking sigpipe v0.1.3 |
2105 | 2025-01-22T08:45:56.283Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2106 | 2025-01-22T08:45:56.437Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2107 | 2025-01-22T08:45:56.439Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2108 | 2025-01-22T08:45:56.623Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2109 | 2025-01-22T08:45:56.680Z | Compiling mockall_derive v0.13.0 |
2110 | 2025-01-22T08:45:56.973Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2111 | 2025-01-22T08:45:57.039Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2112 | 2025-01-22T08:45:57.278Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2113 | 2025-01-22T08:45:57.393Z | Compiling zone_cfg_derive v0.3.0 |
2114 | 2025-01-22T08:45:58.849Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2115 | 2025-01-22T08:45:59.219Z | Compiling num-derive v0.4.2 |
2116 | 2025-01-22T08:45:59.445Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2117 | 2025-01-22T08:45:59.474Z | Checking fragile v2.0.0 |
2118 | 2025-01-22T08:45:59.774Z | Checking downcast v0.11.0 |
2119 | 2025-01-22T08:45:59.840Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2120 | 2025-01-22T08:45:59.872Z | Checking zone v0.3.0 |
2121 | 2025-01-22T08:45:59.998Z | Compiling convert_case v0.4.0 |
2122 | 2025-01-22T08:46:00.123Z | Checking tungstenite v0.21.0 |
2123 | 2025-01-22T08:46:00.471Z | Compiling typify-macro v0.2.0 |
2124 | 2025-01-22T08:46:00.730Z | Checking newline-converter v0.3.0 |
2125 | 2025-01-22T08:46:00.883Z | Checking expectorate v1.1.0 |
2126 | 2025-01-22T08:46:00.918Z | Compiling derive_more v0.99.18 |
2127 | 2025-01-22T08:46:01.050Z | Checking tokio-tungstenite v0.21.0 |
2128 | 2025-01-22T08:46:01.077Z | Checking same-file v1.0.6 |
2129 | 2025-01-22T08:46:01.281Z | Checking walkdir v2.5.0 |
2130 | 2025-01-22T08:46:01.607Z | Checking arc-swap v1.7.1 |
2131 | 2025-01-22T08:46:01.635Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2132 | 2025-01-22T08:46:01.659Z | Checking xattr v1.3.1 |
2133 | 2025-01-22T08:46:01.895Z | Checking filetime v0.2.25 |
2134 | 2025-01-22T08:46:02.061Z | Checking slog-scope v4.4.0 |
2135 | 2025-01-22T08:46:02.116Z | Checking num-rational v0.4.2 |
2136 | 2025-01-22T08:46:02.160Z | Checking tar v0.4.42 |
2137 | 2025-01-22T08:46:02.330Z | Checking slog-stdlog v4.1.1 |
2138 | 2025-01-22T08:46:02.548Z | Checking slog-envlogger v2.2.0 |
2139 | 2025-01-22T08:46:02.796Z | Checking num-complex v0.4.6 |
2140 | 2025-01-22T08:46:02.824Z | Checking float-ord v0.3.2 |
2141 | 2025-01-22T08:46:03.014Z | Checking indent_write v2.2.0 |
2142 | 2025-01-22T08:46:03.040Z | Checking swrite v0.1.0 |
2143 | 2025-01-22T08:46:03.188Z | Compiling cancel-safe-futures v0.1.5 |
2144 | 2025-01-22T08:46:03.240Z | Compiling owo-colors v4.1.0 |
2145 | 2025-01-22T08:46:03.667Z | Checking num v0.4.3 |
2146 | 2025-01-22T08:46:03.797Z | Checking libsw v3.3.1 |
2147 | 2025-01-22T08:46:04.080Z | Checking password-hash v0.5.0 |
2148 | 2025-01-22T08:46:04.106Z | Checking blake2 v0.10.6 |
2149 | 2025-01-22T08:46:04.275Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2150 | 2025-01-22T08:46:04.341Z | Compiling typify v0.2.0 |
2151 | 2025-01-22T08:46:04.488Z | Compiling progenitor-impl v0.8.0 |
2152 | 2025-01-22T08:46:04.578Z | Checking linear-map v1.2.0 |
2153 | 2025-01-22T08:46:04.844Z | Checking mockall v0.13.0 |
2154 | 2025-01-22T08:46:04.919Z | Checking argon2 v0.5.3 |
2155 | 2025-01-22T08:46:04.964Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2156 | 2025-01-22T08:46:05.095Z | Checking pem v3.0.4 |
2157 | 2025-01-22T08:46:05.193Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2025-01-22T08:46:05.375Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2159 | 2025-01-22T08:46:05.653Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2160 | 2025-01-22T08:46:06.016Z | Compiling lzma-sys v0.1.20 |
2161 | 2025-01-22T08:46:06.305Z | Checking headers-core v0.3.0 |
2162 | 2025-01-22T08:46:06.427Z | Compiling heck v0.3.3 |
2163 | 2025-01-22T08:46:06.792Z | Checking highway v1.2.0 |
2164 | 2025-01-22T08:46:06.881Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2025-01-22T08:46:07.031Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2166 | 2025-01-22T08:46:07.167Z | Compiling zone_cfg_derive v0.1.2 |
2167 | 2025-01-22T08:46:07.273Z | Checking headers v0.4.0 |
2168 | 2025-01-22T08:46:07.300Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2169 | 2025-01-22T08:46:07.635Z | Checking yasna v0.5.2 |
2170 | 2025-01-22T08:46:08.129Z | Checking base64 v0.13.1 |
2171 | 2025-01-22T08:46:08.404Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2172 | 2025-01-22T08:46:08.526Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2173 | 2025-01-22T08:46:08.585Z | Checking ron v0.7.1 |
2174 | 2025-01-22T08:46:08.611Z | Checking rcgen v0.12.1 |
2175 | 2025-01-22T08:46:08.697Z | Checking zone v0.1.8 |
2176 | 2025-01-22T08:46:09.062Z | Checking xz2 v0.1.7 |
2177 | 2025-01-22T08:46:09.219Z | Compiling typify-macro v0.3.0 |
2178 | 2025-01-22T08:46:09.307Z | Checking subprocess v0.2.9 |
2179 | 2025-01-22T08:46:09.369Z | Checking humantime v2.1.0 |
2180 | 2025-01-22T08:46:09.398Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2181 | 2025-01-22T08:46:09.724Z | Compiling semver v0.1.20 |
2182 | 2025-01-22T08:46:09.793Z | Checking prettyplease v0.2.25 |
2183 | 2025-01-22T08:46:09.893Z | Checking half v2.4.1 |
2184 | 2025-01-22T08:46:10.247Z | Compiling rustc_version v0.1.7 |
2185 | 2025-01-22T08:46:10.346Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2186 | 2025-01-22T08:46:10.377Z | Checking ciborium-io v0.2.2 |
2187 | 2025-01-22T08:46:10.530Z | Checking ciborium-ll v0.2.2 |
2188 | 2025-01-22T08:46:10.765Z | Compiling newtype_derive v0.1.6 |
2189 | 2025-01-22T08:46:10.869Z | Checking ciborium v0.2.2 |
2190 | 2025-01-22T08:46:11.325Z | Checking steno v0.4.1 |
2191 | 2025-01-22T08:46:11.743Z | Compiling progenitor-macro v0.8.0 |
2192 | 2025-01-22T08:46:13.202Z | Compiling typify v0.3.0 |
2193 | 2025-01-22T08:46:13.373Z | Compiling progenitor-impl v0.9.1 |
2194 | 2025-01-22T08:46:14.289Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2195 | 2025-01-22T08:46:14.561Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2196 | 2025-01-22T08:46:15.006Z | Compiling slog-dtrace v0.3.0 |
2197 | 2025-01-22T08:46:15.057Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2198 | 2025-01-22T08:46:15.431Z | Checking display-error-chain v0.2.2 |
2199 | 2025-01-22T08:46:15.613Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2200 | 2025-01-22T08:46:15.642Z | Checking gethostname v0.5.0 |
2201 | 2025-01-22T08:46:15.800Z | Checking nibble_vec v0.1.0 |
2202 | 2025-01-22T08:46:15.896Z | Compiling blake3 v1.5.4 |
2203 | 2025-01-22T08:46:15.953Z | Checking endian-type v0.1.2 |
2204 | 2025-01-22T08:46:16.026Z | Checking keccak v0.1.5 |
2205 | 2025-01-22T08:46:16.193Z | Checking radix_trie v0.2.1 |
2206 | 2025-01-22T08:46:16.410Z | Checking sha3 v0.10.8 |
2207 | 2025-01-22T08:46:16.616Z | Checking universal-hash v0.5.1 |
2208 | 2025-01-22T08:46:16.819Z | Checking secrecy v0.8.0 |
2209 | 2025-01-22T08:46:16.845Z | Checking opaque-debug v0.3.1 |
2210 | 2025-01-22T08:46:16.965Z | Checking aead v0.5.2 |
2211 | 2025-01-22T08:46:17.011Z | Checking poly1305 v0.8.0 |
2212 | 2025-01-22T08:46:17.122Z | Checking chacha20 v0.9.1 |
2213 | 2025-01-22T08:46:17.546Z | Compiling memmap2 v0.9.5 |
2214 | 2025-01-22T08:46:17.619Z | Compiling arrayvec v0.7.6 |
2215 | 2025-01-22T08:46:18.023Z | Compiling constant_time_eq v0.3.1 |
2216 | 2025-01-22T08:46:18.067Z | Compiling arrayref v0.3.9 |
2217 | 2025-01-22T08:46:18.099Z | Compiling toolchain_find v0.4.0 |
2218 | 2025-01-22T08:46:18.271Z | Compiling thiserror-impl-no-std v2.0.2 |
2219 | 2025-01-22T08:46:18.547Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2220 | 2025-01-22T08:46:18.731Z | Compiling topological-sort v0.2.2 |
2221 | 2025-01-22T08:46:18.758Z | Compiling rustfmt-wrapper v0.2.1 |
2222 | 2025-01-22T08:46:18.849Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2223 | 2025-01-22T08:46:18.991Z | Compiling omicron-zone-package v0.12.0 |
2224 | 2025-01-22T08:46:19.372Z | Checking chacha20poly1305 v0.10.1 |
2225 | 2025-01-22T08:46:19.399Z | Compiling async-recursion v1.1.1 |
2226 | 2025-01-22T08:46:19.469Z | Checking fxhash v0.2.1 |
2227 | 2025-01-22T08:46:19.669Z | Checking lockfree-object-pool v0.1.6 |
2228 | 2025-01-22T08:46:19.686Z | Checking simd-adler32 v0.3.7 |
2229 | 2025-01-22T08:46:19.868Z | Compiling zip v2.1.3 |
2230 | 2025-01-22T08:46:20.086Z | Checking bumpalo v3.16.0 |
2231 | 2025-01-22T08:46:20.234Z | Checking maplit v1.0.2 |
2232 | 2025-01-22T08:46:20.376Z | Checking termcolor v1.4.1 |
2233 | 2025-01-22T08:46:20.459Z | Checking zopfli v0.8.1 |
2234 | 2025-01-22T08:46:20.791Z | Compiling progenitor-macro v0.9.1 |
2235 | 2025-01-22T08:46:20.801Z | Compiling radium v0.7.0 |
2236 | 2025-01-22T08:46:20.826Z | Compiling const_format_proc_macros v0.2.33 |
2237 | 2025-01-22T08:46:20.910Z | Compiling maybe-uninit v2.0.0 |
2238 | 2025-01-22T08:46:21.209Z | Checking thiserror-no-std v2.0.2 |
2239 | 2025-01-22T08:46:21.310Z | Checking tap v1.0.1 |
2240 | 2025-01-22T08:46:21.350Z | Checking vsss-rs v3.3.4 |
2241 | 2025-01-22T08:46:21.506Z | Checking wyz v0.5.1 |
2242 | 2025-01-22T08:46:21.920Z | Compiling packed_struct v0.10.1 |
2243 | 2025-01-22T08:46:21.967Z | Checking funty v2.0.0 |
2244 | 2025-01-22T08:46:22.324Z | Checking home v0.5.9 |
2245 | 2025-01-22T08:46:22.396Z | Checking crc-catalog v2.4.0 |
2246 | 2025-01-22T08:46:22.585Z | Checking crc v3.2.1 |
2247 | 2025-01-22T08:46:22.680Z | Checking kstat-rs v0.2.4 |
2248 | 2025-01-22T08:46:22.883Z | Checking const_format v0.2.33 |
2249 | 2025-01-22T08:46:22.900Z | Checking bitvec v1.0.1 |
2250 | 2025-01-22T08:46:23.053Z | Compiling packed_struct_codegen v0.10.1 |
2251 | 2025-01-22T08:46:23.088Z | Compiling vte_generate_state_changes v0.1.2 |
2252 | 2025-01-22T08:46:23.394Z | Compiling indexmap v1.9.3 |
2253 | 2025-01-22T08:46:23.728Z | Compiling libefi-sys v0.1.0 |
2254 | 2025-01-22T08:46:23.763Z | Checking nodrop v0.1.14 |
2255 | 2025-01-22T08:46:23.918Z | Checking array-init v0.0.4 |
2256 | 2025-01-22T08:46:24.151Z | Checking vte v0.11.1 |
2257 | 2025-01-22T08:46:24.683Z | Checking smallvec v0.6.14 |
2258 | 2025-01-22T08:46:24.773Z | Checking progenitor v0.8.0 |
2259 | 2025-01-22T08:46:25.022Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2260 | 2025-01-22T08:46:25.072Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2261 | 2025-01-22T08:46:25.270Z | Checking fd-lock v4.0.2 |
2262 | 2025-01-22T08:46:25.424Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2263 | 2025-01-22T08:46:25.537Z | Compiling bitfield-struct v0.6.2 |
2264 | 2025-01-22T08:46:25.768Z | Checking bitfield v0.14.0 |
2265 | 2025-01-22T08:46:25.860Z | Checking hashbrown v0.12.3 |
2266 | 2025-01-22T08:46:26.208Z | Checking strip-ansi-escapes v0.2.0 |
2267 | 2025-01-22T08:46:26.403Z | Checking serde-hex v0.1.0 |
2268 | 2025-01-22T08:46:27.010Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2269 | 2025-01-22T08:46:27.674Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2270 | 2025-01-22T08:46:27.997Z | Checking env_logger v0.10.2 |
2271 | 2025-01-22T08:46:28.098Z | Checking ron v0.8.1 |
2272 | 2025-01-22T08:46:28.450Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2273 | 2025-01-22T08:46:28.789Z | Checking hashbrown v0.13.2 |
2274 | 2025-01-22T08:46:32.514Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2275 | 2025-01-22T08:46:32.558Z | Checking crc-any v2.5.0 |
2276 | 2025-01-22T08:46:32.558Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2277 | 2025-01-22T08:46:32.558Z | Checking nu-ansi-term v0.50.1 |
2278 | 2025-01-22T08:46:32.558Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2279 | 2025-01-22T08:46:32.558Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2280 | 2025-01-22T08:46:32.558Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2281 | 2025-01-22T08:46:32.558Z | Checking reedline v0.35.0 |
2282 | 2025-01-22T08:46:32.558Z | Checking object v0.30.4 |
2283 | 2025-01-22T08:46:32.558Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2284 | 2025-01-22T08:46:32.558Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2285 | 2025-01-22T08:46:32.760Z | Compiling parking_lot_core v0.8.6 |
2286 | 2025-01-22T08:46:32.796Z | Checking path-slash v0.1.5 |
2287 | 2025-01-22T08:46:32.981Z | Compiling phf_generator v0.11.2 |
2288 | 2025-01-22T08:46:33.027Z | Checking glob v0.3.1 |
2289 | 2025-01-22T08:46:33.195Z | Checking bytecount v0.6.8 |
2290 | 2025-01-22T08:46:33.387Z | Checking papergrid v0.11.0 |
2291 | 2025-01-22T08:46:33.390Z | Compiling phf_codegen v0.11.2 |
2292 | 2025-01-22T08:46:33.611Z | Checking parking_lot v0.11.2 |
2293 | 2025-01-22T08:46:33.672Z | Compiling tabled_derive v0.7.0 |
2294 | 2025-01-22T08:46:33.957Z | Compiling parse-zoneinfo v0.3.1 |
2295 | 2025-01-22T08:46:34.049Z | Checking progenitor v0.9.1 |
2296 | 2025-01-22T08:46:34.305Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2297 | 2025-01-22T08:46:34.850Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2298 | 2025-01-22T08:46:36.071Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2299 | 2025-01-22T08:46:36.091Z | Compiling cfg_aliases v0.1.1 |
2300 | 2025-01-22T08:46:36.220Z | Compiling nix v0.28.0 |
2301 | 2025-01-22T08:46:36.703Z | Checking tabled v0.15.0 |
2302 | 2025-01-22T08:46:37.061Z | Compiling chrono-tz-build v0.4.0 |
2303 | 2025-01-22T08:46:38.413Z | Checking sled v0.34.7 |
2304 | 2025-01-22T08:46:38.903Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2305 | 2025-01-22T08:46:39.619Z | Checking hickory-client v0.24.2 |
2306 | 2025-01-22T08:46:40.148Z | Checking hickory-server v0.24.2 |
2307 | 2025-01-22T08:46:40.200Z | Compiling chrono-tz v0.10.0 |
2308 | 2025-01-22T08:46:40.374Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2309 | 2025-01-22T08:46:40.904Z | Compiling unicase v2.7.0 |
2310 | 2025-01-22T08:46:41.028Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2311 | 2025-01-22T08:46:41.247Z | Compiling buf-list v1.0.3 |
2312 | 2025-01-22T08:46:41.945Z | Compiling peg-macros v0.8.4 |
2313 | 2025-01-22T08:46:42.644Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2314 | 2025-01-22T08:46:43.039Z | Compiling sqlparser_derive v0.2.2 |
2315 | 2025-01-22T08:46:43.442Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2316 | 2025-01-22T08:46:43.718Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2317 | 2025-01-22T08:46:44.073Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2318 | 2025-01-22T08:46:44.103Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2319 | 2025-01-22T08:46:44.147Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2320 | 2025-01-22T08:46:45.452Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2321 | 2025-01-22T08:46:46.298Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2322 | 2025-01-22T08:46:46.786Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2323 | 2025-01-22T08:46:48.105Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2324 | 2025-01-22T08:46:48.107Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2325 | 2025-01-22T08:46:48.107Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2326 | 2025-01-22T08:46:48.164Z | Checking unicode_categories v0.1.1 |
2327 | 2025-01-22T08:46:48.375Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2328 | 2025-01-22T08:46:48.510Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2329 | 2025-01-22T08:46:49.079Z | Checking sqlformat v0.2.6 |
2330 | 2025-01-22T08:46:49.381Z | Checking peg v0.8.4 |
2331 | 2025-01-22T08:46:49.518Z | Checking rustyline v14.0.0 |
2332 | 2025-01-22T08:46:49.946Z | Checking sqlparser v0.45.0 |
2333 | 2025-01-22T08:46:51.245Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2334 | 2025-01-22T08:46:53.592Z | Checking bcs v0.1.6 |
2335 | 2025-01-22T08:46:53.619Z | Checking termtree v0.5.1 |
2336 | 2025-01-22T08:46:54.065Z | Checking primeorder v0.13.6 |
2337 | 2025-01-22T08:46:54.234Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2338 | 2025-01-22T08:46:54.279Z | Compiling mime_guess v2.0.5 |
2339 | 2025-01-22T08:46:54.360Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2340 | 2025-01-22T08:46:54.558Z | Checking nanorand v0.7.0 |
2341 | 2025-01-22T08:46:54.873Z | Checking http-range v0.1.5 |
2342 | 2025-01-22T08:46:54.940Z | Checking flume v0.11.1 |
2343 | 2025-01-22T08:46:55.431Z | Checking atty v0.2.14 |
2344 | 2025-01-22T08:46:55.481Z | Compiling salty v0.3.0 |
2345 | 2025-01-22T08:46:55.587Z | Checking p384 v0.13.0 |
2346 | 2025-01-22T08:46:55.937Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2347 | 2025-01-22T08:46:56.394Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2348 | 2025-01-22T08:46:56.478Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2349 | 2025-01-22T08:46:56.598Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2350 | 2025-01-22T08:46:56.733Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2351 | 2025-01-22T08:46:56.972Z | Checking hyper-staticfile v0.10.1 |
2352 | 2025-01-22T08:46:57.323Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2353 | 2025-01-22T08:46:57.852Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2354 | 2025-01-22T08:46:58.053Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2355 | 2025-01-22T08:46:59.011Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2356 | 2025-01-22T08:46:59.300Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2357 | 2025-01-22T08:46:59.550Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2358 | 2025-01-22T08:46:59.668Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2359 | 2025-01-22T08:46:59.855Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2360 | 2025-01-22T08:46:59.983Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2361 | 2025-01-22T08:47:00.633Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2362 | 2025-01-22T08:47:01.798Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2363 | 2025-01-22T08:47:01.843Z | Compiling dsl_auto_type v0.1.2 |
2364 | 2025-01-22T08:47:01.877Z | Checking scheduled-thread-pool v0.2.7 |
2365 | 2025-01-22T08:47:02.152Z | Checking env_filter v0.1.2 |
2366 | 2025-01-22T08:47:02.301Z | Compiling diesel_table_macro_syntax v0.2.0 |
2367 | 2025-01-22T08:47:02.412Z | Compiling crunchy v0.2.2 |
2368 | 2025-01-22T08:47:02.500Z | Checking env_logger v0.11.5 |
2369 | 2025-01-22T08:47:02.742Z | Checking r2d2 v0.8.10 |
2370 | 2025-01-22T08:47:02.852Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2371 | 2025-01-22T08:47:02.970Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2372 | 2025-01-22T08:47:03.086Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2373 | 2025-01-22T08:47:03.425Z | Compiling tiny-keccak v2.0.2 |
2374 | 2025-01-22T08:47:03.450Z | Compiling diesel_derives v2.2.3 |
2375 | 2025-01-22T08:47:03.672Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2376 | 2025-01-22T08:47:03.850Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2377 | 2025-01-22T08:47:03.949Z | Compiling ref-cast v1.0.23 |
2378 | 2025-01-22T08:47:04.869Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2379 | 2025-01-22T08:47:05.291Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2380 | 2025-01-22T08:47:05.453Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2381 | 2025-01-22T08:47:05.907Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2382 | 2025-01-22T08:47:06.330Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2383 | 2025-01-22T08:47:06.673Z | Compiling ascii-canvas v3.0.0 |
2384 | 2025-01-22T08:47:06.913Z | Compiling ena v0.14.3 |
2385 | 2025-01-22T08:47:07.159Z | Compiling ref-cast-impl v1.0.23 |
2386 | 2025-01-22T08:47:07.373Z | Compiling diff v0.1.13 |
2387 | 2025-01-22T08:47:07.847Z | Compiling regex-syntax v0.6.29 |
2388 | 2025-01-22T08:47:08.066Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2389 | 2025-01-22T08:47:08.510Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2390 | 2025-01-22T08:47:08.727Z | Compiling pin-project-internal v1.1.6 |
2391 | 2025-01-22T08:47:08.958Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2392 | 2025-01-22T08:47:09.279Z | Compiling derive_builder_core v0.20.2 |
2393 | 2025-01-22T08:47:10.721Z | Compiling libxml v0.3.3 |
2394 | 2025-01-22T08:47:11.220Z | Compiling lalrpop v0.19.12 |
2395 | 2025-01-22T08:47:11.608Z | Compiling derive_builder_macro v0.20.2 |
2396 | 2025-01-22T08:47:11.682Z | Checking pin-project v1.1.6 |
2397 | 2025-01-22T08:47:11.729Z | Checking signal-hook-tokio v0.3.1 |
2398 | 2025-01-22T08:47:11.852Z | Compiling strum_macros v0.24.3 |
2399 | 2025-01-22T08:47:11.942Z | Compiling samael v0.0.17 |
2400 | 2025-01-22T08:47:12.523Z | Compiling snafu-derive v0.8.5 |
2401 | 2025-01-22T08:47:12.955Z | Compiling indoc v1.0.9 |
2402 | 2025-01-22T08:47:13.535Z | Checking derive_builder v0.20.2 |
2403 | 2025-01-22T08:47:13.805Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2404 | 2025-01-22T08:47:15.071Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2405 | 2025-01-22T08:47:15.244Z | Checking olpc-cjson v0.1.4 |
2406 | 2025-01-22T08:47:15.373Z | Checking globset v0.4.15 |
2407 | 2025-01-22T08:47:15.400Z | Checking diesel v2.2.6 |
2408 | 2025-01-22T08:47:15.424Z | Checking quick-xml v0.33.0 |
2409 | 2025-01-22T08:47:15.487Z | Checking serde_plain v1.0.2 |
2410 | 2025-01-22T08:47:15.767Z | Compiling impl-trait-for-tuples v0.2.2 |
2411 | 2025-01-22T08:47:15.911Z | Compiling oso-derive v0.27.3 |
2412 | 2025-01-22T08:47:15.937Z | Compiling memoffset v0.9.1 |
2413 | 2025-01-22T08:47:16.295Z | Checking typed-path v0.9.3 |
2414 | 2025-01-22T08:47:17.209Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2415 | 2025-01-22T08:47:17.706Z | Checking snafu v0.8.5 |
2416 | 2025-01-22T08:47:18.221Z | Checking tungstenite v0.23.0 |
2417 | 2025-01-22T08:47:18.348Z | Checking tough v0.19.0 |
2418 | 2025-01-22T08:47:18.975Z | Compiling diesel-dtrace v0.4.2 |
2419 | 2025-01-22T08:47:19.202Z | Checking parse-size v1.1.0 |
2420 | 2025-01-22T08:47:19.387Z | Checking tokio-tungstenite v0.23.1 |
2421 | 2025-01-22T08:47:19.562Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2422 | 2025-01-22T08:47:19.901Z | Checking bb8 v0.8.5 |
2423 | 2025-01-22T08:47:19.904Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2424 | 2025-01-22T08:47:20.401Z | Checking nix v0.27.1 |
2425 | 2025-01-22T08:47:20.427Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2426 | 2025-01-22T08:47:20.736Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2427 | 2025-01-22T08:47:21.774Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2428 | 2025-01-22T08:47:23.148Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2429 | 2025-01-22T08:47:23.181Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2430 | 2025-01-22T08:47:23.608Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2431 | 2025-01-22T08:47:23.675Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2432 | 2025-01-22T08:47:24.031Z | Checking heck v0.4.1 |
2433 | 2025-01-22T08:47:24.279Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2434 | 2025-01-22T08:47:24.660Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2435 | 2025-01-22T08:47:24.733Z | Checking rand_seeder v0.3.0 |
2436 | 2025-01-22T08:47:25.001Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2437 | 2025-01-22T08:47:25.117Z | Checking assert_matches v1.5.0 |
2438 | 2025-01-22T08:47:25.220Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2439 | 2025-01-22T08:47:25.247Z | Compiling libz-sys v1.1.20 |
2440 | 2025-01-22T08:47:25.357Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2441 | 2025-01-22T08:47:25.478Z | Checking castaway v0.2.3 |
2442 | 2025-01-22T08:47:25.668Z | Checking is_ci v1.2.0 |
2443 | 2025-01-22T08:47:25.779Z | Checking compact_str v0.8.0 |
2444 | 2025-01-22T08:47:25.830Z | Checking supports-color v3.0.1 |
2445 | 2025-01-22T08:47:26.064Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2446 | 2025-01-22T08:47:26.119Z | Checking unicode-truncate v1.1.0 |
2447 | 2025-01-22T08:47:26.370Z | Checking lru v0.12.5 |
2448 | 2025-01-22T08:47:26.639Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2449 | 2025-01-22T08:47:26.681Z | Compiling instability v0.3.2 |
2450 | 2025-01-22T08:47:26.706Z | Checking cassowary v0.3.0 |
2451 | 2025-01-22T08:47:27.234Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2452 | 2025-01-22T08:47:27.410Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2453 | 2025-01-22T08:47:27.602Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2454 | 2025-01-22T08:47:27.756Z | Checking ratatui v0.28.1 |
2455 | 2025-01-22T08:47:28.469Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2456 | 2025-01-22T08:47:28.619Z | Compiling vergen v8.3.2 |
2457 | 2025-01-22T08:47:28.958Z | Compiling cargo-platform v0.1.8 |
2458 | 2025-01-22T08:47:29.065Z | Checking unicode-linebreak v0.1.5 |
2459 | 2025-01-22T08:47:29.465Z | Checking smawk v0.3.2 |
2460 | 2025-01-22T08:47:29.522Z | Compiling cargo_metadata v0.18.1 |
2461 | 2025-01-22T08:47:29.706Z | Checking textwrap v0.16.1 |
2462 | 2025-01-22T08:47:30.160Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2463 | 2025-01-22T08:47:30.806Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2464 | 2025-01-22T08:47:30.995Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2465 | 2025-01-22T08:47:31.647Z | Compiling libsqlite3-sys v0.30.1 |
2466 | 2025-01-22T08:47:32.224Z | Compiling rustls v0.21.12 |
2467 | 2025-01-22T08:47:32.313Z | Compiling cfg_aliases v0.2.1 |
2468 | 2025-01-22T08:47:32.460Z | Checking shell-words v1.1.0 |
2469 | 2025-01-22T08:47:32.514Z | Compiling nix v0.29.0 |
2470 | 2025-01-22T08:47:32.699Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2471 | 2025-01-22T08:47:32.869Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2472 | 2025-01-22T08:47:33.008Z | Checking rustls-webpki v0.101.7 |
2473 | 2025-01-22T08:47:33.198Z | Checking sct v0.7.1 |
2474 | 2025-01-22T08:47:33.465Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2475 | 2025-01-22T08:47:33.596Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2476 | 2025-01-22T08:47:33.684Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2477 | 2025-01-22T08:47:33.820Z | Checking hashlink v0.9.1 |
2478 | 2025-01-22T08:47:34.327Z | Checking concurrent-queue v2.5.0 |
2479 | 2025-01-22T08:47:34.426Z | Checking plotters-backend v0.3.7 |
2480 | 2025-01-22T08:47:34.697Z | Checking parking v2.2.1 |
2481 | 2025-01-22T08:47:34.841Z | Checking fallible-iterator v0.3.0 |
2482 | 2025-01-22T08:47:34.862Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2483 | 2025-01-22T08:47:34.905Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2484 | 2025-01-22T08:47:35.464Z | Checking fallible-streaming-iterator v0.1.9 |
2485 | 2025-01-22T08:47:35.740Z | Checking rusqlite v0.32.1 |
2486 | 2025-01-22T08:47:36.472Z | Checking plotters-svg v0.3.7 |
2487 | 2025-01-22T08:47:36.834Z | Checking tokio-rustls v0.24.1 |
2488 | 2025-01-22T08:47:37.244Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2489 | 2025-01-22T08:47:37.268Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2490 | 2025-01-22T08:47:37.376Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2491 | 2025-01-22T08:47:37.705Z | Checking rustls-pemfile v1.0.4 |
2492 | 2025-01-22T08:47:37.953Z | Checking twox-hash v1.6.3 |
2493 | 2025-01-22T08:47:38.041Z | Checking cast v0.3.0 |
2494 | 2025-01-22T08:47:38.349Z | Checking criterion-plot v0.5.0 |
2495 | 2025-01-22T08:47:38.459Z | Checking plotters v0.3.7 |
2496 | 2025-01-22T08:47:38.510Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2497 | 2025-01-22T08:47:38.864Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2498 | 2025-01-22T08:47:39.248Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2499 | 2025-01-22T08:47:40.263Z | Checking fatfs v0.3.6 |
2500 | 2025-01-22T08:47:40.326Z | Checking tinytemplate v1.2.1 |
2501 | 2025-01-22T08:47:40.517Z | Checking csv-core v0.1.11 |
2502 | 2025-01-22T08:47:40.764Z | Checking hex-literal v0.4.1 |
2503 | 2025-01-22T08:47:40.827Z | Checking anes v0.1.6 |
2504 | 2025-01-22T08:47:40.934Z | Checking oorandom v11.1.4 |
2505 | 2025-01-22T08:47:41.140Z | Checking csv v1.3.0 |
2506 | 2025-01-22T08:47:41.190Z | Checking criterion v0.5.1 |
2507 | 2025-01-22T08:47:41.300Z | Checking event-listener v5.3.1 |
2508 | 2025-01-22T08:47:41.739Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2509 | 2025-01-22T08:47:42.023Z | Checking rtoolbox v0.0.2 |
2510 | 2025-01-22T08:47:42.274Z | Checking rpassword v7.3.1 |
2511 | 2025-01-22T08:47:42.470Z | Checking event-listener-strategy v0.5.2 |
2512 | 2025-01-22T08:47:42.732Z | Checking tui-tree-widget v0.22.0 |
2513 | 2025-01-22T08:47:43.086Z | Checking polyval v0.6.2 |
2514 | 2025-01-22T08:47:43.362Z | Checking ghash v0.5.1 |
2515 | 2025-01-22T08:47:43.568Z | Checking futures-lite v2.3.0 |
2516 | 2025-01-22T08:47:44.070Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2517 | 2025-01-22T08:47:44.781Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2518 | 2025-01-22T08:47:45.114Z | Checking ctr v0.9.2 |
2519 | 2025-01-22T08:47:45.441Z | Checking yansi v1.0.1 |
2520 | 2025-01-22T08:47:46.034Z | Checking pretty_assertions v1.4.1 |
2521 | 2025-01-22T08:47:46.128Z | Checking aes-gcm v0.10.3 |
2522 | 2025-01-22T08:47:46.262Z | Checking ssh-encoding v0.2.0 |
2523 | 2025-01-22T08:47:46.393Z | Checking blowfish v0.9.1 |
2524 | 2025-01-22T08:47:46.654Z | Checking ssh-cipher v0.2.0 |
2525 | 2025-01-22T08:47:46.684Z | Checking bcrypt-pbkdf v0.10.0 |
2526 | 2025-01-22T08:47:46.974Z | Checking async-lock v3.4.0 |
2527 | 2025-01-22T08:47:47.004Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2528 | 2025-01-22T08:47:47.079Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2529 | 2025-01-22T08:47:47.919Z | Checking async-bb8-diesel v0.2.1 |
2530 | 2025-01-22T08:47:48.238Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2531 | 2025-01-22T08:47:48.599Z | Checking polling v3.7.3 |
2532 | 2025-01-22T08:47:49.074Z | Checking password-hash v0.4.2 |
2533 | 2025-01-22T08:47:49.558Z | Checking pbkdf2 v0.11.0 |
2534 | 2025-01-22T08:47:49.605Z | Checking async-io v2.3.4 |
2535 | 2025-01-22T08:47:49.837Z | Checking ssh-key v0.6.6 |
2536 | 2025-01-22T08:47:50.527Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2537 | 2025-01-22T08:47:51.320Z | Checking p521 v0.13.3 |
2538 | 2025-01-22T08:47:51.588Z | Checking p256 v0.13.2 |
2539 | 2025-01-22T08:47:52.081Z | Checking russh-cryptovec v0.7.3 |
2540 | 2025-01-22T08:47:52.338Z | Compiling target-lexicon v0.12.16 |
2541 | 2025-01-22T08:47:52.910Z | Compiling doc-comment v0.3.3 |
2542 | 2025-01-22T08:47:53.160Z | Checking async-task v4.7.1 |
2543 | 2025-01-22T08:47:53.306Z | Checking md5 v0.7.0 |
2544 | 2025-01-22T08:47:53.611Z | Checking async-channel v2.3.1 |
2545 | 2025-01-22T08:47:53.637Z | Checking russh-keys v0.45.0 |
2546 | 2025-01-22T08:47:53.658Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2547 | 2025-01-22T08:47:53.905Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2548 | 2025-01-22T08:47:54.776Z | Checking piper v0.2.4 |
2549 | 2025-01-22T08:47:55.046Z | Checking num-bigint v0.4.6 |
2550 | 2025-01-22T08:47:55.048Z | Checking des v0.8.1 |
2551 | 2025-01-22T08:47:55.370Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2552 | 2025-01-22T08:47:55.394Z | Checking futures-timer v3.0.3 |
2553 | 2025-01-22T08:47:55.738Z | Compiling assert_cmd v2.0.16 |
2554 | 2025-01-22T08:47:56.169Z | Compiling guppy-workspace-hack v0.1.0 |
2555 | 2025-01-22T08:47:56.311Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2556 | 2025-01-22T08:47:56.550Z | Checking blocking v1.6.1 |
2557 | 2025-01-22T08:47:57.530Z | Checking async-executor v1.13.1 |
2558 | 2025-01-22T08:47:57.532Z | Checking russh v0.45.0 |
2559 | 2025-01-22T08:47:57.709Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2560 | 2025-01-22T08:47:57.892Z | Checking async-signal v0.2.10 |
2561 | 2025-01-22T08:47:58.213Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2562 | 2025-01-22T08:47:58.570Z | Checking event-listener v2.5.3 |
2563 | 2025-01-22T08:47:58.645Z | Checking internet-checksum v0.2.1 |
2564 | 2025-01-22T08:47:58.827Z | Compiling target-spec v3.2.2 |
2565 | 2025-01-22T08:47:58.872Z | Checking async-channel v1.9.0 |
2566 | 2025-01-22T08:47:59.383Z | Checking async-process v2.3.0 |
2567 | 2025-01-22T08:47:59.690Z | Checking async-global-executor v2.4.1 |
2568 | 2025-01-22T08:48:00.000Z | Checking cfg-expr v0.17.0 |
2569 | 2025-01-22T08:48:00.377Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2570 | 2025-01-22T08:48:00.831Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2571 | 2025-01-22T08:48:01.827Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2572 | 2025-01-22T08:48:01.852Z | Checking httptest v0.16.1 |
2573 | 2025-01-22T08:48:02.213Z | Checking rustls-native-certs v0.7.3 |
2574 | 2025-01-22T08:48:02.315Z | Compiling petname v2.0.2 |
2575 | 2025-01-22T08:48:02.416Z | Checking kv-log-macro v1.0.7 |
2576 | 2025-01-22T08:48:02.562Z | Checking num_cpus v1.16.0 |
2577 | 2025-01-22T08:48:02.611Z | Compiling async-attributes v1.1.2 |
2578 | 2025-01-22T08:48:03.482Z | Checking async-std v1.13.0 |
2579 | 2025-01-22T08:48:03.767Z | Checking threadpool v1.8.1 |
2580 | 2025-01-22T08:48:04.025Z | Checking hyper-rustls v0.26.0 |
2581 | 2025-01-22T08:48:04.794Z | Checking pathdiff v0.2.2 |
2582 | 2025-01-22T08:48:04.820Z | Compiling rstest_macros v0.23.0 |
2583 | 2025-01-22T08:48:04.937Z | Compiling target-triple v0.1.3 |
2584 | 2025-01-22T08:48:04.974Z | Checking nested v0.1.1 |
2585 | 2025-01-22T08:48:05.227Z | Checking escape8259 v0.5.3 |
2586 | 2025-01-22T08:48:05.450Z | Checking libtest-mimic v0.7.3 |
2587 | 2025-01-22T08:48:05.520Z | Checking guppy v0.17.8 |
2588 | 2025-01-22T08:48:05.557Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2589 | 2025-01-22T08:48:06.809Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2590 | 2025-01-22T08:48:07.110Z | Checking async-object-pool v0.1.5 |
2591 | 2025-01-22T08:48:07.158Z | Checking similar-asserts v1.6.0 |
2592 | 2025-01-22T08:48:07.324Z | Checking fancy-regex v0.13.0 |
2593 | 2025-01-22T08:48:07.439Z | Checking serde_regex v1.1.0 |
2594 | 2025-01-22T08:48:07.717Z | Checking assert-json-diff v2.0.2 |
2595 | 2025-01-22T08:48:07.742Z | Compiling proc-macro-crate v3.2.0 |
2596 | 2025-01-22T08:48:08.031Z | Checking path-tree v0.8.1 |
2597 | 2025-01-22T08:48:08.122Z | Checking stringmetrics v2.2.2 |
2598 | 2025-01-22T08:48:08.394Z | Checking sync-ptr v0.1.1 |
2599 | 2025-01-22T08:48:08.420Z | Compiling relative-path v1.9.3 |
2600 | 2025-01-22T08:48:08.522Z | Checking httpmock v0.8.0-alpha.1 |
2601 | 2025-01-22T08:48:08.633Z | Checking datatest-stable v0.2.9 |
2602 | 2025-01-22T08:48:09.017Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2603 | 2025-01-22T08:48:09.125Z | Checking blake2b_simd v1.0.2 |
2604 | 2025-01-22T08:48:10.069Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2605 | 2025-01-22T08:48:10.507Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2606 | 2025-01-22T08:48:10.823Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2607 | 2025-01-22T08:48:11.171Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2608 | 2025-01-22T08:48:11.521Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2609 | 2025-01-22T08:48:12.120Z | Checking serde_tokenstream v0.2.2 |
2610 | 2025-01-22T08:48:12.542Z | Checking uzers v0.12.1 |
2611 | 2025-01-22T08:48:13.123Z | Checking rust-argon2 v2.1.0 |
2612 | 2025-01-22T08:48:13.534Z | Checking trybuild v1.0.101 |
2613 | 2025-01-22T08:48:13.842Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2614 | 2025-01-22T08:48:14.943Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2615 | 2025-01-22T08:48:15.160Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2616 | 2025-01-22T08:48:16.316Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2617 | 2025-01-22T08:48:16.662Z | Checking rand_distr v0.4.3 |
2618 | 2025-01-22T08:48:17.450Z | Checking multimap v0.10.0 |
2619 | 2025-01-22T08:48:17.806Z | Checking approx v0.5.1 |
2620 | 2025-01-22T08:48:18.114Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2621 | 2025-01-22T08:48:18.349Z | Checking rstest v0.23.0 |
2622 | 2025-01-22T08:48:18.757Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2623 | 2025-01-22T08:48:19.760Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2624 | 2025-01-22T08:48:20.170Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2625 | 2025-01-22T08:48:20.772Z | Compiling git2 v0.19.0 |
2626 | 2025-01-22T08:48:21.152Z | Checking partial-io v0.5.4 |
2627 | 2025-01-22T08:48:21.226Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2628 | 2025-01-22T08:48:21.601Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2629 | 2025-01-22T08:48:21.647Z | Checking cargo_toml v0.20.5 |
2630 | 2025-01-22T08:48:21.957Z | Checking termios v0.3.3 |
2631 | 2025-01-22T08:48:22.236Z | Compiling indoc v2.0.5 |
2632 | 2025-01-22T08:48:22.980Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2633 | 2025-01-22T08:48:23.362Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2634 | 2025-01-22T08:48:23.905Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2635 | 2025-01-22T08:48:28.889Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2636 | 2025-01-22T08:48:29.980Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2637 | 2025-01-22T08:48:41.819Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2638 | 2025-01-22T08:48:45.594Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2639 | 2025-01-22T08:48:53.310Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2640 | 2025-01-22T08:49:24.500Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2641 | 2025-01-22T08:49:24.704Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2642 | 2025-01-22T08:49:28.304Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2643 | 2025-01-22T08:49:44.237Z | Compiling polar-core v0.27.3 |
2644 | 2025-01-22T08:49:52.343Z | Checking oso v0.27.3 |
2645 | 2025-01-22T08:50:31.879Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2646 | 2025-01-22T08:50:31.882Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2647 | 2025-01-22T08:50:31.882Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2648 | 2025-01-22T08:51:56.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 54s |
2649 | 2025-01-22T08:51:57.420Z | |
2650 | 2025-01-22T08:51:57.423Z | real 6:58.640841500 |
2651 | 2025-01-22T08:51:57.423Z | user 36:09.544345872 |
2652 | 2025-01-22T08:51:57.423Z | sys 5:21.714154760 |
2653 | 2025-01-22T08:51:57.423Z | trap 1.166472723 |
2654 | 2025-01-22T08:51:57.423Z | tflt 1.766745242 |
2655 | 2025-01-22T08:51:57.423Z | dflt 0.385749826 |
2656 | 2025-01-22T08:51:57.423Z | kflt 0.000829274 |
2657 | 2025-01-22T08:51:57.423Z | lock 51:30.380646817 |
2658 | 2025-01-22T08:51:57.423Z | slp 2:01:54.976549414 |
2659 | 2025-01-22T08:51:57.423Z | lat 1:46.760069299 |
2660 | 2025-01-22T08:51:57.423Z | stop 7:12.153169568 |
2661 | 2025-01-22T08:51:57.423Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2662 | 2025-01-22T08:51:57.423Z | + ptime -m cargo doc --workspace --no-deps |
2663 | 2025-01-22T08:51:58.709Z | warning: output filename collision. |
2664 | 2025-01-22T08:51:58.709Z | 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)`. |
2665 | 2025-01-22T08:51:58.709Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2666 | 2025-01-22T08:51:58.709Z | The targets should have unique names. |
2667 | 2025-01-22T08:51:58.709Z | This is a known bug where multiple crates with the same name use |
2668 | 2025-01-22T08:51:58.709Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2669 | 2025-01-22T08:51:59.256Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2670 | 2025-01-22T08:51:59.331Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2671 | 2025-01-22T08:51:59.355Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2672 | 2025-01-22T08:51:59.401Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2673 | 2025-01-22T08:51:59.431Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2674 | 2025-01-22T08:51:59.464Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2675 | 2025-01-22T08:51:59.464Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2676 | 2025-01-22T08:51:59.687Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2677 | 2025-01-22T08:51:59.732Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2678 | 2025-01-22T08:51:59.761Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2679 | 2025-01-22T08:51:59.808Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2680 | 2025-01-22T08:52:00.026Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2681 | 2025-01-22T08:52:00.101Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2682 | 2025-01-22T08:52:00.349Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2683 | 2025-01-22T08:52:00.502Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2684 | 2025-01-22T08:52:00.521Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2685 | 2025-01-22T08:52:00.940Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2686 | 2025-01-22T08:52:01.324Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2687 | 2025-01-22T08:52:01.592Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2688 | 2025-01-22T08:52:01.613Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2689 | 2025-01-22T08:52:01.663Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2690 | 2025-01-22T08:52:01.989Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2691 | 2025-01-22T08:52:02.053Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2692 | 2025-01-22T08:52:02.361Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2693 | 2025-01-22T08:52:02.777Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2694 | 2025-01-22T08:52:03.236Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2695 | 2025-01-22T08:52:03.258Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2696 | 2025-01-22T08:52:03.716Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2697 | 2025-01-22T08:52:03.806Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2698 | 2025-01-22T08:52:03.832Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2699 | 2025-01-22T08:52:03.956Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2700 | 2025-01-22T08:52:04.122Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2701 | 2025-01-22T08:52:04.146Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2702 | 2025-01-22T08:52:04.378Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2703 | 2025-01-22T08:52:04.414Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2704 | 2025-01-22T08:52:04.503Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2705 | 2025-01-22T08:52:04.794Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2706 | 2025-01-22T08:52:05.010Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2707 | 2025-01-22T08:52:05.033Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2708 | 2025-01-22T08:52:05.153Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2709 | 2025-01-22T08:52:05.425Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2710 | 2025-01-22T08:52:05.457Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2711 | 2025-01-22T08:52:05.518Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2712 | 2025-01-22T08:52:05.543Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2713 | 2025-01-22T08:52:06.505Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2714 | 2025-01-22T08:52:07.222Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2715 | 2025-01-22T08:52:07.849Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2716 | 2025-01-22T08:52:08.312Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2717 | 2025-01-22T08:52:08.956Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2718 | 2025-01-22T08:52:09.499Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2719 | 2025-01-22T08:52:10.462Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2720 | 2025-01-22T08:52:10.615Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2721 | 2025-01-22T08:52:10.807Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2722 | 2025-01-22T08:52:11.556Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2723 | 2025-01-22T08:52:11.606Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2724 | 2025-01-22T08:52:12.085Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2725 | 2025-01-22T08:52:13.638Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2726 | 2025-01-22T08:52:13.849Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2727 | 2025-01-22T08:52:14.344Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2728 | 2025-01-22T08:52:14.650Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2729 | 2025-01-22T08:52:15.264Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2730 | 2025-01-22T08:52:16.266Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2731 | 2025-01-22T08:52:16.360Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2732 | 2025-01-22T08:52:16.783Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2733 | 2025-01-22T08:52:20.650Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2734 | 2025-01-22T08:52:21.852Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2735 | 2025-01-22T08:52:22.447Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2736 | 2025-01-22T08:52:23.073Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2737 | 2025-01-22T08:52:24.160Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2738 | 2025-01-22T08:52:24.346Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2739 | 2025-01-22T08:52:24.613Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2740 | 2025-01-22T08:52:25.142Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2741 | 2025-01-22T08:52:25.388Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2742 | 2025-01-22T08:52:25.478Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2743 | 2025-01-22T08:52:25.650Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2744 | 2025-01-22T08:52:26.399Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2745 | 2025-01-22T08:52:26.774Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2746 | 2025-01-22T08:52:27.092Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2747 | 2025-01-22T08:52:27.140Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2748 | 2025-01-22T08:52:27.510Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2749 | 2025-01-22T08:52:28.131Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2750 | 2025-01-22T08:52:28.154Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2751 | 2025-01-22T08:52:28.651Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2752 | 2025-01-22T08:52:28.937Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2753 | 2025-01-22T08:52:29.075Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2754 | 2025-01-22T08:52:29.695Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2755 | 2025-01-22T08:52:29.947Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2756 | 2025-01-22T08:52:30.202Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2757 | 2025-01-22T08:52:30.290Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2758 | 2025-01-22T08:52:31.360Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2759 | 2025-01-22T08:52:31.414Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2760 | 2025-01-22T08:52:31.915Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2761 | 2025-01-22T08:52:32.282Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2762 | 2025-01-22T08:52:32.316Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2763 | 2025-01-22T08:52:32.687Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2764 | 2025-01-22T08:52:32.856Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2765 | 2025-01-22T08:52:33.003Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2766 | 2025-01-22T08:52:33.215Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2767 | 2025-01-22T08:52:33.724Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2768 | 2025-01-22T08:52:33.728Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2769 | 2025-01-22T08:52:34.152Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2770 | 2025-01-22T08:52:34.416Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2771 | 2025-01-22T08:52:34.669Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2772 | 2025-01-22T08:52:34.932Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2773 | 2025-01-22T08:52:35.011Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2774 | 2025-01-22T08:52:35.593Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2775 | 2025-01-22T08:52:35.781Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2776 | 2025-01-22T08:52:35.902Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2777 | 2025-01-22T08:52:36.998Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2778 | 2025-01-22T08:52:37.904Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2779 | 2025-01-22T08:52:37.932Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2780 | 2025-01-22T08:52:38.313Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2781 | 2025-01-22T08:52:38.337Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2782 | 2025-01-22T08:52:38.579Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2783 | 2025-01-22T08:52:39.193Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2784 | 2025-01-22T08:52:39.558Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2785 | 2025-01-22T08:52:39.824Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2786 | 2025-01-22T08:52:39.984Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2787 | 2025-01-22T08:52:42.572Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2788 | 2025-01-22T08:52:43.910Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2789 | 2025-01-22T08:52:44.336Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2790 | 2025-01-22T08:52:44.965Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2791 | 2025-01-22T08:52:45.146Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2792 | 2025-01-22T08:52:46.589Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2793 | 2025-01-22T08:52:46.878Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2794 | 2025-01-22T08:52:47.097Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2795 | 2025-01-22T08:52:48.240Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2796 | 2025-01-22T08:52:48.764Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2797 | 2025-01-22T08:52:49.461Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2798 | 2025-01-22T08:52:50.401Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2799 | 2025-01-22T08:52:51.437Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2800 | 2025-01-22T08:52:55.850Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2801 | 2025-01-22T08:53:00.461Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2802 | 2025-01-22T08:53:01.678Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2803 | 2025-01-22T08:53:02.119Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2804 | 2025-01-22T08:53:03.754Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2805 | 2025-01-22T08:53:06.776Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2806 | 2025-01-22T08:53:07.743Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2807 | 2025-01-22T08:53:09.074Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2808 | 2025-01-22T08:53:09.300Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2809 | 2025-01-22T08:53:09.561Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2810 | 2025-01-22T08:53:10.017Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2811 | 2025-01-22T08:53:10.074Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2812 | 2025-01-22T08:53:11.359Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2813 | 2025-01-22T08:53:12.437Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2814 | 2025-01-22T08:53:13.672Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2815 | 2025-01-22T08:53:14.341Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2816 | 2025-01-22T08:53:15.408Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2817 | 2025-01-22T08:53:16.301Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2818 | 2025-01-22T08:53:18.697Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2819 | 2025-01-22T08:53:19.015Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2820 | 2025-01-22T08:53:20.435Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2821 | 2025-01-22T08:53:21.643Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2822 | 2025-01-22T08:53:22.937Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2823 | 2025-01-22T08:53:23.192Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2824 | 2025-01-22T08:53:23.721Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2825 | 2025-01-22T08:53:24.229Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2826 | 2025-01-22T08:53:25.736Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2827 | 2025-01-22T08:53:26.978Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2828 | 2025-01-22T08:53:27.747Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2829 | 2025-01-22T08:53:27.961Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2830 | 2025-01-22T08:53:28.117Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2831 | 2025-01-22T08:53:29.484Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2832 | 2025-01-22T08:53:30.571Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2833 | 2025-01-22T08:53:31.906Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2834 | 2025-01-22T08:53:32.183Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2835 | 2025-01-22T08:53:32.756Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2836 | 2025-01-22T08:53:33.330Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2837 | 2025-01-22T08:53:33.769Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2838 | 2025-01-22T08:53:34.551Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2839 | 2025-01-22T08:53:36.690Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2840 | 2025-01-22T08:53:36.914Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2841 | 2025-01-22T08:53:37.618Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2842 | 2025-01-22T08:53:38.388Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2843 | 2025-01-22T08:53:38.781Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2844 | 2025-01-22T08:53:39.522Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2845 | 2025-01-22T08:53:40.472Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2846 | 2025-01-22T08:53:40.567Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2847 | 2025-01-22T08:53:41.343Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2848 | 2025-01-22T08:53:42.006Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2849 | 2025-01-22T08:53:44.370Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2850 | 2025-01-22T08:53:44.405Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2851 | 2025-01-22T08:53:45.244Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2852 | 2025-01-22T08:53:47.150Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2853 | 2025-01-22T08:53:47.302Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2854 | 2025-01-22T08:53:48.487Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2855 | 2025-01-22T08:53:48.695Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2856 | 2025-01-22T08:53:50.084Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2857 | 2025-01-22T08:53:51.558Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2858 | 2025-01-22T08:53:52.949Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2859 | 2025-01-22T08:53:53.729Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2860 | 2025-01-22T08:53:54.352Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2861 | 2025-01-22T08:53:55.449Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2862 | 2025-01-22T08:53:56.397Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2863 | 2025-01-22T08:53:57.206Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2864 | 2025-01-22T08:53:57.535Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2865 | 2025-01-22T08:53:58.581Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2866 | 2025-01-22T08:53:59.553Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2867 | 2025-01-22T08:54:00.915Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2868 | 2025-01-22T08:54:01.003Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2869 | 2025-01-22T08:54:01.087Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2870 | 2025-01-22T08:54:02.310Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2871 | 2025-01-22T08:54:04.411Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2872 | 2025-01-22T08:54:04.441Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2873 | 2025-01-22T08:54:04.862Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2874 | 2025-01-22T08:54:05.605Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2875 | 2025-01-22T08:54:06.041Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2876 | 2025-01-22T08:54:08.474Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2877 | 2025-01-22T08:54:09.716Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2878 | 2025-01-22T08:54:09.864Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2879 | 2025-01-22T08:54:09.924Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2880 | 2025-01-22T08:54:10.160Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2881 | 2025-01-22T08:54:10.182Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2882 | 2025-01-22T08:54:13.255Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2883 | 2025-01-22T08:54:13.626Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2884 | 2025-01-22T08:54:13.834Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2885 | 2025-01-22T08:54:13.860Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2886 | 2025-01-22T08:54:14.211Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2887 | 2025-01-22T08:54:14.818Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2888 | 2025-01-22T08:54:15.070Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2889 | 2025-01-22T08:54:15.553Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2890 | 2025-01-22T08:54:15.989Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2891 | 2025-01-22T08:54:16.231Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2892 | 2025-01-22T08:54:16.362Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2893 | 2025-01-22T08:54:33.458Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2894 | 2025-01-22T08:54:33.458Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2895 | 2025-01-22T08:54:33.461Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2896 | 2025-01-22T08:54:33.461Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2897 | 2025-01-22T08:54:34.362Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2898 | 2025-01-22T08:54:34.597Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2899 | 2025-01-22T08:54:34.642Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2900 | 2025-01-22T08:54:34.725Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2901 | 2025-01-22T08:54:36.684Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2902 | 2025-01-22T08:54:41.716Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2903 | 2025-01-22T08:54:42.890Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2904 | 2025-01-22T08:55:34.201Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2905 | 2025-01-22T08:55:41.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s |
2906 | 2025-01-22T08:55:41.835Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2907 | 2025-01-22T08:55:41.909Z | |
2908 | 2025-01-22T08:55:41.912Z | real 3:44.395774203 |
2909 | 2025-01-22T08:55:41.912Z | user 19:21.429810710 |
2910 | 2025-01-22T08:55:41.912Z | sys 2:39.868381621 |
2911 | 2025-01-22T08:55:41.912Z | trap 0.604777193 |
2912 | 2025-01-22T08:55:41.912Z | tflt 0.288431967 |
2913 | 2025-01-22T08:55:41.912Z | dflt 0.079540420 |
2914 | 2025-01-22T08:55:41.912Z | kflt 0.000113314 |
2915 | 2025-01-22T08:55:41.912Z | lock 30:57.518265888 |
2916 | 2025-01-22T08:55:41.912Z | slp 54:26.870311306 |
2917 | 2025-01-22T08:55:41.912Z | lat 1:07.314386249 |
2918 | 2025-01-22T08:55:41.912Z | stop 1:17.331309406 |
2919 | 2025-01-22T08:55:41.912Z | process exited: duration 971865 ms, exit code 0 |
|
2920 | 2025-01-22T08:55:41.918Z | found 0 output files |