|
|
|
1 | 2024-11-13T19:00:28.578Z | job assigned to worker 01JCKEA4JWSA214A8YDJJR990T (queued for 1 m 5 s) |
|
2 | 2024-11-13T19:00:36.122Z | starting task 0: "setup" |
3 | 2024-11-13T19:00:36.131Z | ++ uname -s |
4 | 2024-11-13T19:00:36.133Z | + kern=SunOS |
5 | 2024-11-13T19:00:36.133Z | + case "$kern" in |
6 | 2024-11-13T19:00:36.133Z | + groupadd -g 12345 build |
7 | 2024-11-13T19:00:36.135Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T19:00:38.146Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T19:00:38.268Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T19:00:38.271Z | + home_fs=zfs |
11 | 2024-11-13T19:00:38.271Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T19:00:38.271Z | + mkdir -p /home/build |
13 | 2024-11-13T19:00:38.273Z | + chown build:build /home/build /work |
14 | 2024-11-13T19:00:40.280Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T19:00:40.283Z | process exited: duration 4156 ms, exit code 0 |
|
16 | 2024-11-13T19:00:40.289Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T19:00:40.296Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T19:00:40.296Z | * toolchain channel = "1.81.0" |
19 | 2024-11-13T19:00:40.296Z | * toolchain profile = "default" |
20 | 2024-11-13T19:00:40.296Z | ' 1.81.0 |
21 | 2024-11-13T19:00:40.296Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-13T19:00:40.296Z | ' default |
23 | 2024-11-13T19:00:40.301Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T19:00:40.301Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T19:00:40.418Z | info: downloading installer |
26 | 2024-11-13T19:00:41.634Z | info: profile set to 'default' |
27 | 2024-11-13T19:00:41.635Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T19:00:41.638Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T19:00:41.766Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T19:00:41.766Z | info: downloading component 'cargo' |
31 | 2024-11-13T19:00:42.475Z | info: downloading component 'clippy' |
32 | 2024-11-13T19:00:42.735Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T19:00:43.713Z | info: downloading component 'rust-std' |
34 | 2024-11-13T19:00:45.307Z | info: downloading component 'rustc' |
35 | 2024-11-13T19:00:50.702Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T19:00:50.910Z | info: installing component 'cargo' |
37 | 2024-11-13T19:00:51.735Z | info: installing component 'clippy' |
38 | 2024-11-13T19:00:52.124Z | info: installing component 'rust-docs' |
39 | 2024-11-13T19:00:53.731Z | info: installing component 'rust-std' |
40 | 2024-11-13T19:00:55.552Z | info: installing component 'rustc' |
41 | 2024-11-13T19:01:01.246Z | info: installing component 'rustfmt' |
42 | 2024-11-13T19:01:01.584Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T19:01:01.584Z | |
44 | 2024-11-13T19:01:01.945Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T19:01:01.945Z | |
46 | 2024-11-13T19:01:01.948Z | |
47 | 2024-11-13T19:01:01.948Z | Rust is installed now. Great! |
48 | 2024-11-13T19:01:01.948Z | |
49 | 2024-11-13T19:01:01.948Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T19:01:01.948Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T19:01:01.948Z | |
52 | 2024-11-13T19:01:01.948Z | To configure your current shell, you need to source |
53 | 2024-11-13T19:01:01.948Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T19:01:01.948Z | |
55 | 2024-11-13T19:01:01.948Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T19:01:01.948Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T19:01:01.948Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T19:01:02.017Z | + rustc --version |
59 | 2024-11-13T19:01:02.082Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T19:01:02.085Z | process exited: duration 21793 ms, exit code 0 |
|
61 | 2024-11-13T19:01:02.090Z | starting task 2: "authentication" |
62 | 2024-11-13T19:01:02.111Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-13T19:01:02.116Z | starting task 3: "clone repository" |
64 | 2024-11-13T19:01:02.121Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T19:01:02.124Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T19:01:02.158Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T19:01:42.342Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T19:01:42.342Z | + git fetch origin 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 |
69 | 2024-11-13T19:01:43.080Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T19:01:43.080Z | * branch 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 -> FETCH_HEAD |
71 | 2024-11-13T19:01:43.092Z | + [[ -n system-oxql-endpoints ]] |
72 | 2024-11-13T19:01:43.095Z | ++ git branch --show-current |
73 | 2024-11-13T19:01:43.095Z | + current=main |
74 | 2024-11-13T19:01:43.095Z | + [[ main != system-oxql-endpoints ]] |
75 | 2024-11-13T19:01:43.095Z | + git branch -f system-oxql-endpoints 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 |
76 | 2024-11-13T19:01:43.098Z | + git checkout -f system-oxql-endpoints |
77 | 2024-11-13T19:01:43.267Z | Switched to branch 'system-oxql-endpoints' |
78 | 2024-11-13T19:01:43.270Z | + git reset --hard 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 |
79 | 2024-11-13T19:01:43.301Z | HEAD is now at 49a43bbf6 /schema -> /schemas |
80 | 2024-11-13T19:01:43.315Z | process exited: duration 41175 ms, exit code 0 |
|
81 | 2024-11-13T19:01:43.348Z | starting task 4: "build" |
82 | 2024-11-13T19:01:43.358Z | + source ./env.sh |
83 | 2024-11-13T19:01:43.358Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-13T19:01:43.358Z | ++ set -o xtrace |
85 | 2024-11-13T19:01:43.358Z | ++++ dirname ./env.sh |
86 | 2024-11-13T19:01:43.358Z | +++ readlink -f . |
87 | 2024-11-13T19:01:43.358Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-13T19:01:43.358Z | ++ 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-11-13T19:01:43.358Z | ++ 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-11-13T19:01:43.359Z | ++ 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-11-13T19:01:43.359Z | ++ 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-11-13T19:01:43.359Z | ++ 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-11-13T19:01:43.359Z | ++ 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-11-13T19:01:43.359Z | ++ 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-11-13T19:01:43.359Z | ++ 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-11-13T19:01:43.359Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-13T19:01:43.359Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-13T19:01:43.360Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-13T19:01:43.360Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-13T19:01:43.360Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-13T19:01:43.360Z | + cargo --version |
102 | 2024-11-13T19:01:43.409Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-13T19:01:43.414Z | + rustc --version |
104 | 2024-11-13T19:01:43.471Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-13T19:01:43.478Z | + banner prerequisites |
106 | 2024-11-13T19:01:43.483Z | |
107 | 2024-11-13T19:01:43.483Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-13T19:01:43.483Z | # # # # # # # # # # # # # # # |
109 | 2024-11-13T19:01:43.483Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-13T19:01:43.483Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-13T19:01:43.483Z | # # # # # # # # # # # # # # # |
112 | 2024-11-13T19:01:43.483Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-13T19:01:43.483Z | |
114 | 2024-11-13T19:01:43.484Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-13T19:01:52.575Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-13T19:01:56.046Z | Startup: Caching catalogs ... Done |
117 | 2024-11-13T19:02:04.173Z | Planning: Solver setup ... Done (7.401s) |
118 | 2024-11-13T19:02:04.275Z | Planning: Running solver ... Done (0.102s) |
119 | 2024-11-13T19:02:04.363Z | Planning: Finding local manifests ... Done (0.005s) |
120 | 2024-11-13T19:02:04.392Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-13T19:02:05.145Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-13T19:02:05.245Z | Planning: Package planning ... Done (0.100s) |
123 | 2024-11-13T19:02:05.301Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-13T19:02:05.487Z | Planning: Checking for conflicting actions ... Done (0.186s) |
125 | 2024-11-13T19:02:07.452Z | Planning: Consolidating action changes ... Done (1.964s) |
126 | 2024-11-13T19:02:07.871Z | Planning: Evaluating mediators ... Done (0.419s) |
127 | 2024-11-13T19:02:07.955Z | Planning: Planning completed in 11.82 seconds |
128 | 2024-11-13T19:02:07.971Z | Packages to install: 4 |
129 | 2024-11-13T19:02:07.971Z | Packages to update: 1 |
130 | 2024-11-13T19:02:07.974Z | Mediators to change: 2 |
131 | 2024-11-13T19:02:07.974Z | Services to change: 1 |
132 | 2024-11-13T19:02:07.974Z | Estimated space available: 155.64 GB |
133 | 2024-11-13T19:02:07.974Z | Estimated space to be consumed: 1.59 GB |
134 | 2024-11-13T19:02:07.974Z | Create boot environment: No |
135 | 2024-11-13T19:02:07.974Z | Create backup boot environment: Yes |
136 | 2024-11-13T19:02:07.974Z | Rebuild boot archive: No |
137 | 2024-11-13T19:02:07.974Z | |
138 | 2024-11-13T19:02:07.974Z | Changed mediators: |
139 | 2024-11-13T19:02:07.974Z | mediator clang: |
140 | 2024-11-13T19:02:07.974Z | version: None -> 15 (system default) |
141 | 2024-11-13T19:02:07.974Z | |
142 | 2024-11-13T19:02:07.974Z | mediator llvm: |
143 | 2024-11-13T19:02:07.974Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-13T19:02:07.974Z | |
145 | 2024-11-13T19:02:07.974Z | Changed packages: |
146 | 2024-11-13T19:02:07.974Z | helios-dev |
147 | 2024-11-13T19:02:07.974Z | developer/build-essential |
148 | 2024-11-13T19:02:07.974Z | None -> 11-2.0 |
149 | 2024-11-13T19:02:07.974Z | library/libxmlsec1 |
150 | 2024-11-13T19:02:07.974Z | None -> 1.2.35-2.0 |
151 | 2024-11-13T19:02:07.974Z | ooce/developer/clang-15 |
152 | 2024-11-13T19:02:07.974Z | None -> 15.0.7-2.0 |
153 | 2024-11-13T19:02:07.974Z | ooce/developer/llvm-15 |
154 | 2024-11-13T19:02:07.974Z | None -> 15.0.7-2.0 |
155 | 2024-11-13T19:02:07.974Z | package/pkg |
156 | 2024-11-13T19:02:07.974Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-13T19:02:07.974Z | |
158 | 2024-11-13T19:02:07.974Z | Services: |
159 | 2024-11-13T19:02:07.974Z | restart_fmri: |
160 | 2024-11-13T19:02:07.974Z | svc:/system/update-man-index:default |
161 | 2024-11-13T19:02:07.974Z | |
162 | 2024-11-13T19:02:07.975Z | Editable files to change: |
163 | 2024-11-13T19:02:07.975Z | Update: |
164 | 2024-11-13T19:02:07.975Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-13T19:02:08.056Z | |
166 | 2024-11-13T19:02:08.056Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-13T19:02:13.058Z | Download: 1026/4281 items 19.6/220.6MB 8% complete (4.0M/s) |
168 | 2024-11-13T19:02:18.751Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (13.2M/s) |
169 | 2024-11-13T19:02:23.765Z | Download: 1960/4281 items 118.7/220.6MB 53% complete (7.8M/s) |
170 | 2024-11-13T19:02:35.149Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (5.3M/s) |
171 | 2024-11-13T19:02:40.158Z | Download: 2592/4281 items 120.2/220.6MB 54% complete (205k/s) |
172 | 2024-11-13T19:02:47.809Z | Download: 3241/4281 items 202.8/220.6MB 91% complete (8.4M/s) |
173 | 2024-11-13T19:03:00.614Z | Download: 3243/4281 items 202.8/220.6MB 91% complete |
174 | 2024-11-13T19:03:06.945Z | Download: 3283/4281 items 210.8/220.6MB 95% complete (4.7M/s) |
175 | 2024-11-13T19:03:13.343Z | Download: 3285/4281 items 211.1/220.6MB 95% complete (3.6M/s) |
176 | 2024-11-13T19:03:16.375Z | Download: Completed 220.60 MB in 68.31 seconds (3.2M/s) |
177 | 2024-11-13T19:03:18.353Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-11-13T19:03:18.374Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-11-13T19:03:23.079Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-11-13T19:03:23.396Z | Actions: Completed 5063 actions in 5.04 seconds. |
181 | 2024-11-13T19:03:23.769Z | Done (0.366s) |
182 | 2024-11-13T19:03:23.772Z | Done (0.000s) |
183 | 2024-11-13T19:03:24.284Z | Done (0.513s) |
184 | 2024-11-13T19:03:28.587Z | Done (4.084s) |
185 | 2024-11-13T19:03:28.673Z | Done (0.018s) |
186 | 2024-11-13T19:03:28.675Z | Done (0.000s) |
187 | 2024-11-13T19:03:28.840Z | Done (0.000s) |
188 | 2024-11-13T19:03:29.499Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-11-13T19:03:29.657Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-11-13T19:03:29.659Z | Planning: Consolidating action changes ... Done |
191 | 2024-11-13T19:03:29.925Z | Planning: Evaluating mediators ... Done |
192 | 2024-11-13T19:03:29.928Z | Planning: Planning completed in 0.43 seconds |
193 | 2024-11-13T19:03:29.965Z | Mediators to change: 2 |
194 | 2024-11-13T19:03:29.965Z | Create boot environment: No |
195 | 2024-11-13T19:03:29.968Z | Create backup boot environment: No |
196 | 2024-11-13T19:03:30.042Z | Done |
197 | 2024-11-13T19:03:30.042Z | Done |
198 | 2024-11-13T19:03:30.375Z | Done |
199 | 2024-11-13T19:03:33.847Z | Done |
200 | 2024-11-13T19:03:33.930Z | Done |
201 | 2024-11-13T19:03:33.933Z | Done |
202 | 2024-11-13T19:03:34.046Z | Done |
203 | 2024-11-13T19:03:34.659Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-11-13T19:03:34.662Z | Planning: Merging actions ... Done |
205 | 2024-11-13T19:03:34.844Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-11-13T19:03:34.847Z | Planning: Consolidating action changes ... Done |
207 | 2024-11-13T19:03:35.106Z | Planning: Evaluating mediators ... Done |
208 | 2024-11-13T19:03:35.159Z | Planning: Planning completed in 0.74 seconds |
209 | 2024-11-13T19:03:35.200Z | Packages to change: 1 |
210 | 2024-11-13T19:03:35.200Z | Mediators to change: 1 |
211 | 2024-11-13T19:03:35.203Z | Services to change: 1 |
212 | 2024-11-13T19:03:35.203Z | Create boot environment: No |
213 | 2024-11-13T19:03:35.203Z | Create backup boot environment: Yes |
214 | 2024-11-13T19:03:37.344Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-11-13T19:03:37.347Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-11-13T19:03:37.347Z | Done |
217 | 2024-11-13T19:03:37.347Z | Done |
218 | 2024-11-13T19:03:37.454Z | Done |
219 | 2024-11-13T19:03:41.101Z | Done |
220 | 2024-11-13T19:03:41.193Z | Done |
221 | 2024-11-13T19:03:41.195Z | Done |
222 | 2024-11-13T19:03:41.302Z | Done |
223 | 2024-11-13T19:03:41.729Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-11-13T19:03:41.729Z | clang system 15 system |
225 | 2024-11-13T19:03:41.729Z | csh system system illumos |
226 | 2024-11-13T19:03:41.729Z | ctags system system illumos |
227 | 2024-11-13T19:03:41.729Z | gcc vendor 12 vendor |
228 | 2024-11-13T19:03:41.729Z | gcc system 10 system |
229 | 2024-11-13T19:03:41.729Z | gcc system 7 system |
230 | 2024-11-13T19:03:41.729Z | go system 1.20 system |
231 | 2024-11-13T19:03:41.729Z | go system 1.19 system |
232 | 2024-11-13T19:03:41.729Z | llvm system 15 system |
233 | 2024-11-13T19:03:41.729Z | llvm system 14 system |
234 | 2024-11-13T19:03:41.729Z | mariadb system 10.6 system |
235 | 2024-11-13T19:03:41.729Z | mta vendor vendor dma |
236 | 2024-11-13T19:03:41.729Z | openjdk system 17 system |
237 | 2024-11-13T19:03:41.729Z | openjdk system 11 system |
238 | 2024-11-13T19:03:41.729Z | openjdk system 1.8 system |
239 | 2024-11-13T19:03:41.729Z | openssl vendor 3 vendor |
240 | 2024-11-13T19:03:41.729Z | perl system 5.36 system |
241 | 2024-11-13T19:03:41.729Z | postgresql system 15 system |
242 | 2024-11-13T19:03:41.729Z | postgresql system 13 system |
243 | 2024-11-13T19:03:41.729Z | python vendor 3 vendor |
244 | 2024-11-13T19:03:41.729Z | python system 2 system |
245 | 2024-11-13T19:03:41.729Z | python3 system 3.11 system |
246 | 2024-11-13T19:03:41.729Z | ruby system 3.0 system |
247 | 2024-11-13T19:03:41.730Z | words vendor vendor american-english |
248 | 2024-11-13T19:03:41.730Z | words system system australian-english |
249 | 2024-11-13T19:03:41.730Z | words system system british-english |
250 | 2024-11-13T19:03:41.730Z | words system system canadian-english |
251 | 2024-11-13T19:03:41.730Z | words system system french |
252 | 2024-11-13T19:03:41.730Z | words system system italian |
253 | 2024-11-13T19:03:41.730Z | words system system ngerman |
254 | 2024-11-13T19:03:41.730Z | words system system ogerman |
255 | 2024-11-13T19:03:41.730Z | words system system spanish |
256 | 2024-11-13T19:03:42.058Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-11-13T19:03:42.058Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-11-13T19:03:44.521Z | FMRI IFO |
259 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-11-13T19:03:44.521Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-11-13T19:03:45.232Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-11-13T19:03:45.984Z | Updating crates.io index |
276 | 2024-11-13T19:03:46.059Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-11-13T19:03:48.148Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-11-13T19:03:48.893Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-11-13T19:03:49.436Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-11-13T19:03:50.067Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-11-13T19:03:53.238Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-11-13T19:03:59.261Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-11-13T19:04:01.949Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-11-13T19:04:05.486Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-11-13T19:04:06.120Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-11-13T19:04:06.976Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-11-13T19:04:08.456Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-11-13T19:04:09.077Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-11-13T19:04:09.945Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-11-13T19:04:10.675Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-11-13T19:04:11.372Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-11-13T19:04:11.998Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-11-13T19:04:12.806Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-11-13T19:04:13.583Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-11-13T19:04:14.311Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-11-13T19:04:14.878Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-11-13T19:04:15.818Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-11-13T19:04:16.482Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-11-13T19:04:17.466Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-11-13T19:04:18.504Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-11-13T19:04:19.154Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-11-13T19:04:19.949Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-11-13T19:04:21.622Z | Downloading crates ... |
304 | 2024-11-13T19:04:21.690Z | Downloaded block-buffer v0.10.4 |
305 | 2024-11-13T19:04:21.695Z | Downloaded digest v0.10.7 |
306 | 2024-11-13T19:04:21.698Z | Downloaded heck v0.4.1 |
307 | 2024-11-13T19:04:21.700Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-11-13T19:04:21.703Z | Downloaded equivalent v1.0.1 |
309 | 2024-11-13T19:04:21.706Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-11-13T19:04:21.710Z | Downloaded colorchoice v1.0.2 |
311 | 2024-11-13T19:04:21.713Z | Downloaded swrite v0.1.0 |
312 | 2024-11-13T19:04:21.715Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-11-13T19:04:21.715Z | Downloaded byteorder v1.5.0 |
314 | 2024-11-13T19:04:21.718Z | Downloaded pretty-hex v0.4.1 |
315 | 2024-11-13T19:04:21.720Z | Downloaded toml_datetime v0.6.8 |
316 | 2024-11-13T19:04:21.720Z | Downloaded is_terminal_polyfill v1.70.1 |
317 | 2024-11-13T19:04:21.720Z | Downloaded generic-array v0.14.7 |
318 | 2024-11-13T19:04:21.723Z | Downloaded terminal_size v0.4.0 |
319 | 2024-11-13T19:04:21.726Z | Downloaded serde_tokenstream v0.2.2 |
320 | 2024-11-13T19:04:21.726Z | Downloaded fnv v1.0.7 |
321 | 2024-11-13T19:04:21.728Z | Downloaded memmap v0.7.0 |
322 | 2024-11-13T19:04:21.729Z | Downloaded cargo_toml v0.20.5 |
323 | 2024-11-13T19:04:21.731Z | Downloaded version_check v0.9.5 |
324 | 2024-11-13T19:04:21.731Z | Downloaded thiserror-impl v1.0.64 |
325 | 2024-11-13T19:04:21.734Z | Downloaded camino-tempfile v1.1.1 |
326 | 2024-11-13T19:04:21.737Z | Downloaded usdt v0.5.0 |
327 | 2024-11-13T19:04:21.743Z | Downloaded zerocopy-derive v0.7.35 |
328 | 2024-11-13T19:04:21.747Z | Downloaded ucd-trie v0.1.7 |
329 | 2024-11-13T19:04:21.749Z | Downloaded anstream v0.6.15 |
330 | 2024-11-13T19:04:21.752Z | Downloaded serde_derive v1.0.215 |
331 | 2024-11-13T19:04:21.754Z | Downloaded anstyle v1.0.10 |
332 | 2024-11-13T19:04:21.756Z | Downloaded log v0.4.22 |
333 | 2024-11-13T19:04:21.759Z | Downloaded anstyle-query v1.1.1 |
334 | 2024-11-13T19:04:21.761Z | Downloaded pest_meta v2.7.14 |
335 | 2024-11-13T19:04:21.761Z | Downloaded autocfg v1.4.0 |
336 | 2024-11-13T19:04:21.763Z | Downloaded anyhow v1.0.93 |
337 | 2024-11-13T19:04:21.771Z | Downloaded dtrace-parser v0.2.0 |
338 | 2024-11-13T19:04:21.793Z | Downloaded errno v0.3.9 |
339 | 2024-11-13T19:04:21.795Z | Downloaded cpufeatures v0.2.14 |
340 | 2024-11-13T19:04:21.798Z | Downloaded cfg-if v1.0.0 |
341 | 2024-11-13T19:04:21.798Z | Downloaded cargo-platform v0.1.8 |
342 | 2024-11-13T19:04:21.800Z | Downloaded usdt-attr-macro v0.5.0 |
343 | 2024-11-13T19:04:21.800Z | Downloaded itoa v1.0.11 |
344 | 2024-11-13T19:04:21.808Z | Downloaded heck v0.5.0 |
345 | 2024-11-13T19:04:21.810Z | Downloaded fastrand v2.1.1 |
346 | 2024-11-13T19:04:21.812Z | Downloaded fs-err v2.11.0 |
347 | 2024-11-13T19:04:21.812Z | Downloaded crypto-common v0.1.6 |
348 | 2024-11-13T19:04:21.814Z | Downloaded bytecount v0.6.8 |
349 | 2024-11-13T19:04:21.818Z | Downloaded smawk v0.3.2 |
350 | 2024-11-13T19:04:21.821Z | Downloaded plain v0.2.3 |
351 | 2024-11-13T19:04:21.823Z | Downloaded serde_spanned v0.6.8 |
352 | 2024-11-13T19:04:21.823Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2024-11-13T19:04:21.825Z | Downloaded pest_generator v2.7.14 |
354 | 2024-11-13T19:04:21.825Z | Downloaded camino v1.1.9 |
355 | 2024-11-13T19:04:21.828Z | Downloaded thiserror v1.0.64 |
356 | 2024-11-13T19:04:21.832Z | Downloaded utf8parse v0.2.2 |
357 | 2024-11-13T19:04:21.835Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-11-13T19:04:21.835Z | Downloaded strsim v0.11.1 |
359 | 2024-11-13T19:04:21.837Z | Downloaded dof v0.3.0 |
360 | 2024-11-13T19:04:21.837Z | Downloaded bitflags v2.6.0 |
361 | 2024-11-13T19:04:21.840Z | Downloaded clap_derive v4.5.18 |
362 | 2024-11-13T19:04:21.842Z | Downloaded cargo_metadata v0.18.1 |
363 | 2024-11-13T19:04:21.845Z | Downloaded clap_lex v0.7.2 |
364 | 2024-11-13T19:04:21.848Z | Downloaded unicode-linebreak v0.1.5 |
365 | 2024-11-13T19:04:21.850Z | Downloaded thread-id v4.2.2 |
366 | 2024-11-13T19:04:21.850Z | Downloaded macaddr v1.0.1 |
367 | 2024-11-13T19:04:21.853Z | Downloaded semver v1.0.23 |
368 | 2024-11-13T19:04:21.855Z | Downloaded proc-macro-error v1.0.4 |
369 | 2024-11-13T19:04:21.857Z | Downloaded tempfile v3.13.0 |
370 | 2024-11-13T19:04:21.860Z | Downloaded once_cell v1.20.2 |
371 | 2024-11-13T19:04:21.862Z | Downloaded clap v4.5.20 |
372 | 2024-11-13T19:04:21.871Z | Downloaded sha2 v0.10.8 |
373 | 2024-11-13T19:04:21.873Z | Downloaded quote v1.0.37 |
374 | 2024-11-13T19:04:21.875Z | Downloaded pest v2.7.14 |
375 | 2024-11-13T19:04:21.880Z | Downloaded ryu v1.0.18 |
376 | 2024-11-13T19:04:21.883Z | Downloaded proc-macro2 v1.0.89 |
377 | 2024-11-13T19:04:21.885Z | Downloaded scroll v0.12.0 |
378 | 2024-11-13T19:04:21.887Z | Downloaded typenum v1.17.0 |
379 | 2024-11-13T19:04:21.890Z | Downloaded pest_derive v2.7.14 |
380 | 2024-11-13T19:04:21.893Z | Downloaded usdt-impl v0.5.0 |
381 | 2024-11-13T19:04:21.896Z | Downloaded toml v0.8.19 |
382 | 2024-11-13T19:04:21.898Z | Downloaded unicode-ident v1.0.13 |
383 | 2024-11-13T19:04:21.902Z | Downloaded textwrap v0.16.1 |
384 | 2024-11-13T19:04:21.907Z | Downloaded clap_builder v4.5.20 |
385 | 2024-11-13T19:04:21.915Z | Downloaded indexmap v2.6.0 |
386 | 2024-11-13T19:04:21.918Z | Downloaded serde v1.0.215 |
387 | 2024-11-13T19:04:21.921Z | Downloaded papergrid v0.11.0 |
388 | 2024-11-13T19:04:21.929Z | Downloaded memchr v2.7.4 |
389 | 2024-11-13T19:04:21.940Z | Downloaded toml_edit v0.22.22 |
390 | 2024-11-13T19:04:21.962Z | Downloaded tabled v0.15.0 |
391 | 2024-11-13T19:04:21.976Z | Downloaded hashbrown v0.15.0 |
392 | 2024-11-13T19:04:21.985Z | Downloaded serde_json v1.0.132 |
393 | 2024-11-13T19:04:21.994Z | Downloaded zerocopy v0.7.35 |
394 | 2024-11-13T19:04:22.010Z | Downloaded winnow v0.6.20 |
395 | 2024-11-13T19:04:22.019Z | Downloaded goblin v0.8.2 |
396 | 2024-11-13T19:04:22.033Z | Downloaded syn v2.0.87 |
397 | 2024-11-13T19:04:22.044Z | Downloaded syn v1.0.109 |
398 | 2024-11-13T19:04:22.054Z | Downloaded unicode-width v0.1.14 |
399 | 2024-11-13T19:04:22.059Z | Downloaded rustix v0.38.37 |
400 | 2024-11-13T19:04:22.105Z | Downloaded libc v0.2.162 |
401 | 2024-11-13T19:04:22.399Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-11-13T19:04:22.399Z | Compiling unicode-ident v1.0.13 |
403 | 2024-11-13T19:04:22.399Z | Compiling serde v1.0.215 |
404 | 2024-11-13T19:04:22.401Z | Compiling version_check v0.9.5 |
405 | 2024-11-13T19:04:22.401Z | Compiling thiserror v1.0.64 |
406 | 2024-11-13T19:04:22.401Z | Compiling memchr v2.7.4 |
407 | 2024-11-13T19:04:22.401Z | Compiling libc v0.2.162 |
408 | 2024-11-13T19:04:22.401Z | Compiling ryu v1.0.18 |
409 | 2024-11-13T19:04:22.754Z | Compiling itoa v1.0.11 |
410 | 2024-11-13T19:04:22.967Z | Compiling ucd-trie v0.1.7 |
411 | 2024-11-13T19:04:23.123Z | Compiling once_cell v1.20.2 |
412 | 2024-11-13T19:04:23.282Z | Compiling byteorder v1.5.0 |
413 | 2024-11-13T19:04:23.544Z | Compiling rustix v0.38.37 |
414 | 2024-11-13T19:04:23.570Z | Compiling serde_json v1.0.132 |
415 | 2024-11-13T19:04:23.733Z | Compiling bitflags v2.6.0 |
416 | 2024-11-13T19:04:23.930Z | Compiling usdt-impl v0.5.0 |
417 | 2024-11-13T19:04:23.982Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-11-13T19:04:24.159Z | Compiling syn v1.0.109 |
419 | 2024-11-13T19:04:24.162Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-11-13T19:04:24.233Z | Compiling quote v1.0.37 |
421 | 2024-11-13T19:04:24.460Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-13T19:04:24.484Z | Compiling equivalent v1.0.1 |
423 | 2024-11-13T19:04:24.508Z | Compiling camino v1.1.9 |
424 | 2024-11-13T19:04:24.609Z | Compiling syn v2.0.87 |
425 | 2024-11-13T19:04:24.633Z | Compiling errno v0.3.9 |
426 | 2024-11-13T19:04:24.866Z | Compiling thread-id v4.2.2 |
427 | 2024-11-13T19:04:24.898Z | Compiling log v0.4.22 |
428 | 2024-11-13T19:04:24.923Z | Compiling hashbrown v0.15.0 |
429 | 2024-11-13T19:04:24.945Z | Compiling plain v0.2.3 |
430 | 2024-11-13T19:04:25.105Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-11-13T19:04:25.351Z | Compiling semver v1.0.23 |
432 | 2024-11-13T19:04:25.421Z | Compiling winnow v0.6.20 |
433 | 2024-11-13T19:04:25.602Z | Compiling unicode-width v0.1.14 |
434 | 2024-11-13T19:04:25.864Z | Compiling colorchoice v1.0.2 |
435 | 2024-11-13T19:04:26.023Z | Compiling pretty-hex v0.4.1 |
436 | 2024-11-13T19:04:26.046Z | Compiling anstyle-query v1.1.1 |
437 | 2024-11-13T19:04:26.116Z | Compiling indexmap v2.6.0 |
438 | 2024-11-13T19:04:26.190Z | Compiling autocfg v1.4.0 |
439 | 2024-11-13T19:04:26.194Z | Compiling is_terminal_polyfill v1.70.1 |
440 | 2024-11-13T19:04:26.298Z | Compiling anstyle v1.0.10 |
441 | 2024-11-13T19:04:26.761Z | Compiling anstream v0.6.15 |
442 | 2024-11-13T19:04:26.785Z | Compiling clap_lex v0.7.2 |
443 | 2024-11-13T19:04:27.344Z | Compiling terminal_size v0.4.0 |
444 | 2024-11-13T19:04:27.443Z | Compiling fs-err v2.11.0 |
445 | 2024-11-13T19:04:27.575Z | Compiling anyhow v1.0.93 |
446 | 2024-11-13T19:04:27.575Z | Compiling fastrand v2.1.1 |
447 | 2024-11-13T19:04:27.709Z | Compiling heck v0.5.0 |
448 | 2024-11-13T19:04:27.840Z | Compiling cfg-if v1.0.0 |
449 | 2024-11-13T19:04:27.972Z | Compiling fnv v1.0.7 |
450 | 2024-11-13T19:04:28.123Z | Compiling heck v0.4.1 |
451 | 2024-11-13T19:04:28.177Z | Compiling strsim v0.11.1 |
452 | 2024-11-13T19:04:28.250Z | Compiling bytecount v0.6.8 |
453 | 2024-11-13T19:04:28.472Z | Compiling papergrid v0.11.0 |
454 | 2024-11-13T19:04:28.636Z | Compiling clap_builder v4.5.20 |
455 | 2024-11-13T19:04:28.663Z | Compiling tempfile v3.13.0 |
456 | 2024-11-13T19:04:28.825Z | Compiling memmap v0.7.0 |
457 | 2024-11-13T19:04:29.125Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-11-13T19:04:29.192Z | Compiling smawk v0.3.2 |
459 | 2024-11-13T19:04:29.523Z | Compiling swrite v0.1.0 |
460 | 2024-11-13T19:04:29.611Z | Compiling textwrap v0.16.1 |
461 | 2024-11-13T19:04:30.721Z | Compiling tabled_derive v0.7.0 |
462 | 2024-11-13T19:04:32.287Z | Compiling tabled v0.15.0 |
463 | 2024-11-13T19:04:33.580Z | Compiling serde_derive v1.0.215 |
464 | 2024-11-13T19:04:33.583Z | Compiling thiserror-impl v1.0.64 |
465 | 2024-11-13T19:04:33.583Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-11-13T19:04:33.583Z | Compiling scroll_derive v0.12.0 |
467 | 2024-11-13T19:04:33.806Z | Compiling clap_derive v4.5.18 |
468 | 2024-11-13T19:04:34.974Z | Compiling scroll v0.12.0 |
469 | 2024-11-13T19:04:35.507Z | Compiling goblin v0.8.2 |
470 | 2024-11-13T19:04:35.786Z | Compiling zerocopy v0.7.35 |
471 | 2024-11-13T19:04:36.329Z | Compiling pest v2.7.14 |
472 | 2024-11-13T19:04:37.517Z | Compiling clap v4.5.20 |
473 | 2024-11-13T19:04:38.648Z | Compiling pest_meta v2.7.14 |
474 | 2024-11-13T19:04:39.478Z | Compiling pest_generator v2.7.14 |
475 | 2024-11-13T19:04:41.416Z | Compiling pest_derive v2.7.14 |
476 | 2024-11-13T19:04:42.135Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-11-13T19:04:43.706Z | Compiling serde_spanned v0.6.8 |
478 | 2024-11-13T19:04:43.706Z | Compiling toml_datetime v0.6.8 |
479 | 2024-11-13T19:04:43.708Z | Compiling cargo-platform v0.1.8 |
480 | 2024-11-13T19:04:44.074Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-11-13T19:04:44.232Z | Compiling toml_edit v0.22.22 |
482 | 2024-11-13T19:04:44.257Z | Compiling macaddr v1.0.1 |
483 | 2024-11-13T19:04:44.359Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-11-13T19:04:45.218Z | Compiling dof v0.3.0 |
485 | 2024-11-13T19:04:45.218Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-11-13T19:04:46.952Z | Compiling toml v0.8.19 |
487 | 2024-11-13T19:04:47.173Z | Compiling usdt-macro v0.5.0 |
488 | 2024-11-13T19:04:47.175Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-11-13T19:04:47.782Z | Compiling cargo_toml v0.20.5 |
490 | 2024-11-13T19:04:48.579Z | Compiling usdt v0.5.0 |
491 | 2024-11-13T19:04:51.323Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-11-13T19:04:55.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
493 | 2024-11-13T19:04:55.688Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-11-13T19:04:56.193Z | Downloading crates ... |
495 | 2024-11-13T19:04:56.322Z | Downloaded bit-set v0.5.3 |
496 | 2024-11-13T19:04:56.335Z | Downloaded crunchy v0.2.2 |
497 | 2024-11-13T19:04:56.341Z | Downloaded aes-gcm v0.10.3 |
498 | 2024-11-13T19:04:56.344Z | Downloaded atty v0.2.14 |
499 | 2024-11-13T19:04:56.346Z | Downloaded hex v0.4.3 |
500 | 2024-11-13T19:04:56.348Z | Downloaded darling v0.20.10 |
501 | 2024-11-13T19:04:56.352Z | Downloaded crossbeam-deque v0.8.5 |
502 | 2024-11-13T19:04:56.354Z | Downloaded cmake v0.1.51 |
503 | 2024-11-13T19:04:56.356Z | Downloaded http-body v1.0.1 |
504 | 2024-11-13T19:04:56.358Z | Downloaded chrono-tz-build v0.4.0 |
505 | 2024-11-13T19:04:56.358Z | Downloaded md5 v0.7.0 |
506 | 2024-11-13T19:04:56.361Z | Downloaded addr2line v0.24.2 |
507 | 2024-11-13T19:04:56.363Z | Downloaded instant v0.1.13 |
508 | 2024-11-13T19:04:56.365Z | Downloaded cexpr v0.6.0 |
509 | 2024-11-13T19:04:56.368Z | Downloaded matches v0.1.10 |
510 | 2024-11-13T19:04:56.368Z | Downloaded hubpack_derive v0.1.1 |
511 | 2024-11-13T19:04:56.371Z | Downloaded cookie_store v0.21.0 |
512 | 2024-11-13T19:04:56.371Z | Downloaded hickory-server v0.24.1 |
513 | 2024-11-13T19:04:56.378Z | Downloaded lru v0.12.5 |
514 | 2024-11-13T19:04:56.381Z | Downloaded keccak v0.1.5 |
515 | 2024-11-13T19:04:56.385Z | Downloaded libefi-sys v0.1.0 |
516 | 2024-11-13T19:04:56.385Z | Downloaded managed v0.8.0 |
517 | 2024-11-13T19:04:56.388Z | Downloaded r2d2 v0.8.10 |
518 | 2024-11-13T19:04:56.388Z | Downloaded base64 v0.22.1 |
519 | 2024-11-13T19:04:56.392Z | Downloaded newtype-uuid v1.1.3 |
520 | 2024-11-13T19:04:56.394Z | Downloaded linear-map v1.2.0 |
521 | 2024-11-13T19:04:56.394Z | Downloaded mime v0.3.17 |
522 | 2024-11-13T19:04:56.397Z | Downloaded libloading v0.8.5 |
523 | 2024-11-13T19:04:56.399Z | Downloaded russh-cryptovec v0.7.3 |
524 | 2024-11-13T19:04:56.401Z | Downloaded native-tls v0.2.12 |
525 | 2024-11-13T19:04:56.404Z | Downloaded hickory-client v0.24.1 |
526 | 2024-11-13T19:04:56.409Z | Downloaded httpdate v1.0.3 |
527 | 2024-11-13T19:04:56.411Z | Downloaded ahash v0.8.11 |
528 | 2024-11-13T19:04:56.414Z | Downloaded atomicwrites v0.4.4 |
529 | 2024-11-13T19:04:56.414Z | Downloaded atomic-waker v1.1.2 |
530 | 2024-11-13T19:04:56.416Z | Downloaded hostname v0.4.0 |
531 | 2024-11-13T19:04:56.418Z | Downloaded take_mut v0.2.2 |
532 | 2024-11-13T19:04:56.418Z | Downloaded cfg_aliases v0.1.1 |
533 | 2024-11-13T19:04:56.421Z | Downloaded home v0.5.9 |
534 | 2024-11-13T19:04:56.421Z | Downloaded cstr-argument v0.1.2 |
535 | 2024-11-13T19:04:56.423Z | Downloaded multer v3.1.0 |
536 | 2024-11-13T19:04:56.425Z | Downloaded ciborium-io v0.2.2 |
537 | 2024-11-13T19:04:56.427Z | Downloaded hubpack v0.1.2 |
538 | 2024-11-13T19:04:56.430Z | Downloaded ref-cast-impl v1.0.23 |
539 | 2024-11-13T19:04:56.430Z | Downloaded miniz_oxide v0.8.0 |
540 | 2024-11-13T19:04:56.432Z | Downloaded sync_wrapper v1.0.1 |
541 | 2024-11-13T19:04:56.435Z | Downloaded bit-vec v0.6.3 |
542 | 2024-11-13T19:04:56.438Z | Downloaded bb8 v0.8.5 |
543 | 2024-11-13T19:04:56.438Z | Downloaded mirai-annotations v1.12.0 |
544 | 2024-11-13T19:04:56.440Z | Downloaded match_cfg v0.1.0 |
545 | 2024-11-13T19:04:56.440Z | Downloaded is_ci v1.2.0 |
546 | 2024-11-13T19:04:56.442Z | Downloaded async-stream v0.3.6 |
547 | 2024-11-13T19:04:56.444Z | Downloaded same-file v1.0.6 |
548 | 2024-11-13T19:04:56.447Z | Downloaded newtype_derive v0.1.6 |
549 | 2024-11-13T19:04:56.447Z | Downloaded new_debug_unreachable v1.0.6 |
550 | 2024-11-13T19:04:56.449Z | Downloaded newline-converter v0.3.0 |
551 | 2024-11-13T19:04:56.449Z | Downloaded hex-literal v0.4.1 |
552 | 2024-11-13T19:04:56.452Z | Downloaded mockall_derive v0.13.0 |
553 | 2024-11-13T19:04:56.454Z | Downloaded memoffset v0.9.1 |
554 | 2024-11-13T19:04:56.456Z | Downloaded maybe-uninit v2.0.0 |
555 | 2024-11-13T19:04:56.458Z | Downloaded bitfield v0.14.0 |
556 | 2024-11-13T19:04:56.458Z | Downloaded instability v0.3.2 |
557 | 2024-11-13T19:04:56.461Z | Downloaded blowfish v0.9.1 |
558 | 2024-11-13T19:04:56.463Z | Downloaded cbc v0.1.2 |
559 | 2024-11-13T19:04:56.465Z | Downloaded sqlparser_derive v0.2.2 |
560 | 2024-11-13T19:04:56.465Z | Downloaded shell-words v1.1.0 |
561 | 2024-11-13T19:04:56.468Z | Downloaded heapless v0.8.0 |
562 | 2024-11-13T19:04:56.471Z | Downloaded sha1 v0.10.6 |
563 | 2024-11-13T19:04:56.473Z | Downloaded md-5 v0.10.6 |
564 | 2024-11-13T19:04:56.476Z | Downloaded time-core v0.1.2 |
565 | 2024-11-13T19:04:56.478Z | Downloaded curve25519-dalek-derive v0.1.1 |
566 | 2024-11-13T19:04:56.478Z | Downloaded slog-dtrace v0.3.0 |
567 | 2024-11-13T19:04:56.481Z | Downloaded async-bb8-diesel v0.2.1 |
568 | 2024-11-13T19:04:56.483Z | Downloaded lru-cache v0.1.2 |
569 | 2024-11-13T19:04:56.485Z | Downloaded constant_time_eq v0.3.1 |
570 | 2024-11-13T19:04:56.488Z | Downloaded nibble_vec v0.1.0 |
571 | 2024-11-13T19:04:56.488Z | Downloaded diesel_table_macro_syntax v0.2.0 |
572 | 2024-11-13T19:04:56.491Z | Downloaded multimap v0.10.0 |
573 | 2024-11-13T19:04:56.491Z | Downloaded waitgroup v0.1.2 |
574 | 2024-11-13T19:04:56.493Z | Downloaded highway v1.2.0 |
575 | 2024-11-13T19:04:56.496Z | Downloaded rustc-hash v1.1.0 |
576 | 2024-11-13T19:04:56.496Z | Downloaded rand_core v0.6.4 |
577 | 2024-11-13T19:04:56.498Z | Downloaded lockfree-object-pool v0.1.6 |
578 | 2024-11-13T19:04:56.501Z | Downloaded tokio-native-tls v0.3.1 |
579 | 2024-11-13T19:04:56.503Z | Downloaded shlex v1.3.0 |
580 | 2024-11-13T19:04:56.506Z | Downloaded opaque-debug v0.3.1 |
581 | 2024-11-13T19:04:56.506Z | Downloaded tokio-macros v2.4.0 |
582 | 2024-11-13T19:04:56.508Z | Downloaded normalize-line-endings v0.3.0 |
583 | 2024-11-13T19:04:56.510Z | Downloaded slog-bunyan v2.5.0 |
584 | 2024-11-13T19:04:56.510Z | Downloaded smf v0.2.3 |
585 | 2024-11-13T19:04:56.513Z | Downloaded scheduled-thread-pool v0.2.7 |
586 | 2024-11-13T19:04:56.515Z | Downloaded mio v1.0.2 |
587 | 2024-11-13T19:04:56.521Z | Downloaded zeroize_derive v1.4.2 |
588 | 2024-11-13T19:04:56.523Z | Downloaded zeroize v1.8.1 |
589 | 2024-11-13T19:04:56.526Z | Downloaded mockall v0.13.0 |
590 | 2024-11-13T19:04:56.528Z | Downloaded structmeta-derive v0.3.0 |
591 | 2024-11-13T19:04:56.530Z | Downloaded wait-timeout v0.2.0 |
592 | 2024-11-13T19:04:56.530Z | Downloaded unicode-xid v0.2.6 |
593 | 2024-11-13T19:04:56.532Z | Downloaded colored v2.1.0 |
594 | 2024-11-13T19:04:56.535Z | Downloaded rfc6979 v0.4.0 |
595 | 2024-11-13T19:04:56.537Z | Downloaded ciborium v0.2.2 |
596 | 2024-11-13T19:04:56.540Z | Downloaded xattr v1.3.1 |
597 | 2024-11-13T19:04:56.542Z | Downloaded fixedbitset v0.4.2 |
598 | 2024-11-13T19:04:56.545Z | Downloaded fallible-streaming-iterator v0.1.9 |
599 | 2024-11-13T19:04:56.547Z | Downloaded dyn-clone v1.0.17 |
600 | 2024-11-13T19:04:56.549Z | Downloaded rustc-demangle v0.1.24 |
601 | 2024-11-13T19:04:56.552Z | Downloaded mime_guess v2.0.5 |
602 | 2024-11-13T19:04:56.552Z | Downloaded xz2 v0.1.7 |
603 | 2024-11-13T19:04:56.554Z | Downloaded termtree v0.4.1 |
604 | 2024-11-13T19:04:56.556Z | Downloaded universal-hash v0.5.1 |
605 | 2024-11-13T19:04:56.556Z | Downloaded num v0.4.3 |
606 | 2024-11-13T19:04:56.559Z | Downloaded fragile v2.0.0 |
607 | 2024-11-13T19:04:56.561Z | Downloaded typify v0.2.0 |
608 | 2024-11-13T19:04:56.564Z | Downloaded percent-encoding v2.3.1 |
609 | 2024-11-13T19:04:56.566Z | Downloaded num_enum_derive v0.5.11 |
610 | 2024-11-13T19:04:56.566Z | Downloaded futures-executor v0.3.31 |
611 | 2024-11-13T19:04:56.566Z | Downloaded futures-core v0.3.31 |
612 | 2024-11-13T19:04:56.569Z | Downloaded yasna v0.5.2 |
613 | 2024-11-13T19:04:56.571Z | Downloaded crossbeam-epoch v0.9.18 |
614 | 2024-11-13T19:04:56.573Z | Downloaded clang-sys v1.8.1 |
615 | 2024-11-13T19:04:56.576Z | Downloaded zone_cfg_derive v0.3.0 |
616 | 2024-11-13T19:04:56.578Z | Downloaded hkdf v0.12.4 |
617 | 2024-11-13T19:04:56.580Z | Downloaded unicode-truncate v1.1.0 |
618 | 2024-11-13T19:04:56.582Z | Downloaded derive_builder_macro v0.20.2 |
619 | 2024-11-13T19:04:56.582Z | Downloaded console v0.15.8 |
620 | 2024-11-13T19:04:56.585Z | Downloaded pbkdf2 v0.12.2 |
621 | 2024-11-13T19:04:56.588Z | Downloaded toolchain_find v0.4.0 |
622 | 2024-11-13T19:04:56.590Z | Downloaded quick-error v1.2.3 |
623 | 2024-11-13T19:04:56.590Z | Downloaded ecdsa v0.16.9 |
624 | 2024-11-13T19:04:56.593Z | Downloaded polyval v0.6.2 |
625 | 2024-11-13T19:04:56.595Z | Downloaded serde_plain v1.0.2 |
626 | 2024-11-13T19:04:56.598Z | Downloaded rustc_version v0.4.1 |
627 | 2024-11-13T19:04:56.598Z | Downloaded indicatif v0.17.8 |
628 | 2024-11-13T19:04:56.602Z | Downloaded num_threads v0.1.7 |
629 | 2024-11-13T19:04:56.604Z | Downloaded openssl-macros v0.1.1 |
630 | 2024-11-13T19:04:56.606Z | Downloaded slog-scope v4.4.0 |
631 | 2024-11-13T19:04:56.608Z | Downloaded progenitor-client v0.8.0 |
632 | 2024-11-13T19:04:56.608Z | Downloaded rpassword v7.3.1 |
633 | 2024-11-13T19:04:56.611Z | Downloaded strip-ansi-escapes v0.2.0 |
634 | 2024-11-13T19:04:56.611Z | Downloaded serde_path_to_error v0.1.16 |
635 | 2024-11-13T19:04:56.614Z | Downloaded termios v0.3.3 |
636 | 2024-11-13T19:04:56.616Z | Downloaded slog-envlogger v2.2.0 |
637 | 2024-11-13T19:04:56.618Z | Downloaded topological-sort v0.2.2 |
638 | 2024-11-13T19:04:56.618Z | Downloaded pbkdf2 v0.11.0 |
639 | 2024-11-13T19:04:56.621Z | Downloaded hashlink v0.9.1 |
640 | 2024-11-13T19:04:56.624Z | Downloaded untrusted v0.7.1 |
641 | 2024-11-13T19:04:56.627Z | Downloaded serde-big-array v0.5.1 |
642 | 2024-11-13T19:04:56.629Z | Downloaded bytes v1.7.2 |
643 | 2024-11-13T19:04:56.632Z | Downloaded untrusted v0.9.0 |
644 | 2024-11-13T19:04:56.635Z | Downloaded slog-json v2.6.1 |
645 | 2024-11-13T19:04:56.638Z | Downloaded rustc_version v0.1.7 |
646 | 2024-11-13T19:04:56.638Z | Downloaded postgres-protocol v0.6.7 |
647 | 2024-11-13T19:04:56.641Z | Downloaded fallible-iterator v0.3.0 |
648 | 2024-11-13T19:04:56.643Z | Downloaded backtrace v0.3.74 |
649 | 2024-11-13T19:04:56.647Z | Downloaded glob v0.3.1 |
650 | 2024-11-13T19:04:56.663Z | Downloaded rayon-core v1.12.1 |
651 | 2024-11-13T19:04:56.663Z | Downloaded tower-service v0.3.3 |
652 | 2024-11-13T19:04:56.663Z | Downloaded hickory-resolver v0.24.1 |
653 | 2024-11-13T19:04:56.665Z | Downloaded progenitor-macro v0.8.0 |
654 | 2024-11-13T19:04:56.666Z | Downloaded peg v0.8.4 |
655 | 2024-11-13T19:04:56.668Z | Downloaded foreign-types-shared v0.1.1 |
656 | 2024-11-13T19:04:56.668Z | Downloaded endian-type v0.1.2 |
657 | 2024-11-13T19:04:56.671Z | Downloaded serde_derive_internals v0.29.1 |
658 | 2024-11-13T19:04:56.671Z | Downloaded base64 v0.21.7 |
659 | 2024-11-13T19:04:56.675Z | Downloaded tokio-postgres v0.7.12 |
660 | 2024-11-13T19:04:56.680Z | Downloaded serde-hex v0.1.0 |
661 | 2024-11-13T19:04:56.683Z | Downloaded base64 v0.13.1 |
662 | 2024-11-13T19:04:56.686Z | Downloaded secrecy v0.8.0 |
663 | 2024-11-13T19:04:56.688Z | Downloaded ref-cast v1.0.23 |
664 | 2024-11-13T19:04:56.691Z | Downloaded omicron-zone-package v0.11.1 |
665 | 2024-11-13T19:04:56.695Z | Downloaded structmeta v0.3.0 |
666 | 2024-11-13T19:04:56.697Z | Downloaded structmeta v0.2.0 |
667 | 2024-11-13T19:04:56.697Z | Downloaded static_assertions v1.1.0 |
668 | 2024-11-13T19:04:56.699Z | Downloaded stable_deref_trait v1.2.0 |
669 | 2024-11-13T19:04:56.702Z | Downloaded cc v1.1.30 |
670 | 2024-11-13T19:04:56.705Z | Downloaded crypto-bigint v0.5.5 |
671 | 2024-11-13T19:04:56.710Z | Downloaded paste v1.0.15 |
672 | 2024-11-13T19:04:56.714Z | Downloaded predicates v3.1.2 |
673 | 2024-11-13T19:04:56.717Z | Downloaded unicode_categories v0.1.1 |
674 | 2024-11-13T19:04:56.720Z | Downloaded futures-io v0.3.31 |
675 | 2024-11-13T19:04:56.722Z | Downloaded ena v0.14.3 |
676 | 2024-11-13T19:04:56.725Z | Downloaded darling_macro v0.20.10 |
677 | 2024-11-13T19:04:56.725Z | Downloaded zone_cfg_derive v0.1.2 |
678 | 2024-11-13T19:04:56.725Z | Downloaded embedded-io v0.6.1 |
679 | 2024-11-13T19:04:56.727Z | Downloaded tokio-stream v0.1.16 |
680 | 2024-11-13T19:04:56.731Z | Downloaded enum-as-inner v0.5.1 |
681 | 2024-11-13T19:04:56.733Z | Downloaded semver v0.1.20 |
682 | 2024-11-13T19:04:56.736Z | Downloaded unicode-properties v0.1.3 |
683 | 2024-11-13T19:04:56.738Z | Downloaded foreign-types v0.5.0 |
684 | 2024-11-13T19:04:56.740Z | Downloaded foreign-types v0.3.2 |
685 | 2024-11-13T19:04:56.740Z | Downloaded rcgen v0.12.1 |
686 | 2024-11-13T19:04:56.743Z | Downloaded parse-size v1.1.0 |
687 | 2024-11-13T19:04:56.745Z | Downloaded pretty-hex v0.2.1 |
688 | 2024-11-13T19:04:56.745Z | Downloaded unicode-bidi v0.3.17 |
689 | 2024-11-13T19:04:56.759Z | Downloaded scopeguard v1.2.0 |
690 | 2024-11-13T19:04:56.761Z | Downloaded rand_xorshift v0.3.0 |
691 | 2024-11-13T19:04:56.764Z | Downloaded rand_seeder v0.3.0 |
692 | 2024-11-13T19:04:56.764Z | Downloaded rand_chacha v0.3.1 |
693 | 2024-11-13T19:04:56.766Z | Downloaded pkg-config v0.3.31 |
694 | 2024-11-13T19:04:56.769Z | Downloaded phf_codegen v0.11.2 |
695 | 2024-11-13T19:04:56.769Z | Downloaded http v1.1.0 |
696 | 2024-11-13T19:04:56.772Z | Downloaded phf v0.11.2 |
697 | 2024-11-13T19:04:56.774Z | Downloaded dhcproto-macros v0.1.0 |
698 | 2024-11-13T19:04:56.777Z | Downloaded vte_generate_state_changes v0.1.2 |
699 | 2024-11-13T19:04:56.777Z | Downloaded tap v1.0.1 |
700 | 2024-11-13T19:04:56.779Z | Downloaded smallvec v0.6.14 |
701 | 2024-11-13T19:04:56.779Z | Downloaded slog-stdlog v4.1.1 |
702 | 2024-11-13T19:04:56.781Z | Downloaded wyz v0.5.1 |
703 | 2024-11-13T19:04:56.784Z | Downloaded supports-color v3.0.1 |
704 | 2024-11-13T19:04:56.784Z | Downloaded salsa20 v0.10.2 |
705 | 2024-11-13T19:04:56.787Z | Downloaded rustversion v1.0.17 |
706 | 2024-11-13T19:04:56.789Z | Downloaded zone v0.3.0 |
707 | 2024-11-13T19:04:56.792Z | Downloaded zone v0.1.8 |
708 | 2024-11-13T19:04:56.792Z | Downloaded tui-tree-widget v0.22.0 |
709 | 2024-11-13T19:04:56.792Z | Downloaded progenitor-impl v0.8.0 |
710 | 2024-11-13T19:04:56.795Z | Downloaded float-cmp v0.9.0 |
711 | 2024-11-13T19:04:56.798Z | Downloaded foldhash v0.1.3 |
712 | 2024-11-13T19:04:56.798Z | Downloaded float-ord v0.3.2 |
713 | 2024-11-13T19:04:56.800Z | Downloaded unsafe-libyaml v0.2.11 |
714 | 2024-11-13T19:04:56.803Z | Downloaded peg-runtime v0.8.3 |
715 | 2024-11-13T19:04:56.805Z | Downloaded radium v0.7.0 |
716 | 2024-11-13T19:04:56.805Z | Downloaded parse-display-derive v0.10.0 |
717 | 2024-11-13T19:04:56.808Z | Downloaded parking_lot_core v0.8.6 |
718 | 2024-11-13T19:04:56.811Z | Downloaded signal-hook-mio v0.2.4 |
719 | 2024-11-13T19:04:56.814Z | Downloaded serde_urlencoded v0.7.1 |
720 | 2024-11-13T19:04:56.814Z | Downloaded tracing-attributes v0.1.27 |
721 | 2024-11-13T19:04:56.816Z | Downloaded slog-term v2.9.1 |
722 | 2024-11-13T19:04:56.819Z | Downloaded rustls-pemfile v1.0.4 |
723 | 2024-11-13T19:04:56.822Z | Downloaded serde_with_macros v3.11.0 |
724 | 2024-11-13T19:04:56.825Z | Downloaded tinyvec_macros v0.1.1 |
725 | 2024-11-13T19:04:56.828Z | Downloaded oso v0.27.3 |
726 | 2024-11-13T19:04:56.830Z | Downloaded try-lock v0.2.5 |
727 | 2024-11-13T19:04:56.834Z | Downloaded subtle v2.6.1 |
728 | 2024-11-13T19:04:56.834Z | Downloaded tiny-keccak v2.0.2 |
729 | 2024-11-13T19:04:56.836Z | Downloaded schemars_derive v0.8.21 |
730 | 2024-11-13T19:04:56.839Z | Downloaded either v1.13.0 |
731 | 2024-11-13T19:04:56.839Z | Downloaded debug-ignore v1.0.5 |
732 | 2024-11-13T19:04:56.841Z | Downloaded data-encoding v2.6.0 |
733 | 2024-11-13T19:04:56.844Z | Downloaded typify-macro v0.2.0 |
734 | 2024-11-13T19:04:56.844Z | Downloaded walkdir v2.5.0 |
735 | 2024-11-13T19:04:56.847Z | Downloaded headers-core v0.3.0 |
736 | 2024-11-13T19:04:56.847Z | Downloaded tokio-tungstenite v0.21.0 |
737 | 2024-11-13T19:04:56.849Z | Downloaded dropshot_endpoint v0.12.0 |
738 | 2024-11-13T19:04:56.852Z | Downloaded number_prefix v0.4.0 |
739 | 2024-11-13T19:04:56.855Z | Downloaded funty v2.0.0 |
740 | 2024-11-13T19:04:56.855Z | Downloaded ff v0.13.0 |
741 | 2024-11-13T19:04:56.857Z | Downloaded num-conv v0.1.0 |
742 | 2024-11-13T19:04:56.859Z | Downloaded fd-lock v4.0.2 |
743 | 2024-11-13T19:04:56.862Z | Downloaded strum v0.26.3 |
744 | 2024-11-13T19:04:56.862Z | Downloaded scrypt v0.11.0 |
745 | 2024-11-13T19:04:56.864Z | Downloaded pem v3.0.4 |
746 | 2024-11-13T19:04:56.866Z | Downloaded spin v0.5.2 |
747 | 2024-11-13T19:04:56.868Z | Downloaded proc-macro-crate v1.3.1 |
748 | 2024-11-13T19:04:56.868Z | Downloaded primeorder v0.13.6 |
749 | 2024-11-13T19:04:56.871Z | Downloaded predicates-tree v1.0.11 |
750 | 2024-11-13T19:04:56.871Z | Downloaded tracing-core v0.1.32 |
751 | 2024-11-13T19:04:56.874Z | Downloaded psl-types v2.0.11 |
752 | 2024-11-13T19:04:56.876Z | Downloaded pkcs5 v0.7.1 |
753 | 2024-11-13T19:04:56.880Z | Downloaded progenitor v0.8.0 |
754 | 2024-11-13T19:04:56.883Z | Downloaded steno v0.4.1 |
755 | 2024-11-13T19:04:56.887Z | Downloaded oso-derive v0.27.3 |
756 | 2024-11-13T19:04:56.890Z | Downloaded futures-macro v0.3.31 |
757 | 2024-11-13T19:04:56.890Z | Downloaded twox-hash v1.6.3 |
758 | 2024-11-13T19:04:56.892Z | Downloaded spki v0.7.3 |
759 | 2024-11-13T19:04:56.896Z | Downloaded defmt-parser v0.3.4 |
760 | 2024-11-13T19:04:56.896Z | Downloaded uzers v0.12.1 |
761 | 2024-11-13T19:04:56.898Z | Downloaded russh v0.45.0 |
762 | 2024-11-13T19:04:56.903Z | Downloaded rustls-pki-types v1.9.0 |
763 | 2024-11-13T19:04:56.907Z | Downloaded libm v0.2.8 |
764 | 2024-11-13T19:04:56.916Z | Downloaded signal-hook-tokio v0.3.1 |
765 | 2024-11-13T19:04:56.920Z | Downloaded aho-corasick v1.1.3 |
766 | 2024-11-13T19:04:56.923Z | Downloaded thread_local v1.1.8 |
767 | 2024-11-13T19:04:56.925Z | Downloaded thiserror-no-std v2.0.2 |
768 | 2024-11-13T19:04:56.929Z | Downloaded tracing v0.1.40 |
769 | 2024-11-13T19:04:56.934Z | Downloaded hash32 v0.3.1 |
770 | 2024-11-13T19:04:56.937Z | Downloaded subprocess v0.2.9 |
771 | 2024-11-13T19:04:56.940Z | Downloaded expectorate v1.1.0 |
772 | 2024-11-13T19:04:56.943Z | Downloaded sigpipe v0.1.3 |
773 | 2024-11-13T19:04:56.946Z | Downloaded darling_core v0.20.10 |
774 | 2024-11-13T19:04:56.948Z | Downloaded deranged v0.3.11 |
775 | 2024-11-13T19:04:56.951Z | Downloaded getrandom v0.2.15 |
776 | 2024-11-13T19:04:56.953Z | Downloaded tungstenite v0.24.0 |
777 | 2024-11-13T19:04:56.956Z | Downloaded tungstenite v0.23.0 |
778 | 2024-11-13T19:04:56.959Z | Downloaded want v0.3.1 |
779 | 2024-11-13T19:04:56.962Z | Downloaded itertools v0.13.0 |
780 | 2024-11-13T19:04:56.969Z | Downloaded downcast v0.11.0 |
781 | 2024-11-13T19:04:56.972Z | Downloaded env_filter v0.1.2 |
782 | 2024-11-13T19:04:56.974Z | Downloaded prettyplease v0.2.25 |
783 | 2024-11-13T19:04:56.976Z | Downloaded rustfmt-wrapper v0.2.1 |
784 | 2024-11-13T19:04:56.979Z | Downloaded hash32 v0.2.1 |
785 | 2024-11-13T19:04:56.979Z | Downloaded phf_shared v0.10.0 |
786 | 2024-11-13T19:04:56.981Z | Downloaded dunce v1.0.5 |
787 | 2024-11-13T19:04:56.981Z | Downloaded tar v0.4.43 |
788 | 2024-11-13T19:04:56.983Z | Downloaded snafu v0.8.5 |
789 | 2024-11-13T19:04:56.990Z | Downloaded gethostname v0.5.0 |
790 | 2024-11-13T19:04:56.992Z | Downloaded signal-hook-registry v1.4.2 |
791 | 2024-11-13T19:04:56.995Z | Downloaded termcolor v1.4.1 |
792 | 2024-11-13T19:04:56.995Z | Downloaded signature v2.2.0 |
793 | 2024-11-13T19:04:56.997Z | Downloaded strum_macros v0.26.4 |
794 | 2024-11-13T19:04:56.999Z | Downloaded resolv-conf v0.7.0 |
795 | 2024-11-13T19:04:57.002Z | Downloaded serde_repr v0.1.19 |
796 | 2024-11-13T19:04:57.004Z | Downloaded elliptic-curve v0.13.8 |
797 | 2024-11-13T19:04:57.007Z | Downloaded slab v0.4.9 |
798 | 2024-11-13T19:04:57.009Z | Downloaded x509-cert v0.2.5 |
799 | 2024-11-13T19:04:57.016Z | Downloaded futures-sink v0.3.31 |
800 | 2024-11-13T19:04:57.018Z | Downloaded futures-channel v0.3.31 |
801 | 2024-11-13T19:04:57.018Z | Downloaded predicates-core v1.0.8 |
802 | 2024-11-13T19:04:57.021Z | Downloaded tokio-rustls v0.25.0 |
803 | 2024-11-13T19:04:57.023Z | Downloaded fxhash v0.2.1 |
804 | 2024-11-13T19:04:57.023Z | Downloaded which v4.4.2 |
805 | 2024-11-13T19:04:57.026Z | Downloaded unarray v0.1.4 |
806 | 2024-11-13T19:04:57.029Z | Downloaded futures-task v0.3.31 |
807 | 2024-11-13T19:04:57.029Z | Downloaded phf_shared v0.11.2 |
808 | 2024-11-13T19:04:57.029Z | Downloaded dhcproto v0.12.0 |
809 | 2024-11-13T19:04:57.032Z | Downloaded rand v0.8.5 |
810 | 2024-11-13T19:04:57.036Z | Downloaded whoami v1.5.2 |
811 | 2024-11-13T19:04:57.038Z | Downloaded tokio-rustls v0.26.0 |
812 | 2024-11-13T19:04:57.040Z | Downloaded ppv-lite86 v0.2.20 |
813 | 2024-11-13T19:04:57.043Z | Downloaded powerfmt v0.2.0 |
814 | 2024-11-13T19:04:57.046Z | Downloaded group v0.13.0 |
815 | 2024-11-13T19:04:57.046Z | Downloaded p256 v0.13.2 |
816 | 2024-11-13T19:04:57.048Z | Downloaded rustls-pemfile v2.2.0 |
817 | 2024-11-13T19:04:57.051Z | Downloaded pin-utils v0.1.0 |
818 | 2024-11-13T19:04:57.053Z | Downloaded password-hash v0.5.0 |
819 | 2024-11-13T19:04:57.055Z | Downloaded rtoolbox v0.0.2 |
820 | 2024-11-13T19:04:57.058Z | Downloaded socket2 v0.5.7 |
821 | 2024-11-13T19:04:57.060Z | Downloaded fatfs v0.3.6 |
822 | 2024-11-13T19:04:57.062Z | Downloaded tinyvec v1.8.0 |
823 | 2024-11-13T19:04:57.065Z | Downloaded tough v0.19.0 |
824 | 2024-11-13T19:04:57.074Z | Downloaded phf_generator v0.11.2 |
825 | 2024-11-13T19:04:57.077Z | Downloaded displaydoc v0.2.5 |
826 | 2024-11-13T19:04:57.081Z | Downloaded vsss-rs v3.3.4 |
827 | 2024-11-13T19:04:57.084Z | Downloaded des v0.8.1 |
828 | 2024-11-13T19:04:57.084Z | Downloaded time v0.3.36 |
829 | 2024-11-13T19:04:57.091Z | Downloaded derive_builder_core v0.20.2 |
830 | 2024-11-13T19:04:57.093Z | Downloaded half v2.4.1 |
831 | 2024-11-13T19:04:57.096Z | Downloaded der v0.7.9 |
832 | 2024-11-13T19:04:57.102Z | Downloaded tokio-util v0.7.12 |
833 | 2024-11-13T19:04:57.109Z | Downloaded tokio-tungstenite v0.23.1 |
834 | 2024-11-13T19:04:57.112Z | Downloaded num-bigint v0.4.6 |
835 | 2024-11-13T19:04:57.118Z | Downloaded pin-project-lite v0.2.14 |
836 | 2024-11-13T19:04:57.123Z | Downloaded value-bag v1.9.0 |
837 | 2024-11-13T19:04:57.126Z | Downloaded vte v0.11.1 |
838 | 2024-11-13T19:04:57.128Z | Downloaded heapless v0.7.17 |
839 | 2024-11-13T19:04:57.132Z | Downloaded serde_yaml v0.9.34+deprecated |
840 | 2024-11-13T19:04:57.136Z | Downloaded ron v0.8.1 |
841 | 2024-11-13T19:04:57.142Z | Downloaded quinn v0.11.5 |
842 | 2024-11-13T19:04:57.146Z | Downloaded pin-project v1.1.6 |
843 | 2024-11-13T19:04:57.159Z | Downloaded vergen v8.3.2 |
844 | 2024-11-13T19:04:57.162Z | Downloaded lalrpop v0.19.12 |
845 | 2024-11-13T19:04:57.174Z | Downloaded hashbrown v0.13.2 |
846 | 2024-11-13T19:04:57.178Z | Downloaded rustyline v14.0.0 |
847 | 2024-11-13T19:04:57.185Z | Downloaded reedline v0.35.0 |
848 | 2024-11-13T19:04:57.192Z | Downloaded parse-zoneinfo v0.3.1 |
849 | 2024-11-13T19:04:57.195Z | Downloaded rustls-webpki v0.101.7 |
850 | 2024-11-13T19:04:57.211Z | Downloaded publicsuffix v2.2.3 |
851 | 2024-11-13T19:04:57.213Z | Downloaded bitvec v1.0.1 |
852 | 2024-11-13T19:04:57.230Z | Downloaded url v2.5.2 |
853 | 2024-11-13T19:04:57.233Z | Downloaded idna v0.2.3 |
854 | 2024-11-13T19:04:57.240Z | Downloaded bindgen v0.69.5 |
855 | 2024-11-13T19:04:57.248Z | Downloaded ssh-key v0.6.6 |
856 | 2024-11-13T19:04:57.256Z | Downloaded idna v0.3.0 |
857 | 2024-11-13T19:04:57.263Z | Downloaded proptest v1.5.0 |
858 | 2024-11-13T19:04:57.274Z | Downloaded p521 v0.13.3 |
859 | 2024-11-13T19:04:57.278Z | Downloaded winnow v0.5.40 |
860 | 2024-11-13T19:04:57.287Z | Downloaded serde_with v3.11.0 |
861 | 2024-11-13T19:04:57.297Z | Downloaded git2 v0.19.0 |
862 | 2024-11-13T19:04:57.306Z | Downloaded smoltcp v0.9.1 |
863 | 2024-11-13T19:04:57.317Z | Downloaded rusqlite v0.32.1 |
864 | 2024-11-13T19:04:57.325Z | Downloaded p384 v0.13.0 |
865 | 2024-11-13T19:04:57.332Z | Downloaded radix_trie v0.2.1 |
866 | 2024-11-13T19:04:57.338Z | Downloaded rustls-webpki v0.102.8 |
867 | 2024-11-13T19:04:57.358Z | Downloaded polar-core v0.27.3 |
868 | 2024-11-13T19:04:57.367Z | Downloaded regress v0.10.1 |
869 | 2024-11-13T19:04:57.376Z | Downloaded regress v0.9.1 |
870 | 2024-11-13T19:04:57.388Z | Downloaded hickory-proto v0.24.1 |
871 | 2024-11-13T19:04:57.403Z | Downloaded object v0.30.4 |
872 | 2024-11-13T19:04:57.413Z | Downloaded dropshot v0.12.0 |
873 | 2024-11-13T19:04:57.435Z | Downloaded bstr v1.10.0 |
874 | 2024-11-13T19:04:57.445Z | Downloaded smoltcp v0.11.0 |
875 | 2024-11-13T19:04:57.459Z | Downloaded rustls v0.21.12 |
876 | 2024-11-13T19:04:57.471Z | Downloaded diesel v2.2.4 |
877 | 2024-11-13T19:04:57.492Z | Downloaded regex-syntax v0.6.29 |
878 | 2024-11-13T19:04:57.498Z | Downloaded openssl v0.10.68 |
879 | 2024-11-13T19:04:57.508Z | Downloaded trust-dns-proto v0.22.0 |
880 | 2024-11-13T19:04:57.522Z | Downloaded rustls v0.23.14 |
881 | 2024-11-13T19:04:57.534Z | Downloaded rustls v0.22.4 |
882 | 2024-11-13T19:04:57.547Z | Downloaded typify-impl v0.2.0 |
883 | 2024-11-13T19:04:57.564Z | Downloaded regex-syntax v0.8.5 |
884 | 2024-11-13T19:04:57.572Z | Downloaded zerocopy-derive v0.6.6 |
885 | 2024-11-13T19:04:57.582Z | Downloaded object v0.36.5 |
886 | 2024-11-13T19:04:57.595Z | Downloaded openapiv3 v2.0.0 |
887 | 2024-11-13T19:04:57.607Z | Downloaded nix v0.29.0 |
888 | 2024-11-13T19:04:57.619Z | Downloaded ratatui v0.28.1 |
889 | 2024-11-13T19:04:57.639Z | Downloaded sled v0.34.7 |
890 | 2024-11-13T19:04:57.649Z | Downloaded chrono-tz v0.10.0 |
891 | 2024-11-13T19:04:57.659Z | Downloaded nix v0.28.0 |
892 | 2024-11-13T19:04:57.669Z | Downloaded vcpkg v0.2.15 |
893 | 2024-11-13T19:04:57.707Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
894 | 2024-11-13T19:04:57.719Z | Downloaded regex v1.11.1 |
895 | 2024-11-13T19:04:57.732Z | Downloaded webpki-roots v0.26.6 |
896 | 2024-11-13T19:04:57.736Z | Downloaded regex-automata v0.4.8 |
897 | 2024-11-13T19:04:57.753Z | Downloaded gimli v0.31.1 |
898 | 2024-11-13T19:04:57.762Z | Downloaded quinn-proto v0.11.8 |
899 | 2024-11-13T19:04:57.769Z | Downloaded idna v0.5.0 |
900 | 2024-11-13T19:04:57.775Z | Downloaded qorb v0.2.0 |
901 | 2024-11-13T19:04:57.780Z | Downloaded petgraph v0.6.5 |
902 | 2024-11-13T19:04:57.798Z | Downloaded lzma-sys v0.1.20 |
903 | 2024-11-13T19:04:57.827Z | Downloaded tokio v1.40.0 |
904 | 2024-11-13T19:04:57.864Z | Downloaded csv v1.3.0 |
905 | 2024-11-13T19:04:57.884Z | Downloaded libz-sys v1.1.20 |
906 | 2024-11-13T19:04:57.905Z | Downloaded chrono v0.4.38 |
907 | 2024-11-13T19:04:57.912Z | Downloaded sha3 v0.10.8 |
908 | 2024-11-13T19:04:57.917Z | Downloaded h2 v0.4.6 |
909 | 2024-11-13T19:04:57.923Z | Downloaded nix v0.27.1 |
910 | 2024-11-13T19:04:57.934Z | Downloaded futures-util v0.3.31 |
911 | 2024-11-13T19:04:57.946Z | Downloaded quick-xml v0.33.0 |
912 | 2024-11-13T19:04:57.952Z | Downloaded portable-atomic v1.9.0 |
913 | 2024-11-13T19:04:57.959Z | Downloaded curve25519-dalek v4.1.3 |
914 | 2024-11-13T19:04:57.968Z | Downloaded uuid v1.10.0 |
915 | 2024-11-13T19:04:57.971Z | Downloaded ed25519-dalek v2.1.1 |
916 | 2024-11-13T19:04:57.974Z | Downloaded typed-path v0.9.3 |
917 | 2024-11-13T19:04:57.980Z | Downloaded idna v0.4.0 |
918 | 2024-11-13T19:04:57.987Z | Downloaded rayon v1.10.0 |
919 | 2024-11-13T19:04:57.996Z | Downloaded ron v0.7.1 |
920 | 2024-11-13T19:04:58.001Z | Downloaded aws-lc-rs v1.10.0 |
921 | 2024-11-13T19:04:58.009Z | Downloaded zip v2.1.3 |
922 | 2024-11-13T19:04:58.013Z | Downloaded salty v0.3.0 |
923 | 2024-11-13T19:04:58.020Z | Downloaded pkcs1 v0.7.5 |
924 | 2024-11-13T19:04:58.022Z | Downloaded num-bigint-dig v0.8.4 |
925 | 2024-11-13T19:04:58.027Z | Downloaded sqlparser v0.45.0 |
926 | 2024-11-13T19:04:58.033Z | Downloaded tokio-tungstenite v0.24.0 |
927 | 2024-11-13T19:04:58.036Z | Downloaded derive_more v0.99.18 |
928 | 2024-11-13T19:04:58.040Z | Downloaded similar v2.6.0 |
929 | 2024-11-13T19:04:58.045Z | Downloaded headers v0.4.0 |
930 | 2024-11-13T19:04:58.050Z | Downloaded nom v7.1.3 |
931 | 2024-11-13T19:04:58.056Z | Downloaded unicode-normalization v0.1.24 |
932 | 2024-11-13T19:04:58.059Z | Downloaded reqwest v0.12.9 |
933 | 2024-11-13T19:04:58.068Z | Downloaded hyper v1.4.1 |
934 | 2024-11-13T19:04:58.074Z | Downloaded futures v0.3.31 |
935 | 2024-11-13T19:04:58.079Z | Downloaded hashbrown v0.12.3 |
936 | 2024-11-13T19:04:58.083Z | Downloaded blake3 v1.5.4 |
937 | 2024-11-13T19:04:58.091Z | Downloaded num-traits v0.2.19 |
938 | 2024-11-13T19:04:58.094Z | Downloaded unicode-segmentation v1.12.0 |
939 | 2024-11-13T19:04:58.097Z | Downloaded sqlformat v0.2.6 |
940 | 2024-11-13T19:04:58.100Z | Downloaded encoding_rs v0.8.34 |
941 | 2024-11-13T19:04:58.122Z | Downloaded snafu-derive v0.8.5 |
942 | 2024-11-13T19:04:58.124Z | Downloaded time-macros v0.2.18 |
943 | 2024-11-13T19:04:58.124Z | Downloaded hashbrown v0.14.5 |
944 | 2024-11-13T19:04:58.129Z | Downloaded display-error-chain v0.2.2 |
945 | 2024-11-13T19:04:58.131Z | Downloaded utf-8 v0.7.6 |
946 | 2024-11-13T19:04:58.131Z | Downloaded unicase v2.7.0 |
947 | 2024-11-13T19:04:58.134Z | Downloaded signal-hook v0.3.17 |
948 | 2024-11-13T19:04:58.136Z | Downloaded enum-as-inner v0.6.1 |
949 | 2024-11-13T19:04:58.138Z | Downloaded embedded-io v0.4.0 |
950 | 2024-11-13T19:04:58.141Z | Downloaded ed25519 v2.2.3 |
951 | 2024-11-13T19:04:58.141Z | Downloaded dsl_auto_type v0.1.2 |
952 | 2024-11-13T19:04:58.143Z | Downloaded ssh-encoding v0.2.0 |
953 | 2024-11-13T19:04:58.143Z | Downloaded num-integer v0.1.46 |
954 | 2024-11-13T19:04:58.146Z | Downloaded num-derive v0.4.2 |
955 | 2024-11-13T19:04:58.148Z | Downloaded num-complex v0.4.6 |
956 | 2024-11-13T19:04:58.148Z | Downloaded flume v0.11.1 |
957 | 2024-11-13T19:04:58.152Z | Downloaded der_derive v0.7.3 |
958 | 2024-11-13T19:04:58.154Z | Downloaded thiserror-impl-no-std v2.0.2 |
959 | 2024-11-13T19:04:58.156Z | Downloaded strum_macros v0.25.3 |
960 | 2024-11-13T19:04:58.158Z | Downloaded strum_macros v0.24.3 |
961 | 2024-11-13T19:04:58.159Z | Downloaded siphasher v0.3.11 |
962 | 2024-11-13T19:04:58.161Z | Downloaded num_enum v0.5.11 |
963 | 2024-11-13T19:04:58.164Z | Downloaded spin v0.9.8 |
964 | 2024-11-13T19:04:58.167Z | Downloaded num-rational v0.4.2 |
965 | 2024-11-13T19:04:58.170Z | Downloaded parking_lot v0.12.3 |
966 | 2024-11-13T19:04:58.172Z | Downloaded crossterm v0.28.1 |
967 | 2024-11-13T19:04:58.177Z | Downloaded rsa v0.9.6 |
968 | 2024-11-13T19:04:58.182Z | Downloaded toml_edit v0.19.15 |
969 | 2024-11-13T19:04:58.198Z | Downloaded libxml v0.3.3 |
970 | 2024-11-13T19:04:58.204Z | Downloaded flate2 v1.0.34 |
971 | 2024-11-13T19:04:58.209Z | Downloaded num-iter v0.1.45 |
972 | 2024-11-13T19:04:58.212Z | Downloaded term v0.7.0 |
973 | 2024-11-13T19:04:58.215Z | Downloaded derive-where v1.2.7 |
974 | 2024-11-13T19:04:58.217Z | Downloaded zopfli v0.8.1 |
975 | 2024-11-13T19:04:58.228Z | Downloaded derive_builder v0.20.2 |
976 | 2024-11-13T19:04:58.233Z | Downloaded toml v0.7.8 |
977 | 2024-11-13T19:04:58.233Z | Downloaded openssl-sys v0.9.104 |
978 | 2024-11-13T19:04:58.236Z | Downloaded quinn-udp v0.5.5 |
979 | 2024-11-13T19:04:58.236Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
980 | 2024-11-13T19:04:58.292Z | Downloaded postgres-types v0.2.8 |
981 | 2024-11-13T19:04:58.295Z | Downloaded pkcs8 v0.10.2 |
982 | 2024-11-13T19:04:58.297Z | Downloaded parking_lot_core v0.9.10 |
983 | 2024-11-13T19:04:58.299Z | Downloaded smallvec v1.13.2 |
984 | 2024-11-13T19:04:58.302Z | Downloaded diesel_derives v2.2.3 |
985 | 2024-11-13T19:04:58.305Z | Downloaded packed_struct v0.10.1 |
986 | 2024-11-13T19:04:58.307Z | Downloaded filetime v0.2.25 |
987 | 2024-11-13T19:04:58.310Z | Downloaded crossbeam-channel v0.5.13 |
988 | 2024-11-13T19:04:58.313Z | Downloaded peg-macros v0.8.4 |
989 | 2024-11-13T19:04:58.315Z | Downloaded parse-display v0.10.0 |
990 | 2024-11-13T19:04:58.318Z | Downloaded olpc-cjson v0.1.4 |
991 | 2024-11-13T19:04:58.318Z | Downloaded tls_codec v0.4.1 |
992 | 2024-11-13T19:04:58.320Z | Downloaded env_logger v0.11.5 |
993 | 2024-11-13T19:04:58.323Z | Downloaded foreign-types-shared v0.3.1 |
994 | 2024-11-13T19:04:58.323Z | Downloaded foreign-types-macros v0.2.3 |
995 | 2024-11-13T19:04:58.323Z | Downloaded ghash v0.5.1 |
996 | 2024-11-13T19:04:58.325Z | Downloaded sct v0.7.1 |
997 | 2024-11-13T19:04:58.327Z | Downloaded zip v0.6.6 |
998 | 2024-11-13T19:04:58.332Z | Downloaded samael v0.0.17 |
999 | 2024-11-13T19:04:58.338Z | Downloaded test-strategy v0.3.1 |
1000 | 2024-11-13T19:04:58.340Z | Downloaded minimal-lexical v0.2.1 |
1001 | 2024-11-13T19:04:58.345Z | Downloaded itertools v0.12.1 |
1002 | 2024-11-13T19:04:58.352Z | Downloaded globset v0.4.15 |
1003 | 2024-11-13T19:04:58.354Z | Downloaded slog v2.7.0 |
1004 | 2024-11-13T19:04:58.357Z | Downloaded schemars v0.8.21 |
1005 | 2024-11-13T19:04:58.366Z | Downloaded russh-keys v0.45.0 |
1006 | 2024-11-13T19:04:58.369Z | Downloaded aes v0.8.4 |
1007 | 2024-11-13T19:04:58.372Z | Downloaded fs_extra v1.3.0 |
1008 | 2024-11-13T19:04:58.374Z | Downloaded form_urlencoded v1.2.1 |
1009 | 2024-11-13T19:04:58.377Z | Downloaded tungstenite v0.21.0 |
1010 | 2024-11-13T19:04:58.380Z | Downloaded bumpalo v3.16.0 |
1011 | 2024-11-13T19:04:58.383Z | Downloaded fallible-iterator v0.2.0 |
1012 | 2024-11-13T19:04:58.383Z | Downloaded diesel-dtrace v0.3.0 |
1013 | 2024-11-13T19:04:58.385Z | Downloaded defmt-macros v0.3.9 |
1014 | 2024-11-13T19:04:58.387Z | Downloaded poly1305 v0.8.0 |
1015 | 2024-11-13T19:04:58.390Z | Downloaded dirs-sys-next v0.1.2 |
1016 | 2024-11-13T19:04:58.394Z | Downloaded dirs-next v2.0.0 |
1017 | 2024-11-13T19:04:58.394Z | Downloaded difflib v0.4.0 |
1018 | 2024-11-13T19:04:58.394Z | Downloaded defmt v0.3.8 |
1019 | 2024-11-13T19:04:58.397Z | Downloaded password-hash v0.4.2 |
1020 | 2024-11-13T19:04:58.399Z | Downloaded packed_struct_codegen v0.10.1 |
1021 | 2024-11-13T19:04:58.399Z | Downloaded env_logger v0.10.2 |
1022 | 2024-11-13T19:04:58.402Z | Downloaded diff v0.1.13 |
1023 | 2024-11-13T19:04:58.407Z | Downloaded postcard v1.0.10 |
1024 | 2024-11-13T19:04:58.410Z | Downloaded crc-any v2.5.0 |
1025 | 2024-11-13T19:04:58.410Z | Downloaded cookie v0.18.1 |
1026 | 2024-11-13T19:04:58.412Z | Downloaded pin-project-internal v1.1.6 |
1027 | 2024-11-13T19:04:58.415Z | Downloaded pem-rfc7468 v0.7.0 |
1028 | 2024-11-13T19:04:58.417Z | Downloaded zerocopy v0.6.6 |
1029 | 2024-11-13T19:04:58.420Z | Downloaded slog-async v2.8.0 |
1030 | 2024-11-13T19:04:58.420Z | Downloaded itertools v0.10.5 |
1031 | 2024-11-13T19:04:58.425Z | Downloaded sec1 v0.7.3 |
1032 | 2024-11-13T19:04:58.430Z | Downloaded rusty-fork v0.3.0 |
1033 | 2024-11-13T19:04:58.432Z | Downloaded rustc-hash v2.0.0 |
1034 | 2024-11-13T19:04:58.432Z | Downloaded parking_lot v0.11.2 |
1035 | 2024-11-13T19:04:58.432Z | Downloaded stringprep v0.1.5 |
1036 | 2024-11-13T19:04:58.436Z | Downloaded string_cache v0.8.7 |
1037 | 2024-11-13T19:04:58.436Z | Downloaded owo-colors v4.1.0 |
1038 | 2024-11-13T19:04:58.438Z | Downloaded nu-ansi-term v0.50.1 |
1039 | 2024-11-13T19:04:58.441Z | Downloaded precomputed-hash v0.1.1 |
1040 | 2024-11-13T19:04:58.441Z | Downloaded path-slash v0.1.5 |
1041 | 2024-11-13T19:04:58.443Z | Downloaded openssl-probe v0.1.5 |
1042 | 2024-11-13T19:04:58.443Z | Downloaded simd-adler32 v0.3.7 |
1043 | 2024-11-13T19:04:58.445Z | Downloaded nodrop v0.1.14 |
1044 | 2024-11-13T19:04:58.445Z | Downloaded flagset v0.4.6 |
1045 | 2024-11-13T19:04:58.448Z | Downloaded const-oid v0.9.6 |
1046 | 2024-11-13T19:04:58.452Z | Downloaded tls_codec_derive v0.4.1 |
1047 | 2024-11-13T19:04:58.452Z | Downloaded bzip2 v0.4.4 |
1048 | 2024-11-13T19:04:58.455Z | Downloaded indexmap v1.9.3 |
1049 | 2024-11-13T19:04:58.459Z | Downloaded hyper-staticfile v0.10.1 |
1050 | 2024-11-13T19:04:58.459Z | Downloaded tokio-rustls v0.24.1 |
1051 | 2024-11-13T19:04:58.462Z | Downloaded lock_api v0.4.12 |
1052 | 2024-11-13T19:04:58.462Z | Downloaded nanorand v0.7.0 |
1053 | 2024-11-13T19:04:58.466Z | Downloaded cancel-safe-futures v0.1.5 |
1054 | 2024-11-13T19:04:58.472Z | Downloaded structmeta-derive v0.2.0 |
1055 | 2024-11-13T19:04:58.472Z | Downloaded memmap2 v0.9.5 |
1056 | 2024-11-13T19:04:58.475Z | Downloaded const_format_proc_macros v0.2.33 |
1057 | 2024-11-13T19:04:58.475Z | Downloaded csv-core v0.1.11 |
1058 | 2024-11-13T19:04:58.475Z | Downloaded crc32fast v1.4.2 |
1059 | 2024-11-13T19:04:58.475Z | Downloaded hyper-util v0.1.10 |
1060 | 2024-11-13T19:04:58.478Z | Downloaded bcs v0.1.6 |
1061 | 2024-11-13T19:04:58.481Z | Downloaded argon2 v0.5.3 |
1062 | 2024-11-13T19:04:58.483Z | Downloaded tabwriter v1.4.0 |
1063 | 2024-11-13T19:04:58.483Z | Downloaded ssh-cipher v0.2.0 |
1064 | 2024-11-13T19:04:58.486Z | Downloaded hmac v0.12.1 |
1065 | 2024-11-13T19:04:58.486Z | Downloaded jobserver v0.1.32 |
1066 | 2024-11-13T19:04:58.489Z | Downloaded ipnet v2.10.1 |
1067 | 2024-11-13T19:04:58.491Z | Downloaded iana-time-zone v0.1.61 |
1068 | 2024-11-13T19:04:58.494Z | Downloaded base64ct v1.6.0 |
1069 | 2024-11-13T19:04:58.494Z | Downloaded backoff v0.4.0 |
1070 | 2024-11-13T19:04:58.496Z | Downloaded arc-swap v1.7.1 |
1071 | 2024-11-13T19:04:58.500Z | Downloaded maplit v1.0.2 |
1072 | 2024-11-13T19:04:58.503Z | Downloaded lazycell v1.3.0 |
1073 | 2024-11-13T19:04:58.503Z | Downloaded lazy_static v1.5.0 |
1074 | 2024-11-13T19:04:58.506Z | Downloaded impl-trait-for-tuples v0.2.2 |
1075 | 2024-11-13T19:04:58.508Z | Downloaded arrayvec v0.7.6 |
1076 | 2024-11-13T19:04:58.512Z | Downloaded cipher v0.4.4 |
1077 | 2024-11-13T19:04:58.515Z | Downloaded chacha20 v0.9.1 |
1078 | 2024-11-13T19:04:58.515Z | Downloaded kstat-rs v0.2.4 |
1079 | 2024-11-13T19:04:58.515Z | Downloaded is-terminal v0.4.13 |
1080 | 2024-11-13T19:04:58.515Z | Downloaded humantime v2.1.0 |
1081 | 2024-11-13T19:04:58.518Z | Downloaded internet-checksum v0.2.1 |
1082 | 2024-11-13T19:04:58.518Z | Downloaded ctr v0.9.2 |
1083 | 2024-11-13T19:04:58.521Z | Downloaded crc v3.2.1 |
1084 | 2024-11-13T19:04:58.523Z | Downloaded cobs v0.2.3 |
1085 | 2024-11-13T19:04:58.523Z | Downloaded cassowary v0.3.0 |
1086 | 2024-11-13T19:04:58.526Z | Downloaded hyper-tls v0.6.0 |
1087 | 2024-11-13T19:04:58.526Z | Downloaded inout v0.1.3 |
1088 | 2024-11-13T19:04:58.529Z | Downloaded bitflags v1.3.2 |
1089 | 2024-11-13T19:04:58.533Z | Downloaded assert_matches v1.5.0 |
1090 | 2024-11-13T19:04:58.533Z | Downloaded arrayref v0.3.9 |
1091 | 2024-11-13T19:04:58.533Z | Downloaded async-stream-impl v0.3.6 |
1092 | 2024-11-13T19:04:58.536Z | Downloaded http-body-util v0.1.2 |
1093 | 2024-11-13T19:04:58.536Z | Downloaded crucible-workspace-hack v0.1.0 |
1094 | 2024-11-13T19:04:58.536Z | Downloaded http-range v0.1.5 |
1095 | 2024-11-13T19:04:58.536Z | Downloaded indent_write v2.2.0 |
1096 | 2024-11-13T19:04:58.538Z | Downloaded aead v0.5.2 |
1097 | 2024-11-13T19:04:58.538Z | Downloaded libsw v3.3.1 |
1098 | 2024-11-13T19:04:58.541Z | Downloaded indoc v1.0.9 |
1099 | 2024-11-13T19:04:58.545Z | Downloaded hyper-rustls v0.27.3 |
1100 | 2024-11-13T19:04:58.547Z | Downloaded httparse v1.9.5 |
1101 | 2024-11-13T19:04:58.548Z | Downloaded const_format v0.2.33 |
1102 | 2024-11-13T19:04:58.555Z | Downloaded adler2 v2.0.0 |
1103 | 2024-11-13T19:04:58.558Z | Downloaded heck v0.3.3 |
1104 | 2024-11-13T19:04:58.558Z | Downloaded compact_str v0.8.0 |
1105 | 2024-11-13T19:04:58.561Z | Downloaded chacha20poly1305 v0.10.1 |
1106 | 2024-11-13T19:04:58.564Z | Downloaded lalrpop-util v0.19.12 |
1107 | 2024-11-13T19:04:58.564Z | Downloaded linked-hash-map v0.5.6 |
1108 | 2024-11-13T19:04:58.567Z | Downloaded ipnetwork v0.20.0 |
1109 | 2024-11-13T19:04:58.567Z | Downloaded hostname v0.3.1 |
1110 | 2024-11-13T19:04:58.570Z | Downloaded crossbeam-utils v0.8.20 |
1111 | 2024-11-13T19:04:58.570Z | Downloaded blake2 v0.10.6 |
1112 | 2024-11-13T19:04:58.574Z | Downloaded allocator-api2 v0.2.18 |
1113 | 2024-11-13T19:04:58.576Z | Downloaded ident_case v1.0.1 |
1114 | 2024-11-13T19:04:58.576Z | Downloaded async-trait v0.1.83 |
1115 | 2024-11-13T19:04:58.579Z | Downloaded buf-list v1.0.3 |
1116 | 2024-11-13T19:04:58.582Z | Downloaded ciborium-ll v0.2.2 |
1117 | 2024-11-13T19:04:58.584Z | Downloaded castaway v0.2.3 |
1118 | 2024-11-13T19:04:58.584Z | Downloaded bitfield-struct v0.6.2 |
1119 | 2024-11-13T19:04:58.584Z | Downloaded cfg_aliases v0.2.1 |
1120 | 2024-11-13T19:04:58.587Z | Downloaded async-recursion v1.1.1 |
1121 | 2024-11-13T19:04:58.589Z | Downloaded ascii-canvas v3.0.0 |
1122 | 2024-11-13T19:04:58.592Z | Downloaded crc-catalog v2.4.0 |
1123 | 2024-11-13T19:04:58.592Z | Downloaded convert_case v0.4.0 |
1124 | 2024-11-13T19:04:58.592Z | Downloaded block-padding v0.3.3 |
1125 | 2024-11-13T19:04:58.594Z | Downloaded array-init v0.0.4 |
1126 | 2024-11-13T19:04:58.595Z | Downloaded bcrypt-pbkdf v0.10.0 |
1127 | 2024-11-13T19:04:58.595Z | Downloaded base16ct v0.2.0 |
1128 | 2024-11-13T19:04:58.720Z | Downloaded ring v0.17.8 |
1129 | 2024-11-13T19:04:58.870Z | Downloaded ring v0.16.20 |
1130 | 2024-11-13T19:04:58.955Z | Downloaded libsqlite3-sys v0.30.1 |
1131 | 2024-11-13T19:04:59.032Z | Downloaded aws-lc-sys v0.22.0 |
1132 | 2024-11-13T19:04:59.346Z | Compiling serde v1.0.215 |
1133 | 2024-11-13T19:04:59.349Z | Compiling lock_api v0.4.12 |
1134 | 2024-11-13T19:04:59.349Z | Compiling scopeguard v1.2.0 |
1135 | 2024-11-13T19:04:59.349Z | Compiling value-bag v1.9.0 |
1136 | 2024-11-13T19:04:59.349Z | Compiling typenum v1.17.0 |
1137 | 2024-11-13T19:04:59.349Z | Compiling generic-array v0.14.7 |
1138 | 2024-11-13T19:04:59.538Z | Compiling syn v2.0.87 |
1139 | 2024-11-13T19:04:59.551Z | Compiling getrandom v0.2.15 |
1140 | 2024-11-13T19:04:59.660Z | Compiling shlex v1.3.0 |
1141 | 2024-11-13T19:04:59.856Z | Compiling rand_core v0.6.4 |
1142 | 2024-11-13T19:04:59.986Z | Compiling log v0.4.22 |
1143 | 2024-11-13T19:05:00.074Z | Compiling subtle v2.6.1 |
1144 | 2024-11-13T19:05:00.110Z | Compiling jobserver v0.1.32 |
1145 | 2024-11-13T19:05:00.127Z | Compiling const-oid v0.9.6 |
1146 | 2024-11-13T19:05:00.388Z | Compiling spin v0.9.8 |
1147 | 2024-11-13T19:05:00.390Z | Compiling pin-project-lite v0.2.14 |
1148 | 2024-11-13T19:05:00.425Z | Compiling smallvec v1.13.2 |
1149 | 2024-11-13T19:05:00.529Z | Compiling cc v1.1.30 |
1150 | 2024-11-13T19:05:00.796Z | Compiling rustix v0.38.37 |
1151 | 2024-11-13T19:05:00.834Z | Compiling parking_lot_core v0.9.10 |
1152 | 2024-11-13T19:05:00.883Z | Compiling futures-core v0.3.31 |
1153 | 2024-11-13T19:05:01.034Z | Compiling signal-hook-registry v1.4.2 |
1154 | 2024-11-13T19:05:01.115Z | Compiling mio v1.0.2 |
1155 | 2024-11-13T19:05:01.753Z | Compiling aho-corasick v1.1.3 |
1156 | 2024-11-13T19:05:02.018Z | Compiling parking_lot v0.12.3 |
1157 | 2024-11-13T19:05:02.121Z | Compiling regex-syntax v0.8.5 |
1158 | 2024-11-13T19:05:02.124Z | Compiling either v1.13.0 |
1159 | 2024-11-13T19:05:02.320Z | Compiling cpufeatures v0.2.14 |
1160 | 2024-11-13T19:05:02.431Z | Compiling lazy_static v1.5.0 |
1161 | 2024-11-13T19:05:02.484Z | Compiling glob v0.3.1 |
1162 | 2024-11-13T19:05:02.567Z | Compiling futures-sink v0.3.31 |
1163 | 2024-11-13T19:05:02.604Z | Compiling socket2 v0.5.7 |
1164 | 2024-11-13T19:05:02.725Z | Compiling slab v0.4.9 |
1165 | 2024-11-13T19:05:03.016Z | Compiling prettyplease v0.2.25 |
1166 | 2024-11-13T19:05:03.227Z | Compiling minimal-lexical v0.2.1 |
1167 | 2024-11-13T19:05:03.542Z | Compiling clang-sys v1.8.1 |
1168 | 2024-11-13T19:05:03.667Z | Compiling nom v7.1.3 |
1169 | 2024-11-13T19:05:03.687Z | Compiling libloading v0.8.5 |
1170 | 2024-11-13T19:05:03.762Z | Compiling bindgen v0.69.5 |
1171 | 2024-11-13T19:05:04.128Z | Compiling home v0.5.9 |
1172 | 2024-11-13T19:05:04.268Z | Compiling serde_json v1.0.132 |
1173 | 2024-11-13T19:05:04.590Z | Compiling futures-channel v0.3.31 |
1174 | 2024-11-13T19:05:04.643Z | Compiling itertools v0.12.1 |
1175 | 2024-11-13T19:05:05.017Z | Compiling futures-task v0.3.31 |
1176 | 2024-11-13T19:05:05.171Z | Compiling allocator-api2 v0.2.18 |
1177 | 2024-11-13T19:05:05.337Z | Compiling foldhash v0.1.3 |
1178 | 2024-11-13T19:05:05.646Z | Compiling lazycell v1.3.0 |
1179 | 2024-11-13T19:05:05.813Z | Compiling regex-automata v0.4.8 |
1180 | 2024-11-13T19:05:06.009Z | Compiling pin-utils v0.1.0 |
1181 | 2024-11-13T19:05:06.128Z | Compiling rustc-hash v1.1.0 |
1182 | 2024-11-13T19:05:06.322Z | Compiling tinyvec_macros v0.1.1 |
1183 | 2024-11-13T19:05:06.424Z | Compiling futures-io v0.3.31 |
1184 | 2024-11-13T19:05:06.737Z | Compiling hashbrown v0.15.0 |
1185 | 2024-11-13T19:05:07.643Z | Compiling cexpr v0.6.0 |
1186 | 2024-11-13T19:05:07.886Z | Compiling tinyvec v1.8.0 |
1187 | 2024-11-13T19:05:08.027Z | Compiling cmake v0.1.51 |
1188 | 2024-11-13T19:05:09.042Z | Compiling libm v0.2.8 |
1189 | 2024-11-13T19:05:09.231Z | Compiling dunce v1.0.5 |
1190 | 2024-11-13T19:05:09.366Z | Compiling fs_extra v1.3.0 |
1191 | 2024-11-13T19:05:09.383Z | Compiling pkg-config v0.3.31 |
1192 | 2024-11-13T19:05:09.429Z | Compiling unicode-normalization v0.1.24 |
1193 | 2024-11-13T19:05:09.468Z | Compiling num-traits v0.2.19 |
1194 | 2024-11-13T19:05:09.760Z | Compiling unicode-bidi v0.3.17 |
1195 | 2024-11-13T19:05:10.530Z | Compiling ring v0.17.8 |
1196 | 2024-11-13T19:05:10.725Z | Compiling base64ct v1.6.0 |
1197 | 2024-11-13T19:05:10.892Z | Compiling paste v1.0.15 |
1198 | 2024-11-13T19:05:11.229Z | Compiling pem-rfc7468 v0.7.0 |
1199 | 2024-11-13T19:05:11.439Z | Compiling regex v1.11.1 |
1200 | 2024-11-13T19:05:11.710Z | Compiling flagset v0.4.6 |
1201 | 2024-11-13T19:05:11.915Z | Compiling aws-lc-rs v1.10.0 |
1202 | 2024-11-13T19:05:11.965Z | Compiling httparse v1.9.5 |
1203 | 2024-11-13T19:05:12.573Z | Compiling tracing-core v0.1.32 |
1204 | 2024-11-13T19:05:12.800Z | Compiling percent-encoding v2.3.1 |
1205 | 2024-11-13T19:05:13.160Z | Compiling rustls-pki-types v1.9.0 |
1206 | 2024-11-13T19:05:13.299Z | Compiling crossbeam-utils v0.8.20 |
1207 | 2024-11-13T19:05:13.883Z | Compiling vcpkg v0.2.15 |
1208 | 2024-11-13T19:05:13.902Z | Compiling untrusted v0.9.0 |
1209 | 2024-11-13T19:05:14.080Z | Compiling untrusted v0.7.1 |
1210 | 2024-11-13T19:05:14.196Z | Compiling mirai-annotations v1.12.0 |
1211 | 2024-11-13T19:05:14.227Z | Compiling powerfmt v0.2.0 |
1212 | 2024-11-13T19:05:14.245Z | Compiling serde_derive v1.0.215 |
1213 | 2024-11-13T19:05:14.265Z | Compiling zeroize_derive v1.4.2 |
1214 | 2024-11-13T19:05:14.397Z | Compiling zerocopy-derive v0.7.35 |
1215 | 2024-11-13T19:05:14.614Z | Compiling tokio-macros v2.4.0 |
1216 | 2024-11-13T19:05:15.845Z | Compiling zeroize v1.8.1 |
1217 | 2024-11-13T19:05:15.967Z | Compiling thiserror-impl v1.0.64 |
1218 | 2024-11-13T19:05:16.217Z | Compiling futures-macro v0.3.31 |
1219 | 2024-11-13T19:05:16.574Z | Compiling der_derive v0.7.3 |
1220 | 2024-11-13T19:05:16.706Z | Compiling zerocopy v0.7.35 |
1221 | 2024-11-13T19:05:17.507Z | Compiling tracing-attributes v0.1.27 |
1222 | 2024-11-13T19:05:17.626Z | Compiling crypto-common v0.1.6 |
1223 | 2024-11-13T19:05:17.866Z | Compiling block-buffer v0.10.4 |
1224 | 2024-11-13T19:05:18.144Z | Compiling digest v0.10.7 |
1225 | 2024-11-13T19:05:18.147Z | Compiling futures-util v0.3.31 |
1226 | 2024-11-13T19:05:18.308Z | Compiling block-padding v0.3.3 |
1227 | 2024-11-13T19:05:18.560Z | Compiling inout v0.1.3 |
1228 | 2024-11-13T19:05:18.649Z | Compiling hmac v0.12.1 |
1229 | 2024-11-13T19:05:18.844Z | Compiling cipher v0.4.4 |
1230 | 2024-11-13T19:05:18.882Z | Compiling sha2 v0.10.8 |
1231 | 2024-11-13T19:05:18.911Z | Compiling ppv-lite86 v0.2.20 |
1232 | 2024-11-13T19:05:19.056Z | Compiling der v0.7.9 |
1233 | 2024-11-13T19:05:19.190Z | Compiling thiserror v1.0.64 |
1234 | 2024-11-13T19:05:19.333Z | Compiling pest v2.7.14 |
1235 | 2024-11-13T19:05:19.333Z | Compiling salsa20 v0.10.2 |
1236 | 2024-11-13T19:05:19.573Z | Compiling pbkdf2 v0.12.2 |
1237 | 2024-11-13T19:05:19.739Z | Compiling rand_chacha v0.3.1 |
1238 | 2024-11-13T19:05:19.794Z | Compiling num-conv v0.1.0 |
1239 | 2024-11-13T19:05:20.087Z | Compiling time-core v0.1.2 |
1240 | 2024-11-13T19:05:20.277Z | Compiling rand v0.8.5 |
1241 | 2024-11-13T19:05:21.365Z | Compiling tracing v0.1.40 |
1242 | 2024-11-13T19:05:21.928Z | Compiling spki v0.7.3 |
1243 | 2024-11-13T19:05:22.127Z | Compiling pest_meta v2.7.14 |
1244 | 2024-11-13T19:05:22.310Z | Compiling time-macros v0.2.18 |
1245 | 2024-11-13T19:05:22.420Z | Compiling scrypt v0.11.0 |
1246 | 2024-11-13T19:05:22.446Z | Compiling cbc v0.1.2 |
1247 | 2024-11-13T19:05:22.591Z | Compiling aes v0.8.4 |
1248 | 2024-11-13T19:05:22.687Z | Compiling openssl-sys v0.9.104 |
1249 | 2024-11-13T19:05:23.019Z | Compiling deranged v0.3.11 |
1250 | 2024-11-13T19:05:23.860Z | Compiling scroll_derive v0.12.0 |
1251 | 2024-11-13T19:05:24.984Z | Compiling atomic-waker v1.1.2 |
1252 | 2024-11-13T19:05:25.173Z | Compiling num_threads v0.1.7 |
1253 | 2024-11-13T19:05:25.337Z | Compiling pkcs5 v0.7.1 |
1254 | 2024-11-13T19:05:25.361Z | Compiling scroll v0.12.0 |
1255 | 2024-11-13T19:05:25.443Z | Compiling pest_generator v2.7.14 |
1256 | 2024-11-13T19:05:25.578Z | Compiling time v0.3.36 |
1257 | 2024-11-13T19:05:25.597Z | Compiling form_urlencoded v1.2.1 |
1258 | 2024-11-13T19:05:25.914Z | Compiling try-lock v0.2.5 |
1259 | 2024-11-13T19:05:25.934Z | Compiling slog v2.7.0 |
1260 | 2024-11-13T19:05:26.071Z | Compiling goblin v0.8.2 |
1261 | 2024-11-13T19:05:26.298Z | Compiling want v0.3.1 |
1262 | 2024-11-13T19:05:26.531Z | Compiling pkcs8 v0.10.2 |
1263 | 2024-11-13T19:05:26.586Z | Compiling httpdate v1.0.3 |
1264 | 2024-11-13T19:05:27.080Z | Compiling idna v0.5.0 |
1265 | 2024-11-13T19:05:27.221Z | Compiling base64 v0.22.1 |
1266 | 2024-11-13T19:05:27.246Z | Compiling adler2 v2.0.0 |
1267 | 2024-11-13T19:05:27.445Z | Compiling match_cfg v0.1.0 |
1268 | 2024-11-13T19:05:27.465Z | Compiling foreign-types-shared v0.1.1 |
1269 | 2024-11-13T19:05:27.484Z | Compiling pest_derive v2.7.14 |
1270 | 2024-11-13T19:05:27.536Z | Compiling tower-service v0.3.3 |
1271 | 2024-11-13T19:05:27.570Z | Compiling openssl v0.10.68 |
1272 | 2024-11-13T19:05:27.666Z | Compiling iana-time-zone v0.1.61 |
1273 | 2024-11-13T19:05:27.973Z | Compiling rustversion v1.0.17 |
1274 | 2024-11-13T19:05:28.027Z | Compiling url v2.5.2 |
1275 | 2024-11-13T19:05:28.108Z | Compiling foreign-types v0.3.2 |
1276 | 2024-11-13T19:05:28.206Z | Compiling hostname v0.3.1 |
1277 | 2024-11-13T19:05:28.273Z | Compiling dtrace-parser v0.2.0 |
1278 | 2024-11-13T19:05:28.455Z | Compiling bitflags v2.6.0 |
1279 | 2024-11-13T19:05:28.690Z | Compiling bytes v1.7.2 |
1280 | 2024-11-13T19:05:28.884Z | Compiling indexmap v2.6.0 |
1281 | 2024-11-13T19:05:29.929Z | Compiling tokio v1.40.0 |
1282 | 2024-11-13T19:05:30.027Z | Compiling http v1.1.0 |
1283 | 2024-11-13T19:05:30.397Z | Compiling semver v1.0.23 |
1284 | 2024-11-13T19:05:30.504Z | Compiling uuid v1.10.0 |
1285 | 2024-11-13T19:05:30.765Z | Compiling toml_datetime v0.6.8 |
1286 | 2024-11-13T19:05:31.163Z | Compiling rustc_version v0.4.1 |
1287 | 2024-11-13T19:05:31.302Z | Compiling serde_tokenstream v0.2.2 |
1288 | 2024-11-13T19:05:31.915Z | Compiling http-body v1.0.1 |
1289 | 2024-11-13T19:05:31.933Z | Compiling dof v0.3.0 |
1290 | 2024-11-13T19:05:32.012Z | Compiling serde_spanned v0.6.8 |
1291 | 2024-11-13T19:05:32.149Z | Compiling chrono v0.4.38 |
1292 | 2024-11-13T19:05:32.170Z | Compiling miniz_oxide v0.8.0 |
1293 | 2024-11-13T19:05:32.513Z | Compiling async-trait v0.1.83 |
1294 | 2024-11-13T19:05:33.640Z | Compiling which v4.4.2 |
1295 | 2024-11-13T19:05:33.709Z | Compiling usdt-impl v0.5.0 |
1296 | 2024-11-13T19:05:34.239Z | Compiling openssl-macros v0.1.1 |
1297 | 2024-11-13T19:05:34.242Z | Compiling dirs-sys-next v0.1.2 |
1298 | 2024-11-13T19:05:34.911Z | Compiling native-tls v0.2.12 |
1299 | 2024-11-13T19:05:35.012Z | Compiling data-encoding v2.6.0 |
1300 | 2024-11-13T19:05:35.223Z | Compiling rustls v0.22.4 |
1301 | 2024-11-13T19:05:35.273Z | Compiling siphasher v0.3.11 |
1302 | 2024-11-13T19:05:35.311Z | Compiling syn v1.0.109 |
1303 | 2024-11-13T19:05:35.482Z | Compiling rustls v0.23.14 |
1304 | 2024-11-13T19:05:35.754Z | Compiling dirs-next v2.0.0 |
1305 | 2024-11-13T19:05:35.952Z | Compiling http-body-util v0.1.2 |
1306 | 2024-11-13T19:05:36.000Z | Compiling heapless v0.7.17 |
1307 | 2024-11-13T19:05:36.323Z | Compiling crossbeam-epoch v0.9.18 |
1308 | 2024-11-13T19:05:36.480Z | Compiling signature v2.2.0 |
1309 | 2024-11-13T19:05:36.500Z | Compiling sha1 v0.10.6 |
1310 | 2024-11-13T19:05:36.788Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1311 | 2024-11-13T19:05:36.945Z | Compiling serde_derive_internals v0.29.1 |
1312 | 2024-11-13T19:05:37.113Z | Compiling thread_local v1.1.8 |
1313 | 2024-11-13T19:05:37.265Z | Compiling cookie v0.18.1 |
1314 | 2024-11-13T19:05:37.286Z | Compiling multer v3.1.0 |
1315 | 2024-11-13T19:05:37.464Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-11-13T19:05:37.524Z | Compiling unicode-properties v0.1.3 |
1317 | 2024-11-13T19:05:37.544Z | Compiling rayon-core v1.12.1 |
1318 | 2024-11-13T19:05:37.911Z | Compiling openssl-probe v0.1.5 |
1319 | 2024-11-13T19:05:37.924Z | Compiling slog-async v2.8.0 |
1320 | 2024-11-13T19:05:37.928Z | Compiling ipnet v2.10.1 |
1321 | 2024-11-13T19:05:37.961Z | Compiling schemars v0.8.21 |
1322 | 2024-11-13T19:05:38.301Z | Compiling tokio-util v0.7.12 |
1323 | 2024-11-13T19:05:38.320Z | Compiling mime v0.3.17 |
1324 | 2024-11-13T19:05:38.939Z | Compiling gimli v0.31.1 |
1325 | 2024-11-13T19:05:39.176Z | Compiling signal-hook v0.3.17 |
1326 | 2024-11-13T19:05:39.427Z | Compiling h2 v0.4.6 |
1327 | 2024-11-13T19:05:39.646Z | Compiling schemars_derive v0.8.21 |
1328 | 2024-11-13T19:05:39.891Z | Compiling stringprep v0.1.5 |
1329 | 2024-11-13T19:05:41.192Z | Compiling toml_edit v0.22.22 |
1330 | 2024-11-13T19:05:42.980Z | Compiling crossbeam-deque v0.8.5 |
1331 | 2024-11-13T19:05:43.316Z | Compiling addr2line v0.24.2 |
1332 | 2024-11-13T19:05:44.039Z | Compiling usdt-attr-macro v0.5.0 |
1333 | 2024-11-13T19:05:44.074Z | Compiling usdt-macro v0.5.0 |
1334 | 2024-11-13T19:05:44.538Z | Compiling term v0.7.0 |
1335 | 2024-11-13T19:05:45.567Z | Compiling curve25519-dalek v4.1.3 |
1336 | 2024-11-13T19:05:45.610Z | Compiling slog-json v2.6.1 |
1337 | 2024-11-13T19:05:45.632Z | Compiling serde_urlencoded v0.7.1 |
1338 | 2024-11-13T19:05:45.997Z | Compiling crossbeam-channel v0.5.13 |
1339 | 2024-11-13T19:05:46.095Z | Compiling hyper v1.4.1 |
1340 | 2024-11-13T19:05:46.161Z | Compiling futures-executor v0.3.31 |
1341 | 2024-11-13T19:05:46.192Z | Compiling md-5 v0.10.6 |
1342 | 2024-11-13T19:05:46.480Z | Compiling async-stream-impl v0.3.6 |
1343 | 2024-11-13T19:05:46.810Z | Compiling enum-as-inner v0.6.1 |
1344 | 2024-11-13T19:05:47.152Z | Compiling rustls-pemfile v2.2.0 |
1345 | 2024-11-13T19:05:47.502Z | Compiling num-integer v0.1.46 |
1346 | 2024-11-13T19:05:47.889Z | Compiling idna v0.3.0 |
1347 | 2024-11-13T19:05:47.946Z | Compiling idna v0.4.0 |
1348 | 2024-11-13T19:05:48.240Z | Compiling hash32 v0.2.1 |
1349 | 2024-11-13T19:05:48.622Z | Compiling hyper-util v0.1.10 |
1350 | 2024-11-13T19:05:49.473Z | Compiling ff v0.13.0 |
1351 | 2024-11-13T19:05:49.584Z | Compiling is-terminal v0.4.13 |
1352 | 2024-11-13T19:05:49.653Z | Compiling dropshot v0.12.0 |
1353 | 2024-11-13T19:05:49.710Z | Compiling object v0.36.5 |
1354 | 2024-11-13T19:05:49.714Z | Compiling portable-atomic v1.9.0 |
1355 | 2024-11-13T19:05:49.764Z | Compiling take_mut v0.2.2 |
1356 | 2024-11-13T19:05:49.921Z | Compiling dyn-clone v1.0.17 |
1357 | 2024-11-13T19:05:49.940Z | Compiling base16ct v0.2.0 |
1358 | 2024-11-13T19:05:50.146Z | Compiling anyhow v1.0.93 |
1359 | 2024-11-13T19:05:50.236Z | Compiling smoltcp v0.9.1 |
1360 | 2024-11-13T19:05:50.264Z | Compiling num-bigint-dig v0.8.4 |
1361 | 2024-11-13T19:05:50.548Z | Compiling rustc-demangle v0.1.24 |
1362 | 2024-11-13T19:05:50.741Z | Compiling quick-error v1.2.3 |
1363 | 2024-11-13T19:05:50.774Z | Compiling utf-8 v0.7.6 |
1364 | 2024-11-13T19:05:50.894Z | Compiling stable_deref_trait v1.2.0 |
1365 | 2024-11-13T19:05:50.948Z | Compiling psl-types v2.0.11 |
1366 | 2024-11-13T19:05:51.005Z | Compiling fallible-iterator v0.2.0 |
1367 | 2024-11-13T19:05:51.105Z | Compiling linked-hash-map v0.5.6 |
1368 | 2024-11-13T19:05:51.148Z | Compiling publicsuffix v2.2.3 |
1369 | 2024-11-13T19:05:51.457Z | Compiling lru-cache v0.1.2 |
1370 | 2024-11-13T19:05:51.520Z | Compiling tungstenite v0.24.0 |
1371 | 2024-11-13T19:05:51.675Z | Compiling resolv-conf v0.7.0 |
1372 | 2024-11-13T19:05:51.737Z | Compiling postgres-protocol v0.6.7 |
1373 | 2024-11-13T19:05:52.312Z | Compiling sec1 v0.7.3 |
1374 | 2024-11-13T19:05:52.906Z | Compiling slog-term v2.9.1 |
1375 | 2024-11-13T19:05:53.075Z | Compiling group v0.13.0 |
1376 | 2024-11-13T19:05:53.417Z | Compiling usdt v0.5.0 |
1377 | 2024-11-13T19:05:53.897Z | Compiling hickory-proto v0.24.1 |
1378 | 2024-11-13T19:05:53.919Z | Compiling num-iter v0.1.45 |
1379 | 2024-11-13T19:05:53.938Z | Compiling async-stream v0.3.6 |
1380 | 2024-11-13T19:05:54.117Z | Compiling futures v0.3.31 |
1381 | 2024-11-13T19:05:54.229Z | Compiling slog-bunyan v2.5.0 |
1382 | 2024-11-13T19:05:54.267Z | Compiling toml v0.8.19 |
1383 | 2024-11-13T19:05:55.598Z | Compiling camino v1.1.9 |
1384 | 2024-11-13T19:05:56.229Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-11-13T19:05:56.522Z | Compiling phf_shared v0.11.2 |
1386 | 2024-11-13T19:05:56.596Z | Compiling terminal_size v0.4.0 |
1387 | 2024-11-13T19:05:56.821Z | Compiling dropshot_endpoint v0.12.0 |
1388 | 2024-11-13T19:05:56.903Z | Compiling openapiv3 v2.0.0 |
1389 | 2024-11-13T19:05:57.208Z | Compiling backtrace v0.3.74 |
1390 | 2024-11-13T19:05:57.377Z | Compiling serde_path_to_error v0.1.16 |
1391 | 2024-11-13T19:05:57.851Z | Compiling waitgroup v0.1.2 |
1392 | 2024-11-13T19:05:58.082Z | Compiling hkdf v0.12.4 |
1393 | 2024-11-13T19:05:58.237Z | Compiling crypto-bigint v0.5.5 |
1394 | 2024-11-13T19:05:58.337Z | Compiling curve25519-dalek-derive v0.1.1 |
1395 | 2024-11-13T19:05:58.643Z | Compiling hubpack_derive v0.1.1 |
1396 | 2024-11-13T19:05:59.576Z | Compiling zerocopy-derive v0.6.6 |
1397 | 2024-11-13T19:05:59.909Z | Compiling webpki-roots v0.26.6 |
1398 | 2024-11-13T19:06:00.134Z | Compiling hostname v0.4.0 |
1399 | 2024-11-13T19:06:00.401Z | Compiling ahash v0.8.11 |
1400 | 2024-11-13T19:06:00.736Z | Compiling fs-err v2.11.0 |
1401 | 2024-11-13T19:06:00.946Z | Compiling crc32fast v1.4.2 |
1402 | 2024-11-13T19:06:01.021Z | Compiling managed v0.8.0 |
1403 | 2024-11-13T19:06:01.272Z | Compiling debug-ignore v1.0.5 |
1404 | 2024-11-13T19:06:01.303Z | Compiling bitflags v1.3.2 |
1405 | 2024-11-13T19:06:01.417Z | Compiling winnow v0.5.40 |
1406 | 2024-11-13T19:06:01.437Z | Compiling clap_builder v4.5.20 |
1407 | 2024-11-13T19:06:01.493Z | Compiling console v0.15.8 |
1408 | 2024-11-13T19:06:01.834Z | Compiling zerocopy v0.6.6 |
1409 | 2024-11-13T19:06:02.742Z | Compiling strum_macros v0.25.3 |
1410 | 2024-11-13T19:06:03.117Z | Compiling elliptic-curve v0.13.8 |
1411 | 2024-11-13T19:06:03.744Z | Compiling flate2 v1.0.34 |
1412 | 2024-11-13T19:06:04.402Z | Compiling hubpack v0.1.2 |
1413 | 2024-11-13T19:06:04.428Z | Compiling hickory-resolver v0.24.1 |
1414 | 2024-11-13T19:06:04.853Z | Compiling phf v0.11.2 |
1415 | 2024-11-13T19:06:05.154Z | Compiling toml_edit v0.19.15 |
1416 | 2024-11-13T19:06:05.311Z | Compiling signal-hook-mio v0.2.4 |
1417 | 2024-11-13T19:06:05.483Z | Compiling hyper-tls v0.6.0 |
1418 | 2024-11-13T19:06:05.565Z | Compiling rayon v1.10.0 |
1419 | 2024-11-13T19:06:05.911Z | Compiling cookie_store v0.21.0 |
1420 | 2024-11-13T19:06:06.894Z | Compiling bzip2 v0.4.4 |
1421 | 2024-11-13T19:06:07.505Z | Compiling tokio-tungstenite v0.24.0 |
1422 | 2024-11-13T19:06:08.055Z | Compiling postgres-types v0.2.8 |
1423 | 2024-11-13T19:06:10.586Z | Compiling tokio-stream v0.1.16 |
1424 | 2024-11-13T19:06:10.938Z | Compiling ed25519 v2.2.3 |
1425 | 2024-11-13T19:06:11.126Z | Compiling phf_shared v0.10.0 |
1426 | 2024-11-13T19:06:11.295Z | Compiling serde-big-array v0.5.1 |
1427 | 2024-11-13T19:06:11.548Z | Compiling pkcs1 v0.7.5 |
1428 | 2024-11-13T19:06:11.568Z | Compiling rfc6979 v0.4.0 |
1429 | 2024-11-13T19:06:11.753Z | Compiling serde_repr v0.1.19 |
1430 | 2024-11-13T19:06:11.774Z | Compiling clap_derive v4.5.18 |
1431 | 2024-11-13T19:06:12.226Z | Compiling derive-where v1.2.7 |
1432 | 2024-11-13T19:06:12.582Z | Compiling float-cmp v0.9.0 |
1433 | 2024-11-13T19:06:12.818Z | Compiling bstr v1.10.0 |
1434 | 2024-11-13T19:06:12.858Z | Compiling sync_wrapper v1.0.1 |
1435 | 2024-11-13T19:06:12.954Z | Compiling whoami v1.5.2 |
1436 | 2024-11-13T19:06:13.010Z | Compiling bit-vec v0.6.3 |
1437 | 2024-11-13T19:06:13.262Z | Compiling difflib v0.4.0 |
1438 | 2024-11-13T19:06:13.465Z | Compiling precomputed-hash v0.1.1 |
1439 | 2024-11-13T19:06:13.590Z | Compiling normalize-line-endings v0.3.0 |
1440 | 2024-11-13T19:06:13.612Z | Compiling fixedbitset v0.4.2 |
1441 | 2024-11-13T19:06:13.711Z | Compiling new_debug_unreachable v1.0.6 |
1442 | 2024-11-13T19:06:13.812Z | Compiling number_prefix v0.4.0 |
1443 | 2024-11-13T19:06:14.044Z | Compiling predicates-core v1.0.8 |
1444 | 2024-11-13T19:06:14.104Z | Compiling unicode-segmentation v1.12.0 |
1445 | 2024-11-13T19:06:14.411Z | Compiling static_assertions v1.1.0 |
1446 | 2024-11-13T19:06:14.520Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1447 | 2024-11-13T19:06:14.603Z | Compiling predicates v3.1.2 |
1448 | 2024-11-13T19:06:14.909Z | Compiling similar v2.6.0 |
1449 | 2024-11-13T19:06:14.988Z | Compiling indicatif v0.17.8 |
1450 | 2024-11-13T19:06:15.879Z | Compiling petgraph v0.6.5 |
1451 | 2024-11-13T19:06:16.450Z | Compiling string_cache v0.8.7 |
1452 | 2024-11-13T19:06:16.920Z | Compiling clap v4.5.20 |
1453 | 2024-11-13T19:06:16.956Z | Compiling bit-set v0.5.3 |
1454 | 2024-11-13T19:06:17.048Z | Compiling tokio-postgres v0.7.12 |
1455 | 2024-11-13T19:06:17.220Z | Compiling rsa v0.9.6 |
1456 | 2024-11-13T19:06:17.259Z | Compiling ecdsa v0.16.9 |
1457 | 2024-11-13T19:06:17.377Z | Compiling ed25519-dalek v2.1.1 |
1458 | 2024-11-13T19:06:18.120Z | Compiling toml v0.7.8 |
1459 | 2024-11-13T19:06:18.676Z | Compiling zip v0.6.6 |
1460 | 2024-11-13T19:06:19.887Z | Compiling crossterm v0.28.1 |
1461 | 2024-11-13T19:06:20.619Z | Compiling hex v0.4.3 |
1462 | 2024-11-13T19:06:21.029Z | Compiling x509-cert v0.2.5 |
1463 | 2024-11-13T19:06:21.265Z | Compiling itertools v0.10.5 |
1464 | 2024-11-13T19:06:21.609Z | Compiling unicode-xid v0.2.6 |
1465 | 2024-11-13T19:06:21.807Z | Compiling peg-runtime v0.8.3 |
1466 | 2024-11-13T19:06:21.826Z | Compiling lalrpop-util v0.19.12 |
1467 | 2024-11-13T19:06:22.182Z | Compiling strum_macros v0.26.4 |
1468 | 2024-11-13T19:06:22.503Z | Compiling xattr v1.3.1 |
1469 | 2024-11-13T19:06:22.790Z | Compiling filetime v0.2.25 |
1470 | 2024-11-13T19:06:23.111Z | Compiling tar v0.4.43 |
1471 | 2024-11-13T19:06:27.506Z | Compiling strum v0.26.3 |
1472 | 2024-11-13T19:06:30.538Z | Compiling aws-lc-sys v0.22.0 |
1473 | 2024-11-13T19:06:58.406Z | Compiling rustls-webpki v0.102.8 |
1474 | 2024-11-13T19:07:01.847Z | Compiling tokio-rustls v0.25.0 |
1475 | 2024-11-13T19:07:03.353Z | Compiling tokio-rustls v0.26.0 |
1476 | 2024-11-13T19:07:03.800Z | Compiling hyper-rustls v0.27.3 |
1477 | 2024-11-13T19:07:04.162Z | Compiling reqwest v0.12.9 |
1478 | 2024-11-13T19:07:05.555Z | Compiling qorb v0.2.0 |
1479 | 2024-11-13T19:07:10.123Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1480 | 2024-11-13T19:07:10.363Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1481 | 2024-11-13T19:07:15.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
1482 | 2024-11-13T19:07:16.056Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1483 | 2024-11-13T19:07:16.105Z | Nov 13 19:07:14.572 INFO Starting download, target: Console |
1484 | 2024-11-13T19:07:16.105Z | Nov 13 19:07:14.572 INFO Starting download, target: DendriteOpenapi |
1485 | 2024-11-13T19:07:16.105Z | Nov 13 19:07:14.572 INFO Starting download, target: Clickhouse |
1486 | 2024-11-13T19:07:16.105Z | Nov 13 19:07:14.572 INFO Starting download, target: DendriteStub |
1487 | 2024-11-13T19:07:16.108Z | Nov 13 19:07:14.572 INFO Starting download, target: Cockroach |
1488 | 2024-11-13T19:07:16.108Z | Nov 13 19:07:14.572 INFO Starting download, target: MaghemiteMgd |
1489 | 2024-11-13T19:07:16.109Z | Nov 13 19:07:14.572 INFO Starting download, target: TransceiverControl |
1490 | 2024-11-13T19:07:16.109Z | Nov 13 19:07:14.573 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1491 | 2024-11-13T19:07:16.109Z | Nov 13 19:07:14.573 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1492 | 2024-11-13T19:07:16.109Z | Nov 13 19:07:14.573 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1493 | 2024-11-13T19:07:16.109Z | Nov 13 19:07:14.573 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1494 | 2024-11-13T19:07:16.109Z | Nov 13 19:07:14.573 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1495 | 2024-11-13T19:07:16.109Z | Nov 13 19:07:14.573 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1496 | 2024-11-13T19:07:16.109Z | Nov 13 19:07:14.573 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1497 | 2024-11-13T19:07:16.427Z | Nov 13 19:07:14.851 INFO Download complete, target: DendriteOpenapi |
1498 | 2024-11-13T19:07:16.474Z | Nov 13 19:07:14.918 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1499 | 2024-11-13T19:07:16.713Z | Nov 13 19:07:15.174 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1500 | 2024-11-13T19:07:17.032Z | Nov 13 19:07:15.496 INFO Download complete, target: Console |
1501 | 2024-11-13T19:07:17.063Z | Nov 13 19:07:15.530 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1502 | 2024-11-13T19:07:17.158Z | Nov 13 19:07:15.624 INFO Download complete, target: TransceiverControl |
1503 | 2024-11-13T19:07:17.162Z | Nov 13 19:07:15.626 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1504 | 2024-11-13T19:07:17.924Z | Nov 13 19:07:16.391 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1505 | 2024-11-13T19:07:17.924Z | Nov 13 19:07:16.391 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1506 | 2024-11-13T19:07:18.274Z | Nov 13 19:07:16.741 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1507 | 2024-11-13T19:07:19.788Z | Nov 13 19:07:18.252 INFO Download complete, target: DendriteStub |
1508 | 2024-11-13T19:07:19.889Z | Nov 13 19:07:18.338 INFO Download complete, target: MaghemiteMgd |
1509 | 2024-11-13T19:07:25.058Z | Nov 13 19:07:23.524 INFO Checking that binary works, target: Cockroach |
1510 | 2024-11-13T19:07:25.213Z | Nov 13 19:07:23.680 INFO Download complete, target: Cockroach |
1511 | 2024-11-13T19:07:30.143Z | Nov 13 19:07:28.608 INFO Checking that binary works, target: Clickhouse |
1512 | 2024-11-13T19:07:30.255Z | Nov 13 19:07:28.721 INFO Download complete, target: Clickhouse |
1513 | 2024-11-13T19:07:30.275Z | All builder prerequisites installed successfully, and PATH looks valid |
1514 | 2024-11-13T19:07:30.277Z | |
1515 | 2024-11-13T19:07:30.277Z | real 5:46.758805738 |
1516 | 2024-11-13T19:07:30.277Z | user 15:55.593710927 |
1517 | 2024-11-13T19:07:30.277Z | sys 3:06.851095192 |
1518 | 2024-11-13T19:07:30.277Z | trap 0.542608712 |
1519 | 2024-11-13T19:07:30.277Z | tflt 1.495887126 |
1520 | 2024-11-13T19:07:30.277Z | dflt 2.232505293 |
1521 | 2024-11-13T19:07:30.277Z | kflt 0.022982965 |
1522 | 2024-11-13T19:07:30.277Z | lock 27:57.741458813 |
1523 | 2024-11-13T19:07:30.277Z | slp 1:00:56.927945084 |
1524 | 2024-11-13T19:07:30.278Z | lat 55.956043962 |
1525 | 2024-11-13T19:07:30.278Z | stop 2:08.776556807 |
1526 | 2024-11-13T19:07:30.278Z | + banner clippy |
1527 | 2024-11-13T19:07:30.280Z | |
1528 | 2024-11-13T19:07:30.280Z | #### # # ##### ##### # # |
1529 | 2024-11-13T19:07:30.280Z | # # # # # # # # # # |
1530 | 2024-11-13T19:07:30.280Z | # # # # # # # # |
1531 | 2024-11-13T19:07:30.280Z | # # # ##### ##### # |
1532 | 2024-11-13T19:07:30.280Z | # # # # # # # |
1533 | 2024-11-13T19:07:30.280Z | #### ###### # # # # |
1534 | 2024-11-13T19:07:30.280Z | |
1535 | 2024-11-13T19:07:30.280Z | + export CARGO_INCREMENTAL=0 |
1536 | 2024-11-13T19:07:30.280Z | + CARGO_INCREMENTAL=0 |
1537 | 2024-11-13T19:07:30.280Z | + ptime -m cargo xtask clippy |
1538 | 2024-11-13T19:07:30.797Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1539 | 2024-11-13T19:07:34.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
1540 | 2024-11-13T19:07:34.614Z | Running `target/debug/xtask clippy` |
1541 | 2024-11-13T19:07:34.634Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1542 | 2024-11-13T19:07:35.265Z | Downloading crates ... |
1543 | 2024-11-13T19:07:35.580Z | Downloaded async-channel v2.3.1 |
1544 | 2024-11-13T19:07:35.585Z | Downloaded approx v0.5.1 |
1545 | 2024-11-13T19:07:35.587Z | Downloaded nested v0.1.1 |
1546 | 2024-11-13T19:07:35.595Z | Downloaded escape8259 v0.5.3 |
1547 | 2024-11-13T19:07:35.599Z | Downloaded serde_regex v1.1.0 |
1548 | 2024-11-13T19:07:35.601Z | Downloaded assert-json-diff v2.0.2 |
1549 | 2024-11-13T19:07:35.603Z | Downloaded indoc v2.0.5 |
1550 | 2024-11-13T19:07:35.606Z | Downloaded concurrent-queue v2.5.0 |
1551 | 2024-11-13T19:07:35.606Z | Downloaded async-attributes v1.1.2 |
1552 | 2024-11-13T19:07:35.609Z | Downloaded path-tree v0.8.1 |
1553 | 2024-11-13T19:07:35.611Z | Downloaded event-listener-strategy v0.5.2 |
1554 | 2024-11-13T19:07:35.614Z | Downloaded parking v2.2.1 |
1555 | 2024-11-13T19:07:35.614Z | Downloaded target-spec v3.2.2 |
1556 | 2024-11-13T19:07:35.616Z | Downloaded futures-timer v3.0.3 |
1557 | 2024-11-13T19:07:35.616Z | Downloaded datatest-stable v0.2.9 |
1558 | 2024-11-13T19:07:35.619Z | Downloaded stringmetrics v2.2.2 |
1559 | 2024-11-13T19:07:35.621Z | Downloaded cast v0.3.0 |
1560 | 2024-11-13T19:07:35.622Z | Downloaded async-task v4.7.1 |
1561 | 2024-11-13T19:07:35.625Z | Downloaded anes v0.1.6 |
1562 | 2024-11-13T19:07:35.630Z | Downloaded async-channel v1.9.0 |
1563 | 2024-11-13T19:07:35.630Z | Downloaded async-process v2.3.0 |
1564 | 2024-11-13T19:07:35.630Z | Downloaded assert_cmd v2.0.16 |
1565 | 2024-11-13T19:07:35.635Z | Downloaded async-executor v1.13.1 |
1566 | 2024-11-13T19:07:35.635Z | Downloaded trybuild v1.0.100 |
1567 | 2024-11-13T19:07:35.638Z | Downloaded rstest_macros v0.23.0 |
1568 | 2024-11-13T19:07:35.641Z | Downloaded rand_distr v0.4.3 |
1569 | 2024-11-13T19:07:35.643Z | Downloaded polling v3.7.3 |
1570 | 2024-11-13T19:07:35.646Z | Downloaded async-io v2.3.4 |
1571 | 2024-11-13T19:07:35.650Z | Downloaded plotters v0.3.7 |
1572 | 2024-11-13T19:07:35.660Z | Downloaded pathdiff v0.2.2 |
1573 | 2024-11-13T19:07:35.663Z | Downloaded doc-comment v0.3.3 |
1574 | 2024-11-13T19:07:35.663Z | Downloaded plotters-svg v0.3.7 |
1575 | 2024-11-13T19:07:35.663Z | Downloaded guppy-workspace-hack v0.1.0 |
1576 | 2024-11-13T19:07:35.663Z | Downloaded async-object-pool v0.1.5 |
1577 | 2024-11-13T19:07:35.672Z | Downloaded async-signal v0.2.10 |
1578 | 2024-11-13T19:07:35.676Z | Downloaded num_cpus v1.16.0 |
1579 | 2024-11-13T19:07:35.679Z | Downloaded piper v0.2.4 |
1580 | 2024-11-13T19:07:35.681Z | Downloaded kv-log-macro v1.0.7 |
1581 | 2024-11-13T19:07:35.683Z | Downloaded blocking v1.6.1 |
1582 | 2024-11-13T19:07:35.686Z | Downloaded event-listener v2.5.3 |
1583 | 2024-11-13T19:07:35.692Z | Downloaded threadpool v1.8.1 |
1584 | 2024-11-13T19:07:35.694Z | Downloaded plotters-backend v0.3.7 |
1585 | 2024-11-13T19:07:35.696Z | Downloaded oorandom v11.1.4 |
1586 | 2024-11-13T19:07:35.696Z | Downloaded proc-macro-crate v3.2.0 |
1587 | 2024-11-13T19:07:35.701Z | Downloaded libtest-mimic v0.7.3 |
1588 | 2024-11-13T19:07:35.704Z | Downloaded relative-path v1.9.3 |
1589 | 2024-11-13T19:07:35.706Z | Downloaded criterion-plot v0.5.0 |
1590 | 2024-11-13T19:07:35.706Z | Downloaded async-lock v3.4.0 |
1591 | 2024-11-13T19:07:35.709Z | Downloaded hyper-rustls v0.26.0 |
1592 | 2024-11-13T19:07:35.711Z | Downloaded target-lexicon v0.12.16 |
1593 | 2024-11-13T19:07:35.714Z | Downloaded tinytemplate v1.2.1 |
1594 | 2024-11-13T19:07:35.714Z | Downloaded similar-asserts v1.6.0 |
1595 | 2024-11-13T19:07:35.716Z | Downloaded rust-argon2 v2.1.0 |
1596 | 2024-11-13T19:07:35.718Z | Downloaded rustls-native-certs v0.7.3 |
1597 | 2024-11-13T19:07:35.733Z | Downloaded event-listener v5.3.1 |
1598 | 2024-11-13T19:07:35.735Z | Downloaded rstest v0.23.0 |
1599 | 2024-11-13T19:07:35.740Z | Downloaded cfg-expr v0.17.0 |
1600 | 2024-11-13T19:07:35.743Z | Downloaded httptest v0.16.1 |
1601 | 2024-11-13T19:07:35.745Z | Downloaded async-global-executor v2.4.1 |
1602 | 2024-11-13T19:07:35.748Z | Downloaded partial-io v0.5.4 |
1603 | 2024-11-13T19:07:35.750Z | Downloaded futures-lite v2.3.0 |
1604 | 2024-11-13T19:07:35.750Z | Downloaded blake2b_simd v1.0.2 |
1605 | 2024-11-13T19:07:35.753Z | Downloaded yansi v1.0.1 |
1606 | 2024-11-13T19:07:35.755Z | Downloaded pretty_assertions v1.4.1 |
1607 | 2024-11-13T19:07:35.755Z | Downloaded criterion v0.5.1 |
1608 | 2024-11-13T19:07:35.762Z | Downloaded fancy-regex v0.13.0 |
1609 | 2024-11-13T19:07:35.765Z | Downloaded guppy v0.17.8 |
1610 | 2024-11-13T19:07:35.770Z | Downloaded async-std v1.13.0 |
1611 | 2024-11-13T19:07:35.841Z | Downloaded httpmock v0.8.0-alpha.1 |
1612 | 2024-11-13T19:07:36.571Z | Checking cfg-if v1.0.0 |
1613 | 2024-11-13T19:07:36.645Z | Checking libc v0.2.162 |
1614 | 2024-11-13T19:07:36.666Z | Checking serde v1.0.215 |
1615 | 2024-11-13T19:07:36.686Z | Checking memchr v2.7.4 |
1616 | 2024-11-13T19:07:36.709Z | Checking value-bag v1.9.0 |
1617 | 2024-11-13T19:07:36.723Z | Checking scopeguard v1.2.0 |
1618 | 2024-11-13T19:07:36.750Z | Checking zeroize v1.8.1 |
1619 | 2024-11-13T19:07:36.776Z | Checking itoa v1.0.11 |
1620 | 2024-11-13T19:07:36.801Z | Checking byteorder v1.5.0 |
1621 | 2024-11-13T19:07:36.844Z | Checking lock_api v0.4.12 |
1622 | 2024-11-13T19:07:36.977Z | Checking smallvec v1.13.2 |
1623 | 2024-11-13T19:07:37.005Z | Checking pin-project-lite v0.2.14 |
1624 | 2024-11-13T19:07:37.131Z | Checking log v0.4.22 |
1625 | 2024-11-13T19:07:37.131Z | Checking subtle v2.6.1 |
1626 | 2024-11-13T19:07:37.187Z | Checking once_cell v1.20.2 |
1627 | 2024-11-13T19:07:37.253Z | Checking typenum v1.17.0 |
1628 | 2024-11-13T19:07:37.329Z | Checking futures-core v0.3.31 |
1629 | 2024-11-13T19:07:37.408Z | Checking libm v0.2.8 |
1630 | 2024-11-13T19:07:37.496Z | Checking thiserror v1.0.64 |
1631 | 2024-11-13T19:07:37.522Z | Checking zerocopy v0.7.35 |
1632 | 2024-11-13T19:07:37.573Z | Checking ryu v1.0.18 |
1633 | 2024-11-13T19:07:37.632Z | Checking spin v0.9.8 |
1634 | 2024-11-13T19:07:37.665Z | Checking const-oid v0.9.6 |
1635 | 2024-11-13T19:07:37.774Z | Checking getrandom v0.2.15 |
1636 | 2024-11-13T19:07:37.803Z | Checking signal-hook-registry v1.4.2 |
1637 | 2024-11-13T19:07:37.983Z | Checking parking_lot_core v0.9.10 |
1638 | 2024-11-13T19:07:38.021Z | Checking rand_core v0.6.4 |
1639 | 2024-11-13T19:07:38.049Z | Checking mio v1.0.2 |
1640 | 2024-11-13T19:07:38.321Z | Checking num-traits v0.2.19 |
1641 | 2024-11-13T19:07:38.347Z | Checking parking_lot v0.12.3 |
1642 | 2024-11-13T19:07:38.350Z | Checking socket2 v0.5.7 |
1643 | 2024-11-13T19:07:38.564Z | Checking generic-array v0.14.7 |
1644 | 2024-11-13T19:07:38.644Z | Checking futures-io v0.3.31 |
1645 | 2024-11-13T19:07:38.683Z | Checking slab v0.4.9 |
1646 | 2024-11-13T19:07:38.834Z | Checking allocator-api2 v0.2.18 |
1647 | 2024-11-13T19:07:38.889Z | Checking cpufeatures v0.2.14 |
1648 | 2024-11-13T19:07:38.990Z | Checking futures-sink v0.3.31 |
1649 | 2024-11-13T19:07:39.055Z | Checking pin-utils v0.1.0 |
1650 | 2024-11-13T19:07:39.110Z | Checking foldhash v0.1.3 |
1651 | 2024-11-13T19:07:39.128Z | Checking equivalent v1.0.1 |
1652 | 2024-11-13T19:07:39.145Z | Checking futures-channel v0.3.31 |
1653 | 2024-11-13T19:07:39.239Z | Checking futures-task v0.3.31 |
1654 | 2024-11-13T19:07:39.263Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1655 | 2024-11-13T19:07:39.461Z | Checking iana-time-zone v0.1.61 |
1656 | 2024-11-13T19:07:39.494Z | Checking hashbrown v0.15.0 |
1657 | 2024-11-13T19:07:39.552Z | Checking futures-util v0.3.31 |
1658 | 2024-11-13T19:07:39.573Z | Checking fnv v1.0.7 |
1659 | 2024-11-13T19:07:39.599Z | Checking ppv-lite86 v0.2.20 |
1660 | 2024-11-13T19:07:39.615Z | Checking errno v0.3.9 |
1661 | 2024-11-13T19:07:39.692Z | Checking tracing-core v0.1.32 |
1662 | 2024-11-13T19:07:39.729Z | Checking crypto-common v0.1.6 |
1663 | 2024-11-13T19:07:39.791Z | Checking block-buffer v0.10.4 |
1664 | 2024-11-13T19:07:39.914Z | Checking tinyvec_macros v0.1.1 |
1665 | 2024-11-13T19:07:40.013Z | Checking tinyvec v1.8.0 |
1666 | 2024-11-13T19:07:40.039Z | Checking digest v0.10.7 |
1667 | 2024-11-13T19:07:40.063Z | Checking block-padding v0.3.3 |
1668 | 2024-11-13T19:07:40.269Z | Checking dyn-clone v1.0.17 |
1669 | 2024-11-13T19:07:40.331Z | Checking tracing v0.1.40 |
1670 | 2024-11-13T19:07:40.357Z | Checking rand_chacha v0.3.1 |
1671 | 2024-11-13T19:07:40.409Z | Checking unicode-bidi v0.3.17 |
1672 | 2024-11-13T19:07:40.437Z | Checking inout v0.1.3 |
1673 | 2024-11-13T19:07:40.603Z | Checking crossbeam-utils v0.8.20 |
1674 | 2024-11-13T19:07:40.677Z | Checking cipher v0.4.4 |
1675 | 2024-11-13T19:07:40.704Z | Checking percent-encoding v2.3.1 |
1676 | 2024-11-13T19:07:40.742Z | Checking rand v0.8.5 |
1677 | 2024-11-13T19:07:40.911Z | Checking base64ct v1.6.0 |
1678 | 2024-11-13T19:07:41.019Z | Checking regex-syntax v0.8.5 |
1679 | 2024-11-13T19:07:41.082Z | Checking form_urlencoded v1.2.1 |
1680 | 2024-11-13T19:07:41.293Z | Checking hmac v0.12.1 |
1681 | 2024-11-13T19:07:41.320Z | Checking httparse v1.9.5 |
1682 | 2024-11-13T19:07:41.344Z | Checking unicode-normalization v0.1.24 |
1683 | 2024-11-13T19:07:41.363Z | Checking atomic-waker v1.1.2 |
1684 | 2024-11-13T19:07:41.494Z | Checking sha2 v0.10.8 |
1685 | 2024-11-13T19:07:41.497Z | Checking aho-corasick v1.1.3 |
1686 | 2024-11-13T19:07:41.633Z | Checking bytes v1.7.2 |
1687 | 2024-11-13T19:07:41.739Z | Checking bitflags v2.6.0 |
1688 | 2024-11-13T19:07:42.058Z | Checking serde_json v1.0.132 |
1689 | 2024-11-13T19:07:42.061Z | Checking indexmap v2.6.0 |
1690 | 2024-11-13T19:07:42.100Z | Checking chrono v0.4.38 |
1691 | 2024-11-13T19:07:42.256Z | Checking rustix v0.38.37 |
1692 | 2024-11-13T19:07:42.421Z | Checking tokio v1.40.0 |
1693 | 2024-11-13T19:07:43.184Z | Checking uuid v1.10.0 |
1694 | 2024-11-13T19:07:43.376Z | Checking http v1.1.0 |
1695 | 2024-11-13T19:07:43.828Z | Checking untrusted v0.9.0 |
1696 | 2024-11-13T19:07:43.854Z | Checking lazy_static v1.5.0 |
1697 | 2024-11-13T19:07:43.990Z | Checking ring v0.17.8 |
1698 | 2024-11-13T19:07:43.993Z | Checking adler2 v2.0.0 |
1699 | 2024-11-13T19:07:44.104Z | Checking schemars v0.8.21 |
1700 | 2024-11-13T19:07:44.160Z | Checking unicode-ident v1.0.13 |
1701 | 2024-11-13T19:07:44.279Z | Checking regex-automata v0.4.8 |
1702 | 2024-11-13T19:07:44.326Z | Checking miniz_oxide v0.8.0 |
1703 | 2024-11-13T19:07:44.623Z | Checking powerfmt v0.2.0 |
1704 | 2024-11-13T19:07:44.744Z | Checking idna v0.5.0 |
1705 | 2024-11-13T19:07:44.914Z | Checking deranged v0.3.11 |
1706 | 2024-11-13T19:07:45.053Z | Checking pem-rfc7468 v0.7.0 |
1707 | 2024-11-13T19:07:45.313Z | Checking num_threads v0.1.7 |
1708 | 2024-11-13T19:07:45.440Z | Checking time-core v0.1.2 |
1709 | 2024-11-13T19:07:45.591Z | Checking rustls-pki-types v1.9.0 |
1710 | 2024-11-13T19:07:45.614Z | Checking num-conv v0.1.0 |
1711 | 2024-11-13T19:07:45.722Z | Checking url v2.5.2 |
1712 | 2024-11-13T19:07:45.750Z | Checking proc-macro2 v1.0.89 |
1713 | 2024-11-13T19:07:45.775Z | Checking untrusted v0.7.1 |
1714 | 2024-11-13T19:07:45.860Z | Checking http-body v1.0.1 |
1715 | 2024-11-13T19:07:45.948Z | Checking aws-lc-sys v0.22.0 |
1716 | 2024-11-13T19:07:46.082Z | Checking flagset v0.4.6 |
1717 | 2024-11-13T19:07:46.157Z | Checking base64 v0.22.1 |
1718 | 2024-11-13T19:07:46.274Z | Checking httpdate v1.0.3 |
1719 | 2024-11-13T19:07:46.446Z | Checking quote v1.0.37 |
1720 | 2024-11-13T19:07:46.531Z | Checking try-lock v0.2.5 |
1721 | 2024-11-13T19:07:46.556Z | Checking mirai-annotations v1.12.0 |
1722 | 2024-11-13T19:07:46.633Z | Checking der v0.7.9 |
1723 | 2024-11-13T19:07:46.673Z | Checking want v0.3.1 |
1724 | 2024-11-13T19:07:46.698Z | Checking time v0.3.36 |
1725 | 2024-11-13T19:07:46.738Z | Checking pbkdf2 v0.12.2 |
1726 | 2024-11-13T19:07:46.785Z | Checking syn v2.0.87 |
1727 | 2024-11-13T19:07:46.860Z | Checking aes v0.8.4 |
1728 | 2024-11-13T19:07:46.905Z | Checking salsa20 v0.10.2 |
1729 | 2024-11-13T19:07:47.122Z | Checking cbc v0.1.2 |
1730 | 2024-11-13T19:07:47.335Z | Checking ahash v0.8.11 |
1731 | 2024-11-13T19:07:47.741Z | Checking scrypt v0.11.0 |
1732 | 2024-11-13T19:07:47.901Z | Checking slog v2.7.0 |
1733 | 2024-11-13T19:07:47.969Z | Checking tower-service v0.3.3 |
1734 | 2024-11-13T19:07:48.103Z | Checking gimli v0.31.1 |
1735 | 2024-11-13T19:07:48.401Z | Checking object v0.36.5 |
1736 | 2024-11-13T19:07:48.541Z | Checking spki v0.7.3 |
1737 | 2024-11-13T19:07:48.571Z | Checking aws-lc-rs v1.10.0 |
1738 | 2024-11-13T19:07:48.849Z | Checking pkcs5 v0.7.1 |
1739 | 2024-11-13T19:07:48.944Z | Checking rustc-demangle v0.1.24 |
1740 | 2024-11-13T19:07:49.058Z | Checking utf8parse v0.2.2 |
1741 | 2024-11-13T19:07:49.212Z | Checking mime v0.3.17 |
1742 | 2024-11-13T19:07:49.351Z | Checking pkcs8 v0.10.2 |
1743 | 2024-11-13T19:07:49.399Z | Checking regex v1.11.1 |
1744 | 2024-11-13T19:07:49.531Z | Checking ipnet v2.10.1 |
1745 | 2024-11-13T19:07:49.665Z | Checking unicode-width v0.1.14 |
1746 | 2024-11-13T19:07:49.743Z | Checking tokio-util v0.7.12 |
1747 | 2024-11-13T19:07:50.011Z | Checking data-encoding v2.6.0 |
1748 | 2024-11-13T19:07:50.058Z | Checking http-body-util v0.1.2 |
1749 | 2024-11-13T19:07:50.133Z | Checking futures-executor v0.3.31 |
1750 | 2024-11-13T19:07:50.380Z | Checking serde_spanned v0.6.8 |
1751 | 2024-11-13T19:07:50.445Z | Checking rustls-webpki v0.102.8 |
1752 | 2024-11-13T19:07:50.516Z | Checking toml_datetime v0.6.8 |
1753 | 2024-11-13T19:07:50.569Z | Checking foreign-types-shared v0.1.1 |
1754 | 2024-11-13T19:07:50.615Z | Checking h2 v0.4.6 |
1755 | 2024-11-13T19:07:50.671Z | Checking openssl-probe v0.1.5 |
1756 | 2024-11-13T19:07:50.696Z | Checking anstyle v1.0.10 |
1757 | 2024-11-13T19:07:50.811Z | Checking foreign-types v0.3.2 |
1758 | 2024-11-13T19:07:50.840Z | Checking futures v0.3.31 |
1759 | 2024-11-13T19:07:50.910Z | Checking rustls-pemfile v2.2.0 |
1760 | 2024-11-13T19:07:50.957Z | Checking openssl-sys v0.9.104 |
1761 | 2024-11-13T19:07:51.045Z | Checking serde_urlencoded v0.7.1 |
1762 | 2024-11-13T19:07:51.124Z | Checking semver v1.0.23 |
1763 | 2024-11-13T19:07:51.293Z | Checking sha1 v0.10.6 |
1764 | 2024-11-13T19:07:51.508Z | Checking encoding_rs v0.8.34 |
1765 | 2024-11-13T19:07:51.540Z | Checking rustls v0.23.14 |
1766 | 2024-11-13T19:07:51.580Z | Checking anstyle-parse v0.2.5 |
1767 | 2024-11-13T19:07:51.873Z | Checking colorchoice v1.0.2 |
1768 | 2024-11-13T19:07:52.006Z | Checking anstyle-query v1.1.1 |
1769 | 2024-11-13T19:07:52.074Z | Checking addr2line v0.24.2 |
1770 | 2024-11-13T19:07:52.142Z | Checking is_terminal_polyfill v1.70.1 |
1771 | 2024-11-13T19:07:52.229Z | Checking openssl v0.10.68 |
1772 | 2024-11-13T19:07:52.281Z | Checking anstream v0.6.15 |
1773 | 2024-11-13T19:07:52.593Z | Checking terminal_size v0.4.0 |
1774 | 2024-11-13T19:07:52.643Z | Checking idna v0.3.0 |
1775 | 2024-11-13T19:07:52.759Z | Checking camino v1.1.9 |
1776 | 2024-11-13T19:07:53.109Z | Checking signature v2.2.0 |
1777 | 2024-11-13T19:07:53.282Z | Checking either v1.13.0 |
1778 | 2024-11-13T19:07:53.310Z | Checking winnow v0.6.20 |
1779 | 2024-11-13T19:07:53.491Z | Checking strsim v0.11.1 |
1780 | 2024-11-13T19:07:53.661Z | Checking clap_lex v0.7.2 |
1781 | 2024-11-13T19:07:53.738Z | Checking psl-types v2.0.11 |
1782 | 2024-11-13T19:07:53.778Z | Checking cookie v0.18.1 |
1783 | 2024-11-13T19:07:53.912Z | Checking clap_builder v4.5.20 |
1784 | 2024-11-13T19:07:53.940Z | Checking publicsuffix v2.2.3 |
1785 | 2024-11-13T19:07:54.182Z | Checking webpki-roots v0.26.6 |
1786 | 2024-11-13T19:07:54.274Z | Checking openapiv3 v2.0.0 |
1787 | 2024-11-13T19:07:54.440Z | Checking cookie_store v0.21.0 |
1788 | 2024-11-13T19:07:54.825Z | Checking backtrace v0.3.74 |
1789 | 2024-11-13T19:07:55.076Z | Checking is-terminal v0.4.13 |
1790 | 2024-11-13T19:07:55.207Z | Checking scroll v0.12.0 |
1791 | 2024-11-13T19:07:55.318Z | Checking anyhow v1.0.93 |
1792 | 2024-11-13T19:07:55.698Z | Checking sync_wrapper v1.0.1 |
1793 | 2024-11-13T19:07:55.722Z | Checking plain v0.2.3 |
1794 | 2024-11-13T19:07:55.872Z | Checking base16ct v0.2.0 |
1795 | 2024-11-13T19:07:55.910Z | Checking ucd-trie v0.1.7 |
1796 | 2024-11-13T19:07:56.061Z | Checking sec1 v0.7.3 |
1797 | 2024-11-13T19:07:56.083Z | Checking pest v2.7.14 |
1798 | 2024-11-13T19:07:56.293Z | Checking goblin v0.8.2 |
1799 | 2024-11-13T19:07:56.403Z | Checking num-integer v0.1.46 |
1800 | 2024-11-13T19:07:56.808Z | Checking hyper v1.4.1 |
1801 | 2024-11-13T19:07:56.880Z | Checking ff v0.13.0 |
1802 | 2024-11-13T19:07:56.955Z | Checking clap v4.5.20 |
1803 | 2024-11-13T19:07:56.980Z | Checking tokio-rustls v0.26.0 |
1804 | 2024-11-13T19:07:57.088Z | Checking pretty-hex v0.4.1 |
1805 | 2024-11-13T19:07:57.113Z | Checking group v0.13.0 |
1806 | 2024-11-13T19:07:57.262Z | Checking hkdf v0.12.4 |
1807 | 2024-11-13T19:07:57.367Z | Checking crypto-bigint v0.5.5 |
1808 | 2024-11-13T19:07:57.370Z | Checking thread-id v4.2.2 |
1809 | 2024-11-13T19:07:57.466Z | Checking crc32fast v1.4.2 |
1810 | 2024-11-13T19:07:57.499Z | Checking utf-8 v0.7.6 |
1811 | 2024-11-13T19:07:57.607Z | Checking bitflags v1.3.2 |
1812 | 2024-11-13T19:07:57.659Z | Checking native-tls v0.2.12 |
1813 | 2024-11-13T19:07:57.684Z | Checking static_assertions v1.1.0 |
1814 | 2024-11-13T19:07:57.707Z | Checking toml_edit v0.22.22 |
1815 | 2024-11-13T19:07:57.728Z | Checking memmap v0.7.0 |
1816 | 2024-11-13T19:07:57.788Z | Checking dirs-sys-next v0.1.2 |
1817 | 2024-11-13T19:07:57.923Z | Checking unicode-segmentation v1.12.0 |
1818 | 2024-11-13T19:07:57.970Z | Checking stable_deref_trait v1.2.0 |
1819 | 2024-11-13T19:07:57.993Z | Checking tokio-native-tls v0.3.1 |
1820 | 2024-11-13T19:07:58.082Z | Checking dirs-next v2.0.0 |
1821 | 2024-11-13T19:07:58.221Z | Checking num-iter v0.1.45 |
1822 | 2024-11-13T19:07:58.248Z | Checking crossbeam-channel v0.5.13 |
1823 | 2024-11-13T19:07:58.417Z | Checking crossbeam-epoch v0.9.18 |
1824 | 2024-11-13T19:07:58.605Z | Checking dtrace-parser v0.2.0 |
1825 | 2024-11-13T19:07:58.631Z | Checking thread_local v1.1.8 |
1826 | 2024-11-13T19:07:58.885Z | Checking hyper-util v0.1.10 |
1827 | 2024-11-13T19:07:58.887Z | Checking term v0.7.0 |
1828 | 2024-11-13T19:07:58.934Z | Checking bstr v1.10.0 |
1829 | 2024-11-13T19:07:58.988Z | Checking hex v0.4.3 |
1830 | 2024-11-13T19:07:59.116Z | Checking rfc6979 v0.4.0 |
1831 | 2024-11-13T19:07:59.308Z | Checking managed v0.8.0 |
1832 | 2024-11-13T19:07:59.334Z | Checking winnow v0.5.40 |
1833 | 2024-11-13T19:07:59.784Z | Checking take_mut v0.2.2 |
1834 | 2024-11-13T19:07:59.792Z | Checking match_cfg v0.1.0 |
1835 | 2024-11-13T19:07:59.792Z | Checking slog-async v2.8.0 |
1836 | 2024-11-13T19:07:59.793Z | Checking hostname v0.3.1 |
1837 | 2024-11-13T19:07:59.834Z | Checking slog-term v2.9.1 |
1838 | 2024-11-13T19:07:59.908Z | Checking crossbeam-deque v0.8.5 |
1839 | 2024-11-13T19:07:59.993Z | Checking num-bigint-dig v0.8.4 |
1840 | 2024-11-13T19:08:00.177Z | Checking elliptic-curve v0.13.8 |
1841 | 2024-11-13T19:08:00.205Z | Checking flate2 v1.0.34 |
1842 | 2024-11-13T19:08:00.293Z | Checking toml v0.8.19 |
1843 | 2024-11-13T19:08:00.328Z | Checking pkcs1 v0.7.5 |
1844 | 2024-11-13T19:08:00.750Z | Checking curve25519-dalek v4.1.3 |
1845 | 2024-11-13T19:08:00.827Z | Checking zerocopy v0.6.6 |
1846 | 2024-11-13T19:08:00.852Z | Checking ecdsa v0.16.9 |
1847 | 2024-11-13T19:08:00.872Z | Checking hyper-tls v0.6.0 |
1848 | 2024-11-13T19:08:01.069Z | Checking hyper-rustls v0.27.3 |
1849 | 2024-11-13T19:08:01.157Z | Checking siphasher v0.3.11 |
1850 | 2024-11-13T19:08:01.323Z | Checking dof v0.3.0 |
1851 | 2024-11-13T19:08:01.424Z | Checking reqwest v0.12.9 |
1852 | 2024-11-13T19:08:01.475Z | Checking rayon-core v1.12.1 |
1853 | 2024-11-13T19:08:01.542Z | Checking ed25519 v2.2.3 |
1854 | 2024-11-13T19:08:01.603Z | Checking rustls v0.22.4 |
1855 | 2024-11-13T19:08:01.885Z | Checking signal-hook v0.3.17 |
1856 | 2024-11-13T19:08:01.960Z | Checking usdt-impl v0.5.0 |
1857 | 2024-11-13T19:08:02.119Z | Checking rsa v0.9.6 |
1858 | 2024-11-13T19:08:02.159Z | Checking quick-error v1.2.3 |
1859 | 2024-11-13T19:08:02.228Z | Checking itertools v0.10.5 |
1860 | 2024-11-13T19:08:02.297Z | Checking toml_edit v0.19.15 |
1861 | 2024-11-13T19:08:02.322Z | Checking slog-json v2.6.1 |
1862 | 2024-11-13T19:08:02.483Z | Checking usdt v0.5.0 |
1863 | 2024-11-13T19:08:02.591Z | Checking ed25519-dalek v2.1.1 |
1864 | 2024-11-13T19:08:02.593Z | Checking x509-cert v0.2.5 |
1865 | 2024-11-13T19:08:02.725Z | Checking idna v0.4.0 |
1866 | 2024-11-13T19:08:03.011Z | Checking hubpack v0.1.2 |
1867 | 2024-11-13T19:08:03.158Z | Checking bzip2-sys v0.1.11+1.0.8 |
1868 | 2024-11-13T19:08:03.288Z | Checking bit-vec v0.6.3 |
1869 | 2024-11-13T19:08:03.294Z | Checking debug-ignore v1.0.5 |
1870 | 2024-11-13T19:08:03.334Z | Checking bzip2 v0.4.4 |
1871 | 2024-11-13T19:08:03.438Z | Checking slog-bunyan v2.5.0 |
1872 | 2024-11-13T19:08:03.569Z | Checking hickory-proto v0.24.1 |
1873 | 2024-11-13T19:08:03.621Z | Checking signal-hook-mio v0.2.4 |
1874 | 2024-11-13T19:08:03.630Z | Checking multer v3.1.0 |
1875 | 2024-11-13T19:08:03.668Z | Checking bit-set v0.5.3 |
1876 | 2024-11-13T19:08:03.791Z | Checking console v0.15.8 |
1877 | 2024-11-13T19:08:03.942Z | Checking serde_path_to_error v0.1.16 |
1878 | 2024-11-13T19:08:04.045Z | Checking waitgroup v0.1.2 |
1879 | 2024-11-13T19:08:04.182Z | Checking async-stream v0.3.6 |
1880 | 2024-11-13T19:08:04.209Z | Checking hostname v0.4.0 |
1881 | 2024-11-13T19:08:04.340Z | Checking hash32 v0.2.1 |
1882 | 2024-11-13T19:08:04.385Z | Checking linked-hash-map v0.5.6 |
1883 | 2024-11-13T19:08:04.412Z | Checking predicates-core v1.0.8 |
1884 | 2024-11-13T19:08:04.437Z | Checking unicode-properties v0.1.3 |
1885 | 2024-11-13T19:08:04.541Z | Checking crossterm v0.28.1 |
1886 | 2024-11-13T19:08:04.603Z | Checking rayon v1.10.0 |
1887 | 2024-11-13T19:08:04.636Z | Checking heapless v0.7.17 |
1888 | 2024-11-13T19:08:04.700Z | Checking lru-cache v0.1.2 |
1889 | 2024-11-13T19:08:04.724Z | Checking toml v0.7.8 |
1890 | 2024-11-13T19:08:04.796Z | Checking stringprep v0.1.5 |
1891 | 2024-11-13T19:08:04.886Z | Checking phf_shared v0.11.2 |
1892 | 2024-11-13T19:08:05.072Z | Checking similar v2.6.0 |
1893 | 2024-11-13T19:08:05.176Z | Checking tokio-stream v0.1.16 |
1894 | 2024-11-13T19:08:05.267Z | Checking tokio-rustls v0.25.0 |
1895 | 2024-11-13T19:08:05.455Z | Checking md-5 v0.10.6 |
1896 | 2024-11-13T19:08:05.655Z | Checking dropshot v0.12.0 |
1897 | 2024-11-13T19:08:05.684Z | Checking float-cmp v0.9.0 |
1898 | 2024-11-13T19:08:05.708Z | Checking normalize-line-endings v0.3.0 |
1899 | 2024-11-13T19:08:05.833Z | Checking fixedbitset v0.4.2 |
1900 | 2024-11-13T19:08:05.862Z | Checking fallible-iterator v0.2.0 |
1901 | 2024-11-13T19:08:05.916Z | Checking difflib v0.4.0 |
1902 | 2024-11-13T19:08:06.065Z | Checking smoltcp v0.9.1 |
1903 | 2024-11-13T19:08:06.104Z | Checking petgraph v0.6.5 |
1904 | 2024-11-13T19:08:06.233Z | Checking predicates v3.1.2 |
1905 | 2024-11-13T19:08:06.370Z | Checking phf v0.11.2 |
1906 | 2024-11-13T19:08:06.464Z | Checking postgres-protocol v0.6.7 |
1907 | 2024-11-13T19:08:06.658Z | Checking zip v0.6.6 |
1908 | 2024-11-13T19:08:06.924Z | Checking resolv-conf v0.7.0 |
1909 | 2024-11-13T19:08:07.128Z | Checking phf_shared v0.10.0 |
1910 | 2024-11-13T19:08:07.266Z | Checking tungstenite v0.24.0 |
1911 | 2024-11-13T19:08:07.353Z | Checking fs-err v2.11.0 |
1912 | 2024-11-13T19:08:07.406Z | Checking serde-big-array v0.5.1 |
1913 | 2024-11-13T19:08:07.604Z | Checking portable-atomic v1.9.0 |
1914 | 2024-11-13T19:08:07.643Z | Checking new_debug_unreachable v1.0.6 |
1915 | 2024-11-13T19:08:07.747Z | Checking lalrpop-util v0.19.12 |
1916 | 2024-11-13T19:08:07.905Z | Checking number_prefix v0.4.0 |
1917 | 2024-11-13T19:08:08.047Z | Checking minimal-lexical v0.2.1 |
1918 | 2024-11-13T19:08:08.109Z | Checking precomputed-hash v0.1.1 |
1919 | 2024-11-13T19:08:08.162Z | Checking tokio-tungstenite v0.24.0 |
1920 | 2024-11-13T19:08:08.234Z | Checking string_cache v0.8.7 |
1921 | 2024-11-13T19:08:08.385Z | Checking hickory-resolver v0.24.1 |
1922 | 2024-11-13T19:08:08.422Z | Checking nom v7.1.3 |
1923 | 2024-11-13T19:08:08.528Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1924 | 2024-11-13T19:08:08.555Z | Checking postgres-types v0.2.8 |
1925 | 2024-11-13T19:08:08.625Z | Checking itertools v0.12.1 |
1926 | 2024-11-13T19:08:08.628Z | Checking indicatif v0.17.8 |
1927 | 2024-11-13T19:08:09.273Z | Checking peg-runtime v0.8.3 |
1928 | 2024-11-13T19:08:09.298Z | Checking whoami v1.5.2 |
1929 | 2024-11-13T19:08:09.418Z | Compiling hashbrown v0.14.5 |
1930 | 2024-11-13T19:08:09.494Z | Compiling unsafe-libyaml v0.2.11 |
1931 | 2024-11-13T19:08:09.592Z | Checking tokio-postgres v0.7.12 |
1932 | 2024-11-13T19:08:09.873Z | Checking qorb v0.2.0 |
1933 | 2024-11-13T19:08:10.762Z | Compiling serde_yaml v0.9.34+deprecated |
1934 | 2024-11-13T19:08:10.871Z | Compiling regress v0.10.1 |
1935 | 2024-11-13T19:08:11.193Z | Compiling ident_case v1.0.1 |
1936 | 2024-11-13T19:08:11.322Z | Checking heck v0.5.0 |
1937 | 2024-11-13T19:08:11.373Z | Compiling darling_core v0.20.10 |
1938 | 2024-11-13T19:08:11.511Z | Checking progenitor-client v0.8.0 |
1939 | 2024-11-13T19:08:11.856Z | Checking fastrand v2.1.1 |
1940 | 2024-11-13T19:08:12.193Z | Compiling newtype-uuid v1.1.3 |
1941 | 2024-11-13T19:08:12.440Z | Checking ipnetwork v0.20.0 |
1942 | 2024-11-13T19:08:12.498Z | Compiling structmeta-derive v0.3.0 |
1943 | 2024-11-13T19:08:12.648Z | Checking strum v0.26.3 |
1944 | 2024-11-13T19:08:12.813Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1945 | 2024-11-13T19:08:13.073Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1946 | 2024-11-13T19:08:13.430Z | Checking tempfile v3.13.0 |
1947 | 2024-11-13T19:08:13.613Z | Checking instant v0.1.13 |
1948 | 2024-11-13T19:08:13.737Z | Checking regress v0.9.1 |
1949 | 2024-11-13T19:08:13.828Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1950 | 2024-11-13T19:08:14.018Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1951 | 2024-11-13T19:08:14.313Z | Checking macaddr v1.0.1 |
1952 | 2024-11-13T19:08:14.609Z | Compiling typify-impl v0.2.0 |
1953 | 2024-11-13T19:08:14.635Z | Checking backoff v0.4.0 |
1954 | 2024-11-13T19:08:14.934Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1955 | 2024-11-13T19:08:14.960Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1956 | 2024-11-13T19:08:15.093Z | Checking wait-timeout v0.2.0 |
1957 | 2024-11-13T19:08:15.123Z | Checking rand_xorshift v0.3.0 |
1958 | 2024-11-13T19:08:15.272Z | Checking rusty-fork v0.3.0 |
1959 | 2024-11-13T19:08:15.303Z | Compiling structmeta-derive v0.2.0 |
1960 | 2024-11-13T19:08:15.411Z | Compiling structmeta v0.3.0 |
1961 | 2024-11-13T19:08:15.569Z | Checking unarray v0.1.4 |
1962 | 2024-11-13T19:08:15.728Z | Checking proptest v1.5.0 |
1963 | 2024-11-13T19:08:15.851Z | Compiling parse-display-derive v0.10.0 |
1964 | 2024-11-13T19:08:15.874Z | Checking camino-tempfile v1.1.1 |
1965 | 2024-11-13T19:08:16.148Z | Compiling proc-macro-error v1.0.4 |
1966 | 2024-11-13T19:08:16.880Z | Compiling proc-macro-crate v1.3.1 |
1967 | 2024-11-13T19:08:17.303Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1968 | 2024-11-13T19:08:17.510Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1969 | 2024-11-13T19:08:17.680Z | Compiling foreign-types-macros v0.2.3 |
1970 | 2024-11-13T19:08:17.814Z | Checking foreign-types-shared v0.3.1 |
1971 | 2024-11-13T19:08:17.991Z | Compiling num_enum_derive v0.5.11 |
1972 | 2024-11-13T19:08:18.265Z | Checking tabwriter v1.4.0 |
1973 | 2024-11-13T19:08:18.305Z | Compiling structmeta v0.2.0 |
1974 | 2024-11-13T19:08:18.355Z | Compiling darling_macro v0.20.10 |
1975 | 2024-11-13T19:08:18.510Z | Checking cstr-argument v0.1.2 |
1976 | 2024-11-13T19:08:18.699Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1977 | 2024-11-13T19:08:18.740Z | Compiling test-strategy v0.3.1 |
1978 | 2024-11-13T19:08:19.039Z | Checking foreign-types v0.5.0 |
1979 | 2024-11-13T19:08:19.159Z | Checking pretty-hex v0.2.1 |
1980 | 2024-11-13T19:08:19.318Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1981 | 2024-11-13T19:08:19.342Z | Compiling darling v0.20.10 |
1982 | 2024-11-13T19:08:19.475Z | Compiling serde_with_macros v3.11.0 |
1983 | 2024-11-13T19:08:19.553Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1984 | 2024-11-13T19:08:19.638Z | Checking colored v2.1.0 |
1985 | 2024-11-13T19:08:19.716Z | Checking smf v0.2.3 |
1986 | 2024-11-13T19:08:19.954Z | Checking base64 v0.21.7 |
1987 | 2024-11-13T19:08:20.173Z | Compiling crucible-workspace-hack v0.1.0 |
1988 | 2024-11-13T19:08:20.363Z | Checking parse-display v0.10.0 |
1989 | 2024-11-13T19:08:20.455Z | Checking termtree v0.4.1 |
1990 | 2024-11-13T19:08:20.476Z | Compiling heapless v0.8.0 |
1991 | 2024-11-13T19:08:20.580Z | Checking num_enum v0.5.11 |
1992 | 2024-11-13T19:08:20.606Z | Checking hash32 v0.3.1 |
1993 | 2024-11-13T19:08:20.609Z | Compiling smoltcp v0.11.0 |
1994 | 2024-11-13T19:08:20.659Z | Checking predicates-tree v1.0.11 |
1995 | 2024-11-13T19:08:20.733Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1996 | 2024-11-13T19:08:20.800Z | Checking cobs v0.2.3 |
1997 | 2024-11-13T19:08:20.823Z | Checking sigpipe v0.1.3 |
1998 | 2024-11-13T19:08:20.934Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1999 | 2024-11-13T19:08:20.977Z | Checking postcard v1.0.10 |
2000 | 2024-11-13T19:08:21.007Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2001 | 2024-11-13T19:08:21.156Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2002 | 2024-11-13T19:08:21.307Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2003 | 2024-11-13T19:08:21.386Z | Compiling mockall_derive v0.13.0 |
2004 | 2024-11-13T19:08:21.527Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2005 | 2024-11-13T19:08:21.600Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2006 | 2024-11-13T19:08:21.858Z | Compiling zone_cfg_derive v0.3.0 |
2007 | 2024-11-13T19:08:22.056Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2008 | 2024-11-13T19:08:22.245Z | Checking serde_with v3.11.0 |
2009 | 2024-11-13T19:08:22.416Z | Compiling num-derive v0.4.2 |
2010 | 2024-11-13T19:08:22.613Z | Checking fragile v2.0.0 |
2011 | 2024-11-13T19:08:22.901Z | Checking downcast v0.11.0 |
2012 | 2024-11-13T19:08:23.103Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2013 | 2024-11-13T19:08:23.307Z | Checking zone v0.3.0 |
2014 | 2024-11-13T19:08:23.426Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2015 | 2024-11-13T19:08:23.703Z | Checking atomicwrites v0.4.4 |
2016 | 2024-11-13T19:08:23.936Z | Compiling convert_case v0.4.0 |
2017 | 2024-11-13T19:08:23.967Z | Checking tungstenite v0.21.0 |
2018 | 2024-11-13T19:08:24.143Z | Checking newline-converter v0.3.0 |
2019 | 2024-11-13T19:08:24.309Z | Checking expectorate v1.1.0 |
2020 | 2024-11-13T19:08:24.486Z | Checking itertools v0.13.0 |
2021 | 2024-11-13T19:08:24.797Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2022 | 2024-11-13T19:08:24.918Z | Compiling derive_more v0.99.18 |
2023 | 2024-11-13T19:08:24.941Z | Checking tokio-tungstenite v0.21.0 |
2024 | 2024-11-13T19:08:25.255Z | Checking same-file v1.0.6 |
2025 | 2024-11-13T19:08:25.323Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2026 | 2024-11-13T19:08:25.388Z | Checking arc-swap v1.7.1 |
2027 | 2024-11-13T19:08:25.430Z | Checking walkdir v2.5.0 |
2028 | 2024-11-13T19:08:25.724Z | Checking xattr v1.3.1 |
2029 | 2024-11-13T19:08:25.762Z | Checking filetime v0.2.25 |
2030 | 2024-11-13T19:08:25.801Z | Checking slog-scope v4.4.0 |
2031 | 2024-11-13T19:08:25.932Z | Compiling owo-colors v4.1.0 |
2032 | 2024-11-13T19:08:25.965Z | Checking tar v0.4.43 |
2033 | 2024-11-13T19:08:26.001Z | Checking slog-stdlog v4.1.1 |
2034 | 2024-11-13T19:08:26.181Z | Checking slog-envlogger v2.2.0 |
2035 | 2024-11-13T19:08:26.215Z | Compiling cancel-safe-futures v0.1.5 |
2036 | 2024-11-13T19:08:26.413Z | Checking swrite v0.1.0 |
2037 | 2024-11-13T19:08:26.727Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2038 | 2024-11-13T19:08:26.764Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2039 | 2024-11-13T19:08:27.056Z | Checking libsw v3.3.1 |
2040 | 2024-11-13T19:08:27.104Z | Checking password-hash v0.5.0 |
2041 | 2024-11-13T19:08:27.129Z | Checking blake2 v0.10.6 |
2042 | 2024-11-13T19:08:27.343Z | Checking indent_write v2.2.0 |
2043 | 2024-11-13T19:08:27.543Z | Checking linear-map v1.2.0 |
2044 | 2024-11-13T19:08:27.589Z | Checking num-rational v0.4.2 |
2045 | 2024-11-13T19:08:27.612Z | Checking argon2 v0.5.3 |
2046 | 2024-11-13T19:08:27.887Z | Checking pem v3.0.4 |
2047 | 2024-11-13T19:08:28.172Z | Checking num-complex v0.4.6 |
2048 | 2024-11-13T19:08:28.249Z | Checking float-ord v0.3.2 |
2049 | 2024-11-13T19:08:28.310Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2050 | 2024-11-13T19:08:28.390Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2051 | 2024-11-13T19:08:28.442Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2052 | 2024-11-13T19:08:28.486Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2053 | 2024-11-13T19:08:28.787Z | Compiling lzma-sys v0.1.20 |
2054 | 2024-11-13T19:08:29.070Z | Checking num v0.4.3 |
2055 | 2024-11-13T19:08:29.181Z | Checking humantime v2.1.0 |
2056 | 2024-11-13T19:08:29.204Z | Checking headers-core v0.3.0 |
2057 | 2024-11-13T19:08:29.291Z | Compiling heck v0.3.3 |
2058 | 2024-11-13T19:08:29.354Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2059 | 2024-11-13T19:08:29.461Z | Checking headers v0.4.0 |
2060 | 2024-11-13T19:08:29.678Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2061 | 2024-11-13T19:08:29.706Z | Compiling zone_cfg_derive v0.1.2 |
2062 | 2024-11-13T19:08:29.810Z | Checking yasna v0.5.2 |
2063 | 2024-11-13T19:08:29.976Z | Checking mockall v0.13.0 |
2064 | 2024-11-13T19:08:30.016Z | Checking base64 v0.13.1 |
2065 | 2024-11-13T19:08:30.251Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2066 | 2024-11-13T19:08:30.416Z | Checking ron v0.7.1 |
2067 | 2024-11-13T19:08:30.567Z | Checking xz2 v0.1.7 |
2068 | 2024-11-13T19:08:30.726Z | Checking rcgen v0.12.1 |
2069 | 2024-11-13T19:08:30.836Z | Checking subprocess v0.2.9 |
2070 | 2024-11-13T19:08:31.235Z | Checking zone v0.1.8 |
2071 | 2024-11-13T19:08:31.366Z | Checking half v2.4.1 |
2072 | 2024-11-13T19:08:31.390Z | Checking ciborium-io v0.2.2 |
2073 | 2024-11-13T19:08:31.509Z | Compiling semver v0.1.20 |
2074 | 2024-11-13T19:08:31.534Z | Checking highway v1.2.0 |
2075 | 2024-11-13T19:08:31.834Z | Checking ciborium-ll v0.2.2 |
2076 | 2024-11-13T19:08:31.941Z | Compiling rustc_version v0.1.7 |
2077 | 2024-11-13T19:08:32.138Z | Checking ciborium v0.2.2 |
2078 | 2024-11-13T19:08:32.181Z | Checking prettyplease v0.2.25 |
2079 | 2024-11-13T19:08:32.459Z | Compiling newtype_derive v0.1.6 |
2080 | 2024-11-13T19:08:32.533Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2081 | 2024-11-13T19:08:32.759Z | Compiling typify-macro v0.2.0 |
2082 | 2024-11-13T19:08:32.915Z | Checking steno v0.4.1 |
2083 | 2024-11-13T19:08:34.120Z | Compiling slog-dtrace v0.3.0 |
2084 | 2024-11-13T19:08:34.361Z | Checking display-error-chain v0.2.2 |
2085 | 2024-11-13T19:08:34.549Z | Compiling ring v0.16.20 |
2086 | 2024-11-13T19:08:34.903Z | Compiling blake3 v1.5.4 |
2087 | 2024-11-13T19:08:34.964Z | Checking keccak v0.1.5 |
2088 | 2024-11-13T19:08:35.232Z | Checking universal-hash v0.5.1 |
2089 | 2024-11-13T19:08:35.301Z | Checking sha3 v0.10.8 |
2090 | 2024-11-13T19:08:35.429Z | Checking secrecy v0.8.0 |
2091 | 2024-11-13T19:08:35.527Z | Checking opaque-debug v0.3.1 |
2092 | 2024-11-13T19:08:35.655Z | Checking aead v0.5.2 |
2093 | 2024-11-13T19:08:35.659Z | Checking poly1305 v0.8.0 |
2094 | 2024-11-13T19:08:35.705Z | Checking chacha20 v0.9.1 |
2095 | 2024-11-13T19:08:36.195Z | Checking gethostname v0.5.0 |
2096 | 2024-11-13T19:08:36.220Z | Compiling memmap2 v0.9.5 |
2097 | 2024-11-13T19:08:36.324Z | Compiling arrayref v0.3.9 |
2098 | 2024-11-13T19:08:36.435Z | Compiling constant_time_eq v0.3.1 |
2099 | 2024-11-13T19:08:36.623Z | Compiling spin v0.5.2 |
2100 | 2024-11-13T19:08:36.681Z | Compiling arrayvec v0.7.6 |
2101 | 2024-11-13T19:08:36.863Z | Compiling toolchain_find v0.4.0 |
2102 | 2024-11-13T19:08:36.901Z | Compiling thiserror-impl-no-std v2.0.2 |
2103 | 2024-11-13T19:08:36.996Z | Compiling typify v0.2.0 |
2104 | 2024-11-13T19:08:37.145Z | Compiling progenitor-impl v0.8.0 |
2105 | 2024-11-13T19:08:37.345Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2106 | 2024-11-13T19:08:37.526Z | Compiling topological-sort v0.2.2 |
2107 | 2024-11-13T19:08:37.670Z | Compiling rustfmt-wrapper v0.2.1 |
2108 | 2024-11-13T19:08:37.749Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2109 | 2024-11-13T19:08:38.217Z | Checking chacha20poly1305 v0.10.1 |
2110 | 2024-11-13T19:08:38.300Z | Checking nibble_vec v0.1.0 |
2111 | 2024-11-13T19:08:38.412Z | Checking endian-type v0.1.2 |
2112 | 2024-11-13T19:08:38.456Z | Checking fxhash v0.2.1 |
2113 | 2024-11-13T19:08:38.502Z | Checking termcolor v1.4.1 |
2114 | 2024-11-13T19:08:38.630Z | Checking radix_trie v0.2.1 |
2115 | 2024-11-13T19:08:38.635Z | Checking maplit v1.0.2 |
2116 | 2024-11-13T19:08:38.635Z | Compiling radium v0.7.0 |
2117 | 2024-11-13T19:08:38.784Z | Checking tap v1.0.1 |
2118 | 2024-11-13T19:08:38.981Z | Compiling maybe-uninit v2.0.0 |
2119 | 2024-11-13T19:08:39.009Z | Checking wyz v0.5.1 |
2120 | 2024-11-13T19:08:39.078Z | Checking crc-catalog v2.4.0 |
2121 | 2024-11-13T19:08:39.126Z | Compiling packed_struct v0.10.1 |
2122 | 2024-11-13T19:08:39.230Z | Checking funty v2.0.0 |
2123 | 2024-11-13T19:08:39.375Z | Checking crc v3.2.1 |
2124 | 2024-11-13T19:08:39.620Z | Checking kstat-rs v0.2.4 |
2125 | 2024-11-13T19:08:39.643Z | Compiling packed_struct_codegen v0.10.1 |
2126 | 2024-11-13T19:08:39.676Z | Compiling indexmap v1.9.3 |
2127 | 2024-11-13T19:08:39.794Z | Compiling libefi-sys v0.1.0 |
2128 | 2024-11-13T19:08:39.961Z | Checking nodrop v0.1.14 |
2129 | 2024-11-13T19:08:40.022Z | Checking smallvec v0.6.14 |
2130 | 2024-11-13T19:08:40.081Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2131 | 2024-11-13T19:08:40.102Z | Checking thiserror-no-std v2.0.2 |
2132 | 2024-11-13T19:08:40.104Z | Checking array-init v0.0.4 |
2133 | 2024-11-13T19:08:40.162Z | Checking bitvec v1.0.1 |
2134 | 2024-11-13T19:08:40.224Z | Compiling omicron-zone-package v0.11.1 |
2135 | 2024-11-13T19:08:40.414Z | Checking vsss-rs v3.3.4 |
2136 | 2024-11-13T19:08:40.468Z | Compiling async-recursion v1.1.1 |
2137 | 2024-11-13T19:08:41.167Z | Compiling bitfield-struct v0.6.2 |
2138 | 2024-11-13T19:08:41.944Z | Checking bitfield v0.14.0 |
2139 | 2024-11-13T19:08:42.173Z | Checking hashbrown v0.12.3 |
2140 | 2024-11-13T19:08:42.211Z | Checking serde-hex v0.1.0 |
2141 | 2024-11-13T19:08:42.612Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2142 | 2024-11-13T19:08:42.956Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2143 | 2024-11-13T19:08:43.207Z | Checking env_logger v0.10.2 |
2144 | 2024-11-13T19:08:43.212Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2145 | 2024-11-13T19:08:43.533Z | Checking ron v0.8.1 |
2146 | 2024-11-13T19:08:43.615Z | Checking hashbrown v0.13.2 |
2147 | 2024-11-13T19:08:43.635Z | Checking crc-any v2.5.0 |
2148 | 2024-11-13T19:08:43.950Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2149 | 2024-11-13T19:08:44.089Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2150 | 2024-11-13T19:08:44.316Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2151 | 2024-11-13T19:08:44.570Z | Checking path-slash v0.1.5 |
2152 | 2024-11-13T19:08:44.583Z | Compiling parking_lot_core v0.8.6 |
2153 | 2024-11-13T19:08:44.714Z | Checking glob v0.3.1 |
2154 | 2024-11-13T19:08:44.717Z | Checking object v0.30.4 |
2155 | 2024-11-13T19:08:44.850Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2156 | 2024-11-13T19:08:45.058Z | Checking hickory-client v0.24.1 |
2157 | 2024-11-13T19:08:45.108Z | Checking hickory-server v0.24.1 |
2158 | 2024-11-13T19:08:45.384Z | Checking parking_lot v0.11.2 |
2159 | 2024-11-13T19:08:45.407Z | Compiling progenitor-macro v0.8.0 |
2160 | 2024-11-13T19:08:45.712Z | Checking primeorder v0.13.6 |
2161 | 2024-11-13T19:08:45.734Z | Checking sled v0.34.7 |
2162 | 2024-11-13T19:08:46.195Z | Compiling unicase v2.7.0 |
2163 | 2024-11-13T19:08:46.269Z | Checking nanorand v0.7.0 |
2164 | 2024-11-13T19:08:46.511Z | Compiling buf-list v1.0.3 |
2165 | 2024-11-13T19:08:46.635Z | Checking home v0.5.9 |
2166 | 2024-11-13T19:08:46.685Z | Checking flume v0.11.1 |
2167 | 2024-11-13T19:08:46.772Z | Compiling const_format_proc_macros v0.2.33 |
2168 | 2024-11-13T19:08:47.077Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2169 | 2024-11-13T19:08:47.183Z | Checking atty v0.2.14 |
2170 | 2024-11-13T19:08:47.228Z | Compiling vte_generate_state_changes v0.1.2 |
2171 | 2024-11-13T19:08:47.318Z | Compiling salty v0.3.0 |
2172 | 2024-11-13T19:08:47.885Z | Checking vte v0.11.1 |
2173 | 2024-11-13T19:08:48.107Z | Checking p384 v0.13.0 |
2174 | 2024-11-13T19:08:48.268Z | Checking fd-lock v4.0.2 |
2175 | 2024-11-13T19:08:48.476Z | Compiling mime_guess v2.0.5 |
2176 | 2024-11-13T19:08:48.986Z | Checking const_format v0.2.33 |
2177 | 2024-11-13T19:08:49.081Z | Checking env_filter v0.1.2 |
2178 | 2024-11-13T19:08:49.260Z | Checking nu-ansi-term v0.50.1 |
2179 | 2024-11-13T19:08:49.314Z | Checking env_logger v0.11.5 |
2180 | 2024-11-13T19:08:49.334Z | Checking strip-ansi-escapes v0.2.0 |
2181 | 2024-11-13T19:08:49.482Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2182 | 2024-11-13T19:08:49.620Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2183 | 2024-11-13T19:08:49.663Z | Checking reedline v0.35.0 |
2184 | 2024-11-13T19:08:49.785Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2185 | 2024-11-13T19:08:50.019Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2186 | 2024-11-13T19:08:50.090Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2187 | 2024-11-13T19:08:50.120Z | Compiling dsl_auto_type v0.1.2 |
2188 | 2024-11-13T19:08:50.397Z | Checking scheduled-thread-pool v0.2.7 |
2189 | 2024-11-13T19:08:50.528Z | Compiling diesel_table_macro_syntax v0.2.0 |
2190 | 2024-11-13T19:08:50.576Z | Compiling crunchy v0.2.2 |
2191 | 2024-11-13T19:08:50.617Z | Checking http-range v0.1.5 |
2192 | 2024-11-13T19:08:50.755Z | Checking r2d2 v0.8.10 |
2193 | 2024-11-13T19:08:50.808Z | Checking hyper-staticfile v0.10.1 |
2194 | 2024-11-13T19:08:50.966Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2195 | 2024-11-13T19:08:51.131Z | Compiling phf_generator v0.11.2 |
2196 | 2024-11-13T19:08:51.305Z | Compiling tiny-keccak v2.0.2 |
2197 | 2024-11-13T19:08:51.329Z | Checking bytecount v0.6.8 |
2198 | 2024-11-13T19:08:51.488Z | Checking papergrid v0.11.0 |
2199 | 2024-11-13T19:08:51.633Z | Compiling phf_codegen v0.11.2 |
2200 | 2024-11-13T19:08:51.803Z | Compiling diesel_derives v2.2.3 |
2201 | 2024-11-13T19:08:51.859Z | Compiling tabled_derive v0.7.0 |
2202 | 2024-11-13T19:08:51.883Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2203 | 2024-11-13T19:08:52.152Z | Compiling parse-zoneinfo v0.3.1 |
2204 | 2024-11-13T19:08:52.528Z | Compiling ref-cast v1.0.23 |
2205 | 2024-11-13T19:08:53.006Z | Compiling cfg_aliases v0.1.1 |
2206 | 2024-11-13T19:08:53.129Z | Compiling nix v0.28.0 |
2207 | 2024-11-13T19:08:53.150Z | Compiling chrono-tz-build v0.4.0 |
2208 | 2024-11-13T19:08:53.913Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2209 | 2024-11-13T19:08:54.202Z | Compiling ascii-canvas v3.0.0 |
2210 | 2024-11-13T19:08:54.255Z | Compiling ena v0.14.3 |
2211 | 2024-11-13T19:08:54.352Z | Compiling ref-cast-impl v1.0.23 |
2212 | 2024-11-13T19:08:54.470Z | Checking tabled v0.15.0 |
2213 | 2024-11-13T19:08:54.651Z | Compiling diff v0.1.13 |
2214 | 2024-11-13T19:08:54.672Z | Compiling regex-syntax v0.6.29 |
2215 | 2024-11-13T19:08:54.772Z | Compiling chrono-tz v0.10.0 |
2216 | 2024-11-13T19:08:55.433Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2217 | 2024-11-13T19:08:55.456Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2218 | 2024-11-13T19:08:55.645Z | Checking signal-hook-tokio v0.3.1 |
2219 | 2024-11-13T19:08:57.048Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2220 | 2024-11-13T19:08:57.303Z | Compiling derive_builder_core v0.20.2 |
2221 | 2024-11-13T19:08:57.485Z | Compiling peg-macros v0.8.4 |
2222 | 2024-11-13T19:08:57.890Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2223 | 2024-11-13T19:08:59.151Z | Compiling lalrpop v0.19.12 |
2224 | 2024-11-13T19:08:59.494Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2225 | 2024-11-13T19:09:00.964Z | Compiling libxml v0.3.3 |
2226 | 2024-11-13T19:09:01.019Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2227 | 2024-11-13T19:09:01.019Z | Compiling sqlparser_derive v0.2.2 |
2228 | 2024-11-13T19:09:01.019Z | Checking progenitor v0.8.0 |
2229 | 2024-11-13T19:09:01.019Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2230 | 2024-11-13T19:09:01.019Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2231 | 2024-11-13T19:09:01.019Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2232 | 2024-11-13T19:09:01.236Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2233 | 2024-11-13T19:09:01.418Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2234 | 2024-11-13T19:09:07.272Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2235 | 2024-11-13T19:09:07.303Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2236 | 2024-11-13T19:09:07.303Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2237 | 2024-11-13T19:09:07.303Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2238 | 2024-11-13T19:09:07.303Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2239 | 2024-11-13T19:09:07.319Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2240 | 2024-11-13T19:09:07.597Z | Checking diesel v2.2.4 |
2241 | 2024-11-13T19:09:07.910Z | Compiling memoffset v0.9.1 |
2242 | 2024-11-13T19:09:08.229Z | Checking unicode_categories v0.1.1 |
2243 | 2024-11-13T19:09:08.555Z | Checking sqlformat v0.2.6 |
2244 | 2024-11-13T19:09:08.941Z | Checking peg v0.8.4 |
2245 | 2024-11-13T19:09:09.067Z | Checking sqlparser v0.45.0 |
2246 | 2024-11-13T19:09:09.991Z | Compiling derive_builder_macro v0.20.2 |
2247 | 2024-11-13T19:09:10.918Z | Checking rustyline v14.0.0 |
2248 | 2024-11-13T19:09:12.973Z | Checking tungstenite v0.23.0 |
2249 | 2024-11-13T19:09:13.877Z | Checking bcs v0.1.6 |
2250 | 2024-11-13T19:09:14.353Z | Compiling strum_macros v0.24.3 |
2251 | 2024-11-13T19:09:18.023Z | Compiling samael v0.0.17 |
2252 | 2024-11-13T19:09:18.518Z | Compiling pin-project-internal v1.1.6 |
2253 | 2024-11-13T19:09:19.775Z | Compiling indoc v1.0.9 |
2254 | 2024-11-13T19:09:21.651Z | Checking pin-project v1.1.6 |
2255 | 2024-11-13T19:09:21.800Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2256 | 2024-11-13T19:09:23.101Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2257 | 2024-11-13T19:09:24.334Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2258 | 2024-11-13T19:09:24.512Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2259 | 2024-11-13T19:09:25.429Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2260 | 2024-11-13T19:09:28.137Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2261 | 2024-11-13T19:09:28.832Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2262 | 2024-11-13T19:09:28.959Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2263 | 2024-11-13T19:09:29.272Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2264 | 2024-11-13T19:09:29.669Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2265 | 2024-11-13T19:09:29.830Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2266 | 2024-11-13T19:09:30.024Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2267 | 2024-11-13T19:09:31.292Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2268 | 2024-11-13T19:09:31.566Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2269 | 2024-11-13T19:09:31.676Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2270 | 2024-11-13T19:09:31.984Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2271 | 2024-11-13T19:09:32.142Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2272 | 2024-11-13T19:09:32.272Z | Checking tokio-tungstenite v0.23.1 |
2273 | 2024-11-13T19:09:32.572Z | Checking derive_builder v0.20.2 |
2274 | 2024-11-13T19:09:33.231Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2275 | 2024-11-13T19:09:33.524Z | Checking quick-xml v0.33.0 |
2276 | 2024-11-13T19:09:34.587Z | Compiling oso-derive v0.27.3 |
2277 | 2024-11-13T19:09:35.654Z | Compiling impl-trait-for-tuples v0.2.2 |
2278 | 2024-11-13T19:09:35.675Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2279 | 2024-11-13T19:09:36.426Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2280 | 2024-11-13T19:09:36.768Z | Checking nix v0.27.1 |
2281 | 2024-11-13T19:09:37.415Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2282 | 2024-11-13T19:09:37.586Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2283 | 2024-11-13T19:09:38.082Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2284 | 2024-11-13T19:09:38.356Z | Compiling snafu-derive v0.8.5 |
2285 | 2024-11-13T19:09:39.404Z | Compiling diesel-dtrace v0.3.0 |
2286 | 2024-11-13T19:09:39.579Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2287 | 2024-11-13T19:09:39.696Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2288 | 2024-11-13T19:09:40.417Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2289 | 2024-11-13T19:09:42.104Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2290 | 2024-11-13T19:09:42.189Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2291 | 2024-11-13T19:09:42.515Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2292 | 2024-11-13T19:09:42.539Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2293 | 2024-11-13T19:09:42.623Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2294 | 2024-11-13T19:09:43.988Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2295 | 2024-11-13T19:09:44.100Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2296 | 2024-11-13T19:09:44.133Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2297 | 2024-11-13T19:09:44.590Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2298 | 2024-11-13T19:09:44.917Z | Checking bumpalo v3.16.0 |
2299 | 2024-11-13T19:09:45.255Z | Checking lockfree-object-pool v0.1.6 |
2300 | 2024-11-13T19:09:45.503Z | Compiling zip v2.1.3 |
2301 | 2024-11-13T19:09:45.810Z | Checking simd-adler32 v0.3.7 |
2302 | 2024-11-13T19:09:46.193Z | Checking zopfli v0.8.1 |
2303 | 2024-11-13T19:09:46.906Z | Checking snafu v0.8.5 |
2304 | 2024-11-13T19:09:47.396Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2305 | 2024-11-13T19:09:48.292Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2306 | 2024-11-13T19:09:48.597Z | Checking globset v0.4.15 |
2307 | 2024-11-13T19:09:49.143Z | Checking bb8 v0.8.5 |
2308 | 2024-11-13T19:09:49.304Z | Checking olpc-cjson v0.1.4 |
2309 | 2024-11-13T19:09:49.531Z | Checking serde_plain v1.0.2 |
2310 | 2024-11-13T19:09:49.619Z | Compiling displaydoc v0.2.5 |
2311 | 2024-11-13T19:09:49.794Z | Checking typed-path v0.9.3 |
2312 | 2024-11-13T19:09:50.041Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2313 | 2024-11-13T19:09:50.729Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2314 | 2024-11-13T19:09:50.859Z | Checking async-bb8-diesel v0.2.1 |
2315 | 2024-11-13T19:09:51.837Z | Checking tough v0.19.0 |
2316 | 2024-11-13T19:09:52.047Z | Checking parse-size v1.1.0 |
2317 | 2024-11-13T19:09:52.241Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2318 | 2024-11-13T19:09:52.270Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2319 | 2024-11-13T19:09:52.445Z | Checking heck v0.4.1 |
2320 | 2024-11-13T19:09:52.681Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2321 | 2024-11-13T19:09:52.986Z | Checking assert_matches v1.5.0 |
2322 | 2024-11-13T19:09:53.095Z | Checking rand_seeder v0.3.0 |
2323 | 2024-11-13T19:09:53.116Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2324 | 2024-11-13T19:09:53.347Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2325 | 2024-11-13T19:09:53.438Z | Compiling libz-sys v1.1.20 |
2326 | 2024-11-13T19:09:54.293Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2327 | 2024-11-13T19:09:54.564Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2328 | 2024-11-13T19:09:55.006Z | Checking is_ci v1.2.0 |
2329 | 2024-11-13T19:09:55.163Z | Checking supports-color v3.0.1 |
2330 | 2024-11-13T19:09:55.287Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2331 | 2024-11-13T19:09:55.532Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2332 | 2024-11-13T19:09:55.705Z | Compiling vergen v8.3.2 |
2333 | 2024-11-13T19:09:55.821Z | Compiling cargo-platform v0.1.8 |
2334 | 2024-11-13T19:09:56.002Z | Checking smawk v0.3.2 |
2335 | 2024-11-13T19:09:56.217Z | Checking unicode-linebreak v0.1.5 |
2336 | 2024-11-13T19:09:56.290Z | Compiling cargo_metadata v0.18.1 |
2337 | 2024-11-13T19:09:56.456Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2338 | 2024-11-13T19:09:56.546Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2339 | 2024-11-13T19:09:56.641Z | Checking textwrap v0.16.1 |
2340 | 2024-11-13T19:09:57.026Z | Checking castaway v0.2.3 |
2341 | 2024-11-13T19:09:57.029Z | Compiling libsqlite3-sys v0.30.1 |
2342 | 2024-11-13T19:09:57.199Z | Compiling cfg_aliases v0.2.1 |
2343 | 2024-11-13T19:09:57.323Z | Compiling rustls v0.21.12 |
2344 | 2024-11-13T19:09:57.628Z | Compiling nix v0.29.0 |
2345 | 2024-11-13T19:09:57.649Z | Checking compact_str v0.8.0 |
2346 | 2024-11-13T19:09:58.542Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2347 | 2024-11-13T19:09:58.566Z | Checking unicode-truncate v1.1.0 |
2348 | 2024-11-13T19:09:58.786Z | Checking sct v0.7.1 |
2349 | 2024-11-13T19:09:58.851Z | Checking rustls-webpki v0.101.7 |
2350 | 2024-11-13T19:09:58.953Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2351 | 2024-11-13T19:09:59.019Z | Checking lru v0.12.5 |
2352 | 2024-11-13T19:09:59.316Z | Compiling instability v0.3.2 |
2353 | 2024-11-13T19:09:59.614Z | Checking cassowary v0.3.0 |
2354 | 2024-11-13T19:10:00.040Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2355 | 2024-11-13T19:10:00.303Z | Checking hashlink v0.9.1 |
2356 | 2024-11-13T19:10:00.345Z | Checking ratatui v0.28.1 |
2357 | 2024-11-13T19:10:00.381Z | Checking concurrent-queue v2.5.0 |
2358 | 2024-11-13T19:10:00.442Z | Checking plotters-backend v0.3.7 |
2359 | 2024-11-13T19:10:00.706Z | Checking parking v2.2.1 |
2360 | 2024-11-13T19:10:00.775Z | Checking fallible-iterator v0.3.0 |
2361 | 2024-11-13T19:10:00.889Z | Checking fallible-streaming-iterator v0.1.9 |
2362 | 2024-11-13T19:10:00.947Z | Checking plotters-svg v0.3.7 |
2363 | 2024-11-13T19:10:01.200Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2364 | 2024-11-13T19:10:01.422Z | Checking rusqlite v0.32.1 |
2365 | 2024-11-13T19:10:01.677Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2366 | 2024-11-13T19:10:01.973Z | Checking rustls-pemfile v1.0.4 |
2367 | 2024-11-13T19:10:02.197Z | Checking twox-hash v1.6.3 |
2368 | 2024-11-13T19:10:02.356Z | Checking cast v0.3.0 |
2369 | 2024-11-13T19:10:02.676Z | Checking criterion-plot v0.5.0 |
2370 | 2024-11-13T19:10:02.730Z | Checking plotters v0.3.7 |
2371 | 2024-11-13T19:10:02.851Z | Checking tokio-rustls v0.24.1 |
2372 | 2024-11-13T19:10:03.016Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2373 | 2024-11-13T19:10:03.203Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2374 | 2024-11-13T19:10:03.248Z | Checking fatfs v0.3.6 |
2375 | 2024-11-13T19:10:03.307Z | Checking tinytemplate v1.2.1 |
2376 | 2024-11-13T19:10:03.695Z | Checking csv-core v0.1.11 |
2377 | 2024-11-13T19:10:04.058Z | Checking oorandom v11.1.4 |
2378 | 2024-11-13T19:10:04.241Z | Checking hex-literal v0.4.1 |
2379 | 2024-11-13T19:10:04.340Z | Checking anes v0.1.6 |
2380 | 2024-11-13T19:10:04.381Z | Checking shell-words v1.1.0 |
2381 | 2024-11-13T19:10:04.471Z | Checking csv v1.3.0 |
2382 | 2024-11-13T19:10:04.547Z | Checking event-listener v5.3.1 |
2383 | 2024-11-13T19:10:04.677Z | Checking criterion v0.5.1 |
2384 | 2024-11-13T19:10:04.845Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2385 | 2024-11-13T19:10:04.940Z | Checking rtoolbox v0.0.2 |
2386 | 2024-11-13T19:10:05.153Z | Checking rpassword v7.3.1 |
2387 | 2024-11-13T19:10:05.294Z | Checking event-listener-strategy v0.5.2 |
2388 | 2024-11-13T19:10:05.316Z | Checking tui-tree-widget v0.22.0 |
2389 | 2024-11-13T19:10:05.504Z | Checking polyval v0.6.2 |
2390 | 2024-11-13T19:10:05.654Z | Checking futures-lite v2.3.0 |
2391 | 2024-11-13T19:10:05.781Z | Checking ghash v0.5.1 |
2392 | 2024-11-13T19:10:05.959Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2393 | 2024-11-13T19:10:07.004Z | Checking ctr v0.9.2 |
2394 | 2024-11-13T19:10:07.280Z | Checking yansi v1.0.1 |
2395 | 2024-11-13T19:10:07.607Z | Checking aes-gcm v0.10.3 |
2396 | 2024-11-13T19:10:07.683Z | Checking ssh-encoding v0.2.0 |
2397 | 2024-11-13T19:10:07.707Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2398 | 2024-11-13T19:10:07.848Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2399 | 2024-11-13T19:10:08.030Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2400 | 2024-11-13T19:10:08.508Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2401 | 2024-11-13T19:10:09.233Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2402 | 2024-11-13T19:10:10.761Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2403 | 2024-11-13T19:10:10.807Z | Checking pretty_assertions v1.4.1 |
2404 | 2024-11-13T19:10:10.994Z | Checking blowfish v0.9.1 |
2405 | 2024-11-13T19:10:11.241Z | Checking bcrypt-pbkdf v0.10.0 |
2406 | 2024-11-13T19:10:11.511Z | Checking ssh-cipher v0.2.0 |
2407 | 2024-11-13T19:10:11.807Z | Checking async-lock v3.4.0 |
2408 | 2024-11-13T19:10:12.793Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2409 | 2024-11-13T19:10:13.088Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2410 | 2024-11-13T19:10:13.125Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2411 | 2024-11-13T19:10:13.325Z | Checking polling v3.7.3 |
2412 | 2024-11-13T19:10:13.701Z | Checking password-hash v0.4.2 |
2413 | 2024-11-13T19:10:14.171Z | Checking matches v0.1.10 |
2414 | 2024-11-13T19:10:14.277Z | Checking idna v0.2.3 |
2415 | 2024-11-13T19:10:14.540Z | Checking pbkdf2 v0.11.0 |
2416 | 2024-11-13T19:10:14.812Z | Checking async-io v2.3.4 |
2417 | 2024-11-13T19:10:15.156Z | Checking ssh-key v0.6.6 |
2418 | 2024-11-13T19:10:15.705Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2419 | 2024-11-13T19:10:16.430Z | Checking p521 v0.13.3 |
2420 | 2024-11-13T19:10:16.714Z | Checking p256 v0.13.2 |
2421 | 2024-11-13T19:10:17.195Z | Checking russh-cryptovec v0.7.3 |
2422 | 2024-11-13T19:10:17.408Z | Compiling enum-as-inner v0.5.1 |
2423 | 2024-11-13T19:10:17.774Z | Checking md5 v0.7.0 |
2424 | 2024-11-13T19:10:18.041Z | Compiling doc-comment v0.3.3 |
2425 | 2024-11-13T19:10:18.378Z | Compiling target-lexicon v0.12.16 |
2426 | 2024-11-13T19:10:18.607Z | Checking async-task v4.7.1 |
2427 | 2024-11-13T19:10:19.139Z | Checking trust-dns-proto v0.22.0 |
2428 | 2024-11-13T19:10:19.424Z | Checking russh-keys v0.45.0 |
2429 | 2024-11-13T19:10:20.373Z | Checking async-channel v2.3.1 |
2430 | 2024-11-13T19:10:20.676Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2431 | 2024-11-13T19:10:20.721Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2432 | 2024-11-13T19:10:20.939Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2433 | 2024-11-13T19:10:21.767Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2434 | 2024-11-13T19:10:22.236Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2435 | 2024-11-13T19:10:22.300Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2436 | 2024-11-13T19:10:22.866Z | Checking piper v0.2.4 |
2437 | 2024-11-13T19:10:23.114Z | Checking num-bigint v0.4.6 |
2438 | 2024-11-13T19:10:24.367Z | Checking des v0.8.1 |
2439 | 2024-11-13T19:10:24.617Z | Compiling assert_cmd v2.0.16 |
2440 | 2024-11-13T19:10:25.048Z | Checking futures-timer v3.0.3 |
2441 | 2024-11-13T19:10:25.316Z | Compiling dhcproto-macros v0.1.0 |
2442 | 2024-11-13T19:10:25.695Z | Compiling guppy-workspace-hack v0.1.0 |
2443 | 2024-11-13T19:10:26.017Z | Checking russh v0.45.0 |
2444 | 2024-11-13T19:10:26.274Z | Checking dhcproto v0.12.0 |
2445 | 2024-11-13T19:10:27.025Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2446 | 2024-11-13T19:10:27.933Z | Checking blocking v1.6.1 |
2447 | 2024-11-13T19:10:28.350Z | Checking async-executor v1.13.1 |
2448 | 2024-11-13T19:10:28.497Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2449 | 2024-11-13T19:10:28.700Z | Checking async-signal v0.2.10 |
2450 | 2024-11-13T19:10:28.993Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2451 | 2024-11-13T19:10:29.105Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2452 | 2024-11-13T19:10:29.768Z | Checking internet-checksum v0.2.1 |
2453 | 2024-11-13T19:10:29.953Z | Checking event-listener v2.5.3 |
2454 | 2024-11-13T19:10:29.993Z | Compiling target-spec v3.2.2 |
2455 | 2024-11-13T19:10:30.178Z | Checking async-channel v1.9.0 |
2456 | 2024-11-13T19:10:30.593Z | Checking async-process v2.3.0 |
2457 | 2024-11-13T19:10:30.975Z | Checking async-global-executor v2.4.1 |
2458 | 2024-11-13T19:10:30.978Z | Checking cfg-expr v0.17.0 |
2459 | 2024-11-13T19:10:31.841Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2460 | 2024-11-13T19:10:31.862Z | Checking httptest v0.16.1 |
2461 | 2024-11-13T19:10:32.162Z | Checking rustls-native-certs v0.7.3 |
2462 | 2024-11-13T19:10:32.355Z | Checking num_cpus v1.16.0 |
2463 | 2024-11-13T19:10:32.489Z | Checking kv-log-macro v1.0.7 |
2464 | 2024-11-13T19:10:32.561Z | Compiling async-attributes v1.1.2 |
2465 | 2024-11-13T19:10:33.441Z | Checking async-std v1.13.0 |
2466 | 2024-11-13T19:10:34.655Z | Checking threadpool v1.8.1 |
2467 | 2024-11-13T19:10:34.868Z | Checking hyper-rustls v0.26.0 |
2468 | 2024-11-13T19:10:35.583Z | Checking pathdiff v0.2.2 |
2469 | 2024-11-13T19:10:35.753Z | Compiling rstest_macros v0.23.0 |
2470 | 2024-11-13T19:10:36.250Z | Checking nested v0.1.1 |
2471 | 2024-11-13T19:10:36.378Z | Checking escape8259 v0.5.3 |
2472 | 2024-11-13T19:10:36.469Z | Checking guppy v0.17.8 |
2473 | 2024-11-13T19:10:36.559Z | Checking libtest-mimic v0.7.3 |
2474 | 2024-11-13T19:10:37.065Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2475 | 2024-11-13T19:10:37.203Z | Checking async-object-pool v0.1.5 |
2476 | 2024-11-13T19:10:37.510Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2477 | 2024-11-13T19:10:38.620Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2478 | 2024-11-13T19:10:38.676Z | Checking similar-asserts v1.6.0 |
2479 | 2024-11-13T19:10:38.920Z | Checking fancy-regex v0.13.0 |
2480 | 2024-11-13T19:10:38.942Z | Checking serde_regex v1.1.0 |
2481 | 2024-11-13T19:10:39.213Z | Checking assert-json-diff v2.0.2 |
2482 | 2024-11-13T19:10:39.479Z | Compiling proc-macro-crate v3.2.0 |
2483 | 2024-11-13T19:10:39.634Z | Checking path-tree v0.8.1 |
2484 | 2024-11-13T19:10:39.978Z | Compiling relative-path v1.9.3 |
2485 | 2024-11-13T19:10:40.183Z | Checking stringmetrics v2.2.2 |
2486 | 2024-11-13T19:10:40.470Z | Compiling trybuild v1.0.100 |
2487 | 2024-11-13T19:10:40.721Z | Checking httpmock v0.8.0-alpha.1 |
2488 | 2024-11-13T19:10:40.961Z | Checking datatest-stable v0.2.9 |
2489 | 2024-11-13T19:10:41.300Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2490 | 2024-11-13T19:10:42.699Z | Checking blake2b_simd v1.0.2 |
2491 | 2024-11-13T19:10:43.606Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2492 | 2024-11-13T19:10:45.931Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2493 | 2024-11-13T19:10:46.222Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2494 | 2024-11-13T19:10:46.515Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2495 | 2024-11-13T19:10:46.815Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2496 | 2024-11-13T19:10:47.343Z | Checking serde_tokenstream v0.2.2 |
2497 | 2024-11-13T19:10:47.731Z | Compiling git2 v0.19.0 |
2498 | 2024-11-13T19:10:47.840Z | Checking uzers v0.12.1 |
2499 | 2024-11-13T19:10:48.406Z | Checking rust-argon2 v2.1.0 |
2500 | 2024-11-13T19:10:50.294Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2501 | 2024-11-13T19:10:50.735Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2502 | 2024-11-13T19:10:51.673Z | Checking rstest v0.23.0 |
2503 | 2024-11-13T19:10:51.851Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2504 | 2024-11-13T19:10:51.900Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2505 | 2024-11-13T19:10:51.923Z | Checking rand_distr v0.4.3 |
2506 | 2024-11-13T19:10:52.213Z | Checking multimap v0.10.0 |
2507 | 2024-11-13T19:10:52.526Z | Checking approx v0.5.1 |
2508 | 2024-11-13T19:10:52.764Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2509 | 2024-11-13T19:10:53.367Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2510 | 2024-11-13T19:10:53.882Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2511 | 2024-11-13T19:10:54.363Z | Checking partial-io v0.5.4 |
2512 | 2024-11-13T19:10:54.769Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2513 | 2024-11-13T19:10:55.075Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2514 | 2024-11-13T19:10:55.400Z | Checking cargo_toml v0.20.5 |
2515 | 2024-11-13T19:10:55.448Z | Checking termios v0.3.3 |
2516 | 2024-11-13T19:10:55.681Z | Compiling indoc v2.0.5 |
2517 | 2024-11-13T19:10:56.540Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2518 | 2024-11-13T19:10:57.479Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2519 | 2024-11-13T19:10:57.823Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2520 | 2024-11-13T19:11:00.365Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2521 | 2024-11-13T19:11:15.534Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2522 | 2024-11-13T19:11:23.072Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2523 | 2024-11-13T19:11:23.509Z | Compiling polar-core v0.27.3 |
2524 | 2024-11-13T19:11:35.025Z | Checking oso v0.27.3 |
2525 | 2024-11-13T19:11:56.852Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2526 | 2024-11-13T19:11:59.133Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2527 | 2024-11-13T19:11:59.271Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2528 | 2024-11-13T19:12:32.117Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2529 | 2024-11-13T19:12:32.117Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2530 | 2024-11-13T19:12:32.120Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2531 | 2024-11-13T19:13:55.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s |
2532 | 2024-11-13T19:13:55.406Z | |
2533 | 2024-11-13T19:13:55.412Z | real 6:25.084904591 |
2534 | 2024-11-13T19:13:55.412Z | user 34:47.049155385 |
2535 | 2024-11-13T19:13:55.412Z | sys 6:14.750300903 |
2536 | 2024-11-13T19:13:55.412Z | trap 0.930430646 |
2537 | 2024-11-13T19:13:55.412Z | tflt 2.467423876 |
2538 | 2024-11-13T19:13:55.412Z | dflt 0.696990767 |
2539 | 2024-11-13T19:13:55.412Z | kflt 0.000795027 |
2540 | 2024-11-13T19:13:55.412Z | lock 50:02.106621659 |
2541 | 2024-11-13T19:13:55.412Z | slp 2:00:27.854440680 |
2542 | 2024-11-13T19:13:55.412Z | lat 1:34.294269128 |
2543 | 2024-11-13T19:13:55.412Z | stop 5:48.887314181 |
2544 | 2024-11-13T19:13:55.412Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2545 | 2024-11-13T19:13:55.412Z | + ptime -m cargo doc --workspace --no-deps |
2546 | 2024-11-13T19:13:56.588Z | warning: output filename collision. |
2547 | 2024-11-13T19:13:56.588Z | 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)`. |
2548 | 2024-11-13T19:13:56.588Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2549 | 2024-11-13T19:13:56.588Z | The targets should have unique names. |
2550 | 2024-11-13T19:13:56.588Z | This is a known bug where multiple crates with the same name use |
2551 | 2024-11-13T19:13:56.588Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2552 | 2024-11-13T19:13:57.010Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2553 | 2024-11-13T19:13:57.075Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2554 | 2024-11-13T19:13:57.092Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2555 | 2024-11-13T19:13:57.132Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2556 | 2024-11-13T19:13:57.159Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2557 | 2024-11-13T19:13:57.187Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2558 | 2024-11-13T19:13:57.187Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2559 | 2024-11-13T19:13:57.379Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2560 | 2024-11-13T19:13:57.414Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2561 | 2024-11-13T19:13:57.437Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2562 | 2024-11-13T19:13:57.458Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2563 | 2024-11-13T19:13:57.693Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2564 | 2024-11-13T19:13:57.735Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2565 | 2024-11-13T19:13:57.971Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2566 | 2024-11-13T19:13:58.197Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2567 | 2024-11-13T19:14:00.782Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2568 | 2024-11-13T19:14:01.936Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2569 | 2024-11-13T19:14:02.282Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2570 | 2024-11-13T19:14:02.419Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2571 | 2024-11-13T19:14:02.506Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2572 | 2024-11-13T19:14:02.617Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2573 | 2024-11-13T19:14:02.747Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2574 | 2024-11-13T19:14:02.943Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2575 | 2024-11-13T19:14:03.047Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2576 | 2024-11-13T19:14:03.351Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2577 | 2024-11-13T19:14:03.376Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2578 | 2024-11-13T19:14:03.589Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2579 | 2024-11-13T19:14:03.880Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2580 | 2024-11-13T19:14:03.914Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2581 | 2024-11-13T19:14:04.181Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2582 | 2024-11-13T19:14:04.296Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2583 | 2024-11-13T19:14:04.324Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2584 | 2024-11-13T19:14:04.581Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2585 | 2024-11-13T19:14:04.630Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2586 | 2024-11-13T19:14:04.932Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2587 | 2024-11-13T19:14:05.210Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2588 | 2024-11-13T19:14:05.264Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2589 | 2024-11-13T19:14:05.643Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2590 | 2024-11-13T19:14:05.663Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2591 | 2024-11-13T19:14:05.974Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2592 | 2024-11-13T19:14:06.448Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2593 | 2024-11-13T19:14:07.452Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2594 | 2024-11-13T19:14:08.882Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2595 | 2024-11-13T19:14:11.634Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2596 | 2024-11-13T19:14:11.838Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2597 | 2024-11-13T19:14:12.145Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2598 | 2024-11-13T19:14:12.331Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2599 | 2024-11-13T19:14:12.627Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2600 | 2024-11-13T19:14:12.646Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2601 | 2024-11-13T19:14:13.980Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2602 | 2024-11-13T19:14:14.117Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2603 | 2024-11-13T19:14:14.407Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2604 | 2024-11-13T19:14:14.832Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2605 | 2024-11-13T19:14:15.280Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2606 | 2024-11-13T19:14:20.899Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2607 | 2024-11-13T19:14:21.075Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2608 | 2024-11-13T19:14:22.121Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2609 | 2024-11-13T19:14:22.687Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2610 | 2024-11-13T19:14:23.141Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2611 | 2024-11-13T19:14:23.473Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2612 | 2024-11-13T19:14:23.727Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2613 | 2024-11-13T19:14:23.950Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2614 | 2024-11-13T19:14:24.162Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2615 | 2024-11-13T19:14:25.272Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2616 | 2024-11-13T19:14:25.583Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2617 | 2024-11-13T19:14:25.771Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2618 | 2024-11-13T19:14:25.891Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2619 | 2024-11-13T19:14:26.219Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2620 | 2024-11-13T19:14:26.240Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2621 | 2024-11-13T19:14:26.938Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2622 | 2024-11-13T19:14:27.056Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2623 | 2024-11-13T19:14:27.105Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2624 | 2024-11-13T19:14:27.396Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2625 | 2024-11-13T19:14:27.633Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2626 | 2024-11-13T19:14:27.659Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2627 | 2024-11-13T19:14:28.385Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2628 | 2024-11-13T19:14:28.653Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2629 | 2024-11-13T19:14:28.937Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2630 | 2024-11-13T19:14:30.253Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2631 | 2024-11-13T19:14:30.372Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2632 | 2024-11-13T19:14:30.522Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2633 | 2024-11-13T19:14:31.018Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2634 | 2024-11-13T19:14:31.100Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2635 | 2024-11-13T19:14:31.272Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2636 | 2024-11-13T19:14:31.566Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2637 | 2024-11-13T19:14:32.044Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2638 | 2024-11-13T19:14:32.130Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2639 | 2024-11-13T19:14:32.266Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2640 | 2024-11-13T19:14:32.697Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2641 | 2024-11-13T19:14:33.436Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2642 | 2024-11-13T19:14:34.051Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2643 | 2024-11-13T19:14:34.335Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2644 | 2024-11-13T19:14:34.541Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2645 | 2024-11-13T19:14:34.868Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2646 | 2024-11-13T19:14:35.436Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2647 | 2024-11-13T19:14:36.313Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2648 | 2024-11-13T19:14:36.362Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2649 | 2024-11-13T19:14:36.593Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2650 | 2024-11-13T19:14:37.271Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2651 | 2024-11-13T19:14:37.719Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2652 | 2024-11-13T19:14:37.836Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2653 | 2024-11-13T19:14:38.480Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2654 | 2024-11-13T19:14:40.463Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2655 | 2024-11-13T19:14:41.536Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2656 | 2024-11-13T19:14:41.607Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2657 | 2024-11-13T19:14:42.662Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2658 | 2024-11-13T19:14:44.869Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2659 | 2024-11-13T19:14:45.192Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2660 | 2024-11-13T19:14:46.203Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2661 | 2024-11-13T19:14:47.357Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2662 | 2024-11-13T19:14:50.936Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2663 | 2024-11-13T19:15:00.995Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2664 | 2024-11-13T19:15:02.274Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2665 | 2024-11-13T19:15:19.018Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2666 | 2024-11-13T19:15:49.090Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2667 | 2024-11-13T19:15:50.377Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2668 | 2024-11-13T19:15:58.216Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2669 | 2024-11-13T19:16:05.789Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2670 | 2024-11-13T19:16:06.836Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2671 | 2024-11-13T19:16:15.930Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2672 | 2024-11-13T19:16:22.050Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2673 | 2024-11-13T19:16:24.454Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2674 | 2024-11-13T19:16:29.492Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2675 | 2024-11-13T19:16:34.583Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2676 | 2024-11-13T19:16:37.962Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2677 | 2024-11-13T19:16:45.182Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2678 | 2024-11-13T19:16:45.500Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2679 | 2024-11-13T19:16:48.163Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2680 | 2024-11-13T19:16:52.205Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2681 | 2024-11-13T19:16:53.172Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2682 | 2024-11-13T19:17:06.794Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2683 | 2024-11-13T19:17:16.695Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2684 | 2024-11-13T19:17:24.918Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2685 | 2024-11-13T19:17:32.045Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2686 | 2024-11-13T19:17:40.971Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2687 | 2024-11-13T19:17:41.733Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2688 | 2024-11-13T19:17:49.152Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2689 | 2024-11-13T19:17:59.497Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2690 | 2024-11-13T19:18:00.245Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2691 | 2024-11-13T19:18:03.847Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2692 | 2024-11-13T19:18:10.280Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2693 | 2024-11-13T19:18:13.686Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2694 | 2024-11-13T19:18:15.252Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2695 | 2024-11-13T19:18:19.329Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2696 | 2024-11-13T19:18:19.781Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2697 | 2024-11-13T19:18:29.533Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2698 | 2024-11-13T19:18:31.942Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2699 | 2024-11-13T19:18:31.992Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2700 | 2024-11-13T19:18:33.864Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2701 | 2024-11-13T19:18:46.387Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2702 | 2024-11-13T19:18:47.189Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2703 | 2024-11-13T19:18:49.996Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2704 | 2024-11-13T19:18:57.100Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2705 | 2024-11-13T19:18:59.447Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2706 | 2024-11-13T19:19:01.751Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2707 | 2024-11-13T19:19:02.392Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2708 | 2024-11-13T19:19:06.342Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2709 | 2024-11-13T19:19:14.214Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2710 | 2024-11-13T19:19:14.332Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2711 | 2024-11-13T19:19:14.644Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2712 | 2024-11-13T19:19:21.635Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2713 | 2024-11-13T19:19:23.977Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2714 | 2024-11-13T19:19:27.739Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2715 | 2024-11-13T19:19:29.897Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2716 | 2024-11-13T19:19:33.715Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2717 | 2024-11-13T19:19:35.404Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2718 | 2024-11-13T19:19:38.862Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2719 | 2024-11-13T19:19:40.433Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2720 | 2024-11-13T19:19:44.195Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2721 | 2024-11-13T19:19:46.450Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2722 | 2024-11-13T19:19:48.303Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2723 | 2024-11-13T19:19:48.610Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2724 | 2024-11-13T19:19:52.833Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2725 | 2024-11-13T19:19:55.015Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2726 | 2024-11-13T19:19:57.273Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2727 | 2024-11-13T19:19:59.705Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2728 | 2024-11-13T19:20:03.678Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2729 | 2024-11-13T19:20:04.610Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2730 | 2024-11-13T19:20:07.220Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2731 | 2024-11-13T19:20:19.651Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2732 | 2024-11-13T19:20:19.710Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2733 | 2024-11-13T19:20:19.710Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2734 | 2024-11-13T19:20:22.234Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2735 | 2024-11-13T19:20:24.098Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2736 | 2024-11-13T19:20:24.404Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2737 | 2024-11-13T19:20:27.463Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2738 | 2024-11-13T19:20:30.039Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2739 | 2024-11-13T19:20:38.735Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2740 | 2024-11-13T19:20:38.798Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2741 | 2024-11-13T19:20:38.952Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2742 | 2024-11-13T19:20:39.637Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2743 | 2024-11-13T19:20:40.903Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2744 | 2024-11-13T19:20:42.065Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2745 | 2024-11-13T19:20:42.473Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2746 | 2024-11-13T19:20:48.322Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2747 | 2024-11-13T19:20:49.728Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2748 | 2024-11-13T19:20:58.092Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2749 | 2024-11-13T19:20:58.815Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2750 | 2024-11-13T19:20:59.302Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2751 | 2024-11-13T19:20:59.650Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2752 | 2024-11-13T19:21:02.703Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2753 | 2024-11-13T19:21:06.827Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2754 | 2024-11-13T19:21:07.893Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2755 | 2024-11-13T19:21:08.825Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2756 | 2024-11-13T19:21:11.996Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2757 | 2024-11-13T19:21:15.578Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2758 | 2024-11-13T19:21:17.153Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2759 | 2024-11-13T19:21:17.292Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2760 | 2024-11-13T19:21:18.839Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2761 | 2024-11-13T19:21:19.361Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2762 | 2024-11-13T19:21:20.590Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2763 | 2024-11-13T19:21:20.744Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2764 | 2024-11-13T19:21:21.884Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2765 | 2024-11-13T19:21:28.075Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2766 | 2024-11-13T19:21:28.153Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2767 | 2024-11-13T19:21:28.153Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2768 | 2024-11-13T19:21:28.153Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2769 | 2024-11-13T19:21:28.153Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2770 | 2024-11-13T19:21:28.464Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2771 | 2024-11-13T19:21:29.761Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2772 | 2024-11-13T19:22:04.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 08s |
2773 | 2024-11-13T19:22:04.194Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2774 | 2024-11-13T19:22:04.258Z | |
2775 | 2024-11-13T19:22:04.261Z | real 8:08.757340419 |
2776 | 2024-11-13T19:22:04.262Z | user 24:16.819992763 |
2777 | 2024-11-13T19:22:04.263Z | sys 36:28.336087072 |
2778 | 2024-11-13T19:22:04.263Z | trap 0.410907898 |
2779 | 2024-11-13T19:22:04.263Z | tflt 0.172157440 |
2780 | 2024-11-13T19:22:04.263Z | dflt 0.161531990 |
2781 | 2024-11-13T19:22:04.263Z | kflt 0.000029637 |
2782 | 2024-11-13T19:22:04.263Z | lock 1:21:21.667161612 |
2783 | 2024-11-13T19:22:04.263Z | slp 2:17:11.393282431 |
2784 | 2024-11-13T19:22:04.263Z | lat 1:14.754844108 |
2785 | 2024-11-13T19:22:04.263Z | stop 1:06.853153053 |
2786 | 2024-11-13T19:22:04.263Z | process exited: duration 1220794 ms, exit code 0 |
|
2787 | 2024-11-13T19:22:04.272Z | found 0 output files |