|
|
|
1 | 2024-12-18T22:35:28.564Z | job assigned to worker 01JFDYH7T43MC9BCZGVN0QNKPT [factory aws, i-053fe8cd98e48121e] (queued for 57 s) |
|
2 | 2024-12-18T22:35:37.267Z | starting task 0: "setup" |
3 | 2024-12-18T22:35:37.275Z | ++ uname -s |
4 | 2024-12-18T22:35:37.280Z | + kern=SunOS |
5 | 2024-12-18T22:35:37.280Z | + case "$kern" in |
6 | 2024-12-18T22:35:37.281Z | + groupadd -g 12345 build |
7 | 2024-12-18T22:35:37.286Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T22:35:39.286Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T22:35:39.374Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T22:35:39.377Z | + home_fs=zfs |
11 | 2024-12-18T22:35:39.377Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T22:35:39.377Z | + mkdir -p /home/build |
13 | 2024-12-18T22:35:39.380Z | + chown build:build /home/build /work |
14 | 2024-12-18T22:35:41.381Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T22:35:41.384Z | process exited: duration 4119 ms, exit code 0 |
|
16 | 2024-12-18T22:35:41.389Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T22:35:41.395Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T22:35:41.395Z | ' 1.81.0 |
19 | 2024-12-18T22:35:41.395Z | * toolchain channel = "1.81.0" |
20 | 2024-12-18T22:35:41.395Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-18T22:35:41.395Z | ' default |
22 | 2024-12-18T22:35:41.395Z | * toolchain profile = "default" |
23 | 2024-12-18T22:35:41.398Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T22:35:41.398Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T22:35:41.517Z | info: downloading installer |
26 | 2024-12-18T22:35:42.895Z | info: profile set to 'default' |
27 | 2024-12-18T22:35:42.896Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T22:35:42.899Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T22:35:43.059Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T22:35:43.059Z | info: downloading component 'cargo' |
31 | 2024-12-18T22:35:43.918Z | info: downloading component 'clippy' |
32 | 2024-12-18T22:35:44.236Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T22:35:45.434Z | info: downloading component 'rust-std' |
34 | 2024-12-18T22:35:47.294Z | info: downloading component 'rustc' |
35 | 2024-12-18T22:35:54.014Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T22:35:54.269Z | info: installing component 'cargo' |
37 | 2024-12-18T22:35:55.087Z | info: installing component 'clippy' |
38 | 2024-12-18T22:35:55.445Z | info: installing component 'rust-docs' |
39 | 2024-12-18T22:35:57.074Z | info: installing component 'rust-std' |
40 | 2024-12-18T22:35:58.828Z | info: installing component 'rustc' |
41 | 2024-12-18T22:36:04.582Z | info: installing component 'rustfmt' |
42 | 2024-12-18T22:36:04.863Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T22:36:04.863Z | |
44 | 2024-12-18T22:36:05.232Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T22:36:05.232Z | |
46 | 2024-12-18T22:36:05.251Z | |
47 | 2024-12-18T22:36:05.251Z | Rust is installed now. Great! |
48 | 2024-12-18T22:36:05.251Z | |
49 | 2024-12-18T22:36:05.251Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T22:36:05.251Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T22:36:05.251Z | |
52 | 2024-12-18T22:36:05.251Z | To configure your current shell, you need to source |
53 | 2024-12-18T22:36:05.251Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T22:36:05.251Z | |
55 | 2024-12-18T22:36:05.251Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T22:36:05.252Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T22:36:05.252Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T22:36:05.316Z | + rustc --version |
59 | 2024-12-18T22:36:05.384Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T22:36:05.389Z | process exited: duration 23995 ms, exit code 0 |
|
61 | 2024-12-18T22:36:05.396Z | starting task 2: "authentication" |
62 | 2024-12-18T22:36:05.417Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-18T22:36:05.423Z | starting task 3: "clone repository" |
64 | 2024-12-18T22:36:05.428Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T22:36:05.431Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T22:36:05.715Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T22:36:12.342Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T22:36:12.342Z | + git fetch origin d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
69 | 2024-12-18T22:36:12.673Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T22:36:12.674Z | * branch d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d -> FETCH_HEAD |
71 | 2024-12-18T22:36:12.683Z | + [[ -n eliza/webhook-models ]] |
72 | 2024-12-18T22:36:12.688Z | ++ git branch --show-current |
73 | 2024-12-18T22:36:12.688Z | + current=main |
74 | 2024-12-18T22:36:12.688Z | + [[ main != eliza/webhook-models ]] |
75 | 2024-12-18T22:36:12.689Z | + git branch -f eliza/webhook-models d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
76 | 2024-12-18T22:36:12.692Z | + git checkout -f eliza/webhook-models |
77 | 2024-12-18T22:36:12.805Z | Switched to branch 'eliza/webhook-models' |
78 | 2024-12-18T22:36:12.809Z | + git reset --hard d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
79 | 2024-12-18T22:36:12.919Z | HEAD is now at d80c4c9ce more diesel plumbing |
80 | 2024-12-18T22:36:12.925Z | process exited: duration 7496 ms, exit code 0 |
|
81 | 2024-12-18T22:36:12.936Z | starting task 4: "build" |
82 | 2024-12-18T22:36:12.942Z | + source ./env.sh |
83 | 2024-12-18T22:36:12.946Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-18T22:36:12.946Z | ++ set -o xtrace |
85 | 2024-12-18T22:36:12.946Z | ++++ dirname ./env.sh |
86 | 2024-12-18T22:36:12.949Z | +++ readlink -f . |
87 | 2024-12-18T22:36:12.984Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-18T22:36:12.988Z | ++ 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 | 2024-12-18T22:36:12.988Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-18T22:36:12.988Z | ++ 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 | 2024-12-18T22:36:12.988Z | ++ 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 | 2024-12-18T22:36:12.988Z | ++ 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 | 2024-12-18T22:36:12.988Z | ++ 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 | 2024-12-18T22:36:12.988Z | ++ 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 | 2024-12-18T22:36:12.988Z | ++ 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 | 2024-12-18T22:36:12.988Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-18T22:36:12.988Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-18T22:36:12.988Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-18T22:36:12.988Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-18T22:36:12.988Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-18T22:36:12.988Z | + cargo --version |
102 | 2024-12-18T22:36:13.043Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-18T22:36:13.048Z | + rustc --version |
104 | 2024-12-18T22:36:13.123Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-18T22:36:13.129Z | + banner prerequisites |
106 | 2024-12-18T22:36:13.169Z | |
107 | 2024-12-18T22:36:13.169Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-18T22:36:13.169Z | # # # # # # # # # # # # # # # |
109 | 2024-12-18T22:36:13.169Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-18T22:36:13.169Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-18T22:36:13.169Z | # # # # # # # # # # # # # # # |
112 | 2024-12-18T22:36:13.169Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-18T22:36:13.169Z | |
114 | 2024-12-18T22:36:13.188Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-18T22:36:28.128Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-18T22:36:32.233Z | Startup: Caching catalogs ... Done |
117 | 2024-12-18T22:36:43.034Z | Planning: Solver setup ... Done (9.933s) |
118 | 2024-12-18T22:36:43.173Z | Planning: Running solver ... Done (0.135s) |
119 | 2024-12-18T22:36:43.361Z | Planning: Finding local manifests ... Done (0.085s) |
120 | 2024-12-18T22:36:47.227Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-18T22:36:47.228Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-18T22:36:47.228Z | Planning: Package planning ... Done (0.197s) |
123 | 2024-12-18T22:36:47.228Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-12-18T22:36:47.228Z | Planning: Checking for conflicting actions ... Done (0.678s) |
125 | 2024-12-18T22:36:51.136Z | Planning: Consolidating action changes ... Done (6.102s) |
126 | 2024-12-18T22:36:51.668Z | Planning: Evaluating mediators ... Done (0.384s) |
127 | 2024-12-18T22:36:51.782Z | Planning: Planning completed in 19.45 seconds |
128 | 2024-12-18T22:36:52.427Z | Packages to install: 4 |
129 | 2024-12-18T22:36:52.428Z | Packages to update: 1 |
130 | 2024-12-18T22:36:52.428Z | Mediators to change: 2 |
131 | 2024-12-18T22:36:52.428Z | Services to change: 1 |
132 | 2024-12-18T22:36:52.432Z | Estimated space available: 155.63 GB |
133 | 2024-12-18T22:36:52.432Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-18T22:36:52.432Z | Create boot environment: No |
135 | 2024-12-18T22:36:52.432Z | Create backup boot environment: Yes |
136 | 2024-12-18T22:36:52.432Z | Rebuild boot archive: No |
137 | 2024-12-18T22:36:52.432Z | |
138 | 2024-12-18T22:36:52.432Z | Changed mediators: |
139 | 2024-12-18T22:36:52.432Z | mediator clang: |
140 | 2024-12-18T22:36:52.432Z | version: None -> 15 (system default) |
141 | 2024-12-18T22:36:52.432Z | |
142 | 2024-12-18T22:36:52.432Z | mediator llvm: |
143 | 2024-12-18T22:36:52.432Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-18T22:36:52.433Z | |
145 | 2024-12-18T22:36:52.433Z | Changed packages: |
146 | 2024-12-18T22:36:52.433Z | helios-dev |
147 | 2024-12-18T22:36:52.433Z | developer/build-essential |
148 | 2024-12-18T22:36:52.433Z | None -> 11-2.0 |
149 | 2024-12-18T22:36:52.433Z | library/libxmlsec1 |
150 | 2024-12-18T22:36:52.433Z | None -> 1.2.35-2.0 |
151 | 2024-12-18T22:36:52.433Z | ooce/developer/clang-15 |
152 | 2024-12-18T22:36:52.433Z | None -> 15.0.7-2.0 |
153 | 2024-12-18T22:36:52.433Z | ooce/developer/llvm-15 |
154 | 2024-12-18T22:36:52.433Z | None -> 15.0.7-2.0 |
155 | 2024-12-18T22:36:52.433Z | package/pkg |
156 | 2024-12-18T22:36:52.433Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-18T22:36:52.433Z | |
158 | 2024-12-18T22:36:52.435Z | Services: |
159 | 2024-12-18T22:36:52.435Z | restart_fmri: |
160 | 2024-12-18T22:36:52.435Z | svc:/system/update-man-index:default |
161 | 2024-12-18T22:36:52.435Z | |
162 | 2024-12-18T22:36:52.435Z | Editable files to change: |
163 | 2024-12-18T22:36:52.435Z | Update: |
164 | 2024-12-18T22:36:52.435Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-18T22:36:52.944Z | |
166 | 2024-12-18T22:36:52.944Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-18T22:36:57.958Z | Download: 457/4281 items 2.6/220.6MB 1% complete (554k/s) |
168 | 2024-12-18T22:37:02.966Z | Download: 1116/4281 items 29.2/220.6MB 13% complete (2.9M/s) |
169 | 2024-12-18T22:37:08.540Z | Download: 1194/4281 items 83.3/220.6MB 37% complete (8.2M/s) |
170 | 2024-12-18T22:37:13.546Z | Download: 1682/4281 items 117.0/220.6MB 53% complete (6.8M/s) |
171 | 2024-12-18T22:37:21.326Z | Download: 2217/4281 items 118.3/220.6MB 53% complete (4.2M/s) |
172 | 2024-12-18T22:37:26.335Z | Download: 2364/4281 items 120.0/220.6MB 54% complete (206k/s) |
173 | 2024-12-18T22:37:31.346Z | Download: 3237/4281 items 171.0/220.6MB 77% complete (5.2M/s) |
174 | 2024-12-18T22:37:36.346Z | Download: 4170/4281 items 220.4/220.6MB 99% complete (10.0M/s) |
175 | 2024-12-18T22:37:37.123Z | Download: Completed 220.60 MB in 44.17 seconds (5.0M/s) |
176 | 2024-12-18T22:37:39.090Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-12-18T22:37:39.107Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-12-18T22:37:44.189Z | Actions: 4079/5063 actions (Installing new actions) |
179 | 2024-12-18T22:37:45.211Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-12-18T22:37:45.647Z | Actions: Completed 5063 actions in 6.56 seconds. |
181 | 2024-12-18T22:37:46.048Z | Done (0.393s) |
182 | 2024-12-18T22:37:46.051Z | Done (0.000s) |
183 | 2024-12-18T22:37:46.621Z | Done (0.570s) |
184 | 2024-12-18T22:37:53.875Z | Done (7.016s) |
185 | 2024-12-18T22:37:57.347Z | Done (0.490s) |
186 | 2024-12-18T22:37:57.739Z | Done (0.000s) |
187 | 2024-12-18T22:37:57.739Z | Done (0.000s) |
188 | 2024-12-18T22:37:57.739Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-12-18T22:37:57.739Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-12-18T22:37:57.739Z | Planning: Consolidating action changes ... Done |
191 | 2024-12-18T22:37:57.739Z | Planning: Evaluating mediators ... Done |
192 | 2024-12-18T22:37:57.740Z | Planning: Planning completed in 0.44 seconds |
193 | 2024-12-18T22:37:57.740Z | Mediators to change: 2 |
194 | 2024-12-18T22:37:57.740Z | Create boot environment: No |
195 | 2024-12-18T22:37:57.740Z | Create backup boot environment: No |
196 | 2024-12-18T22:37:57.740Z | Done |
197 | 2024-12-18T22:37:57.740Z | Done |
198 | 2024-12-18T22:37:57.740Z | Done |
199 | 2024-12-18T22:38:00.048Z | Done |
200 | 2024-12-18T22:38:00.167Z | Done |
201 | 2024-12-18T22:38:00.171Z | Done |
202 | 2024-12-18T22:38:00.253Z | Done |
203 | 2024-12-18T22:38:00.878Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-12-18T22:38:00.897Z | Planning: Merging actions ... Done |
205 | 2024-12-18T22:38:01.070Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-12-18T22:38:01.073Z | Planning: Consolidating action changes ... Done |
207 | 2024-12-18T22:38:01.340Z | Planning: Evaluating mediators ... Done |
208 | 2024-12-18T22:38:01.396Z | Planning: Planning completed in 0.76 seconds |
209 | 2024-12-18T22:38:01.435Z | Packages to change: 1 |
210 | 2024-12-18T22:38:01.435Z | Mediators to change: 1 |
211 | 2024-12-18T22:38:01.438Z | Services to change: 1 |
212 | 2024-12-18T22:38:01.438Z | Create boot environment: No |
213 | 2024-12-18T22:38:01.438Z | Create backup boot environment: Yes |
214 | 2024-12-18T22:38:03.740Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-12-18T22:38:03.784Z | Actions: Completed 6 actions in 0.07 seconds. |
216 | 2024-12-18T22:38:03.799Z | Done |
217 | 2024-12-18T22:38:03.799Z | Done |
218 | 2024-12-18T22:38:03.901Z | Done |
219 | 2024-12-18T22:38:07.701Z | Done |
220 | 2024-12-18T22:38:07.797Z | Done |
221 | 2024-12-18T22:38:07.799Z | Done |
222 | 2024-12-18T22:38:07.939Z | Done |
223 | 2024-12-18T22:38:08.385Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-12-18T22:38:08.385Z | clang system 15 system |
225 | 2024-12-18T22:38:08.385Z | csh system system illumos |
226 | 2024-12-18T22:38:08.385Z | ctags system system illumos |
227 | 2024-12-18T22:38:08.385Z | gcc vendor 12 vendor |
228 | 2024-12-18T22:38:08.385Z | gcc system 10 system |
229 | 2024-12-18T22:38:08.385Z | gcc system 7 system |
230 | 2024-12-18T22:38:08.385Z | go system 1.20 system |
231 | 2024-12-18T22:38:08.385Z | go system 1.19 system |
232 | 2024-12-18T22:38:08.385Z | llvm system 15 system |
233 | 2024-12-18T22:38:08.385Z | llvm system 14 system |
234 | 2024-12-18T22:38:08.385Z | mariadb system 10.6 system |
235 | 2024-12-18T22:38:08.385Z | mta vendor vendor dma |
236 | 2024-12-18T22:38:08.385Z | openjdk system 17 system |
237 | 2024-12-18T22:38:08.386Z | openjdk system 11 system |
238 | 2024-12-18T22:38:08.386Z | openjdk system 1.8 system |
239 | 2024-12-18T22:38:08.386Z | openssl vendor 3 vendor |
240 | 2024-12-18T22:38:08.386Z | perl system 5.36 system |
241 | 2024-12-18T22:38:08.386Z | postgresql system 15 system |
242 | 2024-12-18T22:38:08.386Z | postgresql system 13 system |
243 | 2024-12-18T22:38:08.386Z | python vendor 3 vendor |
244 | 2024-12-18T22:38:08.387Z | python system 2 system |
245 | 2024-12-18T22:38:08.387Z | python3 system 3.11 system |
246 | 2024-12-18T22:38:08.387Z | ruby system 3.0 system |
247 | 2024-12-18T22:38:08.387Z | words vendor vendor american-english |
248 | 2024-12-18T22:38:08.387Z | words system system australian-english |
249 | 2024-12-18T22:38:08.387Z | words system system british-english |
250 | 2024-12-18T22:38:08.387Z | words system system canadian-english |
251 | 2024-12-18T22:38:08.387Z | words system system french |
252 | 2024-12-18T22:38:08.387Z | words system system italian |
253 | 2024-12-18T22:38:08.387Z | words system system ngerman |
254 | 2024-12-18T22:38:08.387Z | words system system ogerman |
255 | 2024-12-18T22:38:08.387Z | words system system spanish |
256 | 2024-12-18T22:38:08.720Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-12-18T22:38:08.721Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-12-18T22:38:11.520Z | FMRI IFO |
259 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-12-18T22:38:11.521Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-12-18T22:38:12.213Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-12-18T22:38:12.497Z | Updating crates.io index |
276 | 2024-12-18T22:38:12.581Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-12-18T22:38:13.072Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-12-18T22:38:13.353Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-12-18T22:38:13.629Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-12-18T22:38:13.903Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-12-18T22:38:14.802Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-12-18T22:38:16.516Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-12-18T22:38:17.213Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-12-18T22:38:17.860Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-12-18T22:38:18.149Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-12-18T22:38:18.512Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-12-18T22:38:19.096Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-12-18T22:38:19.499Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-12-18T22:38:19.806Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-12-18T22:38:20.068Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-12-18T22:38:20.362Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-12-18T22:38:20.672Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-12-18T22:38:20.977Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-12-18T22:38:21.285Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-12-18T22:38:21.634Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-12-18T22:38:22.023Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-12-18T22:38:22.492Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-12-18T22:38:22.789Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-12-18T22:38:23.176Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-12-18T22:38:23.700Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2024-12-18T22:38:23.989Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-12-18T22:38:24.297Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-12-18T22:38:24.589Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-12-18T22:38:26.144Z | Downloading crates ... |
305 | 2024-12-18T22:38:26.193Z | Downloaded block-buffer v0.10.4 |
306 | 2024-12-18T22:38:26.198Z | Downloaded anstyle v1.0.10 |
307 | 2024-12-18T22:38:26.201Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-12-18T22:38:26.203Z | Downloaded anstyle-query v1.1.1 |
309 | 2024-12-18T22:38:26.203Z | Downloaded anstream v0.6.15 |
310 | 2024-12-18T22:38:26.209Z | Downloaded equivalent v1.0.1 |
311 | 2024-12-18T22:38:26.216Z | Downloaded cfg-if v1.0.0 |
312 | 2024-12-18T22:38:26.219Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-12-18T22:38:26.223Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-12-18T22:38:26.226Z | Downloaded scroll_derive v0.12.0 |
315 | 2024-12-18T22:38:26.233Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-12-18T22:38:26.246Z | Downloaded swrite v0.1.0 |
317 | 2024-12-18T22:38:26.250Z | Downloaded dtrace-parser v0.2.0 |
318 | 2024-12-18T22:38:26.250Z | Downloaded fnv v1.0.7 |
319 | 2024-12-18T22:38:26.253Z | Downloaded dof v0.3.0 |
320 | 2024-12-18T22:38:26.253Z | Downloaded cpufeatures v0.2.14 |
321 | 2024-12-18T22:38:26.256Z | Downloaded cargo-platform v0.1.8 |
322 | 2024-12-18T22:38:26.256Z | Downloaded itoa v1.0.11 |
323 | 2024-12-18T22:38:26.256Z | Downloaded is_terminal_polyfill v1.70.1 |
324 | 2024-12-18T22:38:26.259Z | Downloaded errno v0.3.9 |
325 | 2024-12-18T22:38:26.259Z | Downloaded heck v0.5.0 |
326 | 2024-12-18T22:38:26.261Z | Downloaded generic-array v0.14.7 |
327 | 2024-12-18T22:38:26.261Z | Downloaded crypto-common v0.1.6 |
328 | 2024-12-18T22:38:26.263Z | Downloaded thiserror v1.0.69 |
329 | 2024-12-18T22:38:26.266Z | Downloaded serde_spanned v0.6.8 |
330 | 2024-12-18T22:38:26.269Z | Downloaded smawk v0.3.2 |
331 | 2024-12-18T22:38:26.270Z | Downloaded autocfg v1.4.0 |
332 | 2024-12-18T22:38:26.272Z | Downloaded plain v0.2.3 |
333 | 2024-12-18T22:38:26.272Z | Downloaded usdt v0.5.0 |
334 | 2024-12-18T22:38:26.275Z | Downloaded macaddr v1.0.1 |
335 | 2024-12-18T22:38:26.275Z | Downloaded clap_lex v0.7.2 |
336 | 2024-12-18T22:38:26.277Z | Downloaded byteorder v1.5.0 |
337 | 2024-12-18T22:38:26.277Z | Downloaded thiserror-impl v1.0.69 |
338 | 2024-12-18T22:38:26.282Z | Downloaded anyhow v1.0.93 |
339 | 2024-12-18T22:38:26.287Z | Downloaded version_check v0.9.5 |
340 | 2024-12-18T22:38:26.287Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-12-18T22:38:26.287Z | Downloaded tabled_derive v0.7.0 |
342 | 2024-12-18T22:38:26.290Z | Downloaded digest v0.10.7 |
343 | 2024-12-18T22:38:26.290Z | Downloaded fastrand v2.1.1 |
344 | 2024-12-18T22:38:26.290Z | Downloaded serde_tokenstream v0.2.2 |
345 | 2024-12-18T22:38:26.294Z | Downloaded colorchoice v1.0.2 |
346 | 2024-12-18T22:38:26.294Z | Downloaded utf8parse v0.2.2 |
347 | 2024-12-18T22:38:26.294Z | Downloaded pest_generator v2.7.14 |
348 | 2024-12-18T22:38:26.297Z | Downloaded unicode-linebreak v0.1.5 |
349 | 2024-12-18T22:38:26.297Z | Downloaded thread-id v4.2.2 |
350 | 2024-12-18T22:38:26.297Z | Downloaded toml_datetime v0.6.8 |
351 | 2024-12-18T22:38:26.299Z | Downloaded bytecount v0.6.8 |
352 | 2024-12-18T22:38:26.299Z | Downloaded memmap v0.7.0 |
353 | 2024-12-18T22:38:26.303Z | Downloaded terminal_size v0.4.0 |
354 | 2024-12-18T22:38:26.303Z | Downloaded fs-err v2.11.0 |
355 | 2024-12-18T22:38:26.305Z | Downloaded strsim v0.11.1 |
356 | 2024-12-18T22:38:26.310Z | Downloaded clap_derive v4.5.18 |
357 | 2024-12-18T22:38:26.312Z | Downloaded cargo_metadata v0.18.1 |
358 | 2024-12-18T22:38:26.315Z | Downloaded sha2 v0.10.8 |
359 | 2024-12-18T22:38:26.317Z | Downloaded heck v0.4.1 |
360 | 2024-12-18T22:38:26.320Z | Downloaded tempfile v3.13.0 |
361 | 2024-12-18T22:38:26.323Z | Downloaded quote v1.0.37 |
362 | 2024-12-18T22:38:26.325Z | Downloaded camino-tempfile v1.1.1 |
363 | 2024-12-18T22:38:26.325Z | Downloaded camino v1.1.9 |
364 | 2024-12-18T22:38:26.327Z | Downloaded pest_derive v2.7.14 |
365 | 2024-12-18T22:38:26.330Z | Downloaded zerocopy-derive v0.7.35 |
366 | 2024-12-18T22:38:26.335Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-12-18T22:38:26.337Z | Downloaded semver v1.0.23 |
368 | 2024-12-18T22:38:26.340Z | Downloaded scroll v0.12.0 |
369 | 2024-12-18T22:38:26.340Z | Downloaded proc-macro-error v1.0.4 |
370 | 2024-12-18T22:38:26.343Z | Downloaded cargo_toml v0.20.5 |
371 | 2024-12-18T22:38:26.346Z | Downloaded pest_meta v2.7.14 |
372 | 2024-12-18T22:38:26.348Z | Downloaded once_cell v1.20.2 |
373 | 2024-12-18T22:38:26.350Z | Downloaded unicode-ident v1.0.13 |
374 | 2024-12-18T22:38:26.353Z | Downloaded proc-macro2 v1.0.89 |
375 | 2024-12-18T22:38:26.355Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-12-18T22:38:26.358Z | Downloaded typenum v1.17.0 |
377 | 2024-12-18T22:38:26.360Z | Downloaded bitflags v2.6.0 |
378 | 2024-12-18T22:38:26.363Z | Downloaded ryu v1.0.18 |
379 | 2024-12-18T22:38:26.366Z | Downloaded textwrap v0.16.1 |
380 | 2024-12-18T22:38:26.369Z | Downloaded papergrid v0.11.0 |
381 | 2024-12-18T22:38:26.373Z | Downloaded toml v0.8.19 |
382 | 2024-12-18T22:38:26.376Z | Downloaded clap v4.5.21 |
383 | 2024-12-18T22:38:26.386Z | Downloaded serde_derive v1.0.215 |
384 | 2024-12-18T22:38:26.388Z | Downloaded indexmap v2.6.0 |
385 | 2024-12-18T22:38:26.394Z | Downloaded log v0.4.22 |
386 | 2024-12-18T22:38:26.397Z | Downloaded serde v1.0.215 |
387 | 2024-12-18T22:38:26.402Z | Downloaded memchr v2.7.4 |
388 | 2024-12-18T22:38:26.416Z | Downloaded toml_edit v0.22.22 |
389 | 2024-12-18T22:38:26.438Z | Downloaded hashbrown v0.15.1 |
390 | 2024-12-18T22:38:26.453Z | Downloaded pest v2.7.14 |
391 | 2024-12-18T22:38:26.458Z | Downloaded clap_builder v4.5.21 |
392 | 2024-12-18T22:38:26.465Z | Downloaded winnow v0.6.20 |
393 | 2024-12-18T22:38:26.473Z | Downloaded zerocopy v0.7.35 |
394 | 2024-12-18T22:38:26.488Z | Downloaded goblin v0.8.2 |
395 | 2024-12-18T22:38:26.494Z | Downloaded tabled v0.15.0 |
396 | 2024-12-18T22:38:26.508Z | Downloaded serde_json v1.0.132 |
397 | 2024-12-18T22:38:26.516Z | Downloaded syn v1.0.109 |
398 | 2024-12-18T22:38:26.526Z | Downloaded unicode-width v0.1.14 |
399 | 2024-12-18T22:38:26.531Z | Downloaded syn v2.0.87 |
400 | 2024-12-18T22:38:26.542Z | Downloaded rustix v0.38.37 |
401 | 2024-12-18T22:38:26.572Z | Downloaded libc v0.2.162 |
402 | 2024-12-18T22:38:26.884Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-12-18T22:38:26.884Z | Compiling unicode-ident v1.0.13 |
404 | 2024-12-18T22:38:26.884Z | Compiling version_check v0.9.5 |
405 | 2024-12-18T22:38:26.886Z | Compiling serde v1.0.215 |
406 | 2024-12-18T22:38:26.886Z | Compiling memchr v2.7.4 |
407 | 2024-12-18T22:38:26.887Z | Compiling thiserror v1.0.69 |
408 | 2024-12-18T22:38:26.887Z | Compiling libc v0.2.162 |
409 | 2024-12-18T22:38:26.921Z | Compiling ucd-trie v0.1.7 |
410 | 2024-12-18T22:38:27.535Z | Compiling ryu v1.0.18 |
411 | 2024-12-18T22:38:27.693Z | Compiling itoa v1.0.11 |
412 | 2024-12-18T22:38:27.874Z | Compiling once_cell v1.20.2 |
413 | 2024-12-18T22:38:28.213Z | Compiling byteorder v1.5.0 |
414 | 2024-12-18T22:38:28.328Z | Compiling rustix v0.38.37 |
415 | 2024-12-18T22:38:28.423Z | Compiling serde_json v1.0.132 |
416 | 2024-12-18T22:38:28.466Z | Compiling bitflags v2.6.0 |
417 | 2024-12-18T22:38:28.624Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-12-18T22:38:28.770Z | Compiling usdt-impl v0.5.0 |
419 | 2024-12-18T22:38:28.933Z | Compiling syn v1.0.109 |
420 | 2024-12-18T22:38:29.074Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-12-18T22:38:29.114Z | Compiling hashbrown v0.15.1 |
422 | 2024-12-18T22:38:29.328Z | Compiling camino v1.1.9 |
423 | 2024-12-18T22:38:29.367Z | Compiling log v0.4.22 |
424 | 2024-12-18T22:38:29.393Z | Compiling equivalent v1.0.1 |
425 | 2024-12-18T22:38:29.518Z | Compiling quote v1.0.37 |
426 | 2024-12-18T22:38:29.680Z | Compiling plain v0.2.3 |
427 | 2024-12-18T22:38:29.805Z | Compiling errno v0.3.9 |
428 | 2024-12-18T22:38:29.839Z | Compiling utf8parse v0.2.2 |
429 | 2024-12-18T22:38:29.947Z | Compiling syn v2.0.87 |
430 | 2024-12-18T22:38:30.052Z | Compiling thread-id v4.2.2 |
431 | 2024-12-18T22:38:30.080Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-12-18T22:38:30.363Z | Compiling indexmap v2.6.0 |
433 | 2024-12-18T22:38:30.410Z | Compiling anstyle-query v1.1.1 |
434 | 2024-12-18T22:38:30.434Z | Compiling pretty-hex v0.4.1 |
435 | 2024-12-18T22:38:30.561Z | Compiling winnow v0.6.20 |
436 | 2024-12-18T22:38:30.596Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2024-12-18T22:38:30.656Z | Compiling anstyle v1.0.10 |
438 | 2024-12-18T22:38:30.758Z | Compiling semver v1.0.23 |
439 | 2024-12-18T22:38:31.614Z | Compiling unicode-width v0.1.14 |
440 | 2024-12-18T22:38:31.630Z | Compiling colorchoice v1.0.2 |
441 | 2024-12-18T22:38:31.630Z | Compiling autocfg v1.4.0 |
442 | 2024-12-18T22:38:31.631Z | Compiling anstream v0.6.15 |
443 | 2024-12-18T22:38:31.951Z | Compiling cfg-if v1.0.0 |
444 | 2024-12-18T22:38:31.953Z | Compiling fastrand v2.1.1 |
445 | 2024-12-18T22:38:32.087Z | Compiling heck v0.5.0 |
446 | 2024-12-18T22:38:32.272Z | Compiling terminal_size v0.4.0 |
447 | 2024-12-18T22:38:32.500Z | Compiling bytecount v0.6.8 |
448 | 2024-12-18T22:38:32.537Z | Compiling heck v0.4.1 |
449 | 2024-12-18T22:38:32.630Z | Compiling strsim v0.11.1 |
450 | 2024-12-18T22:38:32.660Z | Compiling fs-err v2.11.0 |
451 | 2024-12-18T22:38:32.727Z | Compiling fnv v1.0.7 |
452 | 2024-12-18T22:38:32.924Z | Compiling clap_lex v0.7.2 |
453 | 2024-12-18T22:38:32.972Z | Compiling anyhow v1.0.93 |
454 | 2024-12-18T22:38:33.462Z | Compiling tempfile v3.13.0 |
455 | 2024-12-18T22:38:33.526Z | Compiling clap_builder v4.5.21 |
456 | 2024-12-18T22:38:33.660Z | Compiling papergrid v0.11.0 |
457 | 2024-12-18T22:38:33.947Z | Compiling memmap v0.7.0 |
458 | 2024-12-18T22:38:34.017Z | Compiling smawk v0.3.2 |
459 | 2024-12-18T22:38:34.260Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-12-18T22:38:34.428Z | Compiling swrite v0.1.0 |
461 | 2024-12-18T22:38:34.773Z | Compiling textwrap v0.16.1 |
462 | 2024-12-18T22:38:35.929Z | Compiling tabled_derive v0.7.0 |
463 | 2024-12-18T22:38:37.540Z | Compiling tabled v0.15.0 |
464 | 2024-12-18T22:38:39.229Z | Compiling serde_derive v1.0.215 |
465 | 2024-12-18T22:38:39.229Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-12-18T22:38:39.231Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-12-18T22:38:39.231Z | Compiling scroll_derive v0.12.0 |
468 | 2024-12-18T22:38:39.332Z | Compiling clap_derive v4.5.18 |
469 | 2024-12-18T22:38:40.332Z | Compiling scroll v0.12.0 |
470 | 2024-12-18T22:38:40.809Z | Compiling goblin v0.8.2 |
471 | 2024-12-18T22:38:41.137Z | Compiling zerocopy v0.7.35 |
472 | 2024-12-18T22:38:42.185Z | Compiling pest v2.7.14 |
473 | 2024-12-18T22:38:42.985Z | Compiling clap v4.5.21 |
474 | 2024-12-18T22:38:44.324Z | Compiling pest_meta v2.7.14 |
475 | 2024-12-18T22:38:45.163Z | Compiling pest_generator v2.7.14 |
476 | 2024-12-18T22:38:47.114Z | Compiling pest_derive v2.7.14 |
477 | 2024-12-18T22:38:47.868Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-12-18T22:38:49.688Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-12-18T22:38:49.779Z | Compiling serde_spanned v0.6.8 |
480 | 2024-12-18T22:38:49.779Z | Compiling toml_datetime v0.6.8 |
481 | 2024-12-18T22:38:50.074Z | Compiling cargo-platform v0.1.8 |
482 | 2024-12-18T22:38:50.130Z | Compiling toml_edit v0.22.22 |
483 | 2024-12-18T22:38:50.298Z | Compiling macaddr v1.0.1 |
484 | 2024-12-18T22:38:50.600Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-12-18T22:38:51.216Z | Compiling dof v0.3.0 |
486 | 2024-12-18T22:38:51.324Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-12-18T22:38:52.996Z | Compiling usdt-macro v0.5.0 |
488 | 2024-12-18T22:38:52.999Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-18T22:38:53.046Z | Compiling toml v0.8.19 |
490 | 2024-12-18T22:38:53.917Z | Compiling cargo_toml v0.20.5 |
491 | 2024-12-18T22:38:54.488Z | Compiling usdt v0.5.0 |
492 | 2024-12-18T22:38:57.529Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-12-18T22:39:01.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.86s |
494 | 2024-12-18T22:39:02.103Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-12-18T22:39:02.652Z | Downloading crates ... |
496 | 2024-12-18T22:39:02.789Z | Downloaded atty v0.2.14 |
497 | 2024-12-18T22:39:02.792Z | Downloaded bitflags v1.3.2 |
498 | 2024-12-18T22:39:02.804Z | Downloaded darling v0.20.10 |
499 | 2024-12-18T22:39:02.809Z | Downloaded atomicwrites v0.4.4 |
500 | 2024-12-18T22:39:02.812Z | Downloaded hex v0.4.3 |
501 | 2024-12-18T22:39:02.812Z | Downloaded base16ct v0.2.0 |
502 | 2024-12-18T22:39:02.815Z | Downloaded cfg_aliases v0.2.1 |
503 | 2024-12-18T22:39:02.817Z | Downloaded ciborium-io v0.2.2 |
504 | 2024-12-18T22:39:02.817Z | Downloaded crc-catalog v2.4.0 |
505 | 2024-12-18T22:39:02.820Z | Downloaded http-body-util v0.1.2 |
506 | 2024-12-18T22:39:02.820Z | Downloaded http-body v1.0.1 |
507 | 2024-12-18T22:39:02.822Z | Downloaded httpdate v1.0.3 |
508 | 2024-12-18T22:39:02.822Z | Downloaded ascii-canvas v3.0.0 |
509 | 2024-12-18T22:39:02.825Z | Downloaded humantime v2.1.0 |
510 | 2024-12-18T22:39:02.827Z | Downloaded hyper-rustls v0.27.3 |
511 | 2024-12-18T22:39:02.829Z | Downloaded iana-time-zone v0.1.61 |
512 | 2024-12-18T22:39:02.832Z | Downloaded hyper-tls v0.6.0 |
513 | 2024-12-18T22:39:02.834Z | Downloaded async-bb8-diesel v0.2.1 |
514 | 2024-12-18T22:39:02.837Z | Downloaded hex-literal v0.4.1 |
515 | 2024-12-18T22:39:02.837Z | Downloaded hickory-client v0.24.1 |
516 | 2024-12-18T22:39:02.843Z | Downloaded hickory-resolver v0.24.1 |
517 | 2024-12-18T22:39:02.850Z | Downloaded aws-lc-rs v1.10.0 |
518 | 2024-12-18T22:39:02.864Z | Downloaded heapless v0.7.17 |
519 | 2024-12-18T22:39:02.868Z | Downloaded highway v1.2.0 |
520 | 2024-12-18T22:39:02.872Z | Downloaded hickory-proto v0.24.1 |
521 | 2024-12-18T22:39:02.891Z | Downloaded lru-cache v0.1.2 |
522 | 2024-12-18T22:39:02.893Z | Downloaded hickory-server v0.24.1 |
523 | 2024-12-18T22:39:02.898Z | Downloaded keccak v0.1.5 |
524 | 2024-12-18T22:39:02.900Z | Downloaded indexmap v1.9.3 |
525 | 2024-12-18T22:39:02.904Z | Downloaded heck v0.3.3 |
526 | 2024-12-18T22:39:02.907Z | Downloaded is_ci v1.2.0 |
527 | 2024-12-18T22:39:02.907Z | Downloaded libm v0.2.8 |
528 | 2024-12-18T22:39:02.914Z | Downloaded itertools v0.10.5 |
529 | 2024-12-18T22:39:02.921Z | Downloaded lock_api v0.4.12 |
530 | 2024-12-18T22:39:02.924Z | Downloaded lazy_static v1.5.0 |
531 | 2024-12-18T22:39:02.927Z | Downloaded is-terminal v0.4.13 |
532 | 2024-12-18T22:39:02.927Z | Downloaded instant v0.1.13 |
533 | 2024-12-18T22:39:02.930Z | Downloaded idna_adapter v1.2.0 |
534 | 2024-12-18T22:39:02.930Z | Downloaded ident_case v1.0.1 |
535 | 2024-12-18T22:39:02.932Z | Downloaded idna v0.5.0 |
536 | 2024-12-18T22:39:02.937Z | Downloaded icu_provider_macros v1.5.0 |
537 | 2024-12-18T22:39:02.939Z | Downloaded hostname v0.3.1 |
538 | 2024-12-18T22:39:02.939Z | Downloaded home v0.5.9 |
539 | 2024-12-18T22:39:02.944Z | Downloaded array-init v0.0.4 |
540 | 2024-12-18T22:39:02.944Z | Downloaded argon2 v0.5.3 |
541 | 2024-12-18T22:39:02.946Z | Downloaded httparse v1.9.5 |
542 | 2024-12-18T22:39:02.947Z | Downloaded http v1.1.0 |
543 | 2024-12-18T22:39:02.950Z | Downloaded convert_case v0.4.0 |
544 | 2024-12-18T22:39:02.952Z | Downloaded cfg_aliases v0.1.1 |
545 | 2024-12-18T22:39:02.952Z | Downloaded async-stream-impl v0.3.6 |
546 | 2024-12-18T22:39:02.955Z | Downloaded arrayref v0.3.9 |
547 | 2024-12-18T22:39:02.955Z | Downloaded aes-gcm v0.10.3 |
548 | 2024-12-18T22:39:02.970Z | Downloaded adler2 v2.0.0 |
549 | 2024-12-18T22:39:02.974Z | Downloaded addr2line v0.24.2 |
550 | 2024-12-18T22:39:02.976Z | Downloaded aead v0.5.2 |
551 | 2024-12-18T22:39:02.979Z | Downloaded ahash v0.8.11 |
552 | 2024-12-18T22:39:02.981Z | Downloaded allocator-api2 v0.2.18 |
553 | 2024-12-18T22:39:02.984Z | Downloaded async-stream v0.3.6 |
554 | 2024-12-18T22:39:02.988Z | Downloaded aes v0.8.4 |
555 | 2024-12-18T22:39:02.993Z | Downloaded hostname v0.4.0 |
556 | 2024-12-18T22:39:02.995Z | Downloaded arc-swap v1.7.1 |
557 | 2024-12-18T22:39:02.999Z | Downloaded icu_locid_transform_data v1.5.0 |
558 | 2024-12-18T22:39:03.002Z | Downloaded icu_collections v1.5.0 |
559 | 2024-12-18T22:39:03.008Z | Downloaded atomic-waker v1.1.2 |
560 | 2024-12-18T22:39:03.010Z | Downloaded async-trait v0.1.83 |
561 | 2024-12-18T22:39:03.013Z | Downloaded inout v0.1.3 |
562 | 2024-12-18T22:39:03.016Z | Downloaded icu_properties v1.5.1 |
563 | 2024-12-18T22:39:03.018Z | Downloaded indoc v1.0.9 |
564 | 2024-12-18T22:39:03.021Z | Downloaded icu_provider v1.5.0 |
565 | 2024-12-18T22:39:03.025Z | Downloaded jobserver v0.1.32 |
566 | 2024-12-18T22:39:03.027Z | Downloaded lazycell v1.3.0 |
567 | 2024-12-18T22:39:03.030Z | Downloaded blake2 v0.10.6 |
568 | 2024-12-18T22:39:03.033Z | Downloaded base64 v0.21.7 |
569 | 2024-12-18T22:39:03.036Z | Downloaded bumpalo v3.16.0 |
570 | 2024-12-18T22:39:03.040Z | Downloaded ipnet v2.10.1 |
571 | 2024-12-18T22:39:03.042Z | Downloaded icu_normalizer_data v1.5.0 |
572 | 2024-12-18T22:39:03.044Z | Downloaded libloading v0.8.5 |
573 | 2024-12-18T22:39:03.047Z | Downloaded bit-vec v0.6.3 |
574 | 2024-12-18T22:39:03.052Z | Downloaded base64 v0.13.1 |
575 | 2024-12-18T22:39:03.054Z | Downloaded chacha20 v0.9.1 |
576 | 2024-12-18T22:39:03.054Z | Downloaded cexpr v0.6.0 |
577 | 2024-12-18T22:39:03.057Z | Downloaded cbc v0.1.2 |
578 | 2024-12-18T22:39:03.057Z | Downloaded bitvec v1.0.1 |
579 | 2024-12-18T22:39:03.073Z | Downloaded linked-hash-map v0.5.6 |
580 | 2024-12-18T22:39:03.077Z | Downloaded indicatif v0.17.9 |
581 | 2024-12-18T22:39:03.079Z | Downloaded icu_normalizer v1.5.0 |
582 | 2024-12-18T22:39:03.084Z | Downloaded idna v1.0.3 |
583 | 2024-12-18T22:39:03.088Z | Downloaded icu_properties_data v1.5.0 |
584 | 2024-12-18T22:39:03.100Z | Downloaded itertools v0.13.0 |
585 | 2024-12-18T22:39:03.107Z | Downloaded const-oid v0.9.6 |
586 | 2024-12-18T22:39:03.109Z | Downloaded constant_time_eq v0.3.1 |
587 | 2024-12-18T22:39:03.112Z | Downloaded crc32fast v1.4.2 |
588 | 2024-12-18T22:39:03.115Z | Downloaded cipher v0.4.4 |
589 | 2024-12-18T22:39:03.115Z | Downloaded console v0.15.8 |
590 | 2024-12-18T22:39:03.117Z | Downloaded itertools v0.12.1 |
591 | 2024-12-18T22:39:03.125Z | Downloaded mime_guess v2.0.5 |
592 | 2024-12-18T22:39:03.127Z | Downloaded heapless v0.8.0 |
593 | 2024-12-18T22:39:03.131Z | Downloaded memoffset v0.9.1 |
594 | 2024-12-18T22:39:03.134Z | Downloaded md5 v0.7.0 |
595 | 2024-12-18T22:39:03.134Z | Downloaded matches v0.1.10 |
596 | 2024-12-18T22:39:03.137Z | Downloaded match_cfg v0.1.0 |
597 | 2024-12-18T22:39:03.137Z | Downloaded maplit v1.0.2 |
598 | 2024-12-18T22:39:03.137Z | Downloaded chrono v0.4.38 |
599 | 2024-12-18T22:39:03.144Z | Downloaded colored v2.1.0 |
600 | 2024-12-18T22:39:03.147Z | Downloaded hmac v0.12.1 |
601 | 2024-12-18T22:39:03.150Z | Downloaded crunchy v0.2.2 |
602 | 2024-12-18T22:39:03.152Z | Downloaded bstr v1.10.0 |
603 | 2024-12-18T22:39:03.164Z | Downloaded miniz_oxide v0.8.0 |
604 | 2024-12-18T22:39:03.166Z | Downloaded minimal-lexical v0.2.1 |
605 | 2024-12-18T22:39:03.169Z | Downloaded md-5 v0.10.6 |
606 | 2024-12-18T22:39:03.183Z | Downloaded mime v0.3.17 |
607 | 2024-12-18T22:39:03.186Z | Downloaded litemap v0.7.3 |
608 | 2024-12-18T22:39:03.190Z | Downloaded icu_locid v1.5.0 |
609 | 2024-12-18T22:39:03.192Z | Downloaded crossbeam-utils v0.8.20 |
610 | 2024-12-18T22:39:03.196Z | Downloaded csv-core v0.1.11 |
611 | 2024-12-18T22:39:03.199Z | Downloaded async-recursion v1.1.1 |
612 | 2024-12-18T22:39:03.202Z | Downloaded cobs v0.2.3 |
613 | 2024-12-18T22:39:03.205Z | Downloaded idna v0.4.0 |
614 | 2024-12-18T22:39:03.210Z | Downloaded ctr v0.9.2 |
615 | 2024-12-18T22:39:03.213Z | Downloaded crypto-bigint v0.5.5 |
616 | 2024-12-18T22:39:03.222Z | Downloaded crossbeam-epoch v0.9.18 |
617 | 2024-12-18T22:39:03.225Z | Downloaded backoff v0.4.0 |
618 | 2024-12-18T22:39:03.225Z | Downloaded regex-syntax v0.8.5 |
619 | 2024-12-18T22:39:03.234Z | Downloaded icu_locid_transform v1.5.0 |
620 | 2024-12-18T22:39:03.236Z | Downloaded crc v3.2.1 |
621 | 2024-12-18T22:39:03.239Z | Downloaded cookie_store v0.21.0 |
622 | 2024-12-18T22:39:03.242Z | Downloaded cookie v0.18.1 |
623 | 2024-12-18T22:39:03.244Z | Downloaded progenitor-macro v0.8.0 |
624 | 2024-12-18T22:39:03.247Z | Downloaded proc-macro-crate v1.3.1 |
625 | 2024-12-18T22:39:03.247Z | Downloaded const_format_proc_macros v0.2.33 |
626 | 2024-12-18T22:39:03.249Z | Downloaded const_format v0.2.33 |
627 | 2024-12-18T22:39:03.254Z | Downloaded rand v0.8.5 |
628 | 2024-12-18T22:39:03.260Z | Downloaded serde_with_macros v3.11.0 |
629 | 2024-12-18T22:39:03.264Z | Downloaded ron v0.8.1 |
630 | 2024-12-18T22:39:03.267Z | Downloaded rusty-fork v0.3.0 |
631 | 2024-12-18T22:39:03.270Z | Downloaded idna v0.2.3 |
632 | 2024-12-18T22:39:03.279Z | Downloaded smallvec v1.13.2 |
633 | 2024-12-18T22:39:03.281Z | Downloaded slog-json v2.6.1 |
634 | 2024-12-18T22:39:03.285Z | Downloaded serde_yaml v0.9.34+deprecated |
635 | 2024-12-18T22:39:03.288Z | Downloaded hyper-staticfile v0.10.1 |
636 | 2024-12-18T22:39:03.290Z | Downloaded hubpack v0.1.2 |
637 | 2024-12-18T22:39:03.290Z | Downloaded http-range v0.1.5 |
638 | 2024-12-18T22:39:03.293Z | Downloaded siphasher v0.3.11 |
639 | 2024-12-18T22:39:03.293Z | Downloaded stringprep v0.1.5 |
640 | 2024-12-18T22:39:03.296Z | Downloaded strum v0.26.3 |
641 | 2024-12-18T22:39:03.296Z | Downloaded libefi-sys v0.1.0 |
642 | 2024-12-18T22:39:03.300Z | Downloaded lalrpop v0.19.12 |
643 | 2024-12-18T22:39:03.310Z | Downloaded sha1 v0.10.6 |
644 | 2024-12-18T22:39:03.313Z | Downloaded lockfree-object-pool v0.1.6 |
645 | 2024-12-18T22:39:03.316Z | Downloaded thread_local v1.1.8 |
646 | 2024-12-18T22:39:03.318Z | Downloaded libxml v0.3.3 |
647 | 2024-12-18T22:39:03.322Z | Downloaded time-core v0.1.2 |
648 | 2024-12-18T22:39:03.326Z | Downloaded time v0.3.36 |
649 | 2024-12-18T22:39:03.333Z | Downloaded tinystr v0.7.6 |
650 | 2024-12-18T22:39:03.336Z | Downloaded similar v2.6.0 |
651 | 2024-12-18T22:39:03.340Z | Downloaded unicase v2.7.0 |
652 | 2024-12-18T22:39:03.342Z | Downloaded untrusted v0.9.0 |
653 | 2024-12-18T22:39:03.345Z | Downloaded unicode-bidi v0.3.17 |
654 | 2024-12-18T22:39:03.347Z | Downloaded tiny-keccak v2.0.2 |
655 | 2024-12-18T22:39:03.350Z | Downloaded time-macros v0.2.18 |
656 | 2024-12-18T22:39:03.353Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
657 | 2024-12-18T22:39:03.366Z | Downloaded either v1.13.0 |
658 | 2024-12-18T22:39:03.372Z | Downloaded futures-sink v0.3.31 |
659 | 2024-12-18T22:39:03.376Z | Downloaded futures-macro v0.3.31 |
660 | 2024-12-18T22:39:03.376Z | Downloaded fixedbitset v0.4.2 |
661 | 2024-12-18T22:39:03.376Z | Downloaded filetime v0.2.25 |
662 | 2024-12-18T22:39:03.377Z | Downloaded hubpack_derive v0.1.1 |
663 | 2024-12-18T22:39:03.379Z | Downloaded half v2.4.1 |
664 | 2024-12-18T22:39:03.379Z | Downloaded dunce v1.0.5 |
665 | 2024-12-18T22:39:03.383Z | Downloaded dirs-sys-next v0.1.2 |
666 | 2024-12-18T22:39:03.383Z | Downloaded derive_more v0.99.18 |
667 | 2024-12-18T22:39:03.386Z | Downloaded h2 v0.4.6 |
668 | 2024-12-18T22:39:03.394Z | Downloaded multer v3.1.0 |
669 | 2024-12-18T22:39:03.398Z | Downloaded futures-task v0.3.31 |
670 | 2024-12-18T22:39:03.401Z | Downloaded multimap v0.10.0 |
671 | 2024-12-18T22:39:03.401Z | Downloaded foreign-types-shared v0.1.1 |
672 | 2024-12-18T22:39:03.404Z | Downloaded foreign-types-macros v0.2.3 |
673 | 2024-12-18T22:39:03.404Z | Downloaded foreign-types v0.5.0 |
674 | 2024-12-18T22:39:03.404Z | Downloaded env_filter v0.1.2 |
675 | 2024-12-18T22:39:03.410Z | Downloaded elliptic-curve v0.13.8 |
676 | 2024-12-18T22:39:03.413Z | Downloaded compact_str v0.8.0 |
677 | 2024-12-18T22:39:03.418Z | Downloaded opaque-debug v0.3.1 |
678 | 2024-12-18T22:39:03.418Z | Downloaded managed v0.8.0 |
679 | 2024-12-18T22:39:03.418Z | Downloaded linear-map v1.2.0 |
680 | 2024-12-18T22:39:03.421Z | Downloaded normalize-line-endings v0.3.0 |
681 | 2024-12-18T22:39:03.421Z | Downloaded parse-zoneinfo v0.3.1 |
682 | 2024-12-18T22:39:03.425Z | Downloaded peg-runtime v0.8.3 |
683 | 2024-12-18T22:39:03.425Z | Downloaded pin-utils v0.1.0 |
684 | 2024-12-18T22:39:03.428Z | Downloaded nom v7.1.3 |
685 | 2024-12-18T22:39:03.431Z | Downloaded pkcs8 v0.10.2 |
686 | 2024-12-18T22:39:03.434Z | Downloaded pkcs1 v0.7.5 |
687 | 2024-12-18T22:39:03.437Z | Downloaded crucible-workspace-hack v0.1.0 |
688 | 2024-12-18T22:39:03.440Z | Downloaded crc-any v2.5.0 |
689 | 2024-12-18T22:39:03.442Z | Downloaded pin-project-lite v0.2.14 |
690 | 2024-12-18T22:39:03.446Z | Downloaded phf_shared v0.11.2 |
691 | 2024-12-18T22:39:03.448Z | Downloaded num_enum v0.5.11 |
692 | 2024-12-18T22:39:03.452Z | Downloaded rustls v0.22.4 |
693 | 2024-12-18T22:39:03.467Z | Downloaded rustls v0.21.12 |
694 | 2024-12-18T22:39:03.479Z | Downloaded regex-syntax v0.6.29 |
695 | 2024-12-18T22:39:03.488Z | Downloaded serde_path_to_error v0.1.16 |
696 | 2024-12-18T22:39:03.490Z | Downloaded strum_macros v0.25.3 |
697 | 2024-12-18T22:39:03.493Z | Downloaded tokio-rustls v0.24.1 |
698 | 2024-12-18T22:39:03.495Z | Downloaded tokio-rustls v0.26.0 |
699 | 2024-12-18T22:39:03.498Z | Downloaded utf-8 v0.7.6 |
700 | 2024-12-18T22:39:03.501Z | Downloaded write16 v1.0.0 |
701 | 2024-12-18T22:39:03.503Z | Downloaded tokio-rustls v0.25.0 |
702 | 2024-12-18T22:39:03.506Z | Downloaded serde_with v3.11.0 |
703 | 2024-12-18T22:39:03.514Z | Downloaded zerovec-derive v0.10.3 |
704 | 2024-12-18T22:39:03.517Z | Downloaded winnow v0.5.40 |
705 | 2024-12-18T22:39:03.528Z | Downloaded zerovec v0.10.4 |
706 | 2024-12-18T22:39:03.534Z | Downloaded derive-where v1.2.7 |
707 | 2024-12-18T22:39:03.538Z | Downloaded string_cache v0.8.7 |
708 | 2024-12-18T22:39:03.540Z | Downloaded tar v0.4.42 |
709 | 2024-12-18T22:39:03.543Z | Downloaded ed25519 v2.2.3 |
710 | 2024-12-18T22:39:03.546Z | Downloaded fallible-iterator v0.2.0 |
711 | 2024-12-18T22:39:03.549Z | Downloaded ecdsa v0.16.9 |
712 | 2024-12-18T22:39:03.551Z | Downloaded env_logger v0.11.5 |
713 | 2024-12-18T22:39:03.554Z | Downloaded embedded-io v0.4.0 |
714 | 2024-12-18T22:39:03.556Z | Downloaded ed25519-dalek v2.1.1 |
715 | 2024-12-18T22:39:03.559Z | Downloaded toml v0.7.8 |
716 | 2024-12-18T22:39:03.564Z | Downloaded utf8_iter v1.0.4 |
717 | 2024-12-18T22:39:03.567Z | Downloaded utf16_iter v1.0.5 |
718 | 2024-12-18T22:39:03.568Z | Downloaded tokio-tungstenite v0.24.0 |
719 | 2024-12-18T22:39:03.571Z | Downloaded tokio-util v0.7.12 |
720 | 2024-12-18T22:39:03.577Z | Downloaded num-conv v0.1.0 |
721 | 2024-12-18T22:39:03.579Z | Downloaded num-complex v0.4.6 |
722 | 2024-12-18T22:39:03.582Z | Downloaded fallible-streaming-iterator v0.1.9 |
723 | 2024-12-18T22:39:03.585Z | Downloaded hash32 v0.2.1 |
724 | 2024-12-18T22:39:03.585Z | Downloaded downcast v0.11.0 |
725 | 2024-12-18T22:39:03.588Z | Downloaded num-bigint-dig v0.8.4 |
726 | 2024-12-18T22:39:03.592Z | Downloaded rand_xorshift v0.3.0 |
727 | 2024-12-18T22:39:03.594Z | Downloaded num-derive v0.4.2 |
728 | 2024-12-18T22:39:03.597Z | Downloaded num-bigint v0.4.6 |
729 | 2024-12-18T22:39:03.602Z | Downloaded rayon v1.10.0 |
730 | 2024-12-18T22:39:03.612Z | Downloaded rayon-core v1.12.1 |
731 | 2024-12-18T22:39:03.618Z | Downloaded password-hash v0.5.0 |
732 | 2024-12-18T22:39:03.620Z | Downloaded diesel-dtrace v0.4.0 |
733 | 2024-12-18T22:39:03.625Z | Downloaded mockall_derive v0.13.0 |
734 | 2024-12-18T22:39:03.628Z | Downloaded scopeguard v1.2.0 |
735 | 2024-12-18T22:39:03.628Z | Downloaded fallible-iterator v0.3.0 |
736 | 2024-12-18T22:39:03.628Z | Downloaded nix v0.29.0 |
737 | 2024-12-18T22:39:03.641Z | Downloaded secrecy v0.8.0 |
738 | 2024-12-18T22:39:03.645Z | Downloaded parse-size v1.1.0 |
739 | 2024-12-18T22:39:03.645Z | Downloaded oso v0.27.3 |
740 | 2024-12-18T22:39:03.648Z | Downloaded rand_chacha v0.3.1 |
741 | 2024-12-18T22:39:03.652Z | Downloaded schemars_derive v0.8.21 |
742 | 2024-12-18T22:39:03.654Z | Downloaded spin v0.9.8 |
743 | 2024-12-18T22:39:03.657Z | Downloaded spki v0.7.3 |
744 | 2024-12-18T22:39:03.657Z | Downloaded quinn-udp v0.5.5 |
745 | 2024-12-18T22:39:03.659Z | Downloaded pin-project-internal v1.1.6 |
746 | 2024-12-18T22:39:03.661Z | Downloaded pin-project v1.1.6 |
747 | 2024-12-18T22:39:03.675Z | Downloaded zerocopy v0.6.6 |
748 | 2024-12-18T22:39:03.677Z | Downloaded derive_builder v0.20.2 |
749 | 2024-12-18T22:39:03.682Z | Downloaded zeroize_derive v1.4.2 |
750 | 2024-12-18T22:39:03.685Z | Downloaded der_derive v0.7.3 |
751 | 2024-12-18T22:39:03.688Z | Downloaded zip v0.6.6 |
752 | 2024-12-18T22:39:03.691Z | Downloaded zeroize v1.8.1 |
753 | 2024-12-18T22:39:03.694Z | Downloaded sync_wrapper v1.0.1 |
754 | 2024-12-18T22:39:03.697Z | Downloaded lzma-sys v0.1.20 |
755 | 2024-12-18T22:39:03.726Z | Downloaded displaydoc v0.2.5 |
756 | 2024-12-18T22:39:03.728Z | Downloaded zerocopy-derive v0.8.10 |
757 | 2024-12-18T22:39:03.735Z | Downloaded twox-hash v1.6.3 |
758 | 2024-12-18T22:39:03.738Z | Downloaded whoami v1.5.2 |
759 | 2024-12-18T22:39:03.741Z | Downloaded strum_macros v0.24.3 |
760 | 2024-12-18T22:39:03.744Z | Downloaded futures-util v0.3.31 |
761 | 2024-12-18T22:39:03.758Z | Downloaded parking_lot_core v0.9.10 |
762 | 2024-12-18T22:39:03.762Z | Downloaded progenitor v0.8.0 |
763 | 2024-12-18T22:39:03.765Z | Downloaded pbkdf2 v0.12.2 |
764 | 2024-12-18T22:39:03.765Z | Downloaded pbkdf2 v0.11.0 |
765 | 2024-12-18T22:39:03.768Z | Downloaded expectorate v1.1.0 |
766 | 2024-12-18T22:39:03.773Z | Downloaded nu-ansi-term v0.50.1 |
767 | 2024-12-18T22:39:03.773Z | Downloaded env_logger v0.10.2 |
768 | 2024-12-18T22:39:03.775Z | Downloaded enum-as-inner v0.5.1 |
769 | 2024-12-18T22:39:03.778Z | Downloaded ena v0.14.3 |
770 | 2024-12-18T22:39:03.783Z | Downloaded snafu-derive v0.8.5 |
771 | 2024-12-18T22:39:03.783Z | Downloaded serde_plain v1.0.2 |
772 | 2024-12-18T22:39:03.787Z | Downloaded new_debug_unreachable v1.0.6 |
773 | 2024-12-18T22:39:03.787Z | Downloaded native-tls v0.2.12 |
774 | 2024-12-18T22:39:03.789Z | Downloaded nanorand v0.7.0 |
775 | 2024-12-18T22:39:03.789Z | Downloaded predicates-core v1.0.8 |
776 | 2024-12-18T22:39:03.792Z | Downloaded pkg-config v0.3.31 |
777 | 2024-12-18T22:39:03.792Z | Downloaded phf_shared v0.10.0 |
778 | 2024-12-18T22:39:03.794Z | Downloaded openssl-sys v0.9.103 |
779 | 2024-12-18T22:39:03.799Z | Downloaded rustc_version v0.4.1 |
780 | 2024-12-18T22:39:03.801Z | Downloaded tokio-tungstenite v0.23.1 |
781 | 2024-12-18T22:39:03.803Z | Downloaded spin v0.5.2 |
782 | 2024-12-18T22:39:03.806Z | Downloaded stable_deref_trait v1.2.0 |
783 | 2024-12-18T22:39:03.809Z | Downloaded quick-error v1.2.3 |
784 | 2024-12-18T22:39:03.809Z | Downloaded postgres-types v0.2.8 |
785 | 2024-12-18T22:39:03.811Z | Downloaded dropshot v0.13.0 |
786 | 2024-12-18T22:39:03.836Z | Downloaded tracing-attributes v0.1.27 |
787 | 2024-12-18T22:39:03.839Z | Downloaded sec1 v0.7.3 |
788 | 2024-12-18T22:39:03.842Z | Downloaded scrypt v0.11.0 |
789 | 2024-12-18T22:39:03.842Z | Downloaded rcgen v0.12.1 |
790 | 2024-12-18T22:39:03.846Z | Downloaded tracing-core v0.1.32 |
791 | 2024-12-18T22:39:03.849Z | Downloaded rand_seeder v0.3.0 |
792 | 2024-12-18T22:39:03.851Z | Downloaded unicode-normalization v0.1.24 |
793 | 2024-12-18T22:39:03.854Z | Downloaded progenitor-impl v0.8.0 |
794 | 2024-12-18T22:39:03.858Z | Downloaded want v0.3.1 |
795 | 2024-12-18T22:39:03.860Z | Downloaded funty v2.0.0 |
796 | 2024-12-18T22:39:03.860Z | Downloaded zerofrom v0.1.4 |
797 | 2024-12-18T22:39:03.863Z | Downloaded unicode-segmentation v1.12.0 |
798 | 2024-12-18T22:39:03.865Z | Downloaded postgres-protocol v0.6.7 |
799 | 2024-12-18T22:39:03.868Z | Downloaded hashbrown v0.13.2 |
800 | 2024-12-18T22:39:03.873Z | Downloaded sqlformat v0.2.6 |
801 | 2024-12-18T22:39:03.875Z | Downloaded postcard v1.0.10 |
802 | 2024-12-18T22:39:03.878Z | Downloaded tinyvec_macros v0.1.1 |
803 | 2024-12-18T22:39:03.881Z | Downloaded tinyvec v1.8.0 |
804 | 2024-12-18T22:39:03.885Z | Downloaded der v0.7.9 |
805 | 2024-12-18T22:39:03.889Z | Downloaded fxhash v0.2.1 |
806 | 2024-12-18T22:39:03.891Z | Downloaded futures-io v0.3.31 |
807 | 2024-12-18T22:39:03.891Z | Downloaded foldhash v0.1.3 |
808 | 2024-12-18T22:39:03.894Z | Downloaded hashbrown v0.12.3 |
809 | 2024-12-18T22:39:03.898Z | Downloaded sync-ptr v0.1.1 |
810 | 2024-12-18T22:39:03.902Z | Downloaded supports-color v3.0.1 |
811 | 2024-12-18T22:39:03.902Z | Downloaded rustls-pki-types v1.9.0 |
812 | 2024-12-18T22:39:03.904Z | Downloaded rustls-pemfile v2.2.0 |
813 | 2024-12-18T22:39:03.907Z | Downloaded openssl-macros v0.1.1 |
814 | 2024-12-18T22:39:03.910Z | Downloaded number_prefix v0.4.0 |
815 | 2024-12-18T22:39:03.910Z | Downloaded num_threads v0.1.7 |
816 | 2024-12-18T22:39:03.912Z | Downloaded password-hash v0.4.2 |
817 | 2024-12-18T22:39:03.916Z | Downloaded signature v2.2.0 |
818 | 2024-12-18T22:39:03.920Z | Downloaded rustls-pemfile v1.0.4 |
819 | 2024-12-18T22:39:03.920Z | Downloaded tokio-tungstenite v0.21.0 |
820 | 2024-12-18T22:39:03.924Z | Downloaded tls_codec_derive v0.4.1 |
821 | 2024-12-18T22:39:03.924Z | Downloaded hashbrown v0.14.5 |
822 | 2024-12-18T22:39:03.929Z | Downloaded num_enum_derive v0.5.11 |
823 | 2024-12-18T22:39:03.933Z | Downloaded dropshot_endpoint v0.13.0 |
824 | 2024-12-18T22:39:03.937Z | Downloaded slab v0.4.9 |
825 | 2024-12-18T22:39:03.939Z | Downloaded zone_cfg_derive v0.1.2 |
826 | 2024-12-18T22:39:03.939Z | Downloaded zone v0.3.0 |
827 | 2024-12-18T22:39:03.939Z | Downloaded zip v2.1.3 |
828 | 2024-12-18T22:39:03.943Z | Downloaded unicode-xid v0.2.6 |
829 | 2024-12-18T22:39:03.949Z | Downloaded rustc-demangle v0.1.24 |
830 | 2024-12-18T22:39:03.949Z | Downloaded rustls v0.23.14 |
831 | 2024-12-18T22:39:03.959Z | Downloaded globset v0.4.15 |
832 | 2024-12-18T22:39:03.963Z | Downloaded walkdir v2.5.0 |
833 | 2024-12-18T22:39:03.967Z | Downloaded dropshot_endpoint v0.12.0 |
834 | 2024-12-18T22:39:03.967Z | Downloaded wait-timeout v0.2.0 |
835 | 2024-12-18T22:39:03.969Z | Downloaded value-bag v1.9.0 |
836 | 2024-12-18T22:39:03.971Z | Downloaded quinn-proto v0.11.8 |
837 | 2024-12-18T22:39:03.977Z | Downloaded predicates-tree v1.0.11 |
838 | 2024-12-18T22:39:03.979Z | Downloaded predicates v3.1.2 |
839 | 2024-12-18T22:39:03.981Z | Downloaded signal-hook v0.3.17 |
840 | 2024-12-18T22:39:03.984Z | Downloaded serde_derive_internals v0.29.1 |
841 | 2024-12-18T22:39:03.987Z | Downloaded wyz v0.5.1 |
842 | 2024-12-18T22:39:03.989Z | Downloaded quinn v0.11.5 |
843 | 2024-12-18T22:39:03.992Z | Downloaded pkcs5 v0.7.1 |
844 | 2024-12-18T22:39:03.996Z | Downloaded packed_struct_codegen v0.10.1 |
845 | 2024-12-18T22:39:04.002Z | Downloaded universal-hash v0.5.1 |
846 | 2024-12-18T22:39:04.002Z | Downloaded samael v0.0.17 |
847 | 2024-12-18T22:39:04.006Z | Downloaded strum_macros v0.26.4 |
848 | 2024-12-18T22:39:04.010Z | Downloaded untrusted v0.7.1 |
849 | 2024-12-18T22:39:04.010Z | Downloaded unsafe-libyaml v0.2.11 |
850 | 2024-12-18T22:39:04.015Z | Downloaded dirs-next v2.0.0 |
851 | 2024-12-18T22:39:04.015Z | Downloaded difflib v0.4.0 |
852 | 2024-12-18T22:39:04.015Z | Downloaded diff v0.1.13 |
853 | 2024-12-18T22:39:04.019Z | Downloaded darling_macro v0.20.10 |
854 | 2024-12-18T22:39:04.019Z | Downloaded yoke-derive v0.7.4 |
855 | 2024-12-18T22:39:04.023Z | Downloaded toml_edit v0.19.15 |
856 | 2024-12-18T22:39:04.034Z | Downloaded defmt-parser v0.3.4 |
857 | 2024-12-18T22:39:04.037Z | Downloaded debug-ignore v1.0.5 |
858 | 2024-12-18T22:39:04.040Z | Downloaded zopfli v0.8.1 |
859 | 2024-12-18T22:39:04.044Z | Downloaded zerofrom-derive v0.1.4 |
860 | 2024-12-18T22:39:04.044Z | Downloaded yoke v0.7.4 |
861 | 2024-12-18T22:39:04.044Z | Downloaded xattr v1.3.1 |
862 | 2024-12-18T22:39:04.048Z | Downloaded ssh-key v0.6.6 |
863 | 2024-12-18T22:39:04.052Z | Downloaded ssh-encoding v0.2.0 |
864 | 2024-12-18T22:39:04.060Z | Downloaded num-iter v0.1.45 |
865 | 2024-12-18T22:39:04.060Z | Downloaded newtype-uuid v1.1.3 |
866 | 2024-12-18T22:39:04.064Z | Downloaded num-rational v0.4.2 |
867 | 2024-12-18T22:39:04.064Z | Downloaded precomputed-hash v0.1.1 |
868 | 2024-12-18T22:39:04.064Z | Downloaded num-integer v0.1.46 |
869 | 2024-12-18T22:39:04.064Z | Downloaded progenitor-client v0.8.0 |
870 | 2024-12-18T22:39:04.064Z | Downloaded nibble_vec v0.1.0 |
871 | 2024-12-18T22:39:04.064Z | Downloaded parking_lot v0.12.3 |
872 | 2024-12-18T22:39:04.068Z | Downloaded typify v0.2.0 |
873 | 2024-12-18T22:39:04.073Z | Downloaded mirai-annotations v1.12.0 |
874 | 2024-12-18T22:39:04.073Z | Downloaded dsl_auto_type v0.1.2 |
875 | 2024-12-18T22:39:04.073Z | Downloaded sha3 v0.10.8 |
876 | 2024-12-18T22:39:04.081Z | Downloaded subtle v2.6.1 |
877 | 2024-12-18T22:39:04.084Z | Downloaded proptest v1.5.0 |
878 | 2024-12-18T22:39:04.089Z | Downloaded typed-path v0.9.3 |
879 | 2024-12-18T22:39:04.094Z | Downloaded vcpkg v0.2.15 |
880 | 2024-12-18T22:39:04.130Z | Downloaded ghash v0.5.1 |
881 | 2024-12-18T22:39:04.132Z | Downloaded dhcproto v0.12.0 |
882 | 2024-12-18T22:39:04.135Z | Downloaded des v0.8.1 |
883 | 2024-12-18T22:39:04.137Z | Downloaded derive_builder_macro v0.20.2 |
884 | 2024-12-18T22:39:04.137Z | Downloaded zerocopy-derive v0.6.6 |
885 | 2024-12-18T22:39:04.147Z | Downloaded glob v0.3.1 |
886 | 2024-12-18T22:39:04.150Z | Downloaded rustls-webpki v0.101.7 |
887 | 2024-12-18T22:39:04.165Z | Downloaded powerfmt v0.2.0 |
888 | 2024-12-18T22:39:04.171Z | Downloaded ppv-lite86 v0.2.20 |
889 | 2024-12-18T22:39:04.171Z | Downloaded poly1305 v0.8.0 |
890 | 2024-12-18T22:39:04.171Z | Downloaded polyval v0.6.2 |
891 | 2024-12-18T22:39:04.171Z | Downloaded futures-executor v0.3.31 |
892 | 2024-12-18T22:39:04.176Z | Downloaded rfc6979 v0.4.0 |
893 | 2024-12-18T22:39:04.176Z | Downloaded sigpipe v0.1.3 |
894 | 2024-12-18T22:39:04.176Z | Downloaded reedline v0.35.0 |
895 | 2024-12-18T22:39:04.187Z | Downloaded portable-atomic v1.9.0 |
896 | 2024-12-18T22:39:04.192Z | Downloaded newline-converter v0.3.0 |
897 | 2024-12-18T22:39:04.192Z | Downloaded mockall v0.13.0 |
898 | 2024-12-18T22:39:04.192Z | Downloaded try-lock v0.2.5 |
899 | 2024-12-18T22:39:04.192Z | Downloaded futures v0.3.31 |
900 | 2024-12-18T22:39:04.195Z | Downloaded resolv-conf v0.7.0 |
901 | 2024-12-18T22:39:04.198Z | Downloaded phf_generator v0.11.2 |
902 | 2024-12-18T22:39:04.198Z | Downloaded derive_builder_core v0.20.2 |
903 | 2024-12-18T22:39:04.222Z | Downloaded vte v0.11.1 |
904 | 2024-12-18T22:39:04.222Z | Downloaded tough v0.19.0 |
905 | 2024-12-18T22:39:04.227Z | Downloaded slog-term v2.9.1 |
906 | 2024-12-18T22:39:04.227Z | Downloaded form_urlencoded v1.2.1 |
907 | 2024-12-18T22:39:04.227Z | Downloaded foreign-types-shared v0.3.1 |
908 | 2024-12-18T22:39:04.227Z | Downloaded foreign-types v0.3.2 |
909 | 2024-12-18T22:39:04.227Z | Downloaded termcolor v1.4.1 |
910 | 2024-12-18T22:39:04.227Z | Downloaded slog-stdlog v4.1.1 |
911 | 2024-12-18T22:39:04.227Z | Downloaded flume v0.11.1 |
912 | 2024-12-18T22:39:04.227Z | Downloaded same-file v1.0.6 |
913 | 2024-12-18T22:39:04.227Z | Downloaded ratatui v0.28.1 |
914 | 2024-12-18T22:39:04.242Z | Downloaded tracing v0.1.40 |
915 | 2024-12-18T22:39:04.247Z | Downloaded rustc_version v0.1.7 |
916 | 2024-12-18T22:39:04.250Z | Downloaded peg v0.8.4 |
917 | 2024-12-18T22:39:04.252Z | Downloaded thiserror v2.0.3 |
918 | 2024-12-18T22:39:04.256Z | Downloaded termtree v0.4.1 |
919 | 2024-12-18T22:39:04.258Z | Downloaded hash32 v0.3.1 |
920 | 2024-12-18T22:39:04.259Z | Downloaded hashlink v0.9.1 |
921 | 2024-12-18T22:39:04.261Z | Downloaded olpc-cjson v0.1.4 |
922 | 2024-12-18T22:39:04.261Z | Downloaded tokio v1.40.0 |
923 | 2024-12-18T22:39:04.298Z | Downloaded strip-ansi-escapes v0.2.0 |
924 | 2024-12-18T22:39:04.301Z | Downloaded pretty-hex v0.2.1 |
925 | 2024-12-18T22:39:04.301Z | Downloaded display-error-chain v0.2.2 |
926 | 2024-12-18T22:39:04.303Z | Downloaded diesel_table_macro_syntax v0.2.0 |
927 | 2024-12-18T22:39:04.303Z | Downloaded pem v3.0.4 |
928 | 2024-12-18T22:39:04.306Z | Downloaded paste v1.0.15 |
929 | 2024-12-18T22:39:04.310Z | Downloaded primeorder v0.13.6 |
930 | 2024-12-18T22:39:04.310Z | Downloaded termios v0.3.3 |
931 | 2024-12-18T22:39:04.314Z | Downloaded encoding_rs v0.8.34 |
932 | 2024-12-18T22:39:04.332Z | Downloaded synstructure v0.13.1 |
933 | 2024-12-18T22:39:04.334Z | Downloaded static_assertions v1.1.0 |
934 | 2024-12-18T22:39:04.339Z | Downloaded socket2 v0.5.7 |
935 | 2024-12-18T22:39:04.339Z | Downloaded snafu v0.8.5 |
936 | 2024-12-18T22:39:04.342Z | Downloaded dropshot v0.12.0 |
937 | 2024-12-18T22:39:04.362Z | Downloaded unicode_categories v0.1.1 |
938 | 2024-12-18T22:39:04.364Z | Downloaded gimli v0.31.1 |
939 | 2024-12-18T22:39:04.372Z | Downloaded owo-colors v4.1.0 |
940 | 2024-12-18T22:39:04.376Z | Downloaded openssl-probe v0.1.5 |
941 | 2024-12-18T22:39:04.381Z | Downloaded percent-encoding v2.3.1 |
942 | 2024-12-18T22:39:04.381Z | Downloaded writeable v0.5.5 |
943 | 2024-12-18T22:39:04.381Z | Downloaded which v4.4.2 |
944 | 2024-12-18T22:39:04.385Z | Downloaded fatfs v0.3.6 |
945 | 2024-12-18T22:39:04.385Z | Downloaded toolchain_find v0.4.0 |
946 | 2024-12-18T22:39:04.385Z | Downloaded newtype_derive v0.1.6 |
947 | 2024-12-18T22:39:04.385Z | Downloaded unarray v0.1.4 |
948 | 2024-12-18T22:39:04.387Z | Downloaded webpki-roots v0.26.6 |
949 | 2024-12-18T22:39:04.389Z | Downloaded rustversion v1.0.17 |
950 | 2024-12-18T22:39:04.392Z | Downloaded vte_generate_state_changes v0.1.2 |
951 | 2024-12-18T22:39:04.392Z | Downloaded unicode-properties v0.1.3 |
952 | 2024-12-18T22:39:04.395Z | Downloaded parse-display-derive v0.10.0 |
953 | 2024-12-18T22:39:04.396Z | Downloaded openssl v0.10.66 |
954 | 2024-12-18T22:39:04.405Z | Downloaded pem-rfc7468 v0.7.0 |
955 | 2024-12-18T22:39:04.408Z | Downloaded nix v0.27.1 |
956 | 2024-12-18T22:39:04.416Z | Downloaded tokio-native-tls v0.3.1 |
957 | 2024-12-18T22:39:04.418Z | Downloaded tokio-macros v2.4.0 |
958 | 2024-12-18T22:39:04.421Z | Downloaded headers v0.4.0 |
959 | 2024-12-18T22:39:04.424Z | Downloaded parking_lot v0.11.2 |
960 | 2024-12-18T22:39:04.428Z | Downloaded headers-core v0.3.0 |
961 | 2024-12-18T22:39:04.430Z | Downloaded getrandom v0.2.15 |
962 | 2024-12-18T22:39:04.430Z | Downloaded typify-macro v0.2.0 |
963 | 2024-12-18T22:39:04.430Z | Downloaded fragile v2.0.0 |
964 | 2024-12-18T22:39:04.433Z | Downloaded futures-core v0.3.31 |
965 | 2024-12-18T22:39:04.437Z | Downloaded futures-channel v0.3.31 |
966 | 2024-12-18T22:39:04.437Z | Downloaded mio v1.0.2 |
967 | 2024-12-18T22:39:04.441Z | Downloaded flate2 v1.0.34 |
968 | 2024-12-18T22:39:04.446Z | Downloaded schemars v0.8.21 |
969 | 2024-12-18T22:39:04.459Z | Downloaded parking_lot_core v0.8.6 |
970 | 2024-12-18T22:39:04.461Z | Downloaded steno v0.4.1 |
971 | 2024-12-18T22:39:04.466Z | Downloaded path-slash v0.1.5 |
972 | 2024-12-18T22:39:04.472Z | Downloaded salty v0.3.0 |
973 | 2024-12-18T22:39:04.475Z | Downloaded rustls-webpki v0.102.8 |
974 | 2024-12-18T22:39:04.490Z | Downloaded slog v2.7.0 |
975 | 2024-12-18T22:39:04.493Z | Downloaded p384 v0.13.0 |
976 | 2024-12-18T22:39:04.500Z | Downloaded float-cmp v0.9.0 |
977 | 2024-12-18T22:39:04.503Z | Downloaded smallvec v0.6.14 |
978 | 2024-12-18T22:39:04.503Z | Downloaded p521 v0.13.3 |
979 | 2024-12-18T22:39:04.506Z | Downloaded tui-tree-widget v0.22.0 |
980 | 2024-12-18T22:39:04.511Z | Downloaded packed_struct v0.10.1 |
981 | 2024-12-18T22:39:04.511Z | Downloaded flagset v0.4.6 |
982 | 2024-12-18T22:39:04.513Z | Downloaded tungstenite v0.24.0 |
983 | 2024-12-18T22:39:04.514Z | Downloaded slog-async v2.8.0 |
984 | 2024-12-18T22:39:04.516Z | Downloaded diesel v2.2.6 |
985 | 2024-12-18T22:39:04.534Z | Downloaded sled v0.34.7 |
986 | 2024-12-18T22:39:04.543Z | Downloaded typify-impl v0.2.0 |
987 | 2024-12-18T22:39:04.560Z | Downloaded polar-core v0.27.3 |
988 | 2024-12-18T22:39:04.567Z | Downloaded reqwest v0.12.9 |
989 | 2024-12-18T22:39:04.575Z | Downloaded psl-types v2.0.11 |
990 | 2024-12-18T22:39:04.578Z | Downloaded git2 v0.19.0 |
991 | 2024-12-18T22:39:04.584Z | Downloaded group v0.13.0 |
992 | 2024-12-18T22:39:04.587Z | Downloaded float-ord v0.3.2 |
993 | 2024-12-18T22:39:04.587Z | Downloaded tls_codec v0.4.1 |
994 | 2024-12-18T22:39:04.589Z | Downloaded structmeta v0.2.0 |
995 | 2024-12-18T22:39:04.592Z | Downloaded petname v2.0.2 |
996 | 2024-12-18T22:39:04.594Z | Downloaded yasna v0.5.2 |
997 | 2024-12-18T22:39:04.598Z | Downloaded xz2 v0.1.7 |
998 | 2024-12-18T22:39:04.602Z | Downloaded tap v1.0.1 |
999 | 2024-12-18T22:39:04.602Z | Downloaded uuid v1.11.0 |
1000 | 2024-12-18T22:39:04.607Z | Downloaded p256 v0.13.2 |
1001 | 2024-12-18T22:39:04.610Z | Downloaded dhcproto-macros v0.1.0 |
1002 | 2024-12-18T22:39:04.610Z | Downloaded defmt-macros v0.3.9 |
1003 | 2024-12-18T22:39:04.610Z | Downloaded zone_cfg_derive v0.3.0 |
1004 | 2024-12-18T22:39:04.610Z | Downloaded zerocopy v0.8.10 |
1005 | 2024-12-18T22:39:04.632Z | Downloaded rustc-hash v2.0.0 |
1006 | 2024-12-18T22:39:04.634Z | Downloaded nix v0.28.0 |
1007 | 2024-12-18T22:39:04.643Z | Downloaded smoltcp v0.11.0 |
1008 | 2024-12-18T22:39:04.657Z | Downloaded oso-derive v0.27.3 |
1009 | 2024-12-18T22:39:04.660Z | Downloaded fd-lock v4.0.2 |
1010 | 2024-12-18T22:39:04.660Z | Downloaded tokio-postgres v0.7.12 |
1011 | 2024-12-18T22:39:04.663Z | Downloaded gethostname v0.5.0 |
1012 | 2024-12-18T22:39:04.666Z | Downloaded vsss-rs v3.3.4 |
1013 | 2024-12-18T22:39:04.669Z | Downloaded uzers v0.12.1 |
1014 | 2024-12-18T22:39:04.669Z | Downloaded ff v0.13.0 |
1015 | 2024-12-18T22:39:04.672Z | Downloaded diesel_derives v2.2.3 |
1016 | 2024-12-18T22:39:04.674Z | Downloaded petgraph v0.6.5 |
1017 | 2024-12-18T22:39:04.691Z | Downloaded subprocess v0.2.9 |
1018 | 2024-12-18T22:39:04.693Z | Downloaded structmeta v0.3.0 |
1019 | 2024-12-18T22:39:04.696Z | Downloaded regress v0.10.1 |
1020 | 2024-12-18T22:39:04.703Z | Downloaded regress v0.9.1 |
1021 | 2024-12-18T22:39:04.712Z | Downloaded parse-display v0.10.0 |
1022 | 2024-12-18T22:39:04.715Z | Downloaded serde-hex v0.1.0 |
1023 | 2024-12-18T22:39:04.715Z | Downloaded scheduled-thread-pool v0.2.7 |
1024 | 2024-12-18T22:39:04.720Z | Downloaded openapiv3 v2.0.0 |
1025 | 2024-12-18T22:39:04.727Z | Downloaded test-strategy v0.3.1 |
1026 | 2024-12-18T22:39:04.731Z | Downloaded regex-automata v0.4.8 |
1027 | 2024-12-18T22:39:04.751Z | Downloaded prettyplease v0.2.25 |
1028 | 2024-12-18T22:39:04.753Z | Downloaded simd-adler32 v0.3.7 |
1029 | 2024-12-18T22:39:04.754Z | Downloaded signal-hook-registry v1.4.2 |
1030 | 2024-12-18T22:39:04.754Z | Downloaded fs_extra v1.3.0 |
1031 | 2024-12-18T22:39:04.759Z | Downloaded omicron-zone-package v0.11.1 |
1032 | 2024-12-18T22:39:04.762Z | Downloaded object v0.36.5 |
1033 | 2024-12-18T22:39:04.768Z | Downloaded object v0.30.4 |
1034 | 2024-12-18T22:39:04.779Z | Downloaded smoltcp v0.9.1 |
1035 | 2024-12-18T22:39:04.789Z | Downloaded tower-service v0.3.3 |
1036 | 2024-12-18T22:39:04.793Z | Downloaded slog-bunyan v2.5.0 |
1037 | 2024-12-18T22:39:04.793Z | Downloaded signal-hook-mio v0.2.4 |
1038 | 2024-12-18T22:39:04.793Z | Downloaded unicode-width v0.2.0 |
1039 | 2024-12-18T22:39:04.798Z | Downloaded unicode-truncate v1.1.0 |
1040 | 2024-12-18T22:39:04.801Z | Downloaded structmeta-derive v0.2.0 |
1041 | 2024-12-18T22:39:04.801Z | Downloaded slog-envlogger v2.2.0 |
1042 | 2024-12-18T22:39:04.805Z | Downloaded slog-dtrace v0.3.0 |
1043 | 2024-12-18T22:39:04.805Z | Downloaded russh-keys v0.45.0 |
1044 | 2024-12-18T22:39:04.811Z | Downloaded rpassword v7.3.1 |
1045 | 2024-12-18T22:39:04.811Z | Downloaded ron v0.7.1 |
1046 | 2024-12-18T22:39:04.814Z | Downloaded publicsuffix v2.2.3 |
1047 | 2024-12-18T22:39:04.814Z | Downloaded topological-sort v0.2.2 |
1048 | 2024-12-18T22:39:04.817Z | Downloaded ssh-cipher v0.2.0 |
1049 | 2024-12-18T22:39:04.817Z | Downloaded signal-hook-tokio v0.3.1 |
1050 | 2024-12-18T22:39:04.817Z | Downloaded trust-dns-proto v0.22.0 |
1051 | 2024-12-18T22:39:04.827Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1052 | 2024-12-18T22:39:04.884Z | Downloaded rusqlite v0.32.1 |
1053 | 2024-12-18T22:39:04.890Z | Downloaded qorb v0.2.1 |
1054 | 2024-12-18T22:39:04.895Z | Downloaded csv v1.3.0 |
1055 | 2024-12-18T22:39:04.913Z | Downloaded shlex v1.3.0 |
1056 | 2024-12-18T22:39:04.916Z | Downloaded slog-scope v4.4.0 |
1057 | 2024-12-18T22:39:04.920Z | Downloaded rustc-hash v1.1.0 |
1058 | 2024-12-18T22:39:04.920Z | Downloaded rustfmt-wrapper v0.2.1 |
1059 | 2024-12-18T22:39:04.920Z | Downloaded rtoolbox v0.0.2 |
1060 | 2024-12-18T22:39:04.925Z | Downloaded ref-cast-impl v1.0.23 |
1061 | 2024-12-18T22:39:04.925Z | Downloaded ref-cast v1.0.23 |
1062 | 2024-12-18T22:39:04.925Z | Downloaded peg-macros v0.8.4 |
1063 | 2024-12-18T22:39:04.929Z | Downloaded phf_codegen v0.11.2 |
1064 | 2024-12-18T22:39:04.929Z | Downloaded phf v0.11.2 |
1065 | 2024-12-18T22:39:04.929Z | Downloaded rand_core v0.6.4 |
1066 | 2024-12-18T22:39:04.929Z | Downloaded data-encoding v2.6.0 |
1067 | 2024-12-18T22:39:04.931Z | Downloaded x509-cert v0.2.5 |
1068 | 2024-12-18T22:39:04.934Z | Downloaded waitgroup v0.1.2 |
1069 | 2024-12-18T22:39:04.937Z | Downloaded vergen v8.3.2 |
1070 | 2024-12-18T22:39:04.937Z | Downloaded url v2.5.3 |
1071 | 2024-12-18T22:39:04.940Z | Downloaded tungstenite v0.23.0 |
1072 | 2024-12-18T22:39:04.949Z | Downloaded tungstenite v0.21.0 |
1073 | 2024-12-18T22:39:04.955Z | Downloaded thiserror-no-std v2.0.2 |
1074 | 2024-12-18T22:39:04.955Z | Downloaded thiserror-impl-no-std v2.0.2 |
1075 | 2024-12-18T22:39:04.955Z | Downloaded thiserror-impl v2.0.3 |
1076 | 2024-12-18T22:39:04.955Z | Downloaded take_mut v0.2.2 |
1077 | 2024-12-18T22:39:04.959Z | Downloaded tabwriter v1.4.0 |
1078 | 2024-12-18T22:39:04.959Z | Downloaded idna v0.3.0 |
1079 | 2024-12-18T22:39:04.962Z | Downloaded num v0.4.3 |
1080 | 2024-12-18T22:39:04.966Z | Downloaded enum-as-inner v0.6.1 |
1081 | 2024-12-18T22:39:04.966Z | Downloaded endian-type v0.1.2 |
1082 | 2024-12-18T22:39:04.966Z | Downloaded embedded-io v0.6.1 |
1083 | 2024-12-18T22:39:04.969Z | Downloaded dyn-clone v1.0.17 |
1084 | 2024-12-18T22:39:04.969Z | Downloaded tokio-stream v0.1.16 |
1085 | 2024-12-18T22:39:04.973Z | Downloaded term v0.7.0 |
1086 | 2024-12-18T22:39:04.975Z | Downloaded sqlparser_derive v0.2.2 |
1087 | 2024-12-18T22:39:04.975Z | Downloaded sqlparser v0.45.0 |
1088 | 2024-12-18T22:39:04.979Z | Downloaded smf v0.2.3 |
1089 | 2024-12-18T22:39:04.982Z | Downloaded serde-big-array v0.5.1 |
1090 | 2024-12-18T22:39:04.982Z | Downloaded semver v0.1.20 |
1091 | 2024-12-18T22:39:04.985Z | Downloaded salsa20 v0.10.2 |
1092 | 2024-12-18T22:39:04.985Z | Downloaded rustyline v14.0.0 |
1093 | 2024-12-18T22:39:04.991Z | Downloaded maybe-uninit v2.0.0 |
1094 | 2024-12-18T22:39:04.994Z | Downloaded libz-sys v1.1.20 |
1095 | 2024-12-18T22:39:05.012Z | Downloaded quick-xml v0.33.0 |
1096 | 2024-12-18T22:39:05.018Z | Downloaded defmt v0.3.8 |
1097 | 2024-12-18T22:39:05.021Z | Downloaded zone v0.1.8 |
1098 | 2024-12-18T22:39:05.024Z | Downloaded structmeta-derive v0.3.0 |
1099 | 2024-12-18T22:39:05.026Z | Downloaded shell-words v1.1.0 |
1100 | 2024-12-18T22:39:05.026Z | Downloaded serde_urlencoded v0.7.1 |
1101 | 2024-12-18T22:39:05.026Z | Downloaded serde_repr v0.1.19 |
1102 | 2024-12-18T22:39:05.029Z | Downloaded sct v0.7.1 |
1103 | 2024-12-18T22:39:05.032Z | Downloaded regex v1.11.1 |
1104 | 2024-12-18T22:39:05.044Z | Downloaded rsa v0.9.6 |
1105 | 2024-12-18T22:39:05.050Z | Downloaded russh-cryptovec v0.7.3 |
1106 | 2024-12-18T22:39:05.054Z | Downloaded russh v0.45.0 |
1107 | 2024-12-18T22:39:05.057Z | Downloaded r2d2 v0.8.10 |
1108 | 2024-12-18T22:39:05.057Z | Downloaded chrono-tz v0.10.0 |
1109 | 2024-12-18T22:39:05.065Z | Downloaded nodrop v0.1.14 |
1110 | 2024-12-18T22:39:05.067Z | Downloaded num-traits v0.2.19 |
1111 | 2024-12-18T22:39:05.067Z | Downloaded deranged v0.3.11 |
1112 | 2024-12-18T22:39:05.067Z | Downloaded darling_core v0.20.10 |
1113 | 2024-12-18T22:39:05.074Z | Downloaded libsw v3.3.1 |
1114 | 2024-12-18T22:39:05.078Z | Downloaded radix_trie v0.2.1 |
1115 | 2024-12-18T22:39:05.083Z | Downloaded lalrpop-util v0.19.12 |
1116 | 2024-12-18T22:39:05.087Z | Downloaded kstat-rs v0.2.4 |
1117 | 2024-12-18T22:39:05.087Z | Downloaded internet-checksum v0.2.1 |
1118 | 2024-12-18T22:39:05.087Z | Downloaded instability v0.3.2 |
1119 | 2024-12-18T22:39:05.087Z | Downloaded impl-trait-for-tuples v0.2.2 |
1120 | 2024-12-18T22:39:05.092Z | Downloaded radium v0.7.0 |
1121 | 2024-12-18T22:39:05.092Z | Downloaded cmake v0.1.51 |
1122 | 2024-12-18T22:39:05.092Z | Downloaded cancel-safe-futures v0.1.5 |
1123 | 2024-12-18T22:39:05.094Z | Downloaded assert_matches v1.5.0 |
1124 | 2024-12-18T22:39:05.094Z | Downloaded curve25519-dalek-derive v0.1.1 |
1125 | 2024-12-18T22:39:05.094Z | Downloaded cstr-argument v0.1.2 |
1126 | 2024-12-18T22:39:05.094Z | Downloaded cc v1.1.30 |
1127 | 2024-12-18T22:39:05.097Z | Downloaded castaway v0.2.3 |
1128 | 2024-12-18T22:39:05.101Z | Downloaded cassowary v0.3.0 |
1129 | 2024-12-18T22:39:05.101Z | Downloaded bytes v1.8.0 |
1130 | 2024-12-18T22:39:05.104Z | Downloaded buf-list v1.0.3 |
1131 | 2024-12-18T22:39:05.106Z | Downloaded blowfish v0.9.1 |
1132 | 2024-12-18T22:39:05.106Z | Downloaded block-padding v0.3.3 |
1133 | 2024-12-18T22:39:05.112Z | Downloaded blake3 v1.5.4 |
1134 | 2024-12-18T22:39:05.116Z | Downloaded bitfield-struct v0.6.2 |
1135 | 2024-12-18T22:39:05.119Z | Downloaded bitfield v0.14.0 |
1136 | 2024-12-18T22:39:05.119Z | Downloaded bindgen v0.69.5 |
1137 | 2024-12-18T22:39:05.126Z | Downloaded bcs v0.1.6 |
1138 | 2024-12-18T22:39:05.129Z | Downloaded bcrypt-pbkdf v0.10.0 |
1139 | 2024-12-18T22:39:05.129Z | Downloaded crossterm v0.28.1 |
1140 | 2024-12-18T22:39:05.134Z | Downloaded chrono-tz-build v0.4.0 |
1141 | 2024-12-18T22:39:05.138Z | Downloaded memmap2 v0.9.5 |
1142 | 2024-12-18T22:39:05.141Z | Downloaded lru v0.12.5 |
1143 | 2024-12-18T22:39:05.141Z | Downloaded ipnetwork v0.20.0 |
1144 | 2024-12-18T22:39:05.141Z | Downloaded hyper-util v0.1.10 |
1145 | 2024-12-18T22:39:05.147Z | Downloaded hkdf v0.12.4 |
1146 | 2024-12-18T22:39:05.150Z | Downloaded curve25519-dalek v4.1.3 |
1147 | 2024-12-18T22:39:05.156Z | Downloaded crossbeam-deque v0.8.5 |
1148 | 2024-12-18T22:39:05.161Z | Downloaded crossbeam-channel v0.5.13 |
1149 | 2024-12-18T22:39:05.164Z | Downloaded clang-sys v1.8.1 |
1150 | 2024-12-18T22:39:05.168Z | Downloaded ciborium-ll v0.2.2 |
1151 | 2024-12-18T22:39:05.168Z | Downloaded ciborium v0.2.2 |
1152 | 2024-12-18T22:39:05.174Z | Downloaded chacha20poly1305 v0.10.1 |
1153 | 2024-12-18T22:39:05.174Z | Downloaded bzip2 v0.4.4 |
1154 | 2024-12-18T22:39:05.178Z | Downloaded base64 v0.22.1 |
1155 | 2024-12-18T22:39:05.178Z | Downloaded bit-set v0.5.3 |
1156 | 2024-12-18T22:39:05.181Z | Downloaded base64ct v1.6.0 |
1157 | 2024-12-18T22:39:05.181Z | Downloaded bb8 v0.8.5 |
1158 | 2024-12-18T22:39:05.185Z | Downloaded backtrace v0.3.74 |
1159 | 2024-12-18T22:39:05.190Z | Downloaded indent_write v2.2.0 |
1160 | 2024-12-18T22:39:05.190Z | Downloaded hyper v1.5.0 |
1161 | 2024-12-18T22:39:05.194Z | Downloaded aho-corasick v1.1.3 |
1162 | 2024-12-18T22:39:05.202Z | Downloaded arrayvec v0.7.6 |
1163 | 2024-12-18T22:39:05.357Z | Downloaded ring v0.17.8 |
1164 | 2024-12-18T22:39:05.442Z | Downloaded aws-lc-sys v0.22.0 |
1165 | 2024-12-18T22:39:05.701Z | Downloaded ring v0.16.20 |
1166 | 2024-12-18T22:39:05.863Z | Downloaded libsqlite3-sys v0.30.1 |
1167 | 2024-12-18T22:39:06.043Z | Compiling serde v1.0.215 |
1168 | 2024-12-18T22:39:06.046Z | Compiling lock_api v0.4.12 |
1169 | 2024-12-18T22:39:06.046Z | Compiling scopeguard v1.2.0 |
1170 | 2024-12-18T22:39:06.046Z | Compiling value-bag v1.9.0 |
1171 | 2024-12-18T22:39:06.046Z | Compiling typenum v1.17.0 |
1172 | 2024-12-18T22:39:06.046Z | Compiling generic-array v0.14.7 |
1173 | 2024-12-18T22:39:06.208Z | Compiling syn v2.0.87 |
1174 | 2024-12-18T22:39:06.220Z | Compiling getrandom v0.2.15 |
1175 | 2024-12-18T22:39:06.409Z | Compiling subtle v2.6.1 |
1176 | 2024-12-18T22:39:06.501Z | Compiling rand_core v0.6.4 |
1177 | 2024-12-18T22:39:06.701Z | Compiling log v0.4.22 |
1178 | 2024-12-18T22:39:06.740Z | Compiling shlex v1.3.0 |
1179 | 2024-12-18T22:39:06.759Z | Compiling jobserver v0.1.32 |
1180 | 2024-12-18T22:39:06.826Z | Compiling const-oid v0.9.6 |
1181 | 2024-12-18T22:39:07.033Z | Compiling smallvec v1.13.2 |
1182 | 2024-12-18T22:39:07.055Z | Compiling spin v0.9.8 |
1183 | 2024-12-18T22:39:07.145Z | Compiling cc v1.1.30 |
1184 | 2024-12-18T22:39:07.437Z | Compiling pin-project-lite v0.2.14 |
1185 | 2024-12-18T22:39:07.480Z | Compiling rustix v0.38.37 |
1186 | 2024-12-18T22:39:07.569Z | Compiling parking_lot_core v0.9.10 |
1187 | 2024-12-18T22:39:07.599Z | Compiling futures-core v0.3.31 |
1188 | 2024-12-18T22:39:07.681Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2024-12-18T22:39:07.834Z | Compiling mio v1.0.2 |
1190 | 2024-12-18T22:39:08.511Z | Compiling aho-corasick v1.1.3 |
1191 | 2024-12-18T22:39:08.711Z | Compiling parking_lot v0.12.3 |
1192 | 2024-12-18T22:39:08.877Z | Compiling regex-syntax v0.8.5 |
1193 | 2024-12-18T22:39:09.079Z | Compiling either v1.13.0 |
1194 | 2024-12-18T22:39:09.194Z | Compiling cpufeatures v0.2.14 |
1195 | 2024-12-18T22:39:09.244Z | Compiling lazy_static v1.5.0 |
1196 | 2024-12-18T22:39:09.309Z | Compiling futures-sink v0.3.31 |
1197 | 2024-12-18T22:39:09.380Z | Compiling glob v0.3.1 |
1198 | 2024-12-18T22:39:09.463Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-12-18T22:39:09.529Z | Compiling socket2 v0.5.7 |
1200 | 2024-12-18T22:39:09.573Z | Compiling slab v0.4.9 |
1201 | 2024-12-18T22:39:09.688Z | Compiling prettyplease v0.2.25 |
1202 | 2024-12-18T22:39:10.057Z | Compiling minimal-lexical v0.2.1 |
1203 | 2024-12-18T22:39:10.369Z | Compiling libloading v0.8.5 |
1204 | 2024-12-18T22:39:10.431Z | Compiling clang-sys v1.8.1 |
1205 | 2024-12-18T22:39:10.589Z | Compiling nom v7.1.3 |
1206 | 2024-12-18T22:39:10.619Z | Compiling home v0.5.9 |
1207 | 2024-12-18T22:39:10.805Z | Compiling serde_json v1.0.132 |
1208 | 2024-12-18T22:39:10.903Z | Compiling bindgen v0.69.5 |
1209 | 2024-12-18T22:39:11.158Z | Compiling itertools v0.12.1 |
1210 | 2024-12-18T22:39:11.749Z | Compiling futures-channel v0.3.31 |
1211 | 2024-12-18T22:39:11.813Z | Compiling futures-io v0.3.31 |
1212 | 2024-12-18T22:39:12.162Z | Compiling foldhash v0.1.3 |
1213 | 2024-12-18T22:39:12.227Z | Compiling futures-task v0.3.31 |
1214 | 2024-12-18T22:39:12.468Z | Compiling pin-utils v0.1.0 |
1215 | 2024-12-18T22:39:12.537Z | Compiling allocator-api2 v0.2.18 |
1216 | 2024-12-18T22:39:12.576Z | Compiling rustc-hash v1.1.0 |
1217 | 2024-12-18T22:39:12.719Z | Compiling regex-automata v0.4.8 |
1218 | 2024-12-18T22:39:13.422Z | Compiling lazycell v1.3.0 |
1219 | 2024-12-18T22:39:13.616Z | Compiling hashbrown v0.15.1 |
1220 | 2024-12-18T22:39:14.382Z | Compiling synstructure v0.13.1 |
1221 | 2024-12-18T22:39:14.539Z | Compiling cexpr v0.6.0 |
1222 | 2024-12-18T22:39:15.049Z | Compiling cmake v0.1.51 |
1223 | 2024-12-18T22:39:16.008Z | Compiling dunce v1.0.5 |
1224 | 2024-12-18T22:39:16.120Z | Compiling fs_extra v1.3.0 |
1225 | 2024-12-18T22:39:16.144Z | Compiling libm v0.2.8 |
1226 | 2024-12-18T22:39:16.161Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2024-12-18T22:39:16.253Z | Compiling pkg-config v0.3.31 |
1228 | 2024-12-18T22:39:16.417Z | Compiling tinyvec v1.8.0 |
1229 | 2024-12-18T22:39:16.495Z | Compiling num-traits v0.2.19 |
1230 | 2024-12-18T22:39:17.029Z | Compiling ring v0.17.8 |
1231 | 2024-12-18T22:39:17.585Z | Compiling paste v1.0.15 |
1232 | 2024-12-18T22:39:17.864Z | Compiling litemap v0.7.3 |
1233 | 2024-12-18T22:39:17.974Z | Compiling unicode-normalization v0.1.24 |
1234 | 2024-12-18T22:39:18.114Z | Compiling base64ct v1.6.0 |
1235 | 2024-12-18T22:39:18.207Z | Compiling writeable v0.5.5 |
1236 | 2024-12-18T22:39:18.228Z | Compiling unicode-bidi v0.3.17 |
1237 | 2024-12-18T22:39:18.697Z | Compiling regex v1.11.1 |
1238 | 2024-12-18T22:39:18.795Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2024-12-18T22:39:19.501Z | Compiling httparse v1.9.5 |
1240 | 2024-12-18T22:39:19.532Z | Compiling flagset v0.4.6 |
1241 | 2024-12-18T22:39:19.742Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2024-12-18T22:39:20.145Z | Compiling tracing-core v0.1.32 |
1243 | 2024-12-18T22:39:20.349Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-12-18T22:39:20.909Z | Compiling icu_locid_transform_data v1.5.0 |
1245 | 2024-12-18T22:39:20.929Z | Compiling percent-encoding v2.3.1 |
1246 | 2024-12-18T22:39:21.004Z | Compiling rustls-pki-types v1.9.0 |
1247 | 2024-12-18T22:39:21.263Z | Compiling icu_properties_data v1.5.0 |
1248 | 2024-12-18T22:39:21.355Z | Compiling serde_derive v1.0.215 |
1249 | 2024-12-18T22:39:21.513Z | Compiling zeroize_derive v1.4.2 |
1250 | 2024-12-18T22:39:21.583Z | Compiling zerocopy-derive v0.7.35 |
1251 | 2024-12-18T22:39:21.812Z | Compiling tokio-macros v2.4.0 |
1252 | 2024-12-18T22:39:22.096Z | Compiling zerofrom-derive v0.1.4 |
1253 | 2024-12-18T22:39:23.158Z | Compiling zeroize v1.8.1 |
1254 | 2024-12-18T22:39:23.548Z | Compiling thiserror-impl v1.0.69 |
1255 | 2024-12-18T22:39:23.596Z | Compiling yoke-derive v0.7.4 |
1256 | 2024-12-18T22:39:23.856Z | Compiling zerocopy v0.7.35 |
1257 | 2024-12-18T22:39:24.909Z | Compiling crypto-common v0.1.6 |
1258 | 2024-12-18T22:39:25.135Z | Compiling block-buffer v0.10.4 |
1259 | 2024-12-18T22:39:25.406Z | Compiling digest v0.10.7 |
1260 | 2024-12-18T22:39:25.485Z | Compiling zerovec-derive v0.10.3 |
1261 | 2024-12-18T22:39:25.568Z | Compiling futures-macro v0.3.31 |
1262 | 2024-12-18T22:39:25.908Z | Compiling hmac v0.12.1 |
1263 | 2024-12-18T22:39:26.156Z | Compiling block-padding v0.3.3 |
1264 | 2024-12-18T22:39:26.186Z | Compiling zerofrom v0.1.4 |
1265 | 2024-12-18T22:39:26.407Z | Compiling displaydoc v0.2.5 |
1266 | 2024-12-18T22:39:26.425Z | Compiling inout v0.1.3 |
1267 | 2024-12-18T22:39:26.684Z | Compiling cipher v0.4.4 |
1268 | 2024-12-18T22:39:26.704Z | Compiling yoke v0.7.4 |
1269 | 2024-12-18T22:39:26.955Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-18T22:39:27.090Z | Compiling sha2 v0.10.8 |
1271 | 2024-12-18T22:39:27.105Z | Compiling ppv-lite86 v0.2.20 |
1272 | 2024-12-18T22:39:27.210Z | Compiling der_derive v0.7.3 |
1273 | 2024-12-18T22:39:27.544Z | Compiling futures-util v0.3.31 |
1274 | 2024-12-18T22:39:27.967Z | Compiling icu_provider_macros v1.5.0 |
1275 | 2024-12-18T22:39:28.181Z | Compiling zerovec v0.10.4 |
1276 | 2024-12-18T22:39:28.202Z | Compiling rand_chacha v0.3.1 |
1277 | 2024-12-18T22:39:28.665Z | Compiling tracing-attributes v0.1.27 |
1278 | 2024-12-18T22:39:29.202Z | Compiling rand v0.8.5 |
1279 | 2024-12-18T22:39:29.744Z | Compiling der v0.7.9 |
1280 | 2024-12-18T22:39:30.514Z | Compiling tinystr v0.7.6 |
1281 | 2024-12-18T22:39:30.629Z | Compiling icu_collections v1.5.0 |
1282 | 2024-12-18T22:39:30.646Z | Compiling salsa20 v0.10.2 |
1283 | 2024-12-18T22:39:30.877Z | Compiling icu_locid v1.5.0 |
1284 | 2024-12-18T22:39:30.946Z | Compiling pest v2.7.14 |
1285 | 2024-12-18T22:39:31.395Z | Compiling pbkdf2 v0.12.2 |
1286 | 2024-12-18T22:39:31.562Z | Compiling num-conv v0.1.0 |
1287 | 2024-12-18T22:39:31.865Z | Compiling powerfmt v0.2.0 |
1288 | 2024-12-18T22:39:32.277Z | Compiling icu_provider v1.5.0 |
1289 | 2024-12-18T22:39:32.295Z | Compiling spki v0.7.3 |
1290 | 2024-12-18T22:39:32.659Z | Compiling untrusted v0.7.1 |
1291 | 2024-12-18T22:39:32.713Z | Compiling tracing v0.1.40 |
1292 | 2024-12-18T22:39:32.861Z | Compiling mirai-annotations v1.12.0 |
1293 | 2024-12-18T22:39:33.092Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2024-12-18T22:39:33.243Z | Compiling time-core v0.1.2 |
1295 | 2024-12-18T22:39:33.282Z | Compiling untrusted v0.9.0 |
1296 | 2024-12-18T22:39:33.310Z | Compiling vcpkg v0.2.15 |
1297 | 2024-12-18T22:39:33.331Z | Compiling deranged v0.3.11 |
1298 | 2024-12-18T22:39:33.426Z | Compiling time-macros v0.2.18 |
1299 | 2024-12-18T22:39:33.809Z | Compiling pest_meta v2.7.14 |
1300 | 2024-12-18T22:39:34.117Z | Compiling scrypt v0.11.0 |
1301 | 2024-12-18T22:39:34.697Z | Compiling icu_properties v1.5.1 |
1302 | 2024-12-18T22:39:35.348Z | Compiling aes v0.8.4 |
1303 | 2024-12-18T22:39:35.615Z | Compiling bitflags v2.6.0 |
1304 | 2024-12-18T22:39:35.874Z | Compiling bytes v1.8.0 |
1305 | 2024-12-18T22:39:36.811Z | Compiling tokio v1.40.0 |
1306 | 2024-12-18T22:39:37.171Z | Compiling indexmap v2.6.0 |
1307 | 2024-12-18T22:39:37.321Z | Compiling http v1.1.0 |
1308 | 2024-12-18T22:39:38.316Z | Compiling semver v1.0.23 |
1309 | 2024-12-18T22:39:38.734Z | Compiling openssl-sys v0.9.103 |
1310 | 2024-12-18T22:39:39.033Z | Compiling rustc_version v0.4.1 |
1311 | 2024-12-18T22:39:39.122Z | Compiling cbc v0.1.2 |
1312 | 2024-12-18T22:39:39.368Z | Compiling scroll_derive v0.12.0 |
1313 | 2024-12-18T22:39:39.713Z | Compiling atomic-waker v1.1.2 |
1314 | 2024-12-18T22:39:39.818Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-12-18T22:39:39.882Z | Compiling num_threads v0.1.7 |
1316 | 2024-12-18T22:39:39.909Z | Compiling which v4.4.2 |
1317 | 2024-12-18T22:39:39.981Z | Compiling utf8_iter v1.0.4 |
1318 | 2024-12-18T22:39:40.007Z | Compiling icu_normalizer_data v1.5.0 |
1319 | 2024-12-18T22:39:40.026Z | Compiling write16 v1.0.0 |
1320 | 2024-12-18T22:39:40.114Z | Compiling time v0.3.36 |
1321 | 2024-12-18T22:39:40.165Z | Compiling icu_normalizer v1.5.0 |
1322 | 2024-12-18T22:39:40.684Z | Compiling pkcs5 v0.7.1 |
1323 | 2024-12-18T22:39:40.751Z | Compiling http-body v1.0.1 |
1324 | 2024-12-18T22:39:40.841Z | Compiling scroll v0.12.0 |
1325 | 2024-12-18T22:39:40.993Z | Compiling pest_generator v2.7.14 |
1326 | 2024-12-18T22:39:41.404Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-12-18T22:39:41.432Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-18T22:39:41.588Z | Compiling slog v2.7.0 |
1329 | 2024-12-18T22:39:41.735Z | Compiling goblin v0.8.2 |
1330 | 2024-12-18T22:39:41.854Z | Compiling want v0.3.1 |
1331 | 2024-12-18T22:39:42.155Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-18T22:39:42.192Z | Compiling idna_adapter v1.2.0 |
1333 | 2024-12-18T22:39:42.213Z | Compiling httpdate v1.0.3 |
1334 | 2024-12-18T22:39:42.422Z | Compiling idna v1.0.3 |
1335 | 2024-12-18T22:39:42.934Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-12-18T22:39:43.071Z | Compiling pest_derive v2.7.14 |
1337 | 2024-12-18T22:39:43.166Z | Compiling toml_datetime v0.6.8 |
1338 | 2024-12-18T22:39:43.596Z | Compiling serde_tokenstream v0.2.2 |
1339 | 2024-12-18T22:39:43.678Z | Compiling uuid v1.11.0 |
1340 | 2024-12-18T22:39:43.874Z | Compiling dtrace-parser v0.2.0 |
1341 | 2024-12-18T22:39:44.227Z | Compiling rustversion v1.0.17 |
1342 | 2024-12-18T22:39:44.369Z | Compiling tower-service v0.3.3 |
1343 | 2024-12-18T22:39:44.496Z | Compiling adler2 v2.0.0 |
1344 | 2024-12-18T22:39:44.723Z | Compiling match_cfg v0.1.0 |
1345 | 2024-12-18T22:39:44.814Z | Compiling iana-time-zone v0.1.61 |
1346 | 2024-12-18T22:39:44.930Z | Compiling foreign-types-shared v0.1.1 |
1347 | 2024-12-18T22:39:45.052Z | Compiling openssl v0.10.66 |
1348 | 2024-12-18T22:39:45.170Z | Compiling base64 v0.22.1 |
1349 | 2024-12-18T22:39:45.280Z | Compiling foreign-types v0.3.2 |
1350 | 2024-12-18T22:39:45.382Z | Compiling tokio-util v0.7.12 |
1351 | 2024-12-18T22:39:45.507Z | Compiling chrono v0.4.38 |
1352 | 2024-12-18T22:39:45.696Z | Compiling hostname v0.3.1 |
1353 | 2024-12-18T22:39:45.954Z | Compiling miniz_oxide v0.8.0 |
1354 | 2024-12-18T22:39:45.972Z | Compiling url v2.5.3 |
1355 | 2024-12-18T22:39:46.837Z | Compiling h2 v0.4.6 |
1356 | 2024-12-18T22:39:47.530Z | Compiling async-trait v0.1.83 |
1357 | 2024-12-18T22:39:47.549Z | Compiling dof v0.3.0 |
1358 | 2024-12-18T22:39:48.038Z | Compiling openssl-macros v0.1.1 |
1359 | 2024-12-18T22:39:48.822Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-12-18T22:39:49.394Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-12-18T22:39:49.835Z | Compiling native-tls v0.2.12 |
1362 | 2024-12-18T22:39:50.071Z | Compiling rustls v0.23.14 |
1363 | 2024-12-18T22:39:50.158Z | Compiling siphasher v0.3.11 |
1364 | 2024-12-18T22:39:50.350Z | Compiling rustls v0.22.4 |
1365 | 2024-12-18T22:39:50.411Z | Compiling data-encoding v2.6.0 |
1366 | 2024-12-18T22:39:50.442Z | Compiling syn v1.0.109 |
1367 | 2024-12-18T22:39:50.586Z | Compiling dirs-next v2.0.0 |
1368 | 2024-12-18T22:39:51.178Z | Compiling http-body-util v0.1.2 |
1369 | 2024-12-18T22:39:51.746Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-18T22:39:52.255Z | Compiling heapless v0.7.17 |
1371 | 2024-12-18T22:39:52.370Z | Compiling signature v2.2.0 |
1372 | 2024-12-18T22:39:52.555Z | Compiling sha1 v0.10.6 |
1373 | 2024-12-18T22:39:52.669Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2024-12-18T22:39:52.688Z | Compiling serde_derive_internals v0.29.1 |
1375 | 2024-12-18T22:39:52.809Z | Compiling thread_local v1.1.8 |
1376 | 2024-12-18T22:39:52.858Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-12-18T22:39:53.023Z | Compiling cookie v0.18.1 |
1378 | 2024-12-18T22:39:53.187Z | Compiling multer v3.1.0 |
1379 | 2024-12-18T22:39:53.298Z | Compiling rayon-core v1.12.1 |
1380 | 2024-12-18T22:39:53.415Z | Compiling signal-hook v0.3.17 |
1381 | 2024-12-18T22:39:53.465Z | Compiling openssl-probe v0.1.5 |
1382 | 2024-12-18T22:39:53.561Z | Compiling slog-async v2.8.0 |
1383 | 2024-12-18T22:39:53.672Z | Compiling schemars v0.8.21 |
1384 | 2024-12-18T22:39:53.835Z | Compiling hyper v1.5.0 |
1385 | 2024-12-18T22:39:54.003Z | Compiling mime v0.3.17 |
1386 | 2024-12-18T22:39:54.093Z | Compiling unicode-properties v0.1.3 |
1387 | 2024-12-18T22:39:54.508Z | Compiling ipnet v2.10.1 |
1388 | 2024-12-18T22:39:54.630Z | Compiling gimli v0.31.1 |
1389 | 2024-12-18T22:39:55.559Z | Compiling schemars_derive v0.8.21 |
1390 | 2024-12-18T22:39:55.818Z | Compiling stringprep v0.1.5 |
1391 | 2024-12-18T22:39:57.110Z | Compiling hyper-util v0.1.10 |
1392 | 2024-12-18T22:39:57.655Z | Compiling toml_edit v0.22.22 |
1393 | 2024-12-18T22:39:58.424Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-12-18T22:39:59.009Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-18T22:39:59.514Z | Compiling addr2line v0.24.2 |
1396 | 2024-12-18T22:39:59.784Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2024-12-18T22:39:59.928Z | Compiling term v0.7.0 |
1398 | 2024-12-18T22:40:00.134Z | Compiling slog-json v2.6.1 |
1399 | 2024-12-18T22:40:00.209Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2024-12-18T22:40:00.359Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-18T22:40:00.508Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-18T22:40:00.634Z | Compiling futures-executor v0.3.31 |
1403 | 2024-12-18T22:40:00.746Z | Compiling enum-as-inner v0.6.1 |
1404 | 2024-12-18T22:40:01.150Z | Compiling md-5 v0.10.6 |
1405 | 2024-12-18T22:40:01.214Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2024-12-18T22:40:01.427Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-12-18T22:40:01.462Z | Compiling num-integer v0.1.46 |
1408 | 2024-12-18T22:40:01.526Z | Compiling idna v0.3.0 |
1409 | 2024-12-18T22:40:01.559Z | Compiling idna v0.4.0 |
1410 | 2024-12-18T22:40:01.864Z | Compiling hash32 v0.2.1 |
1411 | 2024-12-18T22:40:02.234Z | Compiling ff v0.13.0 |
1412 | 2024-12-18T22:40:02.260Z | Compiling is-terminal v0.4.13 |
1413 | 2024-12-18T22:40:02.400Z | Compiling object v0.36.5 |
1414 | 2024-12-18T22:40:02.452Z | Compiling dropshot v0.12.0 |
1415 | 2024-12-18T22:40:02.748Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2024-12-18T22:40:02.814Z | Compiling quick-error v1.2.3 |
1417 | 2024-12-18T22:40:03.016Z | Compiling base16ct v0.2.0 |
1418 | 2024-12-18T22:40:03.048Z | Compiling fallible-iterator v0.2.0 |
1419 | 2024-12-18T22:40:03.340Z | Compiling smoltcp v0.9.1 |
1420 | 2024-12-18T22:40:03.361Z | Compiling linked-hash-map v0.5.6 |
1421 | 2024-12-18T22:40:03.364Z | Compiling anyhow v1.0.93 |
1422 | 2024-12-18T22:40:03.744Z | Compiling dyn-clone v1.0.17 |
1423 | 2024-12-18T22:40:03.762Z | Compiling psl-types v2.0.11 |
1424 | 2024-12-18T22:40:03.962Z | Compiling rustc-demangle v0.1.24 |
1425 | 2024-12-18T22:40:03.980Z | Compiling portable-atomic v1.9.0 |
1426 | 2024-12-18T22:40:04.050Z | Compiling utf-8 v0.7.6 |
1427 | 2024-12-18T22:40:04.083Z | Compiling take_mut v0.2.2 |
1428 | 2024-12-18T22:40:04.251Z | Compiling tungstenite v0.24.0 |
1429 | 2024-12-18T22:40:05.158Z | Compiling publicsuffix v2.2.3 |
1430 | 2024-12-18T22:40:05.432Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-18T22:40:05.592Z | Compiling lru-cache v0.1.2 |
1432 | 2024-12-18T22:40:05.806Z | Compiling sec1 v0.7.3 |
1433 | 2024-12-18T22:40:06.323Z | Compiling resolv-conf v0.7.0 |
1434 | 2024-12-18T22:40:06.379Z | Compiling async-stream v0.3.6 |
1435 | 2024-12-18T22:40:06.689Z | Compiling hickory-proto v0.24.1 |
1436 | 2024-12-18T22:40:06.742Z | Compiling group v0.13.0 |
1437 | 2024-12-18T22:40:06.813Z | Compiling slog-term v2.9.1 |
1438 | 2024-12-18T22:40:07.067Z | Compiling usdt v0.5.0 |
1439 | 2024-12-18T22:40:07.584Z | Compiling num-iter v0.1.45 |
1440 | 2024-12-18T22:40:07.906Z | Compiling futures v0.3.31 |
1441 | 2024-12-18T22:40:08.038Z | Compiling toml v0.8.19 |
1442 | 2024-12-18T22:40:08.195Z | Compiling slog-bunyan v2.5.0 |
1443 | 2024-12-18T22:40:09.725Z | Compiling camino v1.1.9 |
1444 | 2024-12-18T22:40:10.295Z | Compiling backtrace v0.3.74 |
1445 | 2024-12-18T22:40:10.510Z | Compiling tokio-native-tls v0.3.1 |
1446 | 2024-12-18T22:40:10.715Z | Compiling phf_shared v0.11.2 |
1447 | 2024-12-18T22:40:10.784Z | Compiling dropshot_endpoint v0.12.0 |
1448 | 2024-12-18T22:40:10.804Z | Compiling terminal_size v0.4.0 |
1449 | 2024-12-18T22:40:10.874Z | Compiling waitgroup v0.1.2 |
1450 | 2024-12-18T22:40:11.026Z | Compiling openapiv3 v2.0.0 |
1451 | 2024-12-18T22:40:11.108Z | Compiling serde_path_to_error v0.1.16 |
1452 | 2024-12-18T22:40:11.108Z | Compiling hkdf v0.12.4 |
1453 | 2024-12-18T22:40:11.399Z | Compiling crypto-bigint v0.5.5 |
1454 | 2024-12-18T22:40:12.008Z | Compiling webpki-roots v0.26.6 |
1455 | 2024-12-18T22:40:12.242Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-18T22:40:13.915Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-12-18T22:40:14.169Z | Compiling idna v0.5.0 |
1458 | 2024-12-18T22:40:14.706Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-12-18T22:40:15.540Z | Compiling hostname v0.4.0 |
1460 | 2024-12-18T22:40:15.646Z | Compiling ahash v0.8.11 |
1461 | 2024-12-18T22:40:15.688Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-18T22:40:15.832Z | Compiling fs-err v2.11.0 |
1463 | 2024-12-18T22:40:15.871Z | Compiling bitflags v1.3.2 |
1464 | 2024-12-18T22:40:15.983Z | Compiling managed v0.8.0 |
1465 | 2024-12-18T22:40:16.002Z | Compiling winnow v0.5.40 |
1466 | 2024-12-18T22:40:16.020Z | Compiling debug-ignore v1.0.5 |
1467 | 2024-12-18T22:40:16.255Z | Compiling zerocopy v0.6.6 |
1468 | 2024-12-18T22:40:16.275Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-18T22:40:16.282Z | Compiling clap_builder v4.5.21 |
1470 | 2024-12-18T22:40:17.140Z | Compiling flate2 v1.0.34 |
1471 | 2024-12-18T22:40:17.539Z | Compiling console v0.15.8 |
1472 | 2024-12-18T22:40:17.568Z | Compiling hubpack v0.1.2 |
1473 | 2024-12-18T22:40:18.056Z | Compiling cookie_store v0.21.0 |
1474 | 2024-12-18T22:40:18.174Z | Compiling elliptic-curve v0.13.8 |
1475 | 2024-12-18T22:40:19.049Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-18T22:40:19.716Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-18T22:40:20.024Z | Compiling phf v0.11.2 |
1478 | 2024-12-18T22:40:20.101Z | Compiling hyper-tls v0.6.0 |
1479 | 2024-12-18T22:40:20.309Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2024-12-18T22:40:20.477Z | Compiling rayon v1.10.0 |
1481 | 2024-12-18T22:40:20.516Z | Compiling bzip2 v0.4.4 |
1482 | 2024-12-18T22:40:20.927Z | Compiling postgres-types v0.2.8 |
1483 | 2024-12-18T22:40:22.520Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2024-12-18T22:40:24.555Z | Compiling ed25519 v2.2.3 |
1485 | 2024-12-18T22:40:25.574Z | Compiling phf_shared v0.10.0 |
1486 | 2024-12-18T22:40:25.987Z | Compiling tokio-stream v0.1.16 |
1487 | 2024-12-18T22:40:26.070Z | Compiling pkcs1 v0.7.5 |
1488 | 2024-12-18T22:40:26.171Z | Compiling serde-big-array v0.5.1 |
1489 | 2024-12-18T22:40:26.422Z | Compiling clap_derive v4.5.18 |
1490 | 2024-12-18T22:40:26.479Z | Compiling rfc6979 v0.4.0 |
1491 | 2024-12-18T22:40:26.685Z | Compiling derive-where v1.2.7 |
1492 | 2024-12-18T22:40:26.999Z | Compiling serde_repr v0.1.19 |
1493 | 2024-12-18T22:40:27.068Z | Compiling float-cmp v0.9.0 |
1494 | 2024-12-18T22:40:27.132Z | Compiling bstr v1.10.0 |
1495 | 2024-12-18T22:40:27.286Z | Compiling sync_wrapper v1.0.1 |
1496 | 2024-12-18T22:40:27.462Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2024-12-18T22:40:27.594Z | Compiling unicode-width v0.2.0 |
1498 | 2024-12-18T22:40:28.013Z | Compiling difflib v0.4.0 |
1499 | 2024-12-18T22:40:28.161Z | Compiling bit-vec v0.6.3 |
1500 | 2024-12-18T22:40:28.261Z | Compiling precomputed-hash v0.1.1 |
1501 | 2024-12-18T22:40:28.388Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-12-18T22:40:28.494Z | Compiling predicates-core v1.0.8 |
1503 | 2024-12-18T22:40:28.638Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2024-12-18T22:40:28.852Z | Compiling static_assertions v1.1.0 |
1505 | 2024-12-18T22:40:28.965Z | Compiling fixedbitset v0.4.2 |
1506 | 2024-12-18T22:40:28.998Z | Compiling number_prefix v0.4.0 |
1507 | 2024-12-18T22:40:29.243Z | Compiling whoami v1.5.2 |
1508 | 2024-12-18T22:40:29.461Z | Compiling similar v2.6.0 |
1509 | 2024-12-18T22:40:29.547Z | Compiling petgraph v0.6.5 |
1510 | 2024-12-18T22:40:29.699Z | Compiling tokio-postgres v0.7.12 |
1511 | 2024-12-18T22:40:29.928Z | Compiling indicatif v0.17.9 |
1512 | 2024-12-18T22:40:30.425Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2024-12-18T22:40:31.751Z | Compiling clap v4.5.21 |
1514 | 2024-12-18T22:40:31.886Z | Compiling predicates v3.1.2 |
1515 | 2024-12-18T22:40:31.972Z | Compiling bit-set v0.5.3 |
1516 | 2024-12-18T22:40:32.260Z | Compiling string_cache v0.8.7 |
1517 | 2024-12-18T22:40:32.304Z | Compiling ecdsa v0.16.9 |
1518 | 2024-12-18T22:40:32.768Z | Compiling rsa v0.9.6 |
1519 | 2024-12-18T22:40:33.198Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2024-12-18T22:40:33.775Z | Compiling toml v0.7.8 |
1521 | 2024-12-18T22:40:33.881Z | Compiling zip v0.6.6 |
1522 | 2024-12-18T22:40:34.566Z | Compiling crossterm v0.28.1 |
1523 | 2024-12-18T22:40:35.551Z | Compiling hex v0.4.3 |
1524 | 2024-12-18T22:40:35.591Z | Compiling x509-cert v0.2.5 |
1525 | 2024-12-18T22:40:36.019Z | Compiling itertools v0.10.5 |
1526 | 2024-12-18T22:40:36.199Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-12-18T22:40:36.478Z | Compiling unicode-xid v0.2.6 |
1528 | 2024-12-18T22:40:36.633Z | Compiling lalrpop-util v0.19.12 |
1529 | 2024-12-18T22:40:36.876Z | Compiling strum_macros v0.26.4 |
1530 | 2024-12-18T22:40:37.001Z | Compiling xattr v1.3.1 |
1531 | 2024-12-18T22:40:37.280Z | Compiling filetime v0.2.25 |
1532 | 2024-12-18T22:40:37.613Z | Compiling tar v0.4.42 |
1533 | 2024-12-18T22:40:42.875Z | Compiling strum v0.26.3 |
1534 | 2024-12-18T22:40:44.804Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-12-18T22:41:16.786Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-12-18T22:41:20.322Z | Compiling tokio-rustls v0.25.0 |
1537 | 2024-12-18T22:41:21.910Z | Compiling tokio-rustls v0.26.0 |
1538 | 2024-12-18T22:41:22.220Z | Compiling hyper-rustls v0.27.3 |
1539 | 2024-12-18T22:41:22.752Z | Compiling reqwest v0.12.9 |
1540 | 2024-12-18T22:41:24.275Z | Compiling qorb v0.2.1 |
1541 | 2024-12-18T22:41:28.979Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-12-18T22:41:29.218Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-12-18T22:41:35.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1544 | 2024-12-18T22:41:35.348Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-12-18T22:41:35.389Z | Dec 18 22:41:34.130 INFO Starting download, target: Clickhouse |
1546 | 2024-12-18T22:41:35.393Z | Dec 18 22:41:34.130 INFO Starting download, target: Cockroach |
1547 | 2024-12-18T22:41:35.393Z | Dec 18 22:41:34.130 INFO Starting download, target: Console |
1548 | 2024-12-18T22:41:35.394Z | Dec 18 22:41:34.130 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-12-18T22:41:35.394Z | Dec 18 22:41:34.130 INFO Starting download, target: DendriteStub |
1550 | 2024-12-18T22:41:35.394Z | Dec 18 22:41:34.130 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-12-18T22:41:35.394Z | Dec 18 22:41:34.130 INFO Starting download, target: TransceiverControl |
1552 | 2024-12-18T22:41:35.394Z | Dec 18 22:41:34.131 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-12-18T22:41:35.394Z | Dec 18 22:41:34.131 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2024-12-18T22:41:35.395Z | Dec 18 22:41:34.131 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2024-12-18T22:41:35.395Z | Dec 18 22:41:34.131 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1556 | 2024-12-18T22:41:35.395Z | Dec 18 22:41:34.131 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2024-12-18T22:41:35.395Z | Dec 18 22:41:34.131 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-18T22:41:35.395Z | Dec 18 22:41:34.131 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2024-12-18T22:41:35.732Z | Dec 18 22:41:34.446 INFO Download complete, target: DendriteOpenapi |
1560 | 2024-12-18T22:41:35.908Z | Dec 18 22:41:34.602 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1561 | 2024-12-18T22:41:36.107Z | Dec 18 22:41:34.812 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1562 | 2024-12-18T22:41:36.224Z | Dec 18 22:41:34.916 INFO Download complete, target: Console |
1563 | 2024-12-18T22:41:36.760Z | Dec 18 22:41:35.439 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-18T22:41:36.972Z | Dec 18 22:41:35.681 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-12-18T22:41:37.106Z | Dec 18 22:41:35.826 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-12-18T22:41:37.550Z | Dec 18 22:41:36.292 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2024-12-18T22:41:37.669Z | Dec 18 22:41:36.411 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2024-12-18T22:41:37.669Z | Dec 18 22:41:36.411 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2024-12-18T22:41:40.056Z | Dec 18 22:41:38.798 INFO Download complete, target: DendriteStub |
1570 | 2024-12-18T22:41:40.093Z | Dec 18 22:41:38.834 INFO Download complete, target: MaghemiteMgd |
1571 | 2024-12-18T22:41:45.384Z | Dec 18 22:41:44.125 INFO Checking that binary works, target: Cockroach |
1572 | 2024-12-18T22:41:45.543Z | Dec 18 22:41:44.284 INFO Download complete, target: Cockroach |
1573 | 2024-12-18T22:41:50.625Z | Dec 18 22:41:49.366 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-12-18T22:41:51.088Z | Dec 18 22:41:49.828 INFO Download complete, target: Clickhouse |
1575 | 2024-12-18T22:41:51.158Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2024-12-18T22:41:51.160Z | |
1577 | 2024-12-18T22:41:51.160Z | real 5:37.966367736 |
1578 | 2024-12-18T22:41:51.160Z | user 16:54.645175570 |
1579 | 2024-12-18T22:41:51.160Z | sys 3:18.894573217 |
1580 | 2024-12-18T22:41:51.160Z | trap 0.574523308 |
1581 | 2024-12-18T22:41:51.160Z | tflt 4.821461207 |
1582 | 2024-12-18T22:41:51.160Z | dflt 5.002745511 |
1583 | 2024-12-18T22:41:51.161Z | kflt 0.231397825 |
1584 | 2024-12-18T22:41:51.161Z | lock 30:16.689582695 |
1585 | 2024-12-18T22:41:51.161Z | slp 1:04:47.885214740 |
1586 | 2024-12-18T22:41:51.161Z | lat 55.838261958 |
1587 | 2024-12-18T22:41:51.161Z | stop 2:17.476013287 |
1588 | 2024-12-18T22:41:51.161Z | + banner clippy |
1589 | 2024-12-18T22:41:51.164Z | |
1590 | 2024-12-18T22:41:51.164Z | #### # # ##### ##### # # |
1591 | 2024-12-18T22:41:51.164Z | # # # # # # # # # # |
1592 | 2024-12-18T22:41:51.164Z | # # # # # # # # |
1593 | 2024-12-18T22:41:51.164Z | # # # ##### ##### # |
1594 | 2024-12-18T22:41:51.164Z | # # # # # # # |
1595 | 2024-12-18T22:41:51.164Z | #### ###### # # # # |
1596 | 2024-12-18T22:41:51.164Z | |
1597 | 2024-12-18T22:41:51.165Z | + export CARGO_INCREMENTAL=0 |
1598 | 2024-12-18T22:41:51.165Z | + CARGO_INCREMENTAL=0 |
1599 | 2024-12-18T22:41:51.165Z | + ptime -m cargo xtask clippy |
1600 | 2024-12-18T22:41:51.690Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2024-12-18T22:41:55.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
1602 | 2024-12-18T22:41:55.387Z | Running `target/debug/xtask clippy` |
1603 | 2024-12-18T22:41:55.410Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1604 | 2024-12-18T22:41:56.095Z | Downloading crates ... |
1605 | 2024-12-18T22:41:56.406Z | Downloaded anes v0.1.6 |
1606 | 2024-12-18T22:41:56.411Z | Downloaded assert-json-diff v2.0.2 |
1607 | 2024-12-18T22:41:56.413Z | Downloaded approx v0.5.1 |
1608 | 2024-12-18T22:41:56.420Z | Downloaded rustls-native-certs v0.7.3 |
1609 | 2024-12-18T22:41:56.423Z | Downloaded pathdiff v0.2.2 |
1610 | 2024-12-18T22:41:56.425Z | Downloaded async-object-pool v0.1.5 |
1611 | 2024-12-18T22:41:56.428Z | Downloaded doc-comment v0.3.3 |
1612 | 2024-12-18T22:41:56.435Z | Downloaded relative-path v1.9.3 |
1613 | 2024-12-18T22:41:56.437Z | Downloaded async-attributes v1.1.2 |
1614 | 2024-12-18T22:41:56.440Z | Downloaded event-listener-strategy v0.5.2 |
1615 | 2024-12-18T22:41:56.442Z | Downloaded plotters-svg v0.3.7 |
1616 | 2024-12-18T22:41:56.445Z | Downloaded nested v0.1.1 |
1617 | 2024-12-18T22:41:56.447Z | Downloaded guppy-workspace-hack v0.1.0 |
1618 | 2024-12-18T22:41:56.450Z | Downloaded path-tree v0.8.1 |
1619 | 2024-12-18T22:41:56.453Z | Downloaded num_cpus v1.16.0 |
1620 | 2024-12-18T22:41:56.455Z | Downloaded async-global-executor v2.4.1 |
1621 | 2024-12-18T22:41:56.457Z | Downloaded kv-log-macro v1.0.7 |
1622 | 2024-12-18T22:41:56.459Z | Downloaded async-signal v0.2.10 |
1623 | 2024-12-18T22:41:56.461Z | Downloaded escape8259 v0.5.3 |
1624 | 2024-12-18T22:41:56.461Z | Downloaded target-triple v0.1.3 |
1625 | 2024-12-18T22:41:56.465Z | Downloaded indoc v2.0.5 |
1626 | 2024-12-18T22:41:56.468Z | Downloaded event-listener v2.5.3 |
1627 | 2024-12-18T22:41:56.470Z | Downloaded concurrent-queue v2.5.0 |
1628 | 2024-12-18T22:41:56.473Z | Downloaded serde_regex v1.1.0 |
1629 | 2024-12-18T22:41:56.476Z | Downloaded blake2b_simd v1.0.2 |
1630 | 2024-12-18T22:41:56.476Z | Downloaded datatest-stable v0.2.9 |
1631 | 2024-12-18T22:41:56.480Z | Downloaded piper v0.2.4 |
1632 | 2024-12-18T22:41:56.483Z | Downloaded parking v2.2.1 |
1633 | 2024-12-18T22:41:56.483Z | Downloaded similar-asserts v1.6.0 |
1634 | 2024-12-18T22:41:56.483Z | Downloaded blocking v1.6.1 |
1635 | 2024-12-18T22:41:56.485Z | Downloaded threadpool v1.8.1 |
1636 | 2024-12-18T22:41:56.485Z | Downloaded target-spec v3.2.2 |
1637 | 2024-12-18T22:41:56.487Z | Downloaded async-channel v2.3.1 |
1638 | 2024-12-18T22:41:56.490Z | Downloaded proc-macro-crate v3.2.0 |
1639 | 2024-12-18T22:41:56.490Z | Downloaded async-lock v3.4.0 |
1640 | 2024-12-18T22:41:56.492Z | Downloaded target-lexicon v0.12.16 |
1641 | 2024-12-18T22:41:56.494Z | Downloaded partial-io v0.5.4 |
1642 | 2024-12-18T22:41:56.514Z | Downloaded trybuild v1.0.101 |
1643 | 2024-12-18T22:41:56.518Z | Downloaded async-task v4.7.1 |
1644 | 2024-12-18T22:41:56.521Z | Downloaded async-process v2.3.0 |
1645 | 2024-12-18T22:41:56.523Z | Downloaded rstest v0.23.0 |
1646 | 2024-12-18T22:41:56.528Z | Downloaded async-executor v1.13.1 |
1647 | 2024-12-18T22:41:56.531Z | Downloaded tinytemplate v1.2.1 |
1648 | 2024-12-18T22:41:56.533Z | Downloaded async-io v2.3.4 |
1649 | 2024-12-18T22:41:56.536Z | Downloaded rstest_macros v0.23.0 |
1650 | 2024-12-18T22:41:56.538Z | Downloaded polling v3.7.3 |
1651 | 2024-12-18T22:41:56.541Z | Downloaded event-listener v5.3.1 |
1652 | 2024-12-18T22:41:56.544Z | Downloaded cfg-expr v0.17.0 |
1653 | 2024-12-18T22:41:56.547Z | Downloaded yansi v1.0.1 |
1654 | 2024-12-18T22:41:56.549Z | Downloaded rand_distr v0.4.3 |
1655 | 2024-12-18T22:41:56.552Z | Downloaded pretty_assertions v1.4.1 |
1656 | 2024-12-18T22:41:56.555Z | Downloaded criterion v0.5.1 |
1657 | 2024-12-18T22:41:56.561Z | Downloaded guppy v0.17.8 |
1658 | 2024-12-18T22:41:56.566Z | Downloaded plotters v0.3.7 |
1659 | 2024-12-18T22:41:56.575Z | Downloaded fancy-regex v0.13.0 |
1660 | 2024-12-18T22:41:56.578Z | Downloaded async-channel v1.9.0 |
1661 | 2024-12-18T22:41:56.580Z | Downloaded assert_cmd v2.0.16 |
1662 | 2024-12-18T22:41:56.582Z | Downloaded async-std v1.13.0 |
1663 | 2024-12-18T22:41:56.599Z | Downloaded stringmetrics v2.2.2 |
1664 | 2024-12-18T22:41:56.602Z | Downloaded rust-argon2 v2.1.0 |
1665 | 2024-12-18T22:41:56.604Z | Downloaded plotters-backend v0.3.7 |
1666 | 2024-12-18T22:41:56.604Z | Downloaded futures-timer v3.0.3 |
1667 | 2024-12-18T22:41:56.607Z | Downloaded futures-lite v2.3.0 |
1668 | 2024-12-18T22:41:56.607Z | Downloaded libtest-mimic v0.7.3 |
1669 | 2024-12-18T22:41:56.610Z | Downloaded hyper-rustls v0.26.0 |
1670 | 2024-12-18T22:41:56.612Z | Downloaded httptest v0.16.1 |
1671 | 2024-12-18T22:41:56.615Z | Downloaded cast v0.3.0 |
1672 | 2024-12-18T22:41:56.615Z | Downloaded oorandom v11.1.4 |
1673 | 2024-12-18T22:41:56.615Z | Downloaded criterion-plot v0.5.0 |
1674 | 2024-12-18T22:41:56.678Z | Downloaded httpmock v0.8.0-alpha.1 |
1675 | 2024-12-18T22:41:57.468Z | Checking cfg-if v1.0.0 |
1676 | 2024-12-18T22:41:57.547Z | Checking libc v0.2.162 |
1677 | 2024-12-18T22:41:57.570Z | Checking serde v1.0.215 |
1678 | 2024-12-18T22:41:57.594Z | Checking memchr v2.7.4 |
1679 | 2024-12-18T22:41:57.611Z | Checking value-bag v1.9.0 |
1680 | 2024-12-18T22:41:57.641Z | Checking scopeguard v1.2.0 |
1681 | 2024-12-18T22:41:57.669Z | Checking zeroize v1.8.1 |
1682 | 2024-12-18T22:41:57.699Z | Checking smallvec v1.13.2 |
1683 | 2024-12-18T22:41:57.730Z | Checking itoa v1.0.11 |
1684 | 2024-12-18T22:41:57.799Z | Checking lock_api v0.4.12 |
1685 | 2024-12-18T22:41:57.983Z | Checking byteorder v1.5.0 |
1686 | 2024-12-18T22:41:58.008Z | Checking pin-project-lite v0.2.14 |
1687 | 2024-12-18T22:41:58.033Z | Checking log v0.4.22 |
1688 | 2024-12-18T22:41:58.083Z | Checking subtle v2.6.1 |
1689 | 2024-12-18T22:41:58.146Z | Checking once_cell v1.20.2 |
1690 | 2024-12-18T22:41:58.276Z | Checking typenum v1.17.0 |
1691 | 2024-12-18T22:41:58.378Z | Checking futures-core v0.3.31 |
1692 | 2024-12-18T22:41:58.409Z | Checking libm v0.2.8 |
1693 | 2024-12-18T22:41:58.473Z | Checking thiserror v1.0.69 |
1694 | 2024-12-18T22:41:58.517Z | Checking zerocopy v0.7.35 |
1695 | 2024-12-18T22:41:58.572Z | Checking ryu v1.0.18 |
1696 | 2024-12-18T22:41:58.605Z | Checking spin v0.9.8 |
1697 | 2024-12-18T22:41:58.638Z | Checking const-oid v0.9.6 |
1698 | 2024-12-18T22:41:58.716Z | Checking getrandom v0.2.15 |
1699 | 2024-12-18T22:41:58.831Z | Checking signal-hook-registry v1.4.2 |
1700 | 2024-12-18T22:41:58.950Z | Checking rand_core v0.6.4 |
1701 | 2024-12-18T22:41:58.977Z | Checking parking_lot_core v0.9.10 |
1702 | 2024-12-18T22:41:59.099Z | Checking mio v1.0.2 |
1703 | 2024-12-18T22:41:59.295Z | Checking socket2 v0.5.7 |
1704 | 2024-12-18T22:41:59.322Z | Checking parking_lot v0.12.3 |
1705 | 2024-12-18T22:41:59.349Z | Checking num-traits v0.2.19 |
1706 | 2024-12-18T22:41:59.624Z | Checking generic-array v0.14.7 |
1707 | 2024-12-18T22:41:59.688Z | Checking futures-io v0.3.31 |
1708 | 2024-12-18T22:41:59.738Z | Checking slab v0.4.9 |
1709 | 2024-12-18T22:41:59.800Z | Checking allocator-api2 v0.2.18 |
1710 | 2024-12-18T22:41:59.875Z | Checking cpufeatures v0.2.14 |
1711 | 2024-12-18T22:41:59.977Z | Checking futures-sink v0.3.31 |
1712 | 2024-12-18T22:42:00.011Z | Checking pin-utils v0.1.0 |
1713 | 2024-12-18T22:42:00.040Z | Checking equivalent v1.0.1 |
1714 | 2024-12-18T22:42:00.113Z | Checking foldhash v0.1.3 |
1715 | 2024-12-18T22:42:00.141Z | Checking futures-channel v0.3.31 |
1716 | 2024-12-18T22:42:00.171Z | Checking futures-task v0.3.31 |
1717 | 2024-12-18T22:42:00.326Z | Checking stable_deref_trait v1.2.0 |
1718 | 2024-12-18T22:42:00.423Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1719 | 2024-12-18T22:42:00.455Z | Checking fnv v1.0.7 |
1720 | 2024-12-18T22:42:00.493Z | Checking hashbrown v0.15.1 |
1721 | 2024-12-18T22:42:00.527Z | Checking futures-util v0.3.31 |
1722 | 2024-12-18T22:42:00.554Z | Checking iana-time-zone v0.1.61 |
1723 | 2024-12-18T22:42:00.581Z | Checking ppv-lite86 v0.2.20 |
1724 | 2024-12-18T22:42:00.706Z | Checking tracing-core v0.1.32 |
1725 | 2024-12-18T22:42:00.775Z | Checking errno v0.3.9 |
1726 | 2024-12-18T22:42:00.802Z | Checking crypto-common v0.1.6 |
1727 | 2024-12-18T22:42:00.968Z | Checking block-buffer v0.10.4 |
1728 | 2024-12-18T22:42:00.995Z | Checking zerofrom v0.1.4 |
1729 | 2024-12-18T22:42:01.018Z | Checking dyn-clone v1.0.17 |
1730 | 2024-12-18T22:42:01.166Z | Checking block-padding v0.3.3 |
1731 | 2024-12-18T22:42:01.196Z | Checking digest v0.10.7 |
1732 | 2024-12-18T22:42:01.223Z | Checking yoke v0.7.4 |
1733 | 2024-12-18T22:42:01.356Z | Checking tracing v0.1.40 |
1734 | 2024-12-18T22:42:01.383Z | Checking inout v0.1.3 |
1735 | 2024-12-18T22:42:01.386Z | Checking rand_chacha v0.3.1 |
1736 | 2024-12-18T22:42:01.554Z | Checking zerovec v0.10.4 |
1737 | 2024-12-18T22:42:01.615Z | Checking crossbeam-utils v0.8.20 |
1738 | 2024-12-18T22:42:01.642Z | Checking percent-encoding v2.3.1 |
1739 | 2024-12-18T22:42:01.669Z | Checking cipher v0.4.4 |
1740 | 2024-12-18T22:42:01.705Z | Checking writeable v0.5.5 |
1741 | 2024-12-18T22:42:01.783Z | Checking rand v0.8.5 |
1742 | 2024-12-18T22:42:01.849Z | Checking litemap v0.7.3 |
1743 | 2024-12-18T22:42:02.058Z | Checking tinyvec_macros v0.1.1 |
1744 | 2024-12-18T22:42:02.083Z | Checking form_urlencoded v1.2.1 |
1745 | 2024-12-18T22:42:02.156Z | Checking tinyvec v1.8.0 |
1746 | 2024-12-18T22:42:02.205Z | Checking httparse v1.9.5 |
1747 | 2024-12-18T22:42:02.297Z | Checking icu_locid_transform_data v1.5.0 |
1748 | 2024-12-18T22:42:02.343Z | Checking base64ct v1.6.0 |
1749 | 2024-12-18T22:42:02.412Z | Checking regex-syntax v0.8.5 |
1750 | 2024-12-18T22:42:02.621Z | Checking bytes v1.8.0 |
1751 | 2024-12-18T22:42:02.650Z | Checking bitflags v2.6.0 |
1752 | 2024-12-18T22:42:02.805Z | Checking serde_json v1.0.132 |
1753 | 2024-12-18T22:42:02.984Z | Checking indexmap v2.6.0 |
1754 | 2024-12-18T22:42:03.159Z | Checking chrono v0.4.38 |
1755 | 2024-12-18T22:42:03.259Z | Checking rustix v0.38.37 |
1756 | 2024-12-18T22:42:03.473Z | Checking tokio v1.40.0 |
1757 | 2024-12-18T22:42:03.532Z | Checking uuid v1.11.0 |
1758 | 2024-12-18T22:42:04.156Z | Checking http v1.1.0 |
1759 | 2024-12-18T22:42:04.292Z | Checking tinystr v0.7.6 |
1760 | 2024-12-18T22:42:04.698Z | Checking icu_locid v1.5.0 |
1761 | 2024-12-18T22:42:04.727Z | Checking atomic-waker v1.1.2 |
1762 | 2024-12-18T22:42:04.861Z | Checking unicode-normalization v0.1.24 |
1763 | 2024-12-18T22:42:05.304Z | Checking schemars v0.8.21 |
1764 | 2024-12-18T22:42:05.556Z | Checking icu_collections v1.5.0 |
1765 | 2024-12-18T22:42:05.779Z | Checking hmac v0.12.1 |
1766 | 2024-12-18T22:42:05.804Z | Checking icu_properties_data v1.5.0 |
1767 | 2024-12-18T22:42:05.835Z | Checking icu_provider v1.5.0 |
1768 | 2024-12-18T22:42:05.838Z | Checking untrusted v0.9.0 |
1769 | 2024-12-18T22:42:06.022Z | Checking sha2 v0.10.8 |
1770 | 2024-12-18T22:42:06.076Z | Checking aho-corasick v1.1.3 |
1771 | 2024-12-18T22:42:06.194Z | Checking write16 v1.0.0 |
1772 | 2024-12-18T22:42:06.335Z | Checking unicode-ident v1.0.13 |
1773 | 2024-12-18T22:42:06.476Z | Checking ring v0.17.8 |
1774 | 2024-12-18T22:42:06.504Z | Checking icu_locid_transform v1.5.0 |
1775 | 2024-12-18T22:42:06.531Z | Checking unicode-bidi v0.3.17 |
1776 | 2024-12-18T22:42:06.597Z | Checking icu_normalizer_data v1.5.0 |
1777 | 2024-12-18T22:42:06.704Z | Checking utf16_iter v1.0.5 |
1778 | 2024-12-18T22:42:06.822Z | Checking utf8_iter v1.0.4 |
1779 | 2024-12-18T22:42:06.885Z | Checking lazy_static v1.5.0 |
1780 | 2024-12-18T22:42:06.995Z | Checking adler2 v2.0.0 |
1781 | 2024-12-18T22:42:07.024Z | Checking powerfmt v0.2.0 |
1782 | 2024-12-18T22:42:07.049Z | Checking time-core v0.1.2 |
1783 | 2024-12-18T22:42:07.155Z | Checking miniz_oxide v0.8.0 |
1784 | 2024-12-18T22:42:07.178Z | Checking num_threads v0.1.7 |
1785 | 2024-12-18T22:42:07.212Z | Checking num-conv v0.1.0 |
1786 | 2024-12-18T22:42:07.300Z | Checking rustls-pki-types v1.9.0 |
1787 | 2024-12-18T22:42:07.303Z | Checking deranged v0.3.11 |
1788 | 2024-12-18T22:42:07.465Z | Checking proc-macro2 v1.0.89 |
1789 | 2024-12-18T22:42:07.533Z | Checking icu_properties v1.5.1 |
1790 | 2024-12-18T22:42:07.731Z | Checking regex-automata v0.4.8 |
1791 | 2024-12-18T22:42:07.895Z | Checking pem-rfc7468 v0.7.0 |
1792 | 2024-12-18T22:42:07.921Z | Checking untrusted v0.7.1 |
1793 | 2024-12-18T22:42:08.109Z | Checking http-body v1.0.1 |
1794 | 2024-12-18T22:42:08.167Z | Checking aws-lc-sys v0.22.0 |
1795 | 2024-12-18T22:42:08.194Z | Checking quote v1.0.37 |
1796 | 2024-12-18T22:42:08.313Z | Checking mirai-annotations v1.12.0 |
1797 | 2024-12-18T22:42:08.372Z | Checking try-lock v0.2.5 |
1798 | 2024-12-18T22:42:08.499Z | Checking httpdate v1.0.3 |
1799 | 2024-12-18T22:42:08.526Z | Checking base64 v0.22.1 |
1800 | 2024-12-18T22:42:08.567Z | Checking syn v2.0.87 |
1801 | 2024-12-18T22:42:08.759Z | Checking want v0.3.1 |
1802 | 2024-12-18T22:42:08.966Z | Checking flagset v0.4.6 |
1803 | 2024-12-18T22:42:08.998Z | Checking pbkdf2 v0.12.2 |
1804 | 2024-12-18T22:42:09.178Z | Checking aes v0.8.4 |
1805 | 2024-12-18T22:42:09.180Z | Checking time v0.3.36 |
1806 | 2024-12-18T22:42:09.229Z | Checking der v0.7.9 |
1807 | 2024-12-18T22:42:10.175Z | Checking cbc v0.1.2 |
1808 | 2024-12-18T22:42:10.405Z | Checking salsa20 v0.10.2 |
1809 | 2024-12-18T22:42:10.763Z | Checking ahash v0.8.11 |
1810 | 2024-12-18T22:42:10.769Z | Checking aws-lc-rs v1.10.0 |
1811 | 2024-12-18T22:42:11.011Z | Checking tokio-util v0.7.12 |
1812 | 2024-12-18T22:42:11.039Z | Checking icu_normalizer v1.5.0 |
1813 | 2024-12-18T22:42:11.217Z | Checking slog v2.7.0 |
1814 | 2024-12-18T22:42:11.244Z | Checking spki v0.7.3 |
1815 | 2024-12-18T22:42:11.559Z | Checking tower-service v0.3.3 |
1816 | 2024-12-18T22:42:11.697Z | Checking scrypt v0.11.0 |
1817 | 2024-12-18T22:42:11.725Z | Checking gimli v0.31.1 |
1818 | 2024-12-18T22:42:11.764Z | Checking mime v0.3.17 |
1819 | 2024-12-18T22:42:11.843Z | Checking idna_adapter v1.2.0 |
1820 | 2024-12-18T22:42:11.924Z | Checking pkcs5 v0.7.1 |
1821 | 2024-12-18T22:42:11.956Z | Checking h2 v0.4.6 |
1822 | 2024-12-18T22:42:12.029Z | Checking idna v1.0.3 |
1823 | 2024-12-18T22:42:12.091Z | Checking object v0.36.5 |
1824 | 2024-12-18T22:42:12.435Z | Checking rustc-demangle v0.1.24 |
1825 | 2024-12-18T22:42:12.541Z | Checking url v2.5.3 |
1826 | 2024-12-18T22:42:12.569Z | Checking utf8parse v0.2.2 |
1827 | 2024-12-18T22:42:12.675Z | Checking rustls-webpki v0.102.8 |
1828 | 2024-12-18T22:42:12.722Z | Checking regex v1.11.1 |
1829 | 2024-12-18T22:42:12.876Z | Checking pkcs8 v0.10.2 |
1830 | 2024-12-18T22:42:13.217Z | Checking http-body-util v0.1.2 |
1831 | 2024-12-18T22:42:13.369Z | Checking futures-executor v0.3.31 |
1832 | 2024-12-18T22:42:13.462Z | Checking serde_spanned v0.6.8 |
1833 | 2024-12-18T22:42:13.532Z | Checking toml_datetime v0.6.8 |
1834 | 2024-12-18T22:42:13.599Z | Checking ipnet v2.10.1 |
1835 | 2024-12-18T22:42:13.671Z | Checking data-encoding v2.6.0 |
1836 | 2024-12-18T22:42:13.693Z | Checking unicode-width v0.1.14 |
1837 | 2024-12-18T22:42:13.825Z | Checking futures v0.3.31 |
1838 | 2024-12-18T22:42:13.945Z | Checking rustls-pemfile v2.2.0 |
1839 | 2024-12-18T22:42:14.093Z | Checking anstyle v1.0.10 |
1840 | 2024-12-18T22:42:14.175Z | Checking openssl-probe v0.1.5 |
1841 | 2024-12-18T22:42:14.204Z | Checking foreign-types-shared v0.1.1 |
1842 | 2024-12-18T22:42:14.329Z | Checking foreign-types v0.3.2 |
1843 | 2024-12-18T22:42:14.357Z | Checking serde_urlencoded v0.7.1 |
1844 | 2024-12-18T22:42:14.359Z | Checking semver v1.0.23 |
1845 | 2024-12-18T22:42:14.437Z | Checking sha1 v0.10.6 |
1846 | 2024-12-18T22:42:14.470Z | Checking openssl-sys v0.9.103 |
1847 | 2024-12-18T22:42:14.742Z | Checking encoding_rs v0.8.34 |
1848 | 2024-12-18T22:42:14.778Z | Checking rustls v0.23.14 |
1849 | 2024-12-18T22:42:14.805Z | Checking anstyle-parse v0.2.5 |
1850 | 2024-12-18T22:42:15.066Z | Checking camino v1.1.9 |
1851 | 2024-12-18T22:42:15.196Z | Checking anstyle-query v1.1.1 |
1852 | 2024-12-18T22:42:15.344Z | Checking either v1.13.0 |
1853 | 2024-12-18T22:42:15.619Z | Checking winnow v0.6.20 |
1854 | 2024-12-18T22:42:15.736Z | Checking is_terminal_polyfill v1.70.1 |
1855 | 2024-12-18T22:42:15.771Z | Checking openssl v0.10.66 |
1856 | 2024-12-18T22:42:15.862Z | Checking colorchoice v1.0.2 |
1857 | 2024-12-18T22:42:15.890Z | Checking addr2line v0.24.2 |
1858 | 2024-12-18T22:42:16.007Z | Checking anstream v0.6.15 |
1859 | 2024-12-18T22:42:16.414Z | Checking idna v0.3.0 |
1860 | 2024-12-18T22:42:16.441Z | Checking terminal_size v0.4.0 |
1861 | 2024-12-18T22:42:16.633Z | Checking openapiv3 v2.0.0 |
1862 | 2024-12-18T22:42:17.139Z | Checking signature v2.2.0 |
1863 | 2024-12-18T22:42:17.347Z | Checking strsim v0.11.1 |
1864 | 2024-12-18T22:42:17.374Z | Checking clap_lex v0.7.2 |
1865 | 2024-12-18T22:42:17.627Z | Checking psl-types v2.0.11 |
1866 | 2024-12-18T22:42:17.654Z | Checking clap_builder v4.5.21 |
1867 | 2024-12-18T22:42:17.834Z | Checking publicsuffix v2.2.3 |
1868 | 2024-12-18T22:42:18.113Z | Checking cookie v0.18.1 |
1869 | 2024-12-18T22:42:18.411Z | Checking hyper v1.5.0 |
1870 | 2024-12-18T22:42:18.523Z | Checking backtrace v0.3.74 |
1871 | 2024-12-18T22:42:18.589Z | Checking webpki-roots v0.26.6 |
1872 | 2024-12-18T22:42:18.615Z | Checking idna v0.5.0 |
1873 | 2024-12-18T22:42:18.799Z | Checking is-terminal v0.4.13 |
1874 | 2024-12-18T22:42:18.941Z | Checking scroll v0.12.0 |
1875 | 2024-12-18T22:42:19.106Z | Checking anyhow v1.0.93 |
1876 | 2024-12-18T22:42:19.461Z | Checking plain v0.2.3 |
1877 | 2024-12-18T22:42:19.501Z | Checking ucd-trie v0.1.7 |
1878 | 2024-12-18T22:42:19.540Z | Checking cookie_store v0.21.0 |
1879 | 2024-12-18T22:42:19.624Z | Checking goblin v0.8.2 |
1880 | 2024-12-18T22:42:19.725Z | Checking pest v2.7.14 |
1881 | 2024-12-18T22:42:20.242Z | Checking sync_wrapper v1.0.1 |
1882 | 2024-12-18T22:42:20.319Z | Checking base16ct v0.2.0 |
1883 | 2024-12-18T22:42:20.397Z | Checking pretty-hex v0.4.1 |
1884 | 2024-12-18T22:42:20.502Z | Checking tokio-rustls v0.26.0 |
1885 | 2024-12-18T22:42:20.529Z | Checking sec1 v0.7.3 |
1886 | 2024-12-18T22:42:20.572Z | Checking num-integer v0.1.46 |
1887 | 2024-12-18T22:42:20.574Z | Checking hyper-util v0.1.10 |
1888 | 2024-12-18T22:42:20.649Z | Checking clap v4.5.21 |
1889 | 2024-12-18T22:42:20.786Z | Checking ff v0.13.0 |
1890 | 2024-12-18T22:42:20.894Z | Checking thread-id v4.2.2 |
1891 | 2024-12-18T22:42:20.924Z | Checking toml_edit v0.22.22 |
1892 | 2024-12-18T22:42:21.003Z | Checking group v0.13.0 |
1893 | 2024-12-18T22:42:21.026Z | Checking hkdf v0.12.4 |
1894 | 2024-12-18T22:42:21.066Z | Checking crypto-bigint v0.5.5 |
1895 | 2024-12-18T22:42:21.241Z | Checking memmap v0.7.0 |
1896 | 2024-12-18T22:42:21.271Z | Checking dirs-sys-next v0.1.2 |
1897 | 2024-12-18T22:42:21.421Z | Checking native-tls v0.2.12 |
1898 | 2024-12-18T22:42:21.462Z | Checking crc32fast v1.4.2 |
1899 | 2024-12-18T22:42:21.465Z | Checking static_assertions v1.1.0 |
1900 | 2024-12-18T22:42:21.595Z | Checking bitflags v1.3.2 |
1901 | 2024-12-18T22:42:21.713Z | Checking utf-8 v0.7.6 |
1902 | 2024-12-18T22:42:21.740Z | Checking dirs-next v2.0.0 |
1903 | 2024-12-18T22:42:21.769Z | Checking tokio-native-tls v0.3.1 |
1904 | 2024-12-18T22:42:21.893Z | Checking crossbeam-channel v0.5.13 |
1905 | 2024-12-18T22:42:21.928Z | Checking thread_local v1.1.8 |
1906 | 2024-12-18T22:42:22.052Z | Checking unicode-segmentation v1.12.0 |
1907 | 2024-12-18T22:42:22.241Z | Checking term v0.7.0 |
1908 | 2024-12-18T22:42:22.271Z | Checking dtrace-parser v0.2.0 |
1909 | 2024-12-18T22:42:22.605Z | Checking hyper-tls v0.6.0 |
1910 | 2024-12-18T22:42:22.714Z | Checking hyper-rustls v0.27.3 |
1911 | 2024-12-18T22:42:22.766Z | Checking num-iter v0.1.45 |
1912 | 2024-12-18T22:42:22.769Z | Checking crossbeam-epoch v0.9.18 |
1913 | 2024-12-18T22:42:22.817Z | Checking match_cfg v0.1.0 |
1914 | 2024-12-18T22:42:22.887Z | Checking take_mut v0.2.2 |
1915 | 2024-12-18T22:42:22.935Z | Checking hostname v0.3.1 |
1916 | 2024-12-18T22:42:22.987Z | Checking slog-term v2.9.1 |
1917 | 2024-12-18T22:42:23.054Z | Checking slog-async v2.8.0 |
1918 | 2024-12-18T22:42:23.082Z | Checking bstr v1.10.0 |
1919 | 2024-12-18T22:42:23.109Z | Checking reqwest v0.12.9 |
1920 | 2024-12-18T22:42:23.242Z | Checking rfc6979 v0.4.0 |
1921 | 2024-12-18T22:42:23.361Z | Checking hex v0.4.3 |
1922 | 2024-12-18T22:42:23.457Z | Checking winnow v0.5.40 |
1923 | 2024-12-18T22:42:23.488Z | Checking managed v0.8.0 |
1924 | 2024-12-18T22:42:23.679Z | Checking toml v0.8.19 |
1925 | 2024-12-18T22:42:23.880Z | Checking crossbeam-deque v0.8.5 |
1926 | 2024-12-18T22:42:23.907Z | Checking num-bigint-dig v0.8.4 |
1927 | 2024-12-18T22:42:23.970Z | Checking elliptic-curve v0.13.8 |
1928 | 2024-12-18T22:42:24.056Z | Checking flate2 v1.0.34 |
1929 | 2024-12-18T22:42:24.205Z | Checking rustls v0.22.4 |
1930 | 2024-12-18T22:42:24.411Z | Checking pkcs1 v0.7.5 |
1931 | 2024-12-18T22:42:24.624Z | Checking ecdsa v0.16.9 |
1932 | 2024-12-18T22:42:24.723Z | Checking dof v0.3.0 |
1933 | 2024-12-18T22:42:24.750Z | Checking curve25519-dalek v4.1.3 |
1934 | 2024-12-18T22:42:24.835Z | Checking zerocopy v0.6.6 |
1935 | 2024-12-18T22:42:25.019Z | Checking siphasher v0.3.11 |
1936 | 2024-12-18T22:42:25.342Z | Checking usdt-impl v0.5.0 |
1937 | 2024-12-18T22:42:25.370Z | Checking rayon-core v1.12.1 |
1938 | 2024-12-18T22:42:25.372Z | Checking ed25519 v2.2.3 |
1939 | 2024-12-18T22:42:25.629Z | Checking slog-json v2.6.1 |
1940 | 2024-12-18T22:42:25.701Z | Checking signal-hook v0.3.17 |
1941 | 2024-12-18T22:42:25.896Z | Checking quick-error v1.2.3 |
1942 | 2024-12-18T22:42:25.932Z | Checking usdt v0.5.0 |
1943 | 2024-12-18T22:42:26.029Z | Checking debug-ignore v1.0.5 |
1944 | 2024-12-18T22:42:26.056Z | Checking slog-bunyan v2.5.0 |
1945 | 2024-12-18T22:42:26.058Z | Checking multer v3.1.0 |
1946 | 2024-12-18T22:42:26.105Z | Checking rsa v0.9.6 |
1947 | 2024-12-18T22:42:26.166Z | Checking itertools v0.10.5 |
1948 | 2024-12-18T22:42:26.214Z | Checking x509-cert v0.2.5 |
1949 | 2024-12-18T22:42:26.247Z | Checking idna v0.4.0 |
1950 | 2024-12-18T22:42:26.462Z | Checking waitgroup v0.1.2 |
1951 | 2024-12-18T22:42:26.539Z | Checking toml_edit v0.19.15 |
1952 | 2024-12-18T22:42:26.601Z | Checking hubpack v0.1.2 |
1953 | 2024-12-18T22:42:26.645Z | Checking ed25519-dalek v2.1.1 |
1954 | 2024-12-18T22:42:26.957Z | Checking serde_path_to_error v0.1.16 |
1955 | 2024-12-18T22:42:27.068Z | Checking bzip2-sys v0.1.11+1.0.8 |
1956 | 2024-12-18T22:42:27.120Z | Checking async-stream v0.3.6 |
1957 | 2024-12-18T22:42:27.148Z | Checking hostname v0.4.0 |
1958 | 2024-12-18T22:42:27.196Z | Checking bit-vec v0.6.3 |
1959 | 2024-12-18T22:42:27.296Z | Checking bzip2 v0.4.4 |
1960 | 2024-12-18T22:42:27.324Z | Checking hickory-proto v0.24.1 |
1961 | 2024-12-18T22:42:27.554Z | Checking bit-set v0.5.3 |
1962 | 2024-12-18T22:42:27.587Z | Checking signal-hook-mio v0.2.4 |
1963 | 2024-12-18T22:42:27.613Z | Checking console v0.15.8 |
1964 | 2024-12-18T22:42:27.729Z | Checking hash32 v0.2.1 |
1965 | 2024-12-18T22:42:27.829Z | Checking unicode-properties v0.1.3 |
1966 | 2024-12-18T22:42:27.859Z | Checking predicates-core v1.0.8 |
1967 | 2024-12-18T22:42:28.043Z | Checking linked-hash-map v0.5.6 |
1968 | 2024-12-18T22:42:28.069Z | Checking tokio-rustls v0.25.0 |
1969 | 2024-12-18T22:42:28.072Z | Checking heapless v0.7.17 |
1970 | 2024-12-18T22:42:28.217Z | Checking crossterm v0.28.1 |
1971 | 2024-12-18T22:42:28.246Z | Checking stringprep v0.1.5 |
1972 | 2024-12-18T22:42:28.378Z | Checking lru-cache v0.1.2 |
1973 | 2024-12-18T22:42:28.476Z | Checking dropshot v0.12.0 |
1974 | 2024-12-18T22:42:28.511Z | Checking rayon v1.10.0 |
1975 | 2024-12-18T22:42:28.539Z | Checking phf_shared v0.11.2 |
1976 | 2024-12-18T22:42:28.570Z | Checking similar v2.6.0 |
1977 | 2024-12-18T22:42:28.846Z | Checking tokio-stream v0.1.16 |
1978 | 2024-12-18T22:42:29.102Z | Checking toml v0.7.8 |
1979 | 2024-12-18T22:42:29.137Z | Checking md-5 v0.10.6 |
1980 | 2024-12-18T22:42:29.382Z | Checking float-cmp v0.9.0 |
1981 | 2024-12-18T22:42:29.440Z | Checking difflib v0.4.0 |
1982 | 2024-12-18T22:42:29.571Z | Checking normalize-line-endings v0.3.0 |
1983 | 2024-12-18T22:42:29.709Z | Checking fixedbitset v0.4.2 |
1984 | 2024-12-18T22:42:29.754Z | Checking fallible-iterator v0.2.0 |
1985 | 2024-12-18T22:42:29.783Z | Checking predicates v3.1.2 |
1986 | 2024-12-18T22:42:29.842Z | Checking smoltcp v0.9.1 |
1987 | 2024-12-18T22:42:29.973Z | Checking petgraph v0.6.5 |
1988 | 2024-12-18T22:42:30.069Z | Checking phf v0.11.2 |
1989 | 2024-12-18T22:42:30.366Z | Checking zip v0.6.6 |
1990 | 2024-12-18T22:42:30.407Z | Checking postgres-protocol v0.6.7 |
1991 | 2024-12-18T22:42:30.479Z | Checking resolv-conf v0.7.0 |
1992 | 2024-12-18T22:42:30.835Z | Checking phf_shared v0.10.0 |
1993 | 2024-12-18T22:42:31.083Z | Checking tungstenite v0.24.0 |
1994 | 2024-12-18T22:42:31.128Z | Checking fs-err v2.11.0 |
1995 | 2024-12-18T22:42:31.155Z | Checking serde-big-array v0.5.1 |
1996 | 2024-12-18T22:42:31.366Z | Checking portable-atomic v1.9.0 |
1997 | 2024-12-18T22:42:31.393Z | Checking precomputed-hash v0.1.1 |
1998 | 2024-12-18T22:42:31.518Z | Checking unicode-width v0.2.0 |
1999 | 2024-12-18T22:42:31.743Z | Checking new_debug_unreachable v1.0.6 |
2000 | 2024-12-18T22:42:31.854Z | Checking number_prefix v0.4.0 |
2001 | 2024-12-18T22:42:32.005Z | Checking lalrpop-util v0.19.12 |
2002 | 2024-12-18T22:42:32.032Z | Checking minimal-lexical v0.2.1 |
2003 | 2024-12-18T22:42:32.058Z | Checking tokio-tungstenite v0.24.0 |
2004 | 2024-12-18T22:42:32.267Z | Checking string_cache v0.8.7 |
2005 | 2024-12-18T22:42:32.293Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2024-12-18T22:42:32.297Z | Checking hickory-resolver v0.24.1 |
2007 | 2024-12-18T22:42:32.384Z | Checking postgres-types v0.2.8 |
2008 | 2024-12-18T22:42:32.413Z | Checking nom v7.1.3 |
2009 | 2024-12-18T22:42:32.441Z | Checking indicatif v0.17.9 |
2010 | 2024-12-18T22:42:32.529Z | Checking itertools v0.12.1 |
2011 | 2024-12-18T22:42:32.556Z | Checking whoami v1.5.2 |
2012 | 2024-12-18T22:42:32.862Z | Checking peg-runtime v0.8.3 |
2013 | 2024-12-18T22:42:33.144Z | Checking tokio-postgres v0.7.12 |
2014 | 2024-12-18T22:42:33.248Z | Compiling hashbrown v0.14.5 |
2015 | 2024-12-18T22:42:33.273Z | Compiling ident_case v1.0.1 |
2016 | 2024-12-18T22:42:33.415Z | Compiling unsafe-libyaml v0.2.11 |
2017 | 2024-12-18T22:42:33.461Z | Compiling darling_core v0.20.10 |
2018 | 2024-12-18T22:42:34.003Z | Checking qorb v0.2.1 |
2019 | 2024-12-18T22:42:34.692Z | Compiling regress v0.10.1 |
2020 | 2024-12-18T22:42:35.242Z | Compiling serde_yaml v0.9.34+deprecated |
2021 | 2024-12-18T22:42:35.464Z | Checking heck v0.5.0 |
2022 | 2024-12-18T22:42:35.677Z | Checking progenitor-client v0.8.0 |
2023 | 2024-12-18T22:42:36.089Z | Checking fastrand v2.1.1 |
2024 | 2024-12-18T22:42:36.420Z | Compiling newtype-uuid v1.1.3 |
2025 | 2024-12-18T22:42:36.447Z | Checking ipnetwork v0.20.0 |
2026 | 2024-12-18T22:42:36.633Z | Compiling structmeta-derive v0.3.0 |
2027 | 2024-12-18T22:42:36.743Z | Checking strum v0.26.3 |
2028 | 2024-12-18T22:42:36.789Z | Compiling dropshot v0.13.0 |
2029 | 2024-12-18T22:42:36.926Z | Checking macaddr v1.0.1 |
2030 | 2024-12-18T22:42:37.152Z | Compiling dropshot_endpoint v0.13.0 |
2031 | 2024-12-18T22:42:37.263Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2032 | 2024-12-18T22:42:38.060Z | Checking tempfile v3.13.0 |
2033 | 2024-12-18T22:42:38.279Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-12-18T22:42:38.448Z | Checking instant v0.1.13 |
2035 | 2024-12-18T22:42:38.580Z | Compiling typify-impl v0.2.0 |
2036 | 2024-12-18T22:42:38.662Z | Checking regress v0.9.1 |
2037 | 2024-12-18T22:42:39.687Z | Compiling structmeta v0.3.0 |
2038 | 2024-12-18T22:42:39.726Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2039 | 2024-12-18T22:42:39.987Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2040 | 2024-12-18T22:42:40.148Z | Compiling parse-display-derive v0.10.0 |
2041 | 2024-12-18T22:42:40.320Z | Checking backoff v0.4.0 |
2042 | 2024-12-18T22:42:40.546Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2043 | 2024-12-18T22:42:40.644Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2044 | 2024-12-18T22:42:40.670Z | Compiling darling_macro v0.20.10 |
2045 | 2024-12-18T22:42:40.701Z | Checking wait-timeout v0.2.0 |
2046 | 2024-12-18T22:42:40.800Z | Checking rand_xorshift v0.3.0 |
2047 | 2024-12-18T22:42:40.888Z | Checking rusty-fork v0.3.0 |
2048 | 2024-12-18T22:42:40.994Z | Checking unarray v0.1.4 |
2049 | 2024-12-18T22:42:41.162Z | Compiling structmeta-derive v0.2.0 |
2050 | 2024-12-18T22:42:41.206Z | Checking proptest v1.5.0 |
2051 | 2024-12-18T22:42:41.629Z | Compiling darling v0.20.10 |
2052 | 2024-12-18T22:42:41.768Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-12-18T22:42:42.239Z | Checking camino-tempfile v1.1.1 |
2054 | 2024-12-18T22:42:42.540Z | Compiling proc-macro-error v1.0.4 |
2055 | 2024-12-18T22:42:42.795Z | Compiling proc-macro-crate v1.3.1 |
2056 | 2024-12-18T22:42:43.316Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2057 | 2024-12-18T22:42:43.726Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2058 | 2024-12-18T22:42:44.042Z | Compiling num_enum_derive v0.5.11 |
2059 | 2024-12-18T22:42:44.074Z | Compiling foreign-types-macros v0.2.3 |
2060 | 2024-12-18T22:42:44.296Z | Compiling structmeta v0.2.0 |
2061 | 2024-12-18T22:42:44.762Z | Compiling test-strategy v0.3.1 |
2062 | 2024-12-18T22:42:44.802Z | Checking serde_with v3.11.0 |
2063 | 2024-12-18T22:42:44.979Z | Checking parse-display v0.10.0 |
2064 | 2024-12-18T22:42:45.236Z | Checking foreign-types-shared v0.3.1 |
2065 | 2024-12-18T22:42:45.403Z | Checking foreign-types v0.5.0 |
2066 | 2024-12-18T22:42:45.549Z | Checking tabwriter v1.4.0 |
2067 | 2024-12-18T22:42:45.706Z | Checking cstr-argument v0.1.2 |
2068 | 2024-12-18T22:42:45.792Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2069 | 2024-12-18T22:42:45.899Z | Checking pretty-hex v0.2.1 |
2070 | 2024-12-18T22:42:45.983Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2071 | 2024-12-18T22:42:46.073Z | Checking colored v2.1.0 |
2072 | 2024-12-18T22:42:46.114Z | Checking smf v0.2.3 |
2073 | 2024-12-18T22:42:46.302Z | Checking base64 v0.21.7 |
2074 | 2024-12-18T22:42:46.369Z | Compiling zerocopy v0.8.10 |
2075 | 2024-12-18T22:42:46.625Z | Compiling crucible-workspace-hack v0.1.0 |
2076 | 2024-12-18T22:42:46.652Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2077 | 2024-12-18T22:42:46.677Z | Checking num_enum v0.5.11 |
2078 | 2024-12-18T22:42:46.774Z | Compiling itertools v0.13.0 |
2079 | 2024-12-18T22:42:46.819Z | Compiling zerocopy-derive v0.8.10 |
2080 | 2024-12-18T22:42:46.844Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2081 | 2024-12-18T22:42:46.937Z | Compiling heapless v0.8.0 |
2082 | 2024-12-18T22:42:47.118Z | Checking termtree v0.4.1 |
2083 | 2024-12-18T22:42:47.353Z | Checking predicates-tree v1.0.11 |
2084 | 2024-12-18T22:42:47.432Z | Checking hash32 v0.3.1 |
2085 | 2024-12-18T22:42:47.504Z | Compiling smoltcp v0.11.0 |
2086 | 2024-12-18T22:42:47.635Z | Checking cobs v0.2.3 |
2087 | 2024-12-18T22:42:47.829Z | Checking postcard v1.0.10 |
2088 | 2024-12-18T22:42:48.301Z | Checking sigpipe v0.1.3 |
2089 | 2024-12-18T22:42:48.425Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-18T22:42:48.427Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2024-12-18T22:42:48.473Z | Checking atomicwrites v0.4.4 |
2092 | 2024-12-18T22:42:48.607Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2024-12-18T22:42:48.687Z | Compiling mockall_derive v0.13.0 |
2094 | 2024-12-18T22:42:48.817Z | Compiling thiserror v2.0.3 |
2095 | 2024-12-18T22:42:48.923Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2096 | 2024-12-18T22:42:49.013Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2097 | 2024-12-18T22:42:49.231Z | Compiling thiserror-impl v2.0.3 |
2098 | 2024-12-18T22:42:49.344Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2099 | 2024-12-18T22:42:49.800Z | Compiling zone_cfg_derive v0.3.0 |
2100 | 2024-12-18T22:42:50.089Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2101 | 2024-12-18T22:42:51.392Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2102 | 2024-12-18T22:42:51.583Z | Compiling num-derive v0.4.2 |
2103 | 2024-12-18T22:42:51.767Z | Checking downcast v0.11.0 |
2104 | 2024-12-18T22:42:51.972Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2105 | 2024-12-18T22:42:52.055Z | Checking fragile v2.0.0 |
2106 | 2024-12-18T22:42:52.309Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2107 | 2024-12-18T22:42:52.346Z | Checking zone v0.3.0 |
2108 | 2024-12-18T22:42:52.582Z | Compiling convert_case v0.4.0 |
2109 | 2024-12-18T22:42:53.188Z | Checking newline-converter v0.3.0 |
2110 | 2024-12-18T22:42:53.268Z | Checking tungstenite v0.21.0 |
2111 | 2024-12-18T22:42:53.360Z | Checking expectorate v1.1.0 |
2112 | 2024-12-18T22:42:53.549Z | Checking same-file v1.0.6 |
2113 | 2024-12-18T22:42:53.616Z | Compiling derive_more v0.99.18 |
2114 | 2024-12-18T22:42:53.745Z | Checking walkdir v2.5.0 |
2115 | 2024-12-18T22:42:54.043Z | Checking arc-swap v1.7.1 |
2116 | 2024-12-18T22:42:54.083Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2117 | 2024-12-18T22:42:54.267Z | Checking tokio-tungstenite v0.21.0 |
2118 | 2024-12-18T22:42:54.493Z | Checking slog-scope v4.4.0 |
2119 | 2024-12-18T22:42:54.569Z | Checking xattr v1.3.1 |
2120 | 2024-12-18T22:42:54.705Z | Checking slog-stdlog v4.1.1 |
2121 | 2024-12-18T22:42:54.781Z | Checking filetime v0.2.25 |
2122 | 2024-12-18T22:42:54.812Z | Checking num-rational v0.4.2 |
2123 | 2024-12-18T22:42:54.893Z | Checking slog-envlogger v2.2.0 |
2124 | 2024-12-18T22:42:55.011Z | Checking tar v0.4.42 |
2125 | 2024-12-18T22:42:55.127Z | Checking num-complex v0.4.6 |
2126 | 2024-12-18T22:42:55.502Z | Checking float-ord v0.3.2 |
2127 | 2024-12-18T22:42:55.663Z | Compiling cancel-safe-futures v0.1.5 |
2128 | 2024-12-18T22:42:55.872Z | Checking swrite v0.1.0 |
2129 | 2024-12-18T22:42:55.996Z | Compiling owo-colors v4.1.0 |
2130 | 2024-12-18T22:42:55.998Z | Checking libsw v3.3.1 |
2131 | 2024-12-18T22:42:56.119Z | Checking num v0.4.3 |
2132 | 2024-12-18T22:42:56.239Z | Checking pem v3.0.4 |
2133 | 2024-12-18T22:42:56.306Z | Checking password-hash v0.5.0 |
2134 | 2024-12-18T22:42:56.510Z | Checking blake2 v0.10.6 |
2135 | 2024-12-18T22:42:56.541Z | Checking linear-map v1.2.0 |
2136 | 2024-12-18T22:42:56.771Z | Checking indent_write v2.2.0 |
2137 | 2024-12-18T22:42:56.890Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2138 | 2024-12-18T22:42:57.022Z | Checking argon2 v0.5.3 |
2139 | 2024-12-18T22:42:57.280Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-12-18T22:42:57.453Z | Compiling typify-macro v0.2.0 |
2141 | 2024-12-18T22:42:57.514Z | Checking headers-core v0.3.0 |
2142 | 2024-12-18T22:42:57.641Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2143 | 2024-12-18T22:42:57.669Z | Compiling heck v0.3.3 |
2144 | 2024-12-18T22:42:57.731Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2024-12-18T22:42:57.969Z | Checking mockall v0.13.0 |
2146 | 2024-12-18T22:42:58.105Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2147 | 2024-12-18T22:42:58.191Z | Compiling zone_cfg_derive v0.1.2 |
2148 | 2024-12-18T22:42:58.226Z | Checking headers v0.4.0 |
2149 | 2024-12-18T22:42:58.228Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2150 | 2024-12-18T22:42:58.342Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2151 | 2024-12-18T22:42:58.431Z | Checking yasna v0.5.2 |
2152 | 2024-12-18T22:42:58.456Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2153 | 2024-12-18T22:42:58.656Z | Checking base64 v0.13.1 |
2154 | 2024-12-18T22:42:59.112Z | Checking highway v1.2.0 |
2155 | 2024-12-18T22:42:59.341Z | Checking rcgen v0.12.1 |
2156 | 2024-12-18T22:42:59.426Z | Checking ron v0.7.1 |
2157 | 2024-12-18T22:42:59.555Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2158 | 2024-12-18T22:42:59.768Z | Checking zone v0.1.8 |
2159 | 2024-12-18T22:43:00.075Z | Checking xz2 v0.1.7 |
2160 | 2024-12-18T22:43:00.403Z | Checking subprocess v0.2.9 |
2161 | 2024-12-18T22:43:00.492Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2162 | 2024-12-18T22:43:00.581Z | Checking humantime v2.1.0 |
2163 | 2024-12-18T22:43:00.793Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2164 | 2024-12-18T22:43:00.890Z | Compiling semver v0.1.20 |
2165 | 2024-12-18T22:43:00.968Z | Checking half v2.4.1 |
2166 | 2024-12-18T22:43:01.486Z | Compiling rustc_version v0.1.7 |
2167 | 2024-12-18T22:43:01.571Z | Checking ciborium-io v0.2.2 |
2168 | 2024-12-18T22:43:01.602Z | Checking prettyplease v0.2.25 |
2169 | 2024-12-18T22:43:01.708Z | Checking ciborium-ll v0.2.2 |
2170 | 2024-12-18T22:43:01.917Z | Compiling typify v0.2.0 |
2171 | 2024-12-18T22:43:02.003Z | Compiling newtype_derive v0.1.6 |
2172 | 2024-12-18T22:43:02.006Z | Checking ciborium v0.2.2 |
2173 | 2024-12-18T22:43:02.085Z | Compiling progenitor-impl v0.8.0 |
2174 | 2024-12-18T22:43:02.171Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2024-12-18T22:43:04.059Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2176 | 2024-12-18T22:43:04.402Z | Checking steno v0.4.1 |
2177 | 2024-12-18T22:43:04.633Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2178 | 2024-12-18T22:43:05.431Z | Checking display-error-chain v0.2.2 |
2179 | 2024-12-18T22:43:05.619Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-12-18T22:43:05.682Z | Checking gethostname v0.5.0 |
2181 | 2024-12-18T22:43:05.813Z | Checking nibble_vec v0.1.0 |
2182 | 2024-12-18T22:43:05.963Z | Compiling ring v0.16.20 |
2183 | 2024-12-18T22:43:06.016Z | Compiling blake3 v1.5.4 |
2184 | 2024-12-18T22:43:06.434Z | Checking keccak v0.1.5 |
2185 | 2024-12-18T22:43:06.708Z | Checking endian-type v0.1.2 |
2186 | 2024-12-18T22:43:06.779Z | Checking sha3 v0.10.8 |
2187 | 2024-12-18T22:43:06.930Z | Checking radix_trie v0.2.1 |
2188 | 2024-12-18T22:43:07.170Z | Checking universal-hash v0.5.1 |
2189 | 2024-12-18T22:43:07.266Z | Checking secrecy v0.8.0 |
2190 | 2024-12-18T22:43:07.337Z | Checking opaque-debug v0.3.1 |
2191 | 2024-12-18T22:43:07.361Z | Checking aead v0.5.2 |
2192 | 2024-12-18T22:43:07.385Z | Checking chacha20 v0.9.1 |
2193 | 2024-12-18T22:43:07.438Z | Checking poly1305 v0.8.0 |
2194 | 2024-12-18T22:43:07.778Z | Compiling memmap2 v0.9.5 |
2195 | 2024-12-18T22:43:07.950Z | Compiling constant_time_eq v0.3.1 |
2196 | 2024-12-18T22:43:08.156Z | Compiling arrayvec v0.7.6 |
2197 | 2024-12-18T22:43:08.285Z | Compiling arrayref v0.3.9 |
2198 | 2024-12-18T22:43:08.402Z | Compiling spin v0.5.2 |
2199 | 2024-12-18T22:43:08.505Z | Compiling toolchain_find v0.4.0 |
2200 | 2024-12-18T22:43:08.651Z | Compiling thiserror-impl-no-std v2.0.2 |
2201 | 2024-12-18T22:43:08.787Z | Compiling topological-sort v0.2.2 |
2202 | 2024-12-18T22:43:09.027Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2203 | 2024-12-18T22:43:09.097Z | Compiling rustfmt-wrapper v0.2.1 |
2204 | 2024-12-18T22:43:09.233Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2205 | 2024-12-18T22:43:09.580Z | Checking chacha20poly1305 v0.10.1 |
2206 | 2024-12-18T22:43:09.604Z | Compiling async-recursion v1.1.1 |
2207 | 2024-12-18T22:43:09.658Z | Checking fxhash v0.2.1 |
2208 | 2024-12-18T22:43:09.781Z | Compiling zip v2.1.3 |
2209 | 2024-12-18T22:43:09.856Z | Checking simd-adler32 v0.3.7 |
2210 | 2024-12-18T22:43:09.893Z | Checking lockfree-object-pool v0.1.6 |
2211 | 2024-12-18T22:43:10.100Z | Checking bumpalo v3.16.0 |
2212 | 2024-12-18T22:43:10.189Z | Checking termcolor v1.4.1 |
2213 | 2024-12-18T22:43:10.216Z | Compiling radium v0.7.0 |
2214 | 2024-12-18T22:43:10.410Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-12-18T22:43:10.433Z | Checking zopfli v0.8.1 |
2216 | 2024-12-18T22:43:10.669Z | Checking maplit v1.0.2 |
2217 | 2024-12-18T22:43:10.740Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-12-18T22:43:10.796Z | Checking tap v1.0.1 |
2219 | 2024-12-18T22:43:10.979Z | Checking wyz v0.5.1 |
2220 | 2024-12-18T22:43:11.360Z | Checking crc-catalog v2.4.0 |
2221 | 2024-12-18T22:43:11.381Z | Compiling packed_struct v0.10.1 |
2222 | 2024-12-18T22:43:11.519Z | Checking funty v2.0.0 |
2223 | 2024-12-18T22:43:11.698Z | Checking home v0.5.9 |
2224 | 2024-12-18T22:43:11.822Z | Compiling omicron-zone-package v0.11.1 |
2225 | 2024-12-18T22:43:11.895Z | Checking crc v3.2.1 |
2226 | 2024-12-18T22:43:11.960Z | Checking thiserror-no-std v2.0.2 |
2227 | 2024-12-18T22:43:12.083Z | Checking vsss-rs v3.3.4 |
2228 | 2024-12-18T22:43:12.321Z | Compiling const_format_proc_macros v0.2.33 |
2229 | 2024-12-18T22:43:12.425Z | Checking kstat-rs v0.2.4 |
2230 | 2024-12-18T22:43:12.471Z | Checking bitvec v1.0.1 |
2231 | 2024-12-18T22:43:12.790Z | Compiling packed_struct_codegen v0.10.1 |
2232 | 2024-12-18T22:43:13.209Z | Compiling vte_generate_state_changes v0.1.2 |
2233 | 2024-12-18T22:43:13.569Z | Compiling indexmap v1.9.3 |
2234 | 2024-12-18T22:43:13.875Z | Compiling libefi-sys v0.1.0 |
2235 | 2024-12-18T22:43:13.898Z | Checking nodrop v0.1.14 |
2236 | 2024-12-18T22:43:14.033Z | Checking array-init v0.0.4 |
2237 | 2024-12-18T22:43:14.191Z | Checking vte v0.11.1 |
2238 | 2024-12-18T22:43:14.600Z | Checking const_format v0.2.33 |
2239 | 2024-12-18T22:43:15.104Z | Checking smallvec v0.6.14 |
2240 | 2024-12-18T22:43:15.136Z | Checking fd-lock v4.0.2 |
2241 | 2024-12-18T22:43:15.349Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2242 | 2024-12-18T22:43:15.483Z | Compiling bitfield-struct v0.6.2 |
2243 | 2024-12-18T22:43:15.506Z | Checking bitfield v0.14.0 |
2244 | 2024-12-18T22:43:15.609Z | Checking hashbrown v0.12.3 |
2245 | 2024-12-18T22:43:15.711Z | Checking strip-ansi-escapes v0.2.0 |
2246 | 2024-12-18T22:43:15.781Z | Checking serde-hex v0.1.0 |
2247 | 2024-12-18T22:43:15.901Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2248 | 2024-12-18T22:43:16.166Z | Checking env_logger v0.10.2 |
2249 | 2024-12-18T22:43:16.278Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2250 | 2024-12-18T22:43:16.601Z | Checking ron v0.8.1 |
2251 | 2024-12-18T22:43:16.625Z | Checking hashbrown v0.13.2 |
2252 | 2024-12-18T22:43:16.962Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-18T22:43:17.421Z | Checking nu-ansi-term v0.50.1 |
2254 | 2024-12-18T22:43:17.597Z | Checking crc-any v2.5.0 |
2255 | 2024-12-18T22:43:17.684Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-18T22:43:17.811Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-18T22:43:17.842Z | Checking reedline v0.35.0 |
2258 | 2024-12-18T22:43:17.943Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2259 | 2024-12-18T22:43:18.006Z | Checking object v0.30.4 |
2260 | 2024-12-18T22:43:18.303Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2261 | 2024-12-18T22:43:18.476Z | Checking path-slash v0.1.5 |
2262 | 2024-12-18T22:43:18.507Z | Compiling parking_lot_core v0.8.6 |
2263 | 2024-12-18T22:43:18.577Z | Compiling phf_generator v0.11.2 |
2264 | 2024-12-18T22:43:18.637Z | Checking bytecount v0.6.8 |
2265 | 2024-12-18T22:43:18.782Z | Checking glob v0.3.1 |
2266 | 2024-12-18T22:43:18.808Z | Checking papergrid v0.11.0 |
2267 | 2024-12-18T22:43:19.124Z | Compiling phf_codegen v0.11.2 |
2268 | 2024-12-18T22:43:19.361Z | Compiling tabled_derive v0.7.0 |
2269 | 2024-12-18T22:43:19.384Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2270 | 2024-12-18T22:43:19.403Z | Checking parking_lot v0.11.2 |
2271 | 2024-12-18T22:43:19.762Z | Compiling parse-zoneinfo v0.3.1 |
2272 | 2024-12-18T22:43:19.869Z | Compiling cfg_aliases v0.1.1 |
2273 | 2024-12-18T22:43:19.995Z | Compiling nix v0.28.0 |
2274 | 2024-12-18T22:43:20.341Z | Checking sled v0.34.7 |
2275 | 2024-12-18T22:43:20.655Z | Compiling chrono-tz-build v0.4.0 |
2276 | 2024-12-18T22:43:20.851Z | Checking hickory-client v0.24.1 |
2277 | 2024-12-18T22:43:21.579Z | Checking hickory-server v0.24.1 |
2278 | 2024-12-18T22:43:21.904Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2279 | 2024-12-18T22:43:22.060Z | Checking tabled v0.15.0 |
2280 | 2024-12-18T22:43:22.204Z | Compiling chrono-tz v0.10.0 |
2281 | 2024-12-18T22:43:22.924Z | Compiling buf-list v1.0.3 |
2282 | 2024-12-18T22:43:23.701Z | Compiling peg-macros v0.8.4 |
2283 | 2024-12-18T22:43:24.199Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2024-12-18T22:43:24.223Z | Compiling sqlparser_derive v0.2.2 |
2285 | 2024-12-18T22:43:24.561Z | Checking unicode_categories v0.1.1 |
2286 | 2024-12-18T22:43:24.874Z | Checking sqlformat v0.2.6 |
2287 | 2024-12-18T22:43:25.448Z | Checking sqlparser v0.45.0 |
2288 | 2024-12-18T22:43:25.775Z | Checking bcs v0.1.6 |
2289 | 2024-12-18T22:43:25.906Z | Checking rustyline v14.0.0 |
2290 | 2024-12-18T22:43:26.176Z | Checking progenitor v0.8.0 |
2291 | 2024-12-18T22:43:26.454Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2292 | 2024-12-18T22:43:26.526Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2293 | 2024-12-18T22:43:27.608Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2294 | 2024-12-18T22:43:29.535Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2295 | 2024-12-18T22:43:30.785Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2296 | 2024-12-18T22:43:31.572Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2297 | 2024-12-18T22:43:32.177Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2298 | 2024-12-18T22:43:34.808Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2299 | 2024-12-18T22:43:34.898Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2300 | 2024-12-18T22:43:35.206Z | Checking peg v0.8.4 |
2301 | 2024-12-18T22:43:35.323Z | Checking primeorder v0.13.6 |
2302 | 2024-12-18T22:43:35.839Z | Compiling unicase v2.7.0 |
2303 | 2024-12-18T22:43:36.109Z | Checking nanorand v0.7.0 |
2304 | 2024-12-18T22:43:36.187Z | Checking atty v0.2.14 |
2305 | 2024-12-18T22:43:36.312Z | Compiling salty v0.3.0 |
2306 | 2024-12-18T22:43:36.463Z | Checking flume v0.11.1 |
2307 | 2024-12-18T22:43:36.771Z | Checking p384 v0.13.0 |
2308 | 2024-12-18T22:43:36.805Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2309 | 2024-12-18T22:43:37.001Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2310 | 2024-12-18T22:43:37.228Z | Compiling mime_guess v2.0.5 |
2311 | 2024-12-18T22:43:37.595Z | Checking env_filter v0.1.2 |
2312 | 2024-12-18T22:43:37.737Z | Checking http-range v0.1.5 |
2313 | 2024-12-18T22:43:37.841Z | Checking env_logger v0.11.5 |
2314 | 2024-12-18T22:43:37.901Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2315 | 2024-12-18T22:43:37.961Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2316 | 2024-12-18T22:43:38.172Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2317 | 2024-12-18T22:43:38.250Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2318 | 2024-12-18T22:43:38.403Z | Compiling dsl_auto_type v0.1.2 |
2319 | 2024-12-18T22:43:38.505Z | Checking scheduled-thread-pool v0.2.7 |
2320 | 2024-12-18T22:43:38.552Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2321 | 2024-12-18T22:43:38.751Z | Compiling diesel_table_macro_syntax v0.2.0 |
2322 | 2024-12-18T22:43:38.835Z | Compiling crunchy v0.2.2 |
2323 | 2024-12-18T22:43:39.218Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2324 | 2024-12-18T22:43:39.358Z | Checking hyper-staticfile v0.10.1 |
2325 | 2024-12-18T22:43:39.419Z | Checking r2d2 v0.8.10 |
2326 | 2024-12-18T22:43:39.558Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2327 | 2024-12-18T22:43:39.755Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2328 | 2024-12-18T22:43:39.908Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2329 | 2024-12-18T22:43:40.109Z | Compiling diesel_derives v2.2.3 |
2330 | 2024-12-18T22:43:40.283Z | Compiling tiny-keccak v2.0.2 |
2331 | 2024-12-18T22:43:40.638Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2332 | 2024-12-18T22:43:40.688Z | Compiling pin-project-internal v1.1.6 |
2333 | 2024-12-18T22:43:40.923Z | Compiling ref-cast v1.0.23 |
2334 | 2024-12-18T22:43:41.981Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2335 | 2024-12-18T22:43:42.267Z | Compiling ascii-canvas v3.0.0 |
2336 | 2024-12-18T22:43:42.293Z | Compiling ena v0.14.3 |
2337 | 2024-12-18T22:43:42.852Z | Compiling ref-cast-impl v1.0.23 |
2338 | 2024-12-18T22:43:43.200Z | Compiling regex-syntax v0.6.29 |
2339 | 2024-12-18T22:43:43.941Z | Checking pin-project v1.1.6 |
2340 | 2024-12-18T22:43:43.979Z | Compiling diff v0.1.13 |
2341 | 2024-12-18T22:43:44.143Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2342 | 2024-12-18T22:43:44.259Z | Checking signal-hook-tokio v0.3.1 |
2343 | 2024-12-18T22:43:44.457Z | Compiling snafu-derive v0.8.5 |
2344 | 2024-12-18T22:43:44.678Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2345 | 2024-12-18T22:43:44.971Z | Compiling derive_builder_core v0.20.2 |
2346 | 2024-12-18T22:43:47.493Z | Compiling lalrpop v0.19.12 |
2347 | 2024-12-18T22:43:48.387Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2348 | 2024-12-18T22:43:49.264Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2349 | 2024-12-18T22:43:50.204Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2350 | 2024-12-18T22:43:52.276Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2351 | 2024-12-18T22:43:52.978Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2352 | 2024-12-18T22:43:54.150Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2353 | 2024-12-18T22:43:54.673Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2354 | 2024-12-18T22:43:55.165Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2355 | 2024-12-18T22:43:55.341Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2356 | 2024-12-18T22:43:55.857Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2357 | 2024-12-18T22:43:56.812Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2358 | 2024-12-18T22:43:56.839Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2359 | 2024-12-18T22:43:56.842Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2360 | 2024-12-18T22:43:57.599Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2361 | 2024-12-18T22:43:57.603Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2362 | 2024-12-18T22:43:58.162Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2363 | 2024-12-18T22:43:58.252Z | Checking diesel v2.2.6 |
2364 | 2024-12-18T22:43:58.485Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2365 | 2024-12-18T22:43:58.779Z | Checking snafu v0.8.5 |
2366 | 2024-12-18T22:43:58.962Z | Checking globset v0.4.15 |
2367 | 2024-12-18T22:43:59.313Z | Checking olpc-cjson v0.1.4 |
2368 | 2024-12-18T22:43:59.554Z | Checking serde_plain v1.0.2 |
2369 | 2024-12-18T22:43:59.833Z | Compiling libxml v0.3.3 |
2370 | 2024-12-18T22:44:00.218Z | Compiling memoffset v0.9.1 |
2371 | 2024-12-18T22:44:00.532Z | Checking typed-path v0.9.3 |
2372 | 2024-12-18T22:44:01.308Z | Compiling derive_builder_macro v0.20.2 |
2373 | 2024-12-18T22:44:02.106Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2374 | 2024-12-18T22:44:02.283Z | Checking tungstenite v0.23.0 |
2375 | 2024-12-18T22:44:02.533Z | Checking tough v0.19.0 |
2376 | 2024-12-18T22:44:03.330Z | Compiling strum_macros v0.24.3 |
2377 | 2024-12-18T22:44:03.485Z | Compiling samael v0.0.17 |
2378 | 2024-12-18T22:44:03.509Z | Checking parse-size v1.1.0 |
2379 | 2024-12-18T22:44:03.708Z | Compiling indoc v1.0.9 |
2380 | 2024-12-18T22:44:04.378Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2381 | 2024-12-18T22:44:04.693Z | Checking tokio-tungstenite v0.23.1 |
2382 | 2024-12-18T22:44:05.164Z | Checking derive_builder v0.20.2 |
2383 | 2024-12-18T22:44:06.824Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2384 | 2024-12-18T22:44:07.090Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2385 | 2024-12-18T22:44:07.236Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2386 | 2024-12-18T22:44:07.542Z | Checking quick-xml v0.33.0 |
2387 | 2024-12-18T22:44:07.566Z | Compiling impl-trait-for-tuples v0.2.2 |
2388 | 2024-12-18T22:44:07.678Z | Compiling oso-derive v0.27.3 |
2389 | 2024-12-18T22:44:07.786Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2390 | 2024-12-18T22:44:08.824Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2391 | 2024-12-18T22:44:09.626Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2024-12-18T22:44:09.716Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2393 | 2024-12-18T22:44:10.126Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2394 | 2024-12-18T22:44:10.218Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2395 | 2024-12-18T22:44:10.799Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2396 | 2024-12-18T22:44:12.295Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2397 | 2024-12-18T22:44:12.616Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2398 | 2024-12-18T22:44:13.329Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2399 | 2024-12-18T22:44:16.114Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2400 | 2024-12-18T22:44:16.529Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2401 | 2024-12-18T22:44:18.361Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2402 | 2024-12-18T22:44:19.306Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2403 | 2024-12-18T22:44:19.403Z | Checking nix v0.27.1 |
2404 | 2024-12-18T22:44:20.849Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2405 | 2024-12-18T22:44:21.593Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2406 | 2024-12-18T22:44:21.884Z | Compiling diesel-dtrace v0.4.0 |
2407 | 2024-12-18T22:44:22.700Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2408 | 2024-12-18T22:44:22.953Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2409 | 2024-12-18T22:44:23.267Z | Checking bb8 v0.8.5 |
2410 | 2024-12-18T22:44:23.799Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2411 | 2024-12-18T22:44:23.831Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2412 | 2024-12-18T22:44:24.317Z | Checking heck v0.4.1 |
2413 | 2024-12-18T22:44:24.559Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2414 | 2024-12-18T22:44:24.583Z | Checking rand_seeder v0.3.0 |
2415 | 2024-12-18T22:44:24.827Z | Checking assert_matches v1.5.0 |
2416 | 2024-12-18T22:44:24.938Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2417 | 2024-12-18T22:44:24.963Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2418 | 2024-12-18T22:44:24.985Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2419 | 2024-12-18T22:44:25.241Z | Compiling libz-sys v1.1.20 |
2420 | 2024-12-18T22:44:25.460Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2421 | 2024-12-18T22:44:26.085Z | Checking is_ci v1.2.0 |
2422 | 2024-12-18T22:44:26.239Z | Checking supports-color v3.0.1 |
2423 | 2024-12-18T22:44:26.353Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2424 | 2024-12-18T22:44:26.643Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2425 | 2024-12-18T22:44:26.812Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2426 | 2024-12-18T22:44:27.327Z | Compiling vergen v8.3.2 |
2427 | 2024-12-18T22:44:27.484Z | Compiling cargo-platform v0.1.8 |
2428 | 2024-12-18T22:44:27.634Z | Checking smawk v0.3.2 |
2429 | 2024-12-18T22:44:27.846Z | Checking unicode-linebreak v0.1.5 |
2430 | 2024-12-18T22:44:28.059Z | Compiling cargo_metadata v0.18.1 |
2431 | 2024-12-18T22:44:28.270Z | Checking textwrap v0.16.1 |
2432 | 2024-12-18T22:44:28.469Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2433 | 2024-12-18T22:44:28.769Z | Checking castaway v0.2.3 |
2434 | 2024-12-18T22:44:28.901Z | Compiling libsqlite3-sys v0.30.1 |
2435 | 2024-12-18T22:44:28.955Z | Compiling cfg_aliases v0.2.1 |
2436 | 2024-12-18T22:44:29.044Z | Compiling rustls v0.21.12 |
2437 | 2024-12-18T22:44:29.076Z | Compiling nix v0.29.0 |
2438 | 2024-12-18T22:44:29.459Z | Checking compact_str v0.8.0 |
2439 | 2024-12-18T22:44:30.043Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-12-18T22:44:30.337Z | Checking unicode-truncate v1.1.0 |
2441 | 2024-12-18T22:44:30.374Z | Checking sct v0.7.1 |
2442 | 2024-12-18T22:44:30.551Z | Checking rustls-webpki v0.101.7 |
2443 | 2024-12-18T22:44:30.590Z | Checking lru v0.12.5 |
2444 | 2024-12-18T22:44:30.904Z | Compiling instability v0.3.2 |
2445 | 2024-12-18T22:44:31.071Z | Checking cassowary v0.3.0 |
2446 | 2024-12-18T22:44:31.678Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2447 | 2024-12-18T22:44:31.972Z | Checking hashlink v0.9.1 |
2448 | 2024-12-18T22:44:31.995Z | Checking ratatui v0.28.1 |
2449 | 2024-12-18T22:44:31.998Z | Checking concurrent-queue v2.5.0 |
2450 | 2024-12-18T22:44:32.351Z | Checking parking v2.2.1 |
2451 | 2024-12-18T22:44:32.548Z | Checking plotters-backend v0.3.7 |
2452 | 2024-12-18T22:44:32.615Z | Checking fallible-iterator v0.3.0 |
2453 | 2024-12-18T22:44:32.977Z | Checking fallible-streaming-iterator v0.1.9 |
2454 | 2024-12-18T22:44:33.228Z | Checking plotters-svg v0.3.7 |
2455 | 2024-12-18T22:44:33.252Z | Checking rusqlite v0.32.1 |
2456 | 2024-12-18T22:44:33.938Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2457 | 2024-12-18T22:44:34.763Z | Checking tokio-rustls v0.24.1 |
2458 | 2024-12-18T22:44:34.856Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2459 | 2024-12-18T22:44:34.858Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2460 | 2024-12-18T22:44:34.952Z | Checking async-bb8-diesel v0.2.1 |
2461 | 2024-12-18T22:44:35.126Z | Checking rustls-pemfile v1.0.4 |
2462 | 2024-12-18T22:44:35.164Z | Checking twox-hash v1.6.3 |
2463 | 2024-12-18T22:44:35.345Z | Checking cast v0.3.0 |
2464 | 2024-12-18T22:44:35.440Z | Checking plotters v0.3.7 |
2465 | 2024-12-18T22:44:35.587Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2466 | 2024-12-18T22:44:35.674Z | Checking criterion-plot v0.5.0 |
2467 | 2024-12-18T22:44:35.697Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2468 | 2024-12-18T22:44:36.141Z | Checking fatfs v0.3.6 |
2469 | 2024-12-18T22:44:36.187Z | Checking tinytemplate v1.2.1 |
2470 | 2024-12-18T22:44:36.592Z | Checking csv-core v0.1.11 |
2471 | 2024-12-18T22:44:36.917Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2472 | 2024-12-18T22:44:37.143Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2473 | 2024-12-18T22:44:37.265Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2474 | 2024-12-18T22:44:37.454Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2024-12-18T22:44:37.900Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2476 | 2024-12-18T22:44:38.522Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2477 | 2024-12-18T22:44:39.291Z | Checking shell-words v1.1.0 |
2478 | 2024-12-18T22:44:39.479Z | Checking hex-literal v0.4.1 |
2479 | 2024-12-18T22:44:39.626Z | Checking anes v0.1.6 |
2480 | 2024-12-18T22:44:40.017Z | Checking oorandom v11.1.4 |
2481 | 2024-12-18T22:44:40.200Z | Checking criterion v0.5.1 |
2482 | 2024-12-18T22:44:40.367Z | Checking csv v1.3.0 |
2483 | 2024-12-18T22:44:41.281Z | Checking event-listener v5.3.1 |
2484 | 2024-12-18T22:44:41.320Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2485 | 2024-12-18T22:44:41.710Z | Checking rtoolbox v0.0.2 |
2486 | 2024-12-18T22:44:41.921Z | Checking rpassword v7.3.1 |
2487 | 2024-12-18T22:44:42.082Z | Checking event-listener-strategy v0.5.2 |
2488 | 2024-12-18T22:44:42.318Z | Checking tui-tree-widget v0.22.0 |
2489 | 2024-12-18T22:44:42.687Z | Checking polyval v0.6.2 |
2490 | 2024-12-18T22:44:43.000Z | Checking ghash v0.5.1 |
2491 | 2024-12-18T22:44:43.024Z | Checking futures-lite v2.3.0 |
2492 | 2024-12-18T22:44:43.178Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2493 | 2024-12-18T22:44:44.351Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2494 | 2024-12-18T22:44:44.466Z | Checking ctr v0.9.2 |
2495 | 2024-12-18T22:44:45.256Z | Checking yansi v1.0.1 |
2496 | 2024-12-18T22:44:45.311Z | Checking aes-gcm v0.10.3 |
2497 | 2024-12-18T22:44:45.559Z | Checking ssh-encoding v0.2.0 |
2498 | 2024-12-18T22:44:45.778Z | Checking pretty_assertions v1.4.1 |
2499 | 2024-12-18T22:44:45.894Z | Checking blowfish v0.9.1 |
2500 | 2024-12-18T22:44:45.916Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2501 | 2024-12-18T22:44:45.973Z | Checking ssh-cipher v0.2.0 |
2502 | 2024-12-18T22:44:46.115Z | Checking bcrypt-pbkdf v0.10.0 |
2503 | 2024-12-18T22:44:46.265Z | Checking async-lock v3.4.0 |
2504 | 2024-12-18T22:44:46.389Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2505 | 2024-12-18T22:44:47.149Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2506 | 2024-12-18T22:44:47.413Z | Checking polling v3.7.3 |
2507 | 2024-12-18T22:44:47.826Z | Checking password-hash v0.4.2 |
2508 | 2024-12-18T22:44:48.319Z | Checking matches v0.1.10 |
2509 | 2024-12-18T22:44:48.430Z | Checking idna v0.2.3 |
2510 | 2024-12-18T22:44:48.624Z | Checking pbkdf2 v0.11.0 |
2511 | 2024-12-18T22:44:48.914Z | Checking async-io v2.3.4 |
2512 | 2024-12-18T22:44:49.342Z | Checking ssh-key v0.6.6 |
2513 | 2024-12-18T22:44:49.834Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2514 | 2024-12-18T22:44:50.532Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2515 | 2024-12-18T22:44:50.658Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2516 | 2024-12-18T22:44:51.061Z | Checking p521 v0.13.3 |
2517 | 2024-12-18T22:44:51.880Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2518 | 2024-12-18T22:44:52.437Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2519 | 2024-12-18T22:44:53.374Z | Checking p256 v0.13.2 |
2520 | 2024-12-18T22:44:53.871Z | Checking russh-cryptovec v0.7.3 |
2521 | 2024-12-18T22:44:54.018Z | Compiling enum-as-inner v0.5.1 |
2522 | 2024-12-18T22:44:54.080Z | Checking md5 v0.7.0 |
2523 | 2024-12-18T22:44:54.388Z | Compiling doc-comment v0.3.3 |
2524 | 2024-12-18T22:44:55.040Z | Compiling target-lexicon v0.12.16 |
2525 | 2024-12-18T22:44:55.063Z | Checking async-task v4.7.1 |
2526 | 2024-12-18T22:44:55.453Z | Checking trust-dns-proto v0.22.0 |
2527 | 2024-12-18T22:44:56.329Z | Checking russh-keys v0.45.0 |
2528 | 2024-12-18T22:44:57.301Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2529 | 2024-12-18T22:44:57.575Z | Checking async-channel v2.3.1 |
2530 | 2024-12-18T22:44:57.938Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2531 | 2024-12-18T22:44:58.475Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2532 | 2024-12-18T22:44:59.445Z | Checking piper v0.2.4 |
2533 | 2024-12-18T22:44:59.505Z | Checking num-bigint v0.4.6 |
2534 | 2024-12-18T22:44:59.702Z | Checking des v0.8.1 |
2535 | 2024-12-18T22:44:59.832Z | Compiling guppy-workspace-hack v0.1.0 |
2536 | 2024-12-18T22:44:59.993Z | Checking futures-timer v3.0.3 |
2537 | 2024-12-18T22:45:00.124Z | Compiling dhcproto-macros v0.1.0 |
2538 | 2024-12-18T22:45:00.311Z | Compiling assert_cmd v2.0.16 |
2539 | 2024-12-18T22:45:00.834Z | Checking blocking v1.6.1 |
2540 | 2024-12-18T22:45:01.101Z | Checking dhcproto v0.12.0 |
2541 | 2024-12-18T22:45:01.787Z | Checking async-executor v1.13.1 |
2542 | 2024-12-18T22:45:02.117Z | Checking russh v0.45.0 |
2543 | 2024-12-18T22:45:02.146Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2544 | 2024-12-18T22:45:02.704Z | Checking async-signal v0.2.10 |
2545 | 2024-12-18T22:45:02.773Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2546 | 2024-12-18T22:45:03.362Z | Checking internet-checksum v0.2.1 |
2547 | 2024-12-18T22:45:03.375Z | Compiling target-spec v3.2.2 |
2548 | 2024-12-18T22:45:03.544Z | Checking event-listener v2.5.3 |
2549 | 2024-12-18T22:45:03.786Z | Checking async-channel v1.9.0 |
2550 | 2024-12-18T22:45:04.638Z | Checking async-process v2.3.0 |
2551 | 2024-12-18T22:45:05.081Z | Checking async-global-executor v2.4.1 |
2552 | 2024-12-18T22:45:05.408Z | Checking cfg-expr v0.17.0 |
2553 | 2024-12-18T22:45:06.373Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2554 | 2024-12-18T22:45:06.440Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2555 | 2024-12-18T22:45:06.739Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2556 | 2024-12-18T22:45:07.241Z | Checking httptest v0.16.1 |
2557 | 2024-12-18T22:45:08.027Z | Checking rustls-native-certs v0.7.3 |
2558 | 2024-12-18T22:45:08.030Z | Compiling petname v2.0.2 |
2559 | 2024-12-18T22:45:08.222Z | Checking num_cpus v1.16.0 |
2560 | 2024-12-18T22:45:08.372Z | Checking kv-log-macro v1.0.7 |
2561 | 2024-12-18T22:45:08.529Z | Compiling async-attributes v1.1.2 |
2562 | 2024-12-18T22:45:09.336Z | Checking async-std v1.13.0 |
2563 | 2024-12-18T22:45:11.346Z | Checking threadpool v1.8.1 |
2564 | 2024-12-18T22:45:11.563Z | Checking hyper-rustls v0.26.0 |
2565 | 2024-12-18T22:45:11.934Z | Checking pathdiff v0.2.2 |
2566 | 2024-12-18T22:45:12.057Z | Compiling rstest_macros v0.23.0 |
2567 | 2024-12-18T22:45:12.087Z | Compiling target-triple v0.1.3 |
2568 | 2024-12-18T22:45:12.547Z | Checking nested v0.1.1 |
2569 | 2024-12-18T22:45:12.600Z | Checking escape8259 v0.5.3 |
2570 | 2024-12-18T22:45:12.769Z | Checking guppy v0.17.8 |
2571 | 2024-12-18T22:45:12.816Z | Checking libtest-mimic v0.7.3 |
2572 | 2024-12-18T22:45:13.191Z | Checking async-object-pool v0.1.5 |
2573 | 2024-12-18T22:45:13.475Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2574 | 2024-12-18T22:45:14.022Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2575 | 2024-12-18T22:45:14.335Z | Checking similar-asserts v1.6.0 |
2576 | 2024-12-18T22:45:14.566Z | Checking fancy-regex v0.13.0 |
2577 | 2024-12-18T22:45:14.932Z | Checking serde_regex v1.1.0 |
2578 | 2024-12-18T22:45:15.212Z | Checking assert-json-diff v2.0.2 |
2579 | 2024-12-18T22:45:15.392Z | Compiling proc-macro-crate v3.2.0 |
2580 | 2024-12-18T22:45:15.495Z | Checking path-tree v0.8.1 |
2581 | 2024-12-18T22:45:15.828Z | Checking stringmetrics v2.2.2 |
2582 | 2024-12-18T22:45:16.080Z | Checking sync-ptr v0.1.1 |
2583 | 2024-12-18T22:45:16.311Z | Compiling relative-path v1.9.3 |
2584 | 2024-12-18T22:45:16.797Z | Checking httpmock v0.8.0-alpha.1 |
2585 | 2024-12-18T22:45:16.959Z | Checking datatest-stable v0.2.9 |
2586 | 2024-12-18T22:45:17.445Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2587 | 2024-12-18T22:45:18.965Z | Checking blake2b_simd v1.0.2 |
2588 | 2024-12-18T22:45:19.825Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2589 | 2024-12-18T22:45:20.330Z | Compiling git2 v0.19.0 |
2590 | 2024-12-18T22:45:22.323Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2591 | 2024-12-18T22:45:22.642Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2592 | 2024-12-18T22:45:22.966Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2593 | 2024-12-18T22:45:23.187Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2594 | 2024-12-18T22:45:23.481Z | Checking serde_tokenstream v0.2.2 |
2595 | 2024-12-18T22:45:23.484Z | Checking uzers v0.12.1 |
2596 | 2024-12-18T22:45:24.014Z | Checking rust-argon2 v2.1.0 |
2597 | 2024-12-18T22:45:24.046Z | Checking trybuild v1.0.101 |
2598 | 2024-12-18T22:45:24.486Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2599 | 2024-12-18T22:45:25.529Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2600 | 2024-12-18T22:45:26.016Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2601 | 2024-12-18T22:45:28.279Z | Checking rstest v0.23.0 |
2602 | 2024-12-18T22:45:28.524Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2603 | 2024-12-18T22:45:28.830Z | Checking rand_distr v0.4.3 |
2604 | 2024-12-18T22:45:29.284Z | Checking multimap v0.10.0 |
2605 | 2024-12-18T22:45:29.624Z | Checking approx v0.5.1 |
2606 | 2024-12-18T22:45:29.694Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2607 | 2024-12-18T22:45:29.719Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2608 | 2024-12-18T22:45:30.375Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2609 | 2024-12-18T22:45:30.548Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2610 | 2024-12-18T22:45:31.073Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2611 | 2024-12-18T22:45:31.272Z | Checking partial-io v0.5.4 |
2612 | 2024-12-18T22:45:31.372Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2613 | 2024-12-18T22:45:31.667Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2614 | 2024-12-18T22:45:31.692Z | Checking cargo_toml v0.20.5 |
2615 | 2024-12-18T22:45:32.693Z | Checking termios v0.3.3 |
2616 | 2024-12-18T22:45:32.940Z | Compiling indoc v2.0.5 |
2617 | 2024-12-18T22:45:33.161Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2618 | 2024-12-18T22:45:33.971Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2619 | 2024-12-18T22:45:36.914Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2620 | 2024-12-18T22:45:53.679Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2621 | 2024-12-18T22:45:56.902Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2622 | 2024-12-18T22:45:59.711Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2623 | 2024-12-18T22:46:21.491Z | Compiling polar-core v0.27.3 |
2624 | 2024-12-18T22:46:33.024Z | Checking oso v0.27.3 |
2625 | 2024-12-18T22:46:34.891Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2626 | 2024-12-18T22:46:36.129Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2627 | 2024-12-18T22:46:37.533Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2628 | 2024-12-18T22:47:22.850Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2629 | 2024-12-18T22:47:22.850Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2630 | 2024-12-18T22:47:22.853Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2631 | 2024-12-18T22:48:53.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s |
2632 | 2024-12-18T22:48:53.492Z | |
2633 | 2024-12-18T22:48:53.492Z | real 7:02.281658685 |
2634 | 2024-12-18T22:48:53.492Z | user 37:20.983087348 |
2635 | 2024-12-18T22:48:53.492Z | sys 6:50.162260090 |
2636 | 2024-12-18T22:48:53.492Z | trap 1.028319475 |
2637 | 2024-12-18T22:48:53.492Z | tflt 2.065455884 |
2638 | 2024-12-18T22:48:53.492Z | dflt 0.708185211 |
2639 | 2024-12-18T22:48:53.492Z | kflt 0.000816250 |
2640 | 2024-12-18T22:48:53.492Z | lock 54:32.432991810 |
2641 | 2024-12-18T22:48:53.492Z | slp 2:09:02.299762432 |
2642 | 2024-12-18T22:48:53.494Z | lat 1:40.218828132 |
2643 | 2024-12-18T22:48:53.494Z | stop 6:31.992985066 |
2644 | 2024-12-18T22:48:53.494Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2645 | 2024-12-18T22:48:53.494Z | + ptime -m cargo doc --workspace --no-deps |
2646 | 2024-12-18T22:48:54.759Z | warning: output filename collision. |
2647 | 2024-12-18T22:48:54.759Z | 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)`. |
2648 | 2024-12-18T22:48:54.759Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2649 | 2024-12-18T22:48:54.759Z | The targets should have unique names. |
2650 | 2024-12-18T22:48:54.759Z | This is a known bug where multiple crates with the same name use |
2651 | 2024-12-18T22:48:54.759Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2652 | 2024-12-18T22:48:55.226Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2024-12-18T22:48:55.299Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2654 | 2024-12-18T22:48:55.320Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2655 | 2024-12-18T22:48:55.365Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2656 | 2024-12-18T22:48:55.391Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2657 | 2024-12-18T22:48:55.417Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2658 | 2024-12-18T22:48:55.417Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2659 | 2024-12-18T22:48:55.611Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2660 | 2024-12-18T22:48:55.641Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2661 | 2024-12-18T22:48:55.667Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2662 | 2024-12-18T22:48:55.689Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2663 | 2024-12-18T22:48:55.888Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2664 | 2024-12-18T22:48:56.010Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2665 | 2024-12-18T22:48:56.195Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2666 | 2024-12-18T22:48:56.448Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2024-12-18T22:48:59.180Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2668 | 2024-12-18T22:49:00.377Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2669 | 2024-12-18T22:49:00.733Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2670 | 2024-12-18T22:49:00.901Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2671 | 2024-12-18T22:49:00.981Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2672 | 2024-12-18T22:49:01.096Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2673 | 2024-12-18T22:49:01.227Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2674 | 2024-12-18T22:49:01.420Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2675 | 2024-12-18T22:49:01.600Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2676 | 2024-12-18T22:49:01.944Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2677 | 2024-12-18T22:49:02.025Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2678 | 2024-12-18T22:49:02.497Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2679 | 2024-12-18T22:49:02.518Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2680 | 2024-12-18T22:49:02.713Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2681 | 2024-12-18T22:49:02.852Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2682 | 2024-12-18T22:49:03.035Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2683 | 2024-12-18T22:49:03.229Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2684 | 2024-12-18T22:49:03.251Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2685 | 2024-12-18T22:49:03.273Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2686 | 2024-12-18T22:49:03.586Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2687 | 2024-12-18T22:49:03.914Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2688 | 2024-12-18T22:49:04.216Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2689 | 2024-12-18T22:49:04.266Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2690 | 2024-12-18T22:49:04.656Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2691 | 2024-12-18T22:49:04.681Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2692 | 2024-12-18T22:49:04.701Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2693 | 2024-12-18T22:49:05.533Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2694 | 2024-12-18T22:49:05.953Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2695 | 2024-12-18T22:49:08.156Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2696 | 2024-12-18T22:49:09.960Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2697 | 2024-12-18T22:49:10.765Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2698 | 2024-12-18T22:49:10.786Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2699 | 2024-12-18T22:49:11.812Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2700 | 2024-12-18T22:49:11.918Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2701 | 2024-12-18T22:49:12.555Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2702 | 2024-12-18T22:49:12.858Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2703 | 2024-12-18T22:49:13.447Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2704 | 2024-12-18T22:49:13.531Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2705 | 2024-12-18T22:49:13.732Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2706 | 2024-12-18T22:49:15.676Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2707 | 2024-12-18T22:49:20.797Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-12-18T22:49:21.913Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2709 | 2024-12-18T22:49:22.186Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2710 | 2024-12-18T22:49:22.829Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2711 | 2024-12-18T22:49:22.932Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2712 | 2024-12-18T22:49:23.241Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2713 | 2024-12-18T22:49:23.329Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2714 | 2024-12-18T22:49:23.822Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2715 | 2024-12-18T22:49:24.041Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2716 | 2024-12-18T22:49:25.382Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-12-18T22:49:25.606Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2718 | 2024-12-18T22:49:26.101Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2719 | 2024-12-18T22:49:26.312Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2720 | 2024-12-18T22:49:26.818Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2721 | 2024-12-18T22:49:26.861Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2722 | 2024-12-18T22:49:27.022Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2723 | 2024-12-18T22:49:27.042Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2724 | 2024-12-18T22:49:27.180Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2725 | 2024-12-18T22:49:27.405Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2726 | 2024-12-18T22:49:27.524Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2727 | 2024-12-18T22:49:28.119Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2728 | 2024-12-18T22:49:28.864Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2729 | 2024-12-18T22:49:28.927Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2730 | 2024-12-18T22:49:29.123Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2731 | 2024-12-18T22:49:29.448Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2732 | 2024-12-18T22:49:30.552Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2733 | 2024-12-18T22:49:30.832Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2734 | 2024-12-18T22:49:31.062Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2735 | 2024-12-18T22:49:31.426Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2736 | 2024-12-18T22:49:31.507Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2737 | 2024-12-18T22:49:31.636Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2738 | 2024-12-18T22:49:31.665Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2739 | 2024-12-18T22:49:31.764Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2740 | 2024-12-18T22:49:32.269Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2741 | 2024-12-18T22:49:32.468Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2742 | 2024-12-18T22:49:33.186Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2743 | 2024-12-18T22:49:33.433Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2744 | 2024-12-18T22:49:33.564Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2745 | 2024-12-18T22:49:34.161Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2746 | 2024-12-18T22:49:35.126Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2747 | 2024-12-18T22:49:35.237Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2024-12-18T22:49:35.413Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2749 | 2024-12-18T22:49:35.471Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2750 | 2024-12-18T22:49:35.666Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2751 | 2024-12-18T22:49:36.646Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2752 | 2024-12-18T22:49:36.797Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2753 | 2024-12-18T22:49:37.472Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2754 | 2024-12-18T22:49:38.113Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2755 | 2024-12-18T22:49:38.461Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2756 | 2024-12-18T22:49:39.047Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2757 | 2024-12-18T22:49:41.525Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-12-18T22:49:42.355Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2759 | 2024-12-18T22:49:42.769Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2760 | 2024-12-18T22:49:43.644Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2761 | 2024-12-18T22:49:44.903Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2762 | 2024-12-18T22:49:47.615Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2763 | 2024-12-18T22:49:48.712Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2764 | 2024-12-18T22:49:50.009Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2765 | 2024-12-18T22:49:54.587Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2766 | 2024-12-18T22:49:57.469Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2767 | 2024-12-18T22:49:57.969Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2768 | 2024-12-18T22:50:04.510Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-12-18T22:50:05.846Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2770 | 2024-12-18T22:50:52.983Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2771 | 2024-12-18T22:50:57.064Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2772 | 2024-12-18T22:50:58.006Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2773 | 2024-12-18T22:51:13.623Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2774 | 2024-12-18T22:51:40.314Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2775 | 2024-12-18T22:51:40.338Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2776 | 2024-12-18T22:51:43.159Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2777 | 2024-12-18T22:51:44.826Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2778 | 2024-12-18T22:51:45.901Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2779 | 2024-12-18T22:51:48.110Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2780 | 2024-12-18T22:51:49.824Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2781 | 2024-12-18T22:51:55.019Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2782 | 2024-12-18T22:52:02.966Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2783 | 2024-12-18T22:52:24.196Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2784 | 2024-12-18T22:52:44.288Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2785 | 2024-12-18T22:52:49.687Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2786 | 2024-12-18T22:52:50.639Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2787 | 2024-12-18T22:52:50.741Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2788 | 2024-12-18T22:52:56.327Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2789 | 2024-12-18T22:53:00.467Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2790 | 2024-12-18T22:53:19.587Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2791 | 2024-12-18T22:53:28.823Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2792 | 2024-12-18T22:53:32.494Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2793 | 2024-12-18T22:53:34.572Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2794 | 2024-12-18T22:53:35.211Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2795 | 2024-12-18T22:53:38.348Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2796 | 2024-12-18T22:53:57.331Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2797 | 2024-12-18T22:53:58.781Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2798 | 2024-12-18T22:54:00.890Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2799 | 2024-12-18T22:54:04.733Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2800 | 2024-12-18T22:54:08.796Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2801 | 2024-12-18T22:54:08.866Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2802 | 2024-12-18T22:54:16.259Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2803 | 2024-12-18T22:54:21.779Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2804 | 2024-12-18T22:54:23.480Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2805 | 2024-12-18T22:54:25.098Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2806 | 2024-12-18T22:54:29.022Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2807 | 2024-12-18T22:54:42.969Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2808 | 2024-12-18T22:54:44.938Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2809 | 2024-12-18T22:54:47.229Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2810 | 2024-12-18T22:54:50.135Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2811 | 2024-12-18T22:54:50.627Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2812 | 2024-12-18T22:54:55.564Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2813 | 2024-12-18T22:55:03.249Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2814 | 2024-12-18T22:55:03.739Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2815 | 2024-12-18T22:55:04.060Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2816 | 2024-12-18T22:55:06.088Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2817 | 2024-12-18T22:55:06.464Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2818 | 2024-12-18T22:55:17.368Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2819 | 2024-12-18T22:55:20.436Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2820 | 2024-12-18T22:55:21.678Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2821 | 2024-12-18T22:55:22.796Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2822 | 2024-12-18T22:55:22.817Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2823 | 2024-12-18T22:55:28.277Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2824 | 2024-12-18T22:55:31.631Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2825 | 2024-12-18T22:55:38.169Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2826 | 2024-12-18T22:55:41.649Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-12-18T22:55:46.880Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2828 | 2024-12-18T22:55:46.924Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2829 | 2024-12-18T22:55:46.924Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2830 | 2024-12-18T22:55:47.189Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2831 | 2024-12-18T22:55:53.194Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2832 | 2024-12-18T22:55:54.284Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2833 | 2024-12-18T22:55:56.342Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2834 | 2024-12-18T22:55:59.736Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2835 | 2024-12-18T22:56:01.095Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2836 | 2024-12-18T22:56:05.085Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2837 | 2024-12-18T22:56:06.825Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2838 | 2024-12-18T22:56:10.113Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2839 | 2024-12-18T22:56:15.718Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2840 | 2024-12-18T22:56:19.496Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2841 | 2024-12-18T22:56:21.086Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2842 | 2024-12-18T22:56:21.300Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2843 | 2024-12-18T22:56:22.376Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2844 | 2024-12-18T22:56:25.411Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2845 | 2024-12-18T22:56:26.207Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2846 | 2024-12-18T22:56:31.683Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2847 | 2024-12-18T22:56:35.386Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2848 | 2024-12-18T22:56:38.172Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2849 | 2024-12-18T22:56:39.992Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2850 | 2024-12-18T22:56:42.029Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2851 | 2024-12-18T22:56:44.550Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2852 | 2024-12-18T22:56:46.128Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2853 | 2024-12-18T22:56:48.726Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2854 | 2024-12-18T22:56:50.598Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2855 | 2024-12-18T22:56:53.710Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2856 | 2024-12-18T22:56:56.208Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2857 | 2024-12-18T22:56:56.284Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2858 | 2024-12-18T22:56:58.293Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2859 | 2024-12-18T22:56:58.842Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2860 | 2024-12-18T22:57:00.588Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2861 | 2024-12-18T22:57:05.170Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2862 | 2024-12-18T22:57:08.028Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2863 | 2024-12-18T22:57:10.478Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2864 | 2024-12-18T22:57:13.830Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2865 | 2024-12-18T22:57:13.925Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2866 | 2024-12-18T22:57:16.847Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2867 | 2024-12-18T22:57:17.296Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2868 | 2024-12-18T22:57:18.634Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2869 | 2024-12-18T22:57:19.065Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2870 | 2024-12-18T22:57:21.978Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2871 | 2024-12-18T22:57:22.162Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2872 | 2024-12-18T22:57:24.665Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2873 | 2024-12-18T22:57:25.071Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2874 | 2024-12-18T22:57:27.114Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2875 | 2024-12-18T22:57:27.642Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2876 | 2024-12-18T22:57:28.226Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2877 | 2024-12-18T22:57:29.271Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2878 | 2024-12-18T22:57:29.958Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2879 | 2024-12-18T22:57:33.862Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2880 | 2024-12-18T22:57:34.004Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2881 | 2024-12-18T22:58:10.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 17s |
2882 | 2024-12-18T22:58:11.092Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2883 | 2024-12-18T22:58:11.165Z | |
2884 | 2024-12-18T22:58:11.169Z | real 9:17.562974133 |
2885 | 2024-12-18T22:58:11.169Z | user 27:42.398510061 |
2886 | 2024-12-18T22:58:11.169Z | sys 41:56.223707588 |
2887 | 2024-12-18T22:58:11.169Z | trap 0.467045445 |
2888 | 2024-12-18T22:58:11.169Z | tflt 0.197298595 |
2889 | 2024-12-18T22:58:11.169Z | dflt 0.192545904 |
2890 | 2024-12-18T22:58:11.169Z | kflt 0.000004459 |
2891 | 2024-12-18T22:58:11.169Z | lock 1:30:56.327329477 |
2892 | 2024-12-18T22:58:11.169Z | slp 2:36:53.146182229 |
2893 | 2024-12-18T22:58:11.169Z | lat 1:15.886039890 |
2894 | 2024-12-18T22:58:11.169Z | stop 1:10.129082151 |
2895 | 2024-12-18T22:58:11.169Z | process exited: duration 1318088 ms, exit code 0 |
|
2896 | 2024-12-18T22:58:11.175Z | found 0 output files |