|
|
|
1 | 2024-07-10T21:45:10.875Z | job assigned to worker 01J2F9MXX3F2PBC2VWXHSJ3ZGY (queued for 1 m 13 s) |
|
2 | 2024-07-10T21:45:18.811Z | starting task 0: "setup" |
3 | 2024-07-10T21:45:18.885Z | ++ uname -s |
4 | 2024-07-10T21:45:18.889Z | + kern=SunOS |
5 | 2024-07-10T21:45:18.889Z | + case "$kern" in |
6 | 2024-07-10T21:45:18.889Z | + groupadd -g 12345 build |
7 | 2024-07-10T21:45:18.892Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T21:45:20.901Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T21:45:21.121Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T21:45:21.186Z | + home_fs=zfs |
11 | 2024-07-10T21:45:21.186Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T21:45:21.187Z | + mkdir -p /home/build |
13 | 2024-07-10T21:45:21.187Z | + chown build:build /home/build /work |
14 | 2024-07-10T21:45:23.109Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T21:45:23.113Z | process exited: duration 4300 ms, exit code 0 |
|
16 | 2024-07-10T21:45:23.129Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T21:45:23.134Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T21:45:23.134Z | ' 1.78.0 |
19 | 2024-07-10T21:45:23.134Z | * toolchain channel = "1.78.0" |
20 | 2024-07-10T21:45:23.134Z | * toolchain profile = "default" |
21 | 2024-07-10T21:45:23.135Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-10T21:45:23.135Z | ' default |
23 | 2024-07-10T21:45:23.135Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T21:45:23.135Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T21:45:23.249Z | info: downloading installer |
26 | 2024-07-10T21:45:24.568Z | info: profile set to 'default' |
27 | 2024-07-10T21:45:24.568Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T21:45:24.571Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T21:45:24.725Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T21:45:24.725Z | info: downloading component 'cargo' |
31 | 2024-07-10T21:45:25.549Z | info: downloading component 'clippy' |
32 | 2024-07-10T21:45:25.817Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T21:45:26.882Z | info: downloading component 'rust-std' |
34 | 2024-07-10T21:45:28.600Z | info: downloading component 'rustc' |
35 | 2024-07-10T21:45:32.966Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T21:45:33.213Z | info: installing component 'cargo' |
37 | 2024-07-10T21:45:34.040Z | info: installing component 'clippy' |
38 | 2024-07-10T21:45:34.396Z | info: installing component 'rust-docs' |
39 | 2024-07-10T21:45:35.917Z | info: installing component 'rust-std' |
40 | 2024-07-10T21:45:37.649Z | info: installing component 'rustc' |
41 | 2024-07-10T21:45:41.983Z | info: installing component 'rustfmt' |
42 | 2024-07-10T21:45:42.346Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T21:45:42.346Z | |
44 | 2024-07-10T21:45:42.650Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T21:45:42.650Z | |
46 | 2024-07-10T21:45:42.657Z | |
47 | 2024-07-10T21:45:42.658Z | Rust is installed now. Great! |
48 | 2024-07-10T21:45:42.658Z | |
49 | 2024-07-10T21:45:42.658Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T21:45:42.658Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T21:45:42.658Z | |
52 | 2024-07-10T21:45:42.658Z | To configure your current shell, you need to source |
53 | 2024-07-10T21:45:42.658Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T21:45:42.658Z | |
55 | 2024-07-10T21:45:42.658Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T21:45:42.658Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T21:45:42.658Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T21:45:42.820Z | + rustc --version |
59 | 2024-07-10T21:45:42.896Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T21:45:42.905Z | process exited: duration 19756 ms, exit code 0 |
|
61 | 2024-07-10T21:45:42.919Z | starting task 2: "authentication" |
62 | 2024-07-10T21:45:42.942Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-07-10T21:45:42.949Z | starting task 3: "clone repository" |
64 | 2024-07-10T21:45:42.954Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T21:45:43.002Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T21:45:43.843Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T21:45:51.951Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T21:45:51.955Z | + git fetch origin a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af |
69 | 2024-07-10T21:45:52.248Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T21:45:52.248Z | * branch a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af -> FETCH_HEAD |
71 | 2024-07-10T21:45:52.259Z | + [[ -n move-oximeter-collector-timeseries-to-toml ]] |
72 | 2024-07-10T21:45:52.262Z | ++ git branch --show-current |
73 | 2024-07-10T21:45:52.266Z | + current=main |
74 | 2024-07-10T21:45:52.266Z | + [[ main != move-oximeter-collector-timeseries-to-toml ]] |
75 | 2024-07-10T21:45:52.266Z | + git branch -f move-oximeter-collector-timeseries-to-toml a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af |
76 | 2024-07-10T21:45:52.269Z | + git checkout -f move-oximeter-collector-timeseries-to-toml |
77 | 2024-07-10T21:45:52.407Z | Switched to branch 'move-oximeter-collector-timeseries-to-toml' |
78 | 2024-07-10T21:45:52.410Z | + git reset --hard a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af |
79 | 2024-07-10T21:45:52.420Z | HEAD is now at a9024e8d7 Move oximeter-collector timeseries definitions to TOML |
80 | 2024-07-10T21:45:52.423Z | process exited: duration 9470 ms, exit code 0 |
|
81 | 2024-07-10T21:45:52.430Z | starting task 4: "build" |
82 | 2024-07-10T21:45:52.435Z | + cargo --version |
83 | 2024-07-10T21:45:52.489Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T21:45:52.492Z | + rustc --version |
85 | 2024-07-10T21:45:52.548Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T21:45:52.552Z | + WORK=/work |
87 | 2024-07-10T21:45:52.552Z | + pfexec mkdir -p /work |
88 | 2024-07-10T21:45:52.555Z | + pfexec chown build /work |
89 | 2024-07-10T21:45:52.558Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-10T21:46:10.768Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-10T21:46:12.939Z | Startup: Caching catalogs ... Done |
92 | 2024-07-10T21:46:15.878Z | Planning: Solver setup ... Done (2.396s) |
93 | 2024-07-10T21:46:15.927Z | Planning: Running solver ... Done (0.050s) |
94 | 2024-07-10T21:46:15.972Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-07-10T21:46:15.984Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-10T21:46:16.318Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-10T21:46:16.369Z | Planning: Package planning ... Done (0.050s) |
98 | 2024-07-10T21:46:16.420Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-07-10T21:46:17.950Z | Planning: Checking for conflicting actions ... Done (1.529s) |
100 | 2024-07-10T21:46:17.960Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-10T21:46:25.616Z | Planning: Evaluating mediators ... Done (7.654s) |
102 | 2024-07-10T21:46:25.627Z | Planning: Planning completed in 12.62 seconds |
103 | 2024-07-10T21:46:26.557Z | Packages to install: 4 |
104 | 2024-07-10T21:46:26.558Z | Mediators to change: 2 |
105 | 2024-07-10T21:46:26.558Z | Services to change: 1 |
106 | 2024-07-10T21:46:26.561Z | Estimated space available: 155.77 GB |
107 | 2024-07-10T21:46:26.561Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-10T21:46:26.561Z | Create boot environment: No |
109 | 2024-07-10T21:46:26.561Z | Create backup boot environment: No |
110 | 2024-07-10T21:46:26.561Z | Rebuild boot archive: No |
111 | 2024-07-10T21:46:26.561Z | |
112 | 2024-07-10T21:46:26.561Z | Changed mediators: |
113 | 2024-07-10T21:46:26.561Z | mediator clang: |
114 | 2024-07-10T21:46:26.561Z | version: None -> 15 (system default) |
115 | 2024-07-10T21:46:26.561Z | |
116 | 2024-07-10T21:46:26.561Z | mediator llvm: |
117 | 2024-07-10T21:46:26.561Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-10T21:46:26.561Z | |
119 | 2024-07-10T21:46:26.561Z | Changed packages: |
120 | 2024-07-10T21:46:26.561Z | helios-dev |
121 | 2024-07-10T21:46:26.561Z | developer/build-essential |
122 | 2024-07-10T21:46:26.561Z | None -> 11-2.0 |
123 | 2024-07-10T21:46:26.561Z | library/libxmlsec1 |
124 | 2024-07-10T21:46:26.561Z | None -> 1.2.35-2.0 |
125 | 2024-07-10T21:46:26.561Z | ooce/developer/clang-15 |
126 | 2024-07-10T21:46:26.561Z | None -> 15.0.7-2.0 |
127 | 2024-07-10T21:46:26.561Z | ooce/developer/llvm-15 |
128 | 2024-07-10T21:46:26.561Z | None -> 15.0.7-2.0 |
129 | 2024-07-10T21:46:26.561Z | |
130 | 2024-07-10T21:46:26.561Z | Services: |
131 | 2024-07-10T21:46:26.561Z | restart_fmri: |
132 | 2024-07-10T21:46:26.561Z | svc:/system/update-man-index:default |
133 | 2024-07-10T21:46:26.820Z | |
134 | 2024-07-10T21:46:26.820Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-10T21:46:31.824Z | Download: 890/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
136 | 2024-07-10T21:46:36.825Z | Download: 1597/3290 items 108.7/212.6MB 51% complete (10.8M/s) |
137 | 2024-07-10T21:46:41.828Z | Download: 2800/3290 items 121.0/212.6MB 56% complete (10.2M/s) |
138 | 2024-07-10T21:46:47.041Z | Download: 3285/3290 items 211.4/212.6MB 99% complete (10.4M/s) |
139 | 2024-07-10T21:46:47.511Z | Download: Completed 212.60 MB in 20.69 seconds (10.3M/s) |
140 | 2024-07-10T21:46:47.848Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-07-10T21:46:52.938Z | Actions: 3546/3689 actions (Installing new actions) |
142 | 2024-07-10T21:46:53.646Z | Actions: Completed 3689 actions in 5.80 seconds. |
143 | 2024-07-10T21:46:53.893Z | Done (0.242s) |
144 | 2024-07-10T21:46:53.893Z | Done (0.000s) |
145 | 2024-07-10T21:46:54.224Z | Done (0.330s) |
146 | 2024-07-10T21:47:04.123Z | Done (6.766s) |
147 | 2024-07-10T21:47:04.141Z | Done (0.260s) |
148 | 2024-07-10T21:47:04.141Z | Done (0.000s) |
149 | 2024-07-10T21:47:04.141Z | Done (0.000s) |
150 | 2024-07-10T21:47:04.141Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-07-10T21:47:04.141Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-07-10T21:47:04.141Z | Planning: Consolidating action changes ... Done |
153 | 2024-07-10T21:47:04.141Z | Planning: Evaluating mediators ... Done |
154 | 2024-07-10T21:47:04.141Z | Planning: Planning completed in 0.44 seconds |
155 | 2024-07-10T21:47:04.141Z | Mediators to change: 2 |
156 | 2024-07-10T21:47:04.141Z | Create boot environment: No |
157 | 2024-07-10T21:47:04.141Z | Create backup boot environment: No |
158 | 2024-07-10T21:47:04.141Z | Done |
159 | 2024-07-10T21:47:04.141Z | Done |
160 | 2024-07-10T21:47:04.142Z | Done |
161 | 2024-07-10T21:47:07.197Z | Done |
162 | 2024-07-10T21:47:07.283Z | Done |
163 | 2024-07-10T21:47:07.286Z | Done |
164 | 2024-07-10T21:47:07.490Z | Done |
165 | 2024-07-10T21:47:08.117Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-07-10T21:47:08.120Z | Planning: Merging actions ... Done |
167 | 2024-07-10T21:47:08.307Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-07-10T21:47:08.310Z | Planning: Consolidating action changes ... Done |
169 | 2024-07-10T21:47:08.577Z | Planning: Evaluating mediators ... Done |
170 | 2024-07-10T21:47:08.635Z | Planning: Planning completed in 0.77 seconds |
171 | 2024-07-10T21:47:08.670Z | Packages to change: 1 |
172 | 2024-07-10T21:47:08.671Z | Mediators to change: 1 |
173 | 2024-07-10T21:47:08.675Z | Services to change: 1 |
174 | 2024-07-10T21:47:08.675Z | Create boot environment: No |
175 | 2024-07-10T21:47:08.675Z | Create backup boot environment: Yes |
176 | 2024-07-10T21:47:10.956Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-07-10T21:47:10.961Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2024-07-10T21:47:10.961Z | Done |
179 | 2024-07-10T21:47:10.961Z | Done |
180 | 2024-07-10T21:47:11.027Z | Done |
181 | 2024-07-10T21:47:14.976Z | Done |
182 | 2024-07-10T21:47:15.067Z | Done |
183 | 2024-07-10T21:47:15.070Z | Done |
184 | 2024-07-10T21:47:15.226Z | Done |
185 | 2024-07-10T21:47:15.671Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-07-10T21:47:15.671Z | clang system 15 system |
187 | 2024-07-10T21:47:15.671Z | csh system system illumos |
188 | 2024-07-10T21:47:15.671Z | ctags system system illumos |
189 | 2024-07-10T21:47:15.672Z | gcc vendor 12 vendor |
190 | 2024-07-10T21:47:15.672Z | gcc system 10 system |
191 | 2024-07-10T21:47:15.672Z | gcc system 7 system |
192 | 2024-07-10T21:47:15.672Z | go system 1.20 system |
193 | 2024-07-10T21:47:15.672Z | go system 1.19 system |
194 | 2024-07-10T21:47:15.672Z | llvm system 15 system |
195 | 2024-07-10T21:47:15.672Z | llvm system 14 system |
196 | 2024-07-10T21:47:15.673Z | mariadb system 10.6 system |
197 | 2024-07-10T21:47:15.673Z | mta vendor vendor dma |
198 | 2024-07-10T21:47:15.673Z | openjdk system 17 system |
199 | 2024-07-10T21:47:15.673Z | openjdk system 11 system |
200 | 2024-07-10T21:47:15.673Z | openjdk system 1.8 system |
201 | 2024-07-10T21:47:15.673Z | openssl vendor 3 vendor |
202 | 2024-07-10T21:47:15.673Z | perl system 5.36 system |
203 | 2024-07-10T21:47:15.673Z | postgresql system 15 system |
204 | 2024-07-10T21:47:15.673Z | postgresql system 13 system |
205 | 2024-07-10T21:47:15.673Z | python vendor 3 vendor |
206 | 2024-07-10T21:47:15.674Z | python system 2 system |
207 | 2024-07-10T21:47:15.674Z | python3 system 3.11 system |
208 | 2024-07-10T21:47:15.674Z | ruby system 3.0 system |
209 | 2024-07-10T21:47:15.674Z | words vendor vendor american-english |
210 | 2024-07-10T21:47:15.674Z | words system system australian-english |
211 | 2024-07-10T21:47:15.674Z | words system system british-english |
212 | 2024-07-10T21:47:15.674Z | words system system canadian-english |
213 | 2024-07-10T21:47:15.674Z | words system system french |
214 | 2024-07-10T21:47:15.674Z | words system system italian |
215 | 2024-07-10T21:47:15.674Z | words system system ngerman |
216 | 2024-07-10T21:47:15.674Z | words system system ogerman |
217 | 2024-07-10T21:47:15.675Z | words system system spanish |
218 | 2024-07-10T21:47:16.002Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-07-10T21:47:16.002Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-07-10T21:47:17.576Z | FMRI IFO |
221 | 2024-07-10T21:47:17.576Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-07-10T21:47:17.576Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-07-10T21:47:17.577Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-07-10T21:47:18.087Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-07-10T21:47:18.368Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-07-10T21:47:18.631Z | Updating crates.io index |
236 | 2024-07-10T21:47:18.635Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-07-10T21:47:19.506Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-07-10T21:47:20.260Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-07-10T21:47:20.538Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-07-10T21:47:22.643Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-07-10T21:47:23.154Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-07-10T21:47:23.424Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-07-10T21:47:24.585Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-07-10T21:47:26.660Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-07-10T21:47:27.675Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-07-10T21:47:28.419Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-07-10T21:47:29.010Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-07-10T21:47:29.271Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
249 | 2024-07-10T21:47:29.584Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-07-10T21:47:29.915Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-07-10T21:47:30.185Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
252 | 2024-07-10T21:47:30.506Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-07-10T21:47:30.865Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-07-10T21:47:31.109Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-07-10T21:47:31.341Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-07-10T21:47:31.643Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-07-10T21:47:32.052Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-07-10T21:47:32.368Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-07-10T21:47:33.001Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-07-10T21:47:33.290Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
261 | 2024-07-10T21:47:33.612Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-07-10T21:47:34.004Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-07-10T21:47:36.167Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-07-10T21:47:36.554Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-07-10T21:47:36.827Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-07-10T21:47:37.424Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-07-10T21:47:38.575Z | Downloading crates ... |
268 | 2024-07-10T21:47:38.680Z | Downloaded bytecount v0.6.8 |
269 | 2024-07-10T21:47:38.685Z | Downloaded anstream v0.6.14 |
270 | 2024-07-10T21:47:38.688Z | Downloaded adler v1.0.2 |
271 | 2024-07-10T21:47:38.691Z | Downloaded dtrace-parser v0.2.0 |
272 | 2024-07-10T21:47:38.691Z | Downloaded foreign-types-shared v0.1.1 |
273 | 2024-07-10T21:47:38.691Z | Downloaded equivalent v1.0.1 |
274 | 2024-07-10T21:47:38.694Z | Downloaded plain v0.2.3 |
275 | 2024-07-10T21:47:38.698Z | Downloaded pin-utils v0.1.0 |
276 | 2024-07-10T21:47:38.701Z | Downloaded pin-project-lite v0.2.14 |
277 | 2024-07-10T21:47:38.705Z | Downloaded num_threads v0.1.7 |
278 | 2024-07-10T21:47:38.708Z | Downloaded sha2 v0.10.8 |
279 | 2024-07-10T21:47:38.712Z | Downloaded is-terminal v0.4.12 |
280 | 2024-07-10T21:47:38.712Z | Downloaded openssl-probe v0.1.5 |
281 | 2024-07-10T21:47:38.716Z | Downloaded num-conv v0.1.0 |
282 | 2024-07-10T21:47:38.716Z | Downloaded sync_wrapper v0.1.2 |
283 | 2024-07-10T21:47:38.716Z | Downloaded anstyle-parse v0.2.4 |
284 | 2024-07-10T21:47:38.719Z | Downloaded tower-service v0.3.2 |
285 | 2024-07-10T21:47:38.719Z | Downloaded tinyvec_macros v0.1.1 |
286 | 2024-07-10T21:47:38.719Z | Downloaded is_terminal_polyfill v1.70.0 |
287 | 2024-07-10T21:47:38.725Z | Downloaded foreign-types v0.3.2 |
288 | 2024-07-10T21:47:38.728Z | Downloaded strum v0.26.2 |
289 | 2024-07-10T21:47:38.730Z | Downloaded take_mut v0.2.2 |
290 | 2024-07-10T21:47:38.731Z | Downloaded openssl-macros v0.1.1 |
291 | 2024-07-10T21:47:38.733Z | Downloaded time-core v0.1.2 |
292 | 2024-07-10T21:47:38.738Z | Downloaded proc-macro-error-attr v1.0.4 |
293 | 2024-07-10T21:47:38.738Z | Downloaded heck v0.4.1 |
294 | 2024-07-10T21:47:38.741Z | Downloaded rustversion v1.0.17 |
295 | 2024-07-10T21:47:38.741Z | Downloaded fnv v1.0.7 |
296 | 2024-07-10T21:47:38.741Z | Downloaded hostname v0.3.1 |
297 | 2024-07-10T21:47:38.744Z | Downloaded thread-id v4.2.1 |
298 | 2024-07-10T21:47:38.744Z | Downloaded strsim v0.11.1 |
299 | 2024-07-10T21:47:38.746Z | Downloaded utf8parse v0.2.1 |
300 | 2024-07-10T21:47:38.747Z | Downloaded slog-async v2.8.0 |
301 | 2024-07-10T21:47:38.747Z | Downloaded hyper-tls v0.5.0 |
302 | 2024-07-10T21:47:38.749Z | Downloaded httpdate v1.0.3 |
303 | 2024-07-10T21:47:38.749Z | Downloaded version_check v0.9.4 |
304 | 2024-07-10T21:47:38.752Z | Downloaded serde v1.0.204 |
305 | 2024-07-10T21:47:38.755Z | Downloaded tokio-macros v2.3.0 |
306 | 2024-07-10T21:47:38.755Z | Downloaded byteorder v1.5.0 |
307 | 2024-07-10T21:47:38.758Z | Downloaded try-lock v0.2.5 |
308 | 2024-07-10T21:47:38.758Z | Downloaded want v0.3.1 |
309 | 2024-07-10T21:47:38.758Z | Downloaded usdt-macro v0.5.0 |
310 | 2024-07-10T21:47:38.761Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-07-10T21:47:38.761Z | Downloaded toml_datetime v0.6.6 |
312 | 2024-07-10T21:47:38.761Z | Downloaded swrite v0.1.0 |
313 | 2024-07-10T21:47:38.763Z | Downloaded thread_local v1.1.8 |
314 | 2024-07-10T21:47:38.763Z | Downloaded usdt-impl v0.5.0 |
315 | 2024-07-10T21:47:38.766Z | Downloaded terminal_size v0.3.0 |
316 | 2024-07-10T21:47:38.766Z | Downloaded serde_urlencoded v0.7.1 |
317 | 2024-07-10T21:47:38.769Z | Downloaded futures-core v0.3.30 |
318 | 2024-07-10T21:47:38.769Z | Downloaded usdt v0.5.0 |
319 | 2024-07-10T21:47:38.769Z | Downloaded slog-json v2.6.1 |
320 | 2024-07-10T21:47:38.772Z | Downloaded futures-sink v0.3.30 |
321 | 2024-07-10T21:47:38.772Z | Downloaded signal-hook-registry v1.4.2 |
322 | 2024-07-10T21:47:38.775Z | Downloaded slog-bunyan v2.5.0 |
323 | 2024-07-10T21:47:38.775Z | Downloaded powerfmt v0.2.0 |
324 | 2024-07-10T21:47:38.775Z | Downloaded serde_spanned v0.6.6 |
325 | 2024-07-10T21:47:38.777Z | Downloaded thiserror v1.0.60 |
326 | 2024-07-10T21:47:38.780Z | Downloaded rustls-pemfile v1.0.4 |
327 | 2024-07-10T21:47:38.783Z | Downloaded term v0.7.0 |
328 | 2024-07-10T21:47:38.786Z | Downloaded time-macros v0.2.18 |
329 | 2024-07-10T21:47:38.789Z | Downloaded heck v0.5.0 |
330 | 2024-07-10T21:47:38.789Z | Downloaded percent-encoding v2.3.1 |
331 | 2024-07-10T21:47:38.792Z | Downloaded num_cpus v1.16.0 |
332 | 2024-07-10T21:47:38.792Z | Downloaded futures-executor v0.3.30 |
333 | 2024-07-10T21:47:38.795Z | Downloaded xattr v1.3.1 |
334 | 2024-07-10T21:47:38.795Z | Downloaded futures-channel v0.3.30 |
335 | 2024-07-10T21:47:38.798Z | Downloaded dirs-sys-next v0.1.2 |
336 | 2024-07-10T21:47:38.798Z | Downloaded bitflags v2.5.0 |
337 | 2024-07-10T21:47:38.801Z | Downloaded thiserror-impl v1.0.60 |
338 | 2024-07-10T21:47:38.804Z | Downloaded lock_api v0.4.12 |
339 | 2024-07-10T21:47:38.807Z | Downloaded tokio-native-tls v0.3.1 |
340 | 2024-07-10T21:47:38.807Z | Downloaded semver v1.0.23 |
341 | 2024-07-10T21:47:38.809Z | Downloaded tar v0.4.40 |
342 | 2024-07-10T21:47:38.812Z | Downloaded slog-term v2.9.1 |
343 | 2024-07-10T21:47:38.812Z | Downloaded proc-macro-error v1.0.4 |
344 | 2024-07-10T21:47:38.815Z | Downloaded slog v2.7.0 |
345 | 2024-07-10T21:47:38.818Z | Downloaded parking_lot_core v0.9.10 |
346 | 2024-07-10T21:47:38.821Z | Downloaded crc32fast v1.4.0 |
347 | 2024-07-10T21:47:38.823Z | Downloaded form_urlencoded v1.2.1 |
348 | 2024-07-10T21:47:38.823Z | Downloaded clap_derive v4.5.4 |
349 | 2024-07-10T21:47:38.826Z | Downloaded anyhow v1.0.86 |
350 | 2024-07-10T21:47:38.829Z | Downloaded zerocopy-derive v0.7.34 |
351 | 2024-07-10T21:47:38.832Z | Downloaded ryu v1.0.18 |
352 | 2024-07-10T21:47:38.838Z | Downloaded unicode-bidi v0.3.15 |
353 | 2024-07-10T21:47:38.838Z | Downloaded typenum v1.17.0 |
354 | 2024-07-10T21:47:38.842Z | Downloaded camino v1.1.7 |
355 | 2024-07-10T21:47:38.845Z | Downloaded tinyvec v1.6.0 |
356 | 2024-07-10T21:47:38.845Z | Downloaded socket2 v0.5.7 |
357 | 2024-07-10T21:47:38.847Z | Downloaded toml v0.8.14 |
358 | 2024-07-10T21:47:38.850Z | Downloaded ucd-trie v0.1.6 |
359 | 2024-07-10T21:47:38.863Z | Downloaded bytes v1.6.0 |
360 | 2024-07-10T21:47:38.863Z | Downloaded pest_derive v2.7.10 |
361 | 2024-07-10T21:47:38.863Z | Downloaded tracing v0.1.40 |
362 | 2024-07-10T21:47:38.863Z | Downloaded unicode-ident v1.0.12 |
363 | 2024-07-10T21:47:38.866Z | Downloaded papergrid v0.11.0 |
364 | 2024-07-10T21:47:38.869Z | Downloaded log v0.4.21 |
365 | 2024-07-10T21:47:38.871Z | Downloaded futures v0.3.30 |
366 | 2024-07-10T21:47:38.875Z | Downloaded pest_meta v2.7.10 |
367 | 2024-07-10T21:47:38.879Z | Downloaded url v2.5.0 |
368 | 2024-07-10T21:47:38.881Z | Downloaded parking_lot v0.12.2 |
369 | 2024-07-10T21:47:38.884Z | Downloaded toml_edit v0.22.14 |
370 | 2024-07-10T21:47:38.905Z | Downloaded miniz_oxide v0.7.2 |
371 | 2024-07-10T21:47:38.907Z | Downloaded unicode-normalization v0.1.23 |
372 | 2024-07-10T21:47:38.910Z | Downloaded tokio-util v0.7.11 |
373 | 2024-07-10T21:47:38.916Z | Downloaded time v0.3.36 |
374 | 2024-07-10T21:47:38.923Z | Downloaded serde_json v1.0.120 |
375 | 2024-07-10T21:47:38.930Z | Downloaded memchr v2.7.2 |
376 | 2024-07-10T21:47:38.935Z | Downloaded zerocopy v0.7.34 |
377 | 2024-07-10T21:47:38.951Z | Downloaded winnow v0.6.8 |
378 | 2024-07-10T21:47:38.960Z | Downloaded tabled v0.15.0 |
379 | 2024-07-10T21:47:38.975Z | Downloaded syn v2.0.68 |
380 | 2024-07-10T21:47:38.985Z | Downloaded vcpkg v0.2.15 |
381 | 2024-07-10T21:47:39.023Z | Downloaded goblin v0.8.2 |
382 | 2024-07-10T21:47:39.028Z | Downloaded unicode-width v0.1.13 |
383 | 2024-07-10T21:47:39.036Z | Downloaded rustix v0.38.34 |
384 | 2024-07-10T21:47:39.057Z | Downloaded openssl v0.10.64 |
385 | 2024-07-10T21:47:39.065Z | Downloaded tokio v1.38.0 |
386 | 2024-07-10T21:47:39.100Z | Downloaded idna v0.5.0 |
387 | 2024-07-10T21:47:39.106Z | Downloaded hyper v0.14.28 |
388 | 2024-07-10T21:47:39.113Z | Downloaded futures-util v0.3.30 |
389 | 2024-07-10T21:47:39.123Z | Downloaded syn v1.0.109 |
390 | 2024-07-10T21:47:39.133Z | Downloaded hashbrown v0.14.5 |
391 | 2024-07-10T21:47:39.138Z | Downloaded libc v0.2.155 |
392 | 2024-07-10T21:47:39.163Z | Downloaded h2 v0.3.26 |
393 | 2024-07-10T21:47:39.169Z | Downloaded clap_builder v4.5.2 |
394 | 2024-07-10T21:47:39.175Z | Downloaded reqwest v0.11.27 |
395 | 2024-07-10T21:47:39.182Z | Downloaded pest v2.7.10 |
396 | 2024-07-10T21:47:39.186Z | Downloaded encoding_rs v0.8.34 |
397 | 2024-07-10T21:47:39.205Z | Downloaded mio v0.8.11 |
398 | 2024-07-10T21:47:39.210Z | Downloaded http v0.2.12 |
399 | 2024-07-10T21:47:39.214Z | Downloaded openssl-sys v0.9.102 |
400 | 2024-07-10T21:47:39.218Z | Downloaded flate2 v1.0.30 |
401 | 2024-07-10T21:47:39.223Z | Downloaded crossbeam-channel v0.5.12 |
402 | 2024-07-10T21:47:39.226Z | Downloaded cc v1.0.97 |
403 | 2024-07-10T21:47:39.231Z | Downloaded indexmap v2.2.6 |
404 | 2024-07-10T21:47:39.233Z | Downloaded base64 v0.21.7 |
405 | 2024-07-10T21:47:39.237Z | Downloaded crossbeam-utils v0.8.19 |
406 | 2024-07-10T21:47:39.240Z | Downloaded clap v4.5.4 |
407 | 2024-07-10T21:47:39.245Z | Downloaded native-tls v0.2.11 |
408 | 2024-07-10T21:47:39.248Z | Downloaded memmap v0.7.0 |
409 | 2024-07-10T21:47:39.251Z | Downloaded tracing-core v0.1.32 |
410 | 2024-07-10T21:47:39.251Z | Downloaded serde_derive v1.0.204 |
411 | 2024-07-10T21:47:39.254Z | Downloaded proc-macro2 v1.0.86 |
412 | 2024-07-10T21:47:39.256Z | Downloaded once_cell v1.19.0 |
413 | 2024-07-10T21:47:39.259Z | Downloaded httparse v1.8.0 |
414 | 2024-07-10T21:47:39.261Z | Downloaded ipnet v2.9.0 |
415 | 2024-07-10T21:47:39.261Z | Downloaded errno v0.3.9 |
416 | 2024-07-10T21:47:39.264Z | Downloaded scroll v0.12.0 |
417 | 2024-07-10T21:47:39.264Z | Downloaded autocfg v1.3.0 |
418 | 2024-07-10T21:47:39.267Z | Downloaded cargo_toml v0.20.3 |
419 | 2024-07-10T21:47:39.267Z | Downloaded dof v0.3.0 |
420 | 2024-07-10T21:47:39.267Z | Downloaded deranged v0.3.11 |
421 | 2024-07-10T21:47:39.272Z | Downloaded strum_macros v0.26.4 |
422 | 2024-07-10T21:47:39.275Z | Downloaded smallvec v1.13.2 |
423 | 2024-07-10T21:47:39.275Z | Downloaded serde_tokenstream v0.2.1 |
424 | 2024-07-10T21:47:39.275Z | Downloaded quote v1.0.36 |
425 | 2024-07-10T21:47:39.277Z | Downloaded futures-io v0.3.30 |
426 | 2024-07-10T21:47:39.277Z | Downloaded dirs-next v2.0.0 |
427 | 2024-07-10T21:47:39.280Z | Downloaded colorchoice v1.0.1 |
428 | 2024-07-10T21:47:39.280Z | Downloaded cargo_metadata v0.18.1 |
429 | 2024-07-10T21:47:39.283Z | Downloaded scroll_derive v0.12.0 |
430 | 2024-07-10T21:47:39.283Z | Downloaded pkg-config v0.3.30 |
431 | 2024-07-10T21:47:39.283Z | Downloaded pest_generator v2.7.10 |
432 | 2024-07-10T21:47:39.285Z | Downloaded mime v0.3.17 |
433 | 2024-07-10T21:47:39.285Z | Downloaded macaddr v1.0.1 |
434 | 2024-07-10T21:47:39.288Z | Downloaded itoa v1.0.11 |
435 | 2024-07-10T21:47:39.288Z | Downloaded crypto-common v0.1.6 |
436 | 2024-07-10T21:47:39.288Z | Downloaded anstyle-query v1.0.3 |
437 | 2024-07-10T21:47:39.291Z | Downloaded http-body v0.4.6 |
438 | 2024-07-10T21:47:39.291Z | Downloaded generic-array v0.14.7 |
439 | 2024-07-10T21:47:39.293Z | Downloaded futures-macro v0.3.30 |
440 | 2024-07-10T21:47:39.293Z | Downloaded filetime v0.2.23 |
441 | 2024-07-10T21:47:39.293Z | Downloaded cpufeatures v0.2.12 |
442 | 2024-07-10T21:47:39.296Z | Downloaded pretty-hex v0.4.1 |
443 | 2024-07-10T21:47:39.296Z | Downloaded tabled_derive v0.7.0 |
444 | 2024-07-10T21:47:39.298Z | Downloaded slab v0.4.9 |
445 | 2024-07-10T21:47:39.299Z | Downloaded scopeguard v1.2.0 |
446 | 2024-07-10T21:47:39.299Z | Downloaded fs-err v2.11.0 |
447 | 2024-07-10T21:47:39.301Z | Downloaded digest v0.10.7 |
448 | 2024-07-10T21:47:39.304Z | Downloaded clap_lex v0.7.0 |
449 | 2024-07-10T21:47:39.304Z | Downloaded anstyle v1.0.7 |
450 | 2024-07-10T21:47:39.304Z | Downloaded match_cfg v0.1.0 |
451 | 2024-07-10T21:47:39.307Z | Downloaded futures-task v0.3.30 |
452 | 2024-07-10T21:47:39.307Z | Downloaded cfg-if v1.0.0 |
453 | 2024-07-10T21:47:39.307Z | Downloaded cargo-platform v0.1.8 |
454 | 2024-07-10T21:47:39.310Z | Downloaded block-buffer v0.10.4 |
455 | 2024-07-10T21:47:39.601Z | Compiling proc-macro2 v1.0.86 |
456 | 2024-07-10T21:47:39.601Z | Compiling unicode-ident v1.0.12 |
457 | 2024-07-10T21:47:39.604Z | Compiling libc v0.2.155 |
458 | 2024-07-10T21:47:39.604Z | Compiling version_check v0.9.4 |
459 | 2024-07-10T21:47:39.604Z | Compiling cfg-if v1.0.0 |
460 | 2024-07-10T21:47:39.604Z | Compiling itoa v1.0.11 |
461 | 2024-07-10T21:47:39.637Z | Compiling once_cell v1.19.0 |
462 | 2024-07-10T21:47:39.639Z | Compiling autocfg v1.3.0 |
463 | 2024-07-10T21:47:39.772Z | Compiling serde v1.0.204 |
464 | 2024-07-10T21:47:39.891Z | Compiling memchr v2.7.2 |
465 | 2024-07-10T21:47:39.927Z | Compiling thiserror v1.0.60 |
466 | 2024-07-10T21:47:40.174Z | Compiling ryu v1.0.18 |
467 | 2024-07-10T21:47:40.463Z | Compiling pin-project-lite v0.2.14 |
468 | 2024-07-10T21:47:40.482Z | Compiling bitflags v2.5.0 |
469 | 2024-07-10T21:47:40.568Z | Compiling pkg-config v0.3.30 |
470 | 2024-07-10T21:47:40.590Z | Compiling lock_api v0.4.12 |
471 | 2024-07-10T21:47:40.820Z | Compiling ucd-trie v0.1.6 |
472 | 2024-07-10T21:47:41.280Z | Compiling parking_lot_core v0.9.10 |
473 | 2024-07-10T21:47:41.296Z | Compiling vcpkg v0.2.15 |
474 | 2024-07-10T21:47:41.707Z | Compiling cc v1.0.97 |
475 | 2024-07-10T21:47:42.891Z | Compiling slab v0.4.9 |
476 | 2024-07-10T21:47:42.910Z | Compiling futures-core v0.3.30 |
477 | 2024-07-10T21:47:42.937Z | Compiling scopeguard v1.2.0 |
478 | 2024-07-10T21:47:42.995Z | Compiling bytes v1.6.0 |
479 | 2024-07-10T21:47:43.068Z | Compiling futures-sink v0.3.30 |
480 | 2024-07-10T21:47:43.135Z | Compiling smallvec v1.13.2 |
481 | 2024-07-10T21:47:43.322Z | Compiling fnv v1.0.7 |
482 | 2024-07-10T21:47:43.465Z | Compiling log v0.4.21 |
483 | 2024-07-10T21:47:43.582Z | Compiling equivalent v1.0.1 |
484 | 2024-07-10T21:47:43.628Z | Compiling byteorder v1.5.0 |
485 | 2024-07-10T21:47:43.651Z | Compiling hashbrown v0.14.5 |
486 | 2024-07-10T21:47:43.697Z | Compiling serde_json v1.0.120 |
487 | 2024-07-10T21:47:43.850Z | Compiling quote v1.0.36 |
488 | 2024-07-10T21:47:44.089Z | Compiling futures-channel v0.3.30 |
489 | 2024-07-10T21:47:44.301Z | Compiling syn v2.0.68 |
490 | 2024-07-10T21:47:44.536Z | Compiling socket2 v0.5.7 |
491 | 2024-07-10T21:47:44.564Z | Compiling mio v0.8.11 |
492 | 2024-07-10T21:47:44.587Z | Compiling num_cpus v1.16.0 |
493 | 2024-07-10T21:47:44.718Z | Compiling parking_lot v0.12.2 |
494 | 2024-07-10T21:47:44.784Z | Compiling openssl-sys v0.9.102 |
495 | 2024-07-10T21:47:44.837Z | Compiling signal-hook-registry v1.4.2 |
496 | 2024-07-10T21:47:44.989Z | Compiling indexmap v2.2.6 |
497 | 2024-07-10T21:47:45.023Z | Compiling rustix v0.38.34 |
498 | 2024-07-10T21:47:45.582Z | Compiling futures-io v0.3.30 |
499 | 2024-07-10T21:47:45.782Z | Compiling pin-utils v0.1.0 |
500 | 2024-07-10T21:47:45.830Z | Compiling futures-task v0.3.30 |
501 | 2024-07-10T21:47:45.904Z | Compiling typenum v1.17.0 |
502 | 2024-07-10T21:47:46.043Z | Compiling errno v0.3.9 |
503 | 2024-07-10T21:47:46.074Z | Compiling generic-array v0.14.7 |
504 | 2024-07-10T21:47:46.143Z | Compiling foreign-types-shared v0.1.1 |
505 | 2024-07-10T21:47:46.275Z | Compiling slog v2.7.0 |
506 | 2024-07-10T21:47:46.300Z | Compiling openssl v0.10.64 |
507 | 2024-07-10T21:47:46.336Z | Compiling foreign-types v0.3.2 |
508 | 2024-07-10T21:47:46.458Z | Compiling http v0.2.12 |
509 | 2024-07-10T21:47:46.691Z | Compiling proc-macro-error-attr v1.0.4 |
510 | 2024-07-10T21:47:46.828Z | Compiling usdt-impl v0.5.0 |
511 | 2024-07-10T21:47:46.942Z | Compiling tracing-core v0.1.32 |
512 | 2024-07-10T21:47:47.142Z | Compiling powerfmt v0.2.0 |
513 | 2024-07-10T21:47:47.365Z | Compiling native-tls v0.2.11 |
514 | 2024-07-10T21:47:47.562Z | Compiling time-core v0.1.2 |
515 | 2024-07-10T21:47:47.626Z | Compiling syn v1.0.109 |
516 | 2024-07-10T21:47:47.705Z | Compiling tinyvec_macros v0.1.1 |
517 | 2024-07-10T21:47:47.806Z | Compiling num-conv v0.1.0 |
518 | 2024-07-10T21:47:48.081Z | Compiling httparse v1.8.0 |
519 | 2024-07-10T21:47:48.300Z | Compiling time-macros v0.2.18 |
520 | 2024-07-10T21:47:48.345Z | Compiling tinyvec v1.6.0 |
521 | 2024-07-10T21:47:48.517Z | Compiling tracing v0.1.40 |
522 | 2024-07-10T21:47:48.742Z | Compiling deranged v0.3.11 |
523 | 2024-07-10T21:47:48.903Z | Compiling thread-id v4.2.1 |
524 | 2024-07-10T21:47:49.256Z | Compiling proc-macro-error v1.0.4 |
525 | 2024-07-10T21:47:49.536Z | Compiling rustversion v1.0.17 |
526 | 2024-07-10T21:47:49.724Z | Compiling plain v0.2.3 |
527 | 2024-07-10T21:47:49.817Z | Compiling utf8parse v0.2.1 |
528 | 2024-07-10T21:47:49.883Z | Compiling heck v0.5.0 |
529 | 2024-07-10T21:47:49.959Z | Compiling openssl-probe v0.1.5 |
530 | 2024-07-10T21:47:50.031Z | Compiling num_threads v0.1.7 |
531 | 2024-07-10T21:47:50.202Z | Compiling try-lock v0.2.5 |
532 | 2024-07-10T21:47:50.246Z | Compiling crossbeam-utils v0.8.19 |
533 | 2024-07-10T21:47:50.283Z | Compiling percent-encoding v2.3.1 |
534 | 2024-07-10T21:47:50.338Z | Compiling want v0.3.1 |
535 | 2024-07-10T21:47:50.431Z | Compiling anstyle-parse v0.2.4 |
536 | 2024-07-10T21:47:50.616Z | Compiling form_urlencoded v1.2.1 |
537 | 2024-07-10T21:47:50.643Z | Compiling unicode-normalization v0.1.23 |
538 | 2024-07-10T21:47:50.930Z | Compiling http-body v0.4.6 |
539 | 2024-07-10T21:47:51.399Z | Compiling dirs-sys-next v0.1.2 |
540 | 2024-07-10T21:47:51.550Z | Compiling httpdate v1.0.3 |
541 | 2024-07-10T21:47:51.697Z | Compiling camino v1.1.7 |
542 | 2024-07-10T21:47:51.700Z | Compiling time v0.3.36 |
543 | 2024-07-10T21:47:51.755Z | Compiling semver v1.0.23 |
544 | 2024-07-10T21:47:52.070Z | Compiling is_terminal_polyfill v1.70.0 |
545 | 2024-07-10T21:47:52.094Z | Compiling winnow v0.6.8 |
546 | 2024-07-10T21:47:52.203Z | Compiling anstyle v1.0.7 |
547 | 2024-07-10T21:47:52.258Z | Compiling pretty-hex v0.4.1 |
548 | 2024-07-10T21:47:52.323Z | Compiling colorchoice v1.0.1 |
549 | 2024-07-10T21:47:52.490Z | Compiling unicode-bidi v0.3.15 |
550 | 2024-07-10T21:47:52.495Z | Compiling anstyle-query v1.0.3 |
551 | 2024-07-10T21:47:52.647Z | Compiling crc32fast v1.4.0 |
552 | 2024-07-10T21:47:52.672Z | Compiling tower-service v0.3.2 |
553 | 2024-07-10T21:47:52.815Z | Compiling anstream v0.6.14 |
554 | 2024-07-10T21:47:53.225Z | Compiling idna v0.5.0 |
555 | 2024-07-10T21:47:53.565Z | Compiling dirs-next v2.0.0 |
556 | 2024-07-10T21:47:54.240Z | Compiling block-buffer v0.10.4 |
557 | 2024-07-10T21:47:54.479Z | Compiling crypto-common v0.1.6 |
558 | 2024-07-10T21:47:54.704Z | Compiling terminal_size v0.3.0 |
559 | 2024-07-10T21:47:54.910Z | Compiling fs-err v2.11.0 |
560 | 2024-07-10T21:47:54.976Z | Compiling thread_local v1.1.8 |
561 | 2024-07-10T21:47:55.071Z | Compiling base64 v0.21.7 |
562 | 2024-07-10T21:47:55.214Z | Compiling unicode-width v0.1.13 |
563 | 2024-07-10T21:47:55.456Z | Compiling adler v1.0.2 |
564 | 2024-07-10T21:47:55.483Z | Compiling clap_lex v0.7.0 |
565 | 2024-07-10T21:47:55.562Z | Compiling match_cfg v0.1.0 |
566 | 2024-07-10T21:47:55.586Z | Compiling anyhow v1.0.86 |
567 | 2024-07-10T21:47:55.664Z | Compiling slog-async v2.8.0 |
568 | 2024-07-10T21:47:55.689Z | Compiling bytecount v0.6.8 |
569 | 2024-07-10T21:47:55.850Z | Compiling strsim v0.11.1 |
570 | 2024-07-10T21:47:55.893Z | Compiling heck v0.4.1 |
571 | 2024-07-10T21:47:55.930Z | Compiling papergrid v0.11.0 |
572 | 2024-07-10T21:47:56.037Z | Compiling hostname v0.3.1 |
573 | 2024-07-10T21:47:56.229Z | Compiling clap_builder v4.5.2 |
574 | 2024-07-10T21:47:56.278Z | Compiling rustls-pemfile v1.0.4 |
575 | 2024-07-10T21:47:56.364Z | Compiling miniz_oxide v0.7.2 |
576 | 2024-07-10T21:47:56.528Z | Compiling digest v0.10.7 |
577 | 2024-07-10T21:47:56.735Z | Compiling crossbeam-channel v0.5.12 |
578 | 2024-07-10T21:47:56.790Z | Compiling url v2.5.0 |
579 | 2024-07-10T21:47:56.950Z | Compiling term v0.7.0 |
580 | 2024-07-10T21:47:57.055Z | Compiling serde_derive v1.0.204 |
581 | 2024-07-10T21:47:57.640Z | Compiling thiserror-impl v1.0.60 |
582 | 2024-07-10T21:47:57.903Z | Compiling zerocopy-derive v0.7.34 |
583 | 2024-07-10T21:47:57.926Z | Compiling tokio-macros v2.3.0 |
584 | 2024-07-10T21:47:58.573Z | Compiling futures-macro v0.3.30 |
585 | 2024-07-10T21:47:58.734Z | Compiling scroll_derive v0.12.0 |
586 | 2024-07-10T21:47:59.678Z | Compiling tokio v1.38.0 |
587 | 2024-07-10T21:48:00.294Z | Compiling zerocopy v0.7.34 |
588 | 2024-07-10T21:48:00.297Z | Compiling openssl-macros v0.1.1 |
589 | 2024-07-10T21:48:00.343Z | Compiling scroll v0.12.0 |
590 | 2024-07-10T21:48:00.757Z | Compiling futures-util v0.3.30 |
591 | 2024-07-10T21:48:00.890Z | Compiling goblin v0.8.2 |
592 | 2024-07-10T21:48:01.225Z | Compiling pest v2.7.10 |
593 | 2024-07-10T21:48:01.956Z | Compiling tabled_derive v0.7.0 |
594 | 2024-07-10T21:48:04.180Z | Compiling pest_meta v2.7.10 |
595 | 2024-07-10T21:48:04.499Z | Compiling strum_macros v0.26.4 |
596 | 2024-07-10T21:48:07.022Z | Compiling pest_generator v2.7.10 |
597 | 2024-07-10T21:48:09.104Z | Compiling tokio-util v0.7.11 |
598 | 2024-07-10T21:48:09.533Z | Compiling pest_derive v2.7.10 |
599 | 2024-07-10T21:48:10.062Z | Compiling h2 v0.3.26 |
600 | 2024-07-10T21:48:10.375Z | Compiling dtrace-parser v0.2.0 |
601 | 2024-07-10T21:48:10.486Z | Compiling tokio-native-tls v0.3.1 |
602 | 2024-07-10T21:48:10.510Z | Compiling futures-executor v0.3.30 |
603 | 2024-07-10T21:48:10.750Z | Compiling clap_derive v4.5.4 |
604 | 2024-07-10T21:48:11.438Z | Compiling xattr v1.3.1 |
605 | 2024-07-10T21:48:11.544Z | Compiling memmap v0.7.0 |
606 | 2024-07-10T21:48:11.728Z | Compiling is-terminal v0.4.12 |
607 | 2024-07-10T21:48:11.913Z | Compiling serde_spanned v0.6.6 |
608 | 2024-07-10T21:48:12.176Z | Compiling serde_tokenstream v0.2.1 |
609 | 2024-07-10T21:48:12.435Z | Compiling toml_datetime v0.6.6 |
610 | 2024-07-10T21:48:12.728Z | Compiling toml_edit v0.22.14 |
611 | 2024-07-10T21:48:12.950Z | Compiling serde_urlencoded v0.7.1 |
612 | 2024-07-10T21:48:13.505Z | Compiling cargo-platform v0.1.8 |
613 | 2024-07-10T21:48:14.102Z | Compiling dof v0.3.0 |
614 | 2024-07-10T21:48:14.922Z | Compiling hyper v0.14.28 |
615 | 2024-07-10T21:48:15.230Z | Compiling slog-json v2.6.1 |
616 | 2024-07-10T21:48:15.624Z | Compiling filetime v0.2.23 |
617 | 2024-07-10T21:48:15.826Z | Compiling toml v0.8.14 |
618 | 2024-07-10T21:48:16.008Z | Compiling encoding_rs v0.8.34 |
619 | 2024-07-10T21:48:16.435Z | Compiling usdt-macro v0.5.0 |
620 | 2024-07-10T21:48:16.658Z | Compiling usdt-attr-macro v0.5.0 |
621 | 2024-07-10T21:48:16.759Z | Compiling mime v0.3.17 |
622 | 2024-07-10T21:48:17.395Z | Compiling ipnet v2.9.0 |
623 | 2024-07-10T21:48:17.509Z | Compiling cpufeatures v0.2.12 |
624 | 2024-07-10T21:48:17.623Z | Compiling sync_wrapper v0.1.2 |
625 | 2024-07-10T21:48:17.667Z | Compiling take_mut v0.2.2 |
626 | 2024-07-10T21:48:17.739Z | Compiling sha2 v0.10.8 |
627 | 2024-07-10T21:48:17.760Z | Compiling cargo_toml v0.20.3 |
628 | 2024-07-10T21:48:18.134Z | Compiling usdt v0.5.0 |
629 | 2024-07-10T21:48:18.658Z | Compiling tar v0.4.40 |
630 | 2024-07-10T21:48:18.661Z | Compiling clap v4.5.4 |
631 | 2024-07-10T21:48:18.800Z | Compiling hyper-tls v0.5.0 |
632 | 2024-07-10T21:48:19.074Z | Compiling reqwest v0.11.27 |
633 | 2024-07-10T21:48:19.134Z | Compiling slog-bunyan v2.5.0 |
634 | 2024-07-10T21:48:19.344Z | Compiling cargo_metadata v0.18.1 |
635 | 2024-07-10T21:48:20.689Z | Compiling slog-term v2.9.1 |
636 | 2024-07-10T21:48:20.814Z | Compiling macaddr v1.0.1 |
637 | 2024-07-10T21:48:21.178Z | Compiling flate2 v1.0.30 |
638 | 2024-07-10T21:48:21.279Z | Compiling futures v0.3.30 |
639 | 2024-07-10T21:48:21.366Z | Compiling strum v0.26.2 |
640 | 2024-07-10T21:48:21.399Z | Compiling tabled v0.15.0 |
641 | 2024-07-10T21:48:21.947Z | Compiling swrite v0.1.0 |
642 | 2024-07-10T21:48:26.133Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-07-10T21:48:33.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
644 | 2024-07-10T21:48:33.773Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-07-10T21:48:33.835Z | Jul 10 21:48:32.478 INFO Starting download, target: Cockroach |
646 | 2024-07-10T21:48:33.836Z | Jul 10 21:48:32.478 INFO Starting download, target: Clickhouse |
647 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.478 INFO Starting download, target: Console |
648 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.478 INFO Starting download, target: DendriteOpenapi |
649 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.478 INFO Starting download, target: DendriteStub |
650 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.478 INFO Starting download, target: MaghemiteMgd |
651 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.478 INFO Starting download, target: TransceiverControl |
652 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.479 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
653 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.479 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
654 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.479 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
655 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.479 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
656 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.479 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
657 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.479 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
658 | 2024-07-10T21:48:33.838Z | Jul 10 21:48:32.479 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
659 | 2024-07-10T21:48:34.132Z | Jul 10 21:48:32.773 INFO Download complete, target: DendriteOpenapi |
660 | 2024-07-10T21:48:34.472Z | Jul 10 21:48:33.103 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
661 | 2024-07-10T21:48:34.492Z | Jul 10 21:48:33.130 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
662 | 2024-07-10T21:48:34.604Z | Jul 10 21:48:33.243 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
663 | 2024-07-10T21:48:34.719Z | Jul 10 21:48:33.361 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
664 | 2024-07-10T21:48:34.905Z | Jul 10 21:48:33.547 INFO Download complete, target: Console |
665 | 2024-07-10T21:48:35.411Z | Jul 10 21:48:34.053 INFO Download complete, target: TransceiverControl |
666 | 2024-07-10T21:48:35.976Z | Jul 10 21:48:34.616 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
667 | 2024-07-10T21:48:37.382Z | Jul 10 21:48:36.024 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
668 | 2024-07-10T21:48:37.383Z | Jul 10 21:48:36.024 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
669 | 2024-07-10T21:48:38.261Z | Jul 10 21:48:36.903 INFO Download complete, target: DendriteStub |
670 | 2024-07-10T21:48:38.310Z | Jul 10 21:48:36.951 INFO Download complete, target: MaghemiteMgd |
671 | 2024-07-10T21:48:46.133Z | Jul 10 21:48:44.774 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
672 | 2024-07-10T21:48:46.476Z | Jul 10 21:48:45.116 INFO Checking that binary works, target: Cockroach |
673 | 2024-07-10T21:48:46.741Z | Jul 10 21:48:45.381 INFO Download complete, target: Cockroach |
674 | 2024-07-10T21:48:51.214Z | Jul 10 21:48:49.854 INFO Checking that binary works, target: Clickhouse |
675 | 2024-07-10T21:48:51.723Z | Jul 10 21:48:50.362 INFO Download complete, target: Clickhouse |
676 | 2024-07-10T21:48:51.730Z | All prerequisites installed successfully |
677 | 2024-07-10T21:48:51.733Z | |
678 | 2024-07-10T21:48:51.733Z | real 2:59.008210485 |
679 | 2024-07-10T21:48:51.733Z | user 5:51.194580327 |
680 | 2024-07-10T21:48:51.733Z | sys 1:19.600519661 |
681 | 2024-07-10T21:48:51.733Z | trap 0.232844093 |
682 | 2024-07-10T21:48:51.733Z | tflt 5.202859548 |
683 | 2024-07-10T21:48:51.733Z | dflt 7.373324049 |
684 | 2024-07-10T21:48:51.733Z | kflt 0.203826926 |
685 | 2024-07-10T21:48:51.733Z | lock 12:57.315394073 |
686 | 2024-07-10T21:48:51.733Z | slp 18:45.308293461 |
687 | 2024-07-10T21:48:51.733Z | lat 17.451144790 |
688 | 2024-07-10T21:48:51.733Z | stop 1:03.230388927 |
689 | 2024-07-10T21:48:51.733Z | + ptime -m cargo xtask download softnpu |
690 | 2024-07-10T21:48:52.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
691 | 2024-07-10T21:48:52.308Z | Running `target/debug/xtask download softnpu` |
692 | 2024-07-10T21:48:52.330Z | Jul 10 21:48:50.969 INFO Starting download, target: Softnpu |
693 | 2024-07-10T21:48:52.333Z | Jul 10 21:48:50.970 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-07-10T21:48:53.111Z | Jul 10 21:48:51.750 INFO Download complete, target: Softnpu |
695 | 2024-07-10T21:48:53.115Z | |
696 | 2024-07-10T21:48:53.118Z | real 1.377649529 |
697 | 2024-07-10T21:48:53.118Z | user 0.629814203 |
698 | 2024-07-10T21:48:53.118Z | sys 0.301786211 |
699 | 2024-07-10T21:48:53.118Z | trap 0.000511452 |
700 | 2024-07-10T21:48:53.118Z | tflt 0.000024645 |
701 | 2024-07-10T21:48:53.118Z | dflt 0.000069165 |
702 | 2024-07-10T21:48:53.118Z | kflt 0.000000000 |
703 | 2024-07-10T21:48:53.118Z | lock 7.992554715 |
704 | 2024-07-10T21:48:53.118Z | slp 0.713894430 |
705 | 2024-07-10T21:48:53.118Z | lat 0.072137329 |
706 | 2024-07-10T21:48:53.118Z | stop 0.000257115 |
707 | 2024-07-10T21:48:53.118Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-07-10T21:48:53.118Z | + CARGO_INCREMENTAL=0 |
709 | 2024-07-10T21:48:53.118Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
710 | 2024-07-10T21:48:53.681Z | Downloading crates ... |
711 | 2024-07-10T21:48:53.873Z | Downloaded addr2line v0.21.0 |
712 | 2024-07-10T21:48:53.877Z | Downloaded cfg_aliases v0.1.1 |
713 | 2024-07-10T21:48:53.886Z | Downloaded bitstruct v0.1.1 |
714 | 2024-07-10T21:48:53.888Z | Downloaded darling_macro v0.20.9 |
715 | 2024-07-10T21:48:53.891Z | Downloaded cstr-argument v0.1.2 |
716 | 2024-07-10T21:48:53.891Z | Downloaded crunchy v0.2.2 |
717 | 2024-07-10T21:48:53.894Z | Downloaded aead v0.5.2 |
718 | 2024-07-10T21:48:53.896Z | Downloaded arrayref v0.3.7 |
719 | 2024-07-10T21:48:53.899Z | Downloaded array-init v0.0.4 |
720 | 2024-07-10T21:48:53.902Z | Downloaded derive_builder_macro v0.20.0 |
721 | 2024-07-10T21:48:53.904Z | Downloaded atty v0.2.14 |
722 | 2024-07-10T21:48:53.909Z | Downloaded atomicwrites v0.4.3 |
723 | 2024-07-10T21:48:53.909Z | Downloaded crc-catalog v2.4.0 |
724 | 2024-07-10T21:48:53.912Z | Downloaded convert_case v0.4.0 |
725 | 2024-07-10T21:48:53.912Z | Downloaded ciborium-ll v0.2.2 |
726 | 2024-07-10T21:48:53.914Z | Downloaded buf-list v1.0.3 |
727 | 2024-07-10T21:48:53.917Z | Downloaded parse-size v1.0.0 |
728 | 2024-07-10T21:48:53.917Z | Downloaded oso-derive v0.27.3 |
729 | 2024-07-10T21:48:53.920Z | Downloaded const_format_proc_macros v0.2.32 |
730 | 2024-07-10T21:48:53.922Z | Downloaded memoffset v0.9.1 |
731 | 2024-07-10T21:48:53.922Z | Downloaded curve25519-dalek-derive v0.1.1 |
732 | 2024-07-10T21:48:53.925Z | Downloaded cobs v0.2.3 |
733 | 2024-07-10T21:48:53.925Z | Downloaded path-slash v0.1.5 |
734 | 2024-07-10T21:48:53.927Z | Downloaded bitfield-struct v0.6.1 |
735 | 2024-07-10T21:48:53.930Z | Downloaded castaway v0.2.2 |
736 | 2024-07-10T21:48:53.930Z | Downloaded phf_shared v0.10.0 |
737 | 2024-07-10T21:48:53.932Z | Downloaded ciborium-io v0.2.2 |
738 | 2024-07-10T21:48:53.933Z | Downloaded async-stream-impl v0.3.5 |
739 | 2024-07-10T21:48:53.933Z | Downloaded argon2 v0.5.3 |
740 | 2024-07-10T21:48:53.935Z | Downloaded normalize-line-endings v0.3.0 |
741 | 2024-07-10T21:48:53.935Z | Downloaded async-stream v0.3.5 |
742 | 2024-07-10T21:48:53.938Z | Downloaded bit-vec v0.6.3 |
743 | 2024-07-10T21:48:53.940Z | Downloaded defmt-macros v0.3.9 |
744 | 2024-07-10T21:48:53.943Z | Downloaded crc v3.2.1 |
745 | 2024-07-10T21:48:53.946Z | Downloaded debug-ignore v1.0.5 |
746 | 2024-07-10T21:48:53.949Z | Downloaded bitstruct_derive v0.1.0 |
747 | 2024-07-10T21:48:53.949Z | Downloaded newtype-uuid v1.1.0 |
748 | 2024-07-10T21:48:53.949Z | Downloaded newline-converter v0.3.0 |
749 | 2024-07-10T21:48:53.951Z | Downloaded bb8 v0.8.5 |
750 | 2024-07-10T21:48:53.951Z | Downloaded olpc-cjson v0.1.3 |
751 | 2024-07-10T21:48:53.954Z | Downloaded base16ct v0.2.0 |
752 | 2024-07-10T21:48:53.954Z | Downloaded assert_matches v1.5.0 |
753 | 2024-07-10T21:48:53.957Z | Downloaded pem v3.0.4 |
754 | 2024-07-10T21:48:53.957Z | Downloaded num-derive v0.4.2 |
755 | 2024-07-10T21:48:53.959Z | Downloaded num v0.4.3 |
756 | 2024-07-10T21:48:53.959Z | Downloaded nanorand v0.7.0 |
757 | 2024-07-10T21:48:53.962Z | Downloaded backoff v0.4.0 |
758 | 2024-07-10T21:48:53.966Z | Downloaded mime_guess v2.0.4 |
759 | 2024-07-10T21:48:53.968Z | Downloaded number_prefix v0.4.0 |
760 | 2024-07-10T21:48:53.968Z | Downloaded pretty-hex v0.2.1 |
761 | 2024-07-10T21:48:53.968Z | Downloaded precomputed-hash v0.1.1 |
762 | 2024-07-10T21:48:53.971Z | Downloaded ascii v1.1.0 |
763 | 2024-07-10T21:48:53.971Z | Downloaded portpicker v0.1.1 |
764 | 2024-07-10T21:48:53.973Z | Downloaded cookie_store v0.20.0 |
765 | 2024-07-10T21:48:53.976Z | Downloaded peg-runtime v0.8.3 |
766 | 2024-07-10T21:48:53.976Z | Downloaded derive_builder v0.20.0 |
767 | 2024-07-10T21:48:53.979Z | Downloaded opaque-debug v0.3.1 |
768 | 2024-07-10T21:48:53.984Z | Downloaded block-padding v0.3.3 |
769 | 2024-07-10T21:48:53.984Z | Downloaded ahash v0.8.11 |
770 | 2024-07-10T21:48:53.986Z | Downloaded new_debug_unreachable v1.0.6 |
771 | 2024-07-10T21:48:53.986Z | Downloaded nodrop v0.1.14 |
772 | 2024-07-10T21:48:53.986Z | Downloaded r2d2 v0.8.10 |
773 | 2024-07-10T21:48:53.989Z | Downloaded predicates-tree v1.0.9 |
774 | 2024-07-10T21:48:53.989Z | Downloaded async-recursion v1.1.1 |
775 | 2024-07-10T21:48:53.993Z | Downloaded chacha20 v0.9.1 |
776 | 2024-07-10T21:48:53.996Z | Downloaded ppv-lite86 v0.2.17 |
777 | 2024-07-10T21:48:53.998Z | Downloaded der_derive v0.7.2 |
778 | 2024-07-10T21:48:53.998Z | Downloaded ref-cast-impl v1.0.23 |
779 | 2024-07-10T21:48:54.001Z | Downloaded constant_time_eq v0.3.0 |
780 | 2024-07-10T21:48:54.002Z | Downloaded cexpr v0.6.0 |
781 | 2024-07-10T21:48:54.004Z | Downloaded csv-core v0.1.11 |
782 | 2024-07-10T21:48:54.004Z | Downloaded predicates v3.1.0 |
783 | 2024-07-10T21:48:54.007Z | Downloaded crossbeam-deque v0.8.5 |
784 | 2024-07-10T21:48:54.009Z | Downloaded peg v0.8.3 |
785 | 2024-07-10T21:48:54.012Z | Downloaded num_enum v0.5.11 |
786 | 2024-07-10T21:48:54.016Z | Downloaded foreign-types-macros v0.2.3 |
787 | 2024-07-10T21:48:54.019Z | Downloaded rand_seeder v0.2.3 |
788 | 2024-07-10T21:48:54.022Z | Downloaded thiserror-impl-no-std v2.0.2 |
789 | 2024-07-10T21:48:54.022Z | Downloaded num-iter v0.1.45 |
790 | 2024-07-10T21:48:54.024Z | Downloaded num-rational v0.4.2 |
791 | 2024-07-10T21:48:54.024Z | Downloaded foreign-types-shared v0.3.1 |
792 | 2024-07-10T21:48:54.027Z | Downloaded multer v3.1.0 |
793 | 2024-07-10T21:48:54.030Z | Downloaded is_ci v1.2.0 |
794 | 2024-07-10T21:48:54.030Z | Downloaded const-oid v0.9.6 |
795 | 2024-07-10T21:48:54.032Z | Downloaded crossbeam-epoch v0.9.18 |
796 | 2024-07-10T21:48:54.035Z | Downloaded clang-sys v1.7.0 |
797 | 2024-07-10T21:48:54.037Z | Downloaded nibble_vec v0.1.0 |
798 | 2024-07-10T21:48:54.040Z | Downloaded matches v0.1.10 |
799 | 2024-07-10T21:48:54.040Z | Downloaded derive_builder_core v0.20.0 |
800 | 2024-07-10T21:48:54.042Z | Downloaded bzip2 v0.4.4 |
801 | 2024-07-10T21:48:54.045Z | Downloaded rand_core v0.6.4 |
802 | 2024-07-10T21:48:54.045Z | Downloaded topological-sort v0.2.2 |
803 | 2024-07-10T21:48:54.048Z | Downloaded peg-macros v0.8.3 |
804 | 2024-07-10T21:48:54.048Z | Downloaded cipher v0.4.4 |
805 | 2024-07-10T21:48:54.050Z | Downloaded cancel-safe-futures v0.1.5 |
806 | 2024-07-10T21:48:54.053Z | Downloaded camino-tempfile v1.1.1 |
807 | 2024-07-10T21:48:54.055Z | Downloaded walkdir v2.5.0 |
808 | 2024-07-10T21:48:54.058Z | Downloaded pkcs1 v0.7.5 |
809 | 2024-07-10T21:48:54.061Z | Downloaded parse-display v0.9.1 |
810 | 2024-07-10T21:48:54.061Z | Downloaded untrusted v0.7.1 |
811 | 2024-07-10T21:48:54.064Z | Downloaded unicode-truncate v1.0.0 |
812 | 2024-07-10T21:48:54.064Z | Downloaded parking_lot v0.11.2 |
813 | 2024-07-10T21:48:54.067Z | Downloaded base64ct v1.6.0 |
814 | 2024-07-10T21:48:54.069Z | Downloaded postgres-protocol v0.6.6 |
815 | 2024-07-10T21:48:54.072Z | Downloaded darling v0.20.9 |
816 | 2024-07-10T21:48:54.075Z | Downloaded dyn-clone v1.0.17 |
817 | 2024-07-10T21:48:54.078Z | Downloaded ed25519 v1.5.3 |
818 | 2024-07-10T21:48:54.078Z | Downloaded humantime v2.1.0 |
819 | 2024-07-10T21:48:54.080Z | Downloaded blake2 v0.10.6 |
820 | 2024-07-10T21:48:54.085Z | Downloaded password-hash v0.5.0 |
821 | 2024-07-10T21:48:54.087Z | Downloaded num-complex v0.4.6 |
822 | 2024-07-10T21:48:54.087Z | Downloaded diesel_table_macro_syntax v0.1.0 |
823 | 2024-07-10T21:48:54.088Z | Downloaded headers-core v0.2.0 |
824 | 2024-07-10T21:48:54.090Z | Downloaded lazy_static v1.5.0 |
825 | 2024-07-10T21:48:54.090Z | Downloaded paste v1.0.15 |
826 | 2024-07-10T21:48:54.093Z | Downloaded hostname v0.4.0 |
827 | 2024-07-10T21:48:54.095Z | Downloaded ident_case v1.0.1 |
828 | 2024-07-10T21:48:54.098Z | Downloaded serde-big-array v0.5.1 |
829 | 2024-07-10T21:48:54.098Z | Downloaded pkcs8 v0.10.2 |
830 | 2024-07-10T21:48:54.100Z | Downloaded parking_lot_core v0.8.6 |
831 | 2024-07-10T21:48:54.103Z | Downloaded tracing-attributes v0.1.27 |
832 | 2024-07-10T21:48:54.106Z | Downloaded postgres-types v0.2.6 |
833 | 2024-07-10T21:48:54.109Z | Downloaded poly1305 v0.8.0 |
834 | 2024-07-10T21:48:54.111Z | Downloaded rusty-fork v0.3.0 |
835 | 2024-07-10T21:48:54.111Z | Downloaded smallvec v0.6.14 |
836 | 2024-07-10T21:48:54.114Z | Downloaded sha1 v0.10.6 |
837 | 2024-07-10T21:48:54.117Z | Downloaded lazycell v1.3.0 |
838 | 2024-07-10T21:48:54.117Z | Downloaded pin-project v1.1.5 |
839 | 2024-07-10T21:48:54.127Z | Downloaded which v4.4.2 |
840 | 2024-07-10T21:48:54.130Z | Downloaded termcolor v1.4.1 |
841 | 2024-07-10T21:48:54.133Z | Downloaded shell-words v1.1.0 |
842 | 2024-07-10T21:48:54.133Z | Downloaded scheduled-thread-pool v0.2.7 |
843 | 2024-07-10T21:48:54.133Z | Downloaded derive-where v1.2.7 |
844 | 2024-07-10T21:48:54.139Z | Downloaded console v0.15.8 |
845 | 2024-07-10T21:48:54.142Z | Downloaded smawk v0.3.2 |
846 | 2024-07-10T21:48:54.142Z | Downloaded spki v0.7.3 |
847 | 2024-07-10T21:48:54.145Z | Downloaded hyper-staticfile v0.9.5 |
848 | 2024-07-10T21:48:54.145Z | Downloaded num-traits v0.2.19 |
849 | 2024-07-10T21:48:54.151Z | Downloaded rustc_version v0.1.7 |
850 | 2024-07-10T21:48:54.151Z | Downloaded glob v0.3.1 |
851 | 2024-07-10T21:48:54.151Z | Downloaded uzers v0.11.3 |
852 | 2024-07-10T21:48:54.155Z | Downloaded strip-ansi-escapes v0.2.0 |
853 | 2024-07-10T21:48:54.155Z | Downloaded zone_cfg_derive v0.1.2 |
854 | 2024-07-10T21:48:54.155Z | Downloaded waitgroup v0.1.2 |
855 | 2024-07-10T21:48:54.155Z | Downloaded structmeta v0.3.0 |
856 | 2024-07-10T21:48:54.158Z | Downloaded stability v0.2.0 |
857 | 2024-07-10T21:48:54.158Z | Downloaded rustc-hash v1.1.0 |
858 | 2024-07-10T21:48:54.161Z | Downloaded termios v0.3.3 |
859 | 2024-07-10T21:48:54.161Z | Downloaded oso v0.27.3 |
860 | 2024-07-10T21:48:54.171Z | Downloaded stringprep v0.1.4 |
861 | 2024-07-10T21:48:54.174Z | Downloaded serde-hex v0.1.0 |
862 | 2024-07-10T21:48:54.179Z | Downloaded zeroize v1.7.0 |
863 | 2024-07-10T21:48:54.179Z | Downloaded fixedbitset v0.4.2 |
864 | 2024-07-10T21:48:54.181Z | Downloaded structmeta-derive v0.2.0 |
865 | 2024-07-10T21:48:54.181Z | Downloaded string_cache v0.8.7 |
866 | 2024-07-10T21:48:54.181Z | Downloaded structmeta v0.2.0 |
867 | 2024-07-10T21:48:54.183Z | Downloaded zerocopy v0.6.6 |
868 | 2024-07-10T21:48:54.185Z | Downloaded difflib v0.4.0 |
869 | 2024-07-10T21:48:54.188Z | Downloaded prettyplease v0.2.20 |
870 | 2024-07-10T21:48:54.190Z | Downloaded postcard v1.0.8 |
871 | 2024-07-10T21:48:54.193Z | Downloaded pin-project-internal v1.1.5 |
872 | 2024-07-10T21:48:54.195Z | Downloaded sigpipe v0.1.3 |
873 | 2024-07-10T21:48:54.197Z | Downloaded rayon-core v1.12.1 |
874 | 2024-07-10T21:48:54.200Z | Downloaded shlex v1.3.0 |
875 | 2024-07-10T21:48:54.202Z | Downloaded slog-envlogger v2.2.0 |
876 | 2024-07-10T21:48:54.205Z | Downloaded strum_macros v0.24.3 |
877 | 2024-07-10T21:48:54.207Z | Downloaded http-range v0.1.5 |
878 | 2024-07-10T21:48:54.207Z | Downloaded slog-dtrace v0.3.0 |
879 | 2024-07-10T21:48:54.210Z | Downloaded serde_path_to_error v0.1.16 |
880 | 2024-07-10T21:48:54.212Z | Downloaded serde_derive_internals v0.29.1 |
881 | 2024-07-10T21:48:54.212Z | Downloaded static_assertions v1.1.0 |
882 | 2024-07-10T21:48:54.215Z | Downloaded stable_deref_trait v1.2.0 |
883 | 2024-07-10T21:48:54.215Z | Downloaded zeroize_derive v1.4.2 |
884 | 2024-07-10T21:48:54.217Z | Downloaded unarray v0.1.4 |
885 | 2024-07-10T21:48:54.217Z | Downloaded sec1 v0.7.3 |
886 | 2024-07-10T21:48:54.220Z | Downloaded structmeta-derive v0.3.0 |
887 | 2024-07-10T21:48:54.222Z | Downloaded unsafe-libyaml v0.2.11 |
888 | 2024-07-10T21:48:54.225Z | Downloaded libloading v0.8.3 |
889 | 2024-07-10T21:48:54.227Z | Downloaded float-cmp v0.9.0 |
890 | 2024-07-10T21:48:54.230Z | Downloaded heck v0.3.3 |
891 | 2024-07-10T21:48:54.230Z | Downloaded const_format v0.2.32 |
892 | 2024-07-10T21:48:54.234Z | Downloaded backtrace v0.3.71 |
893 | 2024-07-10T21:48:54.239Z | Downloaded endian-type v0.1.2 |
894 | 2024-07-10T21:48:54.242Z | Downloaded rustfmt-wrapper v0.2.1 |
895 | 2024-07-10T21:48:54.244Z | Downloaded tokio-postgres v0.7.10 |
896 | 2024-07-10T21:48:54.247Z | Downloaded siphasher v0.3.11 |
897 | 2024-07-10T21:48:54.250Z | Downloaded group v0.13.0 |
898 | 2024-07-10T21:48:54.252Z | Downloaded rcgen v0.12.1 |
899 | 2024-07-10T21:48:54.255Z | Downloaded tiny-keccak v2.0.2 |
900 | 2024-07-10T21:48:54.259Z | Downloaded globset v0.4.14 |
901 | 2024-07-10T21:48:54.262Z | Downloaded env_logger v0.10.2 |
902 | 2024-07-10T21:48:54.262Z | Downloaded sct v0.7.1 |
903 | 2024-07-10T21:48:54.264Z | Downloaded maybe-uninit v2.0.0 |
904 | 2024-07-10T21:48:54.267Z | Downloaded home v0.5.9 |
905 | 2024-07-10T21:48:54.267Z | Downloaded either v1.12.0 |
906 | 2024-07-10T21:48:54.269Z | Downloaded zone v0.1.8 |
907 | 2024-07-10T21:48:54.269Z | Downloaded serde-big-array v0.4.1 |
908 | 2024-07-10T21:48:54.272Z | Downloaded libsw v3.3.1 |
909 | 2024-07-10T21:48:54.272Z | Downloaded publicsuffix v2.2.3 |
910 | 2024-07-10T21:48:54.275Z | Downloaded erased-serde v0.3.31 |
911 | 2024-07-10T21:48:54.277Z | Downloaded strum_macros v0.25.3 |
912 | 2024-07-10T21:48:54.280Z | Downloaded enum-as-inner v0.5.1 |
913 | 2024-07-10T21:48:54.283Z | Downloaded linear-map v1.2.0 |
914 | 2024-07-10T21:48:54.285Z | Downloaded same-file v1.0.6 |
915 | 2024-07-10T21:48:54.285Z | Downloaded hubpack v0.1.2 |
916 | 2024-07-10T21:48:54.288Z | Downloaded crypto-bigint v0.5.5 |
917 | 2024-07-10T21:48:54.292Z | Downloaded getrandom v0.2.14 |
918 | 2024-07-10T21:48:54.295Z | Downloaded managed v0.8.0 |
919 | 2024-07-10T21:48:54.298Z | Downloaded sqlparser_derive v0.2.2 |
920 | 2024-07-10T21:48:54.298Z | Downloaded impl-trait-for-tuples v0.2.2 |
921 | 2024-07-10T21:48:54.301Z | Downloaded fallible-iterator v0.2.0 |
922 | 2024-07-10T21:48:54.304Z | Downloaded foreign-types v0.5.0 |
923 | 2024-07-10T21:48:54.304Z | Downloaded diff v0.1.13 |
924 | 2024-07-10T21:48:54.306Z | Downloaded diesel_derives v2.1.4 |
925 | 2024-07-10T21:48:54.310Z | Downloaded signature v1.6.4 |
926 | 2024-07-10T21:48:54.312Z | Downloaded instant v0.1.12 |
927 | 2024-07-10T21:48:54.315Z | Downloaded toml v0.7.8 |
928 | 2024-07-10T21:48:54.317Z | Downloaded tls_codec v0.4.1 |
929 | 2024-07-10T21:48:54.320Z | Downloaded tls_codec_derive v0.4.1 |
930 | 2024-07-10T21:48:54.320Z | Downloaded tokio-tungstenite v0.20.1 |
931 | 2024-07-10T21:48:54.322Z | Downloaded thiserror-no-std v2.0.2 |
932 | 2024-07-10T21:48:54.326Z | Downloaded env_logger v0.9.3 |
933 | 2024-07-10T21:48:54.328Z | Downloaded hubpack_derive v0.1.1 |
934 | 2024-07-10T21:48:54.331Z | Downloaded vte_generate_state_changes v0.1.1 |
935 | 2024-07-10T21:48:54.331Z | Downloaded tap v1.0.1 |
936 | 2024-07-10T21:48:54.331Z | Downloaded fxhash v0.2.1 |
937 | 2024-07-10T21:48:54.333Z | Downloaded smf v0.2.3 |
938 | 2024-07-10T21:48:54.333Z | Downloaded spin v0.5.2 |
939 | 2024-07-10T21:48:54.336Z | Downloaded semver v0.1.20 |
940 | 2024-07-10T21:48:54.336Z | Downloaded schemars_derive v0.8.21 |
941 | 2024-07-10T21:48:54.338Z | Downloaded hmac v0.12.1 |
942 | 2024-07-10T21:48:54.338Z | Downloaded maplit v1.0.2 |
943 | 2024-07-10T21:48:54.343Z | Downloaded serde_repr v0.1.19 |
944 | 2024-07-10T21:48:54.345Z | Downloaded serde_plain v1.0.2 |
945 | 2024-07-10T21:48:54.345Z | Downloaded subtle v2.5.0 |
946 | 2024-07-10T21:48:54.345Z | Downloaded float-ord v0.3.2 |
947 | 2024-07-10T21:48:54.345Z | Downloaded schemars v0.8.21 |
948 | 2024-07-10T21:48:54.356Z | Downloaded fastrand v2.1.0 |
949 | 2024-07-10T21:48:54.359Z | Downloaded rpassword v7.3.1 |
950 | 2024-07-10T21:48:54.359Z | Downloaded spin v0.9.8 |
951 | 2024-07-10T21:48:54.362Z | Downloaded serde_with_macros v3.8.1 |
952 | 2024-07-10T21:48:54.364Z | Downloaded secrecy v0.8.0 |
953 | 2024-07-10T21:48:54.364Z | Downloaded inout v0.1.3 |
954 | 2024-07-10T21:48:54.367Z | Downloaded embedded-io v0.4.0 |
955 | 2024-07-10T21:48:54.370Z | Downloaded indoc v1.0.9 |
956 | 2024-07-10T21:48:54.370Z | Downloaded memmap2 v0.9.4 |
957 | 2024-07-10T21:48:54.372Z | Downloaded snafu-derive v0.8.2 |
958 | 2024-07-10T21:48:54.375Z | Downloaded tabwriter v1.4.0 |
959 | 2024-07-10T21:48:54.375Z | Downloaded supports-color v3.0.0 |
960 | 2024-07-10T21:48:54.378Z | Downloaded half v2.4.1 |
961 | 2024-07-10T21:48:54.380Z | Downloaded lru-cache v0.1.2 |
962 | 2024-07-10T21:48:54.380Z | Downloaded snafu v0.8.2 |
963 | 2024-07-10T21:48:54.384Z | Downloaded serde_yaml v0.9.34+deprecated |
964 | 2024-07-10T21:48:54.388Z | Downloaded rand v0.8.5 |
965 | 2024-07-10T21:48:54.392Z | Downloaded tokio-stream v0.1.15 |
966 | 2024-07-10T21:48:54.396Z | Downloaded uuid v1.9.1 |
967 | 2024-07-10T21:48:54.399Z | Downloaded crossterm v0.27.0 |
968 | 2024-07-10T21:48:54.405Z | Downloaded hex v0.4.3 |
969 | 2024-07-10T21:48:54.407Z | Downloaded highway v1.1.0 |
970 | 2024-07-10T21:48:54.410Z | Downloaded wyz v0.5.1 |
971 | 2024-07-10T21:48:54.410Z | Downloaded zip v0.6.6 |
972 | 2024-07-10T21:48:54.413Z | Downloaded funty v2.0.0 |
973 | 2024-07-10T21:48:54.416Z | Downloaded wait-timeout v0.2.0 |
974 | 2024-07-10T21:48:54.416Z | Downloaded similar v2.5.0 |
975 | 2024-07-10T21:48:54.420Z | Downloaded getopts v0.2.21 |
976 | 2024-07-10T21:48:54.422Z | Downloaded indexmap v1.9.3 |
977 | 2024-07-10T21:48:54.425Z | Downloaded subprocess v0.2.9 |
978 | 2024-07-10T21:48:54.428Z | Downloaded tempfile v3.10.1 |
979 | 2024-07-10T21:48:54.430Z | Downloaded rustc_version v0.4.0 |
980 | 2024-07-10T21:48:54.433Z | Downloaded keccak v0.1.5 |
981 | 2024-07-10T21:48:54.433Z | Downloaded sqlformat v0.2.3 |
982 | 2024-07-10T21:48:54.435Z | Downloaded num-bigint v0.4.5 |
983 | 2024-07-10T21:48:54.438Z | Downloaded tokio-rustls v0.25.0 |
984 | 2024-07-10T21:48:54.440Z | Downloaded tokio-rustls v0.24.1 |
985 | 2024-07-10T21:48:54.443Z | Downloaded whoami v1.5.1 |
986 | 2024-07-10T21:48:54.447Z | Downloaded toml v0.5.11 |
987 | 2024-07-10T21:48:54.450Z | Downloaded trust-dns-client v0.22.0 |
988 | 2024-07-10T21:48:54.453Z | Downloaded headers v0.3.9 |
989 | 2024-07-10T21:48:54.456Z | Downloaded rustls-pki-types v1.7.0 |
990 | 2024-07-10T21:48:54.459Z | Downloaded ipnetwork v0.20.0 |
991 | 2024-07-10T21:48:54.462Z | Downloaded heapless v0.7.17 |
992 | 2024-07-10T21:48:54.464Z | Downloaded blake3 v1.5.1 |
993 | 2024-07-10T21:48:54.471Z | Downloaded aho-corasick v1.1.3 |
994 | 2024-07-10T21:48:54.476Z | Downloaded samael v0.0.15 |
995 | 2024-07-10T21:48:54.481Z | Downloaded vte v0.11.1 |
996 | 2024-07-10T21:48:54.484Z | Downloaded rustls-pemfile v2.1.2 |
997 | 2024-07-10T21:48:54.487Z | Downloaded ron v0.8.1 |
998 | 2024-07-10T21:48:54.490Z | Downloaded socket2 v0.4.10 |
999 | 2024-07-10T21:48:54.493Z | Downloaded flume v0.11.0 |
1000 | 2024-07-10T21:48:54.495Z | Downloaded heapless v0.8.0 |
1001 | 2024-07-10T21:48:54.499Z | Downloaded elliptic-curve v0.13.8 |
1002 | 2024-07-10T21:48:54.503Z | Downloaded expectorate v1.1.0 |
1003 | 2024-07-10T21:48:54.507Z | Downloaded hashbrown v0.12.3 |
1004 | 2024-07-10T21:48:54.510Z | Downloaded trust-dns-server v0.22.1 |
1005 | 2024-07-10T21:48:54.514Z | Downloaded ron v0.7.1 |
1006 | 2024-07-10T21:48:54.519Z | Downloaded trust-dns-resolver v0.22.0 |
1007 | 2024-07-10T21:48:54.523Z | Downloaded salty v0.2.0 |
1008 | 2024-07-10T21:48:54.528Z | Downloaded http v1.1.0 |
1009 | 2024-07-10T21:48:54.532Z | Downloaded tungstenite v0.21.0 |
1010 | 2024-07-10T21:48:54.535Z | Downloaded libm v0.2.8 |
1011 | 2024-07-10T21:48:54.542Z | Downloaded steno v0.4.1 |
1012 | 2024-07-10T21:48:54.546Z | Downloaded rsa v0.9.6 |
1013 | 2024-07-10T21:48:54.551Z | Downloaded hashbrown v0.13.2 |
1014 | 2024-07-10T21:48:54.555Z | Downloaded reedline v0.31.0 |
1015 | 2024-07-10T21:48:54.563Z | Downloaded portable-atomic v1.6.0 |
1016 | 2024-07-10T21:48:54.568Z | Downloaded indicatif v0.17.8 |
1017 | 2024-07-10T21:48:54.574Z | Downloaded tungstenite v0.20.1 |
1018 | 2024-07-10T21:48:54.576Z | Downloaded x509-cert v0.2.5 |
1019 | 2024-07-10T21:48:54.581Z | Downloaded unicode_categories v0.1.1 |
1020 | 2024-07-10T21:48:54.583Z | Downloaded quick-xml v0.31.0 |
1021 | 2024-07-10T21:48:54.588Z | Downloaded nom v7.1.3 |
1022 | 2024-07-10T21:48:54.594Z | Downloaded rustyline v14.0.0 |
1023 | 2024-07-10T21:48:54.599Z | Downloaded libxml v0.3.3 |
1024 | 2024-07-10T21:48:54.604Z | Downloaded bitvec v1.0.1 |
1025 | 2024-07-10T21:48:54.619Z | Downloaded serde_with v3.8.1 |
1026 | 2024-07-10T21:48:54.628Z | Downloaded sqlparser v0.45.0 |
1027 | 2024-07-10T21:48:54.632Z | Downloaded chrono v0.4.38 |
1028 | 2024-07-10T21:48:54.639Z | Downloaded typed-path v0.7.1 |
1029 | 2024-07-10T21:48:54.645Z | Downloaded unicode-segmentation v1.11.0 |
1030 | 2024-07-10T21:48:54.648Z | Downloaded regex-automata v0.1.10 |
1031 | 2024-07-10T21:48:54.653Z | Downloaded bindgen v0.69.4 |
1032 | 2024-07-10T21:48:54.660Z | Downloaded toml_edit v0.19.15 |
1033 | 2024-07-10T21:48:54.676Z | Downloaded itertools v0.10.5 |
1034 | 2024-07-10T21:48:54.682Z | Downloaded hkdf v0.12.4 |
1035 | 2024-07-10T21:48:54.685Z | Downloaded proptest v1.4.0 |
1036 | 2024-07-10T21:48:54.693Z | Downloaded rayon v1.10.0 |
1037 | 2024-07-10T21:48:54.701Z | Downloaded itertools v0.12.1 |
1038 | 2024-07-10T21:48:54.708Z | Downloaded test-strategy v0.3.1 |
1039 | 2024-07-10T21:48:54.711Z | Downloaded winnow v0.5.40 |
1040 | 2024-07-10T21:48:54.720Z | Downloaded webpki-roots v0.25.4 |
1041 | 2024-07-10T21:48:54.724Z | Downloaded itertools v0.13.0 |
1042 | 2024-07-10T21:48:54.730Z | Downloaded rustls-webpki v0.101.7 |
1043 | 2024-07-10T21:48:54.744Z | Downloaded rustls-webpki v0.102.4 |
1044 | 2024-07-10T21:48:54.761Z | Downloaded idna v0.2.3 |
1045 | 2024-07-10T21:48:54.767Z | Downloaded regex v1.10.5 |
1046 | 2024-07-10T21:48:54.780Z | Downloaded gimli v0.28.1 |
1047 | 2024-07-10T21:48:54.787Z | Downloaded object v0.32.2 |
1048 | 2024-07-10T21:48:54.797Z | Downloaded polar-core v0.27.3 |
1049 | 2024-07-10T21:48:54.805Z | Downloaded smoltcp v0.9.1 |
1050 | 2024-07-10T21:48:54.815Z | Downloaded diesel v2.1.6 |
1051 | 2024-07-10T21:48:54.833Z | Downloaded bstr v1.9.1 |
1052 | 2024-07-10T21:48:54.843Z | Downloaded regex-syntax v0.6.29 |
1053 | 2024-07-10T21:48:54.850Z | Downloaded regress v0.9.1 |
1054 | 2024-07-10T21:48:54.858Z | Downloaded smoltcp v0.11.0 |
1055 | 2024-07-10T21:48:54.870Z | Downloaded regex-syntax v0.8.3 |
1056 | 2024-07-10T21:48:54.877Z | Downloaded rustls v0.22.4 |
1057 | 2024-07-10T21:48:54.891Z | Downloaded ratatui v0.27.0 |
1058 | 2024-07-10T21:48:54.907Z | Downloaded openapiv3 v2.0.0 |
1059 | 2024-07-10T21:48:54.918Z | Downloaded sled v0.34.7 |
1060 | 2024-07-10T21:48:54.927Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1061 | 2024-07-10T21:48:54.939Z | Downloaded zerocopy-derive v0.6.6 |
1062 | 2024-07-10T21:48:54.947Z | Downloaded finl_unicode v1.2.0 |
1063 | 2024-07-10T21:48:54.960Z | Downloaded trust-dns-proto v0.22.0 |
1064 | 2024-07-10T21:48:54.971Z | Downloaded regex-automata v0.4.6 |
1065 | 2024-07-10T21:48:54.986Z | Downloaded sha3 v0.10.8 |
1066 | 2024-07-10T21:48:54.990Z | Downloaded csv v1.3.0 |
1067 | 2024-07-10T21:48:55.008Z | Downloaded petgraph v0.6.5 |
1068 | 2024-07-10T21:48:55.024Z | Downloaded idna v0.3.0 |
1069 | 2024-07-10T21:48:55.030Z | Downloaded nix v0.28.0 |
1070 | 2024-07-10T21:48:55.042Z | Downloaded bstr v0.2.17 |
1071 | 2024-07-10T21:48:55.049Z | Downloaded rustls v0.21.12 |
1072 | 2024-07-10T21:48:55.059Z | Downloaded radix_trie v0.2.1 |
1073 | 2024-07-10T21:48:55.064Z | Downloaded object v0.30.4 |
1074 | 2024-07-10T21:48:55.072Z | Downloaded nix v0.27.1 |
1075 | 2024-07-10T21:48:55.082Z | Downloaded curve25519-dalek v4.1.3 |
1076 | 2024-07-10T21:48:55.090Z | Downloaded lalrpop v0.19.12 |
1077 | 2024-07-10T21:48:55.100Z | Downloaded textwrap v0.16.1 |
1078 | 2024-07-10T21:48:55.102Z | Downloaded tough v0.17.1 |
1079 | 2024-07-10T21:48:55.109Z | Downloaded num-bigint-dig v0.8.4 |
1080 | 2024-07-10T21:48:55.114Z | Downloaded unicode-linebreak v0.1.5 |
1081 | 2024-07-10T21:48:55.116Z | Downloaded unicase v2.7.0 |
1082 | 2024-07-10T21:48:55.116Z | Downloaded gethostname v0.4.3 |
1083 | 2024-07-10T21:48:55.119Z | Downloaded signature v2.2.0 |
1084 | 2024-07-10T21:48:55.119Z | Downloaded vsss-rs v3.3.4 |
1085 | 2024-07-10T21:48:55.122Z | Downloaded iana-time-zone v0.1.60 |
1086 | 2024-07-10T21:48:55.124Z | Downloaded signal-hook v0.3.17 |
1087 | 2024-07-10T21:48:55.127Z | Downloaded signal-hook-tokio v0.3.1 |
1088 | 2024-07-10T21:48:55.127Z | Downloaded rustc-demangle v0.1.24 |
1089 | 2024-07-10T21:48:55.130Z | Downloaded rtoolbox v0.0.2 |
1090 | 2024-07-10T21:48:55.130Z | Downloaded ena v0.14.3 |
1091 | 2024-07-10T21:48:55.130Z | Downloaded tui-tree-widget v0.21.0 |
1092 | 2024-07-10T21:48:55.132Z | Downloaded unicode-xid v0.2.4 |
1093 | 2024-07-10T21:48:55.132Z | Downloaded slog-stdlog v4.1.1 |
1094 | 2024-07-10T21:48:55.135Z | Downloaded slog-scope v4.4.0 |
1095 | 2024-07-10T21:48:55.135Z | Downloaded yasna v0.5.2 |
1096 | 2024-07-10T21:48:55.137Z | Downloaded fatfs v0.3.6 |
1097 | 2024-07-10T21:48:55.140Z | Downloaded der v0.7.9 |
1098 | 2024-07-10T21:48:55.143Z | Downloaded kstat-rs v0.2.4 |
1099 | 2024-07-10T21:48:55.145Z | Downloaded lru v0.12.3 |
1100 | 2024-07-10T21:48:55.145Z | Downloaded linked-hash-map v0.5.6 |
1101 | 2024-07-10T21:48:55.148Z | Downloaded signal-hook-mio v0.2.3 |
1102 | 2024-07-10T21:48:55.148Z | Downloaded minimal-lexical v0.2.1 |
1103 | 2024-07-10T21:48:55.151Z | Downloaded utf-8 v0.7.6 |
1104 | 2024-07-10T21:48:55.153Z | Downloaded untrusted v0.9.0 |
1105 | 2024-07-10T21:48:55.153Z | Downloaded universal-hash v0.5.1 |
1106 | 2024-07-10T21:48:55.156Z | Downloaded md-5 v0.10.6 |
1107 | 2024-07-10T21:48:55.156Z | Downloaded flagset v0.4.5 |
1108 | 2024-07-10T21:48:55.159Z | Downloaded hyper-rustls v0.24.2 |
1109 | 2024-07-10T21:48:55.159Z | Downloaded darling_core v0.20.9 |
1110 | 2024-07-10T21:48:55.162Z | Downloaded cookie v0.18.1 |
1111 | 2024-07-10T21:48:55.165Z | Downloaded base64 v0.22.1 |
1112 | 2024-07-10T21:48:55.168Z | Downloaded base64 v0.13.1 |
1113 | 2024-07-10T21:48:55.170Z | Downloaded serde_arrays v0.1.0 |
1114 | 2024-07-10T21:48:55.175Z | Downloaded libefi-sys v0.1.0 |
1115 | 2024-07-10T21:48:55.175Z | Downloaded crc-any v2.5.0 |
1116 | 2024-07-10T21:48:55.178Z | Downloaded omicron-zone-package v0.11.0 |
1117 | 2024-07-10T21:48:55.178Z | Downloaded resolv-conf v0.7.0 |
1118 | 2024-07-10T21:48:55.180Z | Downloaded lalrpop-util v0.19.12 |
1119 | 2024-07-10T21:48:55.180Z | Downloaded tokio-tungstenite v0.21.0 |
1120 | 2024-07-10T21:48:55.183Z | Downloaded fragile v2.0.0 |
1121 | 2024-07-10T21:48:55.183Z | Downloaded parse-display-derive v0.9.1 |
1122 | 2024-07-10T21:48:55.185Z | Downloaded toolchain_find v0.4.0 |
1123 | 2024-07-10T21:48:55.185Z | Downloaded termtree v0.4.1 |
1124 | 2024-07-10T21:48:55.185Z | Downloaded compact_str v0.7.1 |
1125 | 2024-07-10T21:48:55.188Z | Downloaded chacha20poly1305 v0.10.1 |
1126 | 2024-07-10T21:48:55.190Z | Downloaded nu-ansi-term v0.50.0 |
1127 | 2024-07-10T21:48:55.193Z | Downloaded hash32 v0.2.1 |
1128 | 2024-07-10T21:48:55.193Z | Downloaded ff v0.13.0 |
1129 | 2024-07-10T21:48:55.195Z | Downloaded fd-lock v4.0.2 |
1130 | 2024-07-10T21:48:55.195Z | Downloaded ref-cast v1.0.23 |
1131 | 2024-07-10T21:48:55.198Z | Downloaded rand_xorshift v0.3.0 |
1132 | 2024-07-10T21:48:55.200Z | Downloaded owo-colors v4.0.0 |
1133 | 2024-07-10T21:48:55.203Z | Downloaded display-error-chain v0.2.0 |
1134 | 2024-07-10T21:48:55.203Z | Downloaded pem-rfc7468 v0.7.0 |
1135 | 2024-07-10T21:48:55.204Z | Downloaded derive_more v0.99.18 |
1136 | 2024-07-10T21:48:55.207Z | Downloaded bcs v0.1.6 |
1137 | 2024-07-10T21:48:55.210Z | Downloaded allocator-api2 v0.2.18 |
1138 | 2024-07-10T21:48:55.213Z | Downloaded rand_chacha v0.3.1 |
1139 | 2024-07-10T21:48:55.213Z | Downloaded proc-macro-crate v1.3.1 |
1140 | 2024-07-10T21:48:55.215Z | Downloaded hash32 v0.3.1 |
1141 | 2024-07-10T21:48:55.215Z | Downloaded radium v0.7.0 |
1142 | 2024-07-10T21:48:55.215Z | Downloaded quick-error v1.2.3 |
1143 | 2024-07-10T21:48:55.218Z | Downloaded psl-types v2.0.11 |
1144 | 2024-07-10T21:48:55.218Z | Downloaded predicates-core v1.0.6 |
1145 | 2024-07-10T21:48:55.221Z | Downloaded phf_shared v0.11.2 |
1146 | 2024-07-10T21:48:55.221Z | Downloaded phf v0.11.2 |
1147 | 2024-07-10T21:48:55.222Z | Downloaded arc-swap v1.7.1 |
1148 | 2024-07-10T21:48:55.224Z | Downloaded cookie v0.17.0 |
1149 | 2024-07-10T21:48:55.227Z | Downloaded async-trait v0.1.81 |
1150 | 2024-07-10T21:48:55.230Z | Downloaded packed_struct_codegen v0.10.1 |
1151 | 2024-07-10T21:48:55.230Z | Downloaded multimap v0.10.0 |
1152 | 2024-07-10T21:48:55.230Z | Downloaded mockall_derive v0.12.1 |
1153 | 2024-07-10T21:48:55.232Z | Downloaded defmt-parser v0.3.4 |
1154 | 2024-07-10T21:48:55.232Z | Downloaded defmt v0.3.8 |
1155 | 2024-07-10T21:48:55.235Z | Downloaded data-encoding v2.6.0 |
1156 | 2024-07-10T21:48:55.238Z | Downloaded corncobs v0.1.3 |
1157 | 2024-07-10T21:48:55.238Z | Downloaded arrayvec v0.7.4 |
1158 | 2024-07-10T21:48:55.241Z | Downloaded downcast v0.11.0 |
1159 | 2024-07-10T21:48:55.241Z | Downloaded num-integer v0.1.46 |
1160 | 2024-07-10T21:48:55.243Z | Downloaded bitfield v0.14.0 |
1161 | 2024-07-10T21:48:55.243Z | Downloaded colored v2.1.0 |
1162 | 2024-07-10T21:48:55.248Z | Downloaded newtype_derive v0.1.6 |
1163 | 2024-07-10T21:48:55.248Z | Downloaded mockall v0.12.1 |
1164 | 2024-07-10T21:48:55.250Z | Downloaded cassowary v0.3.0 |
1165 | 2024-07-10T21:48:55.250Z | Downloaded bitflags v1.3.2 |
1166 | 2024-07-10T21:48:55.250Z | Downloaded bit-set v0.5.3 |
1167 | 2024-07-10T21:48:55.253Z | Downloaded ciborium v0.2.2 |
1168 | 2024-07-10T21:48:55.253Z | Downloaded atomic-waker v1.1.2 |
1169 | 2024-07-10T21:48:55.255Z | Downloaded ascii-canvas v3.0.0 |
1170 | 2024-07-10T21:48:55.255Z | Downloaded packed_struct v0.10.1 |
1171 | 2024-07-10T21:48:55.258Z | Downloaded num_enum_derive v0.5.11 |
1172 | 2024-07-10T21:48:55.258Z | Downloaded crucible-workspace-hack v0.1.0 |
1173 | 2024-07-10T21:48:55.434Z | Downloaded ring v0.17.8 |
1174 | 2024-07-10T21:48:55.541Z | Downloaded ring v0.16.20 |
1175 | 2024-07-10T21:48:55.749Z | Compiling proc-macro2 v1.0.86 |
1176 | 2024-07-10T21:48:55.749Z | Compiling unicode-ident v1.0.12 |
1177 | 2024-07-10T21:48:55.752Z | Compiling libc v0.2.155 |
1178 | 2024-07-10T21:48:55.752Z | Compiling serde v1.0.204 |
1179 | 2024-07-10T21:48:55.752Z | Compiling autocfg v1.3.0 |
1180 | 2024-07-10T21:48:55.752Z | Compiling version_check v0.9.4 |
1181 | 2024-07-10T21:48:55.752Z | Compiling cfg-if v1.0.0 |
1182 | 2024-07-10T21:48:55.992Z | Compiling cc v1.0.97 |
1183 | 2024-07-10T21:48:56.013Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-07-10T21:48:56.034Z | Compiling serde_json v1.0.120 |
1185 | 2024-07-10T21:48:56.395Z | Compiling once_cell v1.19.0 |
1186 | 2024-07-10T21:48:56.425Z | Compiling libm v0.2.8 |
1187 | 2024-07-10T21:48:56.507Z | Compiling ahash v0.8.11 |
1188 | 2024-07-10T21:48:56.599Z | Compiling lock_api v0.4.12 |
1189 | 2024-07-10T21:48:56.715Z | Compiling byteorder v1.5.0 |
1190 | 2024-07-10T21:48:56.738Z | Compiling num-traits v0.2.19 |
1191 | 2024-07-10T21:48:56.817Z | Compiling memchr v2.7.2 |
1192 | 2024-07-10T21:48:56.850Z | Compiling thiserror v1.0.60 |
1193 | 2024-07-10T21:48:57.128Z | Compiling scopeguard v1.2.0 |
1194 | 2024-07-10T21:48:57.140Z | Compiling typenum v1.17.0 |
1195 | 2024-07-10T21:48:57.272Z | Compiling quote v1.0.36 |
1196 | 2024-07-10T21:48:57.988Z | Compiling syn v2.0.68 |
1197 | 2024-07-10T21:48:58.004Z | Compiling getrandom v0.2.14 |
1198 | 2024-07-10T21:48:58.058Z | Compiling log v0.4.21 |
1199 | 2024-07-10T21:48:58.132Z | Compiling itoa v1.0.11 |
1200 | 2024-07-10T21:48:58.365Z | Compiling generic-array v0.14.7 |
1201 | 2024-07-10T21:48:58.653Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-07-10T21:48:58.865Z | Compiling slab v0.4.9 |
1203 | 2024-07-10T21:48:58.987Z | Compiling ryu v1.0.18 |
1204 | 2024-07-10T21:48:59.065Z | Compiling ring v0.17.8 |
1205 | 2024-07-10T21:48:59.122Z | Compiling pin-project-lite v0.2.14 |
1206 | 2024-07-10T21:48:59.168Z | Compiling semver v1.0.23 |
1207 | 2024-07-10T21:48:59.250Z | Compiling smallvec v1.13.2 |
1208 | 2024-07-10T21:48:59.282Z | Compiling schemars v0.8.21 |
1209 | 2024-07-10T21:48:59.655Z | Compiling equivalent v1.0.1 |
1210 | 2024-07-10T21:48:59.784Z | Compiling pkg-config v0.3.30 |
1211 | 2024-07-10T21:48:59.958Z | Compiling vcpkg v0.2.15 |
1212 | 2024-07-10T21:49:00.059Z | Compiling parking_lot v0.12.2 |
1213 | 2024-07-10T21:49:00.543Z | Compiling signal-hook-registry v1.4.2 |
1214 | 2024-07-10T21:49:01.267Z | Compiling syn v1.0.109 |
1215 | 2024-07-10T21:49:01.728Z | Compiling openssl-sys v0.9.102 |
1216 | 2024-07-10T21:49:01.845Z | Compiling mio v0.8.11 |
1217 | 2024-07-10T21:49:02.039Z | Compiling spin v0.9.8 |
1218 | 2024-07-10T21:49:02.493Z | Compiling rand_core v0.6.4 |
1219 | 2024-07-10T21:49:02.646Z | Compiling socket2 v0.5.7 |
1220 | 2024-07-10T21:49:02.888Z | Compiling num_cpus v1.16.0 |
1221 | 2024-07-10T21:49:03.028Z | Compiling time-core v0.1.2 |
1222 | 2024-07-10T21:49:03.190Z | Compiling num-conv v0.1.0 |
1223 | 2024-07-10T21:49:03.448Z | Compiling time-macros v0.2.18 |
1224 | 2024-07-10T21:49:03.821Z | Compiling httparse v1.8.0 |
1225 | 2024-07-10T21:49:03.853Z | Compiling heck v0.5.0 |
1226 | 2024-07-10T21:49:04.261Z | Compiling futures-core v0.3.30 |
1227 | 2024-07-10T21:49:04.497Z | Compiling fnv v1.0.7 |
1228 | 2024-07-10T21:49:04.623Z | Compiling openssl v0.10.64 |
1229 | 2024-07-10T21:49:05.032Z | Compiling iana-time-zone v0.1.60 |
1230 | 2024-07-10T21:49:05.102Z | Compiling crossbeam-utils v0.8.19 |
1231 | 2024-07-10T21:49:05.200Z | Compiling rustix v0.38.34 |
1232 | 2024-07-10T21:49:05.659Z | Compiling serde_derive_internals v0.29.1 |
1233 | 2024-07-10T21:49:05.835Z | Compiling native-tls v0.2.11 |
1234 | 2024-07-10T21:49:05.881Z | Compiling rustls v0.21.12 |
1235 | 2024-07-10T21:49:05.992Z | Compiling tinyvec_macros v0.1.1 |
1236 | 2024-07-10T21:49:06.122Z | Compiling tinyvec v1.6.0 |
1237 | 2024-07-10T21:49:06.664Z | Compiling futures-sink v0.3.30 |
1238 | 2024-07-10T21:49:06.759Z | Compiling subtle v2.5.0 |
1239 | 2024-07-10T21:49:06.806Z | Compiling ucd-trie v0.1.6 |
1240 | 2024-07-10T21:49:07.001Z | Compiling const-oid v0.9.6 |
1241 | 2024-07-10T21:49:07.464Z | Compiling unicode-normalization v0.1.23 |
1242 | 2024-07-10T21:49:07.641Z | Compiling backtrace v0.3.71 |
1243 | 2024-07-10T21:49:07.848Z | Compiling cookie v0.17.0 |
1244 | 2024-07-10T21:49:08.041Z | Compiling dyn-clone v1.0.17 |
1245 | 2024-07-10T21:49:08.259Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-07-10T21:49:08.447Z | Compiling slog v2.7.0 |
1247 | 2024-07-10T21:49:08.841Z | Compiling futures-channel v0.3.30 |
1248 | 2024-07-10T21:49:08.923Z | Compiling pin-utils v0.1.0 |
1249 | 2024-07-10T21:49:09.016Z | Compiling futures-task v0.3.30 |
1250 | 2024-07-10T21:49:09.067Z | Compiling futures-io v0.3.30 |
1251 | 2024-07-10T21:49:09.531Z | Compiling aho-corasick v1.1.3 |
1252 | 2024-07-10T21:49:09.663Z | Compiling untrusted v0.9.0 |
1253 | 2024-07-10T21:49:09.855Z | Compiling regex-syntax v0.8.3 |
1254 | 2024-07-10T21:49:09.950Z | Compiling anyhow v1.0.86 |
1255 | 2024-07-10T21:49:10.056Z | Compiling winnow v0.5.40 |
1256 | 2024-07-10T21:49:11.220Z | Compiling serde_derive v1.0.204 |
1257 | 2024-07-10T21:49:12.295Z | Compiling zerocopy-derive v0.7.34 |
1258 | 2024-07-10T21:49:12.749Z | Compiling zeroize_derive v1.4.2 |
1259 | 2024-07-10T21:49:13.875Z | Compiling thiserror-impl v1.0.60 |
1260 | 2024-07-10T21:49:14.033Z | Compiling tokio-macros v2.3.0 |
1261 | 2024-07-10T21:49:14.165Z | Compiling futures-macro v0.3.30 |
1262 | 2024-07-10T21:49:14.302Z | Compiling zerocopy v0.7.34 |
1263 | 2024-07-10T21:49:14.949Z | Compiling schemars_derive v0.8.21 |
1264 | 2024-07-10T21:49:15.660Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-07-10T21:49:16.053Z | Compiling zeroize v1.7.0 |
1266 | 2024-07-10T21:49:16.407Z | Compiling hashbrown v0.14.5 |
1267 | 2024-07-10T21:49:16.928Z | Compiling openssl-macros v0.1.1 |
1268 | 2024-07-10T21:49:17.849Z | Compiling scroll_derive v0.12.0 |
1269 | 2024-07-10T21:49:17.948Z | Compiling pest v2.7.10 |
1270 | 2024-07-10T21:49:18.220Z | Compiling crypto-common v0.1.6 |
1271 | 2024-07-10T21:49:18.420Z | Compiling futures-util v0.3.30 |
1272 | 2024-07-10T21:49:19.094Z | Compiling der_derive v0.7.2 |
1273 | 2024-07-10T21:49:19.533Z | Compiling block-buffer v0.10.4 |
1274 | 2024-07-10T21:49:19.765Z | Compiling regex-automata v0.4.6 |
1275 | 2024-07-10T21:49:20.595Z | Compiling pest_meta v2.7.10 |
1276 | 2024-07-10T21:49:21.402Z | Compiling tracing-core v0.1.32 |
1277 | 2024-07-10T21:49:23.932Z | Compiling pest_generator v2.7.10 |
1278 | 2024-07-10T21:49:25.054Z | Compiling bytes v1.6.0 |
1279 | 2024-07-10T21:49:25.726Z | Compiling indexmap v2.2.6 |
1280 | 2024-07-10T21:49:26.449Z | Compiling tokio v1.38.0 |
1281 | 2024-07-10T21:49:26.640Z | Compiling uuid v1.9.1 |
1282 | 2024-07-10T21:49:26.919Z | Compiling bitflags v2.5.0 |
1283 | 2024-07-10T21:49:27.360Z | Compiling chrono v0.4.38 |
1284 | 2024-07-10T21:49:27.992Z | Compiling serde_tokenstream v0.2.1 |
1285 | 2024-07-10T21:49:28.922Z | Compiling toml_datetime v0.6.6 |
1286 | 2024-07-10T21:49:29.332Z | Compiling serde_spanned v0.6.6 |
1287 | 2024-07-10T21:49:29.543Z | Compiling http v0.2.12 |
1288 | 2024-07-10T21:49:31.210Z | Compiling toml_edit v0.19.15 |
1289 | 2024-07-10T21:49:31.897Z | Compiling rustc_version v0.4.0 |
1290 | 2024-07-10T21:49:32.551Z | Compiling pest_derive v2.7.10 |
1291 | 2024-07-10T21:49:32.593Z | Compiling usdt-impl v0.5.0 |
1292 | 2024-07-10T21:49:32.900Z | Compiling powerfmt v0.2.0 |
1293 | 2024-07-10T21:49:33.309Z | Compiling rustversion v1.0.17 |
1294 | 2024-07-10T21:49:33.382Z | Compiling deranged v0.3.11 |
1295 | 2024-07-10T21:49:33.492Z | Compiling heapless v0.7.17 |
1296 | 2024-07-10T21:49:33.885Z | Compiling tracing v0.1.40 |
1297 | 2024-07-10T21:49:33.973Z | Compiling digest v0.10.7 |
1298 | 2024-07-10T21:49:34.418Z | Compiling scroll v0.12.0 |
1299 | 2024-07-10T21:49:34.979Z | Compiling percent-encoding v2.3.1 |
1300 | 2024-07-10T21:49:35.500Z | Compiling heck v0.4.1 |
1301 | 2024-07-10T21:49:35.614Z | Compiling signal-hook v0.3.17 |
1302 | 2024-07-10T21:49:36.028Z | Compiling ppv-lite86 v0.2.17 |
1303 | 2024-07-10T21:49:36.142Z | Compiling plain v0.2.3 |
1304 | 2024-07-10T21:49:36.303Z | Compiling num_threads v0.1.7 |
1305 | 2024-07-10T21:49:36.376Z | Compiling goblin v0.8.2 |
1306 | 2024-07-10T21:49:36.432Z | Compiling time v0.3.36 |
1307 | 2024-07-10T21:49:36.812Z | Compiling rand_chacha v0.3.1 |
1308 | 2024-07-10T21:49:38.428Z | Compiling regex v1.10.5 |
1309 | 2024-07-10T21:49:39.472Z | Compiling strsim v0.11.1 |
1310 | 2024-07-10T21:49:40.254Z | Compiling crc32fast v1.4.0 |
1311 | 2024-07-10T21:49:40.719Z | Compiling pretty-hex v0.4.1 |
1312 | 2024-07-10T21:49:41.441Z | Compiling rand v0.8.5 |
1313 | 2024-07-10T21:49:42.117Z | Compiling dof v0.3.0 |
1314 | 2024-07-10T21:49:42.454Z | Compiling tokio-util v0.7.11 |
1315 | 2024-07-10T21:49:43.105Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-07-10T21:49:44.113Z | Compiling async-trait v0.1.81 |
1317 | 2024-07-10T21:49:44.371Z | Compiling thread-id v4.2.1 |
1318 | 2024-07-10T21:49:44.584Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1319 | 2024-07-10T21:49:44.648Z | Compiling smoltcp v0.9.1 |
1320 | 2024-07-10T21:49:45.002Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-07-10T21:49:45.109Z | Compiling base64ct v1.6.0 |
1322 | 2024-07-10T21:49:45.255Z | Compiling unicode-width v0.1.13 |
1323 | 2024-07-10T21:49:45.279Z | Compiling foreign-types v0.3.2 |
1324 | 2024-07-10T21:49:45.694Z | Compiling pem-rfc7468 v0.7.0 |
1325 | 2024-07-10T21:49:46.887Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-07-10T21:49:47.217Z | Compiling hmac v0.12.1 |
1327 | 2024-07-10T21:49:47.416Z | Compiling base64 v0.21.7 |
1328 | 2024-07-10T21:49:47.432Z | Compiling siphasher v0.3.11 |
1329 | 2024-07-10T21:49:47.841Z | Compiling try-lock v0.2.5 |
1330 | 2024-07-10T21:49:48.001Z | Compiling flagset v0.4.5 |
1331 | 2024-07-10T21:49:48.041Z | Compiling adler v1.0.2 |
1332 | 2024-07-10T21:49:48.180Z | Compiling miniz_oxide v0.7.2 |
1333 | 2024-07-10T21:49:48.214Z | Compiling der v0.7.9 |
1334 | 2024-07-10T21:49:48.336Z | Compiling want v0.3.1 |
1335 | 2024-07-10T21:49:50.435Z | Compiling h2 v0.3.26 |
1336 | 2024-07-10T21:49:51.452Z | Compiling sct v0.7.1 |
1337 | 2024-07-10T21:49:51.507Z | Compiling rustls-webpki v0.101.7 |
1338 | 2024-07-10T21:49:51.758Z | Compiling http-body v0.4.6 |
1339 | 2024-07-10T21:49:52.830Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-07-10T21:49:53.233Z | Compiling hubpack_derive v0.1.1 |
1341 | 2024-07-10T21:49:53.263Z | Compiling zerocopy-derive v0.6.6 |
1342 | 2024-07-10T21:49:53.679Z | Compiling idna v0.5.0 |
1343 | 2024-07-10T21:49:54.089Z | Compiling errno v0.3.9 |
1344 | 2024-07-10T21:49:54.346Z | Compiling fs-err v2.11.0 |
1345 | 2024-07-10T21:49:54.386Z | Compiling openssl-probe v0.1.5 |
1346 | 2024-07-10T21:49:54.628Z | Compiling stable_deref_trait v1.2.0 |
1347 | 2024-07-10T21:49:54.685Z | Compiling tower-service v0.3.2 |
1348 | 2024-07-10T21:49:54.739Z | Compiling utf8parse v0.2.1 |
1349 | 2024-07-10T21:49:54.898Z | Compiling cpufeatures v0.2.12 |
1350 | 2024-07-10T21:49:55.083Z | Compiling anstyle v1.0.7 |
1351 | 2024-07-10T21:49:55.225Z | Compiling httpdate v1.0.3 |
1352 | 2024-07-10T21:49:55.774Z | Compiling finl_unicode v1.2.0 |
1353 | 2024-07-10T21:49:55.932Z | Compiling gimli v0.28.1 |
1354 | 2024-07-10T21:49:56.289Z | Compiling stringprep v0.1.4 |
1355 | 2024-07-10T21:49:56.723Z | Compiling sha2 v0.10.8 |
1356 | 2024-07-10T21:49:56.953Z | Compiling anstyle-parse v0.2.4 |
1357 | 2024-07-10T21:49:57.264Z | Compiling hyper v0.14.28 |
1358 | 2024-07-10T21:49:57.301Z | Compiling url v2.5.0 |
1359 | 2024-07-10T21:50:00.578Z | Compiling spki v0.7.3 |
1360 | 2024-07-10T21:50:00.946Z | Compiling addr2line v0.21.0 |
1361 | 2024-07-10T21:50:02.681Z | Compiling usdt-attr-macro v0.5.0 |
1362 | 2024-07-10T21:50:02.698Z | Compiling usdt-macro v0.5.0 |
1363 | 2024-07-10T21:50:04.093Z | Compiling md-5 v0.10.6 |
1364 | 2024-07-10T21:50:06.744Z | Compiling idna v0.3.0 |
1365 | 2024-07-10T21:50:08.067Z | Compiling diesel_table_macro_syntax v0.1.0 |
1366 | 2024-07-10T21:50:08.223Z | Compiling num-integer v0.1.46 |
1367 | 2024-07-10T21:50:08.436Z | Compiling object v0.32.2 |
1368 | 2024-07-10T21:50:08.518Z | Compiling hash32 v0.2.1 |
1369 | 2024-07-10T21:50:08.903Z | Compiling fallible-iterator v0.2.0 |
1370 | 2024-07-10T21:50:08.917Z | Compiling psl-types v2.0.11 |
1371 | 2024-07-10T21:50:09.101Z | Compiling is_terminal_polyfill v1.70.0 |
1372 | 2024-07-10T21:50:09.622Z | Compiling rustc-demangle v0.1.24 |
1373 | 2024-07-10T21:50:09.784Z | Compiling anstyle-query v1.0.3 |
1374 | 2024-07-10T21:50:09.917Z | Compiling colorchoice v1.0.1 |
1375 | 2024-07-10T21:50:13.146Z | Compiling anstream v0.6.14 |
1376 | 2024-07-10T21:50:17.002Z | Compiling postgres-protocol v0.6.6 |
1377 | 2024-07-10T21:50:17.219Z | Compiling publicsuffix v2.2.3 |
1378 | 2024-07-10T21:50:17.474Z | Compiling diesel_derives v2.1.4 |
1379 | 2024-07-10T21:50:23.487Z | Compiling tokio-rustls v0.24.1 |
1380 | 2024-07-10T21:50:23.889Z | Compiling pkcs8 v0.10.2 |
1381 | 2024-07-10T21:50:24.435Z | Compiling terminal_size v0.3.0 |
1382 | 2024-07-10T21:50:24.645Z | Compiling tokio-native-tls v0.3.1 |
1383 | 2024-07-10T21:50:24.910Z | Compiling phf_shared v0.11.2 |
1384 | 2024-07-10T21:50:25.653Z | Compiling strum_macros v0.25.3 |
1385 | 2024-07-10T21:50:26.591Z | Compiling enum-as-inner v0.5.1 |
1386 | 2024-07-10T21:50:26.626Z | Compiling block-padding v0.3.3 |
1387 | 2024-07-10T21:50:26.694Z | Compiling regress v0.9.1 |
1388 | 2024-07-10T21:50:26.843Z | Compiling serde_repr v0.1.19 |
1389 | 2024-07-10T21:50:27.569Z | Compiling clap_derive v4.5.4 |
1390 | 2024-07-10T21:50:29.447Z | Compiling ff v0.13.0 |
1391 | 2024-07-10T21:50:29.572Z | Compiling lazy_static v1.5.0 |
1392 | 2024-07-10T21:50:29.679Z | Compiling scheduled-thread-pool v0.2.7 |
1393 | 2024-07-10T21:50:30.201Z | Compiling encoding_rs v0.8.34 |
1394 | 2024-07-10T21:50:31.447Z | Compiling managed v0.8.0 |
1395 | 2024-07-10T21:50:31.506Z | Compiling either v1.12.0 |
1396 | 2024-07-10T21:50:31.890Z | Compiling bitflags v1.3.2 |
1397 | 2024-07-10T21:50:31.986Z | Compiling bit-vec v0.6.3 |
1398 | 2024-07-10T21:50:32.011Z | Compiling mime v0.3.17 |
1399 | 2024-07-10T21:50:32.084Z | Compiling ipnet v2.9.0 |
1400 | 2024-07-10T21:50:32.408Z | Compiling clap_lex v0.7.0 |
1401 | 2024-07-10T21:50:32.948Z | Compiling matches v0.1.10 |
1402 | 2024-07-10T21:50:33.154Z | Compiling base16ct v0.2.0 |
1403 | 2024-07-10T21:50:34.022Z | Compiling sec1 v0.7.3 |
1404 | 2024-07-10T21:50:34.038Z | Compiling idna v0.2.3 |
1405 | 2024-07-10T21:50:34.107Z | Compiling clap_builder v4.5.2 |
1406 | 2024-07-10T21:50:35.453Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1407 | 2024-07-10T21:50:37.144Z | Compiling r2d2 v0.8.10 |
1408 | 2024-07-10T21:50:38.697Z | Compiling group v0.13.0 |
1409 | 2024-07-10T21:50:40.946Z | Compiling inout v0.1.3 |
1410 | 2024-07-10T21:50:41.468Z | Compiling phf v0.11.2 |
1411 | 2024-07-10T21:50:41.506Z | Compiling hyper-tls v0.5.0 |
1412 | 2024-07-10T21:50:41.851Z | Compiling hyper-rustls v0.24.2 |
1413 | 2024-07-10T21:50:41.867Z | Compiling signal-hook-mio v0.2.3 |
1414 | 2024-07-10T21:50:41.982Z | Compiling cookie_store v0.20.0 |
1415 | 2024-07-10T21:50:42.025Z | Compiling postgres-types v0.2.6 |
1416 | 2024-07-10T21:50:42.218Z | Compiling num-bigint v0.4.5 |
1417 | 2024-07-10T21:50:42.497Z | Compiling zerocopy v0.6.6 |
1418 | 2024-07-10T21:50:43.381Z | Compiling hubpack v0.1.2 |
1419 | 2024-07-10T21:50:43.435Z | Compiling rustls-pemfile v1.0.4 |
1420 | 2024-07-10T21:50:43.488Z | Compiling phf_shared v0.10.0 |
1421 | 2024-07-10T21:50:43.811Z | Compiling hkdf v0.12.4 |
1422 | 2024-07-10T21:50:43.836Z | Compiling crossbeam-epoch v0.9.18 |
1423 | 2024-07-10T21:50:43.899Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2024-07-10T21:50:44.434Z | Compiling ipnetwork v0.20.0 |
1425 | 2024-07-10T21:50:45.092Z | Compiling futures-executor v0.3.30 |
1426 | 2024-07-10T21:50:45.853Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-07-10T21:50:46.106Z | Compiling float-cmp v0.9.0 |
1428 | 2024-07-10T21:50:46.308Z | Compiling memmap v0.7.0 |
1429 | 2024-07-10T21:50:46.614Z | Compiling whoami v1.5.1 |
1430 | 2024-07-10T21:50:46.880Z | Compiling webpki-roots v0.25.4 |
1431 | 2024-07-10T21:50:47.162Z | Compiling minimal-lexical v0.2.1 |
1432 | 2024-07-10T21:50:47.681Z | Compiling static_assertions v1.1.0 |
1433 | 2024-07-10T21:50:47.788Z | Compiling fixedbitset v0.4.2 |
1434 | 2024-07-10T21:50:48.214Z | Compiling normalize-line-endings v0.3.0 |
1435 | 2024-07-10T21:50:48.339Z | Compiling predicates-core v1.0.6 |
1436 | 2024-07-10T21:50:48.401Z | Compiling precomputed-hash v0.1.1 |
1437 | 2024-07-10T21:50:48.520Z | Compiling data-encoding v2.6.0 |
1438 | 2024-07-10T21:50:48.578Z | Compiling new_debug_unreachable v1.0.6 |
1439 | 2024-07-10T21:50:48.658Z | Compiling winnow v0.6.8 |
1440 | 2024-07-10T21:50:48.674Z | Compiling difflib v0.4.0 |
1441 | 2024-07-10T21:50:49.407Z | Compiling sync_wrapper v0.1.2 |
1442 | 2024-07-10T21:50:49.539Z | Compiling unicode-segmentation v1.11.0 |
1443 | 2024-07-10T21:50:49.842Z | Compiling reqwest v0.11.27 |
1444 | 2024-07-10T21:50:49.955Z | Compiling trust-dns-proto v0.22.0 |
1445 | 2024-07-10T21:50:50.166Z | Compiling predicates v3.1.0 |
1446 | 2024-07-10T21:50:50.336Z | Compiling similar v2.5.0 |
1447 | 2024-07-10T21:50:51.218Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-07-10T21:50:51.699Z | Compiling string_cache v0.8.7 |
1449 | 2024-07-10T21:50:51.986Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1450 | 2024-07-10T21:50:52.431Z | Compiling toml_edit v0.22.14 |
1451 | 2024-07-10T21:50:52.550Z | Compiling petgraph v0.6.5 |
1452 | 2024-07-10T21:50:53.714Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1453 | 2024-07-10T21:50:55.972Z | Compiling nom v7.1.3 |
1454 | 2024-07-10T21:50:56.576Z | Compiling tokio-postgres v0.7.10 |
1455 | 2024-07-10T21:50:57.229Z | Compiling usdt v0.5.0 |
1456 | 2024-07-10T21:50:58.455Z | Compiling futures v0.3.30 |
1457 | 2024-07-10T21:50:58.565Z | Compiling diesel v2.1.6 |
1458 | 2024-07-10T21:50:58.582Z | Compiling yasna v0.5.2 |
1459 | 2024-07-10T21:51:00.163Z | Compiling crossterm v0.27.0 |
1460 | 2024-07-10T21:51:00.396Z | Compiling flate2 v1.0.30 |
1461 | 2024-07-10T21:51:00.412Z | Compiling cipher v0.4.4 |
1462 | 2024-07-10T21:51:01.223Z | Compiling clap v4.5.4 |
1463 | 2024-07-10T21:51:01.276Z | Compiling itertools v0.12.1 |
1464 | 2024-07-10T21:51:01.293Z | Compiling itertools v0.10.5 |
1465 | 2024-07-10T21:51:01.337Z | Compiling bit-set v0.5.3 |
1466 | 2024-07-10T21:51:01.598Z | Compiling console v0.15.8 |
1467 | 2024-07-10T21:51:02.963Z | Compiling num-iter v0.1.45 |
1468 | 2024-07-10T21:51:03.407Z | Compiling tokio-stream v0.1.15 |
1469 | 2024-07-10T21:51:03.590Z | Compiling toml v0.7.8 |
1470 | 2024-07-10T21:51:03.747Z | Compiling bstr v1.9.1 |
1471 | 2024-07-10T21:51:04.087Z | Compiling hex v0.4.3 |
1472 | 2024-07-10T21:51:04.580Z | Compiling camino v1.1.7 |
1473 | 2024-07-10T21:51:04.850Z | Compiling unicode-xid v0.2.4 |
1474 | 2024-07-10T21:51:04.983Z | Compiling peg-runtime v0.8.3 |
1475 | 2024-07-10T21:51:05.023Z | Compiling lalrpop-util v0.19.12 |
1476 | 2024-07-10T21:51:05.357Z | Compiling proc-macro-crate v1.3.1 |
1477 | 2024-07-10T21:51:06.341Z | Compiling heapless v0.8.0 |
1478 | 2024-07-10T21:51:08.963Z | Compiling num_enum_derive v0.5.11 |
1479 | 2024-07-10T21:51:14.254Z | Compiling hash32 v0.3.1 |
1480 | 2024-07-10T21:51:15.047Z | Compiling rustls-pki-types v1.7.0 |
1481 | 2024-07-10T21:51:16.044Z | Compiling smoltcp v0.11.0 |
1482 | 2024-07-10T21:51:16.432Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1483 | 2024-07-10T21:51:16.449Z | Compiling ident_case v1.0.1 |
1484 | 2024-07-10T21:51:16.814Z | Compiling darling_core v0.20.9 |
1485 | 2024-07-10T21:51:29.893Z | Compiling num_enum v0.5.11 |
1486 | 2024-07-10T21:51:31.803Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1487 | 2024-07-10T21:51:31.936Z | Compiling getopts v0.2.21 |
1488 | 2024-07-10T21:51:33.137Z | Compiling dirs-sys-next v0.1.2 |
1489 | 2024-07-10T21:51:34.416Z | Compiling proc-macro-error-attr v1.0.4 |
1490 | 2024-07-10T21:51:34.708Z | Compiling embedded-io v0.4.0 |
1491 | 2024-07-10T21:51:34.955Z | Compiling rustls v0.22.4 |
1492 | 2024-07-10T21:51:34.989Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1493 | 2024-07-10T21:51:35.006Z | Compiling paste v1.0.15 |
1494 | 2024-07-10T21:51:35.258Z | Compiling cobs v0.2.3 |
1495 | 2024-07-10T21:51:35.454Z | Compiling unsafe-libyaml v0.2.11 |
1496 | 2024-07-10T21:51:35.700Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1497 | 2024-07-10T21:51:36.094Z | Compiling postcard v1.0.8 |
1498 | 2024-07-10T21:51:37.065Z | Compiling serde_yaml v0.9.34+deprecated |
1499 | 2024-07-10T21:51:40.635Z | Compiling dirs-next v2.0.0 |
1500 | 2024-07-10T21:51:41.327Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1501 | 2024-07-10T21:51:45.784Z | Compiling darling_macro v0.20.9 |
1502 | 2024-07-10T21:51:47.060Z | Compiling rustls-webpki v0.102.4 |
1503 | 2024-07-10T21:51:52.798Z | Compiling strum_macros v0.26.4 |
1504 | 2024-07-10T21:51:53.898Z | Compiling foreign-types-macros v0.2.3 |
1505 | 2024-07-10T21:51:54.375Z | Compiling structmeta-derive v0.3.0 |
1506 | 2024-07-10T21:51:54.775Z | Compiling thread_local v1.1.8 |
1507 | 2024-07-10T21:51:55.108Z | Compiling proc-macro-error v1.0.4 |
1508 | 2024-07-10T21:51:55.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1509 | 2024-07-10T21:51:55.518Z | Compiling multer v3.1.0 |
1510 | 2024-07-10T21:51:56.544Z | Compiling match_cfg v0.1.0 |
1511 | 2024-07-10T21:51:56.766Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1512 | 2024-07-10T21:51:56.933Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1513 | 2024-07-10T21:51:57.614Z | Compiling slog-async v2.8.0 |
1514 | 2024-07-10T21:51:57.645Z | Compiling foreign-types-shared v0.3.1 |
1515 | 2024-07-10T21:51:58.938Z | Compiling foreign-types v0.5.0 |
1516 | 2024-07-10T21:52:01.818Z | Compiling strum v0.26.2 |
1517 | 2024-07-10T21:52:02.710Z | Compiling structmeta v0.3.0 |
1518 | 2024-07-10T21:52:02.897Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1519 | 2024-07-10T21:52:03.107Z | Compiling hostname v0.3.1 |
1520 | 2024-07-10T21:52:07.535Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1521 | 2024-07-10T21:52:10.217Z | Compiling darling v0.20.9 |
1522 | 2024-07-10T21:52:15.179Z | Compiling term v0.7.0 |
1523 | 2024-07-10T21:52:20.221Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-07-10T21:52:21.764Z | Compiling slog-json v2.6.1 |
1525 | 2024-07-10T21:52:22.301Z | Compiling tabwriter v1.4.0 |
1526 | 2024-07-10T21:52:23.130Z | Compiling crossbeam-channel v0.5.12 |
1527 | 2024-07-10T21:52:23.782Z | Compiling http v1.1.0 |
1528 | 2024-07-10T21:52:24.171Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1529 | 2024-07-10T21:52:24.175Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1530 | 2024-07-10T21:52:24.778Z | Compiling async-stream-impl v0.3.5 |
1531 | 2024-07-10T21:52:24.852Z | Compiling cstr-argument v0.1.2 |
1532 | 2024-07-10T21:52:24.972Z | Compiling is-terminal v0.4.12 |
1533 | 2024-07-10T21:52:25.035Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1534 | 2024-07-10T21:52:25.126Z | Compiling pretty-hex v0.2.1 |
1535 | 2024-07-10T21:52:25.318Z | Compiling fastrand v2.1.0 |
1536 | 2024-07-10T21:52:25.333Z | Compiling rayon-core v1.12.1 |
1537 | 2024-07-10T21:52:25.957Z | Compiling crucible-workspace-hack v0.1.0 |
1538 | 2024-07-10T21:52:26.001Z | Compiling atomic-waker v1.1.2 |
1539 | 2024-07-10T21:52:26.026Z | Compiling base64 v0.22.1 |
1540 | 2024-07-10T21:52:26.174Z | Compiling take_mut v0.2.2 |
1541 | 2024-07-10T21:52:26.207Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1542 | 2024-07-10T21:52:26.249Z | Compiling waitgroup v0.1.2 |
1543 | 2024-07-10T21:52:26.500Z | Compiling async-stream v0.3.5 |
1544 | 2024-07-10T21:52:26.521Z | Compiling tempfile v3.10.1 |
1545 | 2024-07-10T21:52:26.838Z | Compiling rustls-pemfile v2.1.2 |
1546 | 2024-07-10T21:52:27.707Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1547 | 2024-07-10T21:52:28.115Z | Compiling slog-term v2.9.1 |
1548 | 2024-07-10T21:52:28.538Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1549 | 2024-07-10T21:52:28.789Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1550 | 2024-07-10T21:52:29.017Z | Compiling slog-bunyan v2.5.0 |
1551 | 2024-07-10T21:52:29.484Z | Compiling tokio-rustls v0.25.0 |
1552 | 2024-07-10T21:52:29.499Z | Compiling serde_with_macros v3.8.1 |
1553 | 2024-07-10T21:52:29.937Z | Compiling parse-display-derive v0.9.1 |
1554 | 2024-07-10T21:52:30.029Z | Compiling toml v0.8.14 |
1555 | 2024-07-10T21:52:30.062Z | Compiling sha1 v0.10.6 |
1556 | 2024-07-10T21:52:30.881Z | Compiling colored v2.1.0 |
1557 | 2024-07-10T21:52:30.917Z | Compiling crossbeam-deque v0.8.5 |
1558 | 2024-07-10T21:52:31.301Z | Compiling newtype-uuid v1.1.0 |
1559 | 2024-07-10T21:52:31.642Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1560 | 2024-07-10T21:52:32.150Z | Compiling serde_path_to_error v0.1.16 |
1561 | 2024-07-10T21:52:32.206Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1562 | 2024-07-10T21:52:32.928Z | Compiling socket2 v0.4.10 |
1563 | 2024-07-10T21:52:33.170Z | Compiling hostname v0.4.0 |
1564 | 2024-07-10T21:52:33.443Z | Compiling instant v0.1.12 |
1565 | 2024-07-10T21:52:33.610Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1566 | 2024-07-10T21:52:34.009Z | Compiling debug-ignore v1.0.5 |
1567 | 2024-07-10T21:52:34.060Z | Compiling parse-display v0.9.1 |
1568 | 2024-07-10T21:52:34.165Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1569 | 2024-07-10T21:52:34.537Z | Compiling backoff v0.4.0 |
1570 | 2024-07-10T21:52:35.927Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1571 | 2024-07-10T21:52:36.145Z | Compiling serde_with v3.8.1 |
1572 | 2024-07-10T21:52:37.120Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1573 | 2024-07-10T21:52:37.640Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1574 | 2024-07-10T21:52:39.040Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1575 | 2024-07-10T21:52:39.700Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1576 | 2024-07-10T21:52:39.764Z | Compiling camino-tempfile v1.1.1 |
1577 | 2024-07-10T21:52:40.680Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1578 | 2024-07-10T21:52:40.838Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1579 | 2024-07-10T21:52:40.911Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1580 | 2024-07-10T21:52:41.026Z | Compiling macaddr v1.0.1 |
1581 | 2024-07-10T21:52:41.162Z | Compiling num-derive v0.4.2 |
1582 | 2024-07-10T21:52:41.654Z | Compiling sigpipe v0.1.3 |
1583 | 2024-07-10T21:52:41.791Z | Compiling libefi-sys v0.1.0 |
1584 | 2024-07-10T21:52:42.102Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1585 | 2024-07-10T21:52:42.686Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1586 | 2024-07-10T21:52:43.620Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1587 | 2024-07-10T21:52:43.713Z | Compiling rayon v1.10.0 |
1588 | 2024-07-10T21:52:44.192Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1589 | 2024-07-10T21:52:44.668Z | Compiling smf v0.2.3 |
1590 | 2024-07-10T21:52:45.298Z | Compiling bitfield-struct v0.6.1 |
1591 | 2024-07-10T21:52:46.016Z | Compiling blake3 v1.5.1 |
1592 | 2024-07-10T21:52:46.571Z | Compiling ring v0.16.20 |
1593 | 2024-07-10T21:52:46.675Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1594 | 2024-07-10T21:52:47.033Z | Compiling portable-atomic v1.6.0 |
1595 | 2024-07-10T21:52:47.528Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1596 | 2024-07-10T21:52:48.311Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1597 | 2024-07-10T21:52:48.420Z | Compiling xattr v1.3.1 |
1598 | 2024-07-10T21:52:48.705Z | Compiling filetime v0.2.23 |
1599 | 2024-07-10T21:52:48.732Z | Compiling memmap2 v0.9.4 |
1600 | 2024-07-10T21:52:49.050Z | Compiling untrusted v0.7.1 |
1601 | 2024-07-10T21:52:49.250Z | Compiling arrayref v0.3.7 |
1602 | 2024-07-10T21:52:49.358Z | Compiling spin v0.5.2 |
1603 | 2024-07-10T21:52:49.433Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1604 | 2024-07-10T21:52:49.475Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1605 | 2024-07-10T21:52:49.644Z | Compiling same-file v1.0.6 |
1606 | 2024-07-10T21:52:49.777Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1607 | 2024-07-10T21:52:49.906Z | Compiling constant_time_eq v0.3.0 |
1608 | 2024-07-10T21:52:49.930Z | Compiling arrayvec v0.7.4 |
1609 | 2024-07-10T21:52:50.086Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1610 | 2024-07-10T21:52:51.705Z | Compiling walkdir v2.5.0 |
1611 | 2024-07-10T21:52:52.822Z | Compiling tar v0.4.40 |
1612 | 2024-07-10T21:52:53.188Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1613 | 2024-07-10T21:52:54.440Z | Compiling cargo-platform v0.1.8 |
1614 | 2024-07-10T21:52:55.542Z | Compiling gethostname v0.4.3 |
1615 | 2024-07-10T21:52:55.566Z | Compiling number_prefix v0.4.0 |
1616 | 2024-07-10T21:52:55.822Z | Compiling topological-sort v0.2.2 |
1617 | 2024-07-10T21:52:55.838Z | Compiling indicatif v0.17.8 |
1618 | 2024-07-10T21:52:56.077Z | Compiling omicron-zone-package v0.11.0 |
1619 | 2024-07-10T21:52:57.025Z | Compiling cargo_metadata v0.18.1 |
1620 | 2024-07-10T21:53:01.396Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1621 | 2024-07-10T21:53:05.389Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1622 | 2024-07-10T21:53:05.988Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1623 | 2024-07-10T21:53:09.764Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1624 | 2024-07-10T21:53:27.217Z | Finished `release` profile [optimized] target(s) in 4m 34s |
1625 | 2024-07-10T21:53:27.334Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1626 | 2024-07-10T21:53:27.376Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1627 | 2024-07-10T21:53:27.380Z | Created new build target 'test' and set it as active |
1628 | 2024-07-10T21:53:27.380Z | |
1629 | 2024-07-10T21:53:27.380Z | real 4:34.213443567 |
1630 | 2024-07-10T21:53:27.380Z | user 30:49.416802077 |
1631 | 2024-07-10T21:53:27.380Z | sys 3:58.717833456 |
1632 | 2024-07-10T21:53:27.380Z | trap 0.935755471 |
1633 | 2024-07-10T21:53:27.380Z | tflt 2.945209096 |
1634 | 2024-07-10T21:53:27.381Z | dflt 1.497238547 |
1635 | 2024-07-10T21:53:27.381Z | kflt 0.010901844 |
1636 | 2024-07-10T21:53:27.381Z | lock 1:04:47.583611787 |
1637 | 2024-07-10T21:53:27.381Z | slp 1:26:59.848601721 |
1638 | 2024-07-10T21:53:27.381Z | lat 2:02.660533740 |
1639 | 2024-07-10T21:53:27.381Z | stop 2:57.034259334 |
1640 | 2024-07-10T21:53:27.381Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1641 | 2024-07-10T21:53:28.277Z | Finished `release` profile [optimized] target(s) in 0.85s |
1642 | 2024-07-10T21:53:28.317Z | Running `target/release/omicron-package -t test package` |
1643 | 2024-07-10T21:53:28.352Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1644 | 2024-07-10T21:53:29.395Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1645 | 2024-07-10T21:53:29.485Z | Compiling humantime v2.1.0 |
1646 | 2024-07-10T21:53:29.491Z | Compiling newline-converter v0.3.0 |
1647 | 2024-07-10T21:53:29.491Z | Compiling derive-where v1.2.7 |
1648 | 2024-07-10T21:53:29.492Z | Compiling dirs-sys-next v0.1.2 |
1649 | 2024-07-10T21:53:29.499Z | Compiling convert_case v0.4.0 |
1650 | 2024-07-10T21:53:29.499Z | Compiling prettyplease v0.2.20 |
1651 | 2024-07-10T21:53:29.503Z | Compiling camino v1.1.7 |
1652 | 2024-07-10T21:53:29.710Z | Compiling expectorate v1.1.0 |
1653 | 2024-07-10T21:53:29.731Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1654 | 2024-07-10T21:53:29.776Z | Compiling dirs-next v2.0.0 |
1655 | 2024-07-10T21:53:29.942Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1656 | 2024-07-10T21:53:29.955Z | Compiling term v0.7.0 |
1657 | 2024-07-10T21:53:30.059Z | Compiling password-hash v0.5.0 |
1658 | 2024-07-10T21:53:30.273Z | Compiling derive_more v0.99.18 |
1659 | 2024-07-10T21:53:30.287Z | Compiling blake2 v0.10.6 |
1660 | 2024-07-10T21:53:30.450Z | Compiling is-terminal v0.4.12 |
1661 | 2024-07-10T21:53:30.576Z | Compiling toml v0.8.14 |
1662 | 2024-07-10T21:53:31.252Z | Compiling argon2 v0.5.3 |
1663 | 2024-07-10T21:53:31.518Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1664 | 2024-07-10T21:53:31.926Z | Compiling semver v0.1.20 |
1665 | 2024-07-10T21:53:32.177Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1666 | 2024-07-10T21:53:32.334Z | Compiling rustc_version v0.1.7 |
1667 | 2024-07-10T21:53:32.501Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1668 | 2024-07-10T21:53:32.745Z | Compiling linked-hash-map v0.5.6 |
1669 | 2024-07-10T21:53:32.774Z | Compiling newtype_derive v0.1.6 |
1670 | 2024-07-10T21:53:32.795Z | Compiling rustls-pki-types v1.7.0 |
1671 | 2024-07-10T21:53:33.123Z | Compiling lru-cache v0.1.2 |
1672 | 2024-07-10T21:53:33.253Z | Compiling rustls-webpki v0.102.4 |
1673 | 2024-07-10T21:53:33.331Z | Compiling rustls v0.22.4 |
1674 | 2024-07-10T21:53:33.355Z | Compiling thread_local v1.1.8 |
1675 | 2024-07-10T21:53:33.525Z | Compiling match_cfg v0.1.0 |
1676 | 2024-07-10T21:53:33.622Z | Compiling home v0.5.9 |
1677 | 2024-07-10T21:53:33.733Z | Compiling hostname v0.3.1 |
1678 | 2024-07-10T21:53:33.861Z | Compiling steno v0.4.1 |
1679 | 2024-07-10T21:53:33.865Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1680 | 2024-07-10T21:53:33.937Z | Compiling multer v3.1.0 |
1681 | 2024-07-10T21:53:33.997Z | Compiling slog-async v2.8.0 |
1682 | 2024-07-10T21:53:35.080Z | Compiling slog-json v2.6.1 |
1683 | 2024-07-10T21:53:35.460Z | Compiling crossbeam-channel v0.5.12 |
1684 | 2024-07-10T21:53:35.530Z | Compiling http v1.1.0 |
1685 | 2024-07-10T21:53:36.462Z | Compiling slog-dtrace v0.3.0 |
1686 | 2024-07-10T21:53:36.572Z | Compiling take_mut v0.2.2 |
1687 | 2024-07-10T21:53:36.727Z | Compiling termcolor v1.4.1 |
1688 | 2024-07-10T21:53:36.749Z | Compiling atomic-waker v1.1.2 |
1689 | 2024-07-10T21:53:36.923Z | Compiling base64 v0.22.1 |
1690 | 2024-07-10T21:53:37.617Z | Compiling rustls-pemfile v2.1.2 |
1691 | 2024-07-10T21:53:37.820Z | Compiling waitgroup v0.1.2 |
1692 | 2024-07-10T21:53:38.042Z | Compiling slog-bunyan v2.5.0 |
1693 | 2024-07-10T21:53:38.063Z | Compiling slog-term v2.9.1 |
1694 | 2024-07-10T21:53:38.241Z | Compiling async-stream v0.3.5 |
1695 | 2024-07-10T21:53:38.539Z | Compiling tokio-rustls v0.25.0 |
1696 | 2024-07-10T21:53:38.706Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1697 | 2024-07-10T21:53:38.774Z | Compiling sha1 v0.10.6 |
1698 | 2024-07-10T21:53:38.918Z | Compiling newtype-uuid v1.1.0 |
1699 | 2024-07-10T21:53:38.959Z | Compiling serde_path_to_error v0.1.16 |
1700 | 2024-07-10T21:53:39.181Z | Compiling hostname v0.4.0 |
1701 | 2024-07-10T21:53:39.216Z | Compiling instant v0.1.12 |
1702 | 2024-07-10T21:53:39.230Z | Compiling debug-ignore v1.0.5 |
1703 | 2024-07-10T21:53:39.371Z | Compiling backoff v0.4.0 |
1704 | 2024-07-10T21:53:39.386Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1705 | 2024-07-10T21:53:39.717Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1706 | 2024-07-10T21:53:39.739Z | Compiling parse-display v0.9.1 |
1707 | 2024-07-10T21:53:40.310Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1708 | 2024-07-10T21:53:40.491Z | Compiling serde_with v3.8.1 |
1709 | 2024-07-10T21:53:40.985Z | Compiling strum v0.26.2 |
1710 | 2024-07-10T21:53:41.168Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1711 | 2024-07-10T21:53:42.238Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1712 | 2024-07-10T21:53:42.958Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1713 | 2024-07-10T21:53:43.109Z | Compiling num-rational v0.4.2 |
1714 | 2024-07-10T21:53:43.142Z | Compiling num-complex v0.4.6 |
1715 | 2024-07-10T21:53:44.184Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1716 | 2024-07-10T21:53:44.200Z | Compiling macaddr v1.0.1 |
1717 | 2024-07-10T21:53:44.560Z | Compiling quick-error v1.2.3 |
1718 | 2024-07-10T21:53:44.608Z | Compiling num v0.4.3 |
1719 | 2024-07-10T21:53:44.701Z | Compiling resolv-conf v0.7.0 |
1720 | 2024-07-10T21:53:46.063Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1721 | 2024-07-10T21:53:46.326Z | Compiling float-ord v0.3.2 |
1722 | 2024-07-10T21:53:46.503Z | Compiling swrite v0.1.0 |
1723 | 2024-07-10T21:53:46.655Z | Compiling radium v0.7.0 |
1724 | 2024-07-10T21:53:47.086Z | Compiling utf-8 v0.7.6 |
1725 | 2024-07-10T21:53:47.255Z | Compiling trust-dns-resolver v0.22.0 |
1726 | 2024-07-10T21:53:47.414Z | Compiling tap v1.0.1 |
1727 | 2024-07-10T21:53:47.725Z | Compiling maybe-uninit v2.0.0 |
1728 | 2024-07-10T21:53:47.779Z | Compiling wyz v0.5.1 |
1729 | 2024-07-10T21:53:48.252Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1730 | 2024-07-10T21:53:48.771Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1731 | 2024-07-10T21:53:54.333Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1732 | 2024-07-10T21:53:54.776Z | Compiling crc-catalog v2.4.0 |
1733 | 2024-07-10T21:53:54.926Z | Compiling display-error-chain v0.2.0 |
1734 | 2024-07-10T21:53:55.115Z | Compiling num-bigint-dig v0.8.4 |
1735 | 2024-07-10T21:53:55.397Z | Compiling funty v2.0.0 |
1736 | 2024-07-10T21:53:57.968Z | Compiling packed_struct v0.10.1 |
1737 | 2024-07-10T21:53:58.607Z | Compiling bitvec v1.0.1 |
1738 | 2024-07-10T21:54:01.078Z | Compiling crc v3.2.1 |
1739 | 2024-07-10T21:54:03.123Z | Compiling nibble_vec v0.1.0 |
1740 | 2024-07-10T21:54:03.352Z | Compiling packed_struct_codegen v0.10.1 |
1741 | 2024-07-10T21:54:05.895Z | Compiling indexmap v1.9.3 |
1742 | 2024-07-10T21:54:06.188Z | Compiling endian-type v0.1.2 |
1743 | 2024-07-10T21:54:06.418Z | Compiling crunchy v0.2.2 |
1744 | 2024-07-10T21:54:06.856Z | Compiling nodrop v0.1.14 |
1745 | 2024-07-10T21:54:06.997Z | Compiling glob v0.3.1 |
1746 | 2024-07-10T21:54:07.855Z | Compiling clang-sys v1.7.0 |
1747 | 2024-07-10T21:54:07.943Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1748 | 2024-07-10T21:54:08.244Z | Compiling array-init v0.0.4 |
1749 | 2024-07-10T21:54:08.562Z | Compiling radix_trie v0.2.1 |
1750 | 2024-07-10T21:54:09.465Z | Compiling smallvec v0.6.14 |
1751 | 2024-07-10T21:54:09.933Z | Compiling pkcs1 v0.7.5 |
1752 | 2024-07-10T21:54:10.846Z | Compiling signature v2.2.0 |
1753 | 2024-07-10T21:54:11.170Z | Compiling maplit v1.0.2 |
1754 | 2024-07-10T21:54:11.271Z | Compiling tiny-keccak v2.0.2 |
1755 | 2024-07-10T21:54:11.612Z | Compiling hashbrown v0.12.3 |
1756 | 2024-07-10T21:54:12.582Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2024-07-10T21:54:12.969Z | Compiling bitfield v0.14.0 |
1758 | 2024-07-10T21:54:13.037Z | Compiling cancel-safe-futures v0.1.5 |
1759 | 2024-07-10T21:54:13.290Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1760 | 2024-07-10T21:54:13.398Z | Compiling rsa v0.9.6 |
1761 | 2024-07-10T21:54:13.899Z | Compiling serde-hex v0.1.0 |
1762 | 2024-07-10T21:54:14.309Z | Compiling bzip2 v0.4.4 |
1763 | 2024-07-10T21:54:14.744Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1764 | 2024-07-10T21:54:15.070Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1765 | 2024-07-10T21:54:16.850Z | Compiling env_logger v0.10.2 |
1766 | 2024-07-10T21:54:18.966Z | Compiling x509-cert v0.2.5 |
1767 | 2024-07-10T21:54:19.048Z | Compiling ron v0.8.1 |
1768 | 2024-07-10T21:54:19.756Z | Compiling hashbrown v0.13.2 |
1769 | 2024-07-10T21:54:20.047Z | Compiling crc-any v2.5.0 |
1770 | 2024-07-10T21:54:21.008Z | Compiling object v0.30.4 |
1771 | 2024-07-10T21:54:21.101Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1772 | 2024-07-10T21:54:24.897Z | Compiling zip v0.6.6 |
1773 | 2024-07-10T21:54:25.754Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1774 | 2024-07-10T21:54:26.513Z | Compiling rayon-core v1.12.1 |
1775 | 2024-07-10T21:54:26.539Z | Compiling ascii-canvas v3.0.0 |
1776 | 2024-07-10T21:54:27.022Z | Compiling crossbeam-deque v0.8.5 |
1777 | 2024-07-10T21:54:27.354Z | Compiling ena v0.14.3 |
1778 | 2024-07-10T21:54:27.775Z | Compiling half v2.4.1 |
1779 | 2024-07-10T21:54:28.505Z | Compiling libloading v0.8.3 |
1780 | 2024-07-10T21:54:28.909Z | Compiling ciborium-io v0.2.2 |
1781 | 2024-07-10T21:54:29.047Z | Compiling regex-syntax v0.6.29 |
1782 | 2024-07-10T21:54:30.535Z | Compiling diff v0.1.13 |
1783 | 2024-07-10T21:54:31.155Z | Compiling path-slash v0.1.5 |
1784 | 2024-07-10T21:54:31.158Z | Compiling bindgen v0.69.4 |
1785 | 2024-07-10T21:54:31.380Z | Compiling same-file v1.0.6 |
1786 | 2024-07-10T21:54:31.600Z | Compiling fastrand v2.1.0 |
1787 | 2024-07-10T21:54:31.603Z | Compiling arc-swap v1.7.1 |
1788 | 2024-07-10T21:54:32.084Z | Compiling slog-scope v4.4.0 |
1789 | 2024-07-10T21:54:32.307Z | Compiling lalrpop v0.19.12 |
1790 | 2024-07-10T21:54:33.007Z | Compiling tempfile v3.10.1 |
1791 | 2024-07-10T21:54:33.766Z | Compiling walkdir v2.5.0 |
1792 | 2024-07-10T21:54:34.324Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1793 | 2024-07-10T21:54:34.359Z | Compiling ciborium-ll v0.2.2 |
1794 | 2024-07-10T21:54:36.298Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1795 | 2024-07-10T21:54:36.500Z | Compiling which v4.4.2 |
1796 | 2024-07-10T21:54:37.052Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1797 | 2024-07-10T21:54:37.272Z | Compiling cexpr v0.6.0 |
1798 | 2024-07-10T21:54:37.416Z | Compiling fxhash v0.2.1 |
1799 | 2024-07-10T21:54:37.642Z | Compiling shlex v1.3.0 |
1800 | 2024-07-10T21:54:38.054Z | Compiling rustc-hash v1.1.0 |
1801 | 2024-07-10T21:54:38.242Z | Compiling lazycell v1.3.0 |
1802 | 2024-07-10T21:54:38.387Z | Compiling ref-cast v1.0.23 |
1803 | 2024-07-10T21:54:38.919Z | Compiling ring v0.16.20 |
1804 | 2024-07-10T21:54:43.751Z | Compiling blake3 v1.5.1 |
1805 | 2024-07-10T21:54:43.789Z | Compiling rayon v1.10.0 |
1806 | 2024-07-10T21:54:43.789Z | Compiling ciborium v0.2.2 |
1807 | 2024-07-10T21:54:45.511Z | Compiling slog-stdlog v4.1.1 |
1808 | 2024-07-10T21:54:45.839Z | Compiling tungstenite v0.21.0 |
1809 | 2024-07-10T21:54:46.396Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1810 | 2024-07-10T21:54:46.685Z | Compiling derive_builder_core v0.20.0 |
1811 | 2024-07-10T21:54:46.934Z | Compiling headers-core v0.2.0 |
1812 | 2024-07-10T21:54:47.110Z | Compiling xattr v1.3.1 |
1813 | 2024-07-10T21:54:47.378Z | Compiling libxml v0.3.3 |
1814 | 2024-07-10T21:54:47.732Z | Compiling async-recursion v1.1.1 |
1815 | 2024-07-10T21:54:48.965Z | Compiling ref-cast-impl v1.0.23 |
1816 | 2024-07-10T21:54:49.258Z | Compiling atty v0.2.14 |
1817 | 2024-07-10T21:54:49.414Z | Compiling memmap2 v0.9.4 |
1818 | 2024-07-10T21:54:49.814Z | Compiling filetime v0.2.23 |
1819 | 2024-07-10T21:54:50.101Z | Compiling untrusted v0.7.1 |
1820 | 2024-07-10T21:54:50.147Z | Compiling arrayvec v0.7.4 |
1821 | 2024-07-10T21:54:50.299Z | Compiling spin v0.5.2 |
1822 | 2024-07-10T21:54:50.417Z | Compiling constant_time_eq v0.3.0 |
1823 | 2024-07-10T21:54:50.533Z | Compiling arrayref v0.3.7 |
1824 | 2024-07-10T21:54:50.735Z | Compiling tar v0.4.40 |
1825 | 2024-07-10T21:54:50.881Z | Compiling derive_builder_macro v0.20.0 |
1826 | 2024-07-10T21:54:51.741Z | Compiling headers v0.3.9 |
1827 | 2024-07-10T21:54:52.087Z | Compiling tokio-tungstenite v0.21.0 |
1828 | 2024-07-10T21:54:52.649Z | Compiling slog-envlogger v2.2.0 |
1829 | 2024-07-10T21:54:52.678Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1830 | 2024-07-10T21:54:53.351Z | Compiling samael v0.0.15 |
1831 | 2024-07-10T21:54:53.741Z | Compiling toolchain_find v0.4.0 |
1832 | 2024-07-10T21:54:53.959Z | Compiling camino-tempfile v1.1.1 |
1833 | 2024-07-10T21:54:54.300Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1834 | 2024-07-10T21:54:54.401Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1835 | 2024-07-10T21:54:54.569Z | Compiling pem v3.0.4 |
1836 | 2024-07-10T21:54:54.962Z | Compiling libsw v3.3.1 |
1837 | 2024-07-10T21:54:55.166Z | Compiling strum_macros v0.24.3 |
1838 | 2024-07-10T21:54:55.309Z | Compiling cookie v0.18.1 |
1839 | 2024-07-10T21:54:55.468Z | Compiling linear-map v1.2.0 |
1840 | 2024-07-10T21:54:55.602Z | Compiling topological-sort v0.2.2 |
1841 | 2024-07-10T21:54:55.828Z | Compiling indoc v1.0.9 |
1842 | 2024-07-10T21:54:55.906Z | Compiling owo-colors v4.0.0 |
1843 | 2024-07-10T21:54:55.930Z | Compiling cfg_aliases v0.1.1 |
1844 | 2024-07-10T21:54:56.035Z | Compiling nix v0.28.0 |
1845 | 2024-07-10T21:54:56.408Z | Compiling omicron-zone-package v0.11.0 |
1846 | 2024-07-10T21:54:56.785Z | Compiling rustfmt-wrapper v0.2.1 |
1847 | 2024-07-10T21:54:58.652Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1848 | 2024-07-10T21:54:58.713Z | Compiling derive_builder v0.20.0 |
1849 | 2024-07-10T21:54:58.903Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1850 | 2024-07-10T21:54:59.446Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1851 | 2024-07-10T21:54:59.477Z | Compiling polar-core v0.27.3 |
1852 | 2024-07-10T21:54:59.719Z | Compiling quick-xml v0.31.0 |
1853 | 2024-07-10T21:55:01.426Z | Compiling oso-derive v0.27.3 |
1854 | 2024-07-10T21:55:02.126Z | Compiling impl-trait-for-tuples v0.2.2 |
1855 | 2024-07-10T21:55:02.374Z | Compiling vte_generate_state_changes v0.1.1 |
1856 | 2024-07-10T21:55:02.467Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1857 | 2024-07-10T21:55:02.796Z | Compiling unicase v2.7.0 |
1858 | 2024-07-10T21:55:02.993Z | Compiling buf-list v1.0.3 |
1859 | 2024-07-10T21:55:03.082Z | Compiling vte v0.11.1 |
1860 | 2024-07-10T21:55:03.690Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1861 | 2024-07-10T21:55:06.119Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1862 | 2024-07-10T21:55:07.026Z | Compiling tungstenite v0.20.1 |
1863 | 2024-07-10T21:55:07.580Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1864 | 2024-07-10T21:55:07.870Z | Compiling fd-lock v4.0.2 |
1865 | 2024-07-10T21:55:08.098Z | Compiling bb8 v0.8.5 |
1866 | 2024-07-10T21:55:08.690Z | Compiling const_format_proc_macros v0.2.32 |
1867 | 2024-07-10T21:55:10.665Z | Compiling pin-project-internal v1.1.5 |
1868 | 2024-07-10T21:55:11.454Z | Compiling memoffset v0.9.1 |
1869 | 2024-07-10T21:55:11.755Z | Compiling bytecount v0.6.8 |
1870 | 2024-07-10T21:55:12.070Z | Compiling parking_lot_core v0.8.6 |
1871 | 2024-07-10T21:55:12.339Z | Compiling papergrid v0.11.0 |
1872 | 2024-07-10T21:55:12.650Z | Compiling const_format v0.2.32 |
1873 | 2024-07-10T21:55:13.394Z | Compiling pin-project v1.1.5 |
1874 | 2024-07-10T21:55:13.525Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1875 | 2024-07-10T21:55:13.923Z | Compiling tokio-tungstenite v0.20.1 |
1876 | 2024-07-10T21:55:14.483Z | Compiling strip-ansi-escapes v0.2.0 |
1877 | 2024-07-10T21:55:16.248Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1878 | 2024-07-10T21:55:16.571Z | Compiling tabled_derive v0.7.0 |
1879 | 2024-07-10T21:55:18.981Z | Compiling peg-macros v0.8.3 |
1880 | 2024-07-10T21:55:20.502Z | Compiling snafu-derive v0.8.2 |
1881 | 2024-07-10T21:55:22.180Z | Compiling sqlparser_derive v0.2.2 |
1882 | 2024-07-10T21:55:22.503Z | Compiling nu-ansi-term v0.50.0 |
1883 | 2024-07-10T21:55:23.227Z | Compiling unicode_categories v0.1.1 |
1884 | 2024-07-10T21:55:23.763Z | Compiling rustyline v14.0.0 |
1885 | 2024-07-10T21:55:23.885Z | Compiling sqlformat v0.2.3 |
1886 | 2024-07-10T21:55:24.458Z | Compiling oso v0.27.3 |
1887 | 2024-07-10T21:55:25.556Z | Compiling snafu v0.8.2 |
1888 | 2024-07-10T21:55:26.887Z | Compiling sqlparser v0.45.0 |
1889 | 2024-07-10T21:55:35.314Z | Compiling reedline v0.31.0 |
1890 | 2024-07-10T21:55:36.014Z | Compiling peg v0.8.3 |
1891 | 2024-07-10T21:55:36.136Z | Compiling tabled v0.15.0 |
1892 | 2024-07-10T21:55:52.284Z | Compiling env_logger v0.9.3 |
1893 | 2024-07-10T21:55:53.268Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1894 | 2024-07-10T21:55:57.033Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-07-10T21:55:57.240Z | Compiling globset v0.4.14 |
1896 | 2024-07-10T21:55:57.857Z | Compiling olpc-cjson v0.1.3 |
1897 | 2024-07-10T21:55:58.191Z | Compiling bcs v0.1.6 |
1898 | 2024-07-10T21:55:58.651Z | Compiling bitstruct_derive v0.1.0 |
1899 | 2024-07-10T21:55:59.094Z | Compiling serde_plain v1.0.2 |
1900 | 2024-07-10T21:55:59.615Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-07-10T21:55:59.761Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1902 | 2024-07-10T21:55:59.930Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1903 | 2024-07-10T21:56:00.065Z | Compiling highway v1.1.0 |
1904 | 2024-07-10T21:56:00.218Z | Compiling ascii v1.1.0 |
1905 | 2024-07-10T21:56:01.011Z | Compiling salty v0.2.0 |
1906 | 2024-07-10T21:56:01.411Z | Compiling typed-path v0.7.1 |
1907 | 2024-07-10T21:56:01.435Z | Compiling signature v1.6.4 |
1908 | 2024-07-10T21:56:01.597Z | Compiling ed25519 v1.5.3 |
1909 | 2024-07-10T21:56:01.781Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1910 | 2024-07-10T21:56:01.924Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1911 | 2024-07-10T21:56:04.291Z | Compiling tough v0.17.1 |
1912 | 2024-07-10T21:56:05.183Z | Compiling bitstruct v0.1.1 |
1913 | 2024-07-10T21:56:05.311Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-07-10T21:56:05.597Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-07-10T21:56:06.532Z | Compiling parking_lot v0.11.2 |
1916 | 2024-07-10T21:56:08.127Z | Compiling nix v0.27.1 |
1917 | 2024-07-10T21:56:08.714Z | Compiling trust-dns-client v0.22.0 |
1918 | 2024-07-10T21:56:19.806Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1919 | 2024-07-10T21:56:20.138Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1920 | 2024-07-10T21:56:25.350Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-07-10T21:56:26.553Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-07-10T21:56:28.916Z | Compiling curve25519-dalek v4.1.3 |
1923 | 2024-07-10T21:56:29.327Z | Compiling kstat-rs v0.2.4 |
1924 | 2024-07-10T21:56:30.368Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1925 | 2024-07-10T21:56:31.247Z | Compiling erased-serde v0.3.31 |
1926 | 2024-07-10T21:56:32.927Z | Compiling toml v0.5.11 |
1927 | 2024-07-10T21:56:33.028Z | Compiling serde_arrays v0.1.0 |
1928 | 2024-07-10T21:56:33.241Z | Compiling serde-big-array v0.5.1 |
1929 | 2024-07-10T21:56:33.528Z | Compiling parse-size v1.0.0 |
1930 | 2024-07-10T21:56:33.827Z | Compiling keccak v0.1.5 |
1931 | 2024-07-10T21:56:34.826Z | Compiling trust-dns-server v0.22.1 |
1932 | 2024-07-10T21:56:40.333Z | Compiling sha3 v0.10.8 |
1933 | 2024-07-10T21:56:41.235Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1934 | 2024-07-10T21:56:42.660Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1935 | 2024-07-10T21:56:45.648Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1936 | 2024-07-10T21:56:46.147Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1937 | 2024-07-10T21:56:56.342Z | Compiling sled v0.34.7 |
1938 | 2024-07-10T21:56:56.456Z | Compiling mime_guess v2.0.4 |
1939 | 2024-07-10T21:57:00.535Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1940 | 2024-07-10T21:57:02.566Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1941 | 2024-07-10T21:57:02.832Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1942 | 2024-07-10T21:57:04.316Z | Compiling signal-hook-tokio v0.3.1 |
1943 | 2024-07-10T21:57:04.538Z | Compiling universal-hash v0.5.1 |
1944 | 2024-07-10T21:57:04.790Z | Compiling heck v0.3.3 |
1945 | 2024-07-10T21:57:05.179Z | Compiling secrecy v0.8.0 |
1946 | 2024-07-10T21:57:05.462Z | Compiling rand_seeder v0.2.3 |
1947 | 2024-07-10T21:57:05.860Z | Compiling castaway v0.2.2 |
1948 | 2024-07-10T21:57:06.057Z | Compiling thiserror-impl-no-std v2.0.2 |
1949 | 2024-07-10T21:57:08.893Z | Compiling serde-big-array v0.4.1 |
1950 | 2024-07-10T21:57:09.113Z | Compiling nanorand v0.7.0 |
1951 | 2024-07-10T21:57:09.917Z | Compiling curve25519-dalek-derive v0.1.1 |
1952 | 2024-07-10T21:57:11.352Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1953 | 2024-07-10T21:57:11.644Z | Compiling opaque-debug v0.3.1 |
1954 | 2024-07-10T21:57:11.750Z | Compiling poly1305 v0.8.0 |
1955 | 2024-07-10T21:57:13.343Z | Compiling flume v0.11.0 |
1956 | 2024-07-10T21:57:14.116Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1957 | 2024-07-10T21:57:15.534Z | Compiling thiserror-no-std v2.0.2 |
1958 | 2024-07-10T21:57:15.665Z | Compiling compact_str v0.7.1 |
1959 | 2024-07-10T21:57:17.240Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1960 | 2024-07-10T21:57:17.467Z | Compiling zone_cfg_derive v0.1.2 |
1961 | 2024-07-10T21:57:18.857Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1962 | 2024-07-10T21:57:20.826Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1963 | 2024-07-10T21:57:21.948Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1964 | 2024-07-10T21:57:30.587Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-07-10T21:57:31.232Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1966 | 2024-07-10T21:57:31.262Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1967 | 2024-07-10T21:57:32.922Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1968 | 2024-07-10T21:57:37.559Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1969 | 2024-07-10T21:57:37.861Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1970 | 2024-07-10T21:57:38.141Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1971 | 2024-07-10T21:57:38.437Z | Compiling chacha20 v0.9.1 |
1972 | 2024-07-10T21:57:38.926Z | Compiling unicode-truncate v1.0.0 |
1973 | 2024-07-10T21:57:39.215Z | Compiling itertools v0.13.0 |
1974 | 2024-07-10T21:57:43.135Z | Compiling aead v0.5.2 |
1975 | 2024-07-10T21:57:43.488Z | Compiling lru v0.12.3 |
1976 | 2024-07-10T21:57:43.713Z | Compiling stability v0.2.0 |
1977 | 2024-07-10T21:57:43.855Z | Compiling cassowary v0.3.0 |
1978 | 2024-07-10T21:57:44.695Z | Compiling corncobs v0.1.3 |
1979 | 2024-07-10T21:57:45.086Z | Compiling base64 v0.13.1 |
1980 | 2024-07-10T21:57:45.874Z | Compiling ron v0.7.1 |
1981 | 2024-07-10T21:57:46.122Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1982 | 2024-07-10T21:57:46.865Z | Compiling ratatui v0.27.0 |
1983 | 2024-07-10T21:57:47.654Z | Compiling chacha20poly1305 v0.10.1 |
1984 | 2024-07-10T21:57:47.985Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1985 | 2024-07-10T21:57:48.273Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1986 | 2024-07-10T21:57:50.541Z | Compiling zone v0.1.8 |
1987 | 2024-07-10T21:57:51.351Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1988 | 2024-07-10T21:57:53.740Z | Compiling vsss-rs v3.3.4 |
1989 | 2024-07-10T21:57:58.242Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1990 | 2024-07-10T21:57:58.967Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1991 | 2024-07-10T21:58:01.777Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1992 | 2024-07-10T21:58:02.545Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1993 | 2024-07-10T21:58:03.322Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1994 | 2024-07-10T21:58:03.547Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1995 | 2024-07-10T21:58:03.603Z | Compiling portpicker v0.1.1 |
1996 | 2024-07-10T21:58:04.116Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1997 | 2024-07-10T21:58:06.375Z | Compiling csv-core v0.1.11 |
1998 | 2024-07-10T21:58:08.119Z | Compiling smawk v0.3.2 |
1999 | 2024-07-10T21:58:08.379Z | Compiling http-range v0.1.5 |
2000 | 2024-07-10T21:58:08.638Z | Compiling unicode-linebreak v0.1.5 |
2001 | 2024-07-10T21:58:08.956Z | Compiling hyper-staticfile v0.9.5 |
2002 | 2024-07-10T21:58:09.173Z | Compiling textwrap v0.16.1 |
2003 | 2024-07-10T21:58:09.199Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2004 | 2024-07-10T21:58:10.473Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2005 | 2024-07-10T21:58:12.071Z | Compiling csv v1.3.0 |
2006 | 2024-07-10T21:58:14.270Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2007 | 2024-07-10T21:58:20.630Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2008 | 2024-07-10T21:58:22.126Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2009 | 2024-07-10T21:58:24.442Z | Compiling rcgen v0.12.1 |
2010 | 2024-07-10T21:58:30.488Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2011 | 2024-07-10T21:58:30.965Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2012 | 2024-07-10T21:58:31.248Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2013 | 2024-07-10T21:58:32.692Z | Compiling atomicwrites v0.4.3 |
2014 | 2024-07-10T21:58:33.238Z | Compiling fatfs v0.3.6 |
2015 | 2024-07-10T21:58:34.644Z | Compiling subprocess v0.2.9 |
2016 | 2024-07-10T21:58:35.764Z | Compiling rtoolbox v0.0.2 |
2017 | 2024-07-10T21:58:36.140Z | Compiling assert_matches v1.5.0 |
2018 | 2024-07-10T21:58:36.218Z | Compiling is_ci v1.2.0 |
2019 | 2024-07-10T21:58:36.513Z | Compiling supports-color v3.0.0 |
2020 | 2024-07-10T21:58:36.874Z | Compiling rpassword v7.3.1 |
2021 | 2024-07-10T21:58:37.150Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2022 | 2024-07-10T21:58:37.345Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2023 | 2024-07-10T21:58:38.233Z | Compiling tui-tree-widget v0.21.0 |
2024 | 2024-07-10T21:58:38.659Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2025 | 2024-07-10T21:58:39.787Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2026 | 2024-07-10T21:58:44.639Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2027 | 2024-07-10T21:58:44.925Z | Compiling shell-words v1.1.0 |
2028 | 2024-07-10T21:58:45.345Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2029 | 2024-07-10T21:58:46.474Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2030 | 2024-07-10T21:58:58.744Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2031 | 2024-07-10T21:59:11.988Z | Compiling uzers v0.11.3 |
2032 | 2024-07-10T21:59:14.868Z | Compiling multimap v0.10.0 |
2033 | 2024-07-10T22:00:07.136Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2034 | 2024-07-10T22:01:49.627Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2035 | 2024-07-10T22:01:50.146Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2036 | 2024-07-10T22:08:01.054Z | Finished `release` profile [optimized] target(s) in 14m 32s |
2037 | 2024-07-10T22:08:48.329Z | |
2038 | 2024-07-10T22:08:48.331Z | real 15:20.785243930 |
2039 | 2024-07-10T22:08:48.332Z | user 1:46:54.879775509 |
2040 | 2024-07-10T22:08:48.332Z | sys 5:49.697778373 |
2041 | 2024-07-10T22:08:48.332Z | trap 2.541692150 |
2042 | 2024-07-10T22:08:48.332Z | tflt 2.384609736 |
2043 | 2024-07-10T22:08:48.332Z | dflt 3.500653698 |
2044 | 2024-07-10T22:08:48.332Z | kflt 0.054625205 |
2045 | 2024-07-10T22:08:48.332Z | lock 6:24:11.830760138 |
2046 | 2024-07-10T22:08:48.332Z | slp 4:09:48.735768367 |
2047 | 2024-07-10T22:08:48.332Z | lat 2:32.878783013 |
2048 | 2024-07-10T22:08:48.332Z | stop 1:54.095582596 |
2049 | 2024-07-10T22:08:48.332Z | + mapfile -t packages |
2050 | 2024-07-10T22:08:48.332Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2051 | 2024-07-10T22:08:49.273Z | Finished `release` profile [optimized] target(s) in 0.89s |
2052 | 2024-07-10T22:08:49.317Z | Running `target/release/omicron-package -t test list-outputs` |
2053 | 2024-07-10T22:08:49.356Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2054 | 2024-07-10T22:08:49.360Z | + ptime -m cargo build --locked --release -p xtask |
2055 | 2024-07-10T22:08:49.974Z | Compiling serde v1.0.204 |
2056 | 2024-07-10T22:08:49.976Z | Compiling bitflags v2.5.0 |
2057 | 2024-07-10T22:08:50.050Z | Compiling syn v2.0.68 |
2058 | 2024-07-10T22:08:50.067Z | Compiling bytes v1.6.0 |
2059 | 2024-07-10T22:08:50.069Z | Compiling scopeguard v1.2.0 |
2060 | 2024-07-10T22:08:50.076Z | Compiling smallvec v1.13.2 |
2061 | 2024-07-10T22:08:50.094Z | Compiling log v0.4.21 |
2062 | 2024-07-10T22:08:50.216Z | Compiling lock_api v0.4.12 |
2063 | 2024-07-10T22:08:50.565Z | Compiling parking_lot_core v0.9.10 |
2064 | 2024-07-10T22:08:50.568Z | Compiling hashbrown v0.14.5 |
2065 | 2024-07-10T22:08:50.588Z | Compiling serde_json v1.0.120 |
2066 | 2024-07-10T22:08:50.600Z | Compiling mio v0.8.11 |
2067 | 2024-07-10T22:08:50.615Z | Compiling libc v0.2.155 |
2068 | 2024-07-10T22:08:50.930Z | Compiling parking_lot v0.12.2 |
2069 | 2024-07-10T22:08:51.051Z | Compiling generic-array v0.14.7 |
2070 | 2024-07-10T22:08:51.334Z | Compiling slog v2.7.0 |
2071 | 2024-07-10T22:08:51.475Z | Compiling rustix v0.38.34 |
2072 | 2024-07-10T22:08:51.871Z | Compiling http v0.2.12 |
2073 | 2024-07-10T22:08:51.883Z | Compiling usdt-impl v0.5.0 |
2074 | 2024-07-10T22:08:52.205Z | Compiling indexmap v2.2.6 |
2075 | 2024-07-10T22:08:52.218Z | Compiling syn v1.0.109 |
2076 | 2024-07-10T22:08:52.232Z | Compiling time-macros v0.2.18 |
2077 | 2024-07-10T22:08:52.786Z | Compiling thread-id v4.2.1 |
2078 | 2024-07-10T22:08:52.837Z | Compiling tracing v0.1.40 |
2079 | 2024-07-10T22:08:53.576Z | Compiling crossbeam-utils v0.8.19 |
2080 | 2024-07-10T22:08:53.910Z | Compiling http-body v0.4.6 |
2081 | 2024-07-10T22:08:54.194Z | Compiling unicode-normalization v0.1.23 |
2082 | 2024-07-10T22:08:54.363Z | Compiling unicode-bidi v0.3.15 |
2083 | 2024-07-10T22:08:55.381Z | Compiling time v0.3.36 |
2084 | 2024-07-10T22:08:55.568Z | Compiling idna v0.5.0 |
2085 | 2024-07-10T22:08:56.081Z | Compiling block-buffer v0.10.4 |
2086 | 2024-07-10T22:08:56.335Z | Compiling crypto-common v0.1.6 |
2087 | 2024-07-10T22:08:56.641Z | Compiling terminal_size v0.3.0 |
2088 | 2024-07-10T22:08:56.869Z | Compiling fs-err v2.11.0 |
2089 | 2024-07-10T22:08:57.174Z | Compiling proc-macro-error v1.0.4 |
2090 | 2024-07-10T22:08:57.288Z | Compiling anyhow v1.0.86 |
2091 | 2024-07-10T22:08:57.830Z | Compiling clap_builder v4.5.2 |
2092 | 2024-07-10T22:08:58.047Z | Compiling crossbeam-channel v0.5.12 |
2093 | 2024-07-10T22:08:58.544Z | Compiling digest v0.10.7 |
2094 | 2024-07-10T22:08:58.776Z | Compiling url v2.5.0 |
2095 | 2024-07-10T22:08:58.974Z | Compiling xattr v1.3.1 |
2096 | 2024-07-10T22:08:59.290Z | Compiling sha2 v0.10.8 |
2097 | 2024-07-10T22:08:59.793Z | Compiling slog-async v2.8.0 |
2098 | 2024-07-10T22:09:00.261Z | Compiling tabled_derive v0.7.0 |
2099 | 2024-07-10T22:09:01.991Z | Compiling serde_derive v1.0.204 |
2100 | 2024-07-10T22:09:02.370Z | Compiling thiserror-impl v1.0.60 |
2101 | 2024-07-10T22:09:02.462Z | Compiling zerocopy-derive v0.7.34 |
2102 | 2024-07-10T22:09:02.925Z | Compiling futures-macro v0.3.30 |
2103 | 2024-07-10T22:09:04.402Z | Compiling tokio-macros v2.3.0 |
2104 | 2024-07-10T22:09:04.535Z | Compiling zerocopy v0.7.34 |
2105 | 2024-07-10T22:09:04.693Z | Compiling scroll_derive v0.12.0 |
2106 | 2024-07-10T22:09:04.889Z | Compiling futures-util v0.3.30 |
2107 | 2024-07-10T22:09:05.265Z | Compiling thiserror v1.0.60 |
2108 | 2024-07-10T22:09:05.417Z | Compiling pest v2.7.10 |
2109 | 2024-07-10T22:09:06.020Z | Compiling tokio v1.38.0 |
2110 | 2024-07-10T22:09:06.165Z | Compiling openssl-macros v0.1.1 |
2111 | 2024-07-10T22:09:06.253Z | Compiling scroll v0.12.0 |
2112 | 2024-07-10T22:09:06.904Z | Compiling openssl v0.10.64 |
2113 | 2024-07-10T22:09:06.938Z | Compiling goblin v0.8.2 |
2114 | 2024-07-10T22:09:08.257Z | Compiling pest_meta v2.7.10 |
2115 | 2024-07-10T22:09:12.159Z | Compiling pest_generator v2.7.10 |
2116 | 2024-07-10T22:09:13.982Z | Compiling pest_derive v2.7.10 |
2117 | 2024-07-10T22:09:14.818Z | Compiling dtrace-parser v0.2.0 |
2118 | 2024-07-10T22:09:17.031Z | Compiling tokio-util v0.7.11 |
2119 | 2024-07-10T22:09:19.343Z | Compiling serde_tokenstream v0.2.1 |
2120 | 2024-07-10T22:09:19.908Z | Compiling h2 v0.3.26 |
2121 | 2024-07-10T22:09:21.805Z | Compiling dof v0.3.0 |
2122 | 2024-07-10T22:09:23.025Z | Compiling serde_spanned v0.6.6 |
2123 | 2024-07-10T22:09:23.300Z | Compiling toml_datetime v0.6.6 |
2124 | 2024-07-10T22:09:23.315Z | Compiling native-tls v0.2.11 |
2125 | 2024-07-10T22:09:24.298Z | Compiling tokio-native-tls v0.3.1 |
2126 | 2024-07-10T22:09:24.427Z | Compiling toml_edit v0.22.14 |
2127 | 2024-07-10T22:09:24.617Z | Compiling usdt-attr-macro v0.5.0 |
2128 | 2024-07-10T22:09:26.047Z | Compiling hyper v0.14.28 |
2129 | 2024-07-10T22:09:31.001Z | Compiling hyper-tls v0.5.0 |
2130 | 2024-07-10T22:09:31.655Z | Compiling toml v0.8.14 |
2131 | 2024-07-10T22:09:32.643Z | Compiling usdt-macro v0.5.0 |
2132 | 2024-07-10T22:09:33.725Z | Compiling slog-json v2.6.1 |
2133 | 2024-07-10T22:09:33.908Z | Compiling semver v1.0.23 |
2134 | 2024-07-10T22:09:34.287Z | Compiling camino v1.1.7 |
2135 | 2024-07-10T22:09:35.128Z | Compiling serde_urlencoded v0.7.1 |
2136 | 2024-07-10T22:09:35.537Z | Compiling cargo-platform v0.1.8 |
2137 | 2024-07-10T22:09:35.716Z | Compiling futures-executor v0.3.30 |
2138 | 2024-07-10T22:09:35.768Z | Compiling clap_derive v4.5.4 |
2139 | 2024-07-10T22:09:36.676Z | Compiling strum_macros v0.26.4 |
2140 | 2024-07-10T22:09:36.841Z | Compiling futures v0.3.30 |
2141 | 2024-07-10T22:09:36.980Z | Compiling cargo_metadata v0.18.1 |
2142 | 2024-07-10T22:09:38.694Z | Compiling reqwest v0.11.27 |
2143 | 2024-07-10T22:09:38.887Z | Compiling slog-bunyan v2.5.0 |
2144 | 2024-07-10T22:09:39.185Z | Compiling usdt v0.5.0 |
2145 | 2024-07-10T22:09:40.677Z | Compiling clap v4.5.4 |
2146 | 2024-07-10T22:09:40.755Z | Compiling cargo_toml v0.20.3 |
2147 | 2024-07-10T22:09:40.812Z | Compiling macaddr v1.0.1 |
2148 | 2024-07-10T22:09:40.889Z | Compiling tabled v0.15.0 |
2149 | 2024-07-10T22:09:41.448Z | Compiling slog-term v2.9.1 |
2150 | 2024-07-10T22:09:41.668Z | Compiling strum v0.26.2 |
2151 | 2024-07-10T22:09:41.878Z | Compiling tar v0.4.40 |
2152 | 2024-07-10T22:09:57.888Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2153 | 2024-07-10T22:10:12.329Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2154 | 2024-07-10T22:10:12.425Z | |
2155 | 2024-07-10T22:10:12.425Z | real 1:23.029164839 |
2156 | 2024-07-10T22:10:12.425Z | user 9:03.483444000 |
2157 | 2024-07-10T22:10:12.425Z | sys 51.719117355 |
2158 | 2024-07-10T22:10:12.425Z | trap 0.254697756 |
2159 | 2024-07-10T22:10:12.425Z | tflt 0.515736091 |
2160 | 2024-07-10T22:10:12.425Z | dflt 0.240195015 |
2161 | 2024-07-10T22:10:12.428Z | kflt 0.008985314 |
2162 | 2024-07-10T22:10:12.428Z | lock 20:23.682402161 |
2163 | 2024-07-10T22:10:12.428Z | slp 22:50.957731929 |
2164 | 2024-07-10T22:10:12.428Z | lat 24.839629100 |
2165 | 2024-07-10T22:10:12.428Z | stop 21.693467531 |
2166 | 2024-07-10T22:10:12.428Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2167 | 2024-07-10T22:10:12.428Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2168 | 2024-07-10T22:10:12.428Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2169 | 2024-07-10T22:10:12.428Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2170 | 2024-07-10T22:10:12.428Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2171 | 2024-07-10T22:10:12.978Z | Downloading crates ... |
2172 | 2024-07-10T22:10:13.221Z | Downloaded option-ext v0.2.0 |
2173 | 2024-07-10T22:10:13.224Z | Downloaded dhcproto-macros v0.1.0 |
2174 | 2024-07-10T22:10:13.227Z | Downloaded aes v0.8.4 |
2175 | 2024-07-10T22:10:13.230Z | Downloaded md5 v0.7.0 |
2176 | 2024-07-10T22:10:13.232Z | Downloaded russh-cryptovec v0.7.2 |
2177 | 2024-07-10T22:10:13.232Z | Downloaded dirs v5.0.1 |
2178 | 2024-07-10T22:10:13.234Z | Downloaded dirs-sys v0.4.1 |
2179 | 2024-07-10T22:10:13.234Z | Downloaded ctr v0.9.2 |
2180 | 2024-07-10T22:10:13.237Z | Downloaded rand_chacha v0.2.2 |
2181 | 2024-07-10T22:10:13.237Z | Downloaded pbkdf2 v0.12.2 |
2182 | 2024-07-10T22:10:13.239Z | Downloaded internet-checksum v0.2.1 |
2183 | 2024-07-10T22:10:13.239Z | Downloaded rand_core v0.5.1 |
2184 | 2024-07-10T22:10:13.241Z | Downloaded pbkdf2 v0.11.0 |
2185 | 2024-07-10T22:10:13.244Z | Downloaded ghash v0.5.1 |
2186 | 2024-07-10T22:10:13.244Z | Downloaded cbc v0.1.2 |
2187 | 2024-07-10T22:10:13.247Z | Downloaded polyval v0.6.2 |
2188 | 2024-07-10T22:10:13.250Z | Downloaded rfc6979 v0.4.0 |
2189 | 2024-07-10T22:10:13.250Z | Downloaded russh-keys v0.43.0 |
2190 | 2024-07-10T22:10:13.252Z | Downloaded primeorder v0.13.6 |
2191 | 2024-07-10T22:10:13.252Z | Downloaded getrandom v0.1.16 |
2192 | 2024-07-10T22:10:13.255Z | Downloaded blowfish v0.9.1 |
2193 | 2024-07-10T22:10:13.257Z | Downloaded password-hash v0.4.2 |
2194 | 2024-07-10T22:10:13.257Z | Downloaded ecdsa v0.16.9 |
2195 | 2024-07-10T22:10:13.260Z | Downloaded bcrypt-pbkdf v0.10.0 |
2196 | 2024-07-10T22:10:13.262Z | Downloaded dhcproto v0.11.0 |
2197 | 2024-07-10T22:10:13.264Z | Downloaded hex-literal v0.4.1 |
2198 | 2024-07-10T22:10:13.264Z | Downloaded ed25519 v2.2.3 |
2199 | 2024-07-10T22:10:13.267Z | Downloaded p256 v0.13.2 |
2200 | 2024-07-10T22:10:13.270Z | Downloaded ed25519-dalek v2.1.1 |
2201 | 2024-07-10T22:10:13.273Z | Downloaded russh v0.43.0 |
2202 | 2024-07-10T22:10:13.278Z | Downloaded rand v0.7.3 |
2203 | 2024-07-10T22:10:13.285Z | Downloaded p521 v0.13.3 |
2204 | 2024-07-10T22:10:13.287Z | Downloaded aes-gcm v0.10.3 |
2205 | 2024-07-10T22:10:13.422Z | Compiling serde v1.0.204 |
2206 | 2024-07-10T22:10:13.518Z | Compiling scopeguard v1.2.0 |
2207 | 2024-07-10T22:10:13.521Z | Compiling log v0.4.21 |
2208 | 2024-07-10T22:10:13.538Z | Compiling smallvec v1.13.2 |
2209 | 2024-07-10T22:10:13.541Z | Compiling syn v2.0.68 |
2210 | 2024-07-10T22:10:13.544Z | Compiling getrandom v0.2.14 |
2211 | 2024-07-10T22:10:13.544Z | Compiling generic-array v0.14.7 |
2212 | 2024-07-10T22:10:13.544Z | Compiling libm v0.2.8 |
2213 | 2024-07-10T22:10:13.634Z | Compiling lock_api v0.4.12 |
2214 | 2024-07-10T22:10:13.871Z | Compiling rand_core v0.6.4 |
2215 | 2024-07-10T22:10:13.938Z | Compiling parking_lot_core v0.9.10 |
2216 | 2024-07-10T22:10:13.969Z | Compiling num-traits v0.2.19 |
2217 | 2024-07-10T22:10:13.991Z | Compiling subtle v2.5.0 |
2218 | 2024-07-10T22:10:14.100Z | Compiling mio v0.8.11 |
2219 | 2024-07-10T22:10:14.103Z | Compiling ahash v0.8.11 |
2220 | 2024-07-10T22:10:14.316Z | Compiling parking_lot v0.12.2 |
2221 | 2024-07-10T22:10:14.411Z | Compiling serde_json v1.0.120 |
2222 | 2024-07-10T22:10:14.468Z | Compiling spin v0.9.8 |
2223 | 2024-07-10T22:10:14.494Z | Compiling allocator-api2 v0.2.18 |
2224 | 2024-07-10T22:10:14.615Z | Compiling const-oid v0.9.6 |
2225 | 2024-07-10T22:10:14.773Z | Compiling iana-time-zone v0.1.60 |
2226 | 2024-07-10T22:10:14.880Z | Compiling syn v1.0.109 |
2227 | 2024-07-10T22:10:15.283Z | Compiling unicode-normalization v0.1.23 |
2228 | 2024-07-10T22:10:15.316Z | Compiling schemars v0.8.21 |
2229 | 2024-07-10T22:10:15.422Z | Compiling unicode-bidi v0.3.15 |
2230 | 2024-07-10T22:10:15.454Z | Compiling dyn-clone v1.0.17 |
2231 | 2024-07-10T22:10:15.673Z | Compiling ppv-lite86 v0.2.17 |
2232 | 2024-07-10T22:10:15.690Z | Compiling time-macros v0.2.18 |
2233 | 2024-07-10T22:10:16.367Z | Compiling ring v0.17.8 |
2234 | 2024-07-10T22:10:16.435Z | Compiling rand_chacha v0.3.1 |
2235 | 2024-07-10T22:10:16.641Z | Compiling aho-corasick v1.1.3 |
2236 | 2024-07-10T22:10:17.007Z | Compiling regex-syntax v0.8.3 |
2237 | 2024-07-10T22:10:17.398Z | Compiling rand v0.8.5 |
2238 | 2024-07-10T22:10:18.890Z | Compiling idna v0.5.0 |
2239 | 2024-07-10T22:10:19.339Z | Compiling time v0.3.36 |
2240 | 2024-07-10T22:10:19.632Z | Compiling slog v2.7.0 |
2241 | 2024-07-10T22:10:20.219Z | Compiling url v2.5.0 |
2242 | 2024-07-10T22:10:20.473Z | Compiling regex-automata v0.4.6 |
2243 | 2024-07-10T22:10:20.541Z | Compiling untrusted v0.9.0 |
2244 | 2024-07-10T22:10:22.143Z | Compiling serde_derive_internals v0.29.1 |
2245 | 2024-07-10T22:10:23.446Z | Compiling lazy_static v1.5.0 |
2246 | 2024-07-10T22:10:23.580Z | Compiling backtrace v0.3.71 |
2247 | 2024-07-10T22:10:23.983Z | Compiling gimli v0.28.1 |
2248 | 2024-07-10T22:10:24.078Z | Compiling object v0.32.2 |
2249 | 2024-07-10T22:10:24.755Z | Compiling rustc-demangle v0.1.24 |
2250 | 2024-07-10T22:10:24.860Z | Compiling anyhow v1.0.86 |
2251 | 2024-07-10T22:10:25.138Z | Compiling base64ct v1.6.0 |
2252 | 2024-07-10T22:10:25.642Z | Compiling winnow v0.5.40 |
2253 | 2024-07-10T22:10:25.760Z | Compiling crossbeam-utils v0.8.19 |
2254 | 2024-07-10T22:10:25.760Z | Compiling rustls v0.21.12 |
2255 | 2024-07-10T22:10:26.036Z | Compiling regex v1.10.5 |
2256 | 2024-07-10T22:10:26.469Z | Compiling rustls-webpki v0.101.7 |
2257 | 2024-07-10T22:10:27.165Z | Compiling sct v0.7.1 |
2258 | 2024-07-10T22:10:27.508Z | Compiling cookie v0.17.0 |
2259 | 2024-07-10T22:10:28.467Z | Compiling addr2line v0.21.0 |
2260 | 2024-07-10T22:10:28.852Z | Compiling serde_derive v1.0.204 |
2261 | 2024-07-10T22:10:28.994Z | Compiling zeroize_derive v1.4.2 |
2262 | 2024-07-10T22:10:29.139Z | Compiling thiserror-impl v1.0.60 |
2263 | 2024-07-10T22:10:29.694Z | Compiling zerocopy-derive v0.7.34 |
2264 | 2024-07-10T22:10:30.678Z | Compiling zeroize v1.7.0 |
2265 | 2024-07-10T22:10:30.708Z | Compiling tokio-macros v2.3.0 |
2266 | 2024-07-10T22:10:31.569Z | Compiling futures-macro v0.3.30 |
2267 | 2024-07-10T22:10:32.105Z | Compiling zerocopy v0.7.34 |
2268 | 2024-07-10T22:10:32.494Z | Compiling crypto-common v0.1.6 |
2269 | 2024-07-10T22:10:32.584Z | Compiling block-buffer v0.10.4 |
2270 | 2024-07-10T22:10:32.601Z | Compiling thiserror v1.0.60 |
2271 | 2024-07-10T22:10:32.722Z | Compiling schemars_derive v0.8.21 |
2272 | 2024-07-10T22:10:32.750Z | Compiling tracing-attributes v0.1.27 |
2273 | 2024-07-10T22:10:32.878Z | Compiling digest v0.10.7 |
2274 | 2024-07-10T22:10:33.403Z | Compiling async-trait v0.1.81 |
2275 | 2024-07-10T22:10:33.773Z | Compiling futures-util v0.3.30 |
2276 | 2024-07-10T22:10:34.381Z | Compiling hashbrown v0.14.5 |
2277 | 2024-07-10T22:10:35.863Z | Compiling openssl-macros v0.1.1 |
2278 | 2024-07-10T22:10:36.447Z | Compiling pest v2.7.10 |
2279 | 2024-07-10T22:10:36.929Z | Compiling tracing v0.1.40 |
2280 | 2024-07-10T22:10:37.301Z | Compiling idna v0.3.0 |
2281 | 2024-07-10T22:10:37.428Z | Compiling psl-types v2.0.11 |
2282 | 2024-07-10T22:10:37.459Z | Compiling data-encoding v2.6.0 |
2283 | 2024-07-10T22:10:37.642Z | Compiling hmac v0.12.1 |
2284 | 2024-07-10T22:10:37.926Z | Compiling scroll_derive v0.12.0 |
2285 | 2024-07-10T22:10:38.222Z | Compiling publicsuffix v2.2.3 |
2286 | 2024-07-10T22:10:38.502Z | Compiling bitflags v1.3.2 |
2287 | 2024-07-10T22:10:38.618Z | Compiling webpki-roots v0.25.4 |
2288 | 2024-07-10T22:10:38.777Z | Compiling block-padding v0.3.3 |
2289 | 2024-07-10T22:10:38.979Z | Compiling pest_meta v2.7.10 |
2290 | 2024-07-10T22:10:39.042Z | Compiling der_derive v0.7.2 |
2291 | 2024-07-10T22:10:39.113Z | Compiling pem-rfc7468 v0.7.0 |
2292 | 2024-07-10T22:10:39.353Z | Compiling flagset v0.4.5 |
2293 | 2024-07-10T22:10:39.460Z | Compiling scroll v0.12.0 |
2294 | 2024-07-10T22:10:39.571Z | Compiling futures-executor v0.3.30 |
2295 | 2024-07-10T22:10:39.904Z | Compiling futures v0.3.30 |
2296 | 2024-07-10T22:10:40.023Z | Compiling goblin v0.8.2 |
2297 | 2024-07-10T22:10:40.026Z | Compiling inout v0.1.3 |
2298 | 2024-07-10T22:10:40.122Z | Compiling sha2 v0.10.8 |
2299 | 2024-07-10T22:10:40.154Z | Compiling either v1.12.0 |
2300 | 2024-07-10T22:10:40.189Z | Compiling pest_generator v2.7.10 |
2301 | 2024-07-10T22:10:40.325Z | Compiling cipher v0.4.4 |
2302 | 2024-07-10T22:10:40.608Z | Compiling ff v0.13.0 |
2303 | 2024-07-10T22:10:40.863Z | Compiling base16ct v0.2.0 |
2304 | 2024-07-10T22:10:40.893Z | Compiling stable_deref_trait v1.2.0 |
2305 | 2024-07-10T22:10:41.010Z | Compiling group v0.13.0 |
2306 | 2024-07-10T22:10:41.208Z | Compiling hkdf v0.12.4 |
2307 | 2024-07-10T22:10:41.362Z | Compiling crossbeam-epoch v0.9.18 |
2308 | 2024-07-10T22:10:41.489Z | Compiling crypto-bigint v0.5.5 |
2309 | 2024-07-10T22:10:41.760Z | Compiling der v0.7.9 |
2310 | 2024-07-10T22:10:42.182Z | Compiling num-integer v0.1.46 |
2311 | 2024-07-10T22:10:42.251Z | Compiling unicode-segmentation v1.11.0 |
2312 | 2024-07-10T22:10:43.049Z | Compiling managed v0.8.0 |
2313 | 2024-07-10T22:10:43.094Z | Compiling matches v0.1.10 |
2314 | 2024-07-10T22:10:43.195Z | Compiling idna v0.2.3 |
2315 | 2024-07-10T22:10:43.501Z | Compiling enum-as-inner v0.5.1 |
2316 | 2024-07-10T22:10:43.717Z | Compiling bit-vec v0.6.3 |
2317 | 2024-07-10T22:10:44.196Z | Compiling bytes v1.6.0 |
2318 | 2024-07-10T22:10:44.472Z | Compiling indexmap v2.2.6 |
2319 | 2024-07-10T22:10:44.546Z | Compiling chrono v0.4.38 |
2320 | 2024-07-10T22:10:44.844Z | Compiling uuid v1.9.1 |
2321 | 2024-07-10T22:10:45.272Z | Compiling tokio v1.38.0 |
2322 | 2024-07-10T22:10:45.584Z | Compiling bitflags v2.5.0 |
2323 | 2024-07-10T22:10:45.910Z | Compiling semver v1.0.23 |
2324 | 2024-07-10T22:10:46.053Z | Compiling http v0.2.12 |
2325 | 2024-07-10T22:10:46.406Z | Compiling serde_tokenstream v0.2.1 |
2326 | 2024-07-10T22:10:46.739Z | Compiling toml_datetime v0.6.6 |
2327 | 2024-07-10T22:10:47.286Z | Compiling serde_spanned v0.6.6 |
2328 | 2024-07-10T22:10:47.481Z | Compiling toml_edit v0.19.15 |
2329 | 2024-07-10T22:10:47.522Z | Compiling openssl v0.10.64 |
2330 | 2024-07-10T22:10:47.798Z | Compiling http-body v0.4.6 |
2331 | 2024-07-10T22:10:48.306Z | Compiling rustix v0.38.34 |
2332 | 2024-07-10T22:10:48.492Z | Compiling serde_urlencoded v0.7.1 |
2333 | 2024-07-10T22:10:48.713Z | Compiling cookie_store v0.20.0 |
2334 | 2024-07-10T22:10:49.031Z | Compiling openapiv3 v2.0.0 |
2335 | 2024-07-10T22:10:50.303Z | Compiling rustc_version v0.4.0 |
2336 | 2024-07-10T22:10:50.830Z | Compiling pest_derive v2.7.10 |
2337 | 2024-07-10T22:10:51.107Z | Compiling dof v0.3.0 |
2338 | 2024-07-10T22:10:51.141Z | Compiling spki v0.7.3 |
2339 | 2024-07-10T22:10:51.533Z | Compiling pkcs8 v0.10.2 |
2340 | 2024-07-10T22:10:51.550Z | Compiling ipnetwork v0.20.0 |
2341 | 2024-07-10T22:10:51.783Z | Compiling dtrace-parser v0.2.0 |
2342 | 2024-07-10T22:10:52.131Z | Compiling sec1 v0.7.3 |
2343 | 2024-07-10T22:10:52.537Z | Compiling usdt-impl v0.5.0 |
2344 | 2024-07-10T22:10:52.730Z | Compiling elliptic-curve v0.13.8 |
2345 | 2024-07-10T22:10:53.484Z | Compiling tokio-util v0.7.11 |
2346 | 2024-07-10T22:10:53.582Z | Compiling native-tls v0.2.11 |
2347 | 2024-07-10T22:10:53.602Z | Compiling tokio-rustls v0.24.1 |
2348 | 2024-07-10T22:10:53.951Z | Compiling tokio-native-tls v0.3.1 |
2349 | 2024-07-10T22:10:54.015Z | Compiling toml v0.7.8 |
2350 | 2024-07-10T22:10:54.231Z | Compiling toml_edit v0.22.14 |
2351 | 2024-07-10T22:10:54.248Z | Compiling hex v0.4.3 |
2352 | 2024-07-10T22:10:54.264Z | Compiling usdt-macro v0.5.0 |
2353 | 2024-07-10T22:10:54.863Z | Compiling h2 v0.3.26 |
2354 | 2024-07-10T22:10:54.924Z | Compiling usdt-attr-macro v0.5.0 |
2355 | 2024-07-10T22:10:55.798Z | Compiling siphasher v0.3.11 |
2356 | 2024-07-10T22:10:55.816Z | Compiling trust-dns-proto v0.22.0 |
2357 | 2024-07-10T22:10:55.819Z | Compiling heapless v0.7.17 |
2358 | 2024-07-10T22:10:56.204Z | Compiling terminal_size v0.3.0 |
2359 | 2024-07-10T22:10:56.223Z | Compiling num-bigint v0.4.5 |
2360 | 2024-07-10T22:10:56.418Z | Compiling regress v0.9.1 |
2361 | 2024-07-10T22:10:56.451Z | Compiling finl_unicode v1.2.0 |
2362 | 2024-07-10T22:10:56.597Z | Compiling usdt v0.5.0 |
2363 | 2024-07-10T22:10:57.056Z | Compiling signal-hook v0.3.17 |
2364 | 2024-07-10T22:10:57.135Z | Compiling clap_builder v4.5.2 |
2365 | 2024-07-10T22:10:57.354Z | Compiling stringprep v0.1.4 |
2366 | 2024-07-10T22:10:58.792Z | Compiling itertools v0.10.5 |
2367 | 2024-07-10T22:11:01.132Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2368 | 2024-07-10T22:11:01.703Z | Compiling hyper v0.14.28 |
2369 | 2024-07-10T22:11:01.794Z | Compiling yasna v0.5.2 |
2370 | 2024-07-10T22:11:03.017Z | Compiling md-5 v0.10.6 |
2371 | 2024-07-10T22:11:03.311Z | Compiling clap_derive v4.5.4 |
2372 | 2024-07-10T22:11:03.870Z | Compiling hash32 v0.2.1 |
2373 | 2024-07-10T22:11:04.278Z | Compiling fallible-iterator v0.2.0 |
2374 | 2024-07-10T22:11:04.591Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2375 | 2024-07-10T22:11:04.967Z | Compiling smoltcp v0.9.1 |
2376 | 2024-07-10T22:11:05.449Z | Compiling postgres-protocol v0.6.6 |
2377 | 2024-07-10T22:11:06.791Z | Compiling phf_shared v0.11.2 |
2378 | 2024-07-10T22:11:06.840Z | Compiling tokio-stream v0.1.15 |
2379 | 2024-07-10T22:11:06.898Z | Compiling hubpack_derive v0.1.1 |
2380 | 2024-07-10T22:11:06.919Z | Compiling zerocopy-derive v0.6.6 |
2381 | 2024-07-10T22:11:06.962Z | Compiling diesel_table_macro_syntax v0.1.0 |
2382 | 2024-07-10T22:11:07.191Z | Compiling scheduled-thread-pool v0.2.7 |
2383 | 2024-07-10T22:11:07.404Z | Compiling fs-err v2.11.0 |
2384 | 2024-07-10T22:11:07.679Z | Compiling fixedbitset v0.4.2 |
2385 | 2024-07-10T22:11:07.786Z | Compiling hubpack v0.1.2 |
2386 | 2024-07-10T22:11:07.867Z | Compiling r2d2 v0.8.10 |
2387 | 2024-07-10T22:11:07.983Z | Compiling petgraph v0.6.5 |
2388 | 2024-07-10T22:11:08.179Z | Compiling diesel_derives v2.1.4 |
2389 | 2024-07-10T22:11:08.232Z | Compiling phf v0.11.2 |
2390 | 2024-07-10T22:11:08.555Z | Compiling hyper-tls v0.5.0 |
2391 | 2024-07-10T22:11:08.627Z | Compiling hyper-rustls v0.24.2 |
2392 | 2024-07-10T22:11:08.926Z | Compiling reqwest v0.11.27 |
2393 | 2024-07-10T22:11:08.998Z | Compiling clap v4.5.4 |
2394 | 2024-07-10T22:11:09.118Z | Compiling postgres-types v0.2.6 |
2395 | 2024-07-10T22:11:09.242Z | Compiling zerocopy v0.6.6 |
2396 | 2024-07-10T22:11:10.140Z | Compiling signal-hook-mio v0.2.3 |
2397 | 2024-07-10T22:11:10.500Z | Compiling phf_shared v0.10.0 |
2398 | 2024-07-10T22:11:10.622Z | Compiling similar v2.5.0 |
2399 | 2024-07-10T22:11:10.704Z | Compiling num-iter v0.1.45 |
2400 | 2024-07-10T22:11:10.893Z | Compiling strum_macros v0.25.3 |
2401 | 2024-07-10T22:11:10.933Z | Compiling serde_repr v0.1.19 |
2402 | 2024-07-10T22:11:11.885Z | Compiling getopts v0.2.21 |
2403 | 2024-07-10T22:11:12.089Z | Compiling console v0.15.8 |
2404 | 2024-07-10T22:11:12.133Z | Compiling float-cmp v0.9.0 |
2405 | 2024-07-10T22:11:12.361Z | Compiling whoami v1.5.1 |
2406 | 2024-07-10T22:11:12.937Z | Compiling difflib v0.4.0 |
2407 | 2024-07-10T22:11:13.090Z | Compiling normalize-line-endings v0.3.0 |
2408 | 2024-07-10T22:11:13.189Z | Compiling unsafe-libyaml v0.2.11 |
2409 | 2024-07-10T22:11:13.232Z | Compiling precomputed-hash v0.1.1 |
2410 | 2024-07-10T22:11:13.363Z | Compiling new_debug_unreachable v1.0.6 |
2411 | 2024-07-10T22:11:13.471Z | Compiling minimal-lexical v0.2.1 |
2412 | 2024-07-10T22:11:13.657Z | Compiling static_assertions v1.1.0 |
2413 | 2024-07-10T22:11:13.767Z | Compiling predicates-core v1.0.6 |
2414 | 2024-07-10T22:11:14.033Z | Compiling predicates v3.1.0 |
2415 | 2024-07-10T22:11:14.169Z | Compiling nom v7.1.3 |
2416 | 2024-07-10T22:11:14.607Z | Compiling serde_yaml v0.9.34+deprecated |
2417 | 2024-07-10T22:11:15.208Z | Compiling string_cache v0.8.7 |
2418 | 2024-07-10T22:11:15.227Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2419 | 2024-07-10T22:11:15.710Z | Compiling tokio-postgres v0.7.10 |
2420 | 2024-07-10T22:11:15.902Z | Compiling crossterm v0.27.0 |
2421 | 2024-07-10T22:11:18.831Z | Compiling bit-set v0.5.3 |
2422 | 2024-07-10T22:11:19.133Z | Compiling itertools v0.12.1 |
2423 | 2024-07-10T22:11:19.150Z | Compiling bstr v1.9.1 |
2424 | 2024-07-10T22:11:19.798Z | Compiling lalrpop-util v0.19.12 |
2425 | 2024-07-10T22:11:20.182Z | Compiling peg-runtime v0.8.3 |
2426 | 2024-07-10T22:11:20.893Z | Compiling unicode-xid v0.2.4 |
2427 | 2024-07-10T22:11:20.970Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2428 | 2024-07-10T22:11:21.037Z | Compiling sha1 v0.10.6 |
2429 | 2024-07-10T22:11:21.066Z | Compiling camino v1.1.7 |
2430 | 2024-07-10T22:11:21.426Z | Compiling strum_macros v0.26.4 |
2431 | 2024-07-10T22:11:21.457Z | Compiling http v1.1.0 |
2432 | 2024-07-10T22:11:21.471Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2433 | 2024-07-10T22:11:21.788Z | Compiling base64 v0.22.1 |
2434 | 2024-07-10T22:11:21.805Z | Compiling diesel v2.1.6 |
2435 | 2024-07-10T22:11:22.043Z | Compiling toml v0.8.14 |
2436 | 2024-07-10T22:11:22.344Z | Compiling ident_case v1.0.1 |
2437 | 2024-07-10T22:11:22.542Z | Compiling rustls-pki-types v1.7.0 |
2438 | 2024-07-10T22:11:22.596Z | Compiling darling_core v0.20.9 |
2439 | 2024-07-10T22:11:23.469Z | Compiling crossbeam-channel v0.5.12 |
2440 | 2024-07-10T22:11:23.982Z | Compiling paste v1.0.15 |
2441 | 2024-07-10T22:11:24.046Z | Compiling rustls v0.22.4 |
2442 | 2024-07-10T22:11:24.306Z | Compiling slog-async v2.8.0 |
2443 | 2024-07-10T22:11:24.580Z | Compiling slog-term v2.9.1 |
2444 | 2024-07-10T22:11:24.617Z | Compiling rustls-webpki v0.102.4 |
2445 | 2024-07-10T22:11:25.167Z | Compiling multer v3.1.0 |
2446 | 2024-07-10T22:11:25.460Z | Compiling instant v0.1.12 |
2447 | 2024-07-10T22:11:25.875Z | Compiling slog-json v2.6.1 |
2448 | 2024-07-10T22:11:26.066Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2449 | 2024-07-10T22:11:26.210Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2450 | 2024-07-10T22:11:26.278Z | Compiling async-stream-impl v0.3.5 |
2451 | 2024-07-10T22:11:26.729Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2452 | 2024-07-10T22:11:26.895Z | Compiling debug-ignore v1.0.5 |
2453 | 2024-07-10T22:11:26.898Z | Compiling strum v0.26.2 |
2454 | 2024-07-10T22:11:27.000Z | Compiling atomic-waker v1.1.2 |
2455 | 2024-07-10T22:11:27.086Z | Compiling slog-bunyan v2.5.0 |
2456 | 2024-07-10T22:11:27.130Z | Compiling waitgroup v0.1.2 |
2457 | 2024-07-10T22:11:27.286Z | Compiling rustls-pemfile v2.1.2 |
2458 | 2024-07-10T22:11:27.374Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2459 | 2024-07-10T22:11:27.751Z | Compiling async-stream v0.3.5 |
2460 | 2024-07-10T22:11:27.794Z | Compiling serde_path_to_error v0.1.16 |
2461 | 2024-07-10T22:11:28.168Z | Compiling structmeta-derive v0.3.0 |
2462 | 2024-07-10T22:11:28.370Z | Compiling hostname v0.4.0 |
2463 | 2024-07-10T22:11:28.647Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2464 | 2024-07-10T22:11:28.732Z | Compiling newtype-uuid v1.1.0 |
2465 | 2024-07-10T22:11:29.053Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2466 | 2024-07-10T22:11:29.402Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2467 | 2024-07-10T22:11:29.697Z | Compiling backoff v0.4.0 |
2468 | 2024-07-10T22:11:29.819Z | Compiling tokio-rustls v0.25.0 |
2469 | 2024-07-10T22:11:30.046Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2470 | 2024-07-10T22:11:30.130Z | Compiling darling_macro v0.20.9 |
2471 | 2024-07-10T22:11:30.237Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2472 | 2024-07-10T22:11:30.253Z | Compiling macaddr v1.0.1 |
2473 | 2024-07-10T22:11:30.411Z | Compiling proc-macro-crate v1.3.1 |
2474 | 2024-07-10T22:11:30.717Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2475 | 2024-07-10T22:11:31.055Z | Compiling fastrand v2.1.0 |
2476 | 2024-07-10T22:11:31.123Z | Compiling darling v0.20.9 |
2477 | 2024-07-10T22:11:31.254Z | Compiling serde_with_macros v3.8.1 |
2478 | 2024-07-10T22:11:31.326Z | Compiling structmeta v0.3.0 |
2479 | 2024-07-10T22:11:31.562Z | Compiling num_enum_derive v0.5.11 |
2480 | 2024-07-10T22:11:31.622Z | Compiling tempfile v3.10.1 |
2481 | 2024-07-10T22:11:31.780Z | Compiling parse-display-derive v0.9.1 |
2482 | 2024-07-10T22:11:32.600Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2483 | 2024-07-10T22:11:32.936Z | Compiling foreign-types-macros v0.2.3 |
2484 | 2024-07-10T22:11:34.276Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2485 | 2024-07-10T22:11:34.498Z | Compiling num_enum v0.5.11 |
2486 | 2024-07-10T22:11:34.542Z | Compiling serde_with v3.8.1 |
2487 | 2024-07-10T22:11:34.560Z | Compiling heapless v0.8.0 |
2488 | 2024-07-10T22:11:34.671Z | Compiling foreign-types-shared v0.3.1 |
2489 | 2024-07-10T22:11:34.803Z | Compiling foreign-types v0.5.0 |
2490 | 2024-07-10T22:11:34.951Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2491 | 2024-07-10T22:11:34.968Z | Compiling proc-macro-error v1.0.4 |
2492 | 2024-07-10T22:11:35.687Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2493 | 2024-07-10T22:11:35.813Z | Compiling cstr-argument v0.1.2 |
2494 | 2024-07-10T22:11:36.090Z | Compiling hash32 v0.3.1 |
2495 | 2024-07-10T22:11:36.222Z | Compiling smoltcp v0.11.0 |
2496 | 2024-07-10T22:11:36.352Z | Compiling pretty-hex v0.2.1 |
2497 | 2024-07-10T22:11:36.534Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2498 | 2024-07-10T22:11:36.859Z | Compiling parse-display v0.9.1 |
2499 | 2024-07-10T22:11:36.915Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2500 | 2024-07-10T22:11:36.986Z | Compiling camino-tempfile v1.1.1 |
2501 | 2024-07-10T22:11:37.457Z | Compiling tabwriter v1.4.0 |
2502 | 2024-07-10T22:11:37.532Z | Compiling colored v2.1.0 |
2503 | 2024-07-10T22:11:37.616Z | Compiling socket2 v0.4.10 |
2504 | 2024-07-10T22:11:37.814Z | Compiling embedded-io v0.4.0 |
2505 | 2024-07-10T22:11:38.078Z | Compiling cobs v0.2.3 |
2506 | 2024-07-10T22:11:38.358Z | Compiling postcard v1.0.8 |
2507 | 2024-07-10T22:11:38.406Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2508 | 2024-07-10T22:11:38.593Z | Compiling crucible-workspace-hack v0.1.0 |
2509 | 2024-07-10T22:11:38.701Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2510 | 2024-07-10T22:11:38.871Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2511 | 2024-07-10T22:11:38.893Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2512 | 2024-07-10T22:11:39.017Z | Compiling smf v0.2.3 |
2513 | 2024-07-10T22:11:39.178Z | Compiling humantime v2.1.0 |
2514 | 2024-07-10T22:11:39.218Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2515 | 2024-07-10T22:11:39.723Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2516 | 2024-07-10T22:11:39.785Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2517 | 2024-07-10T22:11:40.306Z | Compiling num-derive v0.4.2 |
2518 | 2024-07-10T22:11:40.517Z | Compiling sigpipe v0.1.3 |
2519 | 2024-07-10T22:11:40.653Z | Compiling utf-8 v0.7.6 |
2520 | 2024-07-10T22:11:40.868Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2521 | 2024-07-10T22:11:41.005Z | Compiling atty v0.2.14 |
2522 | 2024-07-10T22:11:41.154Z | Compiling semver v0.1.20 |
2523 | 2024-07-10T22:11:41.266Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2524 | 2024-07-10T22:11:41.306Z | Compiling rayon-core v1.12.1 |
2525 | 2024-07-10T22:11:41.582Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2526 | 2024-07-10T22:11:41.847Z | Compiling same-file v1.0.6 |
2527 | 2024-07-10T22:11:42.102Z | Compiling walkdir v2.5.0 |
2528 | 2024-07-10T22:11:42.880Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2529 | 2024-07-10T22:11:42.952Z | Compiling rustc_version v0.1.7 |
2530 | 2024-07-10T22:11:43.175Z | Compiling curve25519-dalek v4.1.3 |
2531 | 2024-07-10T22:11:43.285Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2532 | 2024-07-10T22:11:43.464Z | Compiling newline-converter v0.3.0 |
2533 | 2024-07-10T22:11:43.500Z | Compiling crossbeam-deque v0.8.5 |
2534 | 2024-07-10T22:11:43.629Z | Compiling universal-hash v0.5.1 |
2535 | 2024-07-10T22:11:43.770Z | Compiling opaque-debug v0.3.1 |
2536 | 2024-07-10T22:11:43.824Z | Compiling prettyplease v0.2.20 |
2537 | 2024-07-10T22:11:43.876Z | Compiling expectorate v1.1.0 |
2538 | 2024-07-10T22:11:43.879Z | Compiling newtype_derive v0.1.6 |
2539 | 2024-07-10T22:11:43.976Z | Compiling xattr v1.3.1 |
2540 | 2024-07-10T22:11:44.058Z | Compiling num-rational v0.4.2 |
2541 | 2024-07-10T22:11:44.104Z | Compiling signature v2.2.0 |
2542 | 2024-07-10T22:11:44.158Z | Compiling curve25519-dalek-derive v0.1.1 |
2543 | 2024-07-10T22:11:44.270Z | Compiling num-complex v0.4.6 |
2544 | 2024-07-10T22:11:44.416Z | Compiling blake3 v1.5.1 |
2545 | 2024-07-10T22:11:45.053Z | Compiling ring v0.16.20 |
2546 | 2024-07-10T22:11:45.358Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2547 | 2024-07-10T22:11:45.523Z | Compiling unicase v2.7.0 |
2548 | 2024-07-10T22:11:45.759Z | Compiling getrandom v0.1.16 |
2549 | 2024-07-10T22:11:45.776Z | Compiling linked-hash-map v0.5.6 |
2550 | 2024-07-10T22:11:45.810Z | Compiling termcolor v1.4.1 |
2551 | 2024-07-10T22:11:45.834Z | Compiling arc-swap v1.7.1 |
2552 | 2024-07-10T22:11:46.163Z | Compiling quick-error v1.2.3 |
2553 | 2024-07-10T22:11:46.178Z | Compiling convert_case v0.4.0 |
2554 | 2024-07-10T22:11:46.320Z | Compiling resolv-conf v0.7.0 |
2555 | 2024-07-10T22:11:46.473Z | Compiling env_logger v0.9.3 |
2556 | 2024-07-10T22:11:46.548Z | Compiling slog-scope v4.4.0 |
2557 | 2024-07-10T22:11:46.831Z | Compiling lru-cache v0.1.2 |
2558 | 2024-07-10T22:11:47.175Z | Compiling tar v0.4.40 |
2559 | 2024-07-10T22:11:47.233Z | Compiling num v0.4.3 |
2560 | 2024-07-10T22:11:47.251Z | Compiling derive_more v0.99.18 |
2561 | 2024-07-10T22:11:47.756Z | Compiling rayon v1.10.0 |
2562 | 2024-07-10T22:11:49.387Z | Compiling tungstenite v0.21.0 |
2563 | 2024-07-10T22:11:49.427Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2564 | 2024-07-10T22:11:49.932Z | Compiling blake2 v0.10.6 |
2565 | 2024-07-10T22:11:51.253Z | Compiling bitstruct_derive v0.1.0 |
2566 | 2024-07-10T22:11:51.339Z | Compiling derive-where v1.2.7 |
2567 | 2024-07-10T22:11:51.611Z | Compiling password-hash v0.5.0 |
2568 | 2024-07-10T22:11:52.628Z | Compiling memmap2 v0.9.4 |
2569 | 2024-07-10T22:11:52.692Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2570 | 2024-07-10T22:11:52.852Z | Compiling float-ord v0.3.2 |
2571 | 2024-07-10T22:11:52.901Z | Compiling libefi-sys v0.1.0 |
2572 | 2024-07-10T22:11:53.033Z | Compiling parking_lot_core v0.8.6 |
2573 | 2024-07-10T22:11:53.129Z | Compiling arrayref v0.3.7 |
2574 | 2024-07-10T22:11:53.197Z | Compiling home v0.5.9 |
2575 | 2024-07-10T22:11:53.228Z | Compiling arrayvec v0.7.4 |
2576 | 2024-07-10T22:11:53.482Z | Compiling spin v0.5.2 |
2577 | 2024-07-10T22:11:53.498Z | Compiling untrusted v0.7.1 |
2578 | 2024-07-10T22:11:53.646Z | Compiling constant_time_eq v0.3.0 |
2579 | 2024-07-10T22:11:53.678Z | Compiling ascii v1.1.0 |
2580 | 2024-07-10T22:11:54.284Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2581 | 2024-07-10T22:11:54.461Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2582 | 2024-07-10T22:11:54.689Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
2583 | 2024-07-10T22:11:55.032Z | Compiling toolchain_find v0.4.0 |
2584 | 2024-07-10T22:11:55.626Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-07-10T22:11:55.728Z | Compiling bitstruct v0.1.1 |
2586 | 2024-07-10T22:11:55.785Z | Compiling argon2 v0.5.3 |
2587 | 2024-07-10T22:11:55.846Z | Compiling tokio-tungstenite v0.21.0 |
2588 | 2024-07-10T22:11:55.897Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-07-10T22:11:56.312Z | Compiling trust-dns-resolver v0.22.0 |
2590 | 2024-07-10T22:11:56.328Z | Compiling slog-stdlog v4.1.1 |
2591 | 2024-07-10T22:11:56.707Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2592 | 2024-07-10T22:11:56.724Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2593 | 2024-07-10T22:11:56.920Z | Compiling erased-serde v0.3.31 |
2594 | 2024-07-10T22:11:57.116Z | Compiling serde_arrays v0.1.0 |
2595 | 2024-07-10T22:11:57.288Z | Compiling rfc6979 v0.4.0 |
2596 | 2024-07-10T22:11:57.442Z | Compiling aead v0.5.2 |
2597 | 2024-07-10T22:11:57.473Z | Compiling bitfield-struct v0.6.1 |
2598 | 2024-07-10T22:11:57.505Z | Compiling nibble_vec v0.1.0 |
2599 | 2024-07-10T22:11:57.723Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2600 | 2024-07-10T22:11:57.878Z | Compiling slog-dtrace v0.3.0 |
2601 | 2024-07-10T22:11:58.122Z | Compiling topological-sort v0.2.2 |
2602 | 2024-07-10T22:11:58.173Z | Compiling cancel-safe-futures v0.1.5 |
2603 | 2024-07-10T22:11:58.358Z | Compiling endian-type v0.1.2 |
2604 | 2024-07-10T22:11:58.390Z | Compiling keccak v0.1.5 |
2605 | 2024-07-10T22:11:58.545Z | Compiling omicron-zone-package v0.11.0 |
2606 | 2024-07-10T22:11:58.621Z | Compiling radix_trie v0.2.1 |
2607 | 2024-07-10T22:11:58.697Z | Compiling sha3 v0.10.8 |
2608 | 2024-07-10T22:11:58.934Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2609 | 2024-07-10T22:11:58.987Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2610 | 2024-07-10T22:11:59.335Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2611 | 2024-07-10T22:11:59.352Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2612 | 2024-07-10T22:11:59.516Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2613 | 2024-07-10T22:11:59.731Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2614 | 2024-07-10T22:11:59.784Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2615 | 2024-07-10T22:12:00.086Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2616 | 2024-07-10T22:12:00.214Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2617 | 2024-07-10T22:12:00.566Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2618 | 2024-07-10T22:12:00.693Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2619 | 2024-07-10T22:12:01.020Z | Compiling ecdsa v0.16.9 |
2620 | 2024-07-10T22:12:01.737Z | Compiling mime_guess v2.0.4 |
2621 | 2024-07-10T22:12:01.878Z | Compiling rand_core v0.5.1 |
2622 | 2024-07-10T22:12:02.442Z | Compiling slog-envlogger v2.2.0 |
2623 | 2024-07-10T22:12:02.623Z | Compiling steno v0.4.1 |
2624 | 2024-07-10T22:12:03.135Z | Compiling rustfmt-wrapper v0.2.1 |
2625 | 2024-07-10T22:12:03.346Z | Compiling poly1305 v0.8.0 |
2626 | 2024-07-10T22:12:03.736Z | Compiling tungstenite v0.20.1 |
2627 | 2024-07-10T22:12:04.111Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2628 | 2024-07-10T22:12:04.852Z | Compiling primeorder v0.13.6 |
2629 | 2024-07-10T22:12:05.128Z | Compiling heck v0.3.3 |
2630 | 2024-07-10T22:12:05.397Z | Compiling chacha20 v0.9.1 |
2631 | 2024-07-10T22:12:05.459Z | Compiling secrecy v0.8.0 |
2632 | 2024-07-10T22:12:05.590Z | Compiling thiserror-impl-no-std v2.0.2 |
2633 | 2024-07-10T22:12:05.749Z | Compiling half v2.4.1 |
2634 | 2024-07-10T22:12:05.855Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2635 | 2024-07-10T22:12:05.915Z | Compiling option-ext v0.2.0 |
2636 | 2024-07-10T22:12:05.977Z | Compiling ciborium-io v0.2.2 |
2637 | 2024-07-10T22:12:06.051Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2638 | 2024-07-10T22:12:06.117Z | Compiling dirs-sys v0.4.1 |
2639 | 2024-07-10T22:12:06.305Z | Compiling ciborium-ll v0.2.2 |
2640 | 2024-07-10T22:12:06.356Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2641 | 2024-07-10T22:12:06.750Z | Compiling zone_cfg_derive v0.1.2 |
2642 | 2024-07-10T22:12:06.771Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2643 | 2024-07-10T22:12:06.786Z | Compiling tokio-tungstenite v0.20.1 |
2644 | 2024-07-10T22:12:07.392Z | Compiling parking_lot v0.11.2 |
2645 | 2024-07-10T22:12:07.886Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2646 | 2024-07-10T22:12:08.335Z | Compiling rand_chacha v0.2.2 |
2647 | 2024-07-10T22:12:08.355Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2648 | 2024-07-10T22:12:08.635Z | Compiling trust-dns-client v0.22.0 |
2649 | 2024-07-10T22:12:08.993Z | Compiling thiserror-no-std v2.0.2 |
2650 | 2024-07-10T22:12:09.115Z | Compiling ed25519 v2.2.3 |
2651 | 2024-07-10T22:12:09.619Z | Compiling polyval v0.6.2 |
2652 | 2024-07-10T22:12:09.646Z | Compiling libsw v3.3.1 |
2653 | 2024-07-10T22:12:09.965Z | Compiling toml v0.5.11 |
2654 | 2024-07-10T22:12:10.056Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2655 | 2024-07-10T22:12:10.353Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2656 | 2024-07-10T22:12:10.943Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2657 | 2024-07-10T22:12:11.984Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2658 | 2024-07-10T22:12:12.454Z | Compiling blowfish v0.9.1 |
2659 | 2024-07-10T22:12:12.958Z | Compiling aes v0.8.4 |
2660 | 2024-07-10T22:12:13.866Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2661 | 2024-07-10T22:12:14.881Z | Compiling ctr v0.9.2 |
2662 | 2024-07-10T22:12:15.250Z | Compiling pbkdf2 v0.12.2 |
2663 | 2024-07-10T22:12:15.434Z | Compiling password-hash v0.4.2 |
2664 | 2024-07-10T22:12:15.781Z | Compiling gethostname v0.4.3 |
2665 | 2024-07-10T22:12:15.842Z | Compiling fxhash v0.2.1 |
2666 | 2024-07-10T22:12:16.058Z | Compiling owo-colors v4.0.0 |
2667 | 2024-07-10T22:12:16.061Z | Compiling base64 v0.13.1 |
2668 | 2024-07-10T22:12:16.356Z | Compiling linear-map v1.2.0 |
2669 | 2024-07-10T22:12:16.734Z | Compiling ron v0.7.1 |
2670 | 2024-07-10T22:12:16.750Z | Compiling sled v0.34.7 |
2671 | 2024-07-10T22:12:18.424Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2672 | 2024-07-10T22:12:18.614Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2673 | 2024-07-10T22:12:19.108Z | Compiling pbkdf2 v0.11.0 |
2674 | 2024-07-10T22:12:19.496Z | Compiling bcrypt-pbkdf v0.10.0 |
2675 | 2024-07-10T22:12:20.154Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2676 | 2024-07-10T22:12:20.897Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2677 | 2024-07-10T22:12:22.111Z | Compiling trust-dns-server v0.22.1 |
2678 | 2024-07-10T22:12:22.291Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2679 | 2024-07-10T22:12:22.486Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2680 | 2024-07-10T22:12:23.039Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2681 | 2024-07-10T22:12:23.328Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2682 | 2024-07-10T22:12:25.102Z | Compiling ghash v0.5.1 |
2683 | 2024-07-10T22:12:25.294Z | Compiling ed25519-dalek v2.1.1 |
2684 | 2024-07-10T22:12:25.788Z | Compiling vsss-rs v3.3.4 |
2685 | 2024-07-10T22:12:26.419Z | Compiling rand v0.7.3 |
2686 | 2024-07-10T22:12:27.417Z | Compiling zone v0.1.8 |
2687 | 2024-07-10T22:12:27.934Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2688 | 2024-07-10T22:12:28.345Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2689 | 2024-07-10T22:12:28.813Z | Compiling ciborium v0.2.2 |
2690 | 2024-07-10T22:12:29.203Z | Compiling dirs v5.0.1 |
2691 | 2024-07-10T22:12:29.406Z | Compiling chacha20poly1305 v0.10.1 |
2692 | 2024-07-10T22:12:29.426Z | Compiling p256 v0.13.2 |
2693 | 2024-07-10T22:12:29.651Z | Compiling p521 v0.13.3 |
2694 | 2024-07-10T22:12:30.351Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
2695 | 2024-07-10T22:12:30.376Z | Compiling pem v3.0.4 |
2696 | 2024-07-10T22:12:30.499Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2697 | 2024-07-10T22:12:30.880Z | Compiling headers-core v0.2.0 |
2698 | 2024-07-10T22:12:31.056Z | Compiling cbc v0.1.2 |
2699 | 2024-07-10T22:12:31.240Z | Compiling kstat-rs v0.2.4 |
2700 | 2024-07-10T22:12:31.306Z | Compiling portpicker v0.1.1 |
2701 | 2024-07-10T22:12:31.652Z | Compiling nanorand v0.7.0 |
2702 | 2024-07-10T22:12:31.726Z | Compiling russh-cryptovec v0.7.2 |
2703 | 2024-07-10T22:12:31.925Z | Compiling glob v0.3.1 |
2704 | 2024-07-10T22:12:32.052Z | Compiling md5 v0.7.0 |
2705 | 2024-07-10T22:12:32.145Z | Compiling http-range v0.1.5 |
2706 | 2024-07-10T22:12:32.270Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2707 | 2024-07-10T22:12:32.534Z | Compiling hyper-staticfile v0.9.5 |
2708 | 2024-07-10T22:12:32.565Z | Compiling russh-keys v0.43.0 |
2709 | 2024-07-10T22:12:32.795Z | Compiling flume v0.11.0 |
2710 | 2024-07-10T22:12:32.954Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2711 | 2024-07-10T22:12:33.530Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2712 | 2024-07-10T22:12:33.561Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2713 | 2024-07-10T22:12:35.361Z | Compiling headers v0.3.9 |
2714 | 2024-07-10T22:12:36.158Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2715 | 2024-07-10T22:12:36.337Z | Compiling rcgen v0.12.1 |
2716 | 2024-07-10T22:12:36.626Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2717 | 2024-07-10T22:12:39.053Z | Compiling aes-gcm v0.10.3 |
2718 | 2024-07-10T22:12:39.378Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2719 | 2024-07-10T22:12:40.028Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2720 | 2024-07-10T22:12:40.195Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2721 | 2024-07-10T22:12:42.027Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2722 | 2024-07-10T22:12:45.154Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2723 | 2024-07-10T22:12:46.338Z | Compiling atomicwrites v0.4.3 |
2724 | 2024-07-10T22:12:46.741Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2725 | 2024-07-10T22:12:46.920Z | Compiling subprocess v0.2.9 |
2726 | 2024-07-10T22:12:48.074Z | Compiling hex-literal v0.4.1 |
2727 | 2024-07-10T22:12:48.244Z | Compiling dhcproto-macros v0.1.0 |
2728 | 2024-07-10T22:12:49.072Z | Compiling display-error-chain v0.2.0 |
2729 | 2024-07-10T22:12:49.241Z | Compiling dhcproto v0.11.0 |
2730 | 2024-07-10T22:12:49.265Z | Compiling russh v0.43.0 |
2731 | 2024-07-10T22:12:49.522Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2732 | 2024-07-10T22:12:50.910Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2733 | 2024-07-10T22:12:52.500Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2734 | 2024-07-10T22:12:52.775Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2735 | 2024-07-10T22:12:53.311Z | Compiling internet-checksum v0.2.1 |
2736 | 2024-07-10T22:13:15.616Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2737 | 2024-07-10T22:13:59.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 47s |
2738 | 2024-07-10T22:13:59.771Z | |
2739 | 2024-07-10T22:13:59.775Z | real 3:47.271443123 |
2740 | 2024-07-10T22:13:59.775Z | user 20:15.785476480 |
2741 | 2024-07-10T22:13:59.775Z | sys 4:20.093352336 |
2742 | 2024-07-10T22:13:59.775Z | trap 0.598303340 |
2743 | 2024-07-10T22:13:59.775Z | tflt 0.729908215 |
2744 | 2024-07-10T22:13:59.775Z | dflt 2.323736143 |
2745 | 2024-07-10T22:13:59.775Z | kflt 0.000306793 |
2746 | 2024-07-10T22:13:59.775Z | lock 43:27.163062761 |
2747 | 2024-07-10T22:13:59.775Z | slp 58:16.456202677 |
2748 | 2024-07-10T22:13:59.775Z | lat 1:06.239410047 |
2749 | 2024-07-10T22:13:59.775Z | stop 2:25.257502827 |
2750 | 2024-07-10T22:13:59.775Z | + mkdir tests |
2751 | 2024-07-10T22:13:59.779Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2752 | 2024-07-10T22:13:59.779Z | + xargs -I '{}' -t cp '{}' tests/ |
2753 | 2024-07-10T22:14:00.616Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5465fa55270b9cf3 tests/ |
2754 | 2024-07-10T22:14:00.638Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f5d40e613b07835 tests/ |
2755 | 2024-07-10T22:14:00.662Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-042ee7f868ef739c tests/ |
2756 | 2024-07-10T22:14:00.689Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cfd88465eab6d8b2 tests/ |
2757 | 2024-07-10T22:14:01.030Z | + 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/*) |
2758 | 2024-07-10T22:14:01.036Z | + 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-5465fa55270b9cf3 tests/commtest-4f5d40e613b07835 tests/dhcp_server-042ee7f868ef739c tests/end_to_end_tests-cfd88465eab6d8b2 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 |
2759 | 2024-07-10T22:15:05.689Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2760 | 2024-07-10T22:15:05.689Z | a out/target/test 1K |
2761 | 2024-07-10T22:15:05.689Z | a out/npuzone/npuzone 23144K |
2762 | 2024-07-10T22:15:05.689Z | a package-manifest.toml 29K |
2763 | 2024-07-10T22:15:05.689Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2764 | 2024-07-10T22:15:05.689Z | a target/release/omicron-package 32520K |
2765 | 2024-07-10T22:15:05.689Z | a target/release/xtask 18147K |
2766 | 2024-07-10T22:15:05.689Z | a target/debug/bootstrap 358476K |
2767 | 2024-07-10T22:15:05.689Z | a tests/bootstrap-5465fa55270b9cf3 23983K |
2768 | 2024-07-10T22:15:05.689Z | a tests/commtest-4f5d40e613b07835 23984K |
2769 | 2024-07-10T22:15:05.689Z | a tests/dhcp_server-042ee7f868ef739c 23983K |
2770 | 2024-07-10T22:15:05.689Z | a tests/end_to_end_tests-cfd88465eab6d8b2 369275K |
2771 | 2024-07-10T22:15:05.689Z | a out/clickhouse.tar.gz 223114K |
2772 | 2024-07-10T22:15:05.689Z | a out/clickhouse_keeper.tar.gz 223093K |
2773 | 2024-07-10T22:15:05.689Z | a out/cockroachdb.tar.gz 131954K |
2774 | 2024-07-10T22:15:05.689Z | a out/crucible-dtrace.tar 85K |
2775 | 2024-07-10T22:15:05.689Z | a out/crucible-pantry-zone.tar.gz 27046K |
2776 | 2024-07-10T22:15:05.689Z | a out/crucible-zone.tar.gz 37414K |
2777 | 2024-07-10T22:15:05.689Z | a out/external-dns.tar.gz 25122K |
2778 | 2024-07-10T22:15:05.690Z | a out/internal-dns.tar.gz 25121K |
2779 | 2024-07-10T22:15:05.690Z | a out/mg-ddm-gz.tar 60617K |
2780 | 2024-07-10T22:15:05.690Z | a out/nexus.tar.gz 84986K |
2781 | 2024-07-10T22:15:05.690Z | a out/ntp.tar.gz 8925K |
2782 | 2024-07-10T22:15:05.690Z | a out/omicron-gateway-softnpu.tar.gz 13801K |
2783 | 2024-07-10T22:15:05.690Z | a out/omicron-sled-agent.tar 94643K |
2784 | 2024-07-10T22:15:05.690Z | a out/overlay.tar.gz 3K |
2785 | 2024-07-10T22:15:05.690Z | a out/oximeter.tar.gz 42129K |
2786 | 2024-07-10T22:15:05.690Z | a out/oxlog.tar 2955K |
2787 | 2024-07-10T22:15:05.690Z | a out/probe.tar.gz 2764K |
2788 | 2024-07-10T22:15:05.690Z | a out/propolis-server.tar.gz 64642K |
2789 | 2024-07-10T22:15:05.690Z | a out/pumpkind-gz.tar 26665K |
2790 | 2024-07-10T22:15:05.690Z | a out/switch-softnpu.tar.gz 198561K |
2791 | 2024-07-10T22:15:05.693Z | |
2792 | 2024-07-10T22:15:05.693Z | real 1:04.646410486 |
2793 | 2024-07-10T22:15:05.693Z | user 1:01.828476371 |
2794 | 2024-07-10T22:15:05.693Z | sys 3.913667725 |
2795 | 2024-07-10T22:15:05.693Z | trap 0.014368266 |
2796 | 2024-07-10T22:15:05.693Z | tflt 0.000000000 |
2797 | 2024-07-10T22:15:05.693Z | dflt 0.000000000 |
2798 | 2024-07-10T22:15:05.693Z | kflt 0.000000000 |
2799 | 2024-07-10T22:15:05.693Z | lock 0.000000000 |
2800 | 2024-07-10T22:15:05.693Z | slp 1:01.727277231 |
2801 | 2024-07-10T22:15:05.693Z | lat 1.803161819 |
2802 | 2024-07-10T22:15:05.693Z | stop 0.000527623 |
2803 | 2024-07-10T22:15:05.693Z | process exited: duration 1752969 ms, exit code 0 |
|
2804 | 2024-07-10T22:15:05.708Z | found 1 output files |
2805 | 2024-07-10T22:15:05.708Z | uploading: /work/package.tar.gz (1407084012 bytes) |
2806 | 2024-07-10T22:15:31.772Z | uploaded: /work/package.tar.gz |