|
|
|
1 | 2024-08-08T21:27:30.380Z | job assigned to worker 01J4SY5KGH5ZSEV9SY8J728Y3J (queued for 1 m 11 s) |
|
2 | 2024-08-08T21:27:38.593Z | starting task 0: "setup" |
3 | 2024-08-08T21:27:38.651Z | ++ uname -s |
4 | 2024-08-08T21:27:38.660Z | + kern=SunOS |
5 | 2024-08-08T21:27:38.660Z | + case "$kern" in |
6 | 2024-08-08T21:27:38.660Z | + groupadd -g 12345 build |
7 | 2024-08-08T21:27:38.660Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-08T21:27:40.676Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-08T21:27:40.794Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-08T21:27:40.802Z | + home_fs=zfs |
11 | 2024-08-08T21:27:40.802Z | + [[ zfs == autofs ]] |
12 | 2024-08-08T21:27:40.802Z | + mkdir -p /home/build |
13 | 2024-08-08T21:27:40.807Z | + chown build:build /home/build /work |
14 | 2024-08-08T21:27:41.800Z | + chmod 0700 /home/build /work |
15 | 2024-08-08T21:27:41.804Z | process exited: duration 3214 ms, exit code 0 |
|
16 | 2024-08-08T21:27:41.812Z | starting task 1: "rust-toolchain" |
17 | 2024-08-08T21:27:41.819Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-08T21:27:41.819Z | ' 1.80.1 |
19 | 2024-08-08T21:27:41.819Z | * toolchain channel = "1.80.1" |
20 | 2024-08-08T21:27:41.819Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-08T21:27:41.819Z | ' default |
22 | 2024-08-08T21:27:41.819Z | * toolchain profile = "default" |
23 | 2024-08-08T21:27:41.823Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-08T21:27:41.824Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-08T21:27:41.935Z | info: downloading installer |
26 | 2024-08-08T21:27:43.254Z | info: profile set to 'default' |
27 | 2024-08-08T21:27:43.254Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-08T21:27:43.257Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-08T21:27:43.390Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-08T21:27:43.390Z | info: downloading component 'cargo' |
31 | 2024-08-08T21:27:44.091Z | info: downloading component 'clippy' |
32 | 2024-08-08T21:27:44.341Z | info: downloading component 'rust-docs' |
33 | 2024-08-08T21:27:45.319Z | info: downloading component 'rust-std' |
34 | 2024-08-08T21:27:46.685Z | info: downloading component 'rustc' |
35 | 2024-08-08T21:27:50.471Z | info: downloading component 'rustfmt' |
36 | 2024-08-08T21:27:50.679Z | info: installing component 'cargo' |
37 | 2024-08-08T21:27:51.498Z | info: installing component 'clippy' |
38 | 2024-08-08T21:27:51.874Z | info: installing component 'rust-docs' |
39 | 2024-08-08T21:27:53.457Z | info: installing component 'rust-std' |
40 | 2024-08-08T21:27:55.133Z | info: installing component 'rustc' |
41 | 2024-08-08T21:27:59.315Z | info: installing component 'rustfmt' |
42 | 2024-08-08T21:27:59.666Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-08T21:27:59.666Z | |
44 | 2024-08-08T21:27:59.914Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-08T21:27:59.914Z | |
46 | 2024-08-08T21:27:59.918Z | |
47 | 2024-08-08T21:27:59.918Z | Rust is installed now. Great! |
48 | 2024-08-08T21:27:59.918Z | |
49 | 2024-08-08T21:27:59.918Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-08T21:27:59.918Z | environment variable. This has not been done automatically. |
51 | 2024-08-08T21:27:59.918Z | |
52 | 2024-08-08T21:27:59.918Z | To configure your current shell, you need to source |
53 | 2024-08-08T21:27:59.918Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-08T21:27:59.918Z | |
55 | 2024-08-08T21:27:59.918Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-08T21:27:59.918Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-08T21:27:59.918Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-08T21:28:00.011Z | + rustc --version |
59 | 2024-08-08T21:28:00.077Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-08T21:28:00.080Z | process exited: duration 18268 ms, exit code 0 |
|
61 | 2024-08-08T21:28:00.086Z | starting task 2: "authentication" |
62 | 2024-08-08T21:28:00.108Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-08T21:28:00.116Z | starting task 3: "clone repository" |
64 | 2024-08-08T21:28:00.121Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-08T21:28:00.124Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-08T21:28:00.545Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-08T21:28:06.517Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-08T21:28:06.517Z | + git fetch origin eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
69 | 2024-08-08T21:28:06.796Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-08T21:28:06.796Z | * branch eefaaf39ad7f4905dad2ca16aa712b817827cf37 -> FETCH_HEAD |
71 | 2024-08-08T21:28:06.807Z | + [[ -n john/reconfigurator-planning-boundary-ntp ]] |
72 | 2024-08-08T21:28:06.809Z | ++ git branch --show-current |
73 | 2024-08-08T21:28:06.812Z | + current=main |
74 | 2024-08-08T21:28:06.812Z | + [[ main != john/reconfigurator-planning-boundary-ntp ]] |
75 | 2024-08-08T21:28:06.812Z | + git branch -f john/reconfigurator-planning-boundary-ntp eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
76 | 2024-08-08T21:28:06.815Z | + git checkout -f john/reconfigurator-planning-boundary-ntp |
77 | 2024-08-08T21:28:06.955Z | Switched to branch 'john/reconfigurator-planning-boundary-ntp' |
78 | 2024-08-08T21:28:06.958Z | + git reset --hard eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
79 | 2024-08-08T21:28:06.970Z | HEAD is now at eefaaf39a PR feedback |
80 | 2024-08-08T21:28:06.975Z | process exited: duration 6856 ms, exit code 0 |
|
81 | 2024-08-08T21:28:06.983Z | starting task 4: "build" |
82 | 2024-08-08T21:28:06.988Z | + cargo --version |
83 | 2024-08-08T21:28:07.050Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-08T21:28:07.067Z | + rustc --version |
85 | 2024-08-08T21:28:07.123Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-08T21:28:07.132Z | + WORK=/work |
87 | 2024-08-08T21:28:07.132Z | + pfexec mkdir -p /work |
88 | 2024-08-08T21:28:07.132Z | + pfexec chown build /work |
89 | 2024-08-08T21:28:07.133Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-08T21:28:20.984Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-08T21:28:23.386Z | Startup: Caching catalogs ... Done |
92 | 2024-08-08T21:28:27.209Z | Planning: Solver setup ... Done (3.249s) |
93 | 2024-08-08T21:28:27.271Z | Planning: Running solver ... Done (0.061s) |
94 | 2024-08-08T21:28:27.321Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-08-08T21:28:27.341Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-08T21:28:27.569Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-08T21:28:27.618Z | Planning: Package planning ... Done (0.048s) |
98 | 2024-08-08T21:28:27.667Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-08-08T21:28:28.441Z | Planning: Checking for conflicting actions ... Done (0.772s) |
100 | 2024-08-08T21:28:28.450Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-08T21:28:32.283Z | Planning: Evaluating mediators ... Done (3.830s) |
102 | 2024-08-08T21:28:32.289Z | Planning: Planning completed in 8.83 seconds |
103 | 2024-08-08T21:28:32.618Z | Packages to install: 4 |
104 | 2024-08-08T21:28:32.618Z | Mediators to change: 2 |
105 | 2024-08-08T21:28:32.621Z | Services to change: 1 |
106 | 2024-08-08T21:28:32.621Z | Estimated space available: 155.75 GB |
107 | 2024-08-08T21:28:32.621Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-08-08T21:28:32.621Z | Create boot environment: No |
109 | 2024-08-08T21:28:32.621Z | Create backup boot environment: No |
110 | 2024-08-08T21:28:32.621Z | Rebuild boot archive: No |
111 | 2024-08-08T21:28:32.621Z | |
112 | 2024-08-08T21:28:32.621Z | Changed mediators: |
113 | 2024-08-08T21:28:32.621Z | mediator clang: |
114 | 2024-08-08T21:28:32.621Z | version: None -> 15 (system default) |
115 | 2024-08-08T21:28:32.621Z | |
116 | 2024-08-08T21:28:32.621Z | mediator llvm: |
117 | 2024-08-08T21:28:32.621Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-08T21:28:32.621Z | |
119 | 2024-08-08T21:28:32.621Z | Changed packages: |
120 | 2024-08-08T21:28:32.621Z | helios-dev |
121 | 2024-08-08T21:28:32.621Z | developer/build-essential |
122 | 2024-08-08T21:28:32.621Z | None -> 11-2.0 |
123 | 2024-08-08T21:28:32.621Z | library/libxmlsec1 |
124 | 2024-08-08T21:28:32.621Z | None -> 1.2.35-2.0 |
125 | 2024-08-08T21:28:32.621Z | ooce/developer/clang-15 |
126 | 2024-08-08T21:28:32.621Z | None -> 15.0.7-2.0 |
127 | 2024-08-08T21:28:32.621Z | ooce/developer/llvm-15 |
128 | 2024-08-08T21:28:32.621Z | None -> 15.0.7-2.0 |
129 | 2024-08-08T21:28:32.621Z | |
130 | 2024-08-08T21:28:32.622Z | Services: |
131 | 2024-08-08T21:28:32.622Z | restart_fmri: |
132 | 2024-08-08T21:28:32.622Z | svc:/system/update-man-index:default |
133 | 2024-08-08T21:28:32.797Z | |
134 | 2024-08-08T21:28:32.798Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-08T21:28:38.938Z | Download: 208/3290 items 1.3/212.6MB 0% complete (586k/s) |
136 | 2024-08-08T21:28:45.313Z | Download: 213/3290 items 1.3/212.6MB 0% complete (512k/s) |
137 | 2024-08-08T21:28:50.331Z | Download: 1043/3290 items 19.7/212.6MB 9% complete (2.9M/s) |
138 | 2024-08-08T21:28:58.745Z | Download: 1351/3290 items 109.0/212.6MB 51% complete (11.0M/s) |
139 | 2024-08-08T21:29:00.333Z | Download: 2622/3290 items 120.3/212.6MB 56% complete (10.1M/s) |
140 | 2024-08-08T21:29:03.368Z | Download: Completed 212.60 MB in 30.57 seconds (7.0M/s) |
141 | 2024-08-08T21:29:03.959Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-08-08T21:29:09.285Z | Actions: 3687/3689 actions (Installing new actions) |
143 | 2024-08-08T21:29:09.352Z | Actions: Completed 3689 actions in 5.39 seconds. |
144 | 2024-08-08T21:29:09.498Z | Done (0.142s) |
145 | 2024-08-08T21:29:09.498Z | Done (0.000s) |
146 | 2024-08-08T21:29:09.854Z | Done (0.356s) |
147 | 2024-08-08T21:29:15.103Z | Done (5.090s) |
148 | 2024-08-08T21:29:15.299Z | Done (0.132s) |
149 | 2024-08-08T21:29:15.302Z | Done (0.000s) |
150 | 2024-08-08T21:29:15.468Z | Done (0.000s) |
151 | 2024-08-08T21:29:19.093Z | Planning: Evaluating mediator changes ... Done |
152 | 2024-08-08T21:29:19.254Z | Planning: Checking for conflicting actions ... Done |
153 | 2024-08-08T21:29:19.257Z | Planning: Consolidating action changes ... Done |
154 | 2024-08-08T21:29:19.518Z | Planning: Evaluating mediators ... Done |
155 | 2024-08-08T21:29:19.521Z | Planning: Planning completed in 0.43 seconds |
156 | 2024-08-08T21:29:19.551Z | Mediators to change: 2 |
157 | 2024-08-08T21:29:19.551Z | Create boot environment: No |
158 | 2024-08-08T21:29:19.554Z | Create backup boot environment: No |
159 | 2024-08-08T21:29:19.627Z | Done |
160 | 2024-08-08T21:29:19.627Z | Done |
161 | 2024-08-08T21:29:19.848Z | Done |
162 | 2024-08-08T21:29:23.375Z | Done |
163 | 2024-08-08T21:29:23.392Z | Done |
164 | 2024-08-08T21:29:23.392Z | Done |
165 | 2024-08-08T21:29:23.448Z | Done |
166 | 2024-08-08T21:29:24.047Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-08-08T21:29:24.051Z | Planning: Merging actions ... Done |
168 | 2024-08-08T21:29:24.239Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-08T21:29:24.242Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-08T21:29:24.504Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-08T21:29:24.558Z | Planning: Planning completed in 0.75 seconds |
172 | 2024-08-08T21:29:24.593Z | Packages to change: 1 |
173 | 2024-08-08T21:29:24.593Z | Mediators to change: 1 |
174 | 2024-08-08T21:29:24.596Z | Services to change: 1 |
175 | 2024-08-08T21:29:24.596Z | Create boot environment: No |
176 | 2024-08-08T21:29:24.596Z | Create backup boot environment: Yes |
177 | 2024-08-08T21:29:26.644Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2024-08-08T21:29:26.647Z | Actions: Completed 6 actions in 0.00 seconds. |
179 | 2024-08-08T21:29:26.647Z | Done |
180 | 2024-08-08T21:29:26.647Z | Done |
181 | 2024-08-08T21:29:26.719Z | Done |
182 | 2024-08-08T21:29:30.299Z | Done |
183 | 2024-08-08T21:29:30.385Z | Done |
184 | 2024-08-08T21:29:30.387Z | Done |
185 | 2024-08-08T21:29:30.506Z | Done |
186 | 2024-08-08T21:29:30.939Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2024-08-08T21:29:30.939Z | clang system 15 system |
188 | 2024-08-08T21:29:30.940Z | csh system system illumos |
189 | 2024-08-08T21:29:30.940Z | ctags system system illumos |
190 | 2024-08-08T21:29:30.940Z | gcc vendor 12 vendor |
191 | 2024-08-08T21:29:30.940Z | gcc system 10 system |
192 | 2024-08-08T21:29:30.940Z | gcc system 7 system |
193 | 2024-08-08T21:29:30.940Z | go system 1.20 system |
194 | 2024-08-08T21:29:30.940Z | go system 1.19 system |
195 | 2024-08-08T21:29:30.940Z | llvm system 15 system |
196 | 2024-08-08T21:29:30.940Z | llvm system 14 system |
197 | 2024-08-08T21:29:30.940Z | mariadb system 10.6 system |
198 | 2024-08-08T21:29:30.940Z | mta vendor vendor dma |
199 | 2024-08-08T21:29:30.940Z | openjdk system 17 system |
200 | 2024-08-08T21:29:30.940Z | openjdk system 11 system |
201 | 2024-08-08T21:29:30.940Z | openjdk system 1.8 system |
202 | 2024-08-08T21:29:30.940Z | openssl vendor 3 vendor |
203 | 2024-08-08T21:29:30.940Z | perl system 5.36 system |
204 | 2024-08-08T21:29:30.940Z | postgresql system 15 system |
205 | 2024-08-08T21:29:30.940Z | postgresql system 13 system |
206 | 2024-08-08T21:29:30.940Z | python vendor 3 vendor |
207 | 2024-08-08T21:29:30.940Z | python system 2 system |
208 | 2024-08-08T21:29:30.940Z | python3 system 3.11 system |
209 | 2024-08-08T21:29:30.940Z | ruby system 3.0 system |
210 | 2024-08-08T21:29:30.940Z | words vendor vendor american-english |
211 | 2024-08-08T21:29:30.940Z | words system system australian-english |
212 | 2024-08-08T21:29:30.940Z | words system system british-english |
213 | 2024-08-08T21:29:30.940Z | words system system canadian-english |
214 | 2024-08-08T21:29:30.940Z | words system system french |
215 | 2024-08-08T21:29:30.940Z | words system system italian |
216 | 2024-08-08T21:29:30.940Z | words system system ngerman |
217 | 2024-08-08T21:29:30.940Z | words system system ogerman |
218 | 2024-08-08T21:29:30.940Z | words system system spanish |
219 | 2024-08-08T21:29:31.264Z | PUBLISHER TYPE STATUS P LOCATION |
220 | 2024-08-08T21:29:31.264Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
221 | 2024-08-08T21:29:32.923Z | FMRI IFO |
222 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
223 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
224 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
225 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
226 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
227 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
230 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
232 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-08-08T21:29:32.923Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
234 | 2024-08-08T21:29:33.509Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
235 | 2024-08-08T21:29:33.756Z | Updating git repository `https://github.com/oxidecomputer/zone` |
236 | 2024-08-08T21:29:33.999Z | Updating crates.io index |
237 | 2024-08-08T21:29:34.057Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
238 | 2024-08-08T21:29:34.700Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
239 | 2024-08-08T21:29:35.350Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
240 | 2024-08-08T21:29:35.585Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
241 | 2024-08-08T21:29:37.051Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
242 | 2024-08-08T21:29:37.275Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
243 | 2024-08-08T21:29:37.487Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
244 | 2024-08-08T21:29:38.590Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
245 | 2024-08-08T21:29:40.370Z | Updating git repository `https://github.com/oxidecomputer/opte` |
246 | 2024-08-08T21:29:41.383Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
247 | 2024-08-08T21:29:42.063Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-08-08T21:29:42.681Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
249 | 2024-08-08T21:29:42.977Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-08-08T21:29:43.199Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-08-08T21:29:43.490Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
252 | 2024-08-08T21:29:43.766Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-08-08T21:29:43.980Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-08-08T21:29:44.175Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-08-08T21:29:44.458Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
256 | 2024-08-08T21:29:44.772Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
257 | 2024-08-08T21:29:45.055Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
258 | 2024-08-08T21:29:45.369Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
259 | 2024-08-08T21:29:45.654Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
260 | 2024-08-08T21:29:46.075Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
261 | 2024-08-08T21:29:46.391Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-08-08T21:29:46.795Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-08-08T21:29:48.874Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-08-08T21:29:49.133Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-08-08T21:29:49.390Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-08-08T21:29:49.852Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-08-08T21:29:50.963Z | Downloading crates ... |
268 | 2024-08-08T21:29:51.047Z | Downloaded block-buffer v0.10.4 |
269 | 2024-08-08T21:29:51.050Z | Downloaded autocfg v1.3.0 |
270 | 2024-08-08T21:29:51.053Z | Downloaded anstyle v1.0.8 |
271 | 2024-08-08T21:29:51.053Z | Downloaded anstyle-query v1.0.3 |
272 | 2024-08-08T21:29:51.053Z | Downloaded anstyle-parse v0.2.4 |
273 | 2024-08-08T21:29:51.056Z | Downloaded anstream v0.6.14 |
274 | 2024-08-08T21:29:51.059Z | Downloaded anyhow v1.0.86 |
275 | 2024-08-08T21:29:51.064Z | Downloaded is_terminal_polyfill v1.70.0 |
276 | 2024-08-08T21:29:51.067Z | Downloaded usdt-macro v0.5.0 |
277 | 2024-08-08T21:29:51.069Z | Downloaded scroll_derive v0.12.0 |
278 | 2024-08-08T21:29:51.074Z | Downloaded usdt-attr-macro v0.5.0 |
279 | 2024-08-08T21:29:51.077Z | Downloaded equivalent v1.0.1 |
280 | 2024-08-08T21:29:51.080Z | Downloaded bitflags v2.6.0 |
281 | 2024-08-08T21:29:51.088Z | Downloaded version_check v0.9.5 |
282 | 2024-08-08T21:29:51.091Z | Downloaded byteorder v1.5.0 |
283 | 2024-08-08T21:29:51.091Z | Downloaded strsim v0.11.1 |
284 | 2024-08-08T21:29:51.093Z | Downloaded thread-id v4.2.1 |
285 | 2024-08-08T21:29:51.093Z | Downloaded serde_tokenstream v0.2.1 |
286 | 2024-08-08T21:29:51.097Z | Downloaded heck v0.4.1 |
287 | 2024-08-08T21:29:51.100Z | Downloaded fs-err v2.11.0 |
288 | 2024-08-08T21:29:51.100Z | Downloaded errno v0.3.9 |
289 | 2024-08-08T21:29:51.103Z | Downloaded cargo-platform v0.1.8 |
290 | 2024-08-08T21:29:51.103Z | Downloaded terminal_size v0.3.0 |
291 | 2024-08-08T21:29:51.103Z | Downloaded dof v0.3.0 |
292 | 2024-08-08T21:29:51.106Z | Downloaded colorchoice v1.0.1 |
293 | 2024-08-08T21:29:51.106Z | Downloaded crypto-common v0.1.6 |
294 | 2024-08-08T21:29:51.108Z | Downloaded pretty-hex v0.4.1 |
295 | 2024-08-08T21:29:51.109Z | Downloaded dtrace-parser v0.2.0 |
296 | 2024-08-08T21:29:51.118Z | Downloaded swrite v0.1.0 |
297 | 2024-08-08T21:29:51.122Z | Downloaded semver v1.0.23 |
298 | 2024-08-08T21:29:51.132Z | Downloaded plain v0.2.3 |
299 | 2024-08-08T21:29:51.157Z | Downloaded pest_generator v2.7.10 |
300 | 2024-08-08T21:29:51.157Z | Downloaded macaddr v1.0.1 |
301 | 2024-08-08T21:29:51.160Z | Downloaded once_cell v1.19.0 |
302 | 2024-08-08T21:29:51.160Z | Downloaded toml_datetime v0.6.8 |
303 | 2024-08-08T21:29:51.160Z | Downloaded pest_derive v2.7.10 |
304 | 2024-08-08T21:29:51.160Z | Downloaded clap_lex v0.7.0 |
305 | 2024-08-08T21:29:51.160Z | Downloaded cpufeatures v0.2.12 |
306 | 2024-08-08T21:29:51.160Z | Downloaded digest v0.10.7 |
307 | 2024-08-08T21:29:51.160Z | Downloaded itoa v1.0.11 |
308 | 2024-08-08T21:29:51.160Z | Downloaded generic-array v0.14.7 |
309 | 2024-08-08T21:29:51.160Z | Downloaded fnv v1.0.7 |
310 | 2024-08-08T21:29:51.160Z | Downloaded cfg-if v1.0.0 |
311 | 2024-08-08T21:29:51.160Z | Downloaded cargo_metadata v0.18.1 |
312 | 2024-08-08T21:29:51.160Z | Downloaded serde_spanned v0.6.7 |
313 | 2024-08-08T21:29:51.160Z | Downloaded memmap v0.7.0 |
314 | 2024-08-08T21:29:51.160Z | Downloaded proc-macro-error-attr v1.0.4 |
315 | 2024-08-08T21:29:51.161Z | Downloaded heck v0.5.0 |
316 | 2024-08-08T21:29:51.163Z | Downloaded thiserror-impl v1.0.63 |
317 | 2024-08-08T21:29:51.163Z | Downloaded thiserror v1.0.63 |
318 | 2024-08-08T21:29:51.168Z | Downloaded usdt v0.5.0 |
319 | 2024-08-08T21:29:51.171Z | Downloaded usdt-impl v0.5.0 |
320 | 2024-08-08T21:29:51.171Z | Downloaded clap v4.5.13 |
321 | 2024-08-08T21:29:51.179Z | Downloaded cargo_toml v0.20.4 |
322 | 2024-08-08T21:29:51.182Z | Downloaded serde_derive v1.0.205 |
323 | 2024-08-08T21:29:51.184Z | Downloaded proc-macro-error v1.0.4 |
324 | 2024-08-08T21:29:51.187Z | Downloaded ucd-trie v0.1.6 |
325 | 2024-08-08T21:29:51.190Z | Downloaded tabled_derive v0.7.0 |
326 | 2024-08-08T21:29:51.190Z | Downloaded utf8parse v0.2.1 |
327 | 2024-08-08T21:29:51.190Z | Downloaded bytecount v0.6.8 |
328 | 2024-08-08T21:29:51.194Z | Downloaded scroll v0.12.0 |
329 | 2024-08-08T21:29:51.194Z | Downloaded typenum v1.17.0 |
330 | 2024-08-08T21:29:51.198Z | Downloaded camino v1.1.7 |
331 | 2024-08-08T21:29:51.198Z | Downloaded sha2 v0.10.8 |
332 | 2024-08-08T21:29:51.201Z | Downloaded quote v1.0.36 |
333 | 2024-08-08T21:29:51.205Z | Downloaded clap_derive v4.5.13 |
334 | 2024-08-08T21:29:51.209Z | Downloaded proc-macro2 v1.0.86 |
335 | 2024-08-08T21:29:51.214Z | Downloaded ryu v1.0.18 |
336 | 2024-08-08T21:29:51.217Z | Downloaded pest_meta v2.7.10 |
337 | 2024-08-08T21:29:51.219Z | Downloaded papergrid v0.11.0 |
338 | 2024-08-08T21:29:51.224Z | Downloaded zerocopy-derive v0.7.34 |
339 | 2024-08-08T21:29:51.227Z | Downloaded unicode-ident v1.0.12 |
340 | 2024-08-08T21:29:51.230Z | Downloaded log v0.4.21 |
341 | 2024-08-08T21:29:51.240Z | Downloaded toml v0.8.19 |
342 | 2024-08-08T21:29:51.253Z | Downloaded indexmap v2.3.0 |
343 | 2024-08-08T21:29:51.276Z | Downloaded memchr v2.7.2 |
344 | 2024-08-08T21:29:51.279Z | Downloaded serde v1.0.205 |
345 | 2024-08-08T21:29:51.283Z | Downloaded toml_edit v0.22.20 |
346 | 2024-08-08T21:29:51.304Z | Downloaded pest v2.7.10 |
347 | 2024-08-08T21:29:51.314Z | Downloaded hashbrown v0.14.5 |
348 | 2024-08-08T21:29:51.323Z | Downloaded zerocopy v0.7.34 |
349 | 2024-08-08T21:29:51.336Z | Downloaded serde_json v1.0.122 |
350 | 2024-08-08T21:29:51.347Z | Downloaded winnow v0.6.18 |
351 | 2024-08-08T21:29:51.355Z | Downloaded goblin v0.8.2 |
352 | 2024-08-08T21:29:51.362Z | Downloaded tabled v0.15.0 |
353 | 2024-08-08T21:29:51.376Z | Downloaded clap_builder v4.5.13 |
354 | 2024-08-08T21:29:51.382Z | Downloaded syn v2.0.72 |
355 | 2024-08-08T21:29:51.393Z | Downloaded syn v1.0.109 |
356 | 2024-08-08T21:29:51.402Z | Downloaded rustix v0.38.34 |
357 | 2024-08-08T21:29:51.424Z | Downloaded unicode-width v0.1.13 |
358 | 2024-08-08T21:29:51.442Z | Downloaded libc v0.2.155 |
359 | 2024-08-08T21:29:51.738Z | Compiling proc-macro2 v1.0.86 |
360 | 2024-08-08T21:29:51.741Z | Compiling unicode-ident v1.0.12 |
361 | 2024-08-08T21:29:51.741Z | Compiling version_check v0.9.5 |
362 | 2024-08-08T21:29:51.741Z | Compiling serde v1.0.205 |
363 | 2024-08-08T21:29:51.742Z | Compiling memchr v2.7.2 |
364 | 2024-08-08T21:29:51.742Z | Compiling thiserror v1.0.63 |
365 | 2024-08-08T21:29:51.742Z | Compiling libc v0.2.155 |
366 | 2024-08-08T21:29:51.770Z | Compiling itoa v1.0.11 |
367 | 2024-08-08T21:29:51.985Z | Compiling ucd-trie v0.1.6 |
368 | 2024-08-08T21:29:52.035Z | Compiling ryu v1.0.18 |
369 | 2024-08-08T21:29:52.537Z | Compiling once_cell v1.19.0 |
370 | 2024-08-08T21:29:52.560Z | Compiling byteorder v1.5.0 |
371 | 2024-08-08T21:29:52.847Z | Compiling serde_json v1.0.122 |
372 | 2024-08-08T21:29:53.656Z | Compiling usdt-impl v0.5.0 |
373 | 2024-08-08T21:29:53.659Z | Compiling proc-macro-error-attr v1.0.4 |
374 | 2024-08-08T21:29:53.702Z | Compiling rustix v0.38.34 |
375 | 2024-08-08T21:29:53.705Z | Compiling syn v1.0.109 |
376 | 2024-08-08T21:29:53.721Z | Compiling proc-macro-error v1.0.4 |
377 | 2024-08-08T21:29:54.018Z | Compiling bitflags v2.6.0 |
378 | 2024-08-08T21:29:54.044Z | Compiling plain v0.2.3 |
379 | 2024-08-08T21:29:54.114Z | Compiling utf8parse v0.2.1 |
380 | 2024-08-08T21:29:54.197Z | Compiling log v0.4.21 |
381 | 2024-08-08T21:29:54.274Z | Compiling hashbrown v0.14.5 |
382 | 2024-08-08T21:29:54.414Z | Compiling thread-id v4.2.1 |
383 | 2024-08-08T21:29:54.436Z | Compiling equivalent v1.0.1 |
384 | 2024-08-08T21:29:54.462Z | Compiling anstyle-parse v0.2.4 |
385 | 2024-08-08T21:29:54.517Z | Compiling quote v1.0.36 |
386 | 2024-08-08T21:29:54.608Z | Compiling autocfg v1.3.0 |
387 | 2024-08-08T21:29:54.701Z | Compiling semver v1.0.23 |
388 | 2024-08-08T21:29:54.789Z | Compiling colorchoice v1.0.1 |
389 | 2024-08-08T21:29:54.906Z | Compiling syn v2.0.72 |
390 | 2024-08-08T21:29:55.212Z | Compiling errno v0.3.9 |
391 | 2024-08-08T21:29:55.236Z | Compiling anstyle v1.0.8 |
392 | 2024-08-08T21:29:55.287Z | Compiling winnow v0.6.18 |
393 | 2024-08-08T21:29:55.561Z | Compiling indexmap v2.3.0 |
394 | 2024-08-08T21:29:55.609Z | Compiling is_terminal_polyfill v1.70.0 |
395 | 2024-08-08T21:29:55.753Z | Compiling anstyle-query v1.0.3 |
396 | 2024-08-08T21:29:55.776Z | Compiling camino v1.1.7 |
397 | 2024-08-08T21:29:55.887Z | Compiling pretty-hex v0.4.1 |
398 | 2024-08-08T21:29:56.118Z | Compiling anstream v0.6.14 |
399 | 2024-08-08T21:29:56.456Z | Compiling fs-err v2.11.0 |
400 | 2024-08-08T21:29:56.624Z | Compiling terminal_size v0.3.0 |
401 | 2024-08-08T21:29:56.874Z | Compiling heck v0.5.0 |
402 | 2024-08-08T21:29:56.902Z | Compiling unicode-width v0.1.13 |
403 | 2024-08-08T21:29:56.965Z | Compiling bytecount v0.6.8 |
404 | 2024-08-08T21:29:56.987Z | Compiling anyhow v1.0.86 |
405 | 2024-08-08T21:29:57.088Z | Compiling heck v0.4.1 |
406 | 2024-08-08T21:29:57.130Z | Compiling clap_lex v0.7.0 |
407 | 2024-08-08T21:29:57.161Z | Compiling fnv v1.0.7 |
408 | 2024-08-08T21:29:57.295Z | Compiling strsim v0.11.1 |
409 | 2024-08-08T21:29:57.366Z | Compiling papergrid v0.11.0 |
410 | 2024-08-08T21:29:57.656Z | Compiling clap_builder v4.5.13 |
411 | 2024-08-08T21:29:57.762Z | Compiling memmap v0.7.0 |
412 | 2024-08-08T21:29:58.450Z | Compiling swrite v0.1.0 |
413 | 2024-08-08T21:30:00.132Z | Compiling tabled_derive v0.7.0 |
414 | 2024-08-08T21:30:01.594Z | Compiling tabled v0.15.0 |
415 | 2024-08-08T21:30:03.237Z | Compiling serde_derive v1.0.205 |
416 | 2024-08-08T21:30:03.237Z | Compiling thiserror-impl v1.0.63 |
417 | 2024-08-08T21:30:03.240Z | Compiling zerocopy-derive v0.7.34 |
418 | 2024-08-08T21:30:03.240Z | Compiling scroll_derive v0.12.0 |
419 | 2024-08-08T21:30:03.311Z | Compiling clap_derive v4.5.13 |
420 | 2024-08-08T21:30:04.582Z | Compiling scroll v0.12.0 |
421 | 2024-08-08T21:30:05.042Z | Compiling zerocopy v0.7.34 |
422 | 2024-08-08T21:30:05.068Z | Compiling goblin v0.8.2 |
423 | 2024-08-08T21:30:05.870Z | Compiling pest v2.7.10 |
424 | 2024-08-08T21:30:07.213Z | Compiling clap v4.5.13 |
425 | 2024-08-08T21:30:08.070Z | Compiling pest_meta v2.7.10 |
426 | 2024-08-08T21:30:08.890Z | Compiling pest_generator v2.7.10 |
427 | 2024-08-08T21:30:10.700Z | Compiling pest_derive v2.7.10 |
428 | 2024-08-08T21:30:11.383Z | Compiling dtrace-parser v0.2.0 |
429 | 2024-08-08T21:30:13.313Z | Compiling serde_tokenstream v0.2.1 |
430 | 2024-08-08T21:30:13.331Z | Compiling toml_datetime v0.6.8 |
431 | 2024-08-08T21:30:13.334Z | Compiling serde_spanned v0.6.7 |
432 | 2024-08-08T21:30:13.334Z | Compiling cargo-platform v0.1.8 |
433 | 2024-08-08T21:30:13.644Z | Compiling toml_edit v0.22.20 |
434 | 2024-08-08T21:30:13.851Z | Compiling macaddr v1.0.1 |
435 | 2024-08-08T21:30:14.655Z | Compiling dof v0.3.0 |
436 | 2024-08-08T21:30:14.655Z | Compiling cargo_metadata v0.18.1 |
437 | 2024-08-08T21:30:16.395Z | Compiling usdt-macro v0.5.0 |
438 | 2024-08-08T21:30:16.395Z | Compiling usdt-attr-macro v0.5.0 |
439 | 2024-08-08T21:30:16.509Z | Compiling toml v0.8.19 |
440 | 2024-08-08T21:30:17.332Z | Compiling cargo_toml v0.20.4 |
441 | 2024-08-08T21:30:17.744Z | Compiling usdt v0.5.0 |
442 | 2024-08-08T21:30:21.114Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
443 | 2024-08-08T21:30:24.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.61s |
444 | 2024-08-08T21:30:25.131Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
445 | 2024-08-08T21:30:25.686Z | Downloading crates ... |
446 | 2024-08-08T21:30:25.795Z | Downloaded async-stream-impl v0.3.5 |
447 | 2024-08-08T21:30:25.798Z | Downloaded adler v1.0.2 |
448 | 2024-08-08T21:30:25.808Z | Downloaded array-init v0.0.4 |
449 | 2024-08-08T21:30:25.811Z | Downloaded bitstruct v0.1.1 |
450 | 2024-08-08T21:30:25.816Z | Downloaded ciborium-io v0.2.2 |
451 | 2024-08-08T21:30:25.821Z | Downloaded cstr-argument v0.1.2 |
452 | 2024-08-08T21:30:25.824Z | Downloaded atty v0.2.14 |
453 | 2024-08-08T21:30:25.824Z | Downloaded darling_macro v0.20.9 |
454 | 2024-08-08T21:30:25.827Z | Downloaded is-terminal v0.4.12 |
455 | 2024-08-08T21:30:25.830Z | Downloaded bitfield-struct v0.6.1 |
456 | 2024-08-08T21:30:25.832Z | Downloaded is_ci v1.2.0 |
457 | 2024-08-08T21:30:25.832Z | Downloaded buf-list v1.0.3 |
458 | 2024-08-08T21:30:25.835Z | Downloaded openssl-probe v0.1.5 |
459 | 2024-08-08T21:30:25.838Z | Downloaded normalize-line-endings v0.3.0 |
460 | 2024-08-08T21:30:25.838Z | Downloaded newline-converter v0.3.0 |
461 | 2024-08-08T21:30:25.841Z | Downloaded match_cfg v0.1.0 |
462 | 2024-08-08T21:30:25.841Z | Downloaded opaque-debug v0.3.1 |
463 | 2024-08-08T21:30:25.841Z | Downloaded nodrop v0.1.14 |
464 | 2024-08-08T21:30:25.844Z | Downloaded bb8 v0.8.5 |
465 | 2024-08-08T21:30:25.844Z | Downloaded newtype_derive v0.1.6 |
466 | 2024-08-08T21:30:25.847Z | Downloaded async-recursion v1.1.1 |
467 | 2024-08-08T21:30:25.850Z | Downloaded convert_case v0.4.0 |
468 | 2024-08-08T21:30:25.850Z | Downloaded lalrpop-util v0.19.12 |
469 | 2024-08-08T21:30:25.853Z | Downloaded num_threads v0.1.7 |
470 | 2024-08-08T21:30:25.853Z | Downloaded kstat-rs v0.2.4 |
471 | 2024-08-08T21:30:25.856Z | Downloaded atomic-waker v1.1.2 |
472 | 2024-08-08T21:30:25.856Z | Downloaded peg-runtime v0.8.3 |
473 | 2024-08-08T21:30:25.859Z | Downloaded parse-size v1.0.0 |
474 | 2024-08-08T21:30:25.859Z | Downloaded num-derive v0.4.2 |
475 | 2024-08-08T21:30:25.861Z | Downloaded multimap v0.10.0 |
476 | 2024-08-08T21:30:25.862Z | Downloaded olpc-cjson v0.1.3 |
477 | 2024-08-08T21:30:25.864Z | Downloaded num-iter v0.1.45 |
478 | 2024-08-08T21:30:25.864Z | Downloaded defmt-parser v0.3.4 |
479 | 2024-08-08T21:30:25.867Z | Downloaded cobs v0.2.3 |
480 | 2024-08-08T21:30:25.867Z | Downloaded crc v3.2.1 |
481 | 2024-08-08T21:30:25.870Z | Downloaded cfg_aliases v0.1.1 |
482 | 2024-08-08T21:30:25.873Z | Downloaded bitstruct_derive v0.1.0 |
483 | 2024-08-08T21:30:25.873Z | Downloaded mime v0.3.17 |
484 | 2024-08-08T21:30:25.873Z | Downloaded peg v0.8.4 |
485 | 2024-08-08T21:30:25.877Z | Downloaded crucible-workspace-hack v0.1.0 |
486 | 2024-08-08T21:30:25.880Z | Downloaded nanorand v0.7.0 |
487 | 2024-08-08T21:30:25.883Z | Downloaded paste v1.0.15 |
488 | 2024-08-08T21:30:25.886Z | Downloaded indoc v1.0.9 |
489 | 2024-08-08T21:30:25.889Z | Downloaded parse-display v0.9.1 |
490 | 2024-08-08T21:30:25.891Z | Downloaded num_enum v0.5.11 |
491 | 2024-08-08T21:30:25.894Z | Downloaded num-complex v0.4.6 |
492 | 2024-08-08T21:30:25.897Z | Downloaded openssl-macros v0.1.1 |
493 | 2024-08-08T21:30:25.900Z | Downloaded number_prefix v0.4.0 |
494 | 2024-08-08T21:30:25.900Z | Downloaded nu-ansi-term v0.50.0 |
495 | 2024-08-08T21:30:25.903Z | Downloaded parking_lot v0.11.2 |
496 | 2024-08-08T21:30:25.906Z | Downloaded native-tls v0.2.11 |
497 | 2024-08-08T21:30:25.906Z | Downloaded ahash v0.8.11 |
498 | 2024-08-08T21:30:25.909Z | Downloaded parking_lot_core v0.8.6 |
499 | 2024-08-08T21:30:25.912Z | Downloaded num-conv v0.1.0 |
500 | 2024-08-08T21:30:25.914Z | Downloaded matches v0.1.10 |
501 | 2024-08-08T21:30:25.914Z | Downloaded bit-set v0.5.3 |
502 | 2024-08-08T21:30:25.917Z | Downloaded bitflags v1.3.2 |
503 | 2024-08-08T21:30:25.920Z | Downloaded path-slash v0.1.5 |
504 | 2024-08-08T21:30:25.920Z | Downloaded crossbeam-deque v0.8.5 |
505 | 2024-08-08T21:30:25.923Z | Downloaded num_cpus v1.16.0 |
506 | 2024-08-08T21:30:25.925Z | Downloaded cassowary v0.3.0 |
507 | 2024-08-08T21:30:25.925Z | Downloaded memmap2 v0.9.4 |
508 | 2024-08-08T21:30:25.928Z | Downloaded constant_time_eq v0.3.0 |
509 | 2024-08-08T21:30:25.931Z | Downloaded block-padding v0.3.3 |
510 | 2024-08-08T21:30:25.931Z | Downloaded try-lock v0.2.5 |
511 | 2024-08-08T21:30:25.931Z | Downloaded strip-ansi-escapes v0.2.0 |
512 | 2024-08-08T21:30:25.934Z | Downloaded ciborium-ll v0.2.2 |
513 | 2024-08-08T21:30:25.934Z | Downloaded newtype-uuid v1.1.0 |
514 | 2024-08-08T21:30:25.937Z | Downloaded vte_generate_state_changes v0.1.1 |
515 | 2024-08-08T21:30:25.937Z | Downloaded data-encoding v2.6.0 |
516 | 2024-08-08T21:30:25.940Z | Downloaded memoffset v0.9.1 |
517 | 2024-08-08T21:30:25.940Z | Downloaded curve25519-dalek-derive v0.1.1 |
518 | 2024-08-08T21:30:25.943Z | Downloaded backoff v0.4.0 |
519 | 2024-08-08T21:30:25.943Z | Downloaded async-trait v0.1.81 |
520 | 2024-08-08T21:30:25.947Z | Downloaded mockall_derive v0.13.0 |
521 | 2024-08-08T21:30:25.950Z | Downloaded const-oid v0.9.6 |
522 | 2024-08-08T21:30:25.953Z | Downloaded md-5 v0.10.6 |
523 | 2024-08-08T21:30:25.953Z | Downloaded num v0.4.3 |
524 | 2024-08-08T21:30:25.956Z | Downloaded slog-bunyan v2.5.0 |
525 | 2024-08-08T21:30:25.956Z | Downloaded num-integer v0.1.46 |
526 | 2024-08-08T21:30:25.958Z | Downloaded nibble_vec v0.1.0 |
527 | 2024-08-08T21:30:25.961Z | Downloaded headers-core v0.2.0 |
528 | 2024-08-08T21:30:25.961Z | Downloaded thiserror-no-std v2.0.2 |
529 | 2024-08-08T21:30:25.964Z | Downloaded slog-stdlog v4.1.1 |
530 | 2024-08-08T21:30:25.967Z | Downloaded percent-encoding v2.3.1 |
531 | 2024-08-08T21:30:25.967Z | Downloaded structmeta v0.2.0 |
532 | 2024-08-08T21:30:25.970Z | Downloaded sqlformat v0.2.4 |
533 | 2024-08-08T21:30:25.970Z | Downloaded packed_struct_codegen v0.10.1 |
534 | 2024-08-08T21:30:25.973Z | Downloaded arrayvec v0.7.4 |
535 | 2024-08-08T21:30:25.975Z | Downloaded pem v3.0.4 |
536 | 2024-08-08T21:30:25.975Z | Downloaded subtle v2.5.0 |
537 | 2024-08-08T21:30:25.979Z | Downloaded linear-map v1.2.0 |
538 | 2024-08-08T21:30:25.979Z | Downloaded pem-rfc7468 v0.7.0 |
539 | 2024-08-08T21:30:25.982Z | Downloaded thiserror-impl-no-std v2.0.2 |
540 | 2024-08-08T21:30:25.982Z | Downloaded rpassword v7.3.1 |
541 | 2024-08-08T21:30:25.985Z | Downloaded cookie v0.17.0 |
542 | 2024-08-08T21:30:25.985Z | Downloaded num-traits v0.2.19 |
543 | 2024-08-08T21:30:25.988Z | Downloaded dyn-clone v1.0.17 |
544 | 2024-08-08T21:30:25.991Z | Downloaded filetime v0.2.23 |
545 | 2024-08-08T21:30:25.994Z | Downloaded difflib v0.4.0 |
546 | 2024-08-08T21:30:25.994Z | Downloaded xattr v1.3.1 |
547 | 2024-08-08T21:30:25.997Z | Downloaded ciborium v0.2.2 |
548 | 2024-08-08T21:30:26.000Z | Downloaded der v0.7.9 |
549 | 2024-08-08T21:30:26.003Z | Downloaded bzip2 v0.4.4 |
550 | 2024-08-08T21:30:26.006Z | Downloaded futures-sink v0.3.30 |
551 | 2024-08-08T21:30:26.012Z | Downloaded multer v3.1.0 |
552 | 2024-08-08T21:30:26.015Z | Downloaded term v0.7.0 |
553 | 2024-08-08T21:30:26.015Z | Downloaded termtree v0.4.1 |
554 | 2024-08-08T21:30:26.018Z | Downloaded thread_local v1.1.8 |
555 | 2024-08-08T21:30:26.018Z | Downloaded slog-term v2.9.1 |
556 | 2024-08-08T21:30:26.020Z | Downloaded downcast v0.11.0 |
557 | 2024-08-08T21:30:26.024Z | Downloaded derive_builder_macro v0.20.0 |
558 | 2024-08-08T21:30:26.024Z | Downloaded phf v0.11.2 |
559 | 2024-08-08T21:30:26.028Z | Downloaded pkg-config v0.3.30 |
560 | 2024-08-08T21:30:26.028Z | Downloaded ident_case v1.0.1 |
561 | 2024-08-08T21:30:26.029Z | Downloaded rtoolbox v0.0.2 |
562 | 2024-08-08T21:30:26.032Z | Downloaded tokio-tungstenite v0.20.1 |
563 | 2024-08-08T21:30:26.032Z | Downloaded miniz_oxide v0.7.2 |
564 | 2024-08-08T21:30:26.035Z | Downloaded rand_seeder v0.3.0 |
565 | 2024-08-08T21:30:26.035Z | Downloaded scopeguard v1.2.0 |
566 | 2024-08-08T21:30:26.038Z | Downloaded schemars_derive v0.8.21 |
567 | 2024-08-08T21:30:26.038Z | Downloaded rand_xorshift v0.3.0 |
568 | 2024-08-08T21:30:26.041Z | Downloaded rand_core v0.6.4 |
569 | 2024-08-08T21:30:26.041Z | Downloaded rand_chacha v0.3.1 |
570 | 2024-08-08T21:30:26.043Z | Downloaded tokio-tungstenite v0.21.0 |
571 | 2024-08-08T21:30:26.046Z | Downloaded libloading v0.8.3 |
572 | 2024-08-08T21:30:26.046Z | Downloaded crossbeam-utils v0.8.19 |
573 | 2024-08-08T21:30:26.049Z | Downloaded spin v0.5.2 |
574 | 2024-08-08T21:30:26.052Z | Downloaded smawk v0.3.2 |
575 | 2024-08-08T21:30:26.055Z | Downloaded bytes v1.7.1 |
576 | 2024-08-08T21:30:26.059Z | Downloaded allocator-api2 v0.2.18 |
577 | 2024-08-08T21:30:26.062Z | Downloaded hyper-rustls v0.24.2 |
578 | 2024-08-08T21:30:26.064Z | Downloaded owo-colors v4.0.0 |
579 | 2024-08-08T21:30:26.067Z | Downloaded tap v1.0.1 |
580 | 2024-08-08T21:30:26.067Z | Downloaded parking_lot v0.12.2 |
581 | 2024-08-08T21:30:26.070Z | Downloaded serde_arrays v0.1.0 |
582 | 2024-08-08T21:30:26.078Z | Downloaded zone v0.1.8 |
583 | 2024-08-08T21:30:26.078Z | Downloaded tls_codec_derive v0.4.1 |
584 | 2024-08-08T21:30:26.081Z | Downloaded subprocess v0.2.9 |
585 | 2024-08-08T21:30:26.081Z | Downloaded uzers v0.11.3 |
586 | 2024-08-08T21:30:26.081Z | Downloaded hyper-tls v0.5.0 |
587 | 2024-08-08T21:30:26.081Z | Downloaded form_urlencoded v1.2.1 |
588 | 2024-08-08T21:30:26.081Z | Downloaded enum-as-inner v0.5.1 |
589 | 2024-08-08T21:30:26.084Z | Downloaded impl-trait-for-tuples v0.2.2 |
590 | 2024-08-08T21:30:26.087Z | Downloaded display-error-chain v0.2.0 |
591 | 2024-08-08T21:30:26.087Z | Downloaded untrusted v0.7.1 |
592 | 2024-08-08T21:30:26.090Z | Downloaded funty v2.0.0 |
593 | 2024-08-08T21:30:26.090Z | Downloaded psl-types v2.0.11 |
594 | 2024-08-08T21:30:26.094Z | Downloaded strum_macros v0.26.4 |
595 | 2024-08-08T21:30:26.097Z | Downloaded snafu-derive v0.8.2 |
596 | 2024-08-08T21:30:26.098Z | Downloaded slog-envlogger v2.2.0 |
597 | 2024-08-08T21:30:26.098Z | Downloaded zerocopy v0.6.6 |
598 | 2024-08-08T21:30:26.100Z | Downloaded foreign-types-shared v0.3.1 |
599 | 2024-08-08T21:30:26.100Z | Downloaded spin v0.9.8 |
600 | 2024-08-08T21:30:26.103Z | Downloaded crossbeam-channel v0.5.12 |
601 | 2024-08-08T21:30:26.108Z | Downloaded foreign-types-shared v0.1.1 |
602 | 2024-08-08T21:30:26.111Z | Downloaded portpicker v0.1.1 |
603 | 2024-08-08T21:30:26.111Z | Downloaded postgres-protocol v0.6.7 |
604 | 2024-08-08T21:30:26.111Z | Downloaded blake3 v1.5.1 |
605 | 2024-08-08T21:30:26.118Z | Downloaded instant v0.1.12 |
606 | 2024-08-08T21:30:26.122Z | Downloaded want v0.3.1 |
607 | 2024-08-08T21:30:26.122Z | Downloaded termcolor v1.4.1 |
608 | 2024-08-08T21:30:26.127Z | Downloaded slog-scope v4.4.0 |
609 | 2024-08-08T21:30:26.127Z | Downloaded tls_codec v0.4.1 |
610 | 2024-08-08T21:30:26.131Z | Downloaded smallvec v0.6.14 |
611 | 2024-08-08T21:30:26.131Z | Downloaded tower-service v0.3.2 |
612 | 2024-08-08T21:30:26.131Z | Downloaded toolchain_find v0.4.0 |
613 | 2024-08-08T21:30:26.134Z | Downloaded tinyvec_macros v0.1.1 |
614 | 2024-08-08T21:30:26.134Z | Downloaded supports-color v3.0.0 |
615 | 2024-08-08T21:30:26.134Z | Downloaded structmeta v0.3.0 |
616 | 2024-08-08T21:30:26.137Z | Downloaded unicode-linebreak v0.1.5 |
617 | 2024-08-08T21:30:26.137Z | Downloaded iana-time-zone v0.1.60 |
618 | 2024-08-08T21:30:26.140Z | Downloaded proc-macro-crate v1.3.1 |
619 | 2024-08-08T21:30:26.140Z | Downloaded globset v0.4.14 |
620 | 2024-08-08T21:30:26.143Z | Downloaded unicode-truncate v1.0.0 |
621 | 2024-08-08T21:30:26.146Z | Downloaded fd-lock v4.0.2 |
622 | 2024-08-08T21:30:26.146Z | Downloaded similar v2.5.0 |
623 | 2024-08-08T21:30:26.150Z | Downloaded embedded-io v0.4.0 |
624 | 2024-08-08T21:30:26.153Z | Downloaded heck v0.3.3 |
625 | 2024-08-08T21:30:26.156Z | Downloaded test-strategy v0.3.1 |
626 | 2024-08-08T21:30:26.159Z | Downloaded hex v0.4.3 |
627 | 2024-08-08T21:30:26.162Z | Downloaded stability v0.2.0 |
628 | 2024-08-08T21:30:26.162Z | Downloaded sqlparser_derive v0.2.2 |
629 | 2024-08-08T21:30:26.162Z | Downloaded phf_shared v0.11.2 |
630 | 2024-08-08T21:30:26.165Z | Downloaded phf_shared v0.10.0 |
631 | 2024-08-08T21:30:26.165Z | Downloaded inout v0.1.3 |
632 | 2024-08-08T21:30:26.165Z | Downloaded tokio-rustls v0.24.1 |
633 | 2024-08-08T21:30:26.168Z | Downloaded darling_core v0.20.9 |
634 | 2024-08-08T21:30:26.172Z | Downloaded crypto-bigint v0.5.5 |
635 | 2024-08-08T21:30:26.180Z | Downloaded serde_urlencoded v0.7.1 |
636 | 2024-08-08T21:30:26.182Z | Downloaded fastrand v2.1.0 |
637 | 2024-08-08T21:30:26.185Z | Downloaded zone_cfg_derive v0.1.2 |
638 | 2024-08-08T21:30:26.185Z | Downloaded tokio-rustls v0.25.0 |
639 | 2024-08-08T21:30:26.195Z | Downloaded schemars v0.8.21 |
640 | 2024-08-08T21:30:26.208Z | Downloaded http-body v0.4.6 |
641 | 2024-08-08T21:30:26.210Z | Downloaded time-core v0.1.2 |
642 | 2024-08-08T21:30:26.213Z | Downloaded zeroize_derive v1.4.2 |
643 | 2024-08-08T21:30:26.213Z | Downloaded spki v0.7.3 |
644 | 2024-08-08T21:30:26.216Z | Downloaded rustls-pemfile v1.0.4 |
645 | 2024-08-08T21:30:26.216Z | Downloaded quick-error v1.2.3 |
646 | 2024-08-08T21:30:26.219Z | Downloaded precomputed-hash v0.1.1 |
647 | 2024-08-08T21:30:26.219Z | Downloaded endian-type v0.1.2 |
648 | 2024-08-08T21:30:26.219Z | Downloaded ppv-lite86 v0.2.17 |
649 | 2024-08-08T21:30:26.222Z | Downloaded powerfmt v0.2.0 |
650 | 2024-08-08T21:30:26.222Z | Downloaded openssl-sys v0.9.103 |
651 | 2024-08-08T21:30:26.227Z | Downloaded ff v0.13.0 |
652 | 2024-08-08T21:30:26.230Z | Downloaded hostname v0.3.1 |
653 | 2024-08-08T21:30:26.232Z | Downloaded home v0.5.9 |
654 | 2024-08-08T21:30:26.233Z | Downloaded hubpack_derive v0.1.1 |
655 | 2024-08-08T21:30:26.233Z | Downloaded rustc_version v0.4.0 |
656 | 2024-08-08T21:30:26.235Z | Downloaded walkdir v2.5.0 |
657 | 2024-08-08T21:30:26.235Z | Downloaded serde_with_macros v3.8.3 |
658 | 2024-08-08T21:30:26.238Z | Downloaded hubpack v0.1.2 |
659 | 2024-08-08T21:30:26.241Z | Downloaded scheduled-thread-pool v0.2.7 |
660 | 2024-08-08T21:30:26.241Z | Downloaded hostname v0.4.0 |
661 | 2024-08-08T21:30:26.246Z | Downloaded rsa v0.9.6 |
662 | 2024-08-08T21:30:26.249Z | Downloaded trust-dns-server v0.22.1 |
663 | 2024-08-08T21:30:26.252Z | Downloaded strum v0.26.3 |
664 | 2024-08-08T21:30:26.255Z | Downloaded diesel_table_macro_syntax v0.2.0 |
665 | 2024-08-08T21:30:26.255Z | Downloaded termios v0.3.3 |
666 | 2024-08-08T21:30:26.258Z | Downloaded deranged v0.3.11 |
667 | 2024-08-08T21:30:26.258Z | Downloaded uuid v1.10.0 |
668 | 2024-08-08T21:30:26.261Z | Downloaded tungstenite v0.21.0 |
669 | 2024-08-08T21:30:26.264Z | Downloaded sec1 v0.7.3 |
670 | 2024-08-08T21:30:26.267Z | Downloaded ref-cast-impl v1.0.23 |
671 | 2024-08-08T21:30:26.270Z | Downloaded serde-big-array v0.5.1 |
672 | 2024-08-08T21:30:26.270Z | Downloaded rustc_version v0.1.7 |
673 | 2024-08-08T21:30:26.270Z | Downloaded slog-async v2.8.0 |
674 | 2024-08-08T21:30:26.273Z | Downloaded futures v0.3.30 |
675 | 2024-08-08T21:30:26.277Z | Downloaded headers v0.3.9 |
676 | 2024-08-08T21:30:26.282Z | Downloaded take_mut v0.2.2 |
677 | 2024-08-08T21:30:26.284Z | Downloaded fatfs v0.3.6 |
678 | 2024-08-08T21:30:26.287Z | Downloaded postcard v1.0.8 |
679 | 2024-08-08T21:30:26.290Z | Downloaded highway v1.2.0 |
680 | 2024-08-08T21:30:26.293Z | Downloaded structmeta-derive v0.3.0 |
681 | 2024-08-08T21:30:26.293Z | Downloaded tracing v0.1.40 |
682 | 2024-08-08T21:30:26.296Z | Downloaded static_assertions v1.1.0 |
683 | 2024-08-08T21:30:26.299Z | Downloaded structmeta-derive v0.2.0 |
684 | 2024-08-08T21:30:26.299Z | Downloaded strum_macros v0.24.3 |
685 | 2024-08-08T21:30:26.302Z | Downloaded signal-hook-tokio v0.3.1 |
686 | 2024-08-08T21:30:26.304Z | Downloaded indent_write v2.2.0 |
687 | 2024-08-08T21:30:26.304Z | Downloaded getopts v0.2.21 |
688 | 2024-08-08T21:30:26.307Z | Downloaded sigpipe v0.1.3 |
689 | 2024-08-08T21:30:26.307Z | Downloaded derive_builder v0.20.0 |
690 | 2024-08-08T21:30:26.310Z | Downloaded tokio-macros v2.3.0 |
691 | 2024-08-08T21:30:26.313Z | Downloaded http-range v0.1.5 |
692 | 2024-08-08T21:30:26.313Z | Downloaded glob v0.3.1 |
693 | 2024-08-08T21:30:26.316Z | Downloaded strum_macros v0.25.3 |
694 | 2024-08-08T21:30:26.316Z | Downloaded sync_wrapper v0.1.2 |
695 | 2024-08-08T21:30:26.319Z | Downloaded fxhash v0.2.1 |
696 | 2024-08-08T21:30:26.319Z | Downloaded predicates-tree v1.0.9 |
697 | 2024-08-08T21:30:26.322Z | Downloaded smf v0.2.3 |
698 | 2024-08-08T21:30:26.322Z | Downloaded group v0.13.0 |
699 | 2024-08-08T21:30:26.322Z | Downloaded tabwriter v1.4.0 |
700 | 2024-08-08T21:30:26.325Z | Downloaded predicates v3.1.2 |
701 | 2024-08-08T21:30:26.328Z | Downloaded tokio-stream v0.1.15 |
702 | 2024-08-08T21:30:26.331Z | Downloaded pretty-hex v0.2.1 |
703 | 2024-08-08T21:30:26.331Z | Downloaded hashbrown v0.12.3 |
704 | 2024-08-08T21:30:26.335Z | Downloaded smallvec v1.13.2 |
705 | 2024-08-08T21:30:26.338Z | Downloaded signature v2.2.0 |
706 | 2024-08-08T21:30:26.341Z | Downloaded pin-project v1.1.5 |
707 | 2024-08-08T21:30:26.350Z | Downloaded whoami v1.5.1 |
708 | 2024-08-08T21:30:26.353Z | Downloaded getrandom v0.2.14 |
709 | 2024-08-08T21:30:26.356Z | Downloaded tiny-keccak v2.0.2 |
710 | 2024-08-08T21:30:26.359Z | Downloaded gethostname v0.5.0 |
711 | 2024-08-08T21:30:26.362Z | Downloaded toml v0.5.11 |
712 | 2024-08-08T21:30:26.362Z | Downloaded semver v0.1.20 |
713 | 2024-08-08T21:30:26.365Z | Downloaded snafu v0.8.2 |
714 | 2024-08-08T21:30:26.369Z | Downloaded http v1.1.0 |
715 | 2024-08-08T21:30:26.373Z | Downloaded futures-task v0.3.30 |
716 | 2024-08-08T21:30:26.375Z | Downloaded httpdate v1.0.3 |
717 | 2024-08-08T21:30:26.375Z | Downloaded num-bigint-dig v0.8.4 |
718 | 2024-08-08T21:30:26.380Z | Downloaded hash32 v0.2.1 |
719 | 2024-08-08T21:30:26.382Z | Downloaded radium v0.7.0 |
720 | 2024-08-08T21:30:26.382Z | Downloaded time-macros v0.2.18 |
721 | 2024-08-08T21:30:26.385Z | Downloaded r2d2 v0.8.10 |
722 | 2024-08-08T21:30:26.388Z | Downloaded rustfmt-wrapper v0.2.1 |
723 | 2024-08-08T21:30:26.388Z | Downloaded tracing-core v0.1.32 |
724 | 2024-08-08T21:30:26.391Z | Downloaded hashbrown v0.13.2 |
725 | 2024-08-08T21:30:26.394Z | Downloaded vsss-rs v3.3.4 |
726 | 2024-08-08T21:30:26.397Z | Downloaded tokio-util v0.7.11 |
727 | 2024-08-08T21:30:26.403Z | Downloaded indexmap v1.9.3 |
728 | 2024-08-08T21:30:26.406Z | Downloaded untrusted v0.9.0 |
729 | 2024-08-08T21:30:26.409Z | Downloaded steno v0.4.1 |
730 | 2024-08-08T21:30:26.412Z | Downloaded tokio-native-tls v0.3.1 |
731 | 2024-08-08T21:30:26.415Z | Downloaded fallible-iterator v0.2.0 |
732 | 2024-08-08T21:30:26.418Z | Downloaded slog v2.7.0 |
733 | 2024-08-08T21:30:26.420Z | Downloaded unicode-segmentation v1.11.0 |
734 | 2024-08-08T21:30:26.423Z | Downloaded diesel_derives v2.2.2 |
735 | 2024-08-08T21:30:26.426Z | Downloaded aho-corasick v1.1.3 |
736 | 2024-08-08T21:30:26.431Z | Downloaded half v2.4.1 |
737 | 2024-08-08T21:30:26.434Z | Downloaded indicatif v0.17.8 |
738 | 2024-08-08T21:30:26.438Z | Downloaded serde_yaml v0.9.34+deprecated |
739 | 2024-08-08T21:30:26.442Z | Downloaded typed-path v0.7.1 |
740 | 2024-08-08T21:30:26.448Z | Downloaded unicode-normalization v0.1.23 |
741 | 2024-08-08T21:30:26.451Z | Downloaded diff v0.1.13 |
742 | 2024-08-08T21:30:26.454Z | Downloaded tinyvec v1.6.0 |
743 | 2024-08-08T21:30:26.457Z | Downloaded derive_more v0.99.18 |
744 | 2024-08-08T21:30:26.462Z | Downloaded expectorate v1.1.0 |
745 | 2024-08-08T21:30:26.465Z | Downloaded time v0.3.36 |
746 | 2024-08-08T21:30:26.471Z | Downloaded portable-atomic v1.6.0 |
747 | 2024-08-08T21:30:26.477Z | Downloaded chrono v0.4.38 |
748 | 2024-08-08T21:30:26.484Z | Downloaded flume v0.11.0 |
749 | 2024-08-08T21:30:26.487Z | Downloaded tungstenite v0.20.1 |
750 | 2024-08-08T21:30:26.491Z | Downloaded tough v0.17.1 |
751 | 2024-08-08T21:30:26.499Z | Downloaded prettyplease v0.2.20 |
752 | 2024-08-08T21:30:26.502Z | Downloaded reedline v0.31.0 |
753 | 2024-08-08T21:30:26.509Z | Downloaded rand v0.8.5 |
754 | 2024-08-08T21:30:26.513Z | Downloaded url v2.5.2 |
755 | 2024-08-08T21:30:26.516Z | Downloaded tokio-postgres v0.7.11 |
756 | 2024-08-08T21:30:26.521Z | Downloaded flate2 v1.0.31 |
757 | 2024-08-08T21:30:26.527Z | Downloaded proptest v1.5.0 |
758 | 2024-08-08T21:30:26.536Z | Downloaded regex-automata v0.1.10 |
759 | 2024-08-08T21:30:26.541Z | Downloaded serde_with v3.8.3 |
760 | 2024-08-08T21:30:26.549Z | Downloaded rustyline v14.0.0 |
761 | 2024-08-08T21:30:26.554Z | Downloaded rustls-webpki v0.101.7 |
762 | 2024-08-08T21:30:26.569Z | Downloaded reqwest v0.11.27 |
763 | 2024-08-08T21:30:26.576Z | Downloaded publicsuffix v2.2.3 |
764 | 2024-08-08T21:30:26.579Z | Downloaded h2 v0.3.26 |
765 | 2024-08-08T21:30:26.585Z | Downloaded hkdf v0.12.4 |
766 | 2024-08-08T21:30:26.588Z | Downloaded openssl v0.10.66 |
767 | 2024-08-08T21:30:26.597Z | Downloaded idna v0.5.0 |
768 | 2024-08-08T21:30:26.603Z | Downloaded futures-util v0.3.30 |
769 | 2024-08-08T21:30:26.615Z | Downloaded rustls-webpki v0.102.4 |
770 | 2024-08-08T21:30:26.634Z | Downloaded quick-xml v0.31.0 |
771 | 2024-08-08T21:30:26.639Z | Downloaded rayon v1.10.0 |
772 | 2024-08-08T21:30:26.648Z | Downloaded nix v0.27.1 |
773 | 2024-08-08T21:30:26.659Z | Downloaded winnow v0.5.40 |
774 | 2024-08-08T21:30:26.667Z | Downloaded vcpkg v0.2.15 |
775 | 2024-08-08T21:30:26.706Z | Downloaded radix_trie v0.2.1 |
776 | 2024-08-08T21:30:26.711Z | Downloaded regex-syntax v0.6.29 |
777 | 2024-08-08T21:30:26.720Z | Downloaded regress v0.9.1 |
778 | 2024-08-08T21:30:26.726Z | Downloaded trust-dns-proto v0.22.0 |
779 | 2024-08-08T21:30:26.738Z | Downloaded webpki-roots v0.25.4 |
780 | 2024-08-08T21:30:26.742Z | Downloaded rustls v0.21.12 |
781 | 2024-08-08T21:30:26.753Z | Downloaded object v0.32.2 |
782 | 2024-08-08T21:30:26.763Z | Downloaded smoltcp v0.11.0 |
783 | 2024-08-08T21:30:26.775Z | Downloaded regex v1.10.6 |
784 | 2024-08-08T21:30:26.790Z | Downloaded openapiv3 v2.0.0 |
785 | 2024-08-08T21:30:26.799Z | Downloaded regex-syntax v0.8.3 |
786 | 2024-08-08T21:30:26.808Z | Downloaded rustls v0.22.4 |
787 | 2024-08-08T21:30:26.819Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
788 | 2024-08-08T21:30:26.831Z | Downloaded diesel v2.2.2 |
789 | 2024-08-08T21:30:26.849Z | Downloaded sled v0.34.7 |
790 | 2024-08-08T21:30:26.859Z | Downloaded regex-automata v0.4.6 |
791 | 2024-08-08T21:30:26.876Z | Downloaded ratatui v0.27.0 |
792 | 2024-08-08T21:30:26.894Z | Downloaded zerocopy-derive v0.6.6 |
793 | 2024-08-08T21:30:26.902Z | Downloaded finl_unicode v1.2.0 |
794 | 2024-08-08T21:30:26.915Z | Downloaded petgraph v0.6.5 |
795 | 2024-08-08T21:30:26.930Z | Downloaded csv v1.3.0 |
796 | 2024-08-08T21:30:26.949Z | Downloaded tokio v1.38.1 |
797 | 2024-08-08T21:30:26.987Z | Downloaded sha3 v0.10.8 |
798 | 2024-08-08T21:30:26.991Z | Downloaded polar-core v0.27.3 |
799 | 2024-08-08T21:30:27.000Z | Downloaded idna v0.3.0 |
800 | 2024-08-08T21:30:27.006Z | Downloaded idna v0.2.3 |
801 | 2024-08-08T21:30:27.013Z | Downloaded nix v0.28.0 |
802 | 2024-08-08T21:30:27.024Z | Downloaded bstr v1.9.1 |
803 | 2024-08-08T21:30:27.034Z | Downloaded encoding_rs v0.8.34 |
804 | 2024-08-08T21:30:27.056Z | Downloaded gimli v0.28.1 |
805 | 2024-08-08T21:30:27.065Z | Downloaded smoltcp v0.9.1 |
806 | 2024-08-08T21:30:27.075Z | Downloaded bstr v0.2.17 |
807 | 2024-08-08T21:30:27.085Z | Downloaded hyper v0.14.30 |
808 | 2024-08-08T21:30:27.092Z | Downloaded curve25519-dalek v4.1.3 |
809 | 2024-08-08T21:30:27.101Z | Downloaded object v0.30.4 |
810 | 2024-08-08T21:30:27.111Z | Downloaded lalrpop v0.19.12 |
811 | 2024-08-08T21:30:27.121Z | Downloaded bitvec v1.0.1 |
812 | 2024-08-08T21:30:27.137Z | Downloaded bindgen v0.69.4 |
813 | 2024-08-08T21:30:27.144Z | Downloaded sqlparser v0.45.0 |
814 | 2024-08-08T21:30:27.149Z | Downloaded trust-dns-client v0.22.0 |
815 | 2024-08-08T21:30:27.154Z | Downloaded tar v0.4.41 |
816 | 2024-08-08T21:30:27.157Z | Downloaded samael v0.0.15 |
817 | 2024-08-08T21:30:27.163Z | Downloaded rayon-core v1.12.1 |
818 | 2024-08-08T21:30:27.168Z | Downloaded ron v0.7.1 |
819 | 2024-08-08T21:30:27.172Z | Downloaded zip v0.6.6 |
820 | 2024-08-08T21:30:27.177Z | Downloaded toml_edit v0.19.15 |
821 | 2024-08-08T21:30:27.189Z | Downloaded slab v0.4.9 |
822 | 2024-08-08T21:30:27.192Z | Downloaded secrecy v0.8.0 |
823 | 2024-08-08T21:30:27.192Z | Downloaded same-file v1.0.6 |
824 | 2024-08-08T21:30:27.194Z | Downloaded vte v0.11.1 |
825 | 2024-08-08T21:30:27.194Z | Downloaded dirs-sys-next v0.1.2 |
826 | 2024-08-08T21:30:27.197Z | Downloaded derive-where v1.2.7 |
827 | 2024-08-08T21:30:27.201Z | Downloaded nom v7.1.3 |
828 | 2024-08-08T21:30:27.204Z | Downloaded signal-hook v0.3.17 |
829 | 2024-08-08T21:30:27.206Z | Downloaded hmac v0.12.1 |
830 | 2024-08-08T21:30:27.209Z | Downloaded heapless v0.8.0 |
831 | 2024-08-08T21:30:27.212Z | Downloaded der_derive v0.7.2 |
832 | 2024-08-08T21:30:27.214Z | Downloaded hyper-staticfile v0.9.5 |
833 | 2024-08-08T21:30:27.218Z | Downloaded unsafe-libyaml v0.2.11 |
834 | 2024-08-08T21:30:27.220Z | Downloaded rcgen v0.12.1 |
835 | 2024-08-08T21:30:27.223Z | Downloaded unicode-bidi v0.3.15 |
836 | 2024-08-08T21:30:27.223Z | Downloaded http v0.2.12 |
837 | 2024-08-08T21:30:27.226Z | Downloaded float-ord v0.3.2 |
838 | 2024-08-08T21:30:27.229Z | Downloaded float-cmp v0.9.0 |
839 | 2024-08-08T21:30:27.232Z | Downloaded rustversion v1.0.17 |
840 | 2024-08-08T21:30:27.235Z | Downloaded rustc-hash v1.1.0 |
841 | 2024-08-08T21:30:27.235Z | Downloaded predicates-core v1.0.6 |
842 | 2024-08-08T21:30:27.235Z | Downloaded toml v0.7.8 |
843 | 2024-08-08T21:30:27.238Z | Downloaded humantime v2.1.0 |
844 | 2024-08-08T21:30:27.240Z | Downloaded ena v0.14.3 |
845 | 2024-08-08T21:30:27.240Z | Downloaded dirs-next v2.0.0 |
846 | 2024-08-08T21:30:27.243Z | Downloaded tui-tree-widget v0.21.0 |
847 | 2024-08-08T21:30:27.243Z | Downloaded tracing-attributes v0.1.27 |
848 | 2024-08-08T21:30:27.246Z | Downloaded rustls-pemfile v2.1.3 |
849 | 2024-08-08T21:30:27.248Z | Downloaded x509-cert v0.2.5 |
850 | 2024-08-08T21:30:27.252Z | Downloaded crossterm v0.27.0 |
851 | 2024-08-08T21:30:27.258Z | Downloaded hash32 v0.3.1 |
852 | 2024-08-08T21:30:27.261Z | Downloaded zeroize v1.7.0 |
853 | 2024-08-08T21:30:27.261Z | Downloaded stable_deref_trait v1.2.0 |
854 | 2024-08-08T21:30:27.264Z | Downloaded shlex v1.3.0 |
855 | 2024-08-08T21:30:27.264Z | Downloaded shell-words v1.1.0 |
856 | 2024-08-08T21:30:27.264Z | Downloaded ref-cast v1.0.23 |
857 | 2024-08-08T21:30:27.267Z | Downloaded pin-project-lite v0.2.14 |
858 | 2024-08-08T21:30:27.270Z | Downloaded pin-project-internal v1.1.5 |
859 | 2024-08-08T21:30:27.273Z | Downloaded ipnet v2.9.0 |
860 | 2024-08-08T21:30:27.275Z | Downloaded httparse v1.8.0 |
861 | 2024-08-08T21:30:27.275Z | Downloaded futures-channel v0.3.30 |
862 | 2024-08-08T21:30:27.278Z | Downloaded heapless v0.7.17 |
863 | 2024-08-08T21:30:27.281Z | Downloaded elliptic-curve v0.13.8 |
864 | 2024-08-08T21:30:27.284Z | Downloaded unicode_categories v0.1.1 |
865 | 2024-08-08T21:30:27.286Z | Downloaded trust-dns-resolver v0.22.0 |
866 | 2024-08-08T21:30:27.289Z | Downloaded minimal-lexical v0.2.1 |
867 | 2024-08-08T21:30:27.294Z | Downloaded libxml v0.3.3 |
868 | 2024-08-08T21:30:27.299Z | Downloaded libm v0.2.8 |
869 | 2024-08-08T21:30:27.307Z | Downloaded itertools v0.13.0 |
870 | 2024-08-08T21:30:27.314Z | Downloaded itertools v0.12.1 |
871 | 2024-08-08T21:30:27.321Z | Downloaded itertools v0.10.5 |
872 | 2024-08-08T21:30:27.327Z | Downloaded which v4.4.2 |
873 | 2024-08-08T21:30:27.330Z | Downloaded stringprep v0.1.4 |
874 | 2024-08-08T21:30:27.330Z | Downloaded string_cache v0.8.7 |
875 | 2024-08-08T21:30:27.333Z | Downloaded unicase v2.7.0 |
876 | 2024-08-08T21:30:27.333Z | Downloaded ron v0.8.1 |
877 | 2024-08-08T21:30:27.338Z | Downloaded tempfile v3.10.1 |
878 | 2024-08-08T21:30:27.340Z | Downloaded serde_repr v0.1.19 |
879 | 2024-08-08T21:30:27.343Z | Downloaded serde_plain v1.0.2 |
880 | 2024-08-08T21:30:27.343Z | Downloaded serde_path_to_error v0.1.16 |
881 | 2024-08-08T21:30:27.346Z | Downloaded rusty-fork v0.3.0 |
882 | 2024-08-08T21:30:27.346Z | Downloaded serde_derive_internals v0.29.1 |
883 | 2024-08-08T21:30:27.349Z | Downloaded rustls-pki-types v1.7.0 |
884 | 2024-08-08T21:30:27.352Z | Downloaded postgres-types v0.2.7 |
885 | 2024-08-08T21:30:27.352Z | Downloaded chacha20poly1305 v0.10.1 |
886 | 2024-08-08T21:30:27.354Z | Downloaded cc v1.0.97 |
887 | 2024-08-08T21:30:27.358Z | Downloaded topological-sort v0.2.2 |
888 | 2024-08-08T21:30:27.358Z | Downloaded socket2 v0.5.7 |
889 | 2024-08-08T21:30:27.362Z | Downloaded const_format v0.2.32 |
890 | 2024-08-08T21:30:27.365Z | Downloaded erased-serde v0.3.31 |
891 | 2024-08-08T21:30:27.365Z | Downloaded env_logger v0.10.2 |
892 | 2024-08-08T21:30:27.368Z | Downloaded env_logger v0.9.3 |
893 | 2024-08-08T21:30:27.371Z | Downloaded derive_builder_core v0.20.0 |
894 | 2024-08-08T21:30:27.373Z | Downloaded num-bigint v0.4.5 |
895 | 2024-08-08T21:30:27.379Z | Downloaded textwrap v0.16.1 |
896 | 2024-08-08T21:30:27.379Z | Downloaded socket2 v0.4.10 |
897 | 2024-08-08T21:30:27.383Z | Downloaded slog-json v2.6.1 |
898 | 2024-08-08T21:30:27.383Z | Downloaded slog-dtrace v0.3.0 |
899 | 2024-08-08T21:30:27.386Z | Downloaded ring v0.17.8 |
900 | 2024-08-08T21:30:27.453Z | Downloaded signal-hook-mio v0.2.3 |
901 | 2024-08-08T21:30:27.456Z | Downloaded serde-hex v0.1.0 |
902 | 2024-08-08T21:30:27.456Z | Downloaded waitgroup v0.1.2 |
903 | 2024-08-08T21:30:27.459Z | Downloaded resolv-conf v0.7.0 |
904 | 2024-08-08T21:30:27.459Z | Downloaded base64 v0.22.1 |
905 | 2024-08-08T21:30:27.462Z | Downloaded foreign-types v0.3.2 |
906 | 2024-08-08T21:30:27.462Z | Downloaded foreign-types-macros v0.2.3 |
907 | 2024-08-08T21:30:27.465Z | Downloaded foreign-types v0.5.0 |
908 | 2024-08-08T21:30:27.465Z | Downloaded fragile v2.0.0 |
909 | 2024-08-08T21:30:27.468Z | Downloaded sha1 v0.10.6 |
910 | 2024-08-08T21:30:27.468Z | Downloaded pkcs1 v0.7.5 |
911 | 2024-08-08T21:30:27.471Z | Downloaded yasna v0.5.2 |
912 | 2024-08-08T21:30:27.471Z | Downloaded base64 v0.21.7 |
913 | 2024-08-08T21:30:27.474Z | Downloaded sct v0.7.1 |
914 | 2024-08-08T21:30:27.477Z | Downloaded rustc-demangle v0.1.24 |
915 | 2024-08-08T21:30:27.480Z | Downloaded poly1305 v0.8.0 |
916 | 2024-08-08T21:30:27.483Z | Downloaded pkcs8 v0.10.2 |
917 | 2024-08-08T21:30:27.485Z | Downloaded mio v0.8.11 |
918 | 2024-08-08T21:30:27.489Z | Downloaded ring v0.16.20 |
919 | 2024-08-08T21:30:27.569Z | Downloaded utf-8 v0.7.6 |
920 | 2024-08-08T21:30:27.572Z | Downloaded unarray v0.1.4 |
921 | 2024-08-08T21:30:27.572Z | Downloaded oso v0.27.3 |
922 | 2024-08-08T21:30:27.575Z | Downloaded omicron-zone-package v0.11.0 |
923 | 2024-08-08T21:30:27.577Z | Downloaded csv-core v0.1.11 |
924 | 2024-08-08T21:30:27.580Z | Downloaded crc-any v2.5.0 |
925 | 2024-08-08T21:30:27.583Z | Downloaded base64 v0.13.1 |
926 | 2024-08-08T21:30:27.586Z | Downloaded clang-sys v1.7.0 |
927 | 2024-08-08T21:30:27.586Z | Downloaded camino-tempfile v1.1.1 |
928 | 2024-08-08T21:30:27.588Z | Downloaded blake2 v0.10.6 |
929 | 2024-08-08T21:30:27.591Z | Downloaded futures-io v0.3.30 |
930 | 2024-08-08T21:30:27.591Z | Downloaded futures-executor v0.3.30 |
931 | 2024-08-08T21:30:27.591Z | Downloaded futures-core v0.3.30 |
932 | 2024-08-08T21:30:27.594Z | Downloaded peg-macros v0.8.4 |
933 | 2024-08-08T21:30:27.594Z | Downloaded password-hash v0.5.0 |
934 | 2024-08-08T21:30:27.597Z | Downloaded parking_lot_core v0.9.10 |
935 | 2024-08-08T21:30:27.599Z | Downloaded num-rational v0.4.2 |
936 | 2024-08-08T21:30:27.599Z | Downloaded mime_guess v2.0.4 |
937 | 2024-08-08T21:30:27.603Z | Downloaded backtrace v0.3.71 |
938 | 2024-08-08T21:30:27.606Z | Downloaded futures-macro v0.3.30 |
939 | 2024-08-08T21:30:27.606Z | Downloaded flagset v0.4.5 |
940 | 2024-08-08T21:30:27.608Z | Downloaded fixedbitset v0.4.2 |
941 | 2024-08-08T21:30:27.608Z | Downloaded either v1.13.0 |
942 | 2024-08-08T21:30:27.611Z | Downloaded dsl_auto_type v0.1.2 |
943 | 2024-08-08T21:30:27.611Z | Downloaded crossbeam-epoch v0.9.18 |
944 | 2024-08-08T21:30:27.614Z | Downloaded wyz v0.5.1 |
945 | 2024-08-08T21:30:27.614Z | Downloaded universal-hash v0.5.1 |
946 | 2024-08-08T21:30:27.617Z | Downloaded unicode-xid v0.2.4 |
947 | 2024-08-08T21:30:27.617Z | Downloaded lock_api v0.4.12 |
948 | 2024-08-08T21:30:27.619Z | Downloaded cookie_store v0.20.0 |
949 | 2024-08-08T21:30:27.619Z | Downloaded wait-timeout v0.2.0 |
950 | 2024-08-08T21:30:27.622Z | Downloaded pin-utils v0.1.0 |
951 | 2024-08-08T21:30:27.622Z | Downloaded crc32fast v1.4.0 |
952 | 2024-08-08T21:30:27.625Z | Downloaded console v0.15.8 |
953 | 2024-08-08T21:30:27.628Z | Downloaded parse-display-derive v0.9.1 |
954 | 2024-08-08T21:30:27.628Z | Downloaded siphasher v0.3.11 |
955 | 2024-08-08T21:30:27.628Z | Downloaded signal-hook-registry v1.4.2 |
956 | 2024-08-08T21:30:27.631Z | Downloaded num_enum_derive v0.5.11 |
957 | 2024-08-08T21:30:27.631Z | Downloaded darling v0.20.9 |
958 | 2024-08-08T21:30:27.635Z | Downloaded arc-swap v1.7.1 |
959 | 2024-08-08T21:30:27.638Z | Downloaded defmt-macros v0.3.9 |
960 | 2024-08-08T21:30:27.641Z | Downloaded defmt v0.3.8 |
961 | 2024-08-08T21:30:27.644Z | Downloaded colored v2.1.0 |
962 | 2024-08-08T21:30:27.646Z | Downloaded libefi-sys v0.1.0 |
963 | 2024-08-08T21:30:27.646Z | Downloaded lazy_static v1.5.0 |
964 | 2024-08-08T21:30:27.649Z | Downloaded cookie v0.18.1 |
965 | 2024-08-08T21:30:27.649Z | Downloaded addr2line v0.21.0 |
966 | 2024-08-08T21:30:27.652Z | Downloaded compact_str v0.7.1 |
967 | 2024-08-08T21:30:27.655Z | Downloaded argon2 v0.5.3 |
968 | 2024-08-08T21:30:27.657Z | Downloaded maplit v1.0.2 |
969 | 2024-08-08T21:30:27.657Z | Downloaded lru-cache v0.1.2 |
970 | 2024-08-08T21:30:27.658Z | Downloaded mockall v0.13.0 |
971 | 2024-08-08T21:30:27.660Z | Downloaded libsw v3.3.1 |
972 | 2024-08-08T21:30:27.660Z | Downloaded aead v0.5.2 |
973 | 2024-08-08T21:30:27.663Z | Downloaded new_debug_unreachable v1.0.6 |
974 | 2024-08-08T21:30:27.663Z | Downloaded cancel-safe-futures v0.1.5 |
975 | 2024-08-08T21:30:27.666Z | Downloaded const_format_proc_macros v0.2.32 |
976 | 2024-08-08T21:30:27.668Z | Downloaded bitfield v0.14.0 |
977 | 2024-08-08T21:30:27.668Z | Downloaded bcs v0.1.6 |
978 | 2024-08-08T21:30:27.671Z | Downloaded base16ct v0.2.0 |
979 | 2024-08-08T21:30:27.671Z | Downloaded async-stream v0.3.5 |
980 | 2024-08-08T21:30:27.674Z | Downloaded assert_matches v1.5.0 |
981 | 2024-08-08T21:30:27.674Z | Downloaded packed_struct v0.10.1 |
982 | 2024-08-08T21:30:27.677Z | Downloaded maybe-uninit v2.0.0 |
983 | 2024-08-08T21:30:27.677Z | Downloaded managed v0.8.0 |
984 | 2024-08-08T21:30:27.677Z | Downloaded linked-hash-map v0.5.6 |
985 | 2024-08-08T21:30:27.679Z | Downloaded debug-ignore v1.0.5 |
986 | 2024-08-08T21:30:27.679Z | Downloaded ascii v1.1.0 |
987 | 2024-08-08T21:30:27.682Z | Downloaded cipher v0.4.4 |
988 | 2024-08-08T21:30:27.682Z | Downloaded base64ct v1.6.0 |
989 | 2024-08-08T21:30:27.685Z | Downloaded lazycell v1.3.0 |
990 | 2024-08-08T21:30:27.685Z | Downloaded chacha20 v0.9.1 |
991 | 2024-08-08T21:30:27.688Z | Downloaded oso-derive v0.27.3 |
992 | 2024-08-08T21:30:27.688Z | Downloaded lru v0.12.3 |
993 | 2024-08-08T21:30:27.688Z | Downloaded crunchy v0.2.2 |
994 | 2024-08-08T21:30:27.691Z | Downloaded crc-catalog v2.4.0 |
995 | 2024-08-08T21:30:27.691Z | Downloaded castaway v0.2.2 |
996 | 2024-08-08T21:30:27.691Z | Downloaded keccak v0.1.5 |
997 | 2024-08-08T21:30:27.695Z | Downloaded cexpr v0.6.0 |
998 | 2024-08-08T21:30:27.695Z | Downloaded ascii-canvas v3.0.0 |
999 | 2024-08-08T21:30:27.697Z | Downloaded arrayref v0.3.7 |
1000 | 2024-08-08T21:30:27.697Z | Downloaded atomicwrites v0.4.3 |
1001 | 2024-08-08T21:30:27.697Z | Downloaded bit-vec v0.6.3 |
1002 | 2024-08-08T21:30:27.697Z | Downloaded ipnetwork v0.20.0 |
1003 | 2024-08-08T21:30:27.787Z | Compiling cfg-if v1.0.0 |
1004 | 2024-08-08T21:30:27.790Z | Compiling serde v1.0.205 |
1005 | 2024-08-08T21:30:27.790Z | Compiling lock_api v0.4.12 |
1006 | 2024-08-08T21:30:27.790Z | Compiling scopeguard v1.2.0 |
1007 | 2024-08-08T21:30:27.790Z | Compiling log v0.4.21 |
1008 | 2024-08-08T21:30:27.931Z | Compiling syn v2.0.72 |
1009 | 2024-08-08T21:30:27.933Z | Compiling cc v1.0.97 |
1010 | 2024-08-08T21:30:27.934Z | Compiling typenum v1.17.0 |
1011 | 2024-08-08T21:30:28.008Z | Compiling getrandom v0.2.14 |
1012 | 2024-08-08T21:30:28.046Z | Compiling generic-array v0.14.7 |
1013 | 2024-08-08T21:30:28.359Z | Compiling rand_core v0.6.4 |
1014 | 2024-08-08T21:30:28.375Z | Compiling parking_lot_core v0.9.10 |
1015 | 2024-08-08T21:30:28.490Z | Compiling pin-project-lite v0.2.14 |
1016 | 2024-08-08T21:30:28.573Z | Compiling smallvec v1.13.2 |
1017 | 2024-08-08T21:30:28.611Z | Compiling signal-hook-registry v1.4.2 |
1018 | 2024-08-08T21:30:28.796Z | Compiling spin v0.9.8 |
1019 | 2024-08-08T21:30:28.840Z | Compiling mio v0.8.11 |
1020 | 2024-08-08T21:30:28.855Z | Compiling ahash v0.8.11 |
1021 | 2024-08-08T21:30:29.162Z | Compiling tinyvec_macros v0.1.1 |
1022 | 2024-08-08T21:30:29.182Z | Compiling futures-core v0.3.30 |
1023 | 2024-08-08T21:30:29.248Z | Compiling tinyvec v1.6.0 |
1024 | 2024-08-08T21:30:29.408Z | Compiling parking_lot v0.12.2 |
1025 | 2024-08-08T21:30:29.485Z | Compiling num_cpus v1.16.0 |
1026 | 2024-08-08T21:30:29.606Z | Compiling socket2 v0.5.7 |
1027 | 2024-08-08T21:30:29.621Z | Compiling libm v0.2.8 |
1028 | 2024-08-08T21:30:29.969Z | Compiling const-oid v0.9.6 |
1029 | 2024-08-08T21:30:30.138Z | Compiling subtle v2.5.0 |
1030 | 2024-08-08T21:30:30.317Z | Compiling serde_json v1.0.122 |
1031 | 2024-08-08T21:30:30.626Z | Compiling num-traits v0.2.19 |
1032 | 2024-08-08T21:30:30.677Z | Compiling unicode-normalization v0.1.23 |
1033 | 2024-08-08T21:30:30.711Z | Compiling slab v0.4.9 |
1034 | 2024-08-08T21:30:30.761Z | Compiling unicode-bidi v0.3.15 |
1035 | 2024-08-08T21:30:30.781Z | Compiling allocator-api2 v0.2.18 |
1036 | 2024-08-08T21:30:30.931Z | Compiling futures-sink v0.3.30 |
1037 | 2024-08-08T21:30:31.439Z | Compiling futures-channel v0.3.30 |
1038 | 2024-08-08T21:30:31.572Z | Compiling vcpkg v0.2.15 |
1039 | 2024-08-08T21:30:31.617Z | Compiling futures-io v0.3.30 |
1040 | 2024-08-08T21:30:31.824Z | Compiling futures-task v0.3.30 |
1041 | 2024-08-08T21:30:31.871Z | Compiling pin-utils v0.1.0 |
1042 | 2024-08-08T21:30:31.951Z | Compiling pkg-config v0.3.30 |
1043 | 2024-08-08T21:30:31.969Z | Compiling ring v0.17.8 |
1044 | 2024-08-08T21:30:32.111Z | Compiling ppv-lite86 v0.2.17 |
1045 | 2024-08-08T21:30:32.136Z | Compiling percent-encoding v2.3.1 |
1046 | 2024-08-08T21:30:32.518Z | Compiling tracing-core v0.1.32 |
1047 | 2024-08-08T21:30:32.639Z | Compiling untrusted v0.9.0 |
1048 | 2024-08-08T21:30:32.815Z | Compiling num-conv v0.1.0 |
1049 | 2024-08-08T21:30:32.907Z | Compiling rand_chacha v0.3.1 |
1050 | 2024-08-08T21:30:33.087Z | Compiling powerfmt v0.2.0 |
1051 | 2024-08-08T21:30:33.521Z | Compiling time-core v0.1.2 |
1052 | 2024-08-08T21:30:33.541Z | Compiling rustix v0.38.34 |
1053 | 2024-08-08T21:30:33.691Z | Compiling syn v1.0.109 |
1054 | 2024-08-08T21:30:33.855Z | Compiling openssl-sys v0.9.103 |
1055 | 2024-08-08T21:30:33.916Z | Compiling time-macros v0.2.18 |
1056 | 2024-08-08T21:30:34.313Z | Compiling deranged v0.3.11 |
1057 | 2024-08-08T21:30:34.360Z | Compiling rand v0.8.5 |
1058 | 2024-08-08T21:30:34.383Z | Compiling httparse v1.8.0 |
1059 | 2024-08-08T21:30:34.799Z | Compiling base64ct v1.6.0 |
1060 | 2024-08-08T21:30:35.083Z | Compiling foreign-types-shared v0.1.1 |
1061 | 2024-08-08T21:30:35.187Z | Compiling num_threads v0.1.7 |
1062 | 2024-08-08T21:30:35.310Z | Compiling rustversion v1.0.17 |
1063 | 2024-08-08T21:30:35.346Z | Compiling openssl v0.10.66 |
1064 | 2024-08-08T21:30:35.772Z | Compiling pem-rfc7468 v0.7.0 |
1065 | 2024-08-08T21:30:36.062Z | Compiling foreign-types v0.3.2 |
1066 | 2024-08-08T21:30:36.109Z | Compiling form_urlencoded v1.2.1 |
1067 | 2024-08-08T21:30:36.142Z | Compiling try-lock v0.2.5 |
1068 | 2024-08-08T21:30:36.268Z | Compiling rustls v0.21.12 |
1069 | 2024-08-08T21:30:36.411Z | Compiling crossbeam-utils v0.8.19 |
1070 | 2024-08-08T21:30:36.428Z | Compiling siphasher v0.3.11 |
1071 | 2024-08-08T21:30:36.531Z | Compiling flagset v0.4.5 |
1072 | 2024-08-08T21:30:36.743Z | Compiling native-tls v0.2.11 |
1073 | 2024-08-08T21:30:36.771Z | Compiling want v0.3.1 |
1074 | 2024-08-08T21:30:36.870Z | Compiling time v0.3.36 |
1075 | 2024-08-08T21:30:37.092Z | Compiling idna v0.5.0 |
1076 | 2024-08-08T21:30:37.206Z | Compiling lazy_static v1.5.0 |
1077 | 2024-08-08T21:30:37.325Z | Compiling aho-corasick v1.1.3 |
1078 | 2024-08-08T21:30:37.685Z | Compiling cookie v0.17.0 |
1079 | 2024-08-08T21:30:37.986Z | Compiling finl_unicode v1.2.0 |
1080 | 2024-08-08T21:30:38.417Z | Compiling cpufeatures v0.2.12 |
1081 | 2024-08-08T21:30:38.522Z | Compiling regex-syntax v0.8.3 |
1082 | 2024-08-08T21:30:38.558Z | Compiling slog v2.7.0 |
1083 | 2024-08-08T21:30:38.707Z | Compiling openssl-probe v0.1.5 |
1084 | 2024-08-08T21:30:39.064Z | Compiling signal-hook v0.3.17 |
1085 | 2024-08-08T21:30:39.081Z | Compiling tower-service v0.3.2 |
1086 | 2024-08-08T21:30:39.197Z | Compiling adler v1.0.2 |
1087 | 2024-08-08T21:30:39.348Z | Compiling iana-time-zone v0.1.60 |
1088 | 2024-08-08T21:30:39.416Z | Compiling httpdate v1.0.3 |
1089 | 2024-08-08T21:30:39.814Z | Compiling miniz_oxide v0.7.2 |
1090 | 2024-08-08T21:30:39.934Z | Compiling stringprep v0.1.4 |
1091 | 2024-08-08T21:30:41.275Z | Compiling url v2.5.2 |
1092 | 2024-08-08T21:30:41.850Z | Compiling serde_derive v1.0.205 |
1093 | 2024-08-08T21:30:41.946Z | Compiling zeroize_derive v1.4.2 |
1094 | 2024-08-08T21:30:42.625Z | Compiling zerocopy-derive v0.7.34 |
1095 | 2024-08-08T21:30:42.860Z | Compiling tokio-macros v2.3.0 |
1096 | 2024-08-08T21:30:43.124Z | Compiling thiserror-impl v1.0.63 |
1097 | 2024-08-08T21:30:43.546Z | Compiling zeroize v1.7.0 |
1098 | 2024-08-08T21:30:44.508Z | Compiling futures-macro v0.3.30 |
1099 | 2024-08-08T21:30:44.532Z | Compiling scroll_derive v0.12.0 |
1100 | 2024-08-08T21:30:44.862Z | Compiling zerocopy v0.7.34 |
1101 | 2024-08-08T21:30:44.913Z | Compiling tracing-attributes v0.1.27 |
1102 | 2024-08-08T21:30:45.364Z | Compiling crypto-common v0.1.6 |
1103 | 2024-08-08T21:30:45.649Z | Compiling block-buffer v0.10.4 |
1104 | 2024-08-08T21:30:45.928Z | Compiling digest v0.10.7 |
1105 | 2024-08-08T21:30:46.034Z | Compiling scroll v0.12.0 |
1106 | 2024-08-08T21:30:46.457Z | Compiling futures-util v0.3.30 |
1107 | 2024-08-08T21:30:46.474Z | Compiling thiserror v1.0.63 |
1108 | 2024-08-08T21:30:46.496Z | Compiling goblin v0.8.2 |
1109 | 2024-08-08T21:30:46.566Z | Compiling hmac v0.12.1 |
1110 | 2024-08-08T21:30:46.606Z | Compiling pest v2.7.10 |
1111 | 2024-08-08T21:30:46.814Z | Compiling openssl-macros v0.1.1 |
1112 | 2024-08-08T21:30:47.020Z | Compiling hashbrown v0.14.5 |
1113 | 2024-08-08T21:30:47.543Z | Compiling der_derive v0.7.2 |
1114 | 2024-08-08T21:30:48.380Z | Compiling rustls-webpki v0.101.7 |
1115 | 2024-08-08T21:30:48.797Z | Compiling tracing v0.1.40 |
1116 | 2024-08-08T21:30:49.323Z | Compiling pest_meta v2.7.10 |
1117 | 2024-08-08T21:30:49.633Z | Compiling sct v0.7.1 |
1118 | 2024-08-08T21:30:49.982Z | Compiling md-5 v0.10.6 |
1119 | 2024-08-08T21:30:50.063Z | Compiling der v0.7.9 |
1120 | 2024-08-08T21:30:50.239Z | Compiling sha2 v0.10.8 |
1121 | 2024-08-08T21:30:50.262Z | Compiling regex-automata v0.4.6 |
1122 | 2024-08-08T21:30:52.683Z | Compiling pest_generator v2.7.10 |
1123 | 2024-08-08T21:30:53.411Z | Compiling spki v0.7.3 |
1124 | 2024-08-08T21:30:53.790Z | Compiling num-integer v0.1.46 |
1125 | 2024-08-08T21:30:53.937Z | Compiling idna v0.3.0 |
1126 | 2024-08-08T21:30:54.264Z | Compiling backtrace v0.3.71 |
1127 | 2024-08-08T21:30:54.576Z | Compiling hash32 v0.2.1 |
1128 | 2024-08-08T21:30:54.627Z | Compiling pest_derive v2.7.10 |
1129 | 2024-08-08T21:30:54.717Z | Compiling fallible-iterator v0.2.0 |
1130 | 2024-08-08T21:30:54.939Z | Compiling gimli v0.28.1 |
1131 | 2024-08-08T21:30:55.414Z | Compiling psl-types v2.0.11 |
1132 | 2024-08-08T21:30:55.438Z | Compiling dtrace-parser v0.2.0 |
1133 | 2024-08-08T21:30:55.473Z | Compiling crc32fast v1.4.0 |
1134 | 2024-08-08T21:30:55.627Z | Compiling stable_deref_trait v1.2.0 |
1135 | 2024-08-08T21:30:55.732Z | Compiling smoltcp v0.9.1 |
1136 | 2024-08-08T21:30:55.997Z | Compiling bytes v1.7.1 |
1137 | 2024-08-08T21:30:56.291Z | Compiling bitflags v2.6.0 |
1138 | 2024-08-08T21:30:56.741Z | Compiling indexmap v2.3.0 |
1139 | 2024-08-08T21:30:56.822Z | Compiling tokio v1.38.1 |
1140 | 2024-08-08T21:30:57.237Z | Compiling http v0.2.12 |
1141 | 2024-08-08T21:30:57.889Z | Compiling semver v1.0.23 |
1142 | 2024-08-08T21:30:58.179Z | Compiling rustc_version v0.4.0 |
1143 | 2024-08-08T21:30:58.864Z | Compiling http-body v0.4.6 |
1144 | 2024-08-08T21:30:58.977Z | Compiling heapless v0.7.17 |
1145 | 2024-08-08T21:30:59.294Z | Compiling dof v0.3.0 |
1146 | 2024-08-08T21:30:59.506Z | Compiling uuid v1.10.0 |
1147 | 2024-08-08T21:30:59.773Z | Compiling serde_spanned v0.6.7 |
1148 | 2024-08-08T21:30:59.892Z | Compiling serde_tokenstream v0.2.1 |
1149 | 2024-08-08T21:31:00.001Z | Compiling usdt-impl v0.5.0 |
1150 | 2024-08-08T21:31:00.458Z | Compiling toml_datetime v0.6.8 |
1151 | 2024-08-08T21:31:00.983Z | Compiling chrono v0.4.38 |
1152 | 2024-08-08T21:31:01.005Z | Compiling base64 v0.22.1 |
1153 | 2024-08-08T21:31:01.402Z | Compiling terminal_size v0.3.0 |
1154 | 2024-08-08T21:31:01.608Z | Compiling postgres-protocol v0.6.7 |
1155 | 2024-08-08T21:31:01.611Z | Compiling addr2line v0.21.0 |
1156 | 2024-08-08T21:31:01.853Z | Compiling publicsuffix v2.2.3 |
1157 | 2024-08-08T21:31:02.132Z | Compiling pkcs8 v0.10.2 |
1158 | 2024-08-08T21:31:02.292Z | Compiling hubpack_derive v0.1.1 |
1159 | 2024-08-08T21:31:02.618Z | Compiling block-padding v0.3.3 |
1160 | 2024-08-08T21:31:02.683Z | Compiling async-trait v0.1.81 |
1161 | 2024-08-08T21:31:02.866Z | Compiling zerocopy-derive v0.6.6 |
1162 | 2024-08-08T21:31:03.940Z | Compiling phf_shared v0.11.2 |
1163 | 2024-08-08T21:31:04.040Z | Compiling serde_derive_internals v0.29.1 |
1164 | 2024-08-08T21:31:04.169Z | Compiling ff v0.13.0 |
1165 | 2024-08-08T21:31:04.318Z | Compiling fs-err v2.11.0 |
1166 | 2024-08-08T21:31:04.384Z | Compiling object v0.32.2 |
1167 | 2024-08-08T21:31:04.608Z | Compiling rustc-demangle v0.1.24 |
1168 | 2024-08-08T21:31:04.691Z | Compiling base16ct v0.2.0 |
1169 | 2024-08-08T21:31:05.009Z | Compiling tokio-util v0.7.11 |
1170 | 2024-08-08T21:31:05.026Z | Compiling tokio-rustls v0.24.1 |
1171 | 2024-08-08T21:31:05.452Z | Compiling anyhow v1.0.86 |
1172 | 2024-08-08T21:31:05.622Z | Compiling matches v0.1.10 |
1173 | 2024-08-08T21:31:05.723Z | Compiling either v1.13.0 |
1174 | 2024-08-08T21:31:06.054Z | Compiling h2 v0.3.26 |
1175 | 2024-08-08T21:31:06.074Z | Compiling tokio-native-tls v0.3.1 |
1176 | 2024-08-08T21:31:06.132Z | Compiling ipnet v2.9.0 |
1177 | 2024-08-08T21:31:06.344Z | Compiling regex-automata v0.1.10 |
1178 | 2024-08-08T21:31:06.398Z | Compiling base64 v0.21.7 |
1179 | 2024-08-08T21:31:06.819Z | Compiling bitflags v1.3.2 |
1180 | 2024-08-08T21:31:06.849Z | Compiling winnow v0.5.40 |
1181 | 2024-08-08T21:31:06.931Z | Compiling schemars v0.8.21 |
1182 | 2024-08-08T21:31:07.174Z | Compiling bit-vec v0.6.3 |
1183 | 2024-08-08T21:31:07.290Z | Compiling managed v0.8.0 |
1184 | 2024-08-08T21:31:07.331Z | Compiling clap_builder v4.5.13 |
1185 | 2024-08-08T21:31:07.612Z | Compiling rustls-pemfile v1.0.4 |
1186 | 2024-08-08T21:31:08.024Z | Compiling schemars_derive v0.8.21 |
1187 | 2024-08-08T21:31:08.146Z | Compiling bstr v0.2.17 |
1188 | 2024-08-08T21:31:09.826Z | Compiling idna v0.2.3 |
1189 | 2024-08-08T21:31:09.873Z | Compiling zerocopy v0.6.6 |
1190 | 2024-08-08T21:31:10.627Z | Compiling toml_edit v0.19.15 |
1191 | 2024-08-08T21:31:10.735Z | Compiling sec1 v0.7.3 |
1192 | 2024-08-08T21:31:11.421Z | Compiling group v0.13.0 |
1193 | 2024-08-08T21:31:11.545Z | Compiling phf v0.11.2 |
1194 | 2024-08-08T21:31:11.603Z | Compiling signal-hook-mio v0.2.3 |
1195 | 2024-08-08T21:31:11.739Z | Compiling cookie_store v0.20.0 |
1196 | 2024-08-08T21:31:11.772Z | Compiling postgres-types v0.2.7 |
1197 | 2024-08-08T21:31:11.817Z | Compiling hubpack v0.1.2 |
1198 | 2024-08-08T21:31:11.940Z | Compiling inout v0.1.3 |
1199 | 2024-08-08T21:31:12.260Z | Compiling usdt-macro v0.5.0 |
1200 | 2024-08-08T21:31:12.518Z | Compiling usdt-attr-macro v0.5.0 |
1201 | 2024-08-08T21:31:13.201Z | Compiling hyper v0.14.30 |
1202 | 2024-08-08T21:31:13.276Z | Compiling serde_urlencoded v0.7.1 |
1203 | 2024-08-08T21:31:13.732Z | Compiling regex v1.10.6 |
1204 | 2024-08-08T21:31:13.776Z | Compiling num-bigint v0.4.5 |
1205 | 2024-08-08T21:31:14.161Z | Compiling futures-executor v0.3.30 |
1206 | 2024-08-08T21:31:14.737Z | Compiling enum-as-inner v0.5.1 |
1207 | 2024-08-08T21:31:14.756Z | Compiling hkdf v0.12.4 |
1208 | 2024-08-08T21:31:14.804Z | Compiling crypto-bigint v0.5.5 |
1209 | 2024-08-08T21:31:15.005Z | Compiling strum_macros v0.25.3 |
1210 | 2024-08-08T21:31:15.839Z | Compiling serde_repr v0.1.19 |
1211 | 2024-08-08T21:31:16.498Z | Compiling clap_derive v4.5.13 |
1212 | 2024-08-08T21:31:16.604Z | Compiling phf_shared v0.10.0 |
1213 | 2024-08-08T21:31:17.013Z | Compiling float-cmp v0.9.0 |
1214 | 2024-08-08T21:31:17.034Z | Compiling encoding_rs v0.8.34 |
1215 | 2024-08-08T21:31:17.238Z | Compiling precomputed-hash v0.1.1 |
1216 | 2024-08-08T21:31:17.358Z | Compiling normalize-line-endings v0.3.0 |
1217 | 2024-08-08T21:31:17.484Z | Compiling new_debug_unreachable v1.0.6 |
1218 | 2024-08-08T21:31:17.579Z | Compiling predicates-core v1.0.6 |
1219 | 2024-08-08T21:31:17.949Z | Compiling whoami v1.5.1 |
1220 | 2024-08-08T21:31:18.570Z | Compiling static_assertions v1.1.0 |
1221 | 2024-08-08T21:31:18.602Z | Compiling mime v0.3.17 |
1222 | 2024-08-08T21:31:18.666Z | Compiling dyn-clone v1.0.17 |
1223 | 2024-08-08T21:31:18.882Z | Compiling minimal-lexical v0.2.1 |
1224 | 2024-08-08T21:31:19.153Z | Compiling sync_wrapper v0.1.2 |
1225 | 2024-08-08T21:31:19.179Z | Compiling fixedbitset v0.4.2 |
1226 | 2024-08-08T21:31:19.283Z | Compiling unicode-segmentation v1.11.0 |
1227 | 2024-08-08T21:31:19.398Z | Compiling data-encoding v2.6.0 |
1228 | 2024-08-08T21:31:19.640Z | Compiling difflib v0.4.0 |
1229 | 2024-08-08T21:31:20.128Z | Compiling hyper-tls v0.5.0 |
1230 | 2024-08-08T21:31:20.491Z | Compiling hyper-rustls v0.24.2 |
1231 | 2024-08-08T21:31:20.857Z | Compiling webpki-roots v0.25.4 |
1232 | 2024-08-08T21:31:20.893Z | Compiling trust-dns-proto v0.22.0 |
1233 | 2024-08-08T21:31:21.030Z | Compiling reqwest v0.11.27 |
1234 | 2024-08-08T21:31:21.279Z | Compiling predicates v3.1.2 |
1235 | 2024-08-08T21:31:21.474Z | Compiling clap v4.5.13 |
1236 | 2024-08-08T21:31:21.493Z | Compiling similar v2.5.0 |
1237 | 2024-08-08T21:31:21.604Z | Compiling petgraph v0.6.5 |
1238 | 2024-08-08T21:31:21.841Z | Compiling toml_edit v0.22.20 |
1239 | 2024-08-08T21:31:22.957Z | Compiling nom v7.1.3 |
1240 | 2024-08-08T21:31:22.999Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1241 | 2024-08-08T21:31:24.737Z | Compiling tokio-postgres v0.7.11 |
1242 | 2024-08-08T21:31:25.545Z | Compiling elliptic-curve v0.13.8 |
1243 | 2024-08-08T21:31:26.386Z | Compiling console v0.15.8 |
1244 | 2024-08-08T21:31:26.646Z | Compiling string_cache v0.8.7 |
1245 | 2024-08-08T21:31:27.131Z | Compiling usdt v0.5.0 |
1246 | 2024-08-08T21:31:27.645Z | Compiling yasna v0.5.2 |
1247 | 2024-08-08T21:31:27.860Z | Compiling futures v0.3.30 |
1248 | 2024-08-08T21:31:27.876Z | Compiling toml v0.7.8 |
1249 | 2024-08-08T21:31:27.981Z | Compiling flate2 v1.0.31 |
1250 | 2024-08-08T21:31:28.926Z | Compiling cipher v0.4.4 |
1251 | 2024-08-08T21:31:29.363Z | Compiling crossterm v0.27.0 |
1252 | 2024-08-08T21:31:29.560Z | Compiling bit-set v0.5.3 |
1253 | 2024-08-08T21:31:29.574Z | Compiling itertools v0.10.5 |
1254 | 2024-08-08T21:31:29.836Z | Compiling itertools v0.12.1 |
1255 | 2024-08-08T21:31:30.068Z | Compiling tokio-stream v0.1.15 |
1256 | 2024-08-08T21:31:30.087Z | Compiling openapiv3 v2.0.0 |
1257 | 2024-08-08T21:31:30.272Z | Compiling hex v0.4.3 |
1258 | 2024-08-08T21:31:30.291Z | Compiling bstr v1.9.1 |
1259 | 2024-08-08T21:31:30.924Z | Compiling num-iter v0.1.45 |
1260 | 2024-08-08T21:31:31.093Z | Compiling crossbeam-epoch v0.9.18 |
1261 | 2024-08-08T21:31:31.120Z | Compiling dirs-sys-next v0.1.2 |
1262 | 2024-08-08T21:31:31.779Z | Compiling peg-runtime v0.8.3 |
1263 | 2024-08-08T21:31:31.829Z | Compiling lalrpop-util v0.19.12 |
1264 | 2024-08-08T21:31:32.083Z | Compiling unicode-xid v0.2.4 |
1265 | 2024-08-08T21:31:32.173Z | Compiling dirs-next v2.0.0 |
1266 | 2024-08-08T21:31:32.256Z | Compiling thread_local v1.1.8 |
1267 | 2024-08-08T21:31:32.364Z | Compiling slog-async v2.8.0 |
1268 | 2024-08-08T21:31:32.389Z | Compiling term v0.7.0 |
1269 | 2024-08-08T21:31:32.439Z | Compiling xattr v1.3.1 |
1270 | 2024-08-08T21:31:32.706Z | Compiling crossbeam-channel v0.5.12 |
1271 | 2024-08-08T21:31:32.796Z | Compiling strum_macros v0.26.4 |
1272 | 2024-08-08T21:31:32.949Z | Compiling filetime v0.2.23 |
1273 | 2024-08-08T21:31:32.988Z | Compiling is-terminal v0.4.12 |
1274 | 2024-08-08T21:31:33.087Z | Compiling take_mut v0.2.2 |
1275 | 2024-08-08T21:31:33.115Z | Compiling slog-term v2.9.1 |
1276 | 2024-08-08T21:31:33.246Z | Compiling tar v0.4.41 |
1277 | 2024-08-08T21:31:33.266Z | Compiling camino v1.1.7 |
1278 | 2024-08-08T21:31:35.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1279 | 2024-08-08T21:31:35.819Z | Compiling strum v0.26.3 |
1280 | 2024-08-08T21:31:35.896Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1281 | 2024-08-08T21:31:41.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
1282 | 2024-08-08T21:31:41.279Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1283 | 2024-08-08T21:31:41.322Z | Aug 08 21:31:40.640 INFO Starting download, target: Clickhouse |
1284 | 2024-08-08T21:31:41.322Z | Aug 08 21:31:40.640 INFO Starting download, target: Cockroach |
1285 | 2024-08-08T21:31:41.323Z | Aug 08 21:31:40.640 INFO Starting download, target: Console |
1286 | 2024-08-08T21:31:41.323Z | Aug 08 21:31:40.640 INFO Starting download, target: DendriteOpenapi |
1287 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.640 INFO Starting download, target: DendriteStub |
1288 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.640 INFO Starting download, target: MaghemiteMgd |
1289 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.640 INFO Starting download, target: TransceiverControl |
1290 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.641 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1291 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.641 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1292 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.641 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1293 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.641 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1294 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.641 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1295 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.641 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1296 | 2024-08-08T21:31:41.326Z | Aug 08 21:31:40.641 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1297 | 2024-08-08T21:31:41.591Z | Aug 08 21:31:40.909 INFO Download complete, target: DendriteOpenapi |
1298 | 2024-08-08T21:31:41.755Z | Aug 08 21:31:41.067 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1299 | 2024-08-08T21:31:41.842Z | Aug 08 21:31:41.159 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1300 | 2024-08-08T21:31:42.138Z | Aug 08 21:31:41.457 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1301 | 2024-08-08T21:31:42.157Z | Aug 08 21:31:41.476 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1302 | 2024-08-08T21:31:42.213Z | Aug 08 21:31:41.532 INFO Download complete, target: Console |
1303 | 2024-08-08T21:31:42.461Z | Aug 08 21:31:41.780 INFO Download complete, target: TransceiverControl |
1304 | 2024-08-08T21:31:43.783Z | Aug 08 21:31:43.101 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1305 | 2024-08-08T21:31:45.174Z | Aug 08 21:31:44.478 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1306 | 2024-08-08T21:31:45.174Z | Aug 08 21:31:44.478 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1307 | 2024-08-08T21:31:45.183Z | Aug 08 21:31:44.492 INFO Download complete, target: DendriteStub |
1308 | 2024-08-08T21:31:45.284Z | Aug 08 21:31:44.603 INFO Download complete, target: MaghemiteMgd |
1309 | 2024-08-08T21:31:53.112Z | Aug 08 21:31:52.431 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1310 | 2024-08-08T21:31:53.458Z | Aug 08 21:31:52.774 INFO Checking that binary works, target: Cockroach |
1311 | 2024-08-08T21:31:53.647Z | Aug 08 21:31:52.967 INFO Download complete, target: Cockroach |
1312 | 2024-08-08T21:31:57.548Z | Aug 08 21:31:56.867 INFO Checking that binary works, target: Clickhouse |
1313 | 2024-08-08T21:31:57.845Z | Aug 08 21:31:57.166 INFO Download complete, target: Clickhouse |
1314 | 2024-08-08T21:31:57.852Z | All prerequisites installed successfully |
1315 | 2024-08-08T21:31:57.855Z | |
1316 | 2024-08-08T21:31:57.855Z | real 3:50.734705719 |
1317 | 2024-08-08T21:31:57.855Z | user 10:54.661173946 |
1318 | 2024-08-08T21:31:57.855Z | sys 2:20.289325505 |
1319 | 2024-08-08T21:31:57.855Z | trap 0.367689624 |
1320 | 2024-08-08T21:31:57.855Z | tflt 4.698905709 |
1321 | 2024-08-08T21:31:57.855Z | dflt 5.329974271 |
1322 | 2024-08-08T21:31:57.855Z | kflt 0.163637122 |
1323 | 2024-08-08T21:31:57.855Z | lock 21:19.074270407 |
1324 | 2024-08-08T21:31:57.855Z | slp 42:46.235217353 |
1325 | 2024-08-08T21:31:57.855Z | lat 38.553583274 |
1326 | 2024-08-08T21:31:57.855Z | stop 1:36.921178189 |
1327 | 2024-08-08T21:31:57.855Z | + ptime -m cargo xtask download softnpu |
1328 | 2024-08-08T21:31:58.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1329 | 2024-08-08T21:31:58.416Z | Running `target/debug/xtask download softnpu` |
1330 | 2024-08-08T21:31:59.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1331 | 2024-08-08T21:31:59.264Z | Running `target/debug/xtask-downloader softnpu` |
1332 | 2024-08-08T21:31:59.298Z | Aug 08 21:31:58.619 INFO Starting download, target: Softnpu |
1333 | 2024-08-08T21:31:59.301Z | Aug 08 21:31:58.620 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1334 | 2024-08-08T21:31:59.775Z | Aug 08 21:31:59.095 INFO Download complete, target: Softnpu |
1335 | 2024-08-08T21:31:59.778Z | |
1336 | 2024-08-08T21:31:59.780Z | real 1.919001236 |
1337 | 2024-08-08T21:31:59.780Z | user 1.200303894 |
1338 | 2024-08-08T21:31:59.780Z | sys 0.552106530 |
1339 | 2024-08-08T21:31:59.781Z | trap 0.000702755 |
1340 | 2024-08-08T21:31:59.781Z | tflt 0.000004230 |
1341 | 2024-08-08T21:31:59.781Z | dflt 0.000000000 |
1342 | 2024-08-08T21:31:59.781Z | kflt 0.000000000 |
1343 | 2024-08-08T21:31:59.781Z | lock 4.921335178 |
1344 | 2024-08-08T21:31:59.781Z | slp 0.463082576 |
1345 | 2024-08-08T21:31:59.781Z | lat 0.070594829 |
1346 | 2024-08-08T21:31:59.781Z | stop 0.000361282 |
1347 | 2024-08-08T21:31:59.781Z | + export CARGO_INCREMENTAL=0 |
1348 | 2024-08-08T21:31:59.781Z | + CARGO_INCREMENTAL=0 |
1349 | 2024-08-08T21:31:59.781Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1350 | 2024-08-08T21:32:00.671Z | Compiling proc-macro2 v1.0.86 |
1351 | 2024-08-08T21:32:00.671Z | Compiling unicode-ident v1.0.12 |
1352 | 2024-08-08T21:32:00.671Z | Compiling libc v0.2.155 |
1353 | 2024-08-08T21:32:00.674Z | Compiling serde v1.0.205 |
1354 | 2024-08-08T21:32:00.674Z | Compiling autocfg v1.3.0 |
1355 | 2024-08-08T21:32:00.674Z | Compiling version_check v0.9.5 |
1356 | 2024-08-08T21:32:00.674Z | Compiling cfg-if v1.0.0 |
1357 | 2024-08-08T21:32:00.896Z | Compiling cc v1.0.97 |
1358 | 2024-08-08T21:32:00.927Z | Compiling memchr v2.7.2 |
1359 | 2024-08-08T21:32:01.437Z | Compiling lock_api v0.4.12 |
1360 | 2024-08-08T21:32:01.461Z | Compiling ahash v0.8.11 |
1361 | 2024-08-08T21:32:01.741Z | Compiling once_cell v1.19.0 |
1362 | 2024-08-08T21:32:01.796Z | Compiling serde_json v1.0.122 |
1363 | 2024-08-08T21:32:02.149Z | Compiling byteorder v1.5.0 |
1364 | 2024-08-08T21:32:02.164Z | Compiling libm v0.2.8 |
1365 | 2024-08-08T21:32:02.507Z | Compiling quote v1.0.36 |
1366 | 2024-08-08T21:32:02.611Z | Compiling getrandom v0.2.14 |
1367 | 2024-08-08T21:32:02.898Z | Compiling syn v2.0.72 |
1368 | 2024-08-08T21:32:02.919Z | Compiling parking_lot_core v0.9.10 |
1369 | 2024-08-08T21:32:02.951Z | Compiling num-traits v0.2.19 |
1370 | 2024-08-08T21:32:03.145Z | Compiling thiserror v1.0.63 |
1371 | 2024-08-08T21:32:03.266Z | Compiling scopeguard v1.2.0 |
1372 | 2024-08-08T21:32:03.269Z | Compiling typenum v1.17.0 |
1373 | 2024-08-08T21:32:03.319Z | Compiling generic-array v0.14.7 |
1374 | 2024-08-08T21:32:03.407Z | Compiling itoa v1.0.11 |
1375 | 2024-08-08T21:32:03.548Z | Compiling log v0.4.21 |
1376 | 2024-08-08T21:32:03.752Z | Compiling allocator-api2 v0.2.18 |
1377 | 2024-08-08T21:32:03.957Z | Compiling slab v0.4.9 |
1378 | 2024-08-08T21:32:04.112Z | Compiling ring v0.17.8 |
1379 | 2024-08-08T21:32:04.146Z | Compiling pin-project-lite v0.2.14 |
1380 | 2024-08-08T21:32:04.209Z | Compiling semver v1.0.23 |
1381 | 2024-08-08T21:32:04.272Z | Compiling ryu v1.0.18 |
1382 | 2024-08-08T21:32:04.413Z | Compiling equivalent v1.0.1 |
1383 | 2024-08-08T21:32:04.506Z | Compiling spin v0.9.8 |
1384 | 2024-08-08T21:32:04.583Z | Compiling vcpkg v0.2.15 |
1385 | 2024-08-08T21:32:04.597Z | Compiling pkg-config v0.3.30 |
1386 | 2024-08-08T21:32:04.621Z | Compiling schemars v0.8.21 |
1387 | 2024-08-08T21:32:04.721Z | Compiling smallvec v1.13.2 |
1388 | 2024-08-08T21:32:04.957Z | Compiling signal-hook-registry v1.4.2 |
1389 | 2024-08-08T21:32:05.098Z | Compiling syn v1.0.109 |
1390 | 2024-08-08T21:32:05.175Z | Compiling mio v0.8.11 |
1391 | 2024-08-08T21:32:05.715Z | Compiling parking_lot v0.12.2 |
1392 | 2024-08-08T21:32:06.214Z | Compiling openssl-sys v0.9.103 |
1393 | 2024-08-08T21:32:07.145Z | Compiling rand_core v0.6.4 |
1394 | 2024-08-08T21:32:07.183Z | Compiling num_cpus v1.16.0 |
1395 | 2024-08-08T21:32:07.315Z | Compiling socket2 v0.5.7 |
1396 | 2024-08-08T21:32:07.507Z | Compiling time-core v0.1.2 |
1397 | 2024-08-08T21:32:07.510Z | Compiling num-conv v0.1.0 |
1398 | 2024-08-08T21:32:07.828Z | Compiling time-macros v0.2.18 |
1399 | 2024-08-08T21:32:07.877Z | Compiling heck v0.5.0 |
1400 | 2024-08-08T21:32:07.913Z | Compiling httparse v1.8.0 |
1401 | 2024-08-08T21:32:08.421Z | Compiling futures-core v0.3.30 |
1402 | 2024-08-08T21:32:09.359Z | Compiling fnv v1.0.7 |
1403 | 2024-08-08T21:32:09.490Z | Compiling openssl v0.10.66 |
1404 | 2024-08-08T21:32:09.512Z | Compiling rustix v0.38.34 |
1405 | 2024-08-08T21:32:09.978Z | Compiling crossbeam-utils v0.8.19 |
1406 | 2024-08-08T21:32:10.225Z | Compiling iana-time-zone v0.1.60 |
1407 | 2024-08-08T21:32:10.366Z | Compiling serde_derive_internals v0.29.1 |
1408 | 2024-08-08T21:32:10.499Z | Compiling tinyvec_macros v0.1.1 |
1409 | 2024-08-08T21:32:10.767Z | Compiling native-tls v0.2.11 |
1410 | 2024-08-08T21:32:10.832Z | Compiling rustls v0.21.12 |
1411 | 2024-08-08T21:32:10.866Z | Compiling tinyvec v1.6.0 |
1412 | 2024-08-08T21:32:11.345Z | Compiling const-oid v0.9.6 |
1413 | 2024-08-08T21:32:11.591Z | Compiling futures-sink v0.3.30 |
1414 | 2024-08-08T21:32:11.744Z | Compiling subtle v2.5.0 |
1415 | 2024-08-08T21:32:11.910Z | Compiling ucd-trie v0.1.6 |
1416 | 2024-08-08T21:32:12.339Z | Compiling unicode-normalization v0.1.23 |
1417 | 2024-08-08T21:32:12.523Z | Compiling backtrace v0.3.71 |
1418 | 2024-08-08T21:32:12.537Z | Compiling cookie v0.17.0 |
1419 | 2024-08-08T21:32:12.827Z | Compiling unicode-bidi v0.3.15 |
1420 | 2024-08-08T21:32:13.119Z | Compiling slog v2.7.0 |
1421 | 2024-08-08T21:32:13.366Z | Compiling futures-channel v0.3.30 |
1422 | 2024-08-08T21:32:13.702Z | Compiling pin-utils v0.1.0 |
1423 | 2024-08-08T21:32:13.766Z | Compiling futures-io v0.3.30 |
1424 | 2024-08-08T21:32:13.902Z | Compiling futures-task v0.3.30 |
1425 | 2024-08-08T21:32:14.252Z | Compiling aho-corasick v1.1.3 |
1426 | 2024-08-08T21:32:14.693Z | Compiling dyn-clone v1.0.17 |
1427 | 2024-08-08T21:32:14.912Z | Compiling untrusted v0.9.0 |
1428 | 2024-08-08T21:32:15.116Z | Compiling winnow v0.5.40 |
1429 | 2024-08-08T21:32:15.144Z | Compiling regex-syntax v0.8.3 |
1430 | 2024-08-08T21:32:15.587Z | Compiling serde_derive v1.0.205 |
1431 | 2024-08-08T21:32:16.618Z | Compiling zerocopy-derive v0.7.34 |
1432 | 2024-08-08T21:32:16.761Z | Compiling zeroize_derive v1.4.2 |
1433 | 2024-08-08T21:32:18.172Z | Compiling thiserror-impl v1.0.63 |
1434 | 2024-08-08T21:32:18.524Z | Compiling tokio-macros v2.3.0 |
1435 | 2024-08-08T21:32:18.548Z | Compiling zerocopy v0.7.34 |
1436 | 2024-08-08T21:32:18.921Z | Compiling futures-macro v0.3.30 |
1437 | 2024-08-08T21:32:19.930Z | Compiling tracing-attributes v0.1.27 |
1438 | 2024-08-08T21:32:20.730Z | Compiling hashbrown v0.14.5 |
1439 | 2024-08-08T21:32:20.733Z | Compiling schemars_derive v0.8.21 |
1440 | 2024-08-08T21:32:20.779Z | Compiling zeroize v1.7.0 |
1441 | 2024-08-08T21:32:21.116Z | Compiling openssl-macros v0.1.1 |
1442 | 2024-08-08T21:32:21.848Z | Compiling scroll_derive v0.12.0 |
1443 | 2024-08-08T21:32:22.124Z | Compiling pest v2.7.10 |
1444 | 2024-08-08T21:32:22.376Z | Compiling crypto-common v0.1.6 |
1445 | 2024-08-08T21:32:22.556Z | Compiling futures-util v0.3.30 |
1446 | 2024-08-08T21:32:22.643Z | Compiling der_derive v0.7.2 |
1447 | 2024-08-08T21:32:23.294Z | Compiling anyhow v1.0.86 |
1448 | 2024-08-08T21:32:23.789Z | Compiling block-buffer v0.10.4 |
1449 | 2024-08-08T21:32:24.046Z | Compiling regex-automata v0.4.6 |
1450 | 2024-08-08T21:32:24.887Z | Compiling pest_meta v2.7.10 |
1451 | 2024-08-08T21:32:24.982Z | Compiling tracing-core v0.1.32 |
1452 | 2024-08-08T21:32:27.250Z | Compiling pest_generator v2.7.10 |
1453 | 2024-08-08T21:32:28.895Z | Compiling usdt-impl v0.5.0 |
1454 | 2024-08-08T21:32:29.009Z | Compiling bytes v1.7.1 |
1455 | 2024-08-08T21:32:29.249Z | Compiling indexmap v2.3.0 |
1456 | 2024-08-08T21:32:30.176Z | Compiling bitflags v2.6.0 |
1457 | 2024-08-08T21:32:30.434Z | Compiling tokio v1.38.1 |
1458 | 2024-08-08T21:32:30.769Z | Compiling uuid v1.10.0 |
1459 | 2024-08-08T21:32:30.785Z | Compiling serde_tokenstream v0.2.1 |
1460 | 2024-08-08T21:32:31.146Z | Compiling chrono v0.4.38 |
1461 | 2024-08-08T21:32:32.452Z | Compiling toml_datetime v0.6.8 |
1462 | 2024-08-08T21:32:33.167Z | Compiling serde_spanned v0.6.7 |
1463 | 2024-08-08T21:32:33.415Z | Compiling http v0.2.12 |
1464 | 2024-08-08T21:32:35.462Z | Compiling toml_edit v0.19.15 |
1465 | 2024-08-08T21:32:35.704Z | Compiling rustc_version v0.4.0 |
1466 | 2024-08-08T21:32:36.060Z | Compiling pest_derive v2.7.10 |
1467 | 2024-08-08T21:32:36.328Z | Compiling powerfmt v0.2.0 |
1468 | 2024-08-08T21:32:36.811Z | Compiling rustversion v1.0.17 |
1469 | 2024-08-08T21:32:36.814Z | Compiling deranged v0.3.11 |
1470 | 2024-08-08T21:32:37.522Z | Compiling heapless v0.7.17 |
1471 | 2024-08-08T21:32:37.969Z | Compiling tracing v0.1.40 |
1472 | 2024-08-08T21:32:38.219Z | Compiling digest v0.10.7 |
1473 | 2024-08-08T21:32:38.657Z | Compiling scroll v0.12.0 |
1474 | 2024-08-08T21:32:39.096Z | Compiling plain v0.2.3 |
1475 | 2024-08-08T21:32:39.255Z | Compiling signal-hook v0.3.17 |
1476 | 2024-08-08T21:32:39.363Z | Compiling percent-encoding v2.3.1 |
1477 | 2024-08-08T21:32:39.539Z | Compiling num_threads v0.1.7 |
1478 | 2024-08-08T21:32:39.567Z | Compiling ppv-lite86 v0.2.17 |
1479 | 2024-08-08T21:32:39.666Z | Compiling heck v0.4.1 |
1480 | 2024-08-08T21:32:40.145Z | Compiling goblin v0.8.2 |
1481 | 2024-08-08T21:32:40.325Z | Compiling rand_chacha v0.3.1 |
1482 | 2024-08-08T21:32:40.362Z | Compiling time v0.3.36 |
1483 | 2024-08-08T21:32:42.179Z | Compiling regex v1.10.6 |
1484 | 2024-08-08T21:32:43.129Z | Compiling pretty-hex v0.4.1 |
1485 | 2024-08-08T21:32:43.337Z | Compiling crc32fast v1.4.0 |
1486 | 2024-08-08T21:32:43.826Z | Compiling strsim v0.11.1 |
1487 | 2024-08-08T21:32:44.486Z | Compiling rand v0.8.5 |
1488 | 2024-08-08T21:32:44.531Z | Compiling tokio-util v0.7.11 |
1489 | 2024-08-08T21:32:45.719Z | Compiling dtrace-parser v0.2.0 |
1490 | 2024-08-08T21:32:46.009Z | Compiling dof v0.3.0 |
1491 | 2024-08-08T21:32:46.787Z | Compiling async-trait v0.1.81 |
1492 | 2024-08-08T21:32:47.083Z | Compiling thread-id v4.2.1 |
1493 | 2024-08-08T21:32:47.373Z | Compiling unicode-width v0.1.13 |
1494 | 2024-08-08T21:32:47.427Z | Compiling foreign-types-shared v0.1.1 |
1495 | 2024-08-08T21:32:47.589Z | Compiling smoltcp v0.9.1 |
1496 | 2024-08-08T21:32:47.737Z | Compiling base64ct v1.6.0 |
1497 | 2024-08-08T21:32:48.205Z | Compiling foreign-types v0.3.2 |
1498 | 2024-08-08T21:32:48.290Z | Compiling pem-rfc7468 v0.7.0 |
1499 | 2024-08-08T21:32:49.652Z | Compiling form_urlencoded v1.2.1 |
1500 | 2024-08-08T21:32:50.030Z | Compiling hmac v0.12.1 |
1501 | 2024-08-08T21:32:50.187Z | Compiling errno v0.3.9 |
1502 | 2024-08-08T21:32:50.292Z | Compiling flagset v0.4.5 |
1503 | 2024-08-08T21:32:50.439Z | Compiling try-lock v0.2.5 |
1504 | 2024-08-08T21:32:54.245Z | Compiling adler v1.0.2 |
1505 | 2024-08-08T21:32:54.251Z | Compiling siphasher v0.3.11 |
1506 | 2024-08-08T21:32:54.251Z | Compiling miniz_oxide v0.7.2 |
1507 | 2024-08-08T21:32:54.251Z | Compiling want v0.3.1 |
1508 | 2024-08-08T21:32:54.251Z | Compiling der v0.7.9 |
1509 | 2024-08-08T21:32:54.251Z | Compiling rustls-webpki v0.101.7 |
1510 | 2024-08-08T21:32:54.301Z | Compiling sct v0.7.1 |
1511 | 2024-08-08T21:32:54.304Z | Compiling h2 v0.3.26 |
1512 | 2024-08-08T21:32:54.757Z | Compiling http-body v0.4.6 |
1513 | 2024-08-08T21:32:55.396Z | Compiling openapiv3 v2.0.0 |
1514 | 2024-08-08T21:32:55.810Z | Compiling hubpack_derive v0.1.1 |
1515 | 2024-08-08T21:32:55.877Z | Compiling zerocopy-derive v0.6.6 |
1516 | 2024-08-08T21:32:56.273Z | Compiling idna v0.5.0 |
1517 | 2024-08-08T21:32:56.797Z | Compiling lazy_static v1.5.0 |
1518 | 2024-08-08T21:32:57.134Z | Compiling fs-err v2.11.0 |
1519 | 2024-08-08T21:32:57.343Z | Compiling stable_deref_trait v1.2.0 |
1520 | 2024-08-08T21:32:57.440Z | Compiling anstyle v1.0.8 |
1521 | 2024-08-08T21:32:57.454Z | Compiling httpdate v1.0.3 |
1522 | 2024-08-08T21:32:57.662Z | Compiling finl_unicode v1.2.0 |
1523 | 2024-08-08T21:32:57.872Z | Compiling cpufeatures v0.2.12 |
1524 | 2024-08-08T21:32:58.176Z | Compiling gimli v0.28.1 |
1525 | 2024-08-08T21:32:58.192Z | Compiling tower-service v0.3.2 |
1526 | 2024-08-08T21:32:58.254Z | Compiling openssl-probe v0.1.5 |
1527 | 2024-08-08T21:32:58.581Z | Compiling utf8parse v0.2.1 |
1528 | 2024-08-08T21:32:58.736Z | Compiling anstyle-parse v0.2.4 |
1529 | 2024-08-08T21:32:59.049Z | Compiling stringprep v0.1.4 |
1530 | 2024-08-08T21:32:59.559Z | Compiling sha2 v0.10.8 |
1531 | 2024-08-08T21:32:59.627Z | Compiling url v2.5.2 |
1532 | 2024-08-08T21:33:01.279Z | Compiling hyper v0.14.30 |
1533 | 2024-08-08T21:33:01.367Z | Compiling spki v0.7.3 |
1534 | 2024-08-08T21:33:02.805Z | Compiling addr2line v0.21.0 |
1535 | 2024-08-08T21:33:03.813Z | Compiling usdt-macro v0.5.0 |
1536 | 2024-08-08T21:33:04.638Z | Compiling usdt-attr-macro v0.5.0 |
1537 | 2024-08-08T21:33:05.227Z | Compiling md-5 v0.10.6 |
1538 | 2024-08-08T21:33:08.412Z | Compiling idna v0.3.0 |
1539 | 2024-08-08T21:33:09.663Z | Compiling num-integer v0.1.46 |
1540 | 2024-08-08T21:33:09.862Z | Compiling hash32 v0.2.1 |
1541 | 2024-08-08T21:33:09.912Z | Compiling object v0.32.2 |
1542 | 2024-08-08T21:33:10.332Z | Compiling rustc-demangle v0.1.24 |
1543 | 2024-08-08T21:33:10.801Z | Compiling psl-types v2.0.11 |
1544 | 2024-08-08T21:33:10.996Z | Compiling base64 v0.22.1 |
1545 | 2024-08-08T21:33:11.710Z | Compiling is_terminal_polyfill v1.70.0 |
1546 | 2024-08-08T21:33:13.717Z | Compiling fallible-iterator v0.2.0 |
1547 | 2024-08-08T21:33:14.457Z | Compiling colorchoice v1.0.1 |
1548 | 2024-08-08T21:33:14.623Z | Compiling anstyle-query v1.0.3 |
1549 | 2024-08-08T21:33:15.910Z | Compiling anstream v0.6.14 |
1550 | 2024-08-08T21:33:16.080Z | Compiling postgres-protocol v0.6.7 |
1551 | 2024-08-08T21:33:17.232Z | Compiling publicsuffix v2.2.3 |
1552 | 2024-08-08T21:33:21.334Z | Compiling tokio-rustls v0.24.1 |
1553 | 2024-08-08T21:33:21.733Z | Compiling terminal_size v0.3.0 |
1554 | 2024-08-08T21:33:21.934Z | Compiling pkcs8 v0.10.2 |
1555 | 2024-08-08T21:33:22.448Z | Compiling tokio-native-tls v0.3.1 |
1556 | 2024-08-08T21:33:24.089Z | Compiling phf_shared v0.11.2 |
1557 | 2024-08-08T21:33:24.529Z | Compiling strum_macros v0.25.3 |
1558 | 2024-08-08T21:33:24.555Z | Compiling enum-as-inner v0.5.1 |
1559 | 2024-08-08T21:33:25.126Z | Compiling block-padding v0.3.3 |
1560 | 2024-08-08T21:33:25.355Z | Compiling regress v0.9.1 |
1561 | 2024-08-08T21:33:25.507Z | Compiling serde_repr v0.1.19 |
1562 | 2024-08-08T21:33:26.602Z | Compiling clap_derive v4.5.13 |
1563 | 2024-08-08T21:33:28.125Z | Compiling ff v0.13.0 |
1564 | 2024-08-08T21:33:28.434Z | Compiling encoding_rs v0.8.34 |
1565 | 2024-08-08T21:33:30.111Z | Compiling ipnet v2.9.0 |
1566 | 2024-08-08T21:33:30.924Z | Compiling base16ct v0.2.0 |
1567 | 2024-08-08T21:33:31.130Z | Compiling matches v0.1.10 |
1568 | 2024-08-08T21:33:31.168Z | Compiling managed v0.8.0 |
1569 | 2024-08-08T21:33:31.428Z | Compiling regex-automata v0.1.10 |
1570 | 2024-08-08T21:33:31.691Z | Compiling bitflags v1.3.2 |
1571 | 2024-08-08T21:33:31.717Z | Compiling bit-vec v0.6.3 |
1572 | 2024-08-08T21:33:31.806Z | Compiling either v1.13.0 |
1573 | 2024-08-08T21:33:31.933Z | Compiling mime v0.3.17 |
1574 | 2024-08-08T21:33:32.223Z | Compiling clap_lex v0.7.0 |
1575 | 2024-08-08T21:33:32.241Z | Compiling base64 v0.21.7 |
1576 | 2024-08-08T21:33:33.015Z | Compiling rustls-pemfile v1.0.4 |
1577 | 2024-08-08T21:33:33.367Z | Compiling clap_builder v4.5.13 |
1578 | 2024-08-08T21:33:33.541Z | Compiling bstr v0.2.17 |
1579 | 2024-08-08T21:33:35.483Z | Compiling idna v0.2.3 |
1580 | 2024-08-08T21:33:35.640Z | Compiling sec1 v0.7.3 |
1581 | 2024-08-08T21:33:36.202Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1582 | 2024-08-08T21:33:37.684Z | Compiling group v0.13.0 |
1583 | 2024-08-08T21:33:38.038Z | Compiling inout v0.1.3 |
1584 | 2024-08-08T21:33:39.254Z | Compiling phf v0.11.2 |
1585 | 2024-08-08T21:33:39.768Z | Compiling hyper-tls v0.5.0 |
1586 | 2024-08-08T21:33:39.996Z | Compiling hyper-rustls v0.24.2 |
1587 | 2024-08-08T21:33:40.105Z | Compiling signal-hook-mio v0.2.3 |
1588 | 2024-08-08T21:33:40.267Z | Compiling cookie_store v0.20.0 |
1589 | 2024-08-08T21:33:40.582Z | Compiling postgres-types v0.2.7 |
1590 | 2024-08-08T21:33:40.631Z | Compiling num-bigint v0.4.5 |
1591 | 2024-08-08T21:33:40.829Z | Compiling zerocopy v0.6.6 |
1592 | 2024-08-08T21:33:41.704Z | Compiling hubpack v0.1.2 |
1593 | 2024-08-08T21:33:41.723Z | Compiling phf_shared v0.10.0 |
1594 | 2024-08-08T21:33:41.958Z | Compiling hkdf v0.12.4 |
1595 | 2024-08-08T21:33:42.106Z | Compiling serde_urlencoded v0.7.1 |
1596 | 2024-08-08T21:33:42.139Z | Compiling crossbeam-epoch v0.9.18 |
1597 | 2024-08-08T21:33:42.878Z | Compiling futures-executor v0.3.30 |
1598 | 2024-08-08T21:33:43.347Z | Compiling crypto-bigint v0.5.5 |
1599 | 2024-08-08T21:33:43.493Z | Compiling float-cmp v0.9.0 |
1600 | 2024-08-08T21:33:43.527Z | Compiling memmap v0.7.0 |
1601 | 2024-08-08T21:33:43.839Z | Compiling unicode-segmentation v1.11.0 |
1602 | 2024-08-08T21:33:44.611Z | Compiling precomputed-hash v0.1.1 |
1603 | 2024-08-08T21:33:44.740Z | Compiling winnow v0.6.18 |
1604 | 2024-08-08T21:33:44.755Z | Compiling new_debug_unreachable v1.0.6 |
1605 | 2024-08-08T21:33:44.963Z | Compiling normalize-line-endings v0.3.0 |
1606 | 2024-08-08T21:33:45.095Z | Compiling static_assertions v1.1.0 |
1607 | 2024-08-08T21:33:45.716Z | Compiling predicates-core v1.0.6 |
1608 | 2024-08-08T21:33:46.016Z | Compiling data-encoding v2.6.0 |
1609 | 2024-08-08T21:33:46.353Z | Compiling minimal-lexical v0.2.1 |
1610 | 2024-08-08T21:33:46.839Z | Compiling sync_wrapper v0.1.2 |
1611 | 2024-08-08T21:33:46.855Z | Compiling whoami v1.5.1 |
1612 | 2024-08-08T21:33:46.960Z | Compiling fixedbitset v0.4.2 |
1613 | 2024-08-08T21:33:47.374Z | Compiling difflib v0.4.0 |
1614 | 2024-08-08T21:33:47.685Z | Compiling webpki-roots v0.25.4 |
1615 | 2024-08-08T21:33:47.841Z | Compiling reqwest v0.11.27 |
1616 | 2024-08-08T21:33:47.844Z | Compiling predicates v3.1.2 |
1617 | 2024-08-08T21:33:47.912Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1618 | 2024-08-08T21:33:48.502Z | Compiling toml_edit v0.22.20 |
1619 | 2024-08-08T21:33:49.356Z | Compiling petgraph v0.6.5 |
1620 | 2024-08-08T21:33:50.007Z | Compiling tokio-postgres v0.7.11 |
1621 | 2024-08-08T21:33:50.064Z | Compiling nom v7.1.3 |
1622 | 2024-08-08T21:33:51.747Z | Compiling trust-dns-proto v0.22.0 |
1623 | 2024-08-08T21:33:53.357Z | Compiling elliptic-curve v0.13.8 |
1624 | 2024-08-08T21:33:54.121Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1625 | 2024-08-08T21:33:54.514Z | Compiling string_cache v0.8.7 |
1626 | 2024-08-08T21:33:54.941Z | Compiling similar v2.5.0 |
1627 | 2024-08-08T21:33:54.962Z | Compiling usdt v0.5.0 |
1628 | 2024-08-08T21:33:56.165Z | Compiling yasna v0.5.2 |
1629 | 2024-08-08T21:33:56.383Z | Compiling futures v0.3.30 |
1630 | 2024-08-08T21:33:57.170Z | Compiling crossterm v0.27.0 |
1631 | 2024-08-08T21:33:57.380Z | Compiling flate2 v1.0.31 |
1632 | 2024-08-08T21:33:57.779Z | Compiling cipher v0.4.4 |
1633 | 2024-08-08T21:33:58.307Z | Compiling clap v4.5.13 |
1634 | 2024-08-08T21:33:58.450Z | Compiling itertools v0.10.5 |
1635 | 2024-08-08T21:33:58.707Z | Compiling itertools v0.12.1 |
1636 | 2024-08-08T21:33:58.976Z | Compiling bit-set v0.5.3 |
1637 | 2024-08-08T21:33:59.173Z | Compiling num-iter v0.1.45 |
1638 | 2024-08-08T21:33:59.250Z | Compiling console v0.15.8 |
1639 | 2024-08-08T21:33:59.608Z | Compiling tokio-stream v0.1.15 |
1640 | 2024-08-08T21:34:00.365Z | Compiling toml v0.7.8 |
1641 | 2024-08-08T21:34:00.499Z | Compiling bstr v1.9.1 |
1642 | 2024-08-08T21:34:00.534Z | Compiling hex v0.4.3 |
1643 | 2024-08-08T21:34:01.182Z | Compiling lalrpop-util v0.19.12 |
1644 | 2024-08-08T21:34:01.672Z | Compiling unicode-xid v0.2.4 |
1645 | 2024-08-08T21:34:01.780Z | Compiling camino v1.1.7 |
1646 | 2024-08-08T21:34:01.837Z | Compiling peg-runtime v0.8.3 |
1647 | 2024-08-08T21:34:02.305Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1648 | 2024-08-08T21:34:02.371Z | Compiling proc-macro-crate v1.3.1 |
1649 | 2024-08-08T21:34:03.162Z | Compiling heapless v0.8.0 |
1650 | 2024-08-08T21:34:03.868Z | Compiling num_enum_derive v0.5.11 |
1651 | 2024-08-08T21:34:06.572Z | Compiling ipnetwork v0.20.0 |
1652 | 2024-08-08T21:34:10.036Z | Compiling hash32 v0.3.1 |
1653 | 2024-08-08T21:34:10.293Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1654 | 2024-08-08T21:34:10.332Z | Compiling rustls-pki-types v1.7.0 |
1655 | 2024-08-08T21:34:11.685Z | Compiling smoltcp v0.11.0 |
1656 | 2024-08-08T21:34:11.962Z | Compiling ident_case v1.0.1 |
1657 | 2024-08-08T21:34:14.216Z | Compiling darling_core v0.20.9 |
1658 | 2024-08-08T21:34:20.974Z | Compiling num_enum v0.5.11 |
1659 | 2024-08-08T21:34:22.741Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1660 | 2024-08-08T21:34:22.991Z | Compiling getopts v0.2.21 |
1661 | 2024-08-08T21:34:24.048Z | Compiling dirs-sys-next v0.1.2 |
1662 | 2024-08-08T21:34:24.531Z | Compiling proc-macro-error-attr v1.0.4 |
1663 | 2024-08-08T21:34:24.849Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1664 | 2024-08-08T21:34:25.277Z | Compiling rustls v0.22.4 |
1665 | 2024-08-08T21:34:25.330Z | Compiling paste v1.0.15 |
1666 | 2024-08-08T21:34:25.509Z | Compiling unsafe-libyaml v0.2.11 |
1667 | 2024-08-08T21:34:25.794Z | Compiling cobs v0.2.3 |
1668 | 2024-08-08T21:34:26.156Z | Compiling embedded-io v0.4.0 |
1669 | 2024-08-08T21:34:26.890Z | Compiling serde_yaml v0.9.34+deprecated |
1670 | 2024-08-08T21:34:27.097Z | Compiling postcard v1.0.8 |
1671 | 2024-08-08T21:34:31.318Z | Compiling dirs-next v2.0.0 |
1672 | 2024-08-08T21:34:31.853Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1673 | 2024-08-08T21:34:33.868Z | Compiling darling_macro v0.20.9 |
1674 | 2024-08-08T21:34:37.743Z | Compiling rustls-webpki v0.102.4 |
1675 | 2024-08-08T21:34:43.513Z | Compiling strum_macros v0.26.4 |
1676 | 2024-08-08T21:34:44.489Z | Compiling foreign-types-macros v0.2.3 |
1677 | 2024-08-08T21:34:44.935Z | Compiling structmeta-derive v0.3.0 |
1678 | 2024-08-08T21:34:45.919Z | Compiling thread_local v1.1.8 |
1679 | 2024-08-08T21:34:46.624Z | Compiling proc-macro-error v1.0.4 |
1680 | 2024-08-08T21:34:46.952Z | Compiling multer v3.1.0 |
1681 | 2024-08-08T21:34:47.264Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1682 | 2024-08-08T21:34:47.814Z | Compiling match_cfg v0.1.0 |
1683 | 2024-08-08T21:34:48.452Z | Compiling foreign-types-shared v0.3.1 |
1684 | 2024-08-08T21:34:48.582Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1685 | 2024-08-08T21:34:48.929Z | Compiling slog-async v2.8.0 |
1686 | 2024-08-08T21:34:49.231Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1687 | 2024-08-08T21:34:49.907Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1688 | 2024-08-08T21:34:50.361Z | Compiling foreign-types v0.5.0 |
1689 | 2024-08-08T21:34:52.641Z | Compiling strum v0.26.3 |
1690 | 2024-08-08T21:34:52.844Z | Compiling hostname v0.3.1 |
1691 | 2024-08-08T21:34:56.110Z | Compiling structmeta v0.3.0 |
1692 | 2024-08-08T21:34:57.668Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1693 | 2024-08-08T21:35:04.385Z | Compiling darling v0.20.9 |
1694 | 2024-08-08T21:35:05.060Z | Compiling term v0.7.0 |
1695 | 2024-08-08T21:35:09.503Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1696 | 2024-08-08T21:35:09.680Z | Compiling slog-json v2.6.1 |
1697 | 2024-08-08T21:35:10.127Z | Compiling tabwriter v1.4.0 |
1698 | 2024-08-08T21:35:10.912Z | Compiling crossbeam-channel v0.5.12 |
1699 | 2024-08-08T21:35:12.108Z | Compiling http v1.1.0 |
1700 | 2024-08-08T21:35:12.497Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1701 | 2024-08-08T21:35:12.696Z | Compiling async-stream-impl v0.3.5 |
1702 | 2024-08-08T21:35:13.121Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1703 | 2024-08-08T21:35:13.336Z | Compiling is-terminal v0.4.12 |
1704 | 2024-08-08T21:35:13.384Z | Compiling cstr-argument v0.1.2 |
1705 | 2024-08-08T21:35:13.507Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1706 | 2024-08-08T21:35:13.830Z | Compiling atomic-waker v1.1.2 |
1707 | 2024-08-08T21:35:13.995Z | Compiling crucible-workspace-hack v0.1.0 |
1708 | 2024-08-08T21:35:14.024Z | Compiling pretty-hex v0.2.1 |
1709 | 2024-08-08T21:35:14.237Z | Compiling rayon-core v1.12.1 |
1710 | 2024-08-08T21:35:14.290Z | Compiling take_mut v0.2.2 |
1711 | 2024-08-08T21:35:14.341Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1712 | 2024-08-08T21:35:14.463Z | Compiling fastrand v2.1.0 |
1713 | 2024-08-08T21:35:14.690Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1714 | 2024-08-08T21:35:15.003Z | Compiling tempfile v3.10.1 |
1715 | 2024-08-08T21:35:15.067Z | Compiling waitgroup v0.1.2 |
1716 | 2024-08-08T21:35:15.086Z | Compiling async-stream v0.3.5 |
1717 | 2024-08-08T21:35:15.411Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1718 | 2024-08-08T21:35:16.285Z | Compiling slog-term v2.9.1 |
1719 | 2024-08-08T21:35:16.667Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1720 | 2024-08-08T21:35:16.789Z | Compiling slog-bunyan v2.5.0 |
1721 | 2024-08-08T21:35:17.064Z | Compiling serde_with_macros v3.8.3 |
1722 | 2024-08-08T21:35:17.325Z | Compiling tokio-rustls v0.25.0 |
1723 | 2024-08-08T21:35:17.439Z | Compiling parse-display-derive v0.9.1 |
1724 | 2024-08-08T21:35:17.602Z | Compiling toml v0.8.19 |
1725 | 2024-08-08T21:35:17.774Z | Compiling rustls-pemfile v2.1.3 |
1726 | 2024-08-08T21:35:18.005Z | Compiling sha1 v0.10.6 |
1727 | 2024-08-08T21:35:18.533Z | Compiling crossbeam-deque v0.8.5 |
1728 | 2024-08-08T21:35:18.834Z | Compiling colored v2.1.0 |
1729 | 2024-08-08T21:35:18.897Z | Compiling newtype-uuid v1.1.0 |
1730 | 2024-08-08T21:35:18.927Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1731 | 2024-08-08T21:35:19.238Z | Compiling serde_path_to_error v0.1.16 |
1732 | 2024-08-08T21:35:19.609Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1733 | 2024-08-08T21:35:20.147Z | Compiling hostname v0.4.0 |
1734 | 2024-08-08T21:35:20.252Z | Compiling socket2 v0.4.10 |
1735 | 2024-08-08T21:35:20.330Z | Compiling instant v0.1.12 |
1736 | 2024-08-08T21:35:20.396Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1737 | 2024-08-08T21:35:20.494Z | Compiling debug-ignore v1.0.5 |
1738 | 2024-08-08T21:35:20.650Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1739 | 2024-08-08T21:35:21.302Z | Compiling parse-display v0.9.1 |
1740 | 2024-08-08T21:35:21.730Z | Compiling backoff v0.4.0 |
1741 | 2024-08-08T21:35:22.102Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1742 | 2024-08-08T21:35:22.324Z | Compiling serde_with v3.8.3 |
1743 | 2024-08-08T21:35:23.043Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1744 | 2024-08-08T21:35:23.646Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1745 | 2024-08-08T21:35:24.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1746 | 2024-08-08T21:35:25.020Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1747 | 2024-08-08T21:35:25.221Z | Compiling camino-tempfile v1.1.1 |
1748 | 2024-08-08T21:35:26.110Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1749 | 2024-08-08T21:35:26.599Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1750 | 2024-08-08T21:35:26.687Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1751 | 2024-08-08T21:35:26.783Z | Compiling macaddr v1.0.1 |
1752 | 2024-08-08T21:35:27.028Z | Compiling num-derive v0.4.2 |
1753 | 2024-08-08T21:35:27.407Z | Compiling sigpipe v0.1.3 |
1754 | 2024-08-08T21:35:27.437Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1755 | 2024-08-08T21:35:27.544Z | Compiling libefi-sys v0.1.0 |
1756 | 2024-08-08T21:35:27.788Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1757 | 2024-08-08T21:35:27.879Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1758 | 2024-08-08T21:35:28.430Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1759 | 2024-08-08T21:35:29.283Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1760 | 2024-08-08T21:35:29.459Z | Compiling rayon v1.10.0 |
1761 | 2024-08-08T21:35:30.466Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1762 | 2024-08-08T21:35:30.793Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1763 | 2024-08-08T21:35:31.106Z | Compiling smf v0.2.3 |
1764 | 2024-08-08T21:35:31.770Z | Compiling bitfield-struct v0.6.1 |
1765 | 2024-08-08T21:35:33.119Z | Compiling ring v0.16.20 |
1766 | 2024-08-08T21:35:33.720Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1767 | 2024-08-08T21:35:34.108Z | Compiling blake3 v1.5.1 |
1768 | 2024-08-08T21:35:34.148Z | Compiling portable-atomic v1.6.0 |
1769 | 2024-08-08T21:35:34.836Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1770 | 2024-08-08T21:35:35.088Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1771 | 2024-08-08T21:35:35.446Z | Compiling xattr v1.3.1 |
1772 | 2024-08-08T21:35:35.519Z | Compiling filetime v0.2.23 |
1773 | 2024-08-08T21:35:35.617Z | Compiling memmap2 v0.9.4 |
1774 | 2024-08-08T21:35:35.752Z | Compiling untrusted v0.7.1 |
1775 | 2024-08-08T21:35:35.846Z | Compiling arrayref v0.3.7 |
1776 | 2024-08-08T21:35:35.941Z | Compiling spin v0.5.2 |
1777 | 2024-08-08T21:35:35.957Z | Compiling same-file v1.0.6 |
1778 | 2024-08-08T21:35:36.179Z | Compiling arrayvec v0.7.4 |
1779 | 2024-08-08T21:35:36.204Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1780 | 2024-08-08T21:35:36.226Z | Compiling constant_time_eq v0.3.0 |
1781 | 2024-08-08T21:35:36.229Z | Compiling walkdir v2.5.0 |
1782 | 2024-08-08T21:35:36.331Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1783 | 2024-08-08T21:35:36.405Z | Compiling tar v0.4.41 |
1784 | 2024-08-08T21:35:37.627Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1785 | 2024-08-08T21:35:38.978Z | Compiling gethostname v0.5.0 |
1786 | 2024-08-08T21:35:39.209Z | Compiling cargo-platform v0.1.8 |
1787 | 2024-08-08T21:35:39.242Z | Compiling topological-sort v0.2.2 |
1788 | 2024-08-08T21:35:39.502Z | Compiling number_prefix v0.4.0 |
1789 | 2024-08-08T21:35:39.754Z | Compiling indicatif v0.17.8 |
1790 | 2024-08-08T21:35:39.946Z | Compiling cargo_metadata v0.18.1 |
1791 | 2024-08-08T21:35:44.669Z | Compiling omicron-zone-package v0.11.0 |
1792 | 2024-08-08T21:35:46.956Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1793 | 2024-08-08T21:35:47.796Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1794 | 2024-08-08T21:35:49.299Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1795 | 2024-08-08T21:36:09.471Z | Finished `release` profile [optimized] target(s) in 4m 09s |
1796 | 2024-08-08T21:36:09.603Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1797 | 2024-08-08T21:36:09.645Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1798 | 2024-08-08T21:36:09.648Z | Created new build target 'test' and set it as active |
1799 | 2024-08-08T21:36:09.648Z | |
1800 | 2024-08-08T21:36:09.648Z | real 4:09.893518401 |
1801 | 2024-08-08T21:36:09.648Z | user 28:25.010987976 |
1802 | 2024-08-08T21:36:09.648Z | sys 3:31.532177936 |
1803 | 2024-08-08T21:36:09.648Z | trap 0.805228772 |
1804 | 2024-08-08T21:36:09.648Z | tflt 2.189140571 |
1805 | 2024-08-08T21:36:09.648Z | dflt 0.743882082 |
1806 | 2024-08-08T21:36:09.648Z | kflt 0.009443406 |
1807 | 2024-08-08T21:36:09.648Z | lock 1:03:11.296970286 |
1808 | 2024-08-08T21:36:09.648Z | slp 1:49:30.580609236 |
1809 | 2024-08-08T21:36:09.648Z | lat 1:58.855442350 |
1810 | 2024-08-08T21:36:09.648Z | stop 3:20.637143167 |
1811 | 2024-08-08T21:36:09.648Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1812 | 2024-08-08T21:36:10.556Z | Finished `release` profile [optimized] target(s) in 0.86s |
1813 | 2024-08-08T21:36:10.601Z | Running `target/release/omicron-package -t test package` |
1814 | 2024-08-08T21:36:10.639Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1815 | 2024-08-08T21:36:11.674Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1816 | 2024-08-08T21:36:11.674Z | Compiling camino v1.1.7 |
1817 | 2024-08-08T21:36:11.677Z | Compiling password-hash v0.5.0 |
1818 | 2024-08-08T21:36:11.677Z | Compiling blake2 v0.10.6 |
1819 | 2024-08-08T21:36:11.677Z | Compiling derive-where v1.2.7 |
1820 | 2024-08-08T21:36:11.677Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1821 | 2024-08-08T21:36:11.677Z | Compiling humantime v2.1.0 |
1822 | 2024-08-08T21:36:11.786Z | Compiling newline-converter v0.3.0 |
1823 | 2024-08-08T21:36:11.987Z | Compiling toml v0.8.19 |
1824 | 2024-08-08T21:36:12.033Z | Compiling expectorate v1.1.0 |
1825 | 2024-08-08T21:36:12.276Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1826 | 2024-08-08T21:36:12.666Z | Compiling argon2 v0.5.3 |
1827 | 2024-08-08T21:36:12.682Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1828 | 2024-08-08T21:36:12.747Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1829 | 2024-08-08T21:36:12.764Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1830 | 2024-08-08T21:36:12.885Z | Compiling dirs-sys-next v0.1.2 |
1831 | 2024-08-08T21:36:12.963Z | Compiling prettyplease v0.2.20 |
1832 | 2024-08-08T21:36:13.274Z | Compiling dirs-next v2.0.0 |
1833 | 2024-08-08T21:36:13.373Z | Compiling convert_case v0.4.0 |
1834 | 2024-08-08T21:36:13.478Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1835 | 2024-08-08T21:36:13.495Z | Compiling term v0.7.0 |
1836 | 2024-08-08T21:36:13.988Z | Compiling semver v0.1.20 |
1837 | 2024-08-08T21:36:14.061Z | Compiling is-terminal v0.4.12 |
1838 | 2024-08-08T21:36:14.142Z | Compiling derive_more v0.99.18 |
1839 | 2024-08-08T21:36:14.189Z | Compiling home v0.5.9 |
1840 | 2024-08-08T21:36:14.416Z | Compiling rustc_version v0.1.7 |
1841 | 2024-08-08T21:36:14.546Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1842 | 2024-08-08T21:36:14.776Z | Compiling rustls-pki-types v1.7.0 |
1843 | 2024-08-08T21:36:14.802Z | Compiling newtype_derive v0.1.6 |
1844 | 2024-08-08T21:36:15.105Z | Compiling rustls v0.22.4 |
1845 | 2024-08-08T21:36:15.140Z | Compiling thread_local v1.1.8 |
1846 | 2024-08-08T21:36:15.316Z | Compiling steno v0.4.1 |
1847 | 2024-08-08T21:36:15.494Z | Compiling rustls-webpki v0.102.4 |
1848 | 2024-08-08T21:36:15.627Z | Compiling match_cfg v0.1.0 |
1849 | 2024-08-08T21:36:15.726Z | Compiling linked-hash-map v0.5.6 |
1850 | 2024-08-08T21:36:16.144Z | Compiling lru-cache v0.1.2 |
1851 | 2024-08-08T21:36:17.322Z | Compiling hostname v0.3.1 |
1852 | 2024-08-08T21:36:17.447Z | Compiling multer v3.1.0 |
1853 | 2024-08-08T21:36:17.519Z | Compiling slog-async v2.8.0 |
1854 | 2024-08-08T21:36:17.546Z | Compiling slog-json v2.6.1 |
1855 | 2024-08-08T21:36:17.587Z | Compiling crossbeam-channel v0.5.12 |
1856 | 2024-08-08T21:36:17.888Z | Compiling http v1.1.0 |
1857 | 2024-08-08T21:36:18.637Z | Compiling atomic-waker v1.1.2 |
1858 | 2024-08-08T21:36:18.828Z | Compiling take_mut v0.2.2 |
1859 | 2024-08-08T21:36:18.855Z | Compiling waitgroup v0.1.2 |
1860 | 2024-08-08T21:36:19.055Z | Compiling slog-bunyan v2.5.0 |
1861 | 2024-08-08T21:36:19.258Z | Compiling slog-term v2.9.1 |
1862 | 2024-08-08T21:36:20.148Z | Compiling rustls-pemfile v2.1.3 |
1863 | 2024-08-08T21:36:20.546Z | Compiling async-stream v0.3.5 |
1864 | 2024-08-08T21:36:20.640Z | Compiling tokio-rustls v0.25.0 |
1865 | 2024-08-08T21:36:20.705Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1866 | 2024-08-08T21:36:20.853Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1867 | 2024-08-08T21:36:20.910Z | Compiling sha1 v0.10.6 |
1868 | 2024-08-08T21:36:20.925Z | Compiling newtype-uuid v1.1.0 |
1869 | 2024-08-08T21:36:21.038Z | Compiling ipnetwork v0.20.0 |
1870 | 2024-08-08T21:36:21.072Z | Compiling serde_path_to_error v0.1.16 |
1871 | 2024-08-08T21:36:21.211Z | Compiling hostname v0.4.0 |
1872 | 2024-08-08T21:36:21.292Z | Compiling instant v0.1.12 |
1873 | 2024-08-08T21:36:21.442Z | Compiling slog-dtrace v0.3.0 |
1874 | 2024-08-08T21:36:21.445Z | Compiling debug-ignore v1.0.5 |
1875 | 2024-08-08T21:36:21.593Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1876 | 2024-08-08T21:36:21.823Z | Compiling backoff v0.4.0 |
1877 | 2024-08-08T21:36:21.874Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1878 | 2024-08-08T21:36:22.163Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1879 | 2024-08-08T21:36:22.186Z | Compiling parse-display v0.9.1 |
1880 | 2024-08-08T21:36:22.221Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1881 | 2024-08-08T21:36:22.405Z | Compiling serde_with v3.8.3 |
1882 | 2024-08-08T21:36:22.686Z | Compiling strum v0.26.3 |
1883 | 2024-08-08T21:36:22.862Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1884 | 2024-08-08T21:36:23.890Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1885 | 2024-08-08T21:36:24.067Z | Compiling num-rational v0.4.2 |
1886 | 2024-08-08T21:36:25.016Z | Compiling num-complex v0.4.6 |
1887 | 2024-08-08T21:36:25.642Z | Compiling macaddr v1.0.1 |
1888 | 2024-08-08T21:36:26.064Z | Compiling swrite v0.1.0 |
1889 | 2024-08-08T21:36:26.093Z | Compiling num v0.4.3 |
1890 | 2024-08-08T21:36:26.594Z | Compiling float-ord v0.3.2 |
1891 | 2024-08-08T21:36:26.766Z | Compiling quick-error v1.2.3 |
1892 | 2024-08-08T21:36:26.928Z | Compiling resolv-conf v0.7.0 |
1893 | 2024-08-08T21:36:27.496Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1894 | 2024-08-08T21:36:28.858Z | Compiling trust-dns-resolver v0.22.0 |
1895 | 2024-08-08T21:36:28.867Z | Compiling rayon-core v1.12.1 |
1896 | 2024-08-08T21:36:28.867Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1897 | 2024-08-08T21:36:29.637Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1898 | 2024-08-08T21:36:29.735Z | Compiling crossbeam-deque v0.8.5 |
1899 | 2024-08-08T21:36:30.071Z | Compiling termcolor v1.4.1 |
1900 | 2024-08-08T21:36:31.138Z | Compiling display-error-chain v0.2.0 |
1901 | 2024-08-08T21:36:31.334Z | Compiling fastrand v2.1.0 |
1902 | 2024-08-08T21:36:31.861Z | Compiling same-file v1.0.6 |
1903 | 2024-08-08T21:36:32.098Z | Compiling walkdir v2.5.0 |
1904 | 2024-08-08T21:36:32.750Z | Compiling tempfile v3.10.1 |
1905 | 2024-08-08T21:36:34.630Z | Compiling half v2.4.1 |
1906 | 2024-08-08T21:36:35.038Z | Compiling ciborium-io v0.2.2 |
1907 | 2024-08-08T21:36:35.182Z | Compiling utf-8 v0.7.6 |
1908 | 2024-08-08T21:36:35.353Z | Compiling ciborium-ll v0.2.2 |
1909 | 2024-08-08T21:36:35.539Z | Compiling blake3 v1.5.1 |
1910 | 2024-08-08T21:36:35.871Z | Compiling ring v0.16.20 |
1911 | 2024-08-08T21:36:35.943Z | Compiling rayon v1.10.0 |
1912 | 2024-08-08T21:36:37.142Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1913 | 2024-08-08T21:36:40.662Z | Compiling xattr v1.3.1 |
1914 | 2024-08-08T21:36:40.931Z | Compiling nibble_vec v0.1.0 |
1915 | 2024-08-08T21:36:41.167Z | Compiling memmap2 v0.9.4 |
1916 | 2024-08-08T21:36:41.584Z | Compiling filetime v0.2.23 |
1917 | 2024-08-08T21:36:41.881Z | Compiling arrayref v0.3.7 |
1918 | 2024-08-08T21:36:41.988Z | Compiling spin v0.5.2 |
1919 | 2024-08-08T21:36:42.233Z | Compiling constant_time_eq v0.3.0 |
1920 | 2024-08-08T21:36:42.253Z | Compiling cancel-safe-futures v0.1.5 |
1921 | 2024-08-08T21:36:42.383Z | Compiling untrusted v0.7.1 |
1922 | 2024-08-08T21:36:42.577Z | Compiling arrayvec v0.7.4 |
1923 | 2024-08-08T21:36:42.609Z | Compiling endian-type v0.1.2 |
1924 | 2024-08-08T21:36:42.856Z | Compiling radix_trie v0.2.1 |
1925 | 2024-08-08T21:36:44.123Z | Compiling tar v0.4.41 |
1926 | 2024-08-08T21:36:45.889Z | Compiling ciborium v0.2.2 |
1927 | 2024-08-08T21:36:47.089Z | Compiling camino-tempfile v1.1.1 |
1928 | 2024-08-08T21:36:47.524Z | Compiling toolchain_find v0.4.0 |
1929 | 2024-08-08T21:36:48.005Z | Compiling maplit v1.0.2 |
1930 | 2024-08-08T21:36:48.087Z | Compiling glob v0.3.1 |
1931 | 2024-08-08T21:36:48.136Z | Compiling radium v0.7.0 |
1932 | 2024-08-08T21:36:48.604Z | Compiling topological-sort v0.2.2 |
1933 | 2024-08-08T21:36:48.828Z | Compiling crunchy v0.2.2 |
1934 | 2024-08-08T21:36:48.893Z | Compiling clang-sys v1.7.0 |
1935 | 2024-08-08T21:36:49.013Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1936 | 2024-08-08T21:36:49.314Z | Compiling omicron-zone-package v0.11.0 |
1937 | 2024-08-08T21:36:49.563Z | Compiling rustfmt-wrapper v0.2.1 |
1938 | 2024-08-08T21:36:50.127Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1939 | 2024-08-08T21:36:50.252Z | Compiling maybe-uninit v2.0.0 |
1940 | 2024-08-08T21:36:50.411Z | Compiling tiny-keccak v2.0.2 |
1941 | 2024-08-08T21:36:50.722Z | Compiling tap v1.0.1 |
1942 | 2024-08-08T21:36:50.916Z | Compiling wyz v0.5.1 |
1943 | 2024-08-08T21:36:51.387Z | Compiling dsl_auto_type v0.1.2 |
1944 | 2024-08-08T21:36:51.471Z | Compiling itertools v0.13.0 |
1945 | 2024-08-08T21:36:52.802Z | Compiling scheduled-thread-pool v0.2.7 |
1946 | 2024-08-08T21:36:53.230Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1947 | 2024-08-08T21:36:53.711Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1948 | 2024-08-08T21:36:54.189Z | Compiling diesel_table_macro_syntax v0.2.0 |
1949 | 2024-08-08T21:36:54.206Z | Compiling funty v2.0.0 |
1950 | 2024-08-08T21:36:54.586Z | Compiling arc-swap v1.7.1 |
1951 | 2024-08-08T21:36:54.620Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1952 | 2024-08-08T21:36:55.248Z | Compiling crc-catalog v2.4.0 |
1953 | 2024-08-08T21:36:55.293Z | Compiling packed_struct v0.10.1 |
1954 | 2024-08-08T21:36:55.409Z | Compiling num-bigint-dig v0.8.4 |
1955 | 2024-08-08T21:36:55.760Z | Compiling crc v3.2.1 |
1956 | 2024-08-08T21:36:55.775Z | Compiling bitvec v1.0.1 |
1957 | 2024-08-08T21:36:56.722Z | Compiling slog-scope v4.4.0 |
1958 | 2024-08-08T21:36:57.564Z | Compiling diesel_derives v2.2.2 |
1959 | 2024-08-08T21:37:00.302Z | Compiling r2d2 v0.8.10 |
1960 | 2024-08-08T21:37:01.329Z | Compiling ascii-canvas v3.0.0 |
1961 | 2024-08-08T21:37:01.788Z | Compiling packed_struct_codegen v0.10.1 |
1962 | 2024-08-08T21:37:02.911Z | Compiling ena v0.14.3 |
1963 | 2024-08-08T21:37:03.330Z | Compiling libloading v0.8.3 |
1964 | 2024-08-08T21:37:03.710Z | Compiling indexmap v1.9.3 |
1965 | 2024-08-08T21:37:04.037Z | Compiling diff v0.1.13 |
1966 | 2024-08-08T21:37:04.254Z | Compiling bindgen v0.69.4 |
1967 | 2024-08-08T21:37:04.576Z | Compiling regex-syntax v0.6.29 |
1968 | 2024-08-08T21:37:04.714Z | Compiling nodrop v0.1.14 |
1969 | 2024-08-08T21:37:04.845Z | Compiling array-init v0.0.4 |
1970 | 2024-08-08T21:37:08.717Z | Compiling diesel v2.2.2 |
1971 | 2024-08-08T21:37:09.698Z | Compiling lalrpop v0.19.12 |
1972 | 2024-08-08T21:37:10.473Z | Compiling smallvec v0.6.14 |
1973 | 2024-08-08T21:37:10.510Z | Compiling slog-stdlog v4.1.1 |
1974 | 2024-08-08T21:37:11.285Z | Compiling tungstenite v0.21.0 |
1975 | 2024-08-08T21:37:14.999Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1976 | 2024-08-08T21:37:16.121Z | Compiling which v4.4.2 |
1977 | 2024-08-08T21:37:16.416Z | Compiling pkcs1 v0.7.5 |
1978 | 2024-08-08T21:37:16.643Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1979 | 2024-08-08T21:37:16.860Z | Compiling signature v2.2.0 |
1980 | 2024-08-08T21:37:17.129Z | Compiling cexpr v0.6.0 |
1981 | 2024-08-08T21:37:18.662Z | Compiling libsw v3.3.1 |
1982 | 2024-08-08T21:37:19.006Z | Compiling atty v0.2.14 |
1983 | 2024-08-08T21:37:19.160Z | Compiling hashbrown v0.12.3 |
1984 | 2024-08-08T21:37:20.251Z | Compiling ref-cast v1.0.23 |
1985 | 2024-08-08T21:37:20.270Z | Compiling linear-map v1.2.0 |
1986 | 2024-08-08T21:37:20.440Z | Compiling bitfield v0.14.0 |
1987 | 2024-08-08T21:37:20.704Z | Compiling lazycell v1.3.0 |
1988 | 2024-08-08T21:37:20.722Z | Compiling rustc-hash v1.1.0 |
1989 | 2024-08-08T21:37:20.725Z | Compiling owo-colors v4.0.0 |
1990 | 2024-08-08T21:37:20.873Z | Compiling shlex v1.3.0 |
1991 | 2024-08-08T21:37:21.244Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1992 | 2024-08-08T21:37:22.590Z | Compiling rsa v0.9.6 |
1993 | 2024-08-08T21:37:23.521Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1994 | 2024-08-08T21:37:26.527Z | Compiling tokio-tungstenite v0.21.0 |
1995 | 2024-08-08T21:37:27.136Z | Compiling serde-hex v0.1.0 |
1996 | 2024-08-08T21:37:28.115Z | Compiling slog-envlogger v2.2.0 |
1997 | 2024-08-08T21:37:30.774Z | Compiling bzip2 v0.4.4 |
1998 | 2024-08-08T21:37:30.918Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1999 | 2024-08-08T21:37:31.230Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2000 | 2024-08-08T21:37:31.250Z | Compiling env_logger v0.10.2 |
2001 | 2024-08-08T21:37:32.272Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2002 | 2024-08-08T21:37:32.596Z | Compiling derive_builder_core v0.20.0 |
2003 | 2024-08-08T21:37:34.155Z | Compiling x509-cert v0.2.5 |
2004 | 2024-08-08T21:37:34.764Z | Compiling ron v0.8.1 |
2005 | 2024-08-08T21:37:34.977Z | Compiling headers-core v0.2.0 |
2006 | 2024-08-08T21:37:35.150Z | Compiling hashbrown v0.13.2 |
2007 | 2024-08-08T21:37:35.620Z | Compiling polar-core v0.27.3 |
2008 | 2024-08-08T21:37:36.413Z | Compiling fxhash v0.2.1 |
2009 | 2024-08-08T21:37:36.644Z | Compiling libxml v0.3.3 |
2010 | 2024-08-08T21:37:36.913Z | Compiling ref-cast-impl v1.0.23 |
2011 | 2024-08-08T21:37:37.017Z | Compiling crc-any v2.5.0 |
2012 | 2024-08-08T21:37:37.944Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2013 | 2024-08-08T21:37:40.512Z | Compiling object v0.30.4 |
2014 | 2024-08-08T21:37:42.305Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2015 | 2024-08-08T21:37:44.058Z | Compiling headers v0.3.9 |
2016 | 2024-08-08T21:37:45.321Z | Compiling samael v0.0.15 |
2017 | 2024-08-08T21:37:46.838Z | Compiling derive_builder_macro v0.20.0 |
2018 | 2024-08-08T21:37:47.620Z | Compiling zip v0.6.6 |
2019 | 2024-08-08T21:37:47.700Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2020 | 2024-08-08T21:37:49.800Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2021 | 2024-08-08T21:37:50.113Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2022 | 2024-08-08T21:37:50.273Z | Compiling strum_macros v0.24.3 |
2023 | 2024-08-08T21:37:50.674Z | Compiling async-recursion v1.1.1 |
2024 | 2024-08-08T21:37:52.133Z | Compiling cookie v0.18.1 |
2025 | 2024-08-08T21:37:52.483Z | Compiling unicase v2.7.0 |
2026 | 2024-08-08T21:37:52.807Z | Compiling indoc v1.0.9 |
2027 | 2024-08-08T21:37:53.305Z | Compiling path-slash v0.1.5 |
2028 | 2024-08-08T21:37:53.532Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2029 | 2024-08-08T21:37:54.961Z | Compiling derive_builder v0.20.0 |
2030 | 2024-08-08T21:37:59.696Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2031 | 2024-08-08T21:37:59.715Z | Compiling pem v3.0.4 |
2032 | 2024-08-08T21:37:59.807Z | Compiling impl-trait-for-tuples v0.2.2 |
2033 | 2024-08-08T21:38:00.039Z | Compiling oso-derive v0.27.3 |
2034 | 2024-08-08T21:38:01.052Z | Compiling quick-xml v0.31.0 |
2035 | 2024-08-08T21:38:01.147Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2036 | 2024-08-08T21:38:01.478Z | Compiling cfg_aliases v0.1.1 |
2037 | 2024-08-08T21:38:01.591Z | Compiling parking_lot_core v0.8.6 |
2038 | 2024-08-08T21:38:02.040Z | Compiling nix v0.28.0 |
2039 | 2024-08-08T21:38:02.823Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2040 | 2024-08-08T21:38:05.327Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2041 | 2024-08-08T21:38:06.656Z | Compiling oso v0.27.3 |
2042 | 2024-08-08T21:38:06.912Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2043 | 2024-08-08T21:38:07.226Z | Compiling bb8 v0.8.5 |
2044 | 2024-08-08T21:38:07.836Z | Compiling const_format_proc_macros v0.2.32 |
2045 | 2024-08-08T21:38:08.220Z | Compiling curve25519-dalek v4.1.3 |
2046 | 2024-08-08T21:38:08.670Z | Compiling vte_generate_state_changes v0.1.1 |
2047 | 2024-08-08T21:38:08.848Z | Compiling buf-list v1.0.3 |
2048 | 2024-08-08T21:38:09.272Z | Compiling keccak v0.1.5 |
2049 | 2024-08-08T21:38:09.463Z | Compiling vte v0.11.1 |
2050 | 2024-08-08T21:38:09.737Z | Compiling const_format v0.2.32 |
2051 | 2024-08-08T21:38:10.305Z | Compiling sha3 v0.10.8 |
2052 | 2024-08-08T21:38:10.975Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2053 | 2024-08-08T21:38:11.635Z | Compiling fd-lock v4.0.2 |
2054 | 2024-08-08T21:38:11.652Z | Compiling universal-hash v0.5.1 |
2055 | 2024-08-08T21:38:11.871Z | Compiling secrecy v0.8.0 |
2056 | 2024-08-08T21:38:11.888Z | Compiling thiserror-impl-no-std v2.0.2 |
2057 | 2024-08-08T21:38:11.981Z | Compiling pin-project-internal v1.1.5 |
2058 | 2024-08-08T21:38:12.142Z | Compiling curve25519-dalek-derive v0.1.1 |
2059 | 2024-08-08T21:38:13.539Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2060 | 2024-08-08T21:38:13.865Z | Compiling bytecount v0.6.8 |
2061 | 2024-08-08T21:38:14.181Z | Compiling opaque-debug v0.3.1 |
2062 | 2024-08-08T21:38:14.293Z | Compiling poly1305 v0.8.0 |
2063 | 2024-08-08T21:38:14.624Z | Compiling thiserror-no-std v2.0.2 |
2064 | 2024-08-08T21:38:14.668Z | Compiling pin-project v1.1.5 |
2065 | 2024-08-08T21:38:14.754Z | Compiling papergrid v0.11.0 |
2066 | 2024-08-08T21:38:16.159Z | Compiling parking_lot v0.11.2 |
2067 | 2024-08-08T21:38:21.849Z | Compiling strip-ansi-escapes v0.2.0 |
2068 | 2024-08-08T21:38:22.564Z | Compiling trust-dns-client v0.22.0 |
2069 | 2024-08-08T21:38:22.763Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2070 | 2024-08-08T21:38:23.081Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2071 | 2024-08-08T21:38:24.120Z | Compiling tabled_derive v0.7.0 |
2072 | 2024-08-08T21:38:24.160Z | Compiling chacha20 v0.9.1 |
2073 | 2024-08-08T21:38:24.613Z | Compiling aead v0.5.2 |
2074 | 2024-08-08T21:38:24.954Z | Compiling peg-macros v0.8.4 |
2075 | 2024-08-08T21:38:26.380Z | Compiling kstat-rs v0.2.4 |
2076 | 2024-08-08T21:38:26.533Z | Compiling snafu-derive v0.8.2 |
2077 | 2024-08-08T21:38:27.310Z | Compiling toml v0.5.11 |
2078 | 2024-08-08T21:38:27.893Z | Compiling sqlparser_derive v0.2.2 |
2079 | 2024-08-08T21:38:28.314Z | Compiling unicode_categories v0.1.1 |
2080 | 2024-08-08T21:38:28.698Z | Compiling nu-ansi-term v0.50.0 |
2081 | 2024-08-08T21:38:29.279Z | Compiling trust-dns-server v0.22.1 |
2082 | 2024-08-08T21:38:29.926Z | Compiling reedline v0.31.0 |
2083 | 2024-08-08T21:38:31.418Z | Compiling snafu v0.8.2 |
2084 | 2024-08-08T21:38:32.695Z | Compiling rustyline v14.0.0 |
2085 | 2024-08-08T21:38:33.837Z | Compiling sqlparser v0.45.0 |
2086 | 2024-08-08T21:38:36.352Z | Compiling sqlformat v0.2.4 |
2087 | 2024-08-08T21:38:44.811Z | Compiling peg v0.8.4 |
2088 | 2024-08-08T21:38:44.940Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2089 | 2024-08-08T21:38:46.933Z | Compiling tabled v0.15.0 |
2090 | 2024-08-08T21:38:49.773Z | Compiling chacha20poly1305 v0.10.1 |
2091 | 2024-08-08T21:38:50.045Z | Compiling vsss-rs v3.3.4 |
2092 | 2024-08-08T21:38:50.063Z | Compiling sled v0.34.7 |
2093 | 2024-08-08T21:38:52.611Z | Compiling mime_guess v2.0.4 |
2094 | 2024-08-08T21:38:54.617Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2095 | 2024-08-08T21:38:55.518Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2096 | 2024-08-08T21:38:56.252Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2097 | 2024-08-08T21:39:00.877Z | Compiling env_logger v0.9.3 |
2098 | 2024-08-08T21:39:04.982Z | Compiling tungstenite v0.20.1 |
2099 | 2024-08-08T21:39:07.571Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2100 | 2024-08-08T21:39:09.020Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2101 | 2024-08-08T21:39:10.000Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2102 | 2024-08-08T21:39:14.505Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2103 | 2024-08-08T21:39:18.400Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2104 | 2024-08-08T21:39:19.888Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2105 | 2024-08-08T21:39:21.969Z | Compiling globset v0.4.14 |
2106 | 2024-08-08T21:39:22.887Z | Compiling olpc-cjson v0.1.3 |
2107 | 2024-08-08T21:39:23.243Z | Compiling bcs v0.1.6 |
2108 | 2024-08-08T21:39:24.142Z | Compiling bitstruct_derive v0.1.0 |
2109 | 2024-08-08T21:39:25.436Z | Compiling serde_plain v1.0.2 |
2110 | 2024-08-08T21:39:25.950Z | Compiling nanorand v0.7.0 |
2111 | 2024-08-08T21:39:26.628Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2112 | 2024-08-08T21:39:26.771Z | Compiling memoffset v0.9.1 |
2113 | 2024-08-08T21:39:27.122Z | Compiling typed-path v0.7.1 |
2114 | 2024-08-08T21:39:28.649Z | Compiling highway v1.2.0 |
2115 | 2024-08-08T21:39:29.540Z | Compiling ascii v1.1.0 |
2116 | 2024-08-08T21:39:30.324Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2117 | 2024-08-08T21:39:31.957Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2118 | 2024-08-08T21:39:32.846Z | Compiling tough v0.17.1 |
2119 | 2024-08-08T21:39:33.863Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2120 | 2024-08-08T21:39:42.509Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2121 | 2024-08-08T21:39:42.809Z | Compiling flume v0.11.0 |
2122 | 2024-08-08T21:39:43.559Z | Compiling bitstruct v0.1.1 |
2123 | 2024-08-08T21:39:43.693Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2124 | 2024-08-08T21:39:43.887Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2125 | 2024-08-08T21:39:44.230Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2126 | 2024-08-08T21:39:49.707Z | Compiling tokio-tungstenite v0.20.1 |
2127 | 2024-08-08T21:39:50.863Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2128 | 2024-08-08T21:39:55.396Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-08-08T21:39:56.578Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2130 | 2024-08-08T21:39:58.519Z | Compiling serde_arrays v0.1.0 |
2131 | 2024-08-08T21:39:58.733Z | Compiling erased-serde v0.3.31 |
2132 | 2024-08-08T21:40:00.477Z | Compiling parse-size v1.0.0 |
2133 | 2024-08-08T21:40:00.493Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2134 | 2024-08-08T21:40:00.786Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2135 | 2024-08-08T21:40:02.057Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2136 | 2024-08-08T21:40:08.022Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2137 | 2024-08-08T21:40:08.560Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2138 | 2024-08-08T21:40:08.867Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2139 | 2024-08-08T21:40:09.098Z | Compiling heck v0.3.3 |
2140 | 2024-08-08T21:40:09.478Z | Compiling rand_seeder v0.3.0 |
2141 | 2024-08-08T21:40:09.873Z | Compiling castaway v0.2.2 |
2142 | 2024-08-08T21:40:10.071Z | Compiling csv-core v0.1.11 |
2143 | 2024-08-08T21:40:10.842Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2144 | 2024-08-08T21:40:10.924Z | Compiling http-range v0.1.5 |
2145 | 2024-08-08T21:40:11.157Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2146 | 2024-08-08T21:40:11.449Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2147 | 2024-08-08T21:40:11.573Z | Compiling hyper-staticfile v0.9.5 |
2148 | 2024-08-08T21:40:12.062Z | Compiling csv v1.3.0 |
2149 | 2024-08-08T21:40:14.152Z | Compiling compact_str v0.7.1 |
2150 | 2024-08-08T21:40:14.537Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2151 | 2024-08-08T21:40:14.760Z | Compiling zone_cfg_derive v0.1.2 |
2152 | 2024-08-08T21:40:15.698Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2153 | 2024-08-08T21:40:16.211Z | Compiling nix v0.27.1 |
2154 | 2024-08-08T21:40:19.232Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2155 | 2024-08-08T21:40:24.265Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2156 | 2024-08-08T21:40:26.440Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2157 | 2024-08-08T21:40:26.783Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2158 | 2024-08-08T21:40:27.091Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2159 | 2024-08-08T21:40:27.412Z | Compiling unicode-truncate v1.0.0 |
2160 | 2024-08-08T21:40:27.683Z | Compiling lru v0.12.3 |
2161 | 2024-08-08T21:40:28.041Z | Compiling serde-big-array v0.5.1 |
2162 | 2024-08-08T21:40:28.313Z | Compiling stability v0.2.0 |
2163 | 2024-08-08T21:40:29.279Z | Compiling base64 v0.13.1 |
2164 | 2024-08-08T21:40:29.731Z | Compiling cassowary v0.3.0 |
2165 | 2024-08-08T21:40:30.030Z | Compiling ron v0.7.1 |
2166 | 2024-08-08T21:40:33.410Z | Compiling ratatui v0.27.0 |
2167 | 2024-08-08T21:40:35.256Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2168 | 2024-08-08T21:40:45.967Z | Compiling zone v0.1.8 |
2169 | 2024-08-08T21:40:47.780Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2170 | 2024-08-08T21:40:49.388Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-08-08T21:40:50.398Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2172 | 2024-08-08T21:40:52.075Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2173 | 2024-08-08T21:40:54.925Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2174 | 2024-08-08T21:40:56.468Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2175 | 2024-08-08T21:40:58.401Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2176 | 2024-08-08T21:40:58.789Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2177 | 2024-08-08T21:40:59.103Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2178 | 2024-08-08T21:41:02.166Z | Compiling signal-hook-tokio v0.3.1 |
2179 | 2024-08-08T21:41:02.382Z | Compiling portpicker v0.1.1 |
2180 | 2024-08-08T21:41:02.818Z | Compiling smawk v0.3.2 |
2181 | 2024-08-08T21:41:03.061Z | Compiling unicode-linebreak v0.1.5 |
2182 | 2024-08-08T21:41:03.645Z | Compiling textwrap v0.16.1 |
2183 | 2024-08-08T21:41:04.020Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2184 | 2024-08-08T21:41:06.523Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2185 | 2024-08-08T21:41:09.191Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2186 | 2024-08-08T21:41:12.505Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2187 | 2024-08-08T21:41:16.463Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2188 | 2024-08-08T21:41:17.486Z | Compiling rcgen v0.12.1 |
2189 | 2024-08-08T21:41:23.350Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2190 | 2024-08-08T21:41:27.236Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2191 | 2024-08-08T21:41:27.763Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2192 | 2024-08-08T21:41:28.087Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2193 | 2024-08-08T21:41:29.124Z | Compiling atomicwrites v0.4.3 |
2194 | 2024-08-08T21:41:29.325Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2195 | 2024-08-08T21:41:29.658Z | Compiling fatfs v0.3.6 |
2196 | 2024-08-08T21:41:32.430Z | Compiling rtoolbox v0.0.2 |
2197 | 2024-08-08T21:41:32.882Z | Compiling subprocess v0.2.9 |
2198 | 2024-08-08T21:41:34.697Z | Compiling assert_matches v1.5.0 |
2199 | 2024-08-08T21:41:34.814Z | Compiling is_ci v1.2.0 |
2200 | 2024-08-08T21:41:35.117Z | Compiling supports-color v3.0.0 |
2201 | 2024-08-08T21:41:35.760Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2202 | 2024-08-08T21:41:37.674Z | Compiling rpassword v7.3.1 |
2203 | 2024-08-08T21:41:38.130Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2204 | 2024-08-08T21:41:38.817Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2205 | 2024-08-08T21:41:40.627Z | Compiling tui-tree-widget v0.21.0 |
2206 | 2024-08-08T21:41:41.079Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2207 | 2024-08-08T21:41:41.316Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2208 | 2024-08-08T21:41:42.933Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2209 | 2024-08-08T21:41:43.254Z | Compiling uzers v0.11.3 |
2210 | 2024-08-08T21:41:45.707Z | Compiling shell-words v1.1.0 |
2211 | 2024-08-08T21:41:45.910Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2212 | 2024-08-08T21:41:46.136Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2213 | 2024-08-08T21:41:48.127Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2214 | 2024-08-08T21:42:02.302Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2215 | 2024-08-08T21:42:11.620Z | Compiling multimap v0.10.0 |
2216 | 2024-08-08T21:43:26.236Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2217 | 2024-08-08T21:43:50.626Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2218 | 2024-08-08T21:50:32.035Z | Finished `release` profile [optimized] target(s) in 14m 21s |
2219 | 2024-08-08T21:51:19.056Z | |
2220 | 2024-08-08T21:51:19.059Z | real 15:09.503681775 |
2221 | 2024-08-08T21:51:19.059Z | user 1:45:23.147988962 |
2222 | 2024-08-08T21:51:19.059Z | sys 5:12.545580219 |
2223 | 2024-08-08T21:51:19.059Z | trap 2.408674033 |
2224 | 2024-08-08T21:51:19.059Z | tflt 2.679200416 |
2225 | 2024-08-08T21:51:19.059Z | dflt 2.719528744 |
2226 | 2024-08-08T21:51:19.059Z | kflt 0.002753738 |
2227 | 2024-08-08T21:51:19.059Z | lock 6:13:54.837407818 |
2228 | 2024-08-08T21:51:19.059Z | slp 5:21:29.722369115 |
2229 | 2024-08-08T21:51:19.059Z | lat 2:35.701811206 |
2230 | 2024-08-08T21:51:19.059Z | stop 2:15.397581206 |
2231 | 2024-08-08T21:51:19.059Z | + mapfile -t packages |
2232 | 2024-08-08T21:51:19.059Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2233 | 2024-08-08T21:51:19.990Z | Finished `release` profile [optimized] target(s) in 0.88s |
2234 | 2024-08-08T21:51:20.036Z | Running `target/release/omicron-package -t test list-outputs` |
2235 | 2024-08-08T21:51:20.075Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2236 | 2024-08-08T21:51:20.078Z | + ptime -m cargo build --locked --release -p xtask |
2237 | 2024-08-08T21:51:20.650Z | Compiling serde v1.0.205 |
2238 | 2024-08-08T21:51:20.653Z | Compiling libc v0.2.155 |
2239 | 2024-08-08T21:51:20.653Z | Compiling serde_json v1.0.122 |
2240 | 2024-08-08T21:51:20.731Z | Compiling syn v2.0.72 |
2241 | 2024-08-08T21:51:20.743Z | Compiling usdt-impl v0.5.0 |
2242 | 2024-08-08T21:51:20.749Z | Compiling rustix v0.38.34 |
2243 | 2024-08-08T21:51:21.098Z | Compiling syn v1.0.109 |
2244 | 2024-08-08T21:51:21.157Z | Compiling log v0.4.21 |
2245 | 2024-08-08T21:51:21.237Z | Compiling hashbrown v0.14.5 |
2246 | 2024-08-08T21:51:21.254Z | Compiling bitflags v2.6.0 |
2247 | 2024-08-08T21:51:21.283Z | Compiling fs-err v2.11.0 |
2248 | 2024-08-08T21:51:21.597Z | Compiling anyhow v1.0.86 |
2249 | 2024-08-08T21:51:22.117Z | Compiling thread-id v4.2.1 |
2250 | 2024-08-08T21:51:22.609Z | Compiling indexmap v2.3.0 |
2251 | 2024-08-08T21:51:22.739Z | Compiling terminal_size v0.3.0 |
2252 | 2024-08-08T21:51:22.957Z | Compiling clap_builder v4.5.13 |
2253 | 2024-08-08T21:51:24.147Z | Compiling proc-macro-error v1.0.4 |
2254 | 2024-08-08T21:51:25.486Z | Compiling tabled_derive v0.7.0 |
2255 | 2024-08-08T21:51:26.859Z | Compiling tabled v0.15.0 |
2256 | 2024-08-08T21:51:28.067Z | Compiling serde_derive v1.0.205 |
2257 | 2024-08-08T21:51:28.727Z | Compiling thiserror-impl v1.0.63 |
2258 | 2024-08-08T21:51:31.117Z | Compiling zerocopy-derive v0.7.34 |
2259 | 2024-08-08T21:51:31.138Z | Compiling scroll_derive v0.12.0 |
2260 | 2024-08-08T21:51:31.596Z | Compiling thiserror v1.0.63 |
2261 | 2024-08-08T21:51:31.753Z | Compiling pest v2.7.10 |
2262 | 2024-08-08T21:51:32.737Z | Compiling scroll v0.12.0 |
2263 | 2024-08-08T21:51:33.061Z | Compiling zerocopy v0.7.34 |
2264 | 2024-08-08T21:51:33.405Z | Compiling goblin v0.8.2 |
2265 | 2024-08-08T21:51:34.692Z | Compiling pest_meta v2.7.10 |
2266 | 2024-08-08T21:51:36.407Z | Compiling pest_generator v2.7.10 |
2267 | 2024-08-08T21:51:38.815Z | Compiling pest_derive v2.7.10 |
2268 | 2024-08-08T21:51:39.642Z | Compiling dtrace-parser v0.2.0 |
2269 | 2024-08-08T21:51:42.454Z | Compiling serde_spanned v0.6.7 |
2270 | 2024-08-08T21:51:42.713Z | Compiling toml_datetime v0.6.8 |
2271 | 2024-08-08T21:51:43.419Z | Compiling toml_edit v0.22.20 |
2272 | 2024-08-08T21:51:46.712Z | Compiling dof v0.3.0 |
2273 | 2024-08-08T21:51:47.311Z | Compiling serde_tokenstream v0.2.1 |
2274 | 2024-08-08T21:51:47.798Z | Compiling toml v0.8.19 |
2275 | 2024-08-08T21:51:47.828Z | Compiling semver v1.0.23 |
2276 | 2024-08-08T21:51:48.684Z | Compiling usdt-attr-macro v0.5.0 |
2277 | 2024-08-08T21:51:49.337Z | Compiling usdt-macro v0.5.0 |
2278 | 2024-08-08T21:51:50.551Z | Compiling camino v1.1.7 |
2279 | 2024-08-08T21:51:50.570Z | Compiling cargo-platform v0.1.8 |
2280 | 2024-08-08T21:51:51.674Z | Compiling clap_derive v4.5.13 |
2281 | 2024-08-08T21:51:51.913Z | Compiling cargo_metadata v0.18.1 |
2282 | 2024-08-08T21:51:53.322Z | Compiling usdt v0.5.0 |
2283 | 2024-08-08T21:51:53.589Z | Compiling cargo_toml v0.20.4 |
2284 | 2024-08-08T21:51:53.886Z | Compiling macaddr v1.0.1 |
2285 | 2024-08-08T21:51:56.262Z | Compiling clap v4.5.13 |
2286 | 2024-08-08T21:52:04.279Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2287 | 2024-08-08T21:52:15.410Z | Finished `release` profile [optimized] target(s) in 55.29s |
2288 | 2024-08-08T21:52:15.506Z | |
2289 | 2024-08-08T21:52:15.506Z | real 55.412252321 |
2290 | 2024-08-08T21:52:15.506Z | user 5:30.171036506 |
2291 | 2024-08-08T21:52:15.506Z | sys 31.725488747 |
2292 | 2024-08-08T21:52:15.506Z | trap 0.134064922 |
2293 | 2024-08-08T21:52:15.509Z | tflt 0.249499170 |
2294 | 2024-08-08T21:52:15.509Z | dflt 0.505621555 |
2295 | 2024-08-08T21:52:15.509Z | kflt 0.000000000 |
2296 | 2024-08-08T21:52:15.509Z | lock 9:56.354687999 |
2297 | 2024-08-08T21:52:15.509Z | slp 15:03.265628614 |
2298 | 2024-08-08T21:52:15.509Z | lat 11.412030111 |
2299 | 2024-08-08T21:52:15.509Z | stop 14.154584235 |
2300 | 2024-08-08T21:52:15.509Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2301 | 2024-08-08T21:52:15.510Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2302 | 2024-08-08T21:52:15.510Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2303 | 2024-08-08T21:52:15.510Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2304 | 2024-08-08T21:52:15.510Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2305 | 2024-08-08T21:52:16.050Z | Downloading crates ... |
2306 | 2024-08-08T21:52:16.248Z | Downloaded bcrypt-pbkdf v0.10.0 |
2307 | 2024-08-08T21:52:16.255Z | Downloaded ecdsa v0.16.9 |
2308 | 2024-08-08T21:52:16.258Z | Downloaded pbkdf2 v0.11.0 |
2309 | 2024-08-08T21:52:16.264Z | Downloaded option-ext v0.2.0 |
2310 | 2024-08-08T21:52:16.271Z | Downloaded dhcproto-macros v0.1.0 |
2311 | 2024-08-08T21:52:16.274Z | Downloaded md5 v0.7.0 |
2312 | 2024-08-08T21:52:16.277Z | Downloaded russh-cryptovec v0.7.2 |
2313 | 2024-08-08T21:52:16.280Z | Downloaded dirs v5.0.1 |
2314 | 2024-08-08T21:52:16.283Z | Downloaded rand_core v0.5.1 |
2315 | 2024-08-08T21:52:16.283Z | Downloaded polyval v0.6.2 |
2316 | 2024-08-08T21:52:16.283Z | Downloaded internet-checksum v0.2.1 |
2317 | 2024-08-08T21:52:16.286Z | Downloaded cbc v0.1.2 |
2318 | 2024-08-08T21:52:16.286Z | Downloaded ed25519 v2.2.3 |
2319 | 2024-08-08T21:52:16.289Z | Downloaded dirs-sys v0.4.1 |
2320 | 2024-08-08T21:52:16.289Z | Downloaded dhcproto v0.12.0 |
2321 | 2024-08-08T21:52:16.292Z | Downloaded rand_chacha v0.2.2 |
2322 | 2024-08-08T21:52:16.295Z | Downloaded hex-literal v0.4.1 |
2323 | 2024-08-08T21:52:16.295Z | Downloaded rfc6979 v0.4.0 |
2324 | 2024-08-08T21:52:16.295Z | Downloaded ghash v0.5.1 |
2325 | 2024-08-08T21:52:16.297Z | Downloaded ed25519-dalek v2.1.1 |
2326 | 2024-08-08T21:52:16.300Z | Downloaded getrandom v0.1.16 |
2327 | 2024-08-08T21:52:16.303Z | Downloaded primeorder v0.13.6 |
2328 | 2024-08-08T21:52:16.303Z | Downloaded russh-keys v0.43.0 |
2329 | 2024-08-08T21:52:16.306Z | Downloaded pbkdf2 v0.12.2 |
2330 | 2024-08-08T21:52:16.306Z | Downloaded blowfish v0.9.1 |
2331 | 2024-08-08T21:52:16.309Z | Downloaded ctr v0.9.2 |
2332 | 2024-08-08T21:52:16.309Z | Downloaded password-hash v0.4.2 |
2333 | 2024-08-08T21:52:16.312Z | Downloaded p256 v0.13.2 |
2334 | 2024-08-08T21:52:16.318Z | Downloaded russh v0.43.0 |
2335 | 2024-08-08T21:52:16.324Z | Downloaded rand v0.7.3 |
2336 | 2024-08-08T21:52:16.328Z | Downloaded p521 v0.13.3 |
2337 | 2024-08-08T21:52:16.332Z | Downloaded aes-gcm v0.10.3 |
2338 | 2024-08-08T21:52:16.335Z | Downloaded aes v0.8.4 |
2339 | 2024-08-08T21:52:16.461Z | Compiling regress v0.9.1 |
2340 | 2024-08-08T21:52:16.571Z | Compiling getopts v0.2.21 |
2341 | 2024-08-08T21:52:16.575Z | Compiling unsafe-libyaml v0.2.11 |
2342 | 2024-08-08T21:52:16.575Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2343 | 2024-08-08T21:52:16.575Z | Compiling sha1 v0.10.6 |
2344 | 2024-08-08T21:52:16.575Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2345 | 2024-08-08T21:52:16.575Z | Compiling http v1.1.0 |
2346 | 2024-08-08T21:52:16.575Z | Compiling match_cfg v0.1.0 |
2347 | 2024-08-08T21:52:16.687Z | Compiling hostname v0.3.1 |
2348 | 2024-08-08T21:52:16.945Z | Compiling toml v0.8.19 |
2349 | 2024-08-08T21:52:17.031Z | Compiling rustls-pki-types v1.7.0 |
2350 | 2024-08-08T21:52:17.050Z | Compiling ident_case v1.0.1 |
2351 | 2024-08-08T21:52:17.067Z | Compiling rustls v0.22.4 |
2352 | 2024-08-08T21:52:17.240Z | Compiling paste v1.0.15 |
2353 | 2024-08-08T21:52:17.387Z | Compiling darling_core v0.20.9 |
2354 | 2024-08-08T21:52:17.588Z | Compiling rustls-webpki v0.102.4 |
2355 | 2024-08-08T21:52:17.857Z | Compiling serde_yaml v0.9.34+deprecated |
2356 | 2024-08-08T21:52:17.881Z | Compiling ipnetwork v0.20.0 |
2357 | 2024-08-08T21:52:18.556Z | Compiling multer v3.1.0 |
2358 | 2024-08-08T21:52:18.951Z | Compiling slog-json v2.6.1 |
2359 | 2024-08-08T21:52:19.127Z | Compiling async-stream-impl v0.3.5 |
2360 | 2024-08-08T21:52:19.334Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2361 | 2024-08-08T21:52:19.644Z | Compiling instant v0.1.12 |
2362 | 2024-08-08T21:52:19.678Z | Compiling debug-ignore v1.0.5 |
2363 | 2024-08-08T21:52:19.792Z | Compiling atomic-waker v1.1.2 |
2364 | 2024-08-08T21:52:19.907Z | Compiling slog-bunyan v2.5.0 |
2365 | 2024-08-08T21:52:19.995Z | Compiling waitgroup v0.1.2 |
2366 | 2024-08-08T21:52:20.126Z | Compiling rustls-pemfile v2.1.3 |
2367 | 2024-08-08T21:52:20.231Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2368 | 2024-08-08T21:52:20.539Z | Compiling async-stream v0.3.5 |
2369 | 2024-08-08T21:52:20.589Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2370 | 2024-08-08T21:52:20.860Z | Compiling serde_path_to_error v0.1.16 |
2371 | 2024-08-08T21:52:21.169Z | Compiling hostname v0.4.0 |
2372 | 2024-08-08T21:52:21.439Z | Compiling structmeta-derive v0.3.0 |
2373 | 2024-08-08T21:52:21.735Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2374 | 2024-08-08T21:52:21.755Z | Compiling proc-macro-crate v1.3.1 |
2375 | 2024-08-08T21:52:22.254Z | Compiling newtype-uuid v1.1.0 |
2376 | 2024-08-08T21:52:22.503Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2377 | 2024-08-08T21:52:22.570Z | Compiling fastrand v2.1.0 |
2378 | 2024-08-08T21:52:22.832Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2379 | 2024-08-08T21:52:23.123Z | Compiling tokio-rustls v0.25.0 |
2380 | 2024-08-08T21:52:23.224Z | Compiling tempfile v3.10.1 |
2381 | 2024-08-08T21:52:23.337Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2382 | 2024-08-08T21:52:23.531Z | Compiling num_enum_derive v0.5.11 |
2383 | 2024-08-08T21:52:23.594Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2384 | 2024-08-08T21:52:23.947Z | Compiling backoff v0.4.0 |
2385 | 2024-08-08T21:52:24.078Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2386 | 2024-08-08T21:52:24.303Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2387 | 2024-08-08T21:52:24.473Z | Compiling macaddr v1.0.1 |
2388 | 2024-08-08T21:52:24.476Z | Compiling structmeta v0.3.0 |
2389 | 2024-08-08T21:52:24.510Z | Compiling darling_macro v0.20.9 |
2390 | 2024-08-08T21:52:24.830Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2391 | 2024-08-08T21:52:24.913Z | Compiling parse-display-derive v0.9.1 |
2392 | 2024-08-08T21:52:24.914Z | Compiling foreign-types-macros v0.2.3 |
2393 | 2024-08-08T21:52:25.142Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2394 | 2024-08-08T21:52:25.447Z | Compiling foreign-types-shared v0.3.1 |
2395 | 2024-08-08T21:52:25.450Z | Compiling darling v0.20.9 |
2396 | 2024-08-08T21:52:25.571Z | Compiling serde_with_macros v3.8.3 |
2397 | 2024-08-08T21:52:25.591Z | Compiling heapless v0.8.0 |
2398 | 2024-08-08T21:52:26.160Z | Compiling num_enum v0.5.11 |
2399 | 2024-08-08T21:52:26.234Z | Compiling foreign-types v0.5.0 |
2400 | 2024-08-08T21:52:26.353Z | Compiling proc-macro-error v1.0.4 |
2401 | 2024-08-08T21:52:26.515Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2402 | 2024-08-08T21:52:26.675Z | Compiling hash32 v0.3.1 |
2403 | 2024-08-08T21:52:26.931Z | Compiling cstr-argument v0.1.2 |
2404 | 2024-08-08T21:52:27.093Z | Compiling smoltcp v0.11.0 |
2405 | 2024-08-08T21:52:27.208Z | Compiling pretty-hex v0.2.1 |
2406 | 2024-08-08T21:52:27.408Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2407 | 2024-08-08T21:52:27.590Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2408 | 2024-08-08T21:52:27.885Z | Compiling camino-tempfile v1.1.1 |
2409 | 2024-08-08T21:52:28.212Z | Compiling tabwriter v1.4.0 |
2410 | 2024-08-08T21:52:28.407Z | Compiling colored v2.1.0 |
2411 | 2024-08-08T21:52:28.523Z | Compiling serde_with v3.8.3 |
2412 | 2024-08-08T21:52:28.745Z | Compiling socket2 v0.4.10 |
2413 | 2024-08-08T21:52:28.816Z | Compiling cobs v0.2.3 |
2414 | 2024-08-08T21:52:28.921Z | Compiling embedded-io v0.4.0 |
2415 | 2024-08-08T21:52:29.123Z | Compiling postcard v1.0.8 |
2416 | 2024-08-08T21:52:29.192Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2417 | 2024-08-08T21:52:29.516Z | Compiling crucible-workspace-hack v0.1.0 |
2418 | 2024-08-08T21:52:29.612Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2419 | 2024-08-08T21:52:29.647Z | Compiling parse-display v0.9.1 |
2420 | 2024-08-08T21:52:29.831Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2421 | 2024-08-08T21:52:29.859Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2422 | 2024-08-08T21:52:30.051Z | Compiling smf v0.2.3 |
2423 | 2024-08-08T21:52:30.189Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2424 | 2024-08-08T21:52:30.542Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2425 | 2024-08-08T21:52:30.793Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2426 | 2024-08-08T21:52:31.268Z | Compiling num-derive v0.4.2 |
2427 | 2024-08-08T21:52:31.402Z | Compiling sigpipe v0.1.3 |
2428 | 2024-08-08T21:52:31.537Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2429 | 2024-08-08T21:52:31.882Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2430 | 2024-08-08T21:52:32.119Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2431 | 2024-08-08T21:52:32.416Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2432 | 2024-08-08T21:52:32.884Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2433 | 2024-08-08T21:52:33.066Z | Compiling humantime v2.1.0 |
2434 | 2024-08-08T21:52:33.443Z | Compiling curve25519-dalek v4.1.3 |
2435 | 2024-08-08T21:52:33.619Z | Compiling password-hash v0.5.0 |
2436 | 2024-08-08T21:52:33.661Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2437 | 2024-08-08T21:52:33.828Z | Compiling blake2 v0.10.6 |
2438 | 2024-08-08T21:52:34.078Z | Compiling universal-hash v0.5.1 |
2439 | 2024-08-08T21:52:34.096Z | Compiling opaque-debug v0.3.1 |
2440 | 2024-08-08T21:52:34.112Z | Compiling semver v0.1.20 |
2441 | 2024-08-08T21:52:34.197Z | Compiling utf-8 v0.7.6 |
2442 | 2024-08-08T21:52:34.497Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2443 | 2024-08-08T21:52:34.542Z | Compiling rustc_version v0.1.7 |
2444 | 2024-08-08T21:52:34.599Z | Compiling argon2 v0.5.3 |
2445 | 2024-08-08T21:52:34.743Z | Compiling newline-converter v0.3.0 |
2446 | 2024-08-08T21:52:34.816Z | Compiling curve25519-dalek-derive v0.1.1 |
2447 | 2024-08-08T21:52:34.917Z | Compiling atty v0.2.14 |
2448 | 2024-08-08T21:52:34.959Z | Compiling convert_case v0.4.0 |
2449 | 2024-08-08T21:52:35.059Z | Compiling same-file v1.0.6 |
2450 | 2024-08-08T21:52:35.076Z | Compiling rayon-core v1.12.1 |
2451 | 2024-08-08T21:52:35.321Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2452 | 2024-08-08T21:52:35.368Z | Compiling walkdir v2.5.0 |
2453 | 2024-08-08T21:52:35.413Z | Compiling newtype_derive v0.1.6 |
2454 | 2024-08-08T21:52:35.735Z | Compiling expectorate v1.1.0 |
2455 | 2024-08-08T21:52:35.753Z | Compiling crossbeam-deque v0.8.5 |
2456 | 2024-08-08T21:52:35.915Z | Compiling prettyplease v0.2.20 |
2457 | 2024-08-08T21:52:35.959Z | Compiling derive_more v0.99.18 |
2458 | 2024-08-08T21:52:36.090Z | Compiling libefi-sys v0.1.0 |
2459 | 2024-08-08T21:52:36.323Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2460 | 2024-08-08T21:52:36.411Z | Compiling num-rational v0.4.2 |
2461 | 2024-08-08T21:52:36.633Z | Compiling signature v2.2.0 |
2462 | 2024-08-08T21:52:36.944Z | Compiling num-complex v0.4.6 |
2463 | 2024-08-08T21:52:37.464Z | Compiling aead v0.5.2 |
2464 | 2024-08-08T21:52:37.669Z | Compiling bitfield-struct v0.6.1 |
2465 | 2024-08-08T21:52:37.843Z | Compiling derive-where v1.2.7 |
2466 | 2024-08-08T21:52:37.970Z | Compiling ring v0.16.20 |
2467 | 2024-08-08T21:52:38.011Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2468 | 2024-08-08T21:52:38.211Z | Compiling blake3 v1.5.1 |
2469 | 2024-08-08T21:52:38.416Z | Compiling unicase v2.7.0 |
2470 | 2024-08-08T21:52:38.587Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2471 | 2024-08-08T21:52:38.759Z | Compiling getrandom v0.1.16 |
2472 | 2024-08-08T21:52:38.886Z | Compiling quick-error v1.2.3 |
2473 | 2024-08-08T21:52:39.047Z | Compiling linked-hash-map v0.5.6 |
2474 | 2024-08-08T21:52:39.113Z | Compiling termcolor v1.4.1 |
2475 | 2024-08-08T21:52:39.194Z | Compiling keccak v0.1.5 |
2476 | 2024-08-08T21:52:39.427Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2477 | 2024-08-08T21:52:39.513Z | Compiling arc-swap v1.7.1 |
2478 | 2024-08-08T21:52:40.035Z | Compiling slog-scope v4.4.0 |
2479 | 2024-08-08T21:52:40.180Z | Compiling env_logger v0.9.3 |
2480 | 2024-08-08T21:52:40.269Z | Compiling sha3 v0.10.8 |
2481 | 2024-08-08T21:52:40.333Z | Compiling lru-cache v0.1.2 |
2482 | 2024-08-08T21:52:40.548Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2483 | 2024-08-08T21:52:41.270Z | Compiling resolv-conf v0.7.0 |
2484 | 2024-08-08T21:52:41.659Z | Compiling num v0.4.3 |
2485 | 2024-08-08T21:52:41.678Z | Compiling rayon v1.10.0 |
2486 | 2024-08-08T21:52:42.043Z | Compiling tungstenite v0.21.0 |
2487 | 2024-08-08T21:52:42.212Z | Compiling poly1305 v0.8.0 |
2488 | 2024-08-08T21:52:42.960Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2489 | 2024-08-08T21:52:43.110Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2490 | 2024-08-08T21:52:43.207Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2491 | 2024-08-08T21:52:43.834Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2492 | 2024-08-08T21:52:43.921Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2493 | 2024-08-08T21:52:44.031Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2494 | 2024-08-08T21:52:44.256Z | Compiling chacha20 v0.9.1 |
2495 | 2024-08-08T21:52:44.364Z | Compiling bitstruct_derive v0.1.0 |
2496 | 2024-08-08T21:52:44.383Z | Compiling thiserror-impl-no-std v2.0.2 |
2497 | 2024-08-08T21:52:44.493Z | Compiling secrecy v0.8.0 |
2498 | 2024-08-08T21:52:44.705Z | Compiling memmap2 v0.9.4 |
2499 | 2024-08-08T21:52:44.770Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2500 | 2024-08-08T21:52:44.925Z | Compiling half v2.4.1 |
2501 | 2024-08-08T21:52:44.953Z | Compiling arrayref v0.3.7 |
2502 | 2024-08-08T21:52:44.986Z | Compiling spin v0.5.2 |
2503 | 2024-08-08T21:52:45.063Z | Compiling untrusted v0.7.1 |
2504 | 2024-08-08T21:52:45.153Z | Compiling parking_lot_core v0.8.6 |
2505 | 2024-08-08T21:52:45.222Z | Compiling arrayvec v0.7.4 |
2506 | 2024-08-08T21:52:45.251Z | Compiling ascii v1.1.0 |
2507 | 2024-08-08T21:52:45.482Z | Compiling ciborium-io v0.2.2 |
2508 | 2024-08-08T21:52:45.614Z | Compiling constant_time_eq v0.3.0 |
2509 | 2024-08-08T21:52:45.654Z | Compiling float-ord v0.3.2 |
2510 | 2024-08-08T21:52:45.671Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2511 | 2024-08-08T21:52:45.776Z | Compiling home v0.5.9 |
2512 | 2024-08-08T21:52:45.795Z | Compiling bitstruct v0.1.1 |
2513 | 2024-08-08T21:52:45.795Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2514 | 2024-08-08T21:52:45.854Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2515 | 2024-08-08T21:52:45.871Z | Compiling ciborium-ll v0.2.2 |
2516 | 2024-08-08T21:52:45.926Z | Compiling toolchain_find v0.4.0 |
2517 | 2024-08-08T21:52:46.592Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2518 | 2024-08-08T21:52:46.662Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2519 | 2024-08-08T21:52:46.755Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2520 | 2024-08-08T21:52:47.081Z | Compiling tokio-tungstenite v0.21.0 |
2521 | 2024-08-08T21:52:47.136Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2522 | 2024-08-08T21:52:47.330Z | Compiling steno v0.4.1 |
2523 | 2024-08-08T21:52:47.500Z | Compiling trust-dns-resolver v0.22.0 |
2524 | 2024-08-08T21:52:47.620Z | Compiling slog-stdlog v4.1.1 |
2525 | 2024-08-08T21:52:47.686Z | Compiling thiserror-no-std v2.0.2 |
2526 | 2024-08-08T21:52:47.805Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2527 | 2024-08-08T21:52:47.808Z | Compiling rfc6979 v0.4.0 |
2528 | 2024-08-08T21:52:47.992Z | Compiling gethostname v0.5.0 |
2529 | 2024-08-08T21:52:48.017Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2530 | 2024-08-08T21:52:48.078Z | Compiling serde_arrays v0.1.0 |
2531 | 2024-08-08T21:52:48.220Z | Compiling erased-serde v0.3.31 |
2532 | 2024-08-08T21:52:48.299Z | Compiling nibble_vec v0.1.0 |
2533 | 2024-08-08T21:52:48.448Z | Compiling slog-dtrace v0.3.0 |
2534 | 2024-08-08T21:52:48.519Z | Compiling topological-sort v0.2.2 |
2535 | 2024-08-08T21:52:48.555Z | Compiling endian-type v0.1.2 |
2536 | 2024-08-08T21:52:48.765Z | Compiling cancel-safe-futures v0.1.5 |
2537 | 2024-08-08T21:52:48.802Z | Compiling radix_trie v0.2.1 |
2538 | 2024-08-08T21:52:48.863Z | Compiling omicron-zone-package v0.11.0 |
2539 | 2024-08-08T21:52:49.189Z | Compiling ecdsa v0.16.9 |
2540 | 2024-08-08T21:52:49.508Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2541 | 2024-08-08T21:52:49.674Z | Compiling mime_guess v2.0.4 |
2542 | 2024-08-08T21:52:49.709Z | Compiling slog-envlogger v2.2.0 |
2543 | 2024-08-08T21:52:50.061Z | Compiling rand_core v0.5.1 |
2544 | 2024-08-08T21:52:50.489Z | Compiling vsss-rs v3.3.4 |
2545 | 2024-08-08T21:52:50.623Z | Compiling rustfmt-wrapper v0.2.1 |
2546 | 2024-08-08T21:52:51.027Z | Compiling ciborium v0.2.2 |
2547 | 2024-08-08T21:52:51.375Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2548 | 2024-08-08T21:52:51.888Z | Compiling chacha20poly1305 v0.10.1 |
2549 | 2024-08-08T21:52:52.440Z | Compiling tungstenite v0.20.1 |
2550 | 2024-08-08T21:52:52.547Z | Compiling primeorder v0.13.6 |
2551 | 2024-08-08T21:52:53.085Z | Compiling heck v0.3.3 |
2552 | 2024-08-08T21:52:53.551Z | Compiling glob v0.3.1 |
2553 | 2024-08-08T21:52:53.724Z | Compiling option-ext v0.2.0 |
2554 | 2024-08-08T21:52:53.864Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2555 | 2024-08-08T21:52:54.198Z | Compiling dirs-sys v0.4.1 |
2556 | 2024-08-08T21:52:54.555Z | Compiling zone_cfg_derive v0.1.2 |
2557 | 2024-08-08T21:52:54.685Z | Compiling tokio-tungstenite v0.20.1 |
2558 | 2024-08-08T21:52:54.785Z | Compiling parking_lot v0.11.2 |
2559 | 2024-08-08T21:52:54.942Z | Compiling rand_chacha v0.2.2 |
2560 | 2024-08-08T21:52:55.126Z | Compiling trust-dns-client v0.22.0 |
2561 | 2024-08-08T21:52:55.732Z | Compiling ed25519 v2.2.3 |
2562 | 2024-08-08T21:52:55.837Z | Compiling polyval v0.6.2 |
2563 | 2024-08-08T21:52:55.892Z | Compiling blowfish v0.9.1 |
2564 | 2024-08-08T21:52:56.091Z | Compiling ctr v0.9.2 |
2565 | 2024-08-08T21:52:56.249Z | Compiling aes v0.8.4 |
2566 | 2024-08-08T21:52:56.283Z | Compiling password-hash v0.4.2 |
2567 | 2024-08-08T21:52:56.347Z | Compiling pbkdf2 v0.12.2 |
2568 | 2024-08-08T21:52:56.453Z | Compiling libsw v3.3.1 |
2569 | 2024-08-08T21:52:56.524Z | Compiling toml v0.5.11 |
2570 | 2024-08-08T21:52:56.785Z | Compiling fxhash v0.2.1 |
2571 | 2024-08-08T21:52:57.003Z | Compiling base64 v0.13.1 |
2572 | 2024-08-08T21:52:57.084Z | Compiling owo-colors v4.0.0 |
2573 | 2024-08-08T21:52:57.203Z | Compiling linear-map v1.2.0 |
2574 | 2024-08-08T21:52:57.601Z | Compiling ron v0.7.1 |
2575 | 2024-08-08T21:52:57.627Z | Compiling sled v0.34.7 |
2576 | 2024-08-08T21:52:58.212Z | Compiling pbkdf2 v0.11.0 |
2577 | 2024-08-08T21:52:58.635Z | Compiling trust-dns-server v0.22.1 |
2578 | 2024-08-08T21:52:59.149Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2579 | 2024-08-08T21:52:59.477Z | Compiling bcrypt-pbkdf v0.10.0 |
2580 | 2024-08-08T21:53:00.037Z | Compiling ghash v0.5.1 |
2581 | 2024-08-08T21:53:00.104Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-08-08T21:53:00.241Z | Compiling zone v0.1.8 |
2583 | 2024-08-08T21:53:00.275Z | Compiling ed25519-dalek v2.1.1 |
2584 | 2024-08-08T21:53:00.563Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-08-08T21:53:01.304Z | Compiling rand v0.7.3 |
2586 | 2024-08-08T21:53:01.850Z | Compiling dirs v5.0.1 |
2587 | 2024-08-08T21:53:02.389Z | Compiling p256 v0.13.2 |
2588 | 2024-08-08T21:53:02.899Z | Compiling p521 v0.13.3 |
2589 | 2024-08-08T21:53:03.247Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2590 | 2024-08-08T21:53:04.044Z | Compiling pem v3.0.4 |
2591 | 2024-08-08T21:53:04.853Z | Compiling cbc v0.1.2 |
2592 | 2024-08-08T21:53:05.114Z | Compiling portpicker v0.1.1 |
2593 | 2024-08-08T21:53:05.270Z | Compiling headers-core v0.2.0 |
2594 | 2024-08-08T21:53:05.410Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2595 | 2024-08-08T21:53:05.431Z | Compiling kstat-rs v0.2.4 |
2596 | 2024-08-08T21:53:05.449Z | Compiling nanorand v0.7.0 |
2597 | 2024-08-08T21:53:05.464Z | Compiling russh-cryptovec v0.7.2 |
2598 | 2024-08-08T21:53:05.759Z | Compiling http-range v0.1.5 |
2599 | 2024-08-08T21:53:05.791Z | Compiling md5 v0.7.0 |
2600 | 2024-08-08T21:53:05.957Z | Compiling hyper-staticfile v0.9.5 |
2601 | 2024-08-08T21:53:06.020Z | Compiling flume v0.11.0 |
2602 | 2024-08-08T21:53:06.087Z | Compiling russh-keys v0.43.0 |
2603 | 2024-08-08T21:53:06.127Z | Compiling headers v0.3.9 |
2604 | 2024-08-08T21:53:06.307Z | Compiling rcgen v0.12.1 |
2605 | 2024-08-08T21:53:06.756Z | Compiling aes-gcm v0.10.3 |
2606 | 2024-08-08T21:53:06.936Z | Compiling atomicwrites v0.4.3 |
2607 | 2024-08-08T21:53:07.074Z | Compiling itertools v0.13.0 |
2608 | 2024-08-08T21:53:07.311Z | Compiling subprocess v0.2.9 |
2609 | 2024-08-08T21:53:08.066Z | Compiling display-error-chain v0.2.0 |
2610 | 2024-08-08T21:53:08.256Z | Compiling hex-literal v0.4.1 |
2611 | 2024-08-08T21:53:08.430Z | Compiling dhcproto-macros v0.1.0 |
2612 | 2024-08-08T21:53:08.742Z | Compiling russh v0.43.0 |
2613 | 2024-08-08T21:53:09.104Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2614 | 2024-08-08T21:53:09.285Z | Compiling internet-checksum v0.2.1 |
2615 | 2024-08-08T21:53:09.375Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2616 | 2024-08-08T21:53:09.377Z | Compiling dhcproto v0.12.0 |
2617 | 2024-08-08T21:53:09.549Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2618 | 2024-08-08T21:53:09.588Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2619 | 2024-08-08T21:53:09.605Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2620 | 2024-08-08T21:53:10.326Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2621 | 2024-08-08T21:53:11.610Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2622 | 2024-08-08T21:53:12.924Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2623 | 2024-08-08T21:53:14.354Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2624 | 2024-08-08T21:53:14.782Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2625 | 2024-08-08T21:53:16.171Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2626 | 2024-08-08T21:53:16.174Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2627 | 2024-08-08T21:53:17.329Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2628 | 2024-08-08T21:53:17.835Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2629 | 2024-08-08T21:53:18.807Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2630 | 2024-08-08T21:53:24.752Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2631 | 2024-08-08T21:53:24.986Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2632 | 2024-08-08T21:53:25.634Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2633 | 2024-08-08T21:53:25.769Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2634 | 2024-08-08T21:53:28.436Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2635 | 2024-08-08T21:53:28.535Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2636 | 2024-08-08T21:53:28.802Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2637 | 2024-08-08T21:53:29.398Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2638 | 2024-08-08T21:53:30.272Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2639 | 2024-08-08T21:53:31.535Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2640 | 2024-08-08T21:53:31.538Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2641 | 2024-08-08T21:53:31.996Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2642 | 2024-08-08T21:53:34.105Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2643 | 2024-08-08T21:53:36.078Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2644 | 2024-08-08T21:53:37.088Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2645 | 2024-08-08T21:53:38.981Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2646 | 2024-08-08T21:53:41.849Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2647 | 2024-08-08T21:53:42.292Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2648 | 2024-08-08T21:53:46.713Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2649 | 2024-08-08T21:53:52.871Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2650 | 2024-08-08T21:53:52.871Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2651 | 2024-08-08T21:53:54.797Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2652 | 2024-08-08T21:54:15.358Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2653 | 2024-08-08T21:54:47.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
2654 | 2024-08-08T21:54:47.387Z | |
2655 | 2024-08-08T21:54:47.390Z | real 2:31.861637312 |
2656 | 2024-08-08T21:54:47.390Z | user 12:16.525814942 |
2657 | 2024-08-08T21:54:47.390Z | sys 2:33.855917645 |
2658 | 2024-08-08T21:54:47.390Z | trap 0.338552736 |
2659 | 2024-08-08T21:54:47.390Z | tflt 0.678234624 |
2660 | 2024-08-08T21:54:47.390Z | dflt 1.695952633 |
2661 | 2024-08-08T21:54:47.390Z | kflt 0.000006930 |
2662 | 2024-08-08T21:54:47.390Z | lock 25:20.864784246 |
2663 | 2024-08-08T21:54:47.390Z | slp 44:29.362764211 |
2664 | 2024-08-08T21:54:47.390Z | lat 37.268178545 |
2665 | 2024-08-08T21:54:47.390Z | stop 1:29.758455062 |
2666 | 2024-08-08T21:54:47.390Z | + mkdir tests |
2667 | 2024-08-08T21:54:47.393Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2668 | 2024-08-08T21:54:47.393Z | + xargs -I '{}' -t cp '{}' tests/ |
2669 | 2024-08-08T21:54:48.116Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bd8997d5b2c58b31 tests/ |
2670 | 2024-08-08T21:54:48.142Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-23f1403185ed650d tests/ |
2671 | 2024-08-08T21:54:48.168Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a2c3a6d20e5483cd tests/ |
2672 | 2024-08-08T21:54:48.194Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7948ab6db2b1956d tests/ |
2673 | 2024-08-08T21:54:48.385Z | + 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/*) |
2674 | 2024-08-08T21:54:48.391Z | + 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-23f1403185ed650d tests/commtest-a2c3a6d20e5483cd tests/dhcp_server-bd8997d5b2c58b31 tests/end_to_end_tests-7948ab6db2b1956d 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 |
2675 | 2024-08-08T21:55:43.373Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2676 | 2024-08-08T21:55:43.373Z | a out/target/test 1K |
2677 | 2024-08-08T21:55:43.373Z | a out/npuzone/npuzone 23144K |
2678 | 2024-08-08T21:55:43.373Z | a package-manifest.toml 30K |
2679 | 2024-08-08T21:55:43.373Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2680 | 2024-08-08T21:55:43.373Z | a target/release/omicron-package 32314K |
2681 | 2024-08-08T21:55:43.373Z | a target/release/xtask 11522K |
2682 | 2024-08-08T21:55:43.373Z | a target/debug/bootstrap 186636K |
2683 | 2024-08-08T21:55:43.373Z | a tests/bootstrap-23f1403185ed650d 23517K |
2684 | 2024-08-08T21:55:43.373Z | a tests/commtest-a2c3a6d20e5483cd 24550K |
2685 | 2024-08-08T21:55:43.373Z | a tests/dhcp_server-bd8997d5b2c58b31 23517K |
2686 | 2024-08-08T21:55:43.373Z | a tests/end_to_end_tests-7948ab6db2b1956d 193354K |
2687 | 2024-08-08T21:55:43.373Z | a out/clickhouse.tar.gz 223116K |
2688 | 2024-08-08T21:55:43.373Z | a out/clickhouse_keeper.tar.gz 223102K |
2689 | 2024-08-08T21:55:43.373Z | a out/cockroachdb.tar.gz 131766K |
2690 | 2024-08-08T21:55:43.373Z | a out/crucible-dtrace.tar 84K |
2691 | 2024-08-08T21:55:43.373Z | a out/crucible-pantry-zone.tar.gz 27843K |
2692 | 2024-08-08T21:55:43.373Z | a out/crucible-zone.tar.gz 38160K |
2693 | 2024-08-08T21:55:43.373Z | a out/external-dns.tar.gz 25147K |
2694 | 2024-08-08T21:55:43.374Z | a out/internal-dns.tar.gz 25146K |
2695 | 2024-08-08T21:55:43.374Z | a out/mg-ddm-gz.tar 60627K |
2696 | 2024-08-08T21:55:43.374Z | a out/nexus.tar.gz 86712K |
2697 | 2024-08-08T21:55:43.374Z | a out/ntp.tar.gz 8988K |
2698 | 2024-08-08T21:55:43.374Z | a out/omicron-gateway-softnpu.tar.gz 13595K |
2699 | 2024-08-08T21:55:43.374Z | a out/omicron-sled-agent.tar 96580K |
2700 | 2024-08-08T21:55:43.374Z | a out/overlay.tar.gz 3K |
2701 | 2024-08-08T21:55:43.374Z | a out/oximeter.tar.gz 42500K |
2702 | 2024-08-08T21:55:43.374Z | a out/oxlog.tar 2927K |
2703 | 2024-08-08T21:55:43.374Z | a out/probe.tar.gz 2764K |
2704 | 2024-08-08T21:55:43.374Z | a out/propolis-server.tar.gz 65291K |
2705 | 2024-08-08T21:55:43.374Z | a out/pumpkind-gz.tar 26665K |
2706 | 2024-08-08T21:55:43.374Z | a out/switch-softnpu.tar.gz 203798K |
2707 | 2024-08-08T21:55:43.377Z | |
2708 | 2024-08-08T21:55:43.377Z | real 54.993451563 |
2709 | 2024-08-08T21:55:43.377Z | user 52.580162790 |
2710 | 2024-08-08T21:55:43.377Z | sys 3.387618781 |
2711 | 2024-08-08T21:55:43.377Z | trap 0.012750853 |
2712 | 2024-08-08T21:55:43.377Z | tflt 0.000000000 |
2713 | 2024-08-08T21:55:43.377Z | dflt 0.000000000 |
2714 | 2024-08-08T21:55:43.377Z | kflt 0.000000000 |
2715 | 2024-08-08T21:55:43.377Z | lock 0.000000000 |
2716 | 2024-08-08T21:55:43.377Z | slp 52.482086669 |
2717 | 2024-08-08T21:55:43.377Z | lat 1.519227296 |
2718 | 2024-08-08T21:55:43.377Z | stop 0.000478036 |
2719 | 2024-08-08T21:55:43.377Z | process exited: duration 1656587 ms, exit code 0 |
|
2720 | 2024-08-08T21:55:43.392Z | found 1 output files |
2721 | 2024-08-08T21:55:43.392Z | uploading: /work/package.tar.gz (1341072000 bytes) |
2722 | 2024-08-08T21:56:13.175Z | uploaded: /work/package.tar.gz |