|
|
|
1 | 2024-08-06T07:31:45.357Z | job assigned to worker 01J4K9J7DRYCMHYT0VYXWBDBDV (queued for 1 m 18 s) |
|
2 | 2024-08-06T07:31:53.040Z | starting task 0: "setup" |
3 | 2024-08-06T07:31:53.096Z | ++ uname -s |
4 | 2024-08-06T07:31:53.100Z | + kern=SunOS |
5 | 2024-08-06T07:31:53.100Z | + case "$kern" in |
6 | 2024-08-06T07:31:53.100Z | + groupadd -g 12345 build |
7 | 2024-08-06T07:31:53.103Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T07:31:55.111Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T07:31:55.248Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T07:31:55.250Z | + home_fs=zfs |
11 | 2024-08-06T07:31:55.250Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T07:31:55.250Z | + mkdir -p /home/build |
13 | 2024-08-06T07:31:55.253Z | + chown build:build /home/build /work |
14 | 2024-08-06T07:31:57.254Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T07:31:57.257Z | process exited: duration 4215 ms, exit code 0 |
|
16 | 2024-08-06T07:31:57.262Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T07:31:57.268Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T07:31:57.268Z | * toolchain channel = "1.80.0" |
19 | 2024-08-06T07:31:57.268Z | * toolchain profile = "default" |
20 | 2024-08-06T07:31:57.268Z | ' 1.80.0 |
21 | 2024-08-06T07:31:57.268Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-06T07:31:57.268Z | ' default |
23 | 2024-08-06T07:31:57.271Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T07:31:57.271Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T07:31:57.383Z | info: downloading installer |
26 | 2024-08-06T07:31:58.684Z | info: profile set to 'default' |
27 | 2024-08-06T07:31:58.684Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T07:31:58.684Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T07:31:58.815Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T07:31:58.815Z | info: downloading component 'cargo' |
31 | 2024-08-06T07:31:59.483Z | info: downloading component 'clippy' |
32 | 2024-08-06T07:31:59.717Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T07:32:00.644Z | info: downloading component 'rust-std' |
34 | 2024-08-06T07:32:01.950Z | info: downloading component 'rustc' |
35 | 2024-08-06T07:32:05.583Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T07:32:05.780Z | info: installing component 'cargo' |
37 | 2024-08-06T07:32:06.656Z | info: installing component 'clippy' |
38 | 2024-08-06T07:32:07.046Z | info: installing component 'rust-docs' |
39 | 2024-08-06T07:32:08.645Z | info: installing component 'rust-std' |
40 | 2024-08-06T07:32:10.325Z | info: installing component 'rustc' |
41 | 2024-08-06T07:32:14.827Z | info: installing component 'rustfmt' |
42 | 2024-08-06T07:32:15.066Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-06T07:32:15.066Z | |
44 | 2024-08-06T07:32:15.332Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T07:32:15.332Z | |
46 | 2024-08-06T07:32:15.335Z | |
47 | 2024-08-06T07:32:15.335Z | Rust is installed now. Great! |
48 | 2024-08-06T07:32:15.335Z | |
49 | 2024-08-06T07:32:15.335Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T07:32:15.335Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T07:32:15.335Z | |
52 | 2024-08-06T07:32:15.335Z | To configure your current shell, you need to source |
53 | 2024-08-06T07:32:15.335Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T07:32:15.335Z | |
55 | 2024-08-06T07:32:15.335Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T07:32:15.335Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T07:32:15.335Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T07:32:15.403Z | + rustc --version |
59 | 2024-08-06T07:32:15.472Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T07:32:15.477Z | process exited: duration 18213 ms, exit code 0 |
|
61 | 2024-08-06T07:32:15.482Z | starting task 2: "authentication" |
62 | 2024-08-06T07:32:15.506Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-08-06T07:32:15.512Z | starting task 3: "clone repository" |
64 | 2024-08-06T07:32:15.518Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T07:32:15.521Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T07:32:15.667Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T07:32:20.933Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T07:32:20.933Z | + git fetch origin 2f13344f33968ce6d853e220265cbd57f005596f |
69 | 2024-08-06T07:32:21.274Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T07:32:21.274Z | * branch 2f13344f33968ce6d853e220265cbd57f005596f -> FETCH_HEAD |
71 | 2024-08-06T07:32:21.284Z | + [[ -n '' ]] |
72 | 2024-08-06T07:32:21.284Z | + git reset --hard 2f13344f33968ce6d853e220265cbd57f005596f |
73 | 2024-08-06T07:32:21.423Z | HEAD is now at 2f13344f3 Update Rust crate regex to 1.10.6 |
74 | 2024-08-06T07:32:21.426Z | process exited: duration 5913 ms, exit code 0 |
|
75 | 2024-08-06T07:32:21.432Z | starting task 4: "build" |
76 | 2024-08-06T07:32:21.437Z | + cargo --version |
77 | 2024-08-06T07:32:21.493Z | cargo 1.80.0 (376290515 2024-07-16) |
78 | 2024-08-06T07:32:21.497Z | + rustc --version |
79 | 2024-08-06T07:32:21.557Z | rustc 1.80.0 (051478957 2024-07-21) |
80 | 2024-08-06T07:32:21.559Z | + WORK=/work |
81 | 2024-08-06T07:32:21.562Z | + pfexec mkdir -p /work |
82 | 2024-08-06T07:32:21.565Z | + pfexec chown build /work |
83 | 2024-08-06T07:32:21.568Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-08-06T07:32:31.892Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-08-06T07:32:34.140Z | Startup: Caching catalogs ... Done |
86 | 2024-08-06T07:32:37.990Z | Planning: Solver setup ... Done (3.237s) |
87 | 2024-08-06T07:32:38.051Z | Planning: Running solver ... Done (0.064s) |
88 | 2024-08-06T07:32:38.121Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2024-08-06T07:32:38.137Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2024-08-06T07:32:38.371Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2024-08-06T07:32:38.418Z | Planning: Package planning ... Done (0.048s) |
92 | 2024-08-06T07:32:38.469Z | Planning: Merging actions ... Done (0.050s) |
93 | 2024-08-06T07:32:39.306Z | Planning: Checking for conflicting actions ... Done (0.826s) |
94 | 2024-08-06T07:32:39.315Z | Planning: Consolidating action changes ... Done (0.011s) |
95 | 2024-08-06T07:32:43.457Z | Planning: Evaluating mediators ... Done (4.149s) |
96 | 2024-08-06T07:32:43.468Z | Planning: Planning completed in 9.25 seconds |
97 | 2024-08-06T07:32:43.840Z | Packages to install: 4 |
98 | 2024-08-06T07:32:43.840Z | Mediators to change: 2 |
99 | 2024-08-06T07:32:43.840Z | Services to change: 1 |
100 | 2024-08-06T07:32:43.844Z | Estimated space available: 155.76 GB |
101 | 2024-08-06T07:32:43.844Z | Estimated space to be consumed: 1.47 GB |
102 | 2024-08-06T07:32:43.844Z | Create boot environment: No |
103 | 2024-08-06T07:32:43.844Z | Create backup boot environment: No |
104 | 2024-08-06T07:32:43.844Z | Rebuild boot archive: No |
105 | 2024-08-06T07:32:43.844Z | |
106 | 2024-08-06T07:32:43.844Z | Changed mediators: |
107 | 2024-08-06T07:32:43.844Z | mediator clang: |
108 | 2024-08-06T07:32:43.844Z | version: None -> 15 (system default) |
109 | 2024-08-06T07:32:43.844Z | |
110 | 2024-08-06T07:32:43.844Z | mediator llvm: |
111 | 2024-08-06T07:32:43.844Z | version: 14 (system default) -> 15 (system default) |
112 | 2024-08-06T07:32:43.844Z | |
113 | 2024-08-06T07:32:43.845Z | Changed packages: |
114 | 2024-08-06T07:32:43.845Z | helios-dev |
115 | 2024-08-06T07:32:43.845Z | developer/build-essential |
116 | 2024-08-06T07:32:43.845Z | None -> 11-2.0 |
117 | 2024-08-06T07:32:43.845Z | library/libxmlsec1 |
118 | 2024-08-06T07:32:43.845Z | None -> 1.2.35-2.0 |
119 | 2024-08-06T07:32:43.845Z | ooce/developer/clang-15 |
120 | 2024-08-06T07:32:43.845Z | None -> 15.0.7-2.0 |
121 | 2024-08-06T07:32:43.845Z | ooce/developer/llvm-15 |
122 | 2024-08-06T07:32:43.845Z | None -> 15.0.7-2.0 |
123 | 2024-08-06T07:32:43.845Z | |
124 | 2024-08-06T07:32:43.846Z | Services: |
125 | 2024-08-06T07:32:43.846Z | restart_fmri: |
126 | 2024-08-06T07:32:43.846Z | svc:/system/update-man-index:default |
127 | 2024-08-06T07:32:43.994Z | |
128 | 2024-08-06T07:32:43.994Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2024-08-06T07:32:48.991Z | Download: 850/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
130 | 2024-08-06T07:32:53.991Z | Download: 1275/3290 items 108.7/212.6MB 51% complete (10.9M/s) |
131 | 2024-08-06T07:32:59.038Z | Download: 1773/3290 items 118.3/212.6MB 55% complete (9.9M/s) |
132 | 2024-08-06T07:33:04.438Z | Download: 2220/3290 items 119.1/212.6MB 56% complete (1.7M/s) |
133 | 2024-08-06T07:33:09.445Z | Download: 2611/3290 items 120.5/212.6MB 56% complete (217k/s) |
134 | 2024-08-06T07:33:14.458Z | Download: 3097/3290 items 124.1/212.6MB 58% complete (414k/s) |
135 | 2024-08-06T07:33:19.500Z | Download: 3248/3290 items 171.0/212.6MB 80% complete (5.0M/s) |
136 | 2024-08-06T07:33:21.199Z | Download: Completed 212.60 MB in 37.21 seconds (5.7M/s) |
137 | 2024-08-06T07:33:24.428Z | Actions: 1/3689 actions (Installing new actions) |
138 | 2024-08-06T07:33:29.507Z | Actions: 3579/3689 actions (Installing new actions) |
139 | 2024-08-06T07:33:29.778Z | Actions: Completed 3689 actions in 5.35 seconds. |
140 | 2024-08-06T07:33:30.042Z | Done (0.265s) |
141 | 2024-08-06T07:33:30.042Z | Done (0.000s) |
142 | 2024-08-06T07:33:30.399Z | Done (0.356s) |
143 | 2024-08-06T07:33:36.014Z | Done (5.447s) |
144 | 2024-08-06T07:33:36.177Z | Done (0.091s) |
145 | 2024-08-06T07:33:36.180Z | Done (0.000s) |
146 | 2024-08-06T07:33:36.350Z | Done (0.000s) |
147 | 2024-08-06T07:33:36.981Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-08-06T07:33:37.147Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-08-06T07:33:37.150Z | Planning: Consolidating action changes ... Done |
150 | 2024-08-06T07:33:37.418Z | Planning: Evaluating mediators ... Done |
151 | 2024-08-06T07:33:37.420Z | Planning: Planning completed in 0.44 seconds |
152 | 2024-08-06T07:33:37.452Z | Mediators to change: 2 |
153 | 2024-08-06T07:33:37.452Z | Create boot environment: No |
154 | 2024-08-06T07:33:37.452Z | Create backup boot environment: No |
155 | 2024-08-06T07:33:37.514Z | Done |
156 | 2024-08-06T07:33:37.514Z | Done |
157 | 2024-08-06T07:33:37.745Z | Done |
158 | 2024-08-06T07:33:41.481Z | Done |
159 | 2024-08-06T07:33:41.566Z | Done |
160 | 2024-08-06T07:33:41.566Z | Done |
161 | 2024-08-06T07:33:41.678Z | Done |
162 | 2024-08-06T07:33:42.311Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-08-06T07:33:42.314Z | Planning: Merging actions ... Done |
164 | 2024-08-06T07:33:42.506Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-08-06T07:33:42.509Z | Planning: Consolidating action changes ... Done |
166 | 2024-08-06T07:33:42.787Z | Planning: Evaluating mediators ... Done |
167 | 2024-08-06T07:33:42.844Z | Planning: Planning completed in 0.78 seconds |
168 | 2024-08-06T07:33:42.879Z | Packages to change: 1 |
169 | 2024-08-06T07:33:42.879Z | Mediators to change: 1 |
170 | 2024-08-06T07:33:42.879Z | Services to change: 1 |
171 | 2024-08-06T07:33:42.879Z | Create boot environment: No |
172 | 2024-08-06T07:33:42.882Z | Create backup boot environment: Yes |
173 | 2024-08-06T07:33:44.759Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-08-06T07:33:44.793Z | Actions: Completed 6 actions in 0.03 seconds. |
175 | 2024-08-06T07:33:44.793Z | Done |
176 | 2024-08-06T07:33:44.793Z | Done |
177 | 2024-08-06T07:33:44.868Z | Done |
178 | 2024-08-06T07:33:48.798Z | Done |
179 | 2024-08-06T07:33:48.897Z | Done |
180 | 2024-08-06T07:33:48.899Z | Done |
181 | 2024-08-06T07:33:49.051Z | Done |
182 | 2024-08-06T07:33:49.530Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-08-06T07:33:49.530Z | clang system 15 system |
184 | 2024-08-06T07:33:49.530Z | csh system system illumos |
185 | 2024-08-06T07:33:49.530Z | ctags system system illumos |
186 | 2024-08-06T07:33:49.530Z | gcc vendor 12 vendor |
187 | 2024-08-06T07:33:49.531Z | gcc system 10 system |
188 | 2024-08-06T07:33:49.531Z | gcc system 7 system |
189 | 2024-08-06T07:33:49.531Z | go system 1.20 system |
190 | 2024-08-06T07:33:49.531Z | go system 1.19 system |
191 | 2024-08-06T07:33:49.531Z | llvm system 15 system |
192 | 2024-08-06T07:33:49.531Z | llvm system 14 system |
193 | 2024-08-06T07:33:49.531Z | mariadb system 10.6 system |
194 | 2024-08-06T07:33:49.531Z | mta vendor vendor dma |
195 | 2024-08-06T07:33:49.531Z | openjdk system 17 system |
196 | 2024-08-06T07:33:49.531Z | openjdk system 11 system |
197 | 2024-08-06T07:33:49.531Z | openjdk system 1.8 system |
198 | 2024-08-06T07:33:49.531Z | openssl vendor 3 vendor |
199 | 2024-08-06T07:33:49.531Z | perl system 5.36 system |
200 | 2024-08-06T07:33:49.531Z | postgresql system 15 system |
201 | 2024-08-06T07:33:49.531Z | postgresql system 13 system |
202 | 2024-08-06T07:33:49.531Z | python vendor 3 vendor |
203 | 2024-08-06T07:33:49.531Z | python system 2 system |
204 | 2024-08-06T07:33:49.531Z | python3 system 3.11 system |
205 | 2024-08-06T07:33:49.531Z | ruby system 3.0 system |
206 | 2024-08-06T07:33:49.531Z | words vendor vendor american-english |
207 | 2024-08-06T07:33:49.531Z | words system system australian-english |
208 | 2024-08-06T07:33:49.531Z | words system system british-english |
209 | 2024-08-06T07:33:49.531Z | words system system canadian-english |
210 | 2024-08-06T07:33:49.531Z | words system system french |
211 | 2024-08-06T07:33:49.531Z | words system system italian |
212 | 2024-08-06T07:33:49.531Z | words system system ngerman |
213 | 2024-08-06T07:33:49.531Z | words system system ogerman |
214 | 2024-08-06T07:33:49.531Z | words system system spanish |
215 | 2024-08-06T07:33:49.885Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-08-06T07:33:49.885Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-08-06T07:33:51.580Z | FMRI IFO |
218 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-08-06T07:33:51.580Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-08-06T07:33:52.207Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-08-06T07:33:52.458Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-08-06T07:33:52.725Z | Updating crates.io index |
233 | 2024-08-06T07:33:52.728Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-08-06T07:33:53.500Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-08-06T07:33:54.285Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-08-06T07:33:54.533Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-08-06T07:33:56.010Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-08-06T07:33:56.249Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-08-06T07:33:56.497Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-08-06T07:33:57.564Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-08-06T07:33:59.288Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-08-06T07:34:00.303Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-08-06T07:34:01.145Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
244 | 2024-08-06T07:34:01.623Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-08-06T07:34:01.984Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-08-06T07:34:02.255Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-08-06T07:34:02.545Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
248 | 2024-08-06T07:34:02.826Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
249 | 2024-08-06T07:34:03.061Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
250 | 2024-08-06T07:34:03.295Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
251 | 2024-08-06T07:34:03.560Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
252 | 2024-08-06T07:34:04.095Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-08-06T07:34:04.418Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-08-06T07:34:04.717Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-08-06T07:34:05.116Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-08-06T07:34:05.523Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-08-06T07:34:05.845Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-08-06T07:34:06.390Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-08-06T07:34:08.445Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-08-06T07:34:08.717Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-08-06T07:34:08.965Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-08-06T07:34:09.285Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-08-06T07:34:10.635Z | Downloading crates ... |
264 | 2024-08-06T07:34:10.723Z | Downloaded anstyle v1.0.8 |
265 | 2024-08-06T07:34:10.727Z | Downloaded byteorder v1.5.0 |
266 | 2024-08-06T07:34:10.730Z | Downloaded block-buffer v0.10.4 |
267 | 2024-08-06T07:34:10.730Z | Downloaded anstyle-parse v0.2.4 |
268 | 2024-08-06T07:34:10.735Z | Downloaded usdt-macro v0.5.0 |
269 | 2024-08-06T07:34:10.739Z | Downloaded usdt-attr-macro v0.5.0 |
270 | 2024-08-06T07:34:10.744Z | Downloaded scroll_derive v0.12.0 |
271 | 2024-08-06T07:34:10.749Z | Downloaded anstyle-query v1.0.3 |
272 | 2024-08-06T07:34:10.752Z | Downloaded anstream v0.6.14 |
273 | 2024-08-06T07:34:10.755Z | Downloaded bytecount v0.6.8 |
274 | 2024-08-06T07:34:10.757Z | Downloaded dtrace-parser v0.2.0 |
275 | 2024-08-06T07:34:10.757Z | Downloaded clap_lex v0.7.0 |
276 | 2024-08-06T07:34:10.757Z | Downloaded cfg-if v1.0.0 |
277 | 2024-08-06T07:34:10.760Z | Downloaded cargo-platform v0.1.8 |
278 | 2024-08-06T07:34:10.760Z | Downloaded cargo_metadata v0.18.1 |
279 | 2024-08-06T07:34:10.763Z | Downloaded serde_tokenstream v0.2.1 |
280 | 2024-08-06T07:34:10.765Z | Downloaded digest v0.10.7 |
281 | 2024-08-06T07:34:10.771Z | Downloaded thiserror-impl v1.0.63 |
282 | 2024-08-06T07:34:10.774Z | Downloaded strsim v0.11.1 |
283 | 2024-08-06T07:34:10.774Z | Downloaded cpufeatures v0.2.12 |
284 | 2024-08-06T07:34:10.774Z | Downloaded terminal_size v0.3.0 |
285 | 2024-08-06T07:34:10.774Z | Downloaded errno v0.3.9 |
286 | 2024-08-06T07:34:10.777Z | Downloaded utf8parse v0.2.1 |
287 | 2024-08-06T07:34:10.777Z | Downloaded macaddr v1.0.1 |
288 | 2024-08-06T07:34:10.779Z | Downloaded heck v0.4.1 |
289 | 2024-08-06T07:34:10.782Z | Downloaded fs-err v2.11.0 |
290 | 2024-08-06T07:34:10.782Z | Downloaded equivalent v1.0.1 |
291 | 2024-08-06T07:34:10.787Z | Downloaded is_terminal_polyfill v1.70.0 |
292 | 2024-08-06T07:34:10.793Z | Downloaded cargo_toml v0.20.4 |
293 | 2024-08-06T07:34:10.793Z | Downloaded autocfg v1.3.0 |
294 | 2024-08-06T07:34:10.796Z | Downloaded memmap v0.7.0 |
295 | 2024-08-06T07:34:10.798Z | Downloaded pretty-hex v0.4.1 |
296 | 2024-08-06T07:34:10.805Z | Downloaded swrite v0.1.0 |
297 | 2024-08-06T07:34:10.810Z | Downloaded clap_derive v4.5.13 |
298 | 2024-08-06T07:34:10.814Z | Downloaded quote v1.0.36 |
299 | 2024-08-06T07:34:10.823Z | Downloaded proc-macro-error v1.0.4 |
300 | 2024-08-06T07:34:10.828Z | Downloaded fnv v1.0.7 |
301 | 2024-08-06T07:34:10.831Z | Downloaded crypto-common v0.1.6 |
302 | 2024-08-06T07:34:10.831Z | Downloaded camino v1.1.7 |
303 | 2024-08-06T07:34:10.831Z | Downloaded anyhow v1.0.86 |
304 | 2024-08-06T07:34:10.834Z | Downloaded pest_generator v2.7.10 |
305 | 2024-08-06T07:34:10.837Z | Downloaded itoa v1.0.11 |
306 | 2024-08-06T07:34:10.837Z | Downloaded zerocopy-derive v0.7.34 |
307 | 2024-08-06T07:34:10.841Z | Downloaded pest_derive v2.7.10 |
308 | 2024-08-06T07:34:10.844Z | Downloaded proc-macro-error-attr v1.0.4 |
309 | 2024-08-06T07:34:10.847Z | Downloaded plain v0.2.3 |
310 | 2024-08-06T07:34:10.847Z | Downloaded usdt-impl v0.5.0 |
311 | 2024-08-06T07:34:10.849Z | Downloaded usdt v0.5.0 |
312 | 2024-08-06T07:34:10.849Z | Downloaded generic-array v0.14.7 |
313 | 2024-08-06T07:34:10.852Z | Downloaded heck v0.5.0 |
314 | 2024-08-06T07:34:10.852Z | Downloaded toml_datetime v0.6.8 |
315 | 2024-08-06T07:34:10.852Z | Downloaded serde_spanned v0.6.7 |
316 | 2024-08-06T07:34:10.855Z | Downloaded toml v0.8.19 |
317 | 2024-08-06T07:34:10.857Z | Downloaded version_check v0.9.5 |
318 | 2024-08-06T07:34:10.860Z | Downloaded thiserror v1.0.63 |
319 | 2024-08-06T07:34:10.863Z | Downloaded ucd-trie v0.1.6 |
320 | 2024-08-06T07:34:10.865Z | Downloaded pest_meta v2.7.10 |
321 | 2024-08-06T07:34:10.868Z | Downloaded proc-macro2 v1.0.86 |
322 | 2024-08-06T07:34:10.871Z | Downloaded once_cell v1.19.0 |
323 | 2024-08-06T07:34:10.874Z | Downloaded dof v0.3.0 |
324 | 2024-08-06T07:34:10.874Z | Downloaded papergrid v0.11.0 |
325 | 2024-08-06T07:34:10.877Z | Downloaded clap v4.5.13 |
326 | 2024-08-06T07:34:10.887Z | Downloaded unicode-ident v1.0.12 |
327 | 2024-08-06T07:34:10.889Z | Downloaded bitflags v2.6.0 |
328 | 2024-08-06T07:34:10.894Z | Downloaded thread-id v4.2.1 |
329 | 2024-08-06T07:34:10.897Z | Downloaded ryu v1.0.18 |
330 | 2024-08-06T07:34:10.897Z | Downloaded log v0.4.21 |
331 | 2024-08-06T07:34:10.900Z | Downloaded tabled_derive v0.7.0 |
332 | 2024-08-06T07:34:10.900Z | Downloaded sha2 v0.10.8 |
333 | 2024-08-06T07:34:10.904Z | Downloaded semver v1.0.23 |
334 | 2024-08-06T07:34:10.907Z | Downloaded scroll v0.12.0 |
335 | 2024-08-06T07:34:10.907Z | Downloaded serde v1.0.204 |
336 | 2024-08-06T07:34:10.910Z | Downloaded colorchoice v1.0.1 |
337 | 2024-08-06T07:34:10.913Z | Downloaded indexmap v2.3.0 |
338 | 2024-08-06T07:34:10.917Z | Downloaded typenum v1.17.0 |
339 | 2024-08-06T07:34:10.930Z | Downloaded serde_derive v1.0.204 |
340 | 2024-08-06T07:34:10.934Z | Downloaded toml_edit v0.22.20 |
341 | 2024-08-06T07:34:10.957Z | Downloaded memchr v2.7.2 |
342 | 2024-08-06T07:34:10.983Z | Downloaded serde_json v1.0.122 |
343 | 2024-08-06T07:34:10.990Z | Downloaded clap_builder v4.5.13 |
344 | 2024-08-06T07:34:10.998Z | Downloaded winnow v0.6.18 |
345 | 2024-08-06T07:34:11.007Z | Downloaded pest v2.7.10 |
346 | 2024-08-06T07:34:11.011Z | Downloaded zerocopy v0.7.34 |
347 | 2024-08-06T07:34:11.028Z | Downloaded goblin v0.8.2 |
348 | 2024-08-06T07:34:11.034Z | Downloaded tabled v0.15.0 |
349 | 2024-08-06T07:34:11.050Z | Downloaded syn v1.0.109 |
350 | 2024-08-06T07:34:11.061Z | Downloaded syn v2.0.72 |
351 | 2024-08-06T07:34:11.074Z | Downloaded hashbrown v0.14.5 |
352 | 2024-08-06T07:34:11.077Z | Downloaded rustix v0.38.34 |
353 | 2024-08-06T07:34:11.099Z | Downloaded unicode-width v0.1.13 |
354 | 2024-08-06T07:34:11.106Z | Downloaded libc v0.2.155 |
355 | 2024-08-06T07:34:11.404Z | Compiling proc-macro2 v1.0.86 |
356 | 2024-08-06T07:34:11.404Z | Compiling unicode-ident v1.0.12 |
357 | 2024-08-06T07:34:11.404Z | Compiling version_check v0.9.5 |
358 | 2024-08-06T07:34:11.406Z | Compiling serde v1.0.204 |
359 | 2024-08-06T07:34:11.406Z | Compiling memchr v2.7.2 |
360 | 2024-08-06T07:34:11.406Z | Compiling thiserror v1.0.63 |
361 | 2024-08-06T07:34:11.406Z | Compiling libc v0.2.155 |
362 | 2024-08-06T07:34:11.406Z | Compiling ucd-trie v0.1.6 |
363 | 2024-08-06T07:34:11.693Z | Compiling ryu v1.0.18 |
364 | 2024-08-06T07:34:12.047Z | Compiling itoa v1.0.11 |
365 | 2024-08-06T07:34:12.120Z | Compiling once_cell v1.19.0 |
366 | 2024-08-06T07:34:12.245Z | Compiling byteorder v1.5.0 |
367 | 2024-08-06T07:34:12.454Z | Compiling serde_json v1.0.122 |
368 | 2024-08-06T07:34:13.519Z | Compiling proc-macro-error-attr v1.0.4 |
369 | 2024-08-06T07:34:13.578Z | Compiling usdt-impl v0.5.0 |
370 | 2024-08-06T07:34:13.585Z | Compiling rustix v0.38.34 |
371 | 2024-08-06T07:34:13.602Z | Compiling syn v1.0.109 |
372 | 2024-08-06T07:34:13.632Z | Compiling proc-macro-error v1.0.4 |
373 | 2024-08-06T07:34:13.880Z | Compiling log v0.4.21 |
374 | 2024-08-06T07:34:13.930Z | Compiling bitflags v2.6.0 |
375 | 2024-08-06T07:34:14.102Z | Compiling plain v0.2.3 |
376 | 2024-08-06T07:34:14.250Z | Compiling utf8parse v0.2.1 |
377 | 2024-08-06T07:34:14.317Z | Compiling thread-id v4.2.1 |
378 | 2024-08-06T07:34:14.359Z | Compiling hashbrown v0.14.5 |
379 | 2024-08-06T07:34:14.416Z | Compiling equivalent v1.0.1 |
380 | 2024-08-06T07:34:14.420Z | Compiling anstyle-parse v0.2.4 |
381 | 2024-08-06T07:34:14.512Z | Compiling pretty-hex v0.4.1 |
382 | 2024-08-06T07:34:14.536Z | Compiling quote v1.0.36 |
383 | 2024-08-06T07:34:14.622Z | Compiling is_terminal_polyfill v1.70.0 |
384 | 2024-08-06T07:34:14.749Z | Compiling semver v1.0.23 |
385 | 2024-08-06T07:34:14.781Z | Compiling colorchoice v1.0.1 |
386 | 2024-08-06T07:34:14.803Z | Compiling anstyle v1.0.8 |
387 | 2024-08-06T07:34:14.877Z | Compiling camino v1.1.7 |
388 | 2024-08-06T07:34:14.959Z | Compiling syn v2.0.72 |
389 | 2024-08-06T07:34:15.279Z | Compiling errno v0.3.9 |
390 | 2024-08-06T07:34:15.323Z | Compiling autocfg v1.3.0 |
391 | 2024-08-06T07:34:15.347Z | Compiling anstyle-query v1.0.3 |
392 | 2024-08-06T07:34:15.510Z | Compiling winnow v0.6.18 |
393 | 2024-08-06T07:34:15.646Z | Compiling indexmap v2.3.0 |
394 | 2024-08-06T07:34:15.703Z | Compiling anstream v0.6.14 |
395 | 2024-08-06T07:34:16.279Z | Compiling fs-err v2.11.0 |
396 | 2024-08-06T07:34:16.595Z | Compiling heck v0.5.0 |
397 | 2024-08-06T07:34:16.640Z | Compiling terminal_size v0.3.0 |
398 | 2024-08-06T07:34:16.735Z | Compiling anyhow v1.0.86 |
399 | 2024-08-06T07:34:16.836Z | Compiling heck v0.4.1 |
400 | 2024-08-06T07:34:16.983Z | Compiling strsim v0.11.1 |
401 | 2024-08-06T07:34:17.098Z | Compiling clap_lex v0.7.0 |
402 | 2024-08-06T07:34:17.139Z | Compiling bytecount v0.6.8 |
403 | 2024-08-06T07:34:17.324Z | Compiling unicode-width v0.1.13 |
404 | 2024-08-06T07:34:17.353Z | Compiling fnv v1.0.7 |
405 | 2024-08-06T07:34:17.499Z | Compiling clap_builder v4.5.13 |
406 | 2024-08-06T07:34:17.567Z | Compiling papergrid v0.11.0 |
407 | 2024-08-06T07:34:17.630Z | Compiling memmap v0.7.0 |
408 | 2024-08-06T07:34:18.018Z | Compiling swrite v0.1.0 |
409 | 2024-08-06T07:34:20.338Z | Compiling tabled_derive v0.7.0 |
410 | 2024-08-06T07:34:21.813Z | Compiling tabled v0.15.0 |
411 | 2024-08-06T07:34:23.690Z | Compiling serde_derive v1.0.204 |
412 | 2024-08-06T07:34:23.694Z | Compiling thiserror-impl v1.0.63 |
413 | 2024-08-06T07:34:23.694Z | Compiling zerocopy-derive v0.7.34 |
414 | 2024-08-06T07:34:23.694Z | Compiling scroll_derive v0.12.0 |
415 | 2024-08-06T07:34:23.694Z | Compiling clap_derive v4.5.13 |
416 | 2024-08-06T07:34:24.952Z | Compiling scroll v0.12.0 |
417 | 2024-08-06T07:34:25.511Z | Compiling goblin v0.8.2 |
418 | 2024-08-06T07:34:25.611Z | Compiling zerocopy v0.7.34 |
419 | 2024-08-06T07:34:26.455Z | Compiling pest v2.7.10 |
420 | 2024-08-06T07:34:27.556Z | Compiling clap v4.5.13 |
421 | 2024-08-06T07:34:28.638Z | Compiling pest_meta v2.7.10 |
422 | 2024-08-06T07:34:29.535Z | Compiling pest_generator v2.7.10 |
423 | 2024-08-06T07:34:31.500Z | Compiling pest_derive v2.7.10 |
424 | 2024-08-06T07:34:32.215Z | Compiling dtrace-parser v0.2.0 |
425 | 2024-08-06T07:34:34.100Z | Compiling serde_spanned v0.6.7 |
426 | 2024-08-06T07:34:34.100Z | Compiling toml_datetime v0.6.8 |
427 | 2024-08-06T07:34:34.216Z | Compiling cargo-platform v0.1.8 |
428 | 2024-08-06T07:34:37.924Z | Compiling serde_tokenstream v0.2.1 |
429 | 2024-08-06T07:34:37.941Z | Compiling toml_edit v0.22.20 |
430 | 2024-08-06T07:34:37.941Z | Compiling macaddr v1.0.1 |
431 | 2024-08-06T07:34:37.941Z | Compiling dof v0.3.0 |
432 | 2024-08-06T07:34:37.942Z | Compiling cargo_metadata v0.18.1 |
433 | 2024-08-06T07:34:37.942Z | Compiling toml v0.8.19 |
434 | 2024-08-06T07:34:37.942Z | Compiling usdt-attr-macro v0.5.0 |
435 | 2024-08-06T07:34:37.942Z | Compiling usdt-macro v0.5.0 |
436 | 2024-08-06T07:34:38.340Z | Compiling cargo_toml v0.20.4 |
437 | 2024-08-06T07:34:38.978Z | Compiling usdt v0.5.0 |
438 | 2024-08-06T07:34:42.197Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
439 | 2024-08-06T07:34:46.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.13s |
440 | 2024-08-06T07:34:46.358Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
441 | 2024-08-06T07:34:46.907Z | Downloading crates ... |
442 | 2024-08-06T07:34:47.018Z | Downloaded async-stream-impl v0.3.5 |
443 | 2024-08-06T07:34:47.023Z | Downloaded atomicwrites v0.4.3 |
444 | 2024-08-06T07:34:47.028Z | Downloaded atty v0.2.14 |
445 | 2024-08-06T07:34:47.030Z | Downloaded addr2line v0.21.0 |
446 | 2024-08-06T07:34:47.034Z | Downloaded crunchy v0.2.2 |
447 | 2024-08-06T07:34:47.034Z | Downloaded assert_matches v1.5.0 |
448 | 2024-08-06T07:34:47.038Z | Downloaded bitstruct_derive v0.1.0 |
449 | 2024-08-06T07:34:47.041Z | Downloaded darling_macro v0.20.9 |
450 | 2024-08-06T07:34:47.041Z | Downloaded cfg_aliases v0.1.1 |
451 | 2024-08-06T07:34:47.044Z | Downloaded instant v0.1.12 |
452 | 2024-08-06T07:34:47.044Z | Downloaded cstr-argument v0.1.2 |
453 | 2024-08-06T07:34:47.047Z | Downloaded base16ct v0.2.0 |
454 | 2024-08-06T07:34:47.049Z | Downloaded array-init v0.0.4 |
455 | 2024-08-06T07:34:47.049Z | Downloaded ascii-canvas v3.0.0 |
456 | 2024-08-06T07:34:47.049Z | Downloaded aead v0.5.2 |
457 | 2024-08-06T07:34:47.052Z | Downloaded async-stream v0.3.5 |
458 | 2024-08-06T07:34:47.052Z | Downloaded async-recursion v1.1.1 |
459 | 2024-08-06T07:34:47.057Z | Downloaded atomic-waker v1.1.2 |
460 | 2024-08-06T07:34:47.060Z | Downloaded arrayref v0.3.7 |
461 | 2024-08-06T07:34:47.063Z | Downloaded constant_time_eq v0.3.0 |
462 | 2024-08-06T07:34:47.066Z | Downloaded new_debug_unreachable v1.0.6 |
463 | 2024-08-06T07:34:47.066Z | Downloaded bitflags v1.3.2 |
464 | 2024-08-06T07:34:47.069Z | Downloaded ciborium-ll v0.2.2 |
465 | 2024-08-06T07:34:47.072Z | Downloaded crc-catalog v2.4.0 |
466 | 2024-08-06T07:34:47.072Z | Downloaded ciborium-io v0.2.2 |
467 | 2024-08-06T07:34:47.072Z | Downloaded bitfield v0.14.0 |
468 | 2024-08-06T07:34:47.076Z | Downloaded normalize-line-endings v0.3.0 |
469 | 2024-08-06T07:34:47.076Z | Downloaded adler v1.0.2 |
470 | 2024-08-06T07:34:47.080Z | Downloaded oso-derive v0.27.3 |
471 | 2024-08-06T07:34:47.083Z | Downloaded num_threads v0.1.7 |
472 | 2024-08-06T07:34:47.083Z | Downloaded colored v2.1.0 |
473 | 2024-08-06T07:34:47.086Z | Downloaded openssl-probe v0.1.5 |
474 | 2024-08-06T07:34:47.086Z | Downloaded nodrop v0.1.14 |
475 | 2024-08-06T07:34:47.089Z | Downloaded peg-runtime v0.8.3 |
476 | 2024-08-06T07:34:47.089Z | Downloaded bitstruct v0.1.1 |
477 | 2024-08-06T07:34:47.092Z | Downloaded async-trait v0.1.81 |
478 | 2024-08-06T07:34:47.095Z | Downloaded crucible-workspace-hack v0.1.0 |
479 | 2024-08-06T07:34:47.095Z | Downloaded nanorand v0.7.0 |
480 | 2024-08-06T07:34:47.098Z | Downloaded maplit v1.0.2 |
481 | 2024-08-06T07:34:47.101Z | Downloaded der v0.7.9 |
482 | 2024-08-06T07:34:47.103Z | Downloaded ascii v1.1.0 |
483 | 2024-08-06T07:34:47.106Z | Downloaded match_cfg v0.1.0 |
484 | 2024-08-06T07:34:47.109Z | Downloaded ciborium v0.2.2 |
485 | 2024-08-06T07:34:47.109Z | Downloaded openssl-macros v0.1.1 |
486 | 2024-08-06T07:34:47.112Z | Downloaded bcs v0.1.6 |
487 | 2024-08-06T07:34:47.112Z | Downloaded signal-hook-tokio v0.3.1 |
488 | 2024-08-06T07:34:47.115Z | Downloaded newline-converter v0.3.0 |
489 | 2024-08-06T07:34:47.115Z | Downloaded is_ci v1.2.0 |
490 | 2024-08-06T07:34:47.118Z | Downloaded base64ct v1.6.0 |
491 | 2024-08-06T07:34:47.121Z | Downloaded newtype_derive v0.1.6 |
492 | 2024-08-06T07:34:47.121Z | Downloaded cexpr v0.6.0 |
493 | 2024-08-06T07:34:47.124Z | Downloaded bb8 v0.8.5 |
494 | 2024-08-06T07:34:47.124Z | Downloaded cassowary v0.3.0 |
495 | 2024-08-06T07:34:47.127Z | Downloaded newtype-uuid v1.1.0 |
496 | 2024-08-06T07:34:47.127Z | Downloaded darling v0.20.9 |
497 | 2024-08-06T07:34:47.131Z | Downloaded memoffset v0.9.1 |
498 | 2024-08-06T07:34:47.135Z | Downloaded nibble_vec v0.1.0 |
499 | 2024-08-06T07:34:47.135Z | Downloaded lazycell v1.3.0 |
500 | 2024-08-06T07:34:47.135Z | Downloaded packed_struct v0.10.1 |
501 | 2024-08-06T07:34:47.138Z | Downloaded cookie_store v0.20.0 |
502 | 2024-08-06T07:34:47.141Z | Downloaded curve25519-dalek-derive v0.1.1 |
503 | 2024-08-06T07:34:47.141Z | Downloaded num_enum v0.5.11 |
504 | 2024-08-06T07:34:47.145Z | Downloaded num-derive v0.4.2 |
505 | 2024-08-06T07:34:47.148Z | Downloaded path-slash v0.1.5 |
506 | 2024-08-06T07:34:47.151Z | Downloaded number_prefix v0.4.0 |
507 | 2024-08-06T07:34:47.151Z | Downloaded libloading v0.8.3 |
508 | 2024-08-06T07:34:47.154Z | Downloaded olpc-cjson v0.1.3 |
509 | 2024-08-06T07:34:47.157Z | Downloaded tower-service v0.3.2 |
510 | 2024-08-06T07:34:47.157Z | Downloaded peg v0.8.4 |
511 | 2024-08-06T07:34:47.160Z | Downloaded paste v1.0.15 |
512 | 2024-08-06T07:34:47.163Z | Downloaded managed v0.8.0 |
513 | 2024-08-06T07:34:47.166Z | Downloaded impl-trait-for-tuples v0.2.2 |
514 | 2024-08-06T07:34:47.169Z | Downloaded keccak v0.1.5 |
515 | 2024-08-06T07:34:47.169Z | Downloaded difflib v0.4.0 |
516 | 2024-08-06T07:34:47.172Z | Downloaded libefi-sys v0.1.0 |
517 | 2024-08-06T07:34:47.172Z | Downloaded ipnetwork v0.20.0 |
518 | 2024-08-06T07:34:47.175Z | Downloaded derive_builder_macro v0.20.0 |
519 | 2024-08-06T07:34:47.175Z | Downloaded sqlformat v0.2.4 |
520 | 2024-08-06T07:34:47.178Z | Downloaded packed_struct_codegen v0.10.1 |
521 | 2024-08-06T07:34:47.178Z | Downloaded mime v0.3.17 |
522 | 2024-08-06T07:34:47.180Z | Downloaded maybe-uninit v2.0.0 |
523 | 2024-08-06T07:34:47.181Z | Downloaded num-integer v0.1.46 |
524 | 2024-08-06T07:34:47.183Z | Downloaded downcast v0.11.0 |
525 | 2024-08-06T07:34:47.187Z | Downloaded structmeta v0.2.0 |
526 | 2024-08-06T07:34:47.187Z | Downloaded display-error-chain v0.2.0 |
527 | 2024-08-06T07:34:47.187Z | Downloaded blake2 v0.10.6 |
528 | 2024-08-06T07:34:47.190Z | Downloaded http-range v0.1.5 |
529 | 2024-08-06T07:34:47.193Z | Downloaded multer v3.1.0 |
530 | 2024-08-06T07:34:47.196Z | Downloaded parse-display-derive v0.9.1 |
531 | 2024-08-06T07:34:47.196Z | Downloaded tokio-native-tls v0.3.1 |
532 | 2024-08-06T07:34:47.199Z | Downloaded lock_api v0.4.12 |
533 | 2024-08-06T07:34:47.199Z | Downloaded ipnet v2.9.0 |
534 | 2024-08-06T07:34:47.202Z | Downloaded parking_lot_core v0.8.6 |
535 | 2024-08-06T07:34:47.205Z | Downloaded pem-rfc7468 v0.7.0 |
536 | 2024-08-06T07:34:47.205Z | Downloaded defmt v0.3.8 |
537 | 2024-08-06T07:34:47.208Z | Downloaded pem v3.0.4 |
538 | 2024-08-06T07:34:47.211Z | Downloaded num_cpus v1.16.0 |
539 | 2024-08-06T07:34:47.214Z | Downloaded crossbeam-epoch v0.9.18 |
540 | 2024-08-06T07:34:47.217Z | Downloaded slog-dtrace v0.3.0 |
541 | 2024-08-06T07:34:47.217Z | Downloaded predicates-tree v1.0.9 |
542 | 2024-08-06T07:34:47.221Z | Downloaded wyz v0.5.1 |
543 | 2024-08-06T07:34:47.221Z | Downloaded predicates-core v1.0.6 |
544 | 2024-08-06T07:34:47.224Z | Downloaded percent-encoding v2.3.1 |
545 | 2024-08-06T07:34:47.224Z | Downloaded static_assertions v1.1.0 |
546 | 2024-08-06T07:34:47.224Z | Downloaded crc-any v2.5.0 |
547 | 2024-08-06T07:34:47.227Z | Downloaded chacha20poly1305 v0.10.1 |
548 | 2024-08-06T07:34:47.230Z | Downloaded parking_lot_core v0.9.10 |
549 | 2024-08-06T07:34:47.233Z | Downloaded num-rational v0.4.2 |
550 | 2024-08-06T07:34:47.233Z | Downloaded gethostname v0.5.0 |
551 | 2024-08-06T07:34:47.236Z | Downloaded thread_local v1.1.8 |
552 | 2024-08-06T07:34:47.236Z | Downloaded strum_macros v0.26.4 |
553 | 2024-08-06T07:34:47.240Z | Downloaded try-lock v0.2.5 |
554 | 2024-08-06T07:34:47.240Z | Downloaded time-core v0.1.2 |
555 | 2024-08-06T07:34:47.240Z | Downloaded nu-ansi-term v0.50.0 |
556 | 2024-08-06T07:34:47.243Z | Downloaded compact_str v0.7.1 |
557 | 2024-08-06T07:34:47.246Z | Downloaded highway v1.1.0 |
558 | 2024-08-06T07:34:47.249Z | Downloaded sqlparser_derive v0.2.2 |
559 | 2024-08-06T07:34:47.249Z | Downloaded cookie v0.18.1 |
560 | 2024-08-06T07:34:47.252Z | Downloaded headers-core v0.2.0 |
561 | 2024-08-06T07:34:47.255Z | Downloaded dirs-sys-next v0.1.2 |
562 | 2024-08-06T07:34:47.255Z | Downloaded dirs-next v2.0.0 |
563 | 2024-08-06T07:34:47.256Z | Downloaded xattr v1.3.1 |
564 | 2024-08-06T07:34:47.258Z | Downloaded flagset v0.4.5 |
565 | 2024-08-06T07:34:47.261Z | Downloaded ref-cast-impl v1.0.23 |
566 | 2024-08-06T07:34:47.261Z | Downloaded radium v0.7.0 |
567 | 2024-08-06T07:34:47.262Z | Downloaded peg-macros v0.8.4 |
568 | 2024-08-06T07:34:47.264Z | Downloaded wait-timeout v0.2.0 |
569 | 2024-08-06T07:34:47.268Z | Downloaded oso v0.27.3 |
570 | 2024-08-06T07:34:47.271Z | Downloaded hex v0.4.3 |
571 | 2024-08-06T07:34:47.271Z | Downloaded tinyvec_macros v0.1.1 |
572 | 2024-08-06T07:34:47.274Z | Downloaded num-traits v0.2.19 |
573 | 2024-08-06T07:34:47.274Z | Downloaded bytes v1.7.1 |
574 | 2024-08-06T07:34:47.278Z | Downloaded rusty-fork v0.3.0 |
575 | 2024-08-06T07:34:47.280Z | Downloaded rustversion v1.0.17 |
576 | 2024-08-06T07:34:47.283Z | Downloaded const_format v0.2.32 |
577 | 2024-08-06T07:34:47.288Z | Downloaded precomputed-hash v0.1.1 |
578 | 2024-08-06T07:34:47.291Z | Downloaded spki v0.7.3 |
579 | 2024-08-06T07:34:47.291Z | Downloaded spin v0.5.2 |
580 | 2024-08-06T07:34:47.294Z | Downloaded smallvec v0.6.14 |
581 | 2024-08-06T07:34:47.294Z | Downloaded slog-bunyan v2.5.0 |
582 | 2024-08-06T07:34:47.298Z | Downloaded tui-tree-widget v0.21.0 |
583 | 2024-08-06T07:34:47.298Z | Downloaded time-macros v0.2.18 |
584 | 2024-08-06T07:34:47.301Z | Downloaded thiserror-no-std v2.0.2 |
585 | 2024-08-06T07:34:47.304Z | Downloaded which v4.4.2 |
586 | 2024-08-06T07:34:47.304Z | Downloaded funty v2.0.0 |
587 | 2024-08-06T07:34:47.307Z | Downloaded rpassword v7.3.1 |
588 | 2024-08-06T07:34:47.307Z | Downloaded pkcs8 v0.10.2 |
589 | 2024-08-06T07:34:47.310Z | Downloaded heck v0.3.3 |
590 | 2024-08-06T07:34:47.312Z | Downloaded pkcs1 v0.7.5 |
591 | 2024-08-06T07:34:47.315Z | Downloaded secrecy v0.8.0 |
592 | 2024-08-06T07:34:47.315Z | Downloaded postgres-types v0.2.7 |
593 | 2024-08-06T07:34:47.318Z | Downloaded sync_wrapper v0.1.2 |
594 | 2024-08-06T07:34:47.321Z | Downloaded strum v0.26.3 |
595 | 2024-08-06T07:34:47.321Z | Downloaded uuid v1.10.0 |
596 | 2024-08-06T07:34:47.325Z | Downloaded powerfmt v0.2.0 |
597 | 2024-08-06T07:34:47.327Z | Downloaded rustc_version v0.4.0 |
598 | 2024-08-06T07:34:47.328Z | Downloaded ref-cast v1.0.23 |
599 | 2024-08-06T07:34:47.331Z | Downloaded serde_with_macros v3.8.3 |
600 | 2024-08-06T07:34:47.334Z | Downloaded crossbeam-channel v0.5.12 |
601 | 2024-08-06T07:34:47.337Z | Downloaded scheduled-thread-pool v0.2.7 |
602 | 2024-08-06T07:34:47.341Z | Downloaded pretty-hex v0.2.1 |
603 | 2024-08-06T07:34:47.341Z | Downloaded slog-json v2.6.1 |
604 | 2024-08-06T07:34:47.344Z | Downloaded termcolor v1.4.1 |
605 | 2024-08-06T07:34:47.344Z | Downloaded slog-scope v4.4.0 |
606 | 2024-08-06T07:34:47.346Z | Downloaded serde_urlencoded v0.7.1 |
607 | 2024-08-06T07:34:47.347Z | Downloaded same-file v1.0.6 |
608 | 2024-08-06T07:34:47.350Z | Downloaded spin v0.9.8 |
609 | 2024-08-06T07:34:47.353Z | Downloaded darling_core v0.20.9 |
610 | 2024-08-06T07:34:47.356Z | Downloaded crypto-bigint v0.5.5 |
611 | 2024-08-06T07:34:47.361Z | Downloaded futures-executor v0.3.30 |
612 | 2024-08-06T07:34:47.365Z | Downloaded foreign-types-shared v0.3.1 |
613 | 2024-08-06T07:34:47.365Z | Downloaded want v0.3.1 |
614 | 2024-08-06T07:34:47.368Z | Downloaded foreign-types-shared v0.1.1 |
615 | 2024-08-06T07:34:47.368Z | Downloaded zone v0.1.8 |
616 | 2024-08-06T07:34:47.368Z | Downloaded untrusted v0.7.1 |
617 | 2024-08-06T07:34:47.371Z | Downloaded unsafe-libyaml v0.2.11 |
618 | 2024-08-06T07:34:47.374Z | Downloaded futures-core v0.3.30 |
619 | 2024-08-06T07:34:47.374Z | Downloaded indent_write v2.2.0 |
620 | 2024-08-06T07:34:47.377Z | Downloaded hash32 v0.2.1 |
621 | 2024-08-06T07:34:47.377Z | Downloaded foreign-types-macros v0.2.3 |
622 | 2024-08-06T07:34:47.382Z | Downloaded fragile v2.0.0 |
623 | 2024-08-06T07:34:47.382Z | Downloaded glob v0.3.1 |
624 | 2024-08-06T07:34:47.387Z | Downloaded slog-term v2.9.1 |
625 | 2024-08-06T07:34:47.387Z | Downloaded openssl-sys v0.9.103 |
626 | 2024-08-06T07:34:47.390Z | Downloaded quick-error v1.2.3 |
627 | 2024-08-06T07:34:47.392Z | Downloaded serde_path_to_error v0.1.16 |
628 | 2024-08-06T07:34:47.395Z | Downloaded derive-where v1.2.7 |
629 | 2024-08-06T07:34:47.398Z | Downloaded sha1 v0.10.6 |
630 | 2024-08-06T07:34:47.401Z | Downloaded take_mut v0.2.2 |
631 | 2024-08-06T07:34:47.402Z | Downloaded zone_cfg_derive v0.1.2 |
632 | 2024-08-06T07:34:47.402Z | Downloaded strum_macros v0.24.3 |
633 | 2024-08-06T07:34:47.404Z | Downloaded tokio-postgres v0.7.11 |
634 | 2024-08-06T07:34:47.407Z | Downloaded tracing-attributes v0.1.27 |
635 | 2024-08-06T07:34:47.411Z | Downloaded tracing v0.1.40 |
636 | 2024-08-06T07:34:47.415Z | Downloaded ena v0.14.3 |
637 | 2024-08-06T07:34:47.418Z | Downloaded hubpack_derive v0.1.1 |
638 | 2024-08-06T07:34:47.418Z | Downloaded stringprep v0.1.4 |
639 | 2024-08-06T07:34:47.421Z | Downloaded sct v0.7.1 |
640 | 2024-08-06T07:34:47.424Z | Downloaded whoami v1.5.1 |
641 | 2024-08-06T07:34:47.434Z | Downloaded futures-sink v0.3.30 |
642 | 2024-08-06T07:34:47.437Z | Downloaded tabwriter v1.4.0 |
643 | 2024-08-06T07:34:47.437Z | Downloaded ppv-lite86 v0.2.17 |
644 | 2024-08-06T07:34:47.440Z | Downloaded serde-big-array v0.5.1 |
645 | 2024-08-06T07:34:47.440Z | Downloaded fastrand v2.1.0 |
646 | 2024-08-06T07:34:47.443Z | Downloaded either v1.12.0 |
647 | 2024-08-06T07:34:47.443Z | Downloaded dyn-clone v1.0.17 |
648 | 2024-08-06T07:34:47.446Z | Downloaded diesel_table_macro_syntax v0.1.0 |
649 | 2024-08-06T07:34:47.446Z | Downloaded vsss-rs v3.3.4 |
650 | 2024-08-06T07:34:47.450Z | Downloaded derive_builder v0.20.0 |
651 | 2024-08-06T07:34:47.454Z | Downloaded fxhash v0.2.1 |
652 | 2024-08-06T07:34:47.457Z | Downloaded shell-words v1.1.0 |
653 | 2024-08-06T07:34:47.457Z | Downloaded slab v0.4.9 |
654 | 2024-08-06T07:34:47.460Z | Downloaded tls_codec_derive v0.4.1 |
655 | 2024-08-06T07:34:47.460Z | Downloaded tls_codec v0.4.1 |
656 | 2024-08-06T07:34:47.465Z | Downloaded subtle v2.5.0 |
657 | 2024-08-06T07:34:47.465Z | Downloaded string_cache v0.8.7 |
658 | 2024-08-06T07:34:47.468Z | Downloaded rustls-pemfile v2.1.3 |
659 | 2024-08-06T07:34:47.468Z | Downloaded headers v0.3.9 |
660 | 2024-08-06T07:34:47.472Z | Downloaded thiserror-impl-no-std v2.0.2 |
661 | 2024-08-06T07:34:47.476Z | Downloaded hubpack v0.1.2 |
662 | 2024-08-06T07:34:47.479Z | Downloaded ron v0.7.1 |
663 | 2024-08-06T07:34:47.482Z | Downloaded httpdate v1.0.3 |
664 | 2024-08-06T07:34:47.482Z | Downloaded pin-project-internal v1.1.5 |
665 | 2024-08-06T07:34:47.484Z | Downloaded crossterm v0.27.0 |
666 | 2024-08-06T07:34:47.489Z | Downloaded serde_repr v0.1.19 |
667 | 2024-08-06T07:34:47.492Z | Downloaded phf_shared v0.10.0 |
668 | 2024-08-06T07:34:47.495Z | Downloaded tungstenite v0.20.1 |
669 | 2024-08-06T07:34:47.498Z | Downloaded topological-sort v0.2.2 |
670 | 2024-08-06T07:34:47.498Z | Downloaded tokio-stream v0.1.15 |
671 | 2024-08-06T07:34:47.501Z | Downloaded rand_xorshift v0.3.0 |
672 | 2024-08-06T07:34:47.504Z | Downloaded trust-dns-server v0.22.1 |
673 | 2024-08-06T07:34:47.508Z | Downloaded shlex v1.3.0 |
674 | 2024-08-06T07:34:47.511Z | Downloaded getopts v0.2.21 |
675 | 2024-08-06T07:34:47.514Z | Downloaded pin-utils v0.1.0 |
676 | 2024-08-06T07:34:47.514Z | Downloaded futures-task v0.3.30 |
677 | 2024-08-06T07:34:47.517Z | Downloaded walkdir v2.5.0 |
678 | 2024-08-06T07:34:47.517Z | Downloaded tinyvec v1.6.0 |
679 | 2024-08-06T07:34:47.520Z | Downloaded tracing-core v0.1.32 |
680 | 2024-08-06T07:34:47.523Z | Downloaded toolchain_find v0.4.0 |
681 | 2024-08-06T07:34:47.526Z | Downloaded der_derive v0.7.2 |
682 | 2024-08-06T07:34:47.526Z | Downloaded serde-hex v0.1.0 |
683 | 2024-08-06T07:34:47.529Z | Downloaded smf v0.2.3 |
684 | 2024-08-06T07:34:47.529Z | Downloaded structmeta-derive v0.2.0 |
685 | 2024-08-06T07:34:47.532Z | Downloaded resolv-conf v0.7.0 |
686 | 2024-08-06T07:34:47.532Z | Downloaded embedded-io v0.4.0 |
687 | 2024-08-06T07:34:47.534Z | Downloaded deranged v0.3.11 |
688 | 2024-08-06T07:34:47.535Z | Downloaded aho-corasick v1.1.3 |
689 | 2024-08-06T07:34:47.540Z | Downloaded humantime v2.1.0 |
690 | 2024-08-06T07:34:47.544Z | Downloaded foreign-types v0.3.2 |
691 | 2024-08-06T07:34:47.544Z | Downloaded pin-project-lite v0.2.14 |
692 | 2024-08-06T07:34:47.548Z | Downloaded utf-8 v0.7.6 |
693 | 2024-08-06T07:34:47.551Z | Downloaded pkg-config v0.3.30 |
694 | 2024-08-06T07:34:47.551Z | Downloaded minimal-lexical v0.2.1 |
695 | 2024-08-06T07:34:47.555Z | Downloaded serde_derive_internals v0.29.1 |
696 | 2024-08-06T07:34:47.558Z | Downloaded samael v0.0.15 |
697 | 2024-08-06T07:34:47.563Z | Downloaded similar v2.5.0 |
698 | 2024-08-06T07:34:47.567Z | Downloaded endian-type v0.1.2 |
699 | 2024-08-06T07:34:47.570Z | Downloaded tokio-tungstenite v0.21.0 |
700 | 2024-08-06T07:34:47.572Z | Downloaded trust-dns-client v0.22.0 |
701 | 2024-08-06T07:34:47.576Z | Downloaded unicode-normalization v0.1.23 |
702 | 2024-08-06T07:34:47.579Z | Downloaded float-ord v0.3.2 |
703 | 2024-08-06T07:34:47.583Z | Downloaded sigpipe v0.1.3 |
704 | 2024-08-06T07:34:47.583Z | Downloaded unicode-linebreak v0.1.5 |
705 | 2024-08-06T07:34:47.586Z | Downloaded tungstenite v0.21.0 |
706 | 2024-08-06T07:34:47.586Z | Downloaded portpicker v0.1.1 |
707 | 2024-08-06T07:34:47.589Z | Downloaded zeroize v1.7.0 |
708 | 2024-08-06T07:34:47.589Z | Downloaded vte v0.11.1 |
709 | 2024-08-06T07:34:47.592Z | Downloaded snafu-derive v0.8.2 |
710 | 2024-08-06T07:34:47.592Z | Downloaded hyper-staticfile v0.9.5 |
711 | 2024-08-06T07:34:47.595Z | Downloaded num-bigint-dig v0.8.4 |
712 | 2024-08-06T07:34:47.599Z | Downloaded ident_case v1.0.1 |
713 | 2024-08-06T07:34:47.602Z | Downloaded proc-macro-crate v1.3.1 |
714 | 2024-08-06T07:34:47.602Z | Downloaded psl-types v2.0.11 |
715 | 2024-08-06T07:34:47.602Z | Downloaded zeroize_derive v1.4.2 |
716 | 2024-08-06T07:34:47.605Z | Downloaded serde_arrays v0.1.0 |
717 | 2024-08-06T07:34:47.605Z | Downloaded tokio-macros v2.3.0 |
718 | 2024-08-06T07:34:47.606Z | Downloaded enum-as-inner v0.5.1 |
719 | 2024-08-06T07:34:47.608Z | Downloaded poly1305 v0.8.0 |
720 | 2024-08-06T07:34:47.612Z | Downloaded uzers v0.11.3 |
721 | 2024-08-06T07:34:47.612Z | Downloaded rayon-core v1.12.1 |
722 | 2024-08-06T07:34:47.615Z | Downloaded pin-project v1.1.5 |
723 | 2024-08-06T07:34:47.626Z | Downloaded time v0.3.36 |
724 | 2024-08-06T07:34:47.632Z | Downloaded trust-dns-resolver v0.22.0 |
725 | 2024-08-06T07:34:47.636Z | Downloaded signal-hook-mio v0.2.3 |
726 | 2024-08-06T07:34:47.640Z | Downloaded mio v0.8.11 |
727 | 2024-08-06T07:34:47.644Z | Downloaded schemars v0.8.21 |
728 | 2024-08-06T07:34:47.655Z | Downloaded http-body v0.4.6 |
729 | 2024-08-06T07:34:47.658Z | Downloaded rand_chacha v0.3.1 |
730 | 2024-08-06T07:34:47.658Z | Downloaded scopeguard v1.2.0 |
731 | 2024-08-06T07:34:47.662Z | Downloaded schemars_derive v0.8.21 |
732 | 2024-08-06T07:34:47.662Z | Downloaded rustc_version v0.1.7 |
733 | 2024-08-06T07:34:47.665Z | Downloaded fixedbitset v0.4.2 |
734 | 2024-08-06T07:34:47.665Z | Downloaded getrandom v0.2.14 |
735 | 2024-08-06T07:34:47.668Z | Downloaded phf v0.11.2 |
736 | 2024-08-06T07:34:47.668Z | Downloaded zerocopy v0.6.6 |
737 | 2024-08-06T07:34:47.671Z | Downloaded smallvec v1.13.2 |
738 | 2024-08-06T07:34:47.674Z | Downloaded home v0.5.9 |
739 | 2024-08-06T07:34:47.674Z | Downloaded socket2 v0.4.10 |
740 | 2024-08-06T07:34:47.674Z | Downloaded rtoolbox v0.0.2 |
741 | 2024-08-06T07:34:47.679Z | Downloaded nom v7.1.3 |
742 | 2024-08-06T07:34:47.682Z | Downloaded r2d2 v0.8.10 |
743 | 2024-08-06T07:34:47.682Z | Downloaded slog-stdlog v4.1.1 |
744 | 2024-08-06T07:34:47.685Z | Downloaded term v0.7.0 |
745 | 2024-08-06T07:34:47.688Z | Downloaded toml v0.7.8 |
746 | 2024-08-06T07:34:47.692Z | Downloaded signal-hook-registry v1.4.2 |
747 | 2024-08-06T07:34:47.692Z | Downloaded rsa v0.9.6 |
748 | 2024-08-06T07:34:47.696Z | Downloaded rustc-demangle v0.1.24 |
749 | 2024-08-06T07:34:47.700Z | Downloaded libxml v0.3.3 |
750 | 2024-08-06T07:34:47.705Z | Downloaded fatfs v0.3.6 |
751 | 2024-08-06T07:34:47.708Z | Downloaded hostname v0.4.0 |
752 | 2024-08-06T07:34:47.708Z | Downloaded structmeta-derive v0.3.0 |
753 | 2024-08-06T07:34:47.711Z | Downloaded structmeta v0.3.0 |
754 | 2024-08-06T07:34:47.711Z | Downloaded flate2 v1.0.31 |
755 | 2024-08-06T07:34:47.715Z | Downloaded strip-ansi-escapes v0.2.0 |
756 | 2024-08-06T07:34:47.718Z | Downloaded winnow v0.5.40 |
757 | 2024-08-06T07:34:47.724Z | Downloaded unicode-bidi v0.3.15 |
758 | 2024-08-06T07:34:47.727Z | Downloaded postcard v1.0.8 |
759 | 2024-08-06T07:34:47.730Z | Downloaded untrusted v0.9.0 |
760 | 2024-08-06T07:34:47.733Z | Downloaded flume v0.11.0 |
761 | 2024-08-06T07:34:47.736Z | Downloaded textwrap v0.16.1 |
762 | 2024-08-06T07:34:47.739Z | Downloaded diesel_derives v2.1.4 |
763 | 2024-08-06T07:34:47.742Z | Downloaded rustyline v14.0.0 |
764 | 2024-08-06T07:34:47.747Z | Downloaded zip v0.6.6 |
765 | 2024-08-06T07:34:47.751Z | Downloaded elliptic-curve v0.13.8 |
766 | 2024-08-06T07:34:47.756Z | Downloaded unicode_categories v0.1.1 |
767 | 2024-08-06T07:34:47.760Z | Downloaded http v0.2.12 |
768 | 2024-08-06T07:34:47.763Z | Downloaded libm v0.2.8 |
769 | 2024-08-06T07:34:47.768Z | Downloaded itertools v0.12.1 |
770 | 2024-08-06T07:34:47.776Z | Downloaded rcgen v0.12.1 |
771 | 2024-08-06T07:34:47.779Z | Downloaded hmac v0.12.1 |
772 | 2024-08-06T07:34:47.782Z | Downloaded toml_edit v0.19.15 |
773 | 2024-08-06T07:34:47.795Z | Downloaded chrono v0.4.38 |
774 | 2024-08-06T07:34:47.803Z | Downloaded hyper-rustls v0.24.2 |
775 | 2024-08-06T07:34:47.808Z | Downloaded prettyplease v0.2.20 |
776 | 2024-08-06T07:34:47.811Z | Downloaded regex-automata v0.1.10 |
777 | 2024-08-06T07:34:47.821Z | Downloaded bindgen v0.69.4 |
778 | 2024-08-06T07:34:47.824Z | Downloaded url v2.5.2 |
779 | 2024-08-06T07:34:47.824Z | Downloaded snafu v0.8.2 |
780 | 2024-08-06T07:34:47.828Z | Downloaded hashbrown v0.12.3 |
781 | 2024-08-06T07:34:47.832Z | Downloaded toml v0.5.11 |
782 | 2024-08-06T07:34:47.835Z | Downloaded expectorate v1.1.0 |
783 | 2024-08-06T07:34:47.838Z | Downloaded itertools v0.10.5 |
784 | 2024-08-06T07:34:47.842Z | Downloaded bitvec v1.0.1 |
785 | 2024-08-06T07:34:47.858Z | Downloaded portable-atomic v1.6.0 |
786 | 2024-08-06T07:34:47.862Z | Downloaded http v1.1.0 |
787 | 2024-08-06T07:34:47.866Z | Downloaded unicode-segmentation v1.11.0 |
788 | 2024-08-06T07:34:47.869Z | Downloaded reqwest v0.11.27 |
789 | 2024-08-06T07:34:47.877Z | Downloaded rayon v1.10.0 |
790 | 2024-08-06T07:34:47.886Z | Downloaded hashbrown v0.13.2 |
791 | 2024-08-06T07:34:47.890Z | Downloaded smoltcp v0.9.1 |
792 | 2024-08-06T07:34:47.900Z | Downloaded reedline v0.31.0 |
793 | 2024-08-06T07:34:47.907Z | Downloaded quick-xml v0.31.0 |
794 | 2024-08-06T07:34:47.914Z | Downloaded vcpkg v0.2.15 |
795 | 2024-08-06T07:34:47.951Z | Downloaded webpki-roots v0.25.4 |
796 | 2024-08-06T07:34:47.955Z | Downloaded steno v0.4.1 |
797 | 2024-08-06T07:34:47.959Z | Downloaded sqlparser v0.45.0 |
798 | 2024-08-06T07:34:47.965Z | Downloaded h2 v0.3.26 |
799 | 2024-08-06T07:34:47.971Z | Downloaded regex v1.10.6 |
800 | 2024-08-06T07:34:47.984Z | Downloaded bstr v0.2.17 |
801 | 2024-08-06T07:34:47.993Z | Downloaded tokio-util v0.7.11 |
802 | 2024-08-06T07:34:47.999Z | Downloaded rustls v0.21.12 |
803 | 2024-08-06T07:34:48.011Z | Downloaded gimli v0.28.1 |
804 | 2024-08-06T07:34:48.019Z | Downloaded idna v0.3.0 |
805 | 2024-08-06T07:34:48.032Z | Downloaded object v0.30.4 |
806 | 2024-08-06T07:34:48.035Z | Downloaded trust-dns-proto v0.22.0 |
807 | 2024-08-06T07:34:48.048Z | Downloaded rustls-webpki v0.101.7 |
808 | 2024-08-06T07:34:48.062Z | Downloaded regress v0.9.1 |
809 | 2024-08-06T07:34:48.071Z | Downloaded regex-syntax v0.8.3 |
810 | 2024-08-06T07:34:48.080Z | Downloaded hyper v0.14.30 |
811 | 2024-08-06T07:34:48.088Z | Downloaded proptest v1.4.0 |
812 | 2024-08-06T07:34:48.097Z | Downloaded object v0.32.2 |
813 | 2024-08-06T07:34:48.108Z | Downloaded nix v0.27.1 |
814 | 2024-08-06T07:34:48.119Z | Downloaded rustls-webpki v0.102.4 |
815 | 2024-08-06T07:34:48.138Z | Downloaded sled v0.34.7 |
816 | 2024-08-06T07:34:48.151Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
817 | 2024-08-06T07:34:48.162Z | Downloaded nix v0.28.0 |
818 | 2024-08-06T07:34:48.172Z | Downloaded idna v0.2.3 |
819 | 2024-08-06T07:34:48.180Z | Downloaded smoltcp v0.11.0 |
820 | 2024-08-06T07:34:48.193Z | Downloaded regex-syntax v0.6.29 |
821 | 2024-08-06T07:34:48.201Z | Downloaded diesel v2.1.6 |
822 | 2024-08-06T07:34:48.219Z | Downloaded openapiv3 v2.0.0 |
823 | 2024-08-06T07:34:48.231Z | Downloaded tokio v1.38.1 |
824 | 2024-08-06T07:34:48.269Z | Downloaded csv v1.3.0 |
825 | 2024-08-06T07:34:48.289Z | Downloaded ratatui v0.27.0 |
826 | 2024-08-06T07:34:48.308Z | Downloaded openssl v0.10.66 |
827 | 2024-08-06T07:34:48.318Z | Downloaded encoding_rs v0.8.34 |
828 | 2024-08-06T07:34:48.340Z | Downloaded rustls v0.22.4 |
829 | 2024-08-06T07:34:48.353Z | Downloaded zerocopy-derive v0.6.6 |
830 | 2024-08-06T07:34:48.363Z | Downloaded polar-core v0.27.3 |
831 | 2024-08-06T07:34:48.372Z | Downloaded regex-automata v0.4.6 |
832 | 2024-08-06T07:34:48.392Z | Downloaded finl_unicode v1.2.0 |
833 | 2024-08-06T07:34:48.404Z | Downloaded petgraph v0.6.5 |
834 | 2024-08-06T07:34:48.423Z | Downloaded sha3 v0.10.8 |
835 | 2024-08-06T07:34:48.428Z | Downloaded lalrpop v0.19.12 |
836 | 2024-08-06T07:34:48.473Z | Downloaded bstr v1.9.1 |
837 | 2024-08-06T07:34:48.479Z | Downloaded radix_trie v0.2.1 |
838 | 2024-08-06T07:34:48.479Z | Downloaded idna v0.5.0 |
839 | 2024-08-06T07:34:48.479Z | Downloaded serde_with v3.8.3 |
840 | 2024-08-06T07:34:48.479Z | Downloaded hkdf v0.12.4 |
841 | 2024-08-06T07:34:48.480Z | Downloaded curve25519-dalek v4.1.3 |
842 | 2024-08-06T07:34:48.484Z | Downloaded itertools v0.13.0 |
843 | 2024-08-06T07:34:48.489Z | Downloaded futures-util v0.3.30 |
844 | 2024-08-06T07:34:48.501Z | Downloaded typed-path v0.7.1 |
845 | 2024-08-06T07:34:48.509Z | Downloaded blake3 v1.5.1 |
846 | 2024-08-06T07:34:48.519Z | Downloaded ron v0.8.1 |
847 | 2024-08-06T07:34:48.526Z | Downloaded rustc-hash v1.1.0 |
848 | 2024-08-06T07:34:48.527Z | Downloaded rand_core v0.6.4 |
849 | 2024-08-06T07:34:48.527Z | Downloaded env_logger v0.9.3 |
850 | 2024-08-06T07:34:48.532Z | Downloaded env_logger v0.10.2 |
851 | 2024-08-06T07:34:48.532Z | Downloaded slog-async v2.8.0 |
852 | 2024-08-06T07:34:48.537Z | Downloaded siphasher v0.3.11 |
853 | 2024-08-06T07:34:48.537Z | Downloaded test-strategy v0.3.1 |
854 | 2024-08-06T07:34:48.537Z | Downloaded signal-hook v0.3.17 |
855 | 2024-08-06T07:34:48.540Z | Downloaded hostname v0.3.1 |
856 | 2024-08-06T07:34:48.540Z | Downloaded supports-color v3.0.0 |
857 | 2024-08-06T07:34:48.543Z | Downloaded iana-time-zone v0.1.60 |
858 | 2024-08-06T07:34:48.543Z | Downloaded universal-hash v0.5.1 |
859 | 2024-08-06T07:34:48.546Z | Downloaded publicsuffix v2.2.3 |
860 | 2024-08-06T07:34:48.549Z | Downloaded x509-cert v0.2.5 |
861 | 2024-08-06T07:34:48.552Z | Downloaded rand v0.8.5 |
862 | 2024-08-06T07:34:48.556Z | Downloaded ring v0.16.20 |
863 | 2024-08-06T07:34:48.649Z | Downloaded tough v0.17.1 |
864 | 2024-08-06T07:34:48.661Z | Downloaded num-bigint v0.4.5 |
865 | 2024-08-06T07:34:48.661Z | Downloaded erased-serde v0.3.31 |
866 | 2024-08-06T07:34:48.677Z | Downloaded indicatif v0.17.8 |
867 | 2024-08-06T07:34:48.677Z | Downloaded termtree v0.4.1 |
868 | 2024-08-06T07:34:48.677Z | Downloaded rustls-pki-types v1.7.0 |
869 | 2024-08-06T07:34:48.677Z | Downloaded rustfmt-wrapper v0.2.1 |
870 | 2024-08-06T07:34:48.678Z | Downloaded serde_yaml v0.9.34+deprecated |
871 | 2024-08-06T07:34:48.678Z | Downloaded tap v1.0.1 |
872 | 2024-08-06T07:34:48.678Z | Downloaded unicode-xid v0.2.4 |
873 | 2024-08-06T07:34:48.689Z | Downloaded unicode-truncate v1.0.0 |
874 | 2024-08-06T07:34:48.689Z | Downloaded rand_seeder v0.3.0 |
875 | 2024-08-06T07:34:48.689Z | Downloaded yasna v0.5.2 |
876 | 2024-08-06T07:34:48.689Z | Downloaded predicates v3.1.2 |
877 | 2024-08-06T07:34:48.689Z | Downloaded indexmap v1.9.3 |
878 | 2024-08-06T07:34:48.689Z | Downloaded half v2.4.1 |
879 | 2024-08-06T07:34:48.690Z | Downloaded heapless v0.8.0 |
880 | 2024-08-06T07:34:48.690Z | Downloaded heapless v0.7.17 |
881 | 2024-08-06T07:34:48.701Z | Downloaded derive_more v0.99.18 |
882 | 2024-08-06T07:34:48.701Z | Downloaded smawk v0.3.2 |
883 | 2024-08-06T07:34:48.701Z | Downloaded fd-lock v4.0.2 |
884 | 2024-08-06T07:34:48.701Z | Downloaded tokio-tungstenite v0.20.1 |
885 | 2024-08-06T07:34:48.707Z | Downloaded subprocess v0.2.9 |
886 | 2024-08-06T07:34:48.707Z | Downloaded tokio-rustls v0.25.0 |
887 | 2024-08-06T07:34:48.707Z | Downloaded semver v0.1.20 |
888 | 2024-08-06T07:34:48.707Z | Downloaded phf_shared v0.11.2 |
889 | 2024-08-06T07:34:48.708Z | Downloaded unicase v2.7.0 |
890 | 2024-08-06T07:34:48.708Z | Downloaded termios v0.3.3 |
891 | 2024-08-06T07:34:48.708Z | Downloaded slog v2.7.0 |
892 | 2024-08-06T07:34:48.712Z | Downloaded serde_plain v1.0.2 |
893 | 2024-08-06T07:34:48.712Z | Downloaded indoc v1.0.9 |
894 | 2024-08-06T07:34:48.712Z | Downloaded waitgroup v0.1.2 |
895 | 2024-08-06T07:34:48.712Z | Downloaded vte_generate_state_changes v0.1.1 |
896 | 2024-08-06T07:34:48.723Z | Downloaded rustls-pemfile v1.0.4 |
897 | 2024-08-06T07:34:48.723Z | Downloaded hash32 v0.3.1 |
898 | 2024-08-06T07:34:48.723Z | Downloaded fallible-iterator v0.2.0 |
899 | 2024-08-06T07:34:48.723Z | Downloaded futures-macro v0.3.30 |
900 | 2024-08-06T07:34:48.723Z | Downloaded futures-io v0.3.30 |
901 | 2024-08-06T07:34:48.723Z | Downloaded form_urlencoded v1.2.1 |
902 | 2024-08-06T07:34:48.734Z | Downloaded foreign-types v0.5.0 |
903 | 2024-08-06T07:34:48.734Z | Downloaded derive_builder_core v0.20.0 |
904 | 2024-08-06T07:34:48.734Z | Downloaded postgres-protocol v0.6.7 |
905 | 2024-08-06T07:34:48.734Z | Downloaded owo-colors v4.0.0 |
906 | 2024-08-06T07:34:48.734Z | Downloaded filetime v0.2.23 |
907 | 2024-08-06T07:34:48.734Z | Downloaded ff v0.13.0 |
908 | 2024-08-06T07:34:48.735Z | Downloaded unarray v0.1.4 |
909 | 2024-08-06T07:34:48.740Z | Downloaded tiny-keccak v2.0.2 |
910 | 2024-08-06T07:34:48.740Z | Downloaded futures v0.3.30 |
911 | 2024-08-06T07:34:48.740Z | Downloaded diff v0.1.13 |
912 | 2024-08-06T07:34:48.740Z | Downloaded ring v0.17.8 |
913 | 2024-08-06T07:34:48.808Z | Downloaded socket2 v0.5.7 |
914 | 2024-08-06T07:34:48.811Z | Downloaded parking_lot v0.11.2 |
915 | 2024-08-06T07:34:48.814Z | Downloaded omicron-zone-package v0.11.0 |
916 | 2024-08-06T07:34:48.817Z | Downloaded stable_deref_trait v1.2.0 |
917 | 2024-08-06T07:34:48.817Z | Downloaded stability v0.2.0 |
918 | 2024-08-06T07:34:48.818Z | Downloaded globset v0.4.14 |
919 | 2024-08-06T07:34:48.821Z | Downloaded float-cmp v0.9.0 |
920 | 2024-08-06T07:34:48.821Z | Downloaded parking_lot v0.12.2 |
921 | 2024-08-06T07:34:48.827Z | Downloaded backtrace v0.3.71 |
922 | 2024-08-06T07:34:48.837Z | Downloaded sec1 v0.7.3 |
923 | 2024-08-06T07:34:48.837Z | Downloaded password-hash v0.5.0 |
924 | 2024-08-06T07:34:48.837Z | Downloaded crossbeam-utils v0.8.19 |
925 | 2024-08-06T07:34:48.847Z | Downloaded httparse v1.8.0 |
926 | 2024-08-06T07:34:48.848Z | Downloaded hyper-tls v0.5.0 |
927 | 2024-08-06T07:34:48.848Z | Downloaded group v0.13.0 |
928 | 2024-08-06T07:34:48.850Z | Downloaded futures-channel v0.3.30 |
929 | 2024-08-06T07:34:48.850Z | Downloaded tempfile v3.10.1 |
930 | 2024-08-06T07:34:48.850Z | Downloaded tar v0.4.41 |
931 | 2024-08-06T07:34:48.851Z | Downloaded cc v1.0.97 |
932 | 2024-08-06T07:34:48.859Z | Downloaded num_enum_derive v0.5.11 |
933 | 2024-08-06T07:34:48.859Z | Downloaded base64 v0.21.7 |
934 | 2024-08-06T07:34:48.859Z | Downloaded arc-swap v1.7.1 |
935 | 2024-08-06T07:34:48.859Z | Downloaded tokio-rustls v0.24.1 |
936 | 2024-08-06T07:34:48.859Z | Downloaded miniz_oxide v0.7.2 |
937 | 2024-08-06T07:34:48.869Z | Downloaded const-oid v0.9.6 |
938 | 2024-08-06T07:34:48.869Z | Downloaded bzip2 v0.4.4 |
939 | 2024-08-06T07:34:48.869Z | Downloaded native-tls v0.2.11 |
940 | 2024-08-06T07:34:48.869Z | Downloaded mockall_derive v0.12.1 |
941 | 2024-08-06T07:34:48.872Z | Downloaded num-complex v0.4.6 |
942 | 2024-08-06T07:34:48.872Z | Downloaded base64 v0.22.1 |
943 | 2024-08-06T07:34:48.872Z | Downloaded memmap2 v0.9.4 |
944 | 2024-08-06T07:34:48.872Z | Downloaded allocator-api2 v0.2.18 |
945 | 2024-08-06T07:34:48.875Z | Downloaded crc32fast v1.4.0 |
946 | 2024-08-06T07:34:48.875Z | Downloaded bitfield-struct v0.6.1 |
947 | 2024-08-06T07:34:48.878Z | Downloaded const_format_proc_macros v0.2.32 |
948 | 2024-08-06T07:34:48.878Z | Downloaded strum_macros v0.25.3 |
949 | 2024-08-06T07:34:48.885Z | Downloaded mime_guess v2.0.4 |
950 | 2024-08-06T07:34:48.885Z | Downloaded csv-core v0.1.11 |
951 | 2024-08-06T07:34:48.889Z | Downloaded cancel-safe-futures v0.1.5 |
952 | 2024-08-06T07:34:48.889Z | Downloaded slog-envlogger v2.2.0 |
953 | 2024-08-06T07:34:48.889Z | Downloaded signature v2.2.0 |
954 | 2024-08-06T07:34:48.889Z | Downloaded base64 v0.13.1 |
955 | 2024-08-06T07:34:48.892Z | Downloaded ahash v0.8.11 |
956 | 2024-08-06T07:34:48.895Z | Downloaded cookie v0.17.0 |
957 | 2024-08-06T07:34:48.895Z | Downloaded clang-sys v1.7.0 |
958 | 2024-08-06T07:34:48.898Z | Downloaded linked-hash-map v0.5.6 |
959 | 2024-08-06T07:34:48.898Z | Downloaded lazy_static v1.5.0 |
960 | 2024-08-06T07:34:48.902Z | Downloaded parse-display v0.9.1 |
961 | 2024-08-06T07:34:48.902Z | Downloaded num-iter v0.1.45 |
962 | 2024-08-06T07:34:48.902Z | Downloaded data-encoding v2.6.0 |
963 | 2024-08-06T07:34:48.905Z | Downloaded chacha20 v0.9.1 |
964 | 2024-08-06T07:34:48.905Z | Downloaded defmt-parser v0.3.4 |
965 | 2024-08-06T07:34:48.905Z | Downloaded crc v3.2.1 |
966 | 2024-08-06T07:34:48.908Z | Downloaded convert_case v0.4.0 |
967 | 2024-08-06T07:34:48.908Z | Downloaded block-padding v0.3.3 |
968 | 2024-08-06T07:34:48.913Z | Downloaded multimap v0.10.0 |
969 | 2024-08-06T07:34:48.913Z | Downloaded lru v0.12.3 |
970 | 2024-08-06T07:34:48.913Z | Downloaded inout v0.1.3 |
971 | 2024-08-06T07:34:48.916Z | Downloaded crossbeam-deque v0.8.5 |
972 | 2024-08-06T07:34:48.916Z | Downloaded cobs v0.2.3 |
973 | 2024-08-06T07:34:48.916Z | Downloaded num v0.4.3 |
974 | 2024-08-06T07:34:48.916Z | Downloaded lalrpop-util v0.19.12 |
975 | 2024-08-06T07:34:48.916Z | Downloaded cipher v0.4.4 |
976 | 2024-08-06T07:34:48.919Z | Downloaded camino-tempfile v1.1.1 |
977 | 2024-08-06T07:34:48.919Z | Downloaded bit-vec v0.6.3 |
978 | 2024-08-06T07:34:48.923Z | Downloaded castaway v0.2.2 |
979 | 2024-08-06T07:34:48.923Z | Downloaded md-5 v0.10.6 |
980 | 2024-08-06T07:34:48.923Z | Downloaded lru-cache v0.1.2 |
981 | 2024-08-06T07:34:48.927Z | Downloaded console v0.15.8 |
982 | 2024-08-06T07:34:48.927Z | Downloaded mockall v0.12.1 |
983 | 2024-08-06T07:34:48.927Z | Downloaded libsw v3.3.1 |
984 | 2024-08-06T07:34:48.930Z | Downloaded kstat-rs v0.2.4 |
985 | 2024-08-06T07:34:48.930Z | Downloaded buf-list v1.0.3 |
986 | 2024-08-06T07:34:48.933Z | Downloaded num-conv v0.1.0 |
987 | 2024-08-06T07:34:48.933Z | Downloaded arrayvec v0.7.4 |
988 | 2024-08-06T07:34:48.933Z | Downloaded argon2 v0.5.3 |
989 | 2024-08-06T07:34:48.960Z | Downloaded linear-map v1.2.0 |
990 | 2024-08-06T07:34:48.961Z | Downloaded parse-size v1.0.0 |
991 | 2024-08-06T07:34:48.961Z | Downloaded opaque-debug v0.3.1 |
992 | 2024-08-06T07:34:48.961Z | Downloaded matches v0.1.10 |
993 | 2024-08-06T07:34:48.961Z | Downloaded is-terminal v0.4.12 |
994 | 2024-08-06T07:34:48.961Z | Downloaded defmt-macros v0.3.9 |
995 | 2024-08-06T07:34:48.961Z | Downloaded backoff v0.4.0 |
996 | 2024-08-06T07:34:48.965Z | Downloaded debug-ignore v1.0.5 |
997 | 2024-08-06T07:34:48.965Z | Downloaded bit-set v0.5.3 |
998 | 2024-08-06T07:34:49.080Z | Compiling cfg-if v1.0.0 |
999 | 2024-08-06T07:34:49.080Z | Compiling serde v1.0.204 |
1000 | 2024-08-06T07:34:49.085Z | Compiling lock_api v0.4.12 |
1001 | 2024-08-06T07:34:49.085Z | Compiling scopeguard v1.2.0 |
1002 | 2024-08-06T07:34:49.226Z | Compiling log v0.4.21 |
1003 | 2024-08-06T07:34:49.251Z | Compiling syn v2.0.72 |
1004 | 2024-08-06T07:34:49.254Z | Compiling cc v1.0.97 |
1005 | 2024-08-06T07:34:49.254Z | Compiling parking_lot_core v0.9.10 |
1006 | 2024-08-06T07:34:49.313Z | Compiling getrandom v0.2.14 |
1007 | 2024-08-06T07:34:49.489Z | Compiling smallvec v1.13.2 |
1008 | 2024-08-06T07:34:49.702Z | Compiling rand_core v0.6.4 |
1009 | 2024-08-06T07:34:49.798Z | Compiling typenum v1.17.0 |
1010 | 2024-08-06T07:34:49.857Z | Compiling generic-array v0.14.7 |
1011 | 2024-08-06T07:34:49.919Z | Compiling pin-project-lite v0.2.14 |
1012 | 2024-08-06T07:34:50.051Z | Compiling signal-hook-registry v1.4.2 |
1013 | 2024-08-06T07:34:50.170Z | Compiling spin v0.9.8 |
1014 | 2024-08-06T07:34:50.257Z | Compiling mio v0.8.11 |
1015 | 2024-08-06T07:34:50.264Z | Compiling serde_json v1.0.122 |
1016 | 2024-08-06T07:34:50.577Z | Compiling parking_lot v0.12.2 |
1017 | 2024-08-06T07:34:50.626Z | Compiling libm v0.2.8 |
1018 | 2024-08-06T07:34:50.672Z | Compiling num-traits v0.2.19 |
1019 | 2024-08-06T07:34:50.872Z | Compiling ahash v0.8.11 |
1020 | 2024-08-06T07:34:51.043Z | Compiling futures-core v0.3.30 |
1021 | 2024-08-06T07:34:51.147Z | Compiling tinyvec_macros v0.1.1 |
1022 | 2024-08-06T07:34:51.326Z | Compiling tinyvec v1.6.0 |
1023 | 2024-08-06T07:34:51.708Z | Compiling num_cpus v1.16.0 |
1024 | 2024-08-06T07:34:51.750Z | Compiling socket2 v0.5.7 |
1025 | 2024-08-06T07:34:51.766Z | Compiling const-oid v0.9.6 |
1026 | 2024-08-06T07:34:51.837Z | Compiling subtle v2.5.0 |
1027 | 2024-08-06T07:34:52.189Z | Compiling slab v0.4.9 |
1028 | 2024-08-06T07:34:52.737Z | Compiling unicode-bidi v0.3.15 |
1029 | 2024-08-06T07:34:52.810Z | Compiling unicode-normalization v0.1.23 |
1030 | 2024-08-06T07:34:52.832Z | Compiling allocator-api2 v0.2.18 |
1031 | 2024-08-06T07:34:52.881Z | Compiling futures-sink v0.3.30 |
1032 | 2024-08-06T07:34:53.032Z | Compiling futures-channel v0.3.30 |
1033 | 2024-08-06T07:34:53.424Z | Compiling vcpkg v0.2.15 |
1034 | 2024-08-06T07:34:53.428Z | Compiling pin-utils v0.1.0 |
1035 | 2024-08-06T07:34:53.539Z | Compiling futures-io v0.3.30 |
1036 | 2024-08-06T07:34:53.642Z | Compiling pkg-config v0.3.30 |
1037 | 2024-08-06T07:34:53.744Z | Compiling futures-task v0.3.30 |
1038 | 2024-08-06T07:34:53.852Z | Compiling ring v0.17.8 |
1039 | 2024-08-06T07:34:53.928Z | Compiling ppv-lite86 v0.2.17 |
1040 | 2024-08-06T07:34:54.067Z | Compiling percent-encoding v2.3.1 |
1041 | 2024-08-06T07:34:54.239Z | Compiling tracing-core v0.1.32 |
1042 | 2024-08-06T07:34:54.441Z | Compiling untrusted v0.9.0 |
1043 | 2024-08-06T07:34:54.634Z | Compiling syn v1.0.109 |
1044 | 2024-08-06T07:34:54.674Z | Compiling time-core v0.1.2 |
1045 | 2024-08-06T07:34:54.767Z | Compiling rand_chacha v0.3.1 |
1046 | 2024-08-06T07:34:54.855Z | Compiling num-conv v0.1.0 |
1047 | 2024-08-06T07:34:55.155Z | Compiling powerfmt v0.2.0 |
1048 | 2024-08-06T07:34:55.269Z | Compiling rustix v0.38.34 |
1049 | 2024-08-06T07:34:55.345Z | Compiling rand v0.8.5 |
1050 | 2024-08-06T07:34:55.537Z | Compiling deranged v0.3.11 |
1051 | 2024-08-06T07:34:55.600Z | Compiling openssl-sys v0.9.103 |
1052 | 2024-08-06T07:34:55.655Z | Compiling time-macros v0.2.18 |
1053 | 2024-08-06T07:34:56.050Z | Compiling foreign-types-shared v0.1.1 |
1054 | 2024-08-06T07:34:56.126Z | Compiling base64ct v1.6.0 |
1055 | 2024-08-06T07:34:56.574Z | Compiling openssl v0.10.66 |
1056 | 2024-08-06T07:34:56.923Z | Compiling iana-time-zone v0.1.60 |
1057 | 2024-08-06T07:34:57.131Z | Compiling rustversion v1.0.17 |
1058 | 2024-08-06T07:34:57.203Z | Compiling httparse v1.8.0 |
1059 | 2024-08-06T07:34:57.342Z | Compiling num_threads v0.1.7 |
1060 | 2024-08-06T07:34:57.359Z | Compiling pem-rfc7468 v0.7.0 |
1061 | 2024-08-06T07:34:57.472Z | Compiling foreign-types v0.3.2 |
1062 | 2024-08-06T07:34:57.648Z | Compiling form_urlencoded v1.2.1 |
1063 | 2024-08-06T07:34:57.858Z | Compiling try-lock v0.2.5 |
1064 | 2024-08-06T07:34:57.936Z | Compiling crossbeam-utils v0.8.19 |
1065 | 2024-08-06T07:34:57.975Z | Compiling flagset v0.4.5 |
1066 | 2024-08-06T07:34:58.005Z | Compiling siphasher v0.3.11 |
1067 | 2024-08-06T07:34:58.159Z | Compiling native-tls v0.2.11 |
1068 | 2024-08-06T07:34:58.396Z | Compiling rustls v0.21.12 |
1069 | 2024-08-06T07:34:58.514Z | Compiling want v0.3.1 |
1070 | 2024-08-06T07:34:58.632Z | Compiling time v0.3.36 |
1071 | 2024-08-06T07:34:58.782Z | Compiling serde_derive_internals v0.29.1 |
1072 | 2024-08-06T07:34:59.402Z | Compiling idna v0.5.0 |
1073 | 2024-08-06T07:34:59.483Z | Compiling lazy_static v1.5.0 |
1074 | 2024-08-06T07:34:59.579Z | Compiling aho-corasick v1.1.3 |
1075 | 2024-08-06T07:34:59.965Z | Compiling cookie v0.17.0 |
1076 | 2024-08-06T07:35:00.257Z | Compiling cpufeatures v0.2.12 |
1077 | 2024-08-06T07:35:00.362Z | Compiling openssl-probe v0.1.5 |
1078 | 2024-08-06T07:35:00.733Z | Compiling finl_unicode v1.2.0 |
1079 | 2024-08-06T07:35:01.050Z | Compiling schemars v0.8.21 |
1080 | 2024-08-06T07:35:01.332Z | Compiling httpdate v1.0.3 |
1081 | 2024-08-06T07:35:01.409Z | Compiling signal-hook v0.3.17 |
1082 | 2024-08-06T07:35:01.548Z | Compiling slog v2.7.0 |
1083 | 2024-08-06T07:35:01.693Z | Compiling regex-syntax v0.8.3 |
1084 | 2024-08-06T07:35:01.815Z | Compiling tower-service v0.3.2 |
1085 | 2024-08-06T07:35:01.950Z | Compiling adler v1.0.2 |
1086 | 2024-08-06T07:35:02.157Z | Compiling miniz_oxide v0.7.2 |
1087 | 2024-08-06T07:35:02.233Z | Compiling stringprep v0.1.4 |
1088 | 2024-08-06T07:35:03.457Z | Compiling url v2.5.2 |
1089 | 2024-08-06T07:35:03.892Z | Compiling serde_derive v1.0.204 |
1090 | 2024-08-06T07:35:03.962Z | Compiling zeroize_derive v1.4.2 |
1091 | 2024-08-06T07:35:05.099Z | Compiling zerocopy-derive v0.7.34 |
1092 | 2024-08-06T07:35:05.133Z | Compiling tokio-macros v2.3.0 |
1093 | 2024-08-06T07:35:05.394Z | Compiling thiserror-impl v1.0.63 |
1094 | 2024-08-06T07:35:05.651Z | Compiling zeroize v1.7.0 |
1095 | 2024-08-06T07:35:06.732Z | Compiling futures-macro v0.3.30 |
1096 | 2024-08-06T07:35:06.755Z | Compiling scroll_derive v0.12.0 |
1097 | 2024-08-06T07:35:07.420Z | Compiling zerocopy v0.7.34 |
1098 | 2024-08-06T07:35:07.556Z | Compiling crypto-common v0.1.6 |
1099 | 2024-08-06T07:35:07.791Z | Compiling block-buffer v0.10.4 |
1100 | 2024-08-06T07:35:08.074Z | Compiling digest v0.10.7 |
1101 | 2024-08-06T07:35:08.236Z | Compiling tracing-attributes v0.1.27 |
1102 | 2024-08-06T07:35:08.295Z | Compiling scroll v0.12.0 |
1103 | 2024-08-06T07:35:08.581Z | Compiling hmac v0.12.1 |
1104 | 2024-08-06T07:35:08.794Z | Compiling thiserror v1.0.63 |
1105 | 2024-08-06T07:35:08.794Z | Compiling futures-util v0.3.30 |
1106 | 2024-08-06T07:35:08.829Z | Compiling goblin v0.8.2 |
1107 | 2024-08-06T07:35:08.847Z | Compiling der_derive v0.7.2 |
1108 | 2024-08-06T07:35:09.078Z | Compiling pest v2.7.10 |
1109 | 2024-08-06T07:35:09.645Z | Compiling hashbrown v0.14.5 |
1110 | 2024-08-06T07:35:11.113Z | Compiling openssl-macros v0.1.1 |
1111 | 2024-08-06T07:35:11.455Z | Compiling der v0.7.9 |
1112 | 2024-08-06T07:35:11.888Z | Compiling pest_meta v2.7.10 |
1113 | 2024-08-06T07:35:12.017Z | Compiling sct v0.7.1 |
1114 | 2024-08-06T07:35:12.191Z | Compiling rustls-webpki v0.101.7 |
1115 | 2024-08-06T07:35:12.210Z | Compiling tracing v0.1.40 |
1116 | 2024-08-06T07:35:12.329Z | Compiling sha2 v0.10.8 |
1117 | 2024-08-06T07:35:12.747Z | Compiling md-5 v0.10.6 |
1118 | 2024-08-06T07:35:14.213Z | Compiling pest_generator v2.7.10 |
1119 | 2024-08-06T07:35:14.789Z | Compiling spki v0.7.3 |
1120 | 2024-08-06T07:35:15.165Z | Compiling regex-automata v0.4.6 |
1121 | 2024-08-06T07:35:15.202Z | Compiling schemars_derive v0.8.21 |
1122 | 2024-08-06T07:35:16.006Z | Compiling num-integer v0.1.46 |
1123 | 2024-08-06T07:35:16.327Z | Compiling idna v0.3.0 |
1124 | 2024-08-06T07:35:16.805Z | Compiling backtrace v0.3.71 |
1125 | 2024-08-06T07:35:17.023Z | Compiling pest_derive v2.7.10 |
1126 | 2024-08-06T07:35:17.268Z | Compiling hash32 v0.2.1 |
1127 | 2024-08-06T07:35:17.663Z | Compiling smoltcp v0.9.1 |
1128 | 2024-08-06T07:35:17.872Z | Compiling dtrace-parser v0.2.0 |
1129 | 2024-08-06T07:35:17.979Z | Compiling base64 v0.22.1 |
1130 | 2024-08-06T07:35:18.440Z | Compiling dyn-clone v1.0.17 |
1131 | 2024-08-06T07:35:18.675Z | Compiling psl-types v2.0.11 |
1132 | 2024-08-06T07:35:18.731Z | Compiling bytes v1.7.1 |
1133 | 2024-08-06T07:35:18.761Z | Compiling bitflags v2.6.0 |
1134 | 2024-08-06T07:35:19.158Z | Compiling indexmap v2.3.0 |
1135 | 2024-08-06T07:35:19.241Z | Compiling semver v1.0.23 |
1136 | 2024-08-06T07:35:19.537Z | Compiling uuid v1.10.0 |
1137 | 2024-08-06T07:35:20.044Z | Compiling tokio v1.38.1 |
1138 | 2024-08-06T07:35:20.114Z | Compiling http v0.2.12 |
1139 | 2024-08-06T07:35:20.133Z | Compiling rustc_version v0.4.0 |
1140 | 2024-08-06T07:35:20.940Z | Compiling chrono v0.4.38 |
1141 | 2024-08-06T07:35:21.037Z | Compiling heapless v0.7.17 |
1142 | 2024-08-06T07:35:21.505Z | Compiling dof v0.3.0 |
1143 | 2024-08-06T07:35:22.079Z | Compiling http-body v0.4.6 |
1144 | 2024-08-06T07:35:22.518Z | Compiling usdt-impl v0.5.0 |
1145 | 2024-08-06T07:35:22.810Z | Compiling serde_tokenstream v0.2.1 |
1146 | 2024-08-06T07:35:23.373Z | Compiling serde_spanned v0.6.7 |
1147 | 2024-08-06T07:35:23.616Z | Compiling toml_datetime v0.6.8 |
1148 | 2024-08-06T07:35:23.797Z | Compiling fallible-iterator v0.2.0 |
1149 | 2024-08-06T07:35:23.851Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1150 | 2024-08-06T07:35:24.171Z | Compiling stable_deref_trait v1.2.0 |
1151 | 2024-08-06T07:35:24.190Z | Compiling crc32fast v1.4.0 |
1152 | 2024-08-06T07:35:24.284Z | Compiling gimli v0.28.1 |
1153 | 2024-08-06T07:35:24.551Z | Compiling postgres-protocol v0.6.7 |
1154 | 2024-08-06T07:35:25.239Z | Compiling terminal_size v0.3.0 |
1155 | 2024-08-06T07:35:25.459Z | Compiling publicsuffix v2.2.3 |
1156 | 2024-08-06T07:35:25.797Z | Compiling pkcs8 v0.10.2 |
1157 | 2024-08-06T07:35:25.895Z | Compiling hubpack_derive v0.1.1 |
1158 | 2024-08-06T07:35:26.030Z | Compiling block-padding v0.3.3 |
1159 | 2024-08-06T07:35:26.292Z | Compiling async-trait v0.1.81 |
1160 | 2024-08-06T07:35:26.379Z | Compiling zerocopy-derive v0.6.6 |
1161 | 2024-08-06T07:35:28.595Z | Compiling tokio-util v0.7.11 |
1162 | 2024-08-06T07:35:28.838Z | Compiling addr2line v0.21.0 |
1163 | 2024-08-06T07:35:29.030Z | Compiling tokio-native-tls v0.3.1 |
1164 | 2024-08-06T07:35:29.248Z | Compiling tokio-rustls v0.24.1 |
1165 | 2024-08-06T07:35:29.339Z | Compiling phf_shared v0.11.2 |
1166 | 2024-08-06T07:35:29.545Z | Compiling h2 v0.3.26 |
1167 | 2024-08-06T07:35:29.565Z | Compiling diesel_table_macro_syntax v0.1.0 |
1168 | 2024-08-06T07:35:29.649Z | Compiling ff v0.13.0 |
1169 | 2024-08-06T07:35:29.696Z | Compiling scheduled-thread-pool v0.2.7 |
1170 | 2024-08-06T07:35:29.893Z | Compiling fs-err v2.11.0 |
1171 | 2024-08-06T07:35:29.955Z | Compiling object v0.32.2 |
1172 | 2024-08-06T07:35:29.977Z | Compiling bitflags v1.3.2 |
1173 | 2024-08-06T07:35:30.084Z | Compiling winnow v0.5.40 |
1174 | 2024-08-06T07:35:30.163Z | Compiling anyhow v1.0.86 |
1175 | 2024-08-06T07:35:30.189Z | Compiling base16ct v0.2.0 |
1176 | 2024-08-06T07:35:30.321Z | Compiling regex-automata v0.1.10 |
1177 | 2024-08-06T07:35:30.524Z | Compiling base64 v0.21.7 |
1178 | 2024-08-06T07:35:30.781Z | Compiling rustc-demangle v0.1.24 |
1179 | 2024-08-06T07:35:30.817Z | Compiling ipnet v2.9.0 |
1180 | 2024-08-06T07:35:31.263Z | Compiling either v1.12.0 |
1181 | 2024-08-06T07:35:31.284Z | Compiling bit-vec v0.6.3 |
1182 | 2024-08-06T07:35:31.711Z | Compiling matches v0.1.10 |
1183 | 2024-08-06T07:35:31.763Z | Compiling managed v0.8.0 |
1184 | 2024-08-06T07:35:31.782Z | Compiling rustls-pemfile v1.0.4 |
1185 | 2024-08-06T07:35:31.805Z | Compiling idna v0.2.3 |
1186 | 2024-08-06T07:35:32.233Z | Compiling bstr v0.2.17 |
1187 | 2024-08-06T07:35:32.291Z | Compiling sec1 v0.7.3 |
1188 | 2024-08-06T07:35:32.854Z | Compiling clap_builder v4.5.13 |
1189 | 2024-08-06T07:35:33.559Z | Compiling diesel_derives v2.1.4 |
1190 | 2024-08-06T07:35:33.769Z | Compiling toml_edit v0.19.15 |
1191 | 2024-08-06T07:35:33.996Z | Compiling r2d2 v0.8.10 |
1192 | 2024-08-06T07:35:34.348Z | Compiling group v0.13.0 |
1193 | 2024-08-06T07:35:34.388Z | Compiling phf v0.11.2 |
1194 | 2024-08-06T07:35:34.666Z | Compiling zerocopy v0.6.6 |
1195 | 2024-08-06T07:35:34.685Z | Compiling signal-hook-mio v0.2.3 |
1196 | 2024-08-06T07:35:34.839Z | Compiling cookie_store v0.20.0 |
1197 | 2024-08-06T07:35:35.507Z | Compiling ipnetwork v0.20.0 |
1198 | 2024-08-06T07:35:36.007Z | Compiling hubpack v0.1.2 |
1199 | 2024-08-06T07:35:36.420Z | Compiling inout v0.1.3 |
1200 | 2024-08-06T07:35:36.447Z | Compiling postgres-types v0.2.7 |
1201 | 2024-08-06T07:35:37.098Z | Compiling hyper v0.14.30 |
1202 | 2024-08-06T07:35:37.339Z | Compiling usdt-attr-macro v0.5.0 |
1203 | 2024-08-06T07:35:37.942Z | Compiling usdt-macro v0.5.0 |
1204 | 2024-08-06T07:35:39.087Z | Compiling regex v1.10.6 |
1205 | 2024-08-06T07:35:39.444Z | Compiling serde_urlencoded v0.7.1 |
1206 | 2024-08-06T07:35:39.984Z | Compiling num-bigint v0.4.5 |
1207 | 2024-08-06T07:35:40.213Z | Compiling futures-executor v0.3.30 |
1208 | 2024-08-06T07:35:40.241Z | Compiling enum-as-inner v0.5.1 |
1209 | 2024-08-06T07:35:40.597Z | Compiling hkdf v0.12.4 |
1210 | 2024-08-06T07:35:40.795Z | Compiling crypto-bigint v0.5.5 |
1211 | 2024-08-06T07:35:40.871Z | Compiling clap_derive v4.5.13 |
1212 | 2024-08-06T07:35:41.328Z | Compiling strum_macros v0.25.3 |
1213 | 2024-08-06T07:35:41.922Z | Compiling serde_repr v0.1.19 |
1214 | 2024-08-06T07:35:42.439Z | Compiling phf_shared v0.10.0 |
1215 | 2024-08-06T07:35:42.836Z | Compiling float-cmp v0.9.0 |
1216 | 2024-08-06T07:35:43.054Z | Compiling encoding_rs v0.8.34 |
1217 | 2024-08-06T07:35:43.144Z | Compiling data-encoding v2.6.0 |
1218 | 2024-08-06T07:35:45.614Z | Compiling hyper-tls v0.5.0 |
1219 | 2024-08-06T07:35:45.646Z | Compiling hyper-rustls v0.24.2 |
1220 | 2024-08-06T07:35:45.992Z | Compiling mime v0.3.17 |
1221 | 2024-08-06T07:35:46.013Z | Compiling new_debug_unreachable v1.0.6 |
1222 | 2024-08-06T07:35:46.110Z | Compiling unicode-segmentation v1.11.0 |
1223 | 2024-08-06T07:35:46.196Z | Compiling whoami v1.5.1 |
1224 | 2024-08-06T07:35:46.464Z | Compiling webpki-roots v0.25.4 |
1225 | 2024-08-06T07:35:46.620Z | Compiling predicates-core v1.0.6 |
1226 | 2024-08-06T07:35:46.637Z | Compiling fixedbitset v0.4.2 |
1227 | 2024-08-06T07:35:46.883Z | Compiling minimal-lexical v0.2.1 |
1228 | 2024-08-06T07:35:46.979Z | Compiling normalize-line-endings v0.3.0 |
1229 | 2024-08-06T07:35:47.002Z | Compiling difflib v0.4.0 |
1230 | 2024-08-06T07:35:47.105Z | Compiling sync_wrapper v0.1.2 |
1231 | 2024-08-06T07:35:47.123Z | Compiling precomputed-hash v0.1.1 |
1232 | 2024-08-06T07:35:47.142Z | Compiling static_assertions v1.1.0 |
1233 | 2024-08-06T07:35:47.236Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1234 | 2024-08-06T07:35:47.236Z | Compiling string_cache v0.8.7 |
1235 | 2024-08-06T07:35:47.242Z | Compiling reqwest v0.11.27 |
1236 | 2024-08-06T07:35:47.437Z | Compiling predicates v3.1.2 |
1237 | 2024-08-06T07:35:47.563Z | Compiling nom v7.1.3 |
1238 | 2024-08-06T07:35:47.722Z | Compiling petgraph v0.6.5 |
1239 | 2024-08-06T07:35:47.822Z | Compiling similar v2.5.0 |
1240 | 2024-08-06T07:35:48.636Z | Compiling tokio-postgres v0.7.11 |
1241 | 2024-08-06T07:35:49.215Z | Compiling diesel v2.1.6 |
1242 | 2024-08-06T07:35:50.624Z | Compiling clap v4.5.13 |
1243 | 2024-08-06T07:35:50.760Z | Compiling console v0.15.8 |
1244 | 2024-08-06T07:35:51.142Z | Compiling elliptic-curve v0.13.8 |
1245 | 2024-08-06T07:35:51.425Z | Compiling trust-dns-proto v0.22.0 |
1246 | 2024-08-06T07:35:51.928Z | Compiling toml_edit v0.22.20 |
1247 | 2024-08-06T07:35:52.041Z | Compiling usdt v0.5.0 |
1248 | 2024-08-06T07:35:52.359Z | Compiling yasna v0.5.2 |
1249 | 2024-08-06T07:35:52.552Z | Compiling futures v0.3.30 |
1250 | 2024-08-06T07:35:53.538Z | Compiling flate2 v1.0.31 |
1251 | 2024-08-06T07:35:53.841Z | Compiling toml v0.7.8 |
1252 | 2024-08-06T07:35:54.379Z | Compiling cipher v0.4.4 |
1253 | 2024-08-06T07:35:54.555Z | Compiling crossterm v0.27.0 |
1254 | 2024-08-06T07:35:54.893Z | Compiling itertools v0.10.5 |
1255 | 2024-08-06T07:35:55.469Z | Compiling itertools v0.12.1 |
1256 | 2024-08-06T07:35:55.641Z | Compiling bit-set v0.5.3 |
1257 | 2024-08-06T07:35:55.944Z | Compiling tokio-stream v0.1.15 |
1258 | 2024-08-06T07:35:56.899Z | Compiling openapiv3 v2.0.0 |
1259 | 2024-08-06T07:35:57.860Z | Compiling bstr v1.9.1 |
1260 | 2024-08-06T07:35:58.481Z | Compiling hex v0.4.3 |
1261 | 2024-08-06T07:35:58.784Z | Compiling num-iter v0.1.45 |
1262 | 2024-08-06T07:35:59.003Z | Compiling crossbeam-epoch v0.9.18 |
1263 | 2024-08-06T07:35:59.138Z | Compiling dirs-sys-next v0.1.2 |
1264 | 2024-08-06T07:35:59.785Z | Compiling peg-runtime v0.8.3 |
1265 | 2024-08-06T07:35:59.821Z | Compiling unicode-xid v0.2.4 |
1266 | 2024-08-06T07:35:59.847Z | Compiling lalrpop-util v0.19.12 |
1267 | 2024-08-06T07:36:00.001Z | Compiling dirs-next v2.0.0 |
1268 | 2024-08-06T07:36:00.192Z | Compiling thread_local v1.1.8 |
1269 | 2024-08-06T07:36:00.210Z | Compiling slog-async v2.8.0 |
1270 | 2024-08-06T07:36:00.230Z | Compiling term v0.7.0 |
1271 | 2024-08-06T07:36:00.424Z | Compiling xattr v1.3.1 |
1272 | 2024-08-06T07:36:00.664Z | Compiling crossbeam-channel v0.5.12 |
1273 | 2024-08-06T07:36:00.707Z | Compiling strum_macros v0.26.4 |
1274 | 2024-08-06T07:36:00.788Z | Compiling filetime v0.2.23 |
1275 | 2024-08-06T07:36:00.840Z | Compiling is-terminal v0.4.12 |
1276 | 2024-08-06T07:36:00.976Z | Compiling take_mut v0.2.2 |
1277 | 2024-08-06T07:36:01.105Z | Compiling tar v0.4.41 |
1278 | 2024-08-06T07:36:01.133Z | Compiling slog-term v2.9.1 |
1279 | 2024-08-06T07:36:01.796Z | Compiling camino v1.1.7 |
1280 | 2024-08-06T07:36:03.843Z | Compiling strum v0.26.3 |
1281 | 2024-08-06T07:36:16.195Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1282 | 2024-08-06T07:36:16.452Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1283 | 2024-08-06T07:36:21.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s |
1284 | 2024-08-06T07:36:22.095Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1285 | 2024-08-06T07:36:22.141Z | Aug 06 07:36:21.143 INFO Starting download, target: Clickhouse |
1286 | 2024-08-06T07:36:22.141Z | Aug 06 07:36:21.143 INFO Starting download, target: Cockroach |
1287 | 2024-08-06T07:36:22.141Z | Aug 06 07:36:21.143 INFO Starting download, target: Console |
1288 | 2024-08-06T07:36:22.141Z | Aug 06 07:36:21.143 INFO Starting download, target: DendriteOpenapi |
1289 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.143 INFO Starting download, target: DendriteStub |
1290 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.143 INFO Starting download, target: MaghemiteMgd |
1291 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.143 INFO Starting download, target: TransceiverControl |
1292 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.144 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1293 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.144 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1294 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.144 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1295 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.144 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1296 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.144 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1297 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.144 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1298 | 2024-08-06T07:36:22.146Z | Aug 06 07:36:21.144 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1299 | 2024-08-06T07:36:22.310Z | Aug 06 07:36:21.306 INFO Download complete, target: DendriteOpenapi |
1300 | 2024-08-06T07:36:22.407Z | Aug 06 07:36:21.392 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1301 | 2024-08-06T07:36:22.657Z | Aug 06 07:36:21.645 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1302 | 2024-08-06T07:36:22.909Z | Aug 06 07:36:21.912 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1303 | 2024-08-06T07:36:22.923Z | Aug 06 07:36:21.925 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1304 | 2024-08-06T07:36:23.030Z | Aug 06 07:36:22.033 INFO Download complete, target: Console |
1305 | 2024-08-06T07:36:23.179Z | Aug 06 07:36:22.178 INFO Download complete, target: TransceiverControl |
1306 | 2024-08-06T07:36:24.163Z | Aug 06 07:36:23.167 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1307 | 2024-08-06T07:36:24.707Z | Aug 06 07:36:23.710 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1308 | 2024-08-06T07:36:24.707Z | Aug 06 07:36:23.710 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1309 | 2024-08-06T07:36:26.093Z | Aug 06 07:36:25.096 INFO Download complete, target: DendriteStub |
1310 | 2024-08-06T07:36:26.225Z | Aug 06 07:36:25.228 INFO Download complete, target: MaghemiteMgd |
1311 | 2024-08-06T07:36:32.956Z | Aug 06 07:36:31.958 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1312 | 2024-08-06T07:36:33.293Z | Aug 06 07:36:32.296 INFO Checking that binary works, target: Cockroach |
1313 | 2024-08-06T07:36:33.457Z | Aug 06 07:36:32.458 INFO Download complete, target: Cockroach |
1314 | 2024-08-06T07:36:38.389Z | Aug 06 07:36:37.392 INFO Checking that binary works, target: Clickhouse |
1315 | 2024-08-06T07:36:38.720Z | Aug 06 07:36:37.722 INFO Download complete, target: Clickhouse |
1316 | 2024-08-06T07:36:38.727Z | All prerequisites installed successfully |
1317 | 2024-08-06T07:36:38.730Z | |
1318 | 2024-08-06T07:36:38.730Z | real 4:17.129475048 |
1319 | 2024-08-06T07:36:38.730Z | user 12:00.140860005 |
1320 | 2024-08-06T07:36:38.730Z | sys 2:29.889132666 |
1321 | 2024-08-06T07:36:38.730Z | trap 0.438225915 |
1322 | 2024-08-06T07:36:38.730Z | tflt 5.705704945 |
1323 | 2024-08-06T07:36:38.730Z | dflt 5.639894870 |
1324 | 2024-08-06T07:36:38.730Z | kflt 0.116406362 |
1325 | 2024-08-06T07:36:38.730Z | lock 23:49.628848425 |
1326 | 2024-08-06T07:36:38.730Z | slp 47:14.666027519 |
1327 | 2024-08-06T07:36:38.730Z | lat 39.000208955 |
1328 | 2024-08-06T07:36:38.730Z | stop 1:44.655294068 |
1329 | 2024-08-06T07:36:38.731Z | + ptime -m cargo xtask download softnpu |
1330 | 2024-08-06T07:36:39.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1331 | 2024-08-06T07:36:39.295Z | Running `target/debug/xtask download softnpu` |
1332 | 2024-08-06T07:36:40.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1333 | 2024-08-06T07:36:40.137Z | Running `target/debug/xtask-downloader softnpu` |
1334 | 2024-08-06T07:36:40.168Z | Aug 06 07:36:39.171 INFO Starting download, target: Softnpu |
1335 | 2024-08-06T07:36:40.171Z | Aug 06 07:36:39.172 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1336 | 2024-08-06T07:36:40.775Z | Aug 06 07:36:39.778 INFO Download complete, target: Softnpu |
1337 | 2024-08-06T07:36:40.779Z | |
1338 | 2024-08-06T07:36:40.782Z | real 2.044513545 |
1339 | 2024-08-06T07:36:40.782Z | user 1.183818751 |
1340 | 2024-08-06T07:36:40.782Z | sys 0.551489943 |
1341 | 2024-08-06T07:36:40.782Z | trap 0.000744882 |
1342 | 2024-08-06T07:36:40.782Z | tflt 0.000022447 |
1343 | 2024-08-06T07:36:40.782Z | dflt 0.000010929 |
1344 | 2024-08-06T07:36:40.782Z | kflt 0.000000000 |
1345 | 2024-08-06T07:36:40.782Z | lock 6.668871773 |
1346 | 2024-08-06T07:36:40.782Z | slp 0.647932890 |
1347 | 2024-08-06T07:36:40.782Z | lat 0.077590148 |
1348 | 2024-08-06T07:36:40.782Z | stop 0.000426999 |
1349 | 2024-08-06T07:36:40.782Z | + export CARGO_INCREMENTAL=0 |
1350 | 2024-08-06T07:36:40.782Z | + CARGO_INCREMENTAL=0 |
1351 | 2024-08-06T07:36:40.782Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1352 | 2024-08-06T07:36:41.703Z | Compiling proc-macro2 v1.0.86 |
1353 | 2024-08-06T07:36:41.703Z | Compiling unicode-ident v1.0.12 |
1354 | 2024-08-06T07:36:41.703Z | Compiling libc v0.2.155 |
1355 | 2024-08-06T07:36:41.703Z | Compiling serde v1.0.204 |
1356 | 2024-08-06T07:36:41.706Z | Compiling autocfg v1.3.0 |
1357 | 2024-08-06T07:36:41.706Z | Compiling version_check v0.9.5 |
1358 | 2024-08-06T07:36:41.706Z | Compiling cfg-if v1.0.0 |
1359 | 2024-08-06T07:36:41.928Z | Compiling cc v1.0.97 |
1360 | 2024-08-06T07:36:41.959Z | Compiling memchr v2.7.2 |
1361 | 2024-08-06T07:36:42.558Z | Compiling ahash v0.8.11 |
1362 | 2024-08-06T07:36:42.652Z | Compiling lock_api v0.4.12 |
1363 | 2024-08-06T07:36:42.931Z | Compiling parking_lot_core v0.9.10 |
1364 | 2024-08-06T07:36:42.988Z | Compiling once_cell v1.19.0 |
1365 | 2024-08-06T07:36:43.384Z | Compiling serde_json v1.0.122 |
1366 | 2024-08-06T07:36:43.417Z | Compiling libm v0.2.8 |
1367 | 2024-08-06T07:36:43.505Z | Compiling quote v1.0.36 |
1368 | 2024-08-06T07:36:43.743Z | Compiling byteorder v1.5.0 |
1369 | 2024-08-06T07:36:43.785Z | Compiling num-traits v0.2.19 |
1370 | 2024-08-06T07:36:44.112Z | Compiling syn v2.0.72 |
1371 | 2024-08-06T07:36:44.136Z | Compiling getrandom v0.2.14 |
1372 | 2024-08-06T07:36:44.238Z | Compiling scopeguard v1.2.0 |
1373 | 2024-08-06T07:36:44.322Z | Compiling thiserror v1.0.63 |
1374 | 2024-08-06T07:36:44.435Z | Compiling typenum v1.17.0 |
1375 | 2024-08-06T07:36:44.470Z | Compiling log v0.4.21 |
1376 | 2024-08-06T07:36:44.576Z | Compiling itoa v1.0.11 |
1377 | 2024-08-06T07:36:44.816Z | Compiling generic-array v0.14.7 |
1378 | 2024-08-06T07:36:45.102Z | Compiling allocator-api2 v0.2.18 |
1379 | 2024-08-06T07:36:45.102Z | Compiling slab v0.4.9 |
1380 | 2024-08-06T07:36:45.350Z | Compiling ring v0.17.8 |
1381 | 2024-08-06T07:36:45.372Z | Compiling ryu v1.0.18 |
1382 | 2024-08-06T07:36:45.411Z | Compiling schemars v0.8.21 |
1383 | 2024-08-06T07:36:45.442Z | Compiling semver v1.0.23 |
1384 | 2024-08-06T07:36:45.654Z | Compiling smallvec v1.13.2 |
1385 | 2024-08-06T07:36:45.671Z | Compiling pin-project-lite v0.2.14 |
1386 | 2024-08-06T07:36:45.881Z | Compiling equivalent v1.0.1 |
1387 | 2024-08-06T07:36:45.896Z | Compiling spin v0.9.8 |
1388 | 2024-08-06T07:36:46.015Z | Compiling vcpkg v0.2.15 |
1389 | 2024-08-06T07:36:46.139Z | Compiling pkg-config v0.3.30 |
1390 | 2024-08-06T07:36:46.346Z | Compiling signal-hook-registry v1.4.2 |
1391 | 2024-08-06T07:36:46.567Z | Compiling parking_lot v0.12.2 |
1392 | 2024-08-06T07:36:46.916Z | Compiling syn v1.0.109 |
1393 | 2024-08-06T07:36:47.604Z | Compiling mio v0.8.11 |
1394 | 2024-08-06T07:36:47.729Z | Compiling openssl-sys v0.9.103 |
1395 | 2024-08-06T07:36:48.756Z | Compiling rand_core v0.6.4 |
1396 | 2024-08-06T07:36:48.776Z | Compiling socket2 v0.5.7 |
1397 | 2024-08-06T07:36:49.185Z | Compiling num_cpus v1.16.0 |
1398 | 2024-08-06T07:36:49.326Z | Compiling time-core v0.1.2 |
1399 | 2024-08-06T07:36:49.520Z | Compiling num-conv v0.1.0 |
1400 | 2024-08-06T07:36:49.818Z | Compiling time-macros v0.2.18 |
1401 | 2024-08-06T07:36:49.917Z | Compiling heck v0.5.0 |
1402 | 2024-08-06T07:36:49.954Z | Compiling httparse v1.8.0 |
1403 | 2024-08-06T07:36:50.435Z | Compiling futures-core v0.3.30 |
1404 | 2024-08-06T07:36:50.726Z | Compiling openssl v0.10.66 |
1405 | 2024-08-06T07:36:50.872Z | Compiling rustix v0.38.34 |
1406 | 2024-08-06T07:36:51.110Z | Compiling fnv v1.0.7 |
1407 | 2024-08-06T07:36:51.454Z | Compiling iana-time-zone v0.1.60 |
1408 | 2024-08-06T07:36:51.503Z | Compiling crossbeam-utils v0.8.19 |
1409 | 2024-08-06T07:36:51.952Z | Compiling serde_derive_internals v0.29.1 |
1410 | 2024-08-06T07:36:52.172Z | Compiling native-tls v0.2.11 |
1411 | 2024-08-06T07:36:52.397Z | Compiling rustls v0.21.12 |
1412 | 2024-08-06T07:36:52.415Z | Compiling tinyvec_macros v0.1.1 |
1413 | 2024-08-06T07:36:52.584Z | Compiling tinyvec v1.6.0 |
1414 | 2024-08-06T07:36:53.136Z | Compiling subtle v2.5.0 |
1415 | 2024-08-06T07:36:53.154Z | Compiling futures-sink v0.3.30 |
1416 | 2024-08-06T07:36:53.326Z | Compiling ucd-trie v0.1.6 |
1417 | 2024-08-06T07:36:53.444Z | Compiling const-oid v0.9.6 |
1418 | 2024-08-06T07:36:54.024Z | Compiling unicode-normalization v0.1.23 |
1419 | 2024-08-06T07:36:54.077Z | Compiling backtrace v0.3.71 |
1420 | 2024-08-06T07:36:54.245Z | Compiling cookie v0.17.0 |
1421 | 2024-08-06T07:36:54.525Z | Compiling dyn-clone v1.0.17 |
1422 | 2024-08-06T07:36:54.723Z | Compiling slog v2.7.0 |
1423 | 2024-08-06T07:36:54.738Z | Compiling unicode-bidi v0.3.15 |
1424 | 2024-08-06T07:36:55.340Z | Compiling futures-channel v0.3.30 |
1425 | 2024-08-06T07:36:55.527Z | Compiling futures-task v0.3.30 |
1426 | 2024-08-06T07:36:55.797Z | Compiling pin-utils v0.1.0 |
1427 | 2024-08-06T07:36:55.813Z | Compiling futures-io v0.3.30 |
1428 | 2024-08-06T07:36:56.149Z | Compiling aho-corasick v1.1.3 |
1429 | 2024-08-06T07:36:56.293Z | Compiling regex-syntax v0.8.3 |
1430 | 2024-08-06T07:36:56.403Z | Compiling winnow v0.5.40 |
1431 | 2024-08-06T07:36:56.647Z | Compiling anyhow v1.0.86 |
1432 | 2024-08-06T07:36:57.414Z | Compiling serde_derive v1.0.204 |
1433 | 2024-08-06T07:36:57.728Z | Compiling zerocopy-derive v0.7.34 |
1434 | 2024-08-06T07:36:59.020Z | Compiling zeroize_derive v1.4.2 |
1435 | 2024-08-06T07:36:59.793Z | Compiling thiserror-impl v1.0.63 |
1436 | 2024-08-06T07:37:00.453Z | Compiling zerocopy v0.7.34 |
1437 | 2024-08-06T07:37:00.471Z | Compiling tokio-macros v2.3.0 |
1438 | 2024-08-06T07:37:00.684Z | Compiling futures-macro v0.3.30 |
1439 | 2024-08-06T07:37:01.135Z | Compiling schemars_derive v0.8.21 |
1440 | 2024-08-06T07:37:02.186Z | Compiling tracing-attributes v0.1.27 |
1441 | 2024-08-06T07:37:02.496Z | Compiling zeroize v1.7.0 |
1442 | 2024-08-06T07:37:02.648Z | Compiling hashbrown v0.14.5 |
1443 | 2024-08-06T07:37:03.023Z | Compiling openssl-macros v0.1.1 |
1444 | 2024-08-06T07:37:03.762Z | Compiling scroll_derive v0.12.0 |
1445 | 2024-08-06T07:37:04.111Z | Compiling pest v2.7.10 |
1446 | 2024-08-06T07:37:04.250Z | Compiling crypto-common v0.1.6 |
1447 | 2024-08-06T07:37:04.288Z | Compiling futures-util v0.3.30 |
1448 | 2024-08-06T07:37:04.452Z | Compiling der_derive v0.7.2 |
1449 | 2024-08-06T07:37:05.138Z | Compiling untrusted v0.9.0 |
1450 | 2024-08-06T07:37:06.801Z | Compiling pest_meta v2.7.10 |
1451 | 2024-08-06T07:37:06.911Z | Compiling block-buffer v0.10.4 |
1452 | 2024-08-06T07:37:07.019Z | Compiling regex-automata v0.4.6 |
1453 | 2024-08-06T07:37:07.163Z | Compiling tracing-core v0.1.32 |
1454 | 2024-08-06T07:37:09.603Z | Compiling pest_generator v2.7.10 |
1455 | 2024-08-06T07:37:11.066Z | Compiling usdt-impl v0.5.0 |
1456 | 2024-08-06T07:37:11.397Z | Compiling rustversion v1.0.17 |
1457 | 2024-08-06T07:37:11.439Z | Compiling pest_derive v2.7.10 |
1458 | 2024-08-06T07:37:11.442Z | Compiling powerfmt v0.2.0 |
1459 | 2024-08-06T07:37:11.879Z | Compiling bytes v1.7.1 |
1460 | 2024-08-06T07:37:12.153Z | Compiling indexmap v2.3.0 |
1461 | 2024-08-06T07:37:12.945Z | Compiling tokio v1.38.1 |
1462 | 2024-08-06T07:37:13.166Z | Compiling bitflags v2.6.0 |
1463 | 2024-08-06T07:37:13.770Z | Compiling uuid v1.10.0 |
1464 | 2024-08-06T07:37:13.870Z | Compiling chrono v0.4.38 |
1465 | 2024-08-06T07:37:14.604Z | Compiling serde_tokenstream v0.2.1 |
1466 | 2024-08-06T07:37:15.613Z | Compiling toml_datetime v0.6.8 |
1467 | 2024-08-06T07:37:16.105Z | Compiling serde_spanned v0.6.7 |
1468 | 2024-08-06T07:37:16.356Z | Compiling http v0.2.12 |
1469 | 2024-08-06T07:37:18.457Z | Compiling toml_edit v0.19.15 |
1470 | 2024-08-06T07:37:18.799Z | Compiling rustc_version v0.4.0 |
1471 | 2024-08-06T07:37:19.045Z | Compiling deranged v0.3.11 |
1472 | 2024-08-06T07:37:19.420Z | Compiling heapless v0.7.17 |
1473 | 2024-08-06T07:37:19.899Z | Compiling tracing v0.1.40 |
1474 | 2024-08-06T07:37:20.608Z | Compiling digest v0.10.7 |
1475 | 2024-08-06T07:37:20.777Z | Compiling scroll v0.12.0 |
1476 | 2024-08-06T07:37:21.400Z | Compiling signal-hook v0.3.17 |
1477 | 2024-08-06T07:37:21.470Z | Compiling ppv-lite86 v0.2.17 |
1478 | 2024-08-06T07:37:21.715Z | Compiling num_threads v0.1.7 |
1479 | 2024-08-06T07:37:22.054Z | Compiling percent-encoding v2.3.1 |
1480 | 2024-08-06T07:37:22.287Z | Compiling plain v0.2.3 |
1481 | 2024-08-06T07:37:22.463Z | Compiling heck v0.4.1 |
1482 | 2024-08-06T07:37:22.929Z | Compiling goblin v0.8.2 |
1483 | 2024-08-06T07:37:22.947Z | Compiling rand_chacha v0.3.1 |
1484 | 2024-08-06T07:37:23.063Z | Compiling time v0.3.36 |
1485 | 2024-08-06T07:37:25.311Z | Compiling regex v1.10.6 |
1486 | 2024-08-06T07:37:26.559Z | Compiling pretty-hex v0.4.1 |
1487 | 2024-08-06T07:37:26.791Z | Compiling crc32fast v1.4.0 |
1488 | 2024-08-06T07:37:27.282Z | Compiling strsim v0.11.1 |
1489 | 2024-08-06T07:37:28.084Z | Compiling tokio-util v0.7.11 |
1490 | 2024-08-06T07:37:28.441Z | Compiling rand v0.8.5 |
1491 | 2024-08-06T07:37:29.102Z | Compiling dof v0.3.0 |
1492 | 2024-08-06T07:37:29.376Z | Compiling dtrace-parser v0.2.0 |
1493 | 2024-08-06T07:37:30.476Z | Compiling async-trait v0.1.81 |
1494 | 2024-08-06T07:37:31.001Z | Compiling thread-id v4.2.1 |
1495 | 2024-08-06T07:37:31.214Z | Compiling smoltcp v0.9.1 |
1496 | 2024-08-06T07:37:31.304Z | Compiling base64ct v1.6.0 |
1497 | 2024-08-06T07:37:31.333Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1498 | 2024-08-06T07:37:31.570Z | Compiling foreign-types-shared v0.1.1 |
1499 | 2024-08-06T07:37:31.872Z | Compiling unicode-width v0.1.13 |
1500 | 2024-08-06T07:37:32.061Z | Compiling pem-rfc7468 v0.7.0 |
1501 | 2024-08-06T07:37:32.117Z | Compiling foreign-types v0.3.2 |
1502 | 2024-08-06T07:37:33.493Z | Compiling form_urlencoded v1.2.1 |
1503 | 2024-08-06T07:37:34.026Z | Compiling hmac v0.12.1 |
1504 | 2024-08-06T07:37:34.207Z | Compiling errno v0.3.9 |
1505 | 2024-08-06T07:37:34.360Z | Compiling try-lock v0.2.5 |
1506 | 2024-08-06T07:37:34.539Z | Compiling flagset v0.4.5 |
1507 | 2024-08-06T07:37:34.571Z | Compiling adler v1.0.2 |
1508 | 2024-08-06T07:37:34.662Z | Compiling siphasher v0.3.11 |
1509 | 2024-08-06T07:37:34.748Z | Compiling der v0.7.9 |
1510 | 2024-08-06T07:37:34.853Z | Compiling miniz_oxide v0.7.2 |
1511 | 2024-08-06T07:37:35.041Z | Compiling want v0.3.1 |
1512 | 2024-08-06T07:37:37.058Z | Compiling h2 v0.3.26 |
1513 | 2024-08-06T07:37:37.982Z | Compiling sct v0.7.1 |
1514 | 2024-08-06T07:37:38.179Z | Compiling rustls-webpki v0.101.7 |
1515 | 2024-08-06T07:37:39.773Z | Compiling http-body v0.4.6 |
1516 | 2024-08-06T07:37:40.284Z | Compiling openapiv3 v2.0.0 |
1517 | 2024-08-06T07:37:40.325Z | Compiling hubpack_derive v0.1.1 |
1518 | 2024-08-06T07:37:40.414Z | Compiling zerocopy-derive v0.6.6 |
1519 | 2024-08-06T07:37:40.453Z | Compiling idna v0.5.0 |
1520 | 2024-08-06T07:37:41.266Z | Compiling lazy_static v1.5.0 |
1521 | 2024-08-06T07:37:41.379Z | Compiling fs-err v2.11.0 |
1522 | 2024-08-06T07:37:41.573Z | Compiling tower-service v0.3.2 |
1523 | 2024-08-06T07:37:41.691Z | Compiling httpdate v1.0.3 |
1524 | 2024-08-06T07:37:41.708Z | Compiling finl_unicode v1.2.0 |
1525 | 2024-08-06T07:37:42.067Z | Compiling openssl-probe v0.1.5 |
1526 | 2024-08-06T07:37:42.336Z | Compiling utf8parse v0.2.1 |
1527 | 2024-08-06T07:37:42.336Z | Compiling cpufeatures v0.2.12 |
1528 | 2024-08-06T07:37:42.377Z | Compiling gimli v0.28.1 |
1529 | 2024-08-06T07:37:42.537Z | Compiling anstyle v1.0.8 |
1530 | 2024-08-06T07:37:42.913Z | Compiling stable_deref_trait v1.2.0 |
1531 | 2024-08-06T07:37:43.251Z | Compiling anstyle-parse v0.2.4 |
1532 | 2024-08-06T07:37:43.580Z | Compiling sha2 v0.10.8 |
1533 | 2024-08-06T07:37:43.794Z | Compiling stringprep v0.1.4 |
1534 | 2024-08-06T07:37:44.653Z | Compiling url v2.5.2 |
1535 | 2024-08-06T07:37:44.946Z | Compiling hyper v0.14.30 |
1536 | 2024-08-06T07:37:47.350Z | Compiling addr2line v0.21.0 |
1537 | 2024-08-06T07:37:48.307Z | Compiling spki v0.7.3 |
1538 | 2024-08-06T07:37:48.681Z | Compiling usdt-macro v0.5.0 |
1539 | 2024-08-06T07:37:49.185Z | Compiling usdt-attr-macro v0.5.0 |
1540 | 2024-08-06T07:37:50.147Z | Compiling md-5 v0.10.6 |
1541 | 2024-08-06T07:37:54.271Z | Compiling idna v0.3.0 |
1542 | 2024-08-06T07:37:54.647Z | Compiling diesel_table_macro_syntax v0.1.0 |
1543 | 2024-08-06T07:37:54.677Z | Compiling num-integer v0.1.46 |
1544 | 2024-08-06T07:37:55.268Z | Compiling hash32 v0.2.1 |
1545 | 2024-08-06T07:37:55.410Z | Compiling object v0.32.2 |
1546 | 2024-08-06T07:37:55.747Z | Compiling colorchoice v1.0.1 |
1547 | 2024-08-06T07:37:55.923Z | Compiling base64 v0.22.1 |
1548 | 2024-08-06T07:37:55.937Z | Compiling rustc-demangle v0.1.24 |
1549 | 2024-08-06T07:37:56.656Z | Compiling anstyle-query v1.0.3 |
1550 | 2024-08-06T07:37:58.617Z | Compiling fallible-iterator v0.2.0 |
1551 | 2024-08-06T07:37:59.388Z | Compiling is_terminal_polyfill v1.70.0 |
1552 | 2024-08-06T07:37:59.528Z | Compiling psl-types v2.0.11 |
1553 | 2024-08-06T07:37:59.737Z | Compiling publicsuffix v2.2.3 |
1554 | 2024-08-06T07:38:00.012Z | Compiling anstream v0.6.14 |
1555 | 2024-08-06T07:38:00.725Z | Compiling postgres-protocol v0.6.7 |
1556 | 2024-08-06T07:38:03.620Z | Compiling diesel_derives v2.1.4 |
1557 | 2024-08-06T07:38:10.261Z | Compiling tokio-rustls v0.24.1 |
1558 | 2024-08-06T07:38:10.760Z | Compiling pkcs8 v0.10.2 |
1559 | 2024-08-06T07:38:11.309Z | Compiling terminal_size v0.3.0 |
1560 | 2024-08-06T07:38:11.464Z | Compiling tokio-native-tls v0.3.1 |
1561 | 2024-08-06T07:38:11.759Z | Compiling phf_shared v0.11.2 |
1562 | 2024-08-06T07:38:12.300Z | Compiling strum_macros v0.25.3 |
1563 | 2024-08-06T07:38:13.423Z | Compiling enum-as-inner v0.5.1 |
1564 | 2024-08-06T07:38:13.456Z | Compiling block-padding v0.3.3 |
1565 | 2024-08-06T07:38:13.701Z | Compiling regress v0.9.1 |
1566 | 2024-08-06T07:38:14.449Z | Compiling clap_derive v4.5.13 |
1567 | 2024-08-06T07:38:14.736Z | Compiling serde_repr v0.1.19 |
1568 | 2024-08-06T07:38:15.955Z | Compiling ff v0.13.0 |
1569 | 2024-08-06T07:38:16.009Z | Compiling scheduled-thread-pool v0.2.7 |
1570 | 2024-08-06T07:38:16.543Z | Compiling encoding_rs v0.8.34 |
1571 | 2024-08-06T07:38:18.527Z | Compiling base64 v0.21.7 |
1572 | 2024-08-06T07:38:18.673Z | Compiling managed v0.8.0 |
1573 | 2024-08-06T07:38:19.103Z | Compiling either v1.12.0 |
1574 | 2024-08-06T07:38:19.169Z | Compiling mime v0.3.17 |
1575 | 2024-08-06T07:38:19.223Z | Compiling base16ct v0.2.0 |
1576 | 2024-08-06T07:38:19.528Z | Compiling ipnet v2.9.0 |
1577 | 2024-08-06T07:38:19.556Z | Compiling regex-automata v0.1.10 |
1578 | 2024-08-06T07:38:20.554Z | Compiling clap_lex v0.7.0 |
1579 | 2024-08-06T07:38:20.847Z | Compiling bitflags v1.3.2 |
1580 | 2024-08-06T07:38:21.122Z | Compiling bit-vec v0.6.3 |
1581 | 2024-08-06T07:38:21.161Z | Compiling matches v0.1.10 |
1582 | 2024-08-06T07:38:21.263Z | Compiling idna v0.2.3 |
1583 | 2024-08-06T07:38:21.848Z | Compiling clap_builder v4.5.13 |
1584 | 2024-08-06T07:38:22.710Z | Compiling bstr v0.2.17 |
1585 | 2024-08-06T07:38:23.776Z | Compiling sec1 v0.7.3 |
1586 | 2024-08-06T07:38:24.105Z | Compiling rustls-pemfile v1.0.4 |
1587 | 2024-08-06T07:38:24.392Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1588 | 2024-08-06T07:38:24.492Z | Compiling r2d2 v0.8.10 |
1589 | 2024-08-06T07:38:24.888Z | Compiling group v0.13.0 |
1590 | 2024-08-06T07:38:27.566Z | Compiling inout v0.1.3 |
1591 | 2024-08-06T07:38:28.216Z | Compiling phf v0.11.2 |
1592 | 2024-08-06T07:38:28.335Z | Compiling hyper-tls v0.5.0 |
1593 | 2024-08-06T07:38:28.531Z | Compiling signal-hook-mio v0.2.3 |
1594 | 2024-08-06T07:38:28.694Z | Compiling hyper-rustls v0.24.2 |
1595 | 2024-08-06T07:38:29.084Z | Compiling cookie_store v0.20.0 |
1596 | 2024-08-06T07:38:29.427Z | Compiling postgres-types v0.2.7 |
1597 | 2024-08-06T07:38:29.466Z | Compiling num-bigint v0.4.5 |
1598 | 2024-08-06T07:38:29.487Z | Compiling zerocopy v0.6.6 |
1599 | 2024-08-06T07:38:30.487Z | Compiling hubpack v0.1.2 |
1600 | 2024-08-06T07:38:30.565Z | Compiling phf_shared v0.10.0 |
1601 | 2024-08-06T07:38:30.894Z | Compiling hkdf v0.12.4 |
1602 | 2024-08-06T07:38:30.923Z | Compiling serde_urlencoded v0.7.1 |
1603 | 2024-08-06T07:38:31.126Z | Compiling crossbeam-epoch v0.9.18 |
1604 | 2024-08-06T07:38:31.460Z | Compiling ipnetwork v0.20.0 |
1605 | 2024-08-06T07:38:32.398Z | Compiling futures-executor v0.3.30 |
1606 | 2024-08-06T07:38:32.622Z | Compiling crypto-bigint v0.5.5 |
1607 | 2024-08-06T07:38:33.122Z | Compiling float-cmp v0.9.0 |
1608 | 2024-08-06T07:38:33.138Z | Compiling memmap v0.7.0 |
1609 | 2024-08-06T07:38:33.288Z | Compiling winnow v0.6.18 |
1610 | 2024-08-06T07:38:33.448Z | Compiling minimal-lexical v0.2.1 |
1611 | 2024-08-06T07:38:34.670Z | Compiling fixedbitset v0.4.2 |
1612 | 2024-08-06T07:38:35.115Z | Compiling unicode-segmentation v1.11.0 |
1613 | 2024-08-06T07:38:35.522Z | Compiling difflib v0.4.0 |
1614 | 2024-08-06T07:38:35.992Z | Compiling whoami v1.5.1 |
1615 | 2024-08-06T07:38:36.548Z | Compiling predicates-core v1.0.6 |
1616 | 2024-08-06T07:38:36.785Z | Compiling normalize-line-endings v0.3.0 |
1617 | 2024-08-06T07:38:36.804Z | Compiling webpki-roots v0.25.4 |
1618 | 2024-08-06T07:38:36.862Z | Compiling precomputed-hash v0.1.1 |
1619 | 2024-08-06T07:38:36.878Z | Compiling new_debug_unreachable v1.0.6 |
1620 | 2024-08-06T07:38:36.914Z | Compiling sync_wrapper v0.1.2 |
1621 | 2024-08-06T07:38:37.066Z | Compiling data-encoding v2.6.0 |
1622 | 2024-08-06T07:38:37.094Z | Compiling static_assertions v1.1.0 |
1623 | 2024-08-06T07:38:37.204Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1624 | 2024-08-06T07:38:37.265Z | Compiling toml_edit v0.22.20 |
1625 | 2024-08-06T07:38:38.208Z | Compiling trust-dns-proto v0.22.0 |
1626 | 2024-08-06T07:38:38.369Z | Compiling reqwest v0.11.27 |
1627 | 2024-08-06T07:38:38.834Z | Compiling string_cache v0.8.7 |
1628 | 2024-08-06T07:38:39.105Z | Compiling predicates v3.1.2 |
1629 | 2024-08-06T07:38:39.266Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1630 | 2024-08-06T07:38:40.603Z | Compiling tokio-postgres v0.7.11 |
1631 | 2024-08-06T07:38:43.215Z | Compiling similar v2.5.0 |
1632 | 2024-08-06T07:38:43.863Z | Compiling elliptic-curve v0.13.8 |
1633 | 2024-08-06T07:38:44.281Z | Compiling petgraph v0.6.5 |
1634 | 2024-08-06T07:38:44.808Z | Compiling nom v7.1.3 |
1635 | 2024-08-06T07:38:45.337Z | Compiling usdt v0.5.0 |
1636 | 2024-08-06T07:38:45.844Z | Compiling futures v0.3.30 |
1637 | 2024-08-06T07:38:45.971Z | Compiling yasna v0.5.2 |
1638 | 2024-08-06T07:38:46.155Z | Compiling diesel v2.1.6 |
1639 | 2024-08-06T07:38:47.300Z | Compiling crossterm v0.27.0 |
1640 | 2024-08-06T07:38:47.390Z | Compiling flate2 v1.0.31 |
1641 | 2024-08-06T07:38:47.685Z | Compiling cipher v0.4.4 |
1642 | 2024-08-06T07:38:48.334Z | Compiling clap v4.5.13 |
1643 | 2024-08-06T07:38:48.462Z | Compiling bit-set v0.5.3 |
1644 | 2024-08-06T07:38:48.509Z | Compiling itertools v0.10.5 |
1645 | 2024-08-06T07:38:48.563Z | Compiling itertools v0.12.1 |
1646 | 2024-08-06T07:38:48.839Z | Compiling num-iter v0.1.45 |
1647 | 2024-08-06T07:38:49.019Z | Compiling console v0.15.8 |
1648 | 2024-08-06T07:38:49.974Z | Compiling tokio-stream v0.1.15 |
1649 | 2024-08-06T07:38:50.346Z | Compiling toml v0.7.8 |
1650 | 2024-08-06T07:38:50.851Z | Compiling bstr v1.9.1 |
1651 | 2024-08-06T07:38:50.938Z | Compiling hex v0.4.3 |
1652 | 2024-08-06T07:38:51.677Z | Compiling lalrpop-util v0.19.12 |
1653 | 2024-08-06T07:38:51.792Z | Compiling peg-runtime v0.8.3 |
1654 | 2024-08-06T07:38:52.115Z | Compiling unicode-xid v0.2.4 |
1655 | 2024-08-06T07:38:52.372Z | Compiling camino v1.1.7 |
1656 | 2024-08-06T07:38:52.925Z | Compiling proc-macro-crate v1.3.1 |
1657 | 2024-08-06T07:38:53.640Z | Compiling heapless v0.8.0 |
1658 | 2024-08-06T07:38:54.667Z | Compiling num_enum_derive v0.5.11 |
1659 | 2024-08-06T07:39:02.431Z | Compiling hash32 v0.3.1 |
1660 | 2024-08-06T07:39:02.752Z | Compiling smoltcp v0.11.0 |
1661 | 2024-08-06T07:39:02.859Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1662 | 2024-08-06T07:39:03.396Z | Compiling ident_case v1.0.1 |
1663 | 2024-08-06T07:39:05.068Z | Compiling rustls-pki-types v1.7.0 |
1664 | 2024-08-06T07:39:09.285Z | Compiling darling_core v0.20.9 |
1665 | 2024-08-06T07:39:19.717Z | Compiling num_enum v0.5.11 |
1666 | 2024-08-06T07:39:20.431Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1667 | 2024-08-06T07:39:20.662Z | Compiling getopts v0.2.21 |
1668 | 2024-08-06T07:39:21.431Z | Compiling dirs-sys-next v0.1.2 |
1669 | 2024-08-06T07:39:21.936Z | Compiling proc-macro-error-attr v1.0.4 |
1670 | 2024-08-06T07:39:22.280Z | Compiling paste v1.0.15 |
1671 | 2024-08-06T07:39:22.775Z | Compiling embedded-io v0.4.0 |
1672 | 2024-08-06T07:39:22.795Z | Compiling cobs v0.2.3 |
1673 | 2024-08-06T07:39:23.029Z | Compiling rustls v0.22.4 |
1674 | 2024-08-06T07:39:23.269Z | Compiling unsafe-libyaml v0.2.11 |
1675 | 2024-08-06T07:39:23.536Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1676 | 2024-08-06T07:39:23.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1677 | 2024-08-06T07:39:25.187Z | Compiling serde_yaml v0.9.34+deprecated |
1678 | 2024-08-06T07:39:27.655Z | Compiling postcard v1.0.8 |
1679 | 2024-08-06T07:39:29.155Z | Compiling dirs-next v2.0.0 |
1680 | 2024-08-06T07:39:29.932Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1681 | 2024-08-06T07:39:31.125Z | Compiling darling_macro v0.20.9 |
1682 | 2024-08-06T07:39:33.339Z | Compiling rustls-webpki v0.102.4 |
1683 | 2024-08-06T07:39:39.799Z | Compiling strum_macros v0.26.4 |
1684 | 2024-08-06T07:39:41.245Z | Compiling structmeta-derive v0.3.0 |
1685 | 2024-08-06T07:39:41.394Z | Compiling foreign-types-macros v0.2.3 |
1686 | 2024-08-06T07:39:42.278Z | Compiling thread_local v1.1.8 |
1687 | 2024-08-06T07:39:42.680Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1688 | 2024-08-06T07:39:43.012Z | Compiling proc-macro-error v1.0.4 |
1689 | 2024-08-06T07:39:43.032Z | Compiling multer v3.1.0 |
1690 | 2024-08-06T07:39:43.354Z | Compiling foreign-types-shared v0.3.1 |
1691 | 2024-08-06T07:39:44.464Z | Compiling slog-async v2.8.0 |
1692 | 2024-08-06T07:39:44.503Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1693 | 2024-08-06T07:39:45.261Z | Compiling match_cfg v0.1.0 |
1694 | 2024-08-06T07:39:45.743Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1695 | 2024-08-06T07:39:46.111Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1696 | 2024-08-06T07:39:49.484Z | Compiling hostname v0.3.1 |
1697 | 2024-08-06T07:39:50.561Z | Compiling strum v0.26.3 |
1698 | 2024-08-06T07:39:50.942Z | Compiling structmeta v0.3.0 |
1699 | 2024-08-06T07:39:51.646Z | Compiling foreign-types v0.5.0 |
1700 | 2024-08-06T07:39:55.114Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1701 | 2024-08-06T07:39:56.244Z | Compiling darling v0.20.9 |
1702 | 2024-08-06T07:40:05.860Z | Compiling term v0.7.0 |
1703 | 2024-08-06T07:40:09.126Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1704 | 2024-08-06T07:40:10.725Z | Compiling slog-json v2.6.1 |
1705 | 2024-08-06T07:40:11.204Z | Compiling tabwriter v1.4.0 |
1706 | 2024-08-06T07:40:11.427Z | Compiling crossbeam-channel v0.5.12 |
1707 | 2024-08-06T07:40:13.097Z | Compiling http v1.1.0 |
1708 | 2024-08-06T07:40:13.259Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1709 | 2024-08-06T07:40:13.489Z | Compiling async-stream-impl v0.3.5 |
1710 | 2024-08-06T07:40:14.106Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1711 | 2024-08-06T07:40:14.294Z | Compiling is-terminal v0.4.12 |
1712 | 2024-08-06T07:40:14.406Z | Compiling cstr-argument v0.1.2 |
1713 | 2024-08-06T07:40:14.442Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1714 | 2024-08-06T07:40:14.684Z | Compiling crucible-workspace-hack v0.1.0 |
1715 | 2024-08-06T07:40:14.749Z | Compiling atomic-waker v1.1.2 |
1716 | 2024-08-06T07:40:14.767Z | Compiling fastrand v2.1.0 |
1717 | 2024-08-06T07:40:14.943Z | Compiling pretty-hex v0.2.1 |
1718 | 2024-08-06T07:40:14.984Z | Compiling take_mut v0.2.2 |
1719 | 2024-08-06T07:40:15.162Z | Compiling rayon-core v1.12.1 |
1720 | 2024-08-06T07:40:15.181Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1721 | 2024-08-06T07:40:15.527Z | Compiling tempfile v3.10.1 |
1722 | 2024-08-06T07:40:15.869Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1723 | 2024-08-06T07:40:16.333Z | Compiling waitgroup v0.1.2 |
1724 | 2024-08-06T07:40:16.655Z | Compiling async-stream v0.3.5 |
1725 | 2024-08-06T07:40:17.001Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1726 | 2024-08-06T07:40:17.157Z | Compiling slog-term v2.9.1 |
1727 | 2024-08-06T07:40:17.953Z | Compiling slog-bunyan v2.5.0 |
1728 | 2024-08-06T07:40:18.040Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1729 | 2024-08-06T07:40:18.351Z | Compiling tokio-rustls v0.25.0 |
1730 | 2024-08-06T07:40:18.577Z | Compiling serde_with_macros v3.8.3 |
1731 | 2024-08-06T07:40:18.842Z | Compiling parse-display-derive v0.9.1 |
1732 | 2024-08-06T07:40:18.886Z | Compiling toml v0.8.19 |
1733 | 2024-08-06T07:40:19.021Z | Compiling rustls-pemfile v2.1.3 |
1734 | 2024-08-06T07:40:19.822Z | Compiling sha1 v0.10.6 |
1735 | 2024-08-06T07:40:19.867Z | Compiling crossbeam-deque v0.8.5 |
1736 | 2024-08-06T07:40:20.281Z | Compiling colored v2.1.0 |
1737 | 2024-08-06T07:40:20.652Z | Compiling newtype-uuid v1.1.0 |
1738 | 2024-08-06T07:40:21.029Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1739 | 2024-08-06T07:40:21.293Z | Compiling serde_path_to_error v0.1.16 |
1740 | 2024-08-06T07:40:21.549Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1741 | 2024-08-06T07:40:22.330Z | Compiling socket2 v0.4.10 |
1742 | 2024-08-06T07:40:22.351Z | Compiling hostname v0.4.0 |
1743 | 2024-08-06T07:40:22.647Z | Compiling instant v0.1.12 |
1744 | 2024-08-06T07:40:22.841Z | Compiling debug-ignore v1.0.5 |
1745 | 2024-08-06T07:40:22.988Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1746 | 2024-08-06T07:40:23.009Z | Compiling parse-display v0.9.1 |
1747 | 2024-08-06T07:40:23.398Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1748 | 2024-08-06T07:40:24.841Z | Compiling backoff v0.4.0 |
1749 | 2024-08-06T07:40:25.233Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1750 | 2024-08-06T07:40:25.459Z | Compiling serde_with v3.8.3 |
1751 | 2024-08-06T07:40:26.029Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1752 | 2024-08-06T07:40:26.567Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1753 | 2024-08-06T07:40:26.981Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1754 | 2024-08-06T07:40:27.767Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1755 | 2024-08-06T07:40:28.186Z | Compiling camino-tempfile v1.1.1 |
1756 | 2024-08-06T07:40:29.003Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1757 | 2024-08-06T07:40:29.512Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1758 | 2024-08-06T07:40:29.722Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1759 | 2024-08-06T07:40:29.918Z | Compiling macaddr v1.0.1 |
1760 | 2024-08-06T07:40:30.263Z | Compiling num-derive v0.4.2 |
1761 | 2024-08-06T07:40:30.597Z | Compiling sigpipe v0.1.3 |
1762 | 2024-08-06T07:40:30.738Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1763 | 2024-08-06T07:40:31.074Z | Compiling libefi-sys v0.1.0 |
1764 | 2024-08-06T07:40:31.485Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1765 | 2024-08-06T07:40:32.064Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1766 | 2024-08-06T07:40:32.663Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1767 | 2024-08-06T07:40:33.134Z | Compiling rayon v1.10.0 |
1768 | 2024-08-06T07:40:33.771Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1769 | 2024-08-06T07:40:33.847Z | Compiling smf v0.2.3 |
1770 | 2024-08-06T07:40:34.287Z | Compiling bitfield-struct v0.6.1 |
1771 | 2024-08-06T07:40:35.488Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1772 | 2024-08-06T07:40:35.770Z | Compiling blake3 v1.5.1 |
1773 | 2024-08-06T07:40:35.908Z | Compiling ring v0.16.20 |
1774 | 2024-08-06T07:40:36.394Z | Compiling portable-atomic v1.6.0 |
1775 | 2024-08-06T07:40:37.040Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1776 | 2024-08-06T07:40:37.424Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1777 | 2024-08-06T07:40:37.801Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1778 | 2024-08-06T07:40:38.445Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1779 | 2024-08-06T07:40:39.332Z | Compiling xattr v1.3.1 |
1780 | 2024-08-06T07:40:39.638Z | Compiling memmap2 v0.9.4 |
1781 | 2024-08-06T07:40:39.660Z | Compiling filetime v0.2.23 |
1782 | 2024-08-06T07:40:40.023Z | Compiling same-file v1.0.6 |
1783 | 2024-08-06T07:40:40.208Z | Compiling arrayvec v0.7.4 |
1784 | 2024-08-06T07:40:40.334Z | Compiling arrayref v0.3.7 |
1785 | 2024-08-06T07:40:40.542Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1786 | 2024-08-06T07:40:40.699Z | Compiling spin v0.5.2 |
1787 | 2024-08-06T07:40:40.717Z | Compiling constant_time_eq v0.3.0 |
1788 | 2024-08-06T07:40:40.807Z | Compiling untrusted v0.7.1 |
1789 | 2024-08-06T07:40:40.959Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1790 | 2024-08-06T07:40:41.006Z | Compiling walkdir v2.5.0 |
1791 | 2024-08-06T07:40:42.505Z | Compiling tar v0.4.41 |
1792 | 2024-08-06T07:40:43.647Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1793 | 2024-08-06T07:40:44.098Z | Compiling gethostname v0.5.0 |
1794 | 2024-08-06T07:40:44.320Z | Compiling cargo-platform v0.1.8 |
1795 | 2024-08-06T07:40:44.620Z | Compiling number_prefix v0.4.0 |
1796 | 2024-08-06T07:40:44.900Z | Compiling topological-sort v0.2.2 |
1797 | 2024-08-06T07:40:45.193Z | Compiling indicatif v0.17.8 |
1798 | 2024-08-06T07:40:45.444Z | Compiling omicron-zone-package v0.11.0 |
1799 | 2024-08-06T07:40:45.747Z | Compiling cargo_metadata v0.18.1 |
1800 | 2024-08-06T07:40:54.467Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1801 | 2024-08-06T07:40:55.130Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1802 | 2024-08-06T07:40:58.116Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1803 | 2024-08-06T07:41:16.439Z | Finished `release` profile [optimized] target(s) in 4m 35s |
1804 | 2024-08-06T07:41:16.581Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1805 | 2024-08-06T07:41:16.629Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1806 | 2024-08-06T07:41:16.632Z | Created new build target 'test' and set it as active |
1807 | 2024-08-06T07:41:16.632Z | |
1808 | 2024-08-06T07:41:16.632Z | real 4:35.836180652 |
1809 | 2024-08-06T07:41:16.632Z | user 31:15.566630943 |
1810 | 2024-08-06T07:41:16.632Z | sys 3:56.757435474 |
1811 | 2024-08-06T07:41:16.632Z | trap 0.973423136 |
1812 | 2024-08-06T07:41:16.632Z | tflt 2.928028675 |
1813 | 2024-08-06T07:41:16.632Z | dflt 0.897818746 |
1814 | 2024-08-06T07:41:16.632Z | kflt 0.000593445 |
1815 | 2024-08-06T07:41:16.632Z | lock 1:08:27.421739682 |
1816 | 2024-08-06T07:41:16.632Z | slp 1:59:28.074887744 |
1817 | 2024-08-06T07:41:16.632Z | lat 2:05.176201559 |
1818 | 2024-08-06T07:41:16.632Z | stop 3:39.301097042 |
1819 | 2024-08-06T07:41:16.635Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1820 | 2024-08-06T07:41:17.581Z | Finished `release` profile [optimized] target(s) in 0.89s |
1821 | 2024-08-06T07:41:17.634Z | Running `target/release/omicron-package -t test package` |
1822 | 2024-08-06T07:41:17.676Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1823 | 2024-08-06T07:41:18.740Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1824 | 2024-08-06T07:41:18.740Z | Compiling camino v1.1.7 |
1825 | 2024-08-06T07:41:18.743Z | Compiling password-hash v0.5.0 |
1826 | 2024-08-06T07:41:18.743Z | Compiling blake2 v0.10.6 |
1827 | 2024-08-06T07:41:18.743Z | Compiling derive-where v1.2.7 |
1828 | 2024-08-06T07:41:18.743Z | Compiling humantime v2.1.0 |
1829 | 2024-08-06T07:41:18.743Z | Compiling newline-converter v0.3.0 |
1830 | 2024-08-06T07:41:18.876Z | Compiling toml v0.8.19 |
1831 | 2024-08-06T07:41:19.077Z | Compiling expectorate v1.1.0 |
1832 | 2024-08-06T07:41:19.101Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1833 | 2024-08-06T07:41:19.271Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1834 | 2024-08-06T07:41:19.559Z | Compiling argon2 v0.5.3 |
1835 | 2024-08-06T07:41:19.697Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1836 | 2024-08-06T07:41:19.896Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1837 | 2024-08-06T07:41:19.920Z | Compiling dirs-sys-next v0.1.2 |
1838 | 2024-08-06T07:41:20.049Z | Compiling prettyplease v0.2.20 |
1839 | 2024-08-06T07:41:20.384Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1840 | 2024-08-06T07:41:20.417Z | Compiling dirs-next v2.0.0 |
1841 | 2024-08-06T07:41:20.487Z | Compiling convert_case v0.4.0 |
1842 | 2024-08-06T07:41:20.617Z | Compiling term v0.7.0 |
1843 | 2024-08-06T07:41:20.988Z | Compiling semver v0.1.20 |
1844 | 2024-08-06T07:41:21.081Z | Compiling is-terminal v0.4.12 |
1845 | 2024-08-06T07:41:21.214Z | Compiling home v0.5.9 |
1846 | 2024-08-06T07:41:21.302Z | Compiling derive_more v0.99.18 |
1847 | 2024-08-06T07:41:21.462Z | Compiling rustc_version v0.1.7 |
1848 | 2024-08-06T07:41:21.587Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1849 | 2024-08-06T07:41:21.890Z | Compiling newtype_derive v0.1.6 |
1850 | 2024-08-06T07:41:21.941Z | Compiling rustls-pki-types v1.7.0 |
1851 | 2024-08-06T07:41:22.037Z | Compiling rustls v0.22.4 |
1852 | 2024-08-06T07:41:22.065Z | Compiling thread_local v1.1.8 |
1853 | 2024-08-06T07:41:22.442Z | Compiling steno v0.4.1 |
1854 | 2024-08-06T07:41:22.582Z | Compiling rustls-webpki v0.102.4 |
1855 | 2024-08-06T07:41:22.752Z | Compiling match_cfg v0.1.0 |
1856 | 2024-08-06T07:41:22.862Z | Compiling linked-hash-map v0.5.6 |
1857 | 2024-08-06T07:41:23.288Z | Compiling lru-cache v0.1.2 |
1858 | 2024-08-06T07:41:24.476Z | Compiling hostname v0.3.1 |
1859 | 2024-08-06T07:41:24.717Z | Compiling multer v3.1.0 |
1860 | 2024-08-06T07:41:24.800Z | Compiling slog-async v2.8.0 |
1861 | 2024-08-06T07:41:24.818Z | Compiling slog-json v2.6.1 |
1862 | 2024-08-06T07:41:24.877Z | Compiling crossbeam-channel v0.5.12 |
1863 | 2024-08-06T07:41:25.176Z | Compiling http v1.1.0 |
1864 | 2024-08-06T07:41:25.477Z | Compiling take_mut v0.2.2 |
1865 | 2024-08-06T07:41:25.651Z | Compiling atomic-waker v1.1.2 |
1866 | 2024-08-06T07:41:25.850Z | Compiling waitgroup v0.1.2 |
1867 | 2024-08-06T07:41:26.078Z | Compiling slog-bunyan v2.5.0 |
1868 | 2024-08-06T07:41:26.309Z | Compiling rustls-pemfile v2.1.3 |
1869 | 2024-08-06T07:41:26.759Z | Compiling slog-term v2.9.1 |
1870 | 2024-08-06T07:41:27.524Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1871 | 2024-08-06T07:41:27.612Z | Compiling async-stream v0.3.5 |
1872 | 2024-08-06T07:41:27.907Z | Compiling sha1 v0.10.6 |
1873 | 2024-08-06T07:41:27.923Z | Compiling newtype-uuid v1.1.0 |
1874 | 2024-08-06T07:41:27.940Z | Compiling serde_path_to_error v0.1.16 |
1875 | 2024-08-06T07:41:28.145Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1876 | 2024-08-06T07:41:28.239Z | Compiling tokio-rustls v0.25.0 |
1877 | 2024-08-06T07:41:28.320Z | Compiling hostname v0.4.0 |
1878 | 2024-08-06T07:41:28.338Z | Compiling instant v0.1.12 |
1879 | 2024-08-06T07:41:28.521Z | Compiling slog-dtrace v0.3.0 |
1880 | 2024-08-06T07:41:28.591Z | Compiling debug-ignore v1.0.5 |
1881 | 2024-08-06T07:41:28.682Z | Compiling backoff v0.4.0 |
1882 | 2024-08-06T07:41:28.793Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1883 | 2024-08-06T07:41:28.945Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1884 | 2024-08-06T07:41:29.046Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1885 | 2024-08-06T07:41:29.106Z | Compiling parse-display v0.9.1 |
1886 | 2024-08-06T07:41:29.238Z | Compiling serde_with v3.8.3 |
1887 | 2024-08-06T07:41:29.672Z | Compiling strum v0.26.3 |
1888 | 2024-08-06T07:41:29.869Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1889 | 2024-08-06T07:41:30.973Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1890 | 2024-08-06T07:41:31.617Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1891 | 2024-08-06T07:41:31.800Z | Compiling num-rational v0.4.2 |
1892 | 2024-08-06T07:41:32.841Z | Compiling num-complex v0.4.6 |
1893 | 2024-08-06T07:41:33.301Z | Compiling macaddr v1.0.1 |
1894 | 2024-08-06T07:41:33.482Z | Compiling swrite v0.1.0 |
1895 | 2024-08-06T07:41:34.022Z | Compiling num v0.4.3 |
1896 | 2024-08-06T07:41:34.481Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1897 | 2024-08-06T07:41:35.277Z | Compiling quick-error v1.2.3 |
1898 | 2024-08-06T07:41:35.443Z | Compiling float-ord v0.3.2 |
1899 | 2024-08-06T07:41:35.517Z | Compiling resolv-conf v0.7.0 |
1900 | 2024-08-06T07:41:36.511Z | Compiling trust-dns-resolver v0.22.0 |
1901 | 2024-08-06T07:41:36.700Z | Compiling rayon-core v1.12.1 |
1902 | 2024-08-06T07:41:36.751Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1903 | 2024-08-06T07:41:37.022Z | Compiling crossbeam-deque v0.8.5 |
1904 | 2024-08-06T07:41:37.099Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1905 | 2024-08-06T07:41:37.400Z | Compiling fastrand v2.1.0 |
1906 | 2024-08-06T07:41:37.955Z | Compiling same-file v1.0.6 |
1907 | 2024-08-06T07:41:38.228Z | Compiling display-error-chain v0.2.0 |
1908 | 2024-08-06T07:41:38.431Z | Compiling termcolor v1.4.1 |
1909 | 2024-08-06T07:41:39.496Z | Compiling walkdir v2.5.0 |
1910 | 2024-08-06T07:41:40.176Z | Compiling tempfile v3.10.1 |
1911 | 2024-08-06T07:41:42.545Z | Compiling half v2.4.1 |
1912 | 2024-08-06T07:41:42.931Z | Compiling utf-8 v0.7.6 |
1913 | 2024-08-06T07:41:43.316Z | Compiling ciborium-io v0.2.2 |
1914 | 2024-08-06T07:41:43.337Z | Compiling blake3 v1.5.1 |
1915 | 2024-08-06T07:41:43.464Z | Compiling ciborium-ll v0.2.2 |
1916 | 2024-08-06T07:41:43.767Z | Compiling ring v0.16.20 |
1917 | 2024-08-06T07:41:44.019Z | Compiling rayon v1.10.0 |
1918 | 2024-08-06T07:41:45.615Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1919 | 2024-08-06T07:41:48.989Z | Compiling xattr v1.3.1 |
1920 | 2024-08-06T07:41:49.314Z | Compiling nibble_vec v0.1.0 |
1921 | 2024-08-06T07:41:49.572Z | Compiling filetime v0.2.23 |
1922 | 2024-08-06T07:41:49.883Z | Compiling memmap2 v0.9.4 |
1923 | 2024-08-06T07:41:50.331Z | Compiling untrusted v0.7.1 |
1924 | 2024-08-06T07:41:50.538Z | Compiling endian-type v0.1.2 |
1925 | 2024-08-06T07:41:50.730Z | Compiling cancel-safe-futures v0.1.5 |
1926 | 2024-08-06T07:41:50.790Z | Compiling spin v0.5.2 |
1927 | 2024-08-06T07:41:51.035Z | Compiling arrayref v0.3.7 |
1928 | 2024-08-06T07:41:51.108Z | Compiling constant_time_eq v0.3.0 |
1929 | 2024-08-06T07:41:51.173Z | Compiling arrayvec v0.7.4 |
1930 | 2024-08-06T07:41:52.778Z | Compiling radix_trie v0.2.1 |
1931 | 2024-08-06T07:41:53.721Z | Compiling tar v0.4.41 |
1932 | 2024-08-06T07:41:54.719Z | Compiling ciborium v0.2.2 |
1933 | 2024-08-06T07:41:55.588Z | Compiling camino-tempfile v1.1.1 |
1934 | 2024-08-06T07:41:56.058Z | Compiling toolchain_find v0.4.0 |
1935 | 2024-08-06T07:41:56.663Z | Compiling crunchy v0.2.2 |
1936 | 2024-08-06T07:41:56.947Z | Compiling glob v0.3.1 |
1937 | 2024-08-06T07:41:57.172Z | Compiling topological-sort v0.2.2 |
1938 | 2024-08-06T07:41:57.424Z | Compiling maplit v1.0.2 |
1939 | 2024-08-06T07:41:57.515Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1940 | 2024-08-06T07:41:57.567Z | Compiling radium v0.7.0 |
1941 | 2024-08-06T07:41:57.775Z | Compiling clang-sys v1.7.0 |
1942 | 2024-08-06T07:41:58.079Z | Compiling omicron-zone-package v0.11.0 |
1943 | 2024-08-06T07:41:58.351Z | Compiling rustfmt-wrapper v0.2.1 |
1944 | 2024-08-06T07:41:58.942Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1945 | 2024-08-06T07:41:59.125Z | Compiling tap v1.0.1 |
1946 | 2024-08-06T07:41:59.213Z | Compiling maybe-uninit v2.0.0 |
1947 | 2024-08-06T07:41:59.334Z | Compiling tiny-keccak v2.0.2 |
1948 | 2024-08-06T07:41:59.700Z | Compiling wyz v0.5.1 |
1949 | 2024-08-06T07:42:00.211Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1950 | 2024-08-06T07:42:00.530Z | Compiling num-bigint-dig v0.8.4 |
1951 | 2024-08-06T07:42:00.716Z | Compiling funty v2.0.0 |
1952 | 2024-08-06T07:42:00.871Z | Compiling crc-catalog v2.4.0 |
1953 | 2024-08-06T07:42:01.043Z | Compiling packed_struct v0.10.1 |
1954 | 2024-08-06T07:42:01.486Z | Compiling arc-swap v1.7.1 |
1955 | 2024-08-06T07:42:02.083Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1956 | 2024-08-06T07:42:02.193Z | Compiling slog-scope v4.4.0 |
1957 | 2024-08-06T07:42:02.593Z | Compiling bitvec v1.0.1 |
1958 | 2024-08-06T07:42:03.160Z | Compiling crc v3.2.1 |
1959 | 2024-08-06T07:42:03.539Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1960 | 2024-08-06T07:42:05.785Z | Compiling ascii-canvas v3.0.0 |
1961 | 2024-08-06T07:42:06.299Z | Compiling packed_struct_codegen v0.10.1 |
1962 | 2024-08-06T07:42:07.328Z | Compiling ena v0.14.3 |
1963 | 2024-08-06T07:42:07.792Z | Compiling indexmap v1.9.3 |
1964 | 2024-08-06T07:42:08.148Z | Compiling libloading v0.8.3 |
1965 | 2024-08-06T07:42:08.542Z | Compiling diff v0.1.13 |
1966 | 2024-08-06T07:42:08.881Z | Compiling nodrop v0.1.14 |
1967 | 2024-08-06T07:42:08.916Z | Compiling bindgen v0.69.4 |
1968 | 2024-08-06T07:42:09.046Z | Compiling regex-syntax v0.6.29 |
1969 | 2024-08-06T07:42:09.112Z | Compiling array-init v0.0.4 |
1970 | 2024-08-06T07:42:13.789Z | Compiling lalrpop v0.19.12 |
1971 | 2024-08-06T07:42:14.700Z | Compiling smallvec v0.6.14 |
1972 | 2024-08-06T07:42:19.629Z | Compiling slog-stdlog v4.1.1 |
1973 | 2024-08-06T07:42:20.156Z | Compiling tungstenite v0.21.0 |
1974 | 2024-08-06T07:42:20.483Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1975 | 2024-08-06T07:42:21.377Z | Compiling which v4.4.2 |
1976 | 2024-08-06T07:42:21.625Z | Compiling pkcs1 v0.7.5 |
1977 | 2024-08-06T07:42:21.948Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1978 | 2024-08-06T07:42:22.195Z | Compiling signature v2.2.0 |
1979 | 2024-08-06T07:42:22.498Z | Compiling cexpr v0.6.0 |
1980 | 2024-08-06T07:42:24.199Z | Compiling libsw v3.3.1 |
1981 | 2024-08-06T07:42:24.566Z | Compiling atty v0.2.14 |
1982 | 2024-08-06T07:42:24.746Z | Compiling bitfield v0.14.0 |
1983 | 2024-08-06T07:42:25.049Z | Compiling ref-cast v1.0.23 |
1984 | 2024-08-06T07:42:25.081Z | Compiling linear-map v1.2.0 |
1985 | 2024-08-06T07:42:25.368Z | Compiling shlex v1.3.0 |
1986 | 2024-08-06T07:42:25.521Z | Compiling owo-colors v4.0.0 |
1987 | 2024-08-06T07:42:25.563Z | Compiling lazycell v1.3.0 |
1988 | 2024-08-06T07:42:25.585Z | Compiling hashbrown v0.12.3 |
1989 | 2024-08-06T07:42:25.749Z | Compiling rustc-hash v1.1.0 |
1990 | 2024-08-06T07:42:25.843Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1991 | 2024-08-06T07:42:26.279Z | Compiling rsa v0.9.6 |
1992 | 2024-08-06T07:42:28.096Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1993 | 2024-08-06T07:42:28.420Z | Compiling tokio-tungstenite v0.21.0 |
1994 | 2024-08-06T07:42:29.042Z | Compiling slog-envlogger v2.2.0 |
1995 | 2024-08-06T07:42:31.633Z | Compiling serde-hex v0.1.0 |
1996 | 2024-08-06T07:42:31.933Z | Compiling bzip2 v0.4.4 |
1997 | 2024-08-06T07:42:32.365Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1998 | 2024-08-06T07:42:32.743Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1999 | 2024-08-06T07:42:35.861Z | Compiling env_logger v0.10.2 |
2000 | 2024-08-06T07:42:37.111Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2001 | 2024-08-06T07:42:37.458Z | Compiling derive_builder_core v0.20.0 |
2002 | 2024-08-06T07:42:38.042Z | Compiling x509-cert v0.2.5 |
2003 | 2024-08-06T07:42:38.917Z | Compiling ron v0.8.1 |
2004 | 2024-08-06T07:42:39.726Z | Compiling headers-core v0.2.0 |
2005 | 2024-08-06T07:42:39.923Z | Compiling hashbrown v0.13.2 |
2006 | 2024-08-06T07:42:40.089Z | Compiling fxhash v0.2.1 |
2007 | 2024-08-06T07:42:40.345Z | Compiling libxml v0.3.3 |
2008 | 2024-08-06T07:42:40.744Z | Compiling ref-cast-impl v1.0.23 |
2009 | 2024-08-06T07:42:40.797Z | Compiling polar-core v0.27.3 |
2010 | 2024-08-06T07:42:41.267Z | Compiling crc-any v2.5.0 |
2011 | 2024-08-06T07:42:42.180Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2012 | 2024-08-06T07:42:42.230Z | Compiling object v0.30.4 |
2013 | 2024-08-06T07:42:44.961Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2014 | 2024-08-06T07:42:46.670Z | Compiling samael v0.0.15 |
2015 | 2024-08-06T07:42:48.303Z | Compiling headers v0.3.9 |
2016 | 2024-08-06T07:42:49.900Z | Compiling derive_builder_macro v0.20.0 |
2017 | 2024-08-06T07:42:50.814Z | Compiling zip v0.6.6 |
2018 | 2024-08-06T07:42:51.991Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2019 | 2024-08-06T07:42:53.620Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2020 | 2024-08-06T07:42:53.736Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2021 | 2024-08-06T07:42:53.953Z | Compiling strum_macros v0.24.3 |
2022 | 2024-08-06T07:42:53.973Z | Compiling async-recursion v1.1.1 |
2023 | 2024-08-06T07:42:55.280Z | Compiling unicase v2.7.0 |
2024 | 2024-08-06T07:42:55.453Z | Compiling cookie v0.18.1 |
2025 | 2024-08-06T07:42:55.608Z | Compiling indoc v1.0.9 |
2026 | 2024-08-06T07:42:55.625Z | Compiling path-slash v0.1.5 |
2027 | 2024-08-06T07:42:55.865Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2028 | 2024-08-06T07:42:56.527Z | Compiling derive_builder v0.20.0 |
2029 | 2024-08-06T07:43:00.006Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2030 | 2024-08-06T07:43:00.344Z | Compiling pem v3.0.4 |
2031 | 2024-08-06T07:43:01.397Z | Compiling oso-derive v0.27.3 |
2032 | 2024-08-06T07:43:01.819Z | Compiling impl-trait-for-tuples v0.2.2 |
2033 | 2024-08-06T07:43:02.406Z | Compiling quick-xml v0.31.0 |
2034 | 2024-08-06T07:43:04.026Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2035 | 2024-08-06T07:43:04.411Z | Compiling cfg_aliases v0.1.1 |
2036 | 2024-08-06T07:43:04.542Z | Compiling parking_lot_core v0.8.6 |
2037 | 2024-08-06T07:43:05.043Z | Compiling nix v0.28.0 |
2038 | 2024-08-06T07:43:08.544Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2039 | 2024-08-06T07:43:08.692Z | Compiling oso v0.27.3 |
2040 | 2024-08-06T07:43:10.003Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2041 | 2024-08-06T07:43:11.706Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2042 | 2024-08-06T07:43:11.849Z | Compiling bb8 v0.8.5 |
2043 | 2024-08-06T07:43:12.050Z | Compiling const_format_proc_macros v0.2.32 |
2044 | 2024-08-06T07:43:12.488Z | Compiling curve25519-dalek v4.1.3 |
2045 | 2024-08-06T07:43:12.996Z | Compiling vte_generate_state_changes v0.1.1 |
2046 | 2024-08-06T07:43:13.694Z | Compiling keccak v0.1.5 |
2047 | 2024-08-06T07:43:14.083Z | Compiling buf-list v1.0.3 |
2048 | 2024-08-06T07:43:14.475Z | Compiling const_format v0.2.32 |
2049 | 2024-08-06T07:43:14.757Z | Compiling sha3 v0.10.8 |
2050 | 2024-08-06T07:43:14.775Z | Compiling vte v0.11.1 |
2051 | 2024-08-06T07:43:15.753Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2052 | 2024-08-06T07:43:16.405Z | Compiling fd-lock v4.0.2 |
2053 | 2024-08-06T07:43:16.514Z | Compiling universal-hash v0.5.1 |
2054 | 2024-08-06T07:43:16.648Z | Compiling secrecy v0.8.0 |
2055 | 2024-08-06T07:43:16.771Z | Compiling thiserror-impl-no-std v2.0.2 |
2056 | 2024-08-06T07:43:16.946Z | Compiling pin-project-internal v1.1.5 |
2057 | 2024-08-06T07:43:17.094Z | Compiling curve25519-dalek-derive v0.1.1 |
2058 | 2024-08-06T07:43:18.683Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2059 | 2024-08-06T07:43:19.040Z | Compiling bytecount v0.6.8 |
2060 | 2024-08-06T07:43:19.375Z | Compiling opaque-debug v0.3.1 |
2061 | 2024-08-06T07:43:19.514Z | Compiling poly1305 v0.8.0 |
2062 | 2024-08-06T07:43:19.688Z | Compiling thiserror-no-std v2.0.2 |
2063 | 2024-08-06T07:43:19.833Z | Compiling papergrid v0.11.0 |
2064 | 2024-08-06T07:43:19.860Z | Compiling pin-project v1.1.5 |
2065 | 2024-08-06T07:43:21.118Z | Compiling parking_lot v0.11.2 |
2066 | 2024-08-06T07:43:26.162Z | Compiling strip-ansi-escapes v0.2.0 |
2067 | 2024-08-06T07:43:27.014Z | Compiling trust-dns-client v0.22.0 |
2068 | 2024-08-06T07:43:27.428Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2069 | 2024-08-06T07:43:27.786Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2070 | 2024-08-06T07:43:27.796Z | Compiling tabled_derive v0.7.0 |
2071 | 2024-08-06T07:43:29.916Z | Compiling chacha20 v0.9.1 |
2072 | 2024-08-06T07:43:30.108Z | Compiling aead v0.5.2 |
2073 | 2024-08-06T07:43:30.402Z | Compiling peg-macros v0.8.4 |
2074 | 2024-08-06T07:43:30.547Z | Compiling kstat-rs v0.2.4 |
2075 | 2024-08-06T07:43:31.528Z | Compiling snafu-derive v0.8.2 |
2076 | 2024-08-06T07:43:32.065Z | Compiling toml v0.5.11 |
2077 | 2024-08-06T07:43:32.876Z | Compiling sqlparser_derive v0.2.2 |
2078 | 2024-08-06T07:43:33.939Z | Compiling unicode_categories v0.1.1 |
2079 | 2024-08-06T07:43:34.213Z | Compiling nu-ansi-term v0.50.0 |
2080 | 2024-08-06T07:43:34.334Z | Compiling sqlformat v0.2.4 |
2081 | 2024-08-06T07:43:35.508Z | Compiling reedline v0.31.0 |
2082 | 2024-08-06T07:43:36.516Z | Compiling snafu v0.8.2 |
2083 | 2024-08-06T07:43:37.834Z | Compiling rustyline v14.0.0 |
2084 | 2024-08-06T07:43:38.577Z | Compiling trust-dns-server v0.22.1 |
2085 | 2024-08-06T07:43:41.429Z | Compiling sqlparser v0.45.0 |
2086 | 2024-08-06T07:43:45.768Z | Compiling peg v0.8.4 |
2087 | 2024-08-06T07:43:45.901Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2088 | 2024-08-06T07:43:50.307Z | Compiling chacha20poly1305 v0.10.1 |
2089 | 2024-08-06T07:43:50.565Z | Compiling tabled v0.15.0 |
2090 | 2024-08-06T07:43:53.112Z | Compiling mime_guess v2.0.4 |
2091 | 2024-08-06T07:43:54.369Z | Compiling vsss-rs v3.3.4 |
2092 | 2024-08-06T07:43:59.183Z | Compiling sled v0.34.7 |
2093 | 2024-08-06T07:43:59.817Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2094 | 2024-08-06T07:44:00.778Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2095 | 2024-08-06T07:44:01.804Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2096 | 2024-08-06T07:44:01.987Z | Compiling env_logger v0.9.3 |
2097 | 2024-08-06T07:44:06.369Z | Compiling tungstenite v0.20.1 |
2098 | 2024-08-06T07:44:11.101Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2099 | 2024-08-06T07:44:11.710Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2100 | 2024-08-06T07:44:18.498Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2101 | 2024-08-06T07:44:20.684Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2102 | 2024-08-06T07:44:28.427Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2103 | 2024-08-06T07:44:29.984Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2104 | 2024-08-06T07:44:30.523Z | Compiling globset v0.4.14 |
2105 | 2024-08-06T07:44:32.193Z | Compiling olpc-cjson v0.1.3 |
2106 | 2024-08-06T07:44:32.588Z | Compiling bcs v0.1.6 |
2107 | 2024-08-06T07:44:33.164Z | Compiling bitstruct_derive v0.1.0 |
2108 | 2024-08-06T07:44:33.603Z | Compiling serde_plain v1.0.2 |
2109 | 2024-08-06T07:44:34.183Z | Compiling nanorand v0.7.0 |
2110 | 2024-08-06T07:44:34.530Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2111 | 2024-08-06T07:44:34.693Z | Compiling memoffset v0.9.1 |
2112 | 2024-08-06T07:44:34.932Z | Compiling ascii v1.1.0 |
2113 | 2024-08-06T07:44:35.066Z | Compiling highway v1.1.0 |
2114 | 2024-08-06T07:44:36.443Z | Compiling typed-path v0.7.1 |
2115 | 2024-08-06T07:44:40.284Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2116 | 2024-08-06T07:44:40.310Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2117 | 2024-08-06T07:44:43.501Z | Compiling tough v0.17.1 |
2118 | 2024-08-06T07:44:48.001Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2119 | 2024-08-06T07:44:48.318Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2120 | 2024-08-06T07:44:48.651Z | Compiling flume v0.11.0 |
2121 | 2024-08-06T07:44:49.451Z | Compiling bitstruct v0.1.1 |
2122 | 2024-08-06T07:44:49.593Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2123 | 2024-08-06T07:44:53.289Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2124 | 2024-08-06T07:44:53.593Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2125 | 2024-08-06T07:44:58.362Z | Compiling tokio-tungstenite v0.20.1 |
2126 | 2024-08-06T07:44:59.602Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2127 | 2024-08-06T07:45:01.971Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2128 | 2024-08-06T07:45:03.235Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-08-06T07:45:05.220Z | Compiling erased-serde v0.3.31 |
2130 | 2024-08-06T07:45:06.958Z | Compiling serde_arrays v0.1.0 |
2131 | 2024-08-06T07:45:07.197Z | Compiling parse-size v1.0.0 |
2132 | 2024-08-06T07:45:07.514Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2133 | 2024-08-06T07:45:09.248Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2134 | 2024-08-06T07:45:11.415Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2135 | 2024-08-06T07:45:16.788Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2136 | 2024-08-06T07:45:16.807Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2137 | 2024-08-06T07:45:16.881Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2138 | 2024-08-06T07:45:18.962Z | Compiling heck v0.3.3 |
2139 | 2024-08-06T07:45:19.375Z | Compiling rand_seeder v0.3.0 |
2140 | 2024-08-06T07:45:19.782Z | Compiling castaway v0.2.2 |
2141 | 2024-08-06T07:45:19.801Z | Compiling csv-core v0.1.11 |
2142 | 2024-08-06T07:45:19.971Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2143 | 2024-08-06T07:45:20.331Z | Compiling http-range v0.1.5 |
2144 | 2024-08-06T07:45:20.702Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2145 | 2024-08-06T07:45:20.922Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2146 | 2024-08-06T07:45:21.081Z | Compiling hyper-staticfile v0.9.5 |
2147 | 2024-08-06T07:45:21.646Z | Compiling csv v1.3.0 |
2148 | 2024-08-06T07:45:23.873Z | Compiling compact_str v0.7.1 |
2149 | 2024-08-06T07:45:24.076Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2150 | 2024-08-06T07:45:24.322Z | Compiling zone_cfg_derive v0.1.2 |
2151 | 2024-08-06T07:45:25.527Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2152 | 2024-08-06T07:45:25.785Z | Compiling nix v0.27.1 |
2153 | 2024-08-06T07:45:29.070Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2154 | 2024-08-06T07:45:33.051Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2155 | 2024-08-06T07:45:36.484Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2156 | 2024-08-06T07:45:36.849Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2157 | 2024-08-06T07:45:37.180Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2158 | 2024-08-06T07:45:37.507Z | Compiling unicode-truncate v1.0.0 |
2159 | 2024-08-06T07:45:37.840Z | Compiling itertools v0.13.0 |
2160 | 2024-08-06T07:45:37.989Z | Compiling lru v0.12.3 |
2161 | 2024-08-06T07:45:38.377Z | Compiling serde-big-array v0.5.1 |
2162 | 2024-08-06T07:45:38.658Z | Compiling stability v0.2.0 |
2163 | 2024-08-06T07:45:39.280Z | Compiling base64 v0.13.1 |
2164 | 2024-08-06T07:45:39.730Z | Compiling cassowary v0.3.0 |
2165 | 2024-08-06T07:45:40.060Z | Compiling ron v0.7.1 |
2166 | 2024-08-06T07:45:41.775Z | Compiling ratatui v0.27.0 |
2167 | 2024-08-06T07:45:45.500Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2168 | 2024-08-06T07:45:59.344Z | Compiling zone v0.1.8 |
2169 | 2024-08-06T07:46:00.182Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2170 | 2024-08-06T07:46:02.162Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-08-06T07:46:02.848Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2172 | 2024-08-06T07:46:02.892Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2173 | 2024-08-06T07:46:04.509Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2174 | 2024-08-06T07:46:07.509Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2175 | 2024-08-06T07:46:10.527Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2176 | 2024-08-06T07:46:11.316Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2177 | 2024-08-06T07:46:11.624Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2178 | 2024-08-06T07:46:11.644Z | Compiling signal-hook-tokio v0.3.1 |
2179 | 2024-08-06T07:46:11.887Z | Compiling portpicker v0.1.1 |
2180 | 2024-08-06T07:46:12.333Z | Compiling smawk v0.3.2 |
2181 | 2024-08-06T07:46:12.638Z | Compiling unicode-linebreak v0.1.5 |
2182 | 2024-08-06T07:46:13.248Z | Compiling textwrap v0.16.1 |
2183 | 2024-08-06T07:46:16.674Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2184 | 2024-08-06T07:46:19.400Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2185 | 2024-08-06T07:46:21.118Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2186 | 2024-08-06T07:46:22.548Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2187 | 2024-08-06T07:46:27.825Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2188 | 2024-08-06T07:46:29.421Z | Compiling rcgen v0.12.1 |
2189 | 2024-08-06T07:46:37.320Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2190 | 2024-08-06T07:46:37.896Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2191 | 2024-08-06T07:46:39.530Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2192 | 2024-08-06T07:46:39.876Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2193 | 2024-08-06T07:46:41.102Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2194 | 2024-08-06T07:46:42.859Z | Compiling atomicwrites v0.4.3 |
2195 | 2024-08-06T07:46:43.425Z | Compiling fatfs v0.3.6 |
2196 | 2024-08-06T07:46:46.382Z | Compiling rtoolbox v0.0.2 |
2197 | 2024-08-06T07:46:46.464Z | Compiling subprocess v0.2.9 |
2198 | 2024-08-06T07:46:46.853Z | Compiling assert_matches v1.5.0 |
2199 | 2024-08-06T07:46:46.871Z | Compiling is_ci v1.2.0 |
2200 | 2024-08-06T07:46:47.191Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2201 | 2024-08-06T07:46:50.947Z | Compiling supports-color v3.0.0 |
2202 | 2024-08-06T07:46:51.310Z | Compiling rpassword v7.3.1 |
2203 | 2024-08-06T07:46:51.640Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2204 | 2024-08-06T07:46:51.870Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2205 | 2024-08-06T07:46:54.750Z | Compiling tui-tree-widget v0.21.0 |
2206 | 2024-08-06T07:46:55.191Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2207 | 2024-08-06T07:46:55.355Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2208 | 2024-08-06T07:46:55.999Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2209 | 2024-08-06T07:46:56.347Z | Compiling uzers v0.11.3 |
2210 | 2024-08-06T07:46:59.084Z | Compiling shell-words v1.1.0 |
2211 | 2024-08-06T07:46:59.234Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2212 | 2024-08-06T07:46:59.533Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2213 | 2024-08-06T07:47:01.297Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2214 | 2024-08-06T07:47:16.640Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2215 | 2024-08-06T07:47:26.466Z | Compiling multimap v0.10.0 |
2216 | 2024-08-06T07:48:40.409Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2217 | 2024-08-06T07:49:10.988Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2218 | 2024-08-06T07:56:11.244Z | Finished `release` profile [optimized] target(s) in 14m 53s |
2219 | 2024-08-06T07:56:58.350Z | |
2220 | 2024-08-06T07:56:58.350Z | real 15:41.665851179 |
2221 | 2024-08-06T07:56:58.350Z | user 1:48:59.525060957 |
2222 | 2024-08-06T07:56:58.350Z | sys 5:07.084538554 |
2223 | 2024-08-06T07:56:58.350Z | trap 2.757638155 |
2224 | 2024-08-06T07:56:58.350Z | tflt 3.035687783 |
2225 | 2024-08-06T07:56:58.350Z | dflt 2.966870972 |
2226 | 2024-08-06T07:56:58.350Z | kflt 0.011112879 |
2227 | 2024-08-06T07:56:58.353Z | lock 6:29:24.729378246 |
2228 | 2024-08-06T07:56:58.353Z | slp 5:36:38.516973224 |
2229 | 2024-08-06T07:56:58.353Z | lat 2:40.376910952 |
2230 | 2024-08-06T07:56:58.353Z | stop 2:28.575718083 |
2231 | 2024-08-06T07:56:58.353Z | + mapfile -t packages |
2232 | 2024-08-06T07:56:58.353Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2233 | 2024-08-06T07:56:59.348Z | Finished `release` profile [optimized] target(s) in 0.94s |
2234 | 2024-08-06T07:56:59.399Z | Running `target/release/omicron-package -t test list-outputs` |
2235 | 2024-08-06T07:56:59.442Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2236 | 2024-08-06T07:56:59.445Z | + ptime -m cargo build --locked --release -p xtask |
2237 | 2024-08-06T07:57:00.012Z | Compiling serde v1.0.204 |
2238 | 2024-08-06T07:57:00.015Z | Compiling serde_json v1.0.122 |
2239 | 2024-08-06T07:57:00.015Z | Compiling libc v0.2.155 |
2240 | 2024-08-06T07:57:00.102Z | Compiling syn v2.0.72 |
2241 | 2024-08-06T07:57:00.121Z | Compiling usdt-impl v0.5.0 |
2242 | 2024-08-06T07:57:00.151Z | Compiling rustix v0.38.34 |
2243 | 2024-08-06T07:57:00.494Z | Compiling syn v1.0.109 |
2244 | 2024-08-06T07:57:00.593Z | Compiling bitflags v2.6.0 |
2245 | 2024-08-06T07:57:00.625Z | Compiling hashbrown v0.14.5 |
2246 | 2024-08-06T07:57:00.647Z | Compiling log v0.4.21 |
2247 | 2024-08-06T07:57:00.746Z | Compiling fs-err v2.11.0 |
2248 | 2024-08-06T07:57:01.136Z | Compiling anyhow v1.0.86 |
2249 | 2024-08-06T07:57:01.569Z | Compiling thread-id v4.2.1 |
2250 | 2024-08-06T07:57:01.980Z | Compiling indexmap v2.3.0 |
2251 | 2024-08-06T07:57:02.111Z | Compiling terminal_size v0.3.0 |
2252 | 2024-08-06T07:57:02.344Z | Compiling clap_builder v4.5.13 |
2253 | 2024-08-06T07:57:03.697Z | Compiling proc-macro-error v1.0.4 |
2254 | 2024-08-06T07:57:05.000Z | Compiling tabled_derive v0.7.0 |
2255 | 2024-08-06T07:57:06.316Z | Compiling tabled v0.15.0 |
2256 | 2024-08-06T07:57:09.011Z | Compiling serde_derive v1.0.204 |
2257 | 2024-08-06T07:57:11.892Z | Compiling thiserror-impl v1.0.63 |
2258 | 2024-08-06T07:57:12.177Z | Compiling zerocopy-derive v0.7.34 |
2259 | 2024-08-06T07:57:13.711Z | Compiling scroll_derive v0.12.0 |
2260 | 2024-08-06T07:57:13.929Z | Compiling clap_derive v4.5.13 |
2261 | 2024-08-06T07:57:14.357Z | Compiling zerocopy v0.7.34 |
2262 | 2024-08-06T07:57:14.918Z | Compiling thiserror v1.0.63 |
2263 | 2024-08-06T07:57:15.078Z | Compiling pest v2.7.10 |
2264 | 2024-08-06T07:57:15.368Z | Compiling scroll v0.12.0 |
2265 | 2024-08-06T07:57:16.013Z | Compiling goblin v0.8.2 |
2266 | 2024-08-06T07:57:18.222Z | Compiling pest_meta v2.7.10 |
2267 | 2024-08-06T07:57:20.033Z | Compiling pest_generator v2.7.10 |
2268 | 2024-08-06T07:57:22.496Z | Compiling pest_derive v2.7.10 |
2269 | 2024-08-06T07:57:23.387Z | Compiling dtrace-parser v0.2.0 |
2270 | 2024-08-06T07:57:24.353Z | Compiling serde_spanned v0.6.7 |
2271 | 2024-08-06T07:57:24.627Z | Compiling toml_datetime v0.6.8 |
2272 | 2024-08-06T07:57:25.341Z | Compiling serde_tokenstream v0.2.1 |
2273 | 2024-08-06T07:57:25.450Z | Compiling toml_edit v0.22.20 |
2274 | 2024-08-06T07:57:25.929Z | Compiling dof v0.3.0 |
2275 | 2024-08-06T07:57:29.834Z | Compiling toml v0.8.19 |
2276 | 2024-08-06T07:57:30.358Z | Compiling usdt-attr-macro v0.5.0 |
2277 | 2024-08-06T07:57:30.666Z | Compiling usdt-macro v0.5.0 |
2278 | 2024-08-06T07:57:31.793Z | Compiling semver v1.0.23 |
2279 | 2024-08-06T07:57:31.864Z | Compiling camino v1.1.7 |
2280 | 2024-08-06T07:57:31.938Z | Compiling cargo-platform v0.1.8 |
2281 | 2024-08-06T07:57:33.091Z | Compiling cargo_metadata v0.18.1 |
2282 | 2024-08-06T07:57:33.297Z | Compiling usdt v0.5.0 |
2283 | 2024-08-06T07:57:33.319Z | Compiling cargo_toml v0.20.4 |
2284 | 2024-08-06T07:57:34.836Z | Compiling macaddr v1.0.1 |
2285 | 2024-08-06T07:57:35.543Z | Compiling clap v4.5.13 |
2286 | 2024-08-06T07:57:45.437Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2287 | 2024-08-06T07:57:56.591Z | Finished `release` profile [optimized] target(s) in 57.09s |
2288 | 2024-08-06T07:57:56.692Z | |
2289 | 2024-08-06T07:57:56.695Z | real 57.218872274 |
2290 | 2024-08-06T07:57:56.695Z | user 5:46.191110841 |
2291 | 2024-08-06T07:57:56.695Z | sys 31.572330894 |
2292 | 2024-08-06T07:57:56.695Z | trap 0.163144597 |
2293 | 2024-08-06T07:57:56.695Z | tflt 0.402843854 |
2294 | 2024-08-06T07:57:56.695Z | dflt 0.410921684 |
2295 | 2024-08-06T07:57:56.695Z | kflt 0.000019639 |
2296 | 2024-08-06T07:57:56.695Z | lock 10:14.501002126 |
2297 | 2024-08-06T07:57:56.696Z | slp 15:06.731747476 |
2298 | 2024-08-06T07:57:56.696Z | lat 11.686312851 |
2299 | 2024-08-06T07:57:56.696Z | stop 15.307131808 |
2300 | 2024-08-06T07:57:56.696Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2301 | 2024-08-06T07:57:56.696Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2302 | 2024-08-06T07:57:56.696Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2303 | 2024-08-06T07:57:56.696Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2304 | 2024-08-06T07:57:56.696Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2305 | 2024-08-06T07:57:57.315Z | Downloading crates ... |
2306 | 2024-08-06T07:57:57.593Z | Downloaded option-ext v0.2.0 |
2307 | 2024-08-06T07:57:57.599Z | Downloaded dhcproto-macros v0.1.0 |
2308 | 2024-08-06T07:57:57.602Z | Downloaded russh-cryptovec v0.7.2 |
2309 | 2024-08-06T07:57:57.605Z | Downloaded md5 v0.7.0 |
2310 | 2024-08-06T07:57:57.608Z | Downloaded blowfish v0.9.1 |
2311 | 2024-08-06T07:57:57.611Z | Downloaded bcrypt-pbkdf v0.10.0 |
2312 | 2024-08-06T07:57:57.611Z | Downloaded ctr v0.9.2 |
2313 | 2024-08-06T07:57:57.615Z | Downloaded dirs-sys v0.4.1 |
2314 | 2024-08-06T07:57:57.618Z | Downloaded rand_core v0.5.1 |
2315 | 2024-08-06T07:57:57.621Z | Downloaded pbkdf2 v0.11.0 |
2316 | 2024-08-06T07:57:57.623Z | Downloaded hex-literal v0.4.1 |
2317 | 2024-08-06T07:57:57.623Z | Downloaded rfc6979 v0.4.0 |
2318 | 2024-08-06T07:57:57.623Z | Downloaded rand_chacha v0.2.2 |
2319 | 2024-08-06T07:57:57.626Z | Downloaded polyval v0.6.2 |
2320 | 2024-08-06T07:57:57.626Z | Downloaded ghash v0.5.1 |
2321 | 2024-08-06T07:57:57.629Z | Downloaded primeorder v0.13.6 |
2322 | 2024-08-06T07:57:57.629Z | Downloaded pbkdf2 v0.12.2 |
2323 | 2024-08-06T07:57:57.631Z | Downloaded russh-keys v0.43.0 |
2324 | 2024-08-06T07:57:57.634Z | Downloaded getrandom v0.1.16 |
2325 | 2024-08-06T07:57:57.637Z | Downloaded internet-checksum v0.2.1 |
2326 | 2024-08-06T07:57:57.637Z | Downloaded password-hash v0.4.2 |
2327 | 2024-08-06T07:57:57.640Z | Downloaded ecdsa v0.16.9 |
2328 | 2024-08-06T07:57:57.640Z | Downloaded dirs v5.0.1 |
2329 | 2024-08-06T07:57:57.643Z | Downloaded cbc v0.1.2 |
2330 | 2024-08-06T07:57:57.643Z | Downloaded aes v0.8.4 |
2331 | 2024-08-06T07:57:57.646Z | Downloaded dhcproto v0.11.0 |
2332 | 2024-08-06T07:57:57.648Z | Downloaded ed25519 v2.2.3 |
2333 | 2024-08-06T07:57:57.653Z | Downloaded p256 v0.13.2 |
2334 | 2024-08-06T07:57:57.658Z | Downloaded ed25519-dalek v2.1.1 |
2335 | 2024-08-06T07:57:57.662Z | Downloaded russh v0.43.0 |
2336 | 2024-08-06T07:57:57.667Z | Downloaded rand v0.7.3 |
2337 | 2024-08-06T07:57:57.672Z | Downloaded p521 v0.13.3 |
2338 | 2024-08-06T07:57:57.675Z | Downloaded aes-gcm v0.10.3 |
2339 | 2024-08-06T07:57:57.825Z | Compiling regress v0.9.1 |
2340 | 2024-08-06T07:57:57.936Z | Compiling getopts v0.2.21 |
2341 | 2024-08-06T07:57:57.939Z | Compiling unsafe-libyaml v0.2.11 |
2342 | 2024-08-06T07:57:57.939Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2343 | 2024-08-06T07:57:57.939Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2344 | 2024-08-06T07:57:57.939Z | Compiling sha1 v0.10.6 |
2345 | 2024-08-06T07:57:58.005Z | Compiling http v1.1.0 |
2346 | 2024-08-06T07:57:58.008Z | Compiling match_cfg v0.1.0 |
2347 | 2024-08-06T07:57:58.133Z | Compiling hostname v0.3.1 |
2348 | 2024-08-06T07:57:58.395Z | Compiling toml v0.8.19 |
2349 | 2024-08-06T07:57:58.414Z | Compiling rustls-pki-types v1.7.0 |
2350 | 2024-08-06T07:57:58.417Z | Compiling ident_case v1.0.1 |
2351 | 2024-08-06T07:57:58.453Z | Compiling paste v1.0.15 |
2352 | 2024-08-06T07:57:58.644Z | Compiling rustls v0.22.4 |
2353 | 2024-08-06T07:57:58.885Z | Compiling rustls-webpki v0.102.4 |
2354 | 2024-08-06T07:57:58.975Z | Compiling darling_core v0.20.9 |
2355 | 2024-08-06T07:57:59.153Z | Compiling multer v3.1.0 |
2356 | 2024-08-06T07:57:59.487Z | Compiling serde_yaml v0.9.34+deprecated |
2357 | 2024-08-06T07:58:00.339Z | Compiling slog-json v2.6.1 |
2358 | 2024-08-06T07:58:00.657Z | Compiling async-stream-impl v0.3.5 |
2359 | 2024-08-06T07:58:00.723Z | Compiling instant v0.1.12 |
2360 | 2024-08-06T07:58:00.742Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2361 | 2024-08-06T07:58:00.892Z | Compiling debug-ignore v1.0.5 |
2362 | 2024-08-06T07:58:01.058Z | Compiling atomic-waker v1.1.2 |
2363 | 2024-08-06T07:58:01.138Z | Compiling slog-bunyan v2.5.0 |
2364 | 2024-08-06T07:58:01.258Z | Compiling waitgroup v0.1.2 |
2365 | 2024-08-06T07:58:01.369Z | Compiling rustls-pemfile v2.1.3 |
2366 | 2024-08-06T07:58:01.495Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2367 | 2024-08-06T07:58:01.852Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2368 | 2024-08-06T07:58:02.155Z | Compiling async-stream v0.3.5 |
2369 | 2024-08-06T07:58:02.279Z | Compiling serde_path_to_error v0.1.16 |
2370 | 2024-08-06T07:58:02.491Z | Compiling hostname v0.4.0 |
2371 | 2024-08-06T07:58:02.811Z | Compiling structmeta-derive v0.3.0 |
2372 | 2024-08-06T07:58:03.272Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2373 | 2024-08-06T07:58:03.406Z | Compiling proc-macro-crate v1.3.1 |
2374 | 2024-08-06T07:58:03.964Z | Compiling newtype-uuid v1.1.0 |
2375 | 2024-08-06T07:58:04.063Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2376 | 2024-08-06T07:58:04.294Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2377 | 2024-08-06T07:58:04.552Z | Compiling fastrand v2.1.0 |
2378 | 2024-08-06T07:58:04.672Z | Compiling tokio-rustls v0.25.0 |
2379 | 2024-08-06T07:58:04.882Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2380 | 2024-08-06T07:58:05.081Z | Compiling tempfile v3.10.1 |
2381 | 2024-08-06T07:58:05.156Z | Compiling num_enum_derive v0.5.11 |
2382 | 2024-08-06T07:58:05.183Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2383 | 2024-08-06T07:58:05.538Z | Compiling backoff v0.4.0 |
2384 | 2024-08-06T07:58:05.890Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2385 | 2024-08-06T07:58:05.908Z | Compiling structmeta v0.3.0 |
2386 | 2024-08-06T07:58:05.958Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2387 | 2024-08-06T07:58:06.139Z | Compiling macaddr v1.0.1 |
2388 | 2024-08-06T07:58:06.383Z | Compiling parse-display-derive v0.9.1 |
2389 | 2024-08-06T07:58:06.510Z | Compiling darling_macro v0.20.9 |
2390 | 2024-08-06T07:58:06.644Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2391 | 2024-08-06T07:58:06.673Z | Compiling foreign-types-macros v0.2.3 |
2392 | 2024-08-06T07:58:06.983Z | Compiling foreign-types-shared v0.3.1 |
2393 | 2024-08-06T07:58:07.118Z | Compiling heapless v0.8.0 |
2394 | 2024-08-06T07:58:07.544Z | Compiling darling v0.20.9 |
2395 | 2024-08-06T07:58:07.672Z | Compiling serde_with_macros v3.8.3 |
2396 | 2024-08-06T07:58:07.835Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2397 | 2024-08-06T07:58:08.009Z | Compiling num_enum v0.5.11 |
2398 | 2024-08-06T07:58:08.091Z | Compiling foreign-types v0.5.0 |
2399 | 2024-08-06T07:58:08.213Z | Compiling proc-macro-error v1.0.4 |
2400 | 2024-08-06T07:58:08.482Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2401 | 2024-08-06T07:58:08.563Z | Compiling hash32 v0.3.1 |
2402 | 2024-08-06T07:58:08.830Z | Compiling cstr-argument v0.1.2 |
2403 | 2024-08-06T07:58:08.952Z | Compiling pretty-hex v0.2.1 |
2404 | 2024-08-06T07:58:09.094Z | Compiling smoltcp v0.11.0 |
2405 | 2024-08-06T07:58:09.144Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2406 | 2024-08-06T07:58:09.547Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2407 | 2024-08-06T07:58:09.934Z | Compiling camino-tempfile v1.1.1 |
2408 | 2024-08-06T07:58:10.193Z | Compiling tabwriter v1.4.0 |
2409 | 2024-08-06T07:58:10.415Z | Compiling colored v2.1.0 |
2410 | 2024-08-06T07:58:10.647Z | Compiling socket2 v0.4.10 |
2411 | 2024-08-06T07:58:10.725Z | Compiling embedded-io v0.4.0 |
2412 | 2024-08-06T07:58:10.745Z | Compiling serde_with v3.8.3 |
2413 | 2024-08-06T07:58:10.747Z | Compiling cobs v0.2.3 |
2414 | 2024-08-06T07:58:10.970Z | Compiling postcard v1.0.8 |
2415 | 2024-08-06T07:58:11.194Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2416 | 2024-08-06T07:58:11.272Z | Compiling parse-display v0.9.1 |
2417 | 2024-08-06T07:58:11.539Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2418 | 2024-08-06T07:58:11.608Z | Compiling crucible-workspace-hack v0.1.0 |
2419 | 2024-08-06T07:58:11.803Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2420 | 2024-08-06T07:58:11.850Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2421 | 2024-08-06T07:58:11.989Z | Compiling smf v0.2.3 |
2422 | 2024-08-06T07:58:12.051Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2423 | 2024-08-06T07:58:12.419Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2424 | 2024-08-06T07:58:12.814Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2425 | 2024-08-06T07:58:13.332Z | Compiling num-derive v0.4.2 |
2426 | 2024-08-06T07:58:13.544Z | Compiling sigpipe v0.1.3 |
2427 | 2024-08-06T07:58:13.681Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2428 | 2024-08-06T07:58:14.031Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2429 | 2024-08-06T07:58:14.066Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2430 | 2024-08-06T07:58:14.803Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2431 | 2024-08-06T07:58:15.100Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2432 | 2024-08-06T07:58:15.196Z | Compiling humantime v2.1.0 |
2433 | 2024-08-06T07:58:15.577Z | Compiling curve25519-dalek v4.1.3 |
2434 | 2024-08-06T07:58:15.718Z | Compiling password-hash v0.5.0 |
2435 | 2024-08-06T07:58:15.761Z | Compiling blake2 v0.10.6 |
2436 | 2024-08-06T07:58:15.793Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2437 | 2024-08-06T07:58:16.061Z | Compiling universal-hash v0.5.1 |
2438 | 2024-08-06T07:58:16.166Z | Compiling utf-8 v0.7.6 |
2439 | 2024-08-06T07:58:16.274Z | Compiling opaque-debug v0.3.1 |
2440 | 2024-08-06T07:58:16.390Z | Compiling semver v0.1.20 |
2441 | 2024-08-06T07:58:16.503Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2442 | 2024-08-06T07:58:16.667Z | Compiling argon2 v0.5.3 |
2443 | 2024-08-06T07:58:16.720Z | Compiling newline-converter v0.3.0 |
2444 | 2024-08-06T07:58:16.911Z | Compiling rustc_version v0.1.7 |
2445 | 2024-08-06T07:58:16.914Z | Compiling curve25519-dalek-derive v0.1.1 |
2446 | 2024-08-06T07:58:16.941Z | Compiling atty v0.2.14 |
2447 | 2024-08-06T07:58:17.092Z | Compiling rayon-core v1.12.1 |
2448 | 2024-08-06T07:58:17.111Z | Compiling convert_case v0.4.0 |
2449 | 2024-08-06T07:58:17.265Z | Compiling same-file v1.0.6 |
2450 | 2024-08-06T07:58:17.354Z | Compiling newtype_derive v0.1.6 |
2451 | 2024-08-06T07:58:17.439Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2452 | 2024-08-06T07:58:17.651Z | Compiling walkdir v2.5.0 |
2453 | 2024-08-06T07:58:17.722Z | Compiling expectorate v1.1.0 |
2454 | 2024-08-06T07:58:17.915Z | Compiling crossbeam-deque v0.8.5 |
2455 | 2024-08-06T07:58:17.932Z | Compiling prettyplease v0.2.20 |
2456 | 2024-08-06T07:58:18.202Z | Compiling derive_more v0.99.18 |
2457 | 2024-08-06T07:58:18.266Z | Compiling libefi-sys v0.1.0 |
2458 | 2024-08-06T07:58:18.533Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2459 | 2024-08-06T07:58:18.642Z | Compiling num-rational v0.4.2 |
2460 | 2024-08-06T07:58:18.851Z | Compiling signature v2.2.0 |
2461 | 2024-08-06T07:58:19.193Z | Compiling num-complex v0.4.6 |
2462 | 2024-08-06T07:58:19.610Z | Compiling aead v0.5.2 |
2463 | 2024-08-06T07:58:19.991Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2464 | 2024-08-06T07:58:20.015Z | Compiling bitfield-struct v0.6.1 |
2465 | 2024-08-06T07:58:20.214Z | Compiling derive-where v1.2.7 |
2466 | 2024-08-06T07:58:20.333Z | Compiling ring v0.16.20 |
2467 | 2024-08-06T07:58:20.397Z | Compiling blake3 v1.5.1 |
2468 | 2024-08-06T07:58:20.569Z | Compiling unicase v2.7.0 |
2469 | 2024-08-06T07:58:20.930Z | Compiling keccak v0.1.5 |
2470 | 2024-08-06T07:58:21.002Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2471 | 2024-08-06T07:58:21.020Z | Compiling arc-swap v1.7.1 |
2472 | 2024-08-06T07:58:21.493Z | Compiling linked-hash-map v0.5.6 |
2473 | 2024-08-06T07:58:21.532Z | Compiling getrandom v0.1.16 |
2474 | 2024-08-06T07:58:21.681Z | Compiling termcolor v1.4.1 |
2475 | 2024-08-06T07:58:21.908Z | Compiling quick-error v1.2.3 |
2476 | 2024-08-06T07:58:21.981Z | Compiling lru-cache v0.1.2 |
2477 | 2024-08-06T07:58:22.069Z | Compiling resolv-conf v0.7.0 |
2478 | 2024-08-06T07:58:22.195Z | Compiling env_logger v0.9.3 |
2479 | 2024-08-06T07:58:22.366Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2480 | 2024-08-06T07:58:22.951Z | Compiling slog-scope v4.4.0 |
2481 | 2024-08-06T07:58:23.237Z | Compiling sha3 v0.10.8 |
2482 | 2024-08-06T07:58:23.924Z | Compiling num v0.4.3 |
2483 | 2024-08-06T07:58:23.968Z | Compiling rayon v1.10.0 |
2484 | 2024-08-06T07:58:24.346Z | Compiling tungstenite v0.21.0 |
2485 | 2024-08-06T07:58:24.480Z | Compiling poly1305 v0.8.0 |
2486 | 2024-08-06T07:58:25.535Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2487 | 2024-08-06T07:58:25.711Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2488 | 2024-08-06T07:58:25.878Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2489 | 2024-08-06T07:58:26.309Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2490 | 2024-08-06T07:58:26.328Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2491 | 2024-08-06T07:58:26.585Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2492 | 2024-08-06T07:58:26.674Z | Compiling chacha20 v0.9.1 |
2493 | 2024-08-06T07:58:26.695Z | Compiling bitstruct_derive v0.1.0 |
2494 | 2024-08-06T07:58:27.054Z | Compiling thiserror-impl-no-std v2.0.2 |
2495 | 2024-08-06T07:58:27.099Z | Compiling secrecy v0.8.0 |
2496 | 2024-08-06T07:58:27.178Z | Compiling memmap2 v0.9.4 |
2497 | 2024-08-06T07:58:27.386Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2498 | 2024-08-06T07:58:27.406Z | Compiling half v2.4.1 |
2499 | 2024-08-06T07:58:27.528Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2500 | 2024-08-06T07:58:27.554Z | Compiling parking_lot_core v0.8.6 |
2501 | 2024-08-06T07:58:27.685Z | Compiling ciborium-io v0.2.2 |
2502 | 2024-08-06T07:58:27.703Z | Compiling untrusted v0.7.1 |
2503 | 2024-08-06T07:58:27.840Z | Compiling home v0.5.9 |
2504 | 2024-08-06T07:58:27.920Z | Compiling arrayref v0.3.7 |
2505 | 2024-08-06T07:58:28.040Z | Compiling arrayvec v0.7.4 |
2506 | 2024-08-06T07:58:28.063Z | Compiling constant_time_eq v0.3.0 |
2507 | 2024-08-06T07:58:28.139Z | Compiling spin v0.5.2 |
2508 | 2024-08-06T07:58:28.161Z | Compiling ascii v1.1.0 |
2509 | 2024-08-06T07:58:28.236Z | Compiling float-ord v0.3.2 |
2510 | 2024-08-06T07:58:28.255Z | Compiling bitstruct v0.1.1 |
2511 | 2024-08-06T07:58:28.422Z | Compiling toolchain_find v0.4.0 |
2512 | 2024-08-06T07:58:28.441Z | Compiling ciborium-ll v0.2.2 |
2513 | 2024-08-06T07:58:28.460Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2514 | 2024-08-06T07:58:28.876Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2515 | 2024-08-06T07:58:29.143Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2516 | 2024-08-06T07:58:29.240Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2517 | 2024-08-06T07:58:29.471Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2518 | 2024-08-06T07:58:29.722Z | Compiling tokio-tungstenite v0.21.0 |
2519 | 2024-08-06T07:58:29.800Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2520 | 2024-08-06T07:58:30.011Z | Compiling steno v0.4.1 |
2521 | 2024-08-06T07:58:30.191Z | Compiling slog-stdlog v4.1.1 |
2522 | 2024-08-06T07:58:30.296Z | Compiling trust-dns-resolver v0.22.0 |
2523 | 2024-08-06T07:58:30.376Z | Compiling thiserror-no-std v2.0.2 |
2524 | 2024-08-06T07:58:30.518Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2525 | 2024-08-06T07:58:30.520Z | Compiling rfc6979 v0.4.0 |
2526 | 2024-08-06T07:58:30.596Z | Compiling gethostname v0.5.0 |
2527 | 2024-08-06T07:58:30.730Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2528 | 2024-08-06T07:58:30.833Z | Compiling serde_arrays v0.1.0 |
2529 | 2024-08-06T07:58:31.032Z | Compiling erased-serde v0.3.31 |
2530 | 2024-08-06T07:58:31.049Z | Compiling nibble_vec v0.1.0 |
2531 | 2024-08-06T07:58:31.140Z | Compiling slog-dtrace v0.3.0 |
2532 | 2024-08-06T07:58:31.262Z | Compiling cancel-safe-futures v0.1.5 |
2533 | 2024-08-06T07:58:31.287Z | Compiling endian-type v0.1.2 |
2534 | 2024-08-06T07:58:31.486Z | Compiling topological-sort v0.2.2 |
2535 | 2024-08-06T07:58:31.535Z | Compiling radix_trie v0.2.1 |
2536 | 2024-08-06T07:58:31.701Z | Compiling omicron-zone-package v0.11.0 |
2537 | 2024-08-06T07:58:31.801Z | Compiling rand_core v0.5.1 |
2538 | 2024-08-06T07:58:32.229Z | Compiling ecdsa v0.16.9 |
2539 | 2024-08-06T07:58:32.292Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2540 | 2024-08-06T07:58:32.349Z | Compiling mime_guess v2.0.4 |
2541 | 2024-08-06T07:58:32.516Z | Compiling vsss-rs v3.3.4 |
2542 | 2024-08-06T07:58:33.212Z | Compiling slog-envlogger v2.2.0 |
2543 | 2024-08-06T07:58:33.921Z | Compiling ciborium v0.2.2 |
2544 | 2024-08-06T07:58:34.092Z | Compiling rustfmt-wrapper v0.2.1 |
2545 | 2024-08-06T07:58:34.580Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2546 | 2024-08-06T07:58:35.438Z | Compiling chacha20poly1305 v0.10.1 |
2547 | 2024-08-06T07:58:35.564Z | Compiling tungstenite v0.20.1 |
2548 | 2024-08-06T07:58:35.691Z | Compiling primeorder v0.13.6 |
2549 | 2024-08-06T07:58:36.244Z | Compiling heck v0.3.3 |
2550 | 2024-08-06T07:58:36.727Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2551 | 2024-08-06T07:58:37.028Z | Compiling glob v0.3.1 |
2552 | 2024-08-06T07:58:37.064Z | Compiling option-ext v0.2.0 |
2553 | 2024-08-06T07:58:37.219Z | Compiling dirs-sys v0.4.1 |
2554 | 2024-08-06T07:58:37.437Z | Compiling zone_cfg_derive v0.1.2 |
2555 | 2024-08-06T07:58:37.868Z | Compiling tokio-tungstenite v0.20.1 |
2556 | 2024-08-06T07:58:37.953Z | Compiling parking_lot v0.11.2 |
2557 | 2024-08-06T07:58:38.105Z | Compiling rand_chacha v0.2.2 |
2558 | 2024-08-06T07:58:38.124Z | Compiling trust-dns-client v0.22.0 |
2559 | 2024-08-06T07:58:38.932Z | Compiling ed25519 v2.2.3 |
2560 | 2024-08-06T07:58:39.038Z | Compiling polyval v0.6.2 |
2561 | 2024-08-06T07:58:39.091Z | Compiling ctr v0.9.2 |
2562 | 2024-08-06T07:58:39.157Z | Compiling blowfish v0.9.1 |
2563 | 2024-08-06T07:58:39.487Z | Compiling aes v0.8.4 |
2564 | 2024-08-06T07:58:39.504Z | Compiling password-hash v0.4.2 |
2565 | 2024-08-06T07:58:39.526Z | Compiling pbkdf2 v0.12.2 |
2566 | 2024-08-06T07:58:39.629Z | Compiling libsw v3.3.1 |
2567 | 2024-08-06T07:58:39.711Z | Compiling toml v0.5.11 |
2568 | 2024-08-06T07:58:39.972Z | Compiling fxhash v0.2.1 |
2569 | 2024-08-06T07:58:40.199Z | Compiling owo-colors v4.0.0 |
2570 | 2024-08-06T07:58:40.352Z | Compiling base64 v0.13.1 |
2571 | 2024-08-06T07:58:40.454Z | Compiling linear-map v1.2.0 |
2572 | 2024-08-06T07:58:40.843Z | Compiling ron v0.7.1 |
2573 | 2024-08-06T07:58:41.052Z | Compiling sled v0.34.7 |
2574 | 2024-08-06T07:58:41.449Z | Compiling pbkdf2 v0.11.0 |
2575 | 2024-08-06T07:58:41.835Z | Compiling trust-dns-server v0.22.1 |
2576 | 2024-08-06T07:58:42.436Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2577 | 2024-08-06T07:58:42.683Z | Compiling bcrypt-pbkdf v0.10.0 |
2578 | 2024-08-06T07:58:43.352Z | Compiling ghash v0.5.1 |
2579 | 2024-08-06T07:58:43.373Z | Compiling ed25519-dalek v2.1.1 |
2580 | 2024-08-06T07:58:43.575Z | Compiling zone v0.1.8 |
2581 | 2024-08-06T07:58:43.635Z | Compiling rand v0.7.3 |
2582 | 2024-08-06T07:58:44.523Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2583 | 2024-08-06T07:58:44.981Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-08-06T07:58:45.768Z | Compiling dirs v5.0.1 |
2585 | 2024-08-06T07:58:46.308Z | Compiling p256 v0.13.2 |
2586 | 2024-08-06T07:58:46.439Z | Compiling p521 v0.13.3 |
2587 | 2024-08-06T07:58:46.498Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2588 | 2024-08-06T07:58:47.197Z | Compiling pem v3.0.4 |
2589 | 2024-08-06T07:58:48.078Z | Compiling cbc v0.1.2 |
2590 | 2024-08-06T07:58:48.347Z | Compiling portpicker v0.1.1 |
2591 | 2024-08-06T07:58:48.612Z | Compiling headers-core v0.2.0 |
2592 | 2024-08-06T07:58:48.739Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2593 | 2024-08-06T07:58:48.789Z | Compiling kstat-rs v0.2.4 |
2594 | 2024-08-06T07:58:49.068Z | Compiling nanorand v0.7.0 |
2595 | 2024-08-06T07:58:49.087Z | Compiling russh-cryptovec v0.7.2 |
2596 | 2024-08-06T07:58:49.139Z | Compiling md5 v0.7.0 |
2597 | 2024-08-06T07:58:49.420Z | Compiling http-range v0.1.5 |
2598 | 2024-08-06T07:58:49.464Z | Compiling flume v0.11.0 |
2599 | 2024-08-06T07:58:49.671Z | Compiling hyper-staticfile v0.9.5 |
2600 | 2024-08-06T07:58:49.692Z | Compiling russh-keys v0.43.0 |
2601 | 2024-08-06T07:58:49.829Z | Compiling headers v0.3.9 |
2602 | 2024-08-06T07:58:50.043Z | Compiling rcgen v0.12.1 |
2603 | 2024-08-06T07:58:50.228Z | Compiling aes-gcm v0.10.3 |
2604 | 2024-08-06T07:58:50.563Z | Compiling atomicwrites v0.4.3 |
2605 | 2024-08-06T07:58:50.700Z | Compiling subprocess v0.2.9 |
2606 | 2024-08-06T07:58:50.940Z | Compiling display-error-chain v0.2.0 |
2607 | 2024-08-06T07:58:51.136Z | Compiling dhcproto-macros v0.1.0 |
2608 | 2024-08-06T07:58:51.875Z | Compiling hex-literal v0.4.1 |
2609 | 2024-08-06T07:58:52.052Z | Compiling russh v0.43.0 |
2610 | 2024-08-06T07:58:52.196Z | Compiling dhcproto v0.11.0 |
2611 | 2024-08-06T07:58:52.668Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2612 | 2024-08-06T07:58:52.812Z | Compiling internet-checksum v0.2.1 |
2613 | 2024-08-06T07:58:53.666Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2614 | 2024-08-06T07:58:53.850Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2615 | 2024-08-06T07:58:53.909Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2616 | 2024-08-06T07:58:54.025Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2617 | 2024-08-06T07:58:54.137Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2618 | 2024-08-06T07:58:55.338Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2619 | 2024-08-06T07:58:55.420Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2620 | 2024-08-06T07:58:55.990Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2621 | 2024-08-06T07:58:56.947Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2622 | 2024-08-06T07:59:00.068Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2623 | 2024-08-06T07:59:01.046Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2624 | 2024-08-06T07:59:02.058Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2625 | 2024-08-06T07:59:02.110Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2626 | 2024-08-06T07:59:02.965Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2627 | 2024-08-06T07:59:10.409Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2628 | 2024-08-06T07:59:10.409Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2629 | 2024-08-06T07:59:10.412Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2630 | 2024-08-06T07:59:10.412Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2631 | 2024-08-06T07:59:13.415Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2632 | 2024-08-06T07:59:13.947Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2633 | 2024-08-06T07:59:13.947Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2634 | 2024-08-06T07:59:14.703Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2635 | 2024-08-06T07:59:14.962Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2636 | 2024-08-06T07:59:16.348Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2637 | 2024-08-06T07:59:16.870Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2638 | 2024-08-06T07:59:18.717Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2639 | 2024-08-06T07:59:18.991Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2640 | 2024-08-06T07:59:21.209Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2641 | 2024-08-06T07:59:23.167Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2642 | 2024-08-06T07:59:24.123Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2643 | 2024-08-06T07:59:28.121Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2644 | 2024-08-06T07:59:28.611Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2645 | 2024-08-06T07:59:33.067Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2646 | 2024-08-06T07:59:39.575Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2647 | 2024-08-06T07:59:39.578Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2648 | 2024-08-06T07:59:41.561Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2649 | 2024-08-06T08:00:04.083Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2650 | 2024-08-06T08:00:35.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
2651 | 2024-08-06T08:00:35.263Z | |
2652 | 2024-08-06T08:00:35.263Z | real 2:38.521512681 |
2653 | 2024-08-06T08:00:35.263Z | user 12:50.284352412 |
2654 | 2024-08-06T08:00:35.263Z | sys 2:35.599094745 |
2655 | 2024-08-06T08:00:35.263Z | trap 0.373680069 |
2656 | 2024-08-06T08:00:35.264Z | tflt 1.579797331 |
2657 | 2024-08-06T08:00:35.264Z | dflt 1.470667166 |
2658 | 2024-08-06T08:00:35.264Z | kflt 0.000000000 |
2659 | 2024-08-06T08:00:35.264Z | lock 26:32.833406030 |
2660 | 2024-08-06T08:00:35.264Z | slp 46:43.131534090 |
2661 | 2024-08-06T08:00:35.264Z | lat 39.931371517 |
2662 | 2024-08-06T08:00:35.264Z | stop 1:33.239267929 |
2663 | 2024-08-06T08:00:35.266Z | + mkdir tests |
2664 | 2024-08-06T08:00:35.269Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2665 | 2024-08-06T08:00:35.269Z | + xargs -I '{}' -t cp '{}' tests/ |
2666 | 2024-08-06T08:00:36.489Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e63ec4d5d0160e19 tests/ |
2667 | 2024-08-06T08:00:36.516Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e051516f201e640f tests/ |
2668 | 2024-08-06T08:00:36.544Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-679a4bc173302f1f tests/ |
2669 | 2024-08-06T08:00:36.570Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a5bde2a85093efc tests/ |
2670 | 2024-08-06T08:00:36.787Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2671 | 2024-08-06T08:00:36.790Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e051516f201e640f tests/commtest-679a4bc173302f1f tests/dhcp_server-e63ec4d5d0160e19 tests/end_to_end_tests-6a5bde2a85093efc out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2672 | 2024-08-06T08:01:32.001Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2673 | 2024-08-06T08:01:32.001Z | a out/target/test 1K |
2674 | 2024-08-06T08:01:32.001Z | a out/npuzone/npuzone 23144K |
2675 | 2024-08-06T08:01:32.001Z | a package-manifest.toml 30K |
2676 | 2024-08-06T08:01:32.001Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2677 | 2024-08-06T08:01:32.001Z | a target/release/omicron-package 32337K |
2678 | 2024-08-06T08:01:32.001Z | a target/release/xtask 11519K |
2679 | 2024-08-06T08:01:32.001Z | a target/debug/bootstrap 187974K |
2680 | 2024-08-06T08:01:32.001Z | a tests/bootstrap-e051516f201e640f 23514K |
2681 | 2024-08-06T08:01:32.001Z | a tests/commtest-679a4bc173302f1f 23823K |
2682 | 2024-08-06T08:01:32.001Z | a tests/dhcp_server-e63ec4d5d0160e19 23514K |
2683 | 2024-08-06T08:01:32.001Z | a tests/end_to_end_tests-6a5bde2a85093efc 198801K |
2684 | 2024-08-06T08:01:32.001Z | a out/clickhouse.tar.gz 223126K |
2685 | 2024-08-06T08:01:32.001Z | a out/clickhouse_keeper.tar.gz 223099K |
2686 | 2024-08-06T08:01:32.001Z | a out/cockroachdb.tar.gz 131773K |
2687 | 2024-08-06T08:01:32.001Z | a out/crucible-dtrace.tar 84K |
2688 | 2024-08-06T08:01:32.001Z | a out/crucible-pantry-zone.tar.gz 27843K |
2689 | 2024-08-06T08:01:32.001Z | a out/crucible-zone.tar.gz 38163K |
2690 | 2024-08-06T08:01:32.001Z | a out/external-dns.tar.gz 25150K |
2691 | 2024-08-06T08:01:32.001Z | a out/internal-dns.tar.gz 25149K |
2692 | 2024-08-06T08:01:32.002Z | a out/mg-ddm-gz.tar 60627K |
2693 | 2024-08-06T08:01:32.002Z | a out/nexus.tar.gz 85638K |
2694 | 2024-08-06T08:01:32.002Z | a out/ntp.tar.gz 8992K |
2695 | 2024-08-06T08:01:32.002Z | a out/omicron-gateway-softnpu.tar.gz 13586K |
2696 | 2024-08-06T08:01:32.002Z | a out/omicron-sled-agent.tar 96873K |
2697 | 2024-08-06T08:01:32.002Z | a out/overlay.tar.gz 3K |
2698 | 2024-08-06T08:01:32.002Z | a out/oximeter.tar.gz 42486K |
2699 | 2024-08-06T08:01:32.002Z | a out/oxlog.tar 2926K |
2700 | 2024-08-06T08:01:32.002Z | a out/probe.tar.gz 2764K |
2701 | 2024-08-06T08:01:32.002Z | a out/propolis-server.tar.gz 65291K |
2702 | 2024-08-06T08:01:32.002Z | a out/pumpkind-gz.tar 26665K |
2703 | 2024-08-06T08:01:32.002Z | a out/switch-softnpu.tar.gz 203484K |
2704 | 2024-08-06T08:01:32.005Z | |
2705 | 2024-08-06T08:01:32.005Z | real 55.208574372 |
2706 | 2024-08-06T08:01:32.005Z | user 52.752906377 |
2707 | 2024-08-06T08:01:32.005Z | sys 3.463375745 |
2708 | 2024-08-06T08:01:32.005Z | trap 0.013511831 |
2709 | 2024-08-06T08:01:32.005Z | tflt 0.000000000 |
2710 | 2024-08-06T08:01:32.005Z | dflt 0.000000000 |
2711 | 2024-08-06T08:01:32.005Z | kflt 0.000000000 |
2712 | 2024-08-06T08:01:32.005Z | lock 0.000000000 |
2713 | 2024-08-06T08:01:32.005Z | slp 52.708686397 |
2714 | 2024-08-06T08:01:32.005Z | lat 1.472662310 |
2715 | 2024-08-06T08:01:32.005Z | stop 0.000543779 |
2716 | 2024-08-06T08:01:32.005Z | process exited: duration 1750494 ms, exit code 0 |
|
2717 | 2024-08-06T08:01:32.020Z | found 1 output files |
2718 | 2024-08-06T08:01:32.020Z | uploading: /work/package.tar.gz (1341418667 bytes) |
2719 | 2024-08-06T08:02:00.160Z | uploaded: /work/package.tar.gz |