|
|
|
1 | 2025-01-08T00:17:57.223Z | job assigned to worker 01JH1MB0CZ46EE8JA857H495A6 [factory aws, i-0df8bd7881c275021] (queued for 1 m 0 s) |
|
2 | 2025-01-08T00:18:04.815Z | starting task 0: "setup" |
3 | 2025-01-08T00:18:04.823Z | ++ uname -s |
4 | 2025-01-08T00:18:04.826Z | + kern=SunOS |
5 | 2025-01-08T00:18:04.826Z | + case "$kern" in |
6 | 2025-01-08T00:18:04.826Z | + groupadd -g 12345 build |
7 | 2025-01-08T00:18:04.828Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T00:18:06.837Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T00:18:06.970Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T00:18:06.973Z | + home_fs=zfs |
11 | 2025-01-08T00:18:06.973Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T00:18:06.973Z | + mkdir -p /home/build |
13 | 2025-01-08T00:18:06.976Z | + chown build:build /home/build /work |
14 | 2025-01-08T00:18:08.976Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T00:18:08.979Z | process exited: duration 4166 ms, exit code 0 |
|
16 | 2025-01-08T00:18:08.984Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T00:18:08.990Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T00:18:08.990Z | ' 1.81.0 |
19 | 2025-01-08T00:18:08.990Z | * toolchain channel = "1.81.0" |
20 | 2025-01-08T00:18:08.990Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-08T00:18:08.990Z | ' default |
22 | 2025-01-08T00:18:08.990Z | * toolchain profile = "default" |
23 | 2025-01-08T00:18:08.992Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T00:18:08.992Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T00:18:09.094Z | info: downloading installer |
26 | 2025-01-08T00:18:10.530Z | info: profile set to 'default' |
27 | 2025-01-08T00:18:10.530Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T00:18:10.532Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T00:18:10.689Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T00:18:10.689Z | info: downloading component 'cargo' |
31 | 2025-01-08T00:18:11.572Z | info: downloading component 'clippy' |
32 | 2025-01-08T00:18:11.897Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T00:18:13.109Z | info: downloading component 'rust-std' |
34 | 2025-01-08T00:18:15.003Z | info: downloading component 'rustc' |
35 | 2025-01-08T00:18:21.783Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T00:18:22.042Z | info: installing component 'cargo' |
37 | 2025-01-08T00:18:22.851Z | info: installing component 'clippy' |
38 | 2025-01-08T00:18:23.208Z | info: installing component 'rust-docs' |
39 | 2025-01-08T00:18:24.866Z | info: installing component 'rust-std' |
40 | 2025-01-08T00:18:26.593Z | info: installing component 'rustc' |
41 | 2025-01-08T00:18:32.287Z | info: installing component 'rustfmt' |
42 | 2025-01-08T00:18:32.606Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T00:18:32.606Z | |
44 | 2025-01-08T00:18:32.978Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T00:18:32.978Z | |
46 | 2025-01-08T00:18:32.981Z | |
47 | 2025-01-08T00:18:32.981Z | Rust is installed now. Great! |
48 | 2025-01-08T00:18:32.981Z | |
49 | 2025-01-08T00:18:32.981Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T00:18:32.981Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T00:18:32.981Z | |
52 | 2025-01-08T00:18:32.981Z | To configure your current shell, you need to source |
53 | 2025-01-08T00:18:32.981Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T00:18:32.981Z | |
55 | 2025-01-08T00:18:32.981Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T00:18:32.981Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T00:18:32.981Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T00:18:33.059Z | + rustc --version |
59 | 2025-01-08T00:18:33.124Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T00:18:33.127Z | process exited: duration 24144 ms, exit code 0 |
|
61 | 2025-01-08T00:18:33.133Z | starting task 2: "authentication" |
62 | 2025-01-08T00:18:33.156Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-08T00:18:33.162Z | starting task 3: "clone repository" |
64 | 2025-01-08T00:18:33.167Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T00:18:33.171Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T00:18:34.056Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T00:18:42.155Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T00:18:42.155Z | + git fetch origin 125e5170aac0e37130918c3e2b3f1ac324401517 |
69 | 2025-01-08T00:18:42.487Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T00:18:42.487Z | * branch 125e5170aac0e37130918c3e2b3f1ac324401517 -> FETCH_HEAD |
71 | 2025-01-08T00:18:42.497Z | + [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
72 | 2025-01-08T00:18:42.502Z | ++ git branch --show-current |
73 | 2025-01-08T00:18:42.505Z | + current=main |
74 | 2025-01-08T00:18:42.505Z | + [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
75 | 2025-01-08T00:18:42.505Z | + git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 125e5170aac0e37130918c3e2b3f1ac324401517 |
76 | 2025-01-08T00:18:42.507Z | + git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured |
77 | 2025-01-08T00:18:42.693Z | Switched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured' |
78 | 2025-01-08T00:18:42.696Z | + git reset --hard 125e5170aac0e37130918c3e2b3f1ac324401517 |
79 | 2025-01-08T00:18:42.711Z | HEAD is now at 125e5170a rebase |
80 | 2025-01-08T00:18:42.714Z | process exited: duration 9552 ms, exit code 0 |
|
81 | 2025-01-08T00:18:42.719Z | starting task 4: "build" |
82 | 2025-01-08T00:18:42.724Z | + source ./env.sh |
83 | 2025-01-08T00:18:42.727Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-08T00:18:42.727Z | ++ set -o xtrace |
85 | 2025-01-08T00:18:42.729Z | ++++ dirname ./env.sh |
86 | 2025-01-08T00:18:42.729Z | +++ readlink -f . |
87 | 2025-01-08T00:18:42.774Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-08T00:18:42.776Z | ++ 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-08T00:18:42.776Z | ++ 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-08T00:18:42.776Z | ++ 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-08T00:18:42.776Z | ++ 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-08T00:18:42.776Z | ++ 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-08T00:18:42.777Z | ++ 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-08T00:18:42.777Z | ++ 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-08T00:18:42.777Z | ++ 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-08T00:18:42.777Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-08T00:18:42.777Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-08T00:18:42.777Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-08T00:18:42.777Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-08T00:18:42.777Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-08T00:18:42.777Z | + cargo --version |
102 | 2025-01-08T00:18:42.830Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-08T00:18:42.833Z | + rustc --version |
104 | 2025-01-08T00:18:42.893Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-08T00:18:42.896Z | + banner prerequisites |
106 | 2025-01-08T00:18:42.899Z | |
107 | 2025-01-08T00:18:42.899Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-08T00:18:42.899Z | # # # # # # # # # # # # # # # |
109 | 2025-01-08T00:18:42.899Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-08T00:18:42.899Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-08T00:18:42.900Z | # # # # # # # # # # # # # # # |
112 | 2025-01-08T00:18:42.900Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-08T00:18:42.900Z | |
114 | 2025-01-08T00:18:42.902Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-08T00:18:53.347Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2025-01-08T00:18:57.294Z | Startup: Caching catalogs ... Done |
117 | 2025-01-08T00:19:08.531Z | Planning: Solver setup ... Done (10.069s) |
118 | 2025-01-08T00:19:08.712Z | Planning: Running solver ... Done (0.137s) |
119 | 2025-01-08T00:19:08.712Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2025-01-08T00:19:10.005Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2025-01-08T00:19:10.133Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2025-01-08T00:19:10.385Z | Planning: Package planning ... Done (0.270s) |
123 | 2025-01-08T00:19:10.422Z | Planning: Merging actions ... Done (0.057s) |
124 | 2025-01-08T00:19:10.606Z | Planning: Checking for conflicting actions ... Done (0.188s) |
125 | 2025-01-08T00:19:12.369Z | Planning: Consolidating action changes ... Done (1.769s) |
126 | 2025-01-08T00:19:12.861Z | Planning: Evaluating mediators ... Done (0.430s) |
127 | 2025-01-08T00:19:12.950Z | Planning: Planning completed in 15.49 seconds |
128 | 2025-01-08T00:19:13.079Z | Packages to install: 4 |
129 | 2025-01-08T00:19:13.079Z | Packages to update: 1 |
130 | 2025-01-08T00:19:13.150Z | Mediators to change: 2 |
131 | 2025-01-08T00:19:13.150Z | Services to change: 1 |
132 | 2025-01-08T00:19:13.150Z | Estimated space available: 155.64 GB |
133 | 2025-01-08T00:19:13.150Z | Estimated space to be consumed: 1.62 GB |
134 | 2025-01-08T00:19:13.150Z | Create boot environment: No |
135 | 2025-01-08T00:19:13.150Z | Create backup boot environment: Yes |
136 | 2025-01-08T00:19:13.150Z | Rebuild boot archive: No |
137 | 2025-01-08T00:19:13.150Z | |
138 | 2025-01-08T00:19:13.150Z | Changed mediators: |
139 | 2025-01-08T00:19:13.151Z | mediator clang: |
140 | 2025-01-08T00:19:13.151Z | version: None -> 15 (system default) |
141 | 2025-01-08T00:19:13.151Z | |
142 | 2025-01-08T00:19:13.151Z | mediator llvm: |
143 | 2025-01-08T00:19:13.151Z | version: 14 (system default) -> 15 (system default) |
144 | 2025-01-08T00:19:13.151Z | |
145 | 2025-01-08T00:19:13.151Z | Changed packages: |
146 | 2025-01-08T00:19:13.151Z | helios-dev |
147 | 2025-01-08T00:19:13.151Z | developer/build-essential |
148 | 2025-01-08T00:19:13.151Z | None -> 11-2.0 |
149 | 2025-01-08T00:19:13.151Z | library/libxmlsec1 |
150 | 2025-01-08T00:19:13.151Z | None -> 1.2.35-2.0 |
151 | 2025-01-08T00:19:13.151Z | ooce/developer/clang-15 |
152 | 2025-01-08T00:19:13.151Z | None -> 15.0.7-2.0 |
153 | 2025-01-08T00:19:13.151Z | ooce/developer/llvm-15 |
154 | 2025-01-08T00:19:13.151Z | None -> 15.0.7-2.0 |
155 | 2025-01-08T00:19:13.151Z | package/pkg |
156 | 2025-01-08T00:19:13.151Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2025-01-08T00:19:13.151Z | |
158 | 2025-01-08T00:19:13.151Z | Services: |
159 | 2025-01-08T00:19:13.151Z | restart_fmri: |
160 | 2025-01-08T00:19:13.151Z | svc:/system/update-man-index:default |
161 | 2025-01-08T00:19:13.151Z | |
162 | 2025-01-08T00:19:13.151Z | Editable files to change: |
163 | 2025-01-08T00:19:13.151Z | Update: |
164 | 2025-01-08T00:19:13.151Z | usr/share/lib/pkg/web/config.shtml |
165 | 2025-01-08T00:19:13.260Z | |
166 | 2025-01-08T00:19:13.260Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2025-01-08T00:19:19.436Z | Download: 213/4281 items 1.3/220.6MB 0% complete (717k/s) |
168 | 2025-01-08T00:19:24.456Z | Download: 610/4281 items 3.7/220.6MB 1% complete (344k/s) |
169 | 2025-01-08T00:19:29.456Z | Download: 1048/4281 items 19.7/220.6MB 8% complete (1.9M/s) |
170 | 2025-01-08T00:19:34.799Z | Download: 1194/4281 items 83.5/220.6MB 37% complete (8.0M/s) |
171 | 2025-01-08T00:19:54.748Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
172 | 2025-01-08T00:19:59.762Z | Download: 1569/4281 items 116.8/220.6MB 52% complete (7.2M/s) |
173 | 2025-01-08T00:20:07.530Z | Download: 2220/4281 items 118.4/220.6MB 53% complete (4.2M/s) |
174 | 2025-01-08T00:20:12.545Z | Download: 2745/4281 items 120.6/220.6MB 54% complete (271k/s) |
175 | 2025-01-08T00:20:17.555Z | Download: 3109/4281 items 161.9/220.6MB 73% complete (4.3M/s) |
176 | 2025-01-08T00:20:39.264Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
177 | 2025-01-08T00:20:44.265Z | Download: 3479/4281 items 213.3/220.6MB 96% complete (2.1M/s) |
178 | 2025-01-08T00:20:49.732Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (1.9M/s) |
179 | 2025-01-08T00:20:49.835Z | Download: Completed 220.60 MB in 96.60 seconds (2.3M/s) |
180 | 2025-01-08T00:20:51.816Z | Actions: 1/5063 actions (Removing old actions) |
181 | 2025-01-08T00:20:51.835Z | Actions: 194/5063 actions (Installing new actions) |
182 | 2025-01-08T00:20:56.689Z | Actions: 4226/5063 actions (Updating modified actions) |
183 | 2025-01-08T00:20:56.993Z | Actions: Completed 5063 actions in 5.18 seconds. |
184 | 2025-01-08T00:20:57.414Z | Done (0.414s) |
185 | 2025-01-08T00:20:57.417Z | Done (0.000s) |
186 | 2025-01-08T00:20:57.991Z | Done (0.575s) |
187 | 2025-01-08T00:21:02.320Z | Done (4.101s) |
188 | 2025-01-08T00:21:02.408Z | Done (0.019s) |
189 | 2025-01-08T00:21:02.411Z | Done (0.000s) |
190 | 2025-01-08T00:21:02.574Z | Done (0.000s) |
191 | 2025-01-08T00:21:03.268Z | Planning: Evaluating mediator changes ... Done |
192 | 2025-01-08T00:21:03.429Z | Planning: Checking for conflicting actions ... Done |
193 | 2025-01-08T00:21:03.432Z | Planning: Consolidating action changes ... Done |
194 | 2025-01-08T00:21:03.699Z | Planning: Evaluating mediators ... Done |
195 | 2025-01-08T00:21:03.701Z | Planning: Planning completed in 0.43 seconds |
196 | 2025-01-08T00:21:03.740Z | Mediators to change: 2 |
197 | 2025-01-08T00:21:03.740Z | Create boot environment: No |
198 | 2025-01-08T00:21:03.742Z | Create backup boot environment: No |
199 | 2025-01-08T00:21:03.817Z | Done |
200 | 2025-01-08T00:21:03.817Z | Done |
201 | 2025-01-08T00:21:04.180Z | Done |
202 | 2025-01-08T00:21:07.802Z | Done |
203 | 2025-01-08T00:21:07.896Z | Done |
204 | 2025-01-08T00:21:07.898Z | Done |
205 | 2025-01-08T00:21:07.998Z | Done |
206 | 2025-01-08T00:21:08.602Z | Planning: Evaluating mediator changes ... Done |
207 | 2025-01-08T00:21:08.604Z | Planning: Merging actions ... Done |
208 | 2025-01-08T00:21:08.792Z | Planning: Checking for conflicting actions ... Done |
209 | 2025-01-08T00:21:08.794Z | Planning: Consolidating action changes ... Done |
210 | 2025-01-08T00:21:09.050Z | Planning: Evaluating mediators ... Done |
211 | 2025-01-08T00:21:09.103Z | Planning: Planning completed in 0.74 seconds |
212 | 2025-01-08T00:21:09.146Z | Packages to change: 1 |
213 | 2025-01-08T00:21:09.146Z | Mediators to change: 1 |
214 | 2025-01-08T00:21:09.149Z | Services to change: 1 |
215 | 2025-01-08T00:21:09.149Z | Create boot environment: No |
216 | 2025-01-08T00:21:09.149Z | Create backup boot environment: Yes |
217 | 2025-01-08T00:21:10.227Z | Actions: 1/6 actions (Updating modified actions) |
218 | 2025-01-08T00:21:10.230Z | Actions: Completed 6 actions in 0.00 seconds. |
219 | 2025-01-08T00:21:10.230Z | Done |
220 | 2025-01-08T00:21:10.230Z | Done |
221 | 2025-01-08T00:21:10.346Z | Done |
222 | 2025-01-08T00:21:13.961Z | Done |
223 | 2025-01-08T00:21:14.049Z | Done |
224 | 2025-01-08T00:21:14.051Z | Done |
225 | 2025-01-08T00:21:14.192Z | Done |
226 | 2025-01-08T00:21:14.622Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
227 | 2025-01-08T00:21:14.622Z | clang system 15 system |
228 | 2025-01-08T00:21:14.622Z | csh system system illumos |
229 | 2025-01-08T00:21:14.622Z | ctags system system illumos |
230 | 2025-01-08T00:21:14.622Z | gcc vendor 12 vendor |
231 | 2025-01-08T00:21:14.622Z | gcc system 10 system |
232 | 2025-01-08T00:21:14.622Z | gcc system 7 system |
233 | 2025-01-08T00:21:14.622Z | go system 1.20 system |
234 | 2025-01-08T00:21:14.622Z | go system 1.19 system |
235 | 2025-01-08T00:21:14.622Z | llvm system 15 system |
236 | 2025-01-08T00:21:14.622Z | llvm system 14 system |
237 | 2025-01-08T00:21:14.622Z | mariadb system 10.6 system |
238 | 2025-01-08T00:21:14.622Z | mta vendor vendor dma |
239 | 2025-01-08T00:21:14.622Z | openjdk system 17 system |
240 | 2025-01-08T00:21:14.622Z | openjdk system 11 system |
241 | 2025-01-08T00:21:14.622Z | openjdk system 1.8 system |
242 | 2025-01-08T00:21:14.622Z | openssl vendor 3 vendor |
243 | 2025-01-08T00:21:14.622Z | perl system 5.36 system |
244 | 2025-01-08T00:21:14.622Z | postgresql system 15 system |
245 | 2025-01-08T00:21:14.622Z | postgresql system 13 system |
246 | 2025-01-08T00:21:14.622Z | python vendor 3 vendor |
247 | 2025-01-08T00:21:14.622Z | python system 2 system |
248 | 2025-01-08T00:21:14.622Z | python3 system 3.11 system |
249 | 2025-01-08T00:21:14.622Z | ruby system 3.0 system |
250 | 2025-01-08T00:21:14.622Z | words vendor vendor american-english |
251 | 2025-01-08T00:21:14.623Z | words system system australian-english |
252 | 2025-01-08T00:21:14.623Z | words system system british-english |
253 | 2025-01-08T00:21:14.623Z | words system system canadian-english |
254 | 2025-01-08T00:21:14.623Z | words system system french |
255 | 2025-01-08T00:21:14.623Z | words system system italian |
256 | 2025-01-08T00:21:14.623Z | words system system ngerman |
257 | 2025-01-08T00:21:14.623Z | words system system ogerman |
258 | 2025-01-08T00:21:14.623Z | words system system spanish |
259 | 2025-01-08T00:21:14.952Z | PUBLISHER TYPE STATUS P LOCATION |
260 | 2025-01-08T00:21:14.952Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
261 | 2025-01-08T00:21:17.723Z | FMRI IFO |
262 | 2025-01-08T00:21:17.723Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
263 | 2025-01-08T00:21:17.723Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
264 | 2025-01-08T00:21:17.724Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
265 | 2025-01-08T00:21:17.724Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
266 | 2025-01-08T00:21:17.724Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
267 | 2025-01-08T00:21:17.724Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
268 | 2025-01-08T00:21:17.724Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
269 | 2025-01-08T00:21:17.724Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
270 | 2025-01-08T00:21:17.724Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
271 | 2025-01-08T00:21:17.724Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
272 | 2025-01-08T00:21:17.725Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
273 | 2025-01-08T00:21:17.725Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
274 | 2025-01-08T00:21:17.725Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
275 | 2025-01-08T00:21:17.725Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
276 | 2025-01-08T00:21:17.725Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
277 | 2025-01-08T00:21:18.503Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
278 | 2025-01-08T00:21:18.821Z | Updating crates.io index |
279 | 2025-01-08T00:21:18.879Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
280 | 2025-01-08T00:21:19.183Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
281 | 2025-01-08T00:21:19.688Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
282 | 2025-01-08T00:21:20.018Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
283 | 2025-01-08T00:21:20.313Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
284 | 2025-01-08T00:21:20.569Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
285 | 2025-01-08T00:21:21.526Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
286 | 2025-01-08T00:21:23.164Z | Updating git repository `https://github.com/oxidecomputer/opte` |
287 | 2025-01-08T00:21:23.852Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
288 | 2025-01-08T00:21:24.779Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2025-01-08T00:21:24.989Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
290 | 2025-01-08T00:21:25.269Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
291 | 2025-01-08T00:21:25.950Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
292 | 2025-01-08T00:21:26.225Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
293 | 2025-01-08T00:21:26.601Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
294 | 2025-01-08T00:21:26.901Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
295 | 2025-01-08T00:21:27.206Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
296 | 2025-01-08T00:21:27.517Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
297 | 2025-01-08T00:21:27.837Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
298 | 2025-01-08T00:21:28.147Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
299 | 2025-01-08T00:21:28.524Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
300 | 2025-01-08T00:21:28.918Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
301 | 2025-01-08T00:21:29.447Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
302 | 2025-01-08T00:21:29.733Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
303 | 2025-01-08T00:21:30.150Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
304 | 2025-01-08T00:21:30.551Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
305 | 2025-01-08T00:21:30.868Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
306 | 2025-01-08T00:21:31.146Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
307 | 2025-01-08T00:21:31.432Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
308 | 2025-01-08T00:21:32.800Z | Downloading crates ... |
309 | 2025-01-08T00:21:32.944Z | Downloaded fs-err v2.11.0 |
310 | 2025-01-08T00:21:32.947Z | Downloaded itoa v1.0.11 |
311 | 2025-01-08T00:21:32.947Z | Downloaded is_terminal_polyfill v1.70.1 |
312 | 2025-01-08T00:21:32.949Z | Downloaded generic-array v0.14.7 |
313 | 2025-01-08T00:21:32.949Z | Downloaded fnv v1.0.7 |
314 | 2025-01-08T00:21:32.952Z | Downloaded fastrand v2.1.1 |
315 | 2025-01-08T00:21:32.955Z | Downloaded heck v0.5.0 |
316 | 2025-01-08T00:21:32.963Z | Downloaded anstream v0.6.15 |
317 | 2025-01-08T00:21:32.966Z | Downloaded log v0.4.22 |
318 | 2025-01-08T00:21:32.977Z | Downloaded heck v0.4.1 |
319 | 2025-01-08T00:21:32.981Z | Downloaded indexmap v2.6.0 |
320 | 2025-01-08T00:21:32.986Z | Downloaded pretty-hex v0.4.1 |
321 | 2025-01-08T00:21:32.996Z | Downloaded swrite v0.1.0 |
322 | 2025-01-08T00:21:33.003Z | Downloaded usdt-macro v0.5.0 |
323 | 2025-01-08T00:21:33.005Z | Downloaded smawk v0.3.2 |
324 | 2025-01-08T00:21:33.008Z | Downloaded dtrace-parser v0.2.0 |
325 | 2025-01-08T00:21:33.012Z | Downloaded scroll_derive v0.12.0 |
326 | 2025-01-08T00:21:33.014Z | Downloaded equivalent v1.0.1 |
327 | 2025-01-08T00:21:33.030Z | Downloaded strsim v0.11.1 |
328 | 2025-01-08T00:21:33.033Z | Downloaded macaddr v1.0.1 |
329 | 2025-01-08T00:21:33.033Z | Downloaded plain v0.2.3 |
330 | 2025-01-08T00:21:33.036Z | Downloaded thiserror-impl v1.0.69 |
331 | 2025-01-08T00:21:33.039Z | Downloaded thread-id v4.2.2 |
332 | 2025-01-08T00:21:33.041Z | Downloaded proc-macro-error-attr v1.0.4 |
333 | 2025-01-08T00:21:33.041Z | Downloaded pest_generator v2.7.14 |
334 | 2025-01-08T00:21:33.044Z | Downloaded toml_datetime v0.6.8 |
335 | 2025-01-08T00:21:33.044Z | Downloaded terminal_size v0.4.0 |
336 | 2025-01-08T00:21:33.047Z | Downloaded tabled_derive v0.7.0 |
337 | 2025-01-08T00:21:33.047Z | Downloaded cpufeatures v0.2.14 |
338 | 2025-01-08T00:21:33.048Z | Downloaded block-buffer v0.10.4 |
339 | 2025-01-08T00:21:33.051Z | Downloaded memmap v0.7.0 |
340 | 2025-01-08T00:21:33.054Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2025-01-08T00:21:33.058Z | Downloaded cfg-if v1.0.0 |
342 | 2025-01-08T00:21:33.061Z | Downloaded errno v0.3.9 |
343 | 2025-01-08T00:21:33.061Z | Downloaded anstyle-query v1.1.1 |
344 | 2025-01-08T00:21:33.064Z | Downloaded anstyle v1.0.10 |
345 | 2025-01-08T00:21:33.066Z | Downloaded serde_spanned v0.6.8 |
346 | 2025-01-08T00:21:33.066Z | Downloaded autocfg v1.4.0 |
347 | 2025-01-08T00:21:33.068Z | Downloaded usdt-attr-macro v0.5.0 |
348 | 2025-01-08T00:21:33.068Z | Downloaded crypto-common v0.1.6 |
349 | 2025-01-08T00:21:33.071Z | Downloaded byteorder v1.5.0 |
350 | 2025-01-08T00:21:33.071Z | Downloaded bytecount v0.6.8 |
351 | 2025-01-08T00:21:33.073Z | Downloaded cargo-platform v0.1.8 |
352 | 2025-01-08T00:21:33.073Z | Downloaded digest v0.10.7 |
353 | 2025-01-08T00:21:33.077Z | Downloaded clap_lex v0.7.2 |
354 | 2025-01-08T00:21:33.080Z | Downloaded usdt v0.5.0 |
355 | 2025-01-08T00:21:33.080Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2025-01-08T00:21:33.080Z | Downloaded thiserror v1.0.69 |
357 | 2025-01-08T00:21:33.082Z | Downloaded anstyle-parse v0.2.5 |
358 | 2025-01-08T00:21:33.085Z | Downloaded colorchoice v1.0.2 |
359 | 2025-01-08T00:21:33.085Z | Downloaded version_check v0.9.5 |
360 | 2025-01-08T00:21:33.087Z | Downloaded utf8parse v0.2.2 |
361 | 2025-01-08T00:21:33.088Z | Downloaded pest_derive v2.7.14 |
362 | 2025-01-08T00:21:33.091Z | Downloaded quote v1.0.37 |
363 | 2025-01-08T00:21:33.093Z | Downloaded tempfile v3.13.0 |
364 | 2025-01-08T00:21:33.095Z | Downloaded proc-macro-error v1.0.4 |
365 | 2025-01-08T00:21:33.098Z | Downloaded scroll v0.12.0 |
366 | 2025-01-08T00:21:33.110Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2025-01-08T00:21:33.114Z | Downloaded dof v0.3.0 |
368 | 2025-01-08T00:21:33.117Z | Downloaded clap_derive v4.5.18 |
369 | 2025-01-08T00:21:33.119Z | Downloaded camino v1.1.9 |
370 | 2025-01-08T00:21:33.119Z | Downloaded cargo_toml v0.20.5 |
371 | 2025-01-08T00:21:33.122Z | Downloaded cargo_metadata v0.18.1 |
372 | 2025-01-08T00:21:33.124Z | Downloaded ryu v1.0.18 |
373 | 2025-01-08T00:21:33.127Z | Downloaded usdt-impl v0.5.0 |
374 | 2025-01-08T00:21:33.127Z | Downloaded sha2 v0.10.8 |
375 | 2025-01-08T00:21:33.129Z | Downloaded toml v0.8.19 |
376 | 2025-01-08T00:21:33.132Z | Downloaded proc-macro2 v1.0.89 |
377 | 2025-01-08T00:21:33.134Z | Downloaded ucd-trie v0.1.7 |
378 | 2025-01-08T00:21:33.137Z | Downloaded pest_meta v2.7.14 |
379 | 2025-01-08T00:21:33.141Z | Downloaded hashbrown v0.15.1 |
380 | 2025-01-08T00:21:33.145Z | Downloaded typenum v1.17.0 |
381 | 2025-01-08T00:21:33.147Z | Downloaded semver v1.0.23 |
382 | 2025-01-08T00:21:33.147Z | Downloaded unicode-ident v1.0.13 |
383 | 2025-01-08T00:21:33.150Z | Downloaded once_cell v1.20.2 |
384 | 2025-01-08T00:21:33.168Z | Downloaded textwrap v0.16.1 |
385 | 2025-01-08T00:21:33.168Z | Downloaded anyhow v1.0.93 |
386 | 2025-01-08T00:21:33.168Z | Downloaded bitflags v2.6.0 |
387 | 2025-01-08T00:21:33.168Z | Downloaded clap v4.5.21 |
388 | 2025-01-08T00:21:33.172Z | Downloaded papergrid v0.11.0 |
389 | 2025-01-08T00:21:33.175Z | Downloaded serde_derive v1.0.215 |
390 | 2025-01-08T00:21:33.175Z | Downloaded camino-tempfile v1.1.1 |
391 | 2025-01-08T00:21:33.181Z | Downloaded serde v1.0.215 |
392 | 2025-01-08T00:21:33.194Z | Downloaded memchr v2.7.4 |
393 | 2025-01-08T00:21:33.199Z | Downloaded goblin v0.8.2 |
394 | 2025-01-08T00:21:33.204Z | Downloaded toml_edit v0.22.22 |
395 | 2025-01-08T00:21:33.224Z | Downloaded pest v2.7.14 |
396 | 2025-01-08T00:21:33.242Z | Downloaded serde_json v1.0.133 |
397 | 2025-01-08T00:21:33.251Z | Downloaded clap_builder v4.5.21 |
398 | 2025-01-08T00:21:33.257Z | Downloaded zerocopy v0.7.35 |
399 | 2025-01-08T00:21:33.271Z | Downloaded winnow v0.6.20 |
400 | 2025-01-08T00:21:33.278Z | Downloaded tabled v0.15.0 |
401 | 2025-01-08T00:21:33.297Z | Downloaded unicode-width v0.1.14 |
402 | 2025-01-08T00:21:33.301Z | Downloaded syn v2.0.87 |
403 | 2025-01-08T00:21:33.311Z | Downloaded syn v1.0.109 |
404 | 2025-01-08T00:21:33.321Z | Downloaded rustix v0.38.37 |
405 | 2025-01-08T00:21:33.350Z | Downloaded libc v0.2.162 |
406 | 2025-01-08T00:21:33.663Z | Compiling proc-macro2 v1.0.89 |
407 | 2025-01-08T00:21:33.663Z | Compiling unicode-ident v1.0.13 |
408 | 2025-01-08T00:21:33.663Z | Compiling version_check v0.9.5 |
409 | 2025-01-08T00:21:33.666Z | Compiling serde v1.0.215 |
410 | 2025-01-08T00:21:33.666Z | Compiling memchr v2.7.4 |
411 | 2025-01-08T00:21:33.666Z | Compiling thiserror v1.0.69 |
412 | 2025-01-08T00:21:33.666Z | Compiling libc v0.2.162 |
413 | 2025-01-08T00:21:33.698Z | Compiling ryu v1.0.18 |
414 | 2025-01-08T00:21:33.920Z | Compiling itoa v1.0.11 |
415 | 2025-01-08T00:21:34.146Z | Compiling ucd-trie v0.1.7 |
416 | 2025-01-08T00:21:34.659Z | Compiling once_cell v1.20.2 |
417 | 2025-01-08T00:21:34.691Z | Compiling byteorder v1.5.0 |
418 | 2025-01-08T00:21:34.738Z | Compiling rustix v0.38.37 |
419 | 2025-01-08T00:21:34.866Z | Compiling serde_json v1.0.133 |
420 | 2025-01-08T00:21:35.142Z | Compiling bitflags v2.6.0 |
421 | 2025-01-08T00:21:35.217Z | Compiling proc-macro-error-attr v1.0.4 |
422 | 2025-01-08T00:21:35.366Z | Compiling usdt-impl v0.5.0 |
423 | 2025-01-08T00:21:35.429Z | Compiling syn v1.0.109 |
424 | 2025-01-08T00:21:35.582Z | Compiling proc-macro-error v1.0.4 |
425 | 2025-01-08T00:21:35.608Z | Compiling hashbrown v0.15.1 |
426 | 2025-01-08T00:21:35.634Z | Compiling camino v1.1.9 |
427 | 2025-01-08T00:21:35.840Z | Compiling quote v1.0.37 |
428 | 2025-01-08T00:21:35.867Z | Compiling utf8parse v0.2.2 |
429 | 2025-01-08T00:21:36.030Z | Compiling errno v0.3.9 |
430 | 2025-01-08T00:21:36.122Z | Compiling log v0.4.22 |
431 | 2025-01-08T00:21:36.263Z | Compiling syn v2.0.87 |
432 | 2025-01-08T00:21:36.314Z | Compiling plain v0.2.3 |
433 | 2025-01-08T00:21:36.475Z | Compiling thread-id v4.2.2 |
434 | 2025-01-08T00:21:36.500Z | Compiling equivalent v1.0.1 |
435 | 2025-01-08T00:21:36.596Z | Compiling anstyle-parse v0.2.5 |
436 | 2025-01-08T00:21:36.758Z | Compiling indexmap v2.6.0 |
437 | 2025-01-08T00:21:36.827Z | Compiling unicode-width v0.1.14 |
438 | 2025-01-08T00:21:36.938Z | Compiling colorchoice v1.0.2 |
439 | 2025-01-08T00:21:36.980Z | Compiling anstyle-query v1.1.1 |
440 | 2025-01-08T00:21:37.103Z | Compiling pretty-hex v0.4.1 |
441 | 2025-01-08T00:21:37.146Z | Compiling winnow v0.6.20 |
442 | 2025-01-08T00:21:37.316Z | Compiling autocfg v1.4.0 |
443 | 2025-01-08T00:21:37.355Z | Compiling is_terminal_polyfill v1.70.1 |
444 | 2025-01-08T00:21:37.490Z | Compiling semver v1.0.23 |
445 | 2025-01-08T00:21:37.515Z | Compiling anstyle v1.0.10 |
446 | 2025-01-08T00:21:37.982Z | Compiling anstream v0.6.15 |
447 | 2025-01-08T00:21:38.259Z | Compiling cfg-if v1.0.0 |
448 | 2025-01-08T00:21:38.280Z | Compiling strsim v0.11.1 |
449 | 2025-01-08T00:21:38.349Z | Compiling terminal_size v0.4.0 |
450 | 2025-01-08T00:21:38.530Z | Compiling fs-err v2.11.0 |
451 | 2025-01-08T00:21:38.578Z | Compiling fastrand v2.1.1 |
452 | 2025-01-08T00:21:38.748Z | Compiling heck v0.4.1 |
453 | 2025-01-08T00:21:39.172Z | Compiling bytecount v0.6.8 |
454 | 2025-01-08T00:21:39.203Z | Compiling clap_lex v0.7.2 |
455 | 2025-01-08T00:21:39.240Z | Compiling anyhow v1.0.93 |
456 | 2025-01-08T00:21:39.267Z | Compiling fnv v1.0.7 |
457 | 2025-01-08T00:21:39.292Z | Compiling heck v0.5.0 |
458 | 2025-01-08T00:21:39.391Z | Compiling papergrid v0.11.0 |
459 | 2025-01-08T00:21:39.418Z | Compiling tempfile v3.13.0 |
460 | 2025-01-08T00:21:39.839Z | Compiling clap_builder v4.5.21 |
461 | 2025-01-08T00:21:40.429Z | Compiling memmap v0.7.0 |
462 | 2025-01-08T00:21:40.507Z | Compiling unicode-linebreak v0.1.5 |
463 | 2025-01-08T00:21:40.570Z | Compiling smawk v0.3.2 |
464 | 2025-01-08T00:21:40.937Z | Compiling textwrap v0.16.1 |
465 | 2025-01-08T00:21:40.978Z | Compiling swrite v0.1.0 |
466 | 2025-01-08T00:21:42.213Z | Compiling tabled_derive v0.7.0 |
467 | 2025-01-08T00:21:43.748Z | Compiling tabled v0.15.0 |
468 | 2025-01-08T00:21:45.225Z | Compiling serde_derive v1.0.215 |
469 | 2025-01-08T00:21:45.225Z | Compiling thiserror-impl v1.0.69 |
470 | 2025-01-08T00:21:45.230Z | Compiling zerocopy-derive v0.7.35 |
471 | 2025-01-08T00:21:45.230Z | Compiling scroll_derive v0.12.0 |
472 | 2025-01-08T00:21:45.414Z | Compiling clap_derive v4.5.18 |
473 | 2025-01-08T00:21:46.531Z | Compiling scroll v0.12.0 |
474 | 2025-01-08T00:21:47.067Z | Compiling zerocopy v0.7.35 |
475 | 2025-01-08T00:21:47.092Z | Compiling goblin v0.8.2 |
476 | 2025-01-08T00:21:47.801Z | Compiling pest v2.7.14 |
477 | 2025-01-08T00:21:49.117Z | Compiling clap v4.5.21 |
478 | 2025-01-08T00:21:50.173Z | Compiling pest_meta v2.7.14 |
479 | 2025-01-08T00:21:51.022Z | Compiling pest_generator v2.7.14 |
480 | 2025-01-08T00:21:52.942Z | Compiling pest_derive v2.7.14 |
481 | 2025-01-08T00:21:53.708Z | Compiling dtrace-parser v0.2.0 |
482 | 2025-01-08T00:21:55.307Z | Compiling serde_spanned v0.6.8 |
483 | 2025-01-08T00:21:55.307Z | Compiling toml_datetime v0.6.8 |
484 | 2025-01-08T00:21:55.310Z | Compiling cargo-platform v0.1.8 |
485 | 2025-01-08T00:21:55.686Z | Compiling serde_tokenstream v0.2.2 |
486 | 2025-01-08T00:21:55.750Z | Compiling toml_edit v0.22.22 |
487 | 2025-01-08T00:21:55.903Z | Compiling macaddr v1.0.1 |
488 | 2025-01-08T00:21:55.971Z | Compiling camino-tempfile v1.1.1 |
489 | 2025-01-08T00:21:56.815Z | Compiling dof v0.3.0 |
490 | 2025-01-08T00:21:56.815Z | Compiling cargo_metadata v0.18.1 |
491 | 2025-01-08T00:21:58.541Z | Compiling toml v0.8.19 |
492 | 2025-01-08T00:21:58.921Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2025-01-08T00:21:59.050Z | Compiling usdt-macro v0.5.0 |
494 | 2025-01-08T00:21:59.643Z | Compiling cargo_toml v0.20.5 |
495 | 2025-01-08T00:22:00.363Z | Compiling usdt v0.5.0 |
496 | 2025-01-08T00:22:03.191Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
497 | 2025-01-08T00:22:07.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.30s |
498 | 2025-01-08T00:22:07.838Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
499 | 2025-01-08T00:22:08.371Z | Downloading crates ... |
500 | 2025-01-08T00:22:08.487Z | Downloaded aead v0.5.2 |
501 | 2025-01-08T00:22:08.490Z | Downloaded adler2 v2.0.0 |
502 | 2025-01-08T00:22:08.501Z | Downloaded cfg_aliases v0.1.1 |
503 | 2025-01-08T00:22:08.504Z | Downloaded addr2line v0.24.2 |
504 | 2025-01-08T00:22:08.508Z | Downloaded atty v0.2.14 |
505 | 2025-01-08T00:22:08.519Z | Downloaded cstr-argument v0.1.2 |
506 | 2025-01-08T00:22:08.524Z | Downloaded async-stream-impl v0.3.6 |
507 | 2025-01-08T00:22:08.526Z | Downloaded ciborium-io v0.2.2 |
508 | 2025-01-08T00:22:08.528Z | Downloaded cfg_aliases v0.2.1 |
509 | 2025-01-08T00:22:08.531Z | Downloaded darling v0.20.10 |
510 | 2025-01-08T00:22:08.535Z | Downloaded crucible-workspace-hack v0.1.0 |
511 | 2025-01-08T00:22:08.537Z | Downloaded ahash v0.8.11 |
512 | 2025-01-08T00:22:08.540Z | Downloaded atomicwrites v0.4.4 |
513 | 2025-01-08T00:22:08.540Z | Downloaded crunchy v0.2.2 |
514 | 2025-01-08T00:22:08.543Z | Downloaded hex v0.4.3 |
515 | 2025-01-08T00:22:08.545Z | Downloaded headers-core v0.3.0 |
516 | 2025-01-08T00:22:08.549Z | Downloaded heapless v0.8.0 |
517 | 2025-01-08T00:22:08.553Z | Downloaded hickory-client v0.24.1 |
518 | 2025-01-08T00:22:08.557Z | Downloaded hex-literal v0.4.1 |
519 | 2025-01-08T00:22:08.559Z | Downloaded heapless v0.7.17 |
520 | 2025-01-08T00:22:08.562Z | Downloaded block-padding v0.3.3 |
521 | 2025-01-08T00:22:08.565Z | Downloaded bcrypt-pbkdf v0.10.0 |
522 | 2025-01-08T00:22:08.567Z | Downloaded castaway v0.2.3 |
523 | 2025-01-08T00:22:08.568Z | Downloaded cassowary v0.3.0 |
524 | 2025-01-08T00:22:08.570Z | Downloaded curve25519-dalek-derive v0.1.1 |
525 | 2025-01-08T00:22:08.570Z | Downloaded convert_case v0.4.0 |
526 | 2025-01-08T00:22:08.573Z | Downloaded colored v2.1.0 |
527 | 2025-01-08T00:22:08.576Z | Downloaded crc v3.2.1 |
528 | 2025-01-08T00:22:08.578Z | Downloaded ciborium-ll v0.2.2 |
529 | 2025-01-08T00:22:08.578Z | Downloaded async-recursion v1.1.1 |
530 | 2025-01-08T00:22:08.582Z | Downloaded hickory-proto v0.24.1 |
531 | 2025-01-08T00:22:08.599Z | Downloaded progenitor-client v0.8.0 |
532 | 2025-01-08T00:22:08.601Z | Downloaded crossbeam-deque v0.8.5 |
533 | 2025-01-08T00:22:08.601Z | Downloaded crc-catalog v2.4.0 |
534 | 2025-01-08T00:22:08.603Z | Downloaded constant_time_eq v0.3.1 |
535 | 2025-01-08T00:22:08.606Z | Downloaded cobs v0.2.3 |
536 | 2025-01-08T00:22:08.606Z | Downloaded cipher v0.4.4 |
537 | 2025-01-08T00:22:08.608Z | Downloaded bit-vec v0.6.3 |
538 | 2025-01-08T00:22:08.608Z | Downloaded hkdf v0.12.4 |
539 | 2025-01-08T00:22:08.611Z | Downloaded ascii-canvas v3.0.0 |
540 | 2025-01-08T00:22:08.613Z | Downloaded httpdate v1.0.3 |
541 | 2025-01-08T00:22:08.615Z | Downloaded highway v1.2.0 |
542 | 2025-01-08T00:22:08.617Z | Downloaded cancel-safe-futures v0.1.5 |
543 | 2025-01-08T00:22:08.621Z | Downloaded http-body v1.0.1 |
544 | 2025-01-08T00:22:08.623Z | Downloaded cmake v0.1.51 |
545 | 2025-01-08T00:22:08.625Z | Downloaded ciborium v0.2.2 |
546 | 2025-01-08T00:22:08.628Z | Downloaded base16ct v0.2.0 |
547 | 2025-01-08T00:22:08.628Z | Downloaded hyper-tls v0.6.0 |
548 | 2025-01-08T00:22:08.630Z | Downloaded http-body-util v0.1.2 |
549 | 2025-01-08T00:22:08.633Z | Downloaded home v0.5.9 |
550 | 2025-01-08T00:22:08.635Z | Downloaded crc32fast v1.4.2 |
551 | 2025-01-08T00:22:08.638Z | Downloaded bzip2 v0.4.4 |
552 | 2025-01-08T00:22:08.640Z | Downloaded arrayvec v0.7.6 |
553 | 2025-01-08T00:22:08.643Z | Downloaded instant v0.1.13 |
554 | 2025-01-08T00:22:08.645Z | Downloaded ident_case v1.0.1 |
555 | 2025-01-08T00:22:08.645Z | Downloaded csv-core v0.1.11 |
556 | 2025-01-08T00:22:08.648Z | Downloaded const_format_proc_macros v0.2.33 |
557 | 2025-01-08T00:22:08.651Z | Downloaded hmac v0.12.1 |
558 | 2025-01-08T00:22:08.654Z | Downloaded is_ci v1.2.0 |
559 | 2025-01-08T00:22:08.654Z | Downloaded allocator-api2 v0.2.18 |
560 | 2025-01-08T00:22:08.656Z | Downloaded hubpack_derive v0.1.1 |
561 | 2025-01-08T00:22:08.659Z | Downloaded ctr v0.9.2 |
562 | 2025-01-08T00:22:08.662Z | Downloaded rand_chacha v0.3.1 |
563 | 2025-01-08T00:22:08.662Z | Downloaded iana-time-zone v0.1.61 |
564 | 2025-01-08T00:22:08.664Z | Downloaded ref-cast-impl v1.0.23 |
565 | 2025-01-08T00:22:08.666Z | Downloaded hyper-rustls v0.27.3 |
566 | 2025-01-08T00:22:08.669Z | Downloaded tinyvec_macros v0.1.1 |
567 | 2025-01-08T00:22:08.672Z | Downloaded idna_adapter v1.2.0 |
568 | 2025-01-08T00:22:08.672Z | Downloaded internet-checksum v0.2.1 |
569 | 2025-01-08T00:22:08.674Z | Downloaded icu_locid v1.5.0 |
570 | 2025-01-08T00:22:08.677Z | Downloaded rustversion v1.0.17 |
571 | 2025-01-08T00:22:08.680Z | Downloaded match_cfg v0.1.0 |
572 | 2025-01-08T00:22:08.683Z | Downloaded cookie_store v0.21.0 |
573 | 2025-01-08T00:22:08.685Z | Downloaded console v0.15.8 |
574 | 2025-01-08T00:22:08.688Z | Downloaded serde-big-array v0.5.1 |
575 | 2025-01-08T00:22:08.690Z | Downloaded is-terminal v0.4.13 |
576 | 2025-01-08T00:22:08.693Z | Downloaded inout v0.1.3 |
577 | 2025-01-08T00:22:08.693Z | Downloaded indoc v1.0.9 |
578 | 2025-01-08T00:22:08.695Z | Downloaded instability v0.3.2 |
579 | 2025-01-08T00:22:08.699Z | Downloaded try-lock v0.2.5 |
580 | 2025-01-08T00:22:08.702Z | Downloaded indent_write v2.2.0 |
581 | 2025-01-08T00:22:08.702Z | Downloaded kstat-rs v0.2.4 |
582 | 2025-01-08T00:22:08.702Z | Downloaded diesel_table_macro_syntax v0.2.0 |
583 | 2025-01-08T00:22:08.704Z | Downloaded zone_cfg_derive v0.1.2 |
584 | 2025-01-08T00:22:08.704Z | Downloaded lazy_static v1.5.0 |
585 | 2025-01-08T00:22:08.707Z | Downloaded slog-stdlog v4.1.1 |
586 | 2025-01-08T00:22:08.709Z | Downloaded httparse v1.9.5 |
587 | 2025-01-08T00:22:08.712Z | Downloaded lru-cache v0.1.2 |
588 | 2025-01-08T00:22:08.715Z | Downloaded const-oid v0.9.6 |
589 | 2025-01-08T00:22:08.715Z | Downloaded lalrpop-util v0.19.12 |
590 | 2025-01-08T00:22:08.718Z | Downloaded hyper-staticfile v0.10.1 |
591 | 2025-01-08T00:22:08.720Z | Downloaded strip-ansi-escapes v0.2.0 |
592 | 2025-01-08T00:22:08.720Z | Downloaded downcast v0.11.0 |
593 | 2025-01-08T00:22:08.723Z | Downloaded maplit v1.0.2 |
594 | 2025-01-08T00:22:08.723Z | Downloaded libsw v3.3.1 |
595 | 2025-01-08T00:22:08.726Z | Downloaded termios v0.3.3 |
596 | 2025-01-08T00:22:08.728Z | Downloaded num-conv v0.1.0 |
597 | 2025-01-08T00:22:08.728Z | Downloaded fallible-streaming-iterator v0.1.9 |
598 | 2025-01-08T00:22:08.732Z | Downloaded openssl-macros v0.1.1 |
599 | 2025-01-08T00:22:08.732Z | Downloaded newtype_derive v0.1.6 |
600 | 2025-01-08T00:22:08.734Z | Downloaded newline-converter v0.3.0 |
601 | 2025-01-08T00:22:08.734Z | Downloaded tls_codec v0.4.1 |
602 | 2025-01-08T00:22:08.737Z | Downloaded rustc-demangle v0.1.24 |
603 | 2025-01-08T00:22:08.739Z | Downloaded same-file v1.0.6 |
604 | 2025-01-08T00:22:08.742Z | Downloaded rtoolbox v0.0.2 |
605 | 2025-01-08T00:22:08.742Z | Downloaded chacha20poly1305 v0.10.1 |
606 | 2025-01-08T00:22:08.745Z | Downloaded ipnet v2.10.1 |
607 | 2025-01-08T00:22:08.747Z | Downloaded bytes v1.8.0 |
608 | 2025-01-08T00:22:08.751Z | Downloaded zone v0.1.8 |
609 | 2025-01-08T00:22:08.753Z | Downloaded zerofrom-derive v0.1.4 |
610 | 2025-01-08T00:22:08.753Z | Downloaded siphasher v0.3.11 |
611 | 2025-01-08T00:22:08.756Z | Downloaded sha1 v0.10.6 |
612 | 2025-01-08T00:22:08.759Z | Downloaded path-slash v0.1.5 |
613 | 2025-01-08T00:22:08.761Z | Downloaded flagset v0.4.6 |
614 | 2025-01-08T00:22:08.761Z | Downloaded fixedbitset v0.4.2 |
615 | 2025-01-08T00:22:08.764Z | Downloaded embedded-io v0.6.1 |
616 | 2025-01-08T00:22:08.764Z | Downloaded embedded-io v0.4.0 |
617 | 2025-01-08T00:22:08.766Z | Downloaded xz2 v0.1.7 |
618 | 2025-01-08T00:22:08.768Z | Downloaded icu_locid_transform_data v1.5.0 |
619 | 2025-01-08T00:22:08.771Z | Downloaded icu_collections v1.5.0 |
620 | 2025-01-08T00:22:08.777Z | Downloaded mime v0.3.17 |
621 | 2025-01-08T00:22:08.780Z | Downloaded litemap v0.7.3 |
622 | 2025-01-08T00:22:08.783Z | Downloaded russh-cryptovec v0.7.3 |
623 | 2025-01-08T00:22:08.783Z | Downloaded olpc-cjson v0.1.4 |
624 | 2025-01-08T00:22:08.783Z | Downloaded newtype-uuid v1.1.3 |
625 | 2025-01-08T00:22:08.786Z | Downloaded display-error-chain v0.2.2 |
626 | 2025-01-08T00:22:08.788Z | Downloaded filetime v0.2.25 |
627 | 2025-01-08T00:22:08.790Z | Downloaded ff v0.13.0 |
628 | 2025-01-08T00:22:08.790Z | Downloaded fallible-iterator v0.2.0 |
629 | 2025-01-08T00:22:08.793Z | Downloaded lock_api v0.4.12 |
630 | 2025-01-08T00:22:08.796Z | Downloaded tokio-rustls v0.26.0 |
631 | 2025-01-08T00:22:08.798Z | Downloaded time-core v0.1.2 |
632 | 2025-01-08T00:22:08.799Z | Downloaded icu_provider v1.5.0 |
633 | 2025-01-08T00:22:08.801Z | Downloaded bumpalo v3.16.0 |
634 | 2025-01-08T00:22:08.805Z | Downloaded pin-utils v0.1.0 |
635 | 2025-01-08T00:22:08.807Z | Downloaded derive_builder_core v0.20.2 |
636 | 2025-01-08T00:22:08.809Z | Downloaded fallible-iterator v0.3.0 |
637 | 2025-01-08T00:22:08.812Z | Downloaded toolchain_find v0.4.0 |
638 | 2025-01-08T00:22:08.812Z | Downloaded http v1.1.0 |
639 | 2025-01-08T00:22:08.816Z | Downloaded foreign-types-shared v0.1.1 |
640 | 2025-01-08T00:22:08.819Z | Downloaded difflib v0.4.0 |
641 | 2025-01-08T00:22:08.821Z | Downloaded sqlparser_derive v0.2.2 |
642 | 2025-01-08T00:22:08.821Z | Downloaded write16 v1.0.0 |
643 | 2025-01-08T00:22:08.821Z | Downloaded icu_properties_data v1.5.0 |
644 | 2025-01-08T00:22:08.833Z | Downloaded form_urlencoded v1.2.1 |
645 | 2025-01-08T00:22:08.836Z | Downloaded icu_normalizer_data v1.5.0 |
646 | 2025-01-08T00:22:08.838Z | Downloaded base64 v0.21.7 |
647 | 2025-01-08T00:22:08.841Z | Downloaded rustc-hash v2.0.0 |
648 | 2025-01-08T00:22:08.843Z | Downloaded rustc-hash v1.1.0 |
649 | 2025-01-08T00:22:08.846Z | Downloaded r2d2 v0.8.10 |
650 | 2025-01-08T00:22:08.846Z | Downloaded quinn-udp v0.5.5 |
651 | 2025-01-08T00:22:08.850Z | Downloaded displaydoc v0.2.5 |
652 | 2025-01-08T00:22:08.852Z | Downloaded peg-runtime v0.8.3 |
653 | 2025-01-08T00:22:08.852Z | Downloaded number_prefix v0.4.0 |
654 | 2025-01-08T00:22:08.855Z | Downloaded serde_urlencoded v0.7.1 |
655 | 2025-01-08T00:22:08.855Z | Downloaded num-complex v0.4.6 |
656 | 2025-01-08T00:22:08.857Z | Downloaded thread_local v1.1.8 |
657 | 2025-01-08T00:22:08.860Z | Downloaded pkcs1 v0.7.5 |
658 | 2025-01-08T00:22:08.862Z | Downloaded thiserror-no-std v2.0.2 |
659 | 2025-01-08T00:22:08.866Z | Downloaded strum_macros v0.26.4 |
660 | 2025-01-08T00:22:08.869Z | Downloaded hyper-util v0.1.10 |
661 | 2025-01-08T00:22:08.873Z | Downloaded dirs-sys-next v0.1.2 |
662 | 2025-01-08T00:22:08.876Z | Downloaded defmt v0.3.8 |
663 | 2025-01-08T00:22:08.879Z | Downloaded sync-ptr v0.1.1 |
664 | 2025-01-08T00:22:08.882Z | Downloaded pem-rfc7468 v0.7.0 |
665 | 2025-01-08T00:22:08.884Z | Downloaded defmt-parser v0.3.4 |
666 | 2025-01-08T00:22:08.884Z | Downloaded fragile v2.0.0 |
667 | 2025-01-08T00:22:08.887Z | Downloaded sync_wrapper v1.0.1 |
668 | 2025-01-08T00:22:08.889Z | Downloaded crossbeam-channel v0.5.13 |
669 | 2025-01-08T00:22:08.892Z | Downloaded sqlformat v0.2.6 |
670 | 2025-01-08T00:22:08.895Z | Downloaded test-strategy v0.3.1 |
671 | 2025-01-08T00:22:08.899Z | Downloaded want v0.3.1 |
672 | 2025-01-08T00:22:08.901Z | Downloaded darling_macro v0.20.10 |
673 | 2025-01-08T00:22:08.912Z | Downloaded foreign-types v0.3.2 |
674 | 2025-01-08T00:22:08.915Z | Downloaded dhcproto-macros v0.1.0 |
675 | 2025-01-08T00:22:08.915Z | Downloaded num_enum_derive v0.5.11 |
676 | 2025-01-08T00:22:08.918Z | Downloaded fatfs v0.3.6 |
677 | 2025-01-08T00:22:08.920Z | Downloaded endian-type v0.1.2 |
678 | 2025-01-08T00:22:08.920Z | Downloaded waitgroup v0.1.2 |
679 | 2025-01-08T00:22:08.923Z | Downloaded dirs-next v2.0.0 |
680 | 2025-01-08T00:22:08.926Z | Downloaded tungstenite v0.23.0 |
681 | 2025-01-08T00:22:08.929Z | Downloaded quick-error v1.2.3 |
682 | 2025-01-08T00:22:08.929Z | Downloaded fxhash v0.2.1 |
683 | 2025-01-08T00:22:08.931Z | Downloaded num_threads v0.1.7 |
684 | 2025-01-08T00:22:08.931Z | Downloaded num_enum v0.5.11 |
685 | 2025-01-08T00:22:08.936Z | Downloaded phf_shared v0.10.0 |
686 | 2025-01-08T00:22:08.939Z | Downloaded spki v0.7.3 |
687 | 2025-01-08T00:22:08.939Z | Downloaded secrecy v0.8.0 |
688 | 2025-01-08T00:22:08.942Z | Downloaded sec1 v0.7.3 |
689 | 2025-01-08T00:22:08.945Z | Downloaded supports-color v3.0.1 |
690 | 2025-01-08T00:22:08.947Z | Downloaded tungstenite v0.21.0 |
691 | 2025-01-08T00:22:08.950Z | Downloaded tracing-core v0.1.32 |
692 | 2025-01-08T00:22:08.954Z | Downloaded unicode-xid v0.2.6 |
693 | 2025-01-08T00:22:08.956Z | Downloaded tabwriter v1.4.0 |
694 | 2025-01-08T00:22:08.957Z | Downloaded synstructure v0.13.1 |
695 | 2025-01-08T00:22:08.957Z | Downloaded slog-term v2.9.1 |
696 | 2025-01-08T00:22:08.960Z | Downloaded hickory-resolver v0.24.1 |
697 | 2025-01-08T00:22:08.965Z | Downloaded foreign-types v0.5.0 |
698 | 2025-01-08T00:22:08.967Z | Downloaded which v4.4.2 |
699 | 2025-01-08T00:22:08.969Z | Downloaded samael v0.0.17 |
700 | 2025-01-08T00:22:08.975Z | Downloaded zerofrom v0.1.4 |
701 | 2025-01-08T00:22:08.977Z | Downloaded pkcs8 v0.10.2 |
702 | 2025-01-08T00:22:08.980Z | Downloaded unsafe-libyaml v0.2.11 |
703 | 2025-01-08T00:22:08.983Z | Downloaded peg-macros v0.8.4 |
704 | 2025-01-08T00:22:08.986Z | Downloaded oso-derive v0.27.3 |
705 | 2025-01-08T00:22:08.986Z | Downloaded hash32 v0.3.1 |
706 | 2025-01-08T00:22:08.989Z | Downloaded hash32 v0.2.1 |
707 | 2025-01-08T00:22:08.991Z | Downloaded openssl-probe v0.1.5 |
708 | 2025-01-08T00:22:08.991Z | Downloaded glob v0.3.1 |
709 | 2025-01-08T00:22:08.994Z | Downloaded scrypt v0.11.0 |
710 | 2025-01-08T00:22:08.994Z | Downloaded polyval v0.6.2 |
711 | 2025-01-08T00:22:08.999Z | Downloaded pkg-config v0.3.31 |
712 | 2025-01-08T00:22:09.004Z | Downloaded phf_shared v0.11.2 |
713 | 2025-01-08T00:22:09.004Z | Downloaded group v0.13.0 |
714 | 2025-01-08T00:22:09.004Z | Downloaded signal-hook-registry v1.4.2 |
715 | 2025-01-08T00:22:09.007Z | Downloaded qorb v0.2.1 |
716 | 2025-01-08T00:22:09.010Z | Downloaded signal-hook-tokio v0.3.1 |
717 | 2025-01-08T00:22:09.010Z | Downloaded rfc6979 v0.4.0 |
718 | 2025-01-08T00:22:09.013Z | Downloaded ref-cast v1.0.23 |
719 | 2025-01-08T00:22:09.016Z | Downloaded zip v2.1.3 |
720 | 2025-01-08T00:22:09.019Z | Downloaded tls_codec_derive v0.4.1 |
721 | 2025-01-08T00:22:09.022Z | Downloaded structmeta v0.3.0 |
722 | 2025-01-08T00:22:09.022Z | Downloaded unarray v0.1.4 |
723 | 2025-01-08T00:22:09.025Z | Downloaded typify-macro v0.2.0 |
724 | 2025-01-08T00:22:09.025Z | Downloaded pkcs5 v0.7.1 |
725 | 2025-01-08T00:22:09.029Z | Downloaded topological-sort v0.2.2 |
726 | 2025-01-08T00:22:09.032Z | Downloaded static_assertions v1.1.0 |
727 | 2025-01-08T00:22:09.035Z | Downloaded enum-as-inner v0.5.1 |
728 | 2025-01-08T00:22:09.035Z | Downloaded pin-project v1.1.6 |
729 | 2025-01-08T00:22:09.047Z | Downloaded derive_builder_macro v0.20.2 |
730 | 2025-01-08T00:22:09.049Z | Downloaded pbkdf2 v0.12.2 |
731 | 2025-01-08T00:22:09.052Z | Downloaded nanorand v0.7.0 |
732 | 2025-01-08T00:22:09.055Z | Downloaded multimap v0.10.0 |
733 | 2025-01-08T00:22:09.055Z | Downloaded poly1305 v0.8.0 |
734 | 2025-01-08T00:22:09.059Z | Downloaded quinn v0.11.5 |
735 | 2025-01-08T00:22:09.062Z | Downloaded password-hash v0.5.0 |
736 | 2025-01-08T00:22:09.064Z | Downloaded phf_generator v0.11.2 |
737 | 2025-01-08T00:22:09.069Z | Downloaded rand_core v0.6.4 |
738 | 2025-01-08T00:22:09.069Z | Downloaded phf_codegen v0.11.2 |
739 | 2025-01-08T00:22:09.069Z | Downloaded signature v2.2.0 |
740 | 2025-01-08T00:22:09.071Z | Downloaded structmeta-derive v0.2.0 |
741 | 2025-01-08T00:22:09.075Z | Downloaded normalize-line-endings v0.3.0 |
742 | 2025-01-08T00:22:09.075Z | Downloaded rustfmt-wrapper v0.2.1 |
743 | 2025-01-08T00:22:09.075Z | Downloaded hashbrown v0.13.2 |
744 | 2025-01-08T00:22:09.089Z | Downloaded smallvec v0.6.14 |
745 | 2025-01-08T00:22:09.096Z | Downloaded slab v0.4.9 |
746 | 2025-01-08T00:22:09.096Z | Downloaded simd-adler32 v0.3.7 |
747 | 2025-01-08T00:22:09.096Z | Downloaded salsa20 v0.10.2 |
748 | 2025-01-08T00:22:09.100Z | Downloaded fs_extra v1.3.0 |
749 | 2025-01-08T00:22:09.101Z | Downloaded aho-corasick v1.1.3 |
750 | 2025-01-08T00:22:09.107Z | Downloaded deranged v0.3.11 |
751 | 2025-01-08T00:22:09.110Z | Downloaded wyz v0.5.1 |
752 | 2025-01-08T00:22:09.113Z | Downloaded unicase v2.7.0 |
753 | 2025-01-08T00:22:09.119Z | Downloaded num-rational v0.4.2 |
754 | 2025-01-08T00:22:09.121Z | Downloaded rcgen v0.12.1 |
755 | 2025-01-08T00:22:09.121Z | Downloaded futures-channel v0.3.31 |
756 | 2025-01-08T00:22:09.124Z | Downloaded diesel_derives v2.2.3 |
757 | 2025-01-08T00:22:09.128Z | Downloaded futures-sink v0.3.31 |
758 | 2025-01-08T00:22:09.132Z | Downloaded crossterm v0.28.1 |
759 | 2025-01-08T00:22:09.138Z | Downloaded strum v0.26.3 |
760 | 2025-01-08T00:22:09.141Z | Downloaded num v0.4.3 |
761 | 2025-01-08T00:22:09.141Z | Downloaded radium v0.7.0 |
762 | 2025-01-08T00:22:09.144Z | Downloaded opaque-debug v0.3.1 |
763 | 2025-01-08T00:22:09.144Z | Downloaded num-iter v0.1.45 |
764 | 2025-01-08T00:22:09.147Z | Downloaded num-integer v0.1.46 |
765 | 2025-01-08T00:22:09.147Z | Downloaded num-derive v0.4.2 |
766 | 2025-01-08T00:22:09.149Z | Downloaded scheduled-thread-pool v0.2.7 |
767 | 2025-01-08T00:22:09.152Z | Downloaded slog-async v2.8.0 |
768 | 2025-01-08T00:22:09.152Z | Downloaded predicates-tree v1.0.11 |
769 | 2025-01-08T00:22:09.155Z | Downloaded predicates-core v1.0.8 |
770 | 2025-01-08T00:22:09.155Z | Downloaded tokio-tungstenite v0.21.0 |
771 | 2025-01-08T00:22:09.159Z | Downloaded unicode-truncate v1.1.0 |
772 | 2025-01-08T00:22:09.162Z | Downloaded nu-ansi-term v0.50.1 |
773 | 2025-01-08T00:22:09.164Z | Downloaded structmeta-derive v0.3.0 |
774 | 2025-01-08T00:22:09.164Z | Downloaded packed_struct v0.10.1 |
775 | 2025-01-08T00:22:09.168Z | Downloaded diesel-dtrace v0.4.2 |
776 | 2025-01-08T00:22:09.171Z | Downloaded stable_deref_trait v1.2.0 |
777 | 2025-01-08T00:22:09.171Z | Downloaded half v2.4.1 |
778 | 2025-01-08T00:22:09.175Z | Downloaded yoke-derive v0.7.4 |
779 | 2025-01-08T00:22:09.175Z | Downloaded der_derive v0.7.3 |
780 | 2025-01-08T00:22:09.178Z | Downloaded whoami v1.5.2 |
781 | 2025-01-08T00:22:09.180Z | Downloaded socket2 v0.5.7 |
782 | 2025-01-08T00:22:09.183Z | Downloaded wait-timeout v0.2.0 |
783 | 2025-01-08T00:22:09.184Z | Downloaded tokio-rustls v0.25.0 |
784 | 2025-01-08T00:22:09.187Z | Downloaded ron v0.8.1 |
785 | 2025-01-08T00:22:09.191Z | Downloaded pretty-hex v0.2.1 |
786 | 2025-01-08T00:22:09.194Z | Downloaded rustls-pemfile v1.0.4 |
787 | 2025-01-08T00:22:09.196Z | Downloaded precomputed-hash v0.1.1 |
788 | 2025-01-08T00:22:09.202Z | Downloaded unicode_categories v0.1.1 |
789 | 2025-01-08T00:22:09.202Z | Downloaded num-bigint-dig v0.8.4 |
790 | 2025-01-08T00:22:09.204Z | Downloaded utf-8 v0.7.6 |
791 | 2025-01-08T00:22:09.207Z | Downloaded either v1.13.0 |
792 | 2025-01-08T00:22:09.207Z | Downloaded strum_macros v0.24.3 |
793 | 2025-01-08T00:22:09.209Z | Downloaded parse-size v1.1.0 |
794 | 2025-01-08T00:22:09.213Z | Downloaded phf v0.11.2 |
795 | 2025-01-08T00:22:09.213Z | Downloaded serde_derive_internals v0.29.1 |
796 | 2025-01-08T00:22:09.215Z | Downloaded rand_xorshift v0.3.0 |
797 | 2025-01-08T00:22:09.215Z | Downloaded enum-as-inner v0.6.1 |
798 | 2025-01-08T00:22:09.217Z | Downloaded hyper v1.5.0 |
799 | 2025-01-08T00:22:09.224Z | Downloaded tap v1.0.1 |
800 | 2025-01-08T00:22:09.227Z | Downloaded ssh-cipher v0.2.0 |
801 | 2025-01-08T00:22:09.227Z | Downloaded env_filter v0.1.2 |
802 | 2025-01-08T00:22:09.229Z | Downloaded dunce v1.0.5 |
803 | 2025-01-08T00:22:09.232Z | Downloaded derive-where v1.2.7 |
804 | 2025-01-08T00:22:09.235Z | Downloaded serde_path_to_error v0.1.16 |
805 | 2025-01-08T00:22:09.237Z | Downloaded oso v0.27.3 |
806 | 2025-01-08T00:22:09.240Z | Downloaded smf v0.2.3 |
807 | 2025-01-08T00:22:09.243Z | Downloaded flume v0.11.1 |
808 | 2025-01-08T00:22:09.246Z | Downloaded progenitor v0.8.0 |
809 | 2025-01-08T00:22:09.249Z | Downloaded futures-macro v0.3.31 |
810 | 2025-01-08T00:22:09.252Z | Downloaded futures-io v0.3.31 |
811 | 2025-01-08T00:22:09.252Z | Downloaded itertools v0.13.0 |
812 | 2025-01-08T00:22:09.258Z | Downloaded sigpipe v0.1.3 |
813 | 2025-01-08T00:22:09.262Z | Downloaded vte_generate_state_changes v0.1.2 |
814 | 2025-01-08T00:22:09.262Z | Downloaded mockall v0.13.0 |
815 | 2025-01-08T00:22:09.264Z | Downloaded ppv-lite86 v0.2.20 |
816 | 2025-01-08T00:22:09.264Z | Downloaded time v0.3.36 |
817 | 2025-01-08T00:22:09.271Z | Downloaded parking_lot_core v0.9.10 |
818 | 2025-01-08T00:22:09.273Z | Downloaded slog v2.7.0 |
819 | 2025-01-08T00:22:09.277Z | Downloaded dsl_auto_type v0.1.2 |
820 | 2025-01-08T00:22:09.279Z | Downloaded new_debug_unreachable v1.0.6 |
821 | 2025-01-08T00:22:09.282Z | Downloaded term v0.7.0 |
822 | 2025-01-08T00:22:09.284Z | Downloaded zone_cfg_derive v0.3.0 |
823 | 2025-01-08T00:22:09.286Z | Downloaded tokio-rustls v0.24.1 |
824 | 2025-01-08T00:22:09.289Z | Downloaded tiny-keccak v2.0.2 |
825 | 2025-01-08T00:22:09.291Z | Downloaded parking_lot v0.11.2 |
826 | 2025-01-08T00:22:09.294Z | Downloaded miniz_oxide v0.8.0 |
827 | 2025-01-08T00:22:09.296Z | Downloaded dropshot_endpoint v0.12.0 |
828 | 2025-01-08T00:22:09.298Z | Downloaded derive_more v0.99.18 |
829 | 2025-01-08T00:22:09.303Z | Downloaded pbkdf2 v0.11.0 |
830 | 2025-01-08T00:22:09.306Z | Downloaded russh v0.45.0 |
831 | 2025-01-08T00:22:09.312Z | Downloaded signal-hook-mio v0.2.4 |
832 | 2025-01-08T00:22:09.315Z | Downloaded funty v2.0.0 |
833 | 2025-01-08T00:22:09.317Z | Downloaded futures-executor v0.3.31 |
834 | 2025-01-08T00:22:09.317Z | Downloaded tinystr v0.7.6 |
835 | 2025-01-08T00:22:09.320Z | Downloaded peg v0.8.4 |
836 | 2025-01-08T00:22:09.324Z | Downloaded predicates v3.1.2 |
837 | 2025-01-08T00:22:09.326Z | Downloaded parking_lot_core v0.8.6 |
838 | 2025-01-08T00:22:09.329Z | Downloaded universal-hash v0.5.1 |
839 | 2025-01-08T00:22:09.332Z | Downloaded psl-types v2.0.11 |
840 | 2025-01-08T00:22:09.332Z | Downloaded powerfmt v0.2.0 |
841 | 2025-01-08T00:22:09.334Z | Downloaded termcolor v1.4.1 |
842 | 2025-01-08T00:22:09.334Z | Downloaded serde-hex v0.1.0 |
843 | 2025-01-08T00:22:09.337Z | Downloaded rusty-fork v0.3.0 |
844 | 2025-01-08T00:22:09.339Z | Downloaded thiserror-impl v2.0.3 |
845 | 2025-01-08T00:22:09.341Z | Downloaded dropshot_endpoint v0.13.0 |
846 | 2025-01-08T00:22:09.346Z | Downloaded unicode-normalization v0.1.24 |
847 | 2025-01-08T00:22:09.349Z | Downloaded nodrop v0.1.14 |
848 | 2025-01-08T00:22:09.349Z | Downloaded shlex v1.3.0 |
849 | 2025-01-08T00:22:09.351Z | Downloaded serde_repr v0.1.19 |
850 | 2025-01-08T00:22:09.353Z | Downloaded debug-ignore v1.0.5 |
851 | 2025-01-08T00:22:09.353Z | Downloaded float-ord v0.3.2 |
852 | 2025-01-08T00:22:09.356Z | Downloaded password-hash v0.4.2 |
853 | 2025-01-08T00:22:09.358Z | Downloaded yoke v0.7.4 |
854 | 2025-01-08T00:22:09.361Z | Downloaded ron v0.7.1 |
855 | 2025-01-08T00:22:09.363Z | Downloaded futures-core v0.3.31 |
856 | 2025-01-08T00:22:09.366Z | Downloaded rayon v1.10.0 |
857 | 2025-01-08T00:22:09.375Z | Downloaded float-cmp v0.9.0 |
858 | 2025-01-08T00:22:09.377Z | Downloaded chrono v0.4.38 |
859 | 2025-01-08T00:22:09.384Z | Downloaded thiserror v2.0.3 |
860 | 2025-01-08T00:22:09.390Z | Downloaded tokio-postgres v0.7.12 |
861 | 2025-01-08T00:22:09.396Z | Downloaded serde_with v3.11.0 |
862 | 2025-01-08T00:22:09.405Z | Downloaded native-tls v0.2.12 |
863 | 2025-01-08T00:22:09.408Z | Downloaded mockall_derive v0.13.0 |
864 | 2025-01-08T00:22:09.410Z | Downloaded zerocopy v0.6.6 |
865 | 2025-01-08T00:22:09.416Z | Downloaded signal-hook v0.3.17 |
866 | 2025-01-08T00:22:09.416Z | Downloaded vte v0.11.1 |
867 | 2025-01-08T00:22:09.420Z | Downloaded parking_lot v0.12.3 |
868 | 2025-01-08T00:22:09.422Z | Downloaded rustls-pemfile v2.2.0 |
869 | 2025-01-08T00:22:09.425Z | Downloaded hashbrown v0.14.5 |
870 | 2025-01-08T00:22:09.430Z | Downloaded rand v0.8.5 |
871 | 2025-01-08T00:22:09.432Z | Downloaded der v0.7.9 |
872 | 2025-01-08T00:22:09.438Z | Downloaded omicron-zone-package v0.12.0 |
873 | 2025-01-08T00:22:09.442Z | Downloaded rustls-pki-types v1.10.0 |
874 | 2025-01-08T00:22:09.445Z | Downloaded headers v0.4.0 |
875 | 2025-01-08T00:22:09.451Z | Downloaded lalrpop v0.19.12 |
876 | 2025-01-08T00:22:09.465Z | Downloaded schemars v0.8.21 |
877 | 2025-01-08T00:22:09.477Z | Downloaded darling_core v0.20.10 |
878 | 2025-01-08T00:22:09.482Z | Downloaded publicsuffix v2.2.3 |
879 | 2025-01-08T00:22:09.485Z | Downloaded url v2.5.3 |
880 | 2025-01-08T00:22:09.489Z | Downloaded ssh-key v0.6.6 |
881 | 2025-01-08T00:22:09.496Z | Downloaded rustyline v14.0.0 |
882 | 2025-01-08T00:22:09.502Z | Downloaded x509-cert v0.2.5 |
883 | 2025-01-08T00:22:09.509Z | Downloaded ed25519-dalek v2.1.1 |
884 | 2025-01-08T00:22:09.512Z | Downloaded idna v0.2.3 |
885 | 2025-01-08T00:22:09.520Z | Downloaded idna v0.4.0 |
886 | 2025-01-08T00:22:09.527Z | Downloaded p521 v0.13.3 |
887 | 2025-01-08T00:22:09.532Z | Downloaded p384 v0.13.0 |
888 | 2025-01-08T00:22:09.538Z | Downloaded idna v0.5.0 |
889 | 2025-01-08T00:22:09.545Z | Downloaded portable-atomic v1.9.0 |
890 | 2025-01-08T00:22:09.553Z | Downloaded curve25519-dalek v4.1.3 |
891 | 2025-01-08T00:22:09.563Z | Downloaded salty v0.3.0 |
892 | 2025-01-08T00:22:09.570Z | Downloaded reedline v0.35.0 |
893 | 2025-01-08T00:22:09.578Z | Downloaded git2 v0.19.0 |
894 | 2025-01-08T00:22:09.589Z | Downloaded reqwest v0.12.9 |
895 | 2025-01-08T00:22:09.598Z | Downloaded idna v0.3.0 |
896 | 2025-01-08T00:22:09.605Z | Downloaded futures-util v0.3.31 |
897 | 2025-01-08T00:22:09.619Z | Downloaded rustls-webpki v0.101.7 |
898 | 2025-01-08T00:22:09.635Z | Downloaded zerocopy v0.8.10 |
899 | 2025-01-08T00:22:09.663Z | Downloaded rustls-webpki v0.102.8 |
900 | 2025-01-08T00:22:09.683Z | Downloaded polar-core v0.27.3 |
901 | 2025-01-08T00:22:09.693Z | Downloaded vcpkg v0.2.15 |
902 | 2025-01-08T00:22:09.734Z | Downloaded chrono-tz v0.10.0 |
903 | 2025-01-08T00:22:09.742Z | Downloaded radix_trie v0.2.1 |
904 | 2025-01-08T00:22:09.747Z | Downloaded regress v0.10.1 |
905 | 2025-01-08T00:22:09.756Z | Downloaded petname v2.0.2 |
906 | 2025-01-08T00:22:09.762Z | Downloaded rustls v0.21.12 |
907 | 2025-01-08T00:22:09.776Z | Downloaded dropshot v0.12.0 |
908 | 2025-01-08T00:22:09.797Z | Downloaded object v0.36.5 |
909 | 2025-01-08T00:22:09.810Z | Downloaded nix v0.28.0 |
910 | 2025-01-08T00:22:09.823Z | Downloaded smoltcp v0.11.0 |
911 | 2025-01-08T00:22:09.837Z | Downloaded rustls v0.22.4 |
912 | 2025-01-08T00:22:09.853Z | Downloaded nix v0.29.0 |
913 | 2025-01-08T00:22:09.866Z | Downloaded openapiv3 v2.0.0 |
914 | 2025-01-08T00:22:09.879Z | Downloaded regex-syntax v0.8.5 |
915 | 2025-01-08T00:22:09.889Z | Downloaded diesel v2.2.6 |
916 | 2025-01-08T00:22:09.909Z | Downloaded dropshot v0.13.0 |
917 | 2025-01-08T00:22:09.931Z | Downloaded openssl v0.10.66 |
918 | 2025-01-08T00:22:09.942Z | Downloaded rustls v0.23.19 |
919 | 2025-01-08T00:22:09.953Z | Downloaded sled v0.34.7 |
920 | 2025-01-08T00:22:09.963Z | Downloaded ratatui v0.28.1 |
921 | 2025-01-08T00:22:09.983Z | Downloaded regex-automata v0.4.8 |
922 | 2025-01-08T00:22:09.999Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
923 | 2025-01-08T00:22:10.012Z | Downloaded typify-impl v0.2.0 |
924 | 2025-01-08T00:22:10.028Z | Downloaded zerocopy-derive v0.6.6 |
925 | 2025-01-08T00:22:10.038Z | Downloaded smoltcp v0.9.1 |
926 | 2025-01-08T00:22:10.049Z | Downloaded nix v0.27.1 |
927 | 2025-01-08T00:22:10.060Z | Downloaded unicode-width v0.2.0 |
928 | 2025-01-08T00:22:10.066Z | Downloaded gimli v0.31.1 |
929 | 2025-01-08T00:22:10.075Z | Downloaded regex-syntax v0.6.29 |
930 | 2025-01-08T00:22:10.083Z | Downloaded lzma-sys v0.1.20 |
931 | 2025-01-08T00:22:10.112Z | Downloaded bstr v1.10.0 |
932 | 2025-01-08T00:22:10.122Z | Downloaded webpki-roots v0.26.6 |
933 | 2025-01-08T00:22:10.126Z | Downloaded regress v0.9.1 |
934 | 2025-01-08T00:22:10.134Z | Downloaded petgraph v0.6.5 |
935 | 2025-01-08T00:22:10.152Z | Downloaded sha3 v0.10.8 |
936 | 2025-01-08T00:22:10.157Z | Downloaded csv v1.3.0 |
937 | 2025-01-08T00:22:10.176Z | Downloaded libz-sys v1.1.20 |
938 | 2025-01-08T00:22:10.196Z | Downloaded object v0.30.4 |
939 | 2025-01-08T00:22:10.206Z | Downloaded tokio v1.40.0 |
940 | 2025-01-08T00:22:10.242Z | Downloaded regex v1.11.1 |
941 | 2025-01-08T00:22:10.255Z | Downloaded trust-dns-proto v0.22.0 |
942 | 2025-01-08T00:22:10.267Z | Downloaded quick-xml v0.33.0 |
943 | 2025-01-08T00:22:10.273Z | Downloaded winnow v0.5.40 |
944 | 2025-01-08T00:22:10.281Z | Downloaded nom v7.1.3 |
945 | 2025-01-08T00:22:10.286Z | Downloaded h2 v0.4.6 |
946 | 2025-01-08T00:22:10.292Z | Downloaded proptest v1.5.0 |
947 | 2025-01-08T00:22:10.301Z | Downloaded zerovec v0.10.4 |
948 | 2025-01-08T00:22:10.307Z | Downloaded parse-zoneinfo v0.3.1 |
949 | 2025-01-08T00:22:10.312Z | Downloaded futures v0.3.31 |
950 | 2025-01-08T00:22:10.315Z | Downloaded unicode-segmentation v1.12.0 |
951 | 2025-01-08T00:22:10.318Z | Downloaded bindgen v0.69.5 |
952 | 2025-01-08T00:22:10.325Z | Downloaded sqlparser v0.45.0 |
953 | 2025-01-08T00:22:10.330Z | Downloaded quinn-proto v0.11.8 |
954 | 2025-01-08T00:22:10.337Z | Downloaded tough v0.19.0 |
955 | 2025-01-08T00:22:10.345Z | Downloaded rusqlite v0.32.1 |
956 | 2025-01-08T00:22:10.351Z | Downloaded zopfli v0.8.1 |
957 | 2025-01-08T00:22:10.353Z | Downloaded bitvec v1.0.1 |
958 | 2025-01-08T00:22:10.367Z | Downloaded elliptic-curve v0.13.8 |
959 | 2025-01-08T00:22:10.370Z | Downloaded zip v0.6.6 |
960 | 2025-01-08T00:22:10.374Z | Downloaded vergen v8.3.2 |
961 | 2025-01-08T00:22:10.378Z | Downloaded tokio-util v0.7.12 |
962 | 2025-01-08T00:22:10.384Z | Downloaded value-bag v1.9.0 |
963 | 2025-01-08T00:22:10.387Z | Downloaded progenitor-impl v0.8.0 |
964 | 2025-01-08T00:22:10.389Z | Downloaded untrusted v0.9.0 |
965 | 2025-01-08T00:22:10.392Z | Downloaded untrusted v0.7.1 |
966 | 2025-01-08T00:22:10.392Z | Downloaded vsss-rs v3.3.4 |
967 | 2025-01-08T00:22:10.394Z | Downloaded steno v0.4.1 |
968 | 2025-01-08T00:22:10.398Z | Downloaded aws-lc-rs v1.10.0 |
969 | 2025-01-08T00:22:10.407Z | Downloaded parse-display v0.10.0 |
970 | 2025-01-08T00:22:10.410Z | Downloaded xattr v1.3.1 |
971 | 2025-01-08T00:22:10.410Z | Downloaded encoding_rs v0.8.34 |
972 | 2025-01-08T00:22:10.431Z | Downloaded time-macros v0.2.18 |
973 | 2025-01-08T00:22:10.434Z | Downloaded ecdsa v0.16.9 |
974 | 2025-01-08T00:22:10.437Z | Downloaded smallvec v1.13.2 |
975 | 2025-01-08T00:22:10.439Z | Downloaded zerocopy-derive v0.8.10 |
976 | 2025-01-08T00:22:10.442Z | Downloaded openssl-sys v0.9.103 |
977 | 2025-01-08T00:22:10.447Z | Downloaded hashbrown v0.12.3 |
978 | 2025-01-08T00:22:10.451Z | Downloaded similar v2.6.0 |
979 | 2025-01-08T00:22:10.455Z | Downloaded blake3 v1.5.4 |
980 | 2025-01-08T00:22:10.463Z | Downloaded subtle v2.6.1 |
981 | 2025-01-08T00:22:10.466Z | Downloaded strum_macros v0.25.3 |
982 | 2025-01-08T00:22:10.468Z | Downloaded num-bigint v0.4.6 |
983 | 2025-01-08T00:22:10.471Z | Downloaded proc-macro-crate v1.3.1 |
984 | 2025-01-08T00:22:10.473Z | Downloaded flate2 v1.0.34 |
985 | 2025-01-08T00:22:10.477Z | Downloaded tokio-stream v0.1.16 |
986 | 2025-01-08T00:22:10.481Z | Downloaded unicode-properties v0.1.3 |
987 | 2025-01-08T00:22:10.484Z | Downloaded packed_struct_codegen v0.10.1 |
988 | 2025-01-08T00:22:10.486Z | Downloaded owo-colors v4.1.0 |
989 | 2025-01-08T00:22:10.490Z | Downloaded ena v0.14.3 |
990 | 2025-01-08T00:22:10.490Z | Downloaded rsa v0.9.6 |
991 | 2025-01-08T00:22:10.493Z | Downloaded rand_seeder v0.3.0 |
992 | 2025-01-08T00:22:10.496Z | Downloaded progenitor-macro v0.8.0 |
993 | 2025-01-08T00:22:10.496Z | Downloaded hashlink v0.9.1 |
994 | 2025-01-08T00:22:10.498Z | Downloaded postgres-types v0.2.8 |
995 | 2025-01-08T00:22:10.501Z | Downloaded libxml v0.3.3 |
996 | 2025-01-08T00:22:10.505Z | Downloaded ssh-encoding v0.2.0 |
997 | 2025-01-08T00:22:10.508Z | Downloaded tokio-native-tls v0.3.1 |
998 | 2025-01-08T00:22:10.510Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
999 | 2025-01-08T00:22:10.565Z | Downloaded tokio-macros v2.4.0 |
1000 | 2025-01-08T00:22:10.567Z | Downloaded toml_edit v0.19.15 |
1001 | 2025-01-08T00:22:10.581Z | Downloaded tinyvec v1.8.0 |
1002 | 2025-01-08T00:22:10.583Z | Downloaded itertools v0.12.1 |
1003 | 2025-01-08T00:22:10.590Z | Downloaded idna v1.0.3 |
1004 | 2025-01-08T00:22:10.594Z | Downloaded typed-path v0.9.3 |
1005 | 2025-01-08T00:22:10.599Z | Downloaded uuid v1.11.0 |
1006 | 2025-01-08T00:22:10.602Z | Downloaded dhcproto v0.12.0 |
1007 | 2025-01-08T00:22:10.604Z | Downloaded rayon-core v1.12.1 |
1008 | 2025-01-08T00:22:10.607Z | Downloaded libm v0.2.8 |
1009 | 2025-01-08T00:22:10.615Z | Downloaded expectorate v1.1.0 |
1010 | 2025-01-08T00:22:10.618Z | Downloaded itertools v0.10.5 |
1011 | 2025-01-08T00:22:10.623Z | Downloaded des v0.8.1 |
1012 | 2025-01-08T00:22:10.626Z | Downloaded mio v1.0.2 |
1013 | 2025-01-08T00:22:10.630Z | Downloaded minimal-lexical v0.2.1 |
1014 | 2025-01-08T00:22:10.634Z | Downloaded dyn-clone v1.0.17 |
1015 | 2025-01-08T00:22:10.637Z | Downloaded globset v0.4.15 |
1016 | 2025-01-08T00:22:10.639Z | Downloaded foreign-types-macros v0.2.3 |
1017 | 2025-01-08T00:22:10.639Z | Downloaded foldhash v0.1.3 |
1018 | 2025-01-08T00:22:10.639Z | Downloaded zerovec-derive v0.10.3 |
1019 | 2025-01-08T00:22:10.642Z | Downloaded typify v0.2.0 |
1020 | 2025-01-08T00:22:10.645Z | Downloaded unicode-bidi v0.3.17 |
1021 | 2025-01-08T00:22:10.647Z | Downloaded ed25519 v2.2.3 |
1022 | 2025-01-08T00:22:10.647Z | Downloaded num-traits v0.2.19 |
1023 | 2025-01-08T00:22:10.650Z | Downloaded tar v0.4.42 |
1024 | 2025-01-08T00:22:10.652Z | Downloaded data-encoding v2.6.0 |
1025 | 2025-01-08T00:22:10.655Z | Downloaded walkdir v2.5.0 |
1026 | 2025-01-08T00:22:10.657Z | Downloaded tokio-tungstenite v0.24.0 |
1027 | 2025-01-08T00:22:10.657Z | Downloaded tokio-tungstenite v0.23.1 |
1028 | 2025-01-08T00:22:10.660Z | Downloaded multer v3.1.0 |
1029 | 2025-01-08T00:22:10.662Z | Downloaded resolv-conf v0.7.0 |
1030 | 2025-01-08T00:22:10.665Z | Downloaded spin v0.9.8 |
1031 | 2025-01-08T00:22:10.667Z | Downloaded snafu v0.8.5 |
1032 | 2025-01-08T00:22:10.671Z | Downloaded p256 v0.13.2 |
1033 | 2025-01-08T00:22:10.675Z | Downloaded gethostname v0.5.0 |
1034 | 2025-01-08T00:22:10.678Z | Downloaded futures-task v0.3.31 |
1035 | 2025-01-08T00:22:10.678Z | Downloaded snafu-derive v0.8.5 |
1036 | 2025-01-08T00:22:10.681Z | Downloaded paste v1.0.15 |
1037 | 2025-01-08T00:22:10.681Z | Downloaded sct v0.7.1 |
1038 | 2025-01-08T00:22:10.684Z | Downloaded diff v0.1.13 |
1039 | 2025-01-08T00:22:10.687Z | Downloaded uzers v0.12.1 |
1040 | 2025-01-08T00:22:10.690Z | Downloaded pin-project-lite v0.2.14 |
1041 | 2025-01-08T00:22:10.693Z | Downloaded pin-project-internal v1.1.6 |
1042 | 2025-01-08T00:22:10.695Z | Downloaded subprocess v0.2.9 |
1043 | 2025-01-08T00:22:10.698Z | Downloaded tracing v0.1.40 |
1044 | 2025-01-08T00:22:10.701Z | Downloaded aes-gcm v0.10.3 |
1045 | 2025-01-08T00:22:10.705Z | Downloaded getrandom v0.2.15 |
1046 | 2025-01-08T00:22:10.707Z | Downloaded env_logger v0.10.2 |
1047 | 2025-01-08T00:22:10.710Z | Downloaded tungstenite v0.24.0 |
1048 | 2025-01-08T00:22:10.713Z | Downloaded scopeguard v1.2.0 |
1049 | 2025-01-08T00:22:10.716Z | Downloaded schemars_derive v0.8.21 |
1050 | 2025-01-08T00:22:10.718Z | Downloaded rpassword v7.3.1 |
1051 | 2025-01-08T00:22:10.718Z | Downloaded const_format v0.2.33 |
1052 | 2025-01-08T00:22:10.721Z | Downloaded nibble_vec v0.1.0 |
1053 | 2025-01-08T00:22:10.724Z | Downloaded ghash v0.5.1 |
1054 | 2025-01-08T00:22:10.724Z | Downloaded yasna v0.5.2 |
1055 | 2025-01-08T00:22:10.726Z | Downloaded defmt-macros v0.3.9 |
1056 | 2025-01-08T00:22:10.729Z | Downloaded serde_with_macros v3.11.0 |
1057 | 2025-01-08T00:22:10.731Z | Downloaded tracing-attributes v0.1.27 |
1058 | 2025-01-08T00:22:10.734Z | Downloaded serde_yaml v0.9.34+deprecated |
1059 | 2025-01-08T00:22:10.736Z | Downloaded zeroize_derive v1.4.2 |
1060 | 2025-01-08T00:22:10.739Z | Downloaded zeroize v1.8.1 |
1061 | 2025-01-08T00:22:10.739Z | Downloaded writeable v0.5.5 |
1062 | 2025-01-08T00:22:10.741Z | Downloaded utf8_iter v1.0.4 |
1063 | 2025-01-08T00:22:10.741Z | Downloaded utf16_iter v1.0.5 |
1064 | 2025-01-08T00:22:10.745Z | Downloaded aes v0.8.4 |
1065 | 2025-01-08T00:22:10.747Z | Downloaded postgres-protocol v0.6.7 |
1066 | 2025-01-08T00:22:10.749Z | Downloaded postcard v1.0.10 |
1067 | 2025-01-08T00:22:10.752Z | Downloaded indicatif v0.17.9 |
1068 | 2025-01-08T00:22:10.755Z | Downloaded thiserror-impl-no-std v2.0.2 |
1069 | 2025-01-08T00:22:10.757Z | Downloaded env_logger v0.11.5 |
1070 | 2025-01-08T00:22:10.760Z | Downloaded toml v0.7.8 |
1071 | 2025-01-08T00:22:10.763Z | Downloaded icu_properties v1.5.1 |
1072 | 2025-01-08T00:22:10.765Z | Downloaded foreign-types-shared v0.3.1 |
1073 | 2025-01-08T00:22:10.765Z | Downloaded shell-words v1.1.0 |
1074 | 2025-01-08T00:22:10.768Z | Downloaded semver v0.1.20 |
1075 | 2025-01-08T00:22:10.768Z | Downloaded rustc_version v0.4.1 |
1076 | 2025-01-08T00:22:10.768Z | Downloaded rustc_version v0.1.7 |
1077 | 2025-01-08T00:22:10.770Z | Downloaded primeorder v0.13.6 |
1078 | 2025-01-08T00:22:10.770Z | Downloaded percent-encoding v2.3.1 |
1079 | 2025-01-08T00:22:10.773Z | Downloaded pem v3.0.4 |
1080 | 2025-01-08T00:22:10.773Z | Downloaded parse-display-derive v0.10.0 |
1081 | 2025-01-08T00:22:10.775Z | Downloaded derive_builder v0.20.2 |
1082 | 2025-01-08T00:22:10.778Z | Downloaded slog-scope v4.4.0 |
1083 | 2025-01-08T00:22:10.780Z | Downloaded cc v1.1.30 |
1084 | 2025-01-08T00:22:10.783Z | Downloaded icu_normalizer v1.5.0 |
1085 | 2025-01-08T00:22:10.786Z | Downloaded tui-tree-widget v0.22.0 |
1086 | 2025-01-08T00:22:10.788Z | Downloaded zone v0.3.0 |
1087 | 2025-01-08T00:22:10.788Z | Downloaded prettyplease v0.2.25 |
1088 | 2025-01-08T00:22:10.792Z | Downloaded crypto-bigint v0.5.5 |
1089 | 2025-01-08T00:22:10.797Z | Downloaded russh-keys v0.45.0 |
1090 | 2025-01-08T00:22:10.800Z | Downloaded backtrace v0.3.74 |
1091 | 2025-01-08T00:22:10.804Z | Downloaded ipnetwork v0.20.0 |
1092 | 2025-01-08T00:22:10.807Z | Downloaded indexmap v1.9.3 |
1093 | 2025-01-08T00:22:10.811Z | Downloaded fd-lock v4.0.2 |
1094 | 2025-01-08T00:22:10.813Z | Downloaded mime_guess v2.0.5 |
1095 | 2025-01-08T00:22:10.813Z | Downloaded base64 v0.22.1 |
1096 | 2025-01-08T00:22:10.816Z | Downloaded tower-service v0.3.3 |
1097 | 2025-01-08T00:22:10.819Z | Downloaded memmap2 v0.9.5 |
1098 | 2025-01-08T00:22:10.819Z | Downloaded libloading v0.8.5 |
1099 | 2025-01-08T00:22:10.821Z | Downloaded compact_str v0.8.0 |
1100 | 2025-01-08T00:22:10.826Z | Downloaded twox-hash v1.6.3 |
1101 | 2025-01-08T00:22:10.829Z | Downloaded slog-envlogger v2.2.0 |
1102 | 2025-01-08T00:22:10.829Z | Downloaded lru v0.12.5 |
1103 | 2025-01-08T00:22:10.829Z | Downloaded serde_plain v1.0.2 |
1104 | 2025-01-08T00:22:10.829Z | Downloaded jobserver v0.1.32 |
1105 | 2025-01-08T00:22:10.832Z | Downloaded crc-any v2.5.0 |
1106 | 2025-01-08T00:22:10.835Z | Downloaded impl-trait-for-tuples v0.2.2 |
1107 | 2025-01-08T00:22:10.838Z | Downloaded md-5 v0.10.6 |
1108 | 2025-01-08T00:22:10.838Z | Downloaded maybe-uninit v2.0.0 |
1109 | 2025-01-08T00:22:10.838Z | Downloaded managed v0.8.0 |
1110 | 2025-01-08T00:22:10.841Z | Downloaded linked-hash-map v0.5.6 |
1111 | 2025-01-08T00:22:10.841Z | Downloaded libefi-sys v0.1.0 |
1112 | 2025-01-08T00:22:10.843Z | Downloaded stringprep v0.1.5 |
1113 | 2025-01-08T00:22:10.843Z | Downloaded mirai-annotations v1.12.0 |
1114 | 2025-01-08T00:22:10.843Z | Downloaded memoffset v0.9.1 |
1115 | 2025-01-08T00:22:10.846Z | Downloaded arc-swap v1.7.1 |
1116 | 2025-01-08T00:22:10.849Z | Downloaded structmeta v0.2.0 |
1117 | 2025-01-08T00:22:10.852Z | Downloaded string_cache v0.8.7 |
1118 | 2025-01-08T00:22:10.852Z | Downloaded slog-dtrace v0.3.0 |
1119 | 2025-01-08T00:22:10.855Z | Downloaded slog-bunyan v2.5.0 |
1120 | 2025-01-08T00:22:10.855Z | Downloaded icu_locid_transform v1.5.0 |
1121 | 2025-01-08T00:22:10.858Z | Downloaded clang-sys v1.8.1 |
1122 | 2025-01-08T00:22:10.858Z | Downloaded lockfree-object-pool v0.1.6 |
1123 | 2025-01-08T00:22:10.861Z | Downloaded linear-map v1.2.0 |
1124 | 2025-01-08T00:22:10.865Z | Downloaded lazycell v1.3.0 |
1125 | 2025-01-08T00:22:10.865Z | Downloaded keccak v0.1.5 |
1126 | 2025-01-08T00:22:10.865Z | Downloaded slog-json v2.6.1 |
1127 | 2025-01-08T00:22:10.867Z | Downloaded humantime v2.1.0 |
1128 | 2025-01-08T00:22:10.867Z | Downloaded base64 v0.13.1 |
1129 | 2025-01-08T00:22:10.870Z | Downloaded crossbeam-utils v0.8.20 |
1130 | 2025-01-08T00:22:10.872Z | Downloaded crossbeam-epoch v0.9.18 |
1131 | 2025-01-08T00:22:10.875Z | Downloaded cookie v0.18.1 |
1132 | 2025-01-08T00:22:10.877Z | Downloaded backoff v0.4.0 |
1133 | 2025-01-08T00:22:10.880Z | Downloaded md5 v0.7.0 |
1134 | 2025-01-08T00:22:10.880Z | Downloaded matches v0.1.10 |
1135 | 2025-01-08T00:22:10.880Z | Downloaded blake2 v0.10.6 |
1136 | 2025-01-08T00:22:10.884Z | Downloaded hubpack v0.1.2 |
1137 | 2025-01-08T00:22:10.886Z | Downloaded termtree v0.4.1 |
1138 | 2025-01-08T00:22:10.887Z | Downloaded take_mut v0.2.2 |
1139 | 2025-01-08T00:22:10.887Z | Downloaded icu_provider_macros v1.5.0 |
1140 | 2025-01-08T00:22:10.887Z | Downloaded bitfield-struct v0.6.2 |
1141 | 2025-01-08T00:22:10.887Z | Downloaded bcs v0.1.6 |
1142 | 2025-01-08T00:22:10.889Z | Downloaded base64ct v1.6.0 |
1143 | 2025-01-08T00:22:10.892Z | Downloaded atomic-waker v1.1.2 |
1144 | 2025-01-08T00:22:10.892Z | Downloaded async-trait v0.1.83 |
1145 | 2025-01-08T00:22:10.895Z | Downloaded async-bb8-diesel v0.2.1 |
1146 | 2025-01-08T00:22:10.897Z | Downloaded argon2 v0.5.3 |
1147 | 2025-01-08T00:22:10.900Z | Downloaded hostname v0.4.0 |
1148 | 2025-01-08T00:22:10.902Z | Downloaded http-range v0.1.5 |
1149 | 2025-01-08T00:22:10.902Z | Downloaded hostname v0.3.1 |
1150 | 2025-01-08T00:22:10.904Z | Downloaded hickory-server v0.24.1 |
1151 | 2025-01-08T00:22:10.908Z | Downloaded chrono-tz-build v0.4.0 |
1152 | 2025-01-08T00:22:10.910Z | Downloaded chacha20 v0.9.1 |
1153 | 2025-01-08T00:22:10.913Z | Downloaded cbc v0.1.2 |
1154 | 2025-01-08T00:22:10.913Z | Downloaded buf-list v1.0.3 |
1155 | 2025-01-08T00:22:10.916Z | Downloaded bitflags v1.3.2 |
1156 | 2025-01-08T00:22:10.918Z | Downloaded ring v0.17.8 |
1157 | 2025-01-08T00:22:10.985Z | Downloaded async-stream v0.3.6 |
1158 | 2025-01-08T00:22:10.987Z | Downloaded bit-set v0.5.3 |
1159 | 2025-01-08T00:22:10.989Z | Downloaded blowfish v0.9.1 |
1160 | 2025-01-08T00:22:10.990Z | Downloaded bitfield v0.14.0 |
1161 | 2025-01-08T00:22:10.992Z | Downloaded bb8 v0.8.5 |
1162 | 2025-01-08T00:22:10.992Z | Downloaded assert_matches v1.5.0 |
1163 | 2025-01-08T00:22:10.992Z | Downloaded arrayref v0.3.9 |
1164 | 2025-01-08T00:22:10.995Z | Downloaded array-init v0.0.4 |
1165 | 2025-01-08T00:22:10.995Z | Downloaded heck v0.3.3 |
1166 | 2025-01-08T00:22:10.997Z | Downloaded cexpr v0.6.0 |
1167 | 2025-01-08T00:22:11.046Z | Downloaded libsqlite3-sys v0.30.1 |
1168 | 2025-01-08T00:22:11.278Z | Downloaded aws-lc-sys v0.22.0 |
1169 | 2025-01-08T00:22:11.580Z | Compiling serde v1.0.215 |
1170 | 2025-01-08T00:22:11.583Z | Compiling lock_api v0.4.12 |
1171 | 2025-01-08T00:22:11.583Z | Compiling scopeguard v1.2.0 |
1172 | 2025-01-08T00:22:11.583Z | Compiling value-bag v1.9.0 |
1173 | 2025-01-08T00:22:11.583Z | Compiling typenum v1.17.0 |
1174 | 2025-01-08T00:22:11.583Z | Compiling generic-array v0.14.7 |
1175 | 2025-01-08T00:22:11.583Z | Compiling syn v2.0.87 |
1176 | 2025-01-08T00:22:11.732Z | Compiling getrandom v0.2.15 |
1177 | 2025-01-08T00:22:11.994Z | Compiling shlex v1.3.0 |
1178 | 2025-01-08T00:22:12.085Z | Compiling rand_core v0.6.4 |
1179 | 2025-01-08T00:22:12.166Z | Compiling subtle v2.6.1 |
1180 | 2025-01-08T00:22:12.268Z | Compiling log v0.4.22 |
1181 | 2025-01-08T00:22:12.305Z | Compiling jobserver v0.1.32 |
1182 | 2025-01-08T00:22:12.406Z | Compiling smallvec v1.13.2 |
1183 | 2025-01-08T00:22:12.497Z | Compiling const-oid v0.9.6 |
1184 | 2025-01-08T00:22:12.593Z | Compiling pin-project-lite v0.2.14 |
1185 | 2025-01-08T00:22:12.711Z | Compiling cc v1.1.30 |
1186 | 2025-01-08T00:22:12.793Z | Compiling spin v0.9.8 |
1187 | 2025-01-08T00:22:12.796Z | Compiling rustix v0.38.37 |
1188 | 2025-01-08T00:22:13.123Z | Compiling parking_lot_core v0.9.10 |
1189 | 2025-01-08T00:22:13.183Z | Compiling futures-core v0.3.31 |
1190 | 2025-01-08T00:22:13.234Z | Compiling signal-hook-registry v1.4.2 |
1191 | 2025-01-08T00:22:13.422Z | Compiling mio v1.0.2 |
1192 | 2025-01-08T00:22:13.722Z | Compiling aho-corasick v1.1.3 |
1193 | 2025-01-08T00:22:14.052Z | Compiling parking_lot v0.12.3 |
1194 | 2025-01-08T00:22:14.283Z | Compiling either v1.13.0 |
1195 | 2025-01-08T00:22:14.500Z | Compiling cpufeatures v0.2.14 |
1196 | 2025-01-08T00:22:14.607Z | Compiling regex-syntax v0.8.5 |
1197 | 2025-01-08T00:22:14.627Z | Compiling lazy_static v1.5.0 |
1198 | 2025-01-08T00:22:14.724Z | Compiling futures-sink v0.3.31 |
1199 | 2025-01-08T00:22:14.753Z | Compiling glob v0.3.1 |
1200 | 2025-01-08T00:22:14.782Z | Compiling stable_deref_trait v1.2.0 |
1201 | 2025-01-08T00:22:14.871Z | Compiling socket2 v0.5.7 |
1202 | 2025-01-08T00:22:14.895Z | Compiling slab v0.4.9 |
1203 | 2025-01-08T00:22:15.139Z | Compiling prettyplease v0.2.25 |
1204 | 2025-01-08T00:22:15.330Z | Compiling serde_json v1.0.133 |
1205 | 2025-01-08T00:22:15.488Z | Compiling minimal-lexical v0.2.1 |
1206 | 2025-01-08T00:22:15.785Z | Compiling clang-sys v1.8.1 |
1207 | 2025-01-08T00:22:15.917Z | Compiling nom v7.1.3 |
1208 | 2025-01-08T00:22:15.965Z | Compiling libloading v0.8.5 |
1209 | 2025-01-08T00:22:16.018Z | Compiling bindgen v0.69.5 |
1210 | 2025-01-08T00:22:16.391Z | Compiling home v0.5.9 |
1211 | 2025-01-08T00:22:16.649Z | Compiling futures-channel v0.3.31 |
1212 | 2025-01-08T00:22:16.836Z | Compiling itertools v0.12.1 |
1213 | 2025-01-08T00:22:17.076Z | Compiling allocator-api2 v0.2.18 |
1214 | 2025-01-08T00:22:17.164Z | Compiling libm v0.2.8 |
1215 | 2025-01-08T00:22:17.513Z | Compiling rustc-hash v1.1.0 |
1216 | 2025-01-08T00:22:17.667Z | Compiling futures-io v0.3.31 |
1217 | 2025-01-08T00:22:17.896Z | Compiling pin-utils v0.1.0 |
1218 | 2025-01-08T00:22:17.981Z | Compiling lazycell v1.3.0 |
1219 | 2025-01-08T00:22:18.002Z | Compiling foldhash v0.1.3 |
1220 | 2025-01-08T00:22:18.156Z | Compiling futures-task v0.3.31 |
1221 | 2025-01-08T00:22:18.312Z | Compiling regex-automata v0.4.8 |
1222 | 2025-01-08T00:22:18.468Z | Compiling hashbrown v0.15.1 |
1223 | 2025-01-08T00:22:19.679Z | Compiling synstructure v0.13.1 |
1224 | 2025-01-08T00:22:19.817Z | Compiling cexpr v0.6.0 |
1225 | 2025-01-08T00:22:20.107Z | Compiling cmake v0.1.51 |
1226 | 2025-01-08T00:22:21.128Z | Compiling num-traits v0.2.19 |
1227 | 2025-01-08T00:22:21.400Z | Compiling dunce v1.0.5 |
1228 | 2025-01-08T00:22:21.445Z | Compiling pkg-config v0.3.31 |
1229 | 2025-01-08T00:22:21.467Z | Compiling tinyvec_macros v0.1.1 |
1230 | 2025-01-08T00:22:21.533Z | Compiling fs_extra v1.3.0 |
1231 | 2025-01-08T00:22:21.554Z | Compiling tinyvec v1.8.0 |
1232 | 2025-01-08T00:22:22.141Z | Compiling ring v0.17.8 |
1233 | 2025-01-08T00:22:23.021Z | Compiling unicode-normalization v0.1.24 |
1234 | 2025-01-08T00:22:23.077Z | Compiling writeable v0.5.5 |
1235 | 2025-01-08T00:22:23.193Z | Compiling litemap v0.7.3 |
1236 | 2025-01-08T00:22:23.278Z | Compiling unicode-bidi v0.3.17 |
1237 | 2025-01-08T00:22:23.589Z | Compiling base64ct v1.6.0 |
1238 | 2025-01-08T00:22:23.684Z | Compiling paste v1.0.15 |
1239 | 2025-01-08T00:22:24.159Z | Compiling regex v1.11.1 |
1240 | 2025-01-08T00:22:24.184Z | Compiling pem-rfc7468 v0.7.0 |
1241 | 2025-01-08T00:22:24.725Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2025-01-08T00:22:24.914Z | Compiling httparse v1.9.5 |
1243 | 2025-01-08T00:22:24.914Z | Compiling flagset v0.4.6 |
1244 | 2025-01-08T00:22:25.180Z | Compiling tracing-core v0.1.32 |
1245 | 2025-01-08T00:22:25.570Z | Compiling rustls-pki-types v1.10.0 |
1246 | 2025-01-08T00:22:25.656Z | Compiling crossbeam-utils v0.8.20 |
1247 | 2025-01-08T00:22:26.252Z | Compiling percent-encoding v2.3.1 |
1248 | 2025-01-08T00:22:26.295Z | Compiling icu_locid_transform_data v1.5.0 |
1249 | 2025-01-08T00:22:26.444Z | Compiling untrusted v0.9.0 |
1250 | 2025-01-08T00:22:26.464Z | Compiling serde_derive v1.0.215 |
1251 | 2025-01-08T00:22:26.612Z | Compiling zeroize_derive v1.4.2 |
1252 | 2025-01-08T00:22:26.615Z | Compiling zerocopy-derive v0.7.35 |
1253 | 2025-01-08T00:22:26.648Z | Compiling tokio-macros v2.4.0 |
1254 | 2025-01-08T00:22:27.102Z | Compiling zerofrom-derive v0.1.4 |
1255 | 2025-01-08T00:22:28.139Z | Compiling zeroize v1.8.1 |
1256 | 2025-01-08T00:22:28.219Z | Compiling thiserror-impl v1.0.69 |
1257 | 2025-01-08T00:22:28.653Z | Compiling yoke-derive v0.7.4 |
1258 | 2025-01-08T00:22:28.886Z | Compiling zerocopy v0.7.35 |
1259 | 2025-01-08T00:22:30.096Z | Compiling crypto-common v0.1.6 |
1260 | 2025-01-08T00:22:30.313Z | Compiling block-buffer v0.10.4 |
1261 | 2025-01-08T00:22:30.575Z | Compiling digest v0.10.7 |
1262 | 2025-01-08T00:22:30.594Z | Compiling futures-macro v0.3.31 |
1263 | 2025-01-08T00:22:31.056Z | Compiling hmac v0.12.1 |
1264 | 2025-01-08T00:22:31.190Z | Compiling zerofrom v0.1.4 |
1265 | 2025-01-08T00:22:31.212Z | Compiling zerovec-derive v0.10.3 |
1266 | 2025-01-08T00:22:31.298Z | Compiling block-padding v0.3.3 |
1267 | 2025-01-08T00:22:31.390Z | Compiling displaydoc v0.2.5 |
1268 | 2025-01-08T00:22:31.520Z | Compiling inout v0.1.3 |
1269 | 2025-01-08T00:22:31.539Z | Compiling sha2 v0.10.8 |
1270 | 2025-01-08T00:22:31.559Z | Compiling thiserror v1.0.69 |
1271 | 2025-01-08T00:22:31.706Z | Compiling ppv-lite86 v0.2.20 |
1272 | 2025-01-08T00:22:31.744Z | Compiling yoke v0.7.4 |
1273 | 2025-01-08T00:22:31.793Z | Compiling cipher v0.4.4 |
1274 | 2025-01-08T00:22:32.114Z | Compiling der_derive v0.7.3 |
1275 | 2025-01-08T00:22:32.336Z | Compiling icu_provider_macros v1.5.0 |
1276 | 2025-01-08T00:22:32.495Z | Compiling futures-util v0.3.31 |
1277 | 2025-01-08T00:22:32.570Z | Compiling rand_chacha v0.3.1 |
1278 | 2025-01-08T00:22:33.113Z | Compiling tracing-attributes v0.1.27 |
1279 | 2025-01-08T00:22:33.525Z | Compiling rand v0.8.5 |
1280 | 2025-01-08T00:22:33.940Z | Compiling zerovec v0.10.4 |
1281 | 2025-01-08T00:22:34.689Z | Compiling der v0.7.9 |
1282 | 2025-01-08T00:22:34.988Z | Compiling salsa20 v0.10.2 |
1283 | 2025-01-08T00:22:35.109Z | Compiling pest v2.7.14 |
1284 | 2025-01-08T00:22:35.213Z | Compiling pbkdf2 v0.12.2 |
1285 | 2025-01-08T00:22:35.408Z | Compiling time-core v0.1.2 |
1286 | 2025-01-08T00:22:35.596Z | Compiling powerfmt v0.2.0 |
1287 | 2025-01-08T00:22:35.618Z | Compiling vcpkg v0.2.15 |
1288 | 2025-01-08T00:22:36.006Z | Compiling tinystr v0.7.6 |
1289 | 2025-01-08T00:22:36.262Z | Compiling icu_collections v1.5.0 |
1290 | 2025-01-08T00:22:36.437Z | Compiling icu_locid v1.5.0 |
1291 | 2025-01-08T00:22:37.020Z | Compiling tracing v0.1.40 |
1292 | 2025-01-08T00:22:37.538Z | Compiling spki v0.7.3 |
1293 | 2025-01-08T00:22:37.724Z | Compiling icu_provider v1.5.0 |
1294 | 2025-01-08T00:22:37.815Z | Compiling icu_properties_data v1.5.0 |
1295 | 2025-01-08T00:22:37.912Z | Compiling mirai-annotations v1.12.0 |
1296 | 2025-01-08T00:22:38.026Z | Compiling untrusted v0.7.1 |
1297 | 2025-01-08T00:22:38.069Z | Compiling num-conv v0.1.0 |
1298 | 2025-01-08T00:22:38.111Z | Compiling openssl-sys v0.9.103 |
1299 | 2025-01-08T00:22:38.188Z | Compiling pest_meta v2.7.14 |
1300 | 2025-01-08T00:22:38.207Z | Compiling deranged v0.3.11 |
1301 | 2025-01-08T00:22:38.350Z | Compiling time-macros v0.2.18 |
1302 | 2025-01-08T00:22:38.792Z | Compiling icu_locid_transform v1.5.0 |
1303 | 2025-01-08T00:22:38.814Z | Compiling scrypt v0.11.0 |
1304 | 2025-01-08T00:22:38.878Z | Compiling aes v0.8.4 |
1305 | 2025-01-08T00:22:39.284Z | Compiling cbc v0.1.2 |
1306 | 2025-01-08T00:22:39.528Z | Compiling scroll_derive v0.12.0 |
1307 | 2025-01-08T00:22:40.181Z | Compiling icu_properties v1.5.1 |
1308 | 2025-01-08T00:22:40.994Z | Compiling bitflags v2.6.0 |
1309 | 2025-01-08T00:22:41.018Z | Compiling bytes v1.8.0 |
1310 | 2025-01-08T00:22:41.621Z | Compiling indexmap v2.6.0 |
1311 | 2025-01-08T00:22:41.724Z | Compiling semver v1.0.23 |
1312 | 2025-01-08T00:22:42.318Z | Compiling tokio v1.40.0 |
1313 | 2025-01-08T00:22:42.507Z | Compiling http v1.1.0 |
1314 | 2025-01-08T00:22:43.107Z | Compiling rustc_version v0.4.1 |
1315 | 2025-01-08T00:22:43.449Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2025-01-08T00:22:43.557Z | Compiling utf16_iter v1.0.5 |
1317 | 2025-01-08T00:22:43.771Z | Compiling write16 v1.0.0 |
1318 | 2025-01-08T00:22:43.869Z | Compiling utf8_iter v1.0.4 |
1319 | 2025-01-08T00:22:43.903Z | Compiling atomic-waker v1.1.2 |
1320 | 2025-01-08T00:22:44.137Z | Compiling num_threads v0.1.7 |
1321 | 2025-01-08T00:22:44.161Z | Compiling icu_normalizer v1.5.0 |
1322 | 2025-01-08T00:22:44.269Z | Compiling time v0.3.36 |
1323 | 2025-01-08T00:22:44.546Z | Compiling http-body v1.0.1 |
1324 | 2025-01-08T00:22:44.783Z | Compiling scroll v0.12.0 |
1325 | 2025-01-08T00:22:44.812Z | Compiling pkcs5 v0.7.1 |
1326 | 2025-01-08T00:22:45.018Z | Compiling pest_generator v2.7.14 |
1327 | 2025-01-08T00:22:45.223Z | Compiling form_urlencoded v1.2.1 |
1328 | 2025-01-08T00:22:45.356Z | Compiling slog v2.7.0 |
1329 | 2025-01-08T00:22:45.547Z | Compiling which v4.4.2 |
1330 | 2025-01-08T00:22:46.016Z | Compiling try-lock v0.2.5 |
1331 | 2025-01-08T00:22:46.143Z | Compiling goblin v0.8.2 |
1332 | 2025-01-08T00:22:46.168Z | Compiling want v0.3.1 |
1333 | 2025-01-08T00:22:46.253Z | Compiling pkcs8 v0.10.2 |
1334 | 2025-01-08T00:22:46.461Z | Compiling idna_adapter v1.2.0 |
1335 | 2025-01-08T00:22:46.680Z | Compiling uuid v1.11.0 |
1336 | 2025-01-08T00:22:46.813Z | Compiling iana-time-zone v0.1.61 |
1337 | 2025-01-08T00:22:46.966Z | Compiling httpdate v1.0.3 |
1338 | 2025-01-08T00:22:46.995Z | Compiling pest_derive v2.7.14 |
1339 | 2025-01-08T00:22:47.293Z | Compiling chrono v0.4.38 |
1340 | 2025-01-08T00:22:47.449Z | Compiling idna v1.0.3 |
1341 | 2025-01-08T00:22:47.802Z | Compiling dtrace-parser v0.2.0 |
1342 | 2025-01-08T00:22:48.957Z | Compiling serde_spanned v0.6.8 |
1343 | 2025-01-08T00:22:49.223Z | Compiling serde_tokenstream v0.2.2 |
1344 | 2025-01-08T00:22:49.334Z | Compiling toml_datetime v0.6.8 |
1345 | 2025-01-08T00:22:49.606Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2025-01-08T00:22:49.720Z | Compiling openssl v0.10.66 |
1347 | 2025-01-08T00:22:49.818Z | Compiling adler2 v2.0.0 |
1348 | 2025-01-08T00:22:49.838Z | Compiling tower-service v0.3.3 |
1349 | 2025-01-08T00:22:49.968Z | Compiling base64 v0.22.1 |
1350 | 2025-01-08T00:22:50.017Z | Compiling match_cfg v0.1.0 |
1351 | 2025-01-08T00:22:50.038Z | Compiling rustversion v1.0.17 |
1352 | 2025-01-08T00:22:50.111Z | Compiling hostname v0.3.1 |
1353 | 2025-01-08T00:22:50.160Z | Compiling miniz_oxide v0.8.0 |
1354 | 2025-01-08T00:22:50.375Z | Compiling foreign-types v0.3.2 |
1355 | 2025-01-08T00:22:50.478Z | Compiling url v2.5.3 |
1356 | 2025-01-08T00:22:50.819Z | Compiling tokio-util v0.7.12 |
1357 | 2025-01-08T00:22:51.106Z | Compiling async-trait v0.1.83 |
1358 | 2025-01-08T00:22:51.732Z | Compiling openssl-macros v0.1.1 |
1359 | 2025-01-08T00:22:52.094Z | Compiling h2 v0.4.6 |
1360 | 2025-01-08T00:22:52.280Z | Compiling dof v0.3.0 |
1361 | 2025-01-08T00:22:52.431Z | Compiling serde_derive_internals v0.29.1 |
1362 | 2025-01-08T00:22:52.481Z | Compiling dirs-sys-next v0.1.2 |
1363 | 2025-01-08T00:22:53.159Z | Compiling usdt-impl v0.5.0 |
1364 | 2025-01-08T00:22:53.864Z | Compiling siphasher v0.3.11 |
1365 | 2025-01-08T00:22:54.293Z | Compiling rustls v0.22.4 |
1366 | 2025-01-08T00:22:54.462Z | Compiling rustls v0.23.19 |
1367 | 2025-01-08T00:22:54.545Z | Compiling syn v1.0.109 |
1368 | 2025-01-08T00:22:54.730Z | Compiling schemars v0.8.21 |
1369 | 2025-01-08T00:22:54.818Z | Compiling data-encoding v2.6.0 |
1370 | 2025-01-08T00:22:55.071Z | Compiling native-tls v0.2.12 |
1371 | 2025-01-08T00:22:55.189Z | Compiling schemars_derive v0.8.21 |
1372 | 2025-01-08T00:22:55.301Z | Compiling dirs-next v2.0.0 |
1373 | 2025-01-08T00:22:56.571Z | Compiling http-body-util v0.1.2 |
1374 | 2025-01-08T00:22:56.902Z | Compiling crossbeam-epoch v0.9.18 |
1375 | 2025-01-08T00:22:57.111Z | Compiling heapless v0.7.17 |
1376 | 2025-01-08T00:22:57.250Z | Compiling sha1 v0.10.6 |
1377 | 2025-01-08T00:22:57.551Z | Compiling signature v2.2.0 |
1378 | 2025-01-08T00:22:57.650Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1379 | 2025-01-08T00:22:57.688Z | Compiling thread_local v1.1.8 |
1380 | 2025-01-08T00:22:57.845Z | Compiling encoding_rs v0.8.34 |
1381 | 2025-01-08T00:22:58.111Z | Compiling cookie v0.18.1 |
1382 | 2025-01-08T00:22:58.133Z | Compiling multer v3.1.0 |
1383 | 2025-01-08T00:22:58.274Z | Compiling dyn-clone v1.0.17 |
1384 | 2025-01-08T00:22:58.378Z | Compiling ipnet v2.10.1 |
1385 | 2025-01-08T00:22:58.399Z | Compiling unicode-properties v0.1.3 |
1386 | 2025-01-08T00:22:58.472Z | Compiling signal-hook v0.3.17 |
1387 | 2025-01-08T00:22:58.507Z | Compiling mime v0.3.17 |
1388 | 2025-01-08T00:22:58.724Z | Compiling rayon-core v1.12.1 |
1389 | 2025-01-08T00:22:58.790Z | Compiling slog-async v2.8.0 |
1390 | 2025-01-08T00:22:59.215Z | Compiling hyper v1.5.0 |
1391 | 2025-01-08T00:22:59.226Z | Compiling openssl-probe v0.1.5 |
1392 | 2025-01-08T00:22:59.375Z | Compiling gimli v0.31.1 |
1393 | 2025-01-08T00:22:59.600Z | Compiling stringprep v0.1.5 |
1394 | 2025-01-08T00:22:59.641Z | Compiling toml_edit v0.22.22 |
1395 | 2025-01-08T00:23:02.374Z | Compiling hyper-util v0.1.10 |
1396 | 2025-01-08T00:23:03.535Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2025-01-08T00:23:03.844Z | Compiling usdt-macro v0.5.0 |
1398 | 2025-01-08T00:23:04.237Z | Compiling addr2line v0.24.2 |
1399 | 2025-01-08T00:23:04.643Z | Compiling usdt-attr-macro v0.5.0 |
1400 | 2025-01-08T00:23:04.775Z | Compiling term v0.7.0 |
1401 | 2025-01-08T00:23:04.938Z | Compiling slog-json v2.6.1 |
1402 | 2025-01-08T00:23:05.286Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2025-01-08T00:23:05.289Z | Compiling crossbeam-channel v0.5.13 |
1404 | 2025-01-08T00:23:05.576Z | Compiling curve25519-dalek v4.1.3 |
1405 | 2025-01-08T00:23:05.820Z | Compiling futures-executor v0.3.31 |
1406 | 2025-01-08T00:23:06.202Z | Compiling enum-as-inner v0.6.1 |
1407 | 2025-01-08T00:23:06.257Z | Compiling md-5 v0.10.6 |
1408 | 2025-01-08T00:23:06.335Z | Compiling async-stream-impl v0.3.6 |
1409 | 2025-01-08T00:23:06.366Z | Compiling rustls-pemfile v2.2.0 |
1410 | 2025-01-08T00:23:06.368Z | Compiling num-integer v0.1.46 |
1411 | 2025-01-08T00:23:06.523Z | Compiling idna v0.4.0 |
1412 | 2025-01-08T00:23:06.699Z | Compiling idna v0.3.0 |
1413 | 2025-01-08T00:23:07.173Z | Compiling hash32 v0.2.1 |
1414 | 2025-01-08T00:23:07.260Z | Compiling ff v0.13.0 |
1415 | 2025-01-08T00:23:07.483Z | Compiling is-terminal v0.4.13 |
1416 | 2025-01-08T00:23:07.554Z | Compiling dropshot v0.12.0 |
1417 | 2025-01-08T00:23:07.615Z | Compiling object v0.36.5 |
1418 | 2025-01-08T00:23:07.664Z | Compiling anyhow v1.0.93 |
1419 | 2025-01-08T00:23:07.841Z | Compiling base16ct v0.2.0 |
1420 | 2025-01-08T00:23:08.120Z | Compiling num-bigint-dig v0.8.4 |
1421 | 2025-01-08T00:23:08.174Z | Compiling linked-hash-map v0.5.6 |
1422 | 2025-01-08T00:23:08.219Z | Compiling take_mut v0.2.2 |
1423 | 2025-01-08T00:23:08.296Z | Compiling utf-8 v0.7.6 |
1424 | 2025-01-08T00:23:08.369Z | Compiling quick-error v1.2.3 |
1425 | 2025-01-08T00:23:08.393Z | Compiling rustc-demangle v0.1.24 |
1426 | 2025-01-08T00:23:08.439Z | Compiling fallible-iterator v0.2.0 |
1427 | 2025-01-08T00:23:08.508Z | Compiling psl-types v2.0.11 |
1428 | 2025-01-08T00:23:08.528Z | Compiling smoltcp v0.9.1 |
1429 | 2025-01-08T00:23:08.616Z | Compiling portable-atomic v1.9.0 |
1430 | 2025-01-08T00:23:08.713Z | Compiling publicsuffix v2.2.3 |
1431 | 2025-01-08T00:23:08.975Z | Compiling lru-cache v0.1.2 |
1432 | 2025-01-08T00:23:09.184Z | Compiling postgres-protocol v0.6.7 |
1433 | 2025-01-08T00:23:09.209Z | Compiling resolv-conf v0.7.0 |
1434 | 2025-01-08T00:23:09.305Z | Compiling tungstenite v0.24.0 |
1435 | 2025-01-08T00:23:09.965Z | Compiling sec1 v0.7.3 |
1436 | 2025-01-08T00:23:10.235Z | Compiling async-stream v0.3.6 |
1437 | 2025-01-08T00:23:10.558Z | Compiling slog-term v2.9.1 |
1438 | 2025-01-08T00:23:10.579Z | Compiling usdt v0.5.0 |
1439 | 2025-01-08T00:23:10.637Z | Compiling group v0.13.0 |
1440 | 2025-01-08T00:23:10.977Z | Compiling hickory-proto v0.24.1 |
1441 | 2025-01-08T00:23:11.111Z | Compiling num-iter v0.1.45 |
1442 | 2025-01-08T00:23:11.413Z | Compiling futures v0.3.31 |
1443 | 2025-01-08T00:23:11.538Z | Compiling slog-bunyan v2.5.0 |
1444 | 2025-01-08T00:23:11.873Z | Compiling camino v1.1.9 |
1445 | 2025-01-08T00:23:12.865Z | Compiling tokio-native-tls v0.3.1 |
1446 | 2025-01-08T00:23:12.922Z | Compiling toml v0.8.19 |
1447 | 2025-01-08T00:23:13.151Z | Compiling phf_shared v0.11.2 |
1448 | 2025-01-08T00:23:13.521Z | Compiling dropshot_endpoint v0.12.0 |
1449 | 2025-01-08T00:23:13.572Z | Compiling terminal_size v0.4.0 |
1450 | 2025-01-08T00:23:13.791Z | Compiling waitgroup v0.1.2 |
1451 | 2025-01-08T00:23:13.921Z | Compiling openapiv3 v2.0.0 |
1452 | 2025-01-08T00:23:14.017Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2025-01-08T00:23:14.750Z | Compiling hkdf v0.12.4 |
1454 | 2025-01-08T00:23:14.946Z | Compiling crypto-bigint v0.5.5 |
1455 | 2025-01-08T00:23:15.014Z | Compiling backtrace v0.3.74 |
1456 | 2025-01-08T00:23:15.780Z | Compiling curve25519-dalek-derive v0.1.1 |
1457 | 2025-01-08T00:23:17.344Z | Compiling zerocopy-derive v0.6.6 |
1458 | 2025-01-08T00:23:18.262Z | Compiling webpki-roots v0.26.6 |
1459 | 2025-01-08T00:23:18.447Z | Compiling idna v0.5.0 |
1460 | 2025-01-08T00:23:18.495Z | Compiling hostname v0.4.0 |
1461 | 2025-01-08T00:23:18.733Z | Compiling crc32fast v1.4.2 |
1462 | 2025-01-08T00:23:18.759Z | Compiling ahash v0.8.11 |
1463 | 2025-01-08T00:23:19.094Z | Compiling fs-err v2.11.0 |
1464 | 2025-01-08T00:23:19.131Z | Compiling winnow v0.5.40 |
1465 | 2025-01-08T00:23:19.161Z | Compiling hubpack_derive v0.1.1 |
1466 | 2025-01-08T00:23:19.403Z | Compiling debug-ignore v1.0.5 |
1467 | 2025-01-08T00:23:19.560Z | Compiling managed v0.8.0 |
1468 | 2025-01-08T00:23:19.598Z | Compiling bitflags v1.3.2 |
1469 | 2025-01-08T00:23:19.712Z | Compiling newtype-uuid v1.1.3 |
1470 | 2025-01-08T00:23:20.042Z | Compiling clap_builder v4.5.21 |
1471 | 2025-01-08T00:23:20.094Z | Compiling hubpack v0.1.2 |
1472 | 2025-01-08T00:23:20.162Z | Compiling strum_macros v0.25.3 |
1473 | 2025-01-08T00:23:20.568Z | Compiling zerocopy v0.6.6 |
1474 | 2025-01-08T00:23:21.449Z | Compiling cookie_store v0.21.0 |
1475 | 2025-01-08T00:23:21.479Z | Compiling console v0.15.8 |
1476 | 2025-01-08T00:23:21.570Z | Compiling flate2 v1.0.34 |
1477 | 2025-01-08T00:23:22.186Z | Compiling elliptic-curve v0.13.8 |
1478 | 2025-01-08T00:23:22.964Z | Compiling toml_edit v0.19.15 |
1479 | 2025-01-08T00:23:23.006Z | Compiling hickory-resolver v0.24.1 |
1480 | 2025-01-08T00:23:23.069Z | Compiling phf v0.11.2 |
1481 | 2025-01-08T00:23:23.370Z | Compiling signal-hook-mio v0.2.4 |
1482 | 2025-01-08T00:23:23.538Z | Compiling hyper-tls v0.6.0 |
1483 | 2025-01-08T00:23:23.940Z | Compiling rayon v1.10.0 |
1484 | 2025-01-08T00:23:23.976Z | Compiling bzip2 v0.4.4 |
1485 | 2025-01-08T00:23:24.396Z | Compiling tokio-tungstenite v0.24.0 |
1486 | 2025-01-08T00:23:24.930Z | Compiling postgres-types v0.2.8 |
1487 | 2025-01-08T00:23:28.015Z | Compiling ed25519 v2.2.3 |
1488 | 2025-01-08T00:23:28.898Z | Compiling phf_shared v0.10.0 |
1489 | 2025-01-08T00:23:29.331Z | Compiling tokio-stream v0.1.16 |
1490 | 2025-01-08T00:23:29.733Z | Compiling pkcs1 v0.7.5 |
1491 | 2025-01-08T00:23:29.982Z | Compiling serde-big-array v0.5.1 |
1492 | 2025-01-08T00:23:29.985Z | Compiling clap_derive v4.5.18 |
1493 | 2025-01-08T00:23:30.219Z | Compiling rfc6979 v0.4.0 |
1494 | 2025-01-08T00:23:30.409Z | Compiling derive-where v1.2.7 |
1495 | 2025-01-08T00:23:30.412Z | Compiling serde_repr v0.1.19 |
1496 | 2025-01-08T00:23:30.728Z | Compiling float-cmp v0.9.0 |
1497 | 2025-01-08T00:23:30.808Z | Compiling bstr v1.10.0 |
1498 | 2025-01-08T00:23:30.962Z | Compiling sync_wrapper v1.0.1 |
1499 | 2025-01-08T00:23:31.116Z | Compiling static_assertions v1.1.0 |
1500 | 2025-01-08T00:23:31.229Z | Compiling normalize-line-endings v0.3.0 |
1501 | 2025-01-08T00:23:31.249Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2025-01-08T00:23:31.360Z | Compiling bit-vec v0.6.3 |
1503 | 2025-01-08T00:23:31.658Z | Compiling precomputed-hash v0.1.1 |
1504 | 2025-01-08T00:23:31.779Z | Compiling predicates-core v1.0.8 |
1505 | 2025-01-08T00:23:31.814Z | Compiling whoami v1.5.2 |
1506 | 2025-01-08T00:23:32.140Z | Compiling unicode-width v0.2.0 |
1507 | 2025-01-08T00:23:32.160Z | Compiling new_debug_unreachable v1.0.6 |
1508 | 2025-01-08T00:23:32.257Z | Compiling difflib v0.4.0 |
1509 | 2025-01-08T00:23:32.470Z | Compiling fixedbitset v0.4.2 |
1510 | 2025-01-08T00:23:32.595Z | Compiling number_prefix v0.4.0 |
1511 | 2025-01-08T00:23:32.677Z | Compiling predicates v3.1.2 |
1512 | 2025-01-08T00:23:32.822Z | Compiling indicatif v0.17.9 |
1513 | 2025-01-08T00:23:32.938Z | Compiling petgraph v0.6.5 |
1514 | 2025-01-08T00:23:33.951Z | Compiling string_cache v0.8.7 |
1515 | 2025-01-08T00:23:34.042Z | Compiling tokio-postgres v0.7.12 |
1516 | 2025-01-08T00:23:34.451Z | Compiling similar v2.6.0 |
1517 | 2025-01-08T00:23:34.454Z | Compiling bit-set v0.5.3 |
1518 | 2025-01-08T00:23:34.738Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1519 | 2025-01-08T00:23:35.095Z | Compiling ecdsa v0.16.9 |
1520 | 2025-01-08T00:23:35.098Z | Compiling clap v4.5.21 |
1521 | 2025-01-08T00:23:35.241Z | Compiling rsa v0.9.6 |
1522 | 2025-01-08T00:23:35.991Z | Compiling ed25519-dalek v2.1.1 |
1523 | 2025-01-08T00:23:36.977Z | Compiling toml v0.7.8 |
1524 | 2025-01-08T00:23:37.135Z | Compiling zip v0.6.6 |
1525 | 2025-01-08T00:23:37.318Z | Compiling crossterm v0.28.1 |
1526 | 2025-01-08T00:23:39.229Z | Compiling hex v0.4.3 |
1527 | 2025-01-08T00:23:39.274Z | Compiling x509-cert v0.2.5 |
1528 | 2025-01-08T00:23:39.613Z | Compiling itertools v0.10.5 |
1529 | 2025-01-08T00:23:39.866Z | Compiling peg-runtime v0.8.3 |
1530 | 2025-01-08T00:23:39.947Z | Compiling lalrpop-util v0.19.12 |
1531 | 2025-01-08T00:23:40.296Z | Compiling unicode-xid v0.2.6 |
1532 | 2025-01-08T00:23:40.466Z | Compiling strum_macros v0.26.4 |
1533 | 2025-01-08T00:23:40.554Z | Compiling xattr v1.3.1 |
1534 | 2025-01-08T00:23:40.819Z | Compiling filetime v0.2.25 |
1535 | 2025-01-08T00:23:41.152Z | Compiling tar v0.4.42 |
1536 | 2025-01-08T00:23:45.242Z | Compiling strum v0.26.3 |
1537 | 2025-01-08T00:23:48.319Z | Compiling aws-lc-sys v0.22.0 |
1538 | 2025-01-08T00:24:18.085Z | Compiling rustls-webpki v0.102.8 |
1539 | 2025-01-08T00:24:21.513Z | Compiling tokio-rustls v0.25.0 |
1540 | 2025-01-08T00:24:23.197Z | Compiling tokio-rustls v0.26.0 |
1541 | 2025-01-08T00:24:23.652Z | Compiling hyper-rustls v0.27.3 |
1542 | 2025-01-08T00:24:23.957Z | Compiling reqwest v0.12.9 |
1543 | 2025-01-08T00:24:24.955Z | Compiling qorb v0.2.1 |
1544 | 2025-01-08T00:24:30.165Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1545 | 2025-01-08T00:24:30.398Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1546 | 2025-01-08T00:24:36.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1547 | 2025-01-08T00:24:36.356Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1548 | 2025-01-08T00:24:36.408Z | Jan 08 00:24:34.986 INFO Starting download, target: Clickhouse |
1549 | 2025-01-08T00:24:36.408Z | Jan 08 00:24:34.987 INFO Starting download, target: Console |
1550 | 2025-01-08T00:24:36.408Z | Jan 08 00:24:34.987 INFO Starting download, target: Cockroach |
1551 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.987 INFO Starting download, target: DendriteOpenapi |
1552 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.987 INFO Starting download, target: DendriteStub |
1553 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.987 INFO Starting download, target: MaghemiteMgd |
1554 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.987 INFO Starting download, target: TransceiverControl |
1555 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.988 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1556 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.988 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1557 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.988 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1558 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.988 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1559 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.988 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1560 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.988 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1561 | 2025-01-08T00:24:36.411Z | Jan 08 00:24:34.988 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1562 | 2025-01-08T00:24:36.585Z | Jan 08 00:24:35.154 INFO Download complete, target: DendriteOpenapi |
1563 | 2025-01-08T00:24:36.771Z | Jan 08 00:24:35.315 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1564 | 2025-01-08T00:24:37.023Z | Jan 08 00:24:35.573 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1565 | 2025-01-08T00:24:37.261Z | Jan 08 00:24:35.836 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2025-01-08T00:24:37.311Z | Jan 08 00:24:35.889 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1567 | 2025-01-08T00:24:37.340Z | Jan 08 00:24:35.918 INFO Download complete, target: Console |
1568 | 2025-01-08T00:24:37.417Z | Jan 08 00:24:35.994 INFO Download complete, target: TransceiverControl |
1569 | 2025-01-08T00:24:37.863Z | Jan 08 00:24:36.441 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1570 | 2025-01-08T00:24:37.863Z | Jan 08 00:24:36.441 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1571 | 2025-01-08T00:24:38.500Z | Jan 08 00:24:37.078 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1572 | 2025-01-08T00:24:40.222Z | Jan 08 00:24:38.789 INFO Download complete, target: DendriteStub |
1573 | 2025-01-08T00:24:40.230Z | Jan 08 00:24:38.790 INFO Download complete, target: MaghemiteMgd |
1574 | 2025-01-08T00:24:45.284Z | Jan 08 00:24:43.863 INFO Checking that binary works, target: Cockroach |
1575 | 2025-01-08T00:24:45.441Z | Jan 08 00:24:44.020 INFO Download complete, target: Cockroach |
1576 | 2025-01-08T00:24:50.877Z | Jan 08 00:24:49.456 INFO Checking that binary works, target: Clickhouse |
1577 | 2025-01-08T00:24:51.099Z | Jan 08 00:24:49.679 INFO Download complete, target: Clickhouse |
1578 | 2025-01-08T00:24:51.120Z | All builder prerequisites installed successfully, and PATH looks valid |
1579 | 2025-01-08T00:24:51.122Z | |
1580 | 2025-01-08T00:24:51.122Z | real 6:08.248000481 |
1581 | 2025-01-08T00:24:51.122Z | user 16:35.225942915 |
1582 | 2025-01-08T00:24:51.122Z | sys 3:15.877202744 |
1583 | 2025-01-08T00:24:51.122Z | trap 0.553327540 |
1584 | 2025-01-08T00:24:51.122Z | tflt 3.287167787 |
1585 | 2025-01-08T00:24:51.122Z | dflt 3.015504204 |
1586 | 2025-01-08T00:24:51.122Z | kflt 0.060471720 |
1587 | 2025-01-08T00:24:51.123Z | lock 30:12.250373978 |
1588 | 2025-01-08T00:24:51.123Z | slp 1:04:20.243487647 |
1589 | 2025-01-08T00:24:51.123Z | lat 58.694313539 |
1590 | 2025-01-08T00:24:51.123Z | stop 2:15.115587054 |
1591 | 2025-01-08T00:24:51.123Z | + banner clippy |
1592 | 2025-01-08T00:24:51.125Z | |
1593 | 2025-01-08T00:24:51.125Z | #### # # ##### ##### # # |
1594 | 2025-01-08T00:24:51.125Z | # # # # # # # # # # |
1595 | 2025-01-08T00:24:51.125Z | # # # # # # # # |
1596 | 2025-01-08T00:24:51.125Z | # # # ##### ##### # |
1597 | 2025-01-08T00:24:51.125Z | # # # # # # # |
1598 | 2025-01-08T00:24:51.125Z | #### ###### # # # # |
1599 | 2025-01-08T00:24:51.125Z | |
1600 | 2025-01-08T00:24:51.125Z | + export CARGO_INCREMENTAL=0 |
1601 | 2025-01-08T00:24:51.125Z | + CARGO_INCREMENTAL=0 |
1602 | 2025-01-08T00:24:51.125Z | + ptime -m cargo xtask clippy |
1603 | 2025-01-08T00:24:51.662Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1604 | 2025-01-08T00:24:55.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
1605 | 2025-01-08T00:24:55.224Z | Running `target/debug/xtask clippy` |
1606 | 2025-01-08T00:24:55.245Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1607 | 2025-01-08T00:24:55.903Z | Downloading crates ... |
1608 | 2025-01-08T00:24:56.205Z | Downloaded approx v0.5.1 |
1609 | 2025-01-08T00:24:56.209Z | Downloaded anes v0.1.6 |
1610 | 2025-01-08T00:24:56.213Z | Downloaded assert-json-diff v2.0.2 |
1611 | 2025-01-08T00:24:56.222Z | Downloaded cfg-expr v0.17.0 |
1612 | 2025-01-08T00:24:56.226Z | Downloaded doc-comment v0.3.3 |
1613 | 2025-01-08T00:24:56.229Z | Downloaded async-signal v0.2.10 |
1614 | 2025-01-08T00:24:56.231Z | Downloaded async-object-pool v0.1.5 |
1615 | 2025-01-08T00:24:56.237Z | Downloaded pathdiff v0.2.2 |
1616 | 2025-01-08T00:24:56.244Z | Downloaded target-triple v0.1.3 |
1617 | 2025-01-08T00:24:56.244Z | Downloaded nested v0.1.1 |
1618 | 2025-01-08T00:24:56.247Z | Downloaded guppy-workspace-hack v0.1.0 |
1619 | 2025-01-08T00:24:56.251Z | Downloaded escape8259 v0.5.3 |
1620 | 2025-01-08T00:24:56.259Z | Downloaded cast v0.3.0 |
1621 | 2025-01-08T00:24:56.261Z | Downloaded async-global-executor v2.4.1 |
1622 | 2025-01-08T00:24:56.264Z | Downloaded datatest-stable v0.2.9 |
1623 | 2025-01-08T00:24:56.264Z | Downloaded criterion-plot v0.5.0 |
1624 | 2025-01-08T00:24:56.267Z | Downloaded async-channel v2.3.1 |
1625 | 2025-01-08T00:24:56.267Z | Downloaded async-channel v1.9.0 |
1626 | 2025-01-08T00:24:56.269Z | Downloaded async-attributes v1.1.2 |
1627 | 2025-01-08T00:24:56.273Z | Downloaded indoc v2.0.5 |
1628 | 2025-01-08T00:24:56.276Z | Downloaded concurrent-queue v2.5.0 |
1629 | 2025-01-08T00:24:56.276Z | Downloaded blocking v1.6.1 |
1630 | 2025-01-08T00:24:56.278Z | Downloaded proc-macro-crate v3.2.0 |
1631 | 2025-01-08T00:24:56.278Z | Downloaded num_cpus v1.16.0 |
1632 | 2025-01-08T00:24:56.281Z | Downloaded similar-asserts v1.6.0 |
1633 | 2025-01-08T00:24:56.283Z | Downloaded futures-timer v3.0.3 |
1634 | 2025-01-08T00:24:56.285Z | Downloaded event-listener v2.5.3 |
1635 | 2025-01-08T00:24:56.285Z | Downloaded kv-log-macro v1.0.7 |
1636 | 2025-01-08T00:24:56.288Z | Downloaded threadpool v1.8.1 |
1637 | 2025-01-08T00:24:56.288Z | Downloaded path-tree v0.8.1 |
1638 | 2025-01-08T00:24:56.290Z | Downloaded target-spec v3.2.2 |
1639 | 2025-01-08T00:24:56.290Z | Downloaded serde_regex v1.1.0 |
1640 | 2025-01-08T00:24:56.293Z | Downloaded parking v2.2.1 |
1641 | 2025-01-08T00:24:56.295Z | Downloaded event-listener-strategy v0.5.2 |
1642 | 2025-01-08T00:24:56.295Z | Downloaded relative-path v1.9.3 |
1643 | 2025-01-08T00:24:56.298Z | Downloaded piper v0.2.4 |
1644 | 2025-01-08T00:24:56.298Z | Downloaded plotters-backend v0.3.7 |
1645 | 2025-01-08T00:24:56.304Z | Downloaded stringmetrics v2.2.2 |
1646 | 2025-01-08T00:24:56.306Z | Downloaded oorandom v11.1.4 |
1647 | 2025-01-08T00:24:56.306Z | Downloaded blake2b_simd v1.0.2 |
1648 | 2025-01-08T00:24:56.309Z | Downloaded plotters-svg v0.3.7 |
1649 | 2025-01-08T00:24:56.309Z | Downloaded async-task v4.7.1 |
1650 | 2025-01-08T00:24:56.311Z | Downloaded async-process v2.3.0 |
1651 | 2025-01-08T00:24:56.313Z | Downloaded target-lexicon v0.12.16 |
1652 | 2025-01-08T00:24:56.316Z | Downloaded rust-argon2 v2.1.0 |
1653 | 2025-01-08T00:24:56.318Z | Downloaded libtest-mimic v0.7.3 |
1654 | 2025-01-08T00:24:56.318Z | Downloaded futures-lite v2.3.0 |
1655 | 2025-01-08T00:24:56.320Z | Downloaded assert_cmd v2.0.16 |
1656 | 2025-01-08T00:24:56.322Z | Downloaded tinytemplate v1.2.1 |
1657 | 2025-01-08T00:24:56.324Z | Downloaded hyper-rustls v0.26.0 |
1658 | 2025-01-08T00:24:56.327Z | Downloaded httptest v0.16.1 |
1659 | 2025-01-08T00:24:56.344Z | Downloaded trybuild v1.0.101 |
1660 | 2025-01-08T00:24:56.348Z | Downloaded rstest v0.23.0 |
1661 | 2025-01-08T00:24:56.352Z | Downloaded rand_distr v0.4.3 |
1662 | 2025-01-08T00:24:56.355Z | Downloaded async-io v2.3.4 |
1663 | 2025-01-08T00:24:56.358Z | Downloaded rstest_macros v0.23.0 |
1664 | 2025-01-08T00:24:56.361Z | Downloaded pretty_assertions v1.4.1 |
1665 | 2025-01-08T00:24:56.363Z | Downloaded polling v3.7.3 |
1666 | 2025-01-08T00:24:56.366Z | Downloaded async-executor v1.13.1 |
1667 | 2025-01-08T00:24:56.369Z | Downloaded yansi v1.0.1 |
1668 | 2025-01-08T00:24:56.372Z | Downloaded fancy-regex v0.13.0 |
1669 | 2025-01-08T00:24:56.374Z | Downloaded rustls-native-certs v0.7.3 |
1670 | 2025-01-08T00:24:56.378Z | Downloaded partial-io v0.5.4 |
1671 | 2025-01-08T00:24:56.378Z | Downloaded criterion v0.5.1 |
1672 | 2025-01-08T00:24:56.382Z | Downloaded event-listener v5.3.1 |
1673 | 2025-01-08T00:24:56.385Z | Downloaded guppy v0.17.8 |
1674 | 2025-01-08T00:24:56.390Z | Downloaded plotters v0.3.7 |
1675 | 2025-01-08T00:24:56.398Z | Downloaded async-lock v3.4.0 |
1676 | 2025-01-08T00:24:56.400Z | Downloaded async-std v1.13.0 |
1677 | 2025-01-08T00:24:56.482Z | Downloaded httpmock v0.8.0-alpha.1 |
1678 | 2025-01-08T00:24:57.254Z | Checking cfg-if v1.0.0 |
1679 | 2025-01-08T00:24:57.330Z | Checking libc v0.2.162 |
1680 | 2025-01-08T00:24:57.350Z | Checking serde v1.0.215 |
1681 | 2025-01-08T00:24:57.374Z | Checking memchr v2.7.4 |
1682 | 2025-01-08T00:24:57.394Z | Checking value-bag v1.9.0 |
1683 | 2025-01-08T00:24:57.419Z | Checking scopeguard v1.2.0 |
1684 | 2025-01-08T00:24:57.440Z | Checking zeroize v1.8.1 |
1685 | 2025-01-08T00:24:57.468Z | Checking smallvec v1.13.2 |
1686 | 2025-01-08T00:24:57.494Z | Checking itoa v1.0.11 |
1687 | 2025-01-08T00:24:57.551Z | Checking lock_api v0.4.12 |
1688 | 2025-01-08T00:24:57.704Z | Checking byteorder v1.5.0 |
1689 | 2025-01-08T00:24:57.727Z | Checking pin-project-lite v0.2.14 |
1690 | 2025-01-08T00:24:57.799Z | Checking log v0.4.22 |
1691 | 2025-01-08T00:24:57.826Z | Checking subtle v2.6.1 |
1692 | 2025-01-08T00:24:57.852Z | Checking once_cell v1.20.2 |
1693 | 2025-01-08T00:24:57.968Z | Checking typenum v1.17.0 |
1694 | 2025-01-08T00:24:58.105Z | Checking futures-core v0.3.31 |
1695 | 2025-01-08T00:24:58.130Z | Checking libm v0.2.8 |
1696 | 2025-01-08T00:24:58.154Z | Checking thiserror v1.0.69 |
1697 | 2025-01-08T00:24:58.227Z | Checking zerocopy v0.7.35 |
1698 | 2025-01-08T00:24:58.290Z | Checking ryu v1.0.18 |
1699 | 2025-01-08T00:24:58.323Z | Checking spin v0.9.8 |
1700 | 2025-01-08T00:24:58.351Z | Checking const-oid v0.9.6 |
1701 | 2025-01-08T00:24:58.472Z | Checking getrandom v0.2.15 |
1702 | 2025-01-08T00:24:58.529Z | Checking signal-hook-registry v1.4.2 |
1703 | 2025-01-08T00:24:58.666Z | Checking parking_lot_core v0.9.10 |
1704 | 2025-01-08T00:24:58.706Z | Checking rand_core v0.6.4 |
1705 | 2025-01-08T00:24:58.786Z | Checking mio v1.0.2 |
1706 | 2025-01-08T00:24:59.001Z | Checking parking_lot v0.12.3 |
1707 | 2025-01-08T00:24:59.030Z | Checking socket2 v0.5.7 |
1708 | 2025-01-08T00:24:59.057Z | Checking num-traits v0.2.19 |
1709 | 2025-01-08T00:24:59.298Z | Checking generic-array v0.14.7 |
1710 | 2025-01-08T00:24:59.343Z | Checking futures-io v0.3.31 |
1711 | 2025-01-08T00:24:59.436Z | Checking slab v0.4.9 |
1712 | 2025-01-08T00:24:59.525Z | Checking cpufeatures v0.2.14 |
1713 | 2025-01-08T00:24:59.551Z | Checking allocator-api2 v0.2.18 |
1714 | 2025-01-08T00:24:59.641Z | Checking futures-sink v0.3.31 |
1715 | 2025-01-08T00:24:59.675Z | Checking pin-utils v0.1.0 |
1716 | 2025-01-08T00:24:59.705Z | Checking foldhash v0.1.3 |
1717 | 2025-01-08T00:24:59.783Z | Checking equivalent v1.0.1 |
1718 | 2025-01-08T00:24:59.806Z | Checking futures-channel v0.3.31 |
1719 | 2025-01-08T00:24:59.903Z | Checking futures-task v0.3.31 |
1720 | 2025-01-08T00:24:59.937Z | Checking stable_deref_trait v1.2.0 |
1721 | 2025-01-08T00:25:00.055Z | Checking iana-time-zone v0.1.61 |
1722 | 2025-01-08T00:25:00.166Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1723 | 2025-01-08T00:25:00.192Z | Checking futures-util v0.3.31 |
1724 | 2025-01-08T00:25:00.216Z | Checking hashbrown v0.15.1 |
1725 | 2025-01-08T00:25:00.220Z | Checking fnv v1.0.7 |
1726 | 2025-01-08T00:25:00.263Z | Checking ppv-lite86 v0.2.20 |
1727 | 2025-01-08T00:25:00.355Z | Checking tracing-core v0.1.32 |
1728 | 2025-01-08T00:25:00.486Z | Checking errno v0.3.9 |
1729 | 2025-01-08T00:25:00.514Z | Checking crypto-common v0.1.6 |
1730 | 2025-01-08T00:25:00.674Z | Checking block-buffer v0.10.4 |
1731 | 2025-01-08T00:25:00.705Z | Checking zerofrom v0.1.4 |
1732 | 2025-01-08T00:25:00.771Z | Checking dyn-clone v1.0.17 |
1733 | 2025-01-08T00:25:00.887Z | Checking digest v0.10.7 |
1734 | 2025-01-08T00:25:00.916Z | Checking block-padding v0.3.3 |
1735 | 2025-01-08T00:25:00.942Z | Checking yoke v0.7.4 |
1736 | 2025-01-08T00:25:01.013Z | Checking tracing v0.1.40 |
1737 | 2025-01-08T00:25:01.045Z | Checking rand_chacha v0.3.1 |
1738 | 2025-01-08T00:25:01.134Z | Checking inout v0.1.3 |
1739 | 2025-01-08T00:25:01.272Z | Checking crossbeam-utils v0.8.20 |
1740 | 2025-01-08T00:25:01.300Z | Checking zerovec v0.10.4 |
1741 | 2025-01-08T00:25:01.353Z | Checking percent-encoding v2.3.1 |
1742 | 2025-01-08T00:25:01.380Z | Checking cipher v0.4.4 |
1743 | 2025-01-08T00:25:01.386Z | Checking writeable v0.5.5 |
1744 | 2025-01-08T00:25:01.440Z | Checking rand v0.8.5 |
1745 | 2025-01-08T00:25:01.567Z | Checking litemap v0.7.3 |
1746 | 2025-01-08T00:25:01.703Z | Checking tinyvec_macros v0.1.1 |
1747 | 2025-01-08T00:25:01.804Z | Checking tinyvec v1.8.0 |
1748 | 2025-01-08T00:25:01.833Z | Checking form_urlencoded v1.2.1 |
1749 | 2025-01-08T00:25:01.930Z | Checking httparse v1.9.5 |
1750 | 2025-01-08T00:25:01.956Z | Checking base64ct v1.6.0 |
1751 | 2025-01-08T00:25:02.038Z | Checking regex-syntax v0.8.5 |
1752 | 2025-01-08T00:25:02.401Z | Checking atomic-waker v1.1.2 |
1753 | 2025-01-08T00:25:02.430Z | Checking icu_locid_transform_data v1.5.0 |
1754 | 2025-01-08T00:25:02.457Z | Checking bytes v1.8.0 |
1755 | 2025-01-08T00:25:02.527Z | Checking bitflags v2.6.0 |
1756 | 2025-01-08T00:25:02.553Z | Checking serde_json v1.0.133 |
1757 | 2025-01-08T00:25:02.724Z | Checking chrono v0.4.38 |
1758 | 2025-01-08T00:25:02.825Z | Checking indexmap v2.6.0 |
1759 | 2025-01-08T00:25:02.920Z | Checking uuid v1.11.0 |
1760 | 2025-01-08T00:25:03.089Z | Checking rustix v0.38.37 |
1761 | 2025-01-08T00:25:03.293Z | Checking tokio v1.40.0 |
1762 | 2025-01-08T00:25:03.525Z | Checking http v1.1.0 |
1763 | 2025-01-08T00:25:04.106Z | Checking tinystr v0.7.6 |
1764 | 2025-01-08T00:25:04.303Z | Checking unicode-normalization v0.1.24 |
1765 | 2025-01-08T00:25:04.516Z | Checking icu_locid v1.5.0 |
1766 | 2025-01-08T00:25:04.801Z | Checking schemars v0.8.21 |
1767 | 2025-01-08T00:25:05.053Z | Checking icu_collections v1.5.0 |
1768 | 2025-01-08T00:25:05.231Z | Checking sha2 v0.10.8 |
1769 | 2025-01-08T00:25:05.293Z | Checking hmac v0.12.1 |
1770 | 2025-01-08T00:25:05.389Z | Checking untrusted v0.9.0 |
1771 | 2025-01-08T00:25:05.516Z | Checking icu_properties_data v1.5.0 |
1772 | 2025-01-08T00:25:05.560Z | Checking ring v0.17.8 |
1773 | 2025-01-08T00:25:05.563Z | Checking icu_provider v1.5.0 |
1774 | 2025-01-08T00:25:05.718Z | Checking aho-corasick v1.1.3 |
1775 | 2025-01-08T00:25:05.766Z | Checking utf16_iter v1.0.5 |
1776 | 2025-01-08T00:25:05.791Z | Checking unicode-bidi v0.3.17 |
1777 | 2025-01-08T00:25:05.928Z | Checking unicode-ident v1.0.13 |
1778 | 2025-01-08T00:25:06.116Z | Checking utf8_iter v1.0.4 |
1779 | 2025-01-08T00:25:06.256Z | Checking icu_locid_transform v1.5.0 |
1780 | 2025-01-08T00:25:06.310Z | Checking icu_normalizer_data v1.5.0 |
1781 | 2025-01-08T00:25:06.396Z | Checking write16 v1.0.0 |
1782 | 2025-01-08T00:25:06.422Z | Checking lazy_static v1.5.0 |
1783 | 2025-01-08T00:25:06.425Z | Checking powerfmt v0.2.0 |
1784 | 2025-01-08T00:25:06.521Z | Checking adler2 v2.0.0 |
1785 | 2025-01-08T00:25:06.575Z | Checking rustls-pki-types v1.10.0 |
1786 | 2025-01-08T00:25:06.633Z | Checking num_threads v0.1.7 |
1787 | 2025-01-08T00:25:06.677Z | Checking miniz_oxide v0.8.0 |
1788 | 2025-01-08T00:25:06.705Z | Checking deranged v0.3.11 |
1789 | 2025-01-08T00:25:06.756Z | Checking time-core v0.1.2 |
1790 | 2025-01-08T00:25:06.928Z | Checking num-conv v0.1.0 |
1791 | 2025-01-08T00:25:07.131Z | Checking proc-macro2 v1.0.89 |
1792 | 2025-01-08T00:25:07.182Z | Checking pem-rfc7468 v0.7.0 |
1793 | 2025-01-08T00:25:07.240Z | Checking icu_properties v1.5.1 |
1794 | 2025-01-08T00:25:07.383Z | Checking regex-automata v0.4.8 |
1795 | 2025-01-08T00:25:07.410Z | Checking http-body v1.0.1 |
1796 | 2025-01-08T00:25:07.443Z | Checking aws-lc-sys v0.22.0 |
1797 | 2025-01-08T00:25:07.498Z | Checking httpdate v1.0.3 |
1798 | 2025-01-08T00:25:07.615Z | Checking base64 v0.22.1 |
1799 | 2025-01-08T00:25:07.744Z | Checking untrusted v0.7.1 |
1800 | 2025-01-08T00:25:07.793Z | Checking quote v1.0.37 |
1801 | 2025-01-08T00:25:07.927Z | Checking mirai-annotations v1.12.0 |
1802 | 2025-01-08T00:25:08.103Z | Checking try-lock v0.2.5 |
1803 | 2025-01-08T00:25:08.131Z | Checking flagset v0.4.6 |
1804 | 2025-01-08T00:25:08.155Z | Checking syn v2.0.87 |
1805 | 2025-01-08T00:25:08.258Z | Checking want v0.3.1 |
1806 | 2025-01-08T00:25:08.336Z | Checking der v0.7.9 |
1807 | 2025-01-08T00:25:08.448Z | Checking time v0.3.36 |
1808 | 2025-01-08T00:25:08.475Z | Checking pbkdf2 v0.12.2 |
1809 | 2025-01-08T00:25:08.638Z | Checking aes v0.8.4 |
1810 | 2025-01-08T00:25:09.590Z | Checking cbc v0.1.2 |
1811 | 2025-01-08T00:25:09.811Z | Checking salsa20 v0.10.2 |
1812 | 2025-01-08T00:25:10.045Z | Checking ahash v0.8.11 |
1813 | 2025-01-08T00:25:10.182Z | Checking spki v0.7.3 |
1814 | 2025-01-08T00:25:10.212Z | Checking aws-lc-rs v1.10.0 |
1815 | 2025-01-08T00:25:10.480Z | Checking slog v2.7.0 |
1816 | 2025-01-08T00:25:10.554Z | Checking icu_normalizer v1.5.0 |
1817 | 2025-01-08T00:25:10.600Z | Checking tower-service v0.3.3 |
1818 | 2025-01-08T00:25:10.726Z | Checking scrypt v0.11.0 |
1819 | 2025-01-08T00:25:10.811Z | Checking tokio-util v0.7.12 |
1820 | 2025-01-08T00:25:10.964Z | Checking gimli v0.31.1 |
1821 | 2025-01-08T00:25:10.993Z | Checking mime v0.3.17 |
1822 | 2025-01-08T00:25:11.026Z | Checking pkcs5 v0.7.1 |
1823 | 2025-01-08T00:25:11.316Z | Checking idna_adapter v1.2.0 |
1824 | 2025-01-08T00:25:11.342Z | Checking object v0.36.5 |
1825 | 2025-01-08T00:25:11.524Z | Checking idna v1.0.3 |
1826 | 2025-01-08T00:25:11.549Z | Checking utf8parse v0.2.2 |
1827 | 2025-01-08T00:25:11.695Z | Checking rustc-demangle v0.1.24 |
1828 | 2025-01-08T00:25:11.754Z | Checking h2 v0.4.6 |
1829 | 2025-01-08T00:25:12.008Z | Checking url v2.5.3 |
1830 | 2025-01-08T00:25:12.036Z | Checking rustls-webpki v0.102.8 |
1831 | 2025-01-08T00:25:12.047Z | Checking regex v1.11.1 |
1832 | 2025-01-08T00:25:12.115Z | Checking pkcs8 v0.10.2 |
1833 | 2025-01-08T00:25:12.442Z | Checking http-body-util v0.1.2 |
1834 | 2025-01-08T00:25:12.645Z | Checking futures-executor v0.3.31 |
1835 | 2025-01-08T00:25:12.858Z | Checking toml_datetime v0.6.8 |
1836 | 2025-01-08T00:25:12.893Z | Checking serde_spanned v0.6.8 |
1837 | 2025-01-08T00:25:12.895Z | Checking data-encoding v2.6.0 |
1838 | 2025-01-08T00:25:12.895Z | Checking ipnet v2.10.1 |
1839 | 2025-01-08T00:25:13.099Z | Checking unicode-width v0.1.14 |
1840 | 2025-01-08T00:25:13.147Z | Checking futures v0.3.31 |
1841 | 2025-01-08T00:25:13.268Z | Checking rustls-pemfile v2.2.0 |
1842 | 2025-01-08T00:25:13.411Z | Checking either v1.13.0 |
1843 | 2025-01-08T00:25:13.506Z | Checking anstyle v1.0.10 |
1844 | 2025-01-08T00:25:13.580Z | Checking foreign-types-shared v0.1.1 |
1845 | 2025-01-08T00:25:13.606Z | Checking openssl-probe v0.1.5 |
1846 | 2025-01-08T00:25:13.698Z | Checking foreign-types v0.3.2 |
1847 | 2025-01-08T00:25:13.766Z | Checking serde_urlencoded v0.7.1 |
1848 | 2025-01-08T00:25:13.796Z | Checking semver v1.0.23 |
1849 | 2025-01-08T00:25:13.823Z | Checking sha1 v0.10.6 |
1850 | 2025-01-08T00:25:13.870Z | Checking openssl-sys v0.9.103 |
1851 | 2025-01-08T00:25:14.103Z | Checking encoding_rs v0.8.34 |
1852 | 2025-01-08T00:25:14.195Z | Checking rustls v0.23.19 |
1853 | 2025-01-08T00:25:14.199Z | Checking anstyle-parse v0.2.5 |
1854 | 2025-01-08T00:25:14.487Z | Checking camino v1.1.9 |
1855 | 2025-01-08T00:25:14.618Z | Checking colorchoice v1.0.2 |
1856 | 2025-01-08T00:25:14.767Z | Checking is_terminal_polyfill v1.70.1 |
1857 | 2025-01-08T00:25:14.904Z | Checking anstyle-query v1.1.1 |
1858 | 2025-01-08T00:25:14.973Z | Checking addr2line v0.24.2 |
1859 | 2025-01-08T00:25:15.040Z | Checking winnow v0.6.20 |
1860 | 2025-01-08T00:25:15.066Z | Checking anstream v0.6.15 |
1861 | 2025-01-08T00:25:15.221Z | Checking openssl v0.10.66 |
1862 | 2025-01-08T00:25:15.425Z | Checking terminal_size v0.4.0 |
1863 | 2025-01-08T00:25:15.479Z | Checking idna v0.3.0 |
1864 | 2025-01-08T00:25:15.594Z | Checking openapiv3 v2.0.0 |
1865 | 2025-01-08T00:25:16.369Z | Checking signature v2.2.0 |
1866 | 2025-01-08T00:25:16.371Z | Checking clap_lex v0.7.2 |
1867 | 2025-01-08T00:25:16.576Z | Checking psl-types v2.0.11 |
1868 | 2025-01-08T00:25:16.634Z | Checking strsim v0.11.1 |
1869 | 2025-01-08T00:25:16.770Z | Checking publicsuffix v2.2.3 |
1870 | 2025-01-08T00:25:16.938Z | Checking clap_builder v4.5.21 |
1871 | 2025-01-08T00:25:17.015Z | Checking cookie v0.18.1 |
1872 | 2025-01-08T00:25:17.452Z | Checking webpki-roots v0.26.6 |
1873 | 2025-01-08T00:25:17.650Z | Checking idna v0.5.0 |
1874 | 2025-01-08T00:25:17.713Z | Checking backtrace v0.3.74 |
1875 | 2025-01-08T00:25:17.823Z | Checking hyper v1.5.0 |
1876 | 2025-01-08T00:25:17.965Z | Checking is-terminal v0.4.13 |
1877 | 2025-01-08T00:25:18.118Z | Checking scroll v0.12.0 |
1878 | 2025-01-08T00:25:18.296Z | Checking anyhow v1.0.93 |
1879 | 2025-01-08T00:25:18.483Z | Checking plain v0.2.3 |
1880 | 2025-01-08T00:25:18.637Z | Checking ucd-trie v0.1.7 |
1881 | 2025-01-08T00:25:18.662Z | Checking goblin v0.8.2 |
1882 | 2025-01-08T00:25:18.688Z | Checking cookie_store v0.21.0 |
1883 | 2025-01-08T00:25:18.855Z | Checking pest v2.7.14 |
1884 | 2025-01-08T00:25:19.141Z | Checking sync_wrapper v1.0.1 |
1885 | 2025-01-08T00:25:19.294Z | Checking pretty-hex v0.4.1 |
1886 | 2025-01-08T00:25:19.327Z | Checking base16ct v0.2.0 |
1887 | 2025-01-08T00:25:19.484Z | Checking num-integer v0.1.46 |
1888 | 2025-01-08T00:25:19.530Z | Checking sec1 v0.7.3 |
1889 | 2025-01-08T00:25:19.838Z | Checking tokio-rustls v0.26.0 |
1890 | 2025-01-08T00:25:19.929Z | Checking ff v0.13.0 |
1891 | 2025-01-08T00:25:19.957Z | Checking thread-id v4.2.2 |
1892 | 2025-01-08T00:25:19.985Z | Checking clap v4.5.21 |
1893 | 2025-01-08T00:25:20.025Z | Checking hyper-util v0.1.10 |
1894 | 2025-01-08T00:25:20.069Z | Checking toml_edit v0.22.22 |
1895 | 2025-01-08T00:25:20.111Z | Checking hkdf v0.12.4 |
1896 | 2025-01-08T00:25:20.143Z | Checking group v0.13.0 |
1897 | 2025-01-08T00:25:20.232Z | Checking crypto-bigint v0.5.5 |
1898 | 2025-01-08T00:25:20.327Z | Checking dirs-sys-next v0.1.2 |
1899 | 2025-01-08T00:25:20.396Z | Checking memmap v0.7.0 |
1900 | 2025-01-08T00:25:20.525Z | Checking crc32fast v1.4.2 |
1901 | 2025-01-08T00:25:20.608Z | Checking static_assertions v1.1.0 |
1902 | 2025-01-08T00:25:20.717Z | Checking bitflags v1.3.2 |
1903 | 2025-01-08T00:25:20.776Z | Checking utf-8 v0.7.6 |
1904 | 2025-01-08T00:25:20.832Z | Checking dirs-next v2.0.0 |
1905 | 2025-01-08T00:25:20.869Z | Checking native-tls v0.2.12 |
1906 | 2025-01-08T00:25:21.151Z | Checking crossbeam-channel v0.5.13 |
1907 | 2025-01-08T00:25:21.157Z | Checking thread_local v1.1.8 |
1908 | 2025-01-08T00:25:21.200Z | Checking tokio-native-tls v0.3.1 |
1909 | 2025-01-08T00:25:21.307Z | Checking unicode-segmentation v1.12.0 |
1910 | 2025-01-08T00:25:21.400Z | Checking dtrace-parser v0.2.0 |
1911 | 2025-01-08T00:25:21.479Z | Checking term v0.7.0 |
1912 | 2025-01-08T00:25:21.745Z | Checking num-iter v0.1.45 |
1913 | 2025-01-08T00:25:21.875Z | Checking crossbeam-epoch v0.9.18 |
1914 | 2025-01-08T00:25:21.923Z | Checking take_mut v0.2.2 |
1915 | 2025-01-08T00:25:21.950Z | Checking match_cfg v0.1.0 |
1916 | 2025-01-08T00:25:21.995Z | Checking slog-term v2.9.1 |
1917 | 2025-01-08T00:25:22.025Z | Checking hyper-tls v0.6.0 |
1918 | 2025-01-08T00:25:22.051Z | Checking hyper-rustls v0.27.3 |
1919 | 2025-01-08T00:25:22.079Z | Checking slog-async v2.8.0 |
1920 | 2025-01-08T00:25:22.319Z | Checking hostname v0.3.1 |
1921 | 2025-01-08T00:25:22.322Z | Checking itertools v0.10.5 |
1922 | 2025-01-08T00:25:22.377Z | Checking bstr v1.10.0 |
1923 | 2025-01-08T00:25:22.404Z | Checking reqwest v0.12.9 |
1924 | 2025-01-08T00:25:22.459Z | Checking rfc6979 v0.4.0 |
1925 | 2025-01-08T00:25:22.527Z | Checking hex v0.4.3 |
1926 | 2025-01-08T00:25:22.558Z | Checking toml v0.8.19 |
1927 | 2025-01-08T00:25:22.637Z | Checking winnow v0.5.40 |
1928 | 2025-01-08T00:25:23.048Z | Checking managed v0.8.0 |
1929 | 2025-01-08T00:25:23.086Z | Checking elliptic-curve v0.13.8 |
1930 | 2025-01-08T00:25:23.283Z | Checking crossbeam-deque v0.8.5 |
1931 | 2025-01-08T00:25:23.310Z | Checking num-bigint-dig v0.8.4 |
1932 | 2025-01-08T00:25:23.452Z | Checking flate2 v1.0.34 |
1933 | 2025-01-08T00:25:23.621Z | Checking rustls v0.22.4 |
1934 | 2025-01-08T00:25:23.660Z | Checking dof v0.3.0 |
1935 | 2025-01-08T00:25:23.726Z | Checking ecdsa v0.16.9 |
1936 | 2025-01-08T00:25:24.120Z | Checking pkcs1 v0.7.5 |
1937 | 2025-01-08T00:25:24.237Z | Checking curve25519-dalek v4.1.3 |
1938 | 2025-01-08T00:25:24.276Z | Checking usdt-impl v0.5.0 |
1939 | 2025-01-08T00:25:24.459Z | Checking zerocopy v0.6.6 |
1940 | 2025-01-08T00:25:24.533Z | Checking siphasher v0.3.11 |
1941 | 2025-01-08T00:25:24.683Z | Checking rayon-core v1.12.1 |
1942 | 2025-01-08T00:25:24.857Z | Checking ed25519 v2.2.3 |
1943 | 2025-01-08T00:25:24.885Z | Checking usdt v0.5.0 |
1944 | 2025-01-08T00:25:25.152Z | Checking slog-json v2.6.1 |
1945 | 2025-01-08T00:25:25.179Z | Checking signal-hook v0.3.17 |
1946 | 2025-01-08T00:25:25.207Z | Checking quick-error v1.2.3 |
1947 | 2025-01-08T00:25:25.347Z | Checking debug-ignore v1.0.5 |
1948 | 2025-01-08T00:25:25.376Z | Checking multer v3.1.0 |
1949 | 2025-01-08T00:25:25.410Z | Checking slog-bunyan v2.5.0 |
1950 | 2025-01-08T00:25:25.481Z | Checking rsa v0.9.6 |
1951 | 2025-01-08T00:25:25.509Z | Checking x509-cert v0.2.5 |
1952 | 2025-01-08T00:25:25.535Z | Checking idna v0.4.0 |
1953 | 2025-01-08T00:25:25.579Z | Checking waitgroup v0.1.2 |
1954 | 2025-01-08T00:25:25.727Z | Checking hubpack v0.1.2 |
1955 | 2025-01-08T00:25:25.730Z | Checking toml_edit v0.19.15 |
1956 | 2025-01-08T00:25:25.772Z | Checking serde_path_to_error v0.1.16 |
1957 | 2025-01-08T00:25:26.047Z | Checking bzip2-sys v0.1.11+1.0.8 |
1958 | 2025-01-08T00:25:26.154Z | Checking ed25519-dalek v2.1.1 |
1959 | 2025-01-08T00:25:26.187Z | Checking async-stream v0.3.6 |
1960 | 2025-01-08T00:25:26.376Z | Checking hostname v0.4.0 |
1961 | 2025-01-08T00:25:26.405Z | Checking bit-vec v0.6.3 |
1962 | 2025-01-08T00:25:26.408Z | Checking hickory-proto v0.24.1 |
1963 | 2025-01-08T00:25:26.485Z | Checking bzip2 v0.4.4 |
1964 | 2025-01-08T00:25:26.523Z | Checking signal-hook-mio v0.2.4 |
1965 | 2025-01-08T00:25:26.555Z | Checking console v0.15.8 |
1966 | 2025-01-08T00:25:26.678Z | Checking hash32 v0.2.1 |
1967 | 2025-01-08T00:25:26.760Z | Checking bit-set v0.5.3 |
1968 | 2025-01-08T00:25:26.786Z | Checking unicode-properties v0.1.3 |
1969 | 2025-01-08T00:25:26.996Z | Checking linked-hash-map v0.5.6 |
1970 | 2025-01-08T00:25:27.022Z | Checking predicates-core v1.0.8 |
1971 | 2025-01-08T00:25:27.148Z | Checking stringprep v0.1.5 |
1972 | 2025-01-08T00:25:27.151Z | Checking heapless v0.7.17 |
1973 | 2025-01-08T00:25:27.199Z | Checking crossterm v0.28.1 |
1974 | 2025-01-08T00:25:27.202Z | Checking rayon v1.10.0 |
1975 | 2025-01-08T00:25:27.307Z | Checking lru-cache v0.1.2 |
1976 | 2025-01-08T00:25:27.413Z | Checking tokio-rustls v0.25.0 |
1977 | 2025-01-08T00:25:27.442Z | Checking phf_shared v0.11.2 |
1978 | 2025-01-08T00:25:27.488Z | Checking similar v2.6.0 |
1979 | 2025-01-08T00:25:27.719Z | Checking tokio-stream v0.1.16 |
1980 | 2025-01-08T00:25:27.799Z | Checking dropshot v0.12.0 |
1981 | 2025-01-08T00:25:28.179Z | Checking toml v0.7.8 |
1982 | 2025-01-08T00:25:28.242Z | Checking newtype-uuid v1.1.3 |
1983 | 2025-01-08T00:25:28.346Z | Checking md-5 v0.10.6 |
1984 | 2025-01-08T00:25:28.507Z | Checking float-cmp v0.9.0 |
1985 | 2025-01-08T00:25:28.560Z | Checking difflib v0.4.0 |
1986 | 2025-01-08T00:25:28.592Z | Checking fixedbitset v0.4.2 |
1987 | 2025-01-08T00:25:28.702Z | Checking normalize-line-endings v0.3.0 |
1988 | 2025-01-08T00:25:28.830Z | Checking fallible-iterator v0.2.0 |
1989 | 2025-01-08T00:25:28.882Z | Checking petgraph v0.6.5 |
1990 | 2025-01-08T00:25:28.911Z | Checking smoltcp v0.9.1 |
1991 | 2025-01-08T00:25:28.913Z | Checking predicates v3.1.2 |
1992 | 2025-01-08T00:25:29.059Z | Checking phf v0.11.2 |
1993 | 2025-01-08T00:25:29.333Z | Checking zip v0.6.6 |
1994 | 2025-01-08T00:25:29.458Z | Checking postgres-protocol v0.6.7 |
1995 | 2025-01-08T00:25:29.631Z | Checking resolv-conf v0.7.0 |
1996 | 2025-01-08T00:25:29.994Z | Checking phf_shared v0.10.0 |
1997 | 2025-01-08T00:25:30.049Z | Checking tungstenite v0.24.0 |
1998 | 2025-01-08T00:25:30.155Z | Checking fs-err v2.11.0 |
1999 | 2025-01-08T00:25:30.292Z | Checking serde-big-array v0.5.1 |
2000 | 2025-01-08T00:25:30.389Z | Checking portable-atomic v1.9.0 |
2001 | 2025-01-08T00:25:30.535Z | Checking new_debug_unreachable v1.0.6 |
2002 | 2025-01-08T00:25:30.646Z | Checking minimal-lexical v0.2.1 |
2003 | 2025-01-08T00:25:30.713Z | Checking precomputed-hash v0.1.1 |
2004 | 2025-01-08T00:25:30.836Z | Checking lalrpop-util v0.19.12 |
2005 | 2025-01-08T00:25:30.978Z | Checking unicode-width v0.2.0 |
2006 | 2025-01-08T00:25:31.036Z | Checking number_prefix v0.4.0 |
2007 | 2025-01-08T00:25:31.120Z | Checking nom v7.1.3 |
2008 | 2025-01-08T00:25:31.122Z | Checking tokio-tungstenite v0.24.0 |
2009 | 2025-01-08T00:25:31.236Z | Checking string_cache v0.8.7 |
2010 | 2025-01-08T00:25:31.239Z | Checking hickory-resolver v0.24.1 |
2011 | 2025-01-08T00:25:31.429Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2012 | 2025-01-08T00:25:31.432Z | Checking indicatif v0.17.9 |
2013 | 2025-01-08T00:25:31.432Z | Checking postgres-types v0.2.8 |
2014 | 2025-01-08T00:25:31.509Z | Checking itertools v0.12.1 |
2015 | 2025-01-08T00:25:31.591Z | Checking peg-runtime v0.8.3 |
2016 | 2025-01-08T00:25:31.833Z | Checking whoami v1.5.2 |
2017 | 2025-01-08T00:25:32.216Z | Checking tokio-postgres v0.7.12 |
2018 | 2025-01-08T00:25:32.244Z | Compiling hashbrown v0.14.5 |
2019 | 2025-01-08T00:25:32.273Z | Compiling ident_case v1.0.1 |
2020 | 2025-01-08T00:25:32.300Z | Compiling unsafe-libyaml v0.2.11 |
2021 | 2025-01-08T00:25:32.455Z | Compiling darling_core v0.20.10 |
2022 | 2025-01-08T00:25:32.833Z | Checking qorb v0.2.1 |
2023 | 2025-01-08T00:25:33.609Z | Compiling regress v0.10.1 |
2024 | 2025-01-08T00:25:34.056Z | Compiling serde_yaml v0.9.34+deprecated |
2025 | 2025-01-08T00:25:34.332Z | Checking heck v0.5.0 |
2026 | 2025-01-08T00:25:34.538Z | Checking progenitor-client v0.8.0 |
2027 | 2025-01-08T00:25:34.909Z | Checking fastrand v2.1.1 |
2028 | 2025-01-08T00:25:35.231Z | Checking ipnetwork v0.20.0 |
2029 | 2025-01-08T00:25:35.258Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2030 | 2025-01-08T00:25:35.502Z | Compiling structmeta-derive v0.3.0 |
2031 | 2025-01-08T00:25:35.591Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2025-01-08T00:25:35.955Z | Checking strum v0.26.3 |
2033 | 2025-01-08T00:25:36.130Z | Compiling dropshot v0.13.0 |
2034 | 2025-01-08T00:25:36.485Z | Checking macaddr v1.0.1 |
2035 | 2025-01-08T00:25:36.512Z | Compiling dropshot_endpoint v0.13.0 |
2036 | 2025-01-08T00:25:36.824Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2037 | 2025-01-08T00:25:37.118Z | Checking tempfile v3.13.0 |
2038 | 2025-01-08T00:25:37.517Z | Compiling typify-impl v0.2.0 |
2039 | 2025-01-08T00:25:37.587Z | Checking instant v0.1.13 |
2040 | 2025-01-08T00:25:37.716Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2041 | 2025-01-08T00:25:38.301Z | Checking regress v0.9.1 |
2042 | 2025-01-08T00:25:38.331Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2043 | 2025-01-08T00:25:38.454Z | Compiling structmeta v0.3.0 |
2044 | 2025-01-08T00:25:38.739Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2045 | 2025-01-08T00:25:38.932Z | Compiling parse-display-derive v0.10.0 |
2046 | 2025-01-08T00:25:39.116Z | Checking backoff v0.4.0 |
2047 | 2025-01-08T00:25:39.168Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2048 | 2025-01-08T00:25:39.320Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2049 | 2025-01-08T00:25:39.463Z | Checking wait-timeout v0.2.0 |
2050 | 2025-01-08T00:25:39.517Z | Checking rand_xorshift v0.3.0 |
2051 | 2025-01-08T00:25:39.540Z | Compiling darling_macro v0.20.10 |
2052 | 2025-01-08T00:25:39.648Z | Checking rusty-fork v0.3.0 |
2053 | 2025-01-08T00:25:39.701Z | Checking unarray v0.1.4 |
2054 | 2025-01-08T00:25:39.868Z | Compiling structmeta-derive v0.2.0 |
2055 | 2025-01-08T00:25:39.966Z | Checking proptest v1.5.0 |
2056 | 2025-01-08T00:25:40.499Z | Compiling darling v0.20.10 |
2057 | 2025-01-08T00:25:40.638Z | Compiling serde_with_macros v3.11.0 |
2058 | 2025-01-08T00:25:41.480Z | Checking camino-tempfile v1.1.1 |
2059 | 2025-01-08T00:25:41.784Z | Compiling proc-macro-error v1.0.4 |
2060 | 2025-01-08T00:25:41.883Z | Compiling proc-macro-crate v1.3.1 |
2061 | 2025-01-08T00:25:42.467Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2062 | 2025-01-08T00:25:42.770Z | Compiling structmeta v0.2.0 |
2063 | 2025-01-08T00:25:42.858Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2064 | 2025-01-08T00:25:43.021Z | Compiling num_enum_derive v0.5.11 |
2065 | 2025-01-08T00:25:43.169Z | Compiling foreign-types-macros v0.2.3 |
2066 | 2025-01-08T00:25:43.193Z | Compiling test-strategy v0.3.1 |
2067 | 2025-01-08T00:25:43.506Z | Checking serde_with v3.11.0 |
2068 | 2025-01-08T00:25:43.633Z | Checking parse-display v0.10.0 |
2069 | 2025-01-08T00:25:43.868Z | Checking foreign-types-shared v0.3.1 |
2070 | 2025-01-08T00:25:44.331Z | Checking tabwriter v1.4.0 |
2071 | 2025-01-08T00:25:44.575Z | Checking foreign-types v0.5.0 |
2072 | 2025-01-08T00:25:44.621Z | Checking cstr-argument v0.1.2 |
2073 | 2025-01-08T00:25:44.686Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2025-01-08T00:25:44.710Z | Checking pretty-hex v0.2.1 |
2075 | 2025-01-08T00:25:44.813Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2076 | 2025-01-08T00:25:44.889Z | Checking colored v2.1.0 |
2077 | 2025-01-08T00:25:45.135Z | Checking smf v0.2.3 |
2078 | 2025-01-08T00:25:45.214Z | Checking itertools v0.13.0 |
2079 | 2025-01-08T00:25:45.336Z | Checking base64 v0.21.7 |
2080 | 2025-01-08T00:25:45.533Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2081 | 2025-01-08T00:25:45.581Z | Compiling crucible-workspace-hack v0.1.0 |
2082 | 2025-01-08T00:25:45.605Z | Checking num_enum v0.5.11 |
2083 | 2025-01-08T00:25:45.679Z | Compiling zerocopy v0.8.10 |
2084 | 2025-01-08T00:25:45.760Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2085 | 2025-01-08T00:25:45.823Z | Checking atomicwrites v0.4.4 |
2086 | 2025-01-08T00:25:46.022Z | Compiling zerocopy-derive v0.8.10 |
2087 | 2025-01-08T00:25:46.025Z | Checking termtree v0.4.1 |
2088 | 2025-01-08T00:25:46.249Z | Compiling heapless v0.8.0 |
2089 | 2025-01-08T00:25:46.676Z | Checking predicates-tree v1.0.11 |
2090 | 2025-01-08T00:25:46.841Z | Checking hash32 v0.3.1 |
2091 | 2025-01-08T00:25:47.006Z | Compiling smoltcp v0.11.0 |
2092 | 2025-01-08T00:25:47.031Z | Checking cobs v0.2.3 |
2093 | 2025-01-08T00:25:47.209Z | Checking sigpipe v0.1.3 |
2094 | 2025-01-08T00:25:47.233Z | Checking postcard v1.0.10 |
2095 | 2025-01-08T00:25:47.325Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2096 | 2025-01-08T00:25:47.638Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2097 | 2025-01-08T00:25:47.792Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2098 | 2025-01-08T00:25:47.797Z | Compiling thiserror v2.0.3 |
2099 | 2025-01-08T00:25:47.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2100 | 2025-01-08T00:25:47.954Z | Compiling mockall_derive v0.13.0 |
2101 | 2025-01-08T00:25:48.166Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2102 | 2025-01-08T00:25:48.261Z | Compiling thiserror-impl v2.0.3 |
2103 | 2025-01-08T00:25:48.477Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2104 | 2025-01-08T00:25:48.760Z | Compiling zone_cfg_derive v0.3.0 |
2105 | 2025-01-08T00:25:49.095Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2106 | 2025-01-08T00:25:50.372Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2107 | 2025-01-08T00:25:50.722Z | Compiling num-derive v0.4.2 |
2108 | 2025-01-08T00:25:50.747Z | Checking fragile v2.0.0 |
2109 | 2025-01-08T00:25:51.021Z | Checking downcast v0.11.0 |
2110 | 2025-01-08T00:25:51.200Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2111 | 2025-01-08T00:25:51.226Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2112 | 2025-01-08T00:25:51.492Z | Checking zone v0.3.0 |
2113 | 2025-01-08T00:25:51.537Z | Compiling convert_case v0.4.0 |
2114 | 2025-01-08T00:25:52.077Z | Checking tungstenite v0.21.0 |
2115 | 2025-01-08T00:25:52.204Z | Checking newline-converter v0.3.0 |
2116 | 2025-01-08T00:25:52.296Z | Checking same-file v1.0.6 |
2117 | 2025-01-08T00:25:52.369Z | Checking expectorate v1.1.0 |
2118 | 2025-01-08T00:25:52.479Z | Checking walkdir v2.5.0 |
2119 | 2025-01-08T00:25:52.538Z | Checking arc-swap v1.7.1 |
2120 | 2025-01-08T00:25:52.540Z | Compiling derive_more v0.99.18 |
2121 | 2025-01-08T00:25:52.778Z | Checking xattr v1.3.1 |
2122 | 2025-01-08T00:25:52.976Z | Checking slog-scope v4.4.0 |
2123 | 2025-01-08T00:25:53.001Z | Checking filetime v0.2.25 |
2124 | 2025-01-08T00:25:53.024Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2125 | 2025-01-08T00:25:53.048Z | Checking tokio-tungstenite v0.21.0 |
2126 | 2025-01-08T00:25:53.187Z | Checking slog-stdlog v4.1.1 |
2127 | 2025-01-08T00:25:53.212Z | Checking tar v0.4.42 |
2128 | 2025-01-08T00:25:53.371Z | Checking slog-envlogger v2.2.0 |
2129 | 2025-01-08T00:25:53.466Z | Checking num-rational v0.4.2 |
2130 | 2025-01-08T00:25:53.580Z | Checking num-complex v0.4.6 |
2131 | 2025-01-08T00:25:53.604Z | Checking float-ord v0.3.2 |
2132 | 2025-01-08T00:25:53.761Z | Checking indent_write v2.2.0 |
2133 | 2025-01-08T00:25:53.966Z | Checking swrite v0.1.0 |
2134 | 2025-01-08T00:25:54.048Z | Compiling cancel-safe-futures v0.1.5 |
2135 | 2025-01-08T00:25:54.101Z | Compiling owo-colors v4.1.0 |
2136 | 2025-01-08T00:25:54.146Z | Checking libsw v3.3.1 |
2137 | 2025-01-08T00:25:54.458Z | Checking password-hash v0.5.0 |
2138 | 2025-01-08T00:25:54.522Z | Checking num v0.4.3 |
2139 | 2025-01-08T00:25:54.641Z | Checking blake2 v0.10.6 |
2140 | 2025-01-08T00:25:54.921Z | Checking linear-map v1.2.0 |
2141 | 2025-01-08T00:25:54.946Z | Checking pem v3.0.4 |
2142 | 2025-01-08T00:25:55.125Z | Checking argon2 v0.5.3 |
2143 | 2025-01-08T00:25:55.201Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2144 | 2025-01-08T00:25:55.565Z | Compiling lzma-sys v0.1.20 |
2145 | 2025-01-08T00:25:55.781Z | Checking headers-core v0.3.0 |
2146 | 2025-01-08T00:25:55.818Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2147 | 2025-01-08T00:25:55.935Z | Compiling heck v0.3.3 |
2148 | 2025-01-08T00:25:56.086Z | Compiling typify-macro v0.2.0 |
2149 | 2025-01-08T00:25:56.194Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2150 | 2025-01-08T00:25:56.368Z | Checking highway v1.2.0 |
2151 | 2025-01-08T00:25:56.402Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2152 | 2025-01-08T00:25:56.428Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2153 | 2025-01-08T00:25:56.508Z | Compiling zone_cfg_derive v0.1.2 |
2154 | 2025-01-08T00:25:56.616Z | Checking headers v0.4.0 |
2155 | 2025-01-08T00:25:56.776Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2156 | 2025-01-08T00:25:56.918Z | Checking mockall v0.13.0 |
2157 | 2025-01-08T00:25:57.044Z | Checking yasna v0.5.2 |
2158 | 2025-01-08T00:25:57.156Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2159 | 2025-01-08T00:25:57.181Z | Checking base64 v0.13.1 |
2160 | 2025-01-08T00:25:57.602Z | Checking ron v0.7.1 |
2161 | 2025-01-08T00:25:57.729Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2162 | 2025-01-08T00:25:57.902Z | Checking rcgen v0.12.1 |
2163 | 2025-01-08T00:25:58.024Z | Checking zone v0.1.8 |
2164 | 2025-01-08T00:25:58.214Z | Checking xz2 v0.1.7 |
2165 | 2025-01-08T00:25:58.597Z | Checking subprocess v0.2.9 |
2166 | 2025-01-08T00:25:58.710Z | Checking humantime v2.1.0 |
2167 | 2025-01-08T00:25:58.834Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2168 | 2025-01-08T00:25:59.013Z | Compiling semver v0.1.20 |
2169 | 2025-01-08T00:25:59.139Z | Checking half v2.4.1 |
2170 | 2025-01-08T00:25:59.523Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2171 | 2025-01-08T00:25:59.651Z | Compiling rustc_version v0.1.7 |
2172 | 2025-01-08T00:25:59.723Z | Checking ciborium-io v0.2.2 |
2173 | 2025-01-08T00:25:59.844Z | Checking ciborium-ll v0.2.2 |
2174 | 2025-01-08T00:26:00.064Z | Checking prettyplease v0.2.25 |
2175 | 2025-01-08T00:26:00.151Z | Checking ciborium v0.2.2 |
2176 | 2025-01-08T00:26:00.175Z | Compiling newtype_derive v0.1.6 |
2177 | 2025-01-08T00:26:00.483Z | Compiling typify v0.2.0 |
2178 | 2025-01-08T00:26:00.628Z | Compiling progenitor-impl v0.8.0 |
2179 | 2025-01-08T00:26:00.696Z | Checking steno v0.4.1 |
2180 | 2025-01-08T00:26:00.893Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2181 | 2025-01-08T00:26:02.738Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2182 | 2025-01-08T00:26:03.094Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2183 | 2025-01-08T00:26:03.482Z | Compiling slog-dtrace v0.3.0 |
2184 | 2025-01-08T00:26:04.057Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2185 | 2025-01-08T00:26:04.436Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2186 | 2025-01-08T00:26:04.462Z | Checking display-error-chain v0.2.2 |
2187 | 2025-01-08T00:26:04.537Z | Checking gethostname v0.5.0 |
2188 | 2025-01-08T00:26:04.614Z | Checking nibble_vec v0.1.0 |
2189 | 2025-01-08T00:26:04.661Z | Compiling blake3 v1.5.4 |
2190 | 2025-01-08T00:26:04.689Z | Checking keccak v0.1.5 |
2191 | 2025-01-08T00:26:04.846Z | Checking endian-type v0.1.2 |
2192 | 2025-01-08T00:26:05.063Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2193 | 2025-01-08T00:26:05.088Z | Checking sha3 v0.10.8 |
2194 | 2025-01-08T00:26:05.111Z | Checking radix_trie v0.2.1 |
2195 | 2025-01-08T00:26:05.512Z | Checking universal-hash v0.5.1 |
2196 | 2025-01-08T00:26:05.515Z | Checking secrecy v0.8.0 |
2197 | 2025-01-08T00:26:05.702Z | Checking opaque-debug v0.3.1 |
2198 | 2025-01-08T00:26:05.749Z | Checking aead v0.5.2 |
2199 | 2025-01-08T00:26:05.797Z | Checking poly1305 v0.8.0 |
2200 | 2025-01-08T00:26:05.878Z | Checking chacha20 v0.9.1 |
2201 | 2025-01-08T00:26:06.256Z | Compiling memmap2 v0.9.5 |
2202 | 2025-01-08T00:26:06.306Z | Compiling constant_time_eq v0.3.1 |
2203 | 2025-01-08T00:26:06.502Z | Compiling arrayref v0.3.9 |
2204 | 2025-01-08T00:26:06.616Z | Compiling arrayvec v0.7.6 |
2205 | 2025-01-08T00:26:06.722Z | Compiling toolchain_find v0.4.0 |
2206 | 2025-01-08T00:26:07.060Z | Compiling thiserror-impl-no-std v2.0.2 |
2207 | 2025-01-08T00:26:07.380Z | Compiling topological-sort v0.2.2 |
2208 | 2025-01-08T00:26:07.450Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2209 | 2025-01-08T00:26:07.606Z | Compiling rustfmt-wrapper v0.2.1 |
2210 | 2025-01-08T00:26:07.762Z | Compiling omicron-zone-package v0.12.0 |
2211 | 2025-01-08T00:26:07.790Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2212 | 2025-01-08T00:26:08.050Z | Checking chacha20poly1305 v0.10.1 |
2213 | 2025-01-08T00:26:08.121Z | Compiling async-recursion v1.1.1 |
2214 | 2025-01-08T00:26:08.405Z | Checking fxhash v0.2.1 |
2215 | 2025-01-08T00:26:08.409Z | Checking simd-adler32 v0.3.7 |
2216 | 2025-01-08T00:26:08.409Z | Compiling zip v2.1.3 |
2217 | 2025-01-08T00:26:08.409Z | Checking bumpalo v3.16.0 |
2218 | 2025-01-08T00:26:08.582Z | Checking lockfree-object-pool v0.1.6 |
2219 | 2025-01-08T00:26:08.640Z | Checking termcolor v1.4.1 |
2220 | 2025-01-08T00:26:08.740Z | Compiling radium v0.7.0 |
2221 | 2025-01-08T00:26:08.821Z | Checking zopfli v0.8.1 |
2222 | 2025-01-08T00:26:08.883Z | Compiling progenitor-macro v0.8.0 |
2223 | 2025-01-08T00:26:09.079Z | Checking maplit v1.0.2 |
2224 | 2025-01-08T00:26:09.202Z | Compiling maybe-uninit v2.0.0 |
2225 | 2025-01-08T00:26:09.261Z | Checking tap v1.0.1 |
2226 | 2025-01-08T00:26:09.468Z | Checking wyz v0.5.1 |
2227 | 2025-01-08T00:26:09.826Z | Checking home v0.5.9 |
2228 | 2025-01-08T00:26:09.879Z | Checking crc-catalog v2.4.0 |
2229 | 2025-01-08T00:26:09.985Z | Checking funty v2.0.0 |
2230 | 2025-01-08T00:26:10.030Z | Compiling packed_struct v0.10.1 |
2231 | 2025-01-08T00:26:10.217Z | Checking crc v3.2.1 |
2232 | 2025-01-08T00:26:10.250Z | Checking thiserror-no-std v2.0.2 |
2233 | 2025-01-08T00:26:10.372Z | Checking vsss-rs v3.3.4 |
2234 | 2025-01-08T00:26:10.653Z | Compiling const_format_proc_macros v0.2.33 |
2235 | 2025-01-08T00:26:10.676Z | Checking kstat-rs v0.2.4 |
2236 | 2025-01-08T00:26:10.699Z | Compiling packed_struct_codegen v0.10.1 |
2237 | 2025-01-08T00:26:10.914Z | Checking bitvec v1.0.1 |
2238 | 2025-01-08T00:26:11.034Z | Compiling vte_generate_state_changes v0.1.2 |
2239 | 2025-01-08T00:26:11.496Z | Compiling indexmap v1.9.3 |
2240 | 2025-01-08T00:26:11.695Z | Compiling libefi-sys v0.1.0 |
2241 | 2025-01-08T00:26:11.797Z | Checking nodrop v0.1.14 |
2242 | 2025-01-08T00:26:11.936Z | Checking array-init v0.0.4 |
2243 | 2025-01-08T00:26:12.053Z | Checking vte v0.11.1 |
2244 | 2025-01-08T00:26:12.761Z | Checking const_format v0.2.33 |
2245 | 2025-01-08T00:26:12.963Z | Checking smallvec v0.6.14 |
2246 | 2025-01-08T00:26:13.238Z | Checking fd-lock v4.0.2 |
2247 | 2025-01-08T00:26:13.387Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2248 | 2025-01-08T00:26:13.452Z | Compiling bitfield-struct v0.6.2 |
2249 | 2025-01-08T00:26:13.485Z | Checking bitfield v0.14.0 |
2250 | 2025-01-08T00:26:13.541Z | Checking hashbrown v0.12.3 |
2251 | 2025-01-08T00:26:13.639Z | Checking strip-ansi-escapes v0.2.0 |
2252 | 2025-01-08T00:26:13.814Z | Checking serde-hex v0.1.0 |
2253 | 2025-01-08T00:26:13.892Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2254 | 2025-01-08T00:26:14.163Z | Checking env_logger v0.10.2 |
2255 | 2025-01-08T00:26:14.228Z | Checking ron v0.8.1 |
2256 | 2025-01-08T00:26:14.617Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2257 | 2025-01-08T00:26:14.720Z | Checking hashbrown v0.13.2 |
2258 | 2025-01-08T00:26:14.919Z | Checking nu-ansi-term v0.50.1 |
2259 | 2025-01-08T00:26:14.962Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2025-01-08T00:26:15.321Z | Checking crc-any v2.5.0 |
2261 | 2025-01-08T00:26:15.324Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2262 | 2025-01-08T00:26:15.473Z | Checking reedline v0.35.0 |
2263 | 2025-01-08T00:26:15.494Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2264 | 2025-01-08T00:26:15.614Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2265 | 2025-01-08T00:26:15.750Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2266 | 2025-01-08T00:26:15.869Z | Checking object v0.30.4 |
2267 | 2025-01-08T00:26:15.968Z | Compiling parking_lot_core v0.8.6 |
2268 | 2025-01-08T00:26:16.007Z | Checking path-slash v0.1.5 |
2269 | 2025-01-08T00:26:16.085Z | Compiling phf_generator v0.11.2 |
2270 | 2025-01-08T00:26:16.161Z | Checking bytecount v0.6.8 |
2271 | 2025-01-08T00:26:16.268Z | Checking glob v0.3.1 |
2272 | 2025-01-08T00:26:16.308Z | Checking papergrid v0.11.0 |
2273 | 2025-01-08T00:26:16.574Z | Compiling phf_codegen v0.11.2 |
2274 | 2025-01-08T00:26:16.803Z | Compiling tabled_derive v0.7.0 |
2275 | 2025-01-08T00:26:16.825Z | Checking parking_lot v0.11.2 |
2276 | 2025-01-08T00:26:17.154Z | Compiling parse-zoneinfo v0.3.1 |
2277 | 2025-01-08T00:26:17.446Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2278 | 2025-01-08T00:26:17.825Z | Compiling cfg_aliases v0.1.1 |
2279 | 2025-01-08T00:26:17.850Z | Compiling chrono-tz-build v0.4.0 |
2280 | 2025-01-08T00:26:17.953Z | Compiling nix v0.28.0 |
2281 | 2025-01-08T00:26:18.301Z | Checking sled v0.34.7 |
2282 | 2025-01-08T00:26:18.787Z | Checking hickory-client v0.24.1 |
2283 | 2025-01-08T00:26:19.171Z | Checking hickory-server v0.24.1 |
2284 | 2025-01-08T00:26:19.342Z | Compiling chrono-tz v0.10.0 |
2285 | 2025-01-08T00:26:19.387Z | Checking tabled v0.15.0 |
2286 | 2025-01-08T00:26:19.526Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2287 | 2025-01-08T00:26:20.047Z | Compiling buf-list v1.0.3 |
2288 | 2025-01-08T00:26:21.273Z | Compiling peg-macros v0.8.4 |
2289 | 2025-01-08T00:26:21.838Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2290 | 2025-01-08T00:26:22.070Z | Compiling sqlparser_derive v0.2.2 |
2291 | 2025-01-08T00:26:22.100Z | Checking unicode_categories v0.1.1 |
2292 | 2025-01-08T00:26:22.407Z | Checking sqlformat v0.2.6 |
2293 | 2025-01-08T00:26:23.164Z | Checking sqlparser v0.45.0 |
2294 | 2025-01-08T00:26:23.292Z | Checking rustyline v14.0.0 |
2295 | 2025-01-08T00:26:23.330Z | Checking bcs v0.1.6 |
2296 | 2025-01-08T00:26:23.817Z | Checking primeorder v0.13.6 |
2297 | 2025-01-08T00:26:24.062Z | Checking progenitor v0.8.0 |
2298 | 2025-01-08T00:26:24.338Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2299 | 2025-01-08T00:26:24.581Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2300 | 2025-01-08T00:26:25.017Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2301 | 2025-01-08T00:26:26.811Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2302 | 2025-01-08T00:26:28.823Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2303 | 2025-01-08T00:26:29.125Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2304 | 2025-01-08T00:26:29.271Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2305 | 2025-01-08T00:26:31.494Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2306 | 2025-01-08T00:26:31.775Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2307 | 2025-01-08T00:26:32.533Z | Checking peg v0.8.4 |
2308 | 2025-01-08T00:26:32.655Z | Compiling unicase v2.7.0 |
2309 | 2025-01-08T00:26:33.039Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2310 | 2025-01-08T00:26:33.158Z | Checking nanorand v0.7.0 |
2311 | 2025-01-08T00:26:33.296Z | Checking atty v0.2.14 |
2312 | 2025-01-08T00:26:33.431Z | Compiling salty v0.3.0 |
2313 | 2025-01-08T00:26:33.514Z | Checking flume v0.11.1 |
2314 | 2025-01-08T00:26:33.593Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2315 | 2025-01-08T00:26:33.751Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2316 | 2025-01-08T00:26:33.863Z | Checking p384 v0.13.0 |
2317 | 2025-01-08T00:26:34.062Z | Compiling mime_guess v2.0.5 |
2318 | 2025-01-08T00:26:34.287Z | Checking env_filter v0.1.2 |
2319 | 2025-01-08T00:26:34.559Z | Checking http-range v0.1.5 |
2320 | 2025-01-08T00:26:34.621Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2321 | 2025-01-08T00:26:34.759Z | Checking env_logger v0.11.5 |
2322 | 2025-01-08T00:26:34.987Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2323 | 2025-01-08T00:26:35.083Z | Compiling dsl_auto_type v0.1.2 |
2324 | 2025-01-08T00:26:35.123Z | Checking scheduled-thread-pool v0.2.7 |
2325 | 2025-01-08T00:26:35.318Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2326 | 2025-01-08T00:26:35.339Z | Compiling diesel_table_macro_syntax v0.2.0 |
2327 | 2025-01-08T00:26:35.359Z | Compiling crunchy v0.2.2 |
2328 | 2025-01-08T00:26:35.768Z | Checking r2d2 v0.8.10 |
2329 | 2025-01-08T00:26:35.905Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2330 | 2025-01-08T00:26:36.108Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2331 | 2025-01-08T00:26:36.144Z | Checking hyper-staticfile v0.10.1 |
2332 | 2025-01-08T00:26:36.354Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2333 | 2025-01-08T00:26:36.396Z | Compiling tiny-keccak v2.0.2 |
2334 | 2025-01-08T00:26:36.731Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2335 | 2025-01-08T00:26:36.786Z | Compiling pin-project-internal v1.1.6 |
2336 | 2025-01-08T00:26:36.864Z | Compiling diesel_derives v2.2.3 |
2337 | 2025-01-08T00:26:36.983Z | Compiling ref-cast v1.0.23 |
2338 | 2025-01-08T00:26:37.599Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2339 | 2025-01-08T00:26:37.709Z | Compiling ascii-canvas v3.0.0 |
2340 | 2025-01-08T00:26:37.892Z | Compiling ena v0.14.3 |
2341 | 2025-01-08T00:26:38.289Z | Compiling ref-cast-impl v1.0.23 |
2342 | 2025-01-08T00:26:38.289Z | Compiling regex-syntax v0.6.29 |
2343 | 2025-01-08T00:26:39.509Z | Compiling diff v0.1.13 |
2344 | 2025-01-08T00:26:39.940Z | Checking pin-project v1.1.6 |
2345 | 2025-01-08T00:26:40.218Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2346 | 2025-01-08T00:26:40.243Z | Checking signal-hook-tokio v0.3.1 |
2347 | 2025-01-08T00:26:40.246Z | Compiling snafu-derive v0.8.5 |
2348 | 2025-01-08T00:26:40.434Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2349 | 2025-01-08T00:26:40.751Z | Compiling derive_builder_core v0.20.2 |
2350 | 2025-01-08T00:26:43.187Z | Compiling lalrpop v0.19.12 |
2351 | 2025-01-08T00:26:44.176Z | Checking globset v0.4.15 |
2352 | 2025-01-08T00:26:44.243Z | Checking olpc-cjson v0.1.4 |
2353 | 2025-01-08T00:26:44.554Z | Checking serde_plain v1.0.2 |
2354 | 2025-01-08T00:26:44.783Z | Compiling libxml v0.3.3 |
2355 | 2025-01-08T00:26:44.820Z | Compiling memoffset v0.9.1 |
2356 | 2025-01-08T00:26:45.129Z | Checking typed-path v0.9.3 |
2357 | 2025-01-08T00:26:45.349Z | Compiling derive_builder_macro v0.20.2 |
2358 | 2025-01-08T00:26:45.965Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2359 | 2025-01-08T00:26:46.215Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2360 | 2025-01-08T00:26:47.190Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2361 | 2025-01-08T00:26:49.407Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2362 | 2025-01-08T00:26:49.900Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2363 | 2025-01-08T00:26:50.919Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2364 | 2025-01-08T00:26:51.782Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2365 | 2025-01-08T00:26:51.810Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2366 | 2025-01-08T00:26:52.247Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2367 | 2025-01-08T00:26:52.755Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2368 | 2025-01-08T00:26:53.351Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2369 | 2025-01-08T00:26:53.663Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2370 | 2025-01-08T00:26:53.808Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2371 | 2025-01-08T00:26:54.156Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2372 | 2025-01-08T00:26:54.597Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2373 | 2025-01-08T00:26:54.826Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2374 | 2025-01-08T00:26:55.313Z | Checking diesel v2.2.6 |
2375 | 2025-01-08T00:26:55.637Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2376 | 2025-01-08T00:26:55.887Z | Checking snafu v0.8.5 |
2377 | 2025-01-08T00:26:56.555Z | Checking tough v0.19.0 |
2378 | 2025-01-08T00:26:58.592Z | Checking tungstenite v0.23.0 |
2379 | 2025-01-08T00:26:59.217Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2380 | 2025-01-08T00:26:59.514Z | Compiling strum_macros v0.24.3 |
2381 | 2025-01-08T00:27:00.094Z | Compiling samael v0.0.17 |
2382 | 2025-01-08T00:27:00.487Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2383 | 2025-01-08T00:27:00.607Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2384 | 2025-01-08T00:27:01.277Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2385 | 2025-01-08T00:27:01.446Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2386 | 2025-01-08T00:27:01.832Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2387 | 2025-01-08T00:27:02.274Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2388 | 2025-01-08T00:27:03.113Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2025-01-08T00:27:03.731Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2390 | 2025-01-08T00:27:03.840Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2391 | 2025-01-08T00:27:04.041Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2392 | 2025-01-08T00:27:05.029Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2393 | 2025-01-08T00:27:06.489Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2394 | 2025-01-08T00:27:06.772Z | Compiling indoc v1.0.9 |
2395 | 2025-01-08T00:27:07.000Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2396 | 2025-01-08T00:27:07.728Z | Checking parse-size v1.1.0 |
2397 | 2025-01-08T00:27:09.046Z | Checking tokio-tungstenite v0.23.1 |
2398 | 2025-01-08T00:27:09.566Z | Checking derive_builder v0.20.2 |
2399 | 2025-01-08T00:27:10.414Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2400 | 2025-01-08T00:27:10.585Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2401 | 2025-01-08T00:27:10.724Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2402 | 2025-01-08T00:27:11.485Z | Checking quick-xml v0.33.0 |
2403 | 2025-01-08T00:27:11.731Z | Compiling impl-trait-for-tuples v0.2.2 |
2404 | 2025-01-08T00:27:12.886Z | Compiling oso-derive v0.27.3 |
2405 | 2025-01-08T00:27:13.619Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2406 | 2025-01-08T00:27:14.036Z | Checking nix v0.27.1 |
2407 | 2025-01-08T00:27:15.427Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2408 | 2025-01-08T00:27:16.746Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2409 | 2025-01-08T00:27:17.204Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2410 | 2025-01-08T00:27:17.465Z | Compiling diesel-dtrace v0.4.2 |
2411 | 2025-01-08T00:27:18.107Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2412 | 2025-01-08T00:27:18.612Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2413 | 2025-01-08T00:27:18.924Z | Checking bb8 v0.8.5 |
2414 | 2025-01-08T00:27:19.509Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2415 | 2025-01-08T00:27:20.019Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2416 | 2025-01-08T00:27:20.121Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2417 | 2025-01-08T00:27:20.146Z | Checking heck v0.4.1 |
2418 | 2025-01-08T00:27:20.387Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2419 | 2025-01-08T00:27:20.813Z | Checking rand_seeder v0.3.0 |
2420 | 2025-01-08T00:27:21.055Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2421 | 2025-01-08T00:27:21.238Z | Checking assert_matches v1.5.0 |
2422 | 2025-01-08T00:27:21.348Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2423 | 2025-01-08T00:27:21.596Z | Compiling libz-sys v1.1.20 |
2424 | 2025-01-08T00:27:21.673Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2425 | 2025-01-08T00:27:21.694Z | Checking castaway v0.2.3 |
2426 | 2025-01-08T00:27:21.697Z | Checking is_ci v1.2.0 |
2427 | 2025-01-08T00:27:21.861Z | Checking supports-color v3.0.1 |
2428 | 2025-01-08T00:27:21.883Z | Checking compact_str v0.8.0 |
2429 | 2025-01-08T00:27:22.057Z | Checking unicode-truncate v1.1.0 |
2430 | 2025-01-08T00:27:22.292Z | Checking lru v0.12.5 |
2431 | 2025-01-08T00:27:22.440Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2432 | 2025-01-08T00:27:22.593Z | Compiling instability v0.3.2 |
2433 | 2025-01-08T00:27:22.797Z | Checking cassowary v0.3.0 |
2434 | 2025-01-08T00:27:23.435Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2435 | 2025-01-08T00:27:23.607Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2436 | 2025-01-08T00:27:23.641Z | Checking ratatui v0.28.1 |
2437 | 2025-01-08T00:27:23.665Z | Compiling vergen v8.3.2 |
2438 | 2025-01-08T00:27:23.951Z | Compiling cargo-platform v0.1.8 |
2439 | 2025-01-08T00:27:24.581Z | Checking unicode-linebreak v0.1.5 |
2440 | 2025-01-08T00:27:24.991Z | Checking smawk v0.3.2 |
2441 | 2025-01-08T00:27:25.193Z | Checking textwrap v0.16.1 |
2442 | 2025-01-08T00:27:25.195Z | Compiling cargo_metadata v0.18.1 |
2443 | 2025-01-08T00:27:25.272Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2444 | 2025-01-08T00:27:25.594Z | Compiling libsqlite3-sys v0.30.1 |
2445 | 2025-01-08T00:27:25.864Z | Checking shell-words v1.1.0 |
2446 | 2025-01-08T00:27:26.042Z | Compiling cfg_aliases v0.2.1 |
2447 | 2025-01-08T00:27:26.104Z | Compiling rustls v0.21.12 |
2448 | 2025-01-08T00:27:26.146Z | Compiling nix v0.29.0 |
2449 | 2025-01-08T00:27:26.751Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2450 | 2025-01-08T00:27:27.041Z | Checking rustls-webpki v0.101.7 |
2451 | 2025-01-08T00:27:27.065Z | Checking sct v0.7.1 |
2452 | 2025-01-08T00:27:27.766Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2453 | 2025-01-08T00:27:28.074Z | Checking hashlink v0.9.1 |
2454 | 2025-01-08T00:27:28.099Z | Checking concurrent-queue v2.5.0 |
2455 | 2025-01-08T00:27:28.440Z | Checking fallible-streaming-iterator v0.1.9 |
2456 | 2025-01-08T00:27:28.689Z | Checking parking v2.2.1 |
2457 | 2025-01-08T00:27:28.715Z | Checking fallible-iterator v0.3.0 |
2458 | 2025-01-08T00:27:28.754Z | Checking plotters-backend v0.3.7 |
2459 | 2025-01-08T00:27:29.128Z | Checking plotters-svg v0.3.7 |
2460 | 2025-01-08T00:27:29.345Z | Checking rusqlite v0.32.1 |
2461 | 2025-01-08T00:27:29.367Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2462 | 2025-01-08T00:27:29.438Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2463 | 2025-01-08T00:27:30.308Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2464 | 2025-01-08T00:27:30.552Z | Checking rustls-pemfile v1.0.4 |
2465 | 2025-01-08T00:27:30.605Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2466 | 2025-01-08T00:27:30.743Z | Checking async-bb8-diesel v0.2.1 |
2467 | 2025-01-08T00:27:30.815Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2468 | 2025-01-08T00:27:30.893Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2469 | 2025-01-08T00:27:31.067Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2470 | 2025-01-08T00:27:31.402Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2471 | 2025-01-08T00:27:31.828Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2472 | 2025-01-08T00:27:31.974Z | Checking tokio-rustls v0.24.1 |
2473 | 2025-01-08T00:27:32.212Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2474 | 2025-01-08T00:27:32.383Z | Checking twox-hash v1.6.3 |
2475 | 2025-01-08T00:27:32.893Z | Checking cast v0.3.0 |
2476 | 2025-01-08T00:27:33.017Z | Checking plotters v0.3.7 |
2477 | 2025-01-08T00:27:33.221Z | Checking criterion-plot v0.5.0 |
2478 | 2025-01-08T00:27:33.771Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2479 | 2025-01-08T00:27:34.472Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2480 | 2025-01-08T00:27:34.784Z | Checking fatfs v0.3.6 |
2481 | 2025-01-08T00:27:35.027Z | Checking tinytemplate v1.2.1 |
2482 | 2025-01-08T00:27:35.349Z | Checking csv-core v0.1.11 |
2483 | 2025-01-08T00:27:35.709Z | Checking oorandom v11.1.4 |
2484 | 2025-01-08T00:27:35.844Z | Checking anes v0.1.6 |
2485 | 2025-01-08T00:27:35.873Z | Checking hex-literal v0.4.1 |
2486 | 2025-01-08T00:27:36.017Z | Checking csv v1.3.0 |
2487 | 2025-01-08T00:27:36.146Z | Checking event-listener v5.3.1 |
2488 | 2025-01-08T00:27:36.243Z | Checking criterion v0.5.1 |
2489 | 2025-01-08T00:27:36.539Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2490 | 2025-01-08T00:27:36.813Z | Checking rtoolbox v0.0.2 |
2491 | 2025-01-08T00:27:37.023Z | Checking rpassword v7.3.1 |
2492 | 2025-01-08T00:27:37.199Z | Checking event-listener-strategy v0.5.2 |
2493 | 2025-01-08T00:27:37.416Z | Checking tui-tree-widget v0.22.0 |
2494 | 2025-01-08T00:27:37.757Z | Checking polyval v0.6.2 |
2495 | 2025-01-08T00:27:38.062Z | Checking ghash v0.5.1 |
2496 | 2025-01-08T00:27:38.237Z | Checking futures-lite v2.3.0 |
2497 | 2025-01-08T00:27:39.076Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2498 | 2025-01-08T00:27:39.720Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2499 | 2025-01-08T00:27:40.233Z | Checking ctr v0.9.2 |
2500 | 2025-01-08T00:27:40.658Z | Checking yansi v1.0.1 |
2501 | 2025-01-08T00:27:40.983Z | Checking aes-gcm v0.10.3 |
2502 | 2025-01-08T00:27:41.207Z | Checking ssh-encoding v0.2.0 |
2503 | 2025-01-08T00:27:41.230Z | Checking pretty_assertions v1.4.1 |
2504 | 2025-01-08T00:27:41.445Z | Checking blowfish v0.9.1 |
2505 | 2025-01-08T00:27:41.569Z | Checking ssh-cipher v0.2.0 |
2506 | 2025-01-08T00:27:41.700Z | Checking bcrypt-pbkdf v0.10.0 |
2507 | 2025-01-08T00:27:41.829Z | Checking async-lock v3.4.0 |
2508 | 2025-01-08T00:27:41.968Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2509 | 2025-01-08T00:27:42.728Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2510 | 2025-01-08T00:27:42.953Z | Checking polling v3.7.3 |
2511 | 2025-01-08T00:27:43.357Z | Checking password-hash v0.4.2 |
2512 | 2025-01-08T00:27:43.720Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2513 | 2025-01-08T00:27:43.774Z | Checking matches v0.1.10 |
2514 | 2025-01-08T00:27:43.877Z | Checking idna v0.2.3 |
2515 | 2025-01-08T00:27:44.039Z | Checking pbkdf2 v0.11.0 |
2516 | 2025-01-08T00:27:44.066Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2517 | 2025-01-08T00:27:44.337Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2518 | 2025-01-08T00:27:44.759Z | Checking async-io v2.3.4 |
2519 | 2025-01-08T00:27:45.402Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2520 | 2025-01-08T00:27:45.565Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2521 | 2025-01-08T00:27:47.528Z | Checking ssh-key v0.6.6 |
2522 | 2025-01-08T00:27:49.130Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2523 | 2025-01-08T00:27:49.959Z | Checking p256 v0.13.2 |
2524 | 2025-01-08T00:27:50.462Z | Checking p521 v0.13.3 |
2525 | 2025-01-08T00:27:50.511Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2025-01-08T00:27:50.710Z | Compiling enum-as-inner v0.5.1 |
2527 | 2025-01-08T00:27:51.671Z | Checking russh-cryptovec v0.7.3 |
2528 | 2025-01-08T00:27:51.693Z | Checking async-task v4.7.1 |
2529 | 2025-01-08T00:27:51.886Z | Compiling doc-comment v0.3.3 |
2530 | 2025-01-08T00:27:51.911Z | Checking md5 v0.7.0 |
2531 | 2025-01-08T00:27:52.038Z | Compiling target-lexicon v0.12.16 |
2532 | 2025-01-08T00:27:52.213Z | Checking russh-keys v0.45.0 |
2533 | 2025-01-08T00:27:52.637Z | Checking trust-dns-proto v0.22.0 |
2534 | 2025-01-08T00:27:53.087Z | Checking async-channel v2.3.1 |
2535 | 2025-01-08T00:27:53.427Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2536 | 2025-01-08T00:27:53.544Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2537 | 2025-01-08T00:27:54.433Z | Checking piper v0.2.4 |
2538 | 2025-01-08T00:27:54.675Z | Checking num-bigint v0.4.6 |
2539 | 2025-01-08T00:27:55.264Z | Checking des v0.8.1 |
2540 | 2025-01-08T00:27:55.568Z | Compiling dhcproto-macros v0.1.0 |
2541 | 2025-01-08T00:27:56.285Z | Compiling guppy-workspace-hack v0.1.0 |
2542 | 2025-01-08T00:27:56.511Z | Compiling assert_cmd v2.0.16 |
2543 | 2025-01-08T00:27:56.588Z | Checking futures-timer v3.0.3 |
2544 | 2025-01-08T00:27:56.936Z | Checking dhcproto v0.12.0 |
2545 | 2025-01-08T00:27:56.994Z | Checking blocking v1.6.1 |
2546 | 2025-01-08T00:27:57.283Z | Checking russh v0.45.0 |
2547 | 2025-01-08T00:27:57.898Z | Checking async-executor v1.13.1 |
2548 | 2025-01-08T00:27:58.250Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2549 | 2025-01-08T00:27:58.587Z | Checking async-signal v0.2.10 |
2550 | 2025-01-08T00:27:58.869Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2551 | 2025-01-08T00:27:59.217Z | Compiling target-spec v3.2.2 |
2552 | 2025-01-08T00:27:59.283Z | Checking event-listener v2.5.3 |
2553 | 2025-01-08T00:27:59.529Z | Checking internet-checksum v0.2.1 |
2554 | 2025-01-08T00:27:59.700Z | Checking async-channel v1.9.0 |
2555 | 2025-01-08T00:27:59.986Z | Checking async-process v2.3.0 |
2556 | 2025-01-08T00:28:00.288Z | Checking async-global-executor v2.4.1 |
2557 | 2025-01-08T00:28:00.595Z | Checking cfg-expr v0.17.0 |
2558 | 2025-01-08T00:28:00.965Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2559 | 2025-01-08T00:28:01.405Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2560 | 2025-01-08T00:28:01.597Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2561 | 2025-01-08T00:28:06.614Z | Checking httptest v0.16.1 |
2562 | 2025-01-08T00:28:06.760Z | Checking rustls-native-certs v0.7.3 |
2563 | 2025-01-08T00:28:06.760Z | Compiling petname v2.0.2 |
2564 | 2025-01-08T00:28:06.760Z | Checking num_cpus v1.16.0 |
2565 | 2025-01-08T00:28:06.760Z | Checking kv-log-macro v1.0.7 |
2566 | 2025-01-08T00:28:06.760Z | Compiling async-attributes v1.1.2 |
2567 | 2025-01-08T00:28:06.760Z | Checking async-std v1.13.0 |
2568 | 2025-01-08T00:28:06.837Z | Checking threadpool v1.8.1 |
2569 | 2025-01-08T00:28:06.838Z | Checking hyper-rustls v0.26.0 |
2570 | 2025-01-08T00:28:06.838Z | Checking pathdiff v0.2.2 |
2571 | 2025-01-08T00:28:06.855Z | Compiling rstest_macros v0.23.0 |
2572 | 2025-01-08T00:28:06.873Z | Checking nested v0.1.1 |
2573 | 2025-01-08T00:28:07.095Z | Compiling target-triple v0.1.3 |
2574 | 2025-01-08T00:28:07.355Z | Checking escape8259 v0.5.3 |
2575 | 2025-01-08T00:28:07.553Z | Checking libtest-mimic v0.7.3 |
2576 | 2025-01-08T00:28:07.655Z | Checking async-object-pool v0.1.5 |
2577 | 2025-01-08T00:28:07.754Z | Checking guppy v0.17.8 |
2578 | 2025-01-08T00:28:08.020Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2579 | 2025-01-08T00:28:08.611Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2580 | 2025-01-08T00:28:08.901Z | Checking similar-asserts v1.6.0 |
2581 | 2025-01-08T00:28:09.167Z | Checking fancy-regex v0.13.0 |
2582 | 2025-01-08T00:28:09.858Z | Checking serde_regex v1.1.0 |
2583 | 2025-01-08T00:28:09.990Z | Checking assert-json-diff v2.0.2 |
2584 | 2025-01-08T00:28:10.133Z | Compiling proc-macro-crate v3.2.0 |
2585 | 2025-01-08T00:28:10.273Z | Checking path-tree v0.8.1 |
2586 | 2025-01-08T00:28:10.624Z | Checking stringmetrics v2.2.2 |
2587 | 2025-01-08T00:28:10.877Z | Compiling relative-path v1.9.3 |
2588 | 2025-01-08T00:28:11.270Z | Checking sync-ptr v0.1.1 |
2589 | 2025-01-08T00:28:11.494Z | Checking httpmock v0.8.0-alpha.1 |
2590 | 2025-01-08T00:28:11.548Z | Checking datatest-stable v0.2.9 |
2591 | 2025-01-08T00:28:12.017Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2592 | 2025-01-08T00:28:13.468Z | Checking blake2b_simd v1.0.2 |
2593 | 2025-01-08T00:28:14.330Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2594 | 2025-01-08T00:28:15.078Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2595 | 2025-01-08T00:28:15.381Z | Compiling git2 v0.19.0 |
2596 | 2025-01-08T00:28:15.384Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2597 | 2025-01-08T00:28:15.702Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2598 | 2025-01-08T00:28:16.021Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2599 | 2025-01-08T00:28:16.557Z | Checking serde_tokenstream v0.2.2 |
2600 | 2025-01-08T00:28:16.885Z | Checking uzers v0.12.1 |
2601 | 2025-01-08T00:28:17.081Z | Checking rust-argon2 v2.1.0 |
2602 | 2025-01-08T00:28:17.286Z | Checking trybuild v1.0.101 |
2603 | 2025-01-08T00:28:17.524Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2604 | 2025-01-08T00:28:18.729Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2605 | 2025-01-08T00:28:18.952Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2606 | 2025-01-08T00:28:20.347Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2607 | 2025-01-08T00:28:20.665Z | Checking rand_distr v0.4.3 |
2608 | 2025-01-08T00:28:22.335Z | Checking rstest v0.23.0 |
2609 | 2025-01-08T00:28:22.563Z | Checking multimap v0.10.0 |
2610 | 2025-01-08T00:28:22.893Z | Checking approx v0.5.1 |
2611 | 2025-01-08T00:28:23.168Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2612 | 2025-01-08T00:28:23.867Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2613 | 2025-01-08T00:28:24.365Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2614 | 2025-01-08T00:28:24.736Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2615 | 2025-01-08T00:28:25.386Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2616 | 2025-01-08T00:28:25.475Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2617 | 2025-01-08T00:28:25.980Z | Checking partial-io v0.5.4 |
2618 | 2025-01-08T00:28:26.105Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2619 | 2025-01-08T00:28:26.452Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2620 | 2025-01-08T00:28:26.460Z | Checking cargo_toml v0.20.5 |
2621 | 2025-01-08T00:28:26.460Z | Checking termios v0.3.3 |
2622 | 2025-01-08T00:28:26.460Z | Compiling indoc v2.0.5 |
2623 | 2025-01-08T00:28:26.704Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2624 | 2025-01-08T00:28:28.323Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2625 | 2025-01-08T00:28:29.188Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2626 | 2025-01-08T00:28:47.518Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2627 | 2025-01-08T00:28:50.737Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2628 | 2025-01-08T00:28:53.568Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2629 | 2025-01-08T00:29:12.297Z | Compiling polar-core v0.27.3 |
2630 | 2025-01-08T00:29:23.780Z | Checking oso v0.27.3 |
2631 | 2025-01-08T00:29:28.879Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2632 | 2025-01-08T00:29:29.694Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2633 | 2025-01-08T00:29:30.464Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2634 | 2025-01-08T00:30:13.916Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2635 | 2025-01-08T00:30:13.918Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2636 | 2025-01-08T00:30:13.918Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2637 | 2025-01-08T00:31:39.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 44s |
2638 | 2025-01-08T00:31:40.047Z | |
2639 | 2025-01-08T00:31:40.050Z | real 6:48.953911568 |
2640 | 2025-01-08T00:31:40.050Z | user 36:23.591809228 |
2641 | 2025-01-08T00:31:40.050Z | sys 6:45.269172086 |
2642 | 2025-01-08T00:31:40.050Z | trap 0.981907133 |
2643 | 2025-01-08T00:31:40.050Z | tflt 2.086981428 |
2644 | 2025-01-08T00:31:40.050Z | dflt 0.767449723 |
2645 | 2025-01-08T00:31:40.050Z | kflt 0.001464485 |
2646 | 2025-01-08T00:31:40.050Z | lock 52:48.120877071 |
2647 | 2025-01-08T00:31:40.050Z | slp 2:05:41.017354738 |
2648 | 2025-01-08T00:31:40.050Z | lat 1:40.557810383 |
2649 | 2025-01-08T00:31:40.050Z | stop 6:25.096773389 |
2650 | 2025-01-08T00:31:40.050Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2651 | 2025-01-08T00:31:40.050Z | + ptime -m cargo doc --workspace --no-deps |
2652 | 2025-01-08T00:31:41.255Z | warning: output filename collision. |
2653 | 2025-01-08T00:31:41.255Z | 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)`. |
2654 | 2025-01-08T00:31:41.255Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2655 | 2025-01-08T00:31:41.255Z | The targets should have unique names. |
2656 | 2025-01-08T00:31:41.255Z | This is a known bug where multiple crates with the same name use |
2657 | 2025-01-08T00:31:41.255Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2658 | 2025-01-08T00:31:41.716Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2025-01-08T00:31:41.786Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2660 | 2025-01-08T00:31:41.809Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2661 | 2025-01-08T00:31:41.845Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2662 | 2025-01-08T00:31:41.869Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2663 | 2025-01-08T00:31:41.896Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2664 | 2025-01-08T00:31:41.896Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2665 | 2025-01-08T00:31:42.105Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2666 | 2025-01-08T00:31:42.132Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2667 | 2025-01-08T00:31:42.171Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2668 | 2025-01-08T00:31:42.257Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2669 | 2025-01-08T00:31:42.366Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2670 | 2025-01-08T00:31:42.550Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2671 | 2025-01-08T00:31:42.675Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2672 | 2025-01-08T00:31:42.935Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2673 | 2025-01-08T00:31:45.648Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2674 | 2025-01-08T00:31:46.789Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2675 | 2025-01-08T00:31:47.124Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2676 | 2025-01-08T00:31:47.291Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2677 | 2025-01-08T00:31:47.341Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2678 | 2025-01-08T00:31:47.367Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2679 | 2025-01-08T00:31:47.616Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2680 | 2025-01-08T00:31:47.679Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2681 | 2025-01-08T00:31:47.978Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2682 | 2025-01-08T00:31:48.300Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2683 | 2025-01-08T00:31:48.858Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2684 | 2025-01-08T00:31:49.396Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2685 | 2025-01-08T00:31:49.426Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2686 | 2025-01-08T00:31:49.645Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2687 | 2025-01-08T00:31:49.842Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2688 | 2025-01-08T00:31:49.903Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2689 | 2025-01-08T00:31:50.095Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2690 | 2025-01-08T00:31:50.243Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2691 | 2025-01-08T00:31:50.271Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2692 | 2025-01-08T00:31:50.546Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2693 | 2025-01-08T00:31:50.793Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2694 | 2025-01-08T00:31:51.107Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2695 | 2025-01-08T00:31:51.127Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2696 | 2025-01-08T00:31:51.366Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2697 | 2025-01-08T00:31:51.628Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2698 | 2025-01-08T00:31:51.678Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2699 | 2025-01-08T00:31:52.407Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2700 | 2025-01-08T00:31:52.487Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2701 | 2025-01-08T00:31:52.490Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2702 | 2025-01-08T00:31:54.160Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2703 | 2025-01-08T00:31:56.768Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2704 | 2025-01-08T00:31:57.596Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2705 | 2025-01-08T00:31:57.618Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2706 | 2025-01-08T00:31:58.145Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2707 | 2025-01-08T00:31:58.333Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2708 | 2025-01-08T00:31:59.376Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2709 | 2025-01-08T00:31:59.400Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2710 | 2025-01-08T00:31:59.868Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2711 | 2025-01-08T00:32:00.192Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2712 | 2025-01-08T00:32:00.484Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2713 | 2025-01-08T00:32:02.219Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2714 | 2025-01-08T00:32:06.980Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2715 | 2025-01-08T00:32:08.397Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2716 | 2025-01-08T00:32:08.514Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2717 | 2025-01-08T00:32:08.998Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2718 | 2025-01-08T00:32:09.133Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2719 | 2025-01-08T00:32:09.501Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2720 | 2025-01-08T00:32:09.747Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2721 | 2025-01-08T00:32:10.274Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2722 | 2025-01-08T00:32:10.277Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2723 | 2025-01-08T00:32:11.563Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2724 | 2025-01-08T00:32:11.960Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2725 | 2025-01-08T00:32:12.261Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2726 | 2025-01-08T00:32:12.694Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2727 | 2025-01-08T00:32:13.069Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2728 | 2025-01-08T00:32:13.378Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2729 | 2025-01-08T00:32:13.614Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2730 | 2025-01-08T00:32:13.636Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2731 | 2025-01-08T00:32:13.787Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2732 | 2025-01-08T00:32:13.869Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2733 | 2025-01-08T00:32:14.197Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2734 | 2025-01-08T00:32:14.302Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2735 | 2025-01-08T00:32:14.859Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2736 | 2025-01-08T00:32:15.726Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2737 | 2025-01-08T00:32:15.832Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2738 | 2025-01-08T00:32:15.872Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2739 | 2025-01-08T00:32:16.177Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2740 | 2025-01-08T00:32:16.723Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2741 | 2025-01-08T00:32:17.068Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2742 | 2025-01-08T00:32:17.643Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2743 | 2025-01-08T00:32:17.823Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2744 | 2025-01-08T00:32:17.845Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2745 | 2025-01-08T00:32:18.160Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2746 | 2025-01-08T00:32:18.285Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2747 | 2025-01-08T00:32:18.389Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2748 | 2025-01-08T00:32:18.532Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2749 | 2025-01-08T00:32:18.942Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2750 | 2025-01-08T00:32:19.375Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2751 | 2025-01-08T00:32:19.424Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2752 | 2025-01-08T00:32:19.902Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2753 | 2025-01-08T00:32:20.072Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2754 | 2025-01-08T00:32:20.533Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2755 | 2025-01-08T00:32:20.569Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2756 | 2025-01-08T00:32:21.459Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2757 | 2025-01-08T00:32:22.121Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2758 | 2025-01-08T00:32:22.440Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2759 | 2025-01-08T00:32:22.805Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2760 | 2025-01-08T00:32:23.530Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2761 | 2025-01-08T00:32:23.679Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2762 | 2025-01-08T00:32:24.441Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2763 | 2025-01-08T00:32:25.547Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2764 | 2025-01-08T00:32:25.662Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2765 | 2025-01-08T00:32:27.764Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2766 | 2025-01-08T00:32:28.784Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2767 | 2025-01-08T00:32:29.025Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2768 | 2025-01-08T00:32:30.553Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2769 | 2025-01-08T00:32:31.334Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2770 | 2025-01-08T00:32:34.352Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2771 | 2025-01-08T00:32:35.450Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2772 | 2025-01-08T00:32:38.312Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2773 | 2025-01-08T00:32:39.575Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2774 | 2025-01-08T00:32:47.533Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2775 | 2025-01-08T00:32:48.028Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2776 | 2025-01-08T00:32:49.546Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2777 | 2025-01-08T00:32:49.813Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2778 | 2025-01-08T00:33:35.173Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2779 | 2025-01-08T00:33:44.506Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2780 | 2025-01-08T00:33:46.735Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2781 | 2025-01-08T00:33:55.438Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2782 | 2025-01-08T00:34:21.251Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2783 | 2025-01-08T00:34:25.102Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2784 | 2025-01-08T00:34:26.193Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2785 | 2025-01-08T00:34:26.256Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2786 | 2025-01-08T00:34:29.357Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2787 | 2025-01-08T00:34:30.311Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2788 | 2025-01-08T00:34:34.589Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2789 | 2025-01-08T00:34:36.537Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2790 | 2025-01-08T00:34:38.812Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2791 | 2025-01-08T00:35:09.126Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2792 | 2025-01-08T00:35:24.465Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2793 | 2025-01-08T00:35:31.401Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2794 | 2025-01-08T00:35:31.465Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2795 | 2025-01-08T00:35:31.664Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2796 | 2025-01-08T00:35:33.397Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2797 | 2025-01-08T00:35:37.589Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2798 | 2025-01-08T00:36:08.479Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2799 | 2025-01-08T00:36:09.059Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2800 | 2025-01-08T00:36:10.605Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2801 | 2025-01-08T00:36:15.053Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2802 | 2025-01-08T00:36:15.827Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2803 | 2025-01-08T00:36:37.865Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2804 | 2025-01-08T00:36:38.845Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2805 | 2025-01-08T00:36:43.051Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2806 | 2025-01-08T00:36:45.158Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2807 | 2025-01-08T00:36:46.338Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2808 | 2025-01-08T00:36:56.440Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2809 | 2025-01-08T00:36:58.106Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2810 | 2025-01-08T00:36:59.282Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2811 | 2025-01-08T00:37:00.853Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2812 | 2025-01-08T00:37:05.878Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2813 | 2025-01-08T00:37:15.183Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2814 | 2025-01-08T00:37:16.807Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2815 | 2025-01-08T00:37:18.261Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2816 | 2025-01-08T00:37:25.364Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2817 | 2025-01-08T00:37:29.491Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2818 | 2025-01-08T00:37:38.968Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2819 | 2025-01-08T00:37:39.527Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2820 | 2025-01-08T00:37:42.408Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2821 | 2025-01-08T00:37:44.993Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2822 | 2025-01-08T00:37:46.139Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2823 | 2025-01-08T00:37:49.041Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2824 | 2025-01-08T00:37:51.580Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2825 | 2025-01-08T00:37:54.954Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2826 | 2025-01-08T00:38:01.273Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2827 | 2025-01-08T00:38:03.470Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2828 | 2025-01-08T00:38:07.377Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2829 | 2025-01-08T00:38:12.055Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2830 | 2025-01-08T00:38:14.384Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2831 | 2025-01-08T00:38:17.897Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2832 | 2025-01-08T00:38:18.256Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2833 | 2025-01-08T00:38:18.334Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2834 | 2025-01-08T00:38:19.079Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2835 | 2025-01-08T00:38:32.356Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2836 | 2025-01-08T00:38:33.882Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2837 | 2025-01-08T00:38:33.927Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2838 | 2025-01-08T00:38:34.208Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2839 | 2025-01-08T00:38:37.380Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2840 | 2025-01-08T00:38:41.014Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2841 | 2025-01-08T00:38:43.842Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2842 | 2025-01-08T00:38:48.388Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2843 | 2025-01-08T00:38:49.366Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2844 | 2025-01-08T00:38:54.317Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2845 | 2025-01-08T00:38:54.650Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2846 | 2025-01-08T00:38:54.668Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2847 | 2025-01-08T00:38:58.561Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2848 | 2025-01-08T00:39:02.642Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2849 | 2025-01-08T00:39:05.249Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2850 | 2025-01-08T00:39:09.947Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2851 | 2025-01-08T00:39:10.505Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2852 | 2025-01-08T00:39:13.733Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2853 | 2025-01-08T00:39:15.546Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2854 | 2025-01-08T00:39:21.039Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2855 | 2025-01-08T00:39:22.618Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2856 | 2025-01-08T00:39:25.667Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2857 | 2025-01-08T00:39:26.305Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2858 | 2025-01-08T00:39:31.119Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2859 | 2025-01-08T00:39:32.154Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2860 | 2025-01-08T00:39:36.578Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2861 | 2025-01-08T00:39:38.023Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2862 | 2025-01-08T00:39:40.343Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2863 | 2025-01-08T00:39:44.852Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2864 | 2025-01-08T00:39:46.415Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2865 | 2025-01-08T00:39:48.655Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2866 | 2025-01-08T00:39:50.869Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2867 | 2025-01-08T00:39:56.025Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2868 | 2025-01-08T00:39:57.491Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2869 | 2025-01-08T00:39:59.514Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2870 | 2025-01-08T00:40:00.202Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2871 | 2025-01-08T00:40:06.124Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2872 | 2025-01-08T00:40:06.145Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2873 | 2025-01-08T00:40:06.147Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2874 | 2025-01-08T00:40:08.117Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2875 | 2025-01-08T00:40:10.505Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2876 | 2025-01-08T00:40:13.212Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2877 | 2025-01-08T00:40:15.222Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2878 | 2025-01-08T00:40:19.118Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2879 | 2025-01-08T00:40:19.297Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2880 | 2025-01-08T00:40:19.971Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2881 | 2025-01-08T00:40:20.231Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2882 | 2025-01-08T00:40:20.529Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2883 | 2025-01-08T00:40:21.704Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2884 | 2025-01-08T00:40:24.282Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2885 | 2025-01-08T00:40:24.656Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2886 | 2025-01-08T00:40:25.155Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2887 | 2025-01-08T00:40:25.286Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2888 | 2025-01-08T00:40:27.218Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2889 | 2025-01-08T00:40:28.954Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2890 | 2025-01-08T00:40:29.726Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2891 | 2025-01-08T00:40:30.718Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2892 | 2025-01-08T00:41:04.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 24s |
2893 | 2025-01-08T00:41:04.396Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2894 | 2025-01-08T00:41:04.462Z | |
2895 | 2025-01-08T00:41:04.465Z | real 9:24.419390280 |
2896 | 2025-01-08T00:41:04.465Z | user 27:07.900551395 |
2897 | 2025-01-08T00:41:04.465Z | sys 43:48.440848532 |
2898 | 2025-01-08T00:41:04.465Z | trap 0.440498084 |
2899 | 2025-01-08T00:41:04.465Z | tflt 0.241384592 |
2900 | 2025-01-08T00:41:04.465Z | dflt 0.195579319 |
2901 | 2025-01-08T00:41:04.465Z | kflt 0.000076977 |
2902 | 2025-01-08T00:41:04.465Z | lock 1:34:16.243948978 |
2903 | 2025-01-08T00:41:04.465Z | slp 2:39:20.438115998 |
2904 | 2025-01-08T00:41:04.465Z | lat 1:17.510990041 |
2905 | 2025-01-08T00:41:04.465Z | stop 1:13.283239451 |
2906 | 2025-01-08T00:41:04.465Z | process exited: duration 1341855 ms, exit code 0 |
|
2907 | 2025-01-08T00:41:04.472Z | found 0 output files |