|
|
|
1 | 2024-07-19T22:21:36.431Z | job assigned to worker 01J36HAVBT44TP7WAQHE8NYZMQ (queued for 45 s) |
|
2 | 2024-07-19T22:21:36.821Z | starting task 0: "setup" |
3 | 2024-07-19T22:21:36.846Z | ++ uname -s |
4 | 2024-07-19T22:21:36.846Z | + kern=SunOS |
5 | 2024-07-19T22:21:36.846Z | + case "$kern" in |
6 | 2024-07-19T22:21:36.846Z | + groupadd -g 12345 build |
7 | 2024-07-19T22:21:36.846Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T22:21:38.856Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T22:21:38.908Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T22:21:38.934Z | + home_fs=zfs |
11 | 2024-07-19T22:21:38.934Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T22:21:38.935Z | + mkdir -p /home/build |
13 | 2024-07-19T22:21:38.935Z | + chown build:build /home/build /work |
14 | 2024-07-19T22:21:40.918Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T22:21:40.942Z | process exited: duration 4099 ms, exit code 0 |
|
16 | 2024-07-19T22:21:40.991Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T22:21:41.015Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T22:21:41.015Z | ' 1.78.0 |
19 | 2024-07-19T22:21:41.015Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-19T22:21:41.015Z | ' default |
21 | 2024-07-19T22:21:41.015Z | * toolchain channel = "1.78.0" |
22 | 2024-07-19T22:21:41.015Z | * toolchain profile = "default" |
23 | 2024-07-19T22:21:41.015Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T22:21:41.015Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-19T22:21:41.126Z | info: downloading installer |
26 | 2024-07-19T22:21:41.578Z | info: profile set to 'default' |
27 | 2024-07-19T22:21:41.578Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T22:21:41.603Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-19T22:21:41.703Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-19T22:21:41.704Z | info: downloading component 'cargo' |
31 | 2024-07-19T22:21:41.895Z | info: downloading component 'clippy' |
32 | 2024-07-19T22:21:41.970Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T22:21:42.247Z | info: downloading component 'rust-std' |
34 | 2024-07-19T22:21:42.536Z | info: downloading component 'rustc' |
35 | 2024-07-19T22:21:43.320Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T22:21:43.364Z | info: installing component 'cargo' |
37 | 2024-07-19T22:21:44.464Z | info: installing component 'clippy' |
38 | 2024-07-19T22:21:44.879Z | info: installing component 'rust-docs' |
39 | 2024-07-19T22:21:47.500Z | info: installing component 'rust-std' |
40 | 2024-07-19T22:21:49.414Z | info: installing component 'rustc' |
41 | 2024-07-19T22:21:54.376Z | info: installing component 'rustfmt' |
42 | 2024-07-19T22:21:54.748Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-19T22:21:54.748Z | |
44 | 2024-07-19T22:21:54.875Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-19T22:21:54.875Z | |
46 | 2024-07-19T22:21:54.875Z | |
47 | 2024-07-19T22:21:54.875Z | Rust is installed now. Great! |
48 | 2024-07-19T22:21:54.875Z | |
49 | 2024-07-19T22:21:54.875Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T22:21:54.875Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T22:21:54.875Z | |
52 | 2024-07-19T22:21:54.875Z | To configure your current shell, you need to source |
53 | 2024-07-19T22:21:54.875Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T22:21:54.875Z | |
55 | 2024-07-19T22:21:54.875Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T22:21:54.875Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T22:21:54.875Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T22:21:54.947Z | + rustc --version |
59 | 2024-07-19T22:21:55.058Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-19T22:21:55.082Z | process exited: duration 14071 ms, exit code 0 |
|
61 | 2024-07-19T22:21:55.130Z | starting task 2: "authentication" |
62 | 2024-07-19T22:21:55.187Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-07-19T22:21:55.238Z | starting task 3: "clone repository" |
64 | 2024-07-19T22:21:55.262Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-19T22:21:55.262Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-19T22:21:55.286Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-19T22:22:09.017Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-19T22:22:09.017Z | + git fetch origin 51178427ce522adc1d51a03a8aab034a38c4884c |
69 | 2024-07-19T22:22:09.411Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-19T22:22:09.411Z | * branch 51178427ce522adc1d51a03a8aab034a38c4884c -> FETCH_HEAD |
71 | 2024-07-19T22:22:09.435Z | + [[ -n sunshowers/spr/cockroach-admin-turn-api-into-a-trait ]] |
72 | 2024-07-19T22:22:09.435Z | ++ git branch --show-current |
73 | 2024-07-19T22:22:09.435Z | + current=main |
74 | 2024-07-19T22:22:09.435Z | + [[ main != sunshowers/spr/cockroach-admin-turn-api-into-a-trait ]] |
75 | 2024-07-19T22:22:09.435Z | + git branch -f sunshowers/spr/cockroach-admin-turn-api-into-a-trait 51178427ce522adc1d51a03a8aab034a38c4884c |
76 | 2024-07-19T22:22:09.435Z | + git checkout -f sunshowers/spr/cockroach-admin-turn-api-into-a-trait |
77 | 2024-07-19T22:22:09.604Z | Switched to branch 'sunshowers/spr/cockroach-admin-turn-api-into-a-trait' |
78 | 2024-07-19T22:22:09.628Z | + git reset --hard 51178427ce522adc1d51a03a8aab034a38c4884c |
79 | 2024-07-19T22:22:09.763Z | HEAD is now at 51178427c thought I removed this test, apparently not |
80 | 2024-07-19T22:22:09.788Z | process exited: duration 14530 ms, exit code 0 |
|
81 | 2024-07-19T22:22:09.836Z | starting task 4: "build" |
82 | 2024-07-19T22:22:09.860Z | + cargo --version |
83 | 2024-07-19T22:22:09.911Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-19T22:22:09.935Z | + rustc --version |
85 | 2024-07-19T22:22:09.988Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-19T22:22:10.012Z | + WORK=/work |
87 | 2024-07-19T22:22:10.012Z | + pfexec mkdir -p /work |
88 | 2024-07-19T22:22:10.012Z | + pfexec chown build /work |
89 | 2024-07-19T22:22:10.012Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-19T22:22:16.031Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-19T22:22:18.386Z | Startup: Caching catalogs ... Done |
92 | 2024-07-19T22:22:22.258Z | Planning: Solver setup ... Done (3.252s) |
93 | 2024-07-19T22:22:22.323Z | Planning: Running solver ... Done (0.064s) |
94 | 2024-07-19T22:22:22.370Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-07-19T22:22:22.864Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-19T22:22:23.560Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-19T22:22:23.619Z | Planning: Package planning ... Done (0.059s) |
98 | 2024-07-19T22:22:23.678Z | Planning: Merging actions ... Done (0.058s) |
99 | 2024-07-19T22:22:24.027Z | Planning: Checking for conflicting actions ... Done (0.349s) |
100 | 2024-07-19T22:22:24.051Z | Planning: Consolidating action changes ... Done (0.013s) |
101 | 2024-07-19T22:22:24.690Z | Planning: Evaluating mediators ... Done (0.648s) |
102 | 2024-07-19T22:22:24.714Z | Planning: Planning completed in 6.25 seconds |
103 | 2024-07-19T22:22:24.738Z | Packages to install: 4 |
104 | 2024-07-19T22:22:24.738Z | Mediators to change: 2 |
105 | 2024-07-19T22:22:24.738Z | Services to change: 1 |
106 | 2024-07-19T22:22:24.738Z | Estimated space available: 148.89 GB |
107 | 2024-07-19T22:22:24.738Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-19T22:22:24.738Z | Create boot environment: No |
109 | 2024-07-19T22:22:24.738Z | Create backup boot environment: No |
110 | 2024-07-19T22:22:24.738Z | Rebuild boot archive: No |
111 | 2024-07-19T22:22:24.738Z | |
112 | 2024-07-19T22:22:24.738Z | Changed mediators: |
113 | 2024-07-19T22:22:24.738Z | mediator clang: |
114 | 2024-07-19T22:22:24.738Z | version: None -> 15 (system default) |
115 | 2024-07-19T22:22:24.738Z | |
116 | 2024-07-19T22:22:24.738Z | mediator llvm: |
117 | 2024-07-19T22:22:24.738Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-19T22:22:24.738Z | |
119 | 2024-07-19T22:22:24.738Z | Changed packages: |
120 | 2024-07-19T22:22:24.738Z | helios-dev |
121 | 2024-07-19T22:22:24.739Z | developer/build-essential |
122 | 2024-07-19T22:22:24.739Z | None -> 11-2.0 |
123 | 2024-07-19T22:22:24.739Z | library/libxmlsec1 |
124 | 2024-07-19T22:22:24.739Z | None -> 1.2.35-2.0 |
125 | 2024-07-19T22:22:24.739Z | ooce/developer/clang-15 |
126 | 2024-07-19T22:22:24.739Z | None -> 15.0.7-2.0 |
127 | 2024-07-19T22:22:24.739Z | ooce/developer/llvm-15 |
128 | 2024-07-19T22:22:24.739Z | None -> 15.0.7-2.0 |
129 | 2024-07-19T22:22:24.739Z | |
130 | 2024-07-19T22:22:24.739Z | Services: |
131 | 2024-07-19T22:22:24.739Z | restart_fmri: |
132 | 2024-07-19T22:22:24.739Z | svc:/system/update-man-index:default |
133 | 2024-07-19T22:22:24.768Z | |
134 | 2024-07-19T22:22:24.768Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-19T22:22:29.779Z | Download: 1193/3290 items 56.2/212.6MB 26% complete (11.3M/s) |
136 | 2024-07-19T22:22:34.780Z | Download: 1424/3290 items 115.4/212.6MB 54% complete (11.6M/s) |
137 | 2024-07-19T22:22:44.449Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (7.4M/s) |
138 | 2024-07-19T22:22:49.452Z | Download: 3147/3290 items 138.1/212.6MB 64% complete (1.8M/s) |
139 | 2024-07-19T22:22:54.059Z | Download: Completed 212.60 MB in 29.29 seconds (7.3M/s) |
140 | 2024-07-19T22:22:54.211Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-07-19T22:22:59.214Z | Actions: 3081/3689 actions (Installing new actions) |
142 | 2024-07-19T22:22:59.953Z | Actions: Completed 3689 actions in 5.74 seconds. |
143 | 2024-07-19T22:23:00.290Z | Done (0.332s) |
144 | 2024-07-19T22:23:00.290Z | Done (0.000s) |
145 | 2024-07-19T22:23:00.697Z | Done (0.406s) |
146 | 2024-07-19T22:23:05.711Z | Done (4.864s) |
147 | 2024-07-19T22:23:05.827Z | Done (0.020s) |
148 | 2024-07-19T22:23:05.851Z | Done (0.000s) |
149 | 2024-07-19T22:23:05.992Z | Done (0.000s) |
150 | 2024-07-19T22:23:06.631Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-07-19T22:23:06.845Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-07-19T22:23:06.845Z | Planning: Consolidating action changes ... Done |
153 | 2024-07-19T22:23:07.156Z | Planning: Evaluating mediators ... Done |
154 | 2024-07-19T22:23:07.179Z | Planning: Planning completed in 0.53 seconds |
155 | 2024-07-19T22:23:07.203Z | Mediators to change: 2 |
156 | 2024-07-19T22:23:07.203Z | Create boot environment: No |
157 | 2024-07-19T22:23:07.203Z | Create backup boot environment: No |
158 | 2024-07-19T22:23:07.255Z | Done |
159 | 2024-07-19T22:23:07.255Z | Done |
160 | 2024-07-19T22:23:07.513Z | Done |
161 | 2024-07-19T22:23:11.808Z | Done |
162 | 2024-07-19T22:23:11.899Z | Done |
163 | 2024-07-19T22:23:11.899Z | Done |
164 | 2024-07-19T22:23:11.975Z | Done |
165 | 2024-07-19T22:23:12.706Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-07-19T22:23:12.730Z | Planning: Merging actions ... Done |
167 | 2024-07-19T22:23:12.937Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-07-19T22:23:12.963Z | Planning: Consolidating action changes ... Done |
169 | 2024-07-19T22:23:13.256Z | Planning: Evaluating mediators ... Done |
170 | 2024-07-19T22:23:13.322Z | Planning: Planning completed in 0.91 seconds |
171 | 2024-07-19T22:23:13.363Z | Packages to change: 1 |
172 | 2024-07-19T22:23:13.363Z | Mediators to change: 1 |
173 | 2024-07-19T22:23:13.363Z | Services to change: 1 |
174 | 2024-07-19T22:23:13.363Z | Create boot environment: No |
175 | 2024-07-19T22:23:13.363Z | Create backup boot environment: Yes |
176 | 2024-07-19T22:23:14.903Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-07-19T22:23:14.927Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2024-07-19T22:23:14.927Z | Done |
179 | 2024-07-19T22:23:14.927Z | Done |
180 | 2024-07-19T22:23:14.990Z | Done |
181 | 2024-07-19T22:23:19.278Z | Done |
182 | 2024-07-19T22:23:19.373Z | Done |
183 | 2024-07-19T22:23:19.373Z | Done |
184 | 2024-07-19T22:23:19.451Z | Done |
185 | 2024-07-19T22:23:19.980Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-07-19T22:23:19.980Z | clang system 15 system |
187 | 2024-07-19T22:23:19.980Z | csh system system illumos |
188 | 2024-07-19T22:23:19.980Z | ctags system system illumos |
189 | 2024-07-19T22:23:19.980Z | gcc vendor 12 vendor |
190 | 2024-07-19T22:23:19.980Z | gcc system 10 system |
191 | 2024-07-19T22:23:19.980Z | gcc system 7 system |
192 | 2024-07-19T22:23:19.980Z | go system 1.20 system |
193 | 2024-07-19T22:23:19.980Z | go system 1.19 system |
194 | 2024-07-19T22:23:19.980Z | llvm system 15 system |
195 | 2024-07-19T22:23:19.980Z | llvm system 14 system |
196 | 2024-07-19T22:23:19.980Z | mariadb system 10.6 system |
197 | 2024-07-19T22:23:19.980Z | mta vendor vendor dma |
198 | 2024-07-19T22:23:19.980Z | openjdk system 17 system |
199 | 2024-07-19T22:23:19.980Z | openjdk system 11 system |
200 | 2024-07-19T22:23:19.980Z | openjdk system 1.8 system |
201 | 2024-07-19T22:23:19.980Z | openssl vendor 3 vendor |
202 | 2024-07-19T22:23:19.980Z | perl system 5.36 system |
203 | 2024-07-19T22:23:19.980Z | postgresql system 15 system |
204 | 2024-07-19T22:23:19.980Z | postgresql system 13 system |
205 | 2024-07-19T22:23:19.980Z | python vendor 3 vendor |
206 | 2024-07-19T22:23:19.980Z | python system 2 system |
207 | 2024-07-19T22:23:19.980Z | python3 system 3.11 system |
208 | 2024-07-19T22:23:19.980Z | ruby system 3.0 system |
209 | 2024-07-19T22:23:19.980Z | words vendor vendor american-english |
210 | 2024-07-19T22:23:19.980Z | words system system australian-english |
211 | 2024-07-19T22:23:19.980Z | words system system british-english |
212 | 2024-07-19T22:23:19.980Z | words system system canadian-english |
213 | 2024-07-19T22:23:19.980Z | words system system french |
214 | 2024-07-19T22:23:19.980Z | words system system italian |
215 | 2024-07-19T22:23:19.981Z | words system system ngerman |
216 | 2024-07-19T22:23:19.981Z | words system system ogerman |
217 | 2024-07-19T22:23:19.981Z | words system system spanish |
218 | 2024-07-19T22:23:20.379Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-07-19T22:23:20.379Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-07-19T22:23:22.371Z | FMRI IFO |
221 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-07-19T22:23:22.371Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-07-19T22:23:22.950Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-07-19T22:23:23.389Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-07-19T22:23:23.763Z | Updating crates.io index |
236 | 2024-07-19T22:23:23.810Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-07-19T22:23:24.651Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-07-19T22:23:25.493Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-07-19T22:23:25.862Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-07-19T22:23:27.868Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-07-19T22:23:28.240Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-07-19T22:23:28.587Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-07-19T22:23:29.699Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-07-19T22:23:31.615Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-07-19T22:23:33.097Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-07-19T22:23:33.866Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-07-19T22:23:34.572Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-07-19T22:23:34.951Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-07-19T22:23:35.350Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-07-19T22:23:35.705Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
251 | 2024-07-19T22:23:36.098Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-07-19T22:23:36.444Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-07-19T22:23:36.770Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-07-19T22:23:37.199Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
255 | 2024-07-19T22:23:37.639Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
256 | 2024-07-19T22:23:38.059Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
257 | 2024-07-19T22:23:38.387Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
258 | 2024-07-19T22:23:39.161Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
259 | 2024-07-19T22:23:39.546Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
260 | 2024-07-19T22:23:40.056Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-07-19T22:23:43.168Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
262 | 2024-07-19T22:23:43.630Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
263 | 2024-07-19T22:23:44.017Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
264 | 2024-07-19T22:23:44.618Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
265 | 2024-07-19T22:23:45.869Z | Downloading crates ... |
266 | 2024-07-19T22:23:45.940Z | Downloaded dtrace-parser v0.2.0 |
267 | 2024-07-19T22:23:45.964Z | Downloaded openssl-probe v0.1.5 |
268 | 2024-07-19T22:23:45.964Z | Downloaded memmap v0.7.0 |
269 | 2024-07-19T22:23:45.964Z | Downloaded macaddr v1.0.1 |
270 | 2024-07-19T22:23:45.964Z | Downloaded pretty-hex v0.4.1 |
271 | 2024-07-19T22:23:45.964Z | Downloaded once_cell v1.19.0 |
272 | 2024-07-19T22:23:45.990Z | Downloaded utf8parse v0.2.1 |
273 | 2024-07-19T22:23:45.990Z | Downloaded version_check v0.9.4 |
274 | 2024-07-19T22:23:45.990Z | Downloaded usdt-impl v0.5.0 |
275 | 2024-07-19T22:23:45.990Z | Downloaded usdt v0.5.0 |
276 | 2024-07-19T22:23:45.990Z | Downloaded serde_derive v1.0.204 |
277 | 2024-07-19T22:23:45.990Z | Downloaded socket2 v0.4.10 |
278 | 2024-07-19T22:23:46.014Z | Downloaded unicode-ident v1.0.12 |
279 | 2024-07-19T22:23:46.014Z | Downloaded want v0.3.1 |
280 | 2024-07-19T22:23:46.014Z | Downloaded usdt-macro v0.5.0 |
281 | 2024-07-19T22:23:46.014Z | Downloaded xattr v1.3.1 |
282 | 2024-07-19T22:23:46.014Z | Downloaded tracing v0.1.40 |
283 | 2024-07-19T22:23:46.038Z | Downloaded term v0.7.0 |
284 | 2024-07-19T22:23:46.038Z | Downloaded zerocopy-derive v0.7.34 |
285 | 2024-07-19T22:23:46.038Z | Downloaded tinyvec v1.6.0 |
286 | 2024-07-19T22:23:46.038Z | Downloaded url v2.5.0 |
287 | 2024-07-19T22:23:46.038Z | Downloaded zerocopy v0.7.34 |
288 | 2024-07-19T22:23:46.063Z | Downloaded winnow v0.6.8 |
289 | 2024-07-19T22:23:46.087Z | Downloaded vcpkg v0.2.15 |
290 | 2024-07-19T22:23:46.133Z | Downloaded unicode-width v0.1.13 |
291 | 2024-07-19T22:23:46.157Z | Downloaded tabled v0.15.0 |
292 | 2024-07-19T22:23:46.181Z | Downloaded tokio v1.38.1 |
293 | 2024-07-19T22:23:46.206Z | Downloaded syn v2.0.71 |
294 | 2024-07-19T22:23:46.230Z | Downloaded syn v1.0.109 |
295 | 2024-07-19T22:23:46.254Z | Downloaded rustix v0.38.34 |
296 | 2024-07-19T22:23:46.279Z | Downloaded unicode-normalization v0.1.23 |
297 | 2024-07-19T22:23:46.279Z | Downloaded serde_json v1.0.120 |
298 | 2024-07-19T22:23:46.279Z | Downloaded encoding_rs v0.8.34 |
299 | 2024-07-19T22:23:46.303Z | Downloaded unicode-bidi v0.3.15 |
300 | 2024-07-19T22:23:46.303Z | Downloaded typenum v1.17.0 |
301 | 2024-07-19T22:23:46.327Z | Downloaded tracing-core v0.1.32 |
302 | 2024-07-19T22:23:46.328Z | Downloaded toml_edit v0.22.16 |
303 | 2024-07-19T22:23:46.352Z | Downloaded tokio-util v0.7.11 |
304 | 2024-07-19T22:23:46.352Z | Downloaded time v0.3.36 |
305 | 2024-07-19T22:23:46.352Z | Downloaded reqwest v0.11.27 |
306 | 2024-07-19T22:23:46.376Z | Downloaded socket2 v0.5.7 |
307 | 2024-07-19T22:23:46.376Z | Downloaded serde v1.0.204 |
308 | 2024-07-19T22:23:46.376Z | Downloaded libc v0.2.155 |
309 | 2024-07-19T22:23:46.400Z | Downloaded toml_datetime v0.6.6 |
310 | 2024-07-19T22:23:46.424Z | Downloaded tokio-native-tls v0.3.1 |
311 | 2024-07-19T22:23:46.425Z | Downloaded thiserror-impl v1.0.62 |
312 | 2024-07-19T22:23:46.425Z | Downloaded tower-service v0.3.2 |
313 | 2024-07-19T22:23:46.425Z | Downloaded thread_local v1.1.8 |
314 | 2024-07-19T22:23:46.425Z | Downloaded terminal_size v0.3.0 |
315 | 2024-07-19T22:23:46.425Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-07-19T22:23:46.425Z | Downloaded tar v0.4.41 |
317 | 2024-07-19T22:23:46.425Z | Downloaded take_mut v0.2.2 |
318 | 2024-07-19T22:23:46.425Z | Downloaded swrite v0.1.0 |
319 | 2024-07-19T22:23:46.425Z | Downloaded strum v0.26.3 |
320 | 2024-07-19T22:23:46.425Z | Downloaded sha2 v0.10.8 |
321 | 2024-07-19T22:23:46.425Z | Downloaded scroll v0.12.0 |
322 | 2024-07-19T22:23:46.425Z | Downloaded openssl v0.10.64 |
323 | 2024-07-19T22:23:46.453Z | Downloaded idna v0.5.0 |
324 | 2024-07-19T22:23:46.453Z | Downloaded goblin v0.8.2 |
325 | 2024-07-19T22:23:46.453Z | Downloaded futures-util v0.3.30 |
326 | 2024-07-19T22:23:46.477Z | Downloaded ucd-trie v0.1.6 |
327 | 2024-07-19T22:23:46.477Z | Downloaded toml v0.8.15 |
328 | 2024-07-19T22:23:46.477Z | Downloaded time-core v0.1.2 |
329 | 2024-07-19T22:23:46.477Z | Downloaded slog-async v2.8.0 |
330 | 2024-07-19T22:23:46.477Z | Downloaded slab v0.4.9 |
331 | 2024-07-19T22:23:46.477Z | Downloaded quote v1.0.36 |
332 | 2024-07-19T22:23:46.502Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-07-19T22:23:46.502Z | Downloaded indexmap v2.2.6 |
334 | 2024-07-19T22:23:46.507Z | Downloaded hyper v0.14.28 |
335 | 2024-07-19T22:23:46.507Z | Downloaded hashbrown v0.14.5 |
336 | 2024-07-19T22:23:46.531Z | Downloaded h2 v0.3.26 |
337 | 2024-07-19T22:23:46.531Z | Downloaded slog-json v2.6.1 |
338 | 2024-07-19T22:23:46.531Z | Downloaded slog v2.7.0 |
339 | 2024-07-19T22:23:46.531Z | Downloaded serde_tokenstream v0.2.1 |
340 | 2024-07-19T22:23:46.531Z | Downloaded ryu v1.0.18 |
341 | 2024-07-19T22:23:46.531Z | Downloaded rustversion v1.0.17 |
342 | 2024-07-19T22:23:46.531Z | Downloaded proc-macro2 v1.0.86 |
343 | 2024-07-19T22:23:46.556Z | Downloaded pest v2.7.10 |
344 | 2024-07-19T22:23:46.556Z | Downloaded flate2 v1.0.30 |
345 | 2024-07-19T22:23:46.556Z | Downloaded clap_builder v4.5.9 |
346 | 2024-07-19T22:23:46.556Z | Downloaded mio v0.8.11 |
347 | 2024-07-19T22:23:46.580Z | Downloaded http v0.2.12 |
348 | 2024-07-19T22:23:46.580Z | Downloaded scroll_derive v0.12.0 |
349 | 2024-07-19T22:23:46.580Z | Downloaded parking_lot v0.12.2 |
350 | 2024-07-19T22:23:46.580Z | Downloaded openssl-sys v0.9.102 |
351 | 2024-07-19T22:23:46.580Z | Downloaded log v0.4.21 |
352 | 2024-07-19T22:23:46.580Z | Downloaded httparse v1.8.0 |
353 | 2024-07-19T22:23:46.605Z | Downloaded tokio-macros v2.3.0 |
354 | 2024-07-19T22:23:46.605Z | Downloaded time-macros v0.2.18 |
355 | 2024-07-19T22:23:46.605Z | Downloaded strum_macros v0.26.4 |
356 | 2024-07-19T22:23:46.605Z | Downloaded semver v1.0.23 |
357 | 2024-07-19T22:23:46.605Z | Downloaded pin-utils v0.1.0 |
358 | 2024-07-19T22:23:46.605Z | Downloaded pin-project-lite v0.2.14 |
359 | 2024-07-19T22:23:46.605Z | Downloaded pest_generator v2.7.10 |
360 | 2024-07-19T22:23:46.605Z | Downloaded futures-executor v0.3.30 |
361 | 2024-07-19T22:23:46.605Z | Downloaded futures-channel v0.3.30 |
362 | 2024-07-19T22:23:46.629Z | Downloaded crossbeam-channel v0.5.12 |
363 | 2024-07-19T22:23:46.629Z | Downloaded cc v1.0.97 |
364 | 2024-07-19T22:23:46.629Z | Downloaded try-lock v0.2.5 |
365 | 2024-07-19T22:23:46.629Z | Downloaded tinyvec_macros v0.1.1 |
366 | 2024-07-19T22:23:46.629Z | Downloaded thread-id v4.2.1 |
367 | 2024-07-19T22:23:46.629Z | Downloaded thiserror v1.0.62 |
368 | 2024-07-19T22:23:46.629Z | Downloaded tabled_derive v0.7.0 |
369 | 2024-07-19T22:23:46.630Z | Downloaded sync_wrapper v0.1.2 |
370 | 2024-07-19T22:23:46.630Z | Downloaded strsim v0.11.1 |
371 | 2024-07-19T22:23:46.630Z | Downloaded smallvec v1.13.2 |
372 | 2024-07-19T22:23:46.654Z | Downloaded slog-term v2.9.1 |
373 | 2024-07-19T22:23:46.654Z | Downloaded slog-bunyan v2.5.0 |
374 | 2024-07-19T22:23:46.654Z | Downloaded signal-hook-registry v1.4.2 |
375 | 2024-07-19T22:23:46.654Z | Downloaded serde_urlencoded v0.7.1 |
376 | 2024-07-19T22:23:46.654Z | Downloaded serde_spanned v0.6.6 |
377 | 2024-07-19T22:23:46.654Z | Downloaded scopeguard v1.2.0 |
378 | 2024-07-19T22:23:46.654Z | Downloaded rustls-pemfile v1.0.4 |
379 | 2024-07-19T22:23:46.654Z | Downloaded proc-macro-error-attr v1.0.4 |
380 | 2024-07-19T22:23:46.654Z | Downloaded powerfmt v0.2.0 |
381 | 2024-07-19T22:23:46.654Z | Downloaded plain v0.2.3 |
382 | 2024-07-19T22:23:46.654Z | Downloaded pkg-config v0.3.30 |
383 | 2024-07-19T22:23:46.654Z | Downloaded pest_meta v2.7.10 |
384 | 2024-07-19T22:23:46.654Z | Downloaded papergrid v0.11.0 |
385 | 2024-07-19T22:23:46.679Z | Downloaded num-conv v0.1.0 |
386 | 2024-07-19T22:23:46.679Z | Downloaded mime v0.3.17 |
387 | 2024-07-19T22:23:46.679Z | Downloaded memchr v2.7.2 |
388 | 2024-07-19T22:23:46.679Z | Downloaded itoa v1.0.11 |
389 | 2024-07-19T22:23:46.679Z | Downloaded heck v0.5.0 |
390 | 2024-07-19T22:23:46.679Z | Downloaded futures-sink v0.3.30 |
391 | 2024-07-19T22:23:46.679Z | Downloaded fs-err v2.11.0 |
392 | 2024-07-19T22:23:46.679Z | Downloaded foreign-types-shared v0.1.1 |
393 | 2024-07-19T22:23:46.679Z | Downloaded foreign-types v0.3.2 |
394 | 2024-07-19T22:23:46.679Z | Downloaded base64 v0.21.7 |
395 | 2024-07-19T22:23:46.704Z | Downloaded hyper-tls v0.5.0 |
396 | 2024-07-19T22:23:46.704Z | Downloaded errno v0.3.9 |
397 | 2024-07-19T22:23:46.704Z | Downloaded num_threads v0.1.7 |
398 | 2024-07-19T22:23:46.704Z | Downloaded miniz_oxide v0.7.2 |
399 | 2024-07-19T22:23:46.704Z | Downloaded match_cfg v0.1.0 |
400 | 2024-07-19T22:23:46.704Z | Downloaded futures v0.3.30 |
401 | 2024-07-19T22:23:46.704Z | Downloaded bytes v1.6.0 |
402 | 2024-07-19T22:23:46.705Z | Downloaded pest_derive v2.7.10 |
403 | 2024-07-19T22:23:46.705Z | Downloaded percent-encoding v2.3.1 |
404 | 2024-07-19T22:23:46.729Z | Downloaded parking_lot_core v0.9.10 |
405 | 2024-07-19T22:23:46.730Z | Downloaded openssl-macros v0.1.1 |
406 | 2024-07-19T22:23:46.730Z | Downloaded native-tls v0.2.11 |
407 | 2024-07-19T22:23:46.730Z | Downloaded lock_api v0.4.12 |
408 | 2024-07-19T22:23:46.730Z | Downloaded is-terminal v0.4.12 |
409 | 2024-07-19T22:23:46.730Z | Downloaded ipnet v2.9.0 |
410 | 2024-07-19T22:23:46.730Z | Downloaded filetime v0.2.23 |
411 | 2024-07-19T22:23:46.730Z | Downloaded clap_lex v0.7.0 |
412 | 2024-07-19T22:23:46.730Z | Downloaded clap_derive v4.5.8 |
413 | 2024-07-19T22:23:46.730Z | Downloaded cargo_toml v0.20.3 |
414 | 2024-07-19T22:23:46.730Z | Downloaded cargo_metadata v0.18.1 |
415 | 2024-07-19T22:23:46.730Z | Downloaded camino v1.1.7 |
416 | 2024-07-19T22:23:46.730Z | Downloaded block-buffer v0.10.4 |
417 | 2024-07-19T22:23:46.730Z | Downloaded bitflags v2.5.0 |
418 | 2024-07-19T22:23:46.754Z | Downloaded anyhow v1.0.86 |
419 | 2024-07-19T22:23:46.755Z | Downloaded http-body v0.4.6 |
420 | 2024-07-19T22:23:46.755Z | Downloaded heck v0.4.1 |
421 | 2024-07-19T22:23:46.755Z | Downloaded generic-array v0.14.7 |
422 | 2024-07-19T22:23:46.755Z | Downloaded futures-io v0.3.30 |
423 | 2024-07-19T22:23:46.755Z | Downloaded futures-core v0.3.30 |
424 | 2024-07-19T22:23:46.755Z | Downloaded form_urlencoded v1.2.1 |
425 | 2024-07-19T22:23:46.755Z | Downloaded fnv v1.0.7 |
426 | 2024-07-19T22:23:46.755Z | Downloaded dof v0.3.0 |
427 | 2024-07-19T22:23:46.755Z | Downloaded crypto-common v0.1.6 |
428 | 2024-07-19T22:23:46.755Z | Downloaded crossbeam-utils v0.8.19 |
429 | 2024-07-19T22:23:46.780Z | Downloaded crc32fast v1.4.0 |
430 | 2024-07-19T22:23:46.780Z | Downloaded cpufeatures v0.2.12 |
431 | 2024-07-19T22:23:46.780Z | Downloaded clap v4.5.9 |
432 | 2024-07-19T22:23:46.780Z | Downloaded cfg-if v1.0.0 |
433 | 2024-07-19T22:23:46.780Z | Downloaded bytecount v0.6.8 |
434 | 2024-07-19T22:23:46.780Z | Downloaded anstream v0.6.14 |
435 | 2024-07-19T22:23:46.780Z | Downloaded is_terminal_polyfill v1.70.0 |
436 | 2024-07-19T22:23:46.780Z | Downloaded httpdate v1.0.3 |
437 | 2024-07-19T22:23:46.804Z | Downloaded hostname v0.3.1 |
438 | 2024-07-19T22:23:46.804Z | Downloaded futures-task v0.3.30 |
439 | 2024-07-19T22:23:46.804Z | Downloaded futures-macro v0.3.30 |
440 | 2024-07-19T22:23:46.804Z | Downloaded dirs-next v2.0.0 |
441 | 2024-07-19T22:23:46.804Z | Downloaded digest v0.10.7 |
442 | 2024-07-19T22:23:46.804Z | Downloaded deranged v0.3.11 |
443 | 2024-07-19T22:23:46.804Z | Downloaded colorchoice v1.0.1 |
444 | 2024-07-19T22:23:46.804Z | Downloaded byteorder v1.5.0 |
445 | 2024-07-19T22:23:46.804Z | Downloaded autocfg v1.3.0 |
446 | 2024-07-19T22:23:46.804Z | Downloaded adler v1.0.2 |
447 | 2024-07-19T22:23:46.804Z | Downloaded num_cpus v1.16.0 |
448 | 2024-07-19T22:23:46.804Z | Downloaded equivalent v1.0.1 |
449 | 2024-07-19T22:23:46.804Z | Downloaded dirs-sys-next v0.1.2 |
450 | 2024-07-19T22:23:46.804Z | Downloaded cargo-platform v0.1.8 |
451 | 2024-07-19T22:23:46.829Z | Downloaded anstyle-query v1.0.3 |
452 | 2024-07-19T22:23:46.829Z | Downloaded anstyle-parse v0.2.4 |
453 | 2024-07-19T22:23:46.829Z | Downloaded anstyle v1.0.7 |
454 | 2024-07-19T22:23:46.977Z | Compiling proc-macro2 v1.0.86 |
455 | 2024-07-19T22:23:46.977Z | Compiling unicode-ident v1.0.12 |
456 | 2024-07-19T22:23:47.001Z | Compiling libc v0.2.155 |
457 | 2024-07-19T22:23:47.001Z | Compiling version_check v0.9.4 |
458 | 2024-07-19T22:23:47.002Z | Compiling cfg-if v1.0.0 |
459 | 2024-07-19T22:23:47.002Z | Compiling itoa v1.0.11 |
460 | 2024-07-19T22:23:47.002Z | Compiling once_cell v1.19.0 |
461 | 2024-07-19T22:23:47.002Z | Compiling autocfg v1.3.0 |
462 | 2024-07-19T22:23:47.276Z | Compiling serde v1.0.204 |
463 | 2024-07-19T22:23:47.309Z | Compiling memchr v2.7.2 |
464 | 2024-07-19T22:23:47.334Z | Compiling thiserror v1.0.62 |
465 | 2024-07-19T22:23:47.531Z | Compiling ryu v1.0.18 |
466 | 2024-07-19T22:23:47.858Z | Compiling pin-project-lite v0.2.14 |
467 | 2024-07-19T22:23:47.884Z | Compiling bitflags v2.5.0 |
468 | 2024-07-19T22:23:48.003Z | Compiling pkg-config v0.3.30 |
469 | 2024-07-19T22:23:48.027Z | Compiling cc v1.0.97 |
470 | 2024-07-19T22:23:48.060Z | Compiling lock_api v0.4.12 |
471 | 2024-07-19T22:23:48.092Z | Compiling ucd-trie v0.1.6 |
472 | 2024-07-19T22:23:48.313Z | Compiling vcpkg v0.2.15 |
473 | 2024-07-19T22:23:48.338Z | Compiling parking_lot_core v0.9.10 |
474 | 2024-07-19T22:23:48.695Z | Compiling quote v1.0.36 |
475 | 2024-07-19T22:23:48.935Z | Compiling slab v0.4.9 |
476 | 2024-07-19T22:23:49.220Z | Compiling syn v2.0.71 |
477 | 2024-07-19T22:23:49.335Z | Compiling futures-sink v0.3.30 |
478 | 2024-07-19T22:23:49.363Z | Compiling bytes v1.6.0 |
479 | 2024-07-19T22:23:49.455Z | Compiling futures-core v0.3.30 |
480 | 2024-07-19T22:23:49.554Z | Compiling smallvec v1.13.2 |
481 | 2024-07-19T22:23:49.597Z | Compiling scopeguard v1.2.0 |
482 | 2024-07-19T22:23:49.882Z | Compiling hashbrown v0.14.5 |
483 | 2024-07-19T22:23:49.998Z | Compiling log v0.4.21 |
484 | 2024-07-19T22:23:50.206Z | Compiling byteorder v1.5.0 |
485 | 2024-07-19T22:23:50.372Z | Compiling serde_json v1.0.120 |
486 | 2024-07-19T22:23:50.690Z | Compiling equivalent v1.0.1 |
487 | 2024-07-19T22:23:50.741Z | Compiling fnv v1.0.7 |
488 | 2024-07-19T22:23:50.742Z | Compiling parking_lot v0.12.2 |
489 | 2024-07-19T22:23:50.938Z | Compiling futures-channel v0.3.30 |
490 | 2024-07-19T22:23:50.965Z | Compiling signal-hook-registry v1.4.2 |
491 | 2024-07-19T22:23:50.989Z | Compiling mio v0.8.11 |
492 | 2024-07-19T22:23:51.126Z | Compiling num_cpus v1.16.0 |
493 | 2024-07-19T22:23:51.256Z | Compiling indexmap v2.2.6 |
494 | 2024-07-19T22:23:51.305Z | Compiling socket2 v0.5.7 |
495 | 2024-07-19T22:23:51.671Z | Compiling openssl-sys v0.9.102 |
496 | 2024-07-19T22:23:51.705Z | Compiling futures-task v0.3.30 |
497 | 2024-07-19T22:23:51.753Z | Compiling typenum v1.17.0 |
498 | 2024-07-19T22:23:52.012Z | Compiling futures-io v0.3.30 |
499 | 2024-07-19T22:23:52.038Z | Compiling rustix v0.38.34 |
500 | 2024-07-19T22:23:52.222Z | Compiling pin-utils v0.1.0 |
501 | 2024-07-19T22:23:52.351Z | Compiling errno v0.3.9 |
502 | 2024-07-19T22:23:52.415Z | Compiling generic-array v0.14.7 |
503 | 2024-07-19T22:23:52.462Z | Compiling slog v2.7.0 |
504 | 2024-07-19T22:23:52.555Z | Compiling foreign-types-shared v0.1.1 |
505 | 2024-07-19T22:23:52.592Z | Compiling openssl v0.10.64 |
506 | 2024-07-19T22:23:52.675Z | Compiling foreign-types v0.3.2 |
507 | 2024-07-19T22:23:52.824Z | Compiling http v0.2.12 |
508 | 2024-07-19T22:23:53.034Z | Compiling proc-macro-error-attr v1.0.4 |
509 | 2024-07-19T22:23:53.061Z | Compiling usdt-impl v0.5.0 |
510 | 2024-07-19T22:23:53.338Z | Compiling tracing-core v0.1.32 |
511 | 2024-07-19T22:23:53.415Z | Compiling httparse v1.8.0 |
512 | 2024-07-19T22:23:53.592Z | Compiling syn v1.0.109 |
513 | 2024-07-19T22:23:53.853Z | Compiling powerfmt v0.2.0 |
514 | 2024-07-19T22:23:54.222Z | Compiling tinyvec_macros v0.1.1 |
515 | 2024-07-19T22:23:54.256Z | Compiling num-conv v0.1.0 |
516 | 2024-07-19T22:23:54.285Z | Compiling time-core v0.1.2 |
517 | 2024-07-19T22:23:54.315Z | Compiling native-tls v0.2.11 |
518 | 2024-07-19T22:23:54.345Z | Compiling tinyvec v1.6.0 |
519 | 2024-07-19T22:23:54.613Z | Compiling time-macros v0.2.18 |
520 | 2024-07-19T22:23:54.819Z | Compiling deranged v0.3.11 |
521 | 2024-07-19T22:23:54.844Z | Compiling tracing v0.1.40 |
522 | 2024-07-19T22:23:55.305Z | Compiling thread-id v4.2.1 |
523 | 2024-07-19T22:23:55.604Z | Compiling proc-macro-error v1.0.4 |
524 | 2024-07-19T22:23:55.781Z | Compiling heck v0.5.0 |
525 | 2024-07-19T22:23:55.824Z | Compiling openssl-probe v0.1.5 |
526 | 2024-07-19T22:23:55.871Z | Compiling crossbeam-utils v0.8.19 |
527 | 2024-07-19T22:23:55.907Z | Compiling num_threads v0.1.7 |
528 | 2024-07-19T22:23:56.044Z | Compiling try-lock v0.2.5 |
529 | 2024-07-19T22:23:56.171Z | Compiling rustversion v1.0.17 |
530 | 2024-07-19T22:23:56.202Z | Compiling percent-encoding v2.3.1 |
531 | 2024-07-19T22:23:56.309Z | Compiling plain v0.2.3 |
532 | 2024-07-19T22:23:56.394Z | Compiling utf8parse v0.2.1 |
533 | 2024-07-19T22:23:56.471Z | Compiling form_urlencoded v1.2.1 |
534 | 2024-07-19T22:23:56.535Z | Compiling anstyle-parse v0.2.4 |
535 | 2024-07-19T22:23:56.570Z | Compiling want v0.3.1 |
536 | 2024-07-19T22:23:56.649Z | Compiling unicode-normalization v0.1.23 |
537 | 2024-07-19T22:23:56.875Z | Compiling http-body v0.4.6 |
538 | 2024-07-19T22:23:56.929Z | Compiling dirs-sys-next v0.1.2 |
539 | 2024-07-19T22:23:57.355Z | Compiling socket2 v0.4.10 |
540 | 2024-07-19T22:23:57.562Z | Compiling crc32fast v1.4.0 |
541 | 2024-07-19T22:23:57.587Z | Compiling is_terminal_polyfill v1.70.0 |
542 | 2024-07-19T22:23:57.639Z | Compiling anstyle v1.0.7 |
543 | 2024-07-19T22:23:57.720Z | Compiling pretty-hex v0.4.1 |
544 | 2024-07-19T22:23:57.756Z | Compiling httpdate v1.0.3 |
545 | 2024-07-19T22:23:57.822Z | Compiling time v0.3.36 |
546 | 2024-07-19T22:23:57.937Z | Compiling anstyle-query v1.0.3 |
547 | 2024-07-19T22:23:58.032Z | Compiling winnow v0.6.8 |
548 | 2024-07-19T22:23:58.072Z | Compiling semver v1.0.23 |
549 | 2024-07-19T22:23:58.098Z | Compiling tower-service v0.3.2 |
550 | 2024-07-19T22:23:58.229Z | Compiling camino v1.1.7 |
551 | 2024-07-19T22:23:58.254Z | Compiling colorchoice v1.0.1 |
552 | 2024-07-19T22:23:58.278Z | Compiling unicode-bidi v0.3.15 |
553 | 2024-07-19T22:23:58.448Z | Compiling anstream v0.6.14 |
554 | 2024-07-19T22:23:58.850Z | Compiling dirs-next v2.0.0 |
555 | 2024-07-19T22:23:58.905Z | Compiling idna v0.5.0 |
556 | 2024-07-19T22:24:00.356Z | Compiling block-buffer v0.10.4 |
557 | 2024-07-19T22:24:00.422Z | Compiling crypto-common v0.1.6 |
558 | 2024-07-19T22:24:00.480Z | Compiling terminal_size v0.3.0 |
559 | 2024-07-19T22:24:00.603Z | Compiling fs-err v2.11.0 |
560 | 2024-07-19T22:24:00.638Z | Compiling thread_local v1.1.8 |
561 | 2024-07-19T22:24:00.674Z | Compiling clap_lex v0.7.0 |
562 | 2024-07-19T22:24:00.705Z | Compiling strsim v0.11.1 |
563 | 2024-07-19T22:24:00.882Z | Compiling anyhow v1.0.86 |
564 | 2024-07-19T22:24:01.236Z | Compiling base64 v0.21.7 |
565 | 2024-07-19T22:24:01.260Z | Compiling heck v0.4.1 |
566 | 2024-07-19T22:24:01.418Z | Compiling bytecount v0.6.8 |
567 | 2024-07-19T22:24:01.576Z | Compiling unicode-width v0.1.13 |
568 | 2024-07-19T22:24:01.604Z | Compiling slog-async v2.8.0 |
569 | 2024-07-19T22:24:01.632Z | Compiling adler v1.0.2 |
570 | 2024-07-19T22:24:01.660Z | Compiling match_cfg v0.1.0 |
571 | 2024-07-19T22:24:01.741Z | Compiling rustls-pemfile v1.0.4 |
572 | 2024-07-19T22:24:01.771Z | Compiling hostname v0.3.1 |
573 | 2024-07-19T22:24:01.847Z | Compiling miniz_oxide v0.7.2 |
574 | 2024-07-19T22:24:01.877Z | Compiling papergrid v0.11.0 |
575 | 2024-07-19T22:24:01.959Z | Compiling serde_derive v1.0.204 |
576 | 2024-07-19T22:24:01.985Z | Compiling thiserror-impl v1.0.62 |
577 | 2024-07-19T22:24:02.029Z | Compiling zerocopy-derive v0.7.34 |
578 | 2024-07-19T22:24:02.077Z | Compiling futures-macro v0.3.30 |
579 | 2024-07-19T22:24:02.176Z | Compiling tokio-macros v2.3.0 |
580 | 2024-07-19T22:24:03.146Z | Compiling scroll_derive v0.12.0 |
581 | 2024-07-19T22:24:03.297Z | Compiling openssl-macros v0.1.1 |
582 | 2024-07-19T22:24:03.743Z | Compiling tokio v1.38.1 |
583 | 2024-07-19T22:24:03.998Z | Compiling futures-util v0.3.30 |
584 | 2024-07-19T22:24:04.115Z | Compiling zerocopy v0.7.34 |
585 | 2024-07-19T22:24:04.403Z | Compiling scroll v0.12.0 |
586 | 2024-07-19T22:24:04.957Z | Compiling goblin v0.8.2 |
587 | 2024-07-19T22:24:05.119Z | Compiling pest v2.7.10 |
588 | 2024-07-19T22:24:05.457Z | Compiling tabled_derive v0.7.0 |
589 | 2024-07-19T22:24:05.835Z | Compiling clap_derive v4.5.8 |
590 | 2024-07-19T22:24:07.712Z | Compiling pest_meta v2.7.10 |
591 | 2024-07-19T22:24:07.758Z | Compiling strum_macros v0.26.4 |
592 | 2024-07-19T22:24:10.227Z | Compiling pest_generator v2.7.10 |
593 | 2024-07-19T22:24:11.645Z | Compiling tokio-util v0.7.11 |
594 | 2024-07-19T22:24:12.365Z | Compiling tokio-native-tls v0.3.1 |
595 | 2024-07-19T22:24:12.451Z | Compiling h2 v0.3.26 |
596 | 2024-07-19T22:24:12.492Z | Compiling pest_derive v2.7.10 |
597 | 2024-07-19T22:24:12.610Z | Compiling futures-executor v0.3.30 |
598 | 2024-07-19T22:24:12.965Z | Compiling clap_builder v4.5.9 |
599 | 2024-07-19T22:24:13.166Z | Compiling dtrace-parser v0.2.0 |
600 | 2024-07-19T22:24:13.253Z | Compiling digest v0.10.7 |
601 | 2024-07-19T22:24:13.603Z | Compiling crossbeam-channel v0.5.12 |
602 | 2024-07-19T22:24:14.132Z | Compiling url v2.5.0 |
603 | 2024-07-19T22:24:14.720Z | Compiling serde_tokenstream v0.2.1 |
604 | 2024-07-19T22:24:15.085Z | Compiling toml_datetime v0.6.6 |
605 | 2024-07-19T22:24:15.189Z | Compiling serde_spanned v0.6.6 |
606 | 2024-07-19T22:24:15.391Z | Compiling toml_edit v0.22.16 |
607 | 2024-07-19T22:24:15.538Z | Compiling serde_urlencoded v0.7.1 |
608 | 2024-07-19T22:24:16.654Z | Compiling dof v0.3.0 |
609 | 2024-07-19T22:24:16.678Z | Compiling hyper v0.14.28 |
610 | 2024-07-19T22:24:17.061Z | Compiling slog-json v2.6.1 |
611 | 2024-07-19T22:24:17.405Z | Compiling cargo-platform v0.1.8 |
612 | 2024-07-19T22:24:17.549Z | Compiling term v0.7.0 |
613 | 2024-07-19T22:24:18.645Z | Compiling usdt-macro v0.5.0 |
614 | 2024-07-19T22:24:18.758Z | Compiling usdt-attr-macro v0.5.0 |
615 | 2024-07-19T22:24:18.864Z | Compiling toml v0.8.15 |
616 | 2024-07-19T22:24:19.243Z | Compiling xattr v1.3.1 |
617 | 2024-07-19T22:24:19.327Z | Compiling filetime v0.2.23 |
618 | 2024-07-19T22:24:19.526Z | Compiling is-terminal v0.4.12 |
619 | 2024-07-19T22:24:19.656Z | Compiling memmap v0.7.0 |
620 | 2024-07-19T22:24:19.722Z | Compiling encoding_rs v0.8.34 |
621 | 2024-07-19T22:24:19.885Z | Compiling cpufeatures v0.2.12 |
622 | 2024-07-19T22:24:20.010Z | Compiling take_mut v0.2.2 |
623 | 2024-07-19T22:24:20.037Z | Compiling mime v0.3.17 |
624 | 2024-07-19T22:24:20.169Z | Compiling hyper-tls v0.5.0 |
625 | 2024-07-19T22:24:20.194Z | Compiling sync_wrapper v0.1.2 |
626 | 2024-07-19T22:24:20.332Z | Compiling ipnet v2.9.0 |
627 | 2024-07-19T22:24:20.498Z | Compiling usdt v0.5.0 |
628 | 2024-07-19T22:24:20.625Z | Compiling sha2 v0.10.8 |
629 | 2024-07-19T22:24:21.003Z | Compiling cargo_toml v0.20.3 |
630 | 2024-07-19T22:24:21.529Z | Compiling slog-term v2.9.1 |
631 | 2024-07-19T22:24:21.667Z | Compiling tar v0.4.41 |
632 | 2024-07-19T22:24:21.738Z | Compiling flate2 v1.0.30 |
633 | 2024-07-19T22:24:22.389Z | Compiling reqwest v0.11.27 |
634 | 2024-07-19T22:24:22.606Z | Compiling cargo_metadata v0.18.1 |
635 | 2024-07-19T22:24:22.644Z | Compiling slog-bunyan v2.5.0 |
636 | 2024-07-19T22:24:22.830Z | Compiling clap v4.5.9 |
637 | 2024-07-19T22:24:22.939Z | Compiling macaddr v1.0.1 |
638 | 2024-07-19T22:24:23.343Z | Compiling futures v0.3.30 |
639 | 2024-07-19T22:24:23.459Z | Compiling strum v0.26.3 |
640 | 2024-07-19T22:24:23.559Z | Compiling tabled v0.15.0 |
641 | 2024-07-19T22:24:23.601Z | Compiling swrite v0.1.0 |
642 | 2024-07-19T22:24:28.695Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-07-19T22:24:39.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
644 | 2024-07-19T22:24:39.898Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-07-19T22:24:39.982Z | Jul 19 22:24:39.237 INFO Starting download, target: Clickhouse |
646 | 2024-07-19T22:24:39.982Z | Jul 19 22:24:39.238 INFO Starting download, target: Cockroach |
647 | 2024-07-19T22:24:39.982Z | Jul 19 22:24:39.238 INFO Starting download, target: Console |
648 | 2024-07-19T22:24:39.982Z | Jul 19 22:24:39.238 INFO Starting download, target: DendriteOpenapi |
649 | 2024-07-19T22:24:39.982Z | Jul 19 22:24:39.238 INFO Starting download, target: DendriteStub |
650 | 2024-07-19T22:24:39.982Z | Jul 19 22:24:39.238 INFO Starting download, target: MaghemiteMgd |
651 | 2024-07-19T22:24:39.982Z | Jul 19 22:24:39.238 INFO Starting download, target: TransceiverControl |
652 | 2024-07-19T22:24:40.007Z | Jul 19 22:24:39.240 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
653 | 2024-07-19T22:24:40.007Z | Jul 19 22:24:39.240 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
654 | 2024-07-19T22:24:40.007Z | Jul 19 22:24:39.240 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
655 | 2024-07-19T22:24:40.007Z | Jul 19 22:24:39.240 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
656 | 2024-07-19T22:24:40.007Z | Jul 19 22:24:39.240 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
657 | 2024-07-19T22:24:40.007Z | Jul 19 22:24:39.241 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
658 | 2024-07-19T22:24:40.007Z | Jul 19 22:24:39.241 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
659 | 2024-07-19T22:24:40.271Z | Jul 19 22:24:39.525 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
660 | 2024-07-19T22:24:40.377Z | Jul 19 22:24:39.619 INFO Download complete, target: DendriteOpenapi |
661 | 2024-07-19T22:24:40.646Z | Jul 19 22:24:39.899 INFO Download complete, target: Console |
662 | 2024-07-19T22:24:41.424Z | Jul 19 22:24:40.680 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
663 | 2024-07-19T22:24:42.342Z | Jul 19 22:24:41.597 INFO Download complete, target: TransceiverControl |
664 | 2024-07-19T22:24:44.658Z | Jul 19 22:24:43.914 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
665 | 2024-07-19T22:24:47.626Z | Jul 19 22:24:46.882 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
666 | 2024-07-19T22:24:48.022Z | Jul 19 22:24:47.278 INFO Download complete, target: MaghemiteMgd |
667 | 2024-07-19T22:24:49.692Z | Jul 19 22:24:48.947 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
668 | 2024-07-19T22:24:49.692Z | Jul 19 22:24:48.947 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
669 | 2024-07-19T22:24:51.025Z | Jul 19 22:24:50.281 INFO Download complete, target: DendriteStub |
670 | 2024-07-19T22:24:58.394Z | Jul 19 22:24:57.649 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
671 | 2024-07-19T22:24:59.956Z | Jul 19 22:24:59.212 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
672 | 2024-07-19T22:25:00.409Z | Jul 19 22:24:59.665 INFO Checking that binary works, target: Cockroach |
673 | 2024-07-19T22:25:00.629Z | Jul 19 22:24:59.885 INFO Download complete, target: Cockroach |
674 | 2024-07-19T22:25:15.788Z | Jul 19 22:25:15.044 INFO Checking that binary works, target: Clickhouse |
675 | 2024-07-19T22:25:15.945Z | Jul 19 22:25:15.201 INFO Download complete, target: Clickhouse |
676 | 2024-07-19T22:25:15.969Z | All prerequisites installed successfully |
677 | 2024-07-19T22:25:15.969Z | |
678 | 2024-07-19T22:25:15.970Z | real 3:05.958709059 |
679 | 2024-07-19T22:25:15.970Z | user 5:44.921550731 |
680 | 2024-07-19T22:25:15.970Z | sys 1:23.998868592 |
681 | 2024-07-19T22:25:15.970Z | trap 0.210634076 |
682 | 2024-07-19T22:25:15.970Z | tflt 0.110322971 |
683 | 2024-07-19T22:25:15.970Z | dflt 0.641475438 |
684 | 2024-07-19T22:25:15.970Z | kflt 0.006709117 |
685 | 2024-07-19T22:25:15.970Z | lock 18:25.868465153 |
686 | 2024-07-19T22:25:15.970Z | slp 16:18.445438589 |
687 | 2024-07-19T22:25:15.970Z | lat 24.950094816 |
688 | 2024-07-19T22:25:15.970Z | stop 1:06.169792884 |
689 | 2024-07-19T22:25:15.970Z | + ptime -m cargo xtask download softnpu |
690 | 2024-07-19T22:25:16.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
691 | 2024-07-19T22:25:16.719Z | Running `target/debug/xtask download softnpu` |
692 | 2024-07-19T22:25:16.751Z | Jul 19 22:25:16.007 INFO Starting download, target: Softnpu |
693 | 2024-07-19T22:25:16.775Z | Jul 19 22:25:16.009 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-07-19T22:25:18.205Z | Jul 19 22:25:17.461 INFO Download complete, target: Softnpu |
695 | 2024-07-19T22:25:18.230Z | |
696 | 2024-07-19T22:25:18.230Z | real 2.243492710 |
697 | 2024-07-19T22:25:18.230Z | user 0.840393896 |
698 | 2024-07-19T22:25:18.230Z | sys 0.529395859 |
699 | 2024-07-19T22:25:18.230Z | trap 0.000152338 |
700 | 2024-07-19T22:25:18.230Z | tflt 0.000089127 |
701 | 2024-07-19T22:25:18.230Z | dflt 0.000110120 |
702 | 2024-07-19T22:25:18.230Z | kflt 0.000000000 |
703 | 2024-07-19T22:25:18.230Z | lock 15.387108296 |
704 | 2024-07-19T22:25:18.230Z | slp 1.247800165 |
705 | 2024-07-19T22:25:18.230Z | lat 0.150790928 |
706 | 2024-07-19T22:25:18.230Z | stop 0.000382060 |
707 | 2024-07-19T22:25:18.230Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-07-19T22:25:18.230Z | + CARGO_INCREMENTAL=0 |
709 | 2024-07-19T22:25:18.230Z | + 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-19T22:25:18.926Z | Downloading crates ... |
711 | 2024-07-19T22:25:19.084Z | Downloaded async-stream-impl v0.3.5 |
712 | 2024-07-19T22:25:19.111Z | Downloaded crunchy v0.2.2 |
713 | 2024-07-19T22:25:19.112Z | Downloaded data-encoding v2.6.0 |
714 | 2024-07-19T22:25:19.112Z | Downloaded derive_builder_macro v0.20.0 |
715 | 2024-07-19T22:25:19.112Z | Downloaded der_derive v0.7.2 |
716 | 2024-07-19T22:25:19.140Z | Downloaded mime_guess v2.0.4 |
717 | 2024-07-19T22:25:19.140Z | Downloaded number_prefix v0.4.0 |
718 | 2024-07-19T22:25:19.140Z | Downloaded precomputed-hash v0.1.1 |
719 | 2024-07-19T22:25:19.140Z | Downloaded foreign-types-macros v0.2.3 |
720 | 2024-07-19T22:25:19.140Z | Downloaded peg-runtime v0.8.3 |
721 | 2024-07-19T22:25:19.140Z | Downloaded float-ord v0.3.2 |
722 | 2024-07-19T22:25:19.140Z | Downloaded float-cmp v0.9.0 |
723 | 2024-07-19T22:25:19.168Z | Downloaded oso v0.27.3 |
724 | 2024-07-19T22:25:19.168Z | Downloaded flagset v0.4.5 |
725 | 2024-07-19T22:25:19.168Z | Downloaded serde_repr v0.1.19 |
726 | 2024-07-19T22:25:19.196Z | Downloaded http-range v0.1.5 |
727 | 2024-07-19T22:25:19.196Z | Downloaded matches v0.1.10 |
728 | 2024-07-19T22:25:19.196Z | Downloaded stringprep v0.1.4 |
729 | 2024-07-19T22:25:19.196Z | Downloaded tls_codec v0.4.1 |
730 | 2024-07-19T22:25:19.196Z | Downloaded hubpack_derive v0.1.1 |
731 | 2024-07-19T22:25:19.225Z | Downloaded ident_case v1.0.1 |
732 | 2024-07-19T22:25:19.225Z | Downloaded sigpipe v0.1.3 |
733 | 2024-07-19T22:25:19.225Z | Downloaded signature v2.2.0 |
734 | 2024-07-19T22:25:19.226Z | Downloaded smf v0.2.3 |
735 | 2024-07-19T22:25:19.226Z | Downloaded stability v0.2.0 |
736 | 2024-07-19T22:25:19.226Z | Downloaded termtree v0.4.1 |
737 | 2024-07-19T22:25:19.226Z | Downloaded subtle v2.5.0 |
738 | 2024-07-19T22:25:19.226Z | Downloaded structmeta-derive v0.2.0 |
739 | 2024-07-19T22:25:19.255Z | Downloaded downcast v0.11.0 |
740 | 2024-07-19T22:25:19.255Z | Downloaded diesel_table_macro_syntax v0.1.0 |
741 | 2024-07-19T22:25:19.255Z | Downloaded toolchain_find v0.4.0 |
742 | 2024-07-19T22:25:19.256Z | Downloaded zone v0.1.8 |
743 | 2024-07-19T22:25:19.256Z | Downloaded ena v0.14.3 |
744 | 2024-07-19T22:25:19.256Z | Downloaded enum-as-inner v0.5.1 |
745 | 2024-07-19T22:25:19.256Z | Downloaded endian-type v0.1.2 |
746 | 2024-07-19T22:25:19.256Z | Downloaded env_logger v0.10.2 |
747 | 2024-07-19T22:25:19.256Z | Downloaded erased-serde v0.3.31 |
748 | 2024-07-19T22:25:19.283Z | Downloaded diff v0.1.13 |
749 | 2024-07-19T22:25:19.283Z | Downloaded elliptic-curve v0.13.8 |
750 | 2024-07-19T22:25:19.283Z | Downloaded tempfile v3.10.1 |
751 | 2024-07-19T22:25:19.309Z | Downloaded unarray v0.1.4 |
752 | 2024-07-19T22:25:19.309Z | Downloaded toml v0.5.11 |
753 | 2024-07-19T22:25:19.309Z | Downloaded toml v0.7.8 |
754 | 2024-07-19T22:25:19.310Z | Downloaded zerocopy-derive v0.6.6 |
755 | 2024-07-19T22:25:19.335Z | Downloaded unicode-segmentation v1.11.0 |
756 | 2024-07-19T22:25:19.335Z | Downloaded typed-path v0.7.1 |
757 | 2024-07-19T22:25:19.335Z | Downloaded itertools v0.10.5 |
758 | 2024-07-19T22:25:19.360Z | Downloaded itertools v0.12.1 |
759 | 2024-07-19T22:25:19.360Z | Downloaded tough v0.17.1 |
760 | 2024-07-19T22:25:19.360Z | Downloaded lalrpop v0.19.12 |
761 | 2024-07-19T22:25:19.384Z | Downloaded smoltcp v0.11.0 |
762 | 2024-07-19T22:25:19.409Z | Downloaded rustls v0.22.4 |
763 | 2024-07-19T22:25:19.434Z | Downloaded regress v0.9.1 |
764 | 2024-07-19T22:25:19.434Z | Downloaded regex-automata v0.4.6 |
765 | 2024-07-19T22:25:19.462Z | Downloaded sha3 v0.10.8 |
766 | 2024-07-19T22:25:19.487Z | Downloaded petgraph v0.6.5 |
767 | 2024-07-19T22:25:19.512Z | Downloaded regex-syntax v0.8.3 |
768 | 2024-07-19T22:25:19.512Z | Downloaded regex-syntax v0.6.29 |
769 | 2024-07-19T22:25:19.536Z | Downloaded ratatui v0.27.0 |
770 | 2024-07-19T22:25:19.562Z | Downloaded diesel v2.1.6 |
771 | 2024-07-19T22:25:19.562Z | Downloaded smoltcp v0.9.1 |
772 | 2024-07-19T22:25:19.585Z | Downloaded rustls v0.21.12 |
773 | 2024-07-19T22:25:19.610Z | Downloaded regex v1.10.5 |
774 | 2024-07-19T22:25:19.610Z | Downloaded radix_trie v0.2.1 |
775 | 2024-07-19T22:25:19.634Z | Downloaded polar-core v0.27.3 |
776 | 2024-07-19T22:25:19.634Z | Downloaded serde_with v3.8.3 |
777 | 2024-07-19T22:25:19.658Z | Downloaded itertools v0.13.0 |
778 | 2024-07-19T22:25:19.658Z | Downloaded winnow v0.5.40 |
779 | 2024-07-19T22:25:19.658Z | Downloaded rayon v1.10.0 |
780 | 2024-07-19T22:25:19.683Z | Downloaded rustls-webpki v0.102.4 |
781 | 2024-07-19T22:25:19.707Z | Downloaded rustls-webpki v0.101.7 |
782 | 2024-07-19T22:25:19.707Z | Downloaded proptest v1.4.0 |
783 | 2024-07-19T22:25:19.731Z | Downloaded ring v0.17.8 |
784 | 2024-07-19T22:25:19.795Z | Downloaded quick-xml v0.31.0 |
785 | 2024-07-19T22:25:19.820Z | Downloaded toml_edit v0.19.15 |
786 | 2024-07-19T22:25:19.844Z | Downloaded minimal-lexical v0.2.1 |
787 | 2024-07-19T22:25:19.844Z | Downloaded x509-cert v0.2.5 |
788 | 2024-07-19T22:25:19.844Z | Downloaded reedline v0.31.0 |
789 | 2024-07-19T22:25:19.844Z | Downloaded ring v0.16.20 |
790 | 2024-07-19T22:25:19.932Z | Downloaded snafu v0.8.2 |
791 | 2024-07-19T22:25:19.956Z | Downloaded portable-atomic v1.6.0 |
792 | 2024-07-19T22:25:19.956Z | Downloaded signal-hook v0.3.17 |
793 | 2024-07-19T22:25:19.956Z | Downloaded finl_unicode v1.2.0 |
794 | 2024-07-19T22:25:19.980Z | Downloaded http v1.1.0 |
795 | 2024-07-19T22:25:19.980Z | Downloaded regex-automata v0.1.10 |
796 | 2024-07-19T22:25:19.980Z | Downloaded csv v1.3.0 |
797 | 2024-07-19T22:25:20.004Z | Downloaded rustyline v14.0.0 |
798 | 2024-07-19T22:25:20.004Z | Downloaded spin v0.9.8 |
799 | 2024-07-19T22:25:20.004Z | Downloaded sled v0.34.7 |
800 | 2024-07-19T22:25:20.028Z | Downloaded serde_yaml v0.9.34+deprecated |
801 | 2024-07-19T22:25:20.028Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
802 | 2024-07-19T22:25:20.053Z | Downloaded trust-dns-proto v0.22.0 |
803 | 2024-07-19T22:25:20.053Z | Downloaded tracing-attributes v0.1.27 |
804 | 2024-07-19T22:25:20.053Z | Downloaded indicatif v0.17.8 |
805 | 2024-07-19T22:25:20.053Z | Downloaded idna v0.3.0 |
806 | 2024-07-19T22:25:20.077Z | Downloaded idna v0.2.3 |
807 | 2024-07-19T22:25:20.077Z | Downloaded zerocopy v0.6.6 |
808 | 2024-07-19T22:25:20.077Z | Downloaded webpki-roots v0.25.4 |
809 | 2024-07-19T22:25:20.077Z | Downloaded supports-color v3.0.0 |
810 | 2024-07-19T22:25:20.077Z | Downloaded sqlparser v0.45.0 |
811 | 2024-07-19T22:25:20.077Z | Downloaded snafu-derive v0.8.2 |
812 | 2024-07-19T22:25:20.102Z | Downloaded nix v0.27.1 |
813 | 2024-07-19T22:25:20.102Z | Downloaded rand v0.8.5 |
814 | 2024-07-19T22:25:20.102Z | Downloaded openapiv3 v2.0.0 |
815 | 2024-07-19T22:25:20.127Z | Downloaded zip v0.6.6 |
816 | 2024-07-19T22:25:20.127Z | Downloaded trust-dns-client v0.22.0 |
817 | 2024-07-19T22:25:20.127Z | Downloaded steno v0.4.1 |
818 | 2024-07-19T22:25:20.127Z | Downloaded expectorate v1.1.0 |
819 | 2024-07-19T22:25:20.127Z | Downloaded memmap2 v0.9.4 |
820 | 2024-07-19T22:25:20.127Z | Downloaded hashbrown v0.12.3 |
821 | 2024-07-19T22:25:20.151Z | Downloaded nix v0.28.0 |
822 | 2024-07-19T22:25:20.152Z | Downloaded gimli v0.28.1 |
823 | 2024-07-19T22:25:20.152Z | Downloaded object v0.32.2 |
824 | 2024-07-19T22:25:20.176Z | Downloaded diesel_derives v2.1.4 |
825 | 2024-07-19T22:25:20.176Z | Downloaded trust-dns-server v0.22.1 |
826 | 2024-07-19T22:25:20.176Z | Downloaded trust-dns-resolver v0.22.0 |
827 | 2024-07-19T22:25:20.200Z | Downloaded topological-sort v0.2.2 |
828 | 2024-07-19T22:25:20.200Z | Downloaded termios v0.3.3 |
829 | 2024-07-19T22:25:20.200Z | Downloaded lalrpop-util v0.19.12 |
830 | 2024-07-19T22:25:20.200Z | Downloaded curve25519-dalek v4.1.3 |
831 | 2024-07-19T22:25:20.200Z | Downloaded bstr v0.2.17 |
832 | 2024-07-19T22:25:20.225Z | Downloaded zone_cfg_derive v0.1.2 |
833 | 2024-07-19T22:25:20.225Z | Downloaded unicode-linebreak v0.1.5 |
834 | 2024-07-19T22:25:20.225Z | Downloaded unicase v2.7.0 |
835 | 2024-07-19T22:25:20.225Z | Downloaded serde_with_macros v3.8.3 |
836 | 2024-07-19T22:25:20.225Z | Downloaded indoc v1.0.9 |
837 | 2024-07-19T22:25:20.225Z | Downloaded object v0.30.4 |
838 | 2024-07-19T22:25:20.225Z | Downloaded env_logger v0.9.3 |
839 | 2024-07-19T22:25:20.225Z | Downloaded tungstenite v0.21.0 |
840 | 2024-07-19T22:25:20.249Z | Downloaded tungstenite v0.20.1 |
841 | 2024-07-19T22:25:20.249Z | Downloaded termcolor v1.4.1 |
842 | 2024-07-19T22:25:20.250Z | Downloaded tap v1.0.1 |
843 | 2024-07-19T22:25:20.250Z | Downloaded tabwriter v1.4.0 |
844 | 2024-07-19T22:25:20.250Z | Downloaded tls_codec_derive v0.4.1 |
845 | 2024-07-19T22:25:20.250Z | Downloaded yasna v0.5.2 |
846 | 2024-07-19T22:25:20.250Z | Downloaded bstr v1.9.1 |
847 | 2024-07-19T22:25:20.250Z | Downloaded embedded-io v0.4.0 |
848 | 2024-07-19T22:25:20.274Z | Downloaded spin v0.5.2 |
849 | 2024-07-19T22:25:20.274Z | Downloaded hkdf v0.12.4 |
850 | 2024-07-19T22:25:20.274Z | Downloaded either v1.12.0 |
851 | 2024-07-19T22:25:20.274Z | Downloaded dyn-clone v1.0.17 |
852 | 2024-07-19T22:25:20.274Z | Downloaded difflib v0.4.0 |
853 | 2024-07-19T22:25:20.274Z | Downloaded subprocess v0.2.9 |
854 | 2024-07-19T22:25:20.274Z | Downloaded spki v0.7.3 |
855 | 2024-07-19T22:25:20.274Z | Downloaded schemars v0.8.21 |
856 | 2024-07-19T22:25:20.299Z | Downloaded rsa v0.9.6 |
857 | 2024-07-19T22:25:20.299Z | Downloaded ron v0.7.1 |
858 | 2024-07-19T22:25:20.299Z | Downloaded publicsuffix v2.2.3 |
859 | 2024-07-19T22:25:20.299Z | Downloaded zeroize v1.7.0 |
860 | 2024-07-19T22:25:20.299Z | Downloaded memoffset v0.9.1 |
861 | 2024-07-19T22:25:20.299Z | Downloaded maybe-uninit v2.0.0 |
862 | 2024-07-19T22:25:20.299Z | Downloaded hashbrown v0.13.2 |
863 | 2024-07-19T22:25:20.299Z | Downloaded libxml v0.3.3 |
864 | 2024-07-19T22:25:20.323Z | Downloaded samael v0.0.15 |
865 | 2024-07-19T22:25:20.324Z | Downloaded rcgen v0.12.1 |
866 | 2024-07-19T22:25:20.324Z | Downloaded shell-words v1.1.0 |
867 | 2024-07-19T22:25:20.324Z | Downloaded mockall v0.12.1 |
868 | 2024-07-19T22:25:20.324Z | Downloaded md-5 v0.10.6 |
869 | 2024-07-19T22:25:20.324Z | Downloaded zeroize_derive v1.4.2 |
870 | 2024-07-19T22:25:20.324Z | Downloaded walkdir v2.5.0 |
871 | 2024-07-19T22:25:20.324Z | Downloaded shlex v1.3.0 |
872 | 2024-07-19T22:25:20.324Z | Downloaded sha1 v0.10.6 |
873 | 2024-07-19T22:25:20.324Z | Downloaded kstat-rs v0.2.4 |
874 | 2024-07-19T22:25:20.348Z | Downloaded ipnetwork v0.20.0 |
875 | 2024-07-19T22:25:20.348Z | Downloaded heapless v0.8.0 |
876 | 2024-07-19T22:25:20.348Z | Downloaded heapless v0.7.17 |
877 | 2024-07-19T22:25:20.348Z | Downloaded libm v0.2.8 |
878 | 2024-07-19T22:25:20.348Z | Downloaded display-error-chain v0.2.0 |
879 | 2024-07-19T22:25:20.348Z | Downloaded tui-tree-widget v0.21.0 |
880 | 2024-07-19T22:25:20.348Z | Downloaded strum_macros v0.25.3 |
881 | 2024-07-19T22:25:20.348Z | Downloaded keccak v0.1.5 |
882 | 2024-07-19T22:25:20.373Z | Downloaded inout v0.1.3 |
883 | 2024-07-19T22:25:20.373Z | Downloaded rayon-core v1.12.1 |
884 | 2024-07-19T22:25:20.373Z | Downloaded headers v0.3.9 |
885 | 2024-07-19T22:25:20.373Z | Downloaded structmeta-derive v0.3.0 |
886 | 2024-07-19T22:25:20.373Z | Downloaded string_cache v0.8.7 |
887 | 2024-07-19T22:25:20.373Z | Downloaded sqlformat v0.2.4 |
888 | 2024-07-19T22:25:20.373Z | Downloaded fastrand v2.1.0 |
889 | 2024-07-19T22:25:20.373Z | Downloaded fallible-iterator v0.2.0 |
890 | 2024-07-19T22:25:20.373Z | Downloaded siphasher v0.3.11 |
891 | 2024-07-19T22:25:20.373Z | Downloaded similar v2.5.0 |
892 | 2024-07-19T22:25:20.397Z | Downloaded wyz v0.5.1 |
893 | 2024-07-19T22:25:20.397Z | Downloaded whoami v1.5.1 |
894 | 2024-07-19T22:25:20.397Z | Downloaded strum_macros v0.24.3 |
895 | 2024-07-19T22:25:20.397Z | Downloaded static_assertions v1.1.0 |
896 | 2024-07-19T22:25:20.397Z | Downloaded stable_deref_trait v1.2.0 |
897 | 2024-07-19T22:25:20.397Z | Downloaded sqlparser_derive v0.2.2 |
898 | 2024-07-19T22:25:20.397Z | Downloaded prettyplease v0.2.20 |
899 | 2024-07-19T22:25:20.398Z | Downloaded indexmap v1.9.3 |
900 | 2024-07-19T22:25:20.398Z | Downloaded num-bigint-dig v0.8.4 |
901 | 2024-07-19T22:25:20.398Z | Downloaded ron v0.8.1 |
902 | 2024-07-19T22:25:20.422Z | Downloaded smawk v0.3.2 |
903 | 2024-07-19T22:25:20.422Z | Downloaded smallvec v0.6.14 |
904 | 2024-07-19T22:25:20.422Z | Downloaded slog-stdlog v4.1.1 |
905 | 2024-07-19T22:25:20.422Z | Downloaded slog-scope v4.4.0 |
906 | 2024-07-19T22:25:20.422Z | Downloaded slog-envlogger v2.2.0 |
907 | 2024-07-19T22:25:20.422Z | Downloaded slog-dtrace v0.3.0 |
908 | 2024-07-19T22:25:20.422Z | Downloaded indent_write v2.2.0 |
909 | 2024-07-19T22:25:20.422Z | Downloaded hyper-rustls v0.24.2 |
910 | 2024-07-19T22:25:20.423Z | Downloaded signal-hook-tokio v0.3.1 |
911 | 2024-07-19T22:25:20.423Z | Downloaded signal-hook-mio v0.2.3 |
912 | 2024-07-19T22:25:20.423Z | Downloaded instant v0.1.12 |
913 | 2024-07-19T22:25:20.423Z | Downloaded iana-time-zone v0.1.60 |
914 | 2024-07-19T22:25:20.423Z | Downloaded fatfs v0.3.6 |
915 | 2024-07-19T22:25:20.453Z | Downloaded is_ci v1.2.0 |
916 | 2024-07-19T22:25:20.453Z | Downloaded impl-trait-for-tuples v0.2.2 |
917 | 2024-07-19T22:25:20.453Z | Downloaded hyper-staticfile v0.9.5 |
918 | 2024-07-19T22:25:20.453Z | Downloaded humantime v2.1.0 |
919 | 2024-07-19T22:25:20.453Z | Downloaded hubpack v0.1.2 |
920 | 2024-07-19T22:25:20.453Z | Downloaded heck v0.3.3 |
921 | 2024-07-19T22:25:20.453Z | Downloaded ff v0.13.0 |
922 | 2024-07-19T22:25:20.453Z | Downloaded fd-lock v4.0.2 |
923 | 2024-07-19T22:25:20.453Z | Downloaded unicode_categories v0.1.1 |
924 | 2024-07-19T22:25:20.453Z | Downloaded postgres-protocol v0.6.6 |
925 | 2024-07-19T22:25:20.454Z | Downloaded headers-core v0.2.0 |
926 | 2024-07-19T22:25:20.454Z | Downloaded structmeta v0.3.0 |
927 | 2024-07-19T22:25:20.454Z | Downloaded structmeta v0.2.0 |
928 | 2024-07-19T22:25:20.454Z | Downloaded libloading v0.8.3 |
929 | 2024-07-19T22:25:20.454Z | Downloaded unsafe-libyaml v0.2.11 |
930 | 2024-07-19T22:25:20.454Z | Downloaded num-bigint v0.4.5 |
931 | 2024-07-19T22:25:20.478Z | Downloaded nom v7.1.3 |
932 | 2024-07-19T22:25:20.478Z | Downloaded pin-project v1.1.5 |
933 | 2024-07-19T22:25:20.478Z | Downloaded chrono v0.4.38 |
934 | 2024-07-19T22:25:20.503Z | Downloaded bitvec v1.0.1 |
935 | 2024-07-19T22:25:20.503Z | Downloaded hash32 v0.3.1 |
936 | 2024-07-19T22:25:20.503Z | Downloaded which v4.4.2 |
937 | 2024-07-19T22:25:20.503Z | Downloaded thiserror-no-std v2.0.2 |
938 | 2024-07-19T22:25:20.527Z | Downloaded thiserror-impl-no-std v2.0.2 |
939 | 2024-07-19T22:25:20.527Z | Downloaded textwrap v0.16.1 |
940 | 2024-07-19T22:25:20.527Z | Downloaded test-strategy v0.3.1 |
941 | 2024-07-19T22:25:20.527Z | Downloaded strip-ansi-escapes v0.2.0 |
942 | 2024-07-19T22:25:20.527Z | Downloaded hmac v0.12.1 |
943 | 2024-07-19T22:25:20.527Z | Downloaded tokio-postgres v0.7.10 |
944 | 2024-07-19T22:25:20.527Z | Downloaded rustls-pemfile v2.1.2 |
945 | 2024-07-19T22:25:20.527Z | Downloaded bindgen v0.69.4 |
946 | 2024-07-19T22:25:20.551Z | Downloaded tiny-keccak v2.0.2 |
947 | 2024-07-19T22:25:20.551Z | Downloaded linear-map v1.2.0 |
948 | 2024-07-19T22:25:20.551Z | Downloaded hostname v0.4.0 |
949 | 2024-07-19T22:25:20.551Z | Downloaded highway v1.1.0 |
950 | 2024-07-19T22:25:20.551Z | Downloaded vte v0.11.1 |
951 | 2024-07-19T22:25:20.551Z | Downloaded uuid v1.10.0 |
952 | 2024-07-19T22:25:20.551Z | Downloaded maplit v1.0.2 |
953 | 2024-07-19T22:25:20.551Z | Downloaded linked-hash-map v0.5.6 |
954 | 2024-07-19T22:25:20.552Z | Downloaded vsss-rs v3.3.4 |
955 | 2024-07-19T22:25:20.552Z | Downloaded uzers v0.11.3 |
956 | 2024-07-19T22:25:20.552Z | Downloaded universal-hash v0.5.1 |
957 | 2024-07-19T22:25:20.552Z | Downloaded mockall_derive v0.12.1 |
958 | 2024-07-19T22:25:20.576Z | Downloaded schemars_derive v0.8.21 |
959 | 2024-07-19T22:25:20.576Z | Downloaded rustc-demangle v0.1.24 |
960 | 2024-07-19T22:25:20.576Z | Downloaded postcard v1.0.8 |
961 | 2024-07-19T22:25:20.576Z | Downloaded password-hash v0.5.0 |
962 | 2024-07-19T22:25:20.576Z | Downloaded owo-colors v4.0.0 |
963 | 2024-07-19T22:25:20.576Z | Downloaded managed v0.8.0 |
964 | 2024-07-19T22:25:20.576Z | Downloaded lru-cache v0.1.2 |
965 | 2024-07-19T22:25:20.576Z | Downloaded lru v0.12.3 |
966 | 2024-07-19T22:25:20.576Z | Downloaded libsw v3.3.1 |
967 | 2024-07-19T22:25:20.576Z | Downloaded libefi-sys v0.1.0 |
968 | 2024-07-19T22:25:20.576Z | Downloaded lazycell v1.3.0 |
969 | 2024-07-19T22:25:20.576Z | Downloaded lazy_static v1.5.0 |
970 | 2024-07-19T22:25:20.576Z | Downloaded home v0.5.9 |
971 | 2024-07-19T22:25:20.576Z | Downloaded hex v0.4.3 |
972 | 2024-07-19T22:25:20.600Z | Downloaded waitgroup v0.1.2 |
973 | 2024-07-19T22:25:20.600Z | Downloaded wait-timeout v0.2.0 |
974 | 2024-07-19T22:25:20.600Z | Downloaded vte_generate_state_changes v0.1.1 |
975 | 2024-07-19T22:25:20.600Z | Downloaded untrusted v0.9.0 |
976 | 2024-07-19T22:25:20.600Z | Downloaded num-complex v0.4.6 |
977 | 2024-07-19T22:25:20.600Z | Downloaded serde_derive_internals v0.29.1 |
978 | 2024-07-19T22:25:20.600Z | Downloaded serde_arrays v0.1.0 |
979 | 2024-07-19T22:25:20.601Z | Downloaded semver v0.1.20 |
980 | 2024-07-19T22:25:20.601Z | Downloaded secrecy v0.8.0 |
981 | 2024-07-19T22:25:20.601Z | Downloaded sct v0.7.1 |
982 | 2024-07-19T22:25:20.601Z | Downloaded scheduled-thread-pool v0.2.7 |
983 | 2024-07-19T22:25:20.601Z | Downloaded rusty-fork v0.3.0 |
984 | 2024-07-19T22:25:20.601Z | Downloaded rustls-pki-types v1.7.0 |
985 | 2024-07-19T22:25:20.601Z | Downloaded rtoolbox v0.0.2 |
986 | 2024-07-19T22:25:20.601Z | Downloaded rpassword v7.3.1 |
987 | 2024-07-19T22:25:20.601Z | Downloaded ref-cast-impl v1.0.23 |
988 | 2024-07-19T22:25:20.601Z | Downloaded poly1305 v0.8.0 |
989 | 2024-07-19T22:25:20.625Z | Downloaded pkcs8 v0.10.2 |
990 | 2024-07-19T22:25:20.625Z | Downloaded pkcs1 v0.7.5 |
991 | 2024-07-19T22:25:20.625Z | Downloaded parking_lot v0.11.2 |
992 | 2024-07-19T22:25:20.625Z | Downloaded crc-any v2.5.0 |
993 | 2024-07-19T22:25:20.625Z | Downloaded blake3 v1.5.1 |
994 | 2024-07-19T22:25:20.625Z | Downloaded utf-8 v0.7.6 |
995 | 2024-07-19T22:25:20.625Z | Downloaded untrusted v0.7.1 |
996 | 2024-07-19T22:25:20.625Z | Downloaded unicode-xid v0.2.4 |
997 | 2024-07-19T22:25:20.649Z | Downloaded unicode-truncate v1.0.0 |
998 | 2024-07-19T22:25:20.650Z | Downloaded tokio-tungstenite v0.21.0 |
999 | 2024-07-19T22:25:20.650Z | Downloaded tokio-tungstenite v0.20.1 |
1000 | 2024-07-19T22:25:20.650Z | Downloaded tokio-stream v0.1.15 |
1001 | 2024-07-19T22:25:20.650Z | Downloaded tokio-rustls v0.25.0 |
1002 | 2024-07-19T22:25:20.650Z | Downloaded tokio-rustls v0.24.1 |
1003 | 2024-07-19T22:25:20.650Z | Downloaded serde_plain v1.0.2 |
1004 | 2024-07-19T22:25:20.650Z | Downloaded num-iter v0.1.45 |
1005 | 2024-07-19T22:25:20.650Z | Downloaded num-derive v0.4.2 |
1006 | 2024-07-19T22:25:20.650Z | Downloaded nu-ansi-term v0.50.0 |
1007 | 2024-07-19T22:25:20.650Z | Downloaded getrandom v0.2.14 |
1008 | 2024-07-19T22:25:20.674Z | Downloaded same-file v1.0.6 |
1009 | 2024-07-19T22:25:20.674Z | Downloaded rand_seeder v0.2.3 |
1010 | 2024-07-19T22:25:20.674Z | Downloaded rand_chacha v0.3.1 |
1011 | 2024-07-19T22:25:20.674Z | Downloaded radium v0.7.0 |
1012 | 2024-07-19T22:25:20.674Z | Downloaded postgres-types v0.2.6 |
1013 | 2024-07-19T22:25:20.674Z | Downloaded phf_shared v0.11.2 |
1014 | 2024-07-19T22:25:20.674Z | Downloaded serde_path_to_error v0.1.16 |
1015 | 2024-07-19T22:25:20.674Z | Downloaded num-integer v0.1.46 |
1016 | 2024-07-19T22:25:20.675Z | Downloaded num v0.4.3 |
1017 | 2024-07-19T22:25:20.675Z | Downloaded normalize-line-endings v0.3.0 |
1018 | 2024-07-19T22:25:20.675Z | Downloaded nodrop v0.1.14 |
1019 | 2024-07-19T22:25:20.675Z | Downloaded nibble_vec v0.1.0 |
1020 | 2024-07-19T22:25:20.675Z | Downloaded newtype_derive v0.1.6 |
1021 | 2024-07-19T22:25:20.675Z | Downloaded newtype-uuid v1.1.0 |
1022 | 2024-07-19T22:25:20.675Z | Downloaded hash32 v0.2.1 |
1023 | 2024-07-19T22:25:20.675Z | Downloaded half v2.4.1 |
1024 | 2024-07-19T22:25:20.699Z | Downloaded group v0.13.0 |
1025 | 2024-07-19T22:25:20.699Z | Downloaded globset v0.4.14 |
1026 | 2024-07-19T22:25:20.699Z | Downloaded glob v0.3.1 |
1027 | 2024-07-19T22:25:20.699Z | Downloaded getopts v0.2.21 |
1028 | 2024-07-19T22:25:20.699Z | Downloaded gethostname v0.4.3 |
1029 | 2024-07-19T22:25:20.699Z | Downloaded fxhash v0.2.1 |
1030 | 2024-07-19T22:25:20.699Z | Downloaded funty v2.0.0 |
1031 | 2024-07-19T22:25:20.699Z | Downloaded fragile v2.0.0 |
1032 | 2024-07-19T22:25:20.699Z | Downloaded foreign-types-shared v0.3.1 |
1033 | 2024-07-19T22:25:20.699Z | Downloaded flume v0.11.0 |
1034 | 2024-07-19T22:25:20.699Z | Downloaded serde-hex v0.1.0 |
1035 | 2024-07-19T22:25:20.699Z | Downloaded serde-big-array v0.5.1 |
1036 | 2024-07-19T22:25:20.700Z | Downloaded sec1 v0.7.3 |
1037 | 2024-07-19T22:25:20.700Z | Downloaded rustfmt-wrapper v0.2.1 |
1038 | 2024-07-19T22:25:20.700Z | Downloaded rustc_version v0.4.0 |
1039 | 2024-07-19T22:25:20.700Z | Downloaded rustc_version v0.1.7 |
1040 | 2024-07-19T22:25:20.724Z | Downloaded rustc-hash v1.1.0 |
1041 | 2024-07-19T22:25:20.724Z | Downloaded resolv-conf v0.7.0 |
1042 | 2024-07-19T22:25:20.724Z | Downloaded ref-cast v1.0.23 |
1043 | 2024-07-19T22:25:20.724Z | Downloaded rand_xorshift v0.3.0 |
1044 | 2024-07-19T22:25:20.724Z | Downloaded r2d2 v0.8.10 |
1045 | 2024-07-19T22:25:20.724Z | Downloaded proc-macro-crate v1.3.1 |
1046 | 2024-07-19T22:25:20.724Z | Downloaded predicates-tree v1.0.9 |
1047 | 2024-07-19T22:25:20.724Z | Downloaded predicates-core v1.0.6 |
1048 | 2024-07-19T22:25:20.724Z | Downloaded predicates v3.1.0 |
1049 | 2024-07-19T22:25:20.725Z | Downloaded portpicker v0.1.1 |
1050 | 2024-07-19T22:25:20.725Z | Downloaded pin-project-internal v1.1.5 |
1051 | 2024-07-19T22:25:20.725Z | Downloaded phf_shared v0.10.0 |
1052 | 2024-07-19T22:25:20.725Z | Downloaded phf v0.11.2 |
1053 | 2024-07-19T22:25:20.725Z | Downloaded pem-rfc7468 v0.7.0 |
1054 | 2024-07-19T22:25:20.725Z | Downloaded pem v3.0.4 |
1055 | 2024-07-19T22:25:20.725Z | Downloaded peg-macros v0.8.3 |
1056 | 2024-07-19T22:25:20.749Z | Downloaded peg v0.8.3 |
1057 | 2024-07-19T22:25:20.749Z | Downloaded paste v1.0.15 |
1058 | 2024-07-19T22:25:20.749Z | Downloaded parse-display-derive v0.9.1 |
1059 | 2024-07-19T22:25:20.749Z | Downloaded parse-display v0.9.1 |
1060 | 2024-07-19T22:25:20.749Z | Downloaded parking_lot_core v0.8.6 |
1061 | 2024-07-19T22:25:20.749Z | Downloaded omicron-zone-package v0.11.0 |
1062 | 2024-07-19T22:25:20.749Z | Downloaded der v0.7.9 |
1063 | 2024-07-19T22:25:20.749Z | Downloaded chacha20poly1305 v0.10.1 |
1064 | 2024-07-19T22:25:20.749Z | Downloaded fixedbitset v0.4.2 |
1065 | 2024-07-19T22:25:20.774Z | Downloaded rand_core v0.6.4 |
1066 | 2024-07-19T22:25:20.774Z | Downloaded quick-error v1.2.3 |
1067 | 2024-07-19T22:25:20.774Z | Downloaded psl-types v2.0.11 |
1068 | 2024-07-19T22:25:20.774Z | Downloaded pretty-hex v0.2.1 |
1069 | 2024-07-19T22:25:20.774Z | Downloaded ppv-lite86 v0.2.17 |
1070 | 2024-07-19T22:25:20.774Z | Downloaded packed_struct_codegen v0.10.1 |
1071 | 2024-07-19T22:25:20.774Z | Downloaded num-traits v0.2.19 |
1072 | 2024-07-19T22:25:20.774Z | Downloaded crypto-bigint v0.5.5 |
1073 | 2024-07-19T22:25:20.774Z | Downloaded crossterm v0.27.0 |
1074 | 2024-07-19T22:25:20.798Z | Downloaded packed_struct v0.10.1 |
1075 | 2024-07-19T22:25:20.798Z | Downloaded olpc-cjson v0.1.3 |
1076 | 2024-07-19T22:25:20.798Z | Downloaded aho-corasick v1.1.3 |
1077 | 2024-07-19T22:25:20.798Z | Downloaded foreign-types v0.5.0 |
1078 | 2024-07-19T22:25:20.798Z | Downloaded num_enum_derive v0.5.11 |
1079 | 2024-07-19T22:25:20.798Z | Downloaded num_enum v0.5.11 |
1080 | 2024-07-19T22:25:20.798Z | Downloaded num-rational v0.4.2 |
1081 | 2024-07-19T22:25:20.798Z | Downloaded nanorand v0.7.0 |
1082 | 2024-07-19T22:25:20.799Z | Downloaded multimap v0.10.0 |
1083 | 2024-07-19T22:25:20.799Z | Downloaded multer v3.1.0 |
1084 | 2024-07-19T22:25:20.824Z | Downloaded derive_more v0.99.18 |
1085 | 2024-07-19T22:25:20.824Z | Downloaded derive-where v1.2.7 |
1086 | 2024-07-19T22:25:20.824Z | Downloaded crossbeam-epoch v0.9.18 |
1087 | 2024-07-19T22:25:20.824Z | Downloaded cookie v0.18.1 |
1088 | 2024-07-19T22:25:20.824Z | Downloaded clang-sys v1.7.0 |
1089 | 2024-07-19T22:25:20.824Z | Downloaded cancel-safe-futures v0.1.5 |
1090 | 2024-07-19T22:25:20.824Z | Downloaded path-slash v0.1.5 |
1091 | 2024-07-19T22:25:20.824Z | Downloaded parse-size v1.0.0 |
1092 | 2024-07-19T22:25:20.824Z | Downloaded oso-derive v0.27.3 |
1093 | 2024-07-19T22:25:20.824Z | Downloaded opaque-debug v0.3.1 |
1094 | 2024-07-19T22:25:20.848Z | Downloaded derive_builder_core v0.20.0 |
1095 | 2024-07-19T22:25:20.848Z | Downloaded const_format_proc_macros v0.2.32 |
1096 | 2024-07-19T22:25:20.848Z | Downloaded console v0.15.8 |
1097 | 2024-07-19T22:25:20.848Z | Downloaded newline-converter v0.3.0 |
1098 | 2024-07-19T22:25:20.848Z | Downloaded new_debug_unreachable v1.0.6 |
1099 | 2024-07-19T22:25:20.848Z | Downloaded defmt-macros v0.3.9 |
1100 | 2024-07-19T22:25:20.848Z | Downloaded debug-ignore v1.0.5 |
1101 | 2024-07-19T22:25:20.848Z | Downloaded darling_core v0.20.9 |
1102 | 2024-07-19T22:25:20.848Z | Downloaded darling v0.20.9 |
1103 | 2024-07-19T22:25:20.873Z | Downloaded crc v3.2.1 |
1104 | 2024-07-19T22:25:20.873Z | Downloaded convert_case v0.4.0 |
1105 | 2024-07-19T22:25:20.873Z | Downloaded const_format v0.2.32 |
1106 | 2024-07-19T22:25:20.873Z | Downloaded colored v2.1.0 |
1107 | 2024-07-19T22:25:20.873Z | Downloaded ciborium-ll v0.2.2 |
1108 | 2024-07-19T22:25:20.873Z | Downloaded ciborium v0.2.2 |
1109 | 2024-07-19T22:25:20.873Z | Downloaded castaway v0.2.2 |
1110 | 2024-07-19T22:25:20.873Z | Downloaded backtrace v0.3.71 |
1111 | 2024-07-19T22:25:20.873Z | Downloaded darling_macro v0.20.9 |
1112 | 2024-07-19T22:25:20.873Z | Downloaded crc-catalog v2.4.0 |
1113 | 2024-07-19T22:25:20.897Z | Downloaded cfg_aliases v0.1.1 |
1114 | 2024-07-19T22:25:20.897Z | Downloaded base64 v0.22.1 |
1115 | 2024-07-19T22:25:20.897Z | Downloaded base64 v0.13.1 |
1116 | 2024-07-19T22:25:20.897Z | Downloaded defmt-parser v0.3.4 |
1117 | 2024-07-19T22:25:20.897Z | Downloaded defmt v0.3.8 |
1118 | 2024-07-19T22:25:20.897Z | Downloaded curve25519-dalek-derive v0.1.1 |
1119 | 2024-07-19T22:25:20.897Z | Downloaded csv-core v0.1.11 |
1120 | 2024-07-19T22:25:20.897Z | Downloaded crucible-workspace-hack v0.1.0 |
1121 | 2024-07-19T22:25:20.897Z | Downloaded crossbeam-deque v0.8.5 |
1122 | 2024-07-19T22:25:20.897Z | Downloaded cookie v0.17.0 |
1123 | 2024-07-19T22:25:20.897Z | Downloaded compact_str v0.7.1 |
1124 | 2024-07-19T22:25:20.921Z | Downloaded buf-list v1.0.3 |
1125 | 2024-07-19T22:25:20.921Z | Downloaded bit-vec v0.6.3 |
1126 | 2024-07-19T22:25:20.921Z | Downloaded bb8 v0.8.5 |
1127 | 2024-07-19T22:25:20.921Z | Downloaded base64ct v1.6.0 |
1128 | 2024-07-19T22:25:20.921Z | Downloaded base16ct v0.2.0 |
1129 | 2024-07-19T22:25:20.921Z | Downloaded backoff v0.4.0 |
1130 | 2024-07-19T22:25:20.921Z | Downloaded async-trait v0.1.81 |
1131 | 2024-07-19T22:25:20.921Z | Downloaded ascii v1.1.0 |
1132 | 2024-07-19T22:25:20.921Z | Downloaded argon2 v0.5.3 |
1133 | 2024-07-19T22:25:20.921Z | Downloaded arc-swap v1.7.1 |
1134 | 2024-07-19T22:25:20.921Z | Downloaded allocator-api2 v0.2.18 |
1135 | 2024-07-19T22:25:20.946Z | Downloaded derive_builder v0.20.0 |
1136 | 2024-07-19T22:25:20.946Z | Downloaded cookie_store v0.20.0 |
1137 | 2024-07-19T22:25:20.946Z | Downloaded const-oid v0.9.6 |
1138 | 2024-07-19T22:25:20.946Z | Downloaded chacha20 v0.9.1 |
1139 | 2024-07-19T22:25:20.946Z | Downloaded cexpr v0.6.0 |
1140 | 2024-07-19T22:25:20.946Z | Downloaded cassowary v0.3.0 |
1141 | 2024-07-19T22:25:20.946Z | Downloaded camino-tempfile v1.1.1 |
1142 | 2024-07-19T22:25:20.946Z | Downloaded bzip2 v0.4.4 |
1143 | 2024-07-19T22:25:20.946Z | Downloaded blake2 v0.10.6 |
1144 | 2024-07-19T22:25:20.946Z | Downloaded bitstruct_derive v0.1.0 |
1145 | 2024-07-19T22:25:20.970Z | Downloaded bitstruct v0.1.1 |
1146 | 2024-07-19T22:25:20.971Z | Downloaded bitfield-struct v0.6.1 |
1147 | 2024-07-19T22:25:20.971Z | Downloaded bitfield v0.14.0 |
1148 | 2024-07-19T22:25:20.971Z | Downloaded bit-set v0.5.3 |
1149 | 2024-07-19T22:25:20.971Z | Downloaded bcs v0.1.6 |
1150 | 2024-07-19T22:25:20.971Z | Downloaded async-stream v0.3.5 |
1151 | 2024-07-19T22:25:20.971Z | Downloaded assert_matches v1.5.0 |
1152 | 2024-07-19T22:25:20.971Z | Downloaded ahash v0.8.11 |
1153 | 2024-07-19T22:25:20.971Z | Downloaded addr2line v0.21.0 |
1154 | 2024-07-19T22:25:20.971Z | Downloaded cstr-argument v0.1.2 |
1155 | 2024-07-19T22:25:20.971Z | Downloaded constant_time_eq v0.3.0 |
1156 | 2024-07-19T22:25:20.971Z | Downloaded cobs v0.2.3 |
1157 | 2024-07-19T22:25:20.971Z | Downloaded cipher v0.4.4 |
1158 | 2024-07-19T22:25:20.971Z | Downloaded ciborium-io v0.2.2 |
1159 | 2024-07-19T22:25:20.971Z | Downloaded atomicwrites v0.4.3 |
1160 | 2024-07-19T22:25:20.971Z | Downloaded atomic-waker v1.1.2 |
1161 | 2024-07-19T22:25:20.971Z | Downloaded async-recursion v1.1.1 |
1162 | 2024-07-19T22:25:20.995Z | Downloaded ascii-canvas v3.0.0 |
1163 | 2024-07-19T22:25:20.995Z | Downloaded arrayvec v0.7.4 |
1164 | 2024-07-19T22:25:20.995Z | Downloaded arrayref v0.3.7 |
1165 | 2024-07-19T22:25:20.995Z | Downloaded array-init v0.0.4 |
1166 | 2024-07-19T22:25:20.995Z | Downloaded block-padding v0.3.3 |
1167 | 2024-07-19T22:25:20.996Z | Downloaded bitflags v1.3.2 |
1168 | 2024-07-19T22:25:20.996Z | Downloaded atty v0.2.14 |
1169 | 2024-07-19T22:25:20.996Z | Downloaded aead v0.5.2 |
1170 | 2024-07-19T22:25:21.163Z | Compiling proc-macro2 v1.0.86 |
1171 | 2024-07-19T22:25:21.163Z | Compiling unicode-ident v1.0.12 |
1172 | 2024-07-19T22:25:21.163Z | Compiling libc v0.2.155 |
1173 | 2024-07-19T22:25:21.163Z | Compiling serde v1.0.204 |
1174 | 2024-07-19T22:25:21.187Z | Compiling autocfg v1.3.0 |
1175 | 2024-07-19T22:25:21.187Z | Compiling version_check v0.9.4 |
1176 | 2024-07-19T22:25:21.187Z | Compiling cfg-if v1.0.0 |
1177 | 2024-07-19T22:25:21.316Z | Compiling cc v1.0.97 |
1178 | 2024-07-19T22:25:21.357Z | Compiling parking_lot_core v0.9.10 |
1179 | 2024-07-19T22:25:21.474Z | Compiling once_cell v1.19.0 |
1180 | 2024-07-19T22:25:21.764Z | Compiling serde_json v1.0.120 |
1181 | 2024-07-19T22:25:21.805Z | Compiling libm v0.2.8 |
1182 | 2024-07-19T22:25:21.855Z | Compiling ahash v0.8.11 |
1183 | 2024-07-19T22:25:21.879Z | Compiling byteorder v1.5.0 |
1184 | 2024-07-19T22:25:22.088Z | Compiling lock_api v0.4.12 |
1185 | 2024-07-19T22:25:22.131Z | Compiling num-traits v0.2.19 |
1186 | 2024-07-19T22:25:22.173Z | Compiling memchr v2.7.2 |
1187 | 2024-07-19T22:25:22.290Z | Compiling scopeguard v1.2.0 |
1188 | 2024-07-19T22:25:22.416Z | Compiling thiserror v1.0.62 |
1189 | 2024-07-19T22:25:22.457Z | Compiling typenum v1.17.0 |
1190 | 2024-07-19T22:25:22.872Z | Compiling quote v1.0.36 |
1191 | 2024-07-19T22:25:23.044Z | Compiling itoa v1.0.11 |
1192 | 2024-07-19T22:25:23.263Z | Compiling syn v2.0.71 |
1193 | 2024-07-19T22:25:23.290Z | Compiling getrandom v0.2.14 |
1194 | 2024-07-19T22:25:23.474Z | Compiling log v0.4.21 |
1195 | 2024-07-19T22:25:23.505Z | Compiling generic-array v0.14.7 |
1196 | 2024-07-19T22:25:23.866Z | Compiling allocator-api2 v0.2.18 |
1197 | 2024-07-19T22:25:23.989Z | Compiling slab v0.4.9 |
1198 | 2024-07-19T22:25:24.028Z | Compiling ring v0.17.8 |
1199 | 2024-07-19T22:25:24.111Z | Compiling ryu v1.0.18 |
1200 | 2024-07-19T22:25:24.283Z | Compiling pin-project-lite v0.2.14 |
1201 | 2024-07-19T22:25:24.307Z | Compiling semver v1.0.23 |
1202 | 2024-07-19T22:25:24.367Z | Compiling smallvec v1.13.2 |
1203 | 2024-07-19T22:25:24.549Z | Compiling schemars v0.8.21 |
1204 | 2024-07-19T22:25:24.879Z | Compiling equivalent v1.0.1 |
1205 | 2024-07-19T22:25:24.998Z | Compiling spin v0.9.8 |
1206 | 2024-07-19T22:25:25.104Z | Compiling pkg-config v0.3.30 |
1207 | 2024-07-19T22:25:25.129Z | Compiling vcpkg v0.2.15 |
1208 | 2024-07-19T22:25:25.356Z | Compiling parking_lot v0.12.2 |
1209 | 2024-07-19T22:25:25.704Z | Compiling signal-hook-registry v1.4.2 |
1210 | 2024-07-19T22:25:26.279Z | Compiling syn v1.0.109 |
1211 | 2024-07-19T22:25:26.631Z | Compiling openssl-sys v0.9.102 |
1212 | 2024-07-19T22:25:26.774Z | Compiling mio v0.8.11 |
1213 | 2024-07-19T22:25:27.250Z | Compiling rand_core v0.6.4 |
1214 | 2024-07-19T22:25:27.369Z | Compiling num_cpus v1.16.0 |
1215 | 2024-07-19T22:25:27.505Z | Compiling socket2 v0.5.7 |
1216 | 2024-07-19T22:25:27.585Z | Compiling time-core v0.1.2 |
1217 | 2024-07-19T22:25:27.733Z | Compiling num-conv v0.1.0 |
1218 | 2024-07-19T22:25:27.969Z | Compiling time-macros v0.2.18 |
1219 | 2024-07-19T22:25:28.080Z | Compiling httparse v1.8.0 |
1220 | 2024-07-19T22:25:28.117Z | Compiling heck v0.5.0 |
1221 | 2024-07-19T22:25:28.612Z | Compiling futures-core v0.3.30 |
1222 | 2024-07-19T22:25:28.907Z | Compiling fnv v1.0.7 |
1223 | 2024-07-19T22:25:28.931Z | Compiling openssl v0.10.64 |
1224 | 2024-07-19T22:25:29.232Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-07-19T22:25:29.390Z | Compiling rustix v0.38.34 |
1226 | 2024-07-19T22:25:29.437Z | Compiling iana-time-zone v0.1.60 |
1227 | 2024-07-19T22:25:29.572Z | Compiling crossbeam-utils v0.8.19 |
1228 | 2024-07-19T22:25:30.210Z | Compiling tinyvec_macros v0.1.1 |
1229 | 2024-07-19T22:25:30.268Z | Compiling rustls v0.21.12 |
1230 | 2024-07-19T22:25:30.292Z | Compiling native-tls v0.2.11 |
1231 | 2024-07-19T22:25:30.315Z | Compiling tinyvec v1.6.0 |
1232 | 2024-07-19T22:25:30.655Z | Compiling subtle v2.5.0 |
1233 | 2024-07-19T22:25:30.884Z | Compiling const-oid v0.9.6 |
1234 | 2024-07-19T22:25:31.083Z | Compiling ucd-trie v0.1.6 |
1235 | 2024-07-19T22:25:31.233Z | Compiling futures-sink v0.3.30 |
1236 | 2024-07-19T22:25:31.481Z | Compiling unicode-normalization v0.1.23 |
1237 | 2024-07-19T22:25:31.519Z | Compiling backtrace v0.3.71 |
1238 | 2024-07-19T22:25:31.543Z | Compiling cookie v0.17.0 |
1239 | 2024-07-19T22:25:31.769Z | Compiling dyn-clone v1.0.17 |
1240 | 2024-07-19T22:25:31.864Z | Compiling slog v2.7.0 |
1241 | 2024-07-19T22:25:32.077Z | Compiling unicode-bidi v0.3.15 |
1242 | 2024-07-19T22:25:32.315Z | Compiling futures-channel v0.3.30 |
1243 | 2024-07-19T22:25:32.701Z | Compiling futures-io v0.3.30 |
1244 | 2024-07-19T22:25:32.900Z | Compiling futures-task v0.3.30 |
1245 | 2024-07-19T22:25:32.989Z | Compiling pin-utils v0.1.0 |
1246 | 2024-07-19T22:25:33.189Z | Compiling aho-corasick v1.1.3 |
1247 | 2024-07-19T22:25:33.544Z | Compiling anyhow v1.0.86 |
1248 | 2024-07-19T22:25:33.568Z | Compiling regex-syntax v0.8.3 |
1249 | 2024-07-19T22:25:33.615Z | Compiling untrusted v0.9.0 |
1250 | 2024-07-19T22:25:33.997Z | Compiling serde_derive v1.0.204 |
1251 | 2024-07-19T22:25:34.154Z | Compiling zerocopy-derive v0.7.34 |
1252 | 2024-07-19T22:25:35.106Z | Compiling zeroize_derive v1.4.2 |
1253 | 2024-07-19T22:25:35.662Z | Compiling thiserror-impl v1.0.62 |
1254 | 2024-07-19T22:25:35.786Z | Compiling zerocopy v0.7.34 |
1255 | 2024-07-19T22:25:36.285Z | Compiling tokio-macros v2.3.0 |
1256 | 2024-07-19T22:25:36.854Z | Compiling futures-macro v0.3.30 |
1257 | 2024-07-19T22:25:37.235Z | Compiling schemars_derive v0.8.21 |
1258 | 2024-07-19T22:25:37.734Z | Compiling hashbrown v0.14.5 |
1259 | 2024-07-19T22:25:38.014Z | Compiling tracing-attributes v0.1.27 |
1260 | 2024-07-19T22:25:38.229Z | Compiling zeroize v1.7.0 |
1261 | 2024-07-19T22:25:38.622Z | Compiling openssl-macros v0.1.1 |
1262 | 2024-07-19T22:25:38.890Z | Compiling scroll_derive v0.12.0 |
1263 | 2024-07-19T22:25:39.193Z | Compiling pest v2.7.10 |
1264 | 2024-07-19T22:25:39.644Z | Compiling crypto-common v0.1.6 |
1265 | 2024-07-19T22:25:39.806Z | Compiling futures-util v0.3.30 |
1266 | 2024-07-19T22:25:39.830Z | Compiling der_derive v0.7.2 |
1267 | 2024-07-19T22:25:40.015Z | Compiling winnow v0.5.40 |
1268 | 2024-07-19T22:25:40.698Z | Compiling block-buffer v0.10.4 |
1269 | 2024-07-19T22:25:41.488Z | Compiling pest_meta v2.7.10 |
1270 | 2024-07-19T22:25:41.642Z | Compiling regex-automata v0.4.6 |
1271 | 2024-07-19T22:25:43.004Z | Compiling pest_generator v2.7.10 |
1272 | 2024-07-19T22:25:44.349Z | Compiling tracing-core v0.1.32 |
1273 | 2024-07-19T22:25:44.778Z | Compiling bytes v1.6.0 |
1274 | 2024-07-19T22:25:45.742Z | Compiling indexmap v2.2.6 |
1275 | 2024-07-19T22:25:46.365Z | Compiling tokio v1.38.1 |
1276 | 2024-07-19T22:25:46.423Z | Compiling bitflags v2.5.0 |
1277 | 2024-07-19T22:25:46.857Z | Compiling uuid v1.10.0 |
1278 | 2024-07-19T22:25:46.923Z | Compiling chrono v0.4.38 |
1279 | 2024-07-19T22:25:47.313Z | Compiling serde_tokenstream v0.2.1 |
1280 | 2024-07-19T22:25:48.325Z | Compiling serde_spanned v0.6.6 |
1281 | 2024-07-19T22:25:48.503Z | Compiling toml_datetime v0.6.6 |
1282 | 2024-07-19T22:25:48.868Z | Compiling http v0.2.12 |
1283 | 2024-07-19T22:25:50.653Z | Compiling toml_edit v0.19.15 |
1284 | 2024-07-19T22:25:50.758Z | Compiling rustc_version v0.4.0 |
1285 | 2024-07-19T22:25:51.305Z | Compiling pest_derive v2.7.10 |
1286 | 2024-07-19T22:25:51.382Z | Compiling usdt-impl v0.5.0 |
1287 | 2024-07-19T22:25:51.642Z | Compiling powerfmt v0.2.0 |
1288 | 2024-07-19T22:25:51.845Z | Compiling rustversion v1.0.17 |
1289 | 2024-07-19T22:25:51.929Z | Compiling deranged v0.3.11 |
1290 | 2024-07-19T22:25:52.065Z | Compiling heapless v0.7.17 |
1291 | 2024-07-19T22:25:52.436Z | Compiling tracing v0.1.40 |
1292 | 2024-07-19T22:25:52.460Z | Compiling digest v0.10.7 |
1293 | 2024-07-19T22:25:52.808Z | Compiling scroll v0.12.0 |
1294 | 2024-07-19T22:25:53.270Z | Compiling percent-encoding v2.3.1 |
1295 | 2024-07-19T22:25:53.553Z | Compiling plain v0.2.3 |
1296 | 2024-07-19T22:25:53.693Z | Compiling heck v0.4.1 |
1297 | 2024-07-19T22:25:53.743Z | Compiling num_threads v0.1.7 |
1298 | 2024-07-19T22:25:53.871Z | Compiling ppv-lite86 v0.2.17 |
1299 | 2024-07-19T22:25:54.067Z | Compiling signal-hook v0.3.17 |
1300 | 2024-07-19T22:25:54.288Z | Compiling time v0.3.36 |
1301 | 2024-07-19T22:25:54.522Z | Compiling rand_chacha v0.3.1 |
1302 | 2024-07-19T22:25:54.614Z | Compiling goblin v0.8.2 |
1303 | 2024-07-19T22:25:56.373Z | Compiling regex v1.10.5 |
1304 | 2024-07-19T22:25:57.377Z | Compiling pretty-hex v0.4.1 |
1305 | 2024-07-19T22:25:57.558Z | Compiling crc32fast v1.4.0 |
1306 | 2024-07-19T22:25:57.720Z | Compiling strsim v0.11.1 |
1307 | 2024-07-19T22:25:58.796Z | Compiling rand v0.8.5 |
1308 | 2024-07-19T22:25:58.852Z | Compiling tokio-util v0.7.11 |
1309 | 2024-07-19T22:25:59.540Z | Compiling dof v0.3.0 |
1310 | 2024-07-19T22:25:59.989Z | Compiling dtrace-parser v0.2.0 |
1311 | 2024-07-19T22:26:00.469Z | Compiling async-trait v0.1.81 |
1312 | 2024-07-19T22:26:00.782Z | Compiling socket2 v0.4.10 |
1313 | 2024-07-19T22:26:00.812Z | Compiling thread-id v4.2.1 |
1314 | 2024-07-19T22:26:01.030Z | Compiling base64ct v1.6.0 |
1315 | 2024-07-19T22:26:01.065Z | Compiling unicode-width v0.1.13 |
1316 | 2024-07-19T22:26:01.506Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1317 | 2024-07-19T22:26:01.585Z | Compiling smoltcp v0.9.1 |
1318 | 2024-07-19T22:26:01.705Z | Compiling foreign-types-shared v0.1.1 |
1319 | 2024-07-19T22:26:01.806Z | Compiling foreign-types v0.3.2 |
1320 | 2024-07-19T22:26:02.092Z | Compiling pem-rfc7468 v0.7.0 |
1321 | 2024-07-19T22:26:03.057Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-07-19T22:26:03.354Z | Compiling hmac v0.12.1 |
1323 | 2024-07-19T22:26:03.551Z | Compiling try-lock v0.2.5 |
1324 | 2024-07-19T22:26:03.576Z | Compiling adler v1.0.2 |
1325 | 2024-07-19T22:26:03.707Z | Compiling base64 v0.21.7 |
1326 | 2024-07-19T22:26:03.830Z | Compiling flagset v0.4.5 |
1327 | 2024-07-19T22:26:03.854Z | Compiling siphasher v0.3.11 |
1328 | 2024-07-19T22:26:04.116Z | Compiling der v0.7.9 |
1329 | 2024-07-19T22:26:04.158Z | Compiling want v0.3.1 |
1330 | 2024-07-19T22:26:04.275Z | Compiling miniz_oxide v0.7.2 |
1331 | 2024-07-19T22:26:05.314Z | Compiling h2 v0.3.26 |
1332 | 2024-07-19T22:26:06.689Z | Compiling sct v0.7.1 |
1333 | 2024-07-19T22:26:06.877Z | Compiling rustls-webpki v0.101.7 |
1334 | 2024-07-19T22:26:06.947Z | Compiling http-body v0.4.6 |
1335 | 2024-07-19T22:26:07.891Z | Compiling openapiv3 v2.0.0 |
1336 | 2024-07-19T22:26:08.337Z | Compiling hubpack_derive v0.1.1 |
1337 | 2024-07-19T22:26:08.373Z | Compiling zerocopy-derive v0.6.6 |
1338 | 2024-07-19T22:26:08.461Z | Compiling idna v0.5.0 |
1339 | 2024-07-19T22:26:09.192Z | Compiling lazy_static v1.5.0 |
1340 | 2024-07-19T22:26:09.219Z | Compiling errno v0.3.9 |
1341 | 2024-07-19T22:26:09.601Z | Compiling fs-err v2.11.0 |
1342 | 2024-07-19T22:26:09.702Z | Compiling httpdate v1.0.3 |
1343 | 2024-07-19T22:26:09.850Z | Compiling stable_deref_trait v1.2.0 |
1344 | 2024-07-19T22:26:10.077Z | Compiling openssl-probe v0.1.5 |
1345 | 2024-07-19T22:26:10.102Z | Compiling gimli v0.28.1 |
1346 | 2024-07-19T22:26:10.162Z | Compiling cpufeatures v0.2.12 |
1347 | 2024-07-19T22:26:10.349Z | Compiling finl_unicode v1.2.0 |
1348 | 2024-07-19T22:26:10.701Z | Compiling tower-service v0.3.2 |
1349 | 2024-07-19T22:26:10.831Z | Compiling anstyle v1.0.7 |
1350 | 2024-07-19T22:26:10.978Z | Compiling utf8parse v0.2.1 |
1351 | 2024-07-19T22:26:11.144Z | Compiling anstyle-parse v0.2.4 |
1352 | 2024-07-19T22:26:11.318Z | Compiling stringprep v0.1.4 |
1353 | 2024-07-19T22:26:11.445Z | Compiling sha2 v0.10.8 |
1354 | 2024-07-19T22:26:11.962Z | Compiling hyper v0.14.28 |
1355 | 2024-07-19T22:26:13.336Z | Compiling url v2.5.0 |
1356 | 2024-07-19T22:26:14.313Z | Compiling addr2line v0.21.0 |
1357 | 2024-07-19T22:26:15.525Z | Compiling spki v0.7.3 |
1358 | 2024-07-19T22:26:15.844Z | Compiling usdt-attr-macro v0.5.0 |
1359 | 2024-07-19T22:26:16.865Z | Compiling usdt-macro v0.5.0 |
1360 | 2024-07-19T22:26:17.109Z | Compiling md-5 v0.10.6 |
1361 | 2024-07-19T22:26:19.949Z | Compiling idna v0.3.0 |
1362 | 2024-07-19T22:26:20.966Z | Compiling diesel_table_macro_syntax v0.1.0 |
1363 | 2024-07-19T22:26:21.002Z | Compiling num-integer v0.1.46 |
1364 | 2024-07-19T22:26:21.341Z | Compiling object v0.32.2 |
1365 | 2024-07-19T22:26:21.664Z | Compiling hash32 v0.2.1 |
1366 | 2024-07-19T22:26:22.007Z | Compiling anstyle-query v1.0.3 |
1367 | 2024-07-19T22:26:22.183Z | Compiling psl-types v2.0.11 |
1368 | 2024-07-19T22:26:22.220Z | Compiling is_terminal_polyfill v1.70.0 |
1369 | 2024-07-19T22:26:22.361Z | Compiling colorchoice v1.0.1 |
1370 | 2024-07-19T22:26:22.639Z | Compiling fallible-iterator v0.2.0 |
1371 | 2024-07-19T22:26:23.258Z | Compiling rustc-demangle v0.1.24 |
1372 | 2024-07-19T22:26:25.068Z | Compiling postgres-protocol v0.6.6 |
1373 | 2024-07-19T22:26:28.430Z | Compiling anstream v0.6.14 |
1374 | 2024-07-19T22:26:28.564Z | Compiling publicsuffix v2.2.3 |
1375 | 2024-07-19T22:26:28.987Z | Compiling diesel_derives v2.1.4 |
1376 | 2024-07-19T22:26:33.239Z | Compiling tokio-rustls v0.24.1 |
1377 | 2024-07-19T22:26:34.287Z | Compiling pkcs8 v0.10.2 |
1378 | 2024-07-19T22:26:34.726Z | Compiling terminal_size v0.3.0 |
1379 | 2024-07-19T22:26:34.756Z | Compiling tokio-native-tls v0.3.1 |
1380 | 2024-07-19T22:26:35.011Z | Compiling phf_shared v0.11.2 |
1381 | 2024-07-19T22:26:35.483Z | Compiling strum_macros v0.25.3 |
1382 | 2024-07-19T22:26:35.988Z | Compiling enum-as-inner v0.5.1 |
1383 | 2024-07-19T22:26:36.359Z | Compiling block-padding v0.3.3 |
1384 | 2024-07-19T22:26:36.501Z | Compiling regress v0.9.1 |
1385 | 2024-07-19T22:26:36.590Z | Compiling clap_derive v4.5.8 |
1386 | 2024-07-19T22:26:36.816Z | Compiling serde_repr v0.1.19 |
1387 | 2024-07-19T22:26:38.457Z | Compiling ff v0.13.0 |
1388 | 2024-07-19T22:26:38.690Z | Compiling scheduled-thread-pool v0.2.7 |
1389 | 2024-07-19T22:26:39.159Z | Compiling encoding_rs v0.8.34 |
1390 | 2024-07-19T22:26:40.446Z | Compiling either v1.12.0 |
1391 | 2024-07-19T22:26:40.543Z | Compiling ipnet v2.9.0 |
1392 | 2024-07-19T22:26:41.390Z | Compiling bitflags v1.3.2 |
1393 | 2024-07-19T22:26:41.476Z | Compiling managed v0.8.0 |
1394 | 2024-07-19T22:26:41.513Z | Compiling clap_lex v0.7.0 |
1395 | 2024-07-19T22:26:41.908Z | Compiling base16ct v0.2.0 |
1396 | 2024-07-19T22:26:41.932Z | Compiling matches v0.1.10 |
1397 | 2024-07-19T22:26:41.956Z | Compiling regex-automata v0.1.10 |
1398 | 2024-07-19T22:26:42.031Z | Compiling mime v0.3.17 |
1399 | 2024-07-19T22:26:42.205Z | Compiling bit-vec v0.6.3 |
1400 | 2024-07-19T22:26:42.587Z | Compiling bstr v0.2.17 |
1401 | 2024-07-19T22:26:43.017Z | Compiling sec1 v0.7.3 |
1402 | 2024-07-19T22:26:43.493Z | Compiling idna v0.2.3 |
1403 | 2024-07-19T22:26:43.757Z | Compiling clap_builder v4.5.9 |
1404 | 2024-07-19T22:26:44.717Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1405 | 2024-07-19T22:26:45.098Z | Compiling r2d2 v0.8.10 |
1406 | 2024-07-19T22:26:46.425Z | Compiling group v0.13.0 |
1407 | 2024-07-19T22:26:47.993Z | Compiling inout v0.1.3 |
1408 | 2024-07-19T22:26:48.493Z | Compiling phf v0.11.2 |
1409 | 2024-07-19T22:26:48.686Z | Compiling hyper-tls v0.5.0 |
1410 | 2024-07-19T22:26:48.753Z | Compiling signal-hook-mio v0.2.3 |
1411 | 2024-07-19T22:26:48.978Z | Compiling hyper-rustls v0.24.2 |
1412 | 2024-07-19T22:26:49.156Z | Compiling cookie_store v0.20.0 |
1413 | 2024-07-19T22:26:49.294Z | Compiling postgres-types v0.2.6 |
1414 | 2024-07-19T22:26:49.559Z | Compiling num-bigint v0.4.5 |
1415 | 2024-07-19T22:26:50.286Z | Compiling zerocopy v0.6.6 |
1416 | 2024-07-19T22:26:50.481Z | Compiling hubpack v0.1.2 |
1417 | 2024-07-19T22:26:50.505Z | Compiling rustls-pemfile v1.0.4 |
1418 | 2024-07-19T22:26:50.839Z | Compiling phf_shared v0.10.0 |
1419 | 2024-07-19T22:26:50.863Z | Compiling hkdf v0.12.4 |
1420 | 2024-07-19T22:26:50.970Z | Compiling serde_urlencoded v0.7.1 |
1421 | 2024-07-19T22:26:51.179Z | Compiling crossbeam-epoch v0.9.18 |
1422 | 2024-07-19T22:26:51.441Z | Compiling ipnetwork v0.20.0 |
1423 | 2024-07-19T22:26:52.293Z | Compiling futures-executor v0.3.30 |
1424 | 2024-07-19T22:26:52.743Z | Compiling crypto-bigint v0.5.5 |
1425 | 2024-07-19T22:26:52.989Z | Compiling float-cmp v0.9.0 |
1426 | 2024-07-19T22:26:53.033Z | Compiling memmap v0.7.0 |
1427 | 2024-07-19T22:26:53.431Z | Compiling winnow v0.6.8 |
1428 | 2024-07-19T22:26:53.921Z | Compiling static_assertions v1.1.0 |
1429 | 2024-07-19T22:26:54.018Z | Compiling precomputed-hash v0.1.1 |
1430 | 2024-07-19T22:26:54.127Z | Compiling predicates-core v1.0.6 |
1431 | 2024-07-19T22:26:54.414Z | Compiling fixedbitset v0.4.2 |
1432 | 2024-07-19T22:26:54.746Z | Compiling unicode-segmentation v1.11.0 |
1433 | 2024-07-19T22:26:54.776Z | Compiling normalize-line-endings v0.3.0 |
1434 | 2024-07-19T22:26:54.898Z | Compiling webpki-roots v0.25.4 |
1435 | 2024-07-19T22:26:55.040Z | Compiling minimal-lexical v0.2.1 |
1436 | 2024-07-19T22:26:55.315Z | Compiling new_debug_unreachable v1.0.6 |
1437 | 2024-07-19T22:26:55.402Z | Compiling difflib v0.4.0 |
1438 | 2024-07-19T22:26:55.472Z | Compiling data-encoding v2.6.0 |
1439 | 2024-07-19T22:26:56.136Z | Compiling whoami v1.5.1 |
1440 | 2024-07-19T22:26:56.400Z | Compiling sync_wrapper v0.1.2 |
1441 | 2024-07-19T22:26:56.525Z | Compiling reqwest v0.11.27 |
1442 | 2024-07-19T22:26:56.550Z | Compiling tokio-postgres v0.7.10 |
1443 | 2024-07-19T22:26:56.671Z | Compiling toml_edit v0.22.16 |
1444 | 2024-07-19T22:26:56.895Z | Compiling trust-dns-proto v0.22.0 |
1445 | 2024-07-19T22:26:57.793Z | Compiling predicates v3.1.0 |
1446 | 2024-07-19T22:26:57.946Z | Compiling string_cache v0.8.7 |
1447 | 2024-07-19T22:26:58.323Z | Compiling nom v7.1.3 |
1448 | 2024-07-19T22:26:59.028Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1449 | 2024-07-19T22:27:00.419Z | Compiling similar v2.5.0 |
1450 | 2024-07-19T22:27:01.196Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-07-19T22:27:01.803Z | Compiling petgraph v0.6.5 |
1452 | 2024-07-19T22:27:02.172Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1453 | 2024-07-19T22:27:02.201Z | Compiling usdt v0.5.0 |
1454 | 2024-07-19T22:27:02.973Z | Compiling futures v0.3.30 |
1455 | 2024-07-19T22:27:02.998Z | Compiling diesel v2.1.6 |
1456 | 2024-07-19T22:27:03.086Z | Compiling yasna v0.5.2 |
1457 | 2024-07-19T22:27:03.616Z | Compiling crossterm v0.27.0 |
1458 | 2024-07-19T22:27:03.641Z | Compiling flate2 v1.0.30 |
1459 | 2024-07-19T22:27:03.780Z | Compiling cipher v0.4.4 |
1460 | 2024-07-19T22:27:04.413Z | Compiling clap v4.5.9 |
1461 | 2024-07-19T22:27:04.569Z | Compiling bit-set v0.5.3 |
1462 | 2024-07-19T22:27:04.815Z | Compiling itertools v0.12.1 |
1463 | 2024-07-19T22:27:05.163Z | Compiling itertools v0.10.5 |
1464 | 2024-07-19T22:27:06.431Z | Compiling num-iter v0.1.45 |
1465 | 2024-07-19T22:27:07.295Z | Compiling console v0.15.8 |
1466 | 2024-07-19T22:27:07.394Z | Compiling tokio-stream v0.1.15 |
1467 | 2024-07-19T22:27:07.460Z | Compiling toml v0.7.8 |
1468 | 2024-07-19T22:27:07.505Z | Compiling bstr v1.9.1 |
1469 | 2024-07-19T22:27:07.585Z | Compiling hex v0.4.3 |
1470 | 2024-07-19T22:27:07.736Z | Compiling peg-runtime v0.8.3 |
1471 | 2024-07-19T22:27:08.100Z | Compiling unicode-xid v0.2.4 |
1472 | 2024-07-19T22:27:08.364Z | Compiling lalrpop-util v0.19.12 |
1473 | 2024-07-19T22:27:08.412Z | Compiling camino v1.1.7 |
1474 | 2024-07-19T22:27:08.804Z | Compiling proc-macro-crate v1.3.1 |
1475 | 2024-07-19T22:27:09.391Z | Compiling heapless v0.8.0 |
1476 | 2024-07-19T22:27:10.493Z | Compiling num_enum_derive v0.5.11 |
1477 | 2024-07-19T22:27:16.245Z | Compiling hash32 v0.3.1 |
1478 | 2024-07-19T22:27:16.545Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1479 | 2024-07-19T22:27:16.849Z | Compiling ident_case v1.0.1 |
1480 | 2024-07-19T22:27:17.698Z | Compiling smoltcp v0.11.0 |
1481 | 2024-07-19T22:27:18.217Z | Compiling rustls-pki-types v1.7.0 |
1482 | 2024-07-19T22:27:22.050Z | Compiling darling_core v0.20.9 |
1483 | 2024-07-19T22:27:30.549Z | Compiling num_enum v0.5.11 |
1484 | 2024-07-19T22:27:31.184Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1485 | 2024-07-19T22:27:31.518Z | Compiling getopts v0.2.21 |
1486 | 2024-07-19T22:27:32.347Z | Compiling dirs-sys-next v0.1.2 |
1487 | 2024-07-19T22:27:32.613Z | Compiling proc-macro-error-attr v1.0.4 |
1488 | 2024-07-19T22:27:32.861Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1489 | 2024-07-19T22:27:32.896Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1490 | 2024-07-19T22:27:33.123Z | Compiling rustls v0.22.4 |
1491 | 2024-07-19T22:27:33.159Z | Compiling paste v1.0.15 |
1492 | 2024-07-19T22:27:33.337Z | Compiling embedded-io v0.4.0 |
1493 | 2024-07-19T22:27:33.385Z | Compiling unsafe-libyaml v0.2.11 |
1494 | 2024-07-19T22:27:33.559Z | Compiling cobs v0.2.3 |
1495 | 2024-07-19T22:27:34.340Z | Compiling postcard v1.0.8 |
1496 | 2024-07-19T22:27:34.496Z | Compiling serde_yaml v0.9.34+deprecated |
1497 | 2024-07-19T22:27:37.900Z | Compiling dirs-next v2.0.0 |
1498 | 2024-07-19T22:27:39.063Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1499 | 2024-07-19T22:27:40.153Z | Compiling darling_macro v0.20.9 |
1500 | 2024-07-19T22:27:42.127Z | Compiling rustls-webpki v0.102.4 |
1501 | 2024-07-19T22:27:47.556Z | Compiling strum_macros v0.26.4 |
1502 | 2024-07-19T22:27:48.625Z | Compiling foreign-types-macros v0.2.3 |
1503 | 2024-07-19T22:27:49.120Z | Compiling structmeta-derive v0.3.0 |
1504 | 2024-07-19T22:27:49.826Z | Compiling thread_local v1.1.8 |
1505 | 2024-07-19T22:27:50.267Z | Compiling proc-macro-error v1.0.4 |
1506 | 2024-07-19T22:27:50.464Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1507 | 2024-07-19T22:27:50.519Z | Compiling multer v3.1.0 |
1508 | 2024-07-19T22:27:51.401Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1509 | 2024-07-19T22:27:51.439Z | Compiling slog-async v2.8.0 |
1510 | 2024-07-19T22:27:51.572Z | Compiling match_cfg v0.1.0 |
1511 | 2024-07-19T22:27:51.800Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1512 | 2024-07-19T22:27:52.029Z | Compiling foreign-types-shared v0.3.1 |
1513 | 2024-07-19T22:27:53.280Z | Compiling foreign-types v0.5.0 |
1514 | 2024-07-19T22:27:55.616Z | Compiling hostname v0.3.1 |
1515 | 2024-07-19T22:27:55.843Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1516 | 2024-07-19T22:27:56.841Z | Compiling strum v0.26.3 |
1517 | 2024-07-19T22:27:57.144Z | Compiling structmeta v0.3.0 |
1518 | 2024-07-19T22:28:01.938Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1519 | 2024-07-19T22:28:02.665Z | Compiling darling v0.20.9 |
1520 | 2024-07-19T22:28:04.707Z | Compiling term v0.7.0 |
1521 | 2024-07-19T22:28:10.375Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1522 | 2024-07-19T22:28:11.679Z | Compiling slog-json v2.6.1 |
1523 | 2024-07-19T22:28:12.137Z | Compiling tabwriter v1.4.0 |
1524 | 2024-07-19T22:28:12.796Z | Compiling crossbeam-channel v0.5.12 |
1525 | 2024-07-19T22:28:13.491Z | Compiling http v1.1.0 |
1526 | 2024-07-19T22:28:14.217Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1527 | 2024-07-19T22:28:14.381Z | Compiling async-stream-impl v0.3.5 |
1528 | 2024-07-19T22:28:14.491Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1529 | 2024-07-19T22:28:14.672Z | Compiling cstr-argument v0.1.2 |
1530 | 2024-07-19T22:28:14.899Z | Compiling is-terminal v0.4.12 |
1531 | 2024-07-19T22:28:14.923Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1532 | 2024-07-19T22:28:15.062Z | Compiling rayon-core v1.12.1 |
1533 | 2024-07-19T22:28:15.168Z | Compiling pretty-hex v0.2.1 |
1534 | 2024-07-19T22:28:15.202Z | Compiling crucible-workspace-hack v0.1.0 |
1535 | 2024-07-19T22:28:15.369Z | Compiling fastrand v2.1.0 |
1536 | 2024-07-19T22:28:15.458Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1537 | 2024-07-19T22:28:15.483Z | Compiling base64 v0.22.1 |
1538 | 2024-07-19T22:28:15.696Z | Compiling atomic-waker v1.1.2 |
1539 | 2024-07-19T22:28:15.721Z | Compiling take_mut v0.2.2 |
1540 | 2024-07-19T22:28:15.960Z | Compiling rustls-pemfile v2.1.2 |
1541 | 2024-07-19T22:28:16.395Z | Compiling waitgroup v0.1.2 |
1542 | 2024-07-19T22:28:16.622Z | Compiling tempfile v3.10.1 |
1543 | 2024-07-19T22:28:16.681Z | Compiling async-stream v0.3.5 |
1544 | 2024-07-19T22:28:16.813Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1545 | 2024-07-19T22:28:17.195Z | Compiling slog-term v2.9.1 |
1546 | 2024-07-19T22:28:17.557Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1547 | 2024-07-19T22:28:18.180Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1548 | 2024-07-19T22:28:18.344Z | Compiling slog-bunyan v2.5.0 |
1549 | 2024-07-19T22:28:18.498Z | Compiling tokio-rustls v0.25.0 |
1550 | 2024-07-19T22:28:18.596Z | Compiling serde_with_macros v3.8.3 |
1551 | 2024-07-19T22:28:18.898Z | Compiling parse-display-derive v0.9.1 |
1552 | 2024-07-19T22:28:19.026Z | Compiling toml v0.8.15 |
1553 | 2024-07-19T22:28:19.492Z | Compiling sha1 v0.10.6 |
1554 | 2024-07-19T22:28:19.618Z | Compiling crossbeam-deque v0.8.5 |
1555 | 2024-07-19T22:28:19.952Z | Compiling colored v2.1.0 |
1556 | 2024-07-19T22:28:20.121Z | Compiling newtype-uuid v1.1.0 |
1557 | 2024-07-19T22:28:20.420Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1558 | 2024-07-19T22:28:20.881Z | Compiling serde_path_to_error v0.1.16 |
1559 | 2024-07-19T22:28:21.029Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1560 | 2024-07-19T22:28:21.620Z | Compiling hostname v0.4.0 |
1561 | 2024-07-19T22:28:21.767Z | Compiling instant v0.1.12 |
1562 | 2024-07-19T22:28:21.857Z | Compiling debug-ignore v1.0.5 |
1563 | 2024-07-19T22:28:21.927Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1564 | 2024-07-19T22:28:22.003Z | Compiling backoff v0.4.0 |
1565 | 2024-07-19T22:28:22.292Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1566 | 2024-07-19T22:28:22.317Z | Compiling parse-display v0.9.1 |
1567 | 2024-07-19T22:28:22.350Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1568 | 2024-07-19T22:28:22.541Z | Compiling serde_with v3.8.3 |
1569 | 2024-07-19T22:28:23.860Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1570 | 2024-07-19T22:28:24.981Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1571 | 2024-07-19T22:28:26.127Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1572 | 2024-07-19T22:28:26.181Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1573 | 2024-07-19T22:28:26.714Z | Compiling camino-tempfile v1.1.1 |
1574 | 2024-07-19T22:28:27.529Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1575 | 2024-07-19T22:28:27.701Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1576 | 2024-07-19T22:28:27.868Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1577 | 2024-07-19T22:28:27.930Z | Compiling macaddr v1.0.1 |
1578 | 2024-07-19T22:28:27.955Z | Compiling num-derive v0.4.2 |
1579 | 2024-07-19T22:28:28.452Z | Compiling sigpipe v0.1.3 |
1580 | 2024-07-19T22:28:28.573Z | Compiling libefi-sys v0.1.0 |
1581 | 2024-07-19T22:28:28.846Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1582 | 2024-07-19T22:28:29.324Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1583 | 2024-07-19T22:28:29.775Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1584 | 2024-07-19T22:28:31.128Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1585 | 2024-07-19T22:28:31.153Z | Compiling rayon v1.10.0 |
1586 | 2024-07-19T22:28:31.233Z | Compiling smf v0.2.3 |
1587 | 2024-07-19T22:28:31.421Z | Compiling bitfield-struct v0.6.1 |
1588 | 2024-07-19T22:28:32.132Z | Compiling ring v0.16.20 |
1589 | 2024-07-19T22:28:32.540Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1590 | 2024-07-19T22:28:32.851Z | Compiling blake3 v1.5.1 |
1591 | 2024-07-19T22:28:32.951Z | Compiling portable-atomic v1.6.0 |
1592 | 2024-07-19T22:28:33.772Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1593 | 2024-07-19T22:28:34.268Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1594 | 2024-07-19T22:28:34.395Z | Compiling xattr v1.3.1 |
1595 | 2024-07-19T22:28:34.450Z | Compiling memmap2 v0.9.4 |
1596 | 2024-07-19T22:28:34.712Z | Compiling filetime v0.2.23 |
1597 | 2024-07-19T22:28:35.022Z | Compiling arrayref v0.3.7 |
1598 | 2024-07-19T22:28:35.054Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1599 | 2024-07-19T22:28:35.129Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1600 | 2024-07-19T22:28:35.299Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1601 | 2024-07-19T22:28:35.419Z | Compiling same-file v1.0.6 |
1602 | 2024-07-19T22:28:35.685Z | Compiling spin v0.5.2 |
1603 | 2024-07-19T22:28:35.917Z | Compiling untrusted v0.7.1 |
1604 | 2024-07-19T22:28:35.942Z | Compiling constant_time_eq v0.3.0 |
1605 | 2024-07-19T22:28:36.097Z | Compiling arrayvec v0.7.4 |
1606 | 2024-07-19T22:28:36.121Z | Compiling walkdir v2.5.0 |
1607 | 2024-07-19T22:28:37.433Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1608 | 2024-07-19T22:28:37.914Z | Compiling tar v0.4.41 |
1609 | 2024-07-19T22:28:38.863Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1610 | 2024-07-19T22:28:39.702Z | Compiling cargo-platform v0.1.8 |
1611 | 2024-07-19T22:28:40.648Z | Compiling gethostname v0.4.3 |
1612 | 2024-07-19T22:28:40.771Z | Compiling topological-sort v0.2.2 |
1613 | 2024-07-19T22:28:40.898Z | Compiling number_prefix v0.4.0 |
1614 | 2024-07-19T22:28:41.018Z | Compiling omicron-zone-package v0.11.0 |
1615 | 2024-07-19T22:28:41.139Z | Compiling indicatif v0.17.8 |
1616 | 2024-07-19T22:28:41.175Z | Compiling cargo_metadata v0.18.1 |
1617 | 2024-07-19T22:28:45.020Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1618 | 2024-07-19T22:28:48.471Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1619 | 2024-07-19T22:28:49.333Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1620 | 2024-07-19T22:28:51.541Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1621 | 2024-07-19T22:29:12.863Z | Finished `release` profile [optimized] target(s) in 3m 54s |
1622 | 2024-07-19T22:29:12.969Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1623 | 2024-07-19T22:29:13.037Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1624 | 2024-07-19T22:29:13.062Z | Created new build target 'test' and set it as active |
1625 | 2024-07-19T22:29:13.062Z | |
1626 | 2024-07-19T22:29:13.062Z | real 3:54.828170648 |
1627 | 2024-07-19T22:29:13.062Z | user 25:30.741485712 |
1628 | 2024-07-19T22:29:13.062Z | sys 3:31.001012352 |
1629 | 2024-07-19T22:29:13.062Z | trap 0.984352724 |
1630 | 2024-07-19T22:29:13.062Z | tflt 0.919766254 |
1631 | 2024-07-19T22:29:13.062Z | dflt 0.704132400 |
1632 | 2024-07-19T22:29:13.062Z | kflt 0.001289893 |
1633 | 2024-07-19T22:29:13.062Z | lock 52:47.258916969 |
1634 | 2024-07-19T22:29:13.062Z | slp 1:10:56.787113705 |
1635 | 2024-07-19T22:29:13.062Z | lat 1:54.132436879 |
1636 | 2024-07-19T22:29:13.062Z | stop 3:03.510936066 |
1637 | 2024-07-19T22:29:13.062Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1638 | 2024-07-19T22:29:14.293Z | Finished `release` profile [optimized] target(s) in 1.18s |
1639 | 2024-07-19T22:29:14.343Z | Running `target/release/omicron-package -t test package` |
1640 | 2024-07-19T22:29:14.394Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1641 | 2024-07-19T22:29:15.818Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1642 | 2024-07-19T22:29:15.843Z | Compiling camino v1.1.7 |
1643 | 2024-07-19T22:29:15.868Z | Compiling derive-where v1.2.7 |
1644 | 2024-07-19T22:29:15.868Z | Compiling humantime v2.1.0 |
1645 | 2024-07-19T22:29:15.868Z | Compiling newline-converter v0.3.0 |
1646 | 2024-07-19T22:29:15.893Z | Compiling toml v0.8.15 |
1647 | 2024-07-19T22:29:15.893Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1648 | 2024-07-19T22:29:15.948Z | Compiling dirs-sys-next v0.1.2 |
1649 | 2024-07-19T22:29:16.056Z | Compiling expectorate v1.1.0 |
1650 | 2024-07-19T22:29:16.081Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1651 | 2024-07-19T22:29:16.228Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1652 | 2024-07-19T22:29:16.316Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1653 | 2024-07-19T22:29:16.410Z | Compiling dirs-next v2.0.0 |
1654 | 2024-07-19T22:29:16.516Z | Compiling password-hash v0.5.0 |
1655 | 2024-07-19T22:29:16.577Z | Compiling blake2 v0.10.6 |
1656 | 2024-07-19T22:29:16.602Z | Compiling prettyplease v0.2.20 |
1657 | 2024-07-19T22:29:16.690Z | Compiling term v0.7.0 |
1658 | 2024-07-19T22:29:16.849Z | Compiling is-terminal v0.4.12 |
1659 | 2024-07-19T22:29:16.969Z | Compiling argon2 v0.5.3 |
1660 | 2024-07-19T22:29:17.305Z | Compiling home v0.5.9 |
1661 | 2024-07-19T22:29:17.532Z | Compiling semver v0.1.20 |
1662 | 2024-07-19T22:29:17.574Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1663 | 2024-07-19T22:29:17.835Z | Compiling rustc_version v0.1.7 |
1664 | 2024-07-19T22:29:18.054Z | Compiling convert_case v0.4.0 |
1665 | 2024-07-19T22:29:18.118Z | Compiling linked-hash-map v0.5.6 |
1666 | 2024-07-19T22:29:18.211Z | Compiling newtype_derive v0.1.6 |
1667 | 2024-07-19T22:29:18.463Z | Compiling rustls-pki-types v1.7.0 |
1668 | 2024-07-19T22:29:18.488Z | Compiling lru-cache v0.1.2 |
1669 | 2024-07-19T22:29:18.674Z | Compiling steno v0.4.1 |
1670 | 2024-07-19T22:29:18.699Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1671 | 2024-07-19T22:29:18.752Z | Compiling derive_more v0.99.18 |
1672 | 2024-07-19T22:29:18.981Z | Compiling rustls-webpki v0.102.4 |
1673 | 2024-07-19T22:29:19.149Z | Compiling rustls v0.22.4 |
1674 | 2024-07-19T22:29:19.197Z | Compiling thread_local v1.1.8 |
1675 | 2024-07-19T22:29:19.640Z | Compiling match_cfg v0.1.0 |
1676 | 2024-07-19T22:29:19.729Z | Compiling hostname v0.3.1 |
1677 | 2024-07-19T22:29:20.522Z | Compiling multer v3.1.0 |
1678 | 2024-07-19T22:29:20.584Z | Compiling slog-async v2.8.0 |
1679 | 2024-07-19T22:29:20.648Z | Compiling slog-json v2.6.1 |
1680 | 2024-07-19T22:29:20.817Z | Compiling crossbeam-channel v0.5.12 |
1681 | 2024-07-19T22:29:20.956Z | Compiling http v1.1.0 |
1682 | 2024-07-19T22:29:21.548Z | Compiling take_mut v0.2.2 |
1683 | 2024-07-19T22:29:21.694Z | Compiling atomic-waker v1.1.2 |
1684 | 2024-07-19T22:29:21.722Z | Compiling base64 v0.22.1 |
1685 | 2024-07-19T22:29:21.862Z | Compiling waitgroup v0.1.2 |
1686 | 2024-07-19T22:29:22.904Z | Compiling rustls-pemfile v2.1.2 |
1687 | 2024-07-19T22:29:22.983Z | Compiling slog-bunyan v2.5.0 |
1688 | 2024-07-19T22:29:23.158Z | Compiling slog-term v2.9.1 |
1689 | 2024-07-19T22:29:23.183Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1690 | 2024-07-19T22:29:23.239Z | Compiling async-stream v0.3.5 |
1691 | 2024-07-19T22:29:23.297Z | Compiling sha1 v0.10.6 |
1692 | 2024-07-19T22:29:23.491Z | Compiling tokio-rustls v0.25.0 |
1693 | 2024-07-19T22:29:23.652Z | Compiling newtype-uuid v1.1.0 |
1694 | 2024-07-19T22:29:23.853Z | Compiling serde_path_to_error v0.1.16 |
1695 | 2024-07-19T22:29:23.914Z | Compiling hostname v0.4.0 |
1696 | 2024-07-19T22:29:24.108Z | Compiling instant v0.1.12 |
1697 | 2024-07-19T22:29:24.132Z | Compiling slog-dtrace v0.3.0 |
1698 | 2024-07-19T22:29:24.247Z | Compiling termcolor v1.4.1 |
1699 | 2024-07-19T22:29:24.387Z | Compiling debug-ignore v1.0.5 |
1700 | 2024-07-19T22:29:24.645Z | Compiling backoff v0.4.0 |
1701 | 2024-07-19T22:29:24.809Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1702 | 2024-07-19T22:29:24.938Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1703 | 2024-07-19T22:29:25.070Z | Compiling parse-display v0.9.1 |
1704 | 2024-07-19T22:29:25.183Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1705 | 2024-07-19T22:29:25.356Z | Compiling serde_with v3.8.3 |
1706 | 2024-07-19T22:29:25.565Z | Compiling strum v0.26.3 |
1707 | 2024-07-19T22:29:25.726Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1708 | 2024-07-19T22:29:26.590Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1709 | 2024-07-19T22:29:27.201Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1710 | 2024-07-19T22:29:27.366Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1711 | 2024-07-19T22:29:27.518Z | Compiling num-rational v0.4.2 |
1712 | 2024-07-19T22:29:27.625Z | Compiling num-complex v0.4.6 |
1713 | 2024-07-19T22:29:28.499Z | Compiling macaddr v1.0.1 |
1714 | 2024-07-19T22:29:28.597Z | Compiling swrite v0.1.0 |
1715 | 2024-07-19T22:29:28.720Z | Compiling num v0.4.3 |
1716 | 2024-07-19T22:29:29.984Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1717 | 2024-07-19T22:29:30.169Z | Compiling float-ord v0.3.2 |
1718 | 2024-07-19T22:29:30.318Z | Compiling quick-error v1.2.3 |
1719 | 2024-07-19T22:29:30.455Z | Compiling resolv-conf v0.7.0 |
1720 | 2024-07-19T22:29:31.106Z | Compiling radium v0.7.0 |
1721 | 2024-07-19T22:29:31.476Z | Compiling utf-8 v0.7.6 |
1722 | 2024-07-19T22:29:31.520Z | Compiling trust-dns-resolver v0.22.0 |
1723 | 2024-07-19T22:29:31.790Z | Compiling rayon-core v1.12.1 |
1724 | 2024-07-19T22:29:31.816Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1725 | 2024-07-19T22:29:31.840Z | Compiling crossbeam-deque v0.8.5 |
1726 | 2024-07-19T22:29:32.134Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1727 | 2024-07-19T22:29:36.842Z | Compiling same-file v1.0.6 |
1728 | 2024-07-19T22:29:37.022Z | Compiling tap v1.0.1 |
1729 | 2024-07-19T22:29:37.208Z | Compiling fastrand v2.1.0 |
1730 | 2024-07-19T22:29:37.411Z | Compiling maybe-uninit v2.0.0 |
1731 | 2024-07-19T22:29:37.668Z | Compiling display-error-chain v0.2.0 |
1732 | 2024-07-19T22:29:37.844Z | Compiling tempfile v3.10.1 |
1733 | 2024-07-19T22:29:37.887Z | Compiling wyz v0.5.1 |
1734 | 2024-07-19T22:29:38.514Z | Compiling walkdir v2.5.0 |
1735 | 2024-07-19T22:29:40.937Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1736 | 2024-07-19T22:29:41.301Z | Compiling crc-catalog v2.4.0 |
1737 | 2024-07-19T22:29:41.443Z | Compiling funty v2.0.0 |
1738 | 2024-07-19T22:29:42.065Z | Compiling glob v0.3.1 |
1739 | 2024-07-19T22:29:42.768Z | Compiling crunchy v0.2.2 |
1740 | 2024-07-19T22:29:43.139Z | Compiling maplit v1.0.2 |
1741 | 2024-07-19T22:29:43.249Z | Compiling num-bigint-dig v0.8.4 |
1742 | 2024-07-19T22:29:43.494Z | Compiling packed_struct v0.10.1 |
1743 | 2024-07-19T22:29:43.564Z | Compiling clang-sys v1.7.0 |
1744 | 2024-07-19T22:29:43.891Z | Compiling bitvec v1.0.1 |
1745 | 2024-07-19T22:29:44.146Z | Compiling crc v3.2.1 |
1746 | 2024-07-19T22:29:45.758Z | Compiling ring v0.16.20 |
1747 | 2024-07-19T22:29:47.260Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1748 | 2024-07-19T22:29:47.793Z | Compiling blake3 v1.5.1 |
1749 | 2024-07-19T22:29:48.206Z | Compiling rayon v1.10.0 |
1750 | 2024-07-19T22:29:49.362Z | Compiling xattr v1.3.1 |
1751 | 2024-07-19T22:29:49.628Z | Compiling nibble_vec v0.1.0 |
1752 | 2024-07-19T22:29:49.829Z | Compiling packed_struct_codegen v0.10.1 |
1753 | 2024-07-19T22:29:49.856Z | Compiling filetime v0.2.23 |
1754 | 2024-07-19T22:29:50.123Z | Compiling memmap2 v0.9.4 |
1755 | 2024-07-19T22:29:50.533Z | Compiling indexmap v1.9.3 |
1756 | 2024-07-19T22:29:50.848Z | Compiling cancel-safe-futures v0.1.5 |
1757 | 2024-07-19T22:29:51.212Z | Compiling nodrop v0.1.14 |
1758 | 2024-07-19T22:29:51.346Z | Compiling arrayvec v0.7.4 |
1759 | 2024-07-19T22:29:51.555Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1760 | 2024-07-19T22:29:51.777Z | Compiling untrusted v0.7.1 |
1761 | 2024-07-19T22:29:51.970Z | Compiling constant_time_eq v0.3.0 |
1762 | 2024-07-19T22:29:51.994Z | Compiling endian-type v0.1.2 |
1763 | 2024-07-19T22:29:52.092Z | Compiling arrayref v0.3.7 |
1764 | 2024-07-19T22:29:52.137Z | Compiling spin v0.5.2 |
1765 | 2024-07-19T22:29:52.218Z | Compiling tiny-keccak v2.0.2 |
1766 | 2024-07-19T22:29:52.279Z | Compiling radix_trie v0.2.1 |
1767 | 2024-07-19T22:29:52.680Z | Compiling array-init v0.0.4 |
1768 | 2024-07-19T22:29:53.120Z | Compiling tar v0.4.41 |
1769 | 2024-07-19T22:29:53.574Z | Compiling smallvec v0.6.14 |
1770 | 2024-07-19T22:29:53.986Z | Compiling toolchain_find v0.4.0 |
1771 | 2024-07-19T22:29:54.383Z | Compiling camino-tempfile v1.1.1 |
1772 | 2024-07-19T22:29:54.554Z | Compiling pkcs1 v0.7.5 |
1773 | 2024-07-19T22:29:54.830Z | Compiling signature v2.2.0 |
1774 | 2024-07-19T22:29:54.879Z | Compiling hashbrown v0.12.3 |
1775 | 2024-07-19T22:29:55.087Z | Compiling bitfield v0.14.0 |
1776 | 2024-07-19T22:29:55.340Z | Compiling topological-sort v0.2.2 |
1777 | 2024-07-19T22:29:55.364Z | Compiling rustfmt-wrapper v0.2.1 |
1778 | 2024-07-19T22:29:55.536Z | Compiling omicron-zone-package v0.11.0 |
1779 | 2024-07-19T22:29:55.734Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1780 | 2024-07-19T22:29:55.835Z | Compiling serde-hex v0.1.0 |
1781 | 2024-07-19T22:29:55.994Z | Compiling rsa v0.9.6 |
1782 | 2024-07-19T22:29:59.664Z | Compiling bzip2 v0.4.4 |
1783 | 2024-07-19T22:30:00.056Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1784 | 2024-07-19T22:30:00.080Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1785 | 2024-07-19T22:30:00.332Z | Compiling env_logger v0.10.2 |
1786 | 2024-07-19T22:30:00.356Z | Compiling ascii-canvas v3.0.0 |
1787 | 2024-07-19T22:30:00.581Z | Compiling x509-cert v0.2.5 |
1788 | 2024-07-19T22:30:00.790Z | Compiling ron v0.8.1 |
1789 | 2024-07-19T22:30:01.957Z | Compiling hashbrown v0.13.2 |
1790 | 2024-07-19T22:30:02.997Z | Compiling ena v0.14.3 |
1791 | 2024-07-19T22:30:03.148Z | Compiling libloading v0.8.3 |
1792 | 2024-07-19T22:30:03.365Z | Compiling regex-syntax v0.6.29 |
1793 | 2024-07-19T22:30:03.490Z | Compiling crc-any v2.5.0 |
1794 | 2024-07-19T22:30:04.260Z | Compiling diff v0.1.13 |
1795 | 2024-07-19T22:30:04.770Z | Compiling bindgen v0.69.4 |
1796 | 2024-07-19T22:30:05.928Z | Compiling object v0.30.4 |
1797 | 2024-07-19T22:30:06.043Z | Compiling lalrpop v0.19.12 |
1798 | 2024-07-19T22:30:07.903Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1799 | 2024-07-19T22:30:10.425Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1800 | 2024-07-19T22:30:11.838Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1801 | 2024-07-19T22:30:14.321Z | Compiling zip v0.6.6 |
1802 | 2024-07-19T22:30:16.706Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1803 | 2024-07-19T22:30:16.794Z | Compiling which v4.4.2 |
1804 | 2024-07-19T22:30:17.135Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1805 | 2024-07-19T22:30:17.275Z | Compiling cexpr v0.6.0 |
1806 | 2024-07-19T22:30:17.349Z | Compiling half v2.4.1 |
1807 | 2024-07-19T22:30:17.695Z | Compiling rustc-hash v1.1.0 |
1808 | 2024-07-19T22:30:17.841Z | Compiling ciborium-io v0.2.2 |
1809 | 2024-07-19T22:30:17.955Z | Compiling path-slash v0.1.5 |
1810 | 2024-07-19T22:30:17.980Z | Compiling shlex v1.3.0 |
1811 | 2024-07-19T22:30:18.177Z | Compiling arc-swap v1.7.1 |
1812 | 2024-07-19T22:30:18.318Z | Compiling lazycell v1.3.0 |
1813 | 2024-07-19T22:30:18.470Z | Compiling ref-cast v1.0.23 |
1814 | 2024-07-19T22:30:18.647Z | Compiling slog-scope v4.4.0 |
1815 | 2024-07-19T22:30:18.928Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1816 | 2024-07-19T22:30:19.410Z | Compiling ciborium-ll v0.2.2 |
1817 | 2024-07-19T22:30:19.850Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1818 | 2024-07-19T22:30:20.088Z | Compiling derive_builder_core v0.20.0 |
1819 | 2024-07-19T22:30:21.555Z | Compiling headers-core v0.2.0 |
1820 | 2024-07-19T22:30:21.711Z | Compiling fxhash v0.2.1 |
1821 | 2024-07-19T22:30:21.897Z | Compiling libxml v0.3.3 |
1822 | 2024-07-19T22:30:21.921Z | Compiling ref-cast-impl v1.0.23 |
1823 | 2024-07-19T22:30:22.248Z | Compiling derive_builder_macro v0.20.0 |
1824 | 2024-07-19T22:30:23.005Z | Compiling headers v0.3.9 |
1825 | 2024-07-19T22:30:23.080Z | Compiling ciborium v0.2.2 |
1826 | 2024-07-19T22:30:25.001Z | Compiling slog-stdlog v4.1.1 |
1827 | 2024-07-19T22:30:25.500Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1828 | 2024-07-19T22:30:25.784Z | Compiling tungstenite v0.21.0 |
1829 | 2024-07-19T22:30:26.346Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1830 | 2024-07-19T22:30:26.588Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1831 | 2024-07-19T22:30:28.163Z | Compiling libsw v3.3.1 |
1832 | 2024-07-19T22:30:28.476Z | Compiling strum_macros v0.24.3 |
1833 | 2024-07-19T22:30:28.809Z | Compiling async-recursion v1.1.1 |
1834 | 2024-07-19T22:30:29.115Z | Compiling polar-core v0.27.3 |
1835 | 2024-07-19T22:30:30.044Z | Compiling atty v0.2.14 |
1836 | 2024-07-19T22:30:30.198Z | Compiling cookie v0.18.1 |
1837 | 2024-07-19T22:30:30.253Z | Compiling linear-map v1.2.0 |
1838 | 2024-07-19T22:30:30.444Z | Compiling owo-colors v4.0.0 |
1839 | 2024-07-19T22:30:30.614Z | Compiling indoc v1.0.9 |
1840 | 2024-07-19T22:30:31.035Z | Compiling samael v0.0.15 |
1841 | 2024-07-19T22:30:31.246Z | Compiling tokio-tungstenite v0.21.0 |
1842 | 2024-07-19T22:30:31.372Z | Compiling slog-envlogger v2.2.0 |
1843 | 2024-07-19T22:30:31.743Z | Compiling derive_builder v0.20.0 |
1844 | 2024-07-19T22:30:32.361Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1845 | 2024-07-19T22:30:32.648Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1846 | 2024-07-19T22:30:32.891Z | Compiling pem v3.0.4 |
1847 | 2024-07-19T22:30:33.471Z | Compiling oso-derive v0.27.3 |
1848 | 2024-07-19T22:30:34.193Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-07-19T22:30:34.245Z | Compiling quick-xml v0.31.0 |
1850 | 2024-07-19T22:30:35.502Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1851 | 2024-07-19T22:30:35.735Z | Compiling cfg_aliases v0.1.1 |
1852 | 2024-07-19T22:30:35.826Z | Compiling nix v0.28.0 |
1853 | 2024-07-19T22:30:36.394Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1854 | 2024-07-19T22:30:37.664Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1855 | 2024-07-19T22:30:38.275Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1856 | 2024-07-19T22:30:38.509Z | Compiling bb8 v0.8.5 |
1857 | 2024-07-19T22:30:38.683Z | Compiling const_format_proc_macros v0.2.32 |
1858 | 2024-07-19T22:30:39.004Z | Compiling vte_generate_state_changes v0.1.1 |
1859 | 2024-07-19T22:30:39.503Z | Compiling unicase v2.7.0 |
1860 | 2024-07-19T22:30:39.768Z | Compiling buf-list v1.0.3 |
1861 | 2024-07-19T22:30:40.316Z | Compiling vte v0.11.1 |
1862 | 2024-07-19T22:30:40.340Z | Compiling const_format v0.2.32 |
1863 | 2024-07-19T22:30:41.392Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1864 | 2024-07-19T22:30:41.672Z | Compiling tungstenite v0.20.1 |
1865 | 2024-07-19T22:30:41.838Z | Compiling fd-lock v4.0.2 |
1866 | 2024-07-19T22:30:41.932Z | Compiling pin-project-internal v1.1.5 |
1867 | 2024-07-19T22:30:42.017Z | Compiling memoffset v0.9.1 |
1868 | 2024-07-19T22:30:42.306Z | Compiling parking_lot_core v0.8.6 |
1869 | 2024-07-19T22:30:42.662Z | Compiling bytecount v0.6.8 |
1870 | 2024-07-19T22:30:42.942Z | Compiling papergrid v0.11.0 |
1871 | 2024-07-19T22:30:44.219Z | Compiling pin-project v1.1.5 |
1872 | 2024-07-19T22:30:44.348Z | Compiling tokio-tungstenite v0.20.1 |
1873 | 2024-07-19T22:30:46.061Z | Compiling strip-ansi-escapes v0.2.0 |
1874 | 2024-07-19T22:30:47.554Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1875 | 2024-07-19T22:30:50.178Z | Compiling oso v0.27.3 |
1876 | 2024-07-19T22:30:52.387Z | Compiling tabled_derive v0.7.0 |
1877 | 2024-07-19T22:30:52.412Z | Compiling peg-macros v0.8.3 |
1878 | 2024-07-19T22:30:52.765Z | Compiling snafu-derive v0.8.2 |
1879 | 2024-07-19T22:30:54.194Z | Compiling sqlparser_derive v0.2.2 |
1880 | 2024-07-19T22:30:55.089Z | Compiling unicode_categories v0.1.1 |
1881 | 2024-07-19T22:30:55.113Z | Compiling nu-ansi-term v0.50.0 |
1882 | 2024-07-19T22:30:55.660Z | Compiling rustyline v14.0.0 |
1883 | 2024-07-19T22:30:56.179Z | Compiling reedline v0.31.0 |
1884 | 2024-07-19T22:30:56.748Z | Compiling snafu v0.8.2 |
1885 | 2024-07-19T22:30:57.877Z | Compiling sqlformat v0.2.4 |
1886 | 2024-07-19T22:31:05.108Z | Compiling peg v0.8.3 |
1887 | 2024-07-19T22:31:05.213Z | Compiling sqlparser v0.45.0 |
1888 | 2024-07-19T22:31:05.605Z | Compiling tabled v0.15.0 |
1889 | 2024-07-19T22:31:07.416Z | Compiling env_logger v0.9.3 |
1890 | 2024-07-19T22:31:11.129Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1891 | 2024-07-19T22:31:14.760Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-07-19T22:31:15.009Z | Compiling globset v0.4.14 |
1893 | 2024-07-19T22:31:15.221Z | Compiling olpc-cjson v0.1.3 |
1894 | 2024-07-19T22:31:15.572Z | Compiling bcs v0.1.6 |
1895 | 2024-07-19T22:31:16.394Z | Compiling bitstruct_derive v0.1.0 |
1896 | 2024-07-19T22:31:17.587Z | Compiling serde_plain v1.0.2 |
1897 | 2024-07-19T22:31:18.053Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-07-19T22:31:18.166Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1899 | 2024-07-19T22:31:18.195Z | Compiling ascii v1.1.0 |
1900 | 2024-07-19T22:31:18.437Z | Compiling highway v1.1.0 |
1901 | 2024-07-19T22:31:18.918Z | Compiling typed-path v0.7.1 |
1902 | 2024-07-19T22:31:19.612Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1903 | 2024-07-19T22:31:19.887Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1904 | 2024-07-19T22:31:21.481Z | Compiling tough v0.17.1 |
1905 | 2024-07-19T22:31:21.539Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1906 | 2024-07-19T22:31:22.633Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-07-19T22:31:22.881Z | Compiling bitstruct v0.1.1 |
1908 | 2024-07-19T22:31:23.004Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-07-19T22:31:23.613Z | Compiling parking_lot v0.11.2 |
1910 | 2024-07-19T22:31:23.783Z | Compiling nix v0.27.1 |
1911 | 2024-07-19T22:31:24.630Z | Compiling trust-dns-client v0.22.0 |
1912 | 2024-07-19T22:31:25.383Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1913 | 2024-07-19T22:31:25.674Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1914 | 2024-07-19T22:31:26.262Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-07-19T22:31:27.317Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-07-19T22:31:29.183Z | Compiling curve25519-dalek v4.1.3 |
1917 | 2024-07-19T22:31:29.550Z | Compiling kstat-rs v0.2.4 |
1918 | 2024-07-19T22:31:29.889Z | Compiling erased-serde v0.3.31 |
1919 | 2024-07-19T22:31:30.397Z | Compiling serde-big-array v0.5.1 |
1920 | 2024-07-19T22:31:30.638Z | Compiling toml v0.5.11 |
1921 | 2024-07-19T22:31:33.483Z | Compiling serde_arrays v0.1.0 |
1922 | 2024-07-19T22:31:33.665Z | Compiling keccak v0.1.5 |
1923 | 2024-07-19T22:31:34.382Z | Compiling parse-size v1.0.0 |
1924 | 2024-07-19T22:31:34.652Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1925 | 2024-07-19T22:31:45.799Z | Compiling sha3 v0.10.8 |
1926 | 2024-07-19T22:31:46.618Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-07-19T22:31:51.028Z | Compiling trust-dns-server v0.22.1 |
1928 | 2024-07-19T22:31:59.476Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1929 | 2024-07-19T22:32:06.771Z | Compiling sled v0.34.7 |
1930 | 2024-07-19T22:32:07.659Z | Compiling mime_guess v2.0.4 |
1931 | 2024-07-19T22:32:08.623Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1932 | 2024-07-19T22:32:10.329Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1933 | 2024-07-19T22:32:10.638Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1934 | 2024-07-19T22:32:12.680Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1935 | 2024-07-19T22:32:23.603Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1936 | 2024-07-19T22:32:23.822Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1937 | 2024-07-19T22:32:25.649Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1938 | 2024-07-19T22:32:26.795Z | Compiling signal-hook-tokio v0.3.1 |
1939 | 2024-07-19T22:32:26.995Z | Compiling universal-hash v0.5.1 |
1940 | 2024-07-19T22:32:27.219Z | Compiling heck v0.3.3 |
1941 | 2024-07-19T22:32:27.545Z | Compiling secrecy v0.8.0 |
1942 | 2024-07-19T22:32:27.762Z | Compiling rand_seeder v0.2.3 |
1943 | 2024-07-19T22:32:28.097Z | Compiling castaway v0.2.2 |
1944 | 2024-07-19T22:32:28.250Z | Compiling thiserror-impl-no-std v2.0.2 |
1945 | 2024-07-19T22:32:28.628Z | Compiling csv-core v0.1.11 |
1946 | 2024-07-19T22:32:29.315Z | Compiling curve25519-dalek-derive v0.1.1 |
1947 | 2024-07-19T22:32:30.060Z | Compiling nanorand v0.7.0 |
1948 | 2024-07-19T22:32:30.450Z | Compiling opaque-debug v0.3.1 |
1949 | 2024-07-19T22:32:30.474Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1950 | 2024-07-19T22:32:30.554Z | Compiling poly1305 v0.8.0 |
1951 | 2024-07-19T22:32:30.749Z | Compiling thiserror-no-std v2.0.2 |
1952 | 2024-07-19T22:32:30.860Z | Compiling flume v0.11.0 |
1953 | 2024-07-19T22:32:31.475Z | Compiling csv v1.3.0 |
1954 | 2024-07-19T22:32:31.720Z | Compiling compact_str v0.7.1 |
1955 | 2024-07-19T22:32:32.572Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1956 | 2024-07-19T22:32:32.759Z | Compiling zone_cfg_derive v0.1.2 |
1957 | 2024-07-19T22:32:33.019Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1958 | 2024-07-19T22:32:33.234Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1959 | 2024-07-19T22:32:33.842Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1960 | 2024-07-19T22:32:34.523Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-07-19T22:32:35.060Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1962 | 2024-07-19T22:32:36.779Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1963 | 2024-07-19T22:32:37.014Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1964 | 2024-07-19T22:32:37.263Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1965 | 2024-07-19T22:32:37.513Z | Compiling chacha20 v0.9.1 |
1966 | 2024-07-19T22:32:38.010Z | Compiling unicode-truncate v1.0.0 |
1967 | 2024-07-19T22:32:38.246Z | Compiling itertools v0.13.0 |
1968 | 2024-07-19T22:32:40.205Z | Compiling aead v0.5.2 |
1969 | 2024-07-19T22:32:40.502Z | Compiling lru v0.12.3 |
1970 | 2024-07-19T22:32:40.813Z | Compiling stability v0.2.0 |
1971 | 2024-07-19T22:32:41.178Z | Compiling base64 v0.13.1 |
1972 | 2024-07-19T22:32:41.284Z | Compiling cassowary v0.3.0 |
1973 | 2024-07-19T22:32:41.606Z | Compiling ron v0.7.1 |
1974 | 2024-07-19T22:32:41.837Z | Compiling ratatui v0.27.0 |
1975 | 2024-07-19T22:32:44.458Z | Compiling chacha20poly1305 v0.10.1 |
1976 | 2024-07-19T22:32:44.733Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1977 | 2024-07-19T22:32:46.083Z | Compiling zone v0.1.8 |
1978 | 2024-07-19T22:32:46.498Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1979 | 2024-07-19T22:32:48.777Z | Compiling vsss-rs v3.3.4 |
1980 | 2024-07-19T22:32:52.349Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1981 | 2024-07-19T22:32:52.960Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1982 | 2024-07-19T22:32:53.982Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1983 | 2024-07-19T22:32:55.213Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1984 | 2024-07-19T22:32:55.624Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1985 | 2024-07-19T22:32:56.722Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1986 | 2024-07-19T22:32:56.966Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1987 | 2024-07-19T22:32:57.571Z | Compiling portpicker v0.1.1 |
1988 | 2024-07-19T22:32:57.986Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1989 | 2024-07-19T22:33:00.948Z | Compiling unicode-linebreak v0.1.5 |
1990 | 2024-07-19T22:33:01.374Z | Compiling smawk v0.3.2 |
1991 | 2024-07-19T22:33:01.398Z | Compiling http-range v0.1.5 |
1992 | 2024-07-19T22:33:01.603Z | Compiling textwrap v0.16.1 |
1993 | 2024-07-19T22:33:01.696Z | Compiling hyper-staticfile v0.9.5 |
1994 | 2024-07-19T22:33:01.856Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1995 | 2024-07-19T22:33:02.570Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1996 | 2024-07-19T22:33:04.214Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1997 | 2024-07-19T22:33:10.356Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1998 | 2024-07-19T22:33:11.728Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1999 | 2024-07-19T22:33:13.487Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2000 | 2024-07-19T22:33:17.663Z | Compiling rcgen v0.12.1 |
2001 | 2024-07-19T22:33:19.720Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2002 | 2024-07-19T22:33:20.093Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2003 | 2024-07-19T22:33:20.494Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2004 | 2024-07-19T22:33:20.715Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2005 | 2024-07-19T22:33:22.477Z | Compiling atomicwrites v0.4.3 |
2006 | 2024-07-19T22:33:22.611Z | Compiling fatfs v0.3.6 |
2007 | 2024-07-19T22:33:22.918Z | Compiling subprocess v0.2.9 |
2008 | 2024-07-19T22:33:24.806Z | Compiling rtoolbox v0.0.2 |
2009 | 2024-07-19T22:33:25.176Z | Compiling is_ci v1.2.0 |
2010 | 2024-07-19T22:33:25.430Z | Compiling assert_matches v1.5.0 |
2011 | 2024-07-19T22:33:25.600Z | Compiling supports-color v3.0.0 |
2012 | 2024-07-19T22:33:26.155Z | Compiling rpassword v7.3.1 |
2013 | 2024-07-19T22:33:26.308Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2014 | 2024-07-19T22:33:26.548Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2015 | 2024-07-19T22:33:26.997Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2016 | 2024-07-19T22:33:30.564Z | Compiling tui-tree-widget v0.21.0 |
2017 | 2024-07-19T22:33:30.934Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2018 | 2024-07-19T22:33:32.269Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2019 | 2024-07-19T22:33:32.393Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2020 | 2024-07-19T22:33:34.109Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2021 | 2024-07-19T22:33:34.346Z | Compiling shell-words v1.1.0 |
2022 | 2024-07-19T22:33:34.740Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2023 | 2024-07-19T22:33:39.216Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2024 | 2024-07-19T22:33:43.404Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2025 | 2024-07-19T22:33:51.029Z | Compiling uzers v0.11.3 |
2026 | 2024-07-19T22:33:53.332Z | Compiling multimap v0.10.0 |
2027 | 2024-07-19T22:33:53.660Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2028 | 2024-07-19T22:35:26.405Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2029 | 2024-07-19T22:35:32.459Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2030 | 2024-07-19T22:41:43.060Z | Finished `release` profile [optimized] target(s) in 12m 28s |
2031 | 2024-07-19T22:42:47.651Z | |
2032 | 2024-07-19T22:42:47.677Z | real 13:34.609719353 |
2033 | 2024-07-19T22:42:47.677Z | user 1:28:01.069285371 |
2034 | 2024-07-19T22:42:47.677Z | sys 5:20.000789760 |
2035 | 2024-07-19T22:42:47.677Z | trap 2.384806665 |
2036 | 2024-07-19T22:42:47.677Z | tflt 1.283293539 |
2037 | 2024-07-19T22:42:47.677Z | dflt 3.833176060 |
2038 | 2024-07-19T22:42:47.677Z | kflt 0.021944402 |
2039 | 2024-07-19T22:42:47.677Z | lock 5:35:36.353730795 |
2040 | 2024-07-19T22:42:47.677Z | slp 3:22:38.318540004 |
2041 | 2024-07-19T22:42:47.677Z | lat 2:21.583781945 |
2042 | 2024-07-19T22:42:47.677Z | stop 1:46.749591078 |
2043 | 2024-07-19T22:42:47.677Z | + mapfile -t packages |
2044 | 2024-07-19T22:42:47.677Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2045 | 2024-07-19T22:42:48.861Z | Finished `release` profile [optimized] target(s) in 1.14s |
2046 | 2024-07-19T22:42:48.906Z | Running `target/release/omicron-package -t test list-outputs` |
2047 | 2024-07-19T22:42:48.957Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2048 | 2024-07-19T22:42:48.981Z | + ptime -m cargo build --locked --release -p xtask |
2049 | 2024-07-19T22:42:49.854Z | Compiling serde v1.0.204 |
2050 | 2024-07-19T22:42:49.878Z | Compiling bitflags v2.5.0 |
2051 | 2024-07-19T22:42:49.878Z | Compiling syn v2.0.71 |
2052 | 2024-07-19T22:42:49.906Z | Compiling smallvec v1.13.2 |
2053 | 2024-07-19T22:42:49.930Z | Compiling bytes v1.6.0 |
2054 | 2024-07-19T22:42:49.930Z | Compiling scopeguard v1.2.0 |
2055 | 2024-07-19T22:42:49.955Z | Compiling serde_json v1.0.120 |
2056 | 2024-07-19T22:42:50.106Z | Compiling lock_api v0.4.12 |
2057 | 2024-07-19T22:42:50.297Z | Compiling hashbrown v0.14.5 |
2058 | 2024-07-19T22:42:50.390Z | Compiling parking_lot_core v0.9.10 |
2059 | 2024-07-19T22:42:50.416Z | Compiling log v0.4.21 |
2060 | 2024-07-19T22:42:50.453Z | Compiling mio v0.8.11 |
2061 | 2024-07-19T22:42:50.480Z | Compiling libc v0.2.155 |
2062 | 2024-07-19T22:42:50.844Z | Compiling parking_lot v0.12.2 |
2063 | 2024-07-19T22:42:50.906Z | Compiling generic-array v0.14.7 |
2064 | 2024-07-19T22:42:51.100Z | Compiling slog v2.7.0 |
2065 | 2024-07-19T22:42:51.215Z | Compiling rustix v0.38.34 |
2066 | 2024-07-19T22:42:51.482Z | Compiling indexmap v2.2.6 |
2067 | 2024-07-19T22:42:51.599Z | Compiling http v0.2.12 |
2068 | 2024-07-19T22:42:51.623Z | Compiling usdt-impl v0.5.0 |
2069 | 2024-07-19T22:42:51.825Z | Compiling syn v1.0.109 |
2070 | 2024-07-19T22:42:51.891Z | Compiling time-macros v0.2.18 |
2071 | 2024-07-19T22:42:52.283Z | Compiling thread-id v4.2.1 |
2072 | 2024-07-19T22:42:52.319Z | Compiling tracing v0.1.40 |
2073 | 2024-07-19T22:42:52.971Z | Compiling crossbeam-utils v0.8.19 |
2074 | 2024-07-19T22:42:53.447Z | Compiling http-body v0.4.6 |
2075 | 2024-07-19T22:42:53.509Z | Compiling unicode-normalization v0.1.23 |
2076 | 2024-07-19T22:42:53.804Z | Compiling unicode-bidi v0.3.15 |
2077 | 2024-07-19T22:42:53.905Z | Compiling block-buffer v0.10.4 |
2078 | 2024-07-19T22:42:54.121Z | Compiling crypto-common v0.1.6 |
2079 | 2024-07-19T22:42:54.357Z | Compiling time v0.3.36 |
2080 | 2024-07-19T22:42:54.515Z | Compiling idna v0.5.0 |
2081 | 2024-07-19T22:42:55.609Z | Compiling proc-macro-error v1.0.4 |
2082 | 2024-07-19T22:42:56.149Z | Compiling terminal_size v0.3.0 |
2083 | 2024-07-19T22:42:56.262Z | Compiling fs-err v2.11.0 |
2084 | 2024-07-19T22:42:56.366Z | Compiling anyhow v1.0.86 |
2085 | 2024-07-19T22:42:56.490Z | Compiling clap_builder v4.5.9 |
2086 | 2024-07-19T22:42:56.667Z | Compiling crossbeam-channel v0.5.12 |
2087 | 2024-07-19T22:42:57.031Z | Compiling url v2.5.0 |
2088 | 2024-07-19T22:42:57.103Z | Compiling digest v0.10.7 |
2089 | 2024-07-19T22:42:57.457Z | Compiling xattr v1.3.1 |
2090 | 2024-07-19T22:42:57.733Z | Compiling sha2 v0.10.8 |
2091 | 2024-07-19T22:42:57.840Z | Compiling tabled_derive v0.7.0 |
2092 | 2024-07-19T22:42:58.103Z | Compiling slog-async v2.8.0 |
2093 | 2024-07-19T22:42:59.397Z | Compiling serde_derive v1.0.204 |
2094 | 2024-07-19T22:42:59.584Z | Compiling thiserror-impl v1.0.62 |
2095 | 2024-07-19T22:42:59.929Z | Compiling zerocopy-derive v0.7.34 |
2096 | 2024-07-19T22:43:00.674Z | Compiling futures-macro v0.3.30 |
2097 | 2024-07-19T22:43:01.543Z | Compiling tokio-macros v2.3.0 |
2098 | 2024-07-19T22:43:01.583Z | Compiling zerocopy v0.7.34 |
2099 | 2024-07-19T22:43:01.902Z | Compiling scroll_derive v0.12.0 |
2100 | 2024-07-19T22:43:01.938Z | Compiling thiserror v1.0.62 |
2101 | 2024-07-19T22:43:02.070Z | Compiling pest v2.7.10 |
2102 | 2024-07-19T22:43:02.251Z | Compiling futures-util v0.3.30 |
2103 | 2024-07-19T22:43:02.895Z | Compiling tokio v1.38.1 |
2104 | 2024-07-19T22:43:03.088Z | Compiling openssl-macros v0.1.1 |
2105 | 2024-07-19T22:43:03.124Z | Compiling scroll v0.12.0 |
2106 | 2024-07-19T22:43:03.744Z | Compiling goblin v0.8.2 |
2107 | 2024-07-19T22:43:03.787Z | Compiling openssl v0.10.64 |
2108 | 2024-07-19T22:43:04.635Z | Compiling pest_meta v2.7.10 |
2109 | 2024-07-19T22:43:08.196Z | Compiling pest_generator v2.7.10 |
2110 | 2024-07-19T22:43:09.671Z | Compiling pest_derive v2.7.10 |
2111 | 2024-07-19T22:43:10.329Z | Compiling dtrace-parser v0.2.0 |
2112 | 2024-07-19T22:43:11.930Z | Compiling tokio-util v0.7.11 |
2113 | 2024-07-19T22:43:13.643Z | Compiling serde_tokenstream v0.2.1 |
2114 | 2024-07-19T22:43:14.096Z | Compiling h2 v0.3.26 |
2115 | 2024-07-19T22:43:15.146Z | Compiling dof v0.3.0 |
2116 | 2024-07-19T22:43:15.973Z | Compiling serde_spanned v0.6.6 |
2117 | 2024-07-19T22:43:16.239Z | Compiling toml_datetime v0.6.6 |
2118 | 2024-07-19T22:43:16.848Z | Compiling native-tls v0.2.11 |
2119 | 2024-07-19T22:43:17.289Z | Compiling tokio-native-tls v0.3.1 |
2120 | 2024-07-19T22:43:17.547Z | Compiling toml_edit v0.22.16 |
2121 | 2024-07-19T22:43:17.794Z | Compiling usdt-macro v0.5.0 |
2122 | 2024-07-19T22:43:18.794Z | Compiling hyper v0.14.28 |
2123 | 2024-07-19T22:43:22.664Z | Compiling hyper-tls v0.5.0 |
2124 | 2024-07-19T22:43:23.200Z | Compiling toml v0.8.15 |
2125 | 2024-07-19T22:43:24.580Z | Compiling usdt-attr-macro v0.5.0 |
2126 | 2024-07-19T22:43:24.835Z | Compiling slog-json v2.6.1 |
2127 | 2024-07-19T22:43:25.304Z | Compiling camino v1.1.7 |
2128 | 2024-07-19T22:43:25.678Z | Compiling cargo-platform v0.1.8 |
2129 | 2024-07-19T22:43:25.998Z | Compiling serde_urlencoded v0.7.1 |
2130 | 2024-07-19T22:43:26.468Z | Compiling semver v1.0.23 |
2131 | 2024-07-19T22:43:26.536Z | Compiling futures-executor v0.3.30 |
2132 | 2024-07-19T22:43:26.594Z | Compiling clap_derive v4.5.8 |
2133 | 2024-07-19T22:43:27.442Z | Compiling strum_macros v0.26.4 |
2134 | 2024-07-19T22:43:27.753Z | Compiling cargo_metadata v0.18.1 |
2135 | 2024-07-19T22:43:28.867Z | Compiling futures v0.3.30 |
2136 | 2024-07-19T22:43:28.972Z | Compiling reqwest v0.11.27 |
2137 | 2024-07-19T22:43:29.062Z | Compiling usdt v0.5.0 |
2138 | 2024-07-19T22:43:30.044Z | Compiling clap v4.5.9 |
2139 | 2024-07-19T22:43:30.152Z | Compiling slog-bunyan v2.5.0 |
2140 | 2024-07-19T22:43:30.362Z | Compiling cargo_toml v0.20.3 |
2141 | 2024-07-19T22:43:30.431Z | Compiling macaddr v1.0.1 |
2142 | 2024-07-19T22:43:30.536Z | Compiling tabled v0.15.0 |
2143 | 2024-07-19T22:43:30.923Z | Compiling slog-term v2.9.1 |
2144 | 2024-07-19T22:43:31.230Z | Compiling strum v0.26.3 |
2145 | 2024-07-19T22:43:31.408Z | Compiling tar v0.4.41 |
2146 | 2024-07-19T22:43:43.915Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2147 | 2024-07-19T22:43:59.058Z | Finished `release` profile [optimized] target(s) in 1m 10s |
2148 | 2024-07-19T22:43:59.154Z | |
2149 | 2024-07-19T22:43:59.154Z | real 1:10.160887562 |
2150 | 2024-07-19T22:43:59.154Z | user 7:16.547538643 |
2151 | 2024-07-19T22:43:59.154Z | sys 44.792633825 |
2152 | 2024-07-19T22:43:59.154Z | trap 0.220155137 |
2153 | 2024-07-19T22:43:59.154Z | tflt 0.223515025 |
2154 | 2024-07-19T22:43:59.154Z | dflt 0.265794518 |
2155 | 2024-07-19T22:43:59.154Z | kflt 0.000012715 |
2156 | 2024-07-19T22:43:59.154Z | lock 16:07.598308022 |
2157 | 2024-07-19T22:43:59.154Z | slp 18:00.129238940 |
2158 | 2024-07-19T22:43:59.178Z | lat 21.965818592 |
2159 | 2024-07-19T22:43:59.178Z | stop 23.694195764 |
2160 | 2024-07-19T22:43:59.179Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2161 | 2024-07-19T22:43:59.179Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2162 | 2024-07-19T22:43:59.179Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2163 | 2024-07-19T22:43:59.179Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2164 | 2024-07-19T22:43:59.179Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2165 | 2024-07-19T22:43:59.852Z | Downloading crates ... |
2166 | 2024-07-19T22:44:00.109Z | Downloaded ctr v0.9.2 |
2167 | 2024-07-19T22:44:00.133Z | Downloaded russh-keys v0.43.0 |
2168 | 2024-07-19T22:44:00.133Z | Downloaded russh-cryptovec v0.7.2 |
2169 | 2024-07-19T22:44:00.133Z | Downloaded russh v0.43.0 |
2170 | 2024-07-19T22:44:00.133Z | Downloaded rfc6979 v0.4.0 |
2171 | 2024-07-19T22:44:00.133Z | Downloaded rand_chacha v0.2.2 |
2172 | 2024-07-19T22:44:00.133Z | Downloaded rand v0.7.3 |
2173 | 2024-07-19T22:44:00.158Z | Downloaded primeorder v0.13.6 |
2174 | 2024-07-19T22:44:00.158Z | Downloaded pbkdf2 v0.12.2 |
2175 | 2024-07-19T22:44:00.158Z | Downloaded password-hash v0.4.2 |
2176 | 2024-07-19T22:44:00.158Z | Downloaded p521 v0.13.3 |
2177 | 2024-07-19T22:44:00.158Z | Downloaded p256 v0.13.2 |
2178 | 2024-07-19T22:44:00.158Z | Downloaded hex-literal v0.4.1 |
2179 | 2024-07-19T22:44:00.158Z | Downloaded getrandom v0.1.16 |
2180 | 2024-07-19T22:44:00.158Z | Downloaded ed25519-dalek v2.1.1 |
2181 | 2024-07-19T22:44:00.158Z | Downloaded ed25519 v2.2.3 |
2182 | 2024-07-19T22:44:00.158Z | Downloaded dirs-sys v0.4.1 |
2183 | 2024-07-19T22:44:00.158Z | Downloaded aes-gcm v0.10.3 |
2184 | 2024-07-19T22:44:00.183Z | Downloaded rand_core v0.5.1 |
2185 | 2024-07-19T22:44:00.183Z | Downloaded pbkdf2 v0.11.0 |
2186 | 2024-07-19T22:44:00.183Z | Downloaded bcrypt-pbkdf v0.10.0 |
2187 | 2024-07-19T22:44:00.183Z | Downloaded polyval v0.6.2 |
2188 | 2024-07-19T22:44:00.183Z | Downloaded option-ext v0.2.0 |
2189 | 2024-07-19T22:44:00.183Z | Downloaded md5 v0.7.0 |
2190 | 2024-07-19T22:44:00.183Z | Downloaded internet-checksum v0.2.1 |
2191 | 2024-07-19T22:44:00.183Z | Downloaded ghash v0.5.1 |
2192 | 2024-07-19T22:44:00.183Z | Downloaded ecdsa v0.16.9 |
2193 | 2024-07-19T22:44:00.183Z | Downloaded dirs v5.0.1 |
2194 | 2024-07-19T22:44:00.183Z | Downloaded dhcproto-macros v0.1.0 |
2195 | 2024-07-19T22:44:00.183Z | Downloaded dhcproto v0.11.0 |
2196 | 2024-07-19T22:44:00.183Z | Downloaded cbc v0.1.2 |
2197 | 2024-07-19T22:44:00.183Z | Downloaded blowfish v0.9.1 |
2198 | 2024-07-19T22:44:00.183Z | Downloaded aes v0.8.4 |
2199 | 2024-07-19T22:44:00.362Z | Compiling serde v1.0.204 |
2200 | 2024-07-19T22:44:00.386Z | Compiling scopeguard v1.2.0 |
2201 | 2024-07-19T22:44:00.386Z | Compiling log v0.4.21 |
2202 | 2024-07-19T22:44:00.386Z | Compiling smallvec v1.13.2 |
2203 | 2024-07-19T22:44:00.444Z | Compiling syn v2.0.71 |
2204 | 2024-07-19T22:44:00.468Z | Compiling getrandom v0.2.14 |
2205 | 2024-07-19T22:44:00.468Z | Compiling generic-array v0.14.7 |
2206 | 2024-07-19T22:44:00.497Z | Compiling libm v0.2.8 |
2207 | 2024-07-19T22:44:00.539Z | Compiling lock_api v0.4.12 |
2208 | 2024-07-19T22:44:00.729Z | Compiling rand_core v0.6.4 |
2209 | 2024-07-19T22:44:00.791Z | Compiling parking_lot_core v0.9.10 |
2210 | 2024-07-19T22:44:00.848Z | Compiling num-traits v0.2.19 |
2211 | 2024-07-19T22:44:00.872Z | Compiling subtle v2.5.0 |
2212 | 2024-07-19T22:44:00.915Z | Compiling mio v0.8.11 |
2213 | 2024-07-19T22:44:00.958Z | Compiling spin v0.9.8 |
2214 | 2024-07-19T22:44:01.085Z | Compiling parking_lot v0.12.2 |
2215 | 2024-07-19T22:44:01.190Z | Compiling ahash v0.8.11 |
2216 | 2024-07-19T22:44:01.328Z | Compiling serde_json v1.0.120 |
2217 | 2024-07-19T22:44:01.358Z | Compiling allocator-api2 v0.2.18 |
2218 | 2024-07-19T22:44:01.390Z | Compiling const-oid v0.9.6 |
2219 | 2024-07-19T22:44:01.547Z | Compiling iana-time-zone v0.1.60 |
2220 | 2024-07-19T22:44:01.899Z | Compiling syn v1.0.109 |
2221 | 2024-07-19T22:44:01.946Z | Compiling unicode-normalization v0.1.23 |
2222 | 2024-07-19T22:44:01.998Z | Compiling unicode-bidi v0.3.15 |
2223 | 2024-07-19T22:44:02.023Z | Compiling schemars v0.8.21 |
2224 | 2024-07-19T22:44:02.050Z | Compiling dyn-clone v1.0.17 |
2225 | 2024-07-19T22:44:02.249Z | Compiling ppv-lite86 v0.2.17 |
2226 | 2024-07-19T22:44:02.330Z | Compiling time-macros v0.2.18 |
2227 | 2024-07-19T22:44:02.819Z | Compiling ring v0.17.8 |
2228 | 2024-07-19T22:44:02.843Z | Compiling rand_chacha v0.3.1 |
2229 | 2024-07-19T22:44:02.876Z | Compiling aho-corasick v1.1.3 |
2230 | 2024-07-19T22:44:03.240Z | Compiling regex-syntax v0.8.3 |
2231 | 2024-07-19T22:44:03.265Z | Compiling rand v0.8.5 |
2232 | 2024-07-19T22:44:04.688Z | Compiling idna v0.5.0 |
2233 | 2024-07-19T22:44:05.055Z | Compiling slog v2.7.0 |
2234 | 2024-07-19T22:44:05.107Z | Compiling time v0.3.36 |
2235 | 2024-07-19T22:44:05.530Z | Compiling url v2.5.0 |
2236 | 2024-07-19T22:44:05.919Z | Compiling regex-automata v0.4.6 |
2237 | 2024-07-19T22:44:06.129Z | Compiling untrusted v0.9.0 |
2238 | 2024-07-19T22:44:06.306Z | Compiling serde_derive_internals v0.29.1 |
2239 | 2024-07-19T22:44:08.132Z | Compiling lazy_static v1.5.0 |
2240 | 2024-07-19T22:44:08.241Z | Compiling backtrace v0.3.71 |
2241 | 2024-07-19T22:44:08.599Z | Compiling gimli v0.28.1 |
2242 | 2024-07-19T22:44:08.638Z | Compiling object v0.32.2 |
2243 | 2024-07-19T22:44:08.663Z | Compiling anyhow v1.0.86 |
2244 | 2024-07-19T22:44:09.136Z | Compiling rustc-demangle v0.1.24 |
2245 | 2024-07-19T22:44:09.622Z | Compiling base64ct v1.6.0 |
2246 | 2024-07-19T22:44:09.984Z | Compiling winnow v0.5.40 |
2247 | 2024-07-19T22:44:10.123Z | Compiling rustls v0.21.12 |
2248 | 2024-07-19T22:44:10.305Z | Compiling regex v1.10.5 |
2249 | 2024-07-19T22:44:10.336Z | Compiling crossbeam-utils v0.8.19 |
2250 | 2024-07-19T22:44:10.904Z | Compiling sct v0.7.1 |
2251 | 2024-07-19T22:44:11.175Z | Compiling rustls-webpki v0.101.7 |
2252 | 2024-07-19T22:44:11.212Z | Compiling cookie v0.17.0 |
2253 | 2024-07-19T22:44:12.425Z | Compiling serde_derive v1.0.204 |
2254 | 2024-07-19T22:44:12.617Z | Compiling zeroize_derive v1.4.2 |
2255 | 2024-07-19T22:44:12.661Z | Compiling zerocopy-derive v0.7.34 |
2256 | 2024-07-19T22:44:12.896Z | Compiling thiserror-impl v1.0.62 |
2257 | 2024-07-19T22:44:13.176Z | Compiling tokio-macros v2.3.0 |
2258 | 2024-07-19T22:44:14.095Z | Compiling zeroize v1.7.0 |
2259 | 2024-07-19T22:44:14.278Z | Compiling futures-macro v0.3.30 |
2260 | 2024-07-19T22:44:14.638Z | Compiling schemars_derive v0.8.21 |
2261 | 2024-07-19T22:44:14.753Z | Compiling zerocopy v0.7.34 |
2262 | 2024-07-19T22:44:14.780Z | Compiling tracing-attributes v0.1.27 |
2263 | 2024-07-19T22:44:15.659Z | Compiling crypto-common v0.1.6 |
2264 | 2024-07-19T22:44:15.749Z | Compiling thiserror v1.0.62 |
2265 | 2024-07-19T22:44:15.874Z | Compiling block-buffer v0.10.4 |
2266 | 2024-07-19T22:44:15.898Z | Compiling async-trait v0.1.81 |
2267 | 2024-07-19T22:44:16.046Z | Compiling futures-util v0.3.30 |
2268 | 2024-07-19T22:44:16.124Z | Compiling digest v0.10.7 |
2269 | 2024-07-19T22:44:16.558Z | Compiling hashbrown v0.14.5 |
2270 | 2024-07-19T22:44:16.602Z | Compiling addr2line v0.21.0 |
2271 | 2024-07-19T22:44:16.829Z | Compiling openssl-macros v0.1.1 |
2272 | 2024-07-19T22:44:17.365Z | Compiling pest v2.7.10 |
2273 | 2024-07-19T22:44:17.711Z | Compiling idna v0.3.0 |
2274 | 2024-07-19T22:44:17.987Z | Compiling tracing v0.1.40 |
2275 | 2024-07-19T22:44:18.430Z | Compiling data-encoding v2.6.0 |
2276 | 2024-07-19T22:44:18.972Z | Compiling psl-types v2.0.11 |
2277 | 2024-07-19T22:44:19.006Z | Compiling hmac v0.12.1 |
2278 | 2024-07-19T22:44:19.144Z | Compiling publicsuffix v2.2.3 |
2279 | 2024-07-19T22:44:19.222Z | Compiling scroll_derive v0.12.0 |
2280 | 2024-07-19T22:44:19.354Z | Compiling pest_meta v2.7.10 |
2281 | 2024-07-19T22:44:20.231Z | Compiling bitflags v1.3.2 |
2282 | 2024-07-19T22:44:20.325Z | Compiling webpki-roots v0.25.4 |
2283 | 2024-07-19T22:44:20.433Z | Compiling pest_generator v2.7.10 |
2284 | 2024-07-19T22:44:20.468Z | Compiling block-padding v0.3.3 |
2285 | 2024-07-19T22:44:20.525Z | Compiling scroll v0.12.0 |
2286 | 2024-07-19T22:44:20.707Z | Compiling der_derive v0.7.2 |
2287 | 2024-07-19T22:44:20.774Z | Compiling futures-executor v0.3.30 |
2288 | 2024-07-19T22:44:20.986Z | Compiling futures v0.3.30 |
2289 | 2024-07-19T22:44:21.104Z | Compiling goblin v0.8.2 |
2290 | 2024-07-19T22:44:21.217Z | Compiling pem-rfc7468 v0.7.0 |
2291 | 2024-07-19T22:44:21.293Z | Compiling flagset v0.4.5 |
2292 | 2024-07-19T22:44:21.496Z | Compiling inout v0.1.3 |
2293 | 2024-07-19T22:44:21.731Z | Compiling cipher v0.4.4 |
2294 | 2024-07-19T22:44:21.891Z | Compiling sha2 v0.10.8 |
2295 | 2024-07-19T22:44:22.082Z | Compiling either v1.12.0 |
2296 | 2024-07-19T22:44:22.190Z | Compiling ff v0.13.0 |
2297 | 2024-07-19T22:44:22.395Z | Compiling base16ct v0.2.0 |
2298 | 2024-07-19T22:44:22.434Z | Compiling stable_deref_trait v1.2.0 |
2299 | 2024-07-19T22:44:22.537Z | Compiling group v0.13.0 |
2300 | 2024-07-19T22:44:22.678Z | Compiling hkdf v0.12.4 |
2301 | 2024-07-19T22:44:22.779Z | Compiling der v0.7.9 |
2302 | 2024-07-19T22:44:22.825Z | Compiling crypto-bigint v0.5.5 |
2303 | 2024-07-19T22:44:22.910Z | Compiling crossbeam-epoch v0.9.18 |
2304 | 2024-07-19T22:44:23.562Z | Compiling num-integer v0.1.46 |
2305 | 2024-07-19T22:44:23.696Z | Compiling pest_derive v2.7.10 |
2306 | 2024-07-19T22:44:24.202Z | Compiling bytes v1.6.0 |
2307 | 2024-07-19T22:44:24.321Z | Compiling indexmap v2.2.6 |
2308 | 2024-07-19T22:44:24.345Z | Compiling chrono v0.4.38 |
2309 | 2024-07-19T22:44:24.980Z | Compiling tokio v1.38.1 |
2310 | 2024-07-19T22:44:25.311Z | Compiling uuid v1.10.0 |
2311 | 2024-07-19T22:44:25.494Z | Compiling bitflags v2.5.0 |
2312 | 2024-07-19T22:44:25.568Z | Compiling semver v1.0.23 |
2313 | 2024-07-19T22:44:25.873Z | Compiling http v0.2.12 |
2314 | 2024-07-19T22:44:26.530Z | Compiling serde_tokenstream v0.2.1 |
2315 | 2024-07-19T22:44:26.889Z | Compiling toml_datetime v0.6.6 |
2316 | 2024-07-19T22:44:26.998Z | Compiling serde_spanned v0.6.6 |
2317 | 2024-07-19T22:44:27.187Z | Compiling http-body v0.4.6 |
2318 | 2024-07-19T22:44:27.328Z | Compiling toml_edit v0.19.15 |
2319 | 2024-07-19T22:44:27.387Z | Compiling openssl v0.10.64 |
2320 | 2024-07-19T22:44:27.569Z | Compiling rustix v0.38.34 |
2321 | 2024-07-19T22:44:27.607Z | Compiling serde_urlencoded v0.7.1 |
2322 | 2024-07-19T22:44:27.939Z | Compiling cookie_store v0.20.0 |
2323 | 2024-07-19T22:44:28.060Z | Compiling openapiv3 v2.0.0 |
2324 | 2024-07-19T22:44:29.213Z | Compiling rustc_version v0.4.0 |
2325 | 2024-07-19T22:44:29.361Z | Compiling dof v0.3.0 |
2326 | 2024-07-19T22:44:29.656Z | Compiling dtrace-parser v0.2.0 |
2327 | 2024-07-19T22:44:29.872Z | Compiling spki v0.7.3 |
2328 | 2024-07-19T22:44:29.984Z | Compiling ipnetwork v0.20.0 |
2329 | 2024-07-19T22:44:30.198Z | Compiling usdt-impl v0.5.0 |
2330 | 2024-07-19T22:44:30.750Z | Compiling pkcs8 v0.10.2 |
2331 | 2024-07-19T22:44:31.252Z | Compiling sec1 v0.7.3 |
2332 | 2024-07-19T22:44:31.276Z | Compiling managed v0.8.0 |
2333 | 2024-07-19T22:44:31.450Z | Compiling tokio-util v0.7.11 |
2334 | 2024-07-19T22:44:31.490Z | Compiling tokio-rustls v0.24.1 |
2335 | 2024-07-19T22:44:31.593Z | Compiling usdt-macro v0.5.0 |
2336 | 2024-07-19T22:44:31.671Z | Compiling usdt-attr-macro v0.5.0 |
2337 | 2024-07-19T22:44:31.766Z | Compiling elliptic-curve v0.13.8 |
2338 | 2024-07-19T22:44:31.842Z | Compiling unicode-segmentation v1.11.0 |
2339 | 2024-07-19T22:44:32.477Z | Compiling h2 v0.3.26 |
2340 | 2024-07-19T22:44:32.530Z | Compiling native-tls v0.2.11 |
2341 | 2024-07-19T22:44:32.596Z | Compiling toml_edit v0.22.16 |
2342 | 2024-07-19T22:44:32.863Z | Compiling tokio-native-tls v0.3.1 |
2343 | 2024-07-19T22:44:33.054Z | Compiling usdt v0.5.0 |
2344 | 2024-07-19T22:44:33.078Z | Compiling toml v0.7.8 |
2345 | 2024-07-19T22:44:33.117Z | Compiling hex v0.4.3 |
2346 | 2024-07-19T22:44:33.498Z | Compiling matches v0.1.10 |
2347 | 2024-07-19T22:44:33.584Z | Compiling idna v0.2.3 |
2348 | 2024-07-19T22:44:33.632Z | Compiling enum-as-inner v0.5.1 |
2349 | 2024-07-19T22:44:33.963Z | Compiling siphasher v0.3.11 |
2350 | 2024-07-19T22:44:34.294Z | Compiling bit-vec v0.6.3 |
2351 | 2024-07-19T22:44:34.455Z | Compiling trust-dns-proto v0.22.0 |
2352 | 2024-07-19T22:44:34.559Z | Compiling heapless v0.7.17 |
2353 | 2024-07-19T22:44:34.599Z | Compiling terminal_size v0.3.0 |
2354 | 2024-07-19T22:44:34.736Z | Compiling num-bigint v0.4.5 |
2355 | 2024-07-19T22:44:34.783Z | Compiling finl_unicode v1.2.0 |
2356 | 2024-07-19T22:44:34.922Z | Compiling signal-hook v0.3.17 |
2357 | 2024-07-19T22:44:35.006Z | Compiling clap_builder v4.5.9 |
2358 | 2024-07-19T22:44:35.164Z | Compiling itertools v0.10.5 |
2359 | 2024-07-19T22:44:35.274Z | Compiling stringprep v0.1.4 |
2360 | 2024-07-19T22:44:36.260Z | Compiling regress v0.9.1 |
2361 | 2024-07-19T22:44:37.404Z | Compiling yasna v0.5.2 |
2362 | 2024-07-19T22:44:37.861Z | Compiling hyper v0.14.28 |
2363 | 2024-07-19T22:44:38.934Z | Compiling md-5 v0.10.6 |
2364 | 2024-07-19T22:44:39.160Z | Compiling clap_derive v4.5.8 |
2365 | 2024-07-19T22:44:39.652Z | Compiling hash32 v0.2.1 |
2366 | 2024-07-19T22:44:39.966Z | Compiling smoltcp v0.9.1 |
2367 | 2024-07-19T22:44:40.195Z | Compiling regex-automata v0.1.10 |
2368 | 2024-07-19T22:44:40.568Z | Compiling fallible-iterator v0.2.0 |
2369 | 2024-07-19T22:44:40.624Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2370 | 2024-07-19T22:44:40.851Z | Compiling bstr v0.2.17 |
2371 | 2024-07-19T22:44:41.154Z | Compiling postgres-protocol v0.6.6 |
2372 | 2024-07-19T22:44:41.344Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2373 | 2024-07-19T22:44:42.290Z | Compiling phf_shared v0.11.2 |
2374 | 2024-07-19T22:44:42.368Z | Compiling tokio-stream v0.1.15 |
2375 | 2024-07-19T22:44:42.629Z | Compiling hubpack_derive v0.1.1 |
2376 | 2024-07-19T22:44:42.901Z | Compiling zerocopy-derive v0.6.6 |
2377 | 2024-07-19T22:44:42.925Z | Compiling diesel_table_macro_syntax v0.1.0 |
2378 | 2024-07-19T22:44:43.109Z | Compiling scheduled-thread-pool v0.2.7 |
2379 | 2024-07-19T22:44:43.133Z | Compiling clap v4.5.9 |
2380 | 2024-07-19T22:44:43.193Z | Compiling hyper-tls v0.5.0 |
2381 | 2024-07-19T22:44:43.249Z | Compiling hyper-rustls v0.24.2 |
2382 | 2024-07-19T22:44:43.297Z | Compiling fs-err v2.11.0 |
2383 | 2024-07-19T22:44:43.379Z | Compiling fixedbitset v0.4.2 |
2384 | 2024-07-19T22:44:43.511Z | Compiling reqwest v0.11.27 |
2385 | 2024-07-19T22:44:43.568Z | Compiling hubpack v0.1.2 |
2386 | 2024-07-19T22:44:43.658Z | Compiling petgraph v0.6.5 |
2387 | 2024-07-19T22:44:43.682Z | Compiling r2d2 v0.8.10 |
2388 | 2024-07-19T22:44:43.774Z | Compiling diesel_derives v2.1.4 |
2389 | 2024-07-19T22:44:43.977Z | Compiling phf v0.11.2 |
2390 | 2024-07-19T22:44:44.001Z | Compiling signal-hook-mio v0.2.3 |
2391 | 2024-07-19T22:44:44.240Z | Compiling postgres-types v0.2.6 |
2392 | 2024-07-19T22:44:44.739Z | Compiling zerocopy v0.6.6 |
2393 | 2024-07-19T22:44:45.445Z | Compiling similar v2.5.0 |
2394 | 2024-07-19T22:44:45.821Z | Compiling phf_shared v0.10.0 |
2395 | 2024-07-19T22:44:45.965Z | Compiling num-iter v0.1.45 |
2396 | 2024-07-19T22:44:46.004Z | Compiling strum_macros v0.25.3 |
2397 | 2024-07-19T22:44:46.135Z | Compiling serde_repr v0.1.19 |
2398 | 2024-07-19T22:44:46.168Z | Compiling console v0.15.8 |
2399 | 2024-07-19T22:44:46.987Z | Compiling float-cmp v0.9.0 |
2400 | 2024-07-19T22:44:47.146Z | Compiling new_debug_unreachable v1.0.6 |
2401 | 2024-07-19T22:44:47.187Z | Compiling difflib v0.4.0 |
2402 | 2024-07-19T22:44:47.246Z | Compiling predicates-core v1.0.6 |
2403 | 2024-07-19T22:44:47.449Z | Compiling static_assertions v1.1.0 |
2404 | 2024-07-19T22:44:47.543Z | Compiling whoami v1.5.1 |
2405 | 2024-07-19T22:44:47.577Z | Compiling normalize-line-endings v0.3.0 |
2406 | 2024-07-19T22:44:47.679Z | Compiling minimal-lexical v0.2.1 |
2407 | 2024-07-19T22:44:47.704Z | Compiling precomputed-hash v0.1.1 |
2408 | 2024-07-19T22:44:47.810Z | Compiling string_cache v0.8.7 |
2409 | 2024-07-19T22:44:48.113Z | Compiling nom v7.1.3 |
2410 | 2024-07-19T22:44:48.137Z | Compiling tokio-postgres v0.7.10 |
2411 | 2024-07-19T22:44:48.234Z | Compiling predicates v3.1.0 |
2412 | 2024-07-19T22:44:48.554Z | Compiling crossterm v0.27.0 |
2413 | 2024-07-19T22:44:49.423Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2414 | 2024-07-19T22:44:50.437Z | Compiling bit-set v0.5.3 |
2415 | 2024-07-19T22:44:50.677Z | Compiling itertools v0.12.1 |
2416 | 2024-07-19T22:44:50.968Z | Compiling bstr v1.9.1 |
2417 | 2024-07-19T22:44:51.630Z | Compiling getopts v0.2.21 |
2418 | 2024-07-19T22:44:52.193Z | Compiling unsafe-libyaml v0.2.11 |
2419 | 2024-07-19T22:44:52.462Z | Compiling lalrpop-util v0.19.12 |
2420 | 2024-07-19T22:44:52.488Z | Compiling peg-runtime v0.8.3 |
2421 | 2024-07-19T22:44:52.765Z | Compiling unicode-xid v0.2.4 |
2422 | 2024-07-19T22:44:52.923Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2423 | 2024-07-19T22:44:53.046Z | Compiling sha1 v0.10.6 |
2424 | 2024-07-19T22:44:53.171Z | Compiling camino v1.1.7 |
2425 | 2024-07-19T22:44:53.307Z | Compiling serde_yaml v0.9.34+deprecated |
2426 | 2024-07-19T22:44:53.413Z | Compiling strum_macros v0.26.4 |
2427 | 2024-07-19T22:44:53.732Z | Compiling diesel v2.1.6 |
2428 | 2024-07-19T22:44:53.756Z | Compiling http v1.1.0 |
2429 | 2024-07-19T22:44:53.974Z | Compiling base64 v0.22.1 |
2430 | 2024-07-19T22:44:54.461Z | Compiling toml v0.8.15 |
2431 | 2024-07-19T22:44:54.671Z | Compiling rustls-pki-types v1.7.0 |
2432 | 2024-07-19T22:44:55.370Z | Compiling crossbeam-channel v0.5.12 |
2433 | 2024-07-19T22:44:55.855Z | Compiling rustls v0.22.4 |
2434 | 2024-07-19T22:44:55.938Z | Compiling paste v1.0.15 |
2435 | 2024-07-19T22:44:56.090Z | Compiling ident_case v1.0.1 |
2436 | 2024-07-19T22:44:56.263Z | Compiling darling_core v0.20.9 |
2437 | 2024-07-19T22:44:56.287Z | Compiling slog-async v2.8.0 |
2438 | 2024-07-19T22:44:56.357Z | Compiling slog-term v2.9.1 |
2439 | 2024-07-19T22:44:56.439Z | Compiling rustls-webpki v0.102.4 |
2440 | 2024-07-19T22:44:56.939Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2441 | 2024-07-19T22:44:56.963Z | Compiling multer v3.1.0 |
2442 | 2024-07-19T22:44:57.407Z | Compiling slog-json v2.6.1 |
2443 | 2024-07-19T22:44:57.698Z | Compiling strum v0.26.3 |
2444 | 2024-07-19T22:44:57.740Z | Compiling async-stream-impl v0.3.5 |
2445 | 2024-07-19T22:44:57.857Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2446 | 2024-07-19T22:44:58.101Z | Compiling instant v0.1.12 |
2447 | 2024-07-19T22:44:58.222Z | Compiling atomic-waker v1.1.2 |
2448 | 2024-07-19T22:44:58.246Z | Compiling debug-ignore v1.0.5 |
2449 | 2024-07-19T22:44:58.358Z | Compiling waitgroup v0.1.2 |
2450 | 2024-07-19T22:44:58.402Z | Compiling slog-bunyan v2.5.0 |
2451 | 2024-07-19T22:44:58.573Z | Compiling rustls-pemfile v2.1.2 |
2452 | 2024-07-19T22:44:58.597Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2453 | 2024-07-19T22:44:58.868Z | Compiling async-stream v0.3.5 |
2454 | 2024-07-19T22:44:58.972Z | Compiling serde_path_to_error v0.1.16 |
2455 | 2024-07-19T22:44:59.159Z | Compiling hostname v0.4.0 |
2456 | 2024-07-19T22:44:59.368Z | Compiling structmeta-derive v0.3.0 |
2457 | 2024-07-19T22:44:59.392Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2458 | 2024-07-19T22:44:59.752Z | Compiling newtype-uuid v1.1.0 |
2459 | 2024-07-19T22:45:00.017Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2460 | 2024-07-19T22:45:00.082Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2461 | 2024-07-19T22:45:00.340Z | Compiling backoff v0.4.0 |
2462 | 2024-07-19T22:45:00.673Z | Compiling tokio-rustls v0.25.0 |
2463 | 2024-07-19T22:45:00.712Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2464 | 2024-07-19T22:45:00.736Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2465 | 2024-07-19T22:45:00.878Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2466 | 2024-07-19T22:45:00.902Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2467 | 2024-07-19T22:45:01.063Z | Compiling macaddr v1.0.1 |
2468 | 2024-07-19T22:45:01.087Z | Compiling proc-macro-crate v1.3.1 |
2469 | 2024-07-19T22:45:01.536Z | Compiling fastrand v2.1.0 |
2470 | 2024-07-19T22:45:02.082Z | Compiling structmeta v0.3.0 |
2471 | 2024-07-19T22:45:02.106Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2472 | 2024-07-19T22:45:02.202Z | Compiling num_enum_derive v0.5.11 |
2473 | 2024-07-19T22:45:02.290Z | Compiling darling_macro v0.20.9 |
2474 | 2024-07-19T22:45:02.437Z | Compiling tempfile v3.10.1 |
2475 | 2024-07-19T22:45:02.502Z | Compiling parse-display-derive v0.9.1 |
2476 | 2024-07-19T22:45:03.146Z | Compiling darling v0.20.9 |
2477 | 2024-07-19T22:45:03.228Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2478 | 2024-07-19T22:45:03.254Z | Compiling serde_with_macros v3.8.3 |
2479 | 2024-07-19T22:45:03.477Z | Compiling foreign-types-macros v0.2.3 |
2480 | 2024-07-19T22:45:04.447Z | Compiling num_enum v0.5.11 |
2481 | 2024-07-19T22:45:04.518Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2482 | 2024-07-19T22:45:04.653Z | Compiling heapless v0.8.0 |
2483 | 2024-07-19T22:45:04.757Z | Compiling foreign-types-shared v0.3.1 |
2484 | 2024-07-19T22:45:04.868Z | Compiling foreign-types v0.5.0 |
2485 | 2024-07-19T22:45:04.999Z | Compiling proc-macro-error v1.0.4 |
2486 | 2024-07-19T22:45:05.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2487 | 2024-07-19T22:45:05.649Z | Compiling hash32 v0.3.1 |
2488 | 2024-07-19T22:45:05.839Z | Compiling serde_with v3.8.3 |
2489 | 2024-07-19T22:45:05.867Z | Compiling cstr-argument v0.1.2 |
2490 | 2024-07-19T22:45:06.044Z | Compiling pretty-hex v0.2.1 |
2491 | 2024-07-19T22:45:06.100Z | Compiling smoltcp v0.11.0 |
2492 | 2024-07-19T22:45:06.211Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2493 | 2024-07-19T22:45:06.452Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2494 | 2024-07-19T22:45:06.564Z | Compiling parse-display v0.9.1 |
2495 | 2024-07-19T22:45:06.777Z | Compiling camino-tempfile v1.1.1 |
2496 | 2024-07-19T22:45:06.971Z | Compiling tabwriter v1.4.0 |
2497 | 2024-07-19T22:45:07.155Z | Compiling colored v2.1.0 |
2498 | 2024-07-19T22:45:07.179Z | Compiling embedded-io v0.4.0 |
2499 | 2024-07-19T22:45:07.372Z | Compiling cobs v0.2.3 |
2500 | 2024-07-19T22:45:07.448Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2501 | 2024-07-19T22:45:07.638Z | Compiling postcard v1.0.8 |
2502 | 2024-07-19T22:45:07.694Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2503 | 2024-07-19T22:45:07.807Z | Compiling crucible-workspace-hack v0.1.0 |
2504 | 2024-07-19T22:45:07.832Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2505 | 2024-07-19T22:45:07.926Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2506 | 2024-07-19T22:45:08.054Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2507 | 2024-07-19T22:45:08.323Z | Compiling smf v0.2.3 |
2508 | 2024-07-19T22:45:08.404Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2509 | 2024-07-19T22:45:08.647Z | Compiling humantime v2.1.0 |
2510 | 2024-07-19T22:45:09.064Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2511 | 2024-07-19T22:45:09.097Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2512 | 2024-07-19T22:45:09.419Z | Compiling num-derive v0.4.2 |
2513 | 2024-07-19T22:45:09.528Z | Compiling sigpipe v0.1.3 |
2514 | 2024-07-19T22:45:09.560Z | Compiling utf-8 v0.7.6 |
2515 | 2024-07-19T22:45:09.643Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2516 | 2024-07-19T22:45:09.847Z | Compiling atty v0.2.14 |
2517 | 2024-07-19T22:45:09.976Z | Compiling rayon-core v1.12.1 |
2518 | 2024-07-19T22:45:10.019Z | Compiling semver v0.1.20 |
2519 | 2024-07-19T22:45:10.208Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2520 | 2024-07-19T22:45:10.311Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2521 | 2024-07-19T22:45:10.603Z | Compiling same-file v1.0.6 |
2522 | 2024-07-19T22:45:10.822Z | Compiling walkdir v2.5.0 |
2523 | 2024-07-19T22:45:11.491Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2524 | 2024-07-19T22:45:11.515Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2525 | 2024-07-19T22:45:11.539Z | Compiling rustc_version v0.1.7 |
2526 | 2024-07-19T22:45:11.696Z | Compiling newline-converter v0.3.0 |
2527 | 2024-07-19T22:45:11.843Z | Compiling curve25519-dalek v4.1.3 |
2528 | 2024-07-19T22:45:11.867Z | Compiling crossbeam-deque v0.8.5 |
2529 | 2024-07-19T22:45:11.951Z | Compiling universal-hash v0.5.1 |
2530 | 2024-07-19T22:45:11.977Z | Compiling prettyplease v0.2.20 |
2531 | 2024-07-19T22:45:12.133Z | Compiling opaque-debug v0.3.1 |
2532 | 2024-07-19T22:45:12.240Z | Compiling newtype_derive v0.1.6 |
2533 | 2024-07-19T22:45:12.265Z | Compiling expectorate v1.1.0 |
2534 | 2024-07-19T22:45:12.328Z | Compiling xattr v1.3.1 |
2535 | 2024-07-19T22:45:12.428Z | Compiling num-rational v0.4.2 |
2536 | 2024-07-19T22:45:12.485Z | Compiling signature v2.2.0 |
2537 | 2024-07-19T22:45:12.509Z | Compiling curve25519-dalek-derive v0.1.1 |
2538 | 2024-07-19T22:45:12.582Z | Compiling num-complex v0.4.6 |
2539 | 2024-07-19T22:45:12.740Z | Compiling blake3 v1.5.1 |
2540 | 2024-07-19T22:45:13.227Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2541 | 2024-07-19T22:45:13.251Z | Compiling ring v0.16.20 |
2542 | 2024-07-19T22:45:13.400Z | Compiling unicase v2.7.0 |
2543 | 2024-07-19T22:45:13.638Z | Compiling linked-hash-map v0.5.6 |
2544 | 2024-07-19T22:45:13.702Z | Compiling convert_case v0.4.0 |
2545 | 2024-07-19T22:45:13.765Z | Compiling getrandom v0.1.16 |
2546 | 2024-07-19T22:45:13.940Z | Compiling termcolor v1.4.1 |
2547 | 2024-07-19T22:45:13.964Z | Compiling arc-swap v1.7.1 |
2548 | 2024-07-19T22:45:14.147Z | Compiling quick-error v1.2.3 |
2549 | 2024-07-19T22:45:14.277Z | Compiling resolv-conf v0.7.0 |
2550 | 2024-07-19T22:45:14.407Z | Compiling env_logger v0.9.3 |
2551 | 2024-07-19T22:45:14.431Z | Compiling slog-scope v4.4.0 |
2552 | 2024-07-19T22:45:14.582Z | Compiling derive_more v0.99.18 |
2553 | 2024-07-19T22:45:14.743Z | Compiling lru-cache v0.1.2 |
2554 | 2024-07-19T22:45:15.037Z | Compiling tar v0.4.41 |
2555 | 2024-07-19T22:45:15.172Z | Compiling num v0.4.3 |
2556 | 2024-07-19T22:45:15.657Z | Compiling rayon v1.10.0 |
2557 | 2024-07-19T22:45:16.829Z | Compiling tungstenite v0.21.0 |
2558 | 2024-07-19T22:45:16.854Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2559 | 2024-07-19T22:45:17.228Z | Compiling blake2 v0.10.6 |
2560 | 2024-07-19T22:45:18.206Z | Compiling bitstruct_derive v0.1.0 |
2561 | 2024-07-19T22:45:18.287Z | Compiling derive-where v1.2.7 |
2562 | 2024-07-19T22:45:18.575Z | Compiling password-hash v0.5.0 |
2563 | 2024-07-19T22:45:19.379Z | Compiling memmap2 v0.9.4 |
2564 | 2024-07-19T22:45:19.538Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-07-19T22:45:19.659Z | Compiling untrusted v0.7.1 |
2566 | 2024-07-19T22:45:19.684Z | Compiling float-ord v0.3.2 |
2567 | 2024-07-19T22:45:19.864Z | Compiling parking_lot_core v0.8.6 |
2568 | 2024-07-19T22:45:19.888Z | Compiling arrayvec v0.7.4 |
2569 | 2024-07-19T22:45:19.888Z | Compiling arrayref v0.3.7 |
2570 | 2024-07-19T22:45:20.020Z | Compiling home v0.5.9 |
2571 | 2024-07-19T22:45:20.264Z | Compiling constant_time_eq v0.3.0 |
2572 | 2024-07-19T22:45:20.297Z | Compiling libefi-sys v0.1.0 |
2573 | 2024-07-19T22:45:20.321Z | Compiling ascii v1.1.0 |
2574 | 2024-07-19T22:45:20.449Z | Compiling spin v0.5.2 |
2575 | 2024-07-19T22:45:20.917Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2576 | 2024-07-19T22:45:21.402Z | Compiling toolchain_find v0.4.0 |
2577 | 2024-07-19T22:45:21.441Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2578 | 2024-07-19T22:45:21.714Z | Compiling bitstruct v0.1.1 |
2579 | 2024-07-19T22:45:21.824Z | Compiling argon2 v0.5.3 |
2580 | 2024-07-19T22:45:21.848Z | Compiling tokio-tungstenite v0.21.0 |
2581 | 2024-07-19T22:45:22.029Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-07-19T22:45:22.279Z | Compiling trust-dns-resolver v0.22.0 |
2583 | 2024-07-19T22:45:22.308Z | Compiling slog-stdlog v4.1.1 |
2584 | 2024-07-19T22:45:22.522Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-07-19T22:45:22.647Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-07-19T22:45:22.694Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2587 | 2024-07-19T22:45:22.895Z | Compiling erased-serde v0.3.31 |
2588 | 2024-07-19T22:45:22.994Z | Compiling serde_arrays v0.1.0 |
2589 | 2024-07-19T22:45:23.060Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2590 | 2024-07-19T22:45:23.112Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2591 | 2024-07-19T22:45:23.151Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2592 | 2024-07-19T22:45:23.175Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2593 | 2024-07-19T22:45:23.307Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2594 | 2024-07-19T22:45:23.679Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2595 | 2024-07-19T22:45:23.864Z | Compiling rfc6979 v0.4.0 |
2596 | 2024-07-19T22:45:24.037Z | Compiling aead v0.5.2 |
2597 | 2024-07-19T22:45:24.061Z | Compiling bitfield-struct v0.6.1 |
2598 | 2024-07-19T22:45:24.061Z | Compiling nibble_vec v0.1.0 |
2599 | 2024-07-19T22:45:24.120Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2600 | 2024-07-19T22:45:24.156Z | Compiling slog-dtrace v0.3.0 |
2601 | 2024-07-19T22:45:24.264Z | Compiling cancel-safe-futures v0.1.5 |
2602 | 2024-07-19T22:45:24.360Z | Compiling topological-sort v0.2.2 |
2603 | 2024-07-19T22:45:24.406Z | Compiling endian-type v0.1.2 |
2604 | 2024-07-19T22:45:24.436Z | Compiling keccak v0.1.5 |
2605 | 2024-07-19T22:45:24.654Z | Compiling radix_trie v0.2.1 |
2606 | 2024-07-19T22:45:24.678Z | Compiling omicron-zone-package v0.11.0 |
2607 | 2024-07-19T22:45:25.254Z | Compiling sha3 v0.10.8 |
2608 | 2024-07-19T22:45:25.345Z | Compiling ecdsa v0.16.9 |
2609 | 2024-07-19T22:45:25.370Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2610 | 2024-07-19T22:45:25.486Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2611 | 2024-07-19T22:45:25.961Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2612 | 2024-07-19T22:45:26.038Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2613 | 2024-07-19T22:45:26.097Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2614 | 2024-07-19T22:45:26.346Z | Compiling rand_core v0.5.1 |
2615 | 2024-07-19T22:45:26.484Z | Compiling mime_guess v2.0.4 |
2616 | 2024-07-19T22:45:26.822Z | Compiling slog-envlogger v2.2.0 |
2617 | 2024-07-19T22:45:27.490Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2618 | 2024-07-19T22:45:27.560Z | Compiling steno v0.4.1 |
2619 | 2024-07-19T22:45:27.584Z | Compiling rustfmt-wrapper v0.2.1 |
2620 | 2024-07-19T22:45:28.975Z | Compiling poly1305 v0.8.0 |
2621 | 2024-07-19T22:45:29.478Z | Compiling tungstenite v0.20.1 |
2622 | 2024-07-19T22:45:29.873Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2623 | 2024-07-19T22:45:29.948Z | Compiling primeorder v0.13.6 |
2624 | 2024-07-19T22:45:30.322Z | Compiling heck v0.3.3 |
2625 | 2024-07-19T22:45:30.368Z | Compiling chacha20 v0.9.1 |
2626 | 2024-07-19T22:45:30.489Z | Compiling secrecy v0.8.0 |
2627 | 2024-07-19T22:45:30.694Z | Compiling thiserror-impl-no-std v2.0.2 |
2628 | 2024-07-19T22:45:30.720Z | Compiling half v2.4.1 |
2629 | 2024-07-19T22:45:30.754Z | Compiling ciborium-io v0.2.2 |
2630 | 2024-07-19T22:45:30.870Z | Compiling option-ext v0.2.0 |
2631 | 2024-07-19T22:45:30.987Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2632 | 2024-07-19T22:45:31.012Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2633 | 2024-07-19T22:45:31.116Z | Compiling ciborium-ll v0.2.2 |
2634 | 2024-07-19T22:45:31.219Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2635 | 2024-07-19T22:45:31.244Z | Compiling dirs-sys v0.4.1 |
2636 | 2024-07-19T22:45:31.283Z | Compiling zone_cfg_derive v0.1.2 |
2637 | 2024-07-19T22:45:31.499Z | Compiling tokio-tungstenite v0.20.1 |
2638 | 2024-07-19T22:45:31.952Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2639 | 2024-07-19T22:45:32.055Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2640 | 2024-07-19T22:45:32.286Z | Compiling parking_lot v0.11.2 |
2641 | 2024-07-19T22:45:32.415Z | Compiling rand_chacha v0.2.2 |
2642 | 2024-07-19T22:45:32.535Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2643 | 2024-07-19T22:45:33.115Z | Compiling trust-dns-client v0.22.0 |
2644 | 2024-07-19T22:45:33.384Z | Compiling thiserror-no-std v2.0.2 |
2645 | 2024-07-19T22:45:33.497Z | Compiling ed25519 v2.2.3 |
2646 | 2024-07-19T22:45:33.785Z | Compiling polyval v0.6.2 |
2647 | 2024-07-19T22:45:33.913Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2648 | 2024-07-19T22:45:33.937Z | Compiling libsw v3.3.1 |
2649 | 2024-07-19T22:45:34.103Z | Compiling toml v0.5.11 |
2650 | 2024-07-19T22:45:34.168Z | Compiling blowfish v0.9.1 |
2651 | 2024-07-19T22:45:34.210Z | Compiling aes v0.8.4 |
2652 | 2024-07-19T22:45:34.285Z | Compiling ctr v0.9.2 |
2653 | 2024-07-19T22:45:34.558Z | Compiling pbkdf2 v0.12.2 |
2654 | 2024-07-19T22:45:34.649Z | Compiling password-hash v0.4.2 |
2655 | 2024-07-19T22:45:34.712Z | Compiling gethostname v0.4.3 |
2656 | 2024-07-19T22:45:34.968Z | Compiling fxhash v0.2.1 |
2657 | 2024-07-19T22:45:35.150Z | Compiling owo-colors v4.0.0 |
2658 | 2024-07-19T22:45:35.456Z | Compiling linear-map v1.2.0 |
2659 | 2024-07-19T22:45:35.763Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2660 | 2024-07-19T22:45:35.787Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2661 | 2024-07-19T22:45:36.328Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2662 | 2024-07-19T22:45:36.948Z | Compiling base64 v0.13.1 |
2663 | 2024-07-19T22:45:37.221Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2664 | 2024-07-19T22:45:37.463Z | Compiling ron v0.7.1 |
2665 | 2024-07-19T22:45:39.390Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2666 | 2024-07-19T22:45:40.186Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2667 | 2024-07-19T22:45:40.211Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2668 | 2024-07-19T22:45:40.240Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2669 | 2024-07-19T22:45:42.510Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2670 | 2024-07-19T22:45:42.590Z | Compiling trust-dns-server v0.22.1 |
2671 | 2024-07-19T22:45:42.845Z | Compiling sled v0.34.7 |
2672 | 2024-07-19T22:45:43.257Z | Compiling pbkdf2 v0.11.0 |
2673 | 2024-07-19T22:45:43.585Z | Compiling bcrypt-pbkdf v0.10.0 |
2674 | 2024-07-19T22:45:43.677Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2675 | 2024-07-19T22:45:44.114Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2676 | 2024-07-19T22:45:44.190Z | Compiling ghash v0.5.1 |
2677 | 2024-07-19T22:45:44.300Z | Compiling ed25519-dalek v2.1.1 |
2678 | 2024-07-19T22:45:44.378Z | Compiling vsss-rs v3.3.4 |
2679 | 2024-07-19T22:45:45.359Z | Compiling rand v0.7.3 |
2680 | 2024-07-19T22:45:45.662Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2681 | 2024-07-19T22:45:47.465Z | Compiling zone v0.1.8 |
2682 | 2024-07-19T22:45:48.265Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2683 | 2024-07-19T22:45:48.408Z | Compiling dirs v5.0.1 |
2684 | 2024-07-19T22:45:48.597Z | Compiling ciborium v0.2.2 |
2685 | 2024-07-19T22:45:48.936Z | Compiling chacha20poly1305 v0.10.1 |
2686 | 2024-07-19T22:45:49.128Z | Compiling p521 v0.13.3 |
2687 | 2024-07-19T22:45:49.755Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2688 | 2024-07-19T22:45:49.929Z | Compiling p256 v0.13.2 |
2689 | 2024-07-19T22:45:50.097Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2690 | 2024-07-19T22:45:50.635Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2691 | 2024-07-19T22:45:51.086Z | Compiling pem v3.0.4 |
2692 | 2024-07-19T22:45:51.163Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2693 | 2024-07-19T22:45:51.530Z | Compiling headers-core v0.2.0 |
2694 | 2024-07-19T22:45:51.675Z | Compiling cbc v0.1.2 |
2695 | 2024-07-19T22:45:51.821Z | Compiling kstat-rs v0.2.4 |
2696 | 2024-07-19T22:45:51.896Z | Compiling portpicker v0.1.1 |
2697 | 2024-07-19T22:45:51.955Z | Compiling nanorand v0.7.0 |
2698 | 2024-07-19T22:45:52.176Z | Compiling russh-cryptovec v0.7.2 |
2699 | 2024-07-19T22:45:52.333Z | Compiling http-range v0.1.5 |
2700 | 2024-07-19T22:45:52.365Z | Compiling md5 v0.7.0 |
2701 | 2024-07-19T22:45:52.456Z | Compiling glob v0.3.1 |
2702 | 2024-07-19T22:45:52.480Z | Compiling flume v0.11.0 |
2703 | 2024-07-19T22:45:52.599Z | Compiling russh-keys v0.43.0 |
2704 | 2024-07-19T22:45:52.665Z | Compiling hyper-staticfile v0.9.5 |
2705 | 2024-07-19T22:45:52.765Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2706 | 2024-07-19T22:45:53.085Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2707 | 2024-07-19T22:45:53.288Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2708 | 2024-07-19T22:45:53.504Z | Compiling headers v0.3.9 |
2709 | 2024-07-19T22:45:53.919Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2710 | 2024-07-19T22:45:55.167Z | Compiling rcgen v0.12.1 |
2711 | 2024-07-19T22:45:55.400Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2712 | 2024-07-19T22:45:56.179Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2713 | 2024-07-19T22:45:57.032Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2714 | 2024-07-19T22:45:57.921Z | Compiling aes-gcm v0.10.3 |
2715 | 2024-07-19T22:45:58.415Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2716 | 2024-07-19T22:45:59.022Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2717 | 2024-07-19T22:46:00.266Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2718 | 2024-07-19T22:46:00.602Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2719 | 2024-07-19T22:46:01.644Z | Compiling atomicwrites v0.4.3 |
2720 | 2024-07-19T22:46:01.968Z | Compiling subprocess v0.2.9 |
2721 | 2024-07-19T22:46:02.240Z | Compiling hex-literal v0.4.1 |
2722 | 2024-07-19T22:46:02.381Z | Compiling dhcproto-macros v0.1.0 |
2723 | 2024-07-19T22:46:03.150Z | Compiling display-error-chain v0.2.0 |
2724 | 2024-07-19T22:46:03.309Z | Compiling dhcproto v0.11.0 |
2725 | 2024-07-19T22:46:03.676Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2726 | 2024-07-19T22:46:05.009Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2727 | 2024-07-19T22:46:05.701Z | Compiling russh v0.43.0 |
2728 | 2024-07-19T22:46:05.991Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2729 | 2024-07-19T22:46:06.088Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2730 | 2024-07-19T22:46:06.387Z | Compiling internet-checksum v0.2.1 |
2731 | 2024-07-19T22:46:06.559Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2732 | 2024-07-19T22:46:32.556Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2733 | 2024-07-19T22:47:33.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s |
2734 | 2024-07-19T22:47:33.654Z | |
2735 | 2024-07-19T22:47:33.654Z | real 3:34.452723148 |
2736 | 2024-07-19T22:47:33.654Z | user 16:46.536623621 |
2737 | 2024-07-19T22:47:33.654Z | sys 3:59.677424230 |
2738 | 2024-07-19T22:47:33.654Z | trap 0.439610947 |
2739 | 2024-07-19T22:47:33.654Z | tflt 0.316481682 |
2740 | 2024-07-19T22:47:33.654Z | dflt 2.875042093 |
2741 | 2024-07-19T22:47:33.654Z | kflt 0.000106767 |
2742 | 2024-07-19T22:47:33.654Z | lock 36:28.719221726 |
2743 | 2024-07-19T22:47:33.654Z | slp 47:48.365756324 |
2744 | 2024-07-19T22:47:33.655Z | lat 59.705027280 |
2745 | 2024-07-19T22:47:33.655Z | stop 2:13.284501004 |
2746 | 2024-07-19T22:47:33.682Z | + mkdir tests |
2747 | 2024-07-19T22:47:33.682Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2748 | 2024-07-19T22:47:33.682Z | + xargs -I '{}' -t cp '{}' tests/ |
2749 | 2024-07-19T22:47:33.707Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c0c790ea1a7a3d6f tests/ |
2750 | 2024-07-19T22:47:33.731Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b827db54e1e400a7 tests/ |
2751 | 2024-07-19T22:47:33.755Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7f61bf879738a80a tests/ |
2752 | 2024-07-19T22:47:33.755Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f47bc2e8e7798f12 tests/ |
2753 | 2024-07-19T22:47:33.991Z | + 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/*) |
2754 | 2024-07-19T22:47:34.015Z | + 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-b827db54e1e400a7 tests/commtest-7f61bf879738a80a tests/dhcp_server-c0c790ea1a7a3d6f tests/end_to_end_tests-f47bc2e8e7798f12 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 |
2755 | 2024-07-19T22:48:53.904Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2756 | 2024-07-19T22:48:53.904Z | a out/target/test 1K |
2757 | 2024-07-19T22:48:53.904Z | a out/npuzone/npuzone 23144K |
2758 | 2024-07-19T22:48:53.904Z | a package-manifest.toml 29K |
2759 | 2024-07-19T22:48:53.904Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2760 | 2024-07-19T22:48:53.904Z | a target/release/omicron-package 32425K |
2761 | 2024-07-19T22:48:53.904Z | a target/release/xtask 18189K |
2762 | 2024-07-19T22:48:53.904Z | a target/debug/bootstrap 361585K |
2763 | 2024-07-19T22:48:53.904Z | a tests/bootstrap-b827db54e1e400a7 23985K |
2764 | 2024-07-19T22:48:53.904Z | a tests/commtest-7f61bf879738a80a 23985K |
2765 | 2024-07-19T22:48:53.904Z | a tests/dhcp_server-c0c790ea1a7a3d6f 23985K |
2766 | 2024-07-19T22:48:53.904Z | a tests/end_to_end_tests-f47bc2e8e7798f12 371181K |
2767 | 2024-07-19T22:48:53.904Z | a out/clickhouse.tar.gz 223067K |
2768 | 2024-07-19T22:48:53.904Z | a out/clickhouse_keeper.tar.gz 223045K |
2769 | 2024-07-19T22:48:53.904Z | a out/cockroachdb.tar.gz 131762K |
2770 | 2024-07-19T22:48:53.904Z | a out/crucible-dtrace.tar 85K |
2771 | 2024-07-19T22:48:53.904Z | a out/crucible-pantry-zone.tar.gz 27007K |
2772 | 2024-07-19T22:48:53.905Z | a out/crucible-zone.tar.gz 37380K |
2773 | 2024-07-19T22:48:53.905Z | a out/external-dns.tar.gz 25194K |
2774 | 2024-07-19T22:48:53.905Z | a out/internal-dns.tar.gz 25194K |
2775 | 2024-07-19T22:48:53.905Z | a out/mg-ddm-gz.tar 60627K |
2776 | 2024-07-19T22:48:53.905Z | a out/nexus.tar.gz 84784K |
2777 | 2024-07-19T22:48:53.905Z | a out/ntp.tar.gz 8886K |
2778 | 2024-07-19T22:48:53.905Z | a out/omicron-gateway-softnpu.tar.gz 13791K |
2779 | 2024-07-19T22:48:53.905Z | a out/omicron-sled-agent.tar 94705K |
2780 | 2024-07-19T22:48:53.905Z | a out/overlay.tar.gz 3K |
2781 | 2024-07-19T22:48:53.905Z | a out/oximeter.tar.gz 42120K |
2782 | 2024-07-19T22:48:53.905Z | a out/oxlog.tar 2947K |
2783 | 2024-07-19T22:48:53.905Z | a out/probe.tar.gz 2764K |
2784 | 2024-07-19T22:48:53.905Z | a out/propolis-server.tar.gz 64643K |
2785 | 2024-07-19T22:48:53.905Z | a out/pumpkind-gz.tar 26665K |
2786 | 2024-07-19T22:48:53.905Z | a out/switch-softnpu.tar.gz 198433K |
2787 | 2024-07-19T22:48:53.929Z | |
2788 | 2024-07-19T22:48:53.930Z | real 1:19.912790790 |
2789 | 2024-07-19T22:48:53.930Z | user 1:13.923034602 |
2790 | 2024-07-19T22:48:53.930Z | sys 7.161501095 |
2791 | 2024-07-19T22:48:53.930Z | trap 0.019617343 |
2792 | 2024-07-19T22:48:53.930Z | tflt 0.000000000 |
2793 | 2024-07-19T22:48:53.930Z | dflt 0.000000000 |
2794 | 2024-07-19T22:48:53.930Z | kflt 0.000000000 |
2795 | 2024-07-19T22:48:53.930Z | lock 0.000000000 |
2796 | 2024-07-19T22:48:53.930Z | slp 1:14.146244268 |
2797 | 2024-07-19T22:48:53.930Z | lat 4.570184979 |
2798 | 2024-07-19T22:48:53.930Z | stop 0.000269956 |
2799 | 2024-07-19T22:48:53.930Z | process exited: duration 1604102 ms, exit code 0 |
|
2800 | 2024-07-19T22:48:54.012Z | found 1 output files |
2801 | 2024-07-19T22:48:54.012Z | uploading: /work/package.tar.gz (1407835378 bytes) |
2802 | 2024-07-19T22:50:20.435Z | uploaded: /work/package.tar.gz |